/* 流体フォントサイズ */
.text-fluid-sm  { font-size: clamp(0.95rem, 3.8vw, 1.125rem); }
.text-fluid-base { font-size: clamp(1.05rem, 4.2vw, 1.25rem); }
.text-fluid-lg  { font-size: clamp(1.25rem, 5vw, 1.5rem); }
.text-fluid-xl  { font-size: clamp(1.75rem, 7.5vw, 2.5rem); }

body {
    color: #6C5853;
    background:
        radial-gradient(circle at 12% 10%, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0) 22%),
        radial-gradient(circle at 86% 14%, rgba(241,218,220,0.26) 0%, rgba(241,218,220,0) 20%),
        linear-gradient(180deg, #FFFCF8 0%, #FBF5F0 100%);
}

header {
    background: rgba(255, 255, 255, 0.93);
    border-bottom-color: rgba(203, 155, 104, 0.22);
    box-shadow: 0 12px 26px rgba(111, 85, 78, 0.09);
}

.bg-kirakira {
    position: relative;
    background-color: #FFFCF8;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 8%),
        radial-gradient(circle at 85% 15%, rgba(255,245,240,0.9) 0%, rgba(255,245,240,0) 13%),
        radial-gradient(circle at 10% 80%, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0) 10%),
        radial-gradient(circle at 80% 85%, rgba(253,236,225,0.72) 0%, rgba(253,236,225,0) 15%),
        radial-gradient(circle at 50% 50%, rgba(247,236,230,0.7) 0%, rgba(255,252,248,0) 52%);
}

.hero-luxe::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(255,255,255,0.36) 0%, rgba(255,255,255,0) 38%),
        radial-gradient(circle at 72% 28%, rgba(242, 214, 198, 0.32) 0%, rgba(242, 214, 198, 0) 24%);
    pointer-events: none;
}

.badge-soft {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,247,243,0.96) 100%);
    border-color: rgba(203, 155, 104, 0.48);
    box-shadow: 0 8px 20px rgba(111, 85, 78, 0.07);
}

.hero-meta {
    background: linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(255,247,241,0.78) 100%);
    box-shadow: 0 14px 30px rgba(111, 85, 78, 0.08);
    backdrop-filter: blur(4px);
}

.bg-gold-gradient {
    background: linear-gradient(135deg, #FFFDFC 0%, #F8EFD6 48%, #E7CC8B 100%);
}

.soft-panel {
    background-image: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,249,245,0.98) 100%);
    border-color: rgba(203, 155, 104, 0.24);
    box-shadow: 0 14px 28px rgba(111, 85, 78, 0.08), 0 1px 0 rgba(255,255,255,0.72) inset;
}

.reward-card {
    position: relative;
    overflow: hidden;
    padding: 1.75rem;
    border: 1px solid rgba(237, 217, 197, 0.9);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(250,247,243,0.99) 100%);
    box-shadow:
        0 14px 26px rgba(73, 45, 35, 0.1),
        inset 0 1px 0 rgba(255,255,255,0.78);
}

.reward-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 38%),
        radial-gradient(circle at 84% 10%, rgba(244, 228, 205, 0.08) 0%, rgba(244, 228, 205, 0) 22%);
    pointer-events: none;
}

.reward-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 3px;
    background: linear-gradient(90deg, rgba(201,168,122,0) 0%, rgba(201,168,122,0.9) 18%, rgba(231,204,139,0.95) 50%, rgba(201,168,122,0.9) 82%, rgba(201,168,122,0) 100%);
}

.reward-card-main {
    padding: 2.25rem 2rem;
}

.reward-card-stat {
    min-height: 8.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reward-card-stat-emphasis {
    background:
        linear-gradient(180deg, rgba(255,250,245,0.99) 0%, rgba(250,244,235,0.99) 100%);
}

.reward-card-kicker {
    position: relative;
    z-index: 1;
    margin-bottom: 0.7rem;
    font-family: "Noto Serif JP", serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #C9A87A;
}

.reward-card-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 1.4rem;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #6B4E42;
}

.reward-card-copy {
    position: relative;
    z-index: 1;
    margin-bottom: 1.15rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8;
    color: #6B5048;
}

.reward-card-plus {
    display: block;
    margin-top: 0.2rem;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    line-height: 1;
    color: #C9A87A;
}

.reward-card-highlight {
    position: relative;
    z-index: 1;
    margin-bottom: 1.4rem;
    padding: 1.5rem 1.25rem;
    border: 1px solid rgba(201, 168, 122, 0.26);
    background:
        linear-gradient(180deg, rgba(253,251,247,0.99) 0%, rgba(249,244,238,0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.reward-card-note {
    position: relative;
    z-index: 1;
    font-size: 0.95rem;
    font-weight: 700;
    color: #6B5048;
}

.reward-card-value {
    position: relative;
    z-index: 1;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(1.6rem, 7vw, 2.45rem);
    font-weight: 900;
    line-height: 1.2;
    color: #6B4E42;
}

.comparison-table th,
.comparison-table td {
    line-height: 1.6;
}

.comparison-table td:nth-child(2) {
    font-size: 0.85rem;
    font-weight: 400;
    color: #9ca3af;
}

.comparison-table td:nth-child(3),
.comparison-table th:nth-child(3) {
    position: relative;
}

.comparison-table td:nth-child(3)::before,
.comparison-table th:nth-child(3)::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.soft-panel-lift {
    border-radius: 1.25rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.soft-panel-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(111, 85, 78, 0.11), 0 1px 0 rgba(255,255,255,0.8) inset;
}

.btn-glossy {
    background: linear-gradient(180deg, #A9CF73 0%, #86AF4B 55%, #739A3E 100%);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.68), 0 12px 22px rgba(115,154,62,0.24), 0 0 0 1px rgba(255,255,255,0.08);
    border: 1px solid #6E903B;
    position: relative;
    overflow: hidden;
}
.btn-glossy::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0) 32%, rgba(255,239,223,0.18) 70%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}
.btn-glossy::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 40%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 60%);
    transform: rotate(30deg) translate(-50%, -50%);
    animation: shine 5s infinite;
}
@keyframes shine {
    0%   { transform: translate(-100%, -100%) rotate(30deg); }
    20%  { transform: translate(100%, 100%) rotate(30deg); }
    100% { transform: translate(100%, 100%) rotate(30deg); }
}
.btn-glossy:hover {
    background: linear-gradient(180deg, #B3D77E 0%, #90B858 55%, #7DA446 100%);
}

.btn-ivory {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,242,236,0.98) 100%);
    box-shadow: 0 10px 22px rgba(111, 85, 78, 0.08), inset 0 1px 0 rgba(255,255,255,0.86);
}

.btn-ivory:hover {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,236,228,1) 100%);
}

.border-elegant {
    border: 1px solid rgba(203, 155, 104, 0.82);
    padding: 6px;
    background: linear-gradient(135deg, rgba(255,255,255,0.96) 0%, rgba(250,241,235,0.96) 100%);
    box-shadow: 0 14px 30px rgba(111, 85, 78, 0.08);
    border-radius: 1.5rem;
}
.border-elegant-inner {
    border: 1px solid rgba(203, 155, 104, 0.34);
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,249,245,0.95) 100%);
    border-radius: 1.15rem;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.92);
}

/* ヒーロー流体タイポグラフィ */
.hero-sub {
    font-size: clamp(1.25rem, 4.5vw, 2.25rem);
    letter-spacing: 0.12em;
}
.hero-demo {
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
}
.hero-main {
    font-size: clamp(2.8rem, 12vw, 6rem);
}
.hero-road {
    font-size: clamp(1.4rem, 5vw, 3rem);
    letter-spacing: 0.12em;
}

/* グローテキストエフェクト */
.glow-filter {
    display: inline-block;
    background: linear-gradient(135deg, #F6E3A2 0%, #E8C769 22%, #D8B35F 56%, #F3DFA3 80%, #E2BF67 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter:
        drop-shadow(0 0 0.5px rgba(107, 78, 66, 0.5))
        drop-shadow(0 0 0.5px rgba(107, 78, 66, 0.4));
    animation: softGlow 2.8s ease-in-out infinite alternate;
}
@keyframes softGlow {
    from {
        filter:
            drop-shadow(0 0 0.5px rgba(107, 78, 66, 0.5))
            drop-shadow(0 0 0.5px rgba(107, 78, 66, 0.4));
    }
    to {
        filter:
            drop-shadow(0 0 0.5px rgba(107, 78, 66, 0.55))
            drop-shadow(0 0 1px rgba(107, 78, 66, 0.3));
    }
}

/* スクロール時ヘッダー */
header.scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 22px rgba(203, 155, 104, 0.14);
}

/* リビール */
.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* 仕事内容カード — フルイドテキスト */
.job-card-body {
    container-type: inline-size;
    font-size: clamp(0.75rem, 4.2cqi, 0.94rem);
}
.job-card-body h3 {
    font-size: 1.25em;
    line-height: 1.4;
}

/* 募集要項パネル — フルイドテキスト */
.req-panel {
    container-type: inline-size;
}
.req-panel .req-value-lg {
    font-size: clamp(0.95rem, 4.8cqi, 1.2rem);
}
.req-panel .req-value-base {
    font-size: clamp(0.85rem, 4cqi, 1.05rem);
}
/* 比較テーブル — フルイドテキスト */
.comparison-scroll {
    container-type: inline-size;
}
.comparison-table td:nth-child(1) {
    font-size: clamp(0.7rem, 3.2cqi, 0.875rem);
}
.comparison-table td:nth-child(3) {
    font-size: clamp(0.75rem, 3.8cqi, 1.25rem);
}
.comparison-table thead th {
    font-size: clamp(0.6rem, 2.8cqi, 0.875rem);
}

/* FAQ — フルイドテキスト */
.faq-section {
    container-type: inline-size;
}
.faq-answer {
    font-size: clamp(0.9rem, 3.6cqi, 1rem);
}

/* CTA — フルイド調整 */
.cta-copy-line-long {
    font-size: 0.94em;
}

/* スケジュールカード — フルイドテキスト */
.schedule-card-body {
    container-type: inline-size;
}
.schedule-desc {
    font-size: clamp(0.85rem, 4.5cqi, 0.95rem);
}
@media (max-width: 767px) {
    .schedule-desc {
        font-size: 1rem;
    }
}

/* 会社情報 — フルイドテキスト */
.company-panel {
    container-type: inline-size;
    font-size: clamp(0.9rem, 4cqi, 1.05rem);
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    header .max-w-6xl {
        height: 4rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    header .max-w-6xl {
        gap: 0.75rem;
    }

    .site-brand {
        align-items: center;
        padding-right: 0.5rem;
    }

    .site-logo {
        height: 1.7rem;
    }

    .site-wordmark {
        display: block;
        max-width: 5.8rem;
        font-size: 0.72rem;
        letter-spacing: 0.07em;
        line-height: 1.02;
        white-space: nowrap;
    }

    .mobile-header-cta {
        flex-shrink: 0;
        min-width: 0;
        padding: 0.55rem 0.75rem;
        font-size: 0.76rem;
        line-height: 1;
    }

    .hero-title {
        max-width: 100%;
    }

    .hero-meta-panel {
        width: 100%;
        max-width: 22rem;
        padding: 0.9rem 1rem;
    }

    .hero-cta-wrap {
        width: 100%;
        max-width: 22rem;
    }

    .hero-cta-badge {
        max-width: calc(100% - 1rem);
        white-space: normal;
        text-align: center;
        line-height: 1.35;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .reward-card {
        padding: 1.5rem;
    }

    .reward-card-main {
        padding: 1.75rem 1.5rem;
    }

    .reward-card-heading {
        font-size: 1.7rem;
    }

    .reward-card-copy {
        font-size: 1.05rem;
        line-height: 1.7;
    }

    .reward-card-highlight {
        padding: 1.15rem 1rem;
    }

    .reward-card-value {
        font-size: 2rem;
    }

    .comparison-table {
        min-width: 0;
    }

    .comparison-table thead th,
    .comparison-table td {
        padding: 0.6rem 0.4rem;
    }

    .comparison-table td:nth-child(2) {
        color: #9ca3af;
    }

    #schedule .soft-panel-lift {
        border-radius: 1rem;
    }

    #schedule .soft-panel-lift .relative.pt-12 {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    #cta .btn-glossy,
    #cta .btn-ivory {
        font-size: 1.05rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #cta .btn-glossy svg,
    #cta .btn-ivory svg {
        width: 1.25rem;
        height: 1.25rem;
        flex-shrink: 0;
    }

    #requirement dl {
        gap: 0;
    }

    #requirement dt {
        width: 100%;
        padding-top: 0.85rem;
        padding-bottom: 0;
    }

    #requirement dd {
        width: 100%;
        padding-top: 0.25rem;
        padding-bottom: 0.85rem;
    }

    footer .soft-panel {
        font-size: 0.92rem;
    }
}

@media (max-width: 420px) {
    .site-wordmark {
        max-width: 5.2rem;
        font-size: 0.64rem;
        letter-spacing: 0.04em;
    }

    .site-logo {
        height: 1.55rem;
    }

    .hero-title {
        max-width: 100%;
    }

    .mobile-header-cta {
        padding: 0.5rem 0.65rem;
        font-size: 0.72rem;
    }

    .hero-cta-wrap .btn-glossy {
        font-size: 1rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }


    #cta .btn-glossy,
    #cta .btn-ivory {
        font-size: 1rem;
    }
}
