/* ======================================================
   〇〇〇〇協同組合 — Site Styles
   ====================================================== */

:root {
  --navy: #0e2a47;
  --navy-2: #1a3a5c;
  --navy-deep: #0a1f36;
  --teal: #1a9b94;
  --teal-2: #14a59c;
  --teal-soft: #e6f4f3;
  --teal-soft-2: #eef8f7;
  --ink: #1f2937;
  --ink-2: #4b5563;
  --ink-3: #6b7280;
  --line: #e5e8ec;
  --line-2: #eef1f4;
  --bg: #ffffff;
  --bg-soft: #f5f7f9;
  --bg-mist: #f0f6f6;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 2px rgba(14,42,71,.04), 0 1px 6px rgba(14,42,71,.04);
  --shadow: 0 4px 18px rgba(14,42,71,.06), 0 1px 4px rgba(14,42,71,.04);
  --shadow-lg: 0 18px 50px rgba(14,42,71,.10);
  --container: 1280px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; margin: 0; }

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(26,155,148,.45);
  outline-offset: 4px;
}

.reveal-ready [data-reveal],
.reveal-ready [data-reveal-group] > * {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .65s ease,
    transform .65s ease;
  transition-delay: calc(var(--reveal-order, 0) * 70ms);
}

.reveal-ready [data-reveal="fade-in"] {
  transform: none;
}

.reveal-ready [data-reveal="scale-in"] {
  transform: scale(.98);
}

.reveal-ready [data-reveal].is-visible,
.reveal-ready [data-reveal-group] > .is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal-ready [data-reveal],
  .reveal-ready [data-reveal-group] > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }

/* ============== Shared section bits ============== */
.eyebrow {
  display: inline-flex; flex-direction: column; align-items: flex-start;
  font-family: "Inter", sans-serif;
  font-size: 13px; font-weight: 600; letter-spacing: .2em;
  color: var(--teal);
}
.eyebrow span { padding-bottom: 8px; }
.eyebrow::after {
  content: ""; width: 36px; height: 2px; background: var(--teal); display: block;
}
.eyebrow.center { align-items: center; }
.eyebrow.center::after { margin: 0 auto; }

.section-title {
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  margin: 18px 0 22px;
  line-height: 1.3;
}
.section-lead {
  font-size: 22px; font-weight: 500; color: var(--navy);
  line-height: 1.6; margin: 0 0 28px;
}
.section-desc {
  color: var(--ink-2); font-size: 15px; line-height: 2;
  margin: 8px 0 0;
}
.section-head.center { text-align: center; margin-bottom: 56px; }

/* ============== Buttons ============== */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 18px 32px;
  border-radius: 10px;
  font-weight: 700; font-size: 15px;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  min-width: 240px;
  position: relative;
}
.btn img { width: 22px; height: 22px; }
.btn .arrow { margin-left: auto; font-family: "Inter", sans-serif; }
.btn-primary {
  background: var(--navy);
  color: #fff;
}
.btn-primary:hover { background: var(--navy-2); transform: translateY(-1px); }
.btn-ghost {
  background: #fff;
  color: var(--navy);
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }
.btn.big { padding: 20px 36px; font-size: 16px; }

/* ============== Header ============== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line-2);
  transition: box-shadow .2s ease;
}
.site-header.scrolled {
  box-shadow: 0 2px 16px rgba(14,42,71,.08);
}
.header-inner {
  max-width: 1480px; margin: 0 auto;
  display: flex; align-items: center; gap: 28px;
  padding: 14px 28px;
}
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; }
.brand-name {
  font-size: 18px; font-weight: 700; color: var(--navy);
  letter-spacing: .06em;
}
.brand-meta {
  font-size: 10.5px; color: var(--ink-3); letter-spacing: .04em;
  display: flex; gap: 8px; align-items: center; margin-top: 2px;
}
.brand-meta .dot { width: 3px; height: 3px; background: var(--ink-3); border-radius: 50%; }

.nav {
  display: flex; gap: 28px;
  margin-left: auto;
  font-size: 14px; font-weight: 500;
  color: var(--navy);
}
.nav a { padding: 10px 0; position: relative; }
.nav a:hover { color: var(--teal); }

.header-actions { display: flex; align-items: center; gap: 18px; }
.contact-block { text-align: right; line-height: 1.3; }
.contact-meta { font-size: 11px; color: var(--ink-3); }
.contact-tel {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 22px; font-weight: 600; color: var(--navy);
  letter-spacing: .02em;
}
.contact-tel img { width: 18px; height: 18px; }
.btn-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 22px; border-radius: 10px;
  background: var(--teal); color: #fff;
  font-size: 14px; font-weight: 700;
  white-space: nowrap;
  transition: background .2s ease;
}
.btn-cta:hover { background: var(--teal-2); }
.btn-cta img { width: 18px; height: 18px; filter: brightness(0) invert(1); }

.menu-btn { display: none; background: none; border: 0; padding: 8px; }
.menu-btn span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .2s; }
.menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none; flex-direction: column;
  border-top: 1px solid var(--line-2);
  padding: 12px 28px 24px;
  background: #fff;
}
.mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line-2); font-weight: 500; color: var(--navy); }
.mobile-nav .m-tel { color: var(--teal); font-family: "Inter", sans-serif; font-size: 18px; font-weight: 700; }
.mobile-nav .m-cta { background: var(--teal); color: #fff; padding: 14px; border-radius: 8px; margin-top: 12px; text-align: center; border: 0; }
.mobile-nav.open { display: flex; }

/* ============== HERO ============== */
.hero {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding-bottom: 0;
}
.hero-bg {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 70%; height: 100%; z-index: 0;
}
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-fade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.85) 22%, rgba(255,255,255,0) 50%);
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--container); margin: 0 auto;
  padding: 80px 32px 0;
  display: grid;
  grid-template-columns: minmax(400px, 1fr) 1fr;
  grid-template-rows: auto auto;
  gap: 0 60px;
  align-items: start;
}
.hero-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.hero-eyebrow {
  font-size: 18px; color: var(--navy); margin: 0 0 14px;
  font-weight: 500;
}
.hero-title {
  font-size: clamp(40px, 5.4vw, 76px);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  line-height: 1.25;
  margin: 0 0 36px;
}
.hero-title .accent { color: var(--teal); }
.hero-lead {
  font-size: 16px; color: var(--ink-2); line-height: 2;
  margin: 0 0 44px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: nowrap; }
.hero-actions .btn { min-width: 0; white-space: nowrap; }

.hero-trust {
  grid-column: 1 / -1;
  grid-row: 2;
  position: relative; z-index: 3;
  background: var(--bg-soft);
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid var(--line-2);
  display: flex;
  flex-direction: row;
  padding: 36px 0;
  margin: 0 -32px;
  padding-left: 32px;
  padding-right: 32px;
}
.trust-item { display: flex; align-items: center; gap: 18px; flex: 1; }
.trust-item + .trust-item { border-left: 1px solid var(--line-2); padding-left: 18px; margin-left: 18px; border-top: none; padding-top: 0; margin-top: 0; }
.trust-ic {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.trust-ic img { width: 36px; height: 36px; }
.trust-text { font-size: 14.5px; font-weight: 700; color: var(--navy); line-height: 1.55; }

.hero-curve {
  position: absolute; left: 0; right: 0; bottom: 0; height: 120px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: scaleX(1.5);
  z-index: 1;
}

/* ============== ABOUT ============== */
.about { padding: 96px 0 0; }
.about-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  padding-bottom: 80px;
}
.about-text .section-lead { font-size: 24px; font-weight: 700; margin-bottom: 32px; }
.about-body { color: var(--ink-2); font-size: 15px; line-height: 2; margin: 0 0 18px; }
.about-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
}

.kpi-strip { background: var(--bg-soft); padding: 56px 0; }
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.kpi {
  padding: 0 36px;
  position: relative;
}
.kpi + .kpi::before {
  content: ""; position: absolute; left: 0; top: 8px; bottom: 8px;
  width: 1px; background: #dde3e8;
}
.kpi-ic {
  width: 112px; height: 112px;
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.kpi-ic img { width: 104px; height: 104px; }
.kpi-label { font-size: 13px; color: var(--ink-2); margin-bottom: 4px; }
.kpi-value {
  font-family: "Inter", sans-serif;
  font-size: 16px; color: var(--navy);
  display: flex; align-items: baseline; gap: 4px;
  font-weight: 500;
  margin-bottom: 16px;
}
.kpi-value .num { font-size: 44px; font-weight: 700; letter-spacing: -.01em; line-height: 1; font-family: "Inter", sans-serif; }
.kpi-value .sub { font-size: 13px; color: var(--ink-2); margin-left: 6px; font-family: "Noto Sans JP"; }
.kpi-desc { font-size: 13px; color: var(--ink-2); line-height: 1.8; }

/* ============== SERVICES ============== */
.services { padding: 110px 0; background: #fff; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.svc-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: block;
  transition: transform .2s ease, box-shadow .2s ease;
}
.svc-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.svc-body {
  padding: 26px 24px 22px;
  display: flex; flex-direction: column;
}
.svc-ic {
  width: 112px; height: 112px;
  display: grid; place-items: center;
  margin-bottom: 16px;
}
.svc-ic img { width: 104px; height: 104px; }
.svc-title {
  font-size: 18px; font-weight: 700; color: var(--navy);
  margin: 0 0 12px; line-height: 1.5; letter-spacing: .02em;
}
.svc-text {
  font-size: 13px; color: var(--ink-2); line-height: 1.9;
  margin: 0 0 16px;
}
.svc-arrow {
  margin-top: auto; color: var(--teal); font-family: "Inter", sans-serif;
  font-size: 22px; font-weight: 500;
}
.svc-photo { overflow: hidden; }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; }

.svc-cta {
  margin-top: 56px;
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 36px;
}
.svc-cta-photo {
  width: 220px;
  aspect-ratio: 1774 / 887;
  border-radius: 12px;
  overflow: hidden;
}
.svc-cta-photo img { width: 100%; height: 100%; object-fit: contain; }
.svc-cta-text h3 {
  font-size: 22px; font-weight: 700; color: var(--navy);
  margin: 0 0 10px;
}
.svc-cta-rule {
  width: 36px; height: 2px; background: var(--teal); margin-bottom: 14px;
}
.svc-cta-text p { font-size: 13.5px; color: var(--ink-2); line-height: 1.9; margin: 0; }
.svc-cta-actions { display: flex; flex-direction: column; gap: 12px; }
.svc-cta-actions .btn { min-width: 260px; }

/* ============== FLOW ============== */
.flow {
  background: linear-gradient(180deg, #f3f8f8 0%, #ecf4f4 100%);
  padding: 110px 0 0;
  position: relative;
}
.flow-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: flex-start;
}
.flow-side { position: sticky; top: 100px; }
.flow-side .section-lead { margin-bottom: 24px; line-height: 1.8; }
.hairline { width: 48px; height: 1px; background: #bcc8cf; margin: 24px 0; }
.flow-side-note { font-size: 13px; color: var(--ink-2); line-height: 2; }

.flow-list {
  position: relative;
  padding-left: 120px;
  list-style: none;
  margin: 0;
}
.flow-list::before {
  content: ""; position: absolute;
  left: 52px; top: 44px; bottom: 44px;
  width: 1px;
  background: repeating-linear-gradient(180deg, #b9d5d4 0 6px, transparent 6px 12px);
}
.flow-step {
  position: relative;
  margin-bottom: 24px;
}
.flow-ic {
  position: absolute;
  left: -116px; top: 16px;
  width: 104px; height: 104px;
  display: grid; place-items: center;
}
.flow-ic img { width: 104px; height: 104px; }

.flow-card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 1fr 240px;
  overflow: hidden;
  min-height: 160px;
}
.flow-body {
  padding: 24px 28px;
  display: flex; flex-direction: column; justify-content: center;
}
.flow-num {
  font-family: "Inter", sans-serif;
  font-size: 26px; font-weight: 700;
  color: var(--navy);
  letter-spacing: .03em;
  line-height: 1;
}
.flow-title {
  font-size: 20px; font-weight: 700; color: var(--navy);
  margin: 8px 0 12px; letter-spacing: .03em;
}
.flow-card p { font-size: 13.5px; color: var(--ink-2); line-height: 1.9; margin: 0; }
.flow-photo { overflow: hidden; }
.flow-photo img { width: 100%; height: 100%; object-fit: cover; }

.flow-foot {
  margin-top: 80px;
  padding: 28px 0;
  background: #e3eeed;
}
.flow-foot-inner {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 32px;
}
.flow-foot-icon {
  display: grid; place-items: center;
}
.flow-foot-icon img { width: 104px; height: 104px; }
.flow-foot-title { font-size: 17px; font-weight: 700; color: var(--navy); line-height: 1.5; }
.flow-foot-desc { font-size: 13.5px; color: var(--ink-2); line-height: 1.9; margin: 0; }
.flow-foot .btn { background: var(--teal); border-color: var(--teal); color: #fff; min-width: 240px; }
.flow-foot .btn:hover { background: var(--teal-2); border-color: var(--teal-2); }

/* ============== JOBS ============== */
.jobs { padding: 110px 0; background: var(--bg-soft); }
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.job-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 24px 28px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column; align-items: center;
}
.job-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.job-ic {
  width: 104px; height: 104px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.job-ic img { width: 104px; height: 104px; }
.job-card h3 {
  font-size: 19px; font-weight: 700; color: var(--navy);
  margin: 0 0 12px; letter-spacing: .04em;
}
.job-card p {
  font-size: 13px; color: var(--ink-2); line-height: 1.9;
  margin: 0 0 18px;
}
.job-arrow { color: var(--teal); font-family: "Inter", sans-serif; font-size: 22px; }

.jobs-foot {
  margin-top: 40px;
  background: #ecf2f4;
  border-radius: var(--radius-lg);
  padding: 24px 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.jobs-foot-icon {
  width: 104px; height: 104px; border-radius: 50%;
  background: #e6f4f3; display: flex; align-items: center; justify-content: center;
}
.jobs-foot-icon img { width: 64px; height: 64px; }
.jobs-foot-title { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.jobs-foot-text p { font-size: 13px; color: var(--ink-2); line-height: 1.8; margin: 0; }
.jobs-foot .btn { background: var(--teal); border-color: var(--teal); color: #fff; min-width: 240px; }
.jobs-foot .btn:hover { background: var(--teal-2); }

/* ============== FAQ ============== */
.faq { padding: 110px 0 80px; background: var(--bg-soft); }
.faq-list {
  display: flex; flex-direction: column; gap: 16px;
  max-width: 1080px; margin: 0 auto;
}
.faq-item {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq-item summary {
  display: flex; align-items: center; gap: 24px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  font-size: 16px; color: var(--navy); font-weight: 500;
}
.faq-item summary::-webkit-details-marker { display: none; }
.q-mark, .a-mark {
  font-family: "Inter", sans-serif;
  font-size: 24px; font-weight: 700;
  color: var(--teal);
  flex-shrink: 0;
  width: 30px;
  border-right: 1px solid var(--line);
  padding-right: 18px;
}
.q-text { flex: 1; line-height: 1.5; }
.q-plus {
  position: relative; width: 18px; height: 18px; flex-shrink: 0;
  margin-left: auto;
}
.q-plus::before, .q-plus::after {
  content: ""; position: absolute; background: var(--ink-3);
}
.q-plus::before { left: 0; right: 0; top: 50%; height: 2px; transform: translateY(-50%); }
.q-plus::after { top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%); transition: transform .2s; }
.faq-item[open] .q-plus::after { transform: translateX(-50%) scaleY(0); }

.faq-answer {
  display: flex; gap: 24px; padding: 4px 26px 22px;
  border-top: 1px solid var(--line-2);
  padding-top: 22px;
}
.faq-answer .a-mark { color: var(--navy); }
.faq-answer p { margin: 0; font-size: 14.5px; color: var(--ink-2); line-height: 2; }

.faq-cta {
  margin: 56px auto 0;
  max-width: 1080px;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.faq-cta-icon {
  width: 76px; height: 76px; border-radius: 50%;
  background: #1a7a70; display: flex; align-items: center; justify-content: center;
}
.faq-cta-icon img { width: 36px; height: 36px; filter: brightness(0) invert(1); }
.faq-cta-title { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.faq-cta-text p { font-size: 13.5px; color: var(--ink-2); margin: 0; }
.faq-cta .btn-primary { background: var(--teal); border-color: var(--teal); }
.faq-cta .btn-primary:hover { background: var(--teal-2); }

/* ============== FOOTER ============== */
.site-footer { background: var(--navy-deep); color: #c8d3df; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .9fr .9fr .9fr 1.4fr;
  gap: 48px;
  padding-top: 82px; padding-bottom: 48px;
}
.f-brand-row { display: flex; gap: 14px; align-items: center; }
.f-mark { width: 40px; height: 40px; filter: brightness(0) invert(1); }
.f-name { font-size: 18px; font-weight: 700; color: #fff; letter-spacing: .06em; }
.f-meta { font-size: 11px; color: #8fa3b8; margin-top: 4px; display: flex; gap: 8px; align-items: center; }
.f-meta .dot { width: 3px; height: 3px; background: #8fa3b8; border-radius: 50%; }
.f-desc { font-size: 13px; line-height: 1.9; color: #9eb2c5; margin: 20px 0; }
.f-rule { height: 1px; background: #1a3a5c; margin: 8px 0 20px; }
.f-trust { display: flex; gap: 14px; align-items: flex-start; }
.f-trust-ic {
  width: 40px; height: 40px; border-radius: 50%; background: #14365a;
  display: grid; place-items: center; flex-shrink: 0;
}
.f-trust-ic img { width: 32px; height: 32px; }
.f-trust-title { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.f-trust-sub { font-size: 11.5px; color: #8fa3b8; line-height: 1.6; }

.f-col-title { font-size: 14px; font-weight: 700; color: var(--teal-2); margin-bottom: 18px; letter-spacing: .06em; }
.f-col ul li { margin-bottom: 12px; }
.f-col a { font-size: 13.5px; color: #c8d3df; }
.f-col a:hover { color: #fff; }

.f-contact {
  background: #0a1f36;
  border: 1px solid #1a3a5c;
  border-radius: var(--radius);
  padding: 24px;
  display: flex; flex-direction: column; gap: 16px;
}
.f-contact-row { display: flex; gap: 14px; align-items: flex-start; }
.f-contact-ic {
  width: 40px; height: 40px;
  display: grid; place-items: center; flex-shrink: 0;
}
.f-contact-ic img { width: 30px; height: 30px; }
.f-contact-num { font-family: "Inter", sans-serif; font-size: 22px; font-weight: 700; color: #fff; letter-spacing: .02em; line-height: 1.2; }
.f-contact-num.small { font-family: "Noto Sans JP"; font-size: 15px; font-weight: 700; }
.f-contact-sub { font-size: 11.5px; color: #8fa3b8; margin-top: 4px; }

.footer-bottom {
  border-top: 1px solid #1a3a5c;
  padding: 20px 0;
}
.fb-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.fb-links { display: flex; gap: 32px; }
.fb-links span { font-size: 12.5px; color: #8fa3b8; }
.fb-links li:not(:last-child)::after {
  content: ""; display: inline-block;
  width: 1px; height: 12px; background: #1a3a5c; margin-left: 32px; vertical-align: middle;
}
.fb-copy { font-size: 12px; color: #8fa3b8; }

/* ============== Responsive ============== */
@media (max-width: 1180px) {
  .nav { display: none; }
  .header-actions .contact-block { display: none; }
  .menu-btn { display: block; margin-left: auto; }
  .header-actions { gap: 12px; }
}

/* ---- Tablet (980px) ---- */
@media (max-width: 980px) {
  .container { padding: 0 22px; }

  /* Hero: 画像を上部に表示し、その下にコンテンツを配置 */
  .hero-trust { flex-direction: column; margin: 0 -22px; padding: 22px; }
  .hero-content { padding-bottom: 0; }
  .trust-item { flex: none; }
  .trust-item + .trust-item { border-left: none; padding-left: 0; margin-left: 0; border-top: 1px solid var(--line-2); padding-top: 18px; margin-top: 18px; }
  .hero { padding-bottom: 32px; overflow: hidden; }
  .hero-bg {
    position: relative;
    width: 100%; height: 380px;
    top: auto; right: auto; left: auto; bottom: auto;
    opacity: 1;
  }
  .hero-bg img { object-position: center top; }
  .hero-fade { background: linear-gradient(180deg, rgba(255,255,255,0) 35%, rgba(255,255,255,0.97) 88%); }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; padding: 28px 22px 36px; }
  .hero-trust { padding: 22px; }
  .hero-curve { display: none; }

  .about-inner { grid-template-columns: 1fr; gap: 36px; padding-bottom: 56px; }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .kpi + .kpi:nth-child(odd)::before { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-cta { grid-template-columns: 1fr; }
  .svc-cta-photo { width: 100%; }
  .flow-inner { grid-template-columns: 1fr; gap: 36px; }
  .flow-side { position: static; }
  .flow-card { grid-template-columns: 1fr; }
  .flow-photo { aspect-ratio: 16 / 9; height: auto; }
  .flow-foot-inner { grid-template-columns: 1fr; text-align: left; }
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .jobs-foot { grid-template-columns: 1fr; text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; padding-top: 72px; padding-bottom: 48px; }
  .f-contact { grid-column: 1 / -1; }
  .svc-cta-actions .btn,
  .jobs-foot .btn,
  .flow-foot .btn,
  .faq-cta .btn { min-width: 0; width: 100%; }
  .faq-cta { grid-template-columns: 1fr; text-align: left; }
}

/* ---- Mobile (640px) ---- */
@media (max-width: 640px) {
  /* Hero: 画像の右側（人物）にフォーカス */
  .hero-bg { height: 280px; }
  .hero-bg img { object-position: right center; }
  .hero-inner { padding: 20px 20px 32px; gap: 24px; }
  .hero-trust { margin: 0 -20px; padding: 20px; }
  .hero-title { font-size: 34px; }
  .hero-lead { font-size: 14px; margin-bottom: 28px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .header-actions { display: none; }
  .menu-btn { margin-left: auto; }

  .about-text,
  .flow-side {
    text-align: center;
  }
  .about-text .eyebrow,
  .flow-side .eyebrow {
    align-items: center;
  }
  .about-text .eyebrow::after,
  .flow-side .eyebrow::after,
  .hairline {
    margin-left: auto;
    margin-right: auto;
  }

  .flow-foot-inner,
  .jobs-foot,
  .faq-cta {
    text-align: center;
    justify-items: center;
  }
  .flow-foot-desc,
  .jobs-foot-text p,
  .faq-cta-text p {
    text-align: center;
  }
  .jobs-foot-icon,
  .faq-cta-icon {
    margin: 0 auto;
  }
  .flow-foot .btn,
  .jobs-foot .btn,
  .faq-cta .btn {
    position: relative;
    justify-content: center;
    text-align: center;
  }
  .flow-foot .btn .arrow,
  .jobs-foot .btn .arrow,
  .faq-cta .btn .arrow {
    position: absolute;
    right: 24px;
    margin-left: 0;
  }

  .services-grid { grid-template-columns: 1fr; }
  .jobs-grid { grid-template-columns: 1fr; }
  .kpi-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 44px; }
  .faq-item summary { padding: 18px; gap: 14px; font-size: 14.5px; }
  .q-mark, .a-mark { font-size: 20px; padding-right: 12px; width: 22px; }
  .section-title { font-size: 28px; }
  .brand-meta { display: none; }
  .flow-list { padding-left: 60px; }
  .flow-list::before { display: block; left: 24px; top: 28px; bottom: 28px; }
  .flow-step { display: block; }
  .flow-ic { left: -60px; top: 18px; width: 48px; height: 48px; }
  .flow-ic img { width: 44px; height: 44px; }
  .flow-card { width: 100%; max-width: 560px; }
  .svc-body { padding: 22px 20px 18px; }
  .kpi { padding: 0 24px; }
  .fb-links { flex-wrap: wrap; gap: 10px 20px; }
  .fb-links li:not(:last-child)::after { display: none; }
}
