:root {
    --navy:       #0D2250;
    --navy-mid:   #1A3A6B;
    --navy-light: #2C5282;
    --navy-pale:  #EEF2F9;
    --accent:     #0044FF;
    --accent-lt:  #002BFF;
    --ink:        #0D1B2A;
    --text:       #2D3748;
    --muted:      #718096;
    --border:     #D6DCE8;
    --white:      #FFFFFF;
    --font-display: 'Noto Sans JP', sans-serif;
    --font-serif: 'Noto Sans JP', sans-serif;
    --font-sans:  'Noto Sans JP', sans-serif;
    --font-mono:  'Noto Sans JP', sans-serif;
    --nav-h:      68px;
    --max-w:      1200px;
    --pad-x:      48px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); background: #ffffff; color: var(--ink); font-size: 15px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
.bg-grad { background: #ffffff; }
a { text-decoration: none; color: inherit; }

main { animation: fadeIn 0.4s ease forwards; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: var(--nav-h); display: flex; align-items: center; padding: 0 80px; background: rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.4); backdrop-filter: blur(60px); -webkit-backdrop-filter: blur(60px); transition: background 0.3s, border-color 0.3s, box-shadow 0.3s; }
nav.scrolled { background: rgba(255,255,255,0.7); border-bottom-color: rgba(255,255,255,0.4); box-shadow: 0 4px 24px rgba(13,34,80,0.1); backdrop-filter: blur(60px); -webkit-backdrop-filter: blur(60px); }
.nav-logo { display: flex; align-items: center; }
.nav-logo img { display: block; width: 210px; height: auto; transition: filter 0.3s; }
@media (min-width: 961px) {
    nav:not(.scrolled) .nav-logo img { filter: drop-shadow(0 0 6px rgba(255,255,255,0.9)) drop-shadow(0 0 12px rgba(255,255,255,0.6)); }
}
.nav-logo-mark { width: 28px; height: 28px; border-radius: 6px; background: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; font-family: var(--font-mono); }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 48px; }
.nav-link { font-size: 14px; font-weight: 600; line-height: 10px; color: var(--ink); padding: 6px 0; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; }
.nav-link-eyebrow, .nav-link-arrow { display: none; }
@media (min-width: 961px) {
    .nav-link--cta { background: #072044; border: 1.5px solid #072044; border-radius: 50px; padding: 0 20px; min-width: 170px; height: 48px; display: inline-flex; align-items: center; justify-content: center; line-height: normal; color: #fff !important; transition: background 0.2s, border-color 0.2s; margin-left: 24px; }
    .nav-link--cta:hover { background: #002BFF; border-color: #002BFF; color: #fff !important; }
}
.nav-link:hover { color: var(--muted); }
.nav-link.active { color: var(--ink); border-color: var(--accent); }
nav.scrolled .nav-link { color: var(--ink); }
nav.scrolled .nav-link:hover { color: var(--muted); }
nav.scrolled .nav-link.active { color: var(--navy); }
.nav-links.open .nav-link { color: var(--navy); }
.nav-links.open .nav-link:hover { color: var(--accent); }
.nav-cta { font-size: 13px; font-weight: 500; padding: 9px 22px; background: var(--accent); color: #fff; border-radius: 4px; transition: background 0.2s; margin-left: 8px; }
.nav-cta:hover { background: var(--accent-lt); }

/* LAYOUT */
main { padding-top: var(--nav-h); }
.wrap { max-width: var(--max-w); margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }
.section { padding: 96px 0; }
.eyebrow { font-family: var(--font-mono); font-size: 13px; font-weight: bold; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.section-heading { font-family: var(--font-serif); font-size: clamp(28px, 4vw, 46px); line-height: 1.2; color: var(--navy); margin-bottom: 24px; }
.section-heading em { font-style: normal; color: var(--accent); }
.section-body { font-size: 15px; line-height: 2; color: var(--text); max-width: 620px; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 30px; font-size: 14px; font-weight: 500; border-radius: 4px; transition: all 0.2s; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-mid); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,90,0,0.25); }
.btn-outline-white { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.35); }
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--navy); border-bottom: 1px solid var(--navy); padding-bottom: 1px; transition: color 0.2s, border-color 0.2s; }
.text-link:hover { color: var(--accent); border-color: var(--accent); }


/* HERO */
.hero { position: relative; overflow: hidden; margin-top: calc(-1 * var(--nav-h)); }
.hero::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 220px; background: linear-gradient(to bottom, rgba(0,0,0,0.38) 0%, transparent 100%); z-index: 1; pointer-events: none; }
.hero-kv { display: block; width: 100%; }
.hero-kv img { display: block; width: 100%; height: 56.25vw; max-height: 810px; min-height: 480px; object-fit: cover; object-position: center; }
.hero-inner { max-width: var(--max-w); margin: 0 auto; padding: 64px var(--pad-x); position: relative; z-index: 1; width: 100%; }
.hero-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 28px; display: flex; align-items: center; gap: 14px; }
.hero-eyebrow::before { content: ''; display: block; width: 28px; height: 1.5px; background: var(--accent); flex-shrink: 0; }
.hero-title { font-family: var(--font-serif); font-size: clamp(44px, 5.5vw, 72px); line-height: 1.15; color: #fff; margin-bottom: 32px; font-weight: 700; }
.hero-title em { font-style: normal; color: var(--accent); }
.hero-lead { font-size: 16px; line-height: 2; color: rgba(255,255,255,0.65); margin-bottom: 48px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-word-block { padding: 26px 36px; border-left: 2px solid rgba(255,255,255,0.08); margin-bottom: 2px; transition: border-color 0.3s; }
.hero-word-block:hover { border-color: var(--accent); }
.hero-word-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 10px; }
.hero-word-text { font-family: var(--font-serif); font-size: clamp(16px, 1.8vw, 23px); color: rgba(255,255,255,0.8); line-height: 1.45; font-style: italic; }
.hero-word-text strong { color: #fff; font-style: normal; }
/* ABOUT */
.about-section { padding: 96px var(--pad-x); max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-text { }
.about-heading { font-size: clamp(22px, 2.8vw, 34px); color: var(--navy-light); font-weight: 500; margin-bottom: 32px; }
.about-body { font-size: 16px; line-height: 2.1; color: var(--text); margin-bottom: 48px; }
.btn-pill { display: inline-flex; align-items: center; padding: 14px 52px; border: 1.5px solid var(--navy); border-radius: 50px; font-size: 15px; color: var(--navy); transition: all 0.25s; }
.btn-pill:hover { background: var(--navy); color: #fff; }
.about-visual { width: 100%; aspect-ratio: 4/3; border-radius: 8px; background: var(--navy-pale); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--border); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.15em; }

/* SERVICES */
.services-bg { background: var(--navy); }
.services-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.service-col { padding: 64px var(--pad-x); border-right: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; }
.service-col:last-child { border-right: none; }
.service-eyebrow { font-family: var(--font-sans); font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.75); margin-bottom: 20px; display: flex; flex-direction: column; gap: 12px; }
.service-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--accent); }
.service-title { font-size: clamp(22px, 2.2vw, 30px); font-weight: 700; color: #fff; line-height: 1.3; margin-bottom: 20px; }
.service-desc { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.9; flex: 1; margin-bottom: 40px; }
.service-link { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em; color: rgba(255,255,255,0.45); transition: color 0.2s; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; }
.service-link:hover { color: #fff; }

/* NEWS */
.news-section { padding: 104px 0 96px; background: #fff; }
.news-heading-block { text-align: left; margin-bottom: 48px; }
.news-eyebrow { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.news-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--accent); flex-shrink: 0; }
.news-main-title { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 46px); font-weight: 700; color: var(--ink); line-height: 1.2; }
.news-rows { border-top: 1px solid var(--border); }
.news-row { display: grid; grid-template-columns: 140px 1fr; gap: 28px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--border); transition: padding-left 0.2s, color 0.2s; color: var(--ink); cursor: pointer; }
.news-row:hover { padding-left: 12px; }
.news-date { font-family: var(--font-mono); font-size: 12px; color: var(--muted); flex-shrink: 0; }
.news-badge { font-size: 10px; letter-spacing: 0.08em; padding: 5px 14px; border-radius: 20px; background: var(--navy); color: #fff; white-space: nowrap; text-align: center; flex-shrink: 0; }
.news-title { font-size: 14px; line-height: 1.65; }
.news-footer { margin-top: 56px; text-align: left; }
.btn-news-list { display: inline-flex; align-items: center; justify-content: center; padding: 12px 32px; border: 1.5px solid var(--ink); border-radius: 50px; font-size: 13px; color: var(--ink); transition: background 0.25s, color 0.25s; }
.btn-news-list:hover { background: #002BFF; border-color: #002BFF; color: #fff; }

/* HIGHLIGHTS (MISSION & COMPANY) */
.highlights-section { background: #f5f6f8; padding: 80px 0; }
.highlights-list { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad-x); display: flex; flex-direction: column; gap: 32px; }
.highlight-item { display: grid; grid-template-columns: 1fr 1fr; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); background: #fff; cursor: pointer; transition: box-shadow 0.25s, transform 0.25s; color: inherit; }
.highlight-item:hover { box-shadow: 0 12px 40px rgba(13,34,80,0.12); transform: translateY(-3px); }
.highlight-image { aspect-ratio: 4/3; background: #d0d3d8; display: flex; align-items: center; justify-content: center; color: rgba(0,0,0,0.25); font-family: var(--font-mono); font-size: 14px; letter-spacing: 0.15em; }
.highlight-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.highlight-text { padding: 56px 64px; display: flex; flex-direction: column; justify-content: center; }
.highlight-eyebrow { font-size: 13px; font-weight: bold; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.highlight-title { font-family: var(--font-display); font-size: clamp(24px, 2.8vw, 38px); font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 20px; }
.highlight-desc { font-size: 14px; line-height: 2; color: var(--text); margin-bottom: 28px; }
.highlight-link { display: inline-flex; align-items: center; font-size: 13px; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 2px; width: fit-content; transition: color 0.2s, border-color 0.2s; }
.highlight-item:hover .highlight-link { color: var(--accent); border-color: var(--accent); }

/* SERVICES v2 */
.services2-section { background: #f5f6f8; padding: 80px 0; }
.services2-header { margin-bottom: 56px; }
.services2-eyebrow { font-size: 13px; font-weight: bold; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.services2-title { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 46px); font-weight: 700; color: var(--ink); line-height: 1.2; margin-bottom: 8px; }
.services2-group { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; padding: 48px 0; border-top: 1px solid var(--border); }
.services2-group:last-child { border-bottom: 1px solid var(--border); }
.services2-group-title { font-size: clamp(18px, 2vw, 24px); font-weight: 700; color: var(--ink); margin-bottom: 16px; line-height: 1.4; }
.services2-group-desc { font-size: 13px; line-height: 2; color: var(--text); }
.services2-items { display: flex; flex-direction: column; }
.services2-item { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--border); color: inherit; transition: opacity 0.2s; }
.services2-item:first-child { padding-top: 0; }
.services2-item:last-child { border-bottom: none; padding-bottom: 0; }
.services2-item:hover { opacity: 0.65; }
.services2-logo { width: 120px; aspect-ratio: 4/3; background: #d0d3d8; display: flex; align-items: center; justify-content: center; font-size: 11px; color: rgba(0,0,0,0.3); letter-spacing: 0.1em; border-radius: 4px; flex-shrink: 0; }
.services2-logo img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 4px; }
.services2-item-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.services2-item-desc { font-size: 13px; line-height: 1.8; color: var(--text); margin-bottom: 12px; }
.services2-item-link { display: inline-flex; align-items: center; font-size: 12px; color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 1px; transition: color 0.2s, border-color 0.2s; }
.services2-item:hover .services2-item-link { color: var(--accent); border-color: var(--accent); }

/* PRESS HEADER */
.press-header { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 16px; }

/* WHY */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-visual { position: relative; }
.why-visual-deco { position: absolute; top: -20px; right: -20px; width: 100px; height: 100px; border-radius: 50%; background: var(--accent); opacity: 0.12; }
.why-visual-card { background: var(--navy); border-radius: 12px; padding: 48px 44px; }
.why-visual-quote { font-family: var(--font-serif); font-size: clamp(19px, 2.2vw, 26px); line-height: 1.6; font-style: italic; color: #fff; margin-bottom: 28px; }
.why-visual-quote em { color: var(--accent); }
.why-visual-author { font-size: 11px; color: rgba(255,255,255,0.35); letter-spacing: 0.12em; }
.why-list { margin-top: 40px; }
.why-item { display: flex; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--border); }
.why-item:first-child { border-top: 1px solid var(--border); }
.why-num { font-family: var(--font-mono); font-size: 11px; color: var(--accent); letter-spacing: 0.1em; flex-shrink: 0; padding-top: 3px; }
.why-item-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.why-item-desc { font-size: 13px; color: var(--muted); line-height: 1.85; }

/* WHAT */
.what-bg { background: var(--navy-pale); }
.what-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px; }
.what-card { background: #fff; border-radius: 10px; padding: 40px 32px; border: 1px solid var(--border); transition: box-shadow 0.25s, transform 0.25s; }
.what-card:hover { box-shadow: 0 16px 40px rgba(13,34,80,0.1); transform: translateY(-4px); }
.what-card-num { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--accent); margin-bottom: 20px; }
.what-card-title { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.what-card-desc { font-size: 13px; color: var(--text); line-height: 1.9; }
.what-card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--accent); margin-top: 24px; font-weight: 500; }

/* PRESS PREVIEW */
.press-rows { margin-top: 48px; border-top: 1px solid var(--border); }
.press-row { display: grid; grid-template-columns: 130px 90px 1fr; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid #edf0f7; transition: padding-left 0.2s; }
.press-row:hover { padding-left: 10px; }
.press-date { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.press-cat { font-size: 10px; letter-spacing: 0.1em; padding: 4px 10px; border-radius: 20px; background: var(--navy-pale); color: var(--navy-mid); text-align: center; white-space: nowrap; }
.press-title-txt { font-size: 14px; color: var(--ink); }

/* PAGE HERO */
.page-hero { background: var(--navy); padding: 72px var(--pad-x) 48px; }
.page-hero-wrap { max-width: var(--max-w); margin: 0 auto; }
.page-hero-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; display: flex; align-items: center; gap: 14px; }
.page-hero-eyebrow::before { content: ''; display: block; width: 28px; height: 1.5px; background: var(--accent); }
.page-hero-title { font-family: var(--font-serif); font-size: clamp(36px, 5vw, 60px); color: #fff; line-height: 1.2; }
.page-hero-sub { font-size: 15px; color: rgba(255,255,255,0.55); margin-top: 20px; max-width: 560px; line-height: 1.9; }

/* CEO */
.ceo-layout { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; margin-top: 48px; }
.ceo-photo { width: 100%; aspect-ratio: 3/4; border-radius: 8px; background: linear-gradient(160deg, var(--navy-pale) 0%, var(--border) 100%); display: flex; align-items: center; justify-content: center; font-size: 72px; position: relative; overflow: hidden; }
.ceo-plate { position: absolute; bottom: 0; left: 0; right: 0; background: var(--navy); padding: 18px 20px; text-align: center; }
.ceo-name { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.ceo-role { font-size: 11px; color: rgba(255,255,255,0.45); letter-spacing: 0.1em; }
.ceo-message { font-size: 15px; line-height: 2.1; color: var(--text); }
.ceo-message p { margin-bottom: 28px; }
.ceo-blockquote { font-family: var(--font-serif); font-size: clamp(20px, 2.2vw, 27px); font-style: italic; color: var(--navy); border-left: 3px solid var(--accent); padding: 4px 0 4px 32px; margin: 40px 0; line-height: 1.6; }
.ceo-blockquote em { color: var(--accent); font-style: normal; }
.ceo-sign { display: inline-block; margin-top: 16px; font-size: 20px; font-family: var(--font-serif); font-style: italic; color: var(--navy); }
.ceo-name-sp { display: none; }
.ceo-profile-box { margin-top: 16px; background: var(--navy-pale); padding: 20px 22px; border-radius: 4px; }
.ceo-profile-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.ceo-profile-text { font-size: 13px; line-height: 1.8; color: var(--text); }

/* INFO TABLE */
.info-section { }
.info-table { width: 100%; border-collapse: collapse; }
.info-table tr { background: #fff; border-bottom: 1px solid var(--border); }
.info-table tr:first-child { border-top: 1px solid var(--border); }
.info-table th { width: 200px; text-align: left; padding: 20px 16px; vertical-align: top; font-size: 13px; font-weight: 500; color: var(--muted); }
.info-table td { padding: 20px 16px; font-size: 14px; color: var(--ink); line-height: 1.9; }

/* MISSION KV */
.mission-kv { margin-top: calc(-1 * var(--nav-h)); }
.mission-kv img { display: block; width: 100%; }

/* MISSION SECTION */
.mission-section { background: #fff; }
.mission-title { font-size: clamp(28px, 4vw, 48px) !important; font-weight: 700; }
.mission-body { margin-top: 40px; }
.mission-body p { font-size: 15px; line-height: 2; color: var(--text); margin-bottom: 28px; }
.mission-body p:last-child { margin-bottom: 0; }

/* MISSION */
.mission-hero { background: var(--navy); min-height: 65vh; display: flex; align-items: center; padding: 120px var(--pad-x) 80px; position: relative; overflow: hidden; }
.mission-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 80% 60%, rgba(44,82,130,0.4) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 20% 30%, rgba(255,90,0,0.08) 0%, transparent 60%); pointer-events: none; }
.mission-hero-inner { max-width: var(--max-w); margin: 0 auto; position: relative; z-index: 1; }
.mission-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 28px; display: flex; align-items: center; gap: 14px; }
.mission-label::before { content: ''; display: block; width: 28px; height: 1.5px; background: var(--accent); }
.mission-headline { font-family: var(--font-serif); font-size: clamp(44px, 7vw, 88px); color: #fff; line-height: 1.15; margin-bottom: 36px; }
.mission-headline em { font-style: italic; color: var(--accent); }
.mission-body { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 600px; line-height: 2; }

/* VISION */
.vision-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.vision-sticky { position: sticky; top: calc(var(--nav-h) + 40px); }
.vision-items { display: flex; flex-direction: column; gap: 28px; }
.vision-item { padding: 32px 36px; border: 1px solid var(--border); border-radius: 8px; transition: border-color 0.25s, box-shadow 0.25s; }
.vision-item:hover { border-color: var(--navy-light); box-shadow: 0 8px 32px rgba(13,34,80,0.08); }
.vision-item-num { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--accent); margin-bottom: 14px; }
.vision-item-title { font-family: var(--font-serif); font-size: 22px; font-weight: bold; color: var(--navy); margin-bottom: 12px; }
.vision-item-desc { font-size: 13px; color: var(--text); line-height: 1.9; }

/* STRATEGY */
.strategy-bg { background: transparent; }
.strategy-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 56px; }
.strategy-card { background: #fff; border-radius: 10px; border: 1px solid var(--border); padding: 44px 36px; transition: box-shadow 0.2s; }
.strategy-card:hover { box-shadow: 0 8px 32px rgba(13,34,80,0.1); }
.strategy-num { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--accent); margin-bottom: 20px; }
.strategy-title { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.strategy-desc { font-size: 13px; color: var(--text); line-height: 1.9; }

/* PRESS LIST */
.press-filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 48px; }
.filter-pill { padding: 8px 20px; border: 1.5px solid var(--border); border-radius: 24px; font-size: 12px; cursor: pointer; background: #fff; color: var(--text); transition: all 0.2s; font-family: var(--font-sans); }
.filter-pill.active, .filter-pill:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.press-full-list { margin-top: 40px; border-top: 1px solid var(--border); }
.press-full-row { display: grid; grid-template-columns: 140px 100px 1fr auto; gap: 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid #edf0f7; transition: padding-left 0.2s; color: var(--ink); }
.press-full-row:hover { padding-left: 12px; }
.press-full-date { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.press-full-cat { font-size: 10px; letter-spacing: 0.1em; padding: 4px 10px; border-radius: 20px; background: var(--navy-pale); color: var(--navy-mid); text-align: center; white-space: nowrap; }
.press-full-title { font-size: 14px; }
.press-full-arrow { color: var(--muted); font-size: 16px; }

/* CONTACT */
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 96px; align-items: start; }
.contact-sticky { position: sticky; top: calc(var(--nav-h) + 40px); }
.contact-detail-block { margin-top: 40px; }
.contact-detail-item { margin-bottom: 28px; }
.contact-detail-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.contact-detail-val { font-size: 14px; font-weight: 500; color: var(--ink); line-height: 1.8; }
.contact-biz-box { margin-top: 40px; padding: 28px 32px; background: var(--navy-pale); border-radius: 8px; border-left: 3px solid var(--navy); }
.contact-biz-title { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.contact-biz-desc { font-size: 13px; color: var(--text); line-height: 1.8; margin-bottom: 18px; }
.form-group { margin-bottom: 26px; }
.form-label { display: block; font-size: 12px; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.form-req { color: var(--accent); margin-left: 4px; }
.form-input, .form-select, .form-textarea { width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: 6px; font-size: 14px; font-family: var(--font-sans); background: #fff; color: var(--ink); transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(13,34,80,0.08); }
.form-textarea { resize: vertical; min-height: 140px; }
.form-select { appearance: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: 11px; color: var(--muted); margin-top: 14px; line-height: 1.8; }
.submit-btn { width: 100%; padding: 16px; background: var(--navy); color: #fff; border: none; border-radius: 6px; font-size: 15px; font-weight: 500; cursor: pointer; transition: background 0.2s, transform 0.2s; font-family: var(--font-sans); }
.submit-btn:hover { background: var(--navy-mid); transform: translateY(-2px); }

/* FOOTER */
footer { background: #072044; color: #fff; }
.footer-main { max-width: var(--max-w); margin: 0 auto; padding: 72px var(--pad-x) 56px; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 64px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.footer-logo { display: block; width: 180px; height: auto; filter: brightness(0) invert(1); margin-left: -10px; }
.footer-sns { display: flex; gap: 10px; }
.footer-sns-btn { width: 40px; height: 40px; border-radius: 50px; background: rgba(255,255,255,0.12); display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.75); transition: background 0.2s, color 0.2s; flex-shrink: 0; }
.footer-sns-btn:hover { background: rgba(255,255,255,0.22); color: #fff; }
.footer-sns-btn svg { width: 17px; height: 17px; fill: currentColor; }
.footer-nav-heading { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 24px; }
.footer-nav-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.footer-nav-list a { font-size: 15px; color: rgba(255,255,255,0.75); transition: color 0.2s; }
.footer-nav-list a:hover { color: #fff; }
.footer-bottom { max-width: var(--max-w); margin: 0 auto; padding: 22px var(--pad-x); border-top: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: space-between; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.4); }
.footer-privacy { font-size: 12px; color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-privacy:hover { color: rgba(255,255,255,0.7); }

/* PRESS DETAIL */
.press-detail-page { background: #fff; }
.press-detail-wrap { max-width: 800px; margin: 0 auto; padding: 40px var(--pad-x) 96px; }
.press-detail-back { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); margin-bottom: 48px; transition: color 0.2s; }
.press-detail-back:hover { color: var(--navy); }
.press-detail-back::before { content: '←'; font-size: 14px; }
.press-detail-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.press-detail-date { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.press-detail-cat { font-size: 10px; letter-spacing: 0.12em; padding: 4px 12px; border-radius: 20px; background: var(--navy-pale); color: var(--navy-mid); }
.press-detail-title { font-family: var(--font-serif); font-size: clamp(26px, 4vw, 40px); color: var(--navy); line-height: 1.3; margin-bottom: 48px; padding: 24px 0 40px 28px; border-bottom: 1px solid var(--border); border-left: 4px solid var(--accent); }
.press-detail-body { font-size: 15px; color: var(--text); line-height: 2; }
.press-detail-body p { margin-bottom: 28px; }
.press-detail-body h2 { font-family: var(--font-serif); font-size: 24px; color: var(--navy); margin: 48px 0 20px; }
.press-detail-body h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin: 36px 0 14px; }
.press-detail-body ul { padding-left: 24px; margin-bottom: 28px; }
.press-detail-body ul li { margin-bottom: 10px; }
.press-detail-body .highlight { background: var(--navy-pale); border-left: 3px solid var(--navy); padding: 24px 28px; border-radius: 0 6px 6px 0; margin: 36px 0; }
.press-detail-body .highlight p { margin-bottom: 0; font-size: 14px; }
.press-detail-contact { margin-top: 40px; padding: 16px 20px; background: #f5f5f5; border: 1px solid #e0e0e0; border-radius: 4px; font-size: 13px; color: #888; }
.press-detail-contact-title { font-size: 13px; font-weight: 600; color: inherit; margin: 0 0 4px; }
.press-detail-contact-body { font-size: 13px; color: inherit; line-height: 1.8; margin: 0; }
.press-detail-contact-body a { color: #888; }
.press-detail-nav { display: flex; justify-content: space-between; align-items: stretch; gap: 20px; margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--border); }
.press-detail-nav-item { flex: 1; padding: 20px 24px; border: 1px solid var(--border); border-radius: 8px; transition: border-color 0.2s, box-shadow 0.2s; color: var(--ink); }
.press-detail-nav-item:hover { border-color: var(--navy); box-shadow: 0 4px 16px rgba(13,34,80,0.08); }
.press-detail-nav-dir { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.15em; color: var(--muted); margin-bottom: 8px; }
.press-detail-nav-title { font-size: 13px; line-height: 1.5; }
.press-detail-nav-placeholder { flex: 1; }

.divider { height: 1px; background: var(--border); }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; margin-left: auto; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--navy); }

@media (max-width: 960px) {
    :root { --pad-x: 20px; }
    nav { padding: 0 20px; }
    .nav-logo { margin-left: 5px; }
    .nav-logo img { width: 185px; height: auto; }
    .nav-links { display: none; }
    .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; padding: calc(var(--nav-h) + 40px) 0 48px; z-index: 199; border-bottom: none; overflow-y: auto; gap: 32px; }
    .nav-links.open .nav-link { display: flex; flex-wrap: wrap; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--border); width: 90%; box-sizing: border-box; }
    .nav-links.open .nav-link-eyebrow { display: flex; width: 100%; align-items: center; gap: 10px; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
    .nav-links.open .nav-link-eyebrow::before { content: ''; display: block; width: 20px; height: 1.5px; background: var(--accent); flex-shrink: 0; }
    .nav-links.open .nav-link-label { font-size: 22px; font-weight: 700; color: var(--ink); flex: 1; }
    .nav-links.open .nav-link-arrow { display: block; font-size: 18px; color: var(--ink); }
    .nav-links.open .nav-link--cta { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center; margin: 40px 20px 0; background: var(--navy); color: #fff !important; border: none; border-radius: 0; min-width: unset; width: calc(100% - 40px); height: 56px; border-bottom: none; padding: 0; }
    .nav-links.open .nav-link--cta .nav-link-eyebrow { display: none; }
    .nav-links.open .nav-link--cta .nav-link-label { font-size: 16px; font-weight: 500; color: #fff; flex: none; width: auto; margin-bottom: 0; }
    .nav-links.open .nav-link--cta .nav-link-arrow { display: none; }
    .hamburger { display: flex; position: relative; z-index: 201; }
    .hamburger span { transition: transform 0.3s, opacity 0.3s; }
    .hamburger.open { border: 1.5px solid var(--ink); border-radius: 8px; }
    .hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; }
    .hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
    nav.menu-open { background: #fff !important; border-bottom-color: var(--border) !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
    .hero-kv img { height: auto; max-height: none; }
    nav { background: rgba(255,255,255,0.7); backdrop-filter: blur(60px); -webkit-backdrop-filter: blur(60px); }
    .hero-inner { grid-template-columns: 1fr; gap: 48px; }
    .why-grid { grid-template-columns: 1fr; gap: 40px; }
    .what-cards { grid-template-columns: 1fr; }
    .about-section { grid-template-columns: 1fr; gap: 40px; padding: 64px var(--pad-x); }
    .about-visual { aspect-ratio: 3/2; }
    .services-grid { grid-template-columns: 1fr; }
    .service-col { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
    .service-col:last-child { border-bottom: none; }
    .press-row { grid-template-columns: 1fr; gap: 6px; }
    .news-row { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
    .news-date { font-size: 11px; }
    .news-section { padding: 72px 0 64px; }
    .news-main-title { font-size: clamp(24px, 8vw, 36px); }
    .highlight-item { grid-template-columns: 1fr; }
    .highlight-item--reverse .highlight-image { order: 1; }
    .highlight-item--reverse .highlight-text { order: 2; }
    .highlight-text { padding: 40px var(--pad-x); }
    .highlights-section { padding: 56px 0; }
    .services2-group { grid-template-columns: 1fr; gap: 32px; padding: 36px 0; }
    .services2-section { padding: 56px 0; }
    .services2-item { grid-template-columns: 88px 1fr; gap: 16px; }
    .services2-logo { width: 88px; }
    .svc-item--reverse .svc-image { order: 0; }
    .svc-item--reverse .svc-text { order: 0; }
    .svc-list { padding: 0 var(--pad-x) 56px; gap: 32px; }
    .svc-text { padding: 48px var(--pad-x); }
    .svc-image { aspect-ratio: 3/2; }
    .ceo-layout { grid-template-columns: 1fr; gap: 5px; margin-top: 10px; }
    .ceo-layout > div:first-child { display: flex; gap: 16px; align-items: center; }
    .ceo-photo { width: 110px; flex-shrink: 0; }
    .ceo-plate { display: none; }
    .ceo-name-sp { margin-bottom: 10px; }
    .ceo-name-sp .ceo-name { font-size: 15px; color: var(--navy); }
    .ceo-name-sp .ceo-role { font-size: 10px; color: var(--muted); margin-bottom: 0; }
    .ceo-profile-box { flex: 1; margin-top: 0; }
    .ceo-profile-text { font-size: 11px; line-height: 1.7; }
    .ceo-blockquote { margin-top: 16px; }
    .ceo-message { font-size: 14px; }
    .vision-layout { grid-template-columns: 1fr; }
    .vision-sticky { position: static; }
    .strategy-grid { grid-template-columns: 1fr; gap: 1px; }
    .contact-layout { grid-template-columns: 1fr; gap: 48px; }
    .contact-sticky { position: static; }
    .form-row { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; gap: 40px; padding: 48px var(--pad-x) 36px; text-align: center; }
    .footer-brand { align-items: center; }
    .footer-logo { margin-left: 0; }
    .footer-sns { justify-content: center; }
    .footer-nav-list { align-items: center; }
    .footer-bottom { flex-direction: column; align-items: center; gap: 8px; }
    .press-full-row { grid-template-columns: 1fr; gap: 6px; }
    .info-card { padding: 32px 24px; }
    .press-full-cat { font-size: 9px; padding: 3px 8px; }
    .press-full-arrow { display: none; }
    .press-detail-nav { flex-direction: column; }
}
