/*========================
       school mv
========================*/
.p-mv.--03 {
    background-image: url(../img/mv-bg03.webp);
    background-position: center top;
    position: relative;
    padding: 1.2rem 1.4rem 0;
    aspect-ratio: 375/496;
}

.p-mv.--03 .p-mv__subHead {
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}

.p-mv.--03 .p-mv__head {
    width: 71.2%;
    position: absolute;
    top: 15.1%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}


.p-mv.--03 .p-mv__head span {
    display: inline;
}

.p-mv.--03 .p-mv__head>span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.p-mv.--03 .p-mv__head .--wrapper {
    height: 4.5rem;
    line-height: 4.4rem;
    font-size: 2.3rem;
}

.p-mv.--03 .p-mv__head .--wrapper .sml {
    font-size: 0.86em;
}

.p-mv.--03 .p-mv__head .--wrapper .u-green {
    font-size: 1.39em;
}

.p-mv.--03 .p-mv__head .--wrapper02 {
    height: 3.8rem;
    line-height: 3.6rem;
    font-size: 2.3rem;
    background: linear-gradient(88deg, #29A960 -1.5%, #7EC75E 93.38%);
    color: #fff;
}

.p-mv.--03 .p-mv__head .--wrapper02 .sml {
    font-size: 0.73em;
}

.p-mv.--03 .p-mv__badges {
    position: absolute;
    bottom: 7.6%;
    width: 80.8%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.p-mv.--03 .p-mv__caution {
    position: absolute;
    bottom: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    font-size: 0.8rem;
}


@media screen and (min-width:750px) {
    .p-mv.--03 {
        padding: 1.8% 3.5%;
        background-image: url(../img/mv-bg03-pc.webp);
        position: relative;
        background-size: 100% auto;
        background-position: left top;
        aspect-ratio: 1400/600;
        margin-top: 64px;
    }

    .p-mv.--03 .p-mv__subHead {
        font-size: 2.1vw;
    }

    .p-mv.--03 .p-mv__head {
        width: 43%;
        position: absolute;
        top: 25.1%;
        left: 5vw;
        transform: none;
    }

    .p-mv.--03 .p-mv__head .--wrapper {
        font-size: 2.8vw;
        height: 4.5vw;
        line-height: 1.2;
    }

    .p-mv.--03 .p-mv__head .--wrapper02 {
        font-size: 3.2vw;
        height: 3.4vw;
        line-height: 1.6;
    }

    .p-mv.--03 .p-mv__badges {
        left: 5vw;
        transform: none;
        margin: 0;
        width: 43%;
    }

    .p-mv.--03 .p-mv__caution {
        width: fit-content;
        left: 6vw;
        transform: none;
        bottom: 1rem;
    }
}

@media screen and (min-width: 751px) and (max-width: 1100px) {
    .p-mv.--03 .p-mv__head {
        margin-top: 0 !important;
        width: 473px;
        left: 3rem;
    }

    .p-mv.--03 .p-mv__subHead {
        font-size: 1.4rem;
    }

    .p-mv.--03 .p-mv__head .--wrapper {
        font-size: 1.6rem;
        height: 2.8rem;
    }

    .p-mv.--03 .p-mv__head .--wrapper02 {
        font-size: 1.9rem;
        height: 3.2rem;
    }

    .p-mv.--03 .p-mv__badges {
        width: 473px;
        left: 3rem;
    }

    .p-mv.--03 .p-mv__caution {
        left: 4rem;
    }
}

/*========================
       comparison
========================*/

.p-comparison {
    padding: 4rem 1.5rem;
    background: #F3F8F3;
}

.p-comparison__btn--wrapper {
    margin: 3.5rem 0;
}

.comparison-content {
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.comparison-content__school {
    background: #515866;
    color: #fff;
    padding: 2rem 2rem 1rem;
    position: relative;
}

.comparison-content__school::after {
    content: "";
    width: 100%;
    height: 2.8rem;
    background: #515866;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    left: 0;
    bottom: -2.8rem;
}

.comparison-caption {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 1.7rem;
}

.comparison-caption .sml {
    font-size: 0.77em;
}

.comparison-img {
    margin: 0 0 1.7rem;
}

.comparison-txt-list {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.35;
}

.comparison-txt-list li {
    margin: 0 0 1.2rem;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.comparison-txt-list li:last-child {
    margin: 0;
}

.comparison-txt-list .u-yellow,
.comparison-txt-list .u-marker {
    font-size: 1.14em;
    font-weight: 700;
}

.comparison-txt-list .u-marker {
    color: #0164E3;
}

.comparison-txt-list .large {
    font-size: 1.5em;
}

.comparison-txt-list .mid {
    font-size: 1.14em;
}

.comparison-txt-list span {
    display: inline;
}

.comparison-content__rectra {
    padding: 3.5rem 2rem 3rem;
}

.comparison-caption .logo {
    width: 15.7rem;
    vertical-align: -1.5rem;
}

.comparison-caption .txt {
    text-indent: -0.5em;
}

.comparison-content__rectra .comparison-caption {
    margin: 0 0 0.2rem;
}

.p-comparison .note {
    margin: 2rem 0 0;
    font-size: 1rem;
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.35;
}

@media screen and (min-width:750px) {
    .p-comparison__btn--wrapper {
        margin: 3.5rem auto;
    }

    .comparison-content {
        display: flex;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    }

    .comparison-content__school {
        padding: 2.7rem 4rem 1rem 2.5rem;
        width: 50%;
    }

    .comparison-content__school .comparison-img {
        margin-bottom: 2.6rem;
    }

    .comparison-content__school::after {
        width: 1.5rem;
        height: 100%;
        left: auto;
        right: -1.5rem;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        bottom: auto;
        top: 0;
    }

    .comparison-content__rectra {
        padding: 0.5rem 2.5rem 3rem 4rem;
        width: 50%;
    }

    .comparison-txt-list {
        font-size: 1.15rem;
        white-space: nowrap;
    }

    .p-comparison .note {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 751px) and (max-width: 1140px) {
    .comparison-caption {
        font-size: 1.6rem;
    }
}

/*========================
       other 
========================*/
.p-mvForm.static {
    padding: 4rem 1.5rem;
}

.p-mvForm.static .p-mvForm__inner {
    transform: translate(0, 0);
}