@charset "UTF-8";

/* =========================================
   About ページ固有スタイル
   ========================================= */

/* -----------------------------------------
   Page Header（共通基盤）
   ----------------------------------------- */
.page-header {
    padding-top: 67px;
    overflow: visible;
    position: relative;
    background-color: transparent;
}

.page-title-wrap {
    padding-top: 136px;
    padding-bottom: 0;
    text-align: left;
    background-color: transparent;
    margin-left: 0;
}

.new-title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(72px, 15.0vw, 127px);
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #033056;
    letter-spacing: -0.02em;
}

.page-title-jp {
    font-family: var(--f-mplus);
    font-size: 26px;
    font-weight: 500;
    color: #1e3048;
    letter-spacing: 0.00em;
    margin-top: 10px;
    margin-left: 0;
}

.mv-separator {
    width: 100%;
    height: 1px;
    background-color: rgba(10, 25, 47, 0.35);
    margin-top: 89px;
}

/* -----------------------------------------
   Breadcrumb
   ----------------------------------------- */
.breadcrumb-pos {
    position: absolute;
    right: 0;
    bottom: 27.5px;
    z-index: 20;
}

.breadcrumb-horizontal {
    display: flex;
    align-items: center;
    gap: 15.5px;
}

.breadcrumb-item-link,
.breadcrumb-current {
    height: 34px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #033056;
    font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
}

.breadcrumb-current {
    background-color: #033056;
    color: #ffffff;
}

.breadcrumb-item-link {
    color: #033056;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}

.bc-en,
.bc-jp {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-jp {
    position: absolute;
    transform: translateY(100%);
    opacity: 0;
    color: #fff;
    font-family: var(--f-mplus);
    font-size: 12px;
}

.breadcrumb-item-link:hover {
    border-color: var(--c-orange);
    background-color: var(--c-orange);
}

.breadcrumb-item-link:hover .bc-en {
    transform: translateY(-100%);
    opacity: 0;
}

.breadcrumb-item-link:hover .bc-jp {
    transform: translateY(0);
    opacity: 1;
}

.breadcrumb-separator {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #033056;
}

/* -----------------------------------------
   コンテンツ幅同期コンテナ
   ----------------------------------------- */
.content-sync-container {
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    padding: 0 5%;
}

.content-sync-inner {
    position: relative;
    width: 100%;
}

/* =========================================
   Statement — ブランド宣言
   ========================================= */
.ab-statement {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: calc(142px - 0.6cm) 0 100px;
    background-color: transparent;
}

/* パララックス背景層 */
.ab-stmt-bg {
    display: none;
}

.ab-stmt-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    padding: 0 5%;
}

.ab-stmt-block {
    display: flex;
    flex-direction: column;
}

/* "— Our Philosophy" ラベル */
.ab-stmt-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.38);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 52px;
    display: block;
}

/* 英語ステートメント */
.ab-stmt-en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(35px, 5.6vw, 77px);
    font-weight: 700;
    color: #033056;
    line-height: 1.12;
    letter-spacing: 0.00em;
    margin: 0 0 calc(30px + 0.3cm);
    display: flex;
    flex-direction: column;
    gap: 0.01em;
}

.ab-stmt-line {
    display: block;
}

.ab-stmt-en em {
    font-style: normal;
    color: #033056;
}

/* =========================================
   Vision Card
   ========================================= */
.ab-vision-card {
    margin-top: 3.7cm;
    background-color: rgba(0, 12, 32, 0.78);
    border-radius: 16px;
    width: 100%;
    padding: calc(72px + 0.7cm) calc(84px + 0.3cm) calc(80px + 0.9cm);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
}

.ab-vision-left {
    flex: 0 0 calc(42% + 0.4cm);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 56px;
}

.ab-vision-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--c-orange);
    letter-spacing: 0.00em;
    display: block;
    margin-bottom: calc(28px + 0.3cm);
}

.ab-vision-main {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(41px, 4.7vw, 66px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.00em;
    line-height: 1.35;
    margin: 0;
}

.ab-vision-right-group {
    flex: 1;
    display: flex;
    align-items: stretch;
    align-self: center;
    margin-top: calc(8px + 0.3cm);
}

.ab-vision-divider {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
}

.ab-vision-right {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: calc(70px + 1.1cm);
}

.ab-vision-lead {
    display: flex;
    flex-direction: column;
    gap: 46px;
    width: 100%;
}

.ab-vision-lead p {
    font-family: var(--f-mplus);
    font-size: 19.5px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.02em;
    line-height: 2.15;
    margin: 0;
}

/* =========================================
   VALUES セクション
   ========================================= */
.ab-values-section {
    margin-top: 3.9cm;
}

.ab-values-header {
    margin-bottom: calc(75px + 0.5cm);
    text-align: center;
}

.ab-values-en {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #033056;
    letter-spacing: 0.00em;
    display: block;
    margin-bottom: calc(28px + 0.3cm);
}

.ab-values-jp {
    font-family: var(--f-mplus);
    font-size: clamp(33px, 3.79vw, 56px);
    font-weight: 700;
    color: #1e3048;
    letter-spacing: 0.00em;
    line-height: 1.35;
    margin: 0;
}

.ab-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.ab-values-card {
    background-color: rgba(0, 12, 32, 0.78);
    border-radius: 16px;
    padding: calc(58px + 0.2cm) calc(52px + 0.1cm) calc(62px + 0.2cm);
    display: flex;
    flex-direction: column;
}

.ab-val-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--c-orange);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: block;
    margin-top: 0.1cm;
    margin-bottom: calc(28px - 0.1cm);
}

.ab-val-en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 3.2vw, 40px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.00em;
    line-height: 1.35;
    margin: 0 0 calc(16px + 0.1cm);
}

.ab-val-jp {
    font-family: var(--f-mplus);
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 28px;
    padding-bottom: calc(28px + 0.1cm);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.ab-val-desc {
    font-family: var(--f-mplus);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    line-height: 2.1;
    letter-spacing: 0.00em;
    margin: 0;
}

/* 日本語ステートメント */
.ab-stmt-jp {
    font-family: var(--f-mplus);
    font-size: clamp(34px, 2.0vw, 40px);
    font-weight: 500;
    color: #1e3048;
    letter-spacing: 0.02em;
    margin: 0;
    line-height: 1.8;
}

/* パートナーページ専用：日本語ステートメント下のコピー */
.partner-stmt-desc {
    font-family: var(--f-mplus);
    font-size: clamp(15px, 1.6vw, 17px);
    font-weight: 500;
    color: #354154;
    line-height: 2.15;
    letter-spacing: 0.02em;
    text-align: left;
    max-width: 740px;
    margin: calc(40px - 0.7cm) 0 0 0;
}

/* =========================================
   OUR DNA — 哲学
   ========================================= */
.ab-dna-section {
    position: relative;
    width: 100%;
    background-color: transparent;
}

.ab-dna-container {
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    padding: 0 5%;
}

.ab-dna-inner {
    display: grid;
    grid-template-columns: 36% 1fr;
    align-items: start;
    padding: 142px 0 180px;
}

/* ----- Left (Sticky) ----- */
.ab-dna-left {
    grid-column: 1;
    position: sticky;
    top: 130px;
    padding-right: 48px;
}

.ab-dna-left-content {
    display: flex;
    flex-direction: column;
}

.ab-dna-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--c-orange);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 22px;
}

.ab-dna-title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(44px, 5.0vw, 72px);
    font-weight: 700;
    color: #033056;
    line-height: 1.05;
    letter-spacing: 0.01em;
    margin: 0 0 16px;
}

.ab-dna-title-jp {
    font-family: var(--f-mplus);
    font-size: 15px;
    font-weight: 500;
    color: rgba(3, 48, 86, 0.5);
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 40px;
}

.ab-dna-left-line {
    width: 36px;
    height: 2px;
    background-color: var(--c-orange);
}

/* ----- Right (Scroll items) ----- */
.ab-dna-right {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    padding-top: 8px;
}

/* ----- DNA Item ----- */
.dna-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 60px 0;
    border-bottom: 1px solid rgba(3, 48, 86, 0.1);
    will-change: transform, opacity;
}

.dna-item:first-child {
    padding-top: 0;
}

.dna-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dna-num {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(48px, 5.8vw, 84px);
    font-weight: 600;
    color: rgba(3, 48, 86, 0.07);
    line-height: 0.88;
    letter-spacing: -0.02em;
    flex-shrink: 0;
    width: 96px;
    text-align: left;
    margin-top: -0.05em;
    user-select: none;
}

.dna-body {
    flex: 1;
    padding-top: 4px;
}

.dna-line {
    border: none;
    border-top: 1px solid rgba(3, 48, 86, 0.15);
    margin: 0 0 28px 0;
}

.dna-title {
    font-family: var(--f-mplus);
    font-size: clamp(18px, 1.7vw, 23px);
    font-weight: 700;
    color: #033056;
    line-height: 1.45;
    letter-spacing: 0.02em;
    margin: 0 0 20px 0;
}

.dna-desc {
    font-family: var(--f-mplus);
    font-size: 16px;
    font-weight: 400;
    color: #4a5568;
    line-height: 2.1;
    letter-spacing: 0.03em;
    margin: 0;
}

/* =========================================
   Message — 代表メッセージ
   ========================================= */
.ab-msg-section {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 80px 0 180px;
}

.ab-msg-overlay-bg {
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: calc(100% + 180px);
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(24px) saturate(1.3);
    -webkit-backdrop-filter: blur(24px) saturate(1.3);
    z-index: -1;
    opacity: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 90px);
    mask-image: linear-gradient(to bottom, transparent 0%, black 90px);
}

.ab-msg-container {
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    padding: 0 5%;
}

.ab-msg-inner {
    display: flex;
    align-items: start;
    gap: 80px;
}

.ab-msg-title-block {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.ab-msg-title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(50px, 7.5vw, 85px);
    font-weight: 700;
    color: #033056;
    line-height: 1.05;
    letter-spacing: -0.01em;
    margin: 0;
    white-space: nowrap;
}

.ab-msg-title-jp {
    font-family: var(--f-mplus);
    font-size: 20px;
    font-weight: 500;
    color: #1e3048;
    letter-spacing: 0.02em;
    margin-top: 22px;
    display: block;
}

/* ----- Portrait Column ----- */
.ab-msg-portrait-col {
    position: sticky;
    top: 130px;
}

.ab-msg-portrait-wrap {
    display: flex;
    flex-direction: column;
}

.ab-msg-portrait {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 4px;
    filter: grayscale(12%);
}

.ab-msg-portrait-caption {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(3, 48, 86, 0.12);
}

.ab-msg-caption-role {
    font-family: var(--f-mplus);
    font-size: 12px;
    font-weight: 500;
    color: rgba(3, 48, 86, 0.5);
    letter-spacing: 0.08em;
    display: block;
}

.ab-msg-caption-name {
    font-family: var(--f-mplus);
    font-size: 18px;
    font-weight: 700;
    color: #033056;
    letter-spacing: 0.06em;
    display: block;
}

/* ----- Message Body ----- */
.ab-msg-body {
    will-change: transform, opacity;
    margin-left: auto;
    margin-top: 22px;
    min-width: 0;
    display: grid;
    grid-template-columns: min-content;
    max-width: 100%;
}

.ab-msg-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--c-orange);
    letter-spacing: 0.00em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}

.ab-msg-heading {
    font-family: var(--f-mplus);
    font-size: clamp(20px, 2.1vw, 31px);
    font-weight: 700;
    color: #033056;
    line-height: 1.6;
    letter-spacing: 0.00em;
    margin: 0 0 52px;
    white-space: nowrap;
}

.ab-msg-text {
    display: flex;
    flex-direction: column;
    gap: calc(36px + 0.1cm);
    margin-bottom: 40px;
}

.ab-msg-text p {
    font-family: var(--f-mplus);
    font-size: 18px;
    font-weight: 500;
    color: #354154;
    line-height: 2.2;
    letter-spacing: 0.00em;
    margin: 0;
}

/* ----- Signature ----- */
.ab-msg-signature {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-left: auto;
}

.ab-msg-sig-line {
    width: 1px;
    height: 68px;
    background-color: var(--c-orange);
    flex-shrink: 0;
    margin-top: 6px;
}

.ab-msg-sig-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ab-msg-sig-role {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--c-orange);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: block;
}

.ab-msg-sig-name {
    font-family: var(--f-mplus);
    font-size: 19px;
    font-weight: 500;
    color: #033056;
    letter-spacing: 0.02em;
    display: block;
    margin-top: 6px;
}

/* =========================================
   Cinematic Photo セクション
   ========================================= */
.ab-photo-section {
    width: 100%;
    height: calc(60vh + 3.6cm);
    overflow: hidden;
    display: block;
    line-height: 0;
    position: relative;
}

.ab-photo-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 1;
    pointer-events: none;
}

.ab-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center calc(50% - 1.3cm);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    transform: scale(1.2) translateZ(0);
}

/* =========================================
   Navigation — 誘導セクション（カンパニーページ gateway と完全一致）
   ========================================= */
.ab-nav-section {
    position: relative;
    width: 100%;
    background: transparent;
    padding: calc(75px + 0.8cm) 0 180px;
}

.ab-nav-overlay-bg {
    position: absolute;
    inset: 0;
    background: rgba(210, 228, 255, 0.14);
    backdrop-filter: blur(24px) saturate(1.3);
    -webkit-backdrop-filter: blur(24px) saturate(1.3);
    z-index: 0;
}

.ab-gateway-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    padding: 0 5%;
}

/* EXPLORE MORE ヘッダー */
.ab-nav-header {
    margin-bottom: 1.6cm;
}

.ab-nav-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #033056;
    letter-spacing: 0;
    display: block;
    margin-bottom: 8px;
}

.ab-nav-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(10, 25, 47, 0.35);
}

.ab-gateway-cards-wrap {
    display: flex;
    gap: 40px;
    width: 100%;
}

.ab-gateway-card {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #f0f2f5;
    border-radius: 12px;
    padding: 40px 40px 40px 50px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 40px rgba(10, 25, 47, 0.03);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.5s ease;
    will-change: transform, opacity;
}

.ab-gateway-card:hover {
    box-shadow: 0 25px 50px rgba(10, 25, 47, 0.08);
}

.ab-gc-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(44px - 0.3cm);
    margin-right: 24px;
    padding-left: 0.1cm;
}

.ab-gc-titles {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.ab-gc-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #033056;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
}

.ab-gc-sub {
    font-family: var(--f-mplus);
    font-size: 14px;
    font-weight: 700;
    color: #1e3048;
    margin-top: 10px;
    letter-spacing: 0.02em;
    display: block;
}

.ab-gc-bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 0.1cm;
}

.ab-gc-label {
    font-family: var(--f-mplus);
    font-size: 16.5px;
    font-weight: 700;
    color: #1e3048;
    letter-spacing: 0.02em;
    line-height: 1;
    position: relative;
    padding-bottom: 0;
    transition: color 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* デフォルト下線（ダークカラー） */
.ab-gc-label::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1e3048;
    transform-origin: right;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ホバー下線（オレンジ） */
.ab-gc-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--c-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0.18s;
}

.ab-gateway-card:hover .ab-gc-label {
    color: var(--c-orange);
}

.ab-gateway-card:hover .ab-gc-label::before {
    transform: scaleX(0);
}

.ab-gateway-card:hover .ab-gc-label::after {
    transform: scaleX(1);
}

.ab-gc-btn-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #033056;
    border: 1px solid #033056;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.ab-gc-btn-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0;
}

.ab-gc-btn-circle svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
    stroke-width: 2.5px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: relative;
    z-index: 1;
    transition: stroke 0.4s ease;
}

.ab-gateway-card:hover .ab-gc-btn-circle {
    transform: scale(1.05);
    background-color: var(--c-orange);
    border-color: var(--c-orange);
}

.ab-gateway-card:hover .ab-gc-btn-circle::before {
    transform: scaleX(1);
}

.ab-gateway-card:hover .ab-gc-btn-circle svg {
    animation: arrowFlyWhite 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.ab-gc-right {
    width: 220px;
    flex-shrink: 0;
}

.ab-gc-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.ab-gc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.ab-gateway-card:hover .ab-gc-img {
    transform: scale(1.05);
}
/* =========================================
   レスポンシブ
   ========================================= */
@media (max-width: 1000px) {

    .ab-dna-inner {
        grid-template-columns: 1fr;
    }

    .ab-dna-left {
        position: static;
        padding-right: 0;
        margin-bottom: 52px;
    }

    .ab-dna-right {
        padding-top: 0;
    }

    .ab-msg-inner {
        flex-direction: column;
        gap: 56px;
    }

    .ab-msg-body {
        margin-left: 0;
        display: block;
    }

    .ab-msg-portrait-col {
        position: static;
        max-width: 360px;
    }
}

@media (max-width: 768px) {
    .ab-statement {
        padding: 110px 0 120px;
    }

    .ab-dna-inner {
        padding: 100px 0 120px;
    }

    .ab-msg-section {
        padding: 100px 0 80px;
    }

    .dna-item {
        gap: 20px;
        padding: 48px 0;
    }

    .dna-num {
        width: 56px;
        font-size: 38px;
    }

    .ab-msg-inner {
        gap: 44px;
    }

    .ab-photo-section {
        height: 50vh;
    }

    .ab-gateway-cards-wrap {
        flex-direction: column;
        gap: 22px;
    }

    .ab-nav-header {
        margin-bottom: 31px;
    }

    .ab-gateway-card {
        padding: 24px;
        flex-direction: row;
        text-align: left;
        align-items: center;
        gap: 16px;
    }

    .ab-gc-titles {
        padding-top: 0;
    }

    .ab-gc-title {
        font-size: 32px;
        margin-bottom: 0;
    }

    .ab-gc-bottom {
        margin-top: -12px;
        justify-content: flex-start;
        gap: 15px;
    }

    .ab-gc-label {
        font-size: 16px;
    }

    .ab-gc-btn-circle {
        width: 36px;
        height: 36px;
    }

    .ab-gc-btn-circle svg {
        width: 16px;
        height: 16px;
    }

    .ab-gc-right {
        width: 125px;
        flex-shrink: 0;
        margin-right: 0;
        margin-top: 0;
    }

    /* Values Grid */
    .ab-values-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ab-values-card {
        padding: 36px 28px 40px;
    }

    .ab-val-label {
        margin-bottom: 14px;
    }

    .ab-val-en {
        font-size: clamp(32px, 8.5vw, 42px);
        margin-bottom: 7px;
    }

    .ab-val-jp {
        font-size: 21px;
        margin-bottom: 22px;
        padding-bottom: 22px;
    }

    .ab-values-card {
        padding: 40px 32px 44px;
    }

    .ab-val-desc {
        font-size: 17.5px;
        line-height: 1.8;
    }

    /* Message */
    .ab-msg-portrait-col {
        max-width: 100%;
    }

    .ab-msg-inner {
        gap: 36px;
    }

    /* Page Header — ニュースページと統一 */
    .page-title-wrap {
        padding-top: 67px;
    }

    .new-title-en {
        font-size: clamp(68px, 14.5vw, 123px);
    }

    .page-title-jp {
        font-size: 22px;
        margin-top: 8px;
    }

    .breadcrumb-item-link,
    .breadcrumb-current {
        height: 28px;
    }

    .breadcrumb-horizontal {
        gap: 10px;
    }

    .breadcrumb-separator {
        font-size: 26px;
        position: relative;
        top: -1px;
    }

    .mv-separator {
        margin-top: 80px;
    }

    /* =============================================
       Statement スマホ対応
       ============================================= */
    .ab-statement {
        padding: 54px 0 20px;
    }

    .ab-stmt-en {
        font-size: clamp(32px, 9vw, 46px);
        margin-bottom: 22px;
        line-height: 1.28;
    }

    .ab-stmt-jp {
        font-size: clamp(21px, 5.8vw, 29px);
        line-height: 1.6;
        margin-bottom: 54px;
    }

    /* Vision Card — 縦積み */
    .ab-vision-card {
        flex-direction: column;
        padding: 43px 36px 44px;
        margin-top: 0 !important;
        border-radius: 12px;
    }

    .ab-vision-left {
        flex: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 29px;
    }

    .ab-vision-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 18px;
    }

    .ab-vision-main {
        font-size: clamp(37px, 10.2vw, 53px);
    }

    .ab-vision-right-group {
        flex-direction: column;
        margin-top: 0;
    }

    .ab-vision-divider {
        width: 100%;
        height: 1px;
        margin-bottom: 33px;
    }

    .ab-vision-right {
        padding-left: 0;
    }

    .ab-vision-lead {
        gap: 0;
        display: block;
    }

    .ab-vision-lead p {
        font-size: 16px;
        line-height: 1.9;
        display: inline;
        margin: 0;
    }

    .ab-vision-lead p br {
        display: none;
    }

    /* VALUES — カード */
    .ab-values-section {
        margin-top: 65px;
    }

    .ab-values-en {
        font-size: 20px;
        margin-bottom: 0;
    }

    .ab-values-header {
        margin-bottom: 39px;
    }

    .ab-values-jp {
        font-size: 31px;
        margin-top: 18px;
    }

    /* =============================================
       Message スマホ対応
       ============================================= */
    .ab-msg-section {
        padding: 70px 0 96px;
    }

    .ab-msg-title-en {
        font-size: clamp(45px, 12.5vw, 61px);
    }

    .ab-msg-title-jp {
        margin-top: 8px;
    }

    .ab-msg-inner {
        gap: 20px;
    }

    .ab-msg-heading {
        font-size: 19.5px;
        white-space: normal;
        margin-bottom: 28px;
    }

    .ab-msg-text p {
        font-size: 17px;
        line-height: 1.85;
    }

    .ab-msg-text p br {
        display: none;
    }

    .ab-msg-text {
        gap: 23px;
    }

    .ab-msg-signature {
        align-self: flex-end;
        text-align: left;
    }

    .ab-msg-body {
        display: flex !important;
        flex-direction: column;
    }

    .ab-msg-sig-block {
        gap: 3px;
    }

    .ab-msg-sig-role {
        font-size: 13px;
    }

    .ab-msg-sig-name {
        font-size: 20px;
    }

    /* =============================================
       写真セクション
       ============================================= */
    .ab-photo-section {
        height: 85vw;
        overflow: hidden;
    }

    .ab-photo-img {
        object-position: center calc(2% - 0.5cm) !important;
        height: 100% !important;
        top: 0 !important;
        transform: scale(1.18) translateZ(0);
    }

    /* =============================================
       誘導セクション
       ============================================= */
    .ab-nav-section {
        padding-top: 52px !important;
        padding-bottom: 96px !important;
    }

    .ab-gc-img-wrap {
        width: 125px;
        height: 125px;
        border-radius: 8px;
        flex-shrink: 0;
    }
}