/* ===== ベース（PC版ブロック） ===== */
.isa-top-hero-text-pc {
    position: relative;
}

.isa-top-hero-text-pc__inner {
    max-width: 600px;
}

/* リード（白帯なし） */
.isa-top-hero-text-pc__lead {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
    color: #198fce;
}

/* メインタイトル（白帯あり） */
.isa-top-hero-text-pc__title {
    margin: 0 0 3px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.9;
    /* letter-spacing: -1px; */
    color: #222;
}

/* タイトルの白帯：改行しても各行に帯が付く（box-decoration-break） */
.isa-top-hero-text-pc__title-band {
    display: inline;
    background: #fff;
    padding: 0px 20px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    box-shadow: 0 6px 16px rgba(0,0,0,.12);
    border: 1px solid rgba(0,0,0,.05);
}

.isa-top-hero-text-pc__em {
    color: #198fce;
}

/* サブタイトル（最下部） */
.isa-top-hero-text-pc__subtitle {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.7;
    color: #222;
    opacity: .92;
    margin-bottom: 35px;
}

/* 「PC版」として扱いたいなら：SPでは非表示にする（必要なら） */
@media (max-width: 1023px) {
    .isa-top-hero-text-pc {
        display: none;
    }
}
