@charset "UTF-8";

/* ===========================
main
============================*/
/* sectionschoolClayT */

/* 画像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.96px;
    text-transform: uppercase;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.mainTopic span {
    letter-spacing: 3.2px;
}

.section--schoolClayT p {
    width: 300px;
    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--schoolClayT {
    position: relative;
}

.section--schoolClayT::after {
    content: "";
    width: 90.6%;
    height: 0.6px;
    background-color: var(--primary-green);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

/* sectionschoolClayT pc*/
@media screen and (min-width:1025px) {
    .mainTopic {
        font-size: 3.7rem;
        letter-spacing: 7.4px;
        top: 50px;
    }

    .section--schoolClayT p {
        width: 946px;
        font-size: 2rem;
        letter-spacing: 2px;
        margin: 110px auto 0;
    }

    .section--schoolClayT::after {
        width: 79.2%;
        bottom: -12px;
        min-width: 980px;
    }
}
/* pc 1025px */

/* sectionschoolClayT tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .mainTopic {
            font-size: 2.2rem;
            letter-spacing: 4.4px;
            top: 35px;
        }

        .section--schoolClayT p {
            width: 530px;
        }

        .section--schoolClayT::after {
            width: 71.7%;
            bottom: -12px;
            max-width: 650px;
        }
}
/* 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%);
}

.title__small {
    font-weight: 400;
}

.course__desk span:last-child {
    margin-top: 16px;
    display: inline-block;
}

.txt,
.courseDesk__item p,
.section--curriculum li, 
.section--curriculum p,
.section--swedishMassage p,
.clayT__desk {
    font-size: 1.6rem;
    letter-spacing: 0.96px;
}

.course__desk {
    width: 91.4%;
    margin: 100px auto 0;
}

.courseImg--sp,
.curriculumImg__sp {
    width: 82.7%;
    margin: 40px 0 0 auto;
    display: block;
}

.courseImg--tb,
.courseImg--pc {
    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,
.ability__list dt,
.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;
}

.courseDesk__item h4 {
    width: 100%;
}

.goal__list li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.goal__list img {
    width: 19px;
    margin-top: 3px;
}

.course__suggest,
.course__certification {
    margin-top: 80px;
}

.txt__small,
.inorganicPower p {
    color: var(--primary-blackLow);
    font-size: 1.5rem;
}

.txt__small {
    letter-spacing: 0.9px
}

.bold {
    color: var(--primary-green);
    font-weight: 700;
}

.certification__list img {
    width: 100%;
    margin-top: 16px;
}

/* sectionCourse pc*/
@media screen and (min-width:1025px) {
    .enTxt {
        font-size: 4.8rem;
        letter-spacing: 19.6px;
        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;
    }
    
    .course__desk span {
        margin-top: 10px;
    }

    .courseImg--pc {
        width: 70.1%;
        margin: 80px 0 0 auto;
        display: block;
    }

    .courseImg--sp,
    .courseImg--tb {
        display: none;
    }

    .courseDesk__list {
        margin: 120px auto 0;
        width: 81.7%;
        max-width: 1900px;
    } 

    .courseDesk__list ul {
        gap: 10px;
    }

    h3,
    .courseDesk__item h4,
    .ability__list dt,
    .openingInfo__outer dt {
        font-size: 2rem;
        line-height: 1.5; /* 30.6px */
        letter-spacing: 2px;
    }

    .courseDesk__item h4 {
        width: 100%;
        margin-left: 6px;   
    }
    
    .certification__list li:nth-of-type(3) {
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

     .certification__list img {
        width: 30.7%;
        margin-top: 0;
    }
}
/* pc 1025px */

/* sectionCourse tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .enTxt {
            font-size: 2.7rem;
            letter-spacing: 10.3px;
            margin-top: 100px;
        }

        .section--course h3:after {
            height: 50px;
            bottom: -70px;
        }

        .course__desk {
            width:  76.8%;
            margin: 100px auto 0;
        }

        .courseImg--tb {
            display: block;
            width: 70.5%;
            margin: 50px 0 0 auto;
        }

        .courseImg--sp,
        .courseImg--pc {
            display: none;
        }

        .courseDesk__list {
            margin: 100px auto 0;
            width: 87.5%;
        }

        .goal__list li {
            gap: 5px;
        }

        .course__suggest {
            margin-top: 50px;
        }

        .suggest__list li {
            padding-left: 0;
        }

        .suggest__list p {
            text-indent: 0;
        }

        .certification__list li:nth-of-type(3) {
            display: flex;
        }

        .certification__txt .txt__small {
            margin-top: 16px;
            display: inline-block;
            width: 43%;
        }

        .certification__list img {
                margin-top: 16px;
                height: 175px;
                position: absolute;
                right: 10px;
                bottom: 108px;
                width: 355px;
        }

        .spBr--tb {
            display: block;
        }
}
/* 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;
}

.glay {
    color: var(--primary-blackLow);
}

.courseHour__outer {
    width: 91.4%;
    max-width: 350px;
    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--02 {
    padding: 15px 0px 0 20px;
}

.hour__inner {
    margin: 28px auto 0 13%;
}

.hour__inner,
.classSchedule p {
    font-size: 1.6rem;
    line-height: 1.6; /* 25.6px */
    letter-spacing: 0.64px;
}

.hour__inner--02 {
    margin-left: 11.4%;
}

.hour__basic {
    margin-left: 20px;
    display: inline-block;
}

.inner01 {
    display: flex;
}

.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;
}

.classTime--02 {
    margin-left: 21px;
}

.classTime--03 {
    margin-left: 60px;
}

.plus01,
.plus02 {
    margin-left: 29px;
}

.hour__online {
    margin-left: 20px;
}

.hour__online--02, 
.plus {
    margin-top: 16px;
    display: inline-block;
    margin-left: 10px;
}

.classSchedule {
    margin: 30px auto 0;
    width: 91.4%;
    /* overflow-x: scroll; */
    /* scrollbar-color: var(--primary-beigeSchool) var(--primary-beige); */
}

.classSchedule__title {
    display: flex;
}

.classSchedule__title p {
    margin-left: 8.5px;
}

.classSchedule h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6; /* 25.6px */
}

.year {
    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: 882px;
        margin: 100px auto 0;
    } 

    .schedule__outer {
        display: flex;
        margin-top: 50px;
        justify-content: center;
    }

    .courseHour__outer {
        width: 400px;
        max-width: none;
        margin: 0 auto;
        padding-bottom: 16px;
    }
    
    .courseHour__outer--02 {
        margin-left: 56px;
        width: 722px;
    }

    .courseHour {
        padding: 12px 104px 0 20px;
    }

    .courseHour--02 {
        padding: 12px 28.5px 0;
    }

    .hour__inner {
        margin: 20px auto 0 111px;
        font-size: 1.6rem;
        letter-spacing: 0.64px;
    }

    .hour__inner--02 {
        display: flex;
        margin: 20px auto 0;
        width: 664px;
    }

    .hour__online--02,
    .hour__online--03 {
        margin-left: 38px !important;
        margin-top: 0 !important;
    }

    .classTime {
        margin-left: 65px;
    }

    .classTime--02 {
        margin-left: 20px;
    }

    .classTime--03 {
        margin-left: 29px;
    }

    .plus01 {
        margin-left: -30px;
    }

    .plus02 {
        margin-left: 0px;
    }

    .classSchedule {
        margin: 80px 0 0 40px;
        width: 504px;
        overflow-x: hidden; 
        z-index: 10;
        position: absolute;
    }

    .classSchedule__title p {
        margin-left: 30px;
    }

    .year {
        margin-top: 30px;
        margin-left: 16.5px;
    }

    .classSchedule table {
        margin-top: 10px;
        width: 100%;
    }

    .month {
        width: 98px;
    }

    .date__inner {
        margin-left: 20px;
    }

    .classSchedule--02 {
        margin-left: 226px;
    }
}
/* 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;
        }

        .schedule__outer {
            margin-top: 50px;
        }

        .courseHour__outer {
            width: 343px;
            max-width: none;
            margin: 0 auto;
            padding-bottom: 15px;
        }
        
        .courseHour__outer--02 {
            margin-top: 70px;
            width: 600px;
        }

        .courseHour {
            padding: 12px 48px 0 20px;
        }  

        .courseHour--02 {
            padding: 12px 42px 0 20px;
        }

        .hour__inner {
            margin: 20px auto 0 45.5px;
            font-size: 1.6rem;
            letter-spacing: 0.64px;
        }

        .hour__inner--02 {
            display: flex;
            margin: 20px auto 0;
            width: 470px;
            flex-wrap: wrap;
        }

        .hour__online--02,
        .hour__online--03 {
            margin-left: 10px !important;
            margin-top: 0 !important;
        }

        .classTime {
            margin-left: 65px;
        }

        .classTime--02 {
            margin-left: 20px;
        }

        .classTime--03 {
            margin-left: 42px;
        }

        .plus01 {
            margin-left: 10px;
        }

        .plus02 {
            margin-left: 32px;
        }

        .classSchedule {
            margin: 30px auto 0;
            width: 78.1%;
            overflow-x: hidden; 
        }

        .year {
            margin-left: 12px;
        }

        .classSchedule table {
            margin-top: 10px;
            width: 100%; 
        }

        .month {
            width: 90px;
        }
}
/* tb 768px-1024px */


/* sectionclassSchedule カスタム */
@media screen and (min-width: 1025px) and (max-width: 1220px) {
        .topic__txt {
            width: 528px;  
            margin: 30px auto 0;  
        }
    
        .classSchedule {
            margin: 30px auto 0;
            width: 78.1%;
            overflow-x: hidden;
            max-width: 600px;
        }

        .schedule__outer {
            display: initial;
            margin-top: 50px;
        }

        .classSchedule {
            margin: 30px auto 0;
            width: 750px;
            overflow-x: hidden;
            position: static;
        }

        .courseHour__outer {
            margin: 60px auto 0;
        }

        .courseHour__outer--02 {
            margin-top: 80px;
        }
}
/* カスタム 1025px-1220px */


/* sectionCurriculm */
.section--curriculum {
    width: 92.4%;
    margin: 130px auto 0;
}

.section--curriculum table {
    margin-top: 40px;
    border: 1px solid var(--primary-glay);
}

.table02 {
    margin-top: 0 !important;
    border-top: none !important;
}

.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;
    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: 93%;
    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 {
    margin: 30px auto 0 13.9%;
    width: 90.3%;
}

.ctxt__small {
    letter-spacing: 0 !important;
}

/* sectionCurriculm pc*/
@media screen and (min-width:1025px) {
    .section--curriculum {
        margin: 630px auto 0;
        width: 76%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section--curriculum h3 {
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 1.8; /* 25.6px */
        letter-spacing: 3.4px;
        margin-left: 0;
        width: 1094px;
    }
    
    .table02 {
        margin-top: 30px !important;
        border-top: 1px solid var(--primary-glay) !important;
    }

    .curriculum__outer {
        display: flex;
        gap: 80px;
    }

    .section--curriculum table {
        margin-top: 30px;
        width: 507px;
    }

    .curriculum__item td:first-child {
        width: 110px;
        padding: 0;
        font-size: 1.6rem;
        letter-spacing: 0.96px;
    }

    .curriculum__item td:last-child {
        width: 395px;
    }

    .curriculum__item div {
        width: 368px;
    }

    .curriculum__item p {
        display: flex;
        flex-direction: column;
    }

    .curriculumImg {
        width: 396px;
        margin: 30px 0 0 111px;
    }
}
/* pc 1025px */

/* sectionCurriculm tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--curriculum {
            margin: 80px auto 0 11%;
            width: 78.2%;
        }

        .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: 78.4%;
        }

        .curriculum__item div {
            width: 95%;
        }

        .curriculum__item p {
            display: flex;
            flex-direction: column;
        }

        .curriculumImg {
            width: 467px;
            margin: 30px 0 0 auto;
            display: flex;
        }   

        .spPcBr {
            display: none;  
        }
}
/* tb 768px-1024px */

/* sectionclassSchedule カスタム */
@media screen and (min-width: 1025px) and (max-width: 1220px) {
        .section--curriculum {
            width: auto;
            margin: 130px auto 0;
        }

        .section--curriculum h3 {
            width: 750px;
        }

        .curriculum__outer {
            display: initial;
        }

        .section--curriculum table {
            width: 750px;
        }

        .table02 {
            margin-top: 0 !important;
            border-top: none !important;
        }

        .curriculum__item td:last-child {
            width: 638px;
        }

        .curriculum__item div {
            width: 610px;
        }

        .curriculumImg {
            width: 467px;
            margin: 30px 0 0 282px;
        }

        .curriculum__outer .pcBr,
        .curriculum__outer .spPcBr {
            display: none;
        }
}
/* カスタム 1025px-1220px */

/* 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: 140px;
    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: 25px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info__outer,
.flame {
    display: flex;
    flex-direction: column;
    align-self: start;
    /* width: 91.4%; */
    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 */
.empty {
    display: none;
}

.courseTable {
    margin-top: 20px;
}

.courseTable--online {
    margin-top: 50px;
}

.itemBox {
    display: flex;
}

.tableTitle {
    width: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--primary-glay);
    border-left: 1px solid var(--primary-glay);
}

.tableTitle__outer--01 div:first-of-type,
.tableTitle__outer--02 div:first-of-type {
    height: 146.8px;
    position: relative;
}

.tableTitle__outer--01 div:nth-of-type(2),
.tableTitle__outer--01 div:nth-of-type(3),
.tableTitle__outer--02 div:nth-of-type(3),
.tableTitle__outer--01 div:nth-of-type(4),
.tableTitle__outer--02 div:nth-of-type(4)  {
    height: 84.8px;
    position: relative;
}

.tableTitle__outer--01 div:nth-of-type(5),
.tableTitle__outer--02 div:nth-of-type(5) {
    height: 148.8px;
    position: relative;
}

.tableTitle__outer--02 div:nth-of-type(2) {
    height: 407.5px;
    position: relative;
}

.tableTitle__outer--01 div:first-of-type::before,
.tableTitle__outer--02 div:first-of-type::before,
.tableTitle__outer--01 div:nth-of-type(2)::before,
.tableTitle__outer--02 div:nth-of-type(2)::before,
.tableTitle__outer--01 div:nth-of-type(3)::before,
.tableTitle__outer--02 div:nth-of-type(3)::before,
.tableTitle__outer--01 div:nth-of-type(4)::before,
.tableTitle__outer--02 div:nth-of-type(4)::before,
.tableTitle__outer--01 div:nth-of-type(5)::before,
.tableTitle__outer--02 div:nth-of-type(5)::before {
    content: "";
    width: 342.2px;
    height: 1.3px;
    background-color: var(--primary-glay);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleY(0.5); /* 半分にして1px相当に */
    transform-origin: bottom;
}

.title__class {
    width: 343px;
    padding: 19px 0px;
    text-align: center;
    border-radius: 1px 1px 0px 0px;
    background: var(--primary-greenLow);
    border-top: 1px solid var(--primary-glay);
    border-right: 1px solid var(--primary-glay);
    border-left: 1px solid var(--primary-glay);
    border-bottom: 1px solid var(--primary-glay);
}

.title__class--online {
    background-color: var(--secondary-green);
}

.tableItem {
    width: 265px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: var(--primary-beigeSalon);
    /* border-top: 1px solid var(--primary-glay); */
    border-right: 1px solid var(--primary-glay);
}

.tableItem__outer {
    width: 100%;
}

.table__desk  {
    text-align: start;
    width: 220px;
}

.table__desk--fee,
.fee__mt {
    margin-top: 20px;
}

.contentsBox--place01,
.contentsBox--fee {
    text-align: center;
}

.contentsBox--place02 p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.table__desk--place {
    width: auto;
}

.contentsBox--place02 div {
    margin-top: 20px;
}

.contentsBox--place02 div:first-child {
    margin-top: 0;
}

.contentsBox--schedule p {
    width: 235px;
}

.contentsBox--capacity p:last-of-type {
    margin-top: 8px;
}

/* table文字設定 */
.title__class,
.tableItem p,
.tableTitle,
.contentsBox--fee,
.contentsBox--place01,
.contentsBox--place02 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4; /* 22.4px */
    letter-spacing: 0.64px;
}

.title__class,
.tableTitle,
.contentsBox--place01,
.contentsBox--place02 p {
    font-weight: 500;
}

.fee {
    color: var(--primary-black);
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.tax,
.table__desk,
.capacity span,
.tableItem .table__desk--fee,
.tableItem .table__desk--capacity {
    color: var(--primary-blackLow);
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.56px;
}

.tax {
    color: var(--primary-black);
}

.contentsBox--schedule,
.contentsBox--term,
.capacity,
.contentsBox--fee p {
    font-weight: 400;
}

.underline,
.contentsBox--fee p {
    color: var(--primary-blackLow);
}

.underline:hover {
    color: var(--primary-green);
    border-bottom: 0.6px solid var(--primary-green);
}

.termSmall {
    font-size: 1.5rem;
    letter-spacing: 0.3px;
}

/* contact */
.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.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: 150px 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,
    .flame {
        /* width: 75.7%; */
        width: 1090px;
        justify-content: center;
    }

    .topic--courseInfo {
        margin-top: 85px;
    }

    .courseTitle {
        margin-top: 0;
        font-size: 2rem;
        line-height: 1.5; 
        letter-spacing: 2px;
    }

    .place p {
        align-items: flex-start;
    }

    /* table */
    .flame {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    
    .tableTitle__outer--02,
    .tableItem--schedule02,
    .tableItem--term02,
    .tableItem--capacity02 {
        display: none;
    }

    .classBox {
        display: flex;
    }

    .empty {
        display: block;
        width: 250px;
        border-top: 1px solid var(--primary-glay);
        border-left: 1px solid var(--primary-glay);
        border-right: 1px solid var(--primary-glay);
        border-bottom: 1px solid var(--primary-glay);
    }

    .courseTable {
        margin-top: 15px;
        margin-left: -420px;
    }

    .tableTitle {
        width: 250px;
    }

    .title__class {
        width: 420px;
        padding: 17.5px 0px;
        border-left: none;
    }

    .tableItem {
        width: 420px;
    }

    .table__desk  {
        width: 370px;
    }

    .table__desk--place02 {
        width: 384px;
    }

    .contentsBox--schedule p {
        width: auto;
    }

    .table__desk--capacity {
        width: 500px;
    }

    .contentsBox--place02 p {
        align-items: start;
    }

    .tableTitle__outer--01 div:first-of-type,
    .tableItem__outer01 .tableItem:first-child {
        height: 127.2px;
    }

    .tableTitle__outer--01 div:nth-of-type(2),
    .tableItem__outer01 .tableItem:nth-child(2) {
        height: 292.78px;
    }

    .tableTitle__outer--01 div:nth-of-type(3),
    .tableTitle__outer--01 div:nth-of-type(4) {
        height: 62.4px;
    }
    
    .tableTitle__outer--01 div:nth-of-type(5) {
        height: 109.6px;
    }

    .tableTitle__outer--01 div:first-of-type::before,
    .tableTitle__outer--02 div:first-of-type::before,
    .tableTitle__outer--01 div:nth-of-type(2)::before, 
    .tableTitle__outer--02 div:nth-of-type(2)::before, 
    .tableTitle__outer--01 div:nth-of-type(3)::before, 
    .tableTitle__outer--02 div:nth-of-type(3)::before, 
    .tableTitle__outer--01 div:nth-of-type(4)::before, 
    .tableTitle__outer--02 div:nth-of-type(4)::before, 
    .tableTitle__outer--01 div:nth-of-type(5)::before, 
    .tableTitle__outer--02 div:nth-of-type(5)::before {
        width: 1090px;
    }

    .tableItem--schedule,
    .tableItem--term,
    .tableItem--capacity {
        width: 840px;
    }

    .tableItem--capacity {
        text-align: center;
    }

    .contentsBox--term .spBr {
        display: none;
    }

    /* table文字設定 */
    .title__class,
    .tableTitle,
    .contentsBox--place01,
    .contentsBox--place02 p {
        font-size: 1.8rem;
        letter-spacing: 0.72px;
    }

    /* contact */
    .contact strong {
        margin-top: 70px;
        font-size: 2rem;
        line-height: 1.5; /* 30.6px */
        letter-spacing: 2px;
    }

    .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,
    .flame,
    .title__class {
        width:500px;
    }

    .tableItem {
        width: 422px;
    }

    .contentsBox--schedule p,
    .contentsBox--term {
        width: 292px;
    }

    .contentsBox--term {
        text-align: center;
    }

    .table__desk {
        text-align: start;
        width: 300px;
    }

    .table__desk--place {
        text-align: start;
        display: inline-block;
        width: auto;
    }

    .tableTitle__outer--01 div:first-of-type {
        height: 146.8px;
    }

    .tableTitle__outer--01 div:nth-of-type(5),
    .tableTitle__outer--02 div:nth-of-type(5) {
        height: 129.1px;
    }

    .tableTitle__outer--02 div:first-of-type {
        height: 146.8px;
    }

    .tableTitle__outer--02 div:nth-of-type(2) {
        height: 348.75px;
    }

    .tableTitle__outer--01 div:first-of-type::before,
    .tableTitle__outer--02 div:first-of-type::before,
    .tableTitle__outer--01 div:nth-of-type(2)::before,
    .tableTitle__outer--02 div:nth-of-type(2)::before,
    .tableTitle__outer--01 div:nth-of-type(3)::before,
    .tableTitle__outer--02 div:nth-of-type(3)::before,
    .tableTitle__outer--01 div:nth-of-type(4)::before,
    .tableTitle__outer--02 div:nth-of-type(4)::before,
    .tableTitle__outer--01 div:nth-of-type(5)::before,
    .tableTitle__outer--02 div:nth-of-type(5)::before {
        width: 499.2px;
    }
}
/* カスタム　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: 25px;
            height: 110px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .openingInfo__outer .pcSpan {
            display: none;
        }

        .info__outer,
        .flame {
            /* width: 89.6%; */
            width: 688px;
        }

        .openingInfo__outer .pcSpan {
            display: inline-block;
        }

        .topic--courseInfo {
            margin-top: 80px;
        }

        .courseTitle {
            margin-top: 4px;
        }

        .courseTable--online {
            width: 305px;
        }

        .title__class {
            border-left: none;
        }

        /* table */
        .flame {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
        }
        
        .tableTitle__outer--02,
        .tableItem--schedule02,
        .tableItem--term02,
        .tableItem--capacity02 {
            display: none;
        }

        .classBox {
            display: flex;
        }

        .empty {
            display: block;
            width: 76px;
            border-top: 1px solid var(--primary-glay);
            border-left: 1px solid var(--primary-glay);
            border-right: 1px solid var(--primary-glay);
            border-bottom: 1px solid var(--primary-glay);
        }

        .courseTable {
            margin-top: 15px;
            margin-left: -305.1px;
        }

        .tableTitle {
            width: 76px;
        }

        .title__class {
            width: 305px;
            padding: 19px 0px;
        }

        .tableItem {
            width: 305px;
        }

        .table__desk  {
            width: 280px;
        }

        .table__desk--fee {
            margin-top: 10px;
        }

        .fee__mt {
            margin-bottom: 20px;
        }

        .fee__mt .spBr {
            display: block;
        }

        .contentsBox--place02 .spBr{
            display: block;
        }

        .table__desk--capacity {
            width: 500px;
        }
            
        .tableTitle__outer--01 div:first-of-type,
        .tableItem__outer01 .tableItem:first-child {
            height: 136.8px;
        }

        .tableTitle__outer--01 div:nth-of-type(2),
        .tableItem__outer01 .tableItem:nth-child(2) {
            height: 368.3px;
        }

        .tableTitle__outer--01 div:nth-of-type(3),
        .tableTitle__outer--01 div:nth-of-type(4) {
            height: 62.4px;
        }
        
        .tableTitle__outer--01 div:nth-of-type(5) {
            height: 109.5px;
        }

        .tableTitle__outer--01 div:first-of-type::before,
        .tableTitle__outer--02 div:first-of-type::before,
        .tableTitle__outer--01 div:nth-of-type(2)::before,
        .tableTitle__outer--02 div:nth-of-type(2)::before,
        .tableTitle__outer--01 div:nth-of-type(3)::before,
        .tableTitle__outer--02 div:nth-of-type(3)::before,
        .tableTitle__outer--01 div:nth-of-type(4)::before,
        .tableTitle__outer--02 div:nth-of-type(4)::before,
        .tableTitle__outer--01 div:nth-of-type(5)::before,
        .tableTitle__outer--02 div:nth-of-type(5)::before {
            width: 685.6px;
        }

        .tableItem--schedule,
        .tableItem--term,
        .tableItem--capacity {
            width: 610px;
        }

        .capacity {
            text-align: center;
        }

        .contentsBox--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, 
    .flame {
        width: 850px;
    }

    .flame {
        transform: translateX(379px);
        justify-content: flex-start;
    }
        
    .section--courseInfo {
        overflow-x: hidden;
    }

    .courseTable {
        margin-left: -380px;
    }

    .tableTitle,
    .empty {
        width: 90px;
    }

    .tableItem {
        width: 380px;
    }

    .title__class {
        width: 380px;
        padding: 19px 0px;
    }

    .tableItem--schedule,
    .tableItem--term,
    .tableItem--capacity {
        width: 760px;
    }

    .table__desk  {
        width: 280px;
    }

    .fee__outer .table__desk--fee02 {
        margin-top: 10px;
    }

    .fee__mt .spBr {
        display: block;
    }

    .table__desk--fee .pcBr {
        display: none;
    }

    .contentsBox--place02 .spBr {
        display: block;
    }

    .contentsBox--place02 p {
        align-items: center;
    }

    .table__desk--fee {
        margin-top: 10px !important;
    }

    .table__desk--capacity {
        width: 500px;
    }
    
    .tableTitle__outer--01 div:first-of-type,
    .tableItem__outer01 .tableItem:first-child {
        height: 136.8px;
    }

    .tableTitle__outer--01 div:nth-of-type(2),
    .tableItem__outer01 .tableItem:nth-child(2) {
        height: 368.3px;
    }

    .tableTitle__outer--01 div:nth-of-type(3),
    .tableTitle__outer--01 div:nth-of-type(4) {
        height: 62.4px;
    }
    
    .tableTitle__outer--01 div:nth-of-type(5) {
        height: 109.5px;
    }

    .tableTitle__outer--01 div:first-of-type::before,
    .tableTitle__outer--02 div:first-of-type::before,
    .tableTitle__outer--01 div:nth-of-type(2)::before,
    .tableTitle__outer--02 div:nth-of-type(2)::before,
    .tableTitle__outer--01 div:nth-of-type(3)::before,
    .tableTitle__outer--02 div:nth-of-type(3)::before,
    .tableTitle__outer--01 div:nth-of-type(4)::before,
    .tableTitle__outer--02 div:nth-of-type(4)::before,
    .tableTitle__outer--01 div:nth-of-type(5)::before,
    .tableTitle__outer--02 div:nth-of-type(5)::before {
        width: 849.6px;
    }

    .title__class, 
    .tableTitle, 
    .contentsBox--place01, 
    .contentsBox--place02 p {
        font-size: 1.6rem;
        letter-spacing: 0.64px;
    }

    /* contact */
    .contact strong {
        margin-top: 70px;
        text-align: center;
    }

    .contactBtn__outer {
        display: flex;
        gap: 24px;
        margin-top: 20px;
    }

    .btn__inner {
        margin-top: 0 !important;
    } 
}
/* カスタム　900px-1150px */

/* sectionCourseInfo カスタムブレイクポイント */
@media (max-width: 366px) {
    .info__outer,
    .flame,
    .title__class {
        width: 295px;
    }

    .tableItem {
        width: 223px;
    }

    .tableTitle {
        width: 72px;
    }

    .contentsBox--schedule p,
    .contentsBox--term {
        width: 195px;
    }

    .table__desk--place {
        text-align: start;
        display: inline-block;
        width: 195px;
    }

    .table__desk {
        text-align: start;
        width: 195px;
    }

    .tableTitle__outer--01 div:first-of-type, 
    .tableTitle__outer--02 div:first-of-type {
        height: 166.4px;
    }

    .tableTitle__outer--01 div:nth-of-type(2) {
        height: 102.1px;
    }

    .tableTitle__outer--01 div:nth-of-type(3),
    .tableTitle__outer--02 div:nth-of-type(3) {
        height: 107.1px;
    }

    .tableTitle__outer--02 div:nth-of-type(4),
    .tableTitle__outer--01 div:nth-of-type(4) {
        height: 84.8px;
    }

    .tableTitle__outer--02 div:nth-of-type(2) {
        height: 466.3px;
    }

    .tableTitle__outer--02 div:nth-of-type(5) {
        height: 148.8px;
    }

    .tableTitle__outer--01 div:first-of-type::before,
    .tableTitle__outer--02 div:first-of-type::before,
    .tableTitle__outer--01 div:nth-of-type(2)::before,
    .tableTitle__outer--02 div:nth-of-type(2)::before,
    .tableTitle__outer--01 div:nth-of-type(3)::before,
    .tableTitle__outer--02 div:nth-of-type(3)::before,
    .tableTitle__outer--01 div:nth-of-type(4)::before,
    .tableTitle__outer--02 div:nth-of-type(4)::before,
    .tableTitle__outer--01 div:nth-of-type(5)::before,
    .tableTitle__outer--02 div:nth-of-type(5)::before {
        width: 294.2px;
    }

    .termSmall {
        font-size: 1.4rem;
    }
}
/* カスタム　366px */

/* sectionClayT */
.section--clayT {
    margin-top: 140px;
}

.section--clayT h3 {
    text-align: center;
    margin-top: 50px;
}

.clayT__desk {
    width: 85.3%;
    margin: 30px auto 50px;
}

.section--clayT img {
    width: 100%;
}

.inorganicPower{
    width: 282px;
    margin: 40px auto 0;
}

.inorganicPower span {
    margin-top: 10px;
    display: inline-block;
}

.inorganicPower span:first-child {
    margin-top: 0;
}

.inorganicPower .tbSpan {
    display: none;
}

/* sectionClayT pc*/
@media screen and (min-width:1025px) {
     .section--clayT {
        margin-top: 290px;
    }

    .section--clayT .enTxt {
        margin-left: 6.5%;
        letter-spacing: 9.6px;
        text-align: start;
    }

    .section--clayT h3 {
        text-align: start;
        margin-top: 80px;
        margin-left: 7.2%;
    }

    .clayT__desk {
        margin: 30px auto 70px 7.2%;
        width: 62.9%;
    }

    .clayT__imgOuter {
        display: flex;
    }

    .section--clayT img {
        width: 70.8%;
    }

    .inorganicPower{
        width: 282px;
        margin: 0 auto 0 57px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .tbSpan {
        display: none !important;
    }
}
/* pc 1025px */
 
/* sectionClayT tb*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--clayT {
            margin-top: 160px;
        }

        .clayT__desk {
            width: 78.1%;
        }

        .inorganicPower{
            width: 414px;
            margin: 50px auto 0;
        }

        .inorganicPower br {
            display: none;
        }

        .inorganicPower .tbSpan {
            display: inline-block;
            margin-top: 0 !important;
        }
}
/* tb 768px-1024px */

/* sectionClayT カスタム */
@media screen and (min-width: 1025px) and (max-width: 1220px) {
        .inorganicPower {
            margin: 0 auto 0 15px;
        }
}
/* カスタム 1025px-1220px */

/* 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: 230px 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--schoolClayT p {
        width: 97.3%;
        font-size: 1.4rem;
    }

    .enTxt {
        font-size: 2rem
    }

    .section--clayT .enTxt {
        letter-spacing: 3.4px;
    }

    .section--course h3 {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }

    .courseDesk__item h4 {
        letter-spacing: 2.2px;
    }

    .courseHour {
        font-size: 1.6rem;
    }

    .hour__inner {
        margin: 28px auto 0 6.4%;
    }

    .hour__inner--02 {
        margin: 28px auto 0 5.6%
    }

    .section--curriculum p {
        letter-spacing: 0.5px;
    }

    .classSchedule h4 {
        width: 73px;
    }
}

/* else カスタムブレイクポイント */
@media (min-width: 950px) and (max-width: 1200px) {
    .mainTopic {
        font-size: 3rem;
    }
    
    .enTxt {
        font-size: 3.8rem;
    }
}