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

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

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

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

main {
    background-color: #E9E6E4;
}

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

.guidance_introduction {
    padding: 100px 0 80px;
    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: 60px 0;
    }

    .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;
}

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

.voice-card-wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 127px;
}

.voice-card {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 6%;
    height: 512px;
    background-color: #fff;
    border-radius: 300px;
    margin-bottom: 29px;
}

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

.voice-card>img {
    width: 20%;
    display: block;
    margin-right: 5.5%;
}

.voice-card .txtBox {
    width: 66%;
}

.voice-card .txtBox h2 {
    font-size: 30px;
    line-height: 45px;
    color: #ff8282;
    margin-bottom: 5px;
    font-family: 'GENJ';
    font-weight: 700;
}

.voice-card .txtBox .voiceName {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 34px;
    font-family: source-han-sans-japanese, sans-serif;
}

.voice-card .txtBox .detail {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -0.02em;
    font-family: source-han-sans-japanese, sans-serif;
}

@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: 1100px) {
    .voice-card {
        flex-direction: column;
        height: auto;
        padding: 62px 7% 58px;
        border-radius: 10px;
    }

    .voice-card>img {
        margin: 0 auto 65px;
        width: 29%;
    }

    .voice-card .txtBox {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    br.pc {
        display: none;
    }

    br.sp {
        display: inline;
    }

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

    .itroTxt {
        font-size: 14px;
        text-align: left;
        line-height: 25px;
        width: 80%;
        margin: 0 auto 21px;
    }

    .voice-card>img {
        margin-bottom: 32px;
        width: 30%;
    }

    .voice-card .txtBox h2 {
        font-size: 16px;
        text-align: center;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .voice-card .txtBox .voiceName {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .voice-card .txtBox .detail {
        font-size: 14px;
        line-height: 30px;
    }

    .voice-card {
        border-radius: 15px;
        padding: 31px 7% 30px;
    }

    .voice-card-wrap {
        margin-bottom: 30px;
    }

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

    .guidance_introduction {
        padding: 47px 0 0;
    }

    .tit_page {
        background-size: 124px;
    }
}

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