/*
   Technogram 下層ページ共通スタイル
*/

/* ===============================================================
   CSS VARIABLES
   =============================================================== */
:root {
    --dark: #111;
    --g800: #333;
    --g600: #666;
    --g400: #999;
    --g200: #ddd;
    --g50: #f7f7f7;
    --white: #fff;
    --accent: #0055cc;
    --accent-hover: #003d99;
    --radius: 12px;
    --mw: 1240px;
    --sec-gap: clamp(100px, 12vw, 160px);
}

/* ===============================================================
   SWELL OVERRIDES
   =============================================================== */
.techno-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    font-family: 'Noto Sans JP', sans-serif;
    color: #1a1a1a;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}

body:has(.techno-page) {
    overflow-x: clip;
}

.techno-page a {
    color: inherit;
    text-decoration: none;
}

.techno-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

body:has(.techno-page) .l-footer {
    margin-top: 0 !important;
    padding-top: 40px !important;
    background-color: #000 !important;
}

body:has(.techno-page) .l-footer > * {
    padding-top: 0 !important;
}

body:has(.techno-page) #wrapper,
body:has(.techno-page) .l-wrapper,
body:has(.techno-page) .l-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.techno-page) .l-mainContent,
body:has(.techno-page) .l-mainContent__inner,
body:has(.techno-page) .l-mainContent > article,
body:has(.techno-page) .post_content,
body:has(.techno-page) .l-content,
body:has(.techno-page) .l-content__inner {
    overflow: visible !important;
}

/* ===============================================================
   UTILITIES
   =============================================================== */
.en { font-family: 'Sora', sans-serif; }

/* ===============================================================
   PAGE HERO
   =============================================================== */
.page-hero {
    padding: clamp(140px, 18vw, 200px) 0 clamp(60px, 8vw, 100px);
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.page-hero-inner {
    max-width: var(--mw);
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.page-hero .breadcrumb,
.breadcrumb {
    font-size: .72rem;
    color: var(--g400);
    margin-bottom: 24px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.breadcrumb a { transition: color .3s; }
.breadcrumb a:hover { color: var(--dark); }
.breadcrumb svg { width: 12px; height: 12px; opacity: .4; }

.page-hero-eyebrow {
    font-size: clamp(3.5rem, 9vw, 7rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    color: rgba(0, 0, 0, .05);
    margin-bottom: 16px;
    display: block;
}

.page-hero h1 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
}

.page-hero-lead {
    font-size: .92rem;
    color: var(--g600);
    line-height: 2.2;
    max-width: 640px;
}

.page-hero-lead a {
    color: var(--accent);
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 85, 204, .2);
    transition: border-color .3s;
}

.page-hero-lead a:hover { border-color: var(--accent); }

/* ===============================================================
   ANSWER FIRST
   =============================================================== */
.answer-first {
    padding: 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    background: var(--g50);
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.answer-first-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 24px;
    font-size: .88rem;
    line-height: 2.2;
    color: var(--g600);
    text-align: center;
}

.answer-first-inner strong { color: var(--dark); font-weight: 700; }

.answer-first-inner a {
    color: var(--accent);
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 85, 204, .3);
}

/* ===============================================================
   SECTION SYSTEM
   =============================================================== */
.section {
    padding: var(--sec-gap) 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.container {
    max-width: var(--mw);
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
}

.sec-eyebrow {
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    color: rgba(0, 0, 0, .06);
    margin-bottom: 20px;
    display: block;
}

.sec-title {
    font-size: clamp(1.3rem, 2.6vw, 1.8rem);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}

.sec-lead {
    font-size: .9rem;
    color: var(--g600);
    line-height: 2.1;
    max-width: 620px;
}

.sec-header { margin-bottom: clamp(48px, 6vw, 72px); }

/* ===============================================================
   MESSAGE (About)
   =============================================================== */
.msg-section { position: relative; overflow: hidden; }

.msg-section::before {
    content: 'Message';
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    font-size: clamp(6rem, 14vw, 12rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    color: rgba(0, 0, 0, .025);
    pointer-events: none;
    white-space: nowrap;
    font-family: 'Sora', sans-serif;
}

.msg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

.msg-text h3 {
    font-size: clamp(1.2rem, 2.2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 24px;
}

.msg-text p {
    font-size: .88rem;
    color: var(--g600);
    line-height: 2.2;
    margin-bottom: 16px;
}

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

.msg-visual img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    background: var(--g50);
    border-radius: var(--radius);
}

.msg-visual-caption {
    text-align: center;
    font-size: .8rem;
    color: var(--g400);
    margin-top: 12px;
    letter-spacing: .02em;
}

.msg-visual-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    color: var(--g400);
    font-style: italic;
}

/* ===============================================================
   STRENGTH (About)
   =============================================================== */
.str-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.str-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: var(--radius);
    padding: clamp(28px, 3vw, 40px);
    transition: transform .5s cubic-bezier(.22, 1, .36, 1), box-shadow .5s;
}

.str-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0, 0, 0, .06); }

.str-num {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -.04em;
    color: rgba(0, 0, 0, .06);
    line-height: 1;
    margin-bottom: 16px;
}

.str-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 12px; line-height: 1.6; }
.str-card p { font-size: .82rem; color: var(--g600); line-height: 2; }

/* ===============================================================
   TEAM (About)
   =============================================================== */
.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.team-card {
    display: flex;
    gap: clamp(16px, 2vw, 24px);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: var(--radius);
    padding: clamp(20px, 2.5vw, 28px);
    transition: transform .5s cubic-bezier(.22, 1, .36, 1), box-shadow .5s;
}

.team-card:hover { transform: none; box-shadow: none; }

.team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--g50);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 800;
    color: rgba(0, 0, 0, .08);
    overflow: hidden;
}

.team-avatar img { width: 100%; height: 100%; object-fit: cover; }

.team-info h3 { font-size: .92rem; font-weight: 700; line-height: 1.5; margin-bottom: 2px; }

.team-info .team-role {
    font-size: .72rem;
    color: var(--accent);
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 10px;
    display: block;
}

.team-info p { font-size: .78rem; color: var(--g600); line-height: 1.95; }

/* ===============================================================
   FAQ (About, Pricing)
   =============================================================== */
.faq-list { max-width: 100%; }

.faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 24px 0;
}

.faq-item:first-child { border-top: 1px solid rgba(0, 0, 0, .07); }

.faq-q {
    font-size: .92rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 4px 0;
    transition: color .3s;
}

.faq-q:hover { color: var(--accent); }

.faq-q::before {
    content: 'Q';
    font-family: 'Sora', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    color: var(--accent);
    background: rgba(0, 85, 204, .07);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.faq-q::after {
    content: '+';
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--g400);
    transition: transform .3s;
    flex-shrink: 0;
}

.faq-item.open .faq-q::after { transform: rotate(45deg); }

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.22, 1, .36, 1), padding .4s;
}

.faq-item.open .faq-a { max-height: 400px; padding: 16px 0 4px 42px; }

.faq-a p { font-size: .85rem; color: var(--g600); line-height: 2.1; }

/* ===============================================================
   COMPANY TABLE (About, Company)
   =============================================================== */
.company-table-wrap { max-width: 800px; }
.company-table { width: 100%; border-collapse: collapse; }
.company-table tr { border-bottom: 1px solid rgba(0, 0, 0, .06); }

.company-table th {
    font-size: .82rem;
    font-weight: 600;
    color: var(--g400);
    text-align: left;
    padding: 20px 24px 20px 0;
    width: 160px;
    vertical-align: top;
    white-space: nowrap;
}

.company-table td {
    font-size: .88rem;
    padding: 20px 0;
    line-height: 1.9;
    color: var(--g800);
}

.company-table td a {
    color: var(--accent);
    border-bottom: 1px solid rgba(0, 85, 204, .2);
    transition: border-color .3s;
}

.company-table td a:hover { border-color: var(--accent); }

/* ===============================================================
   SERVICE ROW CARDS (Service)
   =============================================================== */
.svc-list { display: flex; flex-direction: column; gap: 24px; }

.svc-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform .5s cubic-bezier(.22, 1, .36, 1), box-shadow .5s;
    text-decoration: none;
    color: inherit;
}

.svc-row:hover { transform: translateY(-4px); box-shadow: 0 24px 64px rgba(0, 0, 0, .07); }

.svc-row-thumb {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--g50);
    position: relative;
}

.svc-row-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.svc-row:hover .svc-row-thumb img { transform: scale(1.04); }

.svc-row-body {
    padding: clamp(28px, 3.5vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.svc-row-tag {
    display: inline-block;
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #0055cc;
    font-weight: 600;
    margin-bottom: 12px;
}

.svc-row-name {
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.5;
    color: #000;
}

.svc-row-sub {
    font-size: .85rem;
    font-weight: 500;
    color: var(--g600);
    margin-bottom: 20px;
    line-height: 1.7;
}

.svc-row-desc {
    font-size: .82rem;
    color: var(--g600);
    line-height: 2.1;
    margin-bottom: 20px;
}

.svc-row-meta { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }

.svc-row-meta-item {
    font-size: .78rem;
    color: var(--g600);
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 1.8;
}

.svc-row-meta-item strong {
    color: var(--dark);
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

.svc-row-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: var(--dark);
    color: #fff;
    border-radius: 80px;
    font-size: .8rem;
    font-weight: 600;
    transition: all .35s;
    align-self: flex-start;
}

.svc-row-link:hover {
    background: var(--g800);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.svc-row-link svg { width: 14px; height: 14px; transition: transform .3s; }
.svc-row:hover .svc-row-link svg { transform: translateX(3px); }

/* ===============================================================
   FLOW (Service)
   =============================================================== */
.flow-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.flow-step {
    text-align: center;
    flex: 1;
    min-width: 160px;
    padding: 24px 16px;
    position: relative;
}

.flow-num {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -.03em;
    color: rgba(0, 0, 0, .06);
    line-height: 1;
    margin-bottom: 8px;
}

.flow-step h3 { font-size: .88rem; font-weight: 700; margin-bottom: 6px; }
.flow-step p { font-size: .75rem; color: var(--g400); line-height: 1.8; }
.flow-arrow { width: 32px; height: 32px; color: var(--g200); flex-shrink: 0; }

/* ===============================================================
   SOLUTION BANNER (Service)
   =============================================================== */
.solution-banner {
    background: var(--dark);
    color: #fff;
    padding: clamp(60px, 8vw, 100px) 0;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.solution-banner::before {
    content: 'Solution';
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: clamp(6rem, 14vw, 12rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    color: rgba(255, 255, 255, .03);
    pointer-events: none;
    font-family: 'Sora', sans-serif;
}

.solution-inner {
    max-width: var(--mw);
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 60px;
}

.solution-text h2 {
    font-size: clamp(1.2rem, 2.4vw, 1.6rem);
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.6;
}

.solution-text p { font-size: .85rem; opacity: .5; line-height: 2; max-width: 500px; }

.btn-solution {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: #fff !important;
    color: #000 !important;
    font-size: .82rem;
    font-weight: 600;
    border-radius: 80px;
    transition: all .35s;
    white-space: nowrap;
}

.btn-solution:hover { background: var(--g50); transform: translateY(-2px); }
.btn-solution svg { width: 14px; height: 14px; transition: transform .3s; }
.btn-solution:hover svg { transform: translateX(3px); }

/* ===============================================================
   CHALLENGE (Solution)
   =============================================================== */
.challenge-list { display: flex; flex-direction: column; gap: 0; }

.challenge-item {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding: clamp(48px, 6vw, 72px) 0;
}

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

.challenge-num {
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -.04em;
    color: rgba(0, 0, 0, .05);
    line-height: 1;
    margin-bottom: 16px;
}

.challenge-title {
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 700px;
}

.challenge-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 4vw, 48px);
}

.challenge-label {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--g400);
    margin-bottom: 12px;
}

.challenge-bg p,
.challenge-approach p {
    font-size: .85rem;
    color: var(--g600);
    line-height: 2.2;
}

.challenge-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 24px;
    background: var(--dark) !important;
    color: #fff !important;
    border-radius: 80px;
    font-size: .78rem;
    font-weight: 600;
    transition: all .35s;
}

.challenge-link:hover { background: var(--g800); transform: translateY(-2px); }
.challenge-link svg { width: 14px; height: 14px; transition: transform .3s; }
.challenge-link:hover svg { transform: translateX(3px); }

/* ===============================================================
   STATS (Case)
   =============================================================== */
.stats-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

.stat-card {
    text-align: center;
    background: #fff;
    border-radius: var(--radius);
    padding: clamp(28px, 3.5vw, 40px) clamp(36px, 4vw, 56px);
    border: 1px solid rgba(0, 0, 0, .06);
    flex: 0 1 300px;
}

.stat-number {
    font-size: clamp(3rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.03em;
}

.stat-number small { font-size: .35em; font-weight: 400; letter-spacing: 0; }
.stat-label { font-size: .78rem; color: var(--g400); font-weight: 500; margin-top: 6px; }

/* ===============================================================
   INDUSTRY TAGS (Case)
   =============================================================== */
.industry-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 56px;
}

.industry-tag {
    font-size: .75rem;
    padding: 6px 18px;
    border: 1px solid var(--g200);
    border-radius: 80px;
    color: var(--g600);
    font-weight: 500;
}

/* ===============================================================
   LOGO TICKER (Case)
   =============================================================== */
.ticker-wrap {
    overflow: hidden;
    position: relative;
    padding: 8px 0;
    margin-bottom: 72px;
}

.ticker-wrap::before,
.ticker-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.ticker-wrap::before { left: 0; background: linear-gradient(to right, var(--g50), transparent); }
.ticker-wrap::after { right: 0; background: linear-gradient(to left, var(--g50), transparent); }

.ticker {
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    animation: slide 30s linear infinite;
}

.ticker + .ticker { margin-top: 16px; }

.ticker-reverse {
    animation: slide-reverse 30s linear infinite;
}

@keyframes slide { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes slide-reverse { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }

.ticker img {
    height: 80px;
    margin: 0 16px;
}

/* ===============================================================
   CASE CARDS (Case)
   =============================================================== */
.case-list { display: flex; flex-direction: column; gap: 24px; }

.case-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform .5s cubic-bezier(.22, 1, .36, 1), box-shadow .5s;
}

.case-card:hover { transform: none; box-shadow: none; }

.case-card-inner { padding: clamp(28px, 4vw, 48px); }

.case-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.case-badge {
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .1em;
    color: var(--accent);
    background: rgba(0, 85, 204, .07);
    padding: 5px 14px;
    border-radius: 80px;
    white-space: nowrap;
}

.case-card h3 {
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    font-weight: 700;
    line-height: 1.6;
}

.case-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.case-content-block h4 {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--g400);
    margin-bottom: 10px;
}

.case-content-block p { font-size: .82rem; color: var(--g600); line-height: 2; }

.case-results { display: flex; gap: 16px; flex-wrap: wrap; }

.case-result-item {
    background: var(--g50);
    border-radius: 8px;
    padding: 14px 20px;
    text-align: center;
    flex: 1;
    min-width: 140px;
}

.case-result-num {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 800;
    color: var(--accent);
    line-height: 1.2;
    letter-spacing: -.02em;
}

.case-result-label { font-size: .72rem; color: var(--g400); margin-top: 4px; }

.case-voice {
    font-size: .82rem;
    color: var(--g600);
    font-style: italic;
    margin-top: 20px;
    padding: 16px 0 0;
    border-top: 1px solid rgba(0, 0, 0, .06);
    line-height: 2;
}

.case-voice::before { content: '\2015 '; color: var(--g400); }

/* ===============================================================
   PRICING CARDS (Pricing)
   =============================================================== */
.price-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.price-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform .5s cubic-bezier(.22, 1, .36, 1), box-shadow .5s;
}

.price-card:hover { transform: none; box-shadow: none; }

.price-card-head {
    padding: clamp(24px, 3vw, 36px) clamp(24px, 3vw, 36px) 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-tag {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
    background: rgba(0, 85, 204, .07);
    padding: 4px 12px;
    border-radius: 80px;
}

.price-card-body { padding: clamp(20px, 3vw, 36px); }

.price-card h3 {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.5;
}

.price-card-sub {
    font-size: .82rem;
    color: var(--g600);
    line-height: 1.9;
    margin-bottom: 20px;
}

.price-amount { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }

.price-amount-num {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1;
}

.price-amount-unit { font-size: .82rem; color: var(--g600); font-weight: 500; }
.price-note { font-size: .72rem; color: var(--g400); margin-bottom: 20px; line-height: 1.7; }

.price-includes {
    border-top: 1px solid rgba(0, 0, 0, .06);
    padding-top: 20px;
}

.price-includes h4 {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--g400);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.price-includes-item {
    font-size: .82rem;
    color: var(--g600);
    line-height: 2;
    padding-left: 18px;
    position: relative;
}

.price-includes-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 85, 204, .15);
}

/* ===============================================================
   HISTORY (Company)
   =============================================================== */
.history-list {
    max-width: 700px;
    position: relative;
    padding-left: 32px;
}

.history-list::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: var(--g200);
}

.history-item {
    display: flex;
    gap: 24px;
    margin-bottom: 28px;
    position: relative;
}

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

.history-item::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--accent);
    z-index: 1;
}

.history-year {
    font-size: .82rem;
    font-weight: 700;
    color: var(--accent);
    white-space: nowrap;
    min-width: 80px;
    padding-top: 2px;
}

.history-desc { font-size: .85rem; color: var(--g600); line-height: 1.9; }

/* ===============================================================
   ACCESS INFO (Company)
   =============================================================== */
.access-info { margin-bottom: 40px; }
.access-info h3 { font-size: 1rem; font-weight: 700; margin-bottom: 12px; }
.access-info h4 { font-size: .88rem; font-weight: 600; margin-top: 20px; margin-bottom: 8px; }
.access-info p { font-size: .88rem; color: var(--g600); line-height: 1.9; }
.access-info ul { list-style: none; padding: 0; margin: 0; }
.access-info ul li { font-size: .88rem; color: var(--g600); line-height: 2; padding-left: 1em; text-indent: -1em; }
.access-info ul li::before { content: '・'; }

/* ===============================================================
   MAP (Company)
   =============================================================== */
.map-wrap {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .07);
    height: 360px;
    background: var(--g50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--g400);
    font-size: .85rem;
    font-style: italic;
}

.map-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ===============================================================
   LINK CARDS (Company)
   =============================================================== */
.link-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.link-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: var(--radius);
    padding: 20px 24px;
    transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s, border-color .3s;
    text-decoration: none;
    color: inherit;
}

.link-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .05);
    border-color: rgba(0, 0, 0, .12);
}

.link-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--g50);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.link-card-icon svg { width: 18px; height: 18px; stroke: var(--g600); fill: none; stroke-width: 1.5; }
.link-card-text h3 { font-size: .85rem; font-weight: 700; line-height: 1.4; }
.link-card-text p { font-size: .72rem; color: var(--g400); line-height: 1.6; }

.link-card-arrow {
    margin-left: auto;
    width: 16px;
    height: 16px;
    color: var(--g400);
    transition: transform .3s;
}

.link-card:hover .link-card-arrow { transform: translateX(3px); color: var(--dark); }

/* ===============================================================
   CTA SECTION
   =============================================================== */
.cta-sec {
    background: var(--dark);
    color: #fff;
    padding: var(--sec-gap) 0;
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.cta-sec::before {
    content: 'Contact';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(8rem, 20vw, 18rem);
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1;
    color: rgba(255, 255, 255, .025);
    pointer-events: none;
    white-space: nowrap;
    font-family: 'Sora', sans-serif;
}

.cta-header { text-align: center; margin-bottom: clamp(40px, 5vw, 60px); }
.cta-header .sec-eyebrow { color: rgba(255, 255, 255, .06); }
.cta-header .sec-title { color: #fff; }
.cta-header .sec-lead { color: rgba(255, 255, 255, .45); margin: 0 auto; }

.cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 720px;
    margin: 0 auto;
}

.cta-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--radius);
    padding: clamp(28px, 3vw, 40px) clamp(24px, 2.5vw, 32px);
    text-align: center;
    transition: background .3s, border-color .3s, transform .3s;
}

.cta-card:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .16);
    transform: translateY(-4px);
}

.cta-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 1.5; }
.cta-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: 10px; }
.cta-card p { font-size: .78rem; opacity: .4; line-height: 1.9; margin-bottom: 24px; }

.btn-cta-w, .btn-cta-a, .btn-cta-g {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 11px 28px;
    border-radius: 80px;
    font-size: .78rem;
    font-weight: 600;
    transition: all .3s;
}

.btn-cta-w { border: 1px solid rgba(255, 255, 255, .25); color: #fff !important; }
.btn-cta-a { background: var(--accent); color: #fff; }
.btn-cta-g { border: 1px solid rgba(255, 255, 255, .25); color: #fff; }
.btn-cta-w:hover, .btn-cta-a:hover, .btn-cta-g:hover { transform: translateY(-1px); opacity: 1; }

/* CTA Simple variant (Pricing, Company) */
.cta-simple { text-align: center; }
.cta-simple p { font-size: .92rem; color: rgba(255, 255, 255, .5); margin-bottom: 32px; line-height: 2; }

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 44px;
    background: #fff !important;
    color: #000 !important;
    font-size: .88rem;
    font-weight: 600;
    border-radius: 80px;
    transition: all .35s;
}

.btn-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0, 0, 0, .2); }

/* ===============================================================
   FLOATING CTA
   =============================================================== */
.floating-cta {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 90;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .5s, transform .5s;
}

.floating-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

.floating-cta a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--dark);
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    border-radius: 80px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
    transition: all .3s;
}

.floating-cta a:hover { background: #222; transform: translateY(-2px); }
.floating-cta a svg { width: 16px; height: 16px; }

/* ===============================================================
   FADE-UP ANIMATIONS
   =============================================================== */
.fu {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1);
}

.fu.v { opacity: 1; transform: translateY(0); }
.fu-d1 { transition-delay: .1s; }
.fu-d2 { transition-delay: .2s; }
.fu-d3 { transition-delay: .3s; }

/* ===============================================================
   RESPONSIVE — TABLET (960px)
   =============================================================== */
@media (max-width: 960px) {
    .msg-grid { grid-template-columns: 1fr; }
    .str-grid, .cta-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr; }
    .svc-row { grid-template-columns: 1fr; }
    .flow-wrap { flex-direction: column; }
    .flow-arrow { transform: rotate(90deg); }
    .solution-inner { grid-template-columns: 1fr; text-align: center; }
    .solution-text p { margin: 0 auto; }
    .btn-solution { margin: 0 auto; }
    .challenge-grid { grid-template-columns: 1fr; }
    .case-content { grid-template-columns: 1fr; }
    .stats-row { flex-direction: column; align-items: center; }
    .stat-card { width: 100%; max-width: 340px; }
    .price-grid { grid-template-columns: 1fr; }
    .link-grid { grid-template-columns: 1fr; }
    .company-table th { width: 120px; padding-right: 16px; }
    .sec-eyebrow, .page-hero-eyebrow { font-size: clamp(2rem, 10vw, 3.5rem); }
}

/* ===============================================================
   RESPONSIVE — MOBILE (600px)
   =============================================================== */
@media (max-width: 600px) {
    .team-card { flex-direction: column; align-items: center; text-align: center; }
    .case-results { flex-direction: column; }
    .floating-cta { bottom: 16px; right: 16px; }
    .floating-cta a { padding: 12px 24px; font-size: .78rem; }
    .company-table th { display: block; padding-bottom: 0; width: 100%; }
    .company-table td { display: block; padding-top: 4px; }
}
