@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;700&display=swap');

#navi-menu {
    justify-content:space-around;
}
.bg-mask {
    background:rgba(255, 255, 255, 0.8);
}
.content-ttl {
    font-family: 'Kaisei Tokumin', serif;
    font-size:2.5rem;
    line-height: 1;
}
.content-ttl:before,
.content-ttl:after {
    content:"";
    background: url(../img/ttl-bar.png) center no-repeat;
    background-size:contain;
    display:block;
    padding-top:1rem;
}
.content-ttl:after {
    transform: rotateX(180deg);
    margin-top:0.175rem;
}
.bg-ttl {
    background: linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802,
        #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #DA8E00;
}
.flipText.flip span {
    font-family: 'Kaisei Tokumin', serif;
}
.notes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem;
    border: 1rem solid;
}
.notes dt {
    width:40%;
    text-align:right;
}
.notes dd {
    width:55%;
}
.notes dt strong,
.notes dd strong {
    font-size: 1.5em;
}
.system-box p {
    text-align:center;
    padding: 2rem 0;
}
.bg-line {
    background:linear-gradient(transparent 30%, #ff0 70%);
}
.ttlbar {
    color:#c57797;
    font-size:1.25rem;
    font-weight:bold;
    text-align:center;
}
.bg-img001 {
    background: url(../img/bg-notes.png) center no-repeat;
    background-size:cover;
}
.bg-img002 {
    background: url(../img/bg-notes.png) center no-repeat;
    background-size:cover;
}
.circle-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    text-align:center;
    margin:0 auto;
    padding:1rem;
}
.circle-wrap li {
    background: linear-gradient(-45deg, #B67B03, #DA8E00, #ECB802, #EDAC06);
    width: 80%;
    padding-top: calc(5 / 5 * 80%);
    border-radius: 100%;
    border: 1px solid #ff9;
    filter: drop-shadow(3px 3px 3px black);
    position: relative;
}
.circle-wrap li + li {
    margin-top:1rem;
}
.circle {
    color:#fff;
    font-size:1.5rem;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.treatment-box ol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-bottom:1rem;
}
.treatment-box li {
    background: linear-gradient(#e566b8,#ab548c);
    color: #fff;
    width: 48%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
    border-radius: 0.5rem;
}
.topics-box {
    align-items: center;
}
.topics {
    background: none;
}
.topics-image {
    width:100%;
}
.recomm-info ul {
    padding: 1rem;
}
.recomm-info li {
    padding-left: 1em;
    text-indent: -0.5em;
}
.recomm-info li i {
    color:#c57797;
}
.faq-box dl {
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.faq-box dt {
    background: #c57797;
    color: #fff;
    width: 100%;
    padding: 0.5rem 0.25rem 1rem 2.1rem;
    border-radius: 0.5rem;
    text-indent: -1.5em;
    line-height: 1.2;
    cursor: pointer;
}
.faq-box dd {
    padding: 0.5rem 0.5rem 1rem;
    display:none;
}
.faq-box dd + dt {
    margin-top: 1rem;
}
.faq-box dt:first-letter {
    font-size:2rem;
}
.faq-box dd:first-letter {
    color:#c57797;
    font-size:2rem;
}
.works-box dl {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
}
.works-box dt {
    background: #c57797;
    color: #fff;
    width:100%;
    padding: 0.25rem;
}
.works-box dd {
    padding: 0.5rem;
}
.msg {
    background:transparent;
}
.msg-box {
    background-image: url(../img/kazari-tl.svg), url(../img/kazari-tr.svg), url(../img/kazari-br.svg), url(../img/kazari-bl.svg);
    background-position: left top,right top,right bottom,left bottom;
    background-repeat: no-repeat;
    background-size: 20%,20%,20%,20%;
    padding: 2rem 1rem;
}
.foot-box {
    color: #333;
}
.info-recruit,
.info-social,
.info-mailmaga {
    padding: 0.5rem;
}
.social-box {
    padding: 1rem 0;
}
.social-box li a {
    color: #aaa;
}
.sp-foot {
    background: linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
}
.sp-foot li + li {
    border-color:#333;
}
.sp-foot a {
    color:#333;
}

.pc {
    display:none;
}

@media screen and (min-width: 600px) {
    .mainvisual {
        margin-bottom:2rem;
    }
    .notes {
        font-size:2rem;
    }
    .notes dt {
        width:45%;
    }
    .notes dd {
        width:50%;
    }
    .circle-wrap li {
        width: 19%;
        padding-top: calc(5 / 5 * 19%);
    }
    .circle-wrap li + li {
        margin-top:0;
    }
    .circle {
        font-size: 0.75rem;
    }
    .ttlbar {
        margin:2rem auto;
    }
    .topics {
        font-size: 1.25rem;
    }
    .center {
        font-size: 1.25rem;
        text-align: center;
        line-height: 2;
    }
    .msg-box {
        background-size: 10%,10%,10%,10%;
        padding:2rem;
    }
    .sp {
        display: none !important;;
    }
    .pc {
        display:block;
    }
}

@media screen and (min-width: 1025px) {
    .ttlbar {
        font-size: 1.5rem;
    }
    .circle {
        font-size:1.25rem;
    }
    .treatment-box li {
        width:19%;
    }
    .msg-box {
        padding: 3rem 2rem;
    }
}

