@charset "utf-8";
/* ============================
Article header
============================ */

.mainbg {
    background-image: url(../images/ESSbackImg-pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 720 / 437;
}


.mainVisual {
    margin: 0 26.7%;
}

/* Article header sp */
@media screen and (max-width: 768px) {
    .mainbg {
        background-image: url(../images/ESSbackImg-sp.webp);
        aspect-ratio: 75 / 128;
    }

    .mainVisual {
        padding: 32% 9.8% 0;
        margin: 0;
    }
}
/* sp 768px */

/* ============================
class
============================ */

.section--class {
    background-color: #F5F5F5;
    padding: 0;
}

.class__bgimg {
    background-image:url(../images/ESSclass01.webp),url(../images/ESSclass02.webp),url(../images/ESSclassBackImg-pc.webp);
    background-repeat: no-repeat;
    background-size: 40.9722% ,40.4166%, 100% 100%;
    background-position: -5.625vw 15.3787%, right -5.1388vw bottom 27.2118%,  0%;
    padding:8.3333% 0 0 0;
}

.class__item {
    padding: 36px;
}

.class__item--first {
    margin-left: 37.5%;
    margin-right: 9.7%;
}

.class__item--second {
    margin: 27.0833% 37.5% 8.3333% 9.7%;
}

.class__title {
    color: #EC782A;
    font-family: "Rounded Mplus 1c";
    font-size: 1.6666vw;
    font-weight: 700;
    line-height: 1.6;
    margin-right: 9.7%;
}

.class__content {
    margin-top: 24px;
}

.class__subtitle {
    color: #5C6DAC;
    font-family: "Rounded Mplus 1c";
    font-size: 1.388vw;
    font-weight: 500;
    line-height: 1.6;
}

.class__text {
    font-size: 1.1111vw;
    font-weight: 400;
    line-height: 1.6;
}

/* class sp */
@media screen and (max-width: 768px) {
    .class__bgimg {
        background-image:url(../images/ESSclass01.webp),url(../images/ESSclass02.webp),url(../images/ESSclassBackImg-sp.webp);
        background-repeat: no-repeat;
        background-size: 87.2% ,87.2%, 100% 100%;
        background-position: center 5.9636%, center  bottom 6.1312%,  0%;
        padding: 0;
    }
    
    .class {
        display: flex;
        flex-direction: column;
    }
    
    .class__item {
        padding: 6.4%;
    }

    .class__item--first {
        margin-left: 0;
        margin-right: 0;
        margin-top: 117.3333%;
    }
    
    .class__item--second {
        margin: 12.8% 0 119.7333%;
    }
    
    .class__title {
        font-size: 5.3333vw;
        margin-right: 9.7%;
    }
    
    .class__content {
        margin-top: 12px;
    }
    
    .class__subtitle {
        font-size: 4.2666vw;
    }
    
    .class__text {
        font-size: 3.7333vw;
    }
}
/* sp 768px */

/* ============================
schedule
============================ */

.section--schedule {
    background-image: url(../images/ESSschedule-pc.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 0;
}

.schedule {
    border-radius: 0px 30px 30px 0px;
    border-top: 1px solid #EC782A;
    border-right: 1px solid #EC782A;
    border-bottom: 1px solid #EC782A;
    background: rgba(253, 253, 253, 0.80);
    display: flex;
    padding: 7.38% 7.38% 7.38% 18.1%;
    flex-direction: column;
    align-items: center;
}

.schedule__Box {
    padding: 36px;
    border-radius: 30px;
    background-color: #FDEDB4;
    margin-top: 9.9161%;
}

.schedule__Atitle {
    font-family: "Rounded Mplus 1c";
    font-size: 1.6666vw;
    font-weight: 700;
    line-height: 1.6;
}

.schedule__Acontent {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.schedule__Atext {
    font-size: 1.1111vw;
    font-weight: 400;
    line-height: 1.6;
}

.schedule__Aattention {
    font-size: 0.9722vw;
    font-weight: 400;
    line-height: 1.6;
    font-feature-settings: "palt";
}

/* schedule sp */
@media screen and (max-width: 768px) {
    .section--schedule {
        background-image: url(../images/ESSschedule-sp.webp);
    }
    
    .schedule {
        padding: 13.6752% 6.8% 13.6752% 13.6752%;
    }
    
    .schedule__Box {
        padding: 24px 18px;
        margin-top: 17.2203%;
    }
    
    .schedule__Atitle {
        font-size: 5.3333vw;
    }
    
    .schedule__Acontent {
        margin-top: 12px;
        gap: 12px;
    }
    
    .schedule__Atext {
        font-size: 3.7333vw;
    }

    .schedule__Aattention {
        font-size: 3.2vw;
    }
}
/* sp 768px */

/* ============================
fee
============================ */

.section--fee {
    background-image: url(../images/ESSfee-pc.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-right: 0;
}

.fee {
    border-radius: 30px 0px 0px 30px;
    border-top: 1px solid #EC782A;
    border-bottom: 1px solid #EC782A;
    border-left: 1px solid #EC782A;
    background: rgba(253, 253, 253, 0.80);
    display: flex;
    padding: 7.38% 18.1% 7.38% 7.38%;
    flex-direction: column;
    align-items: center;
}

.fee__Box {
    border-radius: 30px;
    background-color: #FDEDB4;
    padding: 36px;
    margin-top: 9.9161%;
}

.fee__title {
    font-family: "Rounded Mplus 1c";
    font-size: 1.6666vw;
    font-weight: 700;
    line-height: 1.6;
}

.fee__content {
    margin-top: 24px;

}

.fee__text {
    font-size: 1.1111vw;
    font-weight: 400;
    line-height: 1.6;
}

.fee__text--table {
    margin-top: 36px;
}

.fee__text--other {
    margin-top: 12px;
}

.fee__table {
    font-size: 1.1111vw;
    font-weight: 400;
    line-height: 1.6;
    background-color: #FDFDFD;
}

.fee__schoolFee {
    border: 1px solid #171B1D;
    width: 16.1111vw;
    padding: 1.4367% 1.3888vw 1.4367% 1.4367%;
}

.fee__attention--table {
    margin-top: 36px;
}

.fee__attention {
    margin-top: 12px;
    font-size: 0.9722vw;
    font-weight: 400;
    line-height: 1.6;
    font-feature-settings: "palt";
}

.fee__subtitle {
    font-size: 1.3888vw;
    font-weight: 500;
    line-height: 1.6;
}

/* fee sp */
@media screen and (max-width: 768px) {
    .section--fee {
        background-image: url(../images/ESSfee-sp.webp);
    }
    
    .fee {
        padding: 13.6752% 13.6752% 13.6752% 6.8%;
    }
    
    .fee__Box {
        padding: 24px;
        margin-top: 17.2215%;
    }
    
    .fee__title {
        font-size: 5.3333vw;
    }
    
    .fee__content {
        margin-top: 12px;
    }
    
    .fee__text {
        font-size: 3.7333vw;
    }
    
    .fee__text--table {
        margin-top: 12px;
    }
    
    .fee__text--other {
        margin-top: 12px;
    }
    
    .fee__table {
        font-size: 2.6666vw;
    }
    
    .fee__schoolFee {
        width: 21.6vw;
        padding: 3px 10px 3px 3px;
    }
    
    .fee__attention--table {
        margin-top: 12px;
    }

    .fee__attention {
        margin-top: 12px;
        font-size: 3.2vw;
    }

    .fee__subtitle {
        font-size: 4.2666vw;
    }
    
}
/* sp 768px */