/* ============================================================
   KIGEN Corporate Site — shared styles
   Reproduced from the high-fidelity design handoff.
   Desktop-first (design min-width: 1180px).
============================================================ */

:root{
  --navy:#001A47;
  --navy-2:#002F7B;
  --navy-3:#0B3E9E;
  --orange:#F26A21;
  --orange-h:#e65f18;
  --green:#1E9E6A;
  --green-h:#17b377;
  --blue:#3B6FB5;
  --mint:#7DE0AE;
  --red:#FF0000;
  --bg-light:#F4F8FE;
  --footer:#0A1830;
  --text:#12203a;
  --text-2:#3A465C;
  --text-3:#4a5670;
  --sub:#6b7890;
  --sub-2:#8090ab;
  --border:#E3EAF5;
  --border-2:#E7EDF6;
  --border-3:#C9D6EC;

  --f-head:'Zen Kaku Gothic New',sans-serif;
  --f-body:'Noto Sans JP',sans-serif;
  --f-disp:'Space Grotesk',sans-serif;
  --f-mono:'Space Mono',monospace;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{
  font-family:var(--f-body);
  color:var(--text);
  background:#fff;
  min-width:1180px;
}
a{ color:inherit; text-decoration:none; }
img{ display:block; }

/* ---------- layout helpers ---------- */
.container{ margin:0 auto; }
.w1200{ max-width:1200px; }
.w1160{ max-width:1160px; }
.w1000{ max-width:1000px; }
.w900{ max-width:900px; }
.w880{ max-width:880px; }
.w840{ max-width:840px; }
.w760{ max-width:760px; }
.w720{ max-width:720px; }
.w680{ max-width:680px; }
.w640{ max-width:640px; }

.section{ padding:110px 56px; }
.section-mid{ padding:72px 56px; }

.center{ text-align:center; }

/* ---------- kicker labels (Space Mono) ---------- */
.kicker{
  font-family:var(--f-mono);
  font-size:13px;
  letter-spacing:.24em;
  font-weight:700;
  color:var(--orange);
}
.kicker--mint{ color:var(--mint); }
.kicker--peach{ color:#FFC5A3; }

.breadcrumb{
  font-family:var(--f-mono);
  font-size:12px;
  color:var(--sub-2);
  letter-spacing:.1em;
}
.breadcrumb a{ cursor:pointer; }
.breadcrumb a:hover{ color:var(--orange); }

/* ---------- headings ---------- */
.h1{
  font-family:var(--f-head);
  font-weight:900;
  font-size:48px;
  color:var(--navy);
  margin:12px 0 0;
}
.section-title{
  font-family:var(--f-head);
  font-weight:900;
  color:var(--navy);
}

/* ============================================================
   HEADER (sub pages) — sticky, blurred white
============================================================ */
.site-header{
  position:sticky; top:0; z-index:100;
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 48px;
  background:rgba(255,255,255,.93);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border-2);
}
.site-header .logo{ height:24px; width:auto; cursor:pointer; }
.nav{
  display:flex; align-items:center; gap:30px;
  font-size:14px; font-weight:500; color:#123;
}
.nav a{ cursor:pointer; }
.nav a.nav-link:hover{ color:var(--orange); }

.btn-contact{
  background:var(--orange); color:#fff;
  padding:11px 22px; border-radius:6px; font-weight:700; cursor:pointer;
}
.btn-contact:hover{ background:var(--orange-h); }

/* ============================================================
   HERO (home)
============================================================ */
.hero-outer{ width:100%; background:#FBFCFE; }
.hero{
  position:relative; width:100%; max-width:1920px; margin:0 auto;
  background:#FBFCFE; overflow:hidden;
}
.hero-grid{
  display:grid; grid-template-columns:1.02fr .98fr; min-height:620px;
}

/* transparent overlay header */
.hero-header{
  position:absolute; top:0; left:0; right:0; z-index:30;
  display:flex; align-items:center; justify-content:space-between;
  padding:1.6vw 2.6vw;
}
.hero-header .logo{ height:1.5vw; min-height:22px; width:auto; cursor:pointer; }
.hero-nav{
  display:flex; align-items:center; gap:1.8vw;
  font-size:.95vw; font-weight:500; color:#1a2438;
}
.hero-nav a{ cursor:pointer; }
.hero-nav a.nav-link:hover{ color:var(--orange); }
.hero-nav .btn-contact{ padding:.7vw 1.4vw; }

/* left: copy column */
.hero-copy{
  display:flex; flex-direction:column;
  justify-content:center; align-items:flex-start; text-align:left;
  padding:150px 40px 90px 160px;
}
.hero-copy h1{ margin:0; letter-spacing:-.01em; }
.hero-copy .l1{ display:block; white-space:nowrap; font-family:var(--f-disp); font-weight:700; font-size:88px; line-height:1.04; color:#12151C; }
.hero-copy .l2{ display:block; font-family:var(--f-disp); font-weight:400; font-size:78px; line-height:1.04; color:#12151C; }
.hero-copy .lead{ font-size:17px; line-height:1.95; color:#3A465C; max-width:500px; text-wrap:pretty; margin:22px 0 0; }
.hero-actions{ display:flex; align-items:center; gap:16px; margin-top:36px; }
.hero-btn{
  cursor:pointer; font-weight:700; font-size:16px;
  padding:16px 32px; border-radius:4px; transition:background .18s, color .18s;
}
.hero-btn.primary{ background:#002F7B; color:#fff; }
.hero-btn.primary:hover{ background:#FF0000; }
.hero-btn.outline{ background:transparent; color:#002F7B; border:1.5px solid #002F7B; }
.hero-btn.outline:hover{ background:#002F7B; color:#fff; }
.news-link{
  cursor:pointer; display:inline-flex; align-items:center; gap:6px;
  color:#3A465C; font-size:14px; font-weight:500;
  border-bottom:1px solid #C9D6EC; padding-bottom:2px; margin-top:26px; transition:color .18s;
}
.news-link:hover{ color:#002F7B; }
.news-link .arr{ font-size:15px; }

/* right: visual column */
.hero-visual{ position:relative; background:#DCEEE7; overflow:hidden; }
/* upright phone mock — scales with the column so proportions match the design at any width */
.hero-phone{
  position:absolute; left:50%; top:96px; bottom:-40px; transform:translateX(-50%);
  width:33%; min-width:250px; max-width:300px; height:auto; z-index:15;
  background:#0c0e13; border-radius:40px; padding:10px;
  box-shadow:0 34px 60px rgba(0,20,60,.30), inset 0 0 0 2px #23262e;
}
.phone-notch{
  position:absolute; top:24px; left:50%; transform:translateX(-50%);
  width:38%; height:26px; background:#0c0e13; border-radius:0 0 18px 18px; z-index:5;
}
.phone-screen{
  position:relative; width:100%; height:100%;
  border-radius:34px; overflow:hidden; background:#fff;
}
.phone-status{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 26px 6px; font-family:var(--f-disp); font-weight:700;
  font-size:14px; color:#12151C;
}
.phone-status .ic{ display:inline-flex; align-items:flex-end; gap:2px; height:11px; }
.phone-status .ic i{ width:3px; background:#12151C; border-radius:1px; }
.phone-status .ic i:nth-child(1){ height:4px; }
.phone-status .ic i:nth-child(2){ height:6px; }
.phone-status .ic i:nth-child(3){ height:8px; }
.phone-status .ic i:nth-child(4){ height:11px; }
.phone-screen img{ display:block; width:100%; height:auto; }
.badge-cs{
  position:absolute; top:-12px; right:-34px; z-index:16; white-space:nowrap;
  display:inline-flex; align-items:center; gap:8px;
  background:#fff; color:var(--navy);
  padding:8px 10px 8px 16px; border-radius:100px;
  border:2px solid var(--navy);
  box-shadow:0 12px 24px rgba(0,10,40,.22);
  transform:rotate(7deg);
}
.badge-cs .brand{ font-family:var(--f-body); font-weight:700; font-size:13px; }
.badge-cs .tag{
  font-family:var(--f-disp); font-weight:700; font-size:11px; letter-spacing:.06em;
  color:#fff; background:var(--navy); padding:5px 10px; border-radius:100px;
}

/* ============================================================
   BUSINESS OVERVIEW
============================================================ */
.biz{ background:var(--bg-light); }
.biz .kicker-row{ display:inline-flex; align-items:center; gap:12px; }
.biz h2{
  font-family:var(--f-head); font-weight:900; font-size:40px; line-height:1.35;
  color:var(--navy); margin:16px 0 0;
}
.biz .lead{ font-size:16px; line-height:1.95; color:var(--text-2); margin:18px auto 0; max-width:760px; }
.biz .lead b.g{ color:var(--green); }
.biz .lead b.b{ color:var(--blue); }

.biz-grid{
  display:grid; grid-template-columns:1fr 300px 1fr; gap:28px;
  align-items:start; margin-top:60px;
}
.biz-card{
  background:#fff; border-radius:20px; padding:40px;
  box-shadow:0 20px 50px rgba(0,26,71,.06);
}
.biz-card.green{ border:1px solid #E4EFE9; }
.biz-card.blue{ border:1px solid #E1E8F2; }
.biz-card .head{ display:flex; align-items:center; gap:16px; }
.biz-card .head .ico{
  width:56px; height:56px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; font-size:26px;
}
.biz-card.green .ico{ background:#E9F6EF; }
.biz-card.blue .ico{ background:#EAF1FB; }
.biz-card h3{ font-family:var(--f-head); font-weight:900; font-size:26px; margin:0; }
.biz-card.green h3{ color:var(--green); }
.biz-card.blue h3{ color:var(--blue); }
.biz-card .sub{ font-size:13.5px; color:var(--sub); margin:4px 0 0; }
.biz-card .rule{ height:1px; margin:24px 0; }
.biz-card.green .rule{ background:#E4EFE9; }
.biz-card.blue .rule{ background:#E1E8F2; }
.biz-list{ display:flex; flex-direction:column; gap:12px; }
.biz-item{
  display:flex; align-items:center; gap:14px; border-radius:12px; padding:16px 18px;
}
.biz-card.green .biz-item{ background:#F4FBF7; }
.biz-card.blue .biz-item{ background:#F3F7FC; }
.biz-item .dot{
  width:44px; height:44px; border-radius:50%; background:#fff;
  display:flex; align-items:center; justify-content:center; font-size:18px;
}
.biz-card.green .biz-item .dot{ box-shadow:0 4px 12px rgba(30,158,106,.12); }
.biz-card.blue .biz-item .dot{ box-shadow:0 4px 12px rgba(59,111,181,.12); }
.biz-item .t{ font-weight:700; font-size:15px; color:var(--navy); }
.biz-item .d{ font-size:12.5px; color:var(--sub); }

.biz-center{ position:relative; display:flex; flex-direction:column; align-items:center; }
.biz-center .connector{
  position:absolute; top:32px; left:-28px; right:-28px; height:1px;
  border-top:2px dashed var(--border-3); z-index:0;
}
.biz-center .heart{
  position:relative; z-index:1; width:88px; height:88px; border-radius:50%;
  background:#fff; border:1px solid var(--border);
  box-shadow:0 12px 30px rgba(0,26,71,.1);
  display:flex; align-items:center; justify-content:center; font-size:30px;
}
.biz-center .cap{
  position:relative; z-index:1; text-align:center; font-weight:700; font-size:13px;
  color:var(--navy); line-height:1.5; margin-top:12px;
}
.biz-center .phone{
  position:relative; z-index:1; margin-top:22px; width:238px;
  border-radius:36px; background:#0d0f14; padding:6px;
  box-shadow:0 24px 50px rgba(0,26,71,.26);
}
.biz-center .phone .screen{ height:478px; border-radius:30px; overflow:hidden; background:#fff; }
.biz-center .phone .screen img{ width:100%; }

.biz-await{
  display:inline-flex; align-items:center; gap:10px;
  color:var(--orange); font-weight:700; font-size:17px;
}
.biz-await .dot{ width:8px; height:8px; border-radius:50%; background:var(--orange); }
.biz-note{ text-align:center; font-size:13px; color:var(--sub-2); margin:24px 0 0; }

/* ============================================================
   PHILOSOPHY (dark)
============================================================ */
.philo{ position:relative; background:var(--navy); color:#fff; overflow:hidden; }
.philo .grid-bg{
  position:absolute; inset:0;
  background-image:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px);
  background-size:64px 64px;
}
.philo .inner{ position:relative; margin:0 auto; text-align:center; }
.philo .big{
  font-family:var(--f-head); font-weight:900; font-size:34px; line-height:1.6;
  margin:22px 0 0; text-wrap:pretty;
}
.philo .big .mint{ color:var(--mint); }
.philo .body{ font-size:16px; line-height:2.2; color:#c4d3ec; margin:44px auto 0; max-width:680px; }
.philo .body p{ margin:0; }
.philo .body p + p{ margin-top:22px; }

.logo-card{
  position:relative; max-width:840px; margin:64px auto 0;
  background:#fff; border-radius:20px; padding:56px; text-align:center;
}
.logo-card .logo{ height:44px; width:auto; display:inline-block; }
.logo-card .rule{ height:1px; background:var(--border); margin:36px 0; }
.logo-card .cols{ display:grid; grid-template-columns:1fr 1fr; gap:28px; text-align:left; }
.mark-item{ display:flex; align-items:flex-start; gap:14px; }
.mark-item .badge{
  flex:0 0 auto; width:40px; height:40px; border-radius:10px;
  display:flex; align-items:center; justify-content:center;
}
.mark-item .badge.red{ background:#FFEAEA; }
.mark-item .badge.red span{ display:block; width:20px; height:4px; background:var(--red); border-radius:2px; }
.mark-item .badge.blue{ background:#E9F0FA; color:var(--navy-2); font-weight:700; font-size:18px; }
.mark-item h4{ font-family:var(--f-head); font-weight:700; font-size:16px; color:var(--navy); margin:0; }
.mark-item p{ font-size:13.5px; line-height:1.85; color:var(--text-3); margin:6px 0 0; }

/* ============================================================
   MISSION + VALUES
============================================================ */
.mission h2{
  font-family:var(--f-head); font-weight:900; font-size:34px; line-height:1.5;
  color:var(--navy); margin:16px 0 0; max-width:820px;
}
.mission .kicker.mt{ margin-top:72px; }
.mission h3{ font-family:var(--f-head); font-weight:900; font-size:28px; color:var(--navy); margin:14px 0 0; }
.values-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin-top:36px; }
.value-card{ background:var(--bg-light); border:1px solid var(--border); border-radius:12px; padding:34px; }
.value-card .num{ font-family:var(--f-disp); font-weight:700; font-size:15px; color:var(--orange); }
.value-card h4{ font-family:var(--f-head); font-weight:700; font-size:20px; color:var(--navy); margin:10px 0 0; }
.value-card p{ font-size:14px; line-height:1.9; color:var(--text-3); margin:10px 0 0; }

/* ============================================================
   CAREERS CTA card
============================================================ */
.careers-cta-wrap{ padding:0 56px 110px; }
.careers-cta{
  max-width:1200px; margin:0 auto; border-radius:16px;
  background:linear-gradient(120deg,var(--navy-2),var(--navy-3));
  color:#fff; padding:60px;
  display:flex; align-items:center; justify-content:space-between;
  position:relative; overflow:hidden;
}
.careers-cta .ring{
  position:absolute; right:-40px; top:-40px; width:220px; height:220px;
  border:2px solid var(--orange); border-radius:50%; opacity:.5;
}
.careers-cta .txt{ position:relative; }
.careers-cta h2{ font-family:var(--f-head); font-weight:900; font-size:32px; margin:12px 0 0; }
.careers-cta p{ font-size:15px; color:#cfe0ff; margin:12px 0 0; }
.btn-orange{
  cursor:pointer; display:inline-block; background:var(--orange); color:#fff;
  font-weight:700; border-radius:8px;
}
.btn-orange:hover{ background:var(--orange-h); }
.careers-cta .btn-orange{ position:relative; font-size:15px; padding:17px 36px; }

/* ============================================================
   NEWS
============================================================ */
.news .head{ display:flex; align-items:baseline; gap:20px; }
.news .title{ font-family:var(--f-disp); font-weight:700; font-size:32px; color:var(--navy); letter-spacing:.01em; }
.news .list{ margin-top:32px; border-top:1px solid var(--border); }
.news .row{
  display:flex; align-items:center; gap:28px; padding:24px 4px;
  border-bottom:1px solid var(--border);
}
.news .date{ font-family:var(--f-mono); font-size:14px; color:var(--sub-2); white-space:nowrap; }
.news .pill{
  font-size:12px; font-weight:700; color:var(--green);
  border:1px solid #B7E4CE; background:#EEF9F3; padding:4px 12px;
  border-radius:100px; white-space:nowrap;
}
.news .txt{ font-size:15px; color:#1a2438; font-weight:500; }

/* ============================================================
   PAGE HEADER band (sub pages)
============================================================ */
.page-head{ padding:64px 56px 52px; background:var(--bg-light); }

/* sub-page content body wrapper (forms / legal text) */
.page-body{ padding:64px 56px 88px; }

/* ============================================================
   BUSINESS page
============================================================ */
.biz2-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.biz2-card{ border:1px solid var(--border); border-radius:12px; padding:40px; }
.biz2-card .num{ font-family:var(--f-disp); font-weight:700; font-size:14px; color:var(--orange); }
.biz2-card h2{ font-family:var(--f-head); font-weight:700; font-size:24px; color:var(--navy); margin:10px 0 0; }
.biz2-card p{ font-size:15px; line-height:2; color:var(--text-3); margin:14px 0 0; }

.sonaeru-card{
  margin-top:56px; border:1px solid var(--border); border-radius:14px; overflow:hidden;
  display:grid; grid-template-columns:1fr 1.1fr;
}
.sonaeru-card .visual{
  background:linear-gradient(135deg,#3AC28B,var(--green));
  position:relative; min-height:300px; display:flex; align-items:center; justify-content:center;
}
.sonaeru-card .visual img{ height:280px; width:auto; border-radius:14px; box-shadow:0 20px 50px rgba(0,0,0,.25); }
.sonaeru-card .body{ padding:44px; }
.sonaeru-card .cs{
  display:inline-flex; align-items:center; gap:8px; background:#EAF2FF; color:var(--navy);
  font-size:12px; font-weight:700; padding:6px 12px; border-radius:100px;
}
.sonaeru-card .logo{ height:38px; width:auto; margin:16px 0 0; }
.sonaeru-card p{ font-size:15px; line-height:2; color:var(--text-3); margin:16px 0 0; }

/* ============================================================
   COMPANY page
============================================================ */
.spec{ border-top:2px solid var(--navy); }
.spec-row{
  display:grid; grid-template-columns:220px 1fr;
  border-bottom:1px solid var(--border); padding:22px 4px;
}
.spec-row .k{ font-family:var(--f-head); font-weight:700; color:var(--navy); font-size:15px; }
.spec-row .v{ font-size:15px; color:var(--text-2); line-height:1.9; }
.pm-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:20px; }
.pm-card{ border-radius:12px; padding:34px; }
.pm-card.navy{ background:var(--navy); color:#fff; }
.pm-card.light{ background:var(--bg-light); border:1px solid var(--border); }
.pm-card .lbl{ font-size:13px; font-weight:700; }
.pm-card.navy .lbl{ color:var(--mint); }
.pm-card.light .lbl{ color:var(--orange); }
.pm-card p{ font-family:var(--f-head); font-weight:700; font-size:19px; line-height:1.7; margin:12px 0 0; }
.pm-card.light p{ color:var(--navy); }

/* ============================================================
   CAREERS page
============================================================ */
.careers-hero{
  padding:80px 56px; background:linear-gradient(120deg,var(--navy-2),var(--navy-3));
  color:#fff; position:relative; overflow:hidden;
}
.careers-hero .ring{
  position:absolute; right:-60px; top:-60px; width:280px; height:280px;
  border:2px solid var(--orange); border-radius:50%; opacity:.4;
}
.careers-hero .inner{ position:relative; max-width:1160px; margin:0 auto; }
.careers-hero .breadcrumb{ color:#9fc0ff; }
.careers-hero h1{ font-family:var(--f-head); font-weight:900; font-size:52px; margin:20px 0 0; line-height:1.2; }
.careers-hero p{ font-size:16px; line-height:2; color:#cfe0ff; max-width:640px; margin:18px 0 0; }
.careers-hero .breadcrumb a:hover{ color:#fff; }

.positions{ display:flex; flex-direction:column; gap:14px; }
.pos-card{
  cursor:pointer; border:1px solid var(--border); border-radius:10px; padding:26px 30px;
  display:flex; align-items:center; justify-content:space-between;
}
.pos-card:hover{ border-color:var(--orange); }
.pos-card .cat{ font-size:12px; font-family:var(--f-mono); color:var(--orange); font-weight:700; }
.pos-card .role{ font-family:var(--f-head); font-weight:700; font-size:20px; color:var(--navy); margin-top:6px; }
.pos-card .meta{ font-size:13px; color:var(--sub-2); margin-top:4px; }
.pos-card .arr{ color:var(--orange); font-family:var(--f-disp); font-weight:700; }
.careers-h2{ font-family:var(--f-head); font-weight:900; font-size:30px; color:var(--navy); margin:12px 0 24px; }

/* ============================================================
   FORMS (recruit / contact)
============================================================ */
.form{ display:flex; flex-direction:column; gap:24px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field label,
.field > .label{
  display:flex; align-items:center; gap:8px;
  font-size:14px; font-weight:700; color:var(--navy); margin-bottom:8px;
}
.field .label.block{ display:block; }
.req{ background:var(--orange); color:#fff; font-size:11px; padding:2px 8px; border-radius:4px; }
.opt{ background:#EAF0F8; color:var(--sub); font-size:11px; padding:2px 8px; border-radius:4px; }
.input, .form select, .form textarea{
  width:100%; border:1px solid var(--border-3); border-radius:8px;
  padding:14px 16px; font-size:15px; font-family:var(--f-body);
}
.form select{ background:#fff; color:var(--text); }
.form textarea{ resize:vertical; }
.radio-row{ display:flex; gap:10px; }
.radio-col{ display:flex; flex-direction:column; gap:10px; }
.radio{
  display:flex; align-items:center; gap:8px; border:1px solid var(--border-3);
  border-radius:8px; padding:12px 18px; cursor:pointer; font-size:14px;
}
.radio.wide{ gap:10px; padding:14px 16px; font-size:15px; }
.radio input, .agree input{ accent-color:var(--orange); }
.agree{ display:flex; align-items:flex-start; gap:10px; font-size:14px; color:var(--text-2); line-height:1.7; }
.agree input{ margin-top:3px; }
.agree a{ color:var(--orange); font-weight:700; cursor:pointer; text-decoration:underline; }
.btn-submit{
  cursor:pointer; display:inline-block; background:var(--orange); color:#fff;
  font-weight:700; font-size:16px; padding:17px 48px; border-radius:8px; border:0;
}
.btn-submit:hover{ background:var(--orange-h); }

/* ============================================================
   LEGAL pages
============================================================ */
.legal{ font-size:15px; line-height:2; color:var(--text-2); }
.legal h2{ font-family:var(--f-head); font-weight:700; font-size:18px; color:var(--navy); margin:32px 0 8px; }
.legal p{ margin:0; }
.legal .meta{ font-family:var(--f-mono); font-size:12px; color:var(--sub-2); margin:36px 0 0; }
.legal .pol{ font-weight:700; color:var(--navy); margin:4px 0 10px; }
.legal .torikumi{ font-weight:700; color:#6b7890; font-size:14px; margin:14px 0 4px; }
.legal p + p{ margin-top:10px; }

.legal-box{ border:1px solid var(--border); border-radius:14px; padding:40px; }
.legal-box + .legal-box{ margin-top:24px; }
.legal-box h2{ font-family:var(--f-head); font-weight:700; font-size:22px; color:var(--navy); margin:0; padding-left:14px; }
.legal-box h2.bl-orange{ border-left:4px solid var(--orange); }
.legal-box h2.bl-green{ border-left:4px solid var(--green); }
.legal-box p{ font-size:15px; line-height:2.1; color:var(--text-2); margin:20px 0 0; }

/* privacy long-form */
.privacy{ font-size:14.5px; line-height:2; color:var(--text-2); }
.privacy h2{ font-family:var(--f-head); font-weight:700; font-size:22px; color:var(--navy); margin:0; }
.privacy h2.divider{ border-top:1px solid var(--border); padding-top:40px; margin:44px 0 0; }
.privacy h3{ font-family:var(--f-head); font-weight:700; font-size:17px; color:var(--navy); margin:26px 0 6px; }
.privacy p{ margin:0; }
.privacy .info-box{
  background:var(--bg-light); border:1px solid var(--border); border-radius:10px;
  padding:22px 26px; margin:18px 0 0;
}
.privacy .info-box .t{ font-weight:700; color:var(--navy); }
.privacy .sub{ font-size:14px; line-height:1.95; color:var(--text-3); margin:12px 0 0; }
.privacy .sub .b{ font-weight:700; color:var(--navy); }
.privacy .meta{ font-family:var(--f-mono); font-size:12px; color:var(--sub-2); margin:14px 0 0; }
.privacy table{ width:100%; border-collapse:collapse; font-size:13px; line-height:1.8; color:var(--text-2); }
.privacy .table-scroll{ overflow-x:auto; margin:16px 0 0; }
.privacy th{
  border:1px solid #D7E0EE; background:var(--bg-light); padding:10px 12px;
  text-align:left; font-weight:700; color:var(--navy); vertical-align:top;
}
.privacy td{ border:1px solid #D7E0EE; padding:10px 12px; vertical-align:top; }
.privacy a{ color:var(--orange); word-break:break-all; }

/* ============================================================
   FOOTER
============================================================ */
.site-footer{ background:var(--footer); color:#9fb0cd; padding:56px 56px 40px; }
.site-footer .inner{ max-width:1200px; margin:0 auto; }
.site-footer .top{
  display:flex; justify-content:space-between; align-items:flex-start; gap:40px;
  border-bottom:1px solid #1c2c4a; padding-bottom:36px;
}
.site-footer .logo{ height:24px; width:auto; }
.site-footer .purpose{ font-size:13px; line-height:1.9; margin:16px 0 0; max-width:360px; }
.site-footer .addr{ font-size:12px; line-height:1.8; margin:14px 0 0; color:#63769a; }
.site-footer .links{ display:flex; gap:56px; font-size:13px; }
.site-footer .col{ display:flex; flex-direction:column; gap:12px; }
.site-footer .col .head{ color:#fff; font-weight:700; }
.site-footer .col a{ cursor:pointer; }
.site-footer .col a:hover{ color:var(--orange); }
.site-footer .copy{ font-family:var(--f-mono); font-size:12px; margin-top:24px; color:#63769a; }

/* ============================================================
   NEWS section base padding (kept in CSS so it adapts responsively)
============================================================ */
.news{ padding:96px 56px 110px; background:#fff; }

/* ============================================================
   MOBILE NAV TOGGLE (hamburger) — hidden on desktop
============================================================ */
.nav-toggle{
  display:none; flex-direction:column; justify-content:center; gap:5px;
  width:42px; height:42px; padding:9px; border:0; background:transparent; cursor:pointer;
}
.nav-toggle span{ display:block; width:100%; height:2px; border-radius:2px; background:currentColor; transition:.2s; }
.site-header .nav-toggle{ color:#12233a; }
.hero-header .nav-toggle{ color:#1a2438; }

/* ============================================================
   RESPONSIVE
============================================================ */

/* Allow the layout to reflow below the design's 1180px baseline */
@media (max-width:1180px){
  body{ min-width:0; }
}

/* ---- Tablet & below ---- */
@media (max-width:1024px){
  /* section paddings */
  .section{ padding:80px 32px; }
  .section-mid{ padding:56px 32px; }
  .page-head{ padding:56px 32px 44px; }
  .page-body{ padding:48px 32px 72px; }
  .careers-hero{ padding:64px 32px; }
  .careers-cta-wrap{ padding:0 32px 80px; }
  .news{ padding:72px 32px 88px; }
  .site-footer{ padding:48px 32px 36px; }

  /* --- hamburger nav (both headers) --- */
  .nav-toggle{ display:flex; }

  .site-header{ flex-wrap:wrap; padding:16px 20px; }
  .site-header .nav{
    order:3; display:none; width:100%; flex-direction:column; align-items:stretch;
    gap:0; margin-top:12px; font-size:15px;
  }
  .site-header.open .nav{ display:flex; }
  .site-header .nav a{ padding:14px 4px; border-top:1px solid var(--border-2); }
  .site-header .nav a.btn-contact{ margin-top:12px; text-align:center; border-top:0; padding:14px 22px; }

  .hero-header{ flex-wrap:wrap; padding:16px 20px; }
  .hero-header .logo{ height:22px; }
  .hero-nav{
    order:3; display:none; width:100%; flex-direction:column; align-items:stretch;
    gap:0; margin-top:14px; background:rgba(255,255,255,.96); border-radius:12px;
    padding:6px 16px; box-shadow:0 12px 30px rgba(0,10,40,.18);
  }
  .hero-header.open .hero-nav{ display:flex; }
  .hero-nav a{ font-size:15px; color:#12233a; padding:15px 6px; border-top:1px solid #eef1f7; }
  .hero-nav a:first-child{ border-top:0; }
  .hero-nav .btn-contact{ margin:10px 0; text-align:center; border-top:0; color:#fff; font-size:15px; padding:13px 20px; }

  /* --- hero --- */
  .hero-grid{ grid-template-columns:minmax(0,1fr); min-height:0; }
  .hero-copy{ min-width:0; padding:120px 32px 56px; }
  .hero-copy .l1{ font-size:56px; white-space:normal; }
  .hero-copy .l2{ font-size:50px; }
  .hero-copy .lead{ font-size:16px; line-height:1.9; max-width:none; align-self:stretch; margin-top:18px; }
  .hero-actions{ gap:14px; margin-top:28px; flex-wrap:wrap; }
  .hero-btn{ font-size:15px; padding:14px 26px; }
  .news-link{ font-size:14px; margin-top:22px; gap:6px; }
  .hero-visual{ height:460px; }
  .hero-phone{ width:300px; max-width:82%; top:52px; bottom:-90px; height:auto; }
  .badge-cs{ top:-12px; right:-2px; margin-left:0; transform:scale(.88) rotate(7deg); transform-origin:top right; }

  /* --- business overview --- */
  .biz-grid{ grid-template-columns:1fr; gap:22px; max-width:520px; margin-left:auto; margin-right:auto; }
  .biz-center{ margin:6px 0; }
  .biz-center .connector{ display:none; }

  /* --- careers cta --- */
  .careers-cta{ flex-direction:column; align-items:flex-start; gap:26px; padding:40px 28px; }

  /* --- heading trims --- */
  .biz h2{ font-size:32px; }
  .careers-hero h1{ font-size:40px; }
}

/* ---- Phone ---- */
@media (max-width:640px){
  .section{ padding:56px 20px; }
  .section-mid{ padding:44px 20px; }
  .page-head{ padding:44px 20px 34px; }
  .page-body{ padding:40px 20px 64px; }
  .careers-hero{ padding:52px 20px; }
  .careers-cta-wrap{ padding:0 20px 64px; }
  .news{ padding:56px 20px 72px; }
  .site-footer{ padding:40px 20px 32px; }

  /* fonts */
  .h1{ font-size:34px; }
  .biz h2{ font-size:25px; }
  .biz .lead{ font-size:15px; }
  .philo .big{ font-size:24px; line-height:1.55; }
  .philo .body{ font-size:15px; line-height:2; }
  .mission h2{ font-size:25px; }
  .mission h3{ font-size:22px; }
  .careers-hero h1{ font-size:32px; }
  .careers-cta h2{ font-size:24px; }
  .news .title{ font-size:26px; }

  /* hero smaller */
  .hero-copy{ padding:104px 20px 48px; }
  .hero-copy .l1{ font-size:44px; white-space:normal; }
  .hero-copy .l2{ font-size:39px; }
  .hero-copy .lead{ font-size:15px; }
  .hero-visual{ height:380px; }
  .hero-phone{ width:250px; max-width:84%; top:44px; bottom:-80px; height:auto; }

  /* grids → single column */
  .values-grid{ grid-template-columns:1fr; gap:14px; }
  .pm-grid{ grid-template-columns:1fr; }
  .biz2-grid{ grid-template-columns:1fr; }
  .form-row{ grid-template-columns:1fr; }
  .sonaeru-card{ grid-template-columns:1fr; }
  .logo-card{ padding:36px 24px; }
  .logo-card .cols{ grid-template-columns:1fr; gap:20px; }

  /* company spec table → stacked */
  .spec-row{ grid-template-columns:1fr; gap:4px; padding:18px 4px; }

  /* footer stack */
  .site-footer .top{ flex-direction:column; gap:28px; }
  .site-footer .links{ gap:36px; }

  /* card paddings */
  .biz-card{ padding:28px; }
  .value-card{ padding:26px; }
  .pos-card{ padding:22px 20px; }
  .legal-box{ padding:28px 22px; }

  /* radio rows wrap on narrow screens */
  .radio-row{ flex-wrap:wrap; }

  /* news row wraps */
  .news .row{ flex-wrap:wrap; gap:12px 16px; }
}
