/* =========================================================================
   福岡豊興 コーポレートサイト  —  style.css
   伝統コーポレート（紺 × クリーム × 金）
   ========================================================================= */

:root {
  --navy: #0b2545;
  --navy-deep: #08182e;
  --navy-soft: #13315c;
  --cream: #f6f2e8;
  --paper: #fbf9f3;
  --ink: #1a1f2c;
  --ink-soft: #4a4f5c;
  --rule: #d8d1bd;
  --gold: #a6843a;
  --blue: #3d8bd4;
  --error: #c0392b;
  --serif: "Noto Serif JP", "Times New Roman", serif;
  --sans: "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  --inter: "Inter", system-ui, sans-serif;
  --maxw: 1280px;
}

/* ---------- reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
table { border-collapse: collapse; width: 100%; }

.inner { max-width: var(--maxw); margin: 0 auto; padding: 0 48px; }
.bg-cream { background: var(--cream); }
.bg-paper { background: var(--paper); }

/* ---------- loading splash ---------- */
#loading {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  background: var(--paper); color: var(--navy);
  font-family: var(--inter); font-size: 12px; letter-spacing: 0.3em;
  transition: opacity .3s ease;
}
body.ready #loading { opacity: 0; pointer-events: none; }

/* ---------- logo ---------- */
.logo { display: inline-block; line-height: 1; }
.logo .l-a,
.logo .l-b,
.logo .l-c { display: block; }
.logo .l-a { font-family: var(--inter); font-weight: 800; font-size: 14px; color: var(--navy-deep); letter-spacing: 0.02em; }
.logo .l-b { font-family: var(--inter); font-weight: 900; font-size: 28px; color: var(--navy-deep); letter-spacing: 0.04em; margin-top: 1px; }
.logo .l-c { display: flex; gap: 2px; height: 12px; width: 90px; margin-top: 5px; transform: skewX(-22deg); transform-origin: left center; }
.logo .l-c i { display: block; height: 6px; }
.logo .s1 { flex: 2; background: #2a9d5f; }
.logo .s2 { flex: 1.4; background: #2a9d5f; }
.logo .s3 { flex: 1; background: #1c7fd0; }
.logo.light .l-a, .logo.light .l-b { color: #fff; }

/* ---------- header ---------- */
.site-header { background: var(--paper); border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 100; }
.header-row { display: flex; align-items: stretch; height: 92px; min-width: 0; }
.header-brand { display: flex; align-items: center; gap: 16px; flex-shrink: 0; min-width: 0; }
.header-brand .logo { flex-shrink: 0; }
.header-brand .logo .l-a { font-size: 14px; }
.header-brand .logo .l-b { font-size: 28px; }
.header-brand .logo .l-c { width: 90px; height: 12px; margin-top: 5px; }
.header-brand .divider { display: flex; flex-direction: column; justify-content: center; flex-shrink: 0; border-left: 1px solid var(--rule); padding-left: 16px; margin-left: 4px; }
.header-brand .co-ja { display: block; font-family: var(--serif); font-weight: 600; font-size: 16px; letter-spacing: 0.06em; color: var(--navy); white-space: nowrap; line-height: 1.4; }
.header-brand .co-en { display: block; font-family: var(--inter); font-weight: 500; font-size: 9px; letter-spacing: 0.22em; color: var(--ink-soft); margin-top: 4px; white-space: nowrap; line-height: 1.4; }

.site-nav { margin-left: auto; display: flex; align-items: stretch; flex-shrink: 1; min-width: 0; }
.site-nav a { padding: 0 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 13px; position: relative; white-space: nowrap; transition: color .15s; }
.site-nav a .en { font-family: var(--inter); font-size: 9px; letter-spacing: 0.22em; color: var(--ink-soft); white-space: nowrap; }
.site-nav a:hover { color: var(--gold); }
.site-nav a.active { color: var(--navy); font-weight: 600; }
.site-nav a.active::after { content: ""; position: absolute; bottom: -1px; left: 18px; right: 18px; height: 2px; background: var(--gold); }
.header-tel { margin-left: 14px; background: var(--navy); color: var(--cream); padding: 0 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; white-space: nowrap; flex: 0 0 auto; }
.header-tel .lbl { font-family: var(--inter); font-size: 9px; letter-spacing: 0.18em; white-space: nowrap; }
.header-tel .num { font-family: var(--inter); font-weight: 600; font-size: 17px; letter-spacing: 0.01em; margin-top: 4px; white-space: nowrap; }

.nav-toggle { display: none; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy); color: var(--cream); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(246,242,232,0.18); }
.footer-co .co-ja { font-family: var(--serif); font-size: 17px; letter-spacing: 0.08em; margin-top: 14px; }
.footer-co address { font-style: normal; font-size: 12px; margin-top: 14px; line-height: 1.9; opacity: 0.82; }
.footer-col h3 { font-family: var(--serif); font-size: 13px; opacity: 0.7; margin: 0 0 14px; letter-spacing: 0.1em; font-weight: 500; }
.footer-col a { display: block; font-size: 12.5px; padding: 5px 0; opacity: 0.88; transition: opacity .15s; }
.footer-col a:hover { opacity: 1; color: #fff; }
.footer-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; font-size: 11px; opacity: 0.55; font-family: var(--inter); letter-spacing: 0.1em; }

/* ---------- section label ---------- */
.sec { padding: 110px 0; }
.sec.sm { padding: 90px 0; }
.sec-label { margin-bottom: 28px; }
.sec-label .en { font-family: var(--inter); font-size: 11px; letter-spacing: 0.3em; color: var(--gold); margin-bottom: 8px; }
.sec-label .ja { font-family: var(--serif); font-size: 32px; font-weight: 600; color: var(--navy); letter-spacing: 0.06em; }

/* ---------- hero (home) ---------- */
.hero { position: relative; height: 620px; overflow: hidden; }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,46,0.82) 0%, rgba(8,24,46,0.5) 55%, rgba(8,24,46,0.15) 100%); }
.hero .hero-body { position: relative; padding: 110px 48px; color: var(--cream); max-width: 820px; margin: 0 auto; max-width: var(--maxw); }
.hero .kicker { font-family: var(--inter); font-size: 11px; letter-spacing: 0.4em; opacity: 0.78; margin-bottom: 22px; }
.hero h1 { font-family: var(--sans); font-size: 62px; font-weight: 800; line-height: 1.24; letter-spacing: 0.02em; margin: 0; color: var(--cream); }
.hero h1 .accent { color: var(--blue); }
.hero .gold-bar { width: 56px; height: 2px; background: var(--gold); margin: 36px 0 26px; }
.hero p { font-size: 15px; line-height: 2; opacity: 0.9; max-width: 560px; }
.hero .actions { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 26px; font-size: 13px; font-weight: 600; letter-spacing: 0.16em; cursor: pointer; transition: opacity .15s, background .15s; }
.btn-cream { background: var(--cream); color: var(--navy); }
.btn-ghost { border: 1px solid rgba(246,242,232,0.5); color: var(--cream); }
.btn:hover { opacity: 0.88; }
.hero-foot { position: absolute; bottom: 0; left: 0; right: 0; padding: 0 48px 24px; display: flex; justify-content: space-between; color: var(--cream); font-family: var(--inter); font-size: 10px; letter-spacing: 0.3em; opacity: 0.6; max-width: var(--maxw); margin: 0 auto; }

/* ---------- stats strip ---------- */
.stats { background: var(--cream); border-bottom: 1px solid var(--rule); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 36px 0; }
.stat { padding: 0 28px; }
.stat + .stat { border-left: 1px solid var(--rule); }
.stat .row { display: flex; align-items: baseline; gap: 6px; }
.stat .num { font-family: var(--inter); font-weight: 300; font-size: 48px; color: var(--navy); letter-spacing: -0.01em; }
.stat .unit { font-family: var(--serif); font-size: 16px; color: var(--navy); }
.stat .lbl { font-size: 12.5px; color: var(--ink-soft); margin-top: 2px; }

/* ---------- message ---------- */
.message-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; }
.message-grid .photo { width: 100%; height: 520px; object-fit: cover; object-position: center top; background: var(--cream); }
.message-body { padding-top: 80px; }
.message-body .lead { font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1.7; color: var(--navy); letter-spacing: 0.04em; }
.message-body .gold-bar { width: 40px; height: 2px; background: var(--gold); margin: 32px 0; }
.message-body p { font-size: 14px; line-height: 2.1; color: var(--ink); max-width: 540px; }
.message-body p + p { margin-top: 18px; }
.sign { margin-top: 36px; display: flex; align-items: center; gap: 18px; }
.sign .role { font-family: var(--inter); font-size: 10px; letter-spacing: 0.3em; color: var(--ink-soft); }
.sign .name { font-family: var(--serif); font-size: 17px; color: var(--navy); }

/* ---------- business cards ---------- */
.biz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 36px; }
.biz-card { background: var(--paper); display: block; }
.biz-card .photo { width: 100%; height: 280px; object-fit: cover; }
.biz-card .body { padding: 32px 36px 36px; }
.biz-card .tagrow { display: flex; align-items: baseline; gap: 14px; }
.biz-card .num { font-family: var(--inter); font-size: 11px; color: var(--gold); letter-spacing: 0.3em; }
.biz-card .en { font-family: var(--inter); font-size: 10px; letter-spacing: 0.32em; color: var(--ink-soft); }
.biz-card h3 { font-family: var(--serif); font-size: 28px; font-weight: 600; color: var(--navy); margin: 10px 0 16px; letter-spacing: 0.06em; }
.biz-card .gold-bar { width: 32px; height: 1px; background: var(--gold); margin-bottom: 18px; }
.biz-card p { font-size: 13.5px; line-height: 2; color: var(--ink); margin: 0; }

/* ---------- pillars ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 36px; }
.pillar { background: var(--paper); border: 1px solid var(--rule); border-top: 3px solid var(--gold); padding: 40px 36px; }
.pillar .num { font-family: var(--inter); font-weight: 300; font-size: 44px; color: var(--gold); line-height: 1; }
.pillar h3 { font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--navy); margin: 18px 0 16px; letter-spacing: 0.04em; line-height: 1.5; }
.pillar .gold-bar { width: 32px; height: 1px; background: var(--gold); margin-bottom: 18px; }
.pillar p { font-size: 13px; line-height: 2.05; color: var(--ink); margin: 0; }

/* ---------- recruit banner ---------- */
.recruit-banner { position: relative; height: 320px; overflow: hidden; }
.recruit-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.recruit-banner .scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,46,0.85), rgba(8,24,46,0.45) 70%); }
.recruit-banner .body { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; color: var(--cream); max-width: var(--maxw); margin: 0 auto; padding: 0 48px; }
.recruit-banner .en { font-family: var(--inter); font-size: 11px; letter-spacing: 0.3em; opacity: 0.7; margin-bottom: 12px; }
.recruit-banner h2 { font-family: var(--serif); font-size: 36px; font-weight: 600; letter-spacing: 0.06em; margin: 0; }
.recruit-banner .sub { font-size: 13px; opacity: 0.8; margin-top: 14px; }
.btn-gold { background: var(--gold); color: var(--navy-deep); padding: 16px 28px; font-weight: 700; font-size: 13px; letter-spacing: 0.16em; }

/* ---------- page hero (sub pages) ---------- */
.page-hero { position: relative; height: 380px; overflow: hidden; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero .scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,46,0.78), rgba(8,24,46,0.2)); }
.page-hero .body { position: relative; padding: 110px 48px; color: var(--cream); max-width: var(--maxw); margin: 0 auto; }
.page-hero .en { font-family: var(--inter); font-size: 11px; letter-spacing: 0.3em; opacity: 0.78; }
.page-hero h1 { font-family: var(--serif); font-size: 52px; font-weight: 600; margin: 14px 0 0; letter-spacing: 0.06em; }
.page-hero .gold-bar { width: 40px; height: 2px; background: var(--gold); margin: 24px 0 0; }

/* page title band (no photo) */
.title-band { padding: 70px 0 30px; background: var(--cream); border-bottom: 1px solid var(--rule); }
.title-band .en { font-family: var(--inter); font-size: 11px; letter-spacing: 0.3em; color: var(--gold); }
.title-band h1 { font-family: var(--serif); font-size: 46px; font-weight: 600; color: var(--navy); margin: 12px 0 0; letter-spacing: 0.06em; }
.title-band .sub { font-family: var(--inter); font-size: 12px; color: var(--ink-soft); margin-top: 6px; letter-spacing: 0.12em; }

/* ---------- overview two-col ---------- */
.two-col { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 60px; }
.two-col p.lead { font-size: 15px; line-height: 2.1; color: var(--ink); margin: 0; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.metric { border-top: 1px solid var(--rule); padding-top: 16px; }
.metric .num { font-family: var(--serif); font-size: 26px; color: var(--navy); letter-spacing: 0.04em; }
.metric .lbl { font-size: 12px; color: var(--ink-soft); margin-top: 4px; }

/* ---------- generic data table ---------- */
.data-table th { text-align: left; padding: 18px 16px 18px 0; font-family: var(--serif); font-weight: 500; font-size: 14px; color: var(--navy); vertical-align: top; width: 180px; }
.data-table td { padding: 18px 0; font-size: 13.5px; color: var(--ink); line-height: 1.9; }
.data-table tr { border-bottom: 1px solid var(--rule); }
.data-table tr:first-child { border-top: 1px solid var(--rule); }
.company-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 60px; }
.company-grid .aside h2 { font-family: var(--serif); font-size: 22px; color: var(--navy); line-height: 1.7; margin: 0; }
.company-grid .aside .gold-bar { width: 32px; height: 2px; background: var(--gold); margin: 14px 0 24px; }
.company-grid .aside .pcap { margin-bottom: 28px; }
.company-grid .aside .pcap img { width: 100%; height: 240px; object-fit: cover; background: var(--cream); }
.company-grid .aside .pcap .cap { font-family: var(--serif); font-size: 14px; color: var(--navy); margin-top: 10px; letter-spacing: 0.06em; }

/* ---------- history ---------- */
.history { margin-top: 30px; }
.history .row { display: grid; grid-template-columns: 110px 110px 1fr; gap: 24px; padding: 20px 0; border-top: 1px solid var(--rule); }
.history .row:last-child { border-bottom: 1px solid var(--rule); }
.history .date { font-family: var(--inter); font-weight: 500; font-size: 18px; color: var(--navy); letter-spacing: 0.02em; }
.history .era { font-family: var(--serif); font-size: 13px; color: var(--ink-soft); padding-top: 3px; }
.history .text { font-size: 13.5px; color: var(--ink); line-height: 1.9; padding-top: 2px; }

/* ---------- locations ---------- */
.loc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 28px; }
.loc-card { border: 1px solid var(--rule); }
.loc-card img { width: 100%; height: 240px; object-fit: cover; background: var(--cream); }
.loc-card .body { padding: 24px 28px 28px; }
.loc-card .tag { font-family: var(--inter); font-size: 10px; letter-spacing: 0.28em; color: var(--gold); }
.loc-card h3 { font-family: var(--serif); font-size: 22px; color: var(--navy); margin: 8px 0 0; letter-spacing: 0.04em; }
.loc-card .addr { font-size: 12.5px; color: var(--ink-soft); margin-top: 12px; line-height: 1.9; }
.loc-card .detail { font-size: 12.5px; color: var(--ink); margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--rule); line-height: 1.9; }

/* ---------- service cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 28px; }
.svc-card { background: var(--paper); border: 1px solid var(--rule); padding: 32px 36px; }
.svc-card .top { display: flex; align-items: baseline; gap: 16px; }
.svc-card .num { font-family: var(--inter); font-weight: 300; font-size: 36px; color: var(--gold); }
.svc-card h3 { font-family: var(--serif); font-size: 22px; color: var(--navy); letter-spacing: 0.04em; margin: 0; }
.svc-card p { font-size: 13.5px; line-height: 2; color: var(--ink); margin: 14px 0 0; }

/* ---------- fleet table ---------- */
.fleet-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; }
.fleet-table thead tr { border-bottom: 2px solid var(--navy); }
.fleet-table th { text-align: left; padding: 14px 0; font-family: var(--serif); font-size: 13px; color: var(--navy); letter-spacing: 0.08em; }
.fleet-table td { padding: 18px 0; font-size: 13.5px; color: var(--ink); }
.fleet-table tbody tr { border-bottom: 1px solid var(--rule); }
.fleet-table tbody tr.total { background: var(--cream); }
.fleet-table td.k { color: var(--navy); font-weight: 600; }
.fleet-photo { width: 100%; height: 360px; object-fit: cover; background: var(--cream); }

/* ---------- safety ---------- */
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 28px; }
.safety-card { background: var(--paper); border-top: 2px solid var(--gold); padding: 32px 30px; }
.safety-card h3 { font-family: var(--serif); font-size: 19px; color: var(--navy); letter-spacing: 0.04em; margin: 0; }
.safety-card p { font-size: 13px; line-height: 1.9; color: var(--ink); margin-top: 12px; }

/* ---------- warehouse facilities ---------- */
.fac-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 28px; }
.fac-card { background: var(--paper); }
.fac-card img { width: 100%; height: 280px; object-fit: cover; background: var(--cream); }
.fac-card .body { padding: 28px 32px 32px; }
.fac-card .head { display: flex; justify-content: space-between; align-items: baseline; }
.fac-card h3 { font-family: var(--serif); font-size: 22px; color: var(--navy); letter-spacing: 0.04em; margin: 0; }
.fac-card .area { font-family: var(--inter); font-size: 16px; color: var(--gold); font-weight: 500; }
.fac-card .tags { font-family: var(--inter); font-size: 10.5px; letter-spacing: 0.22em; color: var(--ink-soft); margin-top: 8px; }
.fac-card p { font-size: 13px; line-height: 1.9; color: var(--ink); margin: 14px 0 0; }

/* warehouse service grid */
.wsvc-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border: 1px solid var(--rule); }
.wsvc-cell { padding: 24px 28px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.wsvc-cell:nth-child(3n) { border-right: none; }
.wsvc-cell:nth-last-child(-n+3) { border-bottom: none; }
.wsvc-cell .en { font-family: var(--inter); font-size: 11px; color: var(--gold); letter-spacing: 0.22em; }
.wsvc-cell .ja { font-family: var(--serif); font-size: 18px; color: var(--navy); margin-top: 10px; }

/* ---------- recruit ---------- */
.recruit-hero { position: relative; height: 460px; overflow: hidden; }
.recruit-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.recruit-hero .scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,46,0.85), rgba(8,24,46,0.25)); }
.recruit-hero .body { position: relative; padding: 110px 48px; color: var(--cream); max-width: var(--maxw); margin: 0 auto; }
.recruit-hero .en { font-family: var(--inter); font-size: 11px; letter-spacing: 0.3em; opacity: 0.78; }
.recruit-hero h1 { font-family: var(--serif); font-size: 54px; font-weight: 600; margin: 14px 0 0; line-height: 1.3; letter-spacing: 0.06em; }
.recruit-hero .gold-bar { width: 40px; height: 2px; background: var(--gold); margin: 28px 0; }
.recruit-hero p { font-size: 14.5px; line-height: 2; opacity: 0.88; max-width: 640px; }

.pos-table thead tr { border-bottom: 2px solid var(--navy); }
.pos-table th { text-align: left; padding: 14px 0; font-family: var(--serif); font-size: 13px; color: var(--navy); letter-spacing: 0.08em; }
.pos-table td { padding: 20px 0; font-size: 13px; color: var(--ink); }
.pos-table tbody tr { border-bottom: 1px solid var(--rule); }
.pos-table .code { font-family: var(--inter); font-size: 12px; color: var(--gold); letter-spacing: 0.16em; }
.pos-table .role { font-family: var(--serif); font-size: 15px; color: var(--navy); }

.detail-table { margin-top: 28px; background: var(--paper); border: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 1fr; }
.detail-table .pair { display: contents; }
.detail-table .k { padding: 20px 28px; border-right: 1px solid var(--rule); border-top: 1px solid var(--rule); font-family: var(--serif); font-size: 14px; font-weight: 600; color: var(--navy); }
.detail-table .v { padding: 20px 28px; border-top: 1px solid var(--rule); font-size: 13.5px; color: var(--ink); line-height: 1.9; }
.detail-table .pair:first-child .k, .detail-table .pair:first-child .v { border-top: none; }

.env-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.env-grid .photo { width: 100%; height: 340px; object-fit: cover; background: var(--cream); }
.env-body { padding-top: 80px; }
.env-body .q { font-family: var(--serif); font-size: 26px; color: var(--navy); line-height: 1.7; letter-spacing: 0.04em; }
.env-body .gold-bar { width: 32px; height: 2px; background: var(--gold); margin: 24px 0; }
.env-body p { font-size: 14px; line-height: 2.1; color: var(--ink); }
.env-body .who { margin-top: 28px; font-family: var(--inter); font-size: 11px; color: var(--ink-soft); letter-spacing: 0.22em; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.4fr; gap: 70px; }
.contact-aside h2 { font-family: var(--serif); font-size: 22px; color: var(--navy); letter-spacing: 0.04em; margin: 0; }
.contact-aside .gold-bar { width: 32px; height: 2px; background: var(--gold); margin: 14px 0 22px; }
.contact-aside .branch-tel { font-family: var(--inter); font-weight: 500; font-size: 22px; color: var(--navy); letter-spacing: 0.02em; margin-top: 12px; }
.contact-aside h3 { font-family: var(--serif); font-size: 18px; color: var(--navy); margin: 36px 0 0; }
.contact-aside h3.sm { font-size: 16px; margin-top: 24px; }
.contact-aside .addr { font-size: 13px; color: var(--ink); margin-top: 10px; line-height: 1.9; }
.contact-aside img { width: 100%; height: 200px; object-fit: cover; background: var(--cream); margin-top: 18px; }

.form-head { font-family: var(--serif); font-size: 22px; color: var(--navy); letter-spacing: 0.04em; }
.form-head + .gold-bar { width: 32px; height: 2px; background: var(--gold); margin: 14px 0 28px; }
.steps { display: flex; margin-bottom: 32px; }
.step { display: flex; align-items: center; gap: 10px; margin-right: 18px; }
.step .dot { width: 24px; height: 24px; border-radius: 50%; background: var(--rule); color: var(--ink-soft); font-family: var(--inter); font-size: 12px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.step.on .dot { background: var(--navy); color: var(--cream); }
.step .txt { font-size: 12.5px; color: var(--ink-soft); }
.step.on .txt { color: var(--navy); font-weight: 600; }
.step .line { width: 20px; height: 1px; background: var(--rule); margin-left: 8px; }

.field { margin-bottom: 22px; }
.field label { display: block; font-size: 12.5px; font-weight: 500; color: var(--navy); margin-bottom: 8px; letter-spacing: 0.06em; }
.field .req { color: var(--error); margin-left: 8px; font-size: 10px; letter-spacing: 0.2em; }
.field input, .field select, .field textarea {
  display: block; width: 100%; padding: 14px 16px; border: 1px solid var(--rule);
  background: var(--paper); font-family: var(--sans); font-size: 14px; color: var(--ink); outline: none;
}
.field textarea { height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--error); }
.field .err { color: var(--error); font-size: 11.5px; margin-top: 6px; display: none; }
.field.invalid .err { display: block; }

.consent { background: var(--cream); border: 1px solid var(--rule); padding: 22px 24px; margin: 8px 0 22px; }
.consent p { font-size: 12.5px; line-height: 1.9; color: var(--ink); margin: 0; }
.consent a { color: var(--navy); text-decoration: underline; }
.consent .check { display: flex; align-items: center; gap: 10px; margin-top: 18px; cursor: pointer; }
.consent .check input { width: 18px; height: 18px; accent-color: var(--navy); cursor: pointer; }
.consent .check span { font-size: 13.5px; color: var(--navy); font-weight: 500; }
.consent .err { color: var(--error); font-size: 11.5px; margin-top: 8px; display: none; }
.consent.invalid .err { display: block; }

.btn-navy { background: var(--navy); color: var(--cream); padding: 18px 44px; font-size: 14px; font-family: var(--sans); font-weight: 600; border: none; letter-spacing: 0.16em; cursor: pointer; transition: opacity .15s; }
.btn-navy:hover { opacity: 0.9; }
.btn-outline { background: var(--paper); color: var(--navy); padding: 18px 32px; font-size: 14px; font-family: var(--sans); font-weight: 600; border: 1px solid var(--navy); letter-spacing: 0.16em; cursor: pointer; }

.confirm-table { border-top: 1px solid var(--rule); }
.confirm-table tr { border-bottom: 1px solid var(--rule); }
.confirm-table th { width: 180px; text-align: left; vertical-align: top; padding: 18px 16px 18px 0; font-family: var(--serif); font-size: 13.5px; font-weight: 500; color: var(--navy); }
.confirm-table td { padding: 18px 0; font-size: 13.5px; color: var(--ink); line-height: 1.9; white-space: pre-wrap; }
.confirm-table .empty { color: var(--ink-soft); }
.confirm-actions { display: flex; gap: 14px; margin-top: 32px; }
.send-error { margin-top: 16px; font-size: 13px; color: var(--error); line-height: 1.8; white-space: pre-wrap; }
.complete-lead { font-family: var(--serif); font-size: 22px; color: var(--navy); margin: 0 0 16px; letter-spacing: 0.04em; }
.complete-text { font-size: 14px; line-height: 2; color: var(--ink); margin: 0 0 28px; }
.complete-panel { padding: 32px 0 8px; text-align: center; }
.complete-icon { width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 50%; background: var(--navy); color: #fff; font-size: 28px; line-height: 56px; font-weight: 700; }
.complete-panel .btn-navy { display: inline-block; min-width: 220px; }
.is-hidden { display: none !important; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; opacity: 0 !important; pointer-events: none !important; visibility: hidden !important; }

/* ---------- privacy ---------- */
.policy { max-width: 980px; }
.policy .intro { font-size: 14.5px; line-height: 2.2; color: var(--ink); margin: 0 0 64px; }
.policy .block { margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--rule); }
.policy .block:last-of-type { border-bottom: none; }
.policy .block .h { display: flex; align-items: baseline; gap: 16px; margin-bottom: 18px; }
.policy .block .n { font-family: var(--inter); font-weight: 300; font-size: 26px; color: var(--gold); }
.policy .block h2 { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--navy); margin: 0; letter-spacing: 0.06em; }
.policy .block p { font-size: 14px; line-height: 2.15; color: var(--ink); margin: 0; padding-left: 42px; }
.policy .block ul { margin: 18px 0 0; padding-left: 42px; }
.policy .block li { font-size: 14px; line-height: 1.9; color: var(--ink); padding-left: 26px; position: relative; margin-bottom: 10px; }
.policy .block li::before { content: "・"; position: absolute; left: 0; top: 0; color: var(--gold); font-family: var(--serif); }
.policy .contact-box { background: var(--cream); border: 1px solid var(--rule); padding: 40px 44px; margin-top: 16px; }
.policy .contact-box h2 { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--navy); margin: 0 0 16px; letter-spacing: 0.06em; }
.policy .contact-box p { font-size: 14px; line-height: 2.1; color: var(--ink); margin: 0 0 24px; }
.policy .contact-box .card { border-left: 2px solid var(--gold); padding-left: 22px; }
.policy .contact-box .card .co { font-family: var(--serif); font-size: 17px; color: var(--navy); letter-spacing: 0.04em; }
.policy .contact-box .card address { font-style: normal; font-size: 13.5px; color: var(--ink); margin-top: 12px; line-height: 1.95; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .header-tel { display: none; }
  .site-nav a { padding: 0 11px; }
}

@media (max-width: 960px) {
  .header-brand .co-en { display: none; }
  .site-nav a { padding: 0 9px; font-size: 12px; }
}

@media (max-width: 1024px) {
  .inner { padding: 0 28px; }
  .message-grid, .two-col, .company-grid, .fleet-grid, .env-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .biz-grid, .loc-grid, .svc-grid, .fac-grid, .pillars, .safety-grid { grid-template-columns: 1fr; }
  .wsvc-grid { grid-template-columns: repeat(2, 1fr); border: none; gap: 12px; }
  .wsvc-cell { border: 1px solid var(--rule); margin: 0; }
  .wsvc-cell:nth-child(3n) { border-right: 1px solid var(--rule); }
  .wsvc-cell:nth-last-child(-n+3) { border-bottom: 1px solid var(--rule); }
  .detail-table { grid-template-columns: 1fr; }
  .detail-table .k { border-right: none; }
  .detail-table .v { border-bottom: 1px solid var(--rule); }
  .detail-table .pair:last-child .v { border-bottom: none; }
  .message-body, .env-body { padding-top: 0; }
  .metrics { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .stat + .stat { border-left: none; }
  .stat { border-top: 1px solid var(--rule); padding-top: 20px; }
  .stat:nth-child(-n+2) { border-top: none; padding-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero h1 { font-size: 44px; }
  .page-hero h1, .recruit-hero h1 { font-size: 38px; }
  .history .row { grid-template-columns: 100px 90px 1fr; gap: 16px; }
}

@media (max-width: 760px) {
  .header-row { height: 64px; }
  .header-tel { display: none; }
  .header-brand { gap: 10px; }
  .header-brand .divider { padding-left: 10px; margin-left: 2px; }
  .header-brand .logo .l-a { font-size: 12px; }
  .header-brand .logo .l-b { font-size: 24px; }
  .header-brand .logo .l-c { width: 78px; height: 10px; margin-top: 4px; }
  .header-brand .co-ja { font-size: 13px; letter-spacing: 0.04em; }
  .nav-toggle { display: flex; margin-left: auto; flex-direction: column; gap: 5px; width: 40px; height: 40px; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; }
  .nav-toggle span { width: 22px; height: 2px; background: var(--navy); display: block; transition: transform .2s; }
  .site-nav { position: fixed; top: 64px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--rule); flex-direction: column; align-items: stretch; padding: 8px 0; transform: translateY(-120%); transition: transform .25s ease; z-index: 99; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { flex-direction: row; gap: 10px; justify-content: flex-start; padding: 14px 28px; height: auto; }
  .site-nav a.active::after { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(-n+2) { border-top: none; }
  .stat:nth-child(3) { border-top: 1px solid var(--rule); padding-top: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { flex-direction: column; gap: 8px; align-items: flex-start; }
  .hero { height: auto; }
  .hero .hero-body { padding: 70px 28px; }
  .hero h1 { font-size: 34px; }
  .hero-foot { display: none; }
  .sec, .sec.sm { padding: 56px 0; }
  .page-hero .body, .recruit-hero .body { padding: 70px 28px; }
  .recruit-banner .body { flex-direction: column; gap: 20px; text-align: center; justify-content: center; }
  .wsvc-grid { grid-template-columns: 1fr; gap: 12px; }
  .wsvc-cell { border: 1px solid var(--rule); margin: 0; }
  .wsvc-cell:nth-child(3n) { border-right: 1px solid var(--rule); }
  .wsvc-cell:nth-last-child(-n+3) { border-bottom: 1px solid var(--rule); }
  .history .row { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
  .history .era { padding-top: 0; }
  .data-table th,
  .data-table td { display: block; width: 100%; padding-left: 0; }
  .data-table th { padding-bottom: 6px; padding-top: 16px; }
  .data-table td { padding-top: 0; padding-bottom: 16px; }
  .data-table tr:first-child th { padding-top: 0; }
  .fleet-grid { overflow-x: auto; }
  .fleet-table { min-width: 520px; }
  .pos-table { display: block; overflow-x: auto; white-space: nowrap; }
  .pos-table thead, .pos-table tbody, .pos-table tr { display: table; width: 100%; table-layout: fixed; min-width: 640px; }
  .svc-card { padding: 24px 22px; }
  .svc-card .top { flex-wrap: wrap; gap: 8px; }
  .pillar { padding: 28px 22px; }
  .policy .block p, .policy .block ul { padding-left: 0; }
}
