/* ------------------------------------------------
 */

.wrap800 {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.-bg01 {
    background: #F6F6F6;
}

.-bg02 {
    background: #FFFFFF;
}

.-bg03 {
    background: #007BC7;
}

.-bg04 {
    background: #EDF7FF;
}

.-bg05 {
    background: #F4F1ED;
}

.bg-gradi {
    background: radial-gradient(circle, #fff, #4AB2E6);
}

.bg-check {
    background: url(../images/school-contact/bg-check.png) repeat;
    background-size: 1248px 87px;
}

/* ------------------------------------------------
 */

.fv-img.-school-contact {
    width: 100%;
    aspect-ratio: 1280/630;
    position: relative;
}

.fv-img.-school-contact img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fv-text {
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    right: 100px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .fv-text {
        right: unset;
        top: unset;
        bottom: 40px;
        left: 40px;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: unset;
    }
}

.fv-catch {
    font-size: 28px;

}

.fv-ttl {
    font-size: 40px;
}

@media screen and (max-width: 767px) {
    .fv-catch {
        font-size: 16px;
    }

    .fv-ttl {
        font-size: 24px;
    }
}

/* ------------------------------------------------
 */

.school-contact {
    font-size: 16px;
}


@media screen and (max-width: 767px) {
    .school-contact {
        font-size: 14px;
    }
}

.poppins {
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.en-ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #26346E;
    font-family: poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

.marker {
    background: linear-gradient(transparent 60%, #FFF09B 60%);
    padding: 0;
    display: inline-block;
    line-height: 1.6;
}

/* ------------------------------------------------
 */

/* ------------------------------------------------
 */

/* ------------------------------------------------
 */

.solution-ttl {
    font-size: 24px !important;
}

.solution-ttl span {
    background: #007BC7;
    color: #fff;
    padding: 10px 16px;
    font-size: 28px;
    display: inline-block;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .solution-ttl {
        font-size: 20px !important;
    }

    .solution-ttl span {
        font-size: 20px;
    }
}



.img-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.img-text.-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .img-text {
        flex-wrap: wrap;
        gap: 24px;
    }

    .img-text:not(:last-child) {
        margin-bottom: 64px;
    }
}



.img-text-img {
    width: 100%;
    max-width: 240px;
}

.img-text-text {
    width: 53%;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .img-text-text {
        width: 100%;
        text-align: center;
    }
}

.img-text-ttl {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .img-text-ttl {
        font-size: 20px;
    }
}

/* ------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .teacher-ttl {
        font-size: 18px;
    }
}

.card-list {
    background: #EDF7FF;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    max-width: 525px;
    margin: 0 12px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .card-list {
        flex-direction: column;
        align-items: center;
        max-width: 90vw;
    }
}

.card-img {
    width: 100%;
    max-width: 200px;
}

.card-text {
    color: #707070;
    width: 53%;
    font-size: 14px;
}

.card-text p {
    white-space: normal;
    word-wrap: break-word;
}

@media screen and (max-width: 767px) {
    .card-text {
        width: 100%;
    }

}

.card-name {
    font-size: 16px;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .card-name {
        text-align: center;
        margin-top: 24px;
    }
}

.school-contact-slider {}

/* ------------------------------------------------
 */

.school-contact-nayami {
    padding-top: 80px;
}

@media screen and (max-width: 767px) {
    .school-contact-nayami {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.nayami-list {
    background: #fff;
    background-size: cover;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}

@media screen and (max-width: 767px) {
    .nayami-list {
        width: 65%;
    }
}

.nayami-list::after {
    content: "";
    position: absolute;
    top: 97%;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/school-contact/balloon-down.svg);
    background-size: cover;
    width: 24px;
    height: 14px;
}

@media screen and (max-width: 767px) {
    .nayami-list::after {
        content: "";
        position: absolute;
        top: 30px;
        right: -15px;
        left: unset;
        margin: auto;
        transform: rotate(-90deg);
    }

    .-reverse .nayami-list::after {
        right: unset;
        left: -15px;
        transform: rotate(90deg);
    }
}


.nayami-list li {
    width: 100%;
    padding-left: 1.5em;
    line-height: 1.7;
    background: left center no-repeat;
    background-size: 14px auto;
    font-weight: bold;
    position: relative;
}


.nayami-list li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    background-image: url('../images/school-contact/icon-check-blue.svg');
    background-size: cover;
    width: 14px;
    height: 14px;
}

.nayami-list-img {
    width: 100%;
    max-width: 120px;
    margin: auto;
    margin-top: 28px;
}

@media screen and (max-width: 767px) {
    .nayami-list-img {
        width: 20%;
        max-width: 80px;
        margin-top: 0;
    }


    .nayami-content {
        display: flex;
        justify-content: space-between;
        margin-top: 24px;
    }

    .nayami-content.-reverse {
        flex-direction: row-reverse;
    }
}


/* ------------------------------------------------
 */

.award-sec-ttl {
    color: #fff;
    padding: 24px;
    font-weight: bold;
}

.award-box {
    margin-top: 48px;
    border: solid 3px #26346E;
    border-radius: 20px;
    padding: 40px;
    background: #fff;
    position: relative;
}

@media screen and (max-width: 767px) {
    .award-box {
        padding: 24px;
    }
}

.award-box-ttl {
    font-size: min(4.5vw, 24px);
    text-align: center;
    font-weight: bold;
    border-bottom: dotted 3px #26346E;
    color: #26346E;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.award-flex {
    align-items: center;
}

.award-text.-center {
    margin: auto;
    width: 440px;
}

.award-list {
    justify-content: space-between;
}

.award-list li {
    max-width: 223px;
}

@media screen and (max-width: 767px) {

    .award-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .award-img {
        order: 0;
        width: 100%;
    }

    .award-text {
        order: 1;
        width: 100%;
    }

    .fig-man-award {
        order: 2;
        margin: auto;
        margin-top: 16px;
        margin-bottom: -24px;
        display: flex;
    }
}

.fig-man-award-img {
    width: 120px;
    position: absolute;
}

.fig-man-award01 {
    left: 0;
    bottom: 0;
}

.fig-man-award02 {
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .fig-man-award-img {
        width: 100%;
        max-width: 120px;
        position: unset;
    }

}

/* ------------------------------------------------
 */

.feature-ttl {
    line-height: 1.4;
}

.feature-ttl .subttl {
    font-size: 20px;
}

.feature-ttl .font-l {
    font-size: 40px;
}

@media screen and (max-width: 767px) {
    .feature-ttl {
        font-size: 18px !important;
    }

    .feature-ttl .subttl {
        font-size: 16px;
    }

    .feature-ttl .font-l {
        font-size: 32px;
    }
}

.p-block.feature-box:not(:last-child) {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .p-block.feature-box:not(:last-child) {
        margin-bottom: 54px;
    }

}

.feature-box-subttl {
    background: #007BC7;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: auto;
    padding: 12px 24px;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .feature-box-subttl {
        display: block;
    }
}

.feature-box-subttl::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    translate: -50% 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #007BC7 transparent transparent transparent;
}

.feature-box-ttl {
    font-size: 24px !important;
}

@media screen and (max-width: 767px) {
    .feature-box-ttl {
        font-size: 16px !important;
    }

}

/* ------------------------------------------------
 */

.school-contact .student-list-flex {
    margin-top: 64px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .school-contact .student-list-flex {
        margin-top: 44px;
    }
}


.-cnt.-school-contact {
    width: 85%;
    background: #fff;
    border-radius: 20px;
    padding: 20px;

}

@media screen and (max-width: 767px) {
    .-cnt.-school-contact {
        width: 75%;
    }
}

.-cnt.-school-contact .-title {
    color: #26346E;
    font-weight: bold;
    margin-bottom: 5px;
}

.-fig.-school-contact {
    width: 100%;
    max-width: 100px;
}

@media screen and (max-width: 767px) {
    .-fig.-school-contact {
        width: 20%;
    }
}

.-fig.-school-contact img {
    width: 100%;
    height: auto;
}

.-reverse {
    flex-direction: row-reverse;
}

.balloon-left {
    position: relative;
}

.balloon-left::after {
    content: "";
    position: absolute;
    top: 19%;
    left: 0;
    border-style: solid;
    border-width: 8.5px 8px 8.5px 0;
    border-color: transparent #fff transparent transparent;
    translate: -100% -50%;
}

@media screen and (max-width: 767px) {
    .balloon-left::after {
        top: 10%;
    }
}

.balloon-right {
    position: relative;
}

.balloon-right::after {
    content: "";
    position: absolute;
    top: 19%;
    right: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 8px;
    border-color: transparent transparent transparent #fff;
    translate: 100% -50%;
}

@media screen and (max-width: 767px) {
    .balloon-right::after {
        top: 10%;
    }
}




/* ------------------------------------------------
 */



.btn-school-contact {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    max-width: 260px;
    background: #EB1428;
    color: #fff;
    padding: .7em 2em;
    border-radius: 50px;
    font-weight: bold;
    transition: .7s;
    border: none;
    text-align: center;
}

.contact-area .ly-width {
    position: relative;
}

.fig-man-contact01 {
    max-height: 276px;
    height: 20vw;
    position: absolute;
    left: 0;
    bottom: 0;
}

.fig-man-contact02 {
    max-height: 270px;
    height: 20vw;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .fig-man-contact01 {
        height: 166px;
        position: unset;
    }

    .fig-man-contact02 {
        height: 175px;
        position: unset;
    }
}

/* ------------------------------------------------
 */


.school-contac-pirce .price-table-ttl {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 40px;
    font-weight: bold;
}

.school-contac-pirce .price-table {
    font-size: 14px;
}

.school-contac-pirce .price-table th {
    white-space: nowrap;
    padding: 1em;
}

.school-contac-pirce .price-table td {
    white-space: nowrap;
    padding: 1em;
    background: none;
    border-top: #fff 2px solid;
    border-left: #fff 2px solid;
}

.school-contac-pirce .price-table tbody th {
    background: none;
    border-top: 2px solid #fff;
}

.school-contac-pirce .price-table tr:nth-child(odd) {
    background-color: #FAFAFA;
}

.school-contac-pirce .price-table tr:nth-child(even) {
    background-color: #EBEBEB;
}

.school-contac-pirce .price-table span {
    color: #707070;
}

/* ------------------------------------------------
 */



.school-list.-school-contact {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .school-list.-school-contact {
        gap: 11px;
    }
}


.school-list.-school-contact li {
    width: calc((100% - 32px)/ 3);
    margin: 0;
}




@media screen and (max-width: 767px) {
    .school-list.-school-contact li {
        width: calc((100% - 11px)/ 2);
        margin: 0;
    }
}


/* ------------------------------------------------
 */
.school-contact-faq.-bg {
    background: #F8F6F4;
}

.school-contact-faq {}




/* @media screen and (min-width: 768px) {
    .school-contact-faq:not(:last-child) {
        margin-bottom: 64px;
    }
} */

/* @media screen and (max-width: 767px) {
    .school-contact-faq:not(:last-child) {
        margin-bottom: 32px;
    }
} */

.school-contact-faq .p-block-h {
    text-align: center;
    margin-bottom: 24px;
}

.school-contact-faq dl,
.school-contact-faq dt,
.school-contact-faq dd {
    margin: 0;
}

.school-contact-faq dl {
    font-weight: bold;
    margin-bottom: 24px;
}

.school-contact-faq dl:last-child {
    margin-bottom: 0;
}



@media screen and (max-width: 767px) {
    .school-contact-faq dt::after {
        right: 10px;
    }
}




.school-contact-faq dt {
    cursor: pointer;
    background: #EEEEEE;
    font-size: 14px;
    padding: 1.5em;
    display: flex;
    align-items: center;
}

.school-contact-faq dd {
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 1.5em;
}

.school-contact-faq dd .small {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.school-contact-faq dt,
.school-contact-faq dd {
    padding-right: 3em;
    position: relative;
}

@media screen and (max-width: 767px) {
    .school-contact-faq dt {
        padding-right: 2em;
    }

    .school-contact-faq dd {
        padding-right: 1em;
    }
}

.school-contact-faq dt::before,
.school-contact-faq dd::before {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: bold;
    display: block;
    float: left;
    line-height: 1;
    position: absolute;
    left: 24px;
    top: 20px;
}

@media screen and (max-width: 767px) {

    .school-contact-faq dt::before,
    .school-contact-faq dd::before {
        left: 16px;
    }

}

@media screen and (max-width: 767px) {

    .school-contact-faq dt::before,
    .school-contact-faq dd::before {
        font-size: 24px;
    }
}

.school-contact-faq dt::before {
    content: "Q.";
    color: #333;
}

.school-contact-faq dd::before {
    content: "A.";
    color: #EB1428;
}


.school-contact-faq dt span,
.school-contact-faq dd span {
    display: block;
    margin-left: 40px;
}

@media screen and (max-width: 767px) {

    .school-contact-faq dt span,
    .school-contact-faq dd span {
        display: block;
        margin-left: 35px;
        font-size: 16px;
    }
}



/* ------------------------------------------------
 */
/* ------------------------------------------------
 */
/* ------------------------------------------------
 */
/* ------------------------------------------------
 */
/* ------------------------------------------------
 */

.flow-sec {
    margin-bottom: 48px;
    margin-top: 40px;
}

.flow-ttl {
    font-size: 20px;
    color: #007BC7;
    border-top: solid 2px #007BC7;
    border-bottom: solid 2px #007BC7;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 10px 0;
    text-align: center;
}

.flow-list {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}



@media screen and (max-width: 767px) {
    .flow-list {
        flex-wrap: wrap;
        gap: 25px;
    }

    .flow-listitem {
        width: calc(50% - 12.5px);
    }
}

.flow-listitem.-triangle {
    position: relative
}

.flow-listitem.-triangle::after {
    content: "";
    position: absolute;
    left: 103%;
    top: 60%;
    margin: auto;
    background: url(../images/school-contact/icon-triangle.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

@media screen and (max-width: 767px) {
    .flow-listitem.-triangle.-sp::after {
        content: none;
    }
}

.flow-listitem-ttl {
    font-weight: bold;
    margin-bottom: 10px;
}

.flow-listitem-ttl span {
    font-size: 32px;
    margin-right: 5px;
    color: #EB1428;
    line-height: 1;
}

/* ------------------------------------------------
 */

.p-sec.f.trial.-school-contact {
    background: #fff;
}

.p-sec.f.trial.-school-contact .p-sec-body {
    background: #F6F6F6;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
    .p-sec.f {
        font-size: 16px;
    }
}

.p-sec.f h2.-school-contact {
    color: #26346E;
}

.trial-ttl.-school-contact {
    background: #007BC7;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .trial-ttl.-school-contact {
        font-size: 16px;
    }
}


.p-sec.f.trial.-school-contact .btn-submit {
    width: 90%;
    max-width: 240px;
    border: none !important;
    color: #fff;
    background: #EB1428;
    padding: .7em;
    position: relative;
    border-radius: 35px;
    transition: .7s;
}

.p-sec.f.trial.-school-contact .btn-submit:hover {
    background: #CF000E;
}


/* ------------------------------------------------
 */
.copyright.-school-contact {
    background: #26346E;
}

@media screen and (max-width: 767px) {
    .copyright {
        margin-bottom: 64px;
    }

    .copyright.-school-contact {
        margin-bottom: 0;
    }

}