@charset "UTF-8";

/* --- Base ---*/
.cd-wrapper {
    width: 100%;
    overflow-x: hidden;
    background-color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    color: #444A4D;
}
.cd-wrapper * {
    box-sizing: border-box;
}

/* --- Hero Section --- */
.cd-hero-section {
    position: relative;
    width: 100%;
    min-height: 480px;
    background-color: #E8F1FF;

    background-image:
            linear-gradient(rgba(167, 202, 255, 0.4) 1px, transparent 1px),
            linear-gradient(90deg, rgba(167, 202, 255, 0.4) 1px, transparent 1px);
    background-size: 60px 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 80px 0;
}

.cd-hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;

    width: 1200px;
    max-width: 100%;
    padding: 0 20px;
}

/* --- Title Group --- */
.cd-title-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    max-width: 887px;
}

.cd-studio-en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #444A4D;
    margin-bottom: 0;

    transition: opacity 0.75s, translate 0.75s;
    opacity: 0;
    translate: 0 16px;
}

.cd-studio-en.slideIn {
    opacity: 1;
    translate: 0 0;
}

.cd-main-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    font-variant: all-small-caps;
    color: #238DEB;
    margin: 0;
    margin-top: -2px;

    transition: clip-path 1s;
    transition-delay: 0.5s;
    clip-path: inset(0 100% 0 0);

}

.cd-main-title.showFromLeft {
    clip-path: inset(0);
}


/* --- Info Card  --- */
.cd-info-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 80px;
    gap: 40px;
    min-width: 730px;
    min-height: 117px;
    background: #FFFFFF;
    border-radius: 100px;

    transition: clip-path 1s;
    transition-delay: 1.5s;
    clip-path: inset(0 100% 0 0);

}

.cd-info-card.showFromLeft {
    clip-path: inset(0);
}

.cd-info-card.cd-info-card--single{
    gap: 0;
    min-width: 0;
}

.cd-info-card.cd-info-card--single .cd-info-left{
    width: 100%;
    border-right: none;
    padding-right: 0;
}

.cd-info-card.cd-info-card--single .cd-address-text,
.cd-info-card.cd-info-card--single .cd-alert-text{
    width: 100%;
}



/* --- Left Address --- */
.cd-info-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-right: 1px solid #99CEFF;
    padding-right: 40px;
    width: 421px;
    gap: 0px;
}

/* --- Right Nearest Station --- */
.cd-info-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 400px;
    gap: 0px;
}


/* --- Title Address / Nearest Station --- */
.cd-label-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    height: 24px;
    margin-bottom: 0px;
}

.cd-dot {
    width: 9px;
    height: 9px;
    background: #4D9EE8;
    border-radius: 50%;
    flex-shrink: 0;
}

.cd-label-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #444A4D;
}

/* --- Address Text Font --- */
.cd-address-text {
    width: 381px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #444A4D;
    margin-top: -2px;
}

.cd-alert-text {
    width: 330px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #E72767;
    margin-top: 0px;
}

.cd-station-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #444A4D;
    margin-top: -2px;
}

/* --- Content Sections --- */
.cd-content-section {
    padding: 80px 20px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.cd-section-block {
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    transition: opacity 0.75s, translate 0.75s;
    opacity: 0;
    translate: 0 16px;
}

.cd-section-block.slideIn {
    opacity: 1;
    translate: 0 0;
}


.cd-section-title {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #4D9EE8;
    margin-bottom: 20px;
}
.cd-pill {
    display: inline-block;
    background-color: #E8F1FF;
    color: #555;
    padding: 10px 40px;
    border-radius: 99px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 50px;
}
.cd-line {
    width: 100%;
    max-width: 900px;
    height: 1px;
    background-color: #A7CAFF;
    margin: 40px auto;
    opacity: 0.5;
}

/* --- Lesson Grid --- */
.cd-lesson-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cd-lesson-card {
    width: 160px;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cd-card-head{
    background-color: #0F8EA4;
    color: #FFFFFF;

    height: auto;
    min-height: 70px;

    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 2px;
    box-sizing: border-box;
    text-align: center;
}

.cd-level {
    font-weight: 700;
    font-size: 18px;
    flex:1 0 auto;

}
.cd-level-note {
    font-weight: 500;
    font-size: 14px;
    
}
.cd-time{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;

    word-break: break-word;
    overflow-wrap: anywhere;
    flex:1 0 auto;

}

.cd-card-body {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid #C2C2C2;
}

.cd-level-week {
    font-weight: 700;
    font-size: 16px;
}
.znsc .cd-card-head {
    padding:  20px;

}
.znsc .cd-lesson-card {
    width:auto;
}
.znsc .cd-time{
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin-top:10px;
}
.znsc .cd-card-body {
    padding:20px;
    height:auto;
}
.cd-price-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 5px;
}

.cd-price-row {
    display: flex;
    align-items: baseline;
    color: #444A4D;
    line-height: 1;
}

.cd-price-val {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
}

.cd-price-unit {
    font-size: 14px;
    font-weight: 700;
    margin-left: 2px;
}

.cd-tax {
    font-size: 12px;
    font-weight: 700;
    color: #444A4D;
    line-height: 1;
    margin-top: 4px;
}

.cd-note {
    font-size: 13px;
    color: #444A4D;
    font-weight: 700;
}

.znsc_2 .cd-level {
    flex:0;
}
.znsc_2 .cd-note {
    text-align: left;
}
/* --- Instructor --- */
.cd-instructor-box {
    width: 290px;
    height: 360px;
    background: #FFFFFF;
    border: 3px solid #99CEFF;
    border-radius: 8px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    box-sizing: border-box;
}

.cd-inst-img-wrap {
    width: 174px;
    height: 174px;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    flex-shrink: 0;
}

.cd-inst-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cd-inst-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.cd-inst-name {
    font-family: 'Montserrat', sans-serif;
    color: #4D9EE8;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cd-inst-desc {
    font-size: 13px;
    font-weight: 700;
    color: #444A4D;
    text-align: left;
    line-height: 1.5;
    margin: 0;
}

/* --- CTA --- */
.cd-cta-box {
    background-color: #FF802D;
    border-radius: 20px;
    padding: 30px 80px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 20px rgba(255, 128, 45, 0.3);
}

.cd-cta-label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cd-cta-btn {
    background: #FFFFFF;
    color: #2F2F2D;
    text-decoration: none;
    border-radius: 99px;
    padding: 15px 40px;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.2s;
}
.cd-cta-btn:hover {
    transform: scale(1.02);
}
.cd-arrow {
    color: #FF802D;
    font-size: 20px;
}


.cd-content-section{
    max-width: 1200px;
}
.cd-instructor-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;

    gap: 40px 45px;
}

.cd-instructor-card{
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-basis: 266px;
    padding: 30px 20px;
    border: 3px solid #99CEFF;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
    width: auto;
    height: auto;
    align-items: stretch;
    justify-content: flex-start;
    flex: 0 0 266px;
}

.cd-instructor-cardimage-box{
    width: 174px;
    height: 220px;
    position: relative;
    border-radius: 9999px;
    overflow: hidden;
    background: transparent;
    margin: 0 auto;
}

.cd-instructor-cardimg{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: inherit;
    transform: translateZ(0);
}

.cd-instructor-cardinfo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
}

.cd-instructor-cardname-en{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    letter-spacing: 0.05em;
    font-variant: all-small-caps;
    color: #4D9EE8;
    margin: 0;
}

.cd-instructor-cardname-ja{
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 150%;
    color: #444A4D;
    text-align: left;
    margin: 0;
    min-height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



@media (max-width: 1200px) {

    .cd-hero-section {
        align-items: center;
        min-height: 0;
        padding: 40px 0 60px;
    }

    .cd-hero-inner {
        width: 100%;
        padding: 0 20px;
        gap: 32px;
        box-sizing: border-box;
        align-items: flex-start;

        transform: none;
        margin-top: 30px;
    }

    .cd-title-group {
        gap: 4px;
        max-width: 309px;
    }

    .cd-studio-en {
        font-size: 14px;
        line-height: 100%;
        margin: 0;
    }

    .cd-main-title {
        font-size: 42px;
        line-height: 140%;
        margin: 0;
        margin-top: 0;
        width: 100%;
    }
}

@media (max-width: 1200px) {

    .cd-info-card {
        width: 100%;
        max-width: 335px;
        min-width: 0;
        padding: 24px 14px;
        gap: 16px;
        border-radius: 16px;
        flex-direction: column;
        align-items: flex-start;
        box-sizing: border-box;
    }

    .cd-info-left {
        width: 100%;
        border-right: none;
        padding-right: 0;
        box-sizing: border-box;
    }

    .cd-info-right {
        width: 100%;
        box-sizing: border-box;
    }

    .cd-address-text,
    .cd-alert-text,
    .cd-station-text {
        width: 100%;
        font-size: 14px;
        line-height: 150%;
        margin-top: 0;
        box-sizing: border-box;
    }

    .cd-label-row {
        height: 24px;
    }
}

@media (max-width: 1200px) {

    .cd-content-section {
        padding: 88px 20px 100px;
        max-width: none;
        margin: 0 auto;
        text-align: center;

        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 80px;
        box-sizing: border-box;

        border-radius: 100px;
    }

    .cd-section-block {
        width: 100%;
        max-width: 335px;
        margin-bottom: 0;

        display: flex;
        flex-direction: column;
        align-items: center;

        padding-bottom: 32px;
        gap: 24px;

        border-bottom: 1px solid #99CEFF;
        box-sizing: border-box;
    }

    .cd-line {
        display: none;
    }

    .cd-section-title {
        font-size: 28px;
        line-height: 100%;
        margin: 0;
        color: #238DEB;
    }

    .cd-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        background: #E6F4FA;
        border-radius: 8px;
        padding: 5px 20px;
        margin: 0;

        font-size: 16px;
        line-height: 150%;
        color: #444A4D;

        box-sizing: border-box;
    }

    .cd-lesson-grid {
        width: 100%;
        max-width: 335px;
        margin: 0;

        display: grid;
        grid-template-columns: repeat(2, 160px);
        gap: 12px;
        justify-content: center;
        box-sizing: border-box;
    }
    .znsc .cd-lesson-grid {
        grid-template-columns: repeat(2, 260px);

    }
    .cd-lesson-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .cd-lesson-card {
        width: 160px;
        background: #FFFFFF;
        border: 1px solid #C2C2C2;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .cd-card-head{
        height: auto;
        min-height: 70px;
        padding: 10px 8px;
        gap: 2px;
    }

    .cd-level {
        font-weight: 700;
        font-size: 18px;
        line-height: 150%;
    }

    .cd-time{
        font-size: 13px;
        line-height: 1.25;
    }

    .cd-card-body {
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-top: 1px solid #C2C2C2;
    }

    .cd-price-group {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 0;
    }

    .cd-price-row {
        display: flex;
        align-items: baseline;
        color: #444A4D;
        line-height: 1;
    }

    .cd-price-val {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 100%;
    }

    .cd-price-unit {
        font-size: 14px;
        font-weight: 700;
        margin-left: 2px;
    }

    .cd-tax {
        font-size: 12px;
        font-weight: 700;
        color: #444A4D;
        line-height: 100%;
        margin-top: 4px;
    }

    .cd-note {
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 100%;
        margin: 0;
        color: #444A4D;
        font-weight: 700;
    }

    .cd-instructor-box {
        width: 260px;
        height: auto;
        background: #FFFFFF;
        border: 3px solid #99CEFF;
        border-radius: 8px;
        padding: 24px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
        box-sizing: border-box;
    }

    .cd-inst-img-wrap {
        width: 174px;
        height: 220px;
        border-radius: 9999px;
        overflow: hidden;
        background: #eee;
        flex-shrink: 0;
    }

    .cd-inst-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .cd-inst-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .cd-inst-name {
        font-size: 15px;
        line-height: 100%;
        text-align: center;
        margin: 0;
    }

    .cd-inst-desc {
        line-height: 150%;
        margin: 0;
        text-align: left;
    }
}
@media (max-width: 1200px){

    .cd-instructor-grid{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 16px;
    }

    .cd-instructor-card{
        flex: none;
        width: 75%;
        max-width: min(92vw, 266px);
        box-sizing: border-box;
    }

    .cd-instructor-grid{
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .cd-instructor-cardimage-box{
        width: 140px;
        height: 176px;
    }
}

.cd-lesson-grid{
    align-items: stretch;
}

.cd-lesson-card{
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

.cd-card-head{
    flex: 1 0 auto;
}

.cd-card-body{
    flex: 0 0 auto;
}
.cd-text-red {
    color:#E72767;
    font-weight:900;
}

.cd-instructor-grid.column_2 {
    grid-template-columns: repeat(2, 1fr);
        display: grid;
        max-width:586px;
}
.cd-instructor-grid.column_2 .cd-instructor-card {
    width:100%;
    max-width: 266px;
}
@media (max-width: 678px){
    .znsc .cd-lesson-grid {
        grid-template-columns: repeat(2, 160px);

    }
    .znsc .cd-card-head {
        padding:10px 8px;
    }
    .cd-level-note {
        white-space: nowrap;
    }
}
@media (max-width: 375px){
    .cd-instructor-grid.column_2 {
        gap:8px;
        max-width:500px;
    }
    .cd-instructor-grid.column_2 .cd-instructor-card {
        padding: 30px 16px;
}
}