:root {
    --screen-w: 1200;
}

.tit_page {
    background-image: url(../img/faq/bg_title.svg);
    background-size: 172px;
}

.tit_page::before {
    background: url(../img/faq/bg_title01-c.png) no-repeat;
    background-size: 100%;
}

.tit_page__inner::after {
    background-image: url(../img/faq/img_title.jpg);
}

main {
    background-color: #E9E6E4;
}

@media screen and (max-width: 800px) {
    .tit_page {
        background-size: 208px;
    }
}

.guidance_introduction {
    padding: 95px 0;
    position: relative;
    background-color: #E9E6E4;
}

.guidance_introduction h2 {
    margin-bottom: 60px;
}

.guidance_introduction__inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.guidance_introduction__inner .box_text {
    font-size: 16px;
    line-height: 2.25;
    width: 57.4%;
    padding-top: 26px;
}

.guidance_introduction__inner .img {
    width: 36.5%;
}

.guidance_introduction__inner .img img {
    width: 100%;
}


@media screen and (max-width: 800px) {
    .guidance_introduction {
        padding: 47px 0 60px;
    }

    .guidance_introduction::before {
        width: 46px;
        height: 42px;
        left: 5%;
        top: 60px;
    }

    .guidance_introduction h2 {
        margin-bottom: 40px;
    }

    .guidance_introduction__inner {
        justify-content: flex-start;
        flex-direction: column;
    }

    .guidance_introduction__inner .box_text {
        font-size: 14px;
        line-height: 1.78;
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0;
    }

    .guidance_introduction__inner .img {
        width: 100%;
    }
}

.school {
    text-align: center;
    position: relative;
    padding: 50px 0 100px;
}

.school::before {
    width: 62px;
    height: 100px;
    content: '';
    display: block;
    position: absolute;
    right: 6%;
    top: 40px;
    background: url(../img/guidance/bg_introduction02.png) no-repeat;
    background-size: 100%;
}

.school h3 {
    color: #ff8683;
    font-size: 20px;
    margin-bottom: 24px;
    padding-top: 62px;
    background: url(../img/guidance/bg_school01.png) no-repeat center top;
    background-size: 126px;
}

.school h3 span {
    position: relative;
}

.school h3 span::before,
.school h3 span::after {
    width: 1px;
    height: 24px;
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    background: #796a56;
}

.school h3 span::before {
    left: -20px;
    transform: rotate(-45deg);
}

.school h3 span::after {
    right: -20px;
    transform: rotate(45deg);
}

.school__list {
    width: 72%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.school__list li {
    width: calc(50% - 30px);
}

.school__list li .img {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
}

.school__list li .img img {
    transition: all .4s;
}

.school__list li .name {
    font-size: 20px;
    letter-spacing: 0.06em;
}

.school__list li .name span {
    padding-left: 26px;
    display: inline-block;
    background: url(../img/ico_arrow.png) no-repeat 0 50%;
    background-size: 15px;
}

@media screen and (min-width: 800px) {
    .school__list li a:hover {
        color: #ff8683;
    }

    .school__list li a:hover .img img {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

@media screen and (max-width: 800px) {
    .school {
        text-align: center;
        padding: 100px 0 0;
    }

    .school::before {
        width: 31px;
        height: 50px;
        right: 3.5%;
        top: 0px;
    }

    .school h3 {
        padding-top: 90px;
        background-image: url(../img/guidance/bg_school01_sp.png);
        background-size: 175px;
    }

    .school__list {
        width: 93.33%;
        justify-content: flex-start;
        flex-direction: column;
    }

    .school__list li {
        width: 100%;
    }

    .school__list li:first-of-type {
        margin-bottom: 60px;
    }
}

.fee {
    color: #796a56;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    padding: 140px 0;
    position: relative;
}

.fee h2 {
    margin-bottom: 46px;
}

.fee h2::before {
    width: 86px;
    height: 88px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 70px;
    margin-left: -100px;
    background: url(../img/guidance/bg_fee01.png) no-repeat;
    background-size: 100%;
}

.fee h2::after {
    width: 84px;
    height: 102px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -56px;
    margin-right: -100px;
    background: url(../img/guidance/bg_fee02.png) no-repeat;
    background-size: 100%;
}

.fee .fee__inner table {
    width: 100%;
    border-top: 1px solid #796a56;
}

.fee .fee__inner table th {
    vertical-align: middle;
    padding: 30px 0;
    background: #e0dedc;
    border-bottom: 1px solid #796a56;
}

.fee .fee__inner table td {
    line-height: 1.78;
    vertical-align: middle;
    padding: 20px 24px;
    border-bottom: 1px solid #796a56;
}

.fee .fee__inner table .hl {
    font-size: 20px;
    letter-spacing: 0.06em;
    width: 36.6%;
    padding: 26px 0;
}

.fee .fee__inner table .bg_pink {
    color: #fff;
    background: #ff8683;
}

.fee .fee__inner table .bg_blue {
    color: #fff;
    background: #5c9dc4;
}

.fee .fee__inner table .bg_pink2 {
    background: #ffe6e5;
}

.fee .fee__inner table .bg_blue2 {
    background: #d0e3ee;
}

.fee .fee__inner .note {
    font-size: 12px;
    text-align: right;
    padding-top: 20px;
}

.introduction_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.itroTxt {
    font-size: 16px;
    text-align: left;
    line-height: 36px;
    margin-bottom: 41px;
    font-family: source-han-sans-japanese, sans-serif;
}

.itroTxt a {
    text-decoration: underline;
}

.faq-card {
    margin-bottom: 28px;
    background-color: #fff;
    padding: 41px 5%;
    border-radius: 30px;
}

.faq-card:last-child {
    margin-bottom: 0;
}

.faq-card .qBox {
    font-size: 30px;
    color: #5ca3ca;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    font-family: 'GENJ';
}

.faq-card .qBox .closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-card .qBox .closeBtn::before,
.faq-card .qBox .closeBtn::after {
    background-color: #5ca3ca;
    content: "";
    position: absolute;
    display: block;
}

.faq-card .qBox .closeBtn::before {
    width: 100%;
    height: 4px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-card .qBox .closeBtn::after {
    width: 4px;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .3s;
}

.faq-card.on .qBox .closeBtn::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.faq-card .aBox {
    display: flex;
    gap: 1.7%;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
}

.faq-card.on .aBox {
    max-height: 1500px;
    padding: 40px 0 0;
    border-top: 1px solid #796a56;
    margin-top: 30px;
}

.faq-card .aBox .iconTxt {
    font-size: 30px;
    font-weight: 700;
    color: #ff8282;
    font-family: 'GENJ';
}

.faq-card .aBox .text {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -0.03em;
    font-family: source-han-sans-japanese, sans-serif;
    margin-top: 5px;
}

.faq-card .aBox .text a {
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
    .fee {
        width: 83%;
        margin: 0 auto;
        padding: 100px 0;
        position: relative;
    }

    .fee h2 {
        margin-bottom: 46px;
    }

    .fee h2::before {
        width: 43px;
        height: 44px;
        left: 0;
        top: 40px;
        margin-left: -30px;
    }

    .fee h2::after {
        width: 42px;
        height: 51px;
        right: 0;
        bottom: 0;
        margin-right: -20px;
    }

    .fee .fee__inner table {
        width: 100%;
    }

    .fee .fee__inner table th {
        vertical-align: middle;
        padding: 10px 0;
    }

    .fee .fee__inner table td {
        padding: 10px 18px;
    }

    .fee .fee__inner table .hl {
        font-size: 14px;
        letter-spacing: 0.06em;
        width: 36.6%;
        padding: 20px 0;
    }

    .fee .fee__inner .note {
        font-size: 12px;
        padding-top: 20px;
    }
}

.faq {
    color: #796a56;
    padding-bottom: 110px;
}

.faq h2 {
    margin-bottom: 50px;
}

.faq .faq__inner {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}

.faq .faq__inner li {
    margin-bottom: 50px;
}

.faq .faq__inner li h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #796a56;
}

.faq .faq__inner li h3::before {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    content: 'Q';
    display: inline-block;
    margin-right: 26px;
    padding-top: 6px;
    background: #5c9dc4;
    border-radius: 10px;
}

.faq .faq__inner li .box_text {
    line-height: 1.78;
    min-height: 40px;
    position: relative;
    padding-left: 66px;
}

.faq .faq__inner li .box_text::before {
    font-family: GENJ, "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    content: 'A';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 8px;
    background: #ff8683;
    border-radius: 10px;
}

br.sp {
    display: none;
}

@media screen and (max-width: 800px) {
    .faq {
        padding-bottom: 70px;
    }

    .faq .faq__inner {
        width: 83%;
        margin: 0 auto;
    }

    .faq .faq__inner li {
        margin-bottom: 30px;
    }

    .faq .faq__inner li h3 {
        font-size: 14px;
        letter-spacing: 0.04em;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 2px dotted #796a56;
    }

    .faq .faq__inner li h3::before {
        font-size: 13.5px;
        width: 23px;
        height: 23px;
        margin-right: 14px;
        padding-top: 3px;
        border-radius: 5px;
    }

    .faq .faq__inner li .box_text {
        font-size: 13px;
        min-height: 40px;
        padding-left: 34px;
    }

    .faq .faq__inner li .box_text::before {
        font-size: 13.5px;
        width: 23px;
        height: 23px;
        left: 0;
        top: 0;
        padding-top: 3px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 800px) {
    .tit_page {
        background-size: 82px;
    }

    .tit_page__inner::after {
        background-image: url(../img/faq/img_title_sp.jpg);
    }

    .itroTxt {
        font-size: 14px;
        line-height: 25px;
        width: 86%;
        margin: 0 auto 22px;
    }

    .faq-card {
        border-radius: 15px;
        padding: 32px 5%;
        margin-bottom: 20px;
    }

    .faq-card .qBox {
        font-size: 16px;
        padding-right: 10%;
        letter-spacing: 0.03em;
    }

    .faq-card .qBox .closeBtn {
        width: 15px;
        height: 15px;
    }

    .faq-card .qBox .closeBtn::before {
        height: 2px;
    }

    .faq-card .qBox .closeBtn::after {
        width: 2px;
    }

    .faq-card .aBox .iconTxt {
        font-size: 15px;
    }

    .faq-card .aBox .text {
        font-size: 14px;
        line-height: 30px;
    }

    .faq-card.on .aBox {
        margin-top: 30px;
        padding-top: 24px;
    }

    .knowledge {
        background-color: #fff;
        padding-top: 28px;
    }

    br.sp {
        display: inline;
    }

    .faq-card .aBox .text {
        margin-top: -5px;
    }

}

/*# sourceMappingURL=guidance.css.map */