/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #0d2c5b;
  line-height: 1.75;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, p { margin: 0; }

:root {
  --navy: #0d2c5b;
  --navy-deep: #07193a;
  --navy-light: #1a3a76;
  --accent: #4a86e8;
  --bg-soft: #f4f5f8;
  --line: rgba(255,255,255,0.18);
}

.container {
  width: min(92%, 1180px);
  margin-inline: auto;
}

/* ===== Header ===== */
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 30;
  padding: 18px 0;
}
.header-inner {
  width: min(96%, 1320px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 32px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-ja { font-weight: 700; font-size: 18px; letter-spacing: .04em; }
.logo-en { font-family: "Montserrat", sans-serif; font-size: 10px; letter-spacing: .25em; opacity: .85; margin-top: 3px; }

.global-nav { flex: 1; }
.global-nav ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.global-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: opacity .2s;
}
.global-nav a:hover { opacity: .65; }

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--navy);
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  transition: transform .2s, box-shadow .2s;
}
.contact-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.2); }

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  margin: 6px 0;
  transition: transform .25s;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 720px;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 140px 0 70px;
  background: var(--navy-deep);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .65;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,25,58,.85) 0%, rgba(7,25,58,.55) 45%, rgba(7,25,58,.15) 80%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(92%, 1180px);
  margin-inline: auto;
}
.hero-lead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: .04em;
}
.hero-lead .accent { color: var(--accent); font-weight: 700; }
.hero-title {
  font-size: clamp(34px, 5.4vw, 64px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: .03em;
  margin-bottom: 60px;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}

.hero-features {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.hero-features li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.feat-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feat-ttl {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
}
.feat-sub {
  font-size: 12px;
  opacity: .8;
  line-height: 1.55;
}

/* ===== Section common ===== */
.section-en {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: .35em;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 14px;
}
.section-jp {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 14px;
}
.section-bar {
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 28px;
}
.section-en.light { color: var(--accent); }
.section-jp.light { color: #fff; }
.section-bar.light { background: var(--accent); }

/* ===== Motto / Catch ===== */
.motto {
  position: relative;
  background: var(--navy-deep);
  color: #fff;
  padding: 100px 0 110px;
  overflow: hidden;
  isolation: isolate;
}
.motto-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .12;
  background-image:
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(255,255,255,.4) 78px 80px),
    repeating-linear-gradient(0deg, transparent 0 78px, rgba(255,255,255,.4) 78px 80px);
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.motto::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 20%, rgba(74,134,232,.22), transparent 55%);
  z-index: -1;
}
.motto-inner {
  text-align: center;
  position: relative;
}
.motto-tags {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}
.motto-tags li {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 8px 18px;
  border: 1.5px solid var(--accent);
  border-radius: 999px;
  color: #cfdcf5;
  background: rgba(74,134,232,.08);
  font-family: "Noto Sans JP", sans-serif;
}
.motto-sub {
  font-size: 14px;
  letter-spacing: .14em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 22px;
}
.motto-title {
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: .04em;
  margin-bottom: 42px;
  text-shadow: 0 2px 18px rgba(0,0,0,.4);
}
.motto-line1, .motto-line2 {
  display: block;
}
.motto-line2 em {
  font-style: normal;
  background: linear-gradient(180deg, transparent 0 65%, rgba(74,134,232,.55) 65% 95%, transparent 95%);
  padding: 0 6px;
  font-weight: 900;
}

.motto-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: var(--navy);
  padding: 16px 36px 16px 40px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .06em;
  transition: transform .2s, box-shadow .25s, gap .2s;
  box-shadow: 0 10px 28px rgba(0,0,0,.3);
}
.motto-cta:hover {
  transform: translateY(-3px);
  gap: 18px;
  box-shadow: 0 16px 36px rgba(0,0,0,.4);
}

/* ===== Service ===== */
.service {
  padding: 110px 0;
  background: #fff;
}
.service-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: start;
}
.service-head .section-desc {
  font-size: 15px;
  line-height: 1.95;
  color: #2a3b5e;
}
.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.svc-card {
  background: var(--bg-soft);
  border-radius: 4px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
  outline: none;
}
.svc-card:hover, .svc-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(13,44,91,.18);
}
.svc-card:focus-visible {
  box-shadow: 0 0 0 3px var(--accent), 0 14px 30px rgba(13,44,91,.18);
}
.svc-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: .04em;
  transition: gap .2s;
}
.svc-card:hover .svc-more { gap: 10px; }
.svc-img { aspect-ratio: 4 / 3; background: #d6dae3; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-body { padding: 28px 24px 32px; position: relative; }
.svc-icon {
  position: absolute;
  top: -22px;
  left: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.svc-body h3 {
  font-size: 19px;
  font-weight: 800;
  margin: 18px 0 12px;
  letter-spacing: .03em;
}
.svc-body p {
  font-size: 13.5px;
  line-height: 1.85;
  color: #3a4a6b;
}

/* ===== Fleet / Vehicles & Equipment ===== */
.fleet {
  background: #fff;
  padding: 100px 0 110px;
}
.fleet-head {
  text-align: center;
  margin-bottom: 60px;
}
.fleet-head .section-bar {
  margin: 0 auto 22px;
}
.fleet-lead {
  font-size: 14.5px;
  line-height: 1.95;
  color: #3a4a6b;
}

.fleet-block {
  margin-bottom: 64px;
}
.fleet-block:last-child {
  margin-bottom: 0;
}
.fleet-cat {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--navy);
}
.fleet-cat-num {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  letter-spacing: .04em;
}
.fleet-cat-en {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .18em;
}
.fleet-cat-jp {
  font-size: 14px;
  font-weight: 700;
  color: #5a6b8a;
  letter-spacing: .15em;
}

.fleet-grid {
  display: grid;
  gap: 22px;
}
.fleet-grid-3 { grid-template-columns: repeat(3, 1fr); }
.fleet-grid-4 { grid-template-columns: repeat(4, 1fr); gap: 18px; }

.fleet-card {
  background: var(--bg-soft);
  border-radius: 6px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.fleet-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(13,44,91,.12);
}
.fleet-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #cdd5e0;
}
.fleet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.fleet-card:hover .fleet-img img {
  transform: scale(1.06);
}
.fleet-card-body {
  padding: 22px 22px 26px;
}
.fleet-card-tag {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .25em;
  color: var(--accent);
  margin-bottom: 8px;
}
.fleet-card h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
  letter-spacing: .03em;
}
.fleet-card p {
  font-size: 13px;
  line-height: 1.85;
  color: #3a4a6b;
}
.fleet-card.sm .fleet-card-body { padding: 18px 18px 22px; }
.fleet-card.sm h4 { font-size: 15.5px; margin-bottom: 10px; }
.fleet-card.sm p { font-size: 12.5px; line-height: 1.8; }

/* ===== Works / 施工実績 ===== */
.works {
  background: var(--bg-soft);
  padding: 100px 0 110px;
}
.works-head {
  text-align: center;
  margin-bottom: 56px;
}
.works-head .section-bar {
  margin: 0 auto 22px;
}
.works-lead {
  font-size: 14.5px;
  line-height: 1.95;
  color: #3a4a6b;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.work-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(13,44,91,.15);
}
.work-img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #cdd5e0;
}
.work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}
.work-card:hover .work-img img {
  transform: scale(1.07);
}
.work-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--navy);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 3px;
  letter-spacing: .08em;
}
.work-body {
  padding: 22px 22px 26px;
}
.work-meta {
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--accent);
  margin-bottom: 10px;
}
.work-body h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
  letter-spacing: .03em;
  line-height: 1.5;
}
.work-body p {
  font-size: 13px;
  line-height: 1.85;
  color: #3a4a6b;
}
.works-note {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  color: #6a7793;
  line-height: 1.7;
}

/* ===== Strengths ===== */
.strengths {
  background: var(--navy);
  color: #fff;
  padding: 100px 0 110px;
}
.strengths-head {
  text-align: center;
  margin-bottom: 56px;
}
.strengths-head .section-bar {
  margin: 0 auto 22px;
}
.strengths-lead {
  font-size: 14.5px;
  line-height: 1.95;
  color: #cfdcf5;
}

.strengths-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.st-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 36px 28px 32px;
  position: relative;
  transition: transform .25s, background .25s, border-color .25s;
  overflow: hidden;
}
.st-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s;
}
.st-card:hover {
  transform: translateY(-6px);
  background: rgba(74,134,232,.08);
  border-color: rgba(74,134,232,.4);
}
.st-card:hover::before { transform: scaleX(1); }

.st-num {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  display: block;
  margin-bottom: 18px;
  letter-spacing: .04em;
}
.st-card h3 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.55;
  margin-bottom: 16px;
}
.st-card p {
  font-size: 13.5px;
  line-height: 1.85;
  color: #cfdcf5;
}

/* ===== Company / 会社案内 ===== */
.company {
  background: #fff;
  padding: 110px 0 120px;
}
.company-head {
  text-align: center;
  margin-bottom: 70px;
}
.company-head .section-bar {
  margin: 0 auto 0;
}

/* ----- CEO Block ----- */
.ceo-block {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 100px;
}
.ceo-visual { position: relative; }
.ceo-photo {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 4px;
  overflow: hidden;
  background: var(--navy);
}
.ceo-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.78) contrast(1.05) saturate(.85);
}
.ceo-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7,25,58,.7) 100%);
}
.ceo-photo-tag {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ceo-tag-en {
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  letter-spacing: .3em;
  color: var(--accent);
  font-weight: 700;
}
.ceo-tag-jp {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .06em;
}

.ceo-text {
  padding-top: 8px;
}
.ceo-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: .3em;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 16px;
}
.ceo-title {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: .04em;
  color: var(--navy);
  margin-bottom: 32px;
}
.ceo-title em {
  font-style: normal;
  background: linear-gradient(180deg, transparent 0 65%, rgba(74,134,232,.4) 65% 95%, transparent 95%);
  padding: 0 4px;
}
.ceo-message p {
  font-size: 14.5px;
  line-height: 1.95;
  color: #2a3b5e;
  margin-bottom: 18px;
}
.ceo-message strong {
  color: var(--navy);
  font-weight: 700;
  border-bottom: 2px solid var(--accent);
  padding: 0 2px 1px;
}
.ceo-sign {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid #e2e7ef;
  text-align: right;
  line-height: 1.6;
}
.ceo-sign-pos {
  display: block;
  font-size: 12px;
  color: #5a6b8a;
  letter-spacing: .04em;
}
.ceo-sign-name {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .15em;
  margin-top: 4px;
}

/* ----- Company Info / Overview ----- */
.company-info {
  background: var(--bg-soft);
  padding: 50px 56px 54px;
  border-radius: 8px;
  margin-bottom: 60px;
}
.company-info-title {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--navy);
}
.company-info-en {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .18em;
}
.company-info-jp {
  font-size: 13.5px;
  font-weight: 700;
  color: #5a6b8a;
  letter-spacing: .15em;
}

.company-dl {
  margin: 0;
}
.company-dl > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 18px 4px;
  border-bottom: 1px solid #e2e7ef;
}
.company-dl > div:last-child {
  border-bottom: 0;
}
.company-dl dt {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .08em;
  margin: 0;
}
.company-dl dd {
  font-size: 13.5px;
  line-height: 1.85;
  color: #2a3b5e;
  margin: 0;
}

/* ----- Access ----- */
.company-access {
  background: var(--bg-soft);
  padding: 50px 56px 54px;
  border-radius: 8px;
}
.access-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.access-map {
  background: #cdd5e0;
  border-radius: 4px;
  overflow: hidden;
  min-height: 340px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.access-info {
  padding: 6px 0;
}
.access-postal {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--accent);
  margin-bottom: 6px;
}
.access-address {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
  margin-bottom: 26px;
  letter-spacing: .04em;
}
.access-list {
  margin-bottom: 26px;
}
.access-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e2e7ef;
  font-size: 13.5px;
  color: #2a3b5e;
}
.access-list li span {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: var(--navy);
  padding: 4px 0;
  text-align: center;
  border-radius: 3px;
  letter-spacing: .08em;
  height: max-content;
  align-self: center;
}
.access-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: #fff;
  padding: 12px 22px;
  border-radius: 4px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: gap .2s, transform .2s;
}
.access-btn:hover {
  gap: 14px;
  transform: translateY(-2px);
}

/* ===== Recruit / 採用情報 ===== */
.recruit {
  position: relative;
  background: var(--navy-deep);
  color: #fff;
  padding: 110px 0 120px;
  overflow: hidden;
  isolation: isolate;
}
.recruit-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .12;
  background-image:
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(74,134,232,.4) 14px 16px);
  mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 75%);
}
.recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 90%, rgba(74,134,232,.25), transparent 55%);
  z-index: -1;
}
.recruit-head {
  text-align: center;
  margin-bottom: 60px;
}
.recruit-head .section-bar {
  margin: 0 auto 0;
}
.recruit-catch {
  text-align: center;
  margin-bottom: 80px;
}
.recruit-catch-sub {
  font-size: 13.5px;
  letter-spacing: .15em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 22px;
}
.recruit-catch-ttl {
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: .04em;
  margin-bottom: 32px;
  text-shadow: 0 2px 18px rgba(0,0,0,.4);
}
.recruit-catch-ttl em {
  font-style: normal;
  background: linear-gradient(180deg, transparent 0 65%, rgba(74,134,232,.55) 65% 95%, transparent 95%);
  padding: 0 6px;
}
.recruit-catch-lead {
  font-size: 14.5px;
  line-height: 2;
  color: #cfdcf5;
}

/* 共通: ブロック見出し */
.recruit-h4 {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--accent);
}
.recruit-h4-num {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.recruit-h4-en {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .18em;
}
.recruit-h4-jp {
  font-size: 14px;
  font-weight: 700;
  color: #9fb3d6;
  letter-spacing: .15em;
}

/* 募集職種 */
.recruit-positions {
  margin-bottom: 70px;
}
.rp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.rp-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 32px 28px 34px;
  transition: transform .25s, border-color .25s, background .25s;
}
.rp-card:hover {
  transform: translateY(-6px);
  border-color: rgba(74,134,232,.5);
  background: rgba(74,134,232,.07);
}
.rp-card-feature {
  background: rgba(74,134,232,.1);
  border-color: rgba(74,134,232,.45);
  position: relative;
}
.rp-card-feature::before {
  content: "RECOMMEND";
  position: absolute;
  top: -10px;
  right: 18px;
  background: var(--accent);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  padding: 5px 10px;
  border-radius: 3px;
}
.rp-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  padding: 4px 10px;
  border: 1.5px solid rgba(255,255,255,.3);
  border-radius: 3px;
  color: #cfdcf5;
  margin-bottom: 14px;
}
.rp-card-tag-feature {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.rp-card h5 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 14px;
  letter-spacing: .03em;
}
.rp-card > p {
  font-size: 13.5px;
  line-height: 1.85;
  color: #cfdcf5;
  margin-bottom: 18px;
}
.rp-list {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 14px;
}
.rp-list li {
  font-size: 12.5px;
  line-height: 1.7;
  color: #cfdcf5;
  padding: 6px 0 6px 18px;
  position: relative;
}
.rp-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

/* 待遇 */
.recruit-conditions {
  margin-bottom: 70px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  padding: 40px 48px;
}
.recruit-dl {
  margin: 0;
}
.recruit-dl > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.recruit-dl > div:last-child {
  border-bottom: 0;
}
.recruit-dl dt {
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: .08em;
  margin: 0;
}
.recruit-dl dd {
  font-size: 13.5px;
  line-height: 1.85;
  color: #fff;
  margin: 0;
}

/* 応募の流れ */
.recruit-flow {
  margin-bottom: 70px;
}
.rf-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: rf;
  list-style: none;
  padding: 0;
}
.rf-steps li {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 30px 26px;
  position: relative;
}
.rf-steps li + li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
  rotate: 45deg;
}
.rf-step-num {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  color: var(--accent);
  display: block;
  margin-bottom: 14px;
}
.rf-steps h5 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: .03em;
}
.rf-steps p {
  font-size: 13px;
  line-height: 1.85;
  color: #cfdcf5;
}

/* CTA */
.recruit-cta {
  text-align: center;
  padding-top: 20px;
}
.recruit-cta-lead {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 28px;
  color: #cfdcf5;
}
.recruit-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--accent);
  color: #fff;
  padding: 18px 40px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: .06em;
  transition: transform .2s, gap .2s, box-shadow .25s;
  box-shadow: 0 12px 30px rgba(74,134,232,.4);
}
.recruit-cta-btn:hover {
  transform: translateY(-3px);
  gap: 18px;
  box-shadow: 0 18px 40px rgba(74,134,232,.55);
}
.recruit-cta-tel {
  font-size: 13.5px;
  color: #cfdcf5;
  margin-top: 22px;
  letter-spacing: .04em;
}
.recruit-cta-tel a {
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 1px;
  letter-spacing: .04em;
}

/* ===== Contact ===== */
.contact {
  padding: 70px 0;
  background: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.contact-card {
  background: #f6f8fb;
  border-radius: 6px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.ct-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ct-icon-blue { background: var(--navy); }
.ct-icon-outline { background: #fff; border: 1.5px solid var(--navy); }
.ct-label {
  font-size: 13px;
  color: #4a5876;
  margin-bottom: 4px;
}
.ct-tel {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .03em;
  color: var(--navy);
  display: block;
}
.ct-sub {
  font-size: 11.5px;
  color: #4a5876;
  margin-top: 2px;
}
.ct-sub-em {
  font-size: 12px;
  color: #4a5876;
  margin-bottom: 8px;
}
.ct-mail-btn {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  padding: 12px 22px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
  transition: opacity .2s;
}
.ct-mail-btn:hover { opacity: .85; }
.ct-ig-btn {
  display: inline-block;
  padding: 8px 18px;
  border: 1.5px solid var(--navy);
  border-radius: 4px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  transition: background .2s, color .2s;
}
.ct-ig-btn:hover { background: var(--navy); color: #fff; }

/* ===== Contact Form ===== */
.contact-form-section {
  padding: 80px 0 100px;
  background: var(--bg-soft);
}
.form-head {
  text-align: center;
  margin-bottom: 50px;
}
.form-head .section-bar {
  margin: 0 auto 28px;
}
.form-lead {
  font-size: 14px;
  line-height: 1.9;
  color: #3a4a6b;
}

.cf-form {
  width: min(100%, 780px);
  margin-inline: auto;
  background: #fff;
  padding: 50px 56px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(13,44,91,.06);
}
.cf-row {
  margin-bottom: 24px;
}
.cf-row label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  letter-spacing: .03em;
}
.cf-req, .cf-opt {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: 1px;
  letter-spacing: .05em;
}
.cf-req { background: #d94a4a; color: #fff; }
.cf-opt { background: #e2e7ef; color: #5a6b8a; }

.cf-row input[type="text"],
.cf-row input[type="tel"],
.cf-row input[type="email"],
.cf-row textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #d4d9e3;
  border-radius: 4px;
  font-size: 14.5px;
  font-family: inherit;
  color: var(--navy);
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.cf-row input:focus,
.cf-row textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(74,134,232,.15);
}
.cf-row textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.7;
}
.cf-row input::placeholder,
.cf-row textarea::placeholder {
  color: #aab2c2;
}

.cf-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.cf-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.cf-checks label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: #3a4a6b;
  margin: 0;
  cursor: pointer;
  padding: 8px 14px;
  background: var(--bg-soft);
  border: 1.5px solid transparent;
  border-radius: 4px;
  transition: border-color .2s, background .2s;
}
.cf-checks label:has(input:checked) {
  background: #e8f0fc;
  border-color: var(--accent);
}
.cf-checks input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--accent);
  margin: 0;
}

.cf-privacy label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #3a4a6b;
  cursor: pointer;
}
.cf-privacy input { width: 18px; height: 18px; accent-color: var(--accent); margin: 0; }

.cf-submit-wrap {
  text-align: center;
  margin-top: 36px;
}
.cf-submit {
  background: var(--navy);
  color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 60px;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: .06em;
  transition: transform .15s, box-shadow .2s, background .2s;
}
.cf-submit:hover {
  background: var(--navy-light);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(13,44,91,.25);
}
.cf-note {
  font-size: 11.5px;
  color: #6a7793;
  margin-top: 14px;
}

/* ===== Footer ===== */
.footer {
  background: var(--navy-deep);
  color: #fff;
  padding: 70px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr .9fr .9fr .9fr 1fr;
  gap: 36px;
  align-items: start;
}
.ft-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.ft-address {
  font-style: normal;
  font-size: 12.5px;
  line-height: 2;
  opacity: .85;
}
.ft-col .ft-ttl {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .05em;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.ft-col ul li {
  font-size: 13px;
  padding: 5px 0;
  opacity: .9;
}
.ft-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 2px;
}
.copy {
  text-align: center;
  font-size: 11.5px;
  margin-top: 50px;
  opacity: .7;
  letter-spacing: .05em;
}

/* ===== Modal ===== */
body.modal-open { overflow: hidden; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(7, 25, 58, .78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility .25s;
}
.modal.open {
  opacity: 1;
  visibility: visible;
}
.modal-inner {
  background: #fff;
  border-radius: 8px;
  width: min(100%, 920px);
  max-height: 90vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  position: relative;
  transform: translateY(20px);
  transition: transform .3s;
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
}
.modal.open .modal-inner { transform: translateY(0); }

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: rgba(255,255,255,.95);
  color: var(--navy);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
  transition: background .2s, transform .2s;
}
.modal-close:hover { background: var(--navy); color: #fff; transform: rotate(90deg); }

.modal-img {
  background: #d6dae3;
  overflow: hidden;
  min-height: 100%;
}
.modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.modal-body {
  padding: 40px 38px;
}
.modal-cat {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-ttl {
  font-size: 26px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 18px;
  letter-spacing: .03em;
}
.modal-lead {
  font-size: 14.5px;
  line-height: 1.9;
  color: #3a4a6b;
  margin-bottom: 24px;
}
.modal-list {
  margin-bottom: 28px;
}
.modal-list li {
  padding: 12px 0 12px 22px;
  font-size: 13.5px;
  line-height: 1.7;
  color: #3a4a6b;
  border-bottom: 1px solid #e6e9ef;
  position: relative;
}
.modal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}
.modal-list li strong {
  display: block;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 14px;
}
.modal-cta {
  background: #f6f8fb;
  padding: 18px 20px;
  border-radius: 6px;
  text-align: center;
}
.modal-cta p {
  font-size: 13px;
  color: #3a4a6b;
  margin-bottom: 10px;
}
.modal-btn {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  transition: opacity .2s;
}
.modal-btn:hover { opacity: .85; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .global-nav ul { gap: 18px; }
  .global-nav a { font-size: 13px; }
  .service-layout { grid-template-columns: 1fr; gap: 36px; }
  .strengths-cards { grid-template-columns: repeat(2, 1fr); }
  .fleet-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .works-grid { grid-template-columns: repeat(2, 1fr); }
  .ceo-block { grid-template-columns: 1fr; gap: 40px; }
  .ceo-photo { aspect-ratio: 16 / 10; max-width: 480px; margin-inline: auto; }
  .access-grid { grid-template-columns: 1fr; gap: 28px; }
  .company-info, .company-access { padding: 40px 30px; }
  .rp-grid { grid-template-columns: 1fr; }
  .rf-steps { grid-template-columns: 1fr; gap: 14px; }
  .rf-steps li + li::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .ft-photo { grid-column: 1 / -1; max-width: 320px; }
}

@media (max-width: 768px) {
  .header-inner { gap: 12px; }
  .global-nav {
    position: fixed;
    inset: 0;
    background: rgba(7,25,58,.97);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform .3s;
    z-index: 25;
  }
  .global-nav ul { flex-direction: column; gap: 22px; text-align: center; }
  .global-nav a { font-size: 18px; }
  body.nav-open .global-nav { transform: translateX(0); }
  .menu-toggle { display: block; margin-left: auto; z-index: 30; position: relative; }
  .contact-btn { display: none; }

  .logo-ja { font-size: 15px; }
  .logo-en { font-size: 9px; }

  .hero { min-height: 600px; padding: 130px 0 50px; }
  .hero-title { margin-bottom: 40px; }
  .hero-features { gap: 24px; flex-direction: column; }
  .hero-features li { width: 100%; }

  .motto { padding: 70px 0 80px; }
  .motto-tags { gap: 8px; margin-bottom: 22px; }
  .motto-tags li { font-size: 12px; padding: 6px 14px; }
  .motto-sub { font-size: 12.5px; margin-bottom: 16px; }
  .motto-title { margin-bottom: 32px; }

  .service { padding: 70px 0; }
  .service-cards { grid-template-columns: 1fr; }

  .fleet { padding: 70px 0 80px; }
  .fleet-head { margin-bottom: 36px; }
  .fleet-block { margin-bottom: 44px; }
  .fleet-cat { gap: 12px; }
  .fleet-cat-num { font-size: 24px; }
  .fleet-cat-en { font-size: 15px; }
  .fleet-cat-jp { font-size: 12.5px; }
  .fleet-grid-3 { grid-template-columns: 1fr; gap: 16px; }
  .fleet-grid-4 { grid-template-columns: 1fr; gap: 14px; }

  .works { padding: 70px 0 80px; }
  .works-head { margin-bottom: 36px; }
  .works-grid { grid-template-columns: 1fr; gap: 18px; }

  .company { padding: 70px 0 80px; }
  .company-head { margin-bottom: 44px; }
  .ceo-block { margin-bottom: 60px; }
  .ceo-title { font-size: 22px; }
  .company-info, .company-access { padding: 30px 20px; }
  .company-dl > div { grid-template-columns: 100px 1fr; gap: 14px; padding: 14px 0; }
  .company-dl dt { font-size: 12px; }
  .company-dl dd { font-size: 13px; }
  .access-map { min-height: 260px; }

  .recruit { padding: 70px 0 80px; }
  .recruit-head { margin-bottom: 36px; }
  .recruit-catch { margin-bottom: 50px; }
  .recruit-catch-ttl { font-size: 26px; }
  .recruit-positions, .recruit-conditions, .recruit-flow { margin-bottom: 50px; }
  .recruit-conditions { padding: 30px 22px; }
  .recruit-dl > div { grid-template-columns: 100px 1fr; gap: 14px; padding: 14px 0; }
  .recruit-cta-btn { padding: 15px 28px; font-size: 14px; gap: 10px; }

  .strengths { padding: 70px 0 80px; }
  .strengths-cards { grid-template-columns: 1fr; gap: 14px; }
  .strengths-head { margin-bottom: 36px; }
  .st-card { padding: 28px 24px 26px; }
  .st-num { font-size: 30px; margin-bottom: 14px; }
  .st-card h3 { font-size: 17px; }

  .contact { padding: 50px 0; }
  .contact-grid { grid-template-columns: 1fr; }

  .footer { padding: 50px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .ft-photo { max-width: 100%; }

  .modal { padding: 12px; }
  .modal-inner { grid-template-columns: 1fr; max-height: 92vh; }
  .modal-img img { min-height: 200px; max-height: 240px; }
  .modal-body { padding: 28px 24px; }
  .modal-ttl { font-size: 22px; }

  .contact-form-section { padding: 60px 0 70px; }
  .cf-form { padding: 32px 22px; }
  .cf-row-2col { grid-template-columns: 1fr; gap: 24px; }
  .form-head .section-bar { margin: 0 auto 22px; }
  .cf-submit { padding: 15px 40px; font-size: 15px; width: 100%; }
}


/* =========================================================
   DARK THEME OVERRIDES — black version
   ========================================================= */

body {
  background: #000;
  color: #fff;
}

/* --- 一般セクション背景 --- */
.service,
.fleet,
.company,
.contact {
  background: #0a0a0a;
}
.works,
.contact-form-section {
  background: #050505;
}

/* --- セクションタイトル --- */
.section-jp { color: #fff !important; }
.section-bar { background: #5b9eff; }

/* --- Service カード --- */
.svc-card {
  background: #161616;
  border: 1px solid rgba(255,255,255,.06);
}
.svc-card:hover {
  box-shadow: 0 14px 30px rgba(0,0,0,.6);
  border-color: rgba(91,158,255,.4);
}
.svc-body h3 { color: #fff; }
.svc-body p { color: #a0a8b4; }
.section-desc { color: #a0a8b4; }

/* --- Fleet カード --- */
.fleet-card {
  background: #161616;
  border: 1px solid rgba(255,255,255,.06);
}
.fleet-card:hover {
  box-shadow: 0 14px 30px rgba(0,0,0,.6);
  border-color: rgba(91,158,255,.3);
}
.fleet-card h4 { color: #fff; }
.fleet-card p { color: #a0a8b4; }
.fleet-lead { color: #a0a8b4; }
.fleet-cat { border-bottom-color: rgba(255,255,255,.15); }
.fleet-cat-en { color: #fff; }
.fleet-cat-jp { color: #7a8595; }

/* --- Works カード --- */
.work-card {
  background: #161616;
  border: 1px solid rgba(255,255,255,.06);
}
.work-card:hover {
  box-shadow: 0 18px 40px rgba(0,0,0,.7);
}
.work-body h3 { color: #fff; }
.work-body p { color: #a0a8b4; }
.works-lead { color: #a0a8b4; }
.works-note { color: #6a7280; }
.work-tag { background: #5b9eff; }

/* --- Company --- */
.ceo-title { color: #fff; }
.ceo-title em {
  background: linear-gradient(180deg, transparent 0 65%, rgba(91,158,255,.4) 65% 95%, transparent 95%);
}
.ceo-message p { color: #c4ccd6; }
.ceo-message strong {
  color: #fff;
  border-bottom-color: #5b9eff;
}
.ceo-sign {
  border-top-color: rgba(255,255,255,.1);
}
.ceo-sign-pos { color: #a0a8b4; }
.ceo-sign-name { color: #fff; }

.company-info,
.company-access {
  background: #161616;
  border: 1px solid rgba(255,255,255,.06);
}
.company-info-title { border-bottom-color: rgba(255,255,255,.2); }
.company-info-en { color: #fff; }
.company-info-jp { color: #7a8595; }
.company-dl > div { border-bottom-color: rgba(255,255,255,.08); }
.company-dl dt { color: #5b9eff; }
.company-dl dd { color: #c4ccd6; }

.access-address { color: #fff; }
.access-list { }
.access-list li {
  color: #c4ccd6;
  border-bottom-color: rgba(255,255,255,.08);
}
.access-list li span { background: #5b9eff; }
.access-btn { background: #5b9eff; }
.access-btn:hover { background: #4a86e8; }
.access-map { background: #1a1a1a; }

/* --- Contact 3 cards --- */
.contact-card {
  background: #161616;
  border: 1px solid rgba(255,255,255,.06);
}
.ct-icon-blue { background: #5b9eff; }
.ct-icon-outline {
  background: transparent;
  border-color: #5b9eff;
}
.ct-icon-outline svg { stroke: #5b9eff !important; }
.ct-label { color: #a0a8b4; }
.ct-tel { color: #fff; }
.ct-sub, .ct-sub-em { color: #a0a8b4; }
.ct-mail-btn { background: #5b9eff; }
.ct-mail-btn:hover { background: #4a86e8; }
.ct-ig-btn { border-color: #5b9eff; color: #5b9eff; }
.ct-ig-btn:hover { background: #5b9eff; color: #fff; }

/* --- Contact Form --- */
.cf-form {
  background: #161616;
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 8px 24px rgba(0,0,0,.5);
}
.cf-row label { color: #fff; }
.cf-row input[type="text"],
.cf-row input[type="tel"],
.cf-row input[type="email"],
.cf-row textarea {
  background: #0a0a0a;
  border-color: rgba(255,255,255,.12);
  color: #fff;
}
.cf-row input:focus,
.cf-row textarea:focus {
  border-color: #5b9eff;
  box-shadow: 0 0 0 3px rgba(91,158,255,.2);
}
.cf-row input::placeholder,
.cf-row textarea::placeholder {
  color: #5a6270;
}
.cf-checks label {
  background: #0a0a0a;
  color: #c4ccd6;
}
.cf-checks label:has(input:checked) {
  background: rgba(91,158,255,.15);
  border-color: #5b9eff;
  color: #fff;
}
.cf-privacy label { color: #c4ccd6; }
.cf-opt { background: #2a2f38; color: #a0a8b4; }
.cf-submit {
  background: #5b9eff;
}
.cf-submit:hover { background: #4a86e8; }
.cf-note { color: #6a7280; }
.form-lead { color: #a0a8b4; }

/* --- Modal --- */
.modal-inner {
  background: #161616;
  box-shadow: 0 30px 80px rgba(0,0,0,.8);
}
.modal-img { background: #0a0a0a; }
.modal-close {
  background: rgba(0,0,0,.6);
  color: #fff;
}
.modal-close:hover { background: #5b9eff; }
.modal-ttl { color: #fff; }
.modal-lead { color: #c4ccd6; }
.modal-cat { color: #5b9eff; }
.modal-list li {
  color: #c4ccd6;
  border-bottom-color: rgba(255,255,255,.08);
}
.modal-list li strong { color: #fff; }
.modal-cta { background: #0a0a0a; }
.modal-cta p { color: #c4ccd6; }
.modal-btn { background: #5b9eff; }
.modal-btn:hover { background: #4a86e8; }

/* --- Service "詳しく見る" --- */
.svc-more { color: #5b9eff; }

/* --- Strengths (already dark) — slight black tweak --- */
.strengths {
  background: #050505;
}

/* --- Motto / Recruit (already dark) --- */
.motto {
  background: #000;
}
.recruit {
  background: #000;
}

/* --- Hero overlay 微調整 --- */
.hero { background: #000; }
.hero-overlay {
  background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.2) 80%);
}

/* --- Header --- */
.contact-btn {
  background: #5b9eff;
  color: #fff;
}
.contact-btn:hover {
  background: #4a86e8;
}

/* --- Footer --- */
.footer { background: #000; }

/* --- Accent color override globally --- */
.section-en { color: #5b9eff !important; }
.hero-lead .accent { color: #5b9eff; }
.feat-icon svg { stroke: #5b9eff; }
.motto-tags li {
  border-color: #5b9eff;
  color: #cfdcf5;
  background: rgba(91,158,255,.08);
}
.motto-sub { color: #5b9eff; }
.motto-line2 em {
  background: linear-gradient(180deg, transparent 0 65%, rgba(91,158,255,.55) 65% 95%, transparent 95%);
}
.motto-cta {
  background: #fff;
  color: #000;
}

.st-num { color: #5b9eff; }
.st-card::before { background: #5b9eff; }
.st-card:hover {
  background: rgba(91,158,255,.06);
  border-color: rgba(91,158,255,.35);
}

.recruit-catch-sub { color: #5b9eff; }
.recruit-catch-ttl em {
  background: linear-gradient(180deg, transparent 0 65%, rgba(91,158,255,.55) 65% 95%, transparent 95%);
}
.recruit-h4 { border-bottom-color: #5b9eff; }
.recruit-h4-num { color: #5b9eff; }
.rp-card-feature { background: rgba(91,158,255,.08); border-color: rgba(91,158,255,.4); }
.rp-card-feature::before { background: #5b9eff; }
.rp-card-tag-feature { background: #5b9eff; border-color: #5b9eff; }
.rp-list li::before { color: #5b9eff; }
.rf-step-num { color: #5b9eff; }
.rf-steps li + li::before {
  border-top-color: #5b9eff;
  border-right-color: #5b9eff;
}
.recruit-cta-btn {
  background: #5b9eff;
  box-shadow: 0 12px 30px rgba(91,158,255,.35);
}
.recruit-cta-btn:hover { box-shadow: 0 18px 40px rgba(91,158,255,.5); }
.recruit-cta-tel a { border-bottom-color: #5b9eff; }
