.about-hero {
    background-color: #f0f4f8;
    padding: 48px 0 44px;
    text-align: center;
}

.about-hero-sub {
    color: #0066cc;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: block;
}

.about-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 900;
    margin: 0;
    line-height: 1.4;
}

.about-lead {
    padding: 80px 0;
    text-align: center;
}

.about-lead-text {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: bold;
    line-height: 2;
    margin-bottom: 40px;
}

.about-lead-desc {
    font-size: 1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.company-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-en {
    color: #0066cc;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.section-jp {
    font-size: 2rem;
    font-weight: 900;
    margin: 0;
}

.company-table-wrap {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.company-table {
    width: 100%;
    border-collapse: collapse;
}

.company-table th,
.company-table td {
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: top;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
    border-bottom: none;
}

.company-table th {
    width: 30%;
    background: #fafafa;
    font-weight: bold;
    white-space: nowrap;
}

.company-pair {
    display: block;
    line-height: 1.7;
}

.company-pair + .company-pair {
    margin-top: 0.25em;
}

.company-pair-label {
    display: inline-block;
    width: 7.5em;
}

.company-table-wrap:focus,
.company-table-wrap:focus-within,
.company-table-wrap:focus-visible {
    outline: none;
}

.company-table a:focus,
.company-table a:focus-visible {
    outline: 2px solid rgba(0, 102, 204, 0.35);
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .about-hero,
    .about-lead {
        padding: 56px 0;
    }

    .about-lead-text {
        font-size: 1.25rem;
        line-height: 1.8;
    }

    .about-lead-desc {
        font-size: 0.95rem;
    }

    .company-section {
        padding: 56px 0;
    }

    .section-jp {
        font-size: 1.5rem;
    }

    .company-table-wrap {
        margin: 0 4px;
    }

    .company-table th,
    .company-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 16px 18px;
    }

    .company-table th {
        border-bottom: none;
        padding-bottom: 6px;
    }

    .company-table td {
        padding-top: 0;
    }
}

/* WordPress 固定ヘッダー分 */
body.nhm-lp.about-page {
    --lp-header-offset: var(--header-height, 110px);
}

body.admin-bar.nhm-lp.about-page {
    --lp-header-offset: calc(var(--header-height, 110px) + 32px);
}

@media (max-width: 782px) {
    body.admin-bar.nhm-lp.about-page {
        --lp-header-offset: calc(var(--header-height, 70px) + 46px);
    }
}

body.nhm-lp.about-page main {
    padding-top: var(--lp-header-offset);
}
