@charset "UTF-8";
/* ============================================================
   株式会社なでしこ運輸 — オリジナルテーマ
   デザイントークン
============================================================ */
:root {
  --navy:        #1d3a6b;   /* 見出し・本文の紺 */
  --navy-deep:   #14294e;   /* CTAバー・フッター */
  --blue:        #1e5fae;   /* プライマリブルー（ボタン） */
  --sky:         #8fb4e0;
  --gold:        #a8873f;   /* 金アクセント（ラベル・番号・日付） */
  --gold-line:   #c9b078;
  --beige:       #f4e7cd;   /* ベージュ円・カード背景 */
  --beige-bd:    #e5d6ae;   /* ベージュカード枠線 */
  --bg:          #f0f5fb;   /* ページ基調の薄青 */
  --line:        #d7e2f0;
  --tag-bg:      #e4ebf4;
  --text:        #33445f;
  --white:       #ffffff;
  --shadow:      0 10px 34px rgba(29, 58, 107, .08);
  --font-serif:  "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --font-sans:   "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-en:     "Jost", sans-serif;
  --header-h:    76px;
}

/* ============ reset ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); overflow-x: clip; }
body { overflow-x: clip; }
body {
  font-family: var(--font-sans);
  color: var(--text);
  font-size: 15px;
  line-height: 2;
  letter-spacing: .06em;
  background-color: var(--bg);
  /* 本物のデザイン画像から切り出した左右端の波背景 */
  background-image: url("../images/bg-left.png"), url("../images/bg-right.png?v=2");
  background-position: left top, right top;
  background-size: 195px 100%, 195px 100%;
  background-repeat: no-repeat, no-repeat;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
time { font-family: var(--font-en); letter-spacing: .08em; }

.inner { max-width: 1440px; margin: 0 auto; padding: 0 5%; }
.section { padding: 100px 0; position: relative; }

/* ドットパターン（装飾） */
.dots {
  position: absolute; z-index: 0; pointer-events: none;
  width: 180px; height: 220px;
  background-image: radial-gradient(circle, rgba(30, 95, 174, .35) 1.6px, transparent 1.6px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(135deg, #000 40%, transparent 90%);
          mask-image: linear-gradient(135deg, #000 40%, transparent 90%);
}
.dots--gold { background-image: radial-gradient(circle, rgba(168, 135, 63, .4) 1.6px, transparent 1.6px); }

/* ============================================================
   画像プレースホルダー
   assets/images/ にファイルを置くと自動表示。無い間は破線ボックス。
============================================================ */
.ph { display: block; position: relative; overflow: hidden; }
.ph img { width: 100%; height: 100%; object-fit: contain; }
.ph.is-empty {
  background:
    repeating-linear-gradient(45deg, rgba(30,95,174,.04) 0 12px, rgba(30,95,174,.08) 12px 24px),
    rgba(255,255,255,.6);
  border: 1.5px dashed var(--sky);
  border-radius: 8px;
}
.ph.is-empty::after {
  content: attr(data-label);
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: var(--blue);
  text-align: center; padding: 8px;
  letter-spacing: .05em;
}
.ph--icon.is-empty { border-radius: 6px; border-width: 1px; }
.ph--icon.is-empty::after { font-size: 8px; overflow: hidden; }

/* ============ 見出し共通 ============ */
.en-label {
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .3em;
  color: var(--navy);
  margin-bottom: 18px;
}
.en-label::after {
  content: ""; display: block;
  width: 46px; height: 2px;
  background: currentColor;
  margin-top: 12px;
  opacity: .9;
}
.en-label--gold { color: var(--gold); }
.en-label .jp { font-family: var(--font-sans); font-size: 14px; font-weight: 700; color: var(--navy); letter-spacing: .16em; margin-left: 1.2em; padding-left: 1.4em; border-left: 1px solid var(--line); }

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: .14em;
  line-height: 1.5;
  margin-bottom: 26px;
}
.section-title--line::after {
  content: ""; display: block;
  width: 46px; height: 2px;
  background: var(--navy);
  margin-top: 20px;
}
.section-title--md { font-size: clamp(26px, 2.6vw, 36px); }
.section-lead { color: var(--text); }

/* ============ ボタン ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  font-family: var(--font-serif);
  font-weight: 600; letter-spacing: .2em; font-size: 14px;
  color: var(--navy); background: var(--white);
  border: 1px solid var(--navy); border-radius: 3px;
  padding: 15px 40px;
  transition: .3s; cursor: pointer;
}
.btn__arrow { display: inline-flex; align-items: center; position: relative; top: 2px; font-family: var(--font-en); font-weight: 400; transition: transform .3s; }
.btn__arrow svg { display: block; }
.btn:hover { background: var(--navy); color: #fff; }
.btn:hover .btn__arrow { transform: translateX(6px); }
.btn--wide { width: 100%; }

/* ヘッダーの問い合わせボタンだけ青ピル */
.btn--contact {
  font-family: var(--font-sans); letter-spacing: .1em;
  background: var(--blue); color: #fff; border: none; border-radius: 999px;
  padding: 12px 26px; font-size: 13px; font-weight: 700;
  box-shadow: 0 4px 14px rgba(30,95,174,.3);
}
.btn--contact:hover { background: #174b8c; color: #fff; }

/* 紺帯用の白枠ボタン */
.btn--white-outline {
  background: transparent; color: #fff;
  border-color: rgba(255,255,255,.8);
}
.btn--white-outline:hover { background: #fff; color: var(--navy); }
.btn--white-outline .btn__icon { color: var(--gold-line); display: inline-flex; }

/* 紺丸矢印 */
.circle-arrow {
  flex-shrink: 0;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .3s, transform .3s;
}
a:hover .circle-arrow { background: var(--blue); transform: translateX(3px); }

.section-btn { text-align: center; margin-top: 48px; }
.section-btn--left { text-align: left; }

/* スクロールで表示 */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   HEADER
============================================================ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 2000;
  box-shadow: 0 1px 0 rgba(29,58,107,.08);
}
/* ブラーは疑似要素に（.header自体に付けると fixed の基準が変わりメニューが壊れる） */
.header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: #fff;
}
.header__inner {
  max-width: 1440px; margin: 0 auto; padding: 0 4%;
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.header__logo { display: flex; align-items: center; gap: 12px; }
.header__logo .ph--logo { width: 46px; height: 46px; flex-shrink: 0; }
.header__logo .ph--logo.is-empty::after { content: "LOGO"; font-size: 9px; }
.header__logo-text {
  font-family: var(--font-serif);
  font-weight: 600; color: var(--navy); font-size: 22px; letter-spacing: .1em;
  display: flex; flex-direction: column; line-height: 1.15;
}
.header__logo-text small { font-size: 10px; font-weight: 600; letter-spacing: .3em; }

/* 全画面幅共通: ドロワー式ハンバーガーメニュー */
.gnav {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 1100;
  width: min(560px, 94%);
  background: #fff;
  box-shadow: -8px 0 30px rgba(29,58,107,.15);
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 20px 48px 40px; gap: 10px;
  overflow-y: auto;
  transform: translateX(100%); transition: transform .35s ease;
}
.gnav.is-open { transform: none; }
.gnav__list { display: flex; flex-direction: column; gap: 4px; width: 100%; }
.gnav__list a {
  display: block; padding: 14px 4px; border-bottom: 1px solid var(--line);
  font-size: 15px; font-weight: 700; color: var(--navy); letter-spacing: .1em;
  transition: color .3s, padding-left .3s;
}
.gnav__list a:hover { color: var(--blue); padding-left: 10px; }
/* サブメニューは常時展開（インデント表示） */
.gnav__list .sub-menu a { font-size: 13.5px; padding: 12px 4px 12px 22px; }
.gnav__list .sub-menu a:hover { padding-left: 28px; }
.gnav .btn--contact { margin-top: 22px; width: 100%; justify-content: center; }

.menu-btn {
  position: relative; z-index: 1200;
  display: flex; flex-direction: column; justify-content: center; gap: 6px;
  width: 44px; height: 44px; padding: 10px;
  background: none; border: none; cursor: pointer;
}
.menu-btn span { display: block; height: 2px; width: 100%; background: var(--navy); transition: .3s; }
.menu-btn.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-btn.is-open span:nth-child(2) { opacity: 0; }
.menu-btn.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  min-height: min(780px, 94vh);
  margin-top: var(--header-h);
  display: flex; align-items: center;
  overflow: hidden;
  /* 写真未設定時の空色 */
  background: linear-gradient(115deg, #dce9f8 0%, #b9d2ef 45%, #8fb4e0 100%);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.hero__bg.is-empty { border: none; border-radius: 0; background: none; }
.hero__bg.is-empty::after { color: var(--blue); font-size: 14px; align-items: flex-end; justify-content: flex-end; padding: 30px; }

/* 左の白い斜めレイヤー */
.hero__deco { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero__deco--1 {
  background: linear-gradient(103deg, rgba(255,255,255,.98) 0%, rgba(250,252,255,.95) 31%, rgba(241,247,254,.72) 45%, rgba(241,247,254,0) 62%);
}
.hero__deco--2 {
  background: rgba(255,255,255,.52);
  clip-path: polygon(0 0, 50% 0, 23% 100%, 0 100%);
}
.hero__deco--3 {
  background: linear-gradient(250deg, rgba(30,95,174,.22), rgba(30,95,174,0) 55%);
  clip-path: polygon(72% 100%, 100% 40%, 100% 100%);
}

.hero__inner { position: relative; z-index: 2; width: 100%; max-width: 1440px; margin: 0 auto; padding: 70px 5%; }
.hero__content { max-width: 620px; }
/* SEO用h1: キャッチ上の小さなタグライン */
.hero__seo {
  font-size: 12.5px; font-weight: 600;
  color: var(--blue);
  letter-spacing: .1em; line-height: 1.8;
  margin-bottom: 14px;
}
.hero__catch {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.6vw, 60px);
  font-weight: 600; color: var(--navy);
  letter-spacing: .16em; line-height: 1.6;
  margin-bottom: 6px;
}
.hero__swoosh { width: min(420px, 80%); height: auto; color: #2e6cb8; margin: 4px 0 26px; }
.hero__lead {
  font-size: clamp(14px, 1.35vw, 17px);
  font-weight: 700; color: var(--navy);
  letter-spacing: .22em; line-height: 2.2;
  margin-bottom: 46px;
}
.hero__badges { display: flex; }
.hero__badges li {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; color: var(--navy); letter-spacing: .12em;
  padding: 0 30px;
}
.hero__badges li:first-child { padding-left: 6px; }
.hero__badges li + li { border-left: 1px solid rgba(29,58,107,.28); }
.hero__badge-icon {
  width: 60px; height: 60px; border-radius: 50%;
  background: #fff; border: 1.5px solid #a9c3e4;
  box-shadow: 0 4px 14px rgba(29,58,107,.1);
}
.hero__badge-icon img { padding: 13px; }
.hero__badge-icon.is-empty { border-radius: 50%; border-style: solid; }
.hero__badge-icon.is-empty::after { content: ""; }

/* ============================================================
   NEWS
============================================================ */
.news { padding-top: 110px; overflow: hidden; }
/* お知らせ右上・イラスト下のトラック写真（左へフェード） */
.news__photo {
  position: absolute; top: 30px; right: 0; z-index: 0;
  width: min(54vw, 900px); height: 480px;
  background: url("../images/news-photo.jpg") right center / cover no-repeat;
  -webkit-mask-image: linear-gradient(255deg, #000 26%, transparent 76%);
          mask-image: linear-gradient(255deg, #000 26%, transparent 76%);
  opacity: .2;
  pointer-events: none;
}
/* 写真上下の白グラデーション */
.news__photo::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,.7) 22%, rgba(255,255,255,0) 55%),
    linear-gradient(to top, #ffffff 0%, rgba(255,255,255,.7) 22%, rgba(255,255,255,0) 55%);
}
.news .inner { position: relative; z-index: 1; }
.news__head {
  display: grid; grid-template-columns: 1fr 500px;
  gap: 40px; align-items: center;
  margin-bottom: 30px;
}
.news__illust { width: 100%; aspect-ratio: 16 / 10; align-self: end; margin-bottom: -30px; }

.news__list li { border-bottom: 1px solid var(--line); }
.news__list li:first-child { border-top: 1px solid var(--line); }
.news__list a {
  display: grid;
  grid-template-columns: 120px 170px 1fr 44px;
  align-items: center; gap: 24px;
  padding: 26px 8px;
  transition: background .3s;
}
.news__list a:hover { background: rgba(255,255,255,.7); }
.news__list time { color: var(--navy); font-weight: 500; font-size: 15px; }
.news__tag {
  display: inline-flex; justify-content: center; align-items: center;
  font-size: 12px; font-weight: 500; letter-spacing: .08em;
  color: var(--navy); background: var(--tag-bg);
  border-radius: 4px; padding: 5px 16px;
  white-space: nowrap;
}
.news__tag--safety { background: #e8f0e2; color: #46703c; }
.news__tag--service { background: #f4e7cd; color: #7c6427; }
.news__tag--recruit { background: #ece4f4; color: #5f4a80; }
.news__title { font-weight: 500; color: var(--navy); }
.news__arrow {
  font-family: var(--font-en); font-size: 20px; color: var(--navy);
  text-align: center; transition: transform .3s;
}
.news__list a:hover .news__arrow { transform: translateX(6px); }

/* ============================================================
   ABOUT
============================================================ */
.about__grid {
  display: grid; grid-template-columns: 1fr 1.35fr;
  gap: 54px; align-items: center;
}
.about__copy {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.1vw, 27px); font-weight: 600;
  color: var(--navy); letter-spacing: .18em; line-height: 2;
  margin-bottom: 22px;
}
.about__body { margin-bottom: 40px; }
.about__illust { aspect-ratio: 16 / 10; }

/* ============================================================
   FEATURES
============================================================ */
.features { padding: 40px 0 0; }
.feature { padding: 70px 0; position: relative; }
/* ベージュの円装飾 */
.feature::before {
  content: ""; position: absolute; z-index: 0;
  width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,231,205,.55) 0%, rgba(244,231,205,.28) 55%, rgba(244,231,205,0) 74%);
  left: 4%; top: 30px;
  pointer-events: none;
}
.feature:nth-child(even)::before { left: 12%; top: auto; bottom: 40px; }

.feature__grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 340px) 1fr 300px;
  gap: 28px; align-items: center;
  max-width: 1150px; margin-right: auto;
}
/* 段違い: 奇数(01,03)=左寄せ / 偶数(02,04)=右寄せ */
.feature:nth-child(even) .feature__grid { margin-left: auto; margin-right: 0; }

.feature__num {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(40px, 4vw, 56px); font-weight: 500;
  color: var(--gold); line-height: 1; letter-spacing: .1em;
  margin-bottom: 4px;
}
.feature__num::after {
  content: ""; display: block;
  width: 40px; height: 2px; background: var(--gold-line);
  margin-top: 14px;
}
.feature__label {
  font-family: var(--font-en); font-size: 13px; font-weight: 600;
  letter-spacing: .3em; color: var(--navy);
  display: block; margin: 18px 0 10px;
}
.feature__title {
  font-family: var(--font-serif);
  font-size: clamp(23px, 2vw, 28px); font-weight: 600;
  color: var(--navy); letter-spacing: .1em; line-height: 1.8;
  margin-bottom: 8px;
}
.feature__title::after {
  content: ""; display: block;
  width: 40px; height: 2px; background: var(--gold-line);
  margin-top: 18px;
}
.feature__body { font-size: 14px; margin: 20px 0 34px; }
.feature__btn { padding: 13px 30px; font-size: 13px; }

.feature__illust { aspect-ratio: 4 / 3; filter: saturate(.98) contrast(1.02); }

/* 右のベージュ枠カード */
.feature__aside {
  background: rgba(253, 250, 243, .92);
  border: 1px solid var(--beige-bd);
  padding: 30px 26px;
  display: flex; flex-direction: column; gap: 26px;
}
.feature-item { display: flex; gap: 16px; align-items: flex-start; }
.feature-item__icon { width: 40px; height: 40px; flex-shrink: 0; margin-top: 2px; }
.feature-item__icon.is-empty { border-color: var(--gold-line); background: rgba(255,255,255,.5); }
.feature-item__icon.is-empty::after { color: var(--gold); }
.feature-item__text h4 { font-size: 14.5px; font-weight: 700; color: var(--navy); letter-spacing: .08em; margin-bottom: 4px; }
.feature-item__text p { font-size: 12.5px; line-height: 1.8; color: #56688a; }

/* ============================================================
   BUSINESS
============================================================ */
.business { padding-top: 110px; }
.business__head {
  display: grid; grid-template-columns: minmax(300px, 460px) 1fr;
  gap: 50px; align-items: center;
  margin-bottom: 54px;
}
.business__lead { font-family: var(--font-serif); color: var(--navy); letter-spacing: .12em; line-height: 2.2; }
.business__illust { aspect-ratio: 16 / 9; }

.business__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.business-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 22px 20px;
  transition: box-shadow .3s, transform .3s;
}
a.business-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.business-card__illust { width: 112px; flex-shrink: 0; aspect-ratio: 4 / 3; }
.business-card__text { flex: 1; }
.business-card__text h3 {
  font-family: var(--font-serif);
  font-size: 17px; font-weight: 600; color: var(--navy);
  letter-spacing: .14em; margin-bottom: 6px;
}
.business-card__text p { font-size: 12px; line-height: 1.9; color: #56688a; }
.business__note { text-align: center; margin-top: 34px; font-size: 13px; color: var(--navy); letter-spacing: .1em; }

/* ============================================================
   COLUMN & COMPANY
============================================================ */
/* コラム/会社概要は同じ横幅・同じ高さ（ボタンは下端揃え） */
.cc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
.cc__column, .cc__company {
  display: flex; flex-direction: column;
  background: rgba(255,255,255,.88);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 50px 46px;
}
.cc__column-head { display: grid; grid-template-columns: 1fr 200px; gap: 20px; align-items: center; margin-bottom: 28px; }
.cc__company .cc__column-head { grid-template-columns: 1fr 260px; }
.cc__lead { font-size: 13.5px; }
.cc__illust { aspect-ratio: 4 / 3; }

.column-list { display: flex; flex-direction: column; }
.column-list li { border-bottom: 1px solid var(--line); }
.column-list a {
  display: flex; gap: 18px; align-items: center;
  padding: 18px 4px; transition: background .3s;
}
.column-list a:hover { background: rgba(240,245,251,.8); }
.column-list__thumb { width: 108px; aspect-ratio: 4 / 3; flex-shrink: 0; border-radius: 6px; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.column-list__thumb img { object-fit: cover; }
.column-list__text { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.column-list__text time { font-size: 12.5px; font-weight: 500; color: var(--gold); }
.column-list__title { font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.7; letter-spacing: .04em; }
.column-list__desc { font-size: 12px; line-height: 1.8; color: #56688a; }
.cc__column .section-btn, .cc__company .section-btn { margin-top: auto; padding-top: 34px; }

/* 社屋イラストはカード幅いっぱいにせず中央に小さめ配置（参考デザインのバランス） */
.cc__company-illust { width: min(430px, 80%); aspect-ratio: 4 / 3; margin: 0 auto 30px; }
.cc__company-divider { width: 40px; height: 2px; background: var(--gold-line); margin-bottom: 26px; }
.cc__company-copy {
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.7vw, 22px); font-weight: 600;
  color: var(--navy); letter-spacing: .14em; line-height: 2.1;
  margin-bottom: 24px;
}
.cc__company-body { font-size: 13.5px; }
.cc__company-body + .cc__company-body { margin-top: 1.2em; }

/* ============================================================
   RECRUIT
============================================================ */
.recruit { background: var(--white); position: relative; overflow: hidden; padding: 110px 0; }
.recruit__photo {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 52%; z-index: 0;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
.recruit__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.recruit__photo.is-empty { border: none; border-radius: 0; background: linear-gradient(115deg, #e6eef8, #b9cfeb); }
.recruit .inner { position: relative; z-index: 1; }
.recruit__content { max-width: 560px; }
.recruit__label { margin-bottom: 26px; }
.recruit__label::after { display: none; }
.recruit__catch {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.3vw, 46px); font-weight: 600;
  color: var(--navy); letter-spacing: .18em; line-height: 1.75;
  margin-bottom: 10px;
}
.recruit__catch::after {
  content: ""; display: block;
  width: 44px; height: 2px; background: var(--gold-line);
  margin-top: 22px;
}
.recruit__body { font-size: 14px; margin: 22px 0 40px; }
.recruit__points { display: flex; }
.recruit__points li {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700; color: var(--navy); letter-spacing: .04em;
  padding: 0 16px; text-align: center; white-space: nowrap;
}
.recruit__points li:first-child { padding-left: 4px; }
.recruit__points li + li { border-left: 1px solid var(--line); }
.recruit__point-icon { width: 46px; height: 46px; }
.recruit__point-icon.is-empty { background: none; border-color: var(--sky); }

/* ============================================================
   CTAバー（紺帯）
============================================================ */
.cta-bar { background: var(--navy-deep); padding: 34px 0; }
.cta-bar__inner {
  max-width: 1440px; margin: 0 auto; padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 30px; flex-wrap: wrap;
}
.cta-bar__text { border-left: 3px solid var(--gold-line); padding-left: 22px; color: #fff; }
.cta-bar__title {
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.6vw, 20px); font-weight: 600;
  letter-spacing: .18em; margin-bottom: 4px;
}
.cta-bar__note { font-size: 12px; color: #c3d2e8; letter-spacing: .1em; }
.cta-bar__btns { display: flex; gap: 16px; flex-wrap: wrap; }
.cta-bar__btns .btn { font-size: 13.5px; padding: 14px 30px; }

/* ============================================================
   CONTACT
============================================================ */
.contact { background: transparent; } /* 波背景を透かす */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact__body {
  font-family: var(--font-serif); color: var(--navy);
  letter-spacing: .12em; line-height: 2.3;
}
.contact__body + .contact__body { margin-top: 1.4em; }

.contact__methods { padding-top: 30px; }
.contact-method { display: grid; grid-template-columns: 76px 1fr; gap: 26px; align-items: flex-start; }
.contact-method + .contact-method { margin-top: 36px; padding-top: 36px; border-top: 1px solid #ccd6e4; }
.contact-method__icon {
  width: 76px; height: 76px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(29,58,107,.22);
}
.contact-method__label {
  font-family: var(--font-serif);
  font-size: 17px; font-weight: 600; color: var(--navy); letter-spacing: .16em;
  margin-bottom: 6px;
}
.contact-method__tel {
  display: inline-block;
  font-family: var(--font-en);
  font-size: clamp(30px, 3vw, 38px); font-weight: 600;
  color: var(--navy); letter-spacing: .04em; line-height: 1.3;
}
.contact-method__tel:hover { color: var(--blue); }
.contact-method__note { font-size: 13px; color: #56688a; letter-spacing: .08em; }
.contact-method__note .sep { margin: 0 .6em; color: #9db0c9; }
.contact-method__btn { margin-top: 16px; }
.contact-method__btn .btn { padding: 12px 28px; font-size: 13px; }

/* ============================================================
   FOOTER
============================================================ */
.footer { background: var(--navy-deep); color: #c3d2e8; padding: 56px 0 28px; }
.footer__grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 40px; }
.footer__logo {
  font-family: var(--font-serif);
  font-size: 22px; font-weight: 600; color: #fff; letter-spacing: .12em;
  display: flex; flex-direction: column; line-height: 1.3; margin-bottom: 16px;
}
.footer__logo small { font-size: 10px; letter-spacing: .3em; color: #8fa8cd; }
.footer__address { font-size: 13px; line-height: 2.1; }
.footer__nav ul { display: flex; gap: 28px; flex-wrap: wrap; }
.footer__nav a { font-size: 13.5px; font-weight: 500; transition: color .3s; }
.footer__nav a:hover { color: #fff; }
.footer__copy { text-align: center; border-top: 1px solid rgba(255,255,255,.14); padding-top: 24px; }
.footer__copy small { font-family: var(--font-en); font-size: 11px; letter-spacing: .14em; color: #7e97bf; }

/* ============================================================
   下層ページ（WordPress）
============================================================ */
.inner--narrow { max-width: 880px; }

.page-header {
  margin-top: var(--header-h);
  padding: 80px 0 54px;
  border-bottom: 1px solid var(--line);
}
.page-header .section-title { margin-bottom: 0; }
.article-meta { display: flex; align-items: center; gap: 16px; margin-top: 20px; }
.article-meta time { color: var(--navy); font-weight: 500; }

.article-thumb { margin-bottom: 40px; }
.article-thumb img { border-radius: 12px; width: 100%; }

.article-body { font-size: 15.5px; }
.article-body > * + * { margin-top: 1.4em; }
.article-body h2 {
  font-family: var(--font-serif);
  font-size: 23px; font-weight: 600; color: var(--navy); letter-spacing: .1em;
  border-left: 3px solid var(--gold-line); padding-left: 16px;
  margin-top: 2.2em; line-height: 1.6;
}
.article-body h3 { font-family: var(--font-serif); font-size: 18px; font-weight: 600; color: var(--navy); margin-top: 1.8em; }
.article-body a { color: var(--blue); text-decoration: underline; }
.article-body ul, .article-body ol { padding-left: 1.4em; }
.article-body ul { list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body img { border-radius: 8px; }
.article-body blockquote {
  background: var(--bg); border-left: 3px solid var(--sky);
  border-radius: 0 8px 8px 0; padding: 18px 22px;
}

.archive-section .news__list { background: rgba(255,255,255,.7); border-radius: 12px; padding: 8px 28px; }

.pagination { margin-top: 48px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 42px; padding: 0 8px;
  border: 1px solid var(--navy); border-radius: 3px;
  font-family: var(--font-en); font-weight: 500; color: var(--navy);
  background: #fff; transition: .3s;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover { background: var(--navy); color: #fff; }
.no-posts { text-align: center; color: #56688a; }

/* カスタムロゴ */
.header__logo .custom-logo-link { display: block; width: 100%; height: 100%; }
.header__logo .custom-logo { width: 100%; height: 100%; object-fit: contain; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1080px) {
  .feature__grid,
  .feature:nth-child(even) .feature__grid {
    grid-template-columns: 1fr 1fr; padding-left: 0;
  }
  .feature__aside { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
  .feature__aside .feature-item { flex: 1 1 240px; }
  .cc__grid { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; gap: 46px; }
  .business__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  :root { --header-h: 64px; }
  .section { padding: 66px 0; }

  /* header → ハンバーガー（幅のみ調整・挙動は全幅共通） */
  .gnav { width: min(340px, 88%); padding: 16px 26px 30px; }
  .gnav__logo-text { font-size: 18px; }
  .gnav__sublist { grid-template-columns: 1fr; }
  .gnav__sublist a { white-space: normal; }

  .hero { min-height: 86vh; }
  .hero__deco--1 { background: linear-gradient(160deg, rgba(255,255,255,.95) 0%, rgba(248,251,255,.85) 45%, rgba(240,246,253,.4) 70%, rgba(240,246,253,0) 85%); }
  .hero__badges li { padding: 0 14px; }
  .hero__badge-icon { width: 48px; height: 48px; }
  .hero__badge-icon img { padding: 10px; }

  .news__head { grid-template-columns: 1fr; }
  .news__illust { max-width: 260px; justify-self: end; margin-top: -10px; }
  .news__list a {
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
    row-gap: 8px; padding: 18px 4px; column-gap: 14px;
  }
  .news__title { grid-column: 1 / -1; }
  .news__arrow { display: none; }

  .about__grid { grid-template-columns: 1fr; gap: 36px; }

  .feature { padding: 54px 0; }
  .feature__grid,
  .feature:nth-child(even) .feature__grid { grid-template-columns: 1fr; gap: 32px; }
  .feature__illust { max-width: 420px; }
  .feature__aside { flex-direction: column; }

  .business__head { grid-template-columns: 1fr; gap: 30px; }
  .business__grid { grid-template-columns: 1fr; gap: 14px; }

  .cc__column, .cc__company { padding: 34px 24px; }
  .cc__column-head { grid-template-columns: 1fr; }
  .cc__illust { max-width: 220px; }

  .recruit { padding: 66px 0; }
  .recruit__photo {
    position: static; width: 100%; height: 240px;
    clip-path: none; margin-bottom: 40px;
  }
  .recruit__content { max-width: none; }
  .recruit__points { flex-wrap: wrap; gap: 18px 0; }
  .recruit__points li { flex: 1 1 33%; padding: 0 10px; border-left: none; }

  .cta-bar__inner { flex-direction: column; align-items: stretch; }
  .cta-bar__btns .btn { flex: 1; }

  .contact-method { grid-template-columns: 56px 1fr; gap: 18px; }
  .contact-method__icon { width: 56px; height: 56px; }

  .footer__grid { flex-direction: column; }
  .archive-section .news__list { padding: 4px 16px; }
}

@media (max-width: 480px) {
  .hero__badges { flex-wrap: wrap; gap: 16px 0; }
  .hero__badges li { flex: 1 1 33%; border-left: none !important; padding: 0 6px; }
  .btn { width: 100%; }
  .btn--contact { width: auto; }
}

/* ============================================================
   下層: なでしこ運輸について (page-about)
============================================================ */
.page-about { padding-top: var(--header-h); }
.breadcrumb { padding: 14px 0 0; font-size: 12.5px; color: var(--text); }
.breadcrumb a { color: var(--text); text-decoration: none; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb__sep { margin: 0 10px; color: #9fb0c8; }

.about-heading {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(20px, 2vw, 25px); color: var(--navy);
  letter-spacing: .12em; margin-bottom: 26px;
}
.about-heading--center { text-align: center; margin-bottom: 44px; }

/* ---------- ページヒーロー ---------- */
.page-hero { position: relative; padding: 60px 0 90px; overflow: hidden; }
.page-hero__photo {
  position: absolute; top: 0; right: 0; bottom: 40px; z-index: 0;
  width: min(52vw, 780px);
  background: url("../images/hero.jpg") center / cover no-repeat;
  -webkit-mask-image: linear-gradient(262deg, #000 62%, transparent 96%);
  mask-image: linear-gradient(262deg, #000 62%, transparent 96%);
  border-radius: 0 0 0 28px;
}
.page-hero .inner { position: relative; z-index: 1; }
.page-hero__content { max-width: 520px; }
.page-hero__title {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(30px, 3.4vw, 44px); color: var(--navy);
  letter-spacing: .1em; line-height: 1.5;
  padding-bottom: 18px; margin-bottom: 26px; position: relative;
}
.page-hero__title::after {
  content: ""; position: absolute; left: 2px; bottom: 0;
  width: 46px; height: 3px; background: var(--gold-line);
}
.page-hero__catch {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(19px, 1.9vw, 24px); color: var(--blue);
  letter-spacing: .14em; line-height: 1.9; margin-bottom: 20px;
}
.page-hero__body { font-size: 14.5px; line-height: 2.2; }

/* ---------- 原点 ---------- */
.origin__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.origin__text p { font-size: 14.5px; line-height: 2.3; }
.origin__illust { aspect-ratio: 2.17 / 1; }

/* ---------- 大切にしていること ---------- */
.values__lead {
  text-align: center; font-family: var(--font-serif);
  color: var(--navy); font-size: 16px; letter-spacing: .18em; margin-bottom: 10px;
}
.values__title {
  text-align: center; font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(28px, 3vw, 40px); color: var(--navy);
  letter-spacing: .2em; margin-bottom: 56px;
}
.values__grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); }
.values__grid li { padding: 0 36px; text-align: center; }
.values__grid li + li { border-left: 1px solid var(--line); }
.values__icon { width: 64px; height: 64px; margin: 0 auto 18px; }
.values__grid h3 {
  font-family: var(--font-serif); font-size: 21px; font-weight: 600;
  color: var(--blue); letter-spacing: .3em; margin-bottom: 14px;
}
.values__grid p { font-size: 13.5px; line-height: 2.1; text-align: left; }

/* ---------- メッセージ / ビジョン ---------- */
.mv__grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.mv-card {
  background: rgba(255,255,255,.86); border-radius: 14px;
  box-shadow: var(--shadow); padding: 40px 42px;
}
.mv-card__msg { display: grid; grid-template-columns: 1fr 420px; gap: 48px; align-items: center; }
.mv-card__portrait { width: 100%; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.mv-card__catch {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(19px, 1.8vw, 23px); color: var(--navy);
  letter-spacing: .1em; line-height: 1.9; margin-bottom: 18px;
}
.mv-card__body { font-size: 13.5px; line-height: 2.15; margin-bottom: 18px; }
.mv-card__sign { font-size: 13px; color: var(--navy); }
.mv-card__sign span {
  font-family: var(--font-serif); font-size: 19px; font-weight: 600;
  letter-spacing: .16em; margin-left: 14px;
}
.mv-card__sub {
  font-size: 15px; color: var(--navy); letter-spacing: .1em;
  padding-bottom: 10px; margin: 26px 0 22px; position: relative;
}
.mv-card__sub::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 34px; height: 2px; background: var(--gold-line);
}
.mv-card__actions { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 0; }
.mv-card__actions li { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 34px; }
.mv-card__actions li { border-left: 1px solid var(--line); }
.mv-card__actions li:nth-child(3n+1) { border-left: none; }
.mv-card__action-icon { width: 60px; height: 60px; margin-bottom: 12px; }
.mv-card__action-num { font-family: var(--font-en); font-size: 14px; color: var(--gold); letter-spacing: .1em; margin-bottom: 5px; }
.mv-card__action-label { font-size: 15.5px; font-weight: 700; color: var(--navy); line-height: 1.7; }
.mv-card__action-desc { font-size: 12.5px; line-height: 2; color: var(--text); text-align: left; margin-top: 8px; }

/* ---------- 歩み ---------- */
.history__list { list-style: none; max-width: 880px; margin: 0 auto; position: relative; }
.history__list::before {
  content: ""; position: absolute; left: 132px; top: 10px; bottom: 10px;
  border-left: 2px dotted var(--gold-line);
}
.history__list li {
  position: relative;
  display: grid; grid-template-columns: 104px 1fr; gap: 56px;
  padding-bottom: 36px;
}
.history__list li:last-child { padding-bottom: 0; }
.history__list li::before {
  content: ""; position: absolute; left: 133px; top: 9px; transform: translateX(-50%);
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--white); border: 3px solid var(--gold-line); z-index: 1;
}
.history__year {
  font-family: var(--font-serif); font-size: 18px; font-weight: 600;
  color: var(--blue); letter-spacing: .04em; line-height: 1.7; text-align: right;
}
.history__body { font-size: 13.5px; line-height: 2.1; }

/* ---------- 会社概要 / アクセス ---------- */
.profile__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
.profile__cols { display: block; }
.profile__table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.profile__table th, .profile__table td {
  text-align: left; padding: 13px 6px; border-bottom: 1px solid var(--line);
  vertical-align: top; line-height: 1.8;
}
.profile__table th { width: 108px; color: var(--navy); font-weight: 700; white-space: nowrap; }
.profile__map { display: block; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); margin-bottom: 18px; }
.profile__photo { border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); margin-bottom: 24px; }
.profile__photo.is-empty { aspect-ratio: 16 / 9; }
.profile__map iframe { display: block; width: 100%; height: 320px; border: 0; }
.profile__ways { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.profile__way { display: flex; gap: 14px; font-size: 13px; line-height: 1.9; }
.profile__way-icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--white); color: var(--navy); box-shadow: var(--shadow);
}
.profile__way-title { font-weight: 700; color: var(--navy); margin-bottom: 2px; }

/* ---------- 下層CTA ---------- */
.page-cta { background: linear-gradient(105deg, #dfe9f6 0%, #e9f0f9 55%, #dce7f5 100%); padding: 54px 0; }
.page-cta__inner { display: grid; grid-template-columns: auto 1fr; gap: 46px; align-items: center; }
.page-cta__title {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(20px, 2vw, 25px); color: var(--navy);
  letter-spacing: .12em; line-height: 2;
}
.page-cta__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.page-cta__card {
  display: flex; align-items: center; gap: 16px;
  background: var(--white); border-radius: 12px; box-shadow: var(--shadow);
  padding: 20px 24px; text-decoration: none; color: var(--navy);
  transition: transform .3s, box-shadow .3s;
}
.page-cta__card:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(29,58,107,.14); }
.page-cta__icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--navy-deep); color: #fff;
}
.page-cta__card-text { display: flex; flex-direction: column; gap: 2px; }
.page-cta__card-label { font-size: 11.5px; font-weight: 700; }
.page-cta__card-main { font-family: var(--font-en); font-size: 25px; font-weight: 600; letter-spacing: .04em; }
.page-cta__card-main--sm { font-family: var(--font-serif); font-size: 17px; letter-spacing: .1em; }
.page-cta__card-note { font-size: 11.5px; color: var(--text); }
.page-cta__arrow { margin-left: auto; color: var(--navy); }

/* ---------- レスポンシブ ---------- */
@media (max-width: 1080px) {
  .profile__grid { grid-template-columns: 1fr; }
}
/* ============================================================
   下層: サービス詳細 (page-service / 食品輸送など)
============================================================ */
.page-service { padding-top: var(--header-h); }

/* 中央見出し（ゴールド下線） */
.sv-title {
  text-align: center;
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(24px, 2.6vw, 34px); color: var(--navy);
  letter-spacing: .18em; margin-bottom: 54px;
}
.sv-title::after {
  content: ""; display: block;
  width: 44px; height: 2px; background: var(--gold-line);
  margin: 18px auto 0;
}

/* ---------- ページヒーロー ---------- */
.sv-hero { position: relative; padding: 56px 0 70px; background: transparent; overflow: hidden; }
.sv-hero .inner { position: relative; z-index: 1; }
.sv-hero__grid {
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: 54px; align-items: center;
}
.sv-hero__title {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(30px, 3.4vw, 44px); color: var(--navy);
  letter-spacing: .12em; line-height: 1.5;
}
.sv-hero__catch {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(18px, 1.9vw, 23px); color: var(--navy);
  letter-spacing: .14em; line-height: 1.9;
  padding-bottom: 16px; margin: 20px 0 24px; position: relative;
}
.sv-hero__catch::after {
  content: ""; position: absolute; left: 2px; bottom: 0;
  width: 46px; height: 3px; background: var(--gold-line);
}
.sv-hero__body { font-size: 14.5px; line-height: 2.2; }
.sv-hero__badges { display: flex; margin-top: 40px; }
.sv-hero__badges li {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; color: var(--navy); letter-spacing: .1em;
  padding: 0 26px; text-align: center; white-space: nowrap;
}
.sv-hero__badges li:first-child { padding-left: 6px; }
.sv-hero__badges li + li { border-left: 1px solid rgba(29,58,107,.25); }
.sv-hero__badge-icon {
  display: grid; place-items: center;
  width: 60px; height: 60px; border-radius: 50%;
  background: #fff; border: 1.5px solid #a9c3e4; color: var(--blue);
  box-shadow: 0 4px 14px rgba(29,58,107,.1);
}
.sv-hero__illust { aspect-ratio: 4 / 3; }
.sv-hero__wave { display: none; position: absolute; left: 0; right: 0; bottom: -1px; z-index: 0; pointer-events: none; }
.sv-hero__wave svg { display: block; width: 100%; height: clamp(50px, 7vw, 90px); }

/* ---------- 3つの強み ---------- */
.sv-strengths { padding-top: 90px; }
.sv-strengths__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sv-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--beige-bd); border-radius: 6px;
  padding: 34px 30px 28px;
}
.sv-card__num {
  display: flex; align-items: center; gap: 18px;
  font-family: var(--font-serif); font-size: 30px; font-weight: 500;
  color: var(--gold); letter-spacing: .1em; line-height: 1;
  margin-bottom: 18px;
}
.sv-card__num::after { content: ""; flex: 0 0 44px; height: 1.5px; background: var(--gold-line); }
.sv-card__title {
  font-family: var(--font-serif); font-size: 20px; font-weight: 600;
  color: var(--navy); letter-spacing: .12em; margin-bottom: 12px;
}
.sv-card__body { font-size: 13.5px; line-height: 2; margin-bottom: 22px; }
.sv-card__illust { margin-top: auto; aspect-ratio: 16 / 10; }

/* ---------- 対応可能な食品 ---------- */
.sv-foods { background: transparent; padding: 90px 0; }
.sv-foods__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.sv-foods__grid li { text-align: center; }
.sv-foods__circle {
  width: min(150px, 78%); aspect-ratio: 1; border-radius: 50%;
  background: #fff; box-shadow: var(--shadow);
  margin: 0 auto 18px; overflow: hidden;
}
.sv-foods__circle img { padding: 16px; }
.sv-foods__circle.is-empty { border-radius: 50%; }
.sv-foods__label { font-size: 15px; font-weight: 700; color: var(--navy); letter-spacing: .12em; }

/* ---------- 食品輸送の流れ ---------- */
.sv-flow__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; counter-reset: none; }
.sv-flow__grid li {
  position: relative;
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 34px 24px 26px;
  display: flex; flex-direction: column;
}
.sv-flow__grid li:not(:last-child)::after {
  content: "›";
  position: absolute; right: -28px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-en); font-size: 32px; color: var(--gold);
  pointer-events: none;
}
.sv-flow__num {
  position: absolute; top: -17px; left: 20px;
  display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-family: var(--font-en); font-size: 13px; font-weight: 600; letter-spacing: .04em;
}
.sv-flow__title {
  font-family: var(--font-serif); font-size: 18px; font-weight: 600;
  color: var(--navy); letter-spacing: .14em; margin-bottom: 10px;
}
.sv-flow__body { font-size: 12.5px; line-height: 1.9; margin-bottom: 20px; }
.sv-flow__illust { margin-top: auto; aspect-ratio: 4 / 3; }

/* ---------- 保有車両・設備 ---------- */
.sv-fleet__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.sv-fleet__photo { aspect-ratio: 16 / 10; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.sv-fleet__photo img { object-fit: cover; }
.sv-fleet__item { display: flex; gap: 18px; align-items: flex-start; }
.sv-fleet__item + .sv-fleet__item { margin-top: 28px; }
.sv-fleet__icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--white); color: var(--navy); box-shadow: var(--shadow);
}
.sv-fleet__item h3, .sv-fleet__item h4 { font-size: 15px; font-weight: 700; color: var(--navy); letter-spacing: .1em; margin-bottom: 4px; }
.sv-fleet__item p { font-size: 13px; line-height: 1.9; color: #56688a; }

/* ---------- サービスCTA ---------- */
.sv-cta { padding: 40px 0 110px; }
.sv-cta__box {
  display: grid; grid-template-columns: 170px 1fr minmax(320px, 400px);
  gap: 40px; align-items: center;
  background: #fff; border-radius: 14px; box-shadow: var(--shadow);
  padding: 44px 48px;
}
.sv-cta__illust { width: 100%; aspect-ratio: 3 / 4; }
.sv-cta__catch {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(18px, 1.9vw, 23px); color: var(--navy);
  letter-spacing: .16em; line-height: 2.2; text-align: center;
}
.sv-cta__cards { display: flex; flex-direction: column; gap: 16px; }
.sv-cta__cards .page-cta__card { border: 1px solid var(--line); box-shadow: none; }
.sv-cta__cards .page-cta__card:hover { box-shadow: var(--shadow); }

/* ---------- サービス内容4カード（搬入・設置など） ---------- */
.sv-svc__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sv-svc__grid .sv-card { padding: 30px 24px 24px; }
.sv-card--center .sv-card__title { text-align: center; margin-bottom: 0; }
.sv-card--center .sv-card__title::after {
  content: ""; display: block;
  width: 30px; height: 1.5px; background: var(--gold-line);
  margin: 12px auto 16px;
}
.sv-card--center .sv-card__body { font-size: 12.5px; }

/* ---------- 対象機器と適用範囲 ---------- */
.sv-scope { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 64px 0; }
.sv-scope__grid {
  display: grid; grid-template-columns: minmax(300px, 430px) 1fr;
  gap: 54px; align-items: center;
}
.sv-scope__title {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(21px, 2.2vw, 28px); color: var(--navy);
  letter-spacing: .18em; margin-bottom: 18px;
}
.sv-scope__text p { font-size: 13.5px; line-height: 2.1; }
.sv-scope__illust { aspect-ratio: 16 / 5; }

/* ---------- 保有設備・機材（白背景バリエーション） ---------- */
.sv-foods--plain { background: transparent; padding: 100px 0 90px; }
.sv-foods__grid--4 { grid-template-columns: repeat(4, 1fr); max-width: 1020px; margin: 0 auto; }
.sv-foods__label span { display: block; font-size: 12px; font-weight: 500; color: #56688a; letter-spacing: .08em; margin-top: 2px; }
.sv-foods__note { text-align: center; margin-top: 34px; font-size: 12.5px; color: #56688a; letter-spacing: .08em; }

/* ---------- 有資格者 / 安全対策 ---------- */
.sv-quali { padding-top: 0; }
.sv-quali__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
}
.sv-quali__col { padding: 42px 44px; }
.sv-quali__col + .sv-quali__col { border-left: 1px solid var(--line); }
.sv-quali__head {
  font-family: var(--font-serif); font-size: 20px; font-weight: 600;
  color: var(--navy); letter-spacing: .16em;
  padding-bottom: 12px; margin-bottom: 20px; position: relative;
}
.sv-quali__head::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 34px; height: 2px; background: var(--gold-line);
}
.sv-quali__cols { display: grid; grid-template-columns: 1fr 150px; gap: 24px; align-items: end; }
.sv-quali__cols--wide { grid-template-columns: 1fr 200px; }
.sv-quali__body { font-size: 13px; line-height: 2; margin-bottom: 14px; }
.sv-quali__list li { position: relative; padding-left: 1.1em; font-size: 13px; line-height: 2.1; }
.sv-quali__list li::before { content: "・"; position: absolute; left: 0; color: var(--navy); }
.sv-quali__illust { width: 100%; aspect-ratio: 4 / 3; }
.sv-quali__illust--tall { aspect-ratio: 3 / 4; }

/* ---------- CTA（イラストなし・シンプル版） ---------- */
.sv-cta__box--simple { display: block; }
.sv-cta__box--simple .sv-cta__catch { margin-bottom: 28px; }
.sv-cta__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 940px; margin: 0 auto; }

/* ---------- 誌面型サービスページ（産業機械輸送など） ---------- */
.sv-hero--flat { background: transparent; padding: 46px 0 60px; }
.sv-title--left { text-align: left; }
.sv-title--left::after { margin: 16px 0 0; }
.sv-hero__catch-title {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(30px, 3.5vw, 46px); color: var(--navy);
  letter-spacing: .16em; line-height: 1.75;
  padding-bottom: 22px; margin-bottom: 26px; position: relative;
}
.sv-hero__catch-title::after {
  content: ""; position: absolute; left: 2px; bottom: 0;
  width: 52px; height: 3px; background: var(--gold-line);
}

/* 対応機器（縦罫線4カラム） */
.sv-mach { border-top: 1px solid var(--line); padding-top: 80px; }
.sv-mach__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.sv-mach__grid li { padding: 0 26px; text-align: center; }
.sv-mach__grid li + li { border-left: 1px solid var(--line); }
.sv-mach__illust { width: min(190px, 90%); aspect-ratio: 4 / 3; margin: 0 auto 20px; }
.sv-mach__grid h3 {
  font-family: var(--font-serif); font-size: 17.5px; font-weight: 600;
  color: var(--navy); letter-spacing: .1em; margin-bottom: 10px;
}
.sv-mach__grid p { font-size: 12.5px; line-height: 2; }

/* 強み（金番号+アイコンの4カラム） */
.sv-points { border-top: 1px solid var(--line); }
.sv-points__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.sv-points__grid li { padding: 0 28px; }
.sv-points__grid li:first-child { padding-left: 0; }
.sv-points__grid li + li { border-left: 1px solid var(--line); }
.sv-points__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.sv-points__num {
  font-family: var(--font-serif); font-size: clamp(34px, 3vw, 44px); font-weight: 500;
  color: var(--gold); letter-spacing: .08em; line-height: 1;
}
.sv-points__icon { width: 88px; height: 72px; }
.sv-points__grid h3 {
  font-family: var(--font-serif); font-size: 17px; font-weight: 600;
  color: var(--navy); letter-spacing: .1em; margin-bottom: 10px;
}
.sv-points__grid p { font-size: 13px; line-height: 2; }

/* 作業当日の流れ（枠なし・白丸番号） */
.sv-steps { border-top: 1px solid var(--line); }
.sv-steps__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 44px; }
.sv-steps__grid li { position: relative; text-align: center; }
.sv-steps__grid li:not(:last-child)::after {
  content: "›";
  position: absolute; right: -30px; top: 34px;
  font-family: var(--font-en); font-size: 30px; color: var(--navy);
  pointer-events: none;
}
.sv-steps__head { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 16px; min-height: 84px; }
.sv-steps__num {
  flex-shrink: 0; display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: #fff; box-shadow: var(--shadow);
  font-family: var(--font-serif); font-size: 15px; font-weight: 600; color: var(--navy);
}
.sv-steps__illust { width: 110px; aspect-ratio: 4 / 3; }
.sv-steps__grid h3 { font-size: 15.5px; font-weight: 700; color: var(--navy); letter-spacing: .1em; margin-bottom: 8px; }
.sv-steps__grid p { font-size: 12.5px; line-height: 2; }

/* 体制（ベージュ箱）+ お問い合わせ（白箱） */
.sv-duo { padding-top: 20px; }
.sv-duo__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; align-items: stretch; }
.sv-tech {
  background: #faf8f1; border: 1px solid var(--beige-bd); border-radius: 12px;
  padding: 38px 40px;
}
.sv-tech__title {
  text-align: center;
  font-family: var(--font-serif); font-size: clamp(19px, 1.8vw, 23px); font-weight: 600;
  color: var(--navy); letter-spacing: .16em; margin-bottom: 10px;
}
.sv-tech__title::after {
  content: ""; display: block;
  width: 36px; height: 2px; background: var(--gold-line);
  margin: 14px auto 26px;
}
.sv-tech__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.sv-tech__col { display: flex; gap: 16px; align-items: flex-start; }
.sv-tech__illust { flex: 0 0 96px; aspect-ratio: 4 / 3; margin-top: 4px; }
.sv-tech__illust--tall { flex-basis: 88px; aspect-ratio: 3 / 4; }
.sv-tech__col h3 { font-size: 14.5px; font-weight: 700; color: var(--navy); letter-spacing: .08em; margin-bottom: 8px; }
.sv-tech__col p { font-size: 12px; line-height: 1.9; margin-bottom: 12px; }
.sv-tech__list li { position: relative; padding-left: 1.5em; font-size: 12px; line-height: 2; color: var(--text); }
.sv-tech__list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.sv-contact {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 40px 34px; text-align: center;
  display: flex; flex-direction: column; justify-content: center;
}
.sv-contact__catch {
  font-family: var(--font-serif); font-size: clamp(16px, 1.5vw, 19px); font-weight: 600;
  color: var(--navy); letter-spacing: .12em; line-height: 2; margin-bottom: 22px;
}
.sv-contact__tel-row { display: inline-flex; align-items: center; justify-content: center; gap: 12px; }
.sv-contact__tel-icon { color: var(--navy); display: inline-flex; }
.sv-contact__tel {
  font-family: var(--font-en); font-size: clamp(28px, 2.6vw, 36px); font-weight: 600;
  color: var(--navy); letter-spacing: .04em;
}
.sv-contact__tel-row:hover .sv-contact__tel { color: var(--blue); }
.sv-contact__hours { font-size: 12px; color: #56688a; letter-spacing: .08em; margin: 8px 0 24px; }

/* 街並みイラスト帯 */
.sv-town { margin-top: 30px; }
.sv-town__illust { width: 100%; aspect-ratio: 10 / 1; }
.sv-town__illust img { object-fit: cover; object-position: center bottom; }

/* ---------- 大型輸送ページ ---------- */
/* タイトル下に金線、キャッチは太字紺（金線はタイトル側だけ） */
.sv-hero__title--line { padding-bottom: 18px; margin-bottom: 26px; position: relative; }
.sv-hero__title--line::after {
  content: ""; position: absolute; left: 2px; bottom: 0;
  width: 46px; height: 3px; background: var(--gold-line);
}
.sv-hero__title--line + .sv-hero__catch { font-family: var(--font-sans); font-weight: 700; letter-spacing: .1em; padding-bottom: 0; margin: 0 0 18px; }
.sv-hero__title--line + .sv-hero__catch::after { display: none; }

/* 横並びバッジ（アイコン左・テキスト右） */
.sv-hbadges { display: flex; margin-top: 48px; }
.sv-hbadges li {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 16px;
  font-size: 13.5px; font-weight: 700; color: var(--navy); letter-spacing: .08em;
  padding: 0 20px;
}
.sv-hbadges li + li { border-left: 1px solid rgba(29,58,107,.25); }

/* 対応できる荷物（白枠カード4つ） */
.sv-cargo { border-top: 1px solid var(--line); }
.sv-cargo__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 10px; }
.sv-cargo__grid li {
  background: #fff; border: 1px solid var(--line); border-radius: 6px;
  padding: 26px 20px 22px; text-align: center;
}
.sv-cargo__illust { aspect-ratio: 4 / 3; margin-bottom: 16px; }
.sv-cargo__grid h3 {
  font-family: var(--font-serif); font-size: 16.5px; font-weight: 600;
  color: var(--navy); letter-spacing: .1em;
}

/* 大切にしていること（3カラム・横長イラスト） */
.sv-mach__grid--3 { grid-template-columns: repeat(3, 1fr); }
.sv-mach__grid--3 li { text-align: left; }
.sv-mach__grid--3 h3 { text-align: left; font-size: 16.5px; }
.sv-mach__illust--wide { width: 100%; aspect-ratio: 16 / 9; }

/* 車両・設備（左右アイコン+中央イラスト） */
.sv-equip { border-top: 1px solid var(--line); }
.sv-equip__grid {
  display: grid; grid-template-columns: minmax(200px, 240px) 1fr minmax(240px, 300px);
  gap: 40px; align-items: center; margin-bottom: 14px;
}
.sv-equip__item { display: flex; gap: 14px; align-items: flex-start; }
.sv-equip__icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: #fff; border: 1.5px solid #a9c3e4; color: var(--blue);
  box-shadow: 0 4px 14px rgba(29,58,107,.1);
}
.sv-equip__item h3 { font-size: 15px; font-weight: 700; color: var(--navy); letter-spacing: .08em; margin-bottom: 6px; }
.sv-equip__item p { font-size: 12.5px; line-height: 1.9; color: #56688a; }
.sv-equip__illust { aspect-ratio: 16 / 9; }
.sv-equip__side { display: flex; flex-direction: column; gap: 30px; }

/* CTAサブ文 */
.sv-cta__sub { font-size: 13px; text-align: center; margin-top: 12px; letter-spacing: .08em; }

/* ---------- お知らせ一覧（home.php / category.php） ---------- */
.news-archive-hero { padding: 44px 0 10px; }
.news-archive-hero__grid {
  display: grid; grid-template-columns: minmax(300px, 1fr) 1.25fr;
  gap: 46px; align-items: center; margin-bottom: 34px;
}
.news-archive-hero__title {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(30px, 3.2vw, 42px); color: var(--navy);
  letter-spacing: .14em; line-height: 1.5;
  padding-bottom: 18px; margin-bottom: 24px; position: relative;
}
.news-archive-hero__title::after {
  content: ""; position: absolute; left: 2px; bottom: 0;
  width: 46px; height: 3px; background: var(--gold-line);
}
.news-archive-hero__lead { font-size: 14.5px; line-height: 2.2; letter-spacing: .12em; }
.news-archive-hero__illust { aspect-ratio: 16 / 7; }

.news-filter { display: flex; flex-wrap: wrap; align-items: center; row-gap: 10px; }
.news-filter li { display: flex; align-items: center; }
.news-filter li + li::before {
  content: ""; width: 1px; height: 15px; background: #c3d0e2; margin: 0 8px;
}
.news-filter a {
  display: inline-block; padding: 8px 22px;
  font-size: 13.5px; font-weight: 700; color: var(--navy); letter-spacing: .08em;
  border-radius: 999px; transition: background .3s, color .3s;
}
.news-filter a:hover { background: var(--tag-bg); }
.news-filter a.is-active { background: var(--navy); color: #fff; }

.news-archive-list { padding-top: 40px; }
.news-archive-list .news__list { background: rgba(255,255,255,.7); border-radius: 12px; padding: 8px 28px; }

/* ---------- レスポンシブ（サービス詳細） ---------- */
@media (max-width: 1080px) {
  .sv-strengths__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .sv-svc__grid { grid-template-columns: repeat(2, 1fr); }
  .sv-scope__grid { grid-template-columns: 1fr; gap: 30px; }
  .sv-foods__grid { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .sv-foods__grid--4 { grid-template-columns: repeat(2, 1fr); }
  .sv-quali__grid { grid-template-columns: 1fr; }
  .sv-quali__col + .sv-quali__col { border-left: none; border-top: 1px solid var(--line); }
  .sv-flow__grid { grid-template-columns: repeat(2, 1fr); gap: 40px 34px; }
  .sv-flow__grid li:nth-child(2n)::after { display: none; }
  .sv-cta__box { grid-template-columns: 1fr; text-align: center; padding: 36px 28px; }
  .sv-cta__illust { max-width: 170px; margin: 0 auto; }
  .sv-cta__row { grid-template-columns: 1fr; }
  .sv-mach__grid { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .sv-mach__grid li:nth-child(odd) { border-left: none; }
  .sv-points__grid { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .sv-points__grid li { padding-left: 28px; }
  .sv-points__grid li:nth-child(odd) { border-left: none; padding-left: 0; }
  .sv-steps__grid { grid-template-columns: repeat(2, 1fr); }
  .sv-steps__grid li:nth-child(2n)::after { display: none; }
  .sv-duo__grid { grid-template-columns: 1fr; }
  .sv-cargo__grid { grid-template-columns: repeat(2, 1fr); }
  .sv-equip__grid { grid-template-columns: 1fr; gap: 26px; justify-items: center; }
  .sv-equip__illust { width: min(560px, 100%); }
  .sv-equip__side { gap: 20px; }
}
@media (max-width: 767px) {
  .sv-hero { padding: 30px 0 90px; }
  .sv-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .sv-hero__illust { max-width: 420px; margin: 0 auto; }
  .sv-hero__badges { justify-content: center; }
  .sv-hero__badges li { padding: 0 14px; flex: 1 1 33%; white-space: normal; }
  .sv-hero__badge-icon { width: 48px; height: 48px; }
  .sv-strengths { padding-top: 66px; }
  .sv-svc__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .sv-foods { padding: 60px 0; }
  .sv-foods--plain { padding: 66px 0 60px; }
  .sv-foods__grid { grid-template-columns: repeat(2, 1fr); }
  .sv-quali__col { padding: 30px 22px; }
  .sv-quali__cols, .sv-quali__cols--wide { grid-template-columns: 1fr; }
  .sv-quali__illust, .sv-quali__illust--tall { max-width: 240px; margin: 0 auto; }
  .sv-flow__grid { grid-template-columns: 1fr; }
  .sv-flow__grid li::after { display: none !important; }
  .sv-fleet__grid { grid-template-columns: 1fr; gap: 34px; }
  .sv-cta { padding-bottom: 66px; }
  .sv-mach__grid { grid-template-columns: 1fr; }
  .sv-mach__grid li { border-left: none !important; padding: 0; }
  .sv-mach__grid li + li { border-top: 1px solid var(--line); padding-top: 34px; }
  .sv-points__grid { grid-template-columns: 1fr; }
  .sv-points__grid li { border-left: none !important; padding: 0 !important; }
  .sv-steps__grid { grid-template-columns: 1fr; }
  .sv-steps__grid li::after { display: none !important; }
  .sv-tech { padding: 28px 22px; }
  .sv-tech__cols { grid-template-columns: 1fr; }
  .sv-hbadges { flex-direction: column; gap: 18px; margin-top: 34px; }
  .sv-hbadges li { justify-content: flex-start; padding: 0; }
  .sv-hbadges li + li { border-left: none; }
  .sv-cargo__grid { grid-template-columns: 1fr; }
  .news-archive-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .news-archive-hero__illust { max-width: 460px; }
  .news-archive-list .news__list { padding: 4px 16px; }
}

@media (max-width: 767px) {
  .page-hero { padding: 30px 0 50px; }
  .page-hero__photo { position: static; width: 100%; height: 220px; margin-bottom: 26px;
    -webkit-mask-image: none; mask-image: none; border-radius: 12px; }
  .origin__grid { grid-template-columns: 1fr; gap: 30px; }
  .values__grid { grid-template-columns: 1fr; gap: 34px; }
  .values__grid li + li { border-left: none; padding-top: 30px; border-top: 1px solid var(--line); }
  .mv-card { padding: 28px 22px; }
  .mv-card__msg { grid-template-columns: 1fr; }
  .mv-card__portrait { margin: 0 auto; }
  .mv-card__actions { grid-template-columns: 1fr; row-gap: 24px; }
  .mv-card__actions li { border-left: none; padding: 0; }
  .history__list::before { left: 5px; top: 6px; }
  .history__list li { grid-template-columns: 1fr; gap: 6px; padding-left: 26px; }
  .history__list li::before { left: 6px; top: 6px; }
  .history__year { text-align: left; }
  .profile__ways { grid-template-columns: 1fr; gap: 14px; }
  .page-cta__inner { grid-template-columns: 1fr; gap: 26px; }
  .page-cta__cards { grid-template-columns: 1fr; }
}

/* ============================================================
   下層: 車両紹介 (page-vehicles)
============================================================ */
.veh-num {
  font-family: var(--font-en);
  font-size: 30px; font-weight: 500; color: var(--gold);
  letter-spacing: .12em; line-height: 1; margin-bottom: 16px;
}
.veh-num::after { content: ""; display: block; width: 40px; height: 2px; background: var(--gold-line); margin-top: 12px; }
.veh-heading {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(21px, 1.8vw, 25px); color: var(--navy);
  letter-spacing: .14em; margin-bottom: 18px;
}
.veh-lead { font-size: 14px; line-height: 2.2; }

/* ---------- ページヒーロー（車両紹介） ---------- */
.page-hero--vehicles .page-hero__photo { background-image: url("../images/vehicles-hero.webp?v=3"); background-size: contain; background-position: right bottom; width: min(85vw, 1280px); bottom: 0; }
.page-hero--vehicles { padding: 60px 0 100px; min-height: 560px; }
.page-hero--vehicles .page-hero__title { padding-bottom: 0; margin-bottom: 10px; }
.page-hero--vehicles .page-hero__title::after { display: none; }
.page-hero__en {
  font-family: var(--font-en); font-size: 15px; font-weight: 600;
  letter-spacing: .32em; color: var(--gold); margin-bottom: 24px;
}

/* ---------- 01 充実した車両ラインナップ ---------- */
.veh-intro__grid { display: grid; grid-template-columns: 380px 1fr; gap: 54px; align-items: center; }
.veh-intro__list { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.veh-intro__list li { padding: 0 16px; text-align: center; }
.veh-intro__list li + li { border-left: 1px solid var(--line); }
.veh-intro__icon { width: 76px; height: 76px; margin: 0 auto 16px; background: #eef3fa; border-radius: 50%; padding: 18px; }
.veh-intro__list h3 { font-size: 14.5px; font-weight: 700; color: var(--navy); letter-spacing: .04em; margin-bottom: 10px; white-space: nowrap; }
.veh-intro__list p { font-size: 12.5px; line-height: 2; text-align: left; }

/* ---------- 02 保有車両一覧 ---------- */
.veh-fleet__head { display: flex; align-items: center; gap: 22px; margin-bottom: 10px; }
.veh-fleet__head .veh-heading { margin-bottom: 0; }
.veh-fleet .veh-lead { margin-bottom: 36px; }
.veh-fleet__note { font-size: 11.5px; color: #7b8aa3; margin-left: 18px; }
.veh-cards { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.veh-card {
  position: relative; overflow: hidden;
  background: var(--white); border: 1px solid #e3eaf4; border-radius: 10px;
  box-shadow: var(--shadow); padding: 22px 22px 24px;
}
.veh-card::after {
  content: ""; position: absolute; right: 0; bottom: 0;
  border-style: solid; border-width: 0 0 26px 26px;
  border-color: transparent transparent var(--blue) transparent; opacity: .85;
}
.veh-card__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.veh-card__head h3 { font-size: 15px; font-weight: 700; color: var(--navy); letter-spacing: .02em; }
.veh-card__count {
  flex-shrink: 0; font-size: 12px; font-weight: 700; color: var(--navy);
  border: 1.5px solid var(--sky); border-radius: 999px; padding: 1px 12px; background: #fff;
}
.veh-card__img { height: 118px; margin-bottom: 16px; }
.veh-card__spec { font-size: 13px; }
.veh-card__spec > div { display: grid; grid-template-columns: 62px 1fr; gap: 14px; padding: 6px 0; }
.veh-card__spec dt { color: var(--navy); font-weight: 700; }
.veh-card__spec dd span { display: block; line-height: 1.9; }
.veh-card__spec dd i { font-style: normal; font-family: var(--font-en); display: inline-block; width: 1.5em; }

/* ---------- ご提案ボックス ---------- */
.veh-consult {
  position: relative; display: flex; gap: 24px; align-items: flex-start; overflow: hidden;
  background: var(--white); border: 1px solid #e3eaf4; border-radius: 12px;
  box-shadow: var(--shadow); margin-top: 36px; padding: 34px 290px 34px 38px;
}
.veh-consult__icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid var(--blue); color: var(--blue);
}
.veh-consult__text h2 { font-size: 17px; font-weight: 700; color: var(--navy); letter-spacing: .08em; margin: 9px 0 12px; }
.veh-consult__text p { font-size: 13.5px; line-height: 2.1; }
.veh-consult__illust { position: absolute; right: 64px; bottom: 0; width: 148px; }

/* ---------- 03 車両設備・装備 ---------- */
.veh-equip__grid { display: grid; grid-template-columns: 300px 1fr; gap: 46px; align-items: center; }
.veh-equip__list {
  list-style: none; display: grid; grid-template-columns: repeat(5, 1fr);
  background: rgba(255,255,255,.92); border-radius: 14px; box-shadow: var(--shadow);
  padding: 42px 18px;
}
.veh-equip__list li { padding: 0 16px; text-align: center; }
.veh-equip__list li + li { border-left: 1px solid var(--line); }
.veh-equip__icon { display: block; width: 66px; height: 66px; margin: 0 auto 14px; background: #f1f4f9; border-radius: 50%; padding: 16px; }
.veh-equip__icon .ph { width: 100%; height: 100%; }
.veh-equip__list h3 { font-size: 14px; font-weight: 700; color: var(--navy); letter-spacing: .04em; margin-bottom: 8px; }
.veh-equip__list p { font-size: 12px; line-height: 1.9; text-align: left; }

/* ---------- CTA（車両紹介） ---------- */
.page-cta--vehicles .page-cta__inner { grid-template-columns: 200px minmax(0, 1fr) auto; gap: 24px; }
.page-cta--vehicles .page-cta__title { font-size: clamp(15px, 1.25vw, 18px); }
.page-cta--vehicles .page-cta__cards { grid-template-columns: auto auto; }
.page-cta__card-main { white-space: nowrap; }
.page-cta__illust { width: 200px; align-self: end; margin-bottom: -54px; }
.page-cta__card--navy { background: var(--navy-deep); color: #fff; }
.page-cta__card--navy .page-cta__icon { background: rgba(255,255,255,.14); }
.page-cta__card--navy .page-cta__card-note { color: rgba(255,255,255,.75); }
.page-cta__card--navy .page-cta__arrow { color: #fff; }

/* ---------- レスポンシブ（車両紹介） ---------- */
@media (max-width: 1080px) {
  .veh-intro__grid, .veh-equip__grid { grid-template-columns: 1fr; gap: 34px; }
  .veh-cards { grid-template-columns: repeat(2, 1fr); }
  .veh-equip__list { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .veh-equip__list li:nth-child(4) { border-left: none; }
  .page-cta--vehicles .page-cta__inner { grid-template-columns: 1fr; }
  .page-cta--vehicles .page-cta__illust { display: none; }
}
@media (max-width: 767px) {
  .veh-intro__list { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .veh-intro__list li { padding: 0 14px; }
  .veh-intro__list li:nth-child(3) { border-left: none; }
  .veh-cards { grid-template-columns: 1fr; }
  .veh-fleet__note { display: block; margin-left: 0; }
  .veh-consult { padding: 26px 22px 150px; }
  .veh-consult__illust { right: 24px; }
  .veh-equip__list { grid-template-columns: 1fr; padding: 30px 24px; }
  .veh-equip__list li { border-left: none !important; padding: 0; }
  .veh-equip__list li + li { border-top: 1px solid var(--line); padding-top: 26px; }
}

/* ---------- 右下固定お問い合わせボタン ---------- */
.float-contact {
  position: fixed; right: 0; bottom: 0; z-index: 900;
  display: inline-flex; align-items: center; gap: 14px;
  background: linear-gradient(135deg, var(--blue) 0%, var(--navy-deep) 100%);
  color: #fff;
  padding: 16px 24px 16px 20px;
  border-radius: 12px 0 0 0;
  border-top: 3px solid var(--gold-line);
  box-shadow: -6px -6px 24px rgba(20, 41, 78, .3);
  transition: filter .3s, padding .3s;
}
.float-contact:hover { filter: brightness(1.18); padding-right: 32px; }
.float-contact__icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255, 255, 255, .16);
}
.float-contact__text { display: flex; flex-direction: column; gap: 2px; }
.float-contact__label { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; color: var(--gold-line); }
.float-contact__main { font-size: 15.5px; font-weight: 700; letter-spacing: .08em; }
.float-contact__arrow { font-family: var(--font-en); font-size: 17px; margin-left: 2px; }
@media (max-width: 767px) {
  .float-contact { padding: 11px 16px 11px 14px; gap: 10px; border-radius: 10px 0 0 0; }
  .float-contact__icon { width: 36px; height: 36px; }
  .float-contact__icon svg { width: 18px; height: 18px; }
  .float-contact__label { font-size: 10px; }
  .float-contact__main { font-size: 13px; }
}

/* ============================================================
   下層: お問い合わせ (page-contact)
============================================================ */
.ct-hero { padding: 40px 0 30px; }
.ct-hero__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center; }
.ct-hero__body { font-size: 14.5px; line-height: 2.3; }
.ct-hero__illust { max-width: 620px; }

.ct-subtitle {
  font-family: var(--font-serif); font-weight: 600;
  font-size: 17px; color: var(--navy); letter-spacing: .12em;
  text-align: center; margin-bottom: 18px;
}
.ct-subtitle::after { content: ""; display: block; width: 34px; height: 2px; background: var(--gold-line); margin: 12px auto 0; }
.ct-subtitle--left { text-align: left; }
.ct-subtitle--left::after { margin-left: 0; }

.ct-title {
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(20px, 2vw, 24px); color: var(--navy); letter-spacing: .14em;
  text-align: center; margin-bottom: 14px;
}
.ct-title::after { content: ""; display: block; width: 40px; height: 2px; background: var(--gold-line); margin: 14px auto 0; }

/* ---------- 電話 / メール ---------- */
.ct-ways__card {
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--white); border-radius: 12px; box-shadow: var(--shadow);
  padding: 40px 20px;
}
.ct-ways__col { text-align: center; padding: 0 30px; }
.ct-ways__col + .ct-ways__col { border-left: 1px solid var(--line); }
.ct-ways__tel {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-en); font-size: clamp(28px, 3vw, 38px); font-weight: 600;
  color: var(--navy); letter-spacing: .02em; margin: 6px 0 4px;
}
.ct-ways__note, .ct-ways__lead { font-size: 13px; }
.ct-ways__lead { margin: 10px 0 16px; }
.ct-ways__btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--navy-deep); color: #fff;
  font-size: 14px; font-weight: 700; letter-spacing: .08em;
  padding: 15px 34px; border-radius: 6px;
  transition: background .3s;
}
.ct-ways__btn:hover { background: var(--blue); }

/* ---------- フォーム ---------- */
.ct-form { padding: 60px 0; }
.ct-form__card {
  background: var(--white); border-radius: 12px; box-shadow: var(--shadow);
  padding: 56px clamp(24px, 6vw, 90px) 48px;
}
.ct-form__lead { text-align: center; font-size: 13.5px; margin-bottom: 40px; }
.ct-errors {
  list-style: none; background: #fdf0f0; border: 1px solid #e8b7b7; border-radius: 8px;
  color: #b03a3a; font-size: 13px; padding: 14px 20px; margin-bottom: 28px;
}
.ct-hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.ct-field { display: grid; grid-template-columns: 240px 1fr; gap: 24px; align-items: center; margin-bottom: 22px; }
.ct-field:has(textarea) { align-items: start; }
.ct-field__label { font-size: 14px; font-weight: 700; color: var(--navy); display: flex; align-items: center; gap: 12px; }
.ct-req {
  flex-shrink: 0; font-size: 10.5px; font-weight: 700; color: var(--gold);
  border: 1px solid var(--gold-line); border-radius: 4px; padding: 1px 8px; letter-spacing: .08em;
}
.ct-field__input input, .ct-field__input select, .ct-field__input textarea {
  width: 100%; font: inherit; font-size: 14px; color: var(--text);
  background: #fff; border: 1px solid #cfdae9; border-radius: 6px;
  padding: 13px 16px; letter-spacing: .04em;
}
.ct-field__input ::placeholder { color: #a7b4c8; }
.ct-field__input input:focus, .ct-field__input select:focus, .ct-field__input textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30, 95, 174, .12);
}
.ct-field__input select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%), linear-gradient(135deg, var(--navy) 50%, transparent 50%); background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%; background-size: 6px 6px; background-repeat: no-repeat; }
.ct-form__btns { display: flex; justify-content: center; gap: 18px; margin-top: 38px; flex-wrap: wrap; }
.ct-btn {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--navy-deep); color: #fff; border: none; cursor: pointer;
  font: inherit; font-size: 15px; font-weight: 700; letter-spacing: .14em;
  padding: 17px 64px; border-radius: 999px;
  transition: background .3s, transform .3s;
}
.ct-btn:hover { background: var(--blue); transform: translateY(-2px); }
.ct-btn--back { background: #fff; color: var(--navy); border: 1px solid var(--navy); padding: 17px 34px; }
.ct-btn--back:hover { background: var(--navy); color: #fff; }
.ct-form__note { text-align: center; font-size: 12px; color: #7b8aa3; margin-top: 18px; }

.ct-confirm { width: 100%; border-collapse: collapse; font-size: 14px; margin-bottom: 10px; }
.ct-confirm th, .ct-confirm td { text-align: left; padding: 16px 10px; border-bottom: 1px solid var(--line); vertical-align: top; line-height: 1.9; }
.ct-confirm th { width: 220px; color: var(--navy); font-weight: 700; }

.ct-done { text-align: center; font-size: 14px; line-height: 2.3; }
.ct-done__btn { margin-top: 30px; }

/* ---------- 注意書き / 個人情報 ---------- */
.ct-info { padding-bottom: 90px; }
.ct-info__card {
  position: relative; display: grid; grid-template-columns: 1fr 1.15fr; gap: 40px;
  background: #eef1f7; border-radius: 12px;
  padding: 40px 260px 40px 44px;
  font-size: 13px; line-height: 2.1;
}
.ct-info__col + .ct-info__col { border-left: 1px solid #d8dfeb; padding-left: 40px; }
.ct-info__link { margin-top: 10px; }
.ct-info__link a { font-weight: 700; color: var(--navy); }
.ct-info__link a span { font-family: var(--font-en); margin-left: 8px; color: var(--gold); }
.ct-info__link a:hover { color: var(--blue); }
.ct-info__illust { position: absolute; right: 60px; top: 50%; transform: translateY(-50%); width: 130px; }

/* ---------- レスポンシブ（お問い合わせ） ---------- */
@media (max-width: 1080px) {
  .ct-info__card { padding-right: 44px; }
  .ct-info__illust { display: none; }
}
@media (max-width: 767px) {
  .ct-hero__grid { grid-template-columns: 1fr; gap: 20px; }
  .ct-ways__card { grid-template-columns: 1fr; gap: 34px; padding: 34px 24px; }
  .ct-ways__col + .ct-ways__col { border-left: none; border-top: 1px solid var(--line); padding-top: 30px; }
  .ct-form__card { padding: 36px 20px; }
  .ct-field { grid-template-columns: 1fr; gap: 8px; margin-bottom: 18px; }
  .ct-info__card { grid-template-columns: 1fr; gap: 26px; }
  .ct-info__col + .ct-info__col { border-left: none; padding-left: 0; border-top: 1px solid #d8dfeb; padding-top: 26px; }
  .ct-confirm th { width: auto; display: block; border-bottom: none; padding-bottom: 0; }
  .ct-confirm td { display: block; padding-top: 4px; }
  .ct-btn { width: 100%; justify-content: center; }
}

/* ============================================================
   記事詳細: 本文右のその他の記事（single.php）
============================================================ */
.inner--article { max-width: 1240px; }
.article-grid {
  display: grid; grid-template-columns: 1fr 320px;
  gap: 48px; align-items: start;
}
.article-aside { position: sticky; top: calc(var(--header-h) + 24px); }
.article-aside__box {
  background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 12px;
  padding: 26px 24px 22px;
}
.article-aside__title {
  font-family: var(--font-serif); font-size: 17px; font-weight: 600;
  color: var(--navy); letter-spacing: .14em;
  padding-bottom: 12px; margin-bottom: 6px; position: relative;
}
.article-aside__title::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 32px; height: 2px; background: var(--gold-line);
}
.article-aside__list li { border-bottom: 1px solid var(--line); }
.article-aside__list li:last-child { border-bottom: none; }
.article-aside__list a { display: block; padding: 14px 2px; transition: background .3s; }
.article-aside__list a:hover { background: rgba(240,245,251,.9); }
.article-aside__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.article-aside__meta time { font-size: 12px; font-weight: 500; color: var(--gold); }
.article-aside__meta .news__tag { font-size: 10.5px; padding: 2px 10px; }
.article-aside__item-title {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
  font-size: 13px; font-weight: 600; color: var(--navy); line-height: 1.8; letter-spacing: .04em;
}
.article-aside__list a:hover .article-aside__item-title { color: var(--blue); }
.article-aside__more {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 12px; font-size: 12.5px; font-weight: 700; color: var(--navy); letter-spacing: .1em;
  transition: color .3s;
}
.article-aside__more:hover { color: var(--blue); }
.article-aside__more span { transition: transform .3s; }
.article-aside__more:hover span { transform: translateX(4px); }

@media (max-width: 1080px) {
  .article-grid { grid-template-columns: 1fr; gap: 40px; }
  .article-aside { position: static; }
}

/* ============================================================
   下層: 採用情報 (page-recruit)
============================================================ */
.rc-hero { background: transparent; padding: 34px 0 10px; }
.rc-hero__grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; align-items: center; }
.rc-hero__title { margin-bottom: 22px; }
.rc-hero__title-sub { display: block; font-size: 14.5px; font-weight: 600; color: var(--gold); letter-spacing: .14em; margin-top: 10px; }
.rc-hero__body { font-size: 14.5px; line-height: 2.3; }
.rc-hero__illust { max-width: 660px; justify-self: end; }

/* ---------- タブ ---------- */
.rc-tabs { list-style: none; display: flex; flex-wrap: wrap; align-items: center; margin: 0 0 34px; }
.rc-tabs li { display: flex; align-items: center; }
.rc-tabs li + li::before { content: ""; width: 1px; height: 18px; background: var(--line); margin: 0 18px; }
.rc-tab {
  font: inherit; font-size: 14px; font-weight: 700; letter-spacing: .06em;
  color: var(--navy); background: none; border: none; cursor: pointer;
  padding: 8px 18px; border-radius: 999px; transition: background .3s, color .3s;
}
.rc-tab:hover { color: var(--blue); }
.rc-tab.is-active { background: var(--navy); color: #fff; }

/* ---------- 職種カード ---------- */
.rc-cards { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.rc-card {
  background: var(--white); border: 1px solid #e3eaf4; border-radius: 12px;
  box-shadow: var(--shadow); padding: 30px 32px 20px;
}
.rc-card__main { display: grid; grid-template-columns: 128px 1fr; gap: 30px; align-items: center; }
.rc-card__icon { width: 128px; height: 128px; border-radius: 50%; overflow: hidden; }
.rc-card__title {
  font-size: 19px; font-weight: 700; color: var(--navy);
  letter-spacing: .06em; line-height: 1.6; margin-bottom: 12px;
}
.rc-card__desc { font-size: 13px; line-height: 2; }
.rc-card__foot {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 14px;
  border-top: 1px solid var(--line); margin-top: 20px; padding-top: 14px;
}
.rc-card__meta { list-style: none; font-size: 12.5px; }
.rc-card__meta li { display: flex; align-items: center; gap: 8px; line-height: 2; }
.rc-card__meta span { display: inline-flex; color: var(--blue); }
.rc-card__more { font-size: 13.5px; font-weight: 700; color: var(--navy); flex-shrink: 0; }
.rc-card__more span { display: inline-block; margin-left: 6px; transition: transform .3s; }
.rc-card__more:hover { color: var(--blue); }
.rc-card__more:hover span { transform: translateX(4px); }
.rc-empty { text-align: center; font-size: 14px; padding: 40px 0; }

/* ---------- 採用CTA ---------- */
.rc-cta { padding: 10px 0 90px; }
.rc-cta__card {
  display: grid; grid-template-columns: auto 1fr auto auto; gap: 40px; align-items: center;
  background: #eef1f7; border-radius: 14px; padding: 36px 44px;
}
.rc-cta__illust { width: 150px; align-self: end; margin-bottom: -36px; }
.rc-cta__title { margin-bottom: 8px; }
.rc-cta__text p { font-size: 13px; line-height: 2; }
.rc-cta__tel {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-en); font-size: 30px; font-weight: 600;
  color: var(--navy); letter-spacing: .02em;
}
.rc-cta__hours { font-size: 12px; margin-top: 4px; }
.rc-cta__btn { flex-shrink: 0; }

@media (max-width: 1080px) {
  .rc-hero__grid { grid-template-columns: 1fr; gap: 16px; }
  .rc-hero__illust { justify-self: center; }
  .rc-cta__card { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .rc-cta__illust { display: none; }
  .rc-cta__title.ct-subtitle--left { text-align: center; }
  .rc-cta__title.ct-subtitle--left::after { margin: 12px auto 0; }
  .rc-cta__btn { justify-self: center; }
}
@media (max-width: 767px) {
  .rc-cards { grid-template-columns: 1fr; }
  .rc-card { padding: 24px 20px 16px; }
  .rc-card__main { grid-template-columns: 96px 1fr; gap: 18px; }
  .rc-card__icon { width: 96px; height: 96px; }
  .rc-tabs li + li::before { margin: 0 8px; }
  .rc-tab { padding: 7px 12px; font-size: 13px; }
  .rc-card__foot { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   求人詳細 (single-nadeshiko_job)
============================================================ */
.jb-hero { background: #fff; border-bottom: 1px solid var(--line); padding: 34px 0 26px; }
.jb-hero__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; }
.jb-hero__title { margin-bottom: 20px; font-size: clamp(24px, 2.5vw, 32px); word-break: keep-all; line-height: 1.6; }
.nobr { white-space: nowrap; }
.rc-card__title { word-break: keep-all; }
.jb-hero__body { font-size: 14px; line-height: 2.2; }
.jb-hero__illust { max-width: 560px; justify-self: end; }
.jb-hero__illust img { width: 100%; height: auto; }

.jb-body { padding: 40px 0 90px; }

/* ---------- 概要バッジ ---------- */
.jb-badges {
  list-style: none; display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--white); border: 1px solid #e3eaf4; border-radius: 12px;
  box-shadow: var(--shadow); padding: 26px 10px; margin-bottom: 26px;
}
.jb-badges li { display: flex; align-items: center; gap: 14px; padding: 4px 22px; }
.jb-badges li + li { border-left: 1px solid var(--line); }
.jb-badges__icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: #eef3fa; color: var(--navy);
}
.jb-badges__icon svg { width: 24px; height: 24px; }
.jb-badges__label { display: block; font-size: 11.5px; font-weight: 700; color: var(--blue); letter-spacing: .06em; }
.jb-badges__value { display: block; font-size: 16.5px; font-weight: 700; color: var(--navy); line-height: 1.5; }
.jb-badges__note { display: block; font-size: 10.5px; color: #7b8aa3; }

/* ---------- カード ---------- */
.jb-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 26px; }
.jb-card {
  background: var(--white); border: 1px solid #e3eaf4; border-radius: 12px;
  box-shadow: var(--shadow); padding: 32px 36px; margin-bottom: 26px;
}
.jb-duo .jb-card { margin-bottom: 0; }
.jb-card__title {
  display: flex; align-items: center; gap: 12px;
  font-size: 18px; font-weight: 700; color: var(--navy); letter-spacing: .08em;
  margin-bottom: 18px;
}
.jb-card__title span { display: inline-flex; color: var(--blue); }
.jb-card__title small { font-size: 12.5px; font-weight: 700; color: var(--text); }
.jb-card__intro { font-size: 13.5px; margin-bottom: 12px; }
.jb-list { list-style: none; }
.jb-list li { position: relative; font-size: 13.5px; line-height: 2.15; padding-left: 1.2em; }
.jb-list li::before { content: "・"; position: absolute; left: 0; color: var(--navy); }
.jb-checks { list-style: none; }
.jb-checks li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; line-height: 2.05; margin-bottom: 10px; }
.jb-checks__icon { flex-shrink: 0; display: inline-flex; color: var(--blue); margin-top: 7px; }
.jb-checks__icon--gold { color: var(--gold); }

/* ---------- 1日の流れ ---------- */
.jb-flow { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; counter-reset: flow; }
.jb-flow li { position: relative; background: #f7f9fd; border-radius: 10px; padding: 20px 20px 22px; }
.jb-flow li:not(:last-child)::after {
  content: "›"; position: absolute; right: -24px; top: 44%;
  color: var(--gold); font-family: var(--font-en); font-size: 24px; font-weight: 600;
}
.jb-flow__head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.jb-flow__num {
  flex-shrink: 0; display: grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--navy); color: #fff;
  font-family: var(--font-en); font-size: 14px; font-weight: 600;
}
.jb-flow__time { font-family: var(--font-en); font-size: 15px; font-weight: 600; color: var(--navy); letter-spacing: .04em; }
.jb-flow__title { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.jb-flow__desc { font-size: 12px; line-height: 1.95; }
.jb-note { font-size: 11.5px; color: #7b8aa3; margin-top: 16px; }

/* ---------- 待遇・福利厚生 ---------- */
.jb-benefits { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 26px; }
.jb-benefits li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: start;
  align-content: start;
}
.jb-benefits li .jb-benefits__icon { grid-row: 1 / span 2; }
.jb-benefits li .jb-benefits__name { grid-column: 2; align-self: center; }
.jb-benefits li .jb-benefits__note { grid-column: 2; }
.jb-benefits__icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: #eef3fa; color: var(--navy); margin-top: 2px;
}
.jb-benefits__name { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy); line-height: 1.7; }
.jb-benefits__note { display: block; font-size: 11px; color: #7b8aa3; line-height: 1.7; }
.jb-benefits li > span:nth-child(2) { display: block; }
.jb-cta { margin-top: 26px; }
/* 応募フォームモーダル */
.jb-apply__job { font-size: 15px; font-weight: 700; color: var(--navy); }
.jb-modal { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 24px; }
.jb-modal[hidden] { display: none; }
.jb-modal__overlay {
  position: absolute; inset: 0;
  background: rgba(20, 41, 78, .55);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
  opacity: 0; transition: opacity .25s ease;
}
.jb-modal__panel {
  position: relative; z-index: 1;
  width: min(860px, 100%); max-height: 88vh; overflow-y: auto;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(10, 25, 55, .4);
  padding: 48px clamp(24px, 5vw, 64px) 42px;
  opacity: 0; transform: translateY(36px) scale(.98);
  transition: opacity .3s ease, transform .3s cubic-bezier(.2, .8, .3, 1);
}
.jb-modal.is-open .jb-modal__overlay { opacity: 1; }
.jb-modal.is-open .jb-modal__panel { opacity: 1; transform: none; }
.jb-modal__close {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: #eef3fa; color: var(--navy); border: none; cursor: pointer;
  transition: background .3s, transform .3s;
}
.jb-modal__close:hover { background: var(--navy); color: #fff; transform: rotate(90deg); }
body.jb-modal-open { overflow: hidden; }
.jb-dates { display: grid; gap: 10px; }
.jb-dates__row { display: flex; align-items: center; gap: 12px; }
.jb-dates__tag {
  flex-shrink: 0; font-size: 12px; font-weight: 700; color: var(--navy);
  background: #eef3fa; border-radius: 4px; padding: 5px 12px; letter-spacing: .06em;
}
.jb-dates__row input[type="date"] { flex: 1; }
.jb-dates__note { font-size: 11.5px; color: #7b8aa3; margin-top: 8px; }

@media (max-width: 1080px) {
  .jb-hero__grid { grid-template-columns: 1fr; gap: 18px; }
  .jb-hero__illust { justify-self: center; }
  .jb-badges { grid-template-columns: 1fr 1fr; row-gap: 18px; }
  .jb-badges li:nth-child(3) { border-left: none; }
  .jb-duo { grid-template-columns: 1fr; }
  .jb-flow { grid-template-columns: 1fr 1fr; }
  .jb-flow li:nth-child(even):not(:last-child)::after { display: none; }
  .jb-benefits { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .jb-badges { grid-template-columns: 1fr; padding: 18px 20px; }
  .jb-badges li { border-left: none !important; padding: 10px 4px; }
  .jb-badges li + li { border-top: 1px solid var(--line); }
  .jb-card { padding: 24px 20px; }
  .jb-flow { grid-template-columns: 1fr; }
  .jb-flow li::after { display: none !important; }
  .jb-benefits { grid-template-columns: 1fr; }
}

/* ============================================================
   下層: よくあるご質問 (page-faq)
============================================================ */
.faq-hero__title {
  font-family: var(--font-sans); font-weight: 900;
  font-size: clamp(30px, 3.4vw, 44px); color: var(--navy);
  letter-spacing: .18em; line-height: 1.5;
  margin-bottom: 22px;
}
.faq-hero .news-archive-hero__illust { aspect-ratio: 16 / 8; }

/* タブ（buttonでも同じ見た目に） */
.news-filter button {
  appearance: none; background: none; border: none; cursor: pointer; font-family: inherit;
  display: inline-block; padding: 8px 22px;
  font-size: 13.5px; font-weight: 700; color: var(--navy); letter-spacing: .08em;
  border-radius: 999px; transition: background .3s, color .3s;
}
.news-filter button:hover { background: var(--tag-bg); }
.news-filter button.is-active { background: var(--navy); color: #fff; }

/* アコーディオン */
.faq-section { padding-top: 40px; }
.faq-list {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  overflow: hidden;
}
.faq-item + .faq-item { border-top: 1px solid var(--line); }
.faq-item__q {
  appearance: none; background: none; border: none; cursor: pointer; font-family: inherit;
  width: 100%; display: flex; align-items: center; gap: 20px; text-align: left;
  padding: 24px 28px;
  transition: background .3s;
}
.faq-item__q:hover { background: rgba(240,245,251,.7); }
.faq-item__mark {
  flex-shrink: 0; display: grid; place-items: center;
  width: 36px; height: 36px; border-radius: 50%;
  font-family: var(--font-en); font-size: 15px; font-weight: 600;
}
.faq-item__mark--q { background: var(--navy); color: #fff; }
.faq-item__mark--a { background: #ccdcf0; color: var(--navy); }
.faq-item__q-text { flex: 1; font-size: 15.5px; font-weight: 700; color: var(--navy); letter-spacing: .08em; line-height: 1.8; }
.faq-item__chev { flex-shrink: 0; color: var(--navy); display: inline-flex; transition: transform .3s; }
.faq-item.is-open .faq-item__chev { transform: rotate(180deg); }
.faq-item__a {
  display: none; align-items: flex-start; gap: 20px;
  background: #eef3fa;
  padding: 22px 28px 24px;
}
.faq-item.is-open .faq-item__a { display: flex; }
.faq-item__a .faq-item__mark { margin-top: 2px; }
.faq-item__a p { flex: 1; font-size: 14px; line-height: 2.1; color: var(--text); }

/* CTA */
.faq-cta {
  margin-top: 44px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 34px 40px;
  display: flex; align-items: center; gap: 36px; flex-wrap: wrap;
}
.faq-cta__text { flex: 1 1 240px; }
.faq-cta__title { font-size: 17px; font-weight: 700; color: var(--navy); letter-spacing: .1em; margin-bottom: 8px; }
.faq-cta__note { font-size: 12.5px; line-height: 1.9; color: #56688a; }
.faq-cta__illust { flex: 0 0 110px; aspect-ratio: 3 / 4; }
.faq-cta__tel { text-align: center; }
.faq-cta__tel-row { display: inline-flex; align-items: center; gap: 10px; }
.faq-cta__tel-icon { color: var(--navy); display: inline-flex; }
.faq-cta__tel-num { font-family: var(--font-en); font-size: clamp(26px, 2.4vw, 32px); font-weight: 600; color: var(--navy); letter-spacing: .04em; }
.faq-cta__tel-row:hover .faq-cta__tel-num { color: var(--blue); }
.faq-cta__hours { font-size: 11.5px; color: #56688a; letter-spacing: .06em; margin-top: 4px; }
.faq-cta__btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--navy); color: #fff;
  font-size: 14px; font-weight: 700; letter-spacing: .1em;
  padding: 16px 28px; border-radius: 6px;
  transition: background .3s;
}
.faq-cta__btn:hover { background: var(--blue); }

@media (max-width: 1080px) {
  .faq-cta { justify-content: center; text-align: center; }
  .faq-cta__text { flex-basis: 100%; }
}
@media (max-width: 767px) {
  .faq-item__q { padding: 18px 16px; gap: 12px; }
  .faq-item__a { padding: 16px 16px 20px; gap: 12px; }
  .faq-item__mark { width: 30px; height: 30px; font-size: 13px; }
  .faq-item__q-text { font-size: 14px; }
  .faq-cta { padding: 26px 20px; }
  .faq-cta__btn { width: 100%; justify-content: center; }
}

/* ============================================================
   フッター3列ナビ
============================================================ */
.footer__cols { display: flex; gap: clamp(30px, 5vw, 80px); flex-wrap: wrap; }
.footer__col-title { margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer__col-title a {
  font-size: 13.5px; font-weight: 700; color: #fff; letter-spacing: .14em;
  transition: color .3s;
}
.footer__col-title a:hover { color: var(--gold-line); }
.footer__col ul li { margin: 9px 0; }
.footer__col ul a { font-size: 12.5px; color: #c3d2e8; letter-spacing: .06em; transition: color .3s; }
.footer__col ul a:hover { color: #fff; }

@media (max-width: 767px) {
  .footer__cols { flex-direction: column; gap: 26px; width: 100%; }
}

/* ============================================================
   下層: サイトマップ (page-sitemap)
============================================================ */
.sitemap-hero { padding: 44px 0 10px; }
.sitemap-section { padding-top: 36px; padding-bottom: 100px; }

/* トップページへの全幅バー */
.sitemap-top {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 18px 26px; margin-bottom: 22px;
  transition: box-shadow .3s, transform .3s;
}
.sitemap-top:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.sitemap-top__icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--navy); color: #fff;
}
.sitemap-top__label {
  font-family: var(--font-serif); font-size: 16.5px; font-weight: 600;
  color: var(--navy); letter-spacing: .14em;
}
.sitemap-top .sitemap-card__arrow { margin-left: auto; }
.sitemap-top:hover .sitemap-card__arrow { transform: translateX(4px); }

.sitemap-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  align-items: start;
}
.sitemap-card {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 24px 26px 14px;
}
.sitemap-card__head {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-serif); font-size: 17.5px; font-weight: 600;
  color: var(--navy); letter-spacing: .14em;
  padding-bottom: 14px; margin-bottom: 6px;
  border-bottom: 2px solid var(--gold-line);
}
.sitemap-card__head-icon {
  flex-shrink: 0; display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--navy); color: #fff;
}
.sitemap-card ul li { border-bottom: 1px solid var(--line); }
.sitemap-card ul li:last-child { border-bottom: none; }
.sitemap-card ul a {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 6px;
  font-size: 14px; font-weight: 600; color: var(--navy); letter-spacing: .06em;
  transition: color .3s, background .3s;
}
.sitemap-card ul a:hover { color: var(--blue); background: rgba(240,245,251,.8); }
.sitemap-card__arrow { font-family: var(--font-en); font-size: 18px; color: var(--gold); transition: transform .3s; }
.sitemap-card ul a:hover .sitemap-card__arrow { transform: translateX(4px); }

@media (max-width: 1080px) { .sitemap-grid { grid-template-columns: 1fr; max-width: 560px; } }
@media (max-width: 767px) { .sitemap-card { padding: 20px 18px 10px; } }

/* ---------- コラム一覧 (category-column) ---------- */
.news-archive-hero__illust--column { aspect-ratio: auto; max-width: 400px; justify-self: end; }
.column-archive { padding: 40px 0 90px; }
.column-list--archive {
  background: var(--white); border: 1px solid #e3eaf4; border-radius: 12px;
  box-shadow: var(--shadow); padding: 10px 34px;
}
.column-list--archive a { padding: 22px 6px; }
.column-list--archive li:last-child { border-bottom: none; }
.column-list--archive .column-list__thumb { width: 150px; }
.column-list--archive .column-list__title { font-size: 16px; }
.column-list--archive .column-list__desc { font-size: 12.5px; }
@media (max-width: 767px) {
  .column-list--archive { padding: 4px 16px; }
  .column-list--archive .column-list__thumb { width: 96px; }
  .column-list--archive .circle-arrow { display: none; }
}

/* ---------- コラム詳細: 本文下のその他のコラム ---------- */
.article-related {
  margin-top: 70px;
  background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 12px;
  padding: 40px 44px 36px;
}
.article-related__title {
  font-family: var(--font-serif); font-size: 21px; font-weight: 600;
  color: var(--navy); letter-spacing: .14em;
  padding-bottom: 14px; margin-bottom: 10px; position: relative;
}
.article-related__title::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 36px; height: 2px; background: var(--gold-line);
}
.article-related .section-btn { margin-top: 30px; }
@media (max-width: 767px) {
  .article-related { padding: 26px 18px; margin-top: 46px; }
}

/* その他のコラム: 横並び3カード */
.article-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rel-card {
  display: flex; flex-direction: column; height: 100%;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.rel-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.rel-card__thumb { display: block; aspect-ratio: 16 / 10; border-bottom: 1px solid var(--line); overflow: hidden; }
.rel-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.rel-card__body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 20px; }
.rel-card__body time { font-size: 12px; font-weight: 500; color: var(--gold); }
.rel-card__title {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
  font-size: 14.5px; font-weight: 700; color: var(--navy); line-height: 1.8; letter-spacing: .04em;
}
.rel-card:hover .rel-card__title { color: var(--blue); }
.rel-card__desc {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
  font-size: 12px; line-height: 1.9; color: #56688a;
}
@media (max-width: 767px) {
  .article-related__grid { grid-template-columns: 1fr; }
}

/* 一般貨物: 貨物カードのサブ注釈 */
.sv-cargo__sub { display: block; font-size: 11.5px; font-weight: 500; color: var(--text); letter-spacing: .02em; line-height: 1.7; margin-top: 4px; }

/* ---------- ドロワー: フッター同構成のグループナビ ---------- */
.gnav__group { width: 100%; }
.gnav__group + .gnav__group { margin-top: 18px; }
.gnav__group-title {
  display: block; font-size: 17px; font-weight: 700; color: var(--navy);
  letter-spacing: .14em; padding: 6px 4px 12px;
  border-bottom: 2px solid var(--navy);
  transition: color .3s;
}
.gnav__group-title:hover { color: var(--blue); }
.gnav__sublist { list-style: none; width: 100%; display: grid; grid-template-columns: 1fr 1fr; column-gap: 26px; }
.gnav__sublist a {
  display: block; font-size: 14px; font-weight: 600; color: var(--text);
  padding: 13px 4px 13px 14px; border-bottom: 1px solid var(--line);
  letter-spacing: .06em; white-space: nowrap;
  transition: color .3s, padding-left .3s;
}
.gnav__sublist a:hover { color: var(--blue); padding-left: 22px; }

/* モバイル: ドロワーは1カラム（基底の2カラム定義より後に置いて優先させる） */
@media (max-width: 768px) {
  .gnav__sublist { grid-template-columns: 1fr; }
  .gnav__sublist a { white-space: normal; }
}

/* ドロワー背景のぼかしオーバーレイ */
.gnav-overlay {
  position: fixed; inset: 0; z-index: 1050;
  background: rgba(29, 58, 107, .18);
  -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
  opacity: 0; visibility: hidden;
  transition: opacity .35s ease, visibility .35s;
}
.gnav-overlay.is-open { opacity: 1; visibility: visible; }

/* ドロワー内ロゴ・イラスト */
.gnav__logo { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.gnav__logo .ph--logo { width: 44px; height: 44px; flex-shrink: 0; }
.gnav__logo-text {
  font-family: var(--font-serif); font-weight: 600; color: var(--navy);
  font-size: 21px; letter-spacing: .1em;
  display: flex; flex-direction: column; line-height: 1.15;
}
.gnav__logo-text small { font-size: 10px; font-weight: 600; letter-spacing: .3em; }
.gnav__logo, .gnav__group, .gnav .btn--contact { flex-shrink: 0; }

/* 実ロゴ（旧サイトから移植・横長透過PNG） */
.ph--logo-full { width: 225px; height: 46px; }
.ph--logo-full img { object-fit: contain; object-position: left center; }
.ph--logo-full--drawer { width: 235px; height: 48px; }
@media (max-width: 768px) {
  .ph--logo-full { width: 185px; height: 38px; }
  .ph--logo-full--drawer { width: 195px; height: 40px; }
}

/* フッターロゴ→TOPリンク */
.footer__logo a { display: inline-flex; flex-direction: column; color: inherit; transition: opacity .3s; }
.footer__logo a:hover { opacity: .75; }

/* サービス下層: パンくずはFV下に表示 */
.page-service .sv-hero + .breadcrumb { padding: 18px 0 4px; }
