@charset "UTF-8";

/* =========================================
   Hero Image（カンパニーページ完全準拠）
   ========================================= */
.hero-image-section {
    padding-top: 140px;
    padding-bottom: 0.5cm;
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    background-color: transparent;
}

.hero-image-wrap {
    width: 100%;
    aspect-ratio: 2.35 / 1;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.hero-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
    pointer-events: none;
}

.hero-img {
    width: 100%;
    height: 125%;
    object-fit: cover;
    object-position: center calc(100% - 0.8cm);
    position: absolute;
    top: -25%;
    left: 0;
    will-change: transform;
    transform: translateZ(0);
}

/* =========================================
   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(1, 18, 42, 0.78);
    border-radius: 4px;
    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.8cm);
    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(1, 18, 42, 0.78);
    border-radius: 4px;
    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.15);
}

.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.00em;
    text-align: left;
    max-width: 740px;
    margin: calc(42px - 0.8cm) 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(255, 255, 255, 0.15);
    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: -66px;
    left: 0;
    width: 100%;
    height: calc(100% + 66px);
    pointer-events: none;
    background: rgba(210, 228, 255, 0.14);
    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(52px, 5.8vw, 92px);
    font-weight: 700;
    color: #033056;
    line-height: 1.05;
    letter-spacing: 0.00em;
    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.16em;
    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.01em;
    margin: 0 0 52px;
    white-space: nowrap;
}

.ab-msg-text {
    display: flex;
    flex-direction: column;
    gap: calc(38px + 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.35;
    letter-spacing: 0.02em;
    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 + 2.5cm);
    overflow: hidden;
    display: block;
    line-height: 0;
    position: relative;
}

.ab-photo-img {
    width: 100%;
    height: 125%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
    position: absolute;
    top: -25%;
    left: 0;
}

/* =========================================
   Navigation — 誘導セクション（カンパニーページ gateway と完全一致）
   ========================================= */
.ab-nav-section {
    position: relative;
    width: 100%;
    background: transparent;
    padding: 150px 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);
}

/* =========================================
   協業領域 + 募集要項 共通オーバーレイラッパー
   ========================================= */
.pr-overlay-wrap {
    position: relative;
}

/* =========================================
   協業領域セクション（新規）
   ========================================= */
.pr-foa-wrap {
    position: relative;
}

.pr-foa-overlay-bg {
    position: absolute;
    top: -6cm;
    left: 0;
    width: 100%;
    height: calc(100% + 6cm);
    pointer-events: none;
    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;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 6cm, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 6cm, black 100%);
}

.pr-foa-section {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 4.5cm 0 calc(180px - 3cm);
    overflow: visible;
}

.pr-foa-inner {
    display: grid;
    grid-template-columns: 5.8fr 4.0fr;
    align-items: center;
    gap: calc(0.8cm + 2em);
}

.pr-foa-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(3, 48, 86, 0.45);
    margin: 1.8cm 0;
}

.pr-foa-text {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1.5cm;
}

.pr-foa-num {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    font-family: var(--f-mplus);
    font-size: 17px;
    font-weight: 700;
    color: #033056;
    letter-spacing: 0.00em;
    line-height: 1;
}

.pr-foa-en {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #033056;
    text-transform: uppercase;
    letter-spacing: 0.00em;
    line-height: 1;
}

.pr-foa-hook {
    grid-column: 2;
    font-family: var(--f-mplus);
    font-size: clamp(43px, 2.0vw, 49px);
    font-weight: 600;
    color: #033056;
    letter-spacing: 0.00em;
    line-height: 1.35;
    white-space: nowrap;
    margin: calc(0.35cm + 1px) 0 0;
}

.pr-foa-copy {
    grid-column: 2;
    font-family: var(--f-mplus);
    font-size: 16.5px;
    font-weight: 500;
    color: #4e5e6e;
    letter-spacing: 0.00em;
    line-height: 1.7;
    margin: 0.8cm 0 0;
    max-width: calc(100% - 1em);
}

.pr-foa-list {
    grid-column: 2;
    margin: 1.6cm 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.pr-foa-item {
    display: flex;
    align-items: center;
    gap: 0.35cm;
    font-family: var(--f-mplus);
    font-size: 16.5px;
    font-weight: 400;
    color: #033056;
    letter-spacing: 0.00em;
    line-height: 1.45;
}

.pr-foa-item::before {
    content: '';
    display: block;
    width: 3px;
    height: 1em;
    background-color: #033056;
    flex-shrink: 0;
    border-radius: 1px;
}

/* Photo Card */
.pr-foa-photo-col {
    display: flex;
    align-items: center;
}

.pr-foa-card {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.pr-foa-img {
    width: 100%;
    height: 125%;
    object-fit: cover;
    position: absolute;
    top: -25%;
    left: 0;
    will-change: transform;
}

.pr-foa-card--placeholder {
    background: linear-gradient(135deg, #1a365d 0%, #2a4a7f 100%);
}

/* =========================================
   Alliance Fit セクション
   ========================================= */
.pr-fit-section {
    position: relative;
    width: 100%;
    padding: 0 0 180px;
}

.pr-fit-overlay-bg {
    position: absolute;
    inset: 0;
    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;
}

.pr-fit-card {
    position: relative;
    background-color: rgba(1, 18, 42, 0.78);
    border-radius: 16px;
    padding: 96px 100px 112px;
    z-index: 1;
}

.pr-fit-header {
    padding-bottom: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    margin-bottom: 72px;
    text-align: center;
}

.pr-fit-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--c-orange);
    letter-spacing: 0.00em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 28px;
    text-align: center;
}

.pr-fit-title {
    font-family: var(--f-mplus);
    font-size: clamp(43px, 2.0vw, 49px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 0.00em;
    white-space: nowrap;
}

.pr-fit-body {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.pr-fit-block {
    flex: 1;
}

.pr-fit-welcome {
    padding-right: 64px;
}

.pr-fit-caution {
    padding-left: 64px;
}

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

.pr-fit-block-head {
    font-family: var(--f-mplus);
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.00em;
    margin: 0 0 48px;
}

.pr-fit-caution .pr-fit-block-head {
    color: #ffffff;
}

.pr-fit-accent {
    color: var(--c-orange);
}

.pr-fit-dim {
    color: rgba(255, 255, 255, 0.6);
}

.pr-fit-items {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.pr-fit-item-title {
    display: block;
    font-family: var(--f-mplus);
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.00em;
    margin-bottom: 12px;
    line-height: 1.4;
}

.pr-fit-item-desc {
    font-family: var(--f-mplus);
    font-size: 15.5px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
    margin: 0;
    letter-spacing: 0.00em;
    max-width: 720px;
}

.pr-fit-caution .pr-fit-item-title {
    color: rgba(255, 255, 255, 0.6);
}

.pr-fit-caution .pr-fit-item-desc {
    color: rgba(255, 255, 255, 0.6);
}

/* =========================================
   THE ENTRY セクション
   ========================================= */
.pr-entry-section {
    width: 100%;
    background-color: #ffffff;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 0 160px;
}

.pr-entry-inner {
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pr-entry-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--c-orange);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 36px;
}

.pr-entry-title {
    font-family: var(--f-mplus);
    font-size: clamp(52px, 8.5vw, 116px);
    font-weight: 700;
    color: #033056;
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 52px;
}

.pr-entry-sub {
    font-family: var(--f-mplus);
    font-size: 17px;
    font-weight: 400;
    color: #4a5568;
    line-height: 2.3;
    max-width: 580px;
    margin: 0 auto 72px;
    letter-spacing: 0.01em;
}

.pr-entry-btn {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background-color: #033056;
    border-radius: 50px;
    padding: 16px 16px 16px 44px;
    text-decoration: none;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                background-color 0.4s ease;
}

.pr-entry-btn:hover {
    transform: scale(1.05);
    background-color: var(--c-orange);
}

.pr-entry-btn-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-right: 28px;
}

.pr-entry-btn-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ffffff;
    flex-shrink: 0;
    transition: background-color 0.4s ease;
}

.pr-entry-btn-circle svg {
    width: 20px;
    height: 20px;
    stroke: #033056;
    stroke-width: 2.5px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.4s ease;
}

.pr-entry-btn:hover .pr-entry-btn-circle svg {
    stroke: var(--c-orange);
}

/* =========================================
   Requirements — 募集要項
   ========================================= */
.pr-req-section {
    padding: 180px 0 180px;
}

.pr-req-inner {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

/* 左: タイトル */
.pr-req-left {
    flex-shrink: 0;
    width: 220px;
}

.pr-req-title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #033056;
    line-height: 1.1;
    letter-spacing: 0.00em;
    margin: 0;
}

.pr-req-title-jp {
    display: block;
    font-family: var(--f-mplus);
    font-size: clamp(31px, 3.1vw, 41px);
    font-weight: 600;
    color: #033056;
    margin-top: calc(14px - 0.1cm);
    letter-spacing: 0.00em;
}

/* 右: アコーディオン */
.pr-req-right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* アコーディオン: カード + トリガー */
.pr-acc {
    background: rgba(1, 18, 42, 0.85);
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

.pr-acc:last-child {
    margin-bottom: 0;
}

.pr-acc-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: calc(36px + 0.1cm) calc(48px + 0.5cm - 0.3cm) calc(36px + 0.1cm) calc(48px + 0.5cm - 0.3cm);
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.pr-acc-trigger-text {
    font-family: var(--f-mplus);
    font-size: 29px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.00em;
    text-align: left;
}

.pr-acc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.pr-acc-icon svg {
    width: 22px;
    height: 22px;
    stroke: #ffffff;
}

.pr-acc.is-open .pr-acc-icon {
    transform: rotate(180deg);
}

/* アコーディオン: パネル */
.pr-acc-panel {
    height: 0;
    overflow: hidden;
}

.pr-acc-panel-inner {
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}

.pr-acc-btn {
    width: auto !important;
    justify-content: flex-start !important;
    background-color: #ffffff !important;
}

.pr-acc-btn .btn-icon-wrap {
    background-color: #033056 !important;
}

.pr-acc-btn .btn-icon-wrap svg {
    stroke: #ffffff !important;
}

.pr-acc-btn-label {
    font-family: var(--f-mplus);
    font-size: 15px;
    font-weight: 700;
    color: #033056;
    letter-spacing: 0.00em;
    margin-right: 40px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.pr-acc-btn:hover .pr-acc-btn-label {
    color: #ffffff;
}

.pr-acc-btn:hover .btn-icon-wrap {
    background-color: #ffffff !important;
}

.pr-acc-btn:hover .btn-icon-wrap svg {
    stroke: var(--c-orange) !important;
}

.pr-acc-btn-wrap {
    padding: 1.5cm 0 1.5cm;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

/* 表組みグリッド */
.pr-acc-grid {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 calc(48px + 0.5cm - 0.3cm);
}

.pr-acc-row {
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 28px 0;
}

.pr-acc-row:first-child {
    padding-top: calc(28px + 0.3cm);
}

.pr-acc-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pr-acc-grid dt {
    font-family: var(--f-mplus);
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.00em;
    line-height: 1.8;
    width: calc(140px + 2cm);
    flex-shrink: 0;
}

.pr-acc-grid dd {
    font-family: var(--f-mplus);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.00em;
    line-height: 1.8;
    margin: 0;
}

.pr-acc-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
    vertical-align: -2px;
    margin-left: 1px;
    margin-right: 8px;
}

/* =========================================
   PROCESS — 参画・協業までの流れ
   ========================================= */
.pr-process-section {
    padding: 120px 0 140px;
}

/* レイアウト: 左タイトル + 右ステップ */
.pr-process-inner {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

/* ヘッダー（左） */
.pr-process-header {
    flex-shrink: 0;
}

.pr-process-title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(48px, 5.0vw, 72px);
    font-weight: 700;
    color: #033056;
    letter-spacing: 0.00em;
    line-height: 1.1;
    margin: 0;
}

.pr-process-title-right {
    display: block;
    margin-top: 14px;
}

.pr-process-title-jp {
    font-family: var(--f-mplus);
    font-size: 18px;
    font-weight: 500;
    color: #033056;
    letter-spacing: 0.00em;
}

/* ステップ（右） */
.pr-process-steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pr-process-step {
    display: flex;
    align-items: stretch;
    position: relative;
    padding-bottom: 40px;
}

.pr-process-step:last-child {
    padding-bottom: 0;
}

/* バッジ（長方形） */
.pr-process-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(1, 18, 42, 0.85);
    border-radius: 4px;
    padding: 12px 28px;
    height: 48px;
    flex-shrink: 0;
    align-self: flex-start;
}

.pr-process-dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--c-orange);
    flex-shrink: 0;
}

.pr-process-badge-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.02em;
}

/* 縦線コネクター */
.pr-process-connector {
    position: absolute;
    left: 10px;
    top: calc(48px + 6px);
    bottom: 6px;
    width: 1px;
    background-color: rgba(3, 48, 86, 0.15);
}

.pr-process-step:last-child .pr-process-connector {
    display: none;
}

/* ボディ（テキスト） */
.pr-process-body {
    margin-left: 32px;
    padding-top: 2px;
}

/* サブタイトル */
.pr-process-sub {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: rgba(3, 48, 86, 0.4);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* 見出し */
.pr-process-heading {
    font-family: var(--f-mplus);
    font-size: 20px;
    font-weight: 700;
    color: #033056;
    letter-spacing: 0.00em;
    line-height: 1.5;
    margin: 0 0 16px;
}

/* テキスト */
.pr-process-desc {
    font-family: var(--f-mplus);
    font-size: 15px;
    font-weight: 400;
    color: #1e3048;
    letter-spacing: 0.00em;
    line-height: 1.9;
    margin: 0;
}

/* レスポンシブ */
@media (max-width: 900px) {
    .pr-process-inner {
        flex-direction: column;
        gap: 48px;
    }
}

/* レスポンシブ */
@media (max-width: 900px) {
    .pr-req-inner {
        flex-direction: column;
        gap: 48px;
    }

    .pr-req-left {
        width: 100%;
    }

    .pr-acc-panel-inner {
        padding: 32px 28px;
    }

    .pr-acc-grid {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }
}

/* =========================================
   CTA — Work With Us
   ========================================= */
.pr-cta-section {
    position: relative;
}

.pr-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pr-cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(42px, 5.2vw, 72px);
    font-weight: 700;
    color: #033056;
    letter-spacing: 0.06em;
    line-height: 1.1;
    margin: 0 0 40px;
}

.pr-cta-lead {
    font-family: var(--f-mplus);
    font-size: 17px;
    font-weight: 500;
    color: #1e3048;
    line-height: 2.0;
    letter-spacing: 0.00em;
    margin: 0 0 60px;
}

.pr-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.pr-cta-buttons .about-more-btn {
    width: 228px;
}

@media (max-width: 900px) {
    .pr-cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

/* =========================================
   EXPLORE LIBERTE — ナビゲーション
   ========================================= */
.pr-explore-section {
    position: relative;
    padding-top: 162px;
}

.pr-explore-inner {
    position: relative;
    z-index: 1;
}

.pr-explore-header {
    margin-bottom: calc(80px - 0.3cm - 4.5px);
}

.pr-explore-title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(50px, 7.5vw, 85px);
    font-weight: 700;
    color: #033056;
    letter-spacing: -0.01em;
    line-height: 1;
}

.pr-explore-title-jp {
    display: block;
    margin-top: 14px;
    font-family: var(--f-mplus);
    font-size: 20px;
    font-weight: 500;
    color: #1e3048;
    letter-spacing: 0.00em;
}

.pr-explore-list {
    display: flex;
    flex-direction: column;
}

.pr-explore-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 37.25px 28px 37.25px 0;
    border-top: 1px solid rgba(10, 25, 47, 0.35);
    text-decoration: none;
    transition: background-color 0.4s ease;
}

.pr-explore-item:last-child {
    border-bottom: 1px solid rgba(10, 25, 47, 0.35);
}

.pr-explore-item:hover {
    background-color: var(--c-deep);
}

.pr-explore-item:hover .pr-explore-item-text {
    transform: translateX(calc(20px + 0.3cm));
}

.pr-explore-item-text {
    display: flex;
    align-items: baseline;
    gap: 24px;
    transition: transform 0.4s ease;
}

.pr-explore-item-en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(46.5px, 3.7vw, 62.5px);
    font-weight: 700;
    color: #033056;
    letter-spacing: 0.00em;
    line-height: 1;
    text-transform: uppercase;
    transition: color 0.4s ease;
}

.pr-explore-item:hover .pr-explore-item-en {
    color: #ffffff;
}

.pr-explore-item-jp {
    font-family: var(--f-mplus);
    font-size: 15.5px;
    font-weight: 500;
    color: #354154;
    letter-spacing: 0.00em;
    transition: color 0.4s ease;
}

.pr-explore-item:hover .pr-explore-item-jp {
    color: rgba(255, 255, 255, 0.7);
}

.pr-explore-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57.5px;
    height: 57.5px;
    border-radius: 50%;
    background-color: var(--c-deep);
    flex-shrink: 0;
    transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.pr-explore-item:hover .pr-explore-item-icon {
    background-color: #ffffff;
}

.pr-explore-item-icon svg {
    width: 23.5px;
    height: 23.5px;
    stroke: #ffffff;
    stroke-width: 3px;
    transition: stroke 0.1s;
}

.pr-explore-item:hover .pr-explore-item-icon svg {
    stroke: var(--c-deep);
    animation: arrowFlyWhite 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* =========================================
   レスポンシブ
   ========================================= */
@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;
    }
}

/* パートナー用768px — about.css由来は削除済み、about.cssに委任 */

/* =========================================
   Partner Footer — 採用カード
   ========================================= */
.pr-recruit-card {
    display: block;
    width: 100%;
    position: relative;
    padding: calc(60px + 1.2cm) calc(72px + 1.3cm);
    border-radius: 4px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    max-width: calc(100% - 1mm);
    text-decoration: none;
    overflow: hidden;
    transition: background 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0s ease 0s;
}

.pr-recruit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--c-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0;
}

.pr-recruit-card:hover::before {
    transform: scaleX(1);
}

.pr-recruit-card:hover {
    border-color: var(--c-orange);
    transition: border-color 0s ease 0.5s;
}

.pr-recruit-card-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pr-recruit-card-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pr-recruit-card-en {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0em;
    line-height: 1.1;
}

.pr-recruit-card-jp {
    font-family: var(--f-mplus);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.pr-recruit-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.pr-recruit-card-btn svg {
    width: 38px;
    height: 38px;
    stroke: #ffffff;
    stroke-width: 2.5px;
    fill: none;
    transition: stroke 0.1s;
}

.pr-recruit-card:hover .pr-recruit-card-btn {
    background-color: #ffffff;
    border-color: #ffffff;
}

.pr-recruit-card:hover .pr-recruit-card-btn svg {
    stroke: var(--c-orange);
    animation: arrowFlyOrange 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@media (max-width: 768px) {
    .pr-recruit-card {
        padding: 58px 32px;
    }

    .pr-recruit-card-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .pr-recruit-card-en {
        font-size: 27px;
    }

    .pr-recruit-card-jp {
        font-size: 15px;
    }

    .pr-recruit-card-btn {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
    }

    .pr-recruit-card-btn svg {
        width: 26px;
        height: 26px;
    }

    /* FOA セクション（協業領域） */
    .pr-foa-section {
        padding: 96px 0 0;
    }

    .pr-foa-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* テキスト部分 — 番号+英語を1行目にgridで横並び */
    .pr-foa-text {
        grid-template-columns: auto auto 1fr;
        column-gap: 1.2em;
        row-gap: 0;
    }

    /* 番号+英語+写真+フック+説明+リストの順にflex wrap */
    .pr-foa-inner {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        gap: 16px !important;
        grid-template-columns: unset !important;
    }

    .pr-foa-text {
        display: contents !important;
    }

    .pr-foa-num {
        order: 1;
        font-size: 18px;
        margin-bottom: 0;
        margin-right: 1em;
    }

    .pr-foa-en {
        order: 2;
        font-size: 18px;
        flex-grow: 1;
    }

    .pr-foa-photo-col {
        order: 3 !important;
        width: 100%;
        margin-top: 10px;
    }

    .pr-foa-hook {
        order: 4 !important;
        width: 100%;
        font-size: clamp(24px, 6.5vw, 34px);
        white-space: normal;
        line-height: 1.35;
        margin-top: 8px;
    }

    .pr-foa-copy {
        order: 5 !important;
        width: 100%;
        font-size: 19px;
        line-height: 1.65;
        margin-top: 1px;
    }

    .pr-foa-list {
        order: 6 !important;
        width: 100%;
        margin-top: 7px;
    }

    .pr-foa-item {
        font-size: 19px;
        align-items: flex-start;
        padding-top: 2px;
        line-height: 1.65;
        margin-bottom: 6px;
    }

    .pr-foa-item:last-child {
        margin-bottom: 0;
    }

    .pr-foa-item::before {
        margin-top: 0;
        height: 2.9em;
        align-self: flex-start;
    }

    .pr-foa-card {
        border-radius: 8px;
        aspect-ratio: 1 / 1;
    }

    .pr-foa-divider {
        margin-top: 29px;
        margin-bottom: 37px;
    }

    /* Alliance Fit */
    .pr-fit-section {
        padding: 0 0 80px;
    }

    .pr-fit-card {
        padding: 48px 24px 56px;
        border-radius: 12px;
    }

    .pr-fit-header {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .pr-fit-title {
        font-size: clamp(22px, 6vw, 36px);
        white-space: normal;
        line-height: 1.45;
    }

    .pr-fit-body {
        flex-direction: column;
        gap: 0;
    }

    .pr-fit-col-divider {
        width: 100%;
        height: 1px;
        margin: 40px 0;
    }

    .pr-fit-welcome {
        padding-right: 0;
    }

    .pr-fit-caution {
        padding-left: 0;
    }

    .pr-fit-block-head {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .pr-fit-items {
        gap: 32px;
    }

    .pr-fit-item-desc {
        font-size: 14px;
    }

    /* Requirements アコーディオン */
    .pr-acc-grid {
        padding: 0 20px;
    }

    .pr-acc-row {
        flex-direction: column;
        gap: 6px;
        padding: 20px 0;
    }

    .pr-acc-grid dt {
        width: 100%;
        font-size: 14px;
        font-weight: 700;
    }

    .pr-acc-grid dd {
        font-size: 14px;
    }

    .pr-acc-trigger {
        padding: 20px 24px;
    }

    .pr-acc-trigger-text {
        font-size: 16px;
    }

    /* Process */
    .pr-process-section {
        padding: 80px 0 100px;
    }

    .pr-process-step {
        padding-bottom: 32px;
    }

    .pr-process-body {
        margin-left: 20px;
    }

    .pr-process-title {
        font-size: 18px;
    }

    .pr-process-desc {
        font-size: 14px;
    }

    /* Explore */
    .pr-explore-section {
        padding-top: 85.5px !important;
    }

    .pr-explore-item {
        padding: 24px 12px 24px 0;
    }

    .pr-explore-item-text {
        gap: 12px;
        flex-direction: column;
    }

    .pr-explore-item-en {
        font-size: clamp(28px, 8vw, 42px);
    }

    .pr-explore-item-jp {
        font-size: 13px;
    }

    .pr-explore-item-icon {
        width: 44px;
        height: 44px;
    }

    .pr-explore-item-icon svg {
        width: 18px;
        height: 18px;
    }

    /* 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;
    }

    /* =============================================
       ヒーロー写真 — カンパニーページと統一
       ============================================= */
    .hero-image-section {
        padding-top: 70px;
    }

    /* ヒーロー写真 — カンパニーページと完全同一 */
    .hero-image-wrap {
        aspect-ratio: 2.35 / 1.65;
        border-radius: 8px;
    }

    .hero-img {
        object-position: center 25%;
    }

    /* 協業領域の写真 */
    .pr-foa-card {
        border-radius: 8px;
    }

    /* 写真⇔英文見出し間隔 */
    .ab-statement {
        padding: 40px 0 80px;
    }

    /* 英文見出し — 行間広く */
    .ab-stmt-en {
        font-size: clamp(32px, 9vw, 46px);
        margin-bottom: 34px;
        line-height: 1.28;
    }

    /* 日本語見出し+1px */
    .ab-stmt-jp {
        font-size: clamp(24px, 6.5vw, 32px);
        line-height: 1.45;
        margin-bottom: 8px;
    }

    /* 説明文+1px、リード文間隔-2px */
    .partner-stmt-desc {
        font-size: 19px;
        line-height: 1.7;
    }

    .partner-stmt-desc br {
        display: none;
    }

    /* 募集要項カード — 日本語タイトル */
    .pr-acc-trigger-text {
        font-size: 26px;
    }

    /* 横線⇔業務内容 間隔狭く */
    .pr-acc-row:first-child {
        padding-top: 8px;
    }

    /* 小さい題名・説明文+1px */
    .pr-acc-grid dt {
        font-size: 17px;
    }

    .pr-acc-grid dd {
        font-size: 17px;
    }

    /* 募集要項セクション日本語タイトル+4px */
    .pr-req-title-jp {
        font-size: 41px;
        margin-top: 6px;
    }

    .pr-req-inner {
        gap: 45px !important;
    }

    /* ドット間隔狭く */
    .pr-acc-dot {
        vertical-align: -2px;
        margin-right: 5px;
        position: relative;
        top: 0px;
    }

    .pr-acc-dot-adj {
        top: -0.1px;
    }

    /* Explore — 英語タイトル */
    .pr-explore-title-en {
        font-size: clamp(52px, 8vw, 87px);
        line-height: 1.08;
    }

    /* 日本語タイトル⇔横線 */
    .pr-explore-title-jp {
        margin-bottom: -19px;
    }

    /* 各項目 */
    .pr-explore-item-en {
        font-size: clamp(23px, 6.8vw, 37px);
    }

    .pr-explore-item-jp {
        font-size: 18px;
    }

    .pr-explore-item-text {
        gap: 6px;
    }

    .pr-explore-item {
        padding: 18px 10px 18px 0;
    }

    /* ボタンの上下間隔を揃え */
    .pr-acc-btn-wrap {
        padding-top: 24px !important;
        padding-bottom: 57px !important;
    }

    .pr-acc-btn {
        padding-right: 14px !important;
    }

    .pr-acc-btn-label {
        margin-left: 0;
    }

    /* 募集要項 — カード下⇔セクション下 = 96px */
    .pr-req-section {
        padding-top: 130px !important;
        padding-bottom: 96px !important;
    }
}