@charset "UTF-8";
/* ==========================================================================
   投資家の皆様へ（.investors）
   ========================================================================== */
.investors {
    --investors-purple: #575680;
    --investors-teal: #28998c;
    --investors-gradient: linear-gradient(105deg, #575680 0%, #28998c 80%);
    --investors-text: #222;
    --investors-muted: #555;
    --investors-line: #e5e5e5;
    --investors-gray: #f3f3f3;
    --investors-dark: #969696;
    --investors-green: #00a29a;
    --investors-orange: #f2893b;
    --investors-blue: #6699cc;
    --investors-black: #111;
    --investors-white: #fff;
    --investors-mark: #d8f0ec;
}

.investors *,
.investors *::before,
.investors *::after {
    box-sizing: border-box;
}

.investors ul,
.investors dl {
    list-style: none;
}

.investors h3,
.investors h4,
.investors h5,
.investors h6 {
    font-weight: 700;
}

.investors > section + section {
    margin-top: 96px;
}

/* --------------------------------------------------------------------------
   セクション共通：英語タイトル / 日本語見出し / リード文
   -------------------------------------------------------------------------- */
.investors__title {
    display: inline-block;
    margin-bottom: 0.8em;
    font-size: clamp(36px, 3vw + 20px, 80px);
    font-weight: 700;
    line-height: 1.05;
    background: var(--investors-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.investors__title-sub {
    display: block;
    margin-top: 1em;
    font-size: clamp(16px, 0.9vw + 8px, 20px);
    font-weight: 700;
    line-height: 1.4;
    background: none;
    -webkit-text-fill-color: var(--investors-text);
    color: var(--investors-text);
}

.investors__heading {
    margin-bottom: 16px;
    font-size: clamp(18px, 1.8vw + 8px, 32px);
}

.investors__text {
    font-size: clamp(16px, 14.55px + 0.45vw, 20px);
    line-height: 1.8;
}

/* --------------------------------------------------------------------------
   Lead
   -------------------------------------------------------------------------- */
.investors__lead-title {
    margin-bottom: 24px;
    font-size: clamp(24px, 21.82px + 0.91vw, 40px);
    line-height: 1.4;
}

/* --------------------------------------------------------------------------
   KPIカード（リード・KPIセクションで共用）
   -------------------------------------------------------------------------- */
.investors__card-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}

.investors__card-item {
    aspect-ratio: 1 / 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    min-width: 0;
    padding: 16px;
    background: var(--investors-white);
    border-width: 8px;
    border-style: solid;
    border-image: var(--investors-gradient);
    border-image-slice: 1;
}

.investors__card-title {
    font-size: clamp(12px, 10.5px + 0.3vw, 14px);
    font-weight: 700;
    line-height: 1.5;
}

.investors__card-value {
    margin-top: auto;
    font-size: clamp(14px, 12px + 0.85vw, 24px);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.investors__card-number {
    padding: 0 8px;
    font-size: clamp(32px, 3.2vw + 21px, 64px);
    font-weight: 700;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}

.investors__card-note {
    margin-top: 12px;
    font-size: clamp(11px, 10.4px + 0.15vw, 12px);
    font-weight: 500;
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   比較表（overview / growth 共用）
   -------------------------------------------------------------------------- */
.investors__compare {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
    align-items: stretch;
}

.investors__compare-col:first-child {
    border: 1px solid var(--investors-line);
    border-right: 0;
}

.investors__compare-col:nth-child(3) {
    border: 1px solid var(--investors-line);
    border-left: 0;
}

.investors__compare-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: 0 16px;
    background: var(--investors-white);
}

.investors__compare-col-title {
    flex-shrink: 0;
    padding: 16px;
    text-align: center;
    font-size: clamp(12px, 10.5px + 0.25vw, 14px);
    color: var(--investors-white);
}

.investors__compare-col-title--before {
    background: var(--investors-muted);
}

.investors__compare-col-title--after {
    background: var(--investors-gradient);
}

.investors__compare-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0;
    padding: 32px 16px;
}

.investors__compare-item + .investors__compare-item {
    border-top: 1px solid var(--investors-line);
}

.investors__compare-label {
    display: inline-block;
    width: fit-content;
    margin-bottom: 8px;
    padding: 4px 8px;
    background: var(--investors-gradient);
    color: var(--investors-white);
    font-size: clamp(12px, 11.2px + 0.2vw, 14px);
    font-weight: 700;
}

.investors__compare-title {
    margin-bottom: 24px;
    font-size: clamp(15px, 13.5px + 0.35vw, 18px);
}

.investors__compare-body {
    margin-bottom: 16px;
    font-size: clamp(13px, 12px + 0.55vw, 20px);
    font-weight: 700;
    line-height: 1.6;
}

.investors__compare-dl {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 16px;
}

.investors__compare-term {
    font-size: clamp(13px, 12px + 0.7vw, 22px);
    font-weight: 700;
}

.investors__compare-desc {
    margin: 0;
    font-size: clamp(14px, 13px + 0.65vw, 22px);
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.investors__compare-desc span {
    padding: 0 8px;
    font-size: clamp(24px, 2vw + 15px, 40px);
    letter-spacing: -0.02em;
}

.investors__compare-note {
    font-size: clamp(12px, 11.2px + 0.2vw, 14px);
    line-height: 1.6;
}

.investors__compare-total {
    padding: 16px 24px;
    border-top: 1px solid var(--investors-line);
    text-align: center;
    color: var(--investors-teal);
}

.investors__compare-total-label {
    font-size: 14px;
    font-weight: 700;
}

.investors__compare-total-value {
    font-size: clamp(14px, 13px + 0.65vw, 22px);
    font-weight: 700;
    white-space: nowrap;
}

.investors__compare-total-value span {
    padding: 0 8px;
    font-size: clamp(24px, 2vw + 15px, 40px);
}

.investors__compare-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--investors-dark);
    border-top: 1px solid var(--investors-line);
    border-bottom: 1px solid var(--investors-line);
}

.investors__compare-arrow-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 8px;
    background-color: var(--investors-white);
}

.investors__compare-arrow-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 80%;
    width: 18px;
    height: 18px;
    border-top: 9px solid transparent;
    border-right: 9px solid var(--investors-white);
    border-bottom: 9px solid var(--investors-white);
    border-left: 9px solid transparent;
    transform: translate(-70%, -50%) rotate(-45deg);
}

.investors__compare-notes {
    grid-column: 1 / -1;
    margin-top: 8px;
}

.investors__compare-notes-item {
    font-size: clamp(12px, 11.2px + 0.15vw, 13px);
    line-height: 1.7;
}

/* --------------------------------------------------------------------------
   Management panels（グラフ・表画像）
   -------------------------------------------------------------------------- */
.investors__panel + .investors__panel {
    margin-top: 48px;
}

.investors__panel-title {
    margin-bottom: 16px;
    font-size: clamp(15px, 13.5px + 0.35vw, 18px);
    font-weight: 700;
}

.investors__figure {
    min-height: 180px;
    background: var(--investors-gray);
}

.investors__figure img {
    display: block;
    width: 100%;
    height: auto;
}

.investors__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 16px;
    font-size: 13px;
}

.investors__legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.investors__legend-item--initial::before,
.investors__legend-item--revised::before {
    content: "";
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.investors__legend-item--initial::before {
    background: #c8c8c8;
}

.investors__legend-item--revised::before {
    background: var(--investors-gradient);
}

.investors__note-list {
    margin-top: 12px;
    padding-left: 1.2em;
    list-style: disc;
}

.investors__note-item {
    font-size: clamp(12px, 11.2px + 0.2vw, 14px);
    line-height: 1.7;
    color: var(--investors-muted);
}

/* --------------------------------------------------------------------------
   Growth drivers
   -------------------------------------------------------------------------- */
.investors__growth-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 64px;
    margin-bottom: 48px;
}

.investors__growth-item {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px 16px;
    background: var(--investors-gray);
}

.investors__growth-item--green {
    border-top: 12px solid var(--investors-green);
    border-bottom: 12px solid var(--investors-green);
    color: var(--investors-green);
}

.investors__growth-item--orange {
    border-top: 12px solid var(--investors-orange);
    border-bottom: 12px solid var(--investors-orange);
    color: var(--investors-orange);
}

.investors__growth-item--blue {
    border-top: 12px solid var(--investors-blue);
    border-bottom: 12px solid var(--investors-blue);
    color: var(--investors-blue);
}

.investors__growth-item-label {
    margin-bottom: 32px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.investors__growth-item-title {
    margin-bottom: 16px;
    font-size: clamp(18px, 16px + 0.5vw, 22px);
}

.investors__growth-item-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 32px;
}

.investors__growth-item-text {
    min-height: 152px;
    font-size: clamp(13px, 12.2px + 0.2vw, 15px);
    line-height: 1.7;
    color: var(--investors-text);
}

.investors__growth-item-mark {
    font-weight: 700;
}

.investors__growth-dl {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.investors__growth-dl-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    padding: 4px 0;
    border-bottom: 1px dotted var(--investors-line);
}

.investors__growth-dl-term {
    color: var(--investors-text);
    flex-shrink: 0;
    font-size: 12px;
}

.investors__growth-dl-desc {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

.investors__growth-dl-note {
    font-size: 12px;
    color: var(--investors-text);
    text-align: right;
}

.investors__growth-condition-title {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
}

.investors__growth-condition-text {
    color: var(--investors-text);
    font-size: 12px;
    line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Shareholder value
   -------------------------------------------------------------------------- */
.investors__shareholder-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.investors__shareholder-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--investors-gray);
}

.investors__shareholder-item-title {
    padding: 16px;
    background: var(--investors-black);
    font-size: clamp(16px, 15px + 0.4vw, 20px);
    font-weight: 700;
    color: #fff;
}

.investors__shareholder-item-body {
    padding: 24px;
}

.investors__shareholder-item-lead {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.6;
}

.investors__shareholder-boxes {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.investors__shareholder-box {
    flex: 1;
    padding: 8px;
    border: 1px solid var(--investors-line);
}

.investors__shareholder-box-title {
    margin-bottom: 8px;
    font-size: 14px;
}

.investors__shareholder-box-value {
    margin-bottom: 8px;
    font-size: clamp(14px, 13px + 0.8vw, 24px);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.investors__shareholder-box-value span {
    padding: 0 8px;
    font-size: clamp(28px, 3vw + 16px, 64px);
    letter-spacing: -0.02em;
}

.investors__shareholder-box-note {
    font-size: 11px;
    line-height: 1.5;
}

.investors__shareholder-rules {
    height: 100%;
    background-color: var(--investors-gray);
}

.investors__shareholder-rules-title {
    background-color: var(--investors-black);
    padding: 16px;
    color: var(--investors-white);
    font-size: clamp(16px, 14.5px + 0.4vw, 20px);
}

.investors__shareholder-rules-list {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.investors__shareholder-rules-item {
    border-bottom: 1px solid var(--investors-line);
    padding: 16px;
}

.investors__shareholder-rules-item:first-child {
    padding: 0 16px 16px 16px;
}

.investors__shareholder-rules-item:last-child {
    border-bottom: none;
    padding: 16px 16px 0 16px;
}

.investors__shareholder-rules-heading {
    margin-bottom: 8px;
    font-size: clamp(15px, 13.5px + 0.35vw, 18px);
    font-weight: 700;
}

.investors__shareholder-rules-status {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 4px;
    background: var(--investors-gradient);
    color: var(--investors-white);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    vertical-align: middle;
}

.investors__shareholder-rules-text {
    font-size: clamp(13px, 12.2px + 0.2vw, 15px);
    line-height: 1.7;
}

/* --------------------------------------------------------------------------
   KPI
   -------------------------------------------------------------------------- */
.investors__kpi-group + .investors__kpi-group {
    margin-top: 48px;
}

.investors__kpi-group-title {
    margin-bottom: 16px;
    font-size: clamp(16px, 14.5px + 0.4vw, 20px);
}

.investors__kpi-group-title span {
    margin-left: 0.4em;
    font-size: 0.75em;
    font-weight: 500;
}

.investors__progress-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 40px;
}

/* --------------------------------------------------------------------------
   Table （KPI）
   -------------------------------------------------------------------------- */
.investors__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--investors-line);
    border-radius: 8px;
}

.investors__table {
    min-width: 800px;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.investors__table thead {
    background: var(--investors-gray);
}

.investors__table th,
.investors__table td {
    padding: 8px;
    white-space: nowrap;
}

.investors__table th {
    border-bottom: 1px solid var(--investors-dark);
}

.investors__table td {
    border-bottom: 1px solid var(--investors-line);
}

.investors__table td:first-child {
    font-weight: 700;
}

.investors__table tbody tr:last-child td {
    border-bottom: none;
}

.investors__table-td-status {
    color: var(--investors-teal);
    font-weight: 700;
}

/* --------------------------------------------------------------------------
   関連リンク
   -------------------------------------------------------------------------- */
.investors__link {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

.investors__link-banner {
    display: block;
    overflow: hidden;
    background: var(--investors-gray);
    text-decoration: none;
}

.investors__link-banner:hover {
    opacity: 0.8;
}

.investors__link-figure {
    height: 100%;
}

.investors__link-figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.investors__link-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.investors__link-item {
    flex: 1;
}

.investors__link-anchor {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 88px;
    padding: 24px 56px 24px 28px;
    background: var(--investors-black);
    color: #fff;
    font-size: clamp(16px, 14.5px + 0.4vw, 20px);
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.investors__link-anchor:hover {
    opacity: 0.8;
}

.investors__link-anchor::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 20px;
    height: 20px;
    background: url("../images/new2025/arrow_white.png") center / contain no-repeat;
    transform: translateY(-50%);
}

/* ==========================================================================
   タブレット
   ========================================================================== */
@media (max-width: 1024px) {
    .investors__card-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .investors__growth-list {
        grid-template-columns: 1fr;
    }

    .investors__shareholder-layout,
    .investors__progress-list {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   スマホ（leadership と同じ 767px）
   ========================================================================== */
@media (max-width: 767px) {
    .investors > section + section {
        margin-top: 64px;
    }

    .investors__title {
        font-size: clamp(28px, 8vw, 40px);
    }

    .investors__card-list,
    .investors__shareholder-boxes {
        grid-template-columns: 1fr;
    }

    .investors__compare {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .investors__compare-col:first-child {
        border-right: 1px solid var(--investors-line);
        border-bottom: 0;
    }

    .investors__compare-arrow {
        padding: 4px 0;
        border: 1px solid var(--investors-line);
        border-top: 0;
        border-bottom: 0;
    }

    .investors__compare-col:nth-child(3) {
        border-left: 1px solid var(--investors-line);
        border-top: 0;
    }

    .investors__compare-arrow-icon {
        transform: rotate(90deg);
    }

    .investors__compare-dl,
    .investors__compare-total {
        flex-direction: column;
        align-items: flex-start;
    }

    .investors__compare-desc,
    .investors__compare-total-value {
        text-align: left;
        white-space: normal;
    }

    .investors__link {
        grid-template-columns: 1fr;
    }

    .investors__link-figure img {
        height: auto;
    }

    .investors__link-anchor {
        min-height: 72px;
    }
}
