/* === ISA-講座小見出しセクション === */
.isa-course-subheading {
    --isa-theme: #db6a76;
    text-align: center;
}

.isa-cs__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.isa-cs__kicker {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 8px;
}

.isa-cs__title {
    font-size: 31px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.isa-cs__title .isa-accent {
    color: var(--isa-theme);
}

.isa-cs__line {
    width: 600px;
    height: 6px;
    background-color: var(--isa-theme);
    margin: 20px auto 0;
}

.isa-cs__lead {
    font-size: 1rem;
    line-height: 1.8;
    margin: 24px auto 0;
    max-width: 900px;
}
.isa-cs__lead {
    font-size: 17px;
    line-height: 1.8;
    margin: 30px auto 0;
    max-width: 1200px;
}

.isa-cs__lead p {
}


@media (max-width: 1024px){
    /* 補助テキスト（Kicker） */
    .isa-cs__kicker {
        font-size: clamp(16px, 4.5vw, 61px);
        font-weight: 700;
        margin-bottom: 3px;
    }

    /* タイトル（大見出し） */
    .isa-cs__title {
        font-size: clamp(23px, 6.5vw, 70px);
        /* 最小24px → 最大43px（元サイズ） */
        font-weight: 700;
        margin: 0;
        line-height: 1.3;
    }

    /* リード文（説明・導入テキスト） */
    .isa-cs__lead {
        font-size: clamp(13px, 4vw, 29px);
        /* 最小18px → 最大29px（元サイズ） */
        line-height: 1.4;
        margin: clamp(16px, 3vw + 2px, 30px) clamp(8px, 1.5vw, 10px);
        /* 上下 margin 16px〜30px / 左右 8px〜10px */
    }

    .isa-cs__line {
        width: 90%;
        height: 6px;
        background-color: var(--isa-theme);
        margin: 20px auto 0;
    }


}
