:root {
  --navy: #002957;
  --navy-2: #003f82;
  --blue: #0059b8;
  --cyan: #dcecff;
  --orange: #ff671f;
  --green: #0b5f9f;
  --ink: #061b3d;
  --muted: #53657d;
  --line: #d7e1ee;
  --soft: #f6faff;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(0, 41, 87, 0.13);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@supports (word-break: auto-phrase) {
  body {
    word-break: auto-phrase;
  }
}

img {
  display: block;
  max-width: 100%;
}

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

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 228, 239, 0.9);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 180px;
  height: auto;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
}

.global-nav a {
  padding: 8px 0;
}

.global-nav a[aria-current="page"] {
  color: var(--blue);
}

.nav-contact {
  background: var(--orange);
  color: var(--white) !important;
  padding: 10px 18px !important;
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(117, 168, 0, 0.24);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
  padding: 9px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: linear-gradient(110deg, rgba(20, 51, 22, 0.96) 0%, rgba(20, 51, 22, 0.88) 46%, rgba(20, 51, 22, 0.18) 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: center;
  min-height: 680px;
  padding: 84px 0 72px;
  color: var(--white);
}

.hero-copy h1 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy {
  min-width: 0;
}

.hero-copy p {
  max-width: 720px;
  margin: 0 0 32px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
}

.button-row,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mobile-break {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(117, 168, 0, 0.28);
}

.button.secondary {
  background: var(--blue);
  color: var(--white);
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
}

.button.light {
  background: var(--white);
  color: var(--navy);
}

.button.outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.hero-panel {
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  color: var(--navy);
}

.hero-panel img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.hero-panel div {
  padding: 18px;
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 88px 0;
}

.section-head {
  margin-bottom: 34px;
}

.section-label {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.section h2,
.page-hero h1,
.recruit-hero h1 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.28;
  letter-spacing: 0;
}

.section p,
.page-hero p {
  color: var(--muted);
}

.intro-section {
  padding: 58px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 44px;
  align-items: center;
}

.quick-facts {
  margin: 0;
  display: grid;
  gap: 12px;
}

.quick-facts div {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  padding: 18px;
  background: var(--soft);
  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
}

.quick-facts dt {
  font-weight: 900;
  color: var(--navy);
}

.quick-facts dd {
  margin: 0;
  color: var(--muted);
}

.card-grid {
  display: grid;
  gap: 22px;
}

.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card,
.service-card,
.works-card,
.case-item,
.contact-side {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(20, 51, 22, 0.06);
}

.feature-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.feature-card h3,
.feature-card h2 {
  margin: 18px 18px 8px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.35;
}

.feature-card p {
  margin: 0 18px 22px;
  font-size: 14px;
}

.feature-card.no-image {
  padding-top: 8px;
}

.reason-section {
  background: var(--white);
}

.reason-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: start;
}

.reason-copy h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: clamp(30px, 3.1vw, 42px);
  line-height: 1.28;
}

.reason-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.reason-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.reason-point {
  text-align: center;
}

.reason-point svg {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reason-point h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.4;
}

.reason-point p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.band {
  background: var(--soft);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 48px;
  align-items: center;
}

.split > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--blue);
  font-weight: 900;
}

.service-list {
  display: grid;
  gap: 12px;
}

.service-list a {
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 900;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.works-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.works-body {
  padding: 22px;
}

.works-body h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 22px;
}

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

.tags span {
  padding: 5px 9px;
  color: var(--navy-2);
  background: #edf8df;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.recruit-strip {
  background: linear-gradient(90deg, var(--navy), var(--navy-2));
  color: var(--white);
}

.recruit-strip h2,
.recruit-strip p {
  color: var(--white);
}

.recruit-strip img {
  border-radius: var(--radius);
}

.cta-section {
  padding: 66px 0;
  background: var(--navy);
  color: var(--white);
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.cta-inner h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.25;
}

.cta-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  padding: 52px 0 24px;
  background: #0d2410;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 36px;
}

.footer-logo {
  width: 172px;
  padding: 10px;
  background: var(--white);
  border-radius: 6px;
}

.site-footer h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 18px;
}

.site-footer a {
  color: var(--white);
  font-weight: 700;
}

.footer-nav {
  display: grid;
  gap: 10px;
}

.site-footer small {
  display: block;
  width: min(1120px, calc(100% - 40px));
  margin: 32px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.52);
}

.page-hero {
  padding: 92px 0 76px;
  background: linear-gradient(180deg, #f3faed 0%, var(--white) 100%);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 54px;
  align-items: center;
}

.page-hero-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.service-card {
  position: relative;
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card h2 {
  margin: 44px 20px 10px;
  font-size: 20px;
}

.service-card ul,
.icon-list {
  margin: 0;
  padding: 0 20px 22px;
  list-style: none;
}

.service-card li,
.icon-list li {
  position: relative;
  padding-left: 18px;
  margin: 8px 0;
  color: var(--muted);
}

.service-card li::before,
.icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
}

.service-number {
  position: absolute;
  left: 20px;
  top: calc(100% - 185px);
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius);
  font-weight: 900;
}

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

.process div,
.day-flow div {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.process span,
.day-flow span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  margin-bottom: 12px;
  color: var(--white);
  background: var(--blue);
  border-radius: 6px;
  font-weight: 900;
}

.process h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.works-list {
  display: grid;
  gap: 24px;
}

.case-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 26px;
  padding: 24px;
  align-items: center;
}

.case-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.case-item h2 {
  font-size: 24px;
}

.check-section {
  background: var(--soft);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.check-grid span {
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 800;
}

.qualification-list {
  display: grid;
  gap: 12px;
}

.qualification-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.qualification-list strong {
  color: var(--navy);
}

.qualification-list span {
  color: var(--blue);
  font-weight: 900;
}

.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}

.two-columns h2 {
  font-size: 30px;
}

.icon-list {
  padding: 0;
}

.icon-list.large li {
  padding: 16px 18px 16px 42px;
  background: var(--soft);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 800;
}

.icon-list.large li::before {
  left: 18px;
}

.recruit-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.recruit-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.56;
}

.recruit-hero .container {
  position: relative;
  padding: 110px 0 76px;
}

.recruit-hero h1 {
  max-width: 780px;
  color: var(--white);
}

.recruit-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
}

.day-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.day-flow p {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(20, 51, 22, 0.06);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
}

.form-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.form-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.form-options input {
  width: auto;
}

.form-note {
  margin: 0;
  padding: 12px 14px;
  background: var(--soft);
  border-radius: 6px;
  font-size: 14px;
}

.contact-side {
  padding: 26px;
  position: sticky;
  top: 98px;
}

.contact-side h2 {
  margin-top: 0;
  font-size: 24px;
}

.tel {
  color: var(--blue) !important;
  font-size: 28px;
  font-weight: 900;
}

.contact-mini-links {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.contact-mini-links a {
  padding: 12px;
  border-radius: 6px;
  background: var(--soft);
  color: var(--navy);
  font-weight: 800;
}

.mobile-fixed-cta {
  display: none;
}

@media (max-width: 1040px) {
  .global-nav {
    gap: 14px;
    font-size: 13px;
  }

  .card-grid.four,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .day-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 66px;
  }

  .nav-toggle {
    display: block;
  }

  .global-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 20px 24px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .global-nav.is-open {
    display: flex;
  }

  .global-nav a {
    padding: 13px 4px;
  }

  .nav-contact {
    text-align: center;
    margin-top: 8px;
  }

  .hero,
  .hero-content {
    min-height: auto;
  }

  .hero-content,
  .intro-grid,
  .split,
  .page-hero-grid,
  .cta-inner,
  .footer-grid,
  .case-item,
  .two-columns,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 74px 0 48px;
    gap: 32px;
  }

  .hero-panel {
    max-width: 360px;
  }

  .works-grid,
  .process,
  .check-grid,
  .form-grid,
  .reason-layout {
    grid-template-columns: 1fr;
  }

  .reason-copy {
    text-align: center;
  }

  .reason-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 18px;
  }

  .contact-side {
    position: static;
  }

  .mobile-fixed-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 26px rgba(20, 51, 22, 0.12);
  }

  .mobile-fixed-cta a {
    display: grid;
    place-items: center;
    min-height: 58px;
    font-weight: 900;
  }

  .mobile-fixed-cta a:first-child {
    color: var(--navy);
  }

  .mobile-fixed-cta a:last-child {
    background: var(--orange);
    color: var(--white);
  }
}

@media (max-width: 560px) {
  .container,
  .header-inner,
  .site-footer small {
    width: min(100% - 28px, 1120px);
  }

  .header-inner {
    height: 68px;
  }

  .brand img {
    width: 148px;
  }

  .global-nav {
    inset: 68px 0 auto 0;
  }

  .hero-copy h1 {
    font-size: 28px;
    line-height: 1.32;
    line-break: strict;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .mobile-break {
    display: block;
  }

  .mobile-omit {
    display: none;
  }

  .button,
  .button-row,
  .cta-actions {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }

  .card-grid.four,
  .service-grid,
  .day-flow,
  .reason-points {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 20px;
  }

  .quick-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Homepage mockup style matching the provided reference */
.home-page {
  background:
    radial-gradient(circle at 8% 20%, rgba(0, 89, 184, 0.055), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(0, 89, 184, 0.04), transparent 26%),
    var(--white);
  color: var(--ink);
}

.container-wide {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.mock-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 18px rgba(0, 41, 87, 0.04);
}

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

.mock-brand img {
  width: 278px;
  height: auto;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-tel {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 8px;
  color: var(--ink);
}

.phone-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 999px;
  background: var(--navy);
  color: transparent;
}

.header-tel strong {
  font-size: 26px;
  line-height: 1;
}

.header-tel small {
  grid-column: 2;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(255, 103, 31, 0.2);
}

.mock-nav {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  font-size: 14px;
  font-weight: 900;
  color: var(--navy);
}

.mock-nav a[aria-current="page"] {
  color: var(--blue);
}

.mock-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, var(--white) 0%, #f9fcff 48%, #eef5ff 100%);
}

.mock-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.78fr);
  min-height: 360px;
  align-items: center;
}

.mock-hero-copy {
  padding: 46px 52px 46px 0;
  min-width: 0;
}

.hero-badge {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 9px 18px;
  border-radius: 5px;
  background: var(--navy);
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
}

.mock-hero-copy h1 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(31px, 2.8vw, 44px);
  line-height: 1.22;
  letter-spacing: 0;
  white-space: nowrap;
}

.mock-hero-copy p:not(.hero-badge) {
  max-width: 660px;
  margin: 0 0 28px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
}

.mock-hero-image {
  height: 360px;
  overflow: hidden;
  border-left: 1px solid var(--line);
}

.mock-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mock-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mock-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.mock-button::after,
.header-cta::after {
  content: "›";
  font-size: 22px;
  line-height: 1;
}

.mock-button.blue {
  background: var(--navy);
  color: var(--white);
}

.mock-button.orange {
  background: var(--orange);
  color: var(--white);
}

.mock-button.white {
  min-width: 255px;
  background: var(--white);
  color: var(--navy);
}

.mock-button.large {
  min-width: 360px;
}

.mock-section {
  padding: 52px 0;
}

.center-title {
  margin: 0 0 38px;
  color: var(--ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
}

.small-title {
  margin-bottom: 20px;
  font-size: 34px;
}

.small-title span {
  font-size: 18px;
}

.reason-icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.reason-icon-card {
  min-height: 190px;
  padding: 0 48px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.reason-icon-card:last-child {
  border-right: none;
}

.reason-icon-card svg {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reason-icon-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}

.reason-icon-card p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.mock-service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.content-slider {
  position: relative;
}

.mock-service-card {
  position: relative;
  min-height: 382px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 41, 87, 0.07);
}

.mock-service-card img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}

.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 16px 0 18px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--blue);
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 41, 87, 0.08);
}

.mock-service-card h3 {
  margin: 0 20px 14px;
  color: var(--ink);
  font-size: 20px;
}

.mock-service-card p {
  margin: 0 20px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.mock-service-card > a {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
}

.range-equipment-grid {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  gap: 32px;
}

.range-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.range-box,
.equipment-box,
.system-card,
.mock-works-grid article,
.bottom-cta-card {
  border: 1px solid #b7c8dd;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 30px rgba(0, 41, 87, 0.045);
}

.range-box {
  min-height: 300px;
  padding: 26px 30px;
}

.range-box h3,
.equipment-box h3,
.system-card h2,
.mock-works-grid h3 {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.35;
}

.check-list,
.cross-list,
.maker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.cross-list li,
.maker-list li {
  position: relative;
  margin: 8px 0;
  padding-left: 25px;
  color: var(--ink);
  font-weight: 800;
}

.check-list li::before {
  content: "☑";
  position: absolute;
  left: 0;
  color: var(--blue);
}

.cross-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  color: var(--ink);
  font-weight: 900;
}

.maker-list li::before {
  content: "◩";
  position: absolute;
  left: 0;
  color: var(--blue);
}

.equipment-box {
  min-height: 300px;
  padding: 28px 42px;
}

.equipment-row {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.equipment-row:last-of-type {
  margin-bottom: 14px;
}

.equipment-row svg {
  width: 78px;
  height: 78px;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.equipment-row p,
.equipment-note {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.mock-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.works-slider {
  position: relative;
}

.mock-works-grid article {
  overflow: hidden;
}

.work-image-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.work-card-body {
  padding: 24px 28px 26px;
}

.mock-works-grid p,
.system-card p,
.mini-equipment p {
  color: var(--ink);
  font-weight: 800;
}

.works-note {
  margin: 28px 0 0;
  text-align: center;
  color: var(--ink);
  font-weight: 800;
}

.slider-arrow {
  display: none;
}

.slider-dots {
  display: none;
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.system-card {
  padding: 30px 42px;
}

.system-card h2 {
  text-align: center;
}

.system-card h2 span {
  font-size: 14px;
}

.system-card strong {
  display: block;
  margin-top: 20px;
  color: var(--ink);
  font-size: 17px;
}

.mini-equipment h3 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 20px;
}

.mock-recruit {
  padding: 30px 0 26px;
}

.recruit-panel {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 30px;
  align-items: center;
  padding: 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: var(--white);
}

.recruit-copy h2 {
  margin: 0 0 18px;
  font-size: 40px;
}

.recruit-copy p {
  margin: 0 0 28px;
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
}

.recruit-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.recruit-images img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.mock-bottom-cta {
  padding: 0 0 34px;
}

.bottom-cta-card {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 26px 54px;
}

.mail-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 34px;
}

.bottom-cta-card h2 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 34px;
}

.bottom-cta-card p {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 1120px) {
  .mock-nav {
    gap: 24px;
  }

  .mock-hero-copy h1 {
    white-space: normal;
  }

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

  .reason-icon-card {
    padding: 0 24px;
  }
}

@media (max-width: 820px) {
  .container-wide {
    width: min(100% - 28px, 1320px);
  }

  .mock-header-top {
    min-height: 68px;
  }

  .mock-brand img {
    width: 210px;
  }

  .header-contact {
    display: none;
  }

  .mock-nav {
    position: fixed;
    inset: 68px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px 20px 24px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .mock-nav.is-open {
    display: flex;
  }

  .mock-nav a {
    padding: 12px 4px;
  }

  .mock-hero-grid,
  .range-equipment-grid,
  .range-grid,
  .system-grid,
  .recruit-panel,
  .bottom-cta-card {
    grid-template-columns: 1fr;
  }

  .mock-hero-copy {
    padding: 34px 0;
  }

  .mock-hero-image {
    height: 300px;
    border-left: none;
    border-top: 1px solid var(--line);
  }

  .reason-icon-grid,
  .mock-works-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reason-icon-card {
    border-right: none;
    border-bottom: 1px solid var(--line);
    padding: 22px;
  }

  .mock-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bottom-cta-card {
    padding: 24px;
    text-align: center;
  }

  .mail-icon {
    margin-inline: auto;
  }

  .mock-button.large {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .mock-brand img {
    width: 176px;
  }

  .hero-badge {
    font-size: 13px;
  }

  .mock-hero-copy h1 {
    font-size: 26px;
    line-height: 1.35;
    white-space: normal;
    line-break: strict;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .mock-hero-copy p:not(.hero-badge) {
    font-size: 15px;
    line-height: 1.9;
    line-break: strict;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .mock-button,
  .mock-button-row {
    width: 100%;
  }

  .reason-icon-grid,
  .recruit-images {
    grid-template-columns: 1fr;
  }

  .content-slider {
    padding-inline: 38px;
    padding-bottom: 34px;
  }

  .mock-service-grid,
  .range-grid,
  .mock-works-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mock-service-grid::-webkit-scrollbar,
  .range-grid::-webkit-scrollbar,
  .mock-works-grid::-webkit-scrollbar {
    display: none;
  }

  .mock-service-grid .mock-service-card,
  .range-grid .range-box,
  .mock-works-grid .work-image-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .mock-service-card {
    min-height: 410px;
  }

  .service-icon {
    margin-top: 14px;
  }

  .range-box {
    min-height: 330px;
  }

  .work-image-card img {
    height: 180px;
  }

  .slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 34px;
    height: 54px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
    color: var(--navy);
    font-size: 28px;
    font-weight: 900;
    transform: translateY(-50%);
    box-shadow: 0 10px 22px rgba(0, 41, 87, 0.12);
  }

  .slider-prev {
    left: 0;
  }

  .slider-next {
    right: 0;
  }

  .slider-dots {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 9px;
  }

  .slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c9d6e6;
    cursor: pointer;
  }

  .slider-dot.is-active {
    width: 22px;
    border-radius: 999px;
    background: var(--green);
  }

  .mock-section {
    padding: 42px 0;
  }

  .center-title {
    margin-bottom: 26px;
    font-size: 26px;
  }

  .small-title span {
    display: block;
    margin-top: 4px;
  }

  .small-title .paren-note,
  .system-card h2 .paren-note {
    display: block;
    margin-top: 4px;
    font-size: 0;
    line-height: 1.6;
  }

  .small-title .paren-note::after,
  .system-card h2 .paren-note::after {
    content: attr(data-mobile-label);
    font-size: 14px;
  }

  .mobile-fixed-cta a {
    font-size: 14px;
    white-space: nowrap;
  }
}
