/*
Theme Name: Euni Corporate Theme - Custom Styles (Pastel Gradient Identity v2.4)
Description: Euniロゴ由来のブランドカラー（blue↔pink）を起点にした、パステル+明朝の柔らかく誠実な世界観
Version: 2.4.0
*/

/* ====================
   Google Fonts Import (v2.4: 3-font stack)
   ==================== */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600&family=Yuji+Mai&display=swap');

/* ====================
   Euni CSS Variables (v2.4: Pastel + Gradient Identity)
   ==================== */
:root {
    /* --- Typography --- */
    --font-display: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
    --font-body: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
    --font-accent: 'Inter', -apple-system, 'Segoe UI', sans-serif;
    /* legacy alias (SWELL互換) */
    --swl-font_family: var(--font-body);
    --swl-font_weight: 400;
    --swl-letter_spacing: 0.02em;

    /* --- Euni Brand Colors (from logo) --- */
    --euni-blue: #3D8BFD;
    --euni-blue-deep: #1E6FE8;
    --euni-pink: #F5A3D0;
    --euni-pink-deep: #E87DB8;
    --euni-purple-mid: #B488E8;

    /* --- Pastel Palette --- */
    --cream: #FFF8EE;
    --paper: #FFFCF6;
    --flower-pastel: #FCE2EE;
    --lavender-pastel: #E2D8F2;
    --sky-pastel: #D6E6FF;

    /* --- Green (3rd color, sage default; switchable via html[data-green]) --- */
    --green-accent: #8FB876;
    --green-bg: #D4E6C5;

    /* --- Ink (text colors) --- */
    --ink: #2A2A32;
    --ink-soft: #575763;
    --ink-mute: #8A8A96;
    --ink-ultra-soft: #C0C0CA;

    /* --- Legacy token mapping (existing selectors 依存) --- */
    --color_main: var(--ink);
    --color_accent: var(--euni-blue);
    --color_accent_hover: var(--euni-blue-deep);
    --color-bg-light: var(--cream);
    --color-bg-white: #ffffff;
    --color-bg-gray: #F7F1E6;
    --color-text-dark: var(--ink);
    --color-text-medium: var(--ink-soft);
    --color-text-light: var(--ink-mute);
    --color-border: #EAE2D6;
    --color-border-dark: #D4CABA;
    --color-gradient-start: var(--euni-blue);
    --color-gradient-mid: var(--euni-purple-mid);
    --color-gradient-end: var(--euni-pink);

    /* --- Shadows (softer, warmer) --- */
    --shadow-sm: 0 1px 2px rgba(42, 42, 50, 0.04);
    --shadow-md: 0 4px 14px rgba(42, 42, 50, 0.06);
    --shadow-lg: 0 18px 40px -12px rgba(61, 139, 253, 0.14), 0 8px 20px -4px rgba(245, 163, 208, 0.12);

    /* --- Container --- */
    --container_size: 1200px;
    --content-max: 1120px;

    /* --- Spacing scale --- */
    --space-xs: clamp(0.5rem, 1.2vw, 0.75rem);
    --space-sm: clamp(0.75rem, 1.6vw, 1.125rem);
    --space-md: clamp(1.5rem, 2.4vw, 2rem);
    --space-lg: clamp(2.5rem, 4vw, 3.5rem);
    --space-xl: clamp(3.5rem, 6vw, 5rem);
    --space-xxl: clamp(6rem, 16vh, 9.5rem);
}

/* Green palette variants (switchable via html[data-green]) */
html[data-green="mint"] { --green-accent: #7BC9A1; --green-bg: #C8EDD9; }
html[data-green="sage"] { --green-accent: #8FB876; --green-bg: #D4E6C5; }
html[data-green="wakaba"] { --green-accent: #9BC96B; --green-bg: #DFF0BE; }

/* ====================
   v2.4 Utility Classes (mesh / grain / brand grad)
   ==================== */

/* 朝のグラデ（hero等のメインビジュアル背景） */
.euni-mesh-morning {
    background-color: var(--cream);
    background-image:
        radial-gradient(ellipse 65% 50% at 8% 12%, rgba(245, 163, 208, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse 55% 45% at 92% 18%, rgba(214, 230, 255, 0.7) 0%, transparent 60%),
        radial-gradient(ellipse 70% 55% at 50% 92%, rgba(226, 216, 242, 0.55) 0%, transparent 65%),
        radial-gradient(ellipse 40% 35% at 78% 70%, rgba(252, 226, 238, 0.6) 0%, transparent 60%),
        radial-gradient(ellipse 100% 100% at 50% 50%, rgba(255, 248, 238, 1) 0%, rgba(255, 248, 238, 0.92) 60%, rgba(255, 248, 238, 0.85) 100%);
}

/* 柔らかいメッシュ（中間セクション用） */
.euni-mesh-soft {
    background-color: var(--paper);
    background-image:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(252, 226, 238, 0.45) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 0% 100%, rgba(214, 230, 255, 0.45) 0%, transparent 50%);
}

/* クリームメッシュ（呼吸の休符セクション） */
.euni-mesh-cream {
    background-color: var(--paper);
    background-image: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(255, 248, 238, 1) 0%, rgba(252, 252, 246, 0.5) 100%);
}

/* 微細ノイズ（質感を足す） */
.euni-grain { position: relative; }
.euni-grain::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.35;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.15 0 0 0 0 0.1 0 0 0 0 0.2 0 0 0 0.08 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
}
.euni-grain > * { position: relative; z-index: 1; }

/* ブランドグラデ（装飾・CTA） */
.euni-brand-grad {
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 50%, var(--euni-pink) 100%);
}
.euni-brand-grad-text {
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 45%, var(--euni-pink) 95%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* パステルブロブ（装飾用の浮遊球） */
.euni-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
}

/* 明朝見出し用クラス（既存セクションに追加付与可） */
.euni-display { font-family: var(--font-display); letter-spacing: -0.005em; font-weight: 500; }
.euni-accent { font-family: var(--font-accent); font-style: italic; }

/* セクション番号（Fraunces italic） */
.euni-section-num {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 300;
    color: var(--ink-mute);
    font-size: 0.95rem;
    letter-spacing: 0.12em;
}

/* グラデーションパレット用プレースホルダ（既存の呼び出し互換） */

/* ====================
   Global Styles
   ==================== */
html {
    scroll-behavior: auto;
}

body {
    background: var(--color-bg-white);
    color: var(--color-text-dark);
    font-family: var(--swl-font_family);
    font-weight: var(--swl-font_weight);
    letter-spacing: var(--swl-letter_spacing);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.l-container {
    max-width: var(--content-max);
    margin: 0 auto;
    padding-left: clamp(1.5rem, 5vw, 4rem);
    padding-right: clamp(1.5rem, 5vw, 4rem);
    width: 100%;
}

.l-mainContent {
    position: relative;
}

/* ====================
   Header (Clean & Simple)
   ==================== */
.l-header {
    background: var(--color-bg-white);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 9000;
    border-bottom: 1px solid var(--color-border);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Offset header when WordPress admin bar is visible */
body.admin-bar .l-header {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .l-header {
        top: 46px;
    }
}

.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(2rem, 6vw, 4rem);
    padding: clamp(1.5rem, 3vw, 1.75rem) 0;
}

.l-header__logo {
    flex: 0 0 auto;
}

.c-logo {
    text-decoration: none;
    color: var(--color-text-dark);
    transition: transform 0.3s ease;
    display: inline-block;
}

.c-logo:hover {
    transform: scale(1.05);
}

.c-logo__text {
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    font-weight: 700;
    color: var(--color_main);
    letter-spacing: -0.01em;
}

/* ====================
   Navigation (Clean Style with CTA Button)
   ==================== */
.l-header__gnav {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}

.c-gnav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: clamp(1.25rem, 3vw, 2.75rem);
    align-items: center;
}

.c-gnav .menu-item {
    position: relative;
}

.c-gnav .menu-item a {
    display: block;
    padding: 0.5rem 0;
    color: var(--color-text-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.c-gnav .menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    opacity: 0.12;
}

/* 通常のメニュー項目のホバー */
.c-gnav .menu-item a:hover {
    color: var(--color-accent);
}

.c-gnav .menu-item a:hover::after,
.c-gnav .menu-item.current-menu-item a::after {
    transform: scaleX(1);
    opacity: 1;
}

.c-gnav .menu-item.current-menu-item a {
    color: var(--color_main);
    font-weight: 700;
}

/* お問い合わせだけ背景色あり */
.c-gnav .menu-item:last-child a {
    padding: 0.65rem 1.65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--euni-blue), var(--euni-purple-mid) 50%, var(--euni-pink));
    color: white;
    letter-spacing: 0.02em;
    transition: all 0.3s ease;
}

.c-gnav .menu-item:last-child a::after {
    display: none;
}

.c-gnav .menu-item:last-child a:hover {
    color: white;
    background: linear-gradient(135deg, var(--euni-blue-deep), var(--euni-purple-mid) 50%, var(--euni-pink-deep));
    box-shadow: 0 4px 16px rgba(61, 139, 253, 0.25);
}

/* ====================
   Hamburger Menu Toggle Button
   ==================== */
.l-header__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 12px;
    position: relative;
    z-index: 9999;
    transition: transform 0.3s ease;
    -webkit-tap-highlight-color: rgba(61, 139, 253, 0.18);
    tap-highlight-color: rgba(61, 139, 253, 0.18);
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: auto;
}

.l-header__toggle-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: none;
    pointer-events: none;
}

.l-header__toggle:hover {
    transform: scale(1.05);
}

.l-header__toggle:active {
    transform: scale(0.95);
    background: rgba(61, 139, 253, 0.08);
    border-radius: 8px;
}

.l-header__toggle-bar {
    width: 24px;
    height: 2px;
    background-color: var(--color_main);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.l-header__toggle-label {
    display: block;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    color: var(--color_main);
    pointer-events: none;
}

/* ハンバーガーメニューが開いている時のアニメーション */
.l-header__toggle.-active .l-header__toggle-icon .l-header__toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.l-header__toggle.-active .l-header__toggle-icon .l-header__toggle-bar:nth-child(2) {
    opacity: 0;
}

.l-header__toggle.-active .l-header__toggle-icon .l-header__toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ====================
   Breadcrumb (Minimalist)
   ==================== */
.p-breadcrumb {
    background: transparent;
    padding: 1.5rem 0;
    font-size: 0.875rem;
}

.p-breadcrumb__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.p-breadcrumb__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.p-breadcrumb__item:not(:last-child)::after {
    content: "→";
    color: var(--color-text-light);
    font-size: 1em;
    opacity: 0.5;
}

.p-breadcrumb__text {
    color: var(--color-text-medium);
    text-decoration: none;
    transition: all 0.3s;
}

.p-breadcrumb__text:hover {
    color: var(--color_main);
}

.p-breadcrumb__item:last-child .p-breadcrumb__text {
    color: var(--color-text-light);
    font-weight: 600;
}

/* ====================
   Hero Section (Kaonavi-inspired)
   ==================== */
.p-hero {
    background: var(--color-bg-white);
    color: var(--color-text-dark);
    padding: clamp(3rem, 8vh, 5rem) 0;
    text-align: center;
    position: relative;
    overflow: visible;
    min-height: clamp(580px, 85vh, 780px);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Decorative shapes */
.p-hero__shape1,
.p-hero__shape2,
.p-hero__shape3 {
    position: absolute;
    pointer-events: none;
    color: var(--color_main);
    transition: transform 0.1s ease-out;
    will-change: transform;
    z-index: 0;
}

.p-hero__shape1 {
    top: 5%;
    right: 8%;
    width: clamp(200px, 25vw, 350px);
    height: clamp(200px, 25vw, 350px);
    animation: float 6s ease-in-out infinite, rotateScale 30s ease-in-out infinite;
}

.p-hero__shape2 {
    bottom: 10%;
    left: 5%;
    width: clamp(180px, 22vw, 320px);
    height: clamp(180px, 22vw, 320px);
    animation: float 7s ease-in-out infinite 1s, rotateScale 35s ease-in-out infinite 2s;
}

.p-hero__shape3 {
    top: 50%;
    left: 10%;
    width: clamp(160px, 20vw, 280px);
    height: clamp(160px, 20vw, 280px);
    animation: float 8s ease-in-out infinite 0.5s, pulse 12s ease-in-out infinite 1s;
    opacity: 0.8;
}

.p-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
}

.p-hero__content {
    position: relative;
    z-index: 1;
    animation: fadeInUp 1s ease-out;
    max-width: 900px;
    margin: 0 auto;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.p-hero__subtitle {
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: clamp(1.5rem, 3vh, 2rem);
    color: var(--color-text-light);
    text-transform: uppercase;
    animation: fadeInUp 0.8s ease-out;
}

.p-hero__title {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    color: var(--color_main);
    margin-bottom: clamp(1.5rem, 3vh, 2rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
    animation: fadeInUp 1s ease-out 0.2s backwards;
}

.p-hero__lead {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    margin-bottom: clamp(2.5rem, 5vh, 3.5rem);
    color: var(--color-text-medium);
    font-weight: 400;
    line-height: 1.8;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 1.2s ease-out 0.4s backwards;
}

.p-hero__btns {
    display: flex;
    gap: clamp(0.75rem, 2vw, 1rem);
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    animation: fadeInUp 1.4s ease-out 0.6s backwards;
}

@media (max-width: 768px) {
    .p-hero {
        min-height: auto;
        padding: 0.5rem 0 clamp(4rem, 10vh, 6rem);
    }

    .p-hero__subtitle {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .p-hero__shape1,
    .p-hero__shape2,
    .p-hero__shape3 {
        opacity: 0.6;
    }

    .p-hero__shape1 {
        top: 5%;
        right: -10%;
        width: 180px;
        height: 180px;
    }

    .p-hero__shape2 {
        bottom: 5%;
        left: -15%;
        width: 160px;
        height: 160px;
    }

    .p-hero__shape3 {
        top: 40%;
        left: -10%;
        width: 140px;
        height: 140px;
    }

    .p-hero__title {
        font-size: clamp(2.5rem, 10vw, 3.5rem);
    }

    .p-hero__btns {
        flex-direction: column;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .p-hero__btns .c-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ====================
   Section Layout (Modern Spacing)
   ==================== */
.p-section {
    padding: clamp(7rem, 14vw, 12rem) 0;
    position: relative;
}

/* PC版のみ: セクション間隔を広げる */
@media (min-width: 769px) {
    .p-section {
        padding: clamp(9rem, 16vw, 15rem) 0;
    }
}

.p-section.-bg {
    background: var(--color-bg-gray);
}

/* 背景色の区切りをより明確に */
.p-section:not(.-bg) {
    background: var(--color-bg-white);
}

.p-section__head {
    text-align: center;
    margin-bottom: clamp(4rem, 8vw, 6rem);
    animation: fadeInUp 0.8s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1rem);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.p-section__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: var(--space-sm);
    color: var(--color_main);
    animation: float 3s ease-in-out infinite;
}

.p-section__icon svg {
    width: 100%;
    height: 100%;
}

.p-section__head .c-secLabel {
    margin-bottom: 0;
}

.p-section__body {
    position: relative;
}

/* ====================
   Section Components (Modern Typography)
   ==================== */
.c-secLabel {
    display: inline-block;
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--color-text-light);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.c-secLabel.-white {
    color: rgba(255, 255, 255, 0.7);
}

.c-secHeading {
    font-size: clamp(2rem, 6vw, 3rem);
    color: var(--color-text-dark);
    margin-bottom: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.c-secHeading.-white {
    color: var(--color-bg-white);
}

.c-secDscr {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    color: var(--color-text-medium);
    margin-bottom: 0;
    max-width: 800px;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.c-secDscr.-white {
    color: rgba(255, 255, 255, 0.9);
}

/* ====================
   Buttons (Clean & Simple)
   ==================== */
.c-btn {
    display: inline-block;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 2px solid transparent;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
}

.c-btn--primary {
    background-color: var(--color_main);
    color: white;
    border-color: var(--color_main);
}

.c-btn--primary:hover {
    background-color: var(--color-text-dark);
    border-color: var(--color-text-dark);
}

.c-btn--outline {
    background-color: transparent;
    color: var(--color_main);
    border-color: var(--color_main);
}

.c-btn--outline:hover {
    background-color: var(--color_main);
    color: white;
}

.c-btn--text {
    background-color: transparent;
    color: var(--color_main);
    border: none;
    padding: 0.875rem 1.5rem;
    font-weight: 700;
}

.c-btn--text:hover {
    color: var(--color-text-dark);
    transform: translateX(4px);
}

.c-btn--large {
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.c-btn-link {
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--color-accent);
    text-decoration: none;
    transition: all 0.2s ease;
}

.c-btn-link:hover {
    color: var(--color-accent-hover);
    text-decoration: underline;
}

/* ====================
   Big Text
   ==================== */
.c-bigText {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    line-height: 1.8;
    font-weight: 600;
    color: var(--color-text-dark);
}

.c-bigText.-center {
    text-align: center;
}

/* ====================
   Text Utilities
   ==================== */
.c-text {
    line-height: 1.8;
    color: var(--color-text-medium);
}

.c-text.-large {
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
}

.c-text.-center {
    text-align: center;
}

/* ====================
   Philosophy Grid
   ==================== */
.p-philosophy__content {
    margin-top: 3rem;
}

.p-philosophy__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin: 3rem 0;
}

/* ====================
   Box Card (Simple & Clean)
   ==================== */
.c-boxCard {
    background: var(--color-bg-white);
    border-radius: 8px;
    padding: 2rem;
    border: 1px solid var(--color-border);
    transition: all 0.2s ease;
}

.c-boxCard:hover {
    border-color: var(--color-border-dark);
    box-shadow: var(--shadow-sm);
}

.c-boxCard__title {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    color: var(--color-text-dark);
    margin-bottom: 1rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.c-boxCard__text {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--color-text-light);
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

/* ====================
   Card Grid
   ==================== */
.p-cardGrid {
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
    margin-top: var(--space-lg);
}

.p-cardGrid.-col2 {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.p-cardGrid.-col3 {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/* ====================
   Card (Clean & Simple)
   ==================== */
.c-card {
    background-color: var(--color-bg-white);
    border-radius: 8px;
    padding: 2.5rem;
    transition: all 0.2s ease;
    height: 100%;
    border: 1px solid var(--color-border);
}

.c-card:hover {
    border-color: var(--color-border-dark);
    box-shadow: var(--shadow-sm);
}

.c-card.-border {
    border: 2px solid var(--color_main);
}

.c-card__icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.c-card__icon.-svg {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    color: var(--color_main);
    opacity: 0.9;
    filter: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-card__icon.-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.c-card__title {
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    color: var(--color-text-dark);
    margin-bottom: 1.25rem;
    font-weight: 800;
    line-height: 1.3;
}

.c-card__text {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    color: var(--color-text-medium);
    line-height: 2;
}

.c-card__text.-large {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    font-weight: 500;
}

.c-card__label {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.25rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.c-card__sublabel {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--color-text-light);
    font-weight: 500;
}

.c-card__detail {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(226, 232, 240, 0.5);
    font-size: clamp(0.9375rem, 2vw, 1rem);
    color: var(--color-text-medium);
}

.c-card__detail strong {
    color: var(--color-text-dark);
    font-weight: 700;
}

.c-card__detail ul {
    list-style: none;
    padding-left: 0;
}

.c-card__detail li {
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.8;
}

.c-card__detail li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--color-gradient-start);
    font-weight: 700;
}

/* ====================
   Value Card (Enhanced)
   ==================== */
.c-valueCard {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.c-valueCard:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: var(--shadow-lg);
}

.c-valueCard__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--color-gradient-start) 0%, var(--color-gradient-mid) 50%, var(--color-gradient-end) 100%);
    color: var(--color-bg-white);
    border-radius: 50%;
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 900;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.c-valueCard__title {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    color: var(--color-text-dark);
    margin-bottom: 0.75rem;
    font-weight: 800;
    line-height: 1.3;
}

.c-valueCard__subtitle {
    display: block;
    font-size: clamp(0.875rem, 2vw, 1rem);
    color: var(--color-text-light);
    margin-top: 0.5rem;
    font-weight: 500;
}

.c-valueCard__text {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--color-text-medium);
    line-height: 1.8;
    margin-top: 1.25rem;
}

/* ====================
   Company Table (Modern)
   ==================== */
.c-companyTable {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: var(--color-bg-white);
    padding: clamp(3rem, 6vw, 5rem);
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    animation: fadeInUp 0.8s ease-out;
}

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

.c-table th,
.c-table td {
    padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.5rem, 3vw, 2rem);
    text-align: left;
    border-bottom: 1px solid var(--color-border);
}

.c-table th {
    background: transparent;
    color: var(--color_main);
    font-weight: 800;
    width: 30%;
    vertical-align: top;
    font-size: clamp(1rem, 2vw, 1.125rem);
    letter-spacing: 0.05em;
}

.c-table td {
    color: var(--color-text-dark);
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    line-height: 1.9;
}

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

@media (max-width: 768px) {
    .c-companyTable {
        padding: clamp(2rem, 5vw, 2.5rem);
    }

    .c-table th,
    .c-table td {
        display: block;
        width: 100%;
        padding: 0.75rem 0;
    }

    .c-table th {
        padding-top: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: none;
    }

    .c-table td {
        padding-bottom: 1.5rem;
    }

    .c-table tr:last-child td {
        padding-bottom: 0.75rem;
    }
}

/* ====================
   List (Modern Bullets)
   ==================== */
.c-list {
    list-style: none;
    padding-left: 0;
}

.c-list li {
    padding-left: 2em;
    position: relative;
    line-height: 1.8;
    font-size: 1.0625rem;
}

.c-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid));
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.c-list li + li {
    margin-top: 1em;
}

/* ====================
   Contact Section
   ==================== */
.p-contact {
    background: var(--color-bg-gray);
    color: var(--color-text-dark);
    position: relative;
}

.p-contact__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: clamp(2rem, 4vw, 3rem);
    position: relative;
}

@media (max-width: 768px) {
    .p-contact__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Contact Info Card */
.c-contactInfo {
    background: var(--color-bg-white);
    border-radius: 20px;
    padding: clamp(2.5rem, 5vw, 3.5rem);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: none;
    animation: fadeInUp 0.8s ease-out;
}

.c-contactInfo__title {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: var(--color_main);
    margin-bottom: clamp(2rem, 4vw, 2.5rem);
    letter-spacing: 0.02em;
}

.c-contactInfo__item {
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.c-contactInfo__label {
    font-size: clamp(0.8125rem, 1.5vw, 0.875rem);
    color: var(--color-text-light);
    margin-bottom: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.c-contactInfo__value {
    font-size: clamp(1.0625rem, 2vw, 1.125rem);
    color: var(--color-text-dark);
    line-height: 1.6;
}

.c-contactInfo__value a {
    color: var(--color_main);
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 600;
}

.c-contactInfo__value a:hover {
    color: var(--color-accent);
}

.c-contactInfo__note {
    margin-top: clamp(2rem, 4vw, 2.5rem);
    padding-top: clamp(1.5rem, 3vw, 2rem);
    border-top: 2px solid var(--color-border);
    font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
    color: var(--color-text-medium);
    line-height: 1.8;
}

/* Contact Form Status Message */
.c-message {
    position: relative;
    padding: clamp(1.5rem, 3vw, 2rem) clamp(3rem, 5vw, 3.5rem);
    border-radius: 12px;
    margin-bottom: clamp(2rem, 4vw, 3rem);
    animation: fadeInDown 0.5s ease-out;
}

.c-message p {
    margin: 0;
    line-height: 1.7;
}

.c-message p + p {
    margin-top: 0.75rem;
}

.c-message strong {
    font-size: clamp(1.0625rem, 2vw, 1.125rem);
    display: block;
    margin-bottom: 0.5rem;
}

.c-message--success {
    background: rgba(214, 230, 255, 0.4); /* sky-pastel */
    color: var(--ink);
    border: 1px solid rgba(61, 139, 253, 0.22);
}

.c-message--success strong {
    color: var(--euni-blue-deep);
}

.c-message--error {
    background: rgba(252, 226, 238, 0.5); /* flower-pastel */
    color: var(--ink);
    border: 1px solid rgba(245, 163, 208, 0.4);
}

.c-message--error strong {
    color: var(--euni-pink-deep);
}

.c-message__close {
    position: absolute;
    top: clamp(1.25rem, 2vw, 1.5rem);
    right: clamp(1.25rem, 2vw, 1.5rem);
    width: 28px;
    height: 28px;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.c-message__close:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.c-message__close:active {
    transform: scale(0.95);
}

.c-message__close:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
    opacity: 1;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* reCAPTCHA Badge - Hide (using text notice instead) */
.grecaptcha-badge {
    visibility: hidden !important;
}

.c-recaptcha-notice {
    margin-top: 1rem;
    font-size: 0.75rem;
    line-height: 1.6;
    color: #6b7280;
    text-align: center;
}

.c-recaptcha-notice a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.c-recaptcha-notice a:hover {
    color: #0052a3;
    text-decoration: underline;
}

.grecaptcha-badge:hover {
    opacity: 1 !important;
}

/* Contact Form */
.c-form {
    background: var(--color-bg-white);
    border-radius: 20px;
    padding: clamp(2.5rem, 5vw, 4rem);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: none;
    animation: fadeInUp 0.8s ease-out 0.1s backwards;
}

.c-form__row {
    margin-bottom: clamp(1.75rem, 3vw, 2rem);
}

.c-form__label {
    display: block;
    font-size: clamp(1rem, 2vw, 1.0625rem);
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 0.75rem;
    letter-spacing: 0.01em;
}

.c-form__required {
    color: #ef4444;
    font-size: clamp(0.75rem, 1.5vw, 0.8125rem);
    margin-left: 0.5rem;
    padding: 0.25rem 0.625rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 6px;
    font-weight: 600;
}

.c-form__optional {
    color: var(--color-text-light);
    font-size: clamp(0.75rem, 1.5vw, 0.8125rem);
    margin-left: 0.5rem;
    padding: 0.25rem 0.625rem;
    background: rgba(100, 116, 139, 0.08);
    border-radius: 6px;
    font-weight: 600;
}

.c-form__input,
.c-form__select,
.c-form__textarea {
    width: 100%;
    padding: clamp(0.875rem, 2vw, 1.125rem) clamp(1rem, 2.5vw, 1.25rem);
    font-size: clamp(1rem, 2vw, 1.0625rem);
    border: 2px solid var(--color-border);
    border-radius: 12px;
    transition: all 0.3s ease;
    font-family: inherit;
    background: var(--color-bg-white);
    color: var(--color-text-dark);
}

.c-form__input:focus,
.c-form__select:focus,
.c-form__textarea:focus {
    outline: none;
    border-color: var(--color_main);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.08);
    background: white;
}

.c-form__textarea {
    resize: vertical;
    min-height: 180px;
    line-height: 1.7;
}

.c-form__submit {
    margin-top: clamp(2rem, 4vw, 2.5rem);
    text-align: center;
}

.c-form__submit .c-btn {
    min-width: 200px;
    font-size: clamp(1rem, 2vw, 1.0625rem);
    padding: clamp(1rem, 2vw, 1.125rem) clamp(2rem, 4vw, 2.5rem);
}

/* ====================
   Responsive Design
   ==================== */
@media (max-width: 768px) {
    /* iOS Safari スクロール最適化 */
    html {
        -webkit-text-size-adjust: 100%;
    }

    body {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .p-section {
        padding: 4rem 0;
    }

    .p-hero {
        padding: 6rem 0;
    }

    .p-cardGrid.-col2,
    .p-cardGrid.-col3 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .p-philosophy__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .c-table th,
    .c-table td {
        padding: 1.5rem;
        display: block;
        width: 100%;
    }

    .c-table th {
        border-bottom: none;
        padding-bottom: 0.75rem;
    }

    .c-table td {
        padding-top: 0.75rem;
    }

    /* モバイルビューでのヘッダー調整 */
    .l-header {
        position: relative;
        top: 0;
        transform: none;
        -webkit-transform: none;
    }

    .l-header__inner {
        padding: 1rem 0;
        min-height: 60px;
        height: 60px;
    }

    /* モバイルビューでのロゴ調整 */
    .l-header__logo {
        display: flex;
        align-items: center;
        min-height: 48px;
    }

    .c-logo {
        display: flex;
        align-items: center;
        height: 48px;
    }

    /* ハンバーガーメニューボタンを表示 */
    .l-header__toggle {
        display: flex;
        position: relative;
        z-index: 10000;
        height: 48px;
    }

    /* モバイルメニューのスタイル */
    .l-header__gnav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fafafa;
        transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 9998;
        padding: 5.5rem 2rem 2rem 2rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .l-header__gnav::before {
        content: '株式会社Euni';
        position: absolute;
        top: 1.75rem;
        left: 50%;
        transform: translateX(-50%);
        font-size: clamp(1.25rem, 4vw, 1.5rem);
        font-weight: 700;
        color: var(--color-text-dark);
        letter-spacing: 0.05em;
        z-index: 1;
        animation: fadeInDown 0.4s ease-out 0.1s backwards;
    }

    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translate(-50%, -10px);
        }
        to {
            opacity: 1;
            transform: translate(-50%, 0);
        }
    }

    .l-header__gnav.-active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .c-gnav {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0;
        pointer-events: auto;
        width: 100%;
        max-width: 340px;
        align-items: center;
        margin-top: 0;
    }

    .c-gnav .menu-item {
        width: 100%;
        border-bottom: none;
        pointer-events: auto;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
        line-height: 1 !important;
        min-height: 0 !important;
        height: auto !important;
        display: block !important;
        animation: menuItemFadeIn 0.4s ease-out backwards;
        animation-delay: calc(var(--item-index, 0) * 0.05s + 0.15s);
    }

    @keyframes menuItemFadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .c-gnav .menu-item:nth-child(1) { --item-index: 0; }
    .c-gnav .menu-item:nth-child(2) { --item-index: 1; }
    .c-gnav .menu-item:nth-child(3) { --item-index: 2; }
    .c-gnav .menu-item:nth-child(4) { --item-index: 3; }
    .c-gnav .menu-item:nth-child(5) { --item-index: 4; }
    .c-gnav .menu-item:nth-child(6) { --item-index: 5; }

    .c-gnav .menu-item:last-child {
        border-bottom: none;
        margin-top: 1rem !important;
        padding-top: 0 !important;
        border-top: none;
    }

    .c-gnav .menu-item a {
        padding: 1.25rem 1.5rem !important;
        border-radius: 12px;
        display: block;
        text-align: center;
        position: relative;
        z-index: 1;
        pointer-events: auto;
        cursor: pointer;
        font-size: clamp(1.125rem, 3vw, 1.25rem);
        font-weight: 500;
        line-height: 1.5;
        margin: 0 !important;
        transition: all 0.3s ease;
        background: var(--color-bg-white);
        border: 1px solid var(--color-border);
        color: var(--color-text-dark);
    }

    .c-gnav .menu-item a:hover {
        background: var(--color-text-dark);
        color: var(--color-bg-white);
        border-color: var(--color-text-dark);
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

    .c-gnav .menu-item a::after {
        display: none;
    }

    .c-gnav .menu-item:last-child a {
        text-align: center;
        border-radius: 12px;
        padding: 1.25rem 2rem !important;
        margin: 0 !important;
        background: linear-gradient(135deg, var(--euni-blue), var(--euni-purple-mid) 50%, var(--euni-pink));
        color: var(--color-bg-white);
        border: none;
    }

    .c-gnav .menu-item:last-child a:hover {
        background: linear-gradient(135deg, var(--euni-blue-deep), var(--euni-purple-mid) 50%, var(--euni-pink-deep));
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(61, 139, 253, 0.2);
    }

    /* モバイルメニューが開いている時のオーバーレイ（フルスクリーンなので不要） */
    body.menu-open::before {
        display: none;
        animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    /* スクロールを防ぐ */
    body.menu-open {
        overflow: hidden;
    }

    .c-card,
    .c-boxCard,
    .c-valueCard {
        padding: 2rem;
    }
}

/* ====================
   Footer
   ==================== */
.l-footer {
    background: var(--color-bg-white);
    color: var(--color-text-dark);
    padding-top: 4rem;
    border-top: 1px solid var(--color-border);
}

.l-footer__content {
    padding-bottom: 3rem;
}

.l-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

@media (max-width: 1024px) {
    .l-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 768px) {
    .l-footer__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.l-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.c-logo.-white .c-logo__text {
    color: var(--color_main);
}

.l-footer__tagline {
    color: var(--color-text-dark);
    font-size: 1.125rem;
    margin: 0;
    font-weight: 600;
}

.l-footer__description {
    color: var(--color-text-medium);
    font-size: 0.9375rem;
    margin: 0.5rem 0 0;
    line-height: 1.8;
}

.l-footer__social {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.l-footer__social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-bg-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-dark);
    transition: all 0.3s ease;
    border: 1px solid var(--color-border);
}

.l-footer__social a:hover {
    background: var(--color_main);
    color: white;
    transform: translateY(-2px);
    border-color: var(--color_main);
}

.l-footer__nav {
    display: flex;
    flex-direction: column;
}

.l-footer__navTitle {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.c-footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-footer-nav li {
    margin: 0;
}

.c-footer-nav a {
    color: var(--color-text-medium);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-block;
}

.c-footer-nav a:hover {
    color: var(--color_main);
    padding-left: 0.25rem;
}

.l-footer__bottom {
    background: var(--color-bg-gray);
    padding: 1.5rem 0;
}

.l-footer__bottom .l-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-copyright {
    text-align: center;
}

.c-copyright p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--color-text-medium);
}

.c-copyright a {
    color: var(--color-text-dark);
    text-decoration: none;
    font-weight: 600;
    margin: 0 0.25rem;
}

.c-copyright a:hover {
    color: var(--color_main);
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .l-footer__content {
        gap: 2.5rem;
    }

    .c-footer-nav {
        gap: 1.25rem 2.5rem;
    }
}

@media (max-width: 768px) {
    .l-footer {
        padding-top: 3rem;
    }

    .l-footer__content {
        padding-bottom: 2.5rem;
        gap: 2rem;
    }

    .c-footer-nav {
        gap: 1rem 1.5rem;
        font-size: 0.875rem;
    }

    .c-footer-nav a {
        font-size: 0.875rem;
    }

    .l-footer__tagline {
        font-size: 1rem;
    }

    .l-footer__description {
        font-size: 0.875rem;
    }

    .l-footer__bottom {
        padding: 1.5rem 0;
    }
}

/* ====================
   Utility Classes
   ==================== */
.text-center {
    text-align: center;
}

/* ====================
   Scroll Animations
   ==================== */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.c-card,
.c-boxCard,
.c-valueCard {
    animation: slideInUp 0.6s ease-out backwards;
}

.p-cardGrid.-col2 .c-card:nth-child(1),
.p-cardGrid.-col3 .c-card:nth-child(1) {
    animation-delay: 0.1s;
}

.p-cardGrid.-col2 .c-card:nth-child(2),
.p-cardGrid.-col3 .c-card:nth-child(2) {
    animation-delay: 0.2s;
}

.p-cardGrid.-col3 .c-card:nth-child(3) {
    animation-delay: 0.3s;
}

.p-philosophy__grid .c-boxCard:nth-child(1) {
    animation-delay: 0.1s;
}

.p-philosophy__grid .c-boxCard:nth-child(2) {
    animation-delay: 0.2s;
}

.p-philosophy__grid .c-boxCard:nth-child(3) {
    animation-delay: 0.3s;
}

/* ====================
   Stats Section (p-stats)
   ==================== */
.p-stats {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
}

.p-stats__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
}

.c-statCard {
    text-align: center;
    padding: 2rem;
    position: relative;
    animation: fadeInUp 0.8s ease-out backwards;
}

.c-statCard:nth-child(1) {
    animation-delay: 0.1s;
}

.c-statCard:nth-child(2) {
    animation-delay: 0.2s;
}

.c-statCard:nth-child(3) {
    animation-delay: 0.3s;
}

.c-statCard:nth-child(4) {
    animation-delay: 0.4s;
}

.c-statCard__number {
    font-size: clamp(3rem, 8vw, 4.5rem);
    font-weight: 900;
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid), var(--color-gradient-end));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.c-statCard__label {
    font-size: clamp(1.125rem, 3vw, 1.375rem);
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 0.5rem;
}

.c-statCard__text {
    font-size: clamp(0.875rem, 2vw, 1rem);
    color: var(--color-text-light);
}

/* ====================
   CEO Message Section
   ==================== */
.p-ceoMessage {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: start;
}

@media (max-width: 768px) {
    .p-ceoMessage {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* CEO Card (Profile) */
.c-ceoCard {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
    text-align: center;
    position: sticky;
    top: 120px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.c-ceoCard__photo {
    margin-bottom: 1.5rem;
}

.c-ceoCard__photo img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid)) border-box;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

.c-ceoCard__placeholder {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    color: white;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
}

.c-ceoCard__title {
    font-size: 0.875rem;
    color: var(--color-text-light);
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.c-ceoCard__name {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Message Box */
.c-messageBox {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.c-messageBox__text {
    font-size: 1.0625rem;
    line-height: 2;
    color: var(--color-text-dark);
}

.c-messageBox__text p {
    margin-bottom: 1.5rem;
}

.c-messageBox__text p:last-child {
    margin-bottom: 0;
}

.c-messageBox__career {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 2px solid var(--color-border);
}

.c-messageBox__career h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-text-medium);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.c-messageBox__career p {
    font-size: 0.9375rem;
    line-height: 1.8;
    color: var(--color-text-medium);
}

/* ====================
   News Section
   ==================== */
.p-newsGrid {
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: var(--space-lg);
}

.c-newsCard {
    background: var(--color-bg-white);
    border-radius: 20px;
    padding: clamp(2rem, 4vw, 2.5rem) clamp(2.25rem, 5vw, 3rem);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    display: grid;
    grid-template-columns: minmax(140px, 180px) 1fr;
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
    animation: fadeInUp 0.8s ease-out;
}

.c-newsCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.c-newsCard__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0;
}

.c-newsCard__date {
    font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
    color: var(--color-text-light);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.c-newsCard__cat {
    display: inline-block;
    padding: 0.375rem 1.125rem;
    font-size: clamp(0.75rem, 1.5vw, 0.8125rem);
    font-weight: 700;
    border-radius: 100px;
    letter-spacing: 0.05em;
}

.c-newsCard__cat.-press {
    background: #f97316;
    color: white;
}

.c-newsCard__cat.-media {
    background: #8b5cf6;
    color: white;
}

.c-newsCard__cat.-event {
    background: #06b6d4;
    color: white;
}

.c-newsCard__cat.-info {
    background: #10b981;
    color: white;
}

.c-newsCard__title {
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    font-weight: 700;
    line-height: 1.7;
    margin: 0;
}

.c-newsCard__title a {
    color: var(--color-text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.c-newsCard__title a:hover {
    color: var(--color_main);
}

.p-newsGrid {
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2rem);
}

.p-section__cta {
    text-align: center;
    margin-top: clamp(3rem, 6vw, 4rem);
}

@media (max-width: 768px) {
    .c-newsCard {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .c-newsCard__meta {
        flex-direction: row;
        align-items: center;
        gap: 0.875rem;
    }
}

.c-btn--outline-dark {
    background-color: transparent;
    color: var(--color-text-dark);
    border: 3px solid var(--color-text-dark);
}

.c-btn--outline-dark:hover {
    background-color: var(--color-text-dark);
    color: white;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
}

/* ====================
   Recruitment Section
   ==================== */
.p-section.-recruit {
    background: linear-gradient(135deg, var(--color-gradient-start) 0%, var(--color-gradient-mid) 50%, var(--color-gradient-end) 100%);
    position: relative;
    overflow: hidden;
}

.p-section.-recruit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    background-size: 100px 100px;
    opacity: 0.3;
}

.p-recruit__message {
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.c-bigText.-white {
    color: white;
}

.p-recruit__positions {
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.c-recruitCard {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 3rem 2rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.c-recruitCard:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.c-recruitCard__icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.c-recruitCard__title {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 0.5rem;
}

.c-recruitCard__desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    font-weight: 600;
}

.c-recruitCard__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.c-recruitCard__list li {
    color: white;
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
}

.c-recruitCard__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.p-recruit__cta {
    text-align: center;
    position: relative;
    z-index: 1;
}

.p-recruit__btns {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .p-recruit__btns {
        flex-direction: column;
        align-items: center;
    }

    .p-recruit__btns .c-btn {
        width: 100%;
        max-width: 300px;
    }
}

/* ====================
   Voice Card (c-voiceCard)
   ==================== */
.c-voiceCard {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: slideInUp 0.6s ease-out backwards;
}

.c-voiceCard:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.c-voiceCard__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.c-voiceCard__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.2);
}

.c-voiceCard__info {
    flex: 1;
}

.c-voiceCard__name {
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 0.25rem;
}

.c-voiceCard__meta {
    font-size: clamp(0.875rem, 2vw, 0.9375rem);
    color: var(--color-text-light);
}

.c-voiceCard__text {
    font-size: clamp(1rem, 2vw, 1.0625rem);
    color: var(--color-text-medium);
    line-height: 1.8;
    position: relative;
    padding-left: 1.5rem;
}

.c-voiceCard__text::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -0.25rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-gradient-start);
    opacity: 0.3;
    line-height: 1;
}

/* ====================
   Feature Card (c-featureCard)
   ==================== */
.c-featureCard {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    height: 100%;
    animation: slideInUp 0.6s ease-out backwards;
}

.c-featureCard:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.c-featureCard__icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    display: block;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.c-featureCard__title {
    font-size: clamp(1.375rem, 3vw, 1.625rem);
    font-weight: 800;
    color: var(--color-text-dark);
    margin-bottom: 1.25rem;
    line-height: 1.3;
}

.c-featureCard__text {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--color-text-medium);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.c-featureCard__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-featureCard__list li {
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    color: var(--color-text-light);
    padding-left: 2rem;
    position: relative;
    line-height: 1.8;
}

.c-featureCard__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-gradient-start);
    font-weight: 700;
    font-size: 1.25rem;
}

.c-featureCard__list li + li {
    margin-top: 0.75rem;
}

/* ====================
   FAQ Section (p-faq)
   ==================== */
.p-faq {
    max-width: 900px;
    margin: 0 auto;
}

.c-faqItem {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    animation: slideInUp 0.6s ease-out backwards;
}

.c-faqItem:nth-child(1) {
    animation-delay: 0.1s;
}

.c-faqItem:nth-child(2) {
    animation-delay: 0.15s;
}

.c-faqItem:nth-child(3) {
    animation-delay: 0.2s;
}

.c-faqItem:nth-child(4) {
    animation-delay: 0.25s;
}

.c-faqItem:nth-child(5) {
    animation-delay: 0.3s;
}

.c-faqItem:nth-child(6) {
    animation-delay: 0.35s;
}

.c-faqItem + .c-faqItem {
    margin-top: 1.5rem;
}

.c-faqItem:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-lg);
}

.c-faqItem__question {
    font-size: clamp(1.125rem, 3vw, 1.375rem);
    font-weight: 700;
    color: var(--color-text-dark);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.c-faqItem__question::before {
    content: "Q";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid));
    color: white;
    border-radius: 50%;
    font-size: 1.125rem;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.c-faqItem__answer {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--color-text-medium);
    line-height: 1.9;
    padding-left: 3rem;
}

/* ====================
   Purpose Section (Kaonavi-inspired design)
   ==================== */
.p-purpose {
    background: var(--color-bg-gray);
    padding: var(--space-xxl) 0;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.p-purpose__inner {
    position: relative;
    z-index: 1;
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
    width: 100%;
}

.p-purpose__title {
    text-align: center;
    margin-bottom: var(--space-lg);
    animation: fadeInUp 0.8s ease-out;
}

.p-purpose__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto var(--space-md);
    position: relative;
    color: var(--color_main);
    animation: float 3s ease-in-out infinite;
}

.p-purpose__icon svg {
    width: 100%;
    height: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.c-subTitle {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.c-subTitle__en {
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--color-text-light);
    text-transform: uppercase;
}

.c-subTitle__jp {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 600;
    color: var(--color-text-medium);
    letter-spacing: 0.05em;
}

.p-purpose__content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out 0.2s backwards;
}

.p-purpose__lead {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--color_main);
    line-height: 1.4;
    margin-bottom: var(--space-lg);
    letter-spacing: -0.02em;
}

.p-purpose__text {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    color: var(--color-text-medium);
    line-height: 2;
    margin-bottom: 0;
}

.p-purpose__text p {
    margin-bottom: 2rem;
}

.p-purpose__text p:last-child {
    margin-bottom: 0;
}

.p-purpose__tagline {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: var(--color-text-dark);
    font-style: italic;
    margin: var(--space-lg) 0;
    letter-spacing: 0.02em;
}

/* Parallax shapes */
.p-purpose__shape1,
.p-purpose__shape2 {
    position: absolute;
    pointer-events: none;
    opacity: 0.4;
    color: var(--color_main);
    transition: transform 0.1s ease-out;
    will-change: transform;
    filter: blur(1px);
}

.p-purpose__shape1 {
    top: 5%;
    right: -5%;
    width: clamp(300px, 35vw, 500px);
    height: clamp(300px, 35vw, 500px);
    animation: rotate 20s linear infinite, float 8s ease-in-out infinite;
}

.p-purpose__shape2 {
    bottom: 5%;
    left: -8%;
    width: clamp(250px, 30vw, 400px);
    height: clamp(250px, 30vw, 400px);
    animation: rotate 15s linear infinite reverse, float 10s ease-in-out infinite 2s;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Responsive breakpoint for mobile */
.u-spi {
    display: none;
}

.u-nowrap {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .p-purpose {
        min-height: auto;
        padding: var(--space-xl) 0;
    }

    .p-purpose__lead {
        line-height: 1.5;
    }

    .p-purpose__text {
        font-size: clamp(1rem, 4vw, 1.125rem);
    }

    .p-purpose__shape1,
    .p-purpose__shape2 {
        opacity: 0.2;
    }

    .p-purpose__shape1 {
        top: 0%;
        right: -20%;
        width: clamp(200px, 50vw, 300px);
        height: clamp(200px, 50vw, 300px);
    }

    .p-purpose__shape2 {
        bottom: 0%;
        left: -20%;
        width: clamp(180px, 45vw, 250px);
        height: clamp(180px, 45vw, 250px);
    }

    .u-spi {
        display: inline;
    }
}

/* ====================
   Values Section (Kaonavi-inspired standalone component)
   ==================== */
.p-values {
    position: relative;
    padding: 0;
    padding-top: clamp(5rem, 10vw, 8rem);
    overflow: hidden;
}

.p-values__shape {
    position: absolute;
    top: 10%;
    right: 5%;
    width: clamp(250px, 30vw, 400px);
    height: clamp(250px, 30vw, 400px);
    color: var(--color_main);
    opacity: 0.15;
    animation: rotateScale 25s ease-in-out infinite, float 10s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.p-values__inner {
    position: relative;
    z-index: 2;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--padding-sp);
}

.p-values__head {
    text-align: center;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.p-values__icon {
    width: clamp(60px, 10vw, 80px);
    height: clamp(60px, 10vw, 80px);
    color: var(--color_main);
    opacity: 0.8;
    animation: float 4s ease-in-out infinite;
}

.p-values__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.p-values__list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.p-values__item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
    background: var(--color-bg-white);
    border-radius: 16px;
    border: 2px solid var(--color-border);
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease-out backwards;
}

.p-values__item:nth-child(1) {
    animation-delay: 0.1s;
}

.p-values__item:nth-child(2) {
    animation-delay: 0.2s;
}

.p-values__item:nth-child(3) {
    animation-delay: 0.3s;
}

.p-values__item:nth-child(4) {
    animation-delay: 0.4s;
}

.p-values__item:hover {
    border-color: var(--color_main);
    box-shadow: var(--shadow-md);
    transform: translateX(8px);
}

.p-values__num {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    color: var(--color_main);
    line-height: 1;
    min-width: 80px;
    flex-shrink: 0;
    opacity: 0.3;
}

.p-values__content {
    flex: 1;
    margin: 0;
}

.p-values__title {
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--color-text-dark);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.p-values__text {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--color-text-medium);
    line-height: 1.8;
    margin: 0;
}

.p-values__link {
    margin-top: 3rem;
    text-align: center;
}

/* MVV Section Link */
.p-mvv__link {
    margin-top: clamp(3rem, 6vw, 4rem);
    text-align: center;
}

.p-mvv__link .c-btn--text {
    font-size: clamp(1rem, 2vw, 1.125rem);
}

/* Link More Component (Arrow link) */
.c-linkMore {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color_main);
    text-decoration: none;
    border: 2px solid var(--color_main);
    border-radius: 50px;
    transition: all 0.3s ease;
    background: var(--color-bg-white);
}

.c-linkMore:hover {
    background: var(--color_main);
    color: var(--color-bg-white);
    transform: translateX(8px);
    box-shadow: var(--shadow-md);
}

.c-linkMore__text {
    display: block;
}

.c-linkMore__arrow {
    width: 48px;
    height: 12px;
    display: block;
    transition: transform 0.3s ease;
}

.c-linkMore:hover .c-linkMore__arrow {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .p-values {
        padding: clamp(3rem, 8vw, 5rem) 0;
    }

    .p-values__shape {
        width: 200px;
        height: 200px;
        right: -10%;
    }

    .p-values__head {
        margin-bottom: 2.5rem;
        gap: 1rem;
    }

    .p-values__icon {
        width: 60px;
        height: 60px;
    }

    .p-values__list {
        gap: 1rem;
    }

    .p-values__item {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
    }

    .p-values__num {
        font-size: 2.5rem;
        min-width: auto;
    }

    .p-values__item:hover {
        transform: translateY(-4px);
    }

    .p-values__link {
        margin-top: 2rem;
    }

    .c-linkMore {
        font-size: 1rem;
        padding: 0.875rem 1.5rem;
        gap: 0.75rem;
    }

    .c-linkMore__arrow {
        width: 36px;
        height: 9px;
    }
}

/* ====================
   MVV Section (Kaonavi-inspired design)
   ==================== */
.p-mvv {
    position: relative;
    overflow: hidden;
}

.p-mvv__shape1,
.p-mvv__shape2 {
    position: absolute;
    pointer-events: none;
    opacity: 0.35;
    color: var(--color_main);
    transition: transform 0.1s ease-out;
    will-change: transform;
    z-index: 0;
    filter: blur(0.5px);
}

.p-mvv__shape1 {
    top: 10%;
    left: -5%;
    width: clamp(280px, 32vw, 450px);
    height: clamp(280px, 32vw, 450px);
    animation: float 4s ease-in-out infinite, rotateScale 25s ease-in-out infinite;
}

.p-mvv__shape2 {
    bottom: 5%;
    right: -8%;
    width: clamp(250px, 28vw, 400px);
    height: clamp(250px, 28vw, 400px);
    animation: float 5s ease-in-out infinite 1s, rotateScale 30s ease-in-out infinite 3s;
}

@keyframes rotateScale {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
}

.p-mvv .p-section__body {
    position: relative;
    z-index: 1;
}

/* MVV Content */
/* Purpose Statement */
.p-mvvPurpose {
    max-width: 1000px;
    margin: 0 auto clamp(3.5rem, 7vw, 5rem);
    text-align: center;
}

.p-mvvPurpose__text {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 900;
    color: var(--color_main);
    line-height: 1.4;
    letter-spacing: 0.02em;
    position: relative;
    padding: 0;
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.p-mvvPurpose__detail {
    max-width: 720px;
    margin: clamp(3rem, 6vw, 4rem) auto 0;
    animation: fadeInUp 0.8s ease-out 0.3s backwards;
}

.p-mvvPurpose__detail p {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    line-height: 2;
    color: var(--color-text-medium);
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.p-mvvPurpose__detail p:last-child {
    margin-bottom: 0;
}

.p-mvvPurpose__tagline {
    font-size: clamp(1.5rem, 3.5vw, 2rem) !important;
    font-weight: 700 !important;
    color: var(--color_main) !important;
    font-style: italic;
    letter-spacing: 0.05em;
    margin: clamp(2.5rem, 5vw, 3.5rem) 0 !important;
}

.p-mvvContent {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(2.5rem, 5vw, 3.5rem);
}

.p-mvvItem {
    background: var(--color-bg-white);
    padding: clamp(2.5rem, 5vw, 4rem);
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out backwards;
}

.p-mvvItem:nth-child(1) {
    animation-delay: 0.1s;
}

.p-mvvItem:nth-child(2) {
    animation-delay: 0.2s;
}

.p-mvvItem:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.p-mvvItem__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--color-border);
}

.p-mvvItem__en {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 900;
    color: var(--color_main);
    letter-spacing: 0.02em;
}

.p-mvvItem__jp {
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 600;
    color: var(--color-text-light);
}

.p-mvvItem__text {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    color: var(--color-text-dark);
    line-height: 2;
    font-weight: 500;
    margin: 0;
    text-align: center;
    letter-spacing: 0.02em;
}

@media (max-width: 768px) {
    .p-mvv__shape1,
    .p-mvv__shape2 {
        opacity: 0.2;
    }

    .p-mvv__shape1 {
        top: 0%;
        left: -25%;
        width: clamp(220px, 52vw, 320px);
        height: clamp(220px, 52vw, 320px);
    }

    .p-mvv__shape2 {
        bottom: 0%;
        right: -25%;
        width: clamp(200px, 48vw, 280px);
        height: clamp(200px, 48vw, 280px);
    }

    .p-mvvContent {
        gap: 2rem;
    }

    .p-mvvItem {
        padding: 2rem 1.5rem;
    }

    .p-mvvItem__label {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }
}

/* ====================
   Philosophy Section (Kaonavi-inspired design)
   ==================== */
.p-philosophy {
    position: relative;
    overflow: hidden;
}

.p-philosophy__shape1,
.p-philosophy__shape2 {
    position: absolute;
    pointer-events: none;
    opacity: 0.3;
    color: var(--color_main);
    transition: transform 0.1s ease-out;
    will-change: transform;
    z-index: 0;
    filter: blur(0.8px);
}

.p-philosophy__shape1 {
    top: 10%;
    right: -10%;
    width: clamp(300px, 34vw, 480px);
    height: clamp(300px, 34vw, 480px);
    animation: float 6s ease-in-out infinite, pulse 8s ease-in-out infinite;
}

.p-philosophy__shape2 {
    bottom: 8%;
    left: -8%;
    width: clamp(270px, 30vw, 420px);
    height: clamp(270px, 30vw, 420px);
    animation: float 5s ease-in-out infinite 1.5s, pulse 10s ease-in-out infinite 2s;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.15);
    }
}

.p-philosophy .p-section__body {
    position: relative;
    z-index: 1;
}

/* Philosophy Message */
.p-philosophyMessage {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 0 auto clamp(4rem, 8vw, 6rem);
    animation: fadeInUp 0.8s ease-out;
}

.p-philosophyMessage__lead {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--color_main);
    line-height: 1.6;
    margin-bottom: clamp(2rem, 4vw, 3rem);
    letter-spacing: 0.02em;
}

.p-philosophyMessage__body {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    color: var(--color-text-medium);
    line-height: 2;
}

.p-philosophyMessage__body p {
    margin-bottom: 1.5rem;
}

.p-philosophyMessage__body p:last-child {
    margin-bottom: 0;
}

/* Philosophy Origin */
.p-philosophyOrigin {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}

.p-philosophyOrigin__title {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 800;
    color: var(--color-text-dark);
    text-align: center;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: 0.05em;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.p-philosophyOrigin__intro {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: var(--color-text-gray);
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.3s backwards;
}

.p-philosophyOrigin__list {
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2rem);
}

.p-philosophyOrigin__item {
    background: var(--color-bg-white);
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out backwards;
}

.p-philosophyOrigin__item:nth-child(1) {
    animation-delay: 0.3s;
}

.p-philosophyOrigin__item:nth-child(2) {
    animation-delay: 0.4s;
}

.p-philosophyOrigin__item:nth-child(3) {
    animation-delay: 0.5s;
}

.p-philosophyOrigin__item:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.p-philosophyOrigin__label {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid var(--color-border);
}

.p-philosophyOrigin__name {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
    font-weight: 900;
    color: var(--color_main);
    letter-spacing: 0.02em;
}

.p-philosophyOrigin__reading {
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 600;
    color: var(--color-text-light);
}

.p-philosophyOrigin__text {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 3vw, 1.75rem);
}

.p-philosophyOrigin__meaning {
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    color: var(--color-text-dark);
    line-height: 1.9;
    margin: 0;
    font-weight: 500;
}

.p-philosophyOrigin__detail {
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    color: var(--color-text-medium);
    line-height: 2;
    margin: 0;
}

.p-philosophyOrigin__conclusion {
    margin-top: clamp(4rem, 8vw, 6rem);
    padding: clamp(2.5rem, 5vw, 3.5rem);
    background: var(--color-bg-white);
    border-radius: 16px;
    border: 2px solid var(--color-border);
    text-align: center;
}

.p-philosophyOrigin__conclusion p {
    font-size: clamp(1.125rem, 2.5vw, 1.3rem);
    color: var(--color-text-dark);
    line-height: 2;
    margin: 0;
}

.p-philosophyOrigin__conclusion p + p {
    margin-top: clamp(1.5rem, 3vw, 2rem);
}

.p-philosophyOrigin__conclusion strong {
    color: var(--color-text-dark);
    font-weight: 700;
}

@media (max-width: 768px) {
    .p-philosophy__shape1,
    .p-philosophy__shape2 {
        opacity: 0.18;
    }

    .p-philosophy__shape1 {
        top: 0%;
        right: -30%;
        width: clamp(220px, 55vw, 330px);
        height: clamp(220px, 55vw, 330px);
    }

    .p-philosophy__shape2 {
        bottom: 0%;
        left: -28%;
        width: clamp(200px, 50vw, 290px);
        height: clamp(200px, 50vw, 290px);
    }

    .p-philosophyMessage {
        margin-bottom: 3rem;
    }

    .p-philosophyOrigin__list {
        gap: 1.25rem;
    }

    .p-philosophyOrigin__item {
        padding: 1.75rem;
    }

    .p-philosophyOrigin__label {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
}

/* ====================
   Business Section (Kaonavi-inspired design)
   ==================== */
.p-business {
    position: relative;
    overflow: hidden;
}

.p-business__shape1,
.p-business__shape2 {
    position: absolute;
    pointer-events: none;
    opacity: 0.35;
    color: var(--color_main);
    transition: transform 0.1s ease-out;
    will-change: transform;
    z-index: 0;
    filter: blur(0.6px);
}

.p-business__shape1 {
    top: 5%;
    left: -8%;
    width: clamp(290px, 33vw, 460px);
    height: clamp(290px, 33vw, 460px);
    animation: float 5s ease-in-out infinite, rotateScale 28s ease-in-out infinite 1s;
}

.p-business__shape2 {
    bottom: 10%;
    right: -10%;
    width: clamp(260px, 29vw, 420px);
    height: clamp(260px, 29vw, 420px);
    animation: float 6s ease-in-out infinite 2s, rotateScale 32s ease-in-out infinite 4s;
}

.p-business .p-section__body {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .p-business__shape1,
    .p-business__shape2 {
        opacity: 0.2;
    }

    .p-business__shape1 {
        top: 0%;
        left: -30%;
        width: clamp(210px, 53vw, 310px);
        height: clamp(210px, 53vw, 310px);
    }

    .p-business__shape2 {
        bottom: 0%;
        right: -30%;
        width: clamp(200px, 50vw, 300px);
        height: clamp(200px, 50vw, 300px);
    }
}

/* ====================
   CEO Message Section (Kaonavi-inspired design)
   ==================== */
.p-ceo {
    position: relative;
    overflow: hidden;
}

.p-ceo__shape1,
.p-ceo__shape2 {
    position: absolute;
    pointer-events: none;
    opacity: 0.3;
    color: var(--color_main);
    transition: transform 0.1s ease-out;
    will-change: transform;
    z-index: 0;
    filter: blur(0.7px);
}

.p-ceo__shape1 {
    top: 8%;
    right: -12%;
    width: clamp(310px, 35vw, 490px);
    height: clamp(310px, 35vw, 490px);
    animation: float 7s ease-in-out infinite, pulse 9s ease-in-out infinite 1s;
}

.p-ceo__shape2 {
    bottom: 5%;
    left: -10%;
    width: clamp(280px, 31vw, 440px);
    height: clamp(280px, 31vw, 440px);
    animation: float 6s ease-in-out infinite 1s, pulse 11s ease-in-out infinite 3s;
}

.p-ceo .p-section__body {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .p-ceo__shape1,
    .p-ceo__shape2 {
        opacity: 0.18;
    }

    .p-ceo__shape1 {
        top: 0%;
        right: -35%;
        width: clamp(230px, 58vw, 340px);
        height: clamp(230px, 58vw, 340px);
    }

    .p-ceo__shape2 {
        bottom: 0%;
        left: -32%;
        width: clamp(210px, 53vw, 310px);
        height: clamp(210px, 53vw, 310px);
    }
}

/* CEO Message Card */
.p-ceoMessageCard {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    background: var(--color-bg-white);
    padding: clamp(3rem, 6vw, 5rem);
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    animation: fadeInUp 0.8s ease-out;
}

.p-ceoMessageCard__profile {
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
    padding-bottom: clamp(2rem, 4vw, 3rem);
    border-bottom: 2px solid var(--color-border);
}

/* CEO Profile */
.p-ceoProfile {
    display: flex;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.p-ceoProfile__photo {
    flex-shrink: 0;
}

.p-ceoProfile__photo img,
.p-ceoProfile__placeholder {
    width: clamp(100px, 15vw, 140px);
    height: clamp(100px, 15vw, 140px);
    border-radius: 50%;
    object-fit: cover;
}

.p-ceoProfile__placeholder {
    background: linear-gradient(135deg, var(--color_main), var(--color-gradient-mid));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.5rem, 6vw, 4rem);
    color: white;
}

.p-ceoProfile__info {
    flex: 1;
}

.p-ceoProfile__title {
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 600;
    color: var(--color-text-light);
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.p-ceoProfile__name {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    color: var(--color-text-dark);
    margin: 0;
    letter-spacing: 0.02em;
}

/* CEO Message Content */
.p-ceoMessageCard__content {
    position: relative;
}

/* 代表プロフィール（メッセージ直下のナラティブ） */
.p-ceoDetail {
    margin: clamp(2.5rem, 5vw, 4rem) auto 0;
    max-width: 720px;
    padding-top: clamp(2rem, 4vw, 3rem);
    border-top: 1px dotted rgba(42, 42, 50, 0.2);
}
.p-ceoDetail__name {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.8vw, 1.7rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--ink);
    margin: 0 0 0.5rem;
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.p-ceoDetail__nameEn {
    font-family: var(--font-accent);
    font-style: italic;
    font-size: 0.62em;
    font-weight: 400;
    color: var(--ink-mute);
    letter-spacing: 0.04em;
}
.p-ceoDetail__role {
    font-size: clamp(0.85rem, 2vw, 0.95rem);
    color: var(--ink-soft);
    line-height: 1.8;
    margin: 0 0 clamp(1rem, 2.5vw, 1.5rem);
    letter-spacing: 0.02em;
}
.p-ceoDetail__bio {
    font-size: clamp(0.88rem, 2vw, 0.95rem);
    color: var(--ink-soft);
    line-height: 2.1;
    letter-spacing: 0.02em;
    margin: 0;
}

.p-ceoMessageCard__text {
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    color: var(--color-text-dark);
    line-height: 2;
}

.p-ceoMessageCard__text p {
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}

.p-ceoMessageCard__text p:last-child {
    margin-bottom: 0;
}

.p-ceoMessageCard__signature {
    margin-top: clamp(2rem, 4vw, 3rem);
    padding-top: clamp(1.5rem, 3vw, 2rem);
    border-top: 1px solid var(--color-border);
    font-size: clamp(1.125rem, 2.5vw, 1.25rem);
    font-weight: 400;
    color: var(--color-text-dark);
    text-align: right;
    margin-bottom: 0;
}

.p-ceoMessageCard__career {
    margin-top: clamp(2rem, 4vw, 3rem);
    padding-top: clamp(1.5rem, 3vw, 2rem);
    border-top: 2px solid var(--color-border);
}

.p-ceoMessageCard__career h4 {
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 800;
    color: var(--color-text-dark);
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.p-ceoMessageCard__career p {
    font-size: clamp(0.9375rem, 2vw, 1rem);
    color: var(--color-text-medium);
    line-height: 1.9;
    margin: 0;
}

@media (max-width: 768px) {
    .p-ceoMessageCard {
        padding: clamp(2rem, 5vw, 2.5rem);
    }

    .p-ceoProfile {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .p-ceoProfile__photo img,
    .p-ceoProfile__placeholder {
        width: 120px;
        height: 120px;
    }

    .p-ceoProfile__placeholder {
        font-size: 3rem;
    }

    .p-ceoMessageCard__signature p {
        text-align: center;
    }
}

/* ====================
   News Section (Kaonavi-inspired design)
   ==================== */
.p-news {
    position: relative;
    overflow: hidden;
}

.p-news__shape1,
.p-news__shape2 {
    position: absolute;
    pointer-events: none;
    opacity: 0.3;
    color: var(--color_main);
    transition: transform 0.1s ease-out;
    will-change: transform;
    z-index: 0;
    filter: blur(0.6px);
}

.p-news__shape1 {
    top: 15%;
    left: -10%;
    width: clamp(270px, 30vw, 430px);
    height: clamp(270px, 30vw, 430px);
    animation: float 5s ease-in-out infinite, rotateScale 26s ease-in-out infinite 2s;
}

.p-news__shape2 {
    bottom: 10%;
    right: -8%;
    width: clamp(300px, 33vw, 470px);
    height: clamp(300px, 33vw, 470px);
    animation: float 6s ease-in-out infinite 1.5s, rotateScale 30s ease-in-out infinite;
}

.p-news .p-section__body {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .p-news__shape1,
    .p-news__shape2 {
        opacity: 0.18;
    }

    .p-news__shape1 {
        top: 5%;
        left: -32%;
        width: clamp(200px, 50vw, 290px);
        height: clamp(200px, 50vw, 290px);
    }

    .p-news__shape2 {
        bottom: 5%;
        right: -28%;
        width: clamp(220px, 55vw, 320px);
        height: clamp(220px, 55vw, 320px);
    }
}

/* ====================
   Company Section (Kaonavi-inspired design)
   ==================== */
.p-company {
    position: relative;
    overflow: hidden;
}

.p-company__shape1,
.p-company__shape2 {
    position: absolute;
    pointer-events: none;
    opacity: 0.35;
    color: var(--color_main);
    transition: transform 0.1s ease-out;
    will-change: transform;
    z-index: 0;
    filter: blur(0.5px);
}

.p-company__shape1 {
    top: 8%;
    right: -10%;
    width: clamp(290px, 32vw, 450px);
    height: clamp(290px, 32vw, 450px);
    animation: float 6s ease-in-out infinite, pulse 10s ease-in-out infinite 2s;
}

.p-company__shape2 {
    bottom: 8%;
    left: -8%;
    width: clamp(300px, 33vw, 460px);
    height: clamp(300px, 33vw, 460px);
    animation: float 7s ease-in-out infinite 2s, pulse 12s ease-in-out infinite;
}

.p-company .p-section__body {
    position: relative;
    z-index: 1;
}

.c-companyTable {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .p-company__shape1,
    .p-company__shape2 {
        opacity: 0.2;
    }

    .p-company__shape1 {
        top: 0%;
        right: -30%;
        width: clamp(210px, 52vw, 310px);
        height: clamp(210px, 52vw, 310px);
    }

    .p-company__shape2 {
        bottom: 0%;
        left: -28%;
        width: clamp(220px, 53vw, 320px);
        height: clamp(220px, 53vw, 320px);
    }
}

/* ====================
   Responsive Updates for New Sections
   ==================== */
@media (max-width: 768px) {
    .p-stats {
        padding: 3rem 0;
    }

    .p-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .c-statCard {
        padding: 1.5rem 1rem;
    }

    .c-voiceCard,
    .c-featureCard,
    .c-faqItem {
        padding: 2rem;
    }

    .c-voiceCard__avatar {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .c-faqItem__answer {
        padding-left: 0;
        margin-top: 1rem;
    }

    .c-faqItem__question {
        flex-direction: column;
        gap: 0.75rem;
    }

    .c-faqItem__question::before {
        margin-top: 0;
    }
}

/* ====================
   Page Hero Section
   ==================== */

.p-pageHero {
    padding: var(--space-xxl) 0 var(--space-xl);
    background: var(--color-bg-white);
    text-align: center;
}

.p-pageHero__inner {
    max-width: 800px;
    margin: 0 auto;
}

.p-pageHero__label {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--color-text-medium);
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.p-pageHero__title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-text-dark);
    margin-bottom: 1.5rem;
}

.p-pageHero__lead {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.8;
    color: var(--color-text-medium);
}

@media (max-width: 768px) {
    .p-pageHero {
        padding: var(--space-xl) 0 var(--space-lg);
    }

    .p-pageHero__title {
        margin-bottom: 1rem;
    }
}

/* ====================
   Hero Section with Network Animation
   ==================== */

.p-hero {
    position: relative;
    min-height: clamp(420px, 55vh, 520px);
    padding: clamp(1rem, 2vh, 1.5rem) 0 clamp(3rem, 6vh, 4.5rem) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-white);
    overflow: visible;
}

/* PC版のみ: ヒーローコンテンツを下に配置 */
@media (min-width: 769px) {
    .p-hero {
        padding-top: clamp(8rem, 15vh, 12rem);
        align-items: flex-start;
    }
}

.p-hero__inner {
    width: 100%;
    padding: 0;
    margin-top: clamp(1rem, 2vh, 2rem);
}

.p-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
}

.p-hero__content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.8s ease-out;
}

.p-hero__subtitle {
    font-size: clamp(0.875rem, 2vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.15em;
    color: var(--color-text-medium);
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
    text-transform: uppercase;
}

.p-hero__title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.2;
    color: var(--color-text-dark);
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: 0.02em;
}

.p-hero__lead {
    font-size: clamp(1rem, 2.5vw, 1.375rem);
    line-height: 1.8;
    color: var(--color-text-medium);
}

.p-hero__visual {
    position: relative;
    width: 108%;
    height: 0;
    padding-bottom: 108%; /* 正方形（width=heightになる） */
    max-width: 760px;
    overflow: visible;
    transform: translate(-4%, -10%) scale(1.5); /* 面積を増やす */
    transform-origin: center;
    animation: fadeIn 1.2s ease-out 0.3s backwards;
    pointer-events: none;
    z-index: 0;
}

.p-hero__canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    animation: slowRotate 120s linear infinite;
}

@keyframes slowRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 1025px) {
    .p-hero__grid {
        margin-top: -2rem;
    }
}

@media (max-width: 1024px) {
    .p-hero__inner {
        padding: clamp(1rem, 2vw, 2rem) 0;
        margin-top: 0;
    }

    .p-hero__grid {
        gap: clamp(2rem, 4vw, 3rem);
    }

    .p-hero__visual {
        width: 118%;
        height: 0;
        padding-bottom: 118%; /* 正方形（width=heightになる） */
        max-width: 760px;
        transform: translate(-6%, -14%) scale(1.6); /* 面積を増やす */
    }
}

@media (max-width: 768px) {
    .p-hero {
        position: relative;
        min-height: clamp(460px, 82vh, 600px);
        padding: 0.25rem 0 clamp(1rem, 4.5vh, 1.6rem) 0;
    }

    .p-hero__inner {
        padding: 0;
        height: auto;
        min-height: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    .p-hero__grid {
        grid-template-columns: 1fr;
        gap: clamp(1rem, 2vh, 1.5rem);
        position: relative;
        width: 100%;
        min-height: auto;
    }

    .p-hero__content {
        position: relative;
        z-index: 2;
        text-align: center;
        padding: 0.5rem 1.4rem clamp(1rem, 3.5vh, 1.5rem) 1.4rem;
        margin-top: clamp(2.5rem, 10vh, 6rem); /* テキストを画面中心寄りに下げる（玉は下に残す） */
    }

    .p-hero__subtitle {
        margin-bottom: 0.5rem;
    }

    .p-hero__title {
        animation: fadeIn 0.9s ease-out 0.2s both;
    }

    .p-hero__lead {
        animation: fadeIn 1s ease-out 0.45s both;
    }

    .p-hero__visual {
        position: relative; /* テキストの下に通常配置（中央）。見切れ・消失を防ぐ */
        top: auto;
        left: auto;
        width: min(80%, 340px);
        max-width: 340px;
        aspect-ratio: 1 / 1;
        height: auto;
        padding-bottom: 0;
        margin: 0.4rem auto 0;
        z-index: 1;
        opacity: 1;
        transform: none;
        transform-origin: center;
    }

    .p-hero__canvas {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1025px) {
    .p-hero__content {
        margin-top: clamp(-5rem, -12vh, -3.5rem);
    }
}

@media (max-width: 560px) {
    .p-hero {
        min-height: clamp(390px, 88vh, 540px);
        padding: 0.25rem 0 clamp(0.95rem, 4.75vh, 1.5rem) 0;
    }

    .p-hero__content {
        padding: 0.25rem 1.2rem clamp(0.95rem, 3.25vh, 1.35rem) 1.2rem;
    }

    .p-hero__subtitle {
        margin-bottom: 0.5rem;
    }

    .p-hero__visual {
        width: min(84%, 300px);
        max-width: 300px;
        aspect-ratio: 1 / 1;
        height: auto;
        padding-bottom: 0;
        margin: 0.3rem auto 0;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* ====================
   Business Stack (Vertical Cards)
   ==================== */
.p-businessStack {
    display: grid;
    gap: clamp(1.75rem, 4vw, 2.5rem);
}

.p-businessStack__item {
    display: grid;
    gap: clamp(1rem, 3vw, 1.6rem);
}

.p-businessStack__icon {
    display: flex;
    justify-content: center;
}

.p-businessStack__content {
    display: flex;
    flex-direction: column;
    gap: clamp(0.9rem, 2.4vw, 1.4rem);
    text-align: center;
}

.p-businessStack__content .c-card__title {
    margin-bottom: 0;
}

.p-businessStack__content .c-card__text {
    margin-bottom: 0;
    text-align: left;
}

.p-businessStack__cta {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.p-businessStack__cta .c-btn {
    width: fit-content;
}

@media (max-width: 768px) {
    .p-businessStack__item {
        gap: clamp(0.9rem, 5vw, 1.3rem);
    }

    .p-businessStack__cta .c-btn {
        width: fit-content;
        max-width: 90%;
    }
}

/* ====================
   Business Grid (New 2-column layout)
   ==================== */
.p-businessGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2rem, 4vw, 3rem);
    align-items: stretch;
}

.p-businessGrid__item {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: clamp(1rem, 3vw, 1.6rem);
    padding: clamp(1.8rem, 4vw, 2.5rem) !important;
    background: var(--color-bg-white);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    box-sizing: border-box;
}

.p-businessGrid__item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.p-businessGrid__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
}

.p-businessGrid__icon.c-card__icon.-svg {
    width: clamp(80px, 10vw, 100px) !important;
    height: clamp(80px, 10vw, 100px) !important;
}

.p-businessGrid__icon svg {
    width: 100%;
    height: 100%;
}

.p-businessGrid__content {
    display: grid;
    grid-template-rows: auto auto auto auto;
    row-gap: clamp(0.9rem, 2.4vw, 1.4rem);
    text-align: center;
    height: 100%;
}

.p-businessGrid__content .c-card__title {
    margin: 0 0 clamp(0.8rem, 2vw, 1.2rem) 0 !important;
    font-size: clamp(1.25rem, 2.8vw, 1.625rem);
}

.p-businessGrid__content .c-card__text {
    margin: 0 0 clamp(0.8rem, 2vw, 1.2rem) 0 !important;
    text-align: left;
    line-height: 1.7;
    height: 3.4em;
    display: flex;
    align-items: flex-start;
}

.p-businessGrid__services {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
}

.p-businessGrid__services li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.85rem, 2vw, 1.2rem) clamp(0.5rem, 1vw, 0.75rem);
    background-color: transparent;
    border-bottom: 1px solid var(--color-border);
    font-size: clamp(0.875rem, 1.8vw, 0.95rem);
    line-height: 1.5;
    font-weight: 400;
    color: var(--color-text-dark);
    transition: color 0.2s ease;
    text-align: center;
    height: clamp(3.5rem, 6vw, 4.5rem);
}

.p-businessGrid__services li:hover {
    color: var(--color-text-medium);
}

.p-businessGrid__cta {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.p-businessGrid__cta .c-btn {
    width: fit-content;
}

/* Sub Business (Consulting) */
.p-businessSub {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    padding: clamp(1.5rem, 3vw, 2rem);
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    text-align: center;
}

.p-businessSub__label {
    font-size: clamp(0.875rem, 1.8vw, 1rem);
    font-weight: 600;
    color: var(--color-text-medium);
    margin-bottom: 0.5rem;
}

.p-businessSub__text {
    font-size: clamp(0.875rem, 1.8vw, 0.95rem);
    color: var(--color-text-medium);
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .p-businessGrid {
        grid-template-columns: 1fr;
        gap: clamp(2rem, 6vw, 2.5rem);
    }

    .p-businessGrid__item {
        gap: clamp(0.9rem, 5vw, 1.3rem);
    }

    .p-businessGrid__cta .c-btn {
        width: fit-content;
        max-width: 90%;
    }

    .p-businessSub {
        margin-top: clamp(2rem, 5vw, 2.5rem);
        padding: clamp(1.2rem, 4vw, 1.5rem);
    }
}

/* ====================
   Utility Classes
   ==================== */
/* Mobile-only line break */
.u-br-sp {
    display: none;
}

@media (max-width: 768px) {
    .u-br-sp {
        display: block;
    }
}

/* PC-only line break */
.u-br-pc {
    display: block;
}

@media (max-width: 768px) {
    .u-br-pc {
        display: none;
    }
}

/* ============================================================
   v2.4 OVERRIDES — Pastel Gradient Identity
   既存セレクタに後乗せして世界観を切り替える。
   元ルールを触らずに追加するだけなので、revert が容易。
   ============================================================ */

/* --- Body base: warmer cream --- */
body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-body);
    letter-spacing: 0.01em;
}

/* --- Hide WP admin bar in frontend (local dev artifact; anonymous visitors don't see it) --- */
html { margin-top: 0 !important; }
#wpadminbar { display: none !important; }

/* --- .l-content の padding-top を消す（親テーマ main-swell.css が 2em/4em 付けていて白帯の原因） --- */
#content.l-content { padding-top: 0 !important; }

/* --- Header: transparent at top → semi-transparent glass on scroll, no border line --- */
.l-header {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: background-image 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}
/* 既存ルール body.admin-bar .l-header { top: 32px } を上書き */
body.admin-bar .l-header { top: 0 !important; }
@media (max-width: 782px) {
    body.admin-bar .l-header { top: 0 !important; }
}

/* スクロール時のみ半透明ガラス（境目の線なし、紙色ベース除去でより透明に） */
body.is-scrolled .l-header {
    background: transparent !important;
    background-image: linear-gradient(135deg, rgba(252, 226, 238, 0.30) 0%, rgba(226, 216, 242, 0.22) 50%, rgba(214, 230, 255, 0.30) 100%) !important;
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    box-shadow: none;
}
/* ヒーローにヘッダー分のオフセットを足す（固定化した分コンテンツを下げる） */
.p-hero { padding-top: clamp(9rem, 16vh, 13rem); }
@media (min-width: 769px) {
    .p-hero { padding-top: clamp(10rem, 18vh, 14rem); }
}
.c-logo__text {
    font-family: var(--font-display);
    letter-spacing: 0.01em;
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 50%, var(--euni-pink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* --- Brand logo images --- */
.c-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
}
.c-logo__mark {
    display: block;
    height: clamp(26px, 3.2vw, 34px);
    width: auto;
    user-select: none;
    -webkit-user-drag: none;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.c-logo:hover .c-logo__mark { transform: scale(1.06); }

.c-logo__lockup {
    display: block;
    height: clamp(72px, 9vw, 100px);
    width: auto;
    user-select: none;
    -webkit-user-drag: none;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
}
.c-logo.-lockup:hover .c-logo__lockup { transform: scale(1.03); }

/* ヘッダーロゴの横並び微調整：マークを少し下げて「euni」文字の高さに揃える（デスクトップのみ） */
@media (min-width: 769px) {
    .l-header__logo .c-logo {
        align-items: flex-end;
        gap: 0.4rem;
    }
    .l-header__logo .c-logo__mark {
        transform: translateY(3px);
    }
}
/* モバイルでは中央揃え（テキストが下寄りになるのを回避） */
@media (max-width: 768px) {
    .l-header__logo .c-logo {
        align-items: center;
        gap: 0.4rem;
    }
}

/* ヘッダーの会社名テキスト（ロゴマーク横）— ブランドグラデ */
.l-header__logo .c-logo__text {
    font-size: clamp(1.65rem, 2.8vw, 2.1rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    font-family: var(--font-display);
    white-space: nowrap;
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 50%, var(--euni-pink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 640px) {
    .l-header__logo .c-logo__text { font-size: 1.8rem; }
}
@media (max-width: 400px) {
    .l-header__logo .c-logo__text { font-size: 1.6rem; }
}

/* フッターロゴの横並び構成（マーク＋会社名テキスト） */
.l-footer__brand .c-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 0.75rem;
}
.l-footer__brand .c-logo__mark {
    height: clamp(48px, 6vw, 64px);
}
.l-footer__brand .c-logo__text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.3;
}
.l-footer__brand .c-logo__text .-ja {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    color: var(--ink);
    letter-spacing: 0.01em;
}
.l-footer__brand .c-logo__text .-en {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--ink-mute);
    letter-spacing: 0.05em;
}
.c-gnav .menu-item a {
    color: var(--ink-soft);
    font-weight: 500;
}
.c-gnav .menu-item a:hover { color: var(--euni-blue); }
.c-gnav .menu-item:last-child a {
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 50%, var(--euni-pink) 100%);
    background-size: 180% 180%;
    background-position: 0% 0%;
    color: white;
    transition: background-position 0.6s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 28px -10px rgba(61,139,253,0.4), 0 4px 12px -4px rgba(245,163,208,0.3);
}
.c-gnav .menu-item:last-child a:hover {
    background-position: 100% 100%;
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 50%, var(--euni-pink) 100%);
    background-size: 180% 180%;
    background-position: 100% 100%;
    color: white;
    transform: translateY(-1px);
}

/* --- HERO: morning mesh + blobs + taller --- */
.p-hero {
    background-color: var(--cream);
    background-image:
        radial-gradient(ellipse 65% 50% at 8% 12%, rgba(245, 163, 208, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse 55% 45% at 92% 18%, rgba(214, 230, 255, 0.7) 0%, transparent 60%),
        radial-gradient(ellipse 70% 55% at 50% 92%, rgba(226, 216, 242, 0.55) 0%, transparent 65%),
        radial-gradient(ellipse 40% 35% at 78% 70%, rgba(252, 226, 238, 0.6) 0%, transparent 60%),
        radial-gradient(ellipse 100% 100% at 50% 50%, rgba(255, 248, 238, 1) 0%, rgba(255, 248, 238, 0.9) 60%, rgba(255, 248, 238, 0.82) 100%);
    overflow: hidden;
    /* 縦を広げて呼吸を出す */
    min-height: clamp(760px, 100vh, 1100px);
    padding: clamp(7rem, 14vh, 10rem) 0 clamp(6rem, 12vh, 10rem);
    align-items: center;
}
@media (min-width: 769px) {
    .p-hero {
        min-height: clamp(820px, 100vh, 1200px);
        padding: clamp(9rem, 16vh, 13rem) 0 clamp(7rem, 12vh, 10rem);
        align-items: center;
    }
}
@media (max-width: 768px) {
    .p-hero {
        min-height: clamp(660px, 92vh, 860px);
    }
}

/* Decorative ambient orbs layer (behind content) */
.p-hero__orbs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.p-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.55;
    will-change: transform;
}
.p-hero__orb--blue {
    width: 420px; height: 420px;
    top: -120px; left: -80px;
    background: var(--euni-blue);
    opacity: 0.3;
    animation: heroOrbFloat1 16s ease-in-out infinite;
}
.p-hero__orb--pink {
    width: 380px; height: 380px;
    top: 8%; right: -100px;
    background: var(--euni-pink);
    opacity: 0.4;
    animation: heroOrbFloat2 18s ease-in-out infinite;
}
.p-hero__orb--lavender {
    width: 260px; height: 260px;
    bottom: 12%; left: 28%;
    background: var(--lavender-pastel);
    opacity: 0.65;
    animation: heroOrbFloat3 14s ease-in-out infinite;
}
.p-hero__orb--cream {
    width: 300px; height: 300px;
    bottom: -80px; right: 20%;
    background: var(--flower-pastel);
    opacity: 0.5;
    animation: heroOrbFloat1 20s ease-in-out infinite reverse;
}
@keyframes heroOrbFloat1 {
    0%,100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(20px,-30px) scale(1.05); }
}
@keyframes heroOrbFloat2 {
    0%,100% { transform: translate(0,0) scale(1); }
    50% { transform: translate(-25px,20px) scale(1.08); }
}
@keyframes heroOrbFloat3 {
    0%,100% { transform: translate(0,0) scale(1); opacity: 0.65; }
    50% { transform: translate(15px,15px) scale(0.95); opacity: 0.5; }
}

/* Grain overlay for the hero (film texture) */
.p-hero__grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.3;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.15 0 0 0 0 0.1 0 0 0 0 0.2 0 0 0 0.07 0'/></filter><rect width='220' height='220' filter='url(%23n)'/></svg>");
}

/* Visual area decoration */
.p-hero__visual {
    position: relative;
}
.p-hero__meta {
    position: absolute;
    top: 8%;
    right: 2%;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    z-index: 3;
    animation: fadeInUp 1.4s ease-out 0.6s backwards;
}
.p-hero__metaItem {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.35rem 0.85rem;
    background: rgba(255, 252, 246, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(42, 42, 50, 0.06);
    border-radius: 999px;
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 300;
    font-size: 0.75rem;
    color: var(--ink-soft);
    letter-spacing: 0.04em;
}
.p-hero__metaDot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.p-hero__metaLabel { white-space: nowrap; }
@media (max-width: 768px) {
    .p-hero__meta { top: auto; bottom: -1rem; right: 0; flex-direction: row; flex-wrap: wrap; gap: 0.4rem; }
    .p-hero__metaItem { font-size: 0.7rem; padding: 0.25rem 0.7rem; }
}

/* Decorative sparkles floating around canvas */
.p-hero__spark {
    position: absolute;
    pointer-events: none;
    z-index: 2;
    animation: sparkPulse 4s ease-in-out infinite;
}
.p-hero__spark--1 {
    top: 18%; left: 8%;
    width: 22px; height: 22px;
    color: var(--euni-pink);
    opacity: 0.75;
    animation-delay: 0s;
}
.p-hero__spark--2 {
    bottom: 22%; right: 14%;
    width: 14px; height: 14px;
    color: var(--euni-blue);
    opacity: 0.7;
    animation-delay: 1.5s;
}
@keyframes sparkPulse {
    0%,100% { opacity: 0.4; transform: scale(1) rotate(0deg); }
    50% { opacity: 0.9; transform: scale(1.2) rotate(90deg); }
}

/* Ensure hero content stays above decoration */
.p-hero__inner { position: relative; z-index: 2; }

.p-hero__subtitle {
    font-family: var(--font-accent);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: none;
    color: var(--ink-mute);
    font-size: clamp(0.95rem, 2vw, 1.1rem);
}
.p-hero__title {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--ink);
    line-height: 1.2;
}
/* ブランドグラデの強調フレーズ用（HTMLで <span class="-grad">…</span>） */
.p-hero__title .-grad {
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 45%, var(--euni-pink) 95%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.p-hero__lead {
    color: var(--ink-soft);
    line-height: 2.0;
}

/* --- Global ambient mesh: ヒーロー以降も全体にうっすらパステルが漂う --- */
.l-mainContent {
    position: relative;
    background-color: var(--paper);
    background-image:
        radial-gradient(ellipse 80% 50% at 10% 6%, rgba(252, 226, 238, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 70% 40% at 90% 22%, rgba(214, 230, 255, 0.30) 0%, transparent 55%),
        radial-gradient(ellipse 75% 45% at 20% 52%, rgba(226, 216, 242, 0.28) 0%, transparent 55%),
        radial-gradient(ellipse 70% 40% at 85% 72%, rgba(252, 226, 238, 0.25) 0%, transparent 55%),
        radial-gradient(ellipse 80% 45% at 15% 92%, rgba(214, 230, 255, 0.30) 0%, transparent 55%);
    background-attachment: fixed;
    background-size: 100% 200%;
}

/* --- Sections: 基本はトランスペアレント（上の mainContent メッシュを透かす） --- */
.p-section { background: transparent; }
.p-section:not(.-bg) { background: transparent; }
.p-section.-bg {
    background: transparent;
    position: relative;
}
/* .p-section.-bg は追加でセクション固有のメッシュを乗せる */
.p-section.-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(252, 226, 238, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 80% 60% at 0% 100%, rgba(214, 230, 255, 0.35) 0%, transparent 55%);
    pointer-events: none;
    z-index: 0;
}
.p-section > * { position: relative; z-index: 1; }

/* ヒーロー下端のフェード：メッシュから次セクションへなめらかに溶かす */
.p-hero {
    mask-image: linear-gradient(to bottom, #000 0%, #000 88%, rgba(0,0,0,0.95) 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 88%, rgba(0,0,0,0.95) 100%);
}

/* --- Section labels (now editorial italic) --- */
.c-secLabel {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.12em;
    color: var(--ink-mute);
    font-weight: 300;
}
.c-secHeading {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.005em;
    color: var(--ink);
}
.c-secDscr {
    color: var(--ink-soft);
    font-weight: 400;
    line-height: 2;
}

/* --- CTA buttons (.c-btn → brand gradient) --- */
.c-btn, a.c-btn, button.c-btn {
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 55%, var(--euni-pink) 100%) !important;
    background-size: 180% 180% !important;
    background-position: 0% 0% !important;
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    letter-spacing: 0.04em;
    font-weight: 500;
    box-shadow: 0 10px 28px -10px rgba(61,139,253,0.4), 0 4px 12px -4px rgba(245,163,208,0.3);
    transition: background-position 0.6s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
.c-btn:hover, a.c-btn:hover, button.c-btn:hover,
.c-btn:focus, a.c-btn:focus, button.c-btn:focus,
.c-btn:active, a.c-btn:active, button.c-btn:active {
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 55%, var(--euni-pink) 100%) !important;
    background-size: 180% 180% !important;
    background-position: 100% 100% !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 40px -12px rgba(61,139,253,0.5), 0 8px 20px -4px rgba(245,163,208,0.4);
}
.c-btn.-ghost, a.c-btn.-ghost {
    background: rgba(255,255,255,0.55) !important;
    color: var(--ink) !important;
    border: 1px solid rgba(42,42,50,0.12);
    backdrop-filter: blur(6px);
    box-shadow: none;
}
.c-btn.-ghost:hover, a.c-btn.-ghost:hover {
    background: white !important;
    border-color: rgba(42,42,50,0.22);
}

/* --- Footer (warmer, seamless) --- */
.l-footer, footer.l-footer {
    background: var(--paper);
    border-top: 1px solid rgba(42,42,50,0.06);
    color: var(--ink-soft);
}
/* 著作権帯の浮いた色を打ち消して一体化 */
.l-footer__bottom {
    background: transparent !important;
    border-top: 1px dotted rgba(42, 42, 50, 0.12);
}
.c-copyright p { color: var(--ink-mute); font-family: var(--font-accent); font-style: italic; font-weight: 300; letter-spacing: 0.04em; }
.c-copyright a { color: var(--ink-soft); font-family: var(--font-body); font-style: normal; font-weight: 500; }
.c-copyright a:hover { color: var(--euni-blue); }

/* --- Any card / news card / business card — soften --- */
.c-newsCard, .p-news__item, .p-business__card {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(42,42,50,0.06);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.c-newsCard:hover, .p-news__item:hover, .p-business__card:hover {
    transform: translateY(-2px);
    border-color: rgba(61,139,253,0.18);
    box-shadow: var(--shadow-lg);
}

/* --- Headings inside sections → Zen Old Mincho --- */
.p-purpose__title,
.p-values__title,
.p-philosophyOrigin__title,
.p-ceoProfile__title,
.p-pageHero__title {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.005em;
    color: var(--ink);
}

/* --- Reduce network canvas opacity so it sits in background gently --- */
.p-hero__canvas { opacity: 0.55; }

/* --- Small mesh softeners for section backgrounds that default to white --- */
.p-section[class*="mvv"],
.p-section[class*="message"],
.p-section[class*="company"] {
    position: relative;
}

/* --- News card tags: pastel-ink style (replace saturated colors) --- */
.c-newsCard__cat {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
    padding: 0.3rem 0.85rem;
    text-transform: lowercase;
}
.c-newsCard__cat.-press {
    background: var(--flower-pastel);
    color: var(--euni-pink-deep);
}
.c-newsCard__cat.-media {
    background: var(--lavender-pastel);
    color: #7B57B8;
}
.c-newsCard__cat.-event {
    background: var(--sky-pastel);
    color: var(--euni-blue-deep);
}
.c-newsCard__cat.-info {
    background: var(--green-bg);
    color: #5A7F48;
}

/* 日付も編集デザインっぽく */
.c-newsCard__date {
    font-family: var(--font-accent);
    font-style: italic;
    color: var(--ink-mute);
    letter-spacing: 0.04em;
}

/* ニュースカード：日付と本文を縦中央揃え */
.c-newsCard {
    align-items: center !important;
}

/* ============================================================
   v2.4 Typography pass (2026-04-14)
   フォント未適用だった各セクションに統一体系を適用
   ============================================================ */

/* 数字はFraunces（タブラー）で揃える共通ユーティリティ */
.u-num { font-family: var(--font-accent); font-feature-settings: "tnum" 1, "lnum" 1; letter-spacing: 0; }

/* --- ニュースカード --- */
.c-newsCard__title {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.005em;
    line-height: 1.8;
    color: var(--ink);
}

/* --- 事業内容カード --- */
.c-card__title {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.005em;
    color: var(--ink);
}
.c-card__text {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
}
.p-businessGrid__services {
    font-family: var(--font-body);
    line-height: 2.0;
    color: var(--ink-soft);
}
.p-businessGrid__services li {
    letter-spacing: 0.01em;
}

/* --- MVV: Purpose --- */
.p-mvvPurpose__text {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.55;
    color: var(--ink);
}
.p-mvvPurpose__detail {
    font-family: var(--font-body);
    line-height: 2.1;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
}
.p-mvvPurpose__tagline {
    font-family: var(--font-accent);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--ink-soft);
}

/* --- MVV: Mission / Vision item --- */
.p-mvvItem__en {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: var(--ink-mute);
    text-transform: none;
}
.p-mvvItem__jp {
    font-family: var(--font-body);
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
    color: var(--ink-soft);
}
.p-mvvItem__text {
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: var(--ink);
}

/* --- Values: サブタイトル --- */
.c-subTitle__en {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--ink-mute);
    text-transform: none;
}
.c-subTitle__jp {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--ink);
}

/* --- Values: 各項目 --- */
.p-values__num {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 300;
    font-feature-settings: "tnum" 1, "lnum" 1;
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 55%, var(--euni-pink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
}
.p-values__title {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--ink);
}
.p-values__text {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
}

/* --- 代表メッセージ --- */
.p-ceoMessageCard__text p {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.03em;
    color: var(--ink);
}
.p-ceoMessageCard__text p:first-of-type {
    /* 冒頭の問いかけは明朝で重みを出す */
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 1.15em;
    line-height: 2.0;
    color: var(--ink);
}
.p-ceoMessageCard__text p.p-ceoMessageCard__signature,
.p-ceoMessageCard__signature {
    text-align: right;
    line-height: 1;
    margin-top: clamp(2rem, 4vw, 3rem);
    padding-top: clamp(1.5rem, 3vw, 2rem);
    border-top: none;
}
.p-ceoMessageCard__signatureImg {
    display: inline-block;
    width: clamp(90px, 14vw, 140px);
    height: auto;
    mix-blend-mode: multiply;
}

/* --- お問い合わせ情報ブロック --- */
.c-contactInfo__title {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--ink);
}
.c-contactInfo__label {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-transform: none;
    color: var(--ink-mute);
}
.c-contactInfo__value {
    font-family: var(--font-body);
    letter-spacing: 0.02em;
    color: var(--ink);
}
.c-contactInfo__value a { color: var(--euni-blue); }
.c-contactInfo__value a:hover { color: var(--euni-pink-deep); text-decoration: underline; }

/* --- お問い合わせフォーム --- */
.c-form__input,
.c-form__textarea,
.c-form__select,
input[type="text"].c-form__input,
input[type="email"].c-form__input,
input[type="tel"].c-form__input {
    font-family: var(--font-body) !important;
    background: rgba(255, 255, 255, 0.6) !important;
    border: 1px solid rgba(42, 42, 50, 0.12) !important;
    border-radius: 12px !important;
    padding: 1rem 1.1rem !important;
    font-size: 0.95rem !important;
    color: var(--ink) !important;
    letter-spacing: 0.02em !important;
    transition: border-color 0.2s, background 0.2s !important;
    backdrop-filter: blur(6px);
}
.c-form__input:focus,
.c-form__textarea:focus {
    border-color: var(--euni-blue) !important;
    background: white !important;
    outline: none !important;
}
.c-form__label,
.c-form label {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: var(--ink-soft);
    font-size: 0.88rem;
}

/* --- フッターナビのタイトル --- */
.l-footer__navTitle {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--ink);
}
.c-footer-nav a {
    font-family: var(--font-body);
    color: var(--ink-soft);
    letter-spacing: 0.02em;
    transition: color 0.2s;
}
.c-footer-nav a:hover { color: var(--euni-blue); }

/* --- フッターのタグライン・説明文 --- */
.l-footer__tagline {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--ink);
}
.l-footer__description {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 2.0;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
}

/* ============================================================
   v2.4 Business section redesign (2026-04-14)
   ============================================================ */

.p-businessGrid.-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.25rem, 2vw, 2rem);
    max-width: 1120px;
    margin: 0 auto;
}
@media (max-width: 840px) {
    .p-businessGrid.-v2 { grid-template-columns: 1fr; }
}

.p-businessGrid.-v2 .c-card {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(42, 42, 50, 0.06);
    border-radius: 24px;
    padding: clamp(1.25rem, 2.2vw, 1.75rem) clamp(1.75rem, 3vw, 2.5rem) clamp(1.75rem, 3vw, 2.25rem);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.4s ease,
                border-color 0.4s ease;
    isolation: isolate;
    /* 子要素をフレックスで縦積み → 高さ合わせ */
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
/* タグを下部に押し込んで、メタを最下部に固定 */
.p-businessGrid.-v2 .c-card__text { flex: 0 0 auto; }
.p-businessGrid.-v2 .c-card__tags { margin-top: auto; }
.p-businessGrid.-v2 .c-card::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        var(--euni-blue) 20%,
        var(--euni-purple-mid) 50%,
        var(--euni-pink) 80%,
        transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.p-businessGrid.-v2 .c-card:hover {
    transform: translateY(-6px);
    border-color: rgba(61, 139, 253, 0.18);
    box-shadow:
        0 24px 50px -20px rgba(61, 139, 253, 0.18),
        0 10px 24px -12px rgba(245, 163, 208, 0.14);
}
.p-businessGrid.-v2 .c-card:hover::after { opacity: 0.85; }

/* 装飾ブロム（カード右上に控えめに） */
.c-card__bloom {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    filter: blur(30px);
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
    top: -35px;
    right: -35px;
    transition: opacity 0.4s ease, transform 0.6s ease;
}
.c-card.-create .c-card__bloom { background: var(--euni-pink); }
.c-card.-nurture .c-card__bloom { background: var(--euni-blue); opacity: 0.22; }
.p-businessGrid.-v2 .c-card:hover .c-card__bloom { opacity: 0.4; transform: scale(1.15); }

.p-businessGrid.-v2 .c-card > * { position: relative; z-index: 1; }

/* ヘッダー行：番号 + 英字サブラベル */
.c-card__headRow {
    display: flex;
    align-items: baseline;
    gap: 0.85rem;
    margin-bottom: 0.6rem;
}
.c-card__num {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.9rem, 3.6vw, 2.4rem);
    line-height: 1;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 50%, var(--euni-pink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-feature-settings: "tnum" 1, "lnum" 1;
}
.c-card__sublabel {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 300;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    color: var(--ink-mute);
    text-transform: none;
}

/* タイトル */
.p-businessGrid.-v2 .c-card__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    line-height: 1.5;
    letter-spacing: 0.005em;
    color: var(--ink);
    margin-bottom: 0.7rem;
}

/* 本文 */
.p-businessGrid.-v2 .c-card__text {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
    margin-bottom: 1.1rem;
    font-size: 0.92rem;
}

/* サービスタグ */
.c-card__tags {
    list-style: none;
    padding: 0;
    margin: 0 0 1.1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}
.c-card__tags li {
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 0.34rem 0.85rem;
    border-radius: 999px;
    color: var(--ink-soft);
    background: rgba(255, 252, 246, 0.75);
    border: 1px solid rgba(42, 42, 50, 0.08);
    transition: all 0.25s ease;
}
.c-card.-create .c-card__tags li { background: rgba(252, 226, 238, 0.55); color: var(--euni-pink-deep); border-color: rgba(232, 125, 184, 0.18); }
.c-card.-nurture .c-card__tags li { background: rgba(214, 230, 255, 0.55); color: var(--euni-blue-deep); border-color: rgba(61, 139, 253, 0.18); }
.p-businessGrid.-v2 .c-card:hover .c-card__tags li { transform: translateY(-1px); }

/* こんな方に（メタ情報） */
.c-card__meta {
    margin: 0;
    padding-top: 0.85rem;
    border-top: 1px dotted rgba(42, 42, 50, 0.14);
}
.c-card__meta dt {
    font-family: var(--font-accent);
    font-style: italic;
    font-weight: 300;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    color: var(--ink-mute);
    margin-bottom: 0.35rem;
}
.c-card__meta dd {
    font-family: var(--font-body);
    font-size: 0.88rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
    margin: 0;
}

/* カード内リンク（詳細LP・お問い合わせへの導線） */
.c-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--euni-blue-deep);
    letter-spacing: 0.02em;
    text-decoration: none;
    border-bottom: 1px solid rgba(30, 111, 232, 0.28);
    padding-bottom: 0.2rem;
    width: fit-content;
    transition: border-color 0.2s ease, color 0.2s ease;
}
/* -v2 グリッドで、リンクをカード下端へアンカー。tagsのauto押し下げを活かしつつ、
   meta→link の順で下部クラスタを揃える */
.p-businessGrid.-v2 .c-card__link { padding-top: 0.25rem; }
.c-card__link:hover {
    border-bottom-color: var(--euni-blue-deep);
}
.c-card__link strong {
    font-weight: 700;
    color: var(--ink);
    letter-spacing: 0.04em;
}
.c-card__link svg {
    transition: transform 0.2s ease;
}
.c-card__link:hover svg {
    transform: translateX(3px);
}

/* 下部統合CTA */
.p-business__footCta {
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
    display: flex;
    justify-content: center;
}
.p-business__footCta .c-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* --- ヒーロー文字：PCは通常、スマホのみ3秒遅延 --- */
/* PC（デフォルト）: 通常のスタガード登場 */
.p-hero__subtitle { animation: fadeInUp 0.8s ease-out !important; }
.p-hero__title { animation: fadeInUp 1s ease-out 0.2s backwards !important; }
.p-hero__lead { animation: fadeInUp 1.2s ease-out 0.4s backwards !important; }
.p-hero__btns { animation: fadeInUp 1.4s ease-out 0.6s backwards !important; }

/* スマホ（〜768px）: 下スペース圧縮＋既存の5s delay 上書き＋パフォーマンス改善 */
@media (max-width: 768px) {
    /* 下の無駄な空白を詰める */
    .p-hero {
        padding: clamp(5rem, 12vh, 7rem) 0 clamp(1.5rem, 4vh, 2.5rem) !important;
        min-height: clamp(540px, 78vh, 700px) !important;
        align-items: center !important;
    }
    .p-hero__inner {
        margin-top: 0 !important;
    }
    .p-hero__content {
        padding: 0.5rem 1.4rem !important;
    }

    /* 待ち時間は廃止：サブタイトル→見出し→leadを軽く時間差で即表示 */
    .p-hero__subtitle { animation: fadeInUp 0.8s ease-out !important; }
    .p-hero__title { animation: fadeInUp 1s ease-out 0.2s backwards !important; }
    .p-hero__lead { animation: fadeInUp 1s ease-out 0.45s backwards !important; }
    .p-hero__btns { animation: fadeInUp 1s ease-out 0.7s backwards !important; }

    /* --- パフォーマンス改善（モバイル限定） --- */
    /* 重い background-attachment: fixed を外す（mobile で深刻なジャンク原因） */
    .l-mainContent { background-attachment: scroll !important; background-size: auto !important; }
    /* オーブのフロートアニメを停止してペイントコストを下げる */
    .p-hero__orb { animation: none !important; }
    /* オーブを減らす／ぼかし弱め */
    .p-hero__orb--lavender, .p-hero__orb--cream { display: none !important; }
    .p-hero__orb--blue, .p-hero__orb--pink { filter: blur(40px) !important; opacity: 0.3 !important; }
    /* グレインノイズをスマホでは表示しない */
    .p-hero__grain { display: none !important; }
    /* ヘッダーガラスの重い blur/saturate を軽く */
    body.is-scrolled .l-header {
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
    }
    /* カードの backdrop-filter も外す */
    .soft-card, .p-businessGrid.-v2 .c-card, .c-newsCard, .p-business__card {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    /* .c-card__bloom は控えめに維持するが blur 減らす */
    .c-card__bloom { filter: blur(20px) !important; }
}
/* .p-hero__visual はデフォルトのまま */

/* ============================================================
   v2.4 Philosophy page polish (2026-04-15)
   ============================================================ */

/* PHILOSOPHY ラベル（PC・SP） */
.p-pageHero__label {
    font-family: var(--font-accent);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--ink-mute);
    text-transform: none;
}

/* 語源カードのラベル（Eunoia / User Network Interface / Uni） */
.p-philosophyOrigin__label {
    border-bottom: 1px dotted rgba(42, 42, 50, 0.18);
}
.p-philosophyOrigin__name {
    font-family: var(--font-accent);
    font-weight: 500;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, var(--euni-blue) 0%, var(--euni-purple-mid) 50%, var(--euni-pink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.p-philosophyOrigin__reading {
    font-family: var(--font-body);
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--ink-mute);
}

/* イントロと各段落 */
.p-philosophyOrigin__intro {
    font-family: var(--font-body);
    line-height: 2;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
}
.p-philosophyOrigin__meaning {
    font-family: var(--font-display);
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: var(--ink);
}
.p-philosophyOrigin__detail {
    font-family: var(--font-body);
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
}

/* 語源カード自体を soft card 調に */
.p-philosophyOrigin__item {
    background: rgba(255, 255, 255, 0.55) !important;
    border: 1px solid rgba(42, 42, 50, 0.06) !important;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* 結論ボックスをガラス調に */
.p-philosophyOrigin__conclusion {
    background: rgba(255, 255, 255, 0.55) !important;
    border: 1px solid rgba(42, 42, 50, 0.06) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
}
.p-philosophyOrigin__conclusion p {
    font-family: var(--font-body);
    line-height: 2.1;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
}
.p-philosophyOrigin__conclusion strong {
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--ink);
}

/* Back to Top の ghost ボタンへの差し替え対応（philosophyページ下部） */
.p-section__cta .c-btn--outline-dark {
    background: rgba(255, 255, 255, 0.55) !important;
    color: var(--ink) !important;
    border: 1px solid rgba(42, 42, 50, 0.12) !important;
    backdrop-filter: blur(6px);
    box-shadow: none !important;
    background-image: none !important;
}
.p-section__cta .c-btn--outline-dark:hover {
    background: white !important;
    border-color: rgba(42, 42, 50, 0.22) !important;
    background-image: none !important;
}

/* End v2.4 overrides */

/* === prefers-reduced-motion（OS設定で動きを減らしたいユーザー向け） === */
@media (prefers-reduced-motion: reduce) {
    /* ヒーローの装飾オーブとシェイプのアニメを停止 */
    .p-hero__orb,
    .p-hero__shape1,
    .p-hero__shape2,
    .p-hero__shape3 {
        animation: none !important;
    }
    /* テキストのフェードイン演出も停止（最終位置で即表示） */
    .p-hero__content,
    .p-hero__subtitle,
    .p-hero__title,
    .p-hero__lead,
    .p-hero__btns,
    .p-hero__meta {
        animation: none !important;
    }
}

/* =========================================================
   v3 ブラッシュアップ・オーバーライド（2026-06）
   方針: 引き算（装飾撤去・背景沈静）＋ creasta流モーション
   ＋ 英字を Inter のクリーン大文字に統一
   末尾に追加し、既存の層状ルールを最終上書きする
   ========================================================= */
:root{ --ease: cubic-bezier(.4,.4,0,1); --font-en: 'Inter', -apple-system, 'Segoe UI', sans-serif; }

/* --- 1. 装飾の引き算：線画SVG装飾・スパークル・メタを撤去（トップページのみ） --- */
.home [class*="__shape"],
.home .p-hero__spark,
.home .p-hero__meta { display: none !important; }

/* --- 2. ヒーロー背景を静かに（メッシュ淡く・グレイン控えめ・ネットワーク停止／トップのみ） --- */
.home .p-hero{
  background-color: var(--cream) !important;
  background-image:
    radial-gradient(ellipse 60% 50% at 12% 16%, rgba(245,163,208,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 55% 45% at 88% 20%, rgba(214,230,255,0.30) 0%, transparent 62%) !important;
}
.home .p-hero__grain{ opacity:.16 !important; }
.home .p-hero__canvas, .home #networkCanvas{ display:block !important; opacity:1 !important; animation:none !important; }   /* 右カラムに浮遊オーブ（canvas/JS駆動） */
.home .p-hero__orbs{ display:none !important; }   /* 背景の全面オーブは消し、右カラムのcanvasへ集約 */
/* 拡大＆はみ出しで玉が見切れるのを防ぎ、枠内に収める */
.home .p-hero__visual{ transform:none !important; width:100% !important; }

/* --- 3. 全体メッシュを淡く（盛りすぎ防止／トップのみ） --- */
.home .l-mainContent{
  background-image:
    radial-gradient(ellipse 80% 50% at 10% 4%, rgba(252,226,238,0.16) 0%, transparent 58%),
    radial-gradient(ellipse 70% 40% at 92% 30%, rgba(214,230,255,0.14) 0%, transparent 58%) !important;
}

/* --- 4. 英字を Inter のクリーンな大文字トラッキングに統一 --- */
.p-hero__subtitle{
  font-family: var(--font-en) !important;
  text-transform: uppercase !important;
  letter-spacing: .22em !important;
  font-weight: 500 !important;
  font-size: clamp(.78rem, 1.4vw, .94rem) !important;
  color: var(--euni-blue-deep) !important;
}
.c-secLabel{
  font-family: var(--font-en) !important;
  font-weight: 600 !important;
  letter-spacing: .2em !important;
  font-size: .74rem !important;
  color: var(--ink-mute) !important;
}
.euni-section-num, .euni-accent, .p-hero__metaItem,
.c-card__sublabel, .p-mvvItem__en, .c-subTitle__en, .p-values__num,
.p-ceoDetail__nameEn, .c-card__num{ font-style: normal !important; }
.c-card__sublabel, .p-mvvItem__en, .c-subTitle__en, .p-values__num,
.p-ceoDetail__nameEn{ font-family: var(--font-en) !important; letter-spacing:.1em !important; }

/* --- 5. 見出しのレタースペース微調整（ゴシック向け） --- */
.c-secHeading{ letter-spacing:.03em !important; }
.p-hero__title{ font-weight:700 !important; letter-spacing:.03em !important; line-height:1.4 !important; }

/* --- 6. スクロール出現（creasta流・euni-motion.js が .eu-reveal/.is-shown を付与） ---
   既存の静的 .reveal と衝突しないよう専用クラス名を使用 */
.eu-reveal{
  opacity:0; transform: translateY(30px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.eu-reveal.is-shown{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){
  .eu-reveal{ opacity:1 !important; transform:none !important; transition:none !important; }
}

/* --- 7. 改行・行長を自動で整える（手動の<br>に頼らずキレイに折り返す） --- */
.p-hero__title, .c-secHeading, .c-card__title, .p-mvvPurpose__text,
.p-mvvItem__text, .p-value__title, .c-subTitle__jp, .p-ceoDetail__name,
.c-newsCard__title, .p-hero__lead, .c-secDscr{ text-wrap: balance; }
/* 本文は text-wrap:pretty を使わない（Safari の pretty は段落を積極最適化して行を短く割り、
   「早く改行して左寄り」に見えるため）。標準の貪欲折り＝行末まで詰める書籍的な見た目にする */
.p-bizRow__title{ text-wrap: balance; }
/* 見出し・短いコピーは文節境界で折る（auto-phrase）。本文は外して「右まで詰める」標準折り
   （日本語は文字単位で詰める方が読み慣れた密度・書籍的。割れて困る語は .u-nb で保護） */
.p-hero__title, .c-secHeading, .c-card__title, .p-mvvPurpose__text,
.p-mvvItem__text, .p-value__title, .c-subTitle__jp, .p-ceoDetail__name,
.c-newsCard__title, .p-hero__lead, .c-card__text, .p-value__text,
.p-bizRow__title{ word-break: auto-phrase; }
/* 本文は段落として整理＋標準の日本語折り返し（禁則処理つき・行末まで詰める） */
/* 改行で割りたくない語（複合語・固有名詞）を包む手動ユーティリティ */
.u-nb{ white-space: nowrap; }
/* 企業理念ポエムは連(段落)を保ちつつ、連内の手動<br>をモバイルで無効化して自然に流す */
@media (max-width: 768px){ .p-mvvPurpose__detail br{ display: none; } }

/* --- 9. 事業内容：横並び・交互レイアウト（パターンC）＋抽象ブランドビジュアル --- */
.p-bizRows{ margin-top: clamp(2rem,5vw,3.5rem); }
.p-bizRow{ display:grid; grid-template-columns:0.92fr 1.08fr; gap:clamp(1.6rem,4vw,3.5rem); align-items:center; padding:clamp(2.2rem,4vw,3.4rem) 0; }
.p-bizRow + .p-bizRow{ border-top:1px solid var(--color-border); }
.p-bizRow.-rev .p-bizRow__visual{ order:2; }
@media(max-width:768px){
  .p-bizRow{ grid-template-columns:1fr; gap:1.3rem; padding:2.2rem 0; }
  .p-bizRow.-rev .p-bizRow__visual{ order:0; }
}

.p-bizRow__visual{ position:relative; aspect-ratio:5/4; border-radius:24px; overflow:hidden; border:1px solid var(--color-border); }
.p-bizRow__visual.-create{ background:
  radial-gradient(ellipse 64% 58% at 30% 36%, rgba(127,178,255,.20), transparent 64%),
  radial-gradient(ellipse 58% 52% at 72% 70%, rgba(180,136,232,.14), transparent 66%),
  radial-gradient(ellipse 54% 48% at 62% 28%, rgba(214,230,255,.26), transparent 64%),
  var(--cream); }
.p-bizRow__visual.-nurture{ background:
  radial-gradient(ellipse 58% 52% at 32% 66%, rgba(255,193,226,.5), transparent 60%),
  radial-gradient(ellipse 55% 50% at 70% 34%, rgba(180,136,232,.28), transparent 62%),
  radial-gradient(ellipse 50% 46% at 40% 34%, rgba(252,226,238,.55), transparent 60%),
  var(--cream); }
.p-bizRow__visual.-service{ background:
  radial-gradient(ellipse 58% 52% at 34% 38%, rgba(127,178,255,.16), transparent 62%),
  radial-gradient(ellipse 56% 50% at 68% 66%, rgba(255,193,226,.34), transparent 62%),
  radial-gradient(ellipse 50% 46% at 56% 30%, rgba(214,230,255,.22), transparent 62%),
  var(--cream); }
.p-bizRow__motif{ position:absolute; inset:0; width:100%; height:100%; transition:opacity .5s var(--ease); }
/* 生成canvasビジュアル（biz-visuals.js）。is-live のとき静的SVGに替えて描画 */
.p-bizRow__canvas{ position:absolute; inset:0; width:100%; height:100%; display:block; }
.p-bizRow__visual.is-live .p-bizRow__motif{ opacity:0; }
.p-bizRow__tag{ z-index:2; }
.p-bizRow__tag{ position:absolute; left:18px; bottom:14px; font-family:var(--font-en); font-weight:600; font-size:.72rem; letter-spacing:.18em; text-transform:uppercase; color:var(--ink-soft); }
.p-bizRow__tag .n{ color:var(--euni-purple); margin-right:.45rem; }

.p-bizRow__label{ font-family:var(--font-en); font-weight:600; font-size:.74rem; letter-spacing:.2em; text-transform:uppercase; color:var(--ink-mute); }
.p-bizRow__title{ font-family:var(--font-display); font-weight:700; font-size:clamp(1.4rem,2.8vw,1.75rem); letter-spacing:.03em; margin:.55rem 0 .9rem; }
.p-bizRow__text{ color:var(--ink-soft); font-size:.96rem; line-height:2.0; margin-bottom:1.1rem; max-width:34em; }
.p-bizRow__svc{ font-family:var(--font-en); font-size:.82rem; color:var(--ink-mute); letter-spacing:.02em; margin-bottom:1.4rem; }
.p-bizRow__link{ display:inline-flex; align-items:center; gap:.5rem; color:var(--euni-blue-deep); text-decoration:none; font-size:.9rem; font-weight:500; transition:gap .3s var(--ease); }
.p-bizRow__link svg{ transition:transform .3s var(--ease); }
.p-bizRow__link:hover svg{ transform:translateX(4px); }

/* About本文を中央寄せ（見出しと揃える） */
.p-about .p-section__body{ text-align: center; }

/* --- 8. ヒーローのビジュアル：右カラムの canvas に浮遊オーブを描画（network-animation.js／rAF駆動）
   rAF駆動なので OS の「動きを減らす」設定でも動く、やわらかい装飾モーション --- */

/* --- 10. ボタン：メイン=G（白地・青↔ピンクのグラデ枠）／サブ=D（テキストリンク） ---
   グラデの"塗り"をやめてAIっぽさを解消、枠でブランド色を品よく残す */
a.c-btn, button.c-btn, a.c-btn--primary, button.c-btn--primary{
  color: var(--ink) !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  background-image: linear-gradient(var(--paper), var(--paper)), linear-gradient(120deg, var(--euni-blue), var(--euni-pink)) !important;
  background-size: auto !important;
  background-position: 0 0 !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  border: 1.5px solid transparent !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease) !important;
}
a.c-btn:hover, button.c-btn:hover, a.c-btn--primary:hover, button.c-btn--primary:hover,
a.c-btn:focus, button.c-btn:focus, a.c-btn:active, button.c-btn:active{
  color: var(--ink) !important;
  background-color: transparent !important;
  background-image: linear-gradient(var(--paper), var(--paper)), linear-gradient(120deg, var(--euni-blue), var(--euni-pink)) !important;
  background-position: 0 0 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px -16px rgba(180,136,232,.45) !important;
}
a.c-btn svg, button.c-btn svg{ transition: transform .35s var(--ease); }
a.c-btn:hover svg, button.c-btn:hover svg{ transform: translateX(4px); }

/* ヘッダーCTA「お問い合わせ」もメインと同じG（白地＋青↔ピンクのグラデ枠・ink文字）に統一。
   グラデ"塗り"＋白文字を全箇所（デスクトップ基本/v3/モバイル）から上書きして廃止 */
.c-gnav .menu-item:last-child a{
  color: var(--ink) !important;
  font-weight: 600 !important;
  background-color: transparent !important;
  background-image: linear-gradient(var(--paper), var(--paper)), linear-gradient(120deg, var(--euni-blue), var(--euni-pink)) !important;
  background-size: auto !important;
  background-position: 0 0 !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  border: 1.5px solid transparent !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease) !important;
}
.c-gnav .menu-item:last-child a:hover,
.c-gnav .menu-item:last-child a:focus,
.c-gnav .menu-item:last-child a:active{
  color: var(--ink) !important;
  background-color: transparent !important;
  background-image: linear-gradient(var(--paper), var(--paper)), linear-gradient(120deg, var(--euni-blue), var(--euni-pink)) !important;
  background-position: 0 0 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px -16px rgba(180,136,232,.45) !important;
}
@media (max-width: 768px){
  /* モバイルは他のナビボタンと揃えてブロック＋角丸12px */
  .c-gnav .menu-item:last-child a{
    border-radius: 12px !important;
  }
}

/* サブ：テキストリンク（D）。下線が引かれていて、ホバーで右へ消える */
.c-btn.c-btn--text, .p-bizRow__link{
  color: var(--ink) !important;
  font-weight: 700 !important;
  background-image: none !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.c-btn.c-btn--text{ display:inline-flex; align-items:center; gap:.5rem; }
.c-btn.c-btn--text::after, .p-bizRow__link::after{
  content:''; position:absolute; left:0; bottom:-3px; width:100%; height:1.5px;
  background: currentColor; transform: scaleX(1); transform-origin:left;
  transition: transform .4s var(--ease);
}
.c-btn.c-btn--text:hover::after, .p-bizRow__link:hover::after{ transform: scaleX(0); transform-origin:right; }
.c-btn.c-btn--text:hover, .p-bizRow__link:hover{ color: var(--ink) !important; transform:none !important; box-shadow:none !important; }

/* ====================
   タップしたときの反応
   端末の既定は黒い影が出るので、ブランドの青を薄く敷く（2026-09-20）
   ==================== */
html {
    -webkit-tap-highlight-color: rgba(61, 139, 253, 0.18);
}

/* ====================
   触って操作する端末では hover を効かせない
   指を離しても hover が残り、メニュー項目が墨色に沈んだままになるため（2026-09-20）
   ==================== */
@media (hover: none) {
    .c-gnav .menu-item a:hover {
        background: var(--color-bg-white);
        border-color: var(--color-border);
        color: var(--color-text-dark);
        transform: none;
        box-shadow: none;
    }
    .l-header__toggle:hover {
        transform: none;
    }
}

/* ====================
   触って操作する端末では入力欄を 16px に
   これ未満だと iPhone が触れた瞬間に画面を拡大する（2026-09-20）
   ==================== */
@media (pointer: coarse) {
    html .c-form__input,
    html .c-form__textarea,
    html .c-form__select,
    html input[type="text"].c-form__input,
    html input[type="email"].c-form__input,
    html input[type="tel"].c-form__input,
    html .lp-form input,
    html .lp-form textarea,
    html .lp-form select {
        font-size: 16px !important;
    }
}
