@charset "utf-8";
/* ============================
Article header
============================ */

.mainbg {
    background-image: url(../images/JHSSbackImg-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/JHSSbackImg-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/JHSSclass01.webp),url(../images/JHSSclass02.webp),url(../images/JHSSclassBackImg-pc.webp);
    background-repeat: no-repeat;
    background-size: 36.1111% ,33.0555%, 100% 100%;
    background-position: -7.1527vw 5.8440%, right -5.625vw bottom 45.7652%,  0%;
    padding:8.3333% 0 0 0;
}

.class {
    padding: 36px;
    margin: 0 28.9% 8.3333% 28.9%;
}

.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.3888vw;
    font-weight: 500;
    line-height: 1.6;
}

.class__line {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 12px;
}

.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/JHSSclass01.webp),url(../images/JHSSclass02.webp),url(../images/JHSSclassBackImg-sp.webp);
        background-size: 87.2% ,87.2%, 100% 100%;
        background-position: center 5.8379%, center  bottom 5.8761%,  0%;
    }
    
    .class {
        padding: 24px;
        margin: 0 6.4% ;
    }
    
    .class__title {
        font-size: 5.3333vw;
        margin-top: 162.1969%;
    }
    
    .class__content {
        margin-top: 12px;
        margin-bottom: 156.4681%;
    }
    
    .class__subtitle {
        font-size: 4.2666vw;
    }
    
    .class__line {
        gap: 12px;
        margin-top: 6px;
    }
    
    .class__text {
        font-size: 3.7333vw;
    }
}
/* sp 768px */

/* ============================
schedule
============================ */

.section--schedule {
    background-image: url(../images/JHSSschedule-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__table {
    font-size: 1.1111vw;
    font-weight: 400;
    line-height: 1.6;
    background-color: #FDFDFD;
}

.schedule__time {
    width: 18.8888vw;
    padding: 1.6339% 6.9444vw 1.6339% 1.6339%;
    border: 1px solid #171B1D;
    
}

.schedule__days {
    width: 3.8888vw;
    padding: 1.6339% 1.3888vw;
    border: 1px solid #171B1D;
}

.schedule__Tattention {
    margin-top: 36px;
    font-size: 0.9722vw;
    font-weight: 400;
    line-height: 1.6;
    font-feature-settings: "palt";
}

.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/JHSSschedule-sp.webp);
    }
    
    .schedule {
        padding: 13.6631% 6.8% 13.6631% 13.6631%;
    }
    
    .schedule__Box {
        padding: 24px 16px;
        margin-top: 17.2191%;
    }
    
    .schedule__table {
        font-size: 2.6666vw;
    }
    
    .schedule__time {
        width: 32.8vw;
        padding: 3px 0 3px 3px;
    }
    
    .schedule__days {
        width: 5.3333vw;
        padding: 3px 5px;
        text-align: center;
    }
    
    .schedule__Tattention {
        margin-top: 24px;
        font-size: 3.2vw;
    }
    
    .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/JHSSfee-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__attention--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 {
    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__mockExam {
    margin-top: 48px;
}

/* fee sp */

@media screen and (max-width: 768px) {
    .section--fee {
        background-image: url(../images/JHSSfee-sp.webp);
    }
    
    .fee {
        padding: 13.6631% 13.6631% 13.6631% 6.8%;
    }
    
    .fee__Box {
        padding: 24px;
        margin-top: 17.2191%;
    }

    .fee__Box--table {
        padding: 24px 18px;
    }
    
    .fee__title {
        font-size: 5.3333vw;
    }
    
    .fee__content {
        margin-top: 12px;
    }

    .fee__content--table {
        padding-left: 0;
    }
    
    .fee__text {
        font-size: 3.7333vw;
    }
    
    .fee__attention--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 {
        font-size: 3.2vw;
        margin-top: 12px;
    }
    
    .fee__subtitle {
        font-size: 4.2666vw;
    }
    
    .fee__mockExam {
        margin-top: 24px;
    }
}
/* sp 768px */