@charset "UTF-8";

/* ===========================
main
============================*/
/* sectionschoolClayB */

/* 画像ZoomInアニメ */
.mainImg__outer {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.mainImg {
    width: 100%;
}

.mainImg__outer img {
    /* img要素に以下のアニメーションプロパティが適用されます: */
    animation: zoom-in 4s linear 0s 1 normal both;
}

.mainTopic {
    color: #FFF;
    text-align: center;
    font-family: Marcellus;
    font-size: 1.6rem;
    letter-spacing: -0.16px;
    text-transform: uppercase;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-49%);
    width: 96%;
}

.mainTopic span {
    letter-spacing: 3.2px;
}

.section--schoolClayB p {
    width: 94.3%;
    color: var(--primary-green);
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin: 50px auto 0;
    text-align: center;
}

.section--schoolClayB {
    position: relative;
}

.section--schoolClayB::after {
    content: "";
    width: 90.6%;
    height: 0.6px;
    background-color: var(--primary-green);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

/* sectionClayB pc*/
@media screen and (min-width:1025px) {
    .mainTopic {
        font-size: 3.7rem;
        letter-spacing: 7.4px;
        top: 50px;
        transform: translateX(-50%);
        width: 100%;
    }

    .section--schoolClayB p {
        width: 836px;
        font-size: 2rem;
        letter-spacing: 2px;
        margin: 110px auto 0;
    }

    .section--schoolClayB::after {
        width: 70.2%;
        bottom: -12px;
        min-width: 910px;
    }
}
/* pc 1025px */

/* sectionClayB tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .mainTopic {
            font-size: 2.2rem;
            letter-spacing: 4.4px;
            top: 35px;
            width: 100%;
            transform: translateX(-50%);
        }

        .section--schoolClayB p {
            width: 670px;
        }

        .section--schoolClayB::after {
            width: 90.6%;
            bottom: -12px;
        }
}
/* tb 768px-1024px */

/* sectionCourse */
.enTxt {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: Marcellus;
    font-size: 2.2rem;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    margin-top: 70px;
}

.section--course h3 {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
}

.section--course h3:after {
    content: "";
    width: 0.6px;
    height: 50px;
    background-color: var(--primary-glay);
    position: absolute;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
}

.txt,
.courseDesk__item p {
    font-size: 1.6rem;
    letter-spacing: 0.96px;
}

.course__desk {
    width: 91.4%;
    margin: 100px auto 0;
}

.courseImg--sp {
    width: 82.7%;
    margin: 40px 0 0 auto;
    display: block;
}

.courseImg--pc,
.courseImg--tb {
    display: none;
}

.courseDesk__list {
    margin: 95px auto 0;
    width: 91.4%;
} 

.courseDesk__list ul {
    padding: 16px 10px;
    margin-top: 20px;
    border-radius: 1px;
    background: var(--primary-beigeSchool);
    gap: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.courseDesk__list ul::before {
    content: "";
    width: 100%;
    height: 0.6px;
    background-color: var(--primary-glay);
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

h3,
.courseDesk__item h4,
.openingInfo__outer dt {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 3.4px;
}

.goal__list li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.goal__list img {
    width: 19px;
    margin-top: 3px;
}

.course__suggest {
    margin-top: 80px;
}

.bold {
    color: var(--primary-green);
    font-weight: 700;
}

/* sectionCourse pc*/
@media screen and (min-width:1025px) {
    .enTxt {
        font-size: 4.8rem;
        letter-spacing: 3.84px;
        margin-top: 190px;
    }

    .section--course h3 {
        font-size: 2.4rem;
        letter-spacing: 4.8px;
    }

    .section--course h3:after {
        height: 90px;
        bottom: -120px;
    }

    .course__desk {
        width:  68%;
        margin: 196px auto 0;
    }

    .courseImg--sp,
    .courseImg--tb {
        display: none;
    }
        
    .courseImg--pc {
        display: block;
        width: 70.1%;
        margin: 80px 0 0 auto;
    }

    .courseDesk__list {
        margin: 120px auto 0;
        width: 81.7%;
        max-width: 1900px;
    } 
 
    .courseDesk__list ul {
        gap: 10px;
    }

    h3,
    .courseDesk__item h4,
    .openingInfo__outer dt {
        font-size: 2rem;
        line-height: 1.5; /* 30.6px */
        letter-spacing: 2px;
    }

    .courseDesk__item h4 {
        margin-left: 6px;
    }
}
/* pc 1025px */

/* sectionCourse tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .enTxt {
            font-size: 2.7rem;
            letter-spacing: 1.89px;
            margin-top: 100px;
        }

        .section--course h3:after {
            height: 50px;
            bottom: -70px;
        }

        .pcSpan--tb {
            display: inline;
        }

        .course__desk {
            width:  76.8%;
            margin: 100px auto 0;
        }

        .courseImg--sp,
        .courseImg--pc {
            display: none;
        } 

        .courseImg--tb {
            display: block;
            width: 70.5%;
            margin: 50px 0 0 auto;
        }

        .courseDesk__list {
            margin: 100px auto 0;
            width: 87.5%;
        }

        .goal__list li {
            gap: 5px;
        }

        .course__suggest {
            margin-top: 50px;
        }
}
/* tb 768px-1024px */

/* sectionClassSchedule */
.section--classSchedule {
    margin-top: 100px;
}

.section--classSchedule h3 {
    text-align: center;
}

.topic__txt {
    width: 91.4%;
    margin: 30px auto 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5; /* 24px */
    letter-spacing: 0.96px;
}

.courseHour__outer {
    width: 91.4%;
    max-width: 550px;
    height: auto;
    border-radius: 1px;
    background: var(--primary-beigeSchool);
    margin: 60px auto 0;
    padding-bottom: 15px;
}

.courseHour {
    font-size: 1.8rem;
    line-height: 1.6; /* 28.8px */
    letter-spacing: 0.72px;
    text-decoration-line: underline;
    text-decoration-color: rgba(140, 140, 140, 0.50);
    text-underline-position: from-font;
    padding: 15px 24px 0 20px;
}

.courseHour__outer div {
    margin: 28px auto 0 13%;
}

.courseHour__outer div,
.classSchedule p {
    font-size: 1.6rem;
    line-height: 1.6; /* 25.6px */
    letter-spacing: 0.64px;
}

.courseHour__outer span:first-child {
    margin-left: 20px;
    display: inline-block;
}

.classTime {
    color: var(--FontColor02, rgba(47, 47, 47, 0.74));
    font-size: 1.5rem;
    line-height: 1.6; /* 24px */
    letter-spacing: 0.3px;
    margin-left: 64px;
}

.classSchedule {
    margin: 30px auto 0;
    width: 91.4%;
}

.classSchedule h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6; /* 25.6px */
}

.classSchedule p {
    margin-top: 16px;
    margin-left: 5px;
}

.classSchedule table {
    margin-top: 8px;
    width: 100%;
}

.classSchedule tr {
    border-top: 1px solid var(--primary-glay);
    font-size: 1.6rem;
    line-height: 1.6; /* 25.6px */
    letter-spacing: 0.64px;
    display: flex;
}

.classSchedule tr:first-child {
    border-top: none;
}

.month {
    width: 77px;
    height: 51px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-beigeSchool);
    border-right: 1px solid var(--primary-glay);
}

.date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.date__inner {
    width: 79px;
    text-align: end;
    margin-left: 10px;
}

/* sectionClassSchedule pc*/
@media screen and (min-width:1025px) {
    .section--classSchedule {
        margin-top: 220px;
    } 

    .topic__txt {
        width: 526px;
        margin: 100px auto 0;
    }

    .courseHour__outer {
        width: 582px;
        max-width: none;
        margin: 50px auto 0;
        padding-bottom: 16px;
    }

    .courseHour {
        padding: 12px 58px 0 20px;
    }

    .courseHour__outer div {
        margin: 20px auto 0 30.6%;
    }

    .courseHour__outer div,
    .classSchedule p {
        font-size: 1.6rem;
        letter-spacing: 0.64px;
    }

    .courseHour__outer span:first-child {
        margin-left: 60px;
    }

    .classTime {
        margin-left: 25.4%;
    }

    .classSchedule {
        margin: 80px auto 0 12%;
        width: 46.3%;
        overflow-x: hidden; 
    }

    .classSchedule p {
        margin-top: 30px;
        margin-left: 16.5px;
    }

    .classSchedule table {
        margin-top: 10px;
        width: 100%;
    }

    .month {
        width: 98px;
    }

    .date__inner {
        margin-left: 20px;
    }
}
/* pc 1025px */

/* sectionClassSchedule tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
       .section--classSchedule {
            margin-top: 140px;
        } 

        .topic__txt {
            width: 528px;
            margin: 30px auto 0;
        }

        .courseHour__outer {
            width: 582px;
            max-width: none;
            margin: 50px auto 0;
            padding-bottom: 16px;
        }

        .courseHour {
            padding: 12px 25px 0 20px;
        }

        .courseHour__outer div {
            margin: 20px auto 0 178px;
        }

        .courseHour__outer div,
        .classSchedule p {
            font-size: 1.6rem;
            letter-spacing: 0.64px;
        }

        .courseHour__outer span:first-child {
            margin-left: 60px;
        }

        .classTime {
            margin-left: 25.4%;
        }
        
        .classSchedule {
            margin: 30px auto 0;
            width: 78.1%;
            overflow-x: hidden; 
        }

        .classSchedule p {
            margin-left: 12px;
        }

        .classSchedule table {
            margin-top: 10px;
            width: 100%; 
        }

        .month {
            width: 90px;
        }
}
/* tb 768px-1024px */

/* sectionCurriculm */
.section--curriculum {
    width: 92.4%;
    margin: 130px auto 0;
}

.section--curriculum table {
    margin-top: 40px;
    border: 1px solid var(--primary-glay);
}

.section--curriculum tr {
    border-top: 1px solid var(--primary-glay);
    display: flex;
}

.section--curriculum tr:first-child {
    border-top: none;
}

.curriculum__item td:first-child {
    width: 60px;
    height: auto;
    display: flex;
    padding: 32px 0px;
    justify-content: center;
    align-items: center;
    background: rgba(53, 101, 104, 0.10);
    font-size: 1.4rem;
    letter-spacing: 0.84px;
    border-right: 1px solid var(--primary-glay);
}

.curriculum__item td:last-child {
    width: 83%;
}

.curriculum__item div {
    width: 91%;
    margin: 14px auto;
}

.curriculum__item p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4; /* 21px */
    letter-spacing: 0.6px;
}
.curriculum__item span {
    text-indent: -15px;
    padding-left: 15px;
    display: inline-block;
}

.curriculum__item .bold {
    color: var(--primary-black);
    text-indent: 0;
    padding-left: 0;
}

.curriculumImg {
    width: 74%;
    margin: 30px auto 0 25.8%;
}

/* sectionCurriculm pc*/
@media screen and (min-width:1025px) {
    .section--curriculum {
        margin: 100px auto 0 12%;
        width: 75.6%;
    }

    .section--curriculum h3 {
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 1.8; /* 25.6px */
        letter-spacing: 3.4px;
        margin-left: 0;
    }

    .curriculum__outer {
        display: flex;
        gap: 46px;
    }

    .section--curriculum table {
        margin-top: 30px;
        width: 672px;
    }

    .curriculum__item td:first-child {
        width: 110px;
        padding: 0;
        font-size: 1.6rem;
        letter-spacing: 0.96px;
    }

    .curriculum__item td:last-child {
        width: 85.4%;
    }

    .curriculum__item div {
        width: 95%;
    }

    .curriculum__item p {
        display: flex;
        flex-direction: column;
    }

    .curriculumImg {
        width: 356px;
        margin: 30px 0 0 0;
    }
}
/* pc 1025px */

/* sectionCurriculm tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
      .section--curriculum {
            margin: 80px auto 0 11%;
            width: 75.6%;
        }

        .section--curriculum h3 {
            font-size: 1.7rem;
            font-weight: 600;
            line-height: 1.8; /* 25.6px */
            letter-spacing: 3.4px;
            margin-left: 0;
        }

        .section--curriculum table {
            margin-top: 30px;
            width: 100%;
        }

        .curriculum__item td:first-child {
            width: 130px;
            padding: 0;
            font-size: 1.6rem;
            letter-spacing: 0.96px;
        }

        .curriculum__item td:last-child {
            width: 85.4%;
        }

        .curriculum__item div {
            width: 95%;
        }

        .curriculum__item p {
            display: flex;
            flex-direction: column;
        }

        .curriculumImg {
            width: 350px;
            margin: 30px 0 0;
            display: flex;
            margin-left: auto;
        }   
}
/* tb 768px-1024px */

/* sectionCourseInfo */
.setion--courseInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.openingInfo__outer {
    display: flex;
    width: 91.4%;
    max-width: 500px;
    padding: 14px 0px;
    margin-top: 130px;
    flex-direction: column;
    align-items: center;
    border-radius: 1px;
    background: rgba(53, 101, 104, 0.10);
    box-shadow: 0px 1px 4px 0px var(--line, rgba(47, 47, 47, 0.30));
}

.openingInfo__outer dt {
    text-align: center;
    color: var(--primary-green);
    position: relative
}

.openingInfo__outer dt::after {
    content: "";
    width: 280px;
    height: 0.6px;
    background-color: var(--primary-green);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.openingInfo__outer dd {
    font-family: "Noto Serif JP";
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 1.02px;
    margin-top: 28px;
}

.info__outer,
.courseTable {
    display: flex;
    flex-direction: column;
    align-self: start;
    width: 343px;
    margin: 0 auto;
}

.topic--courseInfo {
    margin-top: 80px;
}

.courseTitle {
    margin-top: 16px;
    color: var(--primary-green);
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 1.7px;
}

/* table */
.courseTable {
    flex-direction: row;
    margin-top: 20px;
}

.table__class {
    display: flex;
}

.table__class th:first-child {
    display: none;
}

.courseTable th {
    width: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--primary-glay);
    border-right: 1px solid var(--primary-glay);
    border-left: 1px solid var(--primary-glay);
}

.title__class {
    width: 342px !important;
    padding: 19px 0px;
    text-align: center;
    border-radius: 1px 1px 0px 0px;
    background: var(--primary-greenLow);
}

.tableItem {
    display: flex;
}

.courseTable td {
    width: 264px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    background-color: var(--primary-beigeSalon);
    border-top: 1px solid var(--primary-glay);
    border-right: 1px solid var(--primary-glay);
}

.table__desk,
.term p {
    text-align: start !important;
    width: 210px;
}

.tableItem--capacity {
    border-bottom: 1px solid var(--primary-glay);
}

.place {
    padding-top: 20px;
    text-align: center;
}

.schedule p{
    display: inline !important;
    width: 210px;
}

/* table文字設定 */
.title__class,
.tableItem th,
.place {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4; /* 22.4px */
    letter-spacing: 0.64px;
}

.fee {
    color: var(--primary-black);
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tax,
.table__desk {
    color: var(--primary-blackLow);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.56px;
}

.tax {
    color: var(--primary-black);
    line-height: 140%;
}

.place span,
.capacity span  {
    color: var(--primary-blackLow);
    width: auto;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.56px;
}

.schedule,
.term,
.capacity {
    line-height: 1.4; /* 22.4px */
    letter-spacing: 0.64px;
    padding-top: 20px;
}

.schedule p,
.term p,
.capacity p {
    font-size: 1.6rem;
}

.capacity .table__desk--capacity {
    font-size: 1.4rem;
}

.underline {
    color: var(--primary-blackLow);
}

.underline:hover {
    color: var(--primary-green);
    border-bottom: 0.6px solid var(--primary-green);
}

.capacity p:last-of-type {
    margin-top: 8px;
}

.capacity .table__desk {
    color: var(--primary-blackLow);
}

/* contact */
.contact strong {
    margin-top: 60px;
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 1.7px;
    display: block;
}

.btn__inner {
    display: flex;
    width: 280px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1px;
    background: var(--primary-green);
    box-shadow: 2px 4px 4px 0px var(--line, rgba(47, 47, 47, 0.30));
}

.btn__inner:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5), 0 0 50px rgba(128, 128, 128, 0.1) ;
    border-color: transparent;
}

.btn__inner:first-of-type {
    margin-top: 20px;
}

.btn__inner:last-of-type {
    margin-top: 24px;
}

.contact p {
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5; /* 25.5px */
    letter-spacing: 1.02px;
}

/* sectionCourseInfo pc*/
@media screen and (min-width:1025px) {
    .openingInfo__outer {
        width: 720px;
        max-width: initial;
        display: block;
        margin: 210px auto 0 0;
        padding-bottom: 14px;
    }

    .openingInfo__outer dt::after {
        width: 658px;
        bottom: -12px;
    }

    .openingInfo__outer dd {
        margin-top: 22px;
        height: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .info__outer,
    .courseTable {
        width: 1090px;
        justify-content: center;
    }

    .topic--courseInfo {
        margin-top: 85px;
    }

    .courseTitle {
        margin-top: 0;
        font-size: 2rem;
        line-height: 1.5; 
        letter-spacing: 2px;
    }

    /* table */
    .courseTable {
        overflow-x: hidden;
        margin-top: 15px;
    }

    .courseTable th {
        width: 250px;
    }

    .title__class {
        width: 840px !important;
        padding: 17.5px 0px;
        border-left: 0 !important;
    }

    .table__class th:first-child {
        display: block;
    }

    .courseTable td {
        width: 840px;
        justify-content: flex-start;
        padding-left: 40px;
        align-items: flex-start;
    }

    .table__desk,
    .schedule p,
    .term p {
        width: auto;
    }

    .fee__outer .table__desk {
        line-height: 1.4; /* 19.6px */
    }

    .fee__outer,
    .place {
        flex-direction: row !important;
        align-items: flex-end !important;
        gap: 20px;
        padding-top: 20px;
    }

    .fee {
        margin-bottom: 0;
        margin-top: 0;
    }

    /* table文字設定 */
    .title__class,
    .tableItem th,
    .place {
        font-size: 1.8rem;
        letter-spacing: 0.72px;
    }

    .schedule,
    .term,
    .capacity {
        padding-top: 20px;
    }

    /* contact */
    .contact strong {
        margin-top: 70px;
        font-size: 2rem;
        line-height: 1.5; /* 30.6px */
        letter-spacing: 2px;
        text-align: center;
    }

    .contactBtn__outer {
        display: flex;
        gap: 24px;
        margin-top: 20px;
    }

    .btn__inner {
        margin-top: 0 !important;
    }
}
/* pc 1025px */

/* sectionCourseInfo カスタムブレイクポイント */
@media screen and (min-width: 550px) and (max-width: 767.9px) {
    .info__outer,
    .courseTable,
    .title__class {
        width: 500px !important;
    }

    .courseTable td {
        width: 422px;
    }

    .schedule p,
    .term p,
    .table__desk  {
        width: 292px;
    }

    .term p {
        width: auto;
        text-align: center !important;
    }

    .table__desk--place,
    .place span {
        text-align: start;
        display: inline-block;
    }
}
/* カスタム　426px-767px */

/* sectionCourseInfo tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .openingInfo__outer {
            width: 550px;
            max-width: initial;
            display: block;
            margin: 110px auto 0 0;
        }

        .openingInfo__outer dt::after {
            width: 502px;
            bottom: -15px;
        }

        .openingInfo__outer dd {
            margin-top: 37px;
            height: 110px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .info__outer,
        .courseTable {
             width: 690px;
        }

        .openingInfo__outer .pcSpan {
            display: inline-block;
        }

        .topic--courseInfo {
            margin-top: 80px;
        }

        .courseTitle {
            margin-top: 4px;
        }

        /* table */
        .courseTable {
            overflow-x: hidden;
            margin-top: 15px;
        }

        .courseTable th {
            width: 136px;
        }

        .table__class th:first-child {
            display: block;
        }

        .title__class {
            width: 552px !important;
            padding: 19px 0px;
            border-left: 0 !important;
        }

        .courseTable td {
            width: 552px;
        }

        .table__desk  {
            width: auto;
        }

        .fee__outer .table__desk {
            font-size: 1.4rem;
            line-height: 1.4; /* 19.6px */
            letter-spacing: 0.56px;
        }

        .fee {
            margin-bottom: 8px;
        }

        .table__desk--capacity {
            width: 498px;
        }

        .schedule,
        .term,
        .capacity {
            width: 552px !important;
            padding-top: 20px;
        }

        .term p,
        .schedule p {
            width: auto;
        }

        /* contact */
        .contact strong {
            margin-top: 70px;
            text-align: center;
        }

        .contactBtn__outer {
            display: flex;
            gap: 24px;
            margin-top: 20px;
        }

        .btn__inner {
            margin-top: 0 !important;
        } 
}
/* tb 768px-1024px */

/* sectionCourseInfo カスタムブレイクポイント */
@media (min-width: 900px) and (max-width: 1150px) {
    .info__outer, 
    .courseTable {
        width: 890px;
        justify-content: center;
    }

    .courseTable th {
        width: 130px;
    }

    .courseTable td {
        width: 760px;
    }

    .title__class {
        width: 760px !important;
        padding: 19px 0px;
    }

    .schedule, 
    .term, 
    .capacity {
        width: 760px !important;
    }

    .table__desk  {
        width: auto;
    }

    .table__desk--capacity {
        width: auto;
    }
}
/* カスタム　900px-1150px */

/* sectionCourseInfo カスタムブレイクポイント */
@media (max-width: 366px) {
    .info__outer,
    .courseTable,
    .title__class {
        width: 295px !important;
    }

    .courseTable th {
        width: 72px;
    }

    .courseTable td {
        width: 223px;
    }

    .schedule p,
    .term p,
    .table__desk  {
        width: 195px;
    }

    .table__desk--place,
    .place span {
        text-align: start;
        display: inline-block;
        width: 195px;
    }
}
/* カスタム　366px */

/* sectionCourseLink */
.course__link {
    width: 90.7%;
    max-width: 350px;
    height: 88px;
    padding: 20px 0;
    margin: 110px auto 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    border: 1px solid var(--primary-blackLow);
    box-shadow: 2px 2px 4px 0px var(--line, rgba(47, 47, 47, 0.10));
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    line-height: 1.6; /* 24px */
    letter-spacing: 0.6px;
}

.course__link:hover {
    color: #FFF;
    background-color: var(--primary-green);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
    border-color: transparent;
}

.arrow {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    margin-left: 18px;
}

/* sectionCourseLink pc*/
@media screen and (min-width:1025px) {
     .course__link {
        width: 340px;
        max-width: none;
        padding: 20px 30px;
        margin: 210px auto 280px !important;
    }
}
/* pc 1025px */
 
/* sectionCourseLink tb*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .course__link {
            margin: 160px auto 180px!important;
        }
}
/* tb 768px-1024px */

/* 各種 カスタムブレイクポイント */
@media (max-width: 340px) {
    .section--schoolClayB p {
        width: 97.5%;
        font-size: 1.4rem;
    }

    .enTxt {
        font-size: 2rem
    }

    .section--course h3 {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }

    .courseDesk__item h4 {
        letter-spacing: 2.2px;
    }

    .courseHour {
        font-size: 1.6rem;
    }

    .courseHour__outer div {
        margin: 28px auto 0 6.4%;
    }

    .section--curriculum p {
        letter-spacing: 0.5px;
    }
}

/* else カスタムブレイクポイント */
@media (min-width: 950px) and (max-width: 1200px) {
    .mainTopic {
        font-size: 3rem;
    }
    
    .enTxt {
        font-size: 3.8rem;
    }
}