/* ── scoped: すべてのセレクタを .issoh-widget 配下に限定 ── */
.issoh-widget {
    --bg: #f4f8fb;
    --paper: #ffffff;
    --ink: #43394e;
    --text: #43394e;
    --muted: #43394e;
    --line: #d6d6d6;
    --blue: #4cbfa8;
    --blue2: #505050;
    --shadow: 0 2px 10px rgb(133 133 133 / 36%);
    --shadow-soft: 0 8px 24px rgba(85, 85, 85, 0.05);
    --radius-xl: 0px;
    --max: 1240px;

    font-family: "urw-din-semi-condensed", "Roboto Condensed", "FP-ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: var(--text);
    box-sizing: border-box;
}

.issoh-widget *,
.issoh-widget *::before,
.issoh-widget *::after {
    box-sizing: border-box
}

.issoh-widget a {
    text-decoration: none;
    color: inherit
}

.issoh-widget .container {
    width: min(var(--max), calc(100% - 36px));
    margin: 0 auto;
}

.issoh-widget .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    vertical-align: -0.1em;
    margin-right: 6px;
    flex-shrink: 0;
}

.issoh-widget .icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.issoh-widget .section-head__ja .icon {
    width: 0.85em;
    height: 0.85em;
    margin-right: 8px;
    display: none
}

.issoh-widget .card__title .icon {
    width: 1em;
    height: 1em
}

.issoh-widget .metric__label .icon {
    width: 1.1em;
    height: 1.1em;
    vertical-align: -0.15em
}

.issoh-widget .salary-box h3 .icon {
    width: 1em;
    height: 1em
}

.issoh-widget section {
    padding: 26px 0
}

.issoh-widget .section-head {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 35px;
}

.issoh-widget .section-head__en {
    color: var(--blue);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .18em;
    text-align: center;
    margin-bottom: 30px;
}

.issoh-widget .section-head__ja {
    margin: 6px 0 0;
    color: var(--ink);
    font-size: 48px;
    line-height: 1.3;
    display: flex;
    align-items: center;
}

.issoh-widget .section-head__text {
    max-width: 700px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.9;
}

.issoh-widget .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

.issoh-widget .card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    padding: 24px;
    box-shadow: var(--shadow);
}

.issoh-widget .card--accent {
    background: #fff
}

.issoh-widget .span-8 {
    grid-column: span 8
}

.issoh-widget .span-4 {
    grid-column: span 4
}

.issoh-widget .span-12 {
    grid-column: span 12
}

.issoh-widget .card__title {
    margin: 0 0 18px;
    color: var(--ink);
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.issoh-widget .sales-layout {
    display: grid;
    grid-template-columns: 1.38fr .62fr;
    gap: 20px;
    align-items: stretch;
}

.issoh-widget .chart-wrap {
    background: #fff;
    border: 1px solid var(--line);
    padding: 18px 18px 12px;
}

.issoh-widget .bars {
    height: 290px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 10px 0;
    border-left: 1px solid #a0a0a026;
    background: linear-gradient(to top, #a0a0a026 1px, transparent 1px) left bottom/100% 54px repeat-y;
    position: relative;
    overflow: hidden;
}

.issoh-widget .bars::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 36%;
    background: linear-gradient(180deg, transparent 0%, rgba(152, 153, 153, 0.03) 100%);
    pointer-events: none;
}

.issoh-widget .bar-item {
    flex: 1;
    min-width: 0;
    text-align: center;
    position: relative;
    z-index: 1
}

.issoh-widget .bar-label {
    margin-bottom: 10px;
    color: var(--blue2);
    font-size: 11px;
    font-weight: 700
}

.issoh-widget .bar {
    width: 100%;
    max-width: 66px;
    margin: 0 auto;
    background: linear-gradient(180deg, #43394e 0%, #86709f 100%);
    box-shadow: 0 5px 15px #fff;
}

.issoh-widget .bar-year {
    margin-top: 10px;
    font-size: 12px;
    color: var(--muted)
}

.issoh-widget .sales-main {
    background: linear-gradient(180deg, #fff 0%, #86709f 100%);
    border: 1px solid #43394e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 24px;
}

.issoh-widget .sales-main__label {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em
}

.issoh-widget .sales-main__value {
    margin-top: 10px;
    color: var(--ink);
    font-size: 24px;
    line-height: 1.1
}

.issoh-widget .sales-main__value strong {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -.04em
}

.issoh-widget .sales-main__sub {
    margin-top: 12px;
    color: var(--text);
    font-size: 13px;
    line-height: 1.8
}

.issoh-widget .growth-card {
    position: relative;
    overflow: hidden;
    min-height: 356px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .14), transparent 24%), linear-gradient(180deg, #0e0e0e 0%, #43394e 100%);
    border: 1px solid #43394e;
}

.issoh-widget .growth-card::before,
.issoh-widget .growth-card::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
}

.issoh-widget .growth-card::before {
    width: 180px;
    height: 180px;
    left: -40px;
    bottom: -60px
}

.issoh-widget .growth-card::after {
    width: 240px;
    height: 240px;
    right: -70px;
    top: -70px
}

.issoh-widget .growth-card__label {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    color: rgba(255, 255, 255, .84);
}

.issoh-widget .growth-card__value {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    font-size: 24px;
    line-height: 1;
}

.issoh-widget .growth-card__value strong {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -.04em
}

.issoh-widget .growth-card__text {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    max-width: 290px;
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .9);
}

.issoh-widget .metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.issoh-widget .metric {
    background: #fff;
    border: 1px solid var(--line);
    padding: 22px;
    min-height: 172px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.issoh-widget .metric__label {
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.issoh-widget .metric__value {
    margin-top: 14px;
    text-align: center;
    color: var(--blue2);
    font-size: 28px;
    line-height: 1.28;
}

.issoh-widget .metric__value strong {
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -.03em
}

.issoh-widget .metric__sub {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
    margin-top: 10px;
}

.issoh-widget .salary-layout {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 24px;
    align-items: start;
}

.issoh-widget .salary-panel {
    background: #fff;
    border: 1px solid var(--line);
    padding: 18px 18px 14px 50px;
}

.issoh-widget .salary-caption {
    margin-bottom: 10px;
    text-align: right;
    color: var(--muted);
    font-size: 12px
}

.issoh-widget .salary-axis {
    position: relative;
    height: 372px;
    border-left: 1px solid #a0a0a026;
    border-bottom: 1px solid #a0a0a026;
    padding-left: 48px;
    padding-bottom: 50px;
    background: linear-gradient(to top, rgba(134, 134, 134, 0.06) 1px, transparent 1px) left bottom/100% 31px repeat-y;
}

.issoh-widget .salary-y {
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 50px;
    width: 42px;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    padding-right: 8px;
    color: var(--muted);
    font-size: 11px;
}

.issoh-widget .salary-bars {
    position: absolute;
    inset: 18px 16px 50px 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.issoh-widget .salary-col {
    flex: 1;
    max-width: 75px;
    position: relative;
    text-align: center
}

.issoh-widget .salary-range {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
    color: var(--blue2);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.issoh-widget .salary-bar {
    width: 100%;
    background: linear-gradient(180deg, #43394e 0%, #86709f 100%);
    box-shadow: 0 5px 15px #fff;
}

.issoh-widget .salary-name {
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translateX(-50%);
    width: 96px;
    color: var(--text);
    font-size: 11px;
    line-height: 1.35;
}

.issoh-widget .salary-copy {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.issoh-widget .salary-box {
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    border: 1px solid var(--line);
    padding: 18px 18px 16px;
    box-shadow: var(--shadow-soft);
}

.issoh-widget .salary-box h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 16px;
    display: flex;
    align-items: center;
}

.issoh-widget .salary-box p {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    line-height: 2
}

.issoh-widget .points {
    display: grid;
    gap: 10px
}

.issoh-widget .point {
    background: #fff;
    border: 1px solid var(--line);
    padding: 13px 14px;
    color: var(--text);
    font-size: 13px;
    line-height: 1.85;
}

.issoh-widget .point strong {
    color: var(--ink)
}

.issoh-widget .footer-note {
    margin-top: 10px;
    color: var(--muted);
    font-size: 11px
}

@media(max-width:1024px) {

    .issoh-widget .sales-layout,
    .issoh-widget .salary-layout,
    .issoh-widget .metrics {
        grid-template-columns: 1fr
    }

    .issoh-widget .span-8,
    .issoh-widget .span-4,
    .issoh-widget .span-12 {
        grid-column: span 12
    }

    .issoh-widget .growth-card {
        min-height: 300px
    }
}

@media(max-width:760px) {

    .issoh-widget .container {
        width: min(var(--max), calc(100% - 40px))
    }

    .issoh-widget .section-head {
        margin-bottom: 25px;
        margin-top: 15px;
        flex-direction: column;
        align-items: anchor-center;
    }

    .issoh-widget .section-head__ja {
        font-size: 39px
    }

    .issoh-widget .bars {
        height: auto !important;
        gap: 10px
    }

    .issoh-widget .bar-label,
    .issoh-widget .bar-year {
        font-size: 10px
    }

    .issoh-widget .sales-main__value strong,
    .issoh-widget .growth-card__value strong,
    .issoh-widget .metric__value strong {
        font-size: 46px
    }

    .issoh-widget .salary-axis {
        height: 332px
    }

    .issoh-widget .salary-bars {
        gap: 10px
    }

    .issoh-widget .salary-name {
        width: 82px;
        font-size: 8px !important;
    }
}