@charset "UTF-8";
@media screen and (min-width: 0) {
    .wrapper {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .top img {
        width: 100%;
        height: auto;
    }

    .about {
        padding: 0 20px 30px;
        text-align: center;
        color: #ffffff;
        background-color: rgb(var(--navy));
        background-image: var(--bgBlue), url(../images/bg_common.jpg);
        background-size: 400px 400px, contain;
        background-repeat: no-repeat, repeat-y;
        background-position: top 180px center, center;
    }

    .about .bnr_cta {
        margin-top: -50px;
        margin-bottom: 30px;
    }

    .about_wrap .about_txt + figure {
        max-width: 250px;
        margin: 0 auto 30px;
    }

    .about_wrap figure svg {
        width: 100%;
        height: auto;
        clip-path: url(#aboutMask);
    }

    .about_txt h2 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 32px;
        color: rgb(var(--yellow));
    }

    .about_txt h2 + p {
        width: 90%;
        margin: 0 auto 24px;
        line-height: 2;
        word-break: auto-phrase;
    }

    .about_list h3 {
        max-width: 174px;
        margin: 0 auto;
    }

    .about_list h3 img {
        width: 100%;
        height: auto;
    }

    .about_list {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .about_list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .about_list ul li {
        height: fit-content;
    }

    .about_list ul li img {
        width: 100%;
        height: auto;
    }

    .point {
        padding: 30px 20px 50px;
        background-image: url(../images/bg_point.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .point h2 {
        width: 100%;
        height: 116px;
        margin: 0 auto 10px;
        padding: 30px 20px 0;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        color: rgb(var(--navy));
        background-image: url(../images/ttl_point01.png), url(../images/ttl_point02_sp.png);
        background-size: contain, 100% auto;
        background-repeat: no-repeat;
        background-position: center, bottom 10px center;
        word-break: auto-phrase;
    }

    .point_list {
        margin-bottom: 10px;
    }

    .point_list:last-of-type {
        margin-bottom: 0;
    }

    .point_list h3 {
        margin: 0 -20px 20px;
        filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, .3));
        transform: translateZ(0);
    }

    .point_list h3 .sp {
        display: flex;
        align-items: center;
        gap: 10px;
        width: calc(100% - 20px);
        padding: 9px 20px;
        padding-right: 40px;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0;
        background-image: linear-gradient(135deg, var(--gold)), linear-gradient(135deg, var(--gold)), linear-gradient(135deg, rgba(0, 74, 124, 1) 10%, rgba(0, 49, 79, 1) 100%);
        background-size: 100% 1px, 100% 1px, cover;
        background-repeat: no-repeat;
        background-position: top 4px center, bottom 4px center, center;
        clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
        word-break: auto-phrase;
    }

    .point_list h3 .sp span {
        padding: 12px;
        padding-left: 0;
        min-height: 100%;
        border-right: 1px solid #306a8d;
    }

    .point_list .dl_wrap {
        display: flex;
        gap: 20px;
        padding-bottom: 10px;
        overflow-x: scroll;
    }

    .point_list .dl_wrap dl {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 9px;
        flex: 1;
        min-width: 176px;
        color: rgb(var(--navy));
        font-weight: bold;
    }

    .point_list .dl_wrap dl dt {
        width: 100%;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px solid;
    }

    .point_list .dl_wrap dl dd {
        line-height: 22px;
        letter-spacing: .04em;
        text-align: justify;
    }

    .point_list:last-of-type .dl_wrap dl:last-of-type {
        min-width: 269px;
    }

    .ttl-teacher {
        margin-bottom: 16px;
        font-weight: bold;
        font-size: 19px;
        line-height: 23px;
        color: #E3E3E3;
        word-break: auto-phrase;
    }

    .ttl-teacher + p {
        margin-bottom: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #E3E3E3;
        word-break: auto-phrase;
    }

    .program-cont {
        position: relative;
    }

    .program-cont::before {
        display: block;
        position: absolute;
        top: 60px;
        right: 0;
        font-weight: bold;
        font-size: 22px;
        line-height: 1;
        color: #FFFFFF;
        opacity: .1;
    }

    .program-cont.program-advanced::before {
        content: "Advanced";
    }

    .program-cont.program-basic::before {
        content: "Basic";
    }

    .program-cont.program-basic > .small {
        margin-bottom: 10px;
    }

    .program {
        padding-bottom: 40px;
        color: #ffffff;
        background-color: rgb(var(--navy));
        background-image: var(--bgBlue), url(../images/bg_common.jpg);
        background-size: 400px 400px, contain;
        background-repeat: no-repeat, repeat-y;
        background-position: top -160px center, center;
    }

    .program-outline {
        padding: 40px 20px;
    }

    .program-outline > p {
        margin-bottom: 10px;
        font-weight: bold;
        text-align: center;
        color: rgb(var(--yellow));
        line-height: 1;
    }

    .program-outline > p + h2 {
        margin-bottom: 30px;
        font-size: 22px;
        text-align: center;
        color: rgb(var(--yellow));
        line-height: 1;
    }

    .program-outline h2 + figure {
        margin: 0 -20px 30px;
    }

    .program-outline > figure img {
        width: 100%;
        height: auto;
    }

    .outline-list {
        text-align: center;
    }

    .outline-list .ttl-program {
        margin-bottom: 10px;
        font-size: 25px;
        background: transparent;
        border: none;
        filter: drop-shadow(0 0 5px rgb(15, 49, 86));
        transform: translateZ(0);
    }

    .outline-list p {
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 18px;
    }

    .outline-list .ttl-program span {
        font-size: 14px;
    }

    .outline-list .ttl-program.advanced span {
        color: rgb(var(--navy));
    }

    .table-outline {
        position: relative;
        width: 636px;
        text-align: center;
    }

    table tr:nth-of-type(even) {
        background: #e5e5e5;
    }

    .table-outline .table-sticky {
        font-family: "Noto Sans JP", sans-serif;
        width: 85px;
        font-size: 13px;
        line-height: 16px;
        font-weight: normal;
        color: #FFFFFF;
        padding: 6px 10px;
    }

    .table-outline::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 85px;
        width: 3px;
        height: 100%;
        background: linear-gradient(45deg, var(--gold));
        translate: -50% 0;
    }

    table tr:nth-of-type(1) .table-sticky {
        background-image: url(../images/img_program04.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 60px auto;
    }

    .table-outline td .ttl-program + p {
        margin-top: 10px;
        font-family: "Zen Old Mincho", serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
    }

    .program-detail {
        padding: 0 20px;
        background-image: var(--bgBlue);
        background-size: 400px 400px;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .program-detail h3 {
        font-size: 22px;
        text-align: center;
        color: rgb(var(--yellow));
        margin-bottom: 30px;
    }

    .program-detail h3::before,
    .program-detail h3::after {
        content: "−";
    }

    .program-detail .table_wrap {
        margin-bottom: 20px;
        margin-right: auto;
    }

    .program-detail h4 {
        color: rgb(var(--navy));
    }

    .table-program {
        width: 936px;
        text-align: center;
    }

    .table-program th,
    .table-program td {
        padding: 10px 12px;
    }

    .table-program th .small {
        white-space: nowrap;
    }

    .table-program .txt-bold {
        font-family: inherit;
    }

    .table-program td.txt-bold {
        font-size: 21px;
    }

    .table-program tr:first-of-type {
        word-break: auto-phrase;
    }

    .small {
        display: block;
        font-size: 11px;
    }

    .table-program th {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: normal;
    }

    .table-program td.cell-detail,
    .table-program td.cell-time {
        text-align: justify;
        max-width: 242px;
    }

    .table-program td.cell-teacher,
    .table-program td.cell-time {
        white-space: nowrap;
    }

    .table-program td.cell-time {
        width: 80px;
    }

    .notes {
        margin-bottom: 30px;
        font-family: "Noto Sans JP", sans-serif;
    }

    .notes .attent {
        margin-bottom: 12px;
        padding: 12px;
        line-height: 1.5;
        border: 1px solid;
    }

    .program .btn_cta {
        margin-bottom: 30px;
        padding: 14px 0;
        background: linear-gradient(90deg, rgba(116, 149, 168, 0.3) 0%, rgba(116, 149, 168, 0.9) 50%, rgba(116, 149, 168, 0.3) 100%);
    }

    .program .bnr_cta {
        margin-bottom: 60px;
    }

    .program .hr_img:last-of-type {
        margin-bottom: 0;
    }

    .bg-marble {
        color: rgb(var(--navy));
        background-image: url(../images/bg_teacher.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .teacher {
        padding: 64px 20px 40px;
        color: rgb(var(--navy));
    }

    .bg-marble h2,
    .teacher .partner-school h3 {
        margin-bottom: 40px;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        word-break: auto-phrase;
    }

    .teacher .table_wrap {
        margin-bottom: 20px;
    }

    .table-teacher {
        width: 755px;
        text-align: center;
        border-top: 1px solid;
        border-left: 1px solid;
    }

    .table-teacher tr:nth-of-type(even) {
        background: transparent;
    }

    .table-teacher th,
    .table-teacher td {
        padding: 10px 8px;
        border-right-color: rgb(var(--navy));
        border-bottom: 1px solid;
    }

    .table-teacher .teacher-name th:not(:first-of-type) {
        font-size: 18px;
        line-height: 18px;
    }

    .table-teacher .teacher-photo td {
        padding: 0;
        width: 168px;
    }

    .btn-school {
        max-width: 296px;
        margin: 40px auto 0;
    }

    .btn-school a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 18px 20px;
        text-align: center;
        font-size: 18px;
        line-height: 20px;
        border: 1px solid;
        border-radius: 30px;
        background: #ffffff;
    }

    .btn-school a i {
        margin-right: 0;
        line-height: inherit;
    }

    .faq {
        color: rgb(var(--navy));
    }

    .faq_wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px 15px;
        padding: 0 20px 40px;
    }

    .faq_wrap dl {
        flex: 1;
        padding: 20px 18px;
        background: #ffffff;
    }

    .faq_wrap dl dt {
        position: relative;
        padding-left: 30px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.02em;
    }

    .faq_wrap dl dd {
        position: relative;
        margin-top: 16px;
        padding-left: 30px;
        line-height: 22px;
    }

    .faq_wrap dl dt::before,
    .faq_wrap dl dd::before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px;
    }

    .faq_wrap dl dt::before {
        content: "Q.";
    }

    .faq_wrap dl dd::before {
        content: "A.";
        color: #D20000;
    }

    .contact {
        padding: 0 20px 40px;
        text-align: center;
    }

    .contact h2 + p {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 30px;
    }

    .contact .large {
        font-size: 18px;
    }

    ul.contact_wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        max-width: 720px;
        margin: 0 auto;
    }

    ul.contact_wrap li {
        flex: 1;
        position: relative;
        width: 100%;
        max-width: 350px;
        padding: 12px 18px;
        border: 1px solid;
        border-radius: 2px;
    }

    ul.contact_wrap li::before {
        position: absolute;
        top: 16px;
        right: 16px;
        display: block;
        font-family: "Font Awesome 6 Free";
        color: rgb(var(--navy));
        font-size: 42px;
        line-height: 1;
        opacity: .2;
    }

    ul.contact_wrap li.link-mail::before {
        content: "\f0e0";
    }

    dl.contact_list {}

    dl.contact_list dt {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 1;
    }

    dl.contact_list dd {
        font-size: 16px;
        line-height: 1;
    }

    ul.contact_wrap + p {
        margin-top: 16px;
        word-break: auto-phrase;
    }

    .cta {
        padding: 30px 20px;
        color: #ffffff;
        background-color: rgb(var(--navy));
        background-image: url(../images/bg_common.jpg);
        background-size: 1366px auto;
        background-repeat: repeat-y;
        background-position: center;
    }

    .cta .bnr_cta {
        margin-top: 30px;
    }
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 768px) {
    .point_list .dl_wrap dl dt img {
        width: 60px;
        height: auto;
    }
}

@media screen and (min-width: 769px) {
    li.btn_contact {
        width: 12.08vw;
        max-width: 165px;
    }

    li.btn_contact a img {
        width: 100%;
        height: auto;
    }

    .about {
        padding-bottom: 60px;
    }

    .about_wrap {
        display: flex;
        gap: 30px;
        max-width: 1140px;
        margin: 0 auto 60px;
    }

    .about .bnr_cta {
        margin-top: -60px;
        margin-bottom: 90px;
    }

    .about_wrap .hr_img {
        max-width: 320px;
        margin-bottom: 60px;
    }

    .about_txt {
        flex: 1;
        width: 549px;
    }

    .about_txt h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .about_txt h2 + p {
        width: 100%;
        margin: 0;
        font-size: 16px;
        line-height: 36px;
    }

    .about_wrap .about_txt + figure {
        flex: 1;
        max-width: 726px;
        flex-basis: min(726px, 53.15vw);
        margin-right: -160px;
        margin-bottom: 0;
    }

    .about_list h3 {
        flex: 1;
        max-width: 304px;
    }

    .about_list {
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-items: center;
        max-width: 1060px;
        margin: 0 auto;
    }

    .about_list ul {
        flex: 1;
        gap: 18px 16px;
        justify-content: center;
        align-items: center;
    }

    .about_list ul li {
        flex: 1;
        width: 50%;
        flex-basis: calc((100% - 48px) / 2);
        max-width: 352px;
    }

    .point {
        padding: 50px 20px 120px;
    }

    .point h2 {
        max-width: 740px;
        height: 180px;
        padding-top: 70px;
        font-size: 32px;
        line-height: 44px;
        background-image: url(../images/ttl_point01.png), url(../images/ttl_point02_pc.png);
        background-size: contain, 100% auto;
        background-position: center, bottom 40px center;
    }

    .point_list {
        display: flex;
        gap: 20px 40px;
        max-width: 1140px;
        margin: 0 auto 30px;
    }

    .point_list h3 {
        margin: 0;
    }

    .point_list:nth-of-type(1) {
        padding-left: min(30px, 2.2vw);
        padding-right: min(120px, 8.78vw);
    }

    .point_list:nth-of-type(2) {
        padding-left: min(75px, 5.49vw);
        padding-right: min(75px, 5.49vw);
    }

    .point_list:nth-of-type(3) {
        padding-left: min(120px, 8.78vw);
        padding-right: min(30px, 2.2vw);
    }

    .point_list .dl_wrap {
        gap: min(40px, 2.93vw);
    }

    .point_list .dl_wrap dl {
        flex: 1;
        max-width: 230px;
    }

    .point_list:last-of-type .dl_wrap dl:last-of-type {
        min-width: 415px;
    }

    .table-outline {
        width: 900px;
    }

    .table-outline .table-sticky {
        width: 174px;
        padding: 20px 10px;
        font-size: 16px;
    }

    .table-outline::after {
        left: 174px;
    }

    .table-outline td .ttl-program + p {
        margin-top: 10px;
        font-size: 16px;
    }

    .program {
        padding-bottom: 120px;
        background-size: 1300px 1300px, contain;
        background-position: top -750px center, center;
    }

    .program .hr_img {
        max-width: 512px;
        margin-bottom: 30px;
    }

    .program-outline {
        padding: 120px 20px 60px;
    }

    .program-outline > p {
        margin-bottom: 18px;
        font-size: 20px;
    }

    .program-outline > p + h2 {
        margin-bottom: 60px;
        font-size: 34px;
    }

    .program-outline h2 + figure {
        margin-bottom: 60px;
    }

    table tr:nth-of-type(1) .table-sticky {
        background-size: 90px auto;
    }

    .program .btn_cta {
        margin-bottom: 60px;
        padding: 20px 0;
    }

    .program-detail {
        max-width: 1060px;
        margin: 0 auto;
        background-size: 1060px 1060px;
    }

    .program-detail h3 {
        font-size: 32px;
        margin-bottom: 60px;
    }

    .program-detail h4 {
        margin-bottom: 60px;
    }

    .ttl-program {
        gap: 18px;
        padding-left: 18px;
        font-size: 27px;
        line-height: 48px;
    }

    .ttl-teacher {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .ttl-teacher + p {
        position: absolute;
        top: 25px;
        right: 0;
        max-width: calc(100% - 270px);
        font-size: 20px;
        text-align: right;
        translate: 0 -50%;
    }

    .program-cont::before {
        top: -50px;
        font-size: 178px;
    }

    .table-program {
        width: 976px;
    }

    .table-program th.txt-bold {
        font-size: 18px;
    }

    .table-program td.cell-teacher {
        width: 132px;
        white-space: nowrap;
    }

    .program-basic .ttl-teacher {
        margin-bottom: 10px;
    }

    .program-basic .small {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .program .notes {
        max-width: 976px;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .notes .attent {
        text-align: center;
    }

    .teacher {
        padding: 120px 20px 60px;
    }

    .bg-marble h2,
    .teacher .partner-school h3 {
        margin-bottom: 60px;
        font-size: 32px;
        line-height: 44px;
    }

    .bg-marble section {
        max-width: 1190px;
        margin: 0 auto;
    }

    .table-teacher {
        width: 780px;
    }

    .table-teacher th:first-of-type {
        text-align: left;
        word-break: auto-phrase;
    }

    .teacher .ttl-program {
        margin-bottom: 60px;
        filter: drop-shadow(0 0 3px rgba(var(--navy), .3));
        transform: translateZ(0);
    }

    .teacher .notes {
        max-width: 780px;
        margin: 0 auto 60px;
    }

    .partner-school {
        text-align: center;
    }

    .partner-school {
        text-align: center;
    }

    .faq_wrap {
        flex-direction: row;
        gap: 30px 16px;
        max-width: 1120px;
        margin: 0 auto;
    }

    .faq_wrap dl {
        flex-basis: 48%;
        padding: 30px;
    }

    .faq_wrap dl dt {
        padding-left: 45px;
        font-size: 18px;
    }

    .faq_wrap dl dd {
        margin-top: 20px;
        padding-left: 45px;
        font-size: 16px;
        line-height: 26px;
    }

    .faq_wrap dl dt::before,
    .faq_wrap dl dd::before {
        font-size: 30px;
    }

    .contact {
        padding-bottom: 120px;
    }

    .contact h2 + p {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .contact .large {
        font-size: 24px;
    }

    ul.contact_wrap {
        flex-direction: row;
    }

    ul.contact_wrap li::before {
        font-size: 44px;
    }

    dl.contact_list dt {
        font-size: 24px;
    }

    .cta {
        padding: 60px 20px;
        background-size: cover;
    }

    .cta .bnr_cta {
        margin-top: 60px;
    }
}