@charset "utf-8";
/*==========================
main__general
==========================*/

/*classroom */
.section__topic-div--general {
    position: relative;
    background-image: url(../images/general__mainImg.jpg);
    background-size: cover;
}

.section__topic-div--general::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.5);
    z-index: 1;
}
.section__topic--class {
    z-index: 2;
    padding: 24px;
    color: white;
}

.section__topic::after  {
    display: none;
} 


.classroom__txt {
    font-size: 1.5rem;
    line-height: 1.6;
}

.introduction__detail--general {
    gap: 15px;
    max-width: 425px;
}

.classroom__list {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.classroom__item {
    padding: 16px;
    border: 2px solid black; 
    border-radius: 8px; 
    background-color: white;
}


.classroom__name {
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #E73B32;
    text-decoration-thickness: 4px; 
    text-underline-offset: 7px;
}

.classroom__txt--2 {
    margin-top: 15px;
}

.bold {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #FFDE09 50%);
}

/* classroomPC*/
@media screen and (min-width:769px){
    .section__topic--class {
        padding: 64px;
    }

    .section--classroom {
        padding-bottom: 112px;
    } 

    .classroom__container{
        padding-inline: 40px;
        margin-inline: auto;
        max-width: 1160px;
    }

    .classroom__txt {
        font-size: 1.8rem;
        line-height: 1.8;
        text-align: center;
    }

    .introduction__detail--general {
        max-width: 700px;
    }

    .classroom__list{
        margin-top: 48px;
        flex-direction: row;
        justify-content: center;
    }

     .classroom__item {
      width: 557px;
    } 

    .classroom__name {
        font-size: 1.8rem;
    }

    .classroom__txt--2 {
        text-align: left;
        font-size: 1.7rem;
    } 
    
}


/*fee*/
.section--fee {
    background-color: #FEF3E2;
}

.section--fee--lending {
    background-color: white;
}

.main__course__name {
    font-size: 2.4rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.main__course__name-div {
    text-align: center;
}

.main__course__name::after {
    position: absolute;
    content: "";
    background-color: #E73B32;
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
} 

.fee__container {
    display: flex;
    flex-direction: column;
    align-items: center;
   margin: 34px auto 0;
   max-width: 324px;
}

.fee__list {
    display: flex;
    flex-direction: column;
    gap: 34px;
}


.fee__name {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 8px;
}

.fee__wrapper {
    margin-top: 34px;
}


table {
    border-collapse: separate;
    text-align: center;
    border: 4px solid #2f2f2f; 
    border-radius: 18px;
    border-spacing: 0; 
    overflow: hidden;  
}

.thead__fee-th, .tbody__fee-th, .tbody__fee-td {
    height: 55px;
    vertical-align: middle;
} 


.tbody__fee-th {
    width: 75px;
}

.tbody__fee-td {
    width: 120.23px;
}  


.thead__fee-th{
    background-color: #FFF9C4;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1;
    border-left: 4px solid #2f2f2f;
}

.thead__fee-th:first-of-type {
    border-left: 0;
} 

.tbody__fee-th {
    background-color: #FFF9C4;
    font-size: 2.0rem;
    border-top: 4px solid #2f2f2f;
    line-height: 1;
    text-align: center;
}

.tbody__fee-th--last:last-of-type {
    border-bottom: 0;
}


.tbody__fee-td{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    border-left: 4px solid #2f2f2f;  
    border-top: 4px solid #2f2f2f;
    background-color: #fff;
}


.tbody__fee-td--last {
    border-bottom: 0;
} 

.span__fee {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
}

.table__fee--PC {
    display: none;
}


.fee-td__Img{
    object-fit: contain; 
}

.fee__txt {
    font-size: 1.4rem;
    margin-top: 8px;
}

.fee__txt--personal{
    text-align: center;
    margin-top: 0;
}

.span__fee-lending{
    font-size: 2.0rem;
    font-weight: bold;
}

.cross {
    position: relative;
    overflow: hidden;
}

.cross::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 150px;  
    height: 100%; 
    border-top: 2.4px solid #2f2f2f;  
    transform: rotate(-24deg);  
}

.cross::after{
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 150px;  
    height: 100%; 
    border-top: 2.4px solid #2f2f2f;  
    transform: rotate(24deg);  
}

@media screen and (max-width:320px) {
    .cross::before {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        width: 150px;  
        height: 100%; 
        border-top: 2.4px solid #2f2f2f;  
        transform: rotate(-27deg);  
    }
    
    .cross::after{
        content: "";
        position: absolute;
        top: 15px;
        right: 0;
        width: 150px;  
        height: 100%; 
        border-top: 2.4px solid #2f2f2f;  
        transform: rotate(27deg);  
    }
}

/* fee pc */
@media screen and (min-width:769px) {
    .table__fee--SP {
        display: none;
    }  

    .table__fee--PC{
        display: table;   
    }   

    .main__course__name {
        font-size: 3.2rem;
    }

    .fee__container{
        margin-top: 48px;
        max-width: 852px;
        padding-inline: 30px;
    } 

    .fee__list {
        gap: 82px;
    }

    .fee__name {
        font-size: 2.4rem;
    }

    .fee__wrapper {
        margin-top: 48px;
    }

    .fee__txt {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .fee__txt--personal {
        margin-top: 0;
    }

    .span__fee-lending{
        font-size: 2.4rem;
        font-weight: bold;
    }

    

    .thead__fee-th--PC, .tbody__fee-th--PC, .tbody__fee-td--PC {
        width: 120px; 
        height: 68px;
    }  
  
    .thead__fee-th--PC{
        font-size: 2.6rem;
    }

  
    .tbody__fee-th--PC {
        font-size: 2.6rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.5;
    }


    .tbody__fee-td {
        font-size: 2.6rem;
        font-weight: bold;
        text-align: center;
    }


    .fee__ImgSP {
        display: none;
    }

    .cross::before {
        content: "";
        position: absolute;
        top: 25px;
        left: 0;
        width: 150px;  
        height: 100%; 
        border-top: 2.4px solid #2f2f2f;  
        transform: rotate(-30deg);  
    }
    
    .cross::after{
        content: "";
        position: absolute;
        top: 25px;
        right: 0;
        width: 150px;  
        height: 100%; 
        border-top: 2.4px solid #2f2f2f;  
        transform: rotate(30deg);  
    }
}


/*schedule*/
.schedule__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 34px auto 0;
    max-width: 328px;
}


.table__schedule {
    border-collapse: separate;
    text-align: center;
    border: 3px solid #2f2f2f;
    border-radius: 10px;
    border-spacing: 0; 
    overflow: hidden;  
}

.thead__schedule-th, .tbody__schedule-th, .tbody__schedule-td{
    height: 56px;
    text-align: center;
    vertical-align: middle;
} 

/* time */

.thead__schedule-th {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    border-left: 3px solid #2f2f2f;
}

.thead__schedule-th:first-of-type {
    border-left: 0;
} 

.span__schedule {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
}

/* Days */

.tbody__schedule-th {
    font-size: 1.4rem;
    line-height: 1;
    width: 16px;
    border-top: 3px solid #2f2f2f;
}

/* Class */

.tbody__schedule-td {
    font-size: 1.2rem;
    font-weight: normal;
    border-left: 3px solid #2f2f2f;
    border-top: 3px solid #2f2f2f;
}

.tbody__schedule-td--off {
    font-size: 2.4rem;
    background-color:#ddd;
}


.tbody__schedule-td--pink {
    background-color: #ffb6b9;
}

.tbody__schedule-td--blue {
    background-color: #c4fff8;
}


.tbody__schedule-td--yellow {
    background-color: #FFF9C4;
}

.tbody__schedule-th--sat {
    color: #408dc6;
}

.tbody__schedule-th--sun {
    color: #E73B32;
}

.tbody__schedule-td--sun {
    border-bottom: 0;
}

.table__wrapperPC {
    display: none;
}

.schedule__txt {
    font-size: 1.4rem;
    margin-top: 8px;
}

.a {
    color: #0000EE;
    text-decoration: underline;
}

.schedule__txt--2 {
    font-size: 1.4rem;
    margin-top: 10px;
    position: relative;
}

.schedule__txt--2::before  {
    content: "";               
    position: absolute;        
    top: 4px;
    left: -20px;
    width: 14px;             
    height: 14px;             
    background-color: #FFF9C4;   
    border: 2px solid black;
}

.slash {
    position: relative;
    overflow: hidden;

}

.slash::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 90px;  
    height: 100%; 
    border-top: 2.4px solid #2f2f2f;  
    transform: rotate(-44deg);  
} 

@media screen and (max-width:320px) {
    .tbody__schedule-td {
        font-size: 1.0rem;
        font-weight: normal;
        border-left: 3px solid #2f2f2f;
        border-top: 3px solid #2f2f2f;
    }

    .tbody__schedule-td--off {
        font-size: 2.4rem;
        background-color: #ddd;
    }

    .slash::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 0;
        width: 90px;  
        height: 100%; 
        border-top: 2.4px solid #2f2f2f;  
        transform: rotate(-48deg);  
    } 
}

/*schedule PC*/
@media screen and (min-width:769px){
    .schedule__container{
        margin: 48px auto 0;
        max-width: 725px;
    }

    .table__wrapperSP {
        display: none;
    }
    
    .table__wrapperPC {
        display: block;
    }
    
    .thead__schedule-th--PC, .tbody__schedule-th--PC, .tbody__schedule-td--PC {
        width: 90px; 
    }

    /* Days */
    .thead__schedule-th--PC {
        font-size: 2.4rem;
        height: 64px;
    }

    .tbody__schedule-th--sun2 {
        color: #E73B32;
    }

     /* Time*/

    .tbody__schedule-th--PC {
        font-size: 1.8rem;
        font-weight: normal;
        height: 84px;
    }

    .span__schedule--PC {
        font-size: 1.6rem;
        text-align: center;
    }

     /* blank*/

    .vertival {
        writing-mode: vertical-rl !important;
        -webkit-writing-mode: vertical-rl;
        display: inline-block;
        vertical-align: middle; 
    }



     /* Class*/

    .tbody__schedule-td--PC {
        font-size: 1.8rem;
        line-height: 1.3;
        height: 84px;
    }

    .tbody__schedule-td--off {
        font-size: 2.6rem;
        vertical-align: middle; 
    }

    .schedule__txt {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .schedule__txt--2 {
        font-size: 1.8rem;
    }

    .slash {
        position: relative;
        overflow: hidden;
    
    }
    
    .slash::after {
        content: "";
        position: absolute;
        top: 25px;
        left: 0;
        width: 150px;  
        height: 100%; 
        border-top: 2.4px solid #2f2f2f;  
        transform: rotate(-44deg);  
    } 
    

}



/*enter*/

.enter__conteiner {
    margin-top: 34px;
}

.btn--contact{
    margin-top: 0;
}

.btn::after {
    display: block;
}



/*enter PC*/
@media screen and (min-width:769px) {
    .section--enter {
        margin-inline: auto;
    }

    .enter__conteiner {
        margin-top: 48px;
    }
}

/*==========================
main__personal
==========================*/
/*personal*/
.section__topic-div--personal {
    position: relative;
    background-image: url(../images/personal__mainImg.jpg);
    background-size: cover;
}

.section__topic-div--personal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.5);
    z-index: 1;
}

.section--personal {
    padding-block:24px 48px;
}

.personal__ImgPC {
    display: none;
}


.introduction__detail--two {
    max-width: 400px;
}

.personal__txt{
    font-size: 1.5rem;
    line-height: 1.6;
}

.personal__txt--1 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 20px;
}



.enter__conteiner-personal {
    margin: 34px auto 0;
    max-width: 328px; 
}

.classroom__coach-list {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 48px;
}

.classroom__coach-div {
    display: flex;
    text-align: center;
    gap: 20px;
} 


.classroom__coach-Img {
    width: 128px;
    height: 158px;
}

.classroom__coach-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    width: 180px;
}


.classroom__coach-name {
    font-size: 1.6rem;
    font-weight: bold;
}

.classroom__coach-txt {
    font-size: 1.4rem;
}

.btn__enter {
    display: block;
    width: 100%;
    max-width: 180px; 
    font-size: clamp(1.2rem, 4.27vw, 1.6rem);
    padding: 12px 5px;
    /* font-size: 1.6rem; */
    font-weight: bold;
    background-color: #E73B32;
    color: #FFF;
    text-align: center;
    line-height: 1;
    transition: 0.4s;
}

.btn__enter:hover {
    opacity: 0.5;
}

@media screen and (max-width:320px) {
    .btn__enter {
        max-width: 132px;
    }
}


/*personal PC*/
@media screen and (min-width:769px) {
    
    .personal__ImgPC {
        display: block;
    }

    .section--personal {
        padding:48px  0;
    } 

    .introduction__detail--two {
        gap: 34px;
        max-width: 500px;
    }


    .personal__txt{
        font-size: 1.8rem;
        line-height: 1.8;
        text-align: center;
    }
    .personal__txt--1 {
        font-size: 1.6rem;
        line-height: 1.5;
    }


   .enter__conteiner-personal {
        margin: 48px auto 0;
        max-width: 500px;
   }

   .classroom__coach-list {
        gap: 34px;

    }

    .classroom__coach-detail {
        margin-top: 20px;
    }

    .classroom__coach-div {
        gap: 80px;
    }
    
    .classroom__coach-name  {
        font-size: 1.8rem;
    }

    .classroom__coach-txt {
        font-size: 1.6rem;
    }

    .btn__enter {
        padding-block: 15px;
    }
}

/*==========================
main__lending
==========================*/
.section__topic-div--lending {
    position: relative;
    background-image: url(../images/lending__mainImg.jpg);
    background-size: cover;
}

.section__topic-div--lending::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.5);
    z-index: 1;
}


.section--lending {
    padding-block:24px 48px;
}


.lending__txt
{
    font-size: 1.5rem;
    line-height: 1.8;
}

/*section--lending PC*/
@media screen and (min-width:769px) {
    .section__topic--ld {
        padding-top: 34px;
    }

    .section--lending {
        padding: 48px 0 64px;
    }

    .lending__txt {
        font-size: 1.8rem;
        line-height: 1.8;
        text-align: center;
    }
}

/*fee*/
.fee__txt--3 {
    text-align: center;
    margin-top: 8px;
}