@charset "utf-8";

/*==========================
catch class
==========================*/

.catch__img--class {
    object-position: 4% 50%;
}

.catch__desc {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.12; /* 212.5% */
    margin: 31px 2.9vw 38px;
}

/* .catch class pc */
@media screen and (min-width:835px) {

    .catch--class {
        margin: 52.4px 5.2vw 0px 15.2vw;
    }

    .catch__img--class {
        object-position: 4% 50%;
    }

    .catch__desc {
        font-size: 2.0rem;
        line-height: 2.6;
        margin: 52px 3.5vw 0px;
    }

}

/*==========================
scrollbtn
==========================*/

.scrollbtn {
    margin: 70px 9vw 0px;
}

.scrollbtn__frame {
    text-align: center;
}

.whbtn--trial {
    display: inline-block;
    width: 275px;
    height: 52px;
    line-height: 1.0;
    padding-top: 18px;
    margin-top: 30px;
}

.whbtn--trial:first-of-type {
    margin-top: 0px;
}

.whbtn--trial::before{
    right: 66px;
    transform: translateY(-50%) rotate(90deg);
}

/* .scrollbtn pc */
@media screen and (min-width:553px) {

    .scrollbtn__frame {
        display: flex;
        align-items:center;
        justify-content:center;
        gap: 4.9vw;
    }

    .whbtn--trial {
        line-height: 1.0;
        margin:0px
    }

}

@media screen and (min-width:835px) {

    .scrollbtn {
        margin: 0px 5.2vw 0px 15.2vw;
        padding: 88px 5.2vw 0px;
    }

    .scrollbtn__frame {
        display: flex;
        align-items:center;
        justify-content:center;
        gap: 12.9vw;
    }
    
    .whbtn--trial {
        width: 302px;
        height: 59px;
        font-size: 2.0rem;
        font-weight: 400;
        line-height: 1.0; /* 100% */
        letter-spacing: 0.2px;
        margin:0px
    }
}

/*==========================
class org
==========================*/

.org {
    margin: 92px 6.9vw 94px;
}

.sectiontitle {
    text-align: center;
}

.sectiontitle__en {
    font-family: Cormorant;
    font-size: 5.0rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;  
}

.sectiontitle__ja {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.16px;
    margin-top: 9.4px;
}

.tabcontrol {
    margin-top: 86px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab {
    color: #CCCAC8;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0.14px;
    display: block;
    width: 42.9vw;
    padding-bottom: 12.7px;
    border-bottom: 0.3px solid #CCCAC8;
    transition: 0.6s;
}

.tab.active {
    color: var(--accent-black);
    border-bottom: 0.3px solid var(--accent-black);
}

.tabbody {
    margin: 60px 6.1vw 0px;
    text-align: center;
}

.tabcontent {
    display: none;
} 

.tabcontent.show {
    display: block;
}

.org__content {
    margin-top: 55px;
}

.org__title {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin-top: 20px;
}

.org__line {
    width: 100%;
    height: 0.5px;
    background-color: var(--accent-black);
    margin-top: 15px;
}

.org__line--2 {
    margin-top: 10px;
}

.org__line.pink {
    background-color: #D96CAD;
}

.org__line.orange {
    background-color: #CC800E;;
}
.org__line.green {
    background-color: #94CC40;
}
.org__line.deepgreen {
    background-color: #77A137;
}
.org__line.blue {
    background-color: #6FCCFF;
}
.org__line.navy {
    background-color: #004F99;
}

.org__line--spe {
    margin-top: 20px;
}

.org__age {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.16px;
    margin-top: 10px;
}

.org__age--spe{
    margin-top: 20px;
}

.org__day {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0.14px;
    margin-top: 10px;
}

.org__txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.14px;
    margin-top: 15px;
    text-align: justify;
}

.org__txt--line {
    border-bottom: 0.3px solid var(--accent-black);
}


/* .classorg pc */
@media screen and (min-width:835px) {

  
    .org {
        margin: 148px 9.86vw 0px 22.5vw;
    }

    .sectiontitle {
        text-align: center;
    }

    .sectiontitle__en {
        font-size: 7.0rem;
        letter-spacing: 0.7px;  
    }

    .sectiontitle__ja {
        font-size: 2.0rem;
        letter-spacing: 0.2px;
        margin-top: 15px;
    }

    .tabcontrol {
        margin-top: 140px;
        cursor: pointer;
    }

    .tab {
        font-size: 2.0rem;
        line-height: 1.0;
        letter-spacing: 0.2px;
        display: block;
        width: 433.8vw;
        padding-bottom: 26px;
        border-bottom: 0.5px solid #CCCAC8;
    }

    .tab.active {
        border-bottom: 0.5px solid var(--accent-black);
    }

    .tabbody {
        margin: 102px 0px 0px;
    }

    .tabcontent.show {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        gap: 5.8vw;
    }
        
    .org__content {
        margin-top: 0px;
        width: 27.9vw;
    }
    
    .org__title {
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.09;
        letter-spacing: 0.22px;
        margin-top: 28px;
    }

    .org__title--b {
        line-height: 1.59; 
    }

    .org__title--c {
        line-height: 3.18; 
    }

    .org__line {
        height: 0.5px;
        margin-top: 25px;
    }
    
    .org__line--2 {
        margin-top: 33px;
    }

    .org__line--2b {
        margin-top: 17px;
    }

    .org__age {
        font-size: 2.0rem;
        line-height: 1.0;
        letter-spacing: 0.2px;
        margin-top: 33px;
    }

    .org__age--b {
        margin-top: 17px;
    }

    .org__age--spe{
        margin-top: 30px;
    }

    .org__day {
        font-size: 1.6rem;
        line-height: 1.25;
        letter-spacing: 0.16px;
        margin-top: 19px;
    }

    .org__day2 {
        margin-top: 11px;    
    }

    .org__txt {
        font-size: 1.6rem;
        line-height: 1.75;
        letter-spacing: 0.16px;
        margin-top: 24px;
    }
    
}

/*==========================
schedule
==========================*/

.schedule {
    margin: 58px 0px 80px 10.9vw;
}

.sectiontitle--schedule {
    margin-right: 10.9vw;
}

.calender {
    margin-top: 64px;
    overflow-x: scroll;
}

.calender__img {
    min-width: 858px;
}

/* .schedule pc */
@media screen and (min-width:835px) {

    .schedule {
        margin: 164px 0px 141px 15.2vw;
        text-align: center;
    }
    
    .sectiontitle--schedule {
        margin-right: 0px;
    }
    
    .calender {
        margin-top: 87px;
        overflow-x: scroll;
    }
    
    .calender__img {
        width: 73.4vw;
    }

}

@media screen and (min-width:2130px) {

    .calender__img {
        max-width: 1600px;
    }

}