:root {
  --bg: #f4efe7;
  --bg-soft: #efe5d8;
  --surface: rgba(255, 252, 247, 0.86);
  --surface-strong: #fffcf7;
  --ink: #1c2430;
  --ink-soft: #5e6875;
  --line: rgba(28, 36, 48, 0.1);
  --brand: #9f7a35;
  --brand-deep: #121920;
  --accent: #c8a45a;
  --dark: #0f141a;
  --shadow: 0 22px 60px rgba(16, 18, 22, 0.16);
  --radius: 26px;
  --container: min(1120px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(200, 164, 90, 0.18), transparent 32%),
    linear-gradient(180deg, #f7f1e8 0%, #f2eadf 42%, #eee4d8 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(255, 250, 244, 0.86);
  border-bottom: 1px solid rgba(18, 25, 32, 0.05);
}

.site-header .container {
  width: min(1360px, calc(100vw - 48px));
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: min(520px, 44vw);
  padding: 0;
  border-radius: 10px;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.92rem;
  font-weight: 500;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #141b22, #28313a);
  color: #fff;
}

.nav-cta::after {
  display: none;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: clip;
  padding: 144px 0 110px;
  background:
    linear-gradient(135deg, rgba(10, 16, 22, 0.84) 0%, rgba(19, 29, 38, 0.76) 45%, rgba(34, 43, 52, 0.62) 100%),
    radial-gradient(circle at top right, rgba(200, 164, 90, 0.16), transparent 28%),
    url("./assets/hero/hero-bg.jpg") center center / cover no-repeat;
  color: #f6efe3;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(10, 16, 22, 0.84) 0%, rgba(19, 29, 38, 0.76) 45%, rgba(34, 43, 52, 0.62) 100%),
    radial-gradient(circle at top right, rgba(200, 164, 90, 0.16), transparent 28%),
    url("./assets/hero/hero-bg.jpg") center center / cover no-repeat;
  transform: scale(1.04);
  animation: heroImageDrift 9s ease-out forwards;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 48%, transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%);
  transform: translateX(-120%);
  animation: heroLightSweep 2.2s ease-out 0.55s forwards;
  z-index: 1;
  pointer-events: none;
}

.hero-motion {
  background: #111820;
}

.contact-hero {
  position: relative;
  overflow: clip;
  padding: 192px 0 146px;
  background:
    linear-gradient(135deg, rgba(16, 20, 26, 0.52), rgba(16, 20, 26, 0.28)),
    url("./assets/business-02/desk.jpg") center center / cover no-repeat;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 82% 32%, rgba(200, 164, 90, 0.44), transparent 18%);
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hero-copy {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
}

.contact-hero-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.contact-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-hero-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
}

.hero-bg {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  z-index: 2;
}

.hero-bg-left {
  top: 48px;
  left: -120px;
  width: 340px;
  height: 340px;
  background: rgba(200, 164, 90, 0.18);
}

.hero-bg-right {
  right: -120px;
  bottom: 20px;
  width: 420px;
  height: 420px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 56px;
  align-items: center;
}

.hero-grid-single {
  grid-template-columns: minmax(0, 860px);
  justify-content: start;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.hero h1,
.section-heading h2,
.message-panel h2,
.recruit-panel h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(4.3rem, 8vw, 7.4rem);
  max-width: 10ch;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-title {
  position: relative;
  padding-bottom: 22px;
}

.hero-title::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 0;
  width: min(280px, 48vw);
  height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(200, 164, 90, 0));
  transform: scaleX(0);
  transform-origin: left;
  animation: heroAccentLine 900ms cubic-bezier(0.19, 1, 0.22, 1) 1.05s forwards;
}

.hero-motion .eyebrow,
.hero-motion .hero-lead,
.hero-motion .hero-actions {
  opacity: 0;
  transform: translateY(20px);
  animation: heroRise 820ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.hero-motion .hero-title span {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
  text-shadow: 0 24px 40px rgba(0, 0, 0, 0.34);
  animation: heroTitleFloat 980ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-motion .eyebrow {
  animation-delay: 160ms;
}

.hero-motion .hero-title span:nth-child(1) {
  animation-delay: 330ms;
}

.hero-motion .hero-title span:nth-child(2) {
  animation-delay: 510ms;
}

.hero-motion .hero-lead {
  animation-delay: 760ms;
}

.hero-motion .hero-actions {
  animation-delay: 960ms;
}

.hero-lead,
.section-body p,
.strength-card p,
.service-card p,
.message-panel p,
.contact-card p,
.contact-card small,
.company-note p,
.recruit-panel p {
  line-height: 1.9;
  color: var(--ink-soft);
}

.hero .hero-lead,
.hero .card-label,
.hero .org-parent span,
.hero .org-child span,
.hero .hero-stats dt {
  color: rgba(246, 239, 227, 0.74);
}

.hero .org-parent strong,
.hero .org-child strong,
.hero .hero-stats dd {
  color: #fffaf1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button-primary {
  background: linear-gradient(135deg, #10151b, #2b333c);
  color: #fff;
  box-shadow: var(--shadow);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 251, 246, 0.72);
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes heroTitleFloat {
  from {
    opacity: 0;
    transform: translateY(36px) scale(0.985);
    filter: blur(10px);
    text-shadow: 0 34px 58px rgba(0, 0, 0, 0.48);
  }

  58% {
    opacity: 1;
    filter: blur(2px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  }
}

@keyframes heroAccentLine {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes heroImageDrift {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

@keyframes heroLightSweep {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(120%);
  }
}

.hero-card,
.service-card,
.strength-card,
.company-note,
.contact-card {
  border: 1px solid rgba(18, 25, 32, 0.06);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 30px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.07), rgba(255, 252, 247, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.card-label {
  margin: 0 0 20px;
  font-size: 0.74rem;
  letter-spacing: 0.32em;
  font-weight: 800;
  color: rgba(246, 239, 227, 0.64);
}

.org-box {
  padding: 22px 24px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.org-parent,
.org-child {
  display: grid;
  gap: 8px;
}

.org-parent span,
.org-child span {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 239, 227, 0.62);
}

.org-parent strong,
.org-child strong {
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.org-line {
  width: 2px;
  height: 44px;
  margin: 16px auto;
  background: linear-gradient(180deg, var(--accent), transparent);
}

.hero-stats {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-stats div {
  padding: 16px 14px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.05);
}

.hero-stats dt {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246, 239, 227, 0.58);
}

.hero-stats dd {
  margin: 8px 0 0;
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 700;
}

.intro-band {
  padding: 0 0 44px;
}

.intro-band-inner {
  padding: 22px 28px;
  border-left: 5px solid var(--accent);
  background: rgba(255, 255, 255, 0.76);
  border-radius: 0 24px 24px 0;
}

.intro-band p {
  margin: 0;
  line-height: 1.9;
  font-weight: 500;
}

.news-section {
  padding-top: 0;
}

.news-list {
  border-top: 1px solid rgba(18, 25, 32, 0.08);
}

.news-item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(18, 25, 32, 0.08);
}

.news-item time {
  color: var(--brand);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
}

.news-item p {
  margin: 0;
  color: var(--ink);
  line-height: 1.8;
}

.section {
  padding: 112px 0;
}

.section-accent {
  background:
    linear-gradient(180deg, rgba(200, 164, 90, 0.08), rgba(200, 164, 90, 0.02)),
    transparent;
}

.section-dark {
  color: #f5efe4;
  background:
    radial-gradient(circle at top right, rgba(200, 164, 90, 0.18), transparent 28%),
    linear-gradient(180deg, #11171e 0%, #0c1015 100%);
}

.section-dark .eyebrow,
.section-dark .table-row span,
.section-dark .company-note p,
.section-dark .card-label {
  color: rgba(245, 239, 228, 0.7);
}

.section-dark .company-note {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.section-dark .company-table a {
  color: #f3d28b;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.92fr);
  gap: 56px;
}

.section-heading h2 {
  font-size: clamp(2.9rem, 5vw, 4.9rem);
  word-break: break-word;
  overflow-wrap: anywhere;
}

.section-subtitle {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
  letter-spacing: 0.14em;
  font-weight: 500;
}

.section-subtitle-light {
  color: rgba(245, 239, 228, 0.76);
}

.representative-section .section-grid {
  grid-template-columns: minmax(340px, 0.56fr) minmax(0, 0.88fr);
  gap: 56px;
  align-items: start;
}

.representative-section .section-heading h2 {
  font-size: clamp(2.5rem, 4.2vw, 4.25rem);
  line-height: 0.95;
}

.representative-section .section-subtitle {
  margin-top: 16px;
}

.section-body p {
  margin: 0 0 18px;
}

.service-grid,
.strength-grid {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.social-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shortcut-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.company-shortcut-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    transparent;
}

.strength-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.strength-card {
  padding: 32px 30px;
  border-radius: 10px;
}

.service-card-link,
.strength-card-link {
  display: block;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.service-card-link:hover,
.service-card-link:focus-visible,
.strength-card-link:hover,
.strength-card-link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(200, 164, 90, 0.34);
}

.service-card h3,
.strength-card h3,
.company-note h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
}

.service-number {
  margin: 0 0 16px;
  color: var(--accent);
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}

.social-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 84px;
  margin-bottom: 20px;
}

.social-logo {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.social-logo-wrap-wide {
  min-height: 84px;
}

.social-logo-wide {
  width: min(220px, 100%);
  height: auto;
  max-height: 72px;
}

.service-link-text {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--brand-deep);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.strength-detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: center;
}

.strength-detail-visual {
  position: relative;
  margin: 0;
  padding: clamp(28px, 5vw, 46px);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 16%, rgba(200, 164, 90, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255, 252, 247, 0.94), rgba(234, 225, 211, 0.78));
  border: 1px solid rgba(18, 25, 32, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.strength-detail-visual::after {
  content: "";
  position: absolute;
  inset: auto -18% -24% 32%;
  height: 44%;
  border-radius: 999px;
  background: rgba(18, 25, 32, 0.08);
  filter: blur(28px);
}

.strength-detail-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.strength-detail-copy {
  padding: clamp(28px, 4vw, 44px);
  border-left: 5px solid var(--accent);
  background: rgba(255, 252, 247, 0.72);
}

.strength-detail-copy h3 {
  margin: 0 0 22px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.strength-detail-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 2;
}

.strength-detail-copy p:not(.eyebrow) + p {
  margin-top: 18px;
}

.strength-detail-nav {
  margin-top: 52px;
  padding-top: 42px;
  border-top: 1px solid rgba(18, 25, 32, 0.08);
}

.strength-detail-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.strength-mini-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 10px;
  background: rgba(255, 252, 247, 0.8);
  border: 1px solid rgba(18, 25, 32, 0.08);
  box-shadow: 0 12px 26px rgba(16, 18, 22, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.strength-mini-card:hover,
.strength-mini-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(200, 164, 90, 0.34);
}

.strength-mini-card span {
  color: var(--accent);
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.14em;
  font-size: 0.84rem;
}

.strength-mini-card strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.service-detail-intro {
  max-width: 760px;
}

.service-detail-intro p {
  margin: 0;
  line-height: 1.9;
  color: var(--ink-soft);
}

.service-detail-gallery {
  display: grid;
  gap: 26px;
  margin-top: 34px;
}

.service-detail-lead,
.service-reason-grid,
.capability-item,
.work-item {
  display: grid;
  gap: 28px;
}

.service-detail-lead,
.service-reason-grid,
.capability-item {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: start;
}

.service-detail-lead {
  margin-top: 28px;
}

.page-intro {
  padding-top: 124px;
}

.page-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.service-detail-block {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid rgba(18, 25, 32, 0.08);
}

.service-detail-header h3,
.service-detail-intro h3,
.service-reason-item h4,
.capability-copy h4,
.work-copy h4 {
  margin: 0;
  color: var(--ink);
}

.service-detail-intro h3 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.3;
}

.service-detail-header h3 {
  margin-top: 4px;
  font-size: clamp(1.65rem, 2.4vw, 2.1rem);
}

.service-header-copy {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.service-lead-shot img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-reason-list,
.capability-list,
.service-chart-stack,
.work-list {
  display: grid;
  gap: 22px;
}

.service-reason-item,
.capability-item,
.work-item {
  padding: 28px;
  border-radius: 10px;
  background: rgba(255, 252, 247, 0.72);
  border: 1px solid rgba(18, 25, 32, 0.08);
  box-shadow: var(--shadow);
}

.service-reason-item h4,
.capability-copy h4,
.work-copy h4 {
  margin-bottom: 14px;
  font-size: 1.32rem;
  line-height: 1.45;
}

.service-reason-item p,
.capability-copy p,
.work-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.95;
}

.capability-list {
  margin-top: 24px;
}

.capability-item-single {
  grid-template-columns: 1fr;
}

.capability-table {
  margin-top: 20px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.capability-row {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.capability-row p {
  margin: 0;
  padding: 16px 18px;
}

.capability-row p:first-child {
  font-weight: 700;
  color: var(--ink);
  border-right: 1px solid var(--line);
  background: rgba(18, 25, 32, 0.03);
}

.capability-chart img,
.work-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.work-list {
  margin-top: 24px;
}

.work-item {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: center;
}

.estimate-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 42px;
  padding: 30px 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 252, 247, 0.96), rgba(244, 235, 222, 0.92));
  border: 1px solid rgba(18, 25, 32, 0.08);
  box-shadow: var(--shadow);
}

.estimate-panel h3 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
}

.estimate-panel p:last-child {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.education-hero-panel {
  padding: 34px 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(17, 23, 30, 0.98), rgba(43, 52, 61, 0.96));
  color: #fff;
  box-shadow: var(--shadow);
}

.education-kicker {
  margin: 0 0 16px;
  color: rgba(240, 211, 154, 0.92);
  font-weight: 800;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.education-hero-panel h3 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.5;
}

.education-hero-panel p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.9;
}

.education-intro-copy {
  max-width: none;
}

.education-intro-copy p + p {
  margin-top: 16px;
}

.education-card-grid,
.curriculum-list,
.education-stats {
  display: grid;
  gap: 22px;
}

.education-card-grid {
  margin-top: 42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.education-feature-card,
.curriculum-item,
.education-stat-card {
  padding: 28px;
  border-radius: 10px;
  background: rgba(255, 252, 247, 0.72);
  border: 1px solid rgba(18, 25, 32, 0.08);
  box-shadow: var(--shadow);
}

.education-feature-card {
  display: grid;
  gap: 18px;
}

.education-feature-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.education-feature-card h4,
.curriculum-item h4 {
  margin: 0 0 12px;
  font-size: 1.3rem;
}

.education-feature-card p,
.curriculum-item p,
.education-note,
.education-stat-label {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.curriculum-list {
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.curriculum-label {
  margin-top: 16px;
  color: var(--ink) !important;
  font-weight: 700;
}

.education-stats {
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.education-stat-card {
  text-align: center;
}

.education-stat-number {
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  line-height: 1;
}

.education-note {
  margin-top: 18px;
}

.skill-summary-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-shot {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(18, 25, 32, 0.08);
  background: #fff;
  box-shadow: var(--shadow);
}

.detail-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.message-panel,
.recruit-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
  padding: 42px;
  border-radius: 10px;
}

.message-panel {
  background: linear-gradient(135deg, rgba(17, 23, 30, 0.98), rgba(43, 52, 61, 0.96));
  color: #fff;
  box-shadow: var(--shadow);
}

.message-panel .eyebrow,
.message-panel p {
  color: rgba(255, 255, 255, 0.88);
}

.representative-body {
  position: relative;
  padding-top: 10px;
}

.representative-figure {
  margin: 30px 0 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(18, 25, 32, 0.1);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.72);
}

.representative-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 52% 16%;
}

.representative-quote {
  margin: 0 0 28px;
  padding-left: 18px;
  border-left: 4px solid var(--accent);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--ink);
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}

.representative-sign {
  margin-top: 28px;
  font-weight: 700;
  color: var(--ink);
}

.company-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  margin-top: 28px;
}

.company-table {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.table-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.company-note {
  padding: 32px;
  border-radius: 10px;
}

.access-section {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.68), rgba(244, 235, 222, 0.5));
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.access-card,
.access-map {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(18, 25, 32, 0.08);
  box-shadow: var(--shadow);
}

.access-card {
  padding: 32px;
  background: rgba(255, 252, 247, 0.94);
  display: grid;
  gap: 22px;
}

.access-card h3 {
  margin: 0;
  font-size: clamp(1.65rem, 2.2vw, 2.1rem);
  color: var(--ink);
}

.access-lines {
  display: grid;
  gap: 10px;
}

.access-lines p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.access-map {
  min-height: 420px;
  background: rgba(18, 25, 32, 0.08);
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.recruit-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
    transparent;
}

.recruit-panel {
  background: linear-gradient(135deg, rgba(255, 252, 247, 0.96), rgba(244, 235, 222, 0.92));
  box-shadow: var(--shadow);
}

.recruit-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 24px;
  align-items: start;
}

.contact-page-section {
  padding-top: 94px;
}

.contact-form-wrap {
  max-width: min(1280px, calc(100vw - 64px));
}

.contact-form {
  display: grid;
  gap: 0;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid rgba(28, 36, 48, 0.12);
}

.contact-form-row > label,
.contact-form-row > legend {
  margin: 12px 0 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}

.contact-form-row span {
  color: #5f95cf;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(151, 177, 201, 0.18);
  border-radius: 2px;
  padding: 16px 18px;
  background: #dceaf8;
  color: var(--ink);
  font: inherit;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="url"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(31, 44, 62, 0.24);
  background: #e5f0fa;
  box-shadow: inset 0 0 0 1px rgba(31, 44, 62, 0.08);
}

.contact-form textarea {
  min-height: 320px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(28, 36, 48, 0.55);
}

.contact-input-stack {
  display: grid;
  gap: 10px;
}

.contact-input-stack small {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.contact-phone-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.contact-phone-grid span {
  color: var(--ink);
  font-size: 1.3rem;
}

.contact-category-row {
  border-top: 1px solid rgba(28, 36, 48, 0.12);
}

.contact-category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 28px;
  padding-top: 4px;
}

.contact-category-grid label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 1rem;
}

.contact-category-grid input[type="radio"] {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--brand);
}

.contact-consent {
  padding: 36px 0;
  border-top: 1px solid rgba(28, 36, 48, 0.12);
  border-bottom: 1px solid rgba(28, 36, 48, 0.12);
}

.contact-consent label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--ink-soft);
  line-height: 2;
}

.contact-consent input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: 6px 0 0;
  accent-color: var(--brand);
  flex: 0 0 auto;
}

.contact-alt-note {
  margin: 34px 0 0;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.9;
  text-align: center;
}

.contact-alt-note a {
  color: var(--brand-deep);
  font-weight: 700;
}

.contact-submit {
  display: flex;
  justify-content: center;
  padding: 34px 0 0;
}

.contact-submit .button {
  min-width: 252px;
  min-height: 74px;
  justify-content: center;
  border-radius: 0;
  background: linear-gradient(135deg, #8d897a, #7e796a);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.thanks-section {
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  padding: 140px 0 100px;
}

.thanks-card {
  max-width: 760px;
  padding: 48px;
  border: 1px solid rgba(28, 36, 48, 0.08);
  border-radius: 12px;
  background: rgba(255, 252, 247, 0.9);
  box-shadow: var(--shadow);
}

.thanks-card h1 {
  margin: 0 0 18px;
  color: var(--brand-deep);
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: 0.06em;
}

.thanks-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.contact-card {
  padding: 32px;
  border-radius: 10px;
}

.contact-card a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brand-deep);
}

.contact-card .inline-link {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #181f26;
  font-weight: 700;
}

.site-footer {
  padding: 28px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: #10151b;
  color: rgba(245, 239, 228, 0.88);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-inner p {
  margin: 6px 0 0;
  color: rgba(245, 239, 228, 0.62);
}

.footer-inner a {
  color: #f0d39a;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.policy-section {
  padding: 168px 0 104px;
  background:
    linear-gradient(180deg, rgba(245, 239, 228, 0.64), rgba(245, 239, 228, 0.9)),
    linear-gradient(135deg, rgba(16, 21, 27, 0.04), rgba(16, 21, 27, 0.1));
}

.policy-shell {
  display: grid;
  gap: 28px;
}

.policy-card {
  padding: 38px 42px;
  border-radius: 12px;
  background: rgba(255, 252, 247, 0.94);
  border: 1px solid rgba(18, 25, 32, 0.08);
  box-shadow: var(--shadow);
}

.policy-card h1,
.policy-card h2 {
  margin: 0;
}

.policy-card h1 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.25;
}

.policy-card h2 {
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.policy-card p,
.policy-card li {
  color: var(--ink-soft);
  line-height: 1.95;
}

.policy-card p + p,
.policy-card p + ul,
.policy-card ul + p,
.policy-card ul + ul,
.policy-card h2 + p,
.policy-card h2 + ul {
  margin-top: 14px;
}

.policy-card ul {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 10px;
}

.policy-note {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 220ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .site-header {
    backdrop-filter: blur(10px);
    background: rgba(255, 250, 244, 0.92);
    border-bottom: 1px solid rgba(18, 25, 32, 0.08);
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 30;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 252, 247, 0.98);
    border: 1px solid rgba(18, 25, 32, 0.09);
    box-shadow: 0 16px 36px rgba(16, 18, 22, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav a {
    padding: 12px 8px;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero-grid,
  .section-grid,
  .service-grid,
  .social-grid,
  .shortcut-grid,
  .strength-grid,
  .message-panel,
  .company-layout,
  .access-layout,
  .contact-grid,
  .recruit-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-detail-lead,
  .service-reason-grid,
  .capability-item,
  .work-item,
  .capability-row,
  .estimate-panel,
  .strength-detail-layout,
  .strength-detail-nav-grid {
    grid-template-columns: 1fr;
  }

  .education-card-grid,
  .curriculum-list,
  .education-stats,
  .skill-summary-list {
    grid-template-columns: 1fr;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 0;
  }

  .contact-form-row > label,
  .contact-form-row > legend {
    margin-top: 0;
  }

  .contact-phone-grid {
    gap: 12px;
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .representative-section .section-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .access-map,
  .access-map iframe {
    min-height: 360px;
  }

  .representative-section .section-heading {
    max-width: 100%;
  }

  .representative-section .section-heading,
  .representative-section .representative-body,
  .representative-section .representative-quote {
    width: 100%;
    max-width: 100%;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }

  .representative-body {
    padding-top: 0;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .site-header .container {
    width: calc(100vw - 28px);
  }

  .header-inner {
    min-height: 60px;
    gap: 12px;
  }

  .brand {
    max-width: min(248px, 56vw);
  }

  .brand-logo {
    max-height: 40px;
    width: auto;
  }

  .menu-toggle {
    padding: 4px 0 4px 10px;
  }

  .menu-toggle span:not(.sr-only) {
    width: 24px;
    height: 1.6px;
    margin: 4px 0;
  }

  .site-nav {
    left: 12px;
    right: 12px;
    padding: 8px 10px;
    border-radius: 10px;
  }

  .contact-hero {
    padding: 138px 0 92px;
  }

  .contact-form-wrap {
    max-width: min(100vw - 28px, 1280px);
  }

  .contact-page-section {
    padding-top: 64px;
  }

  .contact-hero h1 {
    font-size: 2.8rem;
  }

  .contact-hero-copy {
    gap: 12px;
  }

  .contact-hero-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .contact-hero-lead {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .contact-phone-grid {
    grid-template-columns: 1fr;
  }

  .contact-phone-grid span {
    display: none;
  }

  .contact-category-grid {
    display: grid;
    gap: 14px;
  }

  .contact-form textarea {
    min-height: 260px;
  }

  .contact-consent {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .contact-alt-note {
    margin-top: 26px;
    font-size: 1rem;
    text-align: left;
  }

  .contact-submit .button {
    width: 100%;
    min-width: 0;
    min-height: 62px;
  }

  .thanks-section {
    min-height: auto;
    padding: 120px 0 72px;
  }

  .thanks-card {
    padding: 28px 24px;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .hero-title {
    padding-bottom: 18px;
  }

  .hero-title::after {
    width: min(220px, 62vw);
  }

  .hero-card,
  .service-card,
  .strength-card,
  .company-note,
  .contact-card,
  .message-panel,
  .recruit-panel {
    padding: 22px;
  }

  .strength-detail-copy {
    padding: 24px 22px;
  }

  .strength-detail-copy h3 {
    font-size: 1.6rem;
  }

  .strength-detail-copy p:not(.eyebrow) {
    font-size: 0.98rem;
    line-height: 1.9;
  }

  .strength-detail-visual {
    padding: 24px;
  }

  .strength-detail-nav {
    margin-top: 36px;
    padding-top: 32px;
  }

  .section {
    padding: 80px 0;
  }

  .representative-section .section-heading h2 {
    font-size: 2.45rem;
    line-height: 1;
    word-break: normal;
    overflow-wrap: normal;
  }

  .representative-section .section-heading .eyebrow {
    margin-bottom: 10px;
  }

  .representative-section .section-subtitle {
    margin-top: 12px;
  }

  .representative-figure {
    margin-top: 18px;
    border-radius: 18px;
  }

  .representative-figure img {
    aspect-ratio: 4 / 4.8;
    object-position: 54% 14%;
  }

  .representative-quote {
    margin-bottom: 18px;
    padding-left: 14px;
    font-size: 1.18rem;
    line-height: 1.8;
  }

  .representative-body p {
    margin-bottom: 16px;
  }

  .representative-sign {
    margin-top: 22px;
  }

  .contact-card a {
    font-size: 1.2rem;
    word-break: break-word;
  }

  .policy-section {
    padding: 136px 0 72px;
  }

  .policy-card {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after,
  .hero-motion .eyebrow,
  .hero-motion .hero-title span,
  .hero-motion .hero-lead,
  .hero-motion .hero-actions,
  .hero-title::after {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .hero-title::after {
    transform: scaleX(1);
  }
}
