/* =========================================================
   株式会社関根電気サービス V5 — クライアント本位の王道BtoB
   ========================================================= */

:root {
  --c-navy: #1A3D7C;
  --c-navy-dark: #122A56;
  --c-navy-light: #2C5AA8;
  --c-yellow: #F5C518;
  --c-text: #1F2937;
  --c-text-soft: #4B5563;
  --c-text-mute: #9CA3AF;
  --c-bg: #FFFFFF;
  --c-bg-soft: #F8F9FB;
  --c-bg-tint: #F0F4FA;
  --c-border: #E5E7EB;
  --c-card-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);

  --font-jp: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Yu Gothic", "Meiryo", sans-serif;
  --font-en: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --max-w: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-jp);
  color: var(--c-text);
  background: var(--c-bg);
  font-size: 17px;
  line-height: 1.95;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* ----- Header ----- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--c-border);
}

.header__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0 24px;
  gap: 24px;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}

.header__logo img { height: 40px; width: auto; }

.header__logo-bulb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--c-yellow);
  color: var(--c-navy-dark);
  flex-shrink: 0;
}

.header__logo-bulb svg {
  width: 20px;
  height: 20px;
}

.header__logo-text {
  font-family: var(--font-jp);
  font-weight: 900;
  font-size: 22px;
  color: var(--c-navy);
  letter-spacing: 0.04em;
  line-height: 1;
}

.header__logo-text small {
  font-size: 0.7em;
  color: var(--c-yellow-dark, #d9a900);
  margin-left: 1px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.header__nav a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--c-text);
  letter-spacing: 0.04em;
  transition: color .2s;
}
.header__nav a:hover { color: var(--c-navy); }

.header__nav a.is-active {
  color: var(--c-navy);
  font-weight: 700;
  position: relative;
}

.header__nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -22px;
  height: 2px;
  background: var(--c-yellow);
}

@media (max-width: 900px) {
  .header__nav a.is-active::after { display: none; }
}

.header__tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-navy);
  color: var(--c-bg);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  transition: background .2s;
}

.header__tel::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--c-yellow);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13 1.05.37 2.07.72 3.05a2 2 0 0 1-.45 2.11L8.09 10.91a16 16 0 0 0 6 6l2.03-2.29a2 2 0 0 1 2.11-.45c.98.35 2 .59 3.05.72A2 2 0 0 1 22 16.92z'/></svg>") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13 1.05.37 2.07.72 3.05a2 2 0 0 1-.45 2.11L8.09 10.91a16 16 0 0 0 6 6l2.03-2.29a2 2 0 0 1 2.11-.45c.98.35 2 .59 3.05.72A2 2 0 0 1 22 16.92z'/></svg>") no-repeat center / contain;
}

.header__tel:hover { background: var(--c-navy-dark); }

.header__hamburger {
  display: none;
  background: transparent;
  border: 0;
  font-size: 22px;
  cursor: pointer;
  padding: 8px;
  color: var(--c-navy);
}

@media (max-width: 900px) {
  .header__inner { height: 64px; gap: 12px; padding: 0 16px; }
  .header__logo img { height: 32px; }
  .header__nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: rgba(255,255,255,0.98);
    border-bottom: 1px solid var(--c-border);
    padding: 0;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s, padding .3s;
  }
  .header__nav.is-open { max-height: 500px; padding: 12px 0; }
  .header__nav a {
    padding: 14px 24px;
    text-align: center;
    border-bottom: 1px solid var(--c-border);
  }
  .header__hamburger { display: block; margin-left: auto; }
  .header__tel { padding: 8px 14px; font-size: 13px; }
}

@media (max-width: 480px) {
  .header__inner { gap: 8px; padding: 0 12px; height: 60px; }
  .header__logo img { height: 28px; }
  .header__tel { padding: 0; width: 40px; height: 40px; gap: 0; font-size: 0; justify-content: center; }
  .header__tel::before { width: 18px; height: 18px; }
}

/* ----- Hero ----- */
.hero {
  position: relative;
  background: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-soft) 100%);
  padding: 80px 24px 96px;
  overflow: hidden;
}

.hero__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero__lead-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-bg-tint);
  color: var(--c-navy);
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 999px;
  width: fit-content;
  letter-spacing: 0.06em;
}

.hero__lead-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-yellow);
}

.hero__sub {
  font-family: var(--font-jp);
  font-weight: 600;
  font-size: 14px;
  color: var(--c-text-soft);
  letter-spacing: 0.06em;
  margin-top: -8px;
  margin-bottom: 8px;
}

.hero__title {
  font-family: var(--font-jp);
  font-weight: 900;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--c-navy);
}

.hero__title em {
  font-style: normal;
  color: var(--c-navy);
  position: relative;
  display: inline-block;
}

.hero__title em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 10px;
  background: var(--c-yellow);
  z-index: -1;
  opacity: 0.5;
}

.hero__lead {
  font-size: 15px;
  line-height: 2;
  color: var(--c-text-soft);
  max-width: 520px;
}

.hero__cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--c-border);
}

.hero__fact { display: flex; flex-direction: column; gap: 4px; }

.hero__fact-num {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: clamp(28px, 3vw, 36px);
  color: var(--c-navy);
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero__fact-num small {
  font-size: 0.5em;
  font-weight: 600;
  margin-left: 2px;
  color: var(--c-text-soft);
}

.hero__fact-label {
  font-size: 12px;
  color: var(--c-text-soft);
  letter-spacing: 0.04em;
  font-weight: 500;
}

.hero__photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  letter-spacing: 0.1em;
  position: relative;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12);
}

.hero__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 900px) {
  .hero { padding: 56px 24px 72px; }
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__photo { max-width: 480px; aspect-ratio: 4/3; margin: 0 auto; width: 100%; }
  .hero__facts { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}

/* ----- Page Header (sub pages like recruit) ----- */
.page-header {
  background: linear-gradient(180deg, var(--c-bg) 0%, var(--c-bg-soft) 100%);
  padding: 88px 24px 96px;
  position: relative;
  overflow: hidden;
}

.page-header__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  text-align: center;
}

.page-header__eyebrow {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.page-header__title {
  font-family: var(--font-jp);
  font-weight: 900;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: var(--c-navy);
  margin-bottom: 24px;
}

.page-header__title em {
  font-style: normal;
  margin-right: 0.3em;
}

.page-header__lead {
  font-size: 15px;
  line-height: 2;
  color: var(--c-text-soft);
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .page-header { padding: 64px 24px 72px; }
}

/* ----- Page Header Hero variant (with bg photo) ----- */
.page-header--hero {
  padding: 0;
  background: linear-gradient(135deg, #122A56 0%, #0A1E48 100%);
  display: grid;
  overflow: hidden;
}

.page-header--hero .page-header__bg {
  position: relative;
  inset: auto;
  z-index: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  grid-area: 1 / 1;
}

.page-header--hero .page-header__bg-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.28);
  text-transform: uppercase;
}

.page-header--hero .page-header__bg img {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  display: block;
  object-fit: unset;
}

.page-header--hero::after {
  content: "";
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

.page-header--hero .page-header__inner {
  grid-area: 1 / 1;
  align-self: center;
  justify-self: center;
  z-index: 2;
  padding: 40px 24px;
  width: 100%;
}

.page-header--hero .page-header__cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}

.page-header--hero .page-header__eyebrow {
  color: var(--c-yellow);
}

.page-header--hero .page-header__title {
  color: #fff;
  font-size: clamp(28px, 6.6vw, 78px);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55), 0 0 8px rgba(0, 0, 0, 0.4);
}

.page-header--hero .page-header__lead {
  color: #fff;
  font-size: clamp(13px, 2.16vw, 27px);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.85), 0 0 4px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  margin-top: 24px;
}

.page-header--hero .page-header__sub {
  color: #fff;
  font-size: clamp(12px, 1.4vw, 18px);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.85), 0 0 4px rgba(0, 0, 0, 0.6);
  font-weight: 600;
  margin-top: 14px;
  letter-spacing: 0.05em;
}

@media (max-width: 700px) {
  .page-header--hero {
    aspect-ratio: auto;
    min-height: 360px;
    max-height: none;
  }
  .page-header--hero .page-header__bg {
    height: 100%;
  }
  .page-header--hero .page-header__bg img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .page-header--hero .page-header__inner {
    padding: 32px 16px;
  }
  .page-header--hero .page-header__lead {
    margin-top: 14px;
  }
  .page-header--hero .page-header__sub {
    margin-top: 10px;
  }
  .page-header--hero .page-header__cta-row {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    max-width: 260px;
    margin: 18px auto 0;
  }
  .page-header--hero .page-header__cta-row .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 15px;
  }
  .page-header__title em {
    margin-right: 0.15em;
  }
}

@media (max-width: 480px) {
  .page-header--hero {
    min-height: 320px;
  }
  .page-header--hero .page-header__title {
    line-height: 1.35;
  }
}

/* ----- Numbers Grid (recruit) ----- */
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}

.number-card {
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 32px 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  transition: transform .2s, border-color .2s, background .2s;
}

.number-card:hover {
  transform: translateY(-2px);
  border-color: var(--c-navy-light);
}

.number-card--accent {
  background: linear-gradient(180deg, var(--c-bg-tint) 0%, var(--c-bg) 100%);
  border-color: var(--c-navy-light);
}

.number-card__icon {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 4px;
  opacity: 0.9;
}

.number-card__num {
  font-family: var(--font-en);
  font-weight: 900;
  font-size: clamp(36px, 4.5vw, 52px);
  color: var(--c-navy);
  line-height: 1;
  letter-spacing: -0.02em;
}

.number-card__num small {
  font-family: var(--font-jp);
  font-size: 0.4em;
  font-weight: 700;
  color: var(--c-navy);
  margin-left: 2px;
  letter-spacing: 0;
}

.number-card__label {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 14px;
  color: var(--c-navy);
  margin-top: 8px;
  letter-spacing: 0.04em;
}

.number-card__sub {
  font-size: 11.5px;
  color: var(--c-text-soft);
  letter-spacing: 0.04em;
}

@media (max-width: 700px) {
  .numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .number-card { padding: 24px 16px; }
}

/* ----- Flow Steps (recruit) ----- */
.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.flow-step {
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 32px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  text-align: left;
}

/* C案改 — White card with yellow solid bignum + navy accent stripe */
.flow-steps--accent .flow-step {
  background: var(--c-bg);
  border-color: var(--c-border);
  padding: 32px 26px 28px 30px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.flow-steps--accent .flow-step::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 4px;
  background: var(--c-yellow);
  border-radius: 0 4px 4px 0;
}
.flow-steps--accent .flow-step__bignum {
  color: var(--c-navy);
  -webkit-text-stroke: 0;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 12px;
  opacity: 0.92;
}
.flow-steps--accent .flow-step__title {
  color: var(--c-navy);
  font-size: 19px;
}
.flow-steps--accent .flow-step__text {
  color: var(--c-text-soft);
  text-align: left;
}

/* A案 (bignum) — kept for fallback if used */
.flow-step__bignum {
  display: block;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 68px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2.5px var(--c-yellow);
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

/* B案 — circular badge above each card */
.flow-step__badge {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--c-yellow);
  color: var(--c-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  box-shadow: 0 6px 16px rgba(240, 192, 64, 0.35);
  z-index: 2;
}

/* B案 — arrow between cards (PC: horizontal) */
.flow-steps--badge .flow-step::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid var(--c-yellow);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 1;
}

.flow-steps--badge .flow-step:last-child::after {
  display: none;
}

.flow-step__num {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 11px;
  color: var(--c-text-mute);
  letter-spacing: 0.22em;
  margin-bottom: 2px;
}

.flow-step__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 19px;
  color: var(--c-navy);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.flow-step__text {
  font-size: 15px;
  color: var(--c-text-soft);
  line-height: 1.85;
  margin-top: 4px;
  text-align: left;
}

@media (max-width: 800px) {
  .flow-steps { grid-template-columns: repeat(2, 1fr); row-gap: 56px; }
  /* B案 arrows: hide arrow on every 2nd item (end of row) */
  .flow-steps--badge .flow-step:nth-child(2n)::after { display: none; }
}
@media (max-width: 500px) {
  .flow-steps { grid-template-columns: 1fr; }
  /* B案 arrows: vertical (pointing down) on mobile */
  .flow-steps--badge .flow-step::after {
    top: auto;
    bottom: -22px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid var(--c-yellow);
    border-bottom: none;
  }
  .flow-steps--badge .flow-step:nth-child(2n)::after { display: block; }
  .flow-steps--badge .flow-step:last-child::after { display: none; }
}

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .15s, background .15s, color .15s, border-color .15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }

.btn--primary {
  background: var(--c-navy);
  color: var(--c-bg);
}
.btn--primary:hover { background: var(--c-navy-dark); }

.btn--outline {
  background: transparent;
  color: var(--c-navy);
  border-color: var(--c-navy);
}
.btn--outline:hover { background: var(--c-navy); color: var(--c-bg); }

.btn--lg { padding: 16px 36px; font-size: 15px; }

.btn--with-tel::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: var(--c-yellow);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13 1.05.37 2.07.72 3.05a2 2 0 0 1-.45 2.11L8.09 10.91a16 16 0 0 0 6 6l2.03-2.29a2 2 0 0 1 2.11-.45c.98.35 2 .59 3.05.72A2 2 0 0 1 22 16.92z'/></svg>") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13 1.05.37 2.07.72 3.05a2 2 0 0 1-.45 2.11L8.09 10.91a16 16 0 0 0 6 6l2.03-2.29a2 2 0 0 1 2.11-.45c.98.35 2 .59 3.05.72A2 2 0 0 1 22 16.92z'/></svg>") no-repeat center / contain;
}

/* ----- Section common ----- */
.section { padding: 96px 24px; }
.section--soft { background: var(--c-bg-soft); }
.section--navy { background: var(--c-navy); color: var(--c-bg); }

.section__inner { max-width: var(--max-w); margin: 0 auto; }

.section__head {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
}

.section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section__eyebrow::before,
.section__eyebrow::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1.5px;
  background: var(--c-yellow);
}

.section--navy .section__eyebrow { color: var(--c-yellow); }

.section__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--c-navy);
}

.section--navy .section__title { color: var(--c-bg); }

.section__lead {
  margin-top: 16px;
  font-size: 17px;
  color: var(--c-text);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

.section--navy .section__lead { color: rgba(255,255,255,0.85); }

@media (max-width: 700px) {
  .section { padding: 56px 20px; }
  .section__head { margin-bottom: 28px; }
  .section__title { font-size: clamp(22px, 5.5vw, 30px); line-height: 1.4; }
  .section__lead { font-size: 15px; line-height: 1.85; }
}

@media (max-width: 480px) {
  .section { padding: 48px 16px; }
}

/* ----- Strengths (3 cards) ----- */
.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.strength-card {
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 44px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 280px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  position: relative;
}

.strength-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  width: 40px;
  height: 3px;
  background: var(--c-yellow);
}

.strength-card:hover {
  transform: translateY(-4px);
  border-color: var(--c-navy-light);
  box-shadow: 0 8px 24px rgba(26, 61, 124, 0.1);
}

.strength-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFF7DD 0%, #FCEAA0 100%);
  color: var(--c-navy);
  transition: transform 0.25s, color 0.25s, background 0.25s;
}

.strength-card__icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 2;
}

.strength-card:hover .strength-card__icon {
  transform: scale(1.06) rotate(-3deg);
  background: linear-gradient(135deg, #FFE57A 0%, #F5C518 100%);
}

/* ----- Big Number variant (A案) ----- */
.strength-card--big-num {
  padding: 36px 32px 32px;
}

.strength-card--big-num::before {
  display: none;
}

.strength-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(26, 61, 124, 0.12);
}

.strength-card__bignum {
  font-family: var(--font-en);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--c-yellow);
  letter-spacing: -0.02em;
  transition: color 0.25s, -webkit-text-stroke-color 0.25s;
}

.strength-card__icon-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(26, 61, 124, 0.06);
  color: var(--c-navy);
  transition: transform 0.25s, background 0.25s;
}

.strength-card__icon-mini svg {
  width: 22px;
  height: 22px;
}

.strength-card--big-num:hover .strength-card__icon-mini {
  background: var(--c-yellow);
  transform: rotate(8deg);
}

.strength-card--big-num:hover .strength-card__bignum {
  color: var(--c-yellow);
  -webkit-text-stroke-color: var(--c-yellow);
}

/* ----- Split variant (C案：紺/白2色) ----- */
.strength-card--split {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.strength-card--split::before {
  display: none;
}

.strength-card--split .strength-card__head {
  background: linear-gradient(135deg, #1A3D7C 0%, #122A56 100%);
  padding: 32px 28px 24px;
  margin-bottom: 0;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.strength-card--split .strength-card__head::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 56px;
  height: 3px;
  background: var(--c-yellow);
  border-radius: 2px;
}

.strength-card--split .strength-card__bignum {
  font-family: var(--font-en);
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
  -webkit-text-stroke: 0;
  letter-spacing: -0.02em;
}

.strength-card--split .strength-card__icon-mini {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--c-yellow);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.strength-card--split .strength-card__icon-mini svg {
  width: 22px;
  height: 22px;
}

.strength-card--split .strength-card__title {
  margin: 28px 28px 14px;
}

.strength-card--split .strength-card__text {
  margin: 0 28px 28px;
}

.strength-card--split:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.strength-card--split:hover .strength-card__icon-mini {
  background: var(--c-yellow);
  color: var(--c-navy);
  border-color: var(--c-yellow);
  transform: rotate(8deg);
}

.strength-card__num {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 12px;
  color: var(--c-yellow-dark, #c89a07);
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}

.strength-card__title {
  margin-bottom: 14px;
}

.strength-card__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 26px;
  color: var(--c-navy);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.strength-card__text {
  font-size: 16px;
  color: var(--c-text);
  line-height: 1.9;
}

@media (max-width: 900px) {
  .strengths-grid { grid-template-columns: 1fr; gap: 14px; }
  .strength-card { padding: 32px 24px 24px; min-height: auto; }
  .strength-card__title { font-size: 22px; line-height: 1.5; }
  .strength-card__icon { width: 56px; height: 56px; margin-bottom: 18px; }
  .strength-card__icon svg { width: 28px; height: 28px; }
  .strength-card--big-num { padding: 28px 22px 22px; }
  .strength-card--big-num .strength-card__head { margin-bottom: 18px; padding-bottom: 14px; }
  .strength-card__bignum { font-size: 48px; }
  .strength-card__icon-mini { width: 38px; height: 38px; }
  .strength-card__icon-mini svg { width: 18px; height: 18px; }

  /* C案 mobile */
  .strength-card--split { padding: 0; }
  .strength-card--split .strength-card__head { padding: 24px 22px 20px; }
  .strength-card--split .strength-card__bignum { font-size: 44px; }
  .strength-card--split .strength-card__icon-mini { width: 40px; height: 40px; }
  .strength-card--split .strength-card__icon-mini svg { width: 20px; height: 20px; }
  .strength-card--split .strength-card__title { margin: 22px 22px 12px; }
  .strength-card--split .strength-card__text { margin: 0 22px 22px; }
  .strength-card--split .strength-card__head::after { left: 22px; }
}

/* ----- Service cards (with photo frame) ----- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--c-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--c-card-shadow);
  border: 1px solid var(--c-border);
  display: flex;
  flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.service-card__photo {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #cbd5e0 0%, #a0aec0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 11px;
  letter-spacing: 0.06em;
  position: relative;
}

.service-card__photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}

.service-card__body {
  padding: 24px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-card__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 23px;
  color: var(--c-navy);
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 10px;
}

.service-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--c-yellow);
}

.service-card__text {
  font-size: 15.5px;
  color: var(--c-text);
  line-height: 1.85;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .service-card__title { font-size: 19px; }
  .service-card__text { font-size: 14px; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* ----- Works (case studies) ----- */
.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.work-card {
  background: var(--c-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--c-border);
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: stretch;
  min-height: 160px;
  transition: transform .2s, border-color .2s;
}

.work-card:hover {
  transform: translateY(-2px);
  border-color: var(--c-navy-light);
}

.work-card__photo {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  letter-spacing: 0.06em;
  position: relative;
}

.work-card__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.work-card__body { padding: 20px 22px; display: flex; flex-direction: column; gap: 10px; }

.work-card__tag {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  color: var(--c-navy);
  background: var(--c-bg-tint);
  padding: 4px 10px;
  border-radius: 4px;
  width: fit-content;
  letter-spacing: 0.08em;
}

.work-card__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: 21.6px;
  color: var(--c-navy);
  line-height: 1.5;
}

.work-card__text {
  font-size: 15px;
  color: var(--c-text);
  line-height: 1.85;
}

@media (max-width: 700px) {
  .works-grid { grid-template-columns: 1fr; gap: 14px; }
  .work-card__title { font-size: 18px; }
  .work-card { grid-template-columns: 1fr; }
  .work-card__photo { aspect-ratio: 16/9; }
}

/* ----- Clients list ----- */
.clients-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 880px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .clients-list { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .clients-list li { font-size: 16px; padding: 18px 14px; }
}

.clients-list li {
  background: var(--c-bg);
  padding: 24px 20px;
  border-radius: var(--radius-sm);
  text-align: center;
  font-size: 21.6px;
  font-weight: 800;
  color: var(--c-navy);
  border: 1px solid var(--c-border);
  letter-spacing: 0.04em;
}

/* ----- Voices ----- */
.voices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.voice-card {
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 32px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 240px;
  position: relative;
}

.voice-card::before {
  content: "“";
  position: absolute;
  top: 14px;
  left: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 1;
  color: var(--c-yellow);
  opacity: 0.45;
  letter-spacing: -0.02em;
  pointer-events: none;
}

.voice-card::after {
  content: "”";
  position: absolute;
  bottom: 8px;
  right: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 1;
  color: var(--c-yellow);
  opacity: 0.45;
  letter-spacing: -0.02em;
  pointer-events: none;
}

.voice-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--c-border);
}

.voice-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--c-bg-tint);
  color: var(--c-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1.5px solid var(--c-border);
}

.voice-card__avatar svg {
  width: 26px;
  height: 26px;
}

/* Face avatar (recruit page senior voices) */
.voice-card__avatar--face {
  background: linear-gradient(135deg, #FFF7DD 0%, #FCEAA0 100%);
  border-color: var(--c-yellow);
  color: var(--c-navy);
}
.voice-card__avatar--face svg {
  width: 44px;
  height: 44px;
}

/* Photo avatar (recruit page — pixel art RPG portraits) */
.voice-card__avatar--photo {
  width: 76px;
  height: 76px;
  padding: 0;
  border: 2px solid var(--c-yellow);
  overflow: hidden;
  background: var(--c-bg-tint);
  flex-shrink: 0;
}
.voice-card__avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.voice-card__name {
  font-weight: 800;
  font-size: 20px;
  color: var(--c-navy);
  letter-spacing: 0.04em;
}

.voice-card__loc {
  font-size: 13px;
  color: var(--c-text-soft);
  margin-top: 2px;
}

.voice-card__body {
  font-size: 15px;
  line-height: 1.95;
  color: var(--c-text);
}

.voice-card__note {
  font-size: 12px;
  color: var(--c-text-mute);
  letter-spacing: 0.06em;
  margin-top: auto;
}

@media (max-width: 800px) {
  .voices-grid { grid-template-columns: 1fr; gap: 14px; }
  .voice-card { padding: 28px 24px 22px; min-height: auto; }
  .voice-card__name { font-size: 17px; }
  .voice-card__body { font-size: 14.5px; }
}

/* ----- Founder ----- */
.founder {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  max-width: var(--max-w);
  margin: 0 auto;
}

.founder__photo {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  letter-spacing: 0.1em;
  position: relative;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.founder__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.founder__body { display: flex; flex-direction: column; gap: 16px; }

.founder__name {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--c-navy);
  letter-spacing: 0.04em;
}

.founder__name span {
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 0.6em;
  color: var(--c-text-soft);
  margin-left: 12px;
  letter-spacing: 0.02em;
}

.founder__role {
  font-size: 13px;
  color: var(--c-text-soft);
  letter-spacing: 0.04em;
  margin-top: -8px;
}

.founder__text {
  font-size: 16.5px;
  color: var(--c-text);
  line-height: 2;
}

.founder__text strong { color: var(--c-navy); font-weight: 700; }

@media (max-width: 900px) {
  .founder { grid-template-columns: 1fr; gap: 28px; }
  .founder__photo { max-width: 320px; aspect-ratio: 1/1; margin: 0 auto; width: 100%; }
}

@media (max-width: 700px) {
  .founder__photo { max-width: 240px; }
  .founder__name { font-size: 22px; }
  .founder__text { font-size: 15px; line-height: 1.95; }
  .founder__body { gap: 12px; }
}

/* ----- Team photo ----- */
.team-photo {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  letter-spacing: 0.1em;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12);
}

.team-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 700px) {
  .team-photo { aspect-ratio: 4/3; }
}

/* ----- Info table ----- */
.info-table {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  border-collapse: collapse;
  background: var(--c-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--c-border);
}

.info-table th, .info-table td {
  padding: 20px 22px;
  text-align: left;
  border-bottom: 1px solid var(--c-border);
  font-size: 15.5px;
  vertical-align: top;
  line-height: 1.85;
}

.info-table th {
  background: var(--c-bg-soft);
  width: 30%;
  color: var(--c-navy);
  font-weight: 700;
  white-space: nowrap;
}

.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: 0; }

@media (max-width: 600px) {
  .info-table th, .info-table td { display: block; width: 100%; padding: 12px 16px; font-size: 14.5px; }
  .info-table th { padding-bottom: 4px; font-size: 13px; }
  .info-table td { padding-top: 4px; padding-bottom: 14px; }
}

/* ----- FAQ ----- */
.faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color .2s;
}

.faq-item.is-open {
  border-color: var(--c-navy);
}

.faq-item__q {
  width: 100%;
  background: transparent;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--c-text);
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.04em;
  gap: 16px;
}

.faq-item__q::before {
  content: "Q";
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 14px;
  color: var(--c-navy);
  flex-shrink: 0;
}

.faq-item__q::after {
  content: "+";
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 400;
  transition: transform .25s;
  color: var(--c-text-soft);
  margin-left: auto;
  flex-shrink: 0;
}

.faq-item.is-open .faq-item__q::after { transform: rotate(45deg); }

.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  font-size: 13.5px;
  line-height: 2;
  color: var(--c-text-soft);
  padding: 0 24px;
}

.faq-item.is-open .faq-item__a {
  max-height: 600px;
  padding: 0 24px 22px 52px;
}

/* ----- Contact CTA ----- */
.contact-cta {
  background: var(--c-bg);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.2);
}

.section--navy .contact-cta {
  background: var(--c-bg);
  color: var(--c-text);
}

.contact-cta__title {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: clamp(20px, 2.4vw, 26px);
  color: var(--c-navy);
  margin-bottom: 16px;
  line-height: 1.5;
}

.contact-cta__lead {
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--c-text-soft);
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.contact-cta__tels {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
}

.contact-cta__tel-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
}

.contact-cta__tel-label {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: 0.16em;
}

.contact-cta__tel-num {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--c-navy);
  letter-spacing: 0.02em;
  line-height: 1;
}

.contact-cta__tel-sub {
  font-family: var(--font-jp);
  font-size: 11.5px;
  color: var(--c-text-soft);
}

.contact-cta__hours {
  font-size: 12.5px;
  color: var(--c-text-soft);
  margin-top: 12px;
  letter-spacing: 0.04em;
}

@media (max-width: 700px) {
  .contact-cta { padding: 36px 20px; }
  .contact-cta__title { font-size: 19px; line-height: 1.5; }
  .contact-cta__lead { font-size: 14px; margin-bottom: 22px; }
  .contact-cta__tel-num { font-size: 26px; }
}

/* ----- Privacy Policy ----- */
.privacy {
  max-width: 880px;
  margin: 0 auto;
  font-size: 14.5px;
  line-height: 2;
  color: var(--c-text);
}

.privacy__intro {
  font-size: 16px;
  color: var(--c-text);
  padding-bottom: 32px;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 40px;
  line-height: 1.95;
}

.privacy p {
  font-size: 15.5px;
  line-height: 1.95;
  color: var(--c-text);
}

.privacy__h2 {
  font-family: var(--font-jp);
  font-weight: 800;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--c-navy);
  margin: 48px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--c-yellow);
  letter-spacing: 0.04em;
  display: inline-block;
}

.privacy__h3 {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: 16px;
  color: var(--c-navy);
  margin: 32px 0 12px;
  letter-spacing: 0.04em;
}

.privacy p { margin-bottom: 16px; }
.privacy p:last-child { margin-bottom: 0; }

.privacy__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.privacy__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--c-text);
}

.privacy__list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 14px;
  width: 8px;
  height: 2px;
  background: var(--c-navy);
}

.privacy__list a {
  color: var(--c-navy);
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
}

.privacy__contact {
  background: var(--c-bg-soft);
  border-left: 3px solid var(--c-navy);
  border-radius: var(--radius-sm);
  padding: 24px 28px;
  margin: 24px 0;
}

.privacy__contact-name {
  font-weight: 800;
  font-size: 16px;
  color: var(--c-navy);
  margin-bottom: 12px !important;
  letter-spacing: 0.04em;
}

.privacy__contact-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.privacy__contact-list li {
  font-size: 13.5px;
  margin-bottom: 6px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.privacy__contact-list li span {
  font-weight: 700;
  color: var(--c-text-soft);
  min-width: 88px;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0.06em;
}

.privacy__contact-list a {
  color: var(--c-navy);
  font-weight: 600;
}

.privacy__date {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--c-border);
  text-align: right;
  font-size: 13px;
  color: var(--c-text-soft);
  font-family: var(--font-en);
  letter-spacing: 0.06em;
}

@media (max-width: 600px) {
  .privacy__contact { padding: 18px 20px; }
  .privacy__contact-list li span { min-width: 100%; margin-bottom: 2px; }
}

/* ----- Footer ----- */
.footer {
  background: var(--c-navy-dark);
  color: rgba(255,255,255,0.85);
  padding: 56px 24px 28px;
}

.footer__motto {
  text-align: center;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--c-yellow);
  margin-bottom: 48px;
  letter-spacing: 0.08em;
}

.footer__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.footer__brand img {
  width: 100%;
  max-width: 320px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 24px;
  opacity: 0.95;
}

.footer__addr {
  font-size: 12.5px;
  line-height: 1.95;
  color: rgba(255,255,255,0.75);
}

.footer__heading {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  color: var(--c-yellow);
  margin-bottom: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.footer__nav a:hover { color: var(--c-yellow); }

.footer__bottom {
  max-width: var(--max-w);
  margin: 48px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-family: var(--font-en);
  font-size: 11.5px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.06em;
  text-align: center;
}

@media (max-width: 800px) {
  .footer__inner { grid-template-columns: 1fr; gap: 28px; }
}

/* ----- Utility ----- */
.text-center { text-align: center; }
.mt-md { margin-top: 24px; }
.mt-lg { margin-top: 40px; }

/* Subtle reveal on scroll - reduced-motion safe */
@media (prefers-reduced-motion: no-preference) {
  .strength-card, .service-card, .work-card, .voice-card {
    opacity: 0;
    transform: translateY(10px);
    animation: fade-up .5s ease-out forwards;
    animation-delay: var(--delay, 0s);
  }
}

@keyframes fade-up {
  to { opacity: 1; transform: translateY(0); }
}
