:root {
  --black: #222222;
  --white: #ffffff;
  --red: #e60012;
  --red-dark: #a5000c;
  --yellow: #d89d35;
  --yellow-light: #f2ce58;
  --line: rgba(255, 255, 255, 0.38);
  --muted: rgba(255, 255, 255, 0.83);
  --container: 1320px;
  --wide-content: min(1400px, max(1080px, 72.92vw));
  --section-label-size: 26px;
  --section-title-size: 52px;
  --section-title-line: 1.45;
  --section-lead-size: 21px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 1180px;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 1180px;
  background: var(--black);
  color: var(--white);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", Arial, sans-serif;
  letter-spacing: 0;
}

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

.nb {
  white-space: nowrap;
}

.br-sp {
  display: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 112px;
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 0 36px;
  color: var(--white);
  background: rgba(7, 8, 10, 0.96);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}

.brand {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  line-height: 1;
  text-decoration: none;
}

.brand-main {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.brand-main em {
  color: var(--red);
  font-style: normal;
}

/* FRONTIER DIRECT logo: keep >=30px digital min height + 0.3a clear space */
.brand-logo {
  display: block;
  align-self: flex-start;
  height: 30px;
  width: auto;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.6));
}

.global-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 64px;
  border-radius: 7px;
  padding: 0 34px;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

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

.button-ghost {
  min-width: 192px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.16);
}

.button-red {
  min-width: 208px;
  background: linear-gradient(180deg, #f10a19 0%, var(--red) 100%);
  border: 1px solid rgba(255, 50, 65, 0.8);
  box-shadow:
    0 18px 46px rgba(145, 0, 13, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.button-light {
  min-width: 330px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
  color: #101010;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.button-large {
  min-width: 330px;
}

.button .arrow {
  color: var(--red);
  font-size: 30px;
  line-height: 0.7;
  transform: translateY(-1px);
}

.button-red .arrow {
  color: var(--white);
}

.fv {
  position: relative;
  width: 100vw;
  min-height: 1024px;
  overflow: hidden;
  isolation: isolate;
}

.fv-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("./assets/fv-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1.012);
}

.fv-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.78) 25%, rgba(0, 0, 0, 0.34) 51%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.02) 36%, rgba(0, 0, 0, 0.2) 68%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(circle at 16% 50%, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 42%);
}

.fv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%);
  background-size: 96px 96px;
  opacity: 0.18;
  pointer-events: none;
}

.fv-inner {
  width: min(100% - 72px, var(--container));
  margin: 0 auto;
  padding-top: 276px;
}

.fv-kicker {
  margin: 0 0 28px;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 950;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.82);
}

h1 {
  max-width: 960px;
  margin: 0;
  font-size: 74px;
  line-height: 1.46;
  font-weight: 950;
  letter-spacing: -0.065em;
  text-shadow:
    0 4px 22px rgba(0, 0, 0, 0.72),
    0 0 1px rgba(0, 0, 0, 0.95);
}

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

.fv-highlight {
  color: var(--red);
  font-style: normal;
}

.fv-service {
  margin: 30px 0 0;
  font-size: 44px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.78);
}

.fv-lead {
  max-width: 880px;
  margin: 30px 0 0;
  color: var(--white);
  font-size: 19px;
  line-height: 1.95;
  font-weight: 850;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.86);
}

.fv-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 38px;
}

.fv-cta-image {
  display: block;
  height: 68px;
  width: auto;
  transition: transform 180ms ease, filter 180ms ease;
}

.fv-cta-image:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.fv-cta-image img {
  display: block;
  height: 100%;
  width: auto;
}

.track-record {
  position: relative;
  width: 100vw;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  padding: 76px 0 90px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.08), transparent 25%),
    linear-gradient(180deg, #212120 0%, #282828 54%, #252524 100%);
}

.track-record-bg {
  display: none;
}

.track-record::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, #222222 0%, #262625 48%, #222222 100%),
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.035), transparent 34%);
}

.track-record::after {
  content: "";
  display: none; /* 旧・ロゴ帯の枠（赤線つき帯）。ロゴ帯非表示に伴い無効化 */
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 310px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    #222222;
  border-top: 1px solid rgba(230, 0, 18, 0.28);
  border-bottom: 1px solid rgba(230, 0, 18, 0.22);
}

.track-record-inner {
  width: min(100% - 72px, var(--container));
  margin: 0 auto;
  text-align: center;
}

.section-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.section-label span {
  color: var(--red);
}

.track-record h2 {
  margin: 34px 0 0;
  color: #fff;
  font-size: var(--section-title-size);
  line-height: 1.6;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.72);
}

.track-record h2 strong {
  display: inline-block;
  margin: 0 12px;
  color: var(--yellow-light);
  font-size: 86px;
  line-height: 0.78;
  letter-spacing: -0.04em;
  text-shadow:
    0 0 26px rgba(242, 206, 88, 0.24),
    0 8px 26px rgba(0, 0, 0, 0.74);
}

.track-record-lead {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.8;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.stats-panel {
  position: relative;
  width: min(1040px, 100%);
  min-height: 174px;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.012)),
    #08090a;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.48),
    inset 0 0 80px rgba(255, 255, 255, 0.025);
}

.corner {
  position: absolute;
  top: 8px;
  width: 28px;
  height: 28px;
  border-top: 2px solid var(--red);
}

.corner-left-top {
  left: 8px;
  border-left: 2px solid var(--red);
  border-top-left-radius: 4px;
}

.corner-right-top {
  right: 8px;
  border-right: 2px solid var(--red);
  border-top-right-radius: 4px;
}

.stat-item p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.stat-item strong {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  color: var(--yellow-light);
  font-size: 72px;
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-shadow:
    0 0 22px rgba(242, 206, 88, 0.18),
    0 10px 26px rgba(0, 0, 0, 0.66);
}

.stat-item strong span {
  color: #fff;
  font-size: 29px;
  letter-spacing: 0;
}

.stat-divider {
  width: 1px;
  height: 118px;
  background: rgba(255, 255, 255, 0.2);
}

.logo-intro {
  margin: 64px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 21px;
  font-weight: 950;
  letter-spacing: 0.07em;
}

.logo-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.logo-marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 164px;
  height: 148px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(230, 0, 18, 0.34);
  border-bottom: 1px solid rgba(230, 0, 18, 0.28);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.48) 14%, rgba(0, 0, 0, 0.28) 50%, rgba(0, 0, 0, 0.48) 86%, rgba(0, 0, 0, 0.98) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.006)),
    #050606;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 -1px 0 rgba(255, 255, 255, 0.025);
}

.logo-track {
  display: flex;
  width: max-content;
  animation: logo-scroll 34s linear infinite;
}

.logo-set {
  display: flex;
  align-items: center;
}

.logo-placeholder {
  position: relative;
  width: 206px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 21px;
  font-weight: 900;
}

.logo-placeholder + .logo-placeholder::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 1px;
  height: 52px;
  background: rgba(255, 255, 255, 0.46);
}

.building-icon {
  position: relative;
  width: 34px;
  height: 44px;
  display: inline-block;
  border-left: 6px solid rgba(255, 255, 255, 0.5);
  border-right: 6px solid rgba(255, 255, 255, 0.5);
  border-bottom: 6px solid rgba(255, 255, 255, 0.5);
}

.building-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -6px;
  width: 12px;
  height: 50px;
  background:
    repeating-linear-gradient(180deg, rgba(0, 0, 0, 0) 0 6px, rgba(255, 255, 255, 0.52) 6px 10px),
    rgba(255, 255, 255, 0.42);
}

.building-icon::after {
  content: "";
  position: absolute;
  left: -13px;
  right: -13px;
  bottom: -6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.features {
  width: 100vw;
  scroll-margin-top: 112px;
  background: #222222;
  color: var(--white);
}

.features-inner {
  width: var(--wide-content);
  max-width: calc(100% - 72px);
  margin: 0 auto;
  padding: 150px 0 170px;
}

.features-head {
  text-align: center;
}

.features-head p {
  margin: 0;
  font-size: var(--section-label-size);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.features-head p::after {
  content: "";
  display: block;
  width: 168px;
  height: 2px;
  margin: 42px auto 0;
  background: var(--red);
}

.features-head h2 {
  margin: 72px 0 0;
  color: var(--white);
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: 950;
  letter-spacing: -0.055em;
}

.features-head h2 span {
  color: var(--red);
  white-space: nowrap;
}

.features-lead {
  margin: 60px 0 0 !important;
  color: rgba(255, 255, 255, 0.95);
  font-size: var(--section-lead-size) !important;
  line-height: 1.9 !important;
  font-weight: 950 !important;
  letter-spacing: 0.03em !important;
}

.features-lead::after {
  display: none !important;
}

.lead-br-sp {
  display: none;
}

.features-visual {
  margin-top: 110px;
}

.features-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.features-body {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: center;
  margin-top: 118px;
}

.features-map img {
  display: block;
  width: 100%;
  height: auto;
}

.features-list {
  display: grid;
  gap: 22px;
}

.feature-card {
  display: grid;
  grid-template-columns: 74px 118px minmax(0, 1fr);
  align-items: center;
  min-height: 148px;
  overflow: hidden;
  color: #090a0d;
  background: #fff;
  border-radius: 0 10px 10px 0;
}

.feature-index {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--red);
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.feature-card img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  justify-self: center;
}

.feature-card h3 {
  margin: 0;
  color: var(--red);
  font-size: 32px;
  line-height: 1.3;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin: 12px 0 0;
  color: #111317;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 850;
  letter-spacing: 0.03em;
}

.employee-system {
  width: 100vw;
  color: #050607;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    url("./assets/employee-system-bg.png") center top / cover no-repeat;
  scroll-margin-top: 112px;
}

.employee-system-inner {
  width: min(100% - 72px, 1120px);
  margin: 0 auto;
  padding: 112px 0 126px;
  text-align: center;
}

.employee-system-heading h2 {
  margin: 0;
  color: #050607;
  font-size: 46px;
  line-height: 1.5;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.employee-system-heading h2 span {
  color: var(--red);
  font-style: normal;
}

.employee-system-heading h2 strong {
  margin: 0 2px;
  font-size: inherit;
  letter-spacing: 0.02em;
  color: inherit;
}

.employee-system-heading p {
  margin: 42px 0 0;
  color: #050607;
  font-size: var(--section-lead-size);
  line-height: 1.75;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.employee-system-heading p.employee-system-sub {
  margin-top: 22px;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: 0;
}

.employee-system-sub .em {
  color: var(--red);
}

.employee-system-sub .sm {
  color: #050607;
  font-size: 0.72em;
}

.employee-table {
  width: min(100%, 980px);
  margin: 72px auto 0;
  padding: 0;
}

.employee-table img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.14);
}

.employee-scroll-hint {
  display: none;
  width: min(100%, 980px);
  margin: 14px auto 0;
  color: #6b6e74;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: right;
}

.employee-legend {
  width: min(100%, 980px);
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #050607;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.employee-legend span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.employee-legend b {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
}

.legend-symbol {
  position: relative;
}

.legend-symbol::before,
.legend-symbol::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.symbol-double::before {
  inset: 2px;
  border: 3px solid var(--red);
  border-radius: 999px;
}

.symbol-double::after {
  inset: 8px;
  border: 3px solid var(--red);
  border-radius: 999px;
}

.symbol-circle::before {
  inset: 4px;
  border: 3px solid #050607;
  border-radius: 999px;
}

.symbol-triangle::before {
  inset: 14% 9% 16%;
  background: #050607;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.symbol-triangle::after {
  inset: 38% 24% 26%;
  background: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.symbol-cross::before,
.symbol-cross::after {
  left: 14%;
  right: 14%;
  top: 50%;
  height: 12%;
  margin-top: -6%;
  background: #050607;
  border-radius: 999px;
}

.symbol-cross::before {
  transform: rotate(45deg);
}

.symbol-cross::after {
  transform: rotate(-45deg);
}

.team-cta {
  position: relative;
  width: 100vw;
  min-height: 760px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.1)),
    url("./assets/background1.png") center center / cover no-repeat;
  overflow: hidden;
}

.team-cta::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 48px;
  z-index: 1;
  width: 168px;
  height: 132px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.28) 1.4px, transparent 1.7px);
  background-size: 15px 15px;
  opacity: 0.55;
  pointer-events: none;
}

.team-cta::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 380px;
  height: 280px;
  background: repeating-linear-gradient(135deg, rgba(230, 0, 18, 0) 0 17px, rgba(230, 0, 18, 0.55) 17px 20px);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.team-cta-inner {
  width: min(100% - 72px, 1120px);
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 86px 0 78px;
}

.team-cta-copy {
  position: relative;
  z-index: 2;
  padding-left: 38px;
}

.team-cta-copy::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -34px;
  bottom: -64px;
  width: 1px;
  background: linear-gradient(180deg, rgba(230, 0, 18, 0), rgba(230, 0, 18, 0.95) 14%, rgba(230, 0, 18, 0.95) 80%, rgba(230, 0, 18, 0));
  box-shadow: 0 0 18px rgba(230, 0, 18, 0.55);
}

.team-cta h2 {
  position: relative;
  margin: 0;
  padding: 6px 0 0;
  color: var(--white);
  font-size: 26px;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.6);
}

.team-cta h2::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -16px;
  width: 36px;
  height: 36px;
  border-top: 4px solid var(--red);
  border-left: 4px solid rgba(255, 255, 255, 0.9);
}

.team-cta h2::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: -14px;
  width: 36px;
  height: 36px;
  border-bottom: 4px solid var(--red);
  border-right: 4px solid rgba(255, 255, 255, 0.9);
}

.team-cta h2 span {
  color: var(--red);
}

.team-cta-lead {
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  line-height: 1.9;
  font-weight: 750;
}

.team-cta-body {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 2;
  font-weight: 650;
}

.team-cta-link {
  position: relative;
  width: min(100%, 470px);
  margin-top: 52px;
  padding: 0 56px 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
}

.team-cta-link::after {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.95) 76%, var(--red) 76%);
}

.team-cta-link span:last-child {
  color: var(--red);
  font-size: 28px;
  line-height: 1;
}

.team-cta-visual {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-cta-visual p {
  position: absolute;
  left: -12px;
  top: -34px;
  z-index: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.05);
  font-size: 112px;
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.team-cta-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 590px);
  height: auto;
  mix-blend-mode: screen;
  opacity: 0.9;
  filter: contrast(1.05);
}

.field-issues {
  position: relative;
  z-index: 1;
  width: 100vw;
  scroll-margin-top: 112px;
  padding: 122px 0 140px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.12)),
    url("./assets/trouble-bg.png") center bottom / cover no-repeat,
    #050607;
  overflow: visible;
}

.field-issues-inner {
  position: relative;
  z-index: 1;
  width: var(--wide-content);
  max-width: calc(100% - 72px);
  margin: 0 auto;
}

.issues-heading {
  text-align: center;
}

.issues-label {
  position: relative;
  margin: 0;
  color: var(--red);
  font-size: var(--section-label-size);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.issues-label::after {
  content: "";
  display: block;
  width: 132px;
  height: 2px;
  margin: 28px auto 0;
  background: var(--red);
}

.issues-heading h2 {
  margin: 58px 0 0;
  color: #fff;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: 950;
  letter-spacing: 0.12em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.72);
}

.issues-heading h2 span {
  color: var(--red);
}

.issues-heading h2 .nb {
  color: #fff;
}

.issue-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 58px;
}

.issue-card-image {
  display: block;
  width: 100%;
  height: auto;
}

.issue-transition {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 9px;
  width: 174px;
  height: 174px;
  display: grid;
  place-items: center;
  color: var(--red);
  background: #fff;
  border: 7px solid var(--red);
  border-radius: 999px;
  transform: translateX(-50%);
}

.issue-transition span {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-align: center;
}

.solution {
  position: relative;
  z-index: 2;
  width: 100vw;
  scroll-margin-top: 112px;
  margin-top: -96px;
  padding: 246px 0 104px;
  background: transparent;
  color: #081018;
  overflow: hidden;
}

.solution::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(246, 248, 250, 0.94) 0%, rgba(255, 255, 255, 0.9) 100%),
    url("./assets/solution-bg.png") center top / cover no-repeat,
    #f5f7f9;
  clip-path: polygon(0 0, 50% 96px, 100% 0, 100% 100%, 0 100%);
}

.solution-inner {
  position: relative;
  z-index: 1;
  width: var(--wide-content);
  max-width: calc(100% - 72px);
  margin: 0 auto;
}

.solution-heading {
  text-align: center;
}

.solution-heading h2 {
  position: relative;
  margin: 0;
  color: #081018;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: 950;
  letter-spacing: -0.03em;
}

.solution-heading h2::after {
  content: "";
  display: block;
  width: 132px;
  height: 4px;
  margin: 28px auto 0;
  background: var(--red);
}

.solution-heading h2 strong {
  color: var(--red);
}

.solution-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 72px;
  width: 100%;
  margin: 86px auto 0;
}

.solution-card {
  position: relative;
  min-height: 344px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(260px, 32%, 380px);
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(8, 16, 24, 0.08);
  border-radius: 5px;
  box-shadow: 0 14px 34px rgba(25, 38, 51, 0.18);
}

.solution-illust {
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 360px;
  height: auto;
  padding: 56px 48px 28px 0;
}

.solution-step {
  position: absolute;
  left: 60px;
  top: -46px;
  width: 112px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 8px 12px rgba(230, 0, 18, 0.12));
}

.solution-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 294px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 28px 0 56px;
  color: #fff;
  background: #050607;
  clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
  font-family: "Archivo Narrow", "Inter", sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.solution-card-body {
  padding: 74px 64px 52px;
}

.solution-card h3 {
  margin: 0;
  color: #081018;
  font-size: 30px;
  line-height: 1.48;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.solution-card h3 span {
  color: var(--red);
}

.solution-card p {
  margin: 22px 0 0;
  color: #081018;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 800;
}

.director-power {
  position: relative;
  width: 100vw;
  min-height: 1120px;
  overflow: hidden;
  isolation: isolate;
  background: #222222;
  color: #fff;
}

.director-power-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: url("./assets/director-power-bg.png");
  background-size: cover;
  background-position: center center;
  transform: scale(1.01);
}

.director-power::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(34, 34, 34, 0) 78%, #222222 99%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 27%, rgba(0, 0, 0, 0.42) 62%, rgba(0, 0, 0, 0.16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.16) 28%, rgba(0, 0, 0, 0.18) 66%, rgba(0, 0, 0, 0.84) 100%);
}

.director-power::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%);
  background-size: 118px 118px;
  opacity: 0.13;
}

.director-watermark {
  position: absolute;
  left: -22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.085);
  font-size: clamp(96px, 10.6vw, 204px);
  line-height: 0.82;
  font-weight: 950;
  letter-spacing: -0.055em;
  white-space: nowrap;
  pointer-events: none;
}

.director-watermark-top {
  top: -8px;
}

.director-watermark-bottom {
  left: 0;
  bottom: 20px;
}

.director-power-inner {
  width: var(--wide-content);
  max-width: calc(100% - 72px);
  margin: 0 auto;
  padding-top: 238px;
  padding-bottom: 210px;
  padding-left: 56px;
}

.power-kicker {
  margin: 0;
  color: #fff;
  font-size: 39px;
  line-height: 1.58;
  font-weight: 950;
  letter-spacing: 0.01em;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.82);
}

.director-power h2 {
  margin: 36px 0 0;
  color: var(--red);
  font-size: 52px;
  line-height: 1.45;
  font-weight: 950;
  letter-spacing: -0.035em;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.72);
}

.director-power h2 span {
  display: block;
}

.director-power h2 span:last-child {
  font-size: 86px;
  line-height: 1.22;
  letter-spacing: -0.05em;
}

.power-rule {
  display: block;
  width: min(720px, 56vw);
  height: 1px;
  margin: 46px 0 0;
  background: linear-gradient(90deg, var(--red), rgba(230, 0, 18, 0));
}

.power-copy {
  margin: 44px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 33px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.86);
}

.power-copy strong {
  color: rgba(255, 255, 255, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.power-copy span {
  margin-left: 16px;
  letter-spacing: 0.2em;
}

.team-structure {
  position: relative;
  width: 100vw;
  scroll-margin-top: 112px;
  overflow: hidden;
  padding: 92px 0 58px clamp(28px, 7.8vw, 150px);
  background: #222222;
  color: #fff;
}

.team-structure-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.team-white-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 4vw, 76px) clamp(28px, 4vw, 76px) clamp(40px, 4vw, 72px);
  background: #f6f5f5 url("./assets/team-background.png") top right / 100% 100% no-repeat;
  border-radius: 22px 0 0 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.team-panel-heading,
.team-white-panel .structure-board {
  position: relative;
  z-index: 1;
}

.team-panel-heading {
  width: min(100%, 1060px);
  margin: 0 auto;
  padding-left: clamp(20px, 2.4vw, 40px);
  text-align: left;
}

.team-eyebrow {
  margin: 0;
  color: #111418;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.team-eyebrow span {
  color: var(--red);
}

.team-eyebrow::after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  margin: 16px 0 0;
  background: var(--red);
}

.team-structure h2 {
  margin: 30px 0 0;
  color: #202226;
  font-size: var(--section-title-size);
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.team-lead {
  margin: 30px 0 0;
  color: #202226;
  font-size: var(--section-lead-size);
  line-height: 1.8;
  font-weight: 800;
}

.team-lead span {
  color: var(--red);
}

.team-lead-br {
  display: none;
}

.structure-board {
  width: min(100%, 1060px);
  margin: clamp(28px, 3vw, 48px) auto 0;
  padding: clamp(20px, 2.4vw, 40px);
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(15, 20, 35, 0.08);
}

.structure-inner {
  width: 100%;
}

.structure-scroll-hint {
  display: none;
  margin: 18px 0 0;
  color: #6b6e74;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: right;
}

.structure-overall {
  display: block;
  width: 70%;
  margin: 0 auto;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.structure-overall img,
.structure-col-link img,
.structure-other img {
  display: block;
  width: 100%;
  height: auto;
}

.structure-col-link {
  display: block;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.structure-other {
  display: block;
  width: min(100%, 620px);
  margin: clamp(16px, 1.8vw, 26px) auto 0;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.structure-other picture {
  display: block;
}

.structure-overall:hover,
.structure-col-link:hover,
.structure-other:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.producer-card,
.column-head,
.mini-role,
.mid-role,
.staff-role {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
}

.producer-card {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 112px;
  padding: 22px 28px;
  border: 1.5px solid #1238ff;
}

.producer-card h3,
.column-head h3,
.mini-role h4,
.mid-role h4,
.staff-role h4 {
  margin: 0;
  font-weight: 900;
}

.producer-card h3 {
  color: #1238d8;
  font-size: 26px;
}

.producer-card p,
.column-head p,
.mini-role p,
.mid-role p,
.staff-role p {
  margin: 8px 0 0;
  color: #202226;
  font-weight: 650;
  line-height: 1.65;
}

.producer-card a,
.column-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 220px;
  min-height: 45px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.lead-producer a,
.campaign-column .column-head a {
  background: #1238d8;
}

.event-column .column-head a {
  background: #f15a12;
}

.store-column .column-head a {
  background: #007a2c;
}

.structure-lines {
  position: relative;
  height: 74px;
}

.structure-lines::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 38px;
  background: #9a9da4;
}

.structure-lines::after {
  content: "";
  position: absolute;
  left: 16.67%;
  right: 16.67%;
  top: 38px;
  height: 1px;
  background: #9a9da4;
}

.structure-lines span {
  position: absolute;
  top: 38px;
  width: 1px;
  height: 36px;
  background: #9a9da4;
}

.structure-lines span:nth-child(1) { left: 16.67%; }
.structure-lines span:nth-child(2) { left: 50%; }
.structure-lines span:nth-child(3) { left: 83.33%; }

.structure-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
  align-items: start;
  margin-top: 6px;
}

.structure-column {
  min-height: 610px;
  padding: 18px;
  border-radius: 8px;
}

.event-column {
  border: 1.5px solid rgba(241, 90, 18, 0.58);
  background: rgba(255, 246, 239, 0.86);
}

.store-column {
  border: 1.5px solid rgba(0, 122, 44, 0.48);
  background: rgba(243, 252, 246, 0.9);
}

.campaign-column {
  border: 1.5px solid rgba(18, 56, 216, 0.42);
  background: rgba(242, 247, 255, 0.92);
}

.column-head {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 22px 20px;
}

.column-head a {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 14px;
}

.event-column h3,
.event-column h4 {
  color: #f15a12;
}

.store-column h3,
.store-column h4 {
  color: #007a2c;
}

.campaign-column h3,
.campaign-column h4 {
  color: #1238d8;
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.mini-role,
.mid-role,
.staff-role {
  padding: 18px 16px;
  border: 1px solid rgba(14, 25, 38, 0.08);
}

.mini-role {
  min-height: 126px;
}

.mini-role .role-icon,
.mid-role .role-icon,
.staff-role .role-icon {
  float: left;
  margin: 0 12px 6px 0;
}

.mini-role h4,
.mid-role h4,
.staff-role h4 {
  font-size: 14px;
  line-height: 1.45;
}

.mini-role p,
.mid-role p,
.staff-role p {
  font-size: 12px;
}

.staff-role {
  min-height: 116px;
  margin-top: 12px;
  padding-top: 24px;
}

.stack-roles {
  display: grid;
  gap: 82px;
  margin-top: 90px;
}

.campaign-column .stack-roles {
  gap: 18px;
  margin-top: 22px;
}

.mid-role {
  min-height: 122px;
}

.role-icon {
  width: 46px;
  height: 46px;
  display: inline-block;
  border: 2px solid currentColor;
  color: inherit;
}

.person-icon,
.face-icon {
  border-radius: 999px 999px 12px 12px;
  border-top-width: 0;
}

.booth-icon,
.shop-icon {
  border-radius: 8px 8px 2px 2px;
}

.headset-icon {
  border-radius: 999px;
  border-bottom-color: transparent;
}

.group-icon {
  border-radius: 14px;
  position: relative;
}

.group-icon::before,
.group-icon::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 16px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 10px;
}

.group-icon::before {
  left: -12px;
}

.group-icon::after {
  right: -12px;
}

.professional-solutions {
  position: relative;
  width: 100vw;
  scroll-margin-top: 112px;
  overflow: hidden;
  padding: 34px 0 54px;
  background: #222222;
}

.professional-panel {
  width: calc(100vw - 112px);
  min-height: 1220px;
  background: #f4f5f6 url("./assets/USE CASES-background.png") top left / cover no-repeat;
  border-radius: 0 22px 22px 0;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.18);
}

.professional-inner {
  width: min(100% - 200px, 1140px);
  margin: 0 auto 0 clamp(72px, 8.5vw, 150px);
  padding: 86px 0 78px;
}

.professional-heading {
  text-align: left;
}

.professional-label {
  margin: 0;
  color: #111418;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.09em;
}

.professional-label::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin: 26px 0 0;
  background: var(--red);
}

.professional-heading h2 {
  margin: 44px 0 0;
  color: #202226;
  font-size: var(--section-title-size);
  line-height: 1.34;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.professional-heading p {
  margin: 34px 0 0;
  color: #202226;
  font-size: var(--section-lead-size);
  line-height: 1.8;
  font-weight: 750;
}

.professional-heading p span {
  color: var(--red);
}

.professional-card-image {
  margin-top: 42px;
  padding: 22px 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(12, 26, 40, 0.11);
}

.professional-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.professional-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.pro-card-link {
  display: block;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.pro-card-link:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.22));
}

.pro-card-link img {
  display: block;
  width: 100%;
  height: auto;
}

.pro-solution-card {
  --card-color: #071ca9;
  display: flex;
  flex-direction: column;
  min-height: 538px;
  padding: 28px 20px 20px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--card-color);
  border: 1.5px solid var(--card-color);
  border-radius: 8px;
}

.pro-blue {
  --card-color: #071ca9;
}

.pro-orange {
  --card-color: #f23b10;
}

.pro-green {
  --card-color: #00722d;
}

.pro-card-head {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  align-items: center;
}

.pro-card-head img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 999px;
  display: block;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--card-color) 20%, transparent);
}

.pro-card-head h3 {
  margin: 0;
  color: var(--card-color);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 950;
}

.pro-card-head p {
  margin: 8px 0 0;
  color: #111418;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 800;
}

.pro-quote {
  margin: 22px 0 0;
  padding-top: 24px;
  color: var(--card-color);
  border-top: 2px dotted var(--card-color);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 950;
  text-align: center;
}

.pro-desc {
  margin: 20px 0 0;
  color: #111418;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 650;
}

.pro-solution-card ul {
  margin: auto 0 18px;
  padding: 18px 16px;
  list-style: none;
  color: #111418;
  background: color-mix(in srgb, var(--card-color) 7%, #fff);
  border: 1px solid color-mix(in srgb, var(--card-color) 18%, transparent);
  border-radius: 8px;
}

.pro-solution-card li {
  position: relative;
  margin: 0;
  padding-left: 23px;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 800;
}

.pro-solution-card li + li {
  margin-top: 4px;
}

.pro-solution-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  color: var(--card-color);
  font-size: 12px;
  line-height: 1;
  border: 1.5px solid var(--card-color);
  border-radius: 999px;
}

.pro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 0 10px;
  color: #fff;
  background: var(--card-color);
  border-radius: 5px;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--card-color) 24%, transparent);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.pro-button span {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.industry-box {
  width: min(100%, 760px);
  margin: 42px auto 0;
  padding: 28px 38px 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(8, 16, 24, 0.08);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(12, 26, 40, 0.12);
}

.industry-box h3 {
  margin: 0;
  color: #202226;
  font-size: 18px;
  font-weight: 950;
}

.industry-box h3::after {
  content: "";
  display: block;
  height: 1px;
  margin: 20px auto 18px;
  background: rgba(8, 16, 24, 0.18);
}

.industry-box p {
  margin: 0;
  color: #202226;
  font-size: 16px;
  line-height: 2;
  font-weight: 650;
}

.plans {
  position: relative;
  width: 100vw;
  scroll-margin-top: 112px;
  padding: 138px 0 142px;
  color: var(--white);
  background: #222222;
  overflow: hidden;
}

.plans-inner {
  position: relative;
  width: var(--wide-content);
  max-width: calc(100% - 72px);
  margin: 0 auto;
}

.plans-bg-word {
  position: absolute;
  left: -34px;
  top: -154px;
  margin: 0;
  color: rgba(255, 255, 255, 0.055);
  font-size: 130px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
  pointer-events: none;
}

.plans-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.plans-heading h2 {
  margin: 0;
  color: #fff;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: 950;
  letter-spacing: 0;
}

.plans-heading h2 span {
  color: var(--red);
  font-size: inherit;
}

.plans-heading p {
  display: none;
}

.plan-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.6vw, 28px);
  margin-top: 76px;
}

.plan-card-image {
  margin: 0;
}

.plan-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.plans-note {
  position: relative;
  z-index: 1;
  margin: 58px 0 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.9;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
}

.plans-subnote {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.03em;
}

.case-studies {
  width: 100vw;
  scroll-margin-top: 112px;
  padding: 92px 0 130px;
  color: #050607;
  background: #f7f7f7 url("./assets/case-studies-bg.png") center top / cover no-repeat;
}

.case-studies-inner {
  width: var(--wide-content);
  max-width: calc(100% - 72px);
  margin: 0 auto;
}

.case-heading {
  text-align: center;
}

.case-heading > p:first-child {
  margin: 0;
  color: var(--red);
  font-size: var(--section-label-size);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.case-heading > p:first-child::after {
  content: "";
  display: block;
  width: 118px;
  height: 3px;
  margin: 26px auto 0;
  background: var(--red);
}

.case-heading h2 {
  margin: 38px 0 0;
  color: #050607;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: 950;
  letter-spacing: -0.045em;
}

.case-heading h2 span {
  color: var(--red);
  font-size: inherit;
  letter-spacing: inherit;
}

.case-lead {
  margin: 34px 0 0;
  color: #17191d;
  font-size: var(--section-lead-size);
  line-height: 1.9;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.case-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 64px;
}

.case-card {
  min-height: 720px;
  padding: 22px 22px 34px;
  background: #fff;
  border: 1px solid rgba(8, 16, 24, 0.06);
  box-shadow: 0 6px 18px rgba(8, 16, 24, 0.14);
}

.case-card-head {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #050607;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
}

.case-card-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 28px;
  padding: 0 8px;
  color: var(--red);
  border: 2px solid var(--red);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.case-card img {
  display: block;
  width: 100%;
  height: 136px;
  margin-top: 18px;
  object-fit: cover;
}

.case-card h3 {
  margin: 24px 0 0;
  color: #050607;
  text-align: center;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.case-result {
  margin: 16px 0 0;
  padding: 9px 12px 10px;
  color: #fff;
  background: var(--red);
  border: 2px solid var(--red);
  outline: 1px solid #fff;
  outline-offset: -5px;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
}

.case-card dl {
  margin: 18px 0 0;
  color: #050607;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
}

.case-card dl div {
  display: flex;
  gap: 8px;
  padding: 10px 8px;
  border-top: 1px solid #dedede;
}

.case-card dl div:last-child {
  border-bottom: 1px solid #dedede;
}

.case-card dt {
  flex: 0 0 auto;
  color: var(--red);
  font-weight: 900;
}

.case-card dt::before {
  content: "— ";
}

.case-card dd {
  margin: 0;
}

.case-before,
.case-after {
  margin-top: 18px;
  background: #f0f0f0;
}

.case-before h4,
.case-after h4 {
  margin: 0;
  padding: 10px 14px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.01em;
}

.case-before h4 {
  background: #858585;
}

.case-after h4 {
  background: var(--red);
}

.case-before h4 span,
.case-after h4 span {
  font-size: 11px;
  font-weight: 850;
}

.case-before ul,
.case-after ul {
  margin: 0;
  padding: 17px 22px 18px 34px;
  color: #050607;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
}

.case-arrow {
  display: block;
  width: 26px;
  height: 26px;
  margin: 8px auto 30px;
  border-right: 3px solid #d3d3d3;
  border-bottom: 3px solid #d3d3d3;
  transform: rotate(45deg);
}

.staff-pool {
  width: 100vw;
  scroll-margin-top: 112px;
  padding: 154px 0 168px;
  color: #fff;
  background: #222222;
}

.staff-pool-inner {
  width: min(1080px, calc(100% - 72px));
  max-width: calc(100% - 72px);
  margin: 0 auto;
}

.staff-heading {
  text-align: center;
}

.staff-heading h2 {
  margin: 0;
  color: #fff;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: 950;
  letter-spacing: -0.045em;
}

.staff-heading h2 span {
  color: var(--red);
  font-size: inherit;
  letter-spacing: -0.035em;
}

.staff-heading p {
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: var(--section-lead-size);
  line-height: 1.9;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.staff-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 32px;
  width: 100%;
  margin-top: 76px;
}

.staff-card {
  --card-pad: 28px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-areas:
    ".      cat"
    "avatar main"
    "list   list";
  align-items: start;
  column-gap: 28px;
  row-gap: 0;
  min-height: 326px;
  padding: 30px var(--card-pad) var(--card-pad);
  color: #08090b;
  background: var(--cat-soft, #fff);
  border: 3px solid var(--cat, var(--red));
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}

/* カテゴリーごとのアクセントカラー（チップ・ボーダー・名前・チェックに反映） */
.staff-card:has(.staff-cat-event)    { --cat: #E2620E; --cat-soft: #FFFBF7; }
.staff-card:has(.staff-cat-store)    { --cat: #1F7A37; --cat-soft: #FBFCFA; }
.staff-card:has(.staff-cat-campaign) { --cat: #2F6CB6; --cat-soft: #FCFEFF; }
.staff-card:has(.staff-cat-other)    { --cat: #1E2E86; --cat-soft: #FAFBFF; }

.staff-avatar {
  grid-area: avatar;
  width: 102px;
  height: 102px;
  object-fit: contain;
  align-self: start;
}

.staff-card-body {
  grid-area: main;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
}

.staff-cat {
  grid-area: cat;
  justify-self: start;
  margin: 0 0 18px;
  padding: 5px 20px;
  border-radius: 999px;
  color: var(--cat, var(--red));
  background: #fff;
  border: 2px solid var(--cat, var(--red));
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.staff-card-role {
  display: inline-block;
  align-self: flex-start;
  max-width: 100%;
  margin: 0;
  padding: 8px 14px 7px;
  color: #fff;
  background: var(--cat, var(--red));
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-align: center;
  word-break: keep-all;
}

.staff-card h3 {
  position: relative;
  margin: 18px 0 0;
  padding-bottom: 14px;
  color: var(--cat, var(--red));
  font-size: 44px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.07em;
}

.staff-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  background: var(--cat, var(--red));
}

.staff-summary {
  margin: 18px 0 0;
  color: #111317;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.staff-list {
  grid-area: list;
  justify-self: stretch;
  margin: 26px calc(var(--card-pad) * -1) calc(var(--card-pad) * -1);
  padding: 22px var(--card-pad) var(--card-pad);
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 0 0 9px 9px;
}

.staff-card .staff-list ul {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.staff-card li {
  position: relative;
  padding-left: 28px;
  color: #111317;
  font-size: 13px;
  line-height: 1.62;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.staff-card li + li {
  margin-top: 9px;
}

.staff-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--cat, var(--red));
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
}

.staff-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 86px;
  background: #1f1f21;
}

.staff-benefit {
  position: relative;
  min-height: 260px;
  padding: 42px 46px 38px;
  text-align: center;
}

.staff-benefit + .staff-benefit {
  border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.benefit-number {
  position: absolute;
  left: 28px;
  top: 28px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 54px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.benefit-icon {
  position: relative;
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #c91822;
  border-radius: 999px;
}

.benefit-people::before,
.benefit-people::after {
  content: "";
  position: absolute;
  background: #fff;
}

.benefit-people::before {
  width: 36px;
  height: 21px;
  left: 23px;
  bottom: 20px;
  border-radius: 18px 18px 5px 5px;
}

.benefit-people::after {
  width: 36px;
  height: 22px;
  left: 23px;
  top: 19px;
  background:
    radial-gradient(circle at 11px 11px, #fff 0 10px, transparent 10px),
    radial-gradient(circle at 25px 11px, #fff 0 10px, transparent 10px);
}

.benefit-star::before {
  content: "★";
  color: #fff;
  font-size: 48px;
  line-height: 1;
}

.benefit-handshake::before {
  content: "↔";
  color: #fff;
  font-size: 52px;
  line-height: 1;
  font-weight: 950;
}

.staff-benefit h3 {
  margin: 24px 0 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.staff-benefit p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 650;
  letter-spacing: 0.05em;
}

.proposal-cta {
  position: relative;
  width: 100vw;
  scroll-margin-top: 112px;
  padding: 124px 0 150px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.12)),
    url("./assets/proposal-cta-bg.png") center / cover no-repeat,
    #060708;
  overflow: hidden;
}

.proposal-cta-inner {
  position: relative;
  width: min(100% - 72px, 1340px);
  margin: 0 auto;
  text-align: center;
}

.proposal-bg-word {
  position: absolute;
  left: 50%;
  top: -16px;
  width: 100vw;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.055);
  font-size: 130px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
  pointer-events: none;
}

.proposal-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: var(--section-title-size);
  line-height: 1.6;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.66);
}

.proposal-cta h2 span {
  color: var(--red);
  font-size: 68px;
}

.proposal-box {
  position: relative;
  z-index: 1;
  width: min(100%, 1174px);
  margin: 64px auto 0;
  padding: 58px 100px 58px;
  color: #050607;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.26);
}

.proposal-box::before,
.proposal-box::after {
  content: none;
}

.proposal-lines {
  display: grid;
  grid-template-columns: 1fr 128px 1fr;
  align-items: center;
  gap: 38px;
  width: 100%;
  margin: 0 auto;
}

.proposal-lines span {
  height: 2px;
  background: var(--red);
}

.proposal-chat-icon {
  display: block;
  width: 128px;
  height: 96px;
  object-fit: cover;
  object-position: center;
}

.proposal-box p {
  margin: 46px 0 0;
  color: #050607;
  font-size: 24px;
  line-height: 1.85;
  font-weight: 900;
  letter-spacing: 0.035em;
}

.proposal-actions {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 38px;
}

.proposal-button-image {
  display: block;
  height: 80px;
  width: auto;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.proposal-button-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(422px, calc((100% - 40px) / 2));
  height: 80px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.03em;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.proposal-button-solid:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.proposal-person-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  fill: currentColor;
}

.proposal-button-solid b {
  margin-left: 26px;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}

.proposal-button-solid-dark {
  background: #050607;
}

.proposal-button-image:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.proposal-button-image img {
  display: block;
  height: 100%;
  width: auto;
}

.flow-section {
  width: 100vw;
  scroll-margin-top: 112px;
  padding: 84px 0 98px;
  color: #050607;
  background:
    url("./assets/flow-bg-new.png") center / cover no-repeat,
    #f7f7f7;
}

.flow-inner {
  width: var(--wide-content);
  max-width: calc(100% - 72px);
  margin: 0 auto;
}

.flow-heading {
  text-align: center;
}

.flow-heading p {
  margin: 0;
  color: var(--red);
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.flow-heading p::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin: 18px auto 0;
  background: var(--red);
}

.flow-heading h2 {
  margin: 34px 0 0;
  color: #050607;
  font-size: var(--section-title-size);
  line-height: 1.3;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.flow-list {
  position: relative;
  width: min(100%, 960px);
  display: grid;
  gap: 32px;
  margin: 64px auto 0;
}

.flow-list::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 50px;
  bottom: 50px;
  width: 2px;
  background: var(--red);
}

.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 30px;
}

.step-badge {
  position: relative;
  z-index: 1;
  width: 122px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.step-badge::after {
  content: none;
}

.step-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.flow-card {
  position: relative;
  min-height: 104px;
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 28px;
  padding: 24px 34px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(8, 16, 24, 0.12);
}

.flow-card::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 22px;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.flow-card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: var(--red);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.flow-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  justify-self: center;
}

.flow-card div {
  min-height: 66px;
  padding-left: 30px;
  border-left: 1px solid rgba(8, 16, 24, 0.1);
}

.flow-card h3 {
  margin: 0;
  color: #050607;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 950;
}

.flow-card p {
  margin: 8px 0 0;
  color: #202226;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.flow-note {
  width: min(790px, calc(100% - 170px));
  margin: 36px auto 0;
  transform: translateX(85px);
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 22px;
  padding: 18px 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 18px rgba(8, 16, 24, 0.1);
}

.flow-note img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  justify-self: center;
}

.flow-note p {
  margin: 0;
  color: #050607;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 850;
}

/* SP-only fixed bottom CTA bar (shown via mobile media query) */
.sp-fixed-cta {
  display: none;
}

.faq-section {
  position: relative;
  width: 100vw;
  scroll-margin-top: 112px;
  padding: 92px 0 110px;
  color: #07080a;
  background: #f8f8f8;
  overflow: hidden;
}

.faq-inner {
  position: relative;
  width: var(--wide-content);
  max-width: calc(100% - 72px);
  margin: 0 auto;
}

.faq-watermark {
  position: absolute;
  left: -50px;
  top: -66px;
  margin: 0;
  color: rgba(0, 0, 0, 0.055);
  font-size: 150px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.01em;
  pointer-events: none;
}

.faq-heading {
  position: relative;
  text-align: center;
}

.faq-heading > p {
  margin: 0;
  color: var(--red);
  font-size: var(--section-label-size);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.faq-heading > p::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--red);
}

.faq-heading h2 {
  margin: 42px 0 0;
  color: #090a0d;
  font-size: var(--section-title-size);
  line-height: var(--section-title-line);
  font-weight: 950;
  letter-spacing: 0.08em;
}

.faq-heading span {
  display: block;
  margin-top: 38px;
  color: #111217;
  font-size: var(--section-lead-size);
  line-height: 1.9;
  font-weight: 850;
  letter-spacing: 0.03em;
}

.faq-list {
  position: relative;
  margin-top: 70px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.faq-item {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 154px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-question-mark {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--red);
}

.faq-question-mark::after {
  content: "";
  position: absolute;
  right: 0;
  top: 34px;
  bottom: 34px;
  width: 1px;
  background: #e3e3e3;
}

.faq-question-mark b {
  display: block;
  width: 64px;
  color: var(--red);
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 66px;
  line-height: 0.78;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.faq-question-mark span {
  display: block;
  width: 64px;
  margin-top: 12px;
  color: #08090c;
  font-family: "Archivo Narrow", Arial, sans-serif;
  font-size: 32px;
  line-height: 0.95;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.faq-question-mark span::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 15px auto 0;
  background: var(--red);
}

.faq-answer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 52px;
}

.faq-answer h3 {
  margin: 0;
  color: #090a0d;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 950;
  letter-spacing: 0.01em;
}

.faq-answer p {
  margin: 18px 0 0;
  color: #25262b;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.faq-contact {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: center;
  gap: 40px;
  padding: 34px 42px;
  color: #fff;
  background: #171719;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.faq-contact h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.faq-contact p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 600;
}

.faq-contact a {
  display: block;
  width: 330px;
  max-width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.faq-contact a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

.faq-contact a:hover {
  filter: brightness(1.04);
  transform: translateY(-2px);
}

.contact-section {
  position: relative;
  width: 100vw;
  scroll-margin-top: 112px;
  padding: 110px 0 122px;
  color: #07080a;
  background: #f7f7f7;
  overflow: hidden;
}

.contact-inner {
  position: relative;
  width: min(100% - 72px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 580px minmax(0, 1fr);
  gap: clamp(40px, 4vw, 60px);
  align-items: start;
}

.contact-watermark {
  position: absolute;
  right: -96px;
  top: -118px;
  margin: 0;
  color: rgba(0, 0, 0, 0.07);
  font-size: 92px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.03em;
  pointer-events: none;
}

.contact-copy {
  position: relative;
  padding-top: 20px;
}

.contact-label {
  margin: 0;
  color: var(--red);
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.contact-label::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  margin-top: 18px;
  background: var(--red);
}

.contact-copy h2 {
  margin: 34px 0 0;
  color: #090a0d;
  font-size: var(--section-title-size);
  line-height: 1.4;
  font-weight: 950;
  letter-spacing: 0;
}

.contact-heading-line {
  display: inline-block;
  white-space: nowrap;
}

.contact-copy > p:last-child {
  margin: 38px 0 0;
  color: #15161a;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.contact-card {
  position: relative;
  padding: 38px 42px 34px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.1);
}

.contact-form {
  display: grid;
  gap: 21px;
}

.contact-field {
  display: grid;
  grid-template-columns: 38px 128px 1fr;
  gap: 10px;
  align-items: center;
}

.field-icon {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.field-icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  opacity: 0.95;
}

.field-label {
  color: #15161a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.field-label em {
  color: var(--red);
  font-style: normal;
}

.field-label small {
  display: block;
  margin-top: 10px;
  color: #9b9da3;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 650;
}

.name-inputs {
  display: flex;
  gap: 10px;
}

.field-error {
  grid-column: 3;
  margin-top: 6px;
  color: var(--red);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.field-error:empty {
  display: none;
}

.contact-field input.is-invalid {
  border-color: rgba(230, 0, 18, 0.7);
  background: #fff5f6;
}

.contact-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.name-inputs input {
  flex: 1 1 0;
  min-width: 0;
}

.name-col {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.name-sublabel {
  color: #15161a;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.contact-field-name {
  align-items: start;
}

.contact-field-name .field-icon,
.contact-field-name .field-label {
  padding-top: 18px;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  min-height: 42px;
  padding: 11px 16px;
  color: #111217;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid #e1e2e5;
  border-radius: 0;
  font: inherit;
  font-size: 13px;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-field input:focus,
.contact-field textarea:focus {
  background: #fff;
  border-color: rgba(230, 0, 18, 0.5);
  box-shadow: 0 0 0 3px rgba(230, 0, 18, 0.08);
}

.contact-field textarea {
  min-height: 100px;
  resize: vertical;
}

.contact-field-message {
  align-items: start;
}

.contact-field-message .field-icon,
.contact-field-message .field-label {
  padding-top: 8px;
}

.privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 2px;
  color: #17181d;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
}

.privacy-check input {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: var(--red);
}

.privacy-check a {
  color: var(--red);
  text-decoration: underline;
}

.contact-submit {
  width: min(100%, 300px);
  min-height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  padding: 13px 24px;
  color: #fff;
  background: linear-gradient(135deg, #ef1b23, #c40010);
  border: 0;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(230, 0, 18, 0.18);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
}

.contact-submit b {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.contact-status {
  min-height: 18px;
  margin: -4px 0 0;
  color: var(--red);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 750;
}

.contact-submit-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.site-footer {
  width: 100vw;
  color: #fff;
  background: #222222;
}

.footer-main {
  width: min(100% - 96px, 1320px);
  min-height: 166px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr 230px;
  align-items: center;
  gap: 72px;
  padding: 42px 0 38px;
}

.footer-brand {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  color: #fff;
  text-decoration: none;
}

.footer-brand-main {
  display: block;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.footer-brand-main em {
  color: var(--red);
  font-style: normal;
}

.footer-brand-text {
  display: block;
  color: #fff;
  text-decoration: none;
}

/* FRONTIER DIRECT logo: digital min height 30px + 0.3a clear space (a = mark height ≈ logo height) */
.footer-logo-link {
  display: block;
  align-self: flex-start;
  margin-top: 16px;
  margin-left: 2px;
}

.footer-logo {
  display: block;
  height: 46px;
  width: auto;
}

.footer-company {
  display: block;
}

.footer-company p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 850;
}

.footer-company address {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.7;
  font-style: normal;
  font-weight: 600;
}

.footer-links {
  display: grid;
  gap: 7px;
}

.footer-links a {
  position: relative;
  display: block;
  width: max-content;
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a::before {
  content: "－";
  position: absolute;
  left: 0;
  top: 0;
}

.footer-links a:hover {
  color: #fff;
}

.footer-copy {
  margin: 0;
  padding: 19px 0 21px;
  color: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 1520px) {
  .site-header {
    gap: 22px;
    padding-inline: 24px;
  }

  .global-nav {
    gap: 16px;
    font-size: 13px;
  }

  .header-actions {
    gap: 10px;
  }

  .button-ghost,
  .button-red {
    min-width: 160px;
    padding-inline: 22px;
    font-size: 15px;
  }
}

@media (max-width: 1320px) {
  .site-header {
    gap: 16px;
    padding-inline: 20px;
  }

  .brand-main {
    font-size: 22px;
  }

  .global-nav {
    gap: 13px;
    font-size: 12px;
  }

  .header-actions {
    gap: 8px;
  }

  .button-ghost,
  .button-red {
    min-width: 146px;
    padding-inline: 15px;
    font-size: 14px;
  }
}

@media (max-width: 920px) {
  .plan-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .plan-cards {
    grid-template-columns: minmax(0, 1fr);
    max-width: 420px;
    margin-top: 40px;
  }

  /* Shrink slightly so the requested one-line breaks fit the SP width */
  .staff-heading h2 {
    font-size: 23px;
    letter-spacing: -0.02em;
  }

  .case-heading h2 {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}

@media (max-width: 720px) {
  /* Full-bleed: let the panel background image cover the whole width (no black edges) */
  .team-structure {
    padding: 48px 0 48px;
  }

  .team-white-panel {
    border-radius: 0;
    padding: 96px 20px 40px;
  }

  .team-panel-heading {
    padding-left: 0;
    text-align: center;
  }

  .team-eyebrow::after {
    margin-left: auto;
    margin-right: auto;
  }

  .team-lead {
    text-align: center;
  }

  /* Keep the diagram horizontal; let it scroll sideways instead of stacking */
  .structure-board {
    padding: 16px;
  }

  .structure-inner {
    min-width: 0;
  }

  /* 詳細なカード画像なのでSPは横スクロールせず縦に積む */
  .structure-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    max-width: none;
    margin-inline: 0;
  }

  .team-lead-br {
    display: inline;
  }
}

/* ===== Hamburger toggle (hidden on desktop) ===== */
.nav-toggle {
  display: none;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header[data-open] .nav-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.site-header[data-open] .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header[data-open] .nav-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===== Header collapses to hamburger before it can break (<=1180px) ===== */
@media (max-width: 1180px) {
  .site-header {
    height: 78px;
    gap: 16px;
    padding: 0 22px;
    flex-wrap: wrap;
    align-content: center;
  }

  .brand {
    flex: 1 1 auto;
    gap: 8px;
  }

  .brand-main {
    font-size: 22px;
  }

  .brand-logo {
    height: 30px;
  }

  .nav-toggle {
    display: flex;
  }

  .global-nav,
  .header-actions {
    order: 3;
    flex-basis: 100%;
    display: none;
  }

  .site-header[data-open] {
    height: auto;
    padding-bottom: 18px;
    background: rgba(7, 8, 10, 0.98);
  }

  .site-header[data-open] .global-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 10px;
    font-size: 16px;
  }

  .site-header[data-open] .header-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }

  .site-header[data-open] .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }
}

/* ===== Tablet / small-desktop (<=1024px) ===== */
@media (max-width: 1024px) {
  :root {
    --section-title-size: 44px;
    --section-label-size: 21px;
    --section-lead-size: 18px;
  }

  html,
  body {
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

  /* multi-column grids -> 2 columns */
  .professional-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-cards,
  .staff-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* two-column layouts -> stacked */
  .team-cta-inner,
  .contact-inner,
  .faq-contact,
  .proposal-lines {
    grid-template-columns: minmax(0, 1fr);
  }

  .team-cta-inner {
    gap: 36px;
    min-height: 0;
    padding: 64px 0 56px;
  }

  .team-cta,
  .team-cta-inner {
    min-height: 0;
  }

  .proposal-lines {
    gap: 18px;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
}

/* ===== Mobile (<=600px) ===== */
@media (max-width: 600px) {
  :root {
    --section-title-size: 27px;
    --section-label-size: 14px;
    --section-lead-size: 15px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  /* First view: dedicated portrait SP image, full-bleed cover */
  .fv {
    min-height: auto;
  }

  .fv-bg {
    background-image: url("./assets/fv-bg_SP.png");
    background-size: cover;
    background-position: center 22%;
    background-color: #07090b;
    transform: none;
  }

  /* Darken the lower half so the white copy stays legible over the bright stage */
  .fv-shade {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.34) 0%,
      rgba(0, 0, 0, 0.12) 26%,
      rgba(0, 0, 0, 0.5) 52%,
      rgba(0, 0, 0, 0.86) 100%
    );
  }

  .fv-inner {
    padding-top: 140px;
    padding-bottom: 52px;
  }

  h1 {
    max-width: 100%;
    font-size: 33px;
    line-height: 1.55;
    letter-spacing: -0.02em;
  }

  h1 span {
    white-space: normal;
  }

  .br-sp {
    display: inline;
  }

  .fv-kicker {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .fv-service {
    margin-top: 18px;
    font-size: 28px;
    letter-spacing: -0.01em;
  }

  .fv-lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.95;
    font-weight: 600;
  }

  .fv-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .fv-cta-image {
    width: 100%;
    max-width: 360px;
    height: auto;
  }

  .fv-cta-image img {
    width: 100%;
    height: auto;
  }

  /* Section heading fixed sizes */
  .director-power h2,
  .team-cta h2 {
    font-size: 20px;
    line-height: 1.6;
  }

  .power-kicker {
    font-size: 22px;
    line-height: 1.5;
  }

  .director-power h2 span:last-child {
    font-size: 50px;
    line-height: 1.18;
  }

  .director-power {
    min-height: auto;
  }

  .director-power-bg {
    background-position: 66% 28%;
  }

  .director-watermark {
    width: min(98vw, 384px);
    white-space: normal;
    font-size: 60px;
    line-height: 0.92;
    letter-spacing: -0.03em;
  }

  .director-watermark-top {
    top: 40px;
    left: 12px;
  }

  .director-watermark-bottom {
    left: 12px;
    bottom: 8px;
  }

  .director-power-inner {
    max-width: calc(100% - 44px);
    padding-top: 150px;
    padding-bottom: 120px;
    padding-left: 2px;
  }

  .director-power h2 {
    margin-top: 26px;
  }

  .power-rule {
    width: 72%;
    margin-top: 30px;
  }

  .power-copy {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.95;
    letter-spacing: 0.05em;
  }

  .power-copy strong {
    font-size: 40px;
  }

  .power-copy span {
    margin-left: 0;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }

  .team-cta-link {
    width: 100%;
    font-size: 18px;
    margin-top: 36px;
  }

  .team-cta-link span:last-child {
    font-size: 22px;
  }

  .team-cta-visual {
    min-height: 0;
    margin-top: 10px;
  }

  .team-cta-visual p {
    top: -14px;
    left: -2px;
    font-size: 54px;
    letter-spacing: -0.045em;
  }

  .team-cta-visual img {
    width: calc(100% + 56px);
    max-width: none;
    margin-inline: -28px;
  }

  /* Card grids -> single column */
  .issue-cards,
  .professional-cards,
  .case-cards,
  .staff-cards,
  .staff-benefits,
  .mini-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .issue-cards {
    gap: 18px;
    max-width: 360px;
    margin-inline: auto;
  }

  /* Tame oversized fixed heights/paddings */
  .track-record,
  .team-cta {
    min-height: 0;
  }

  /* Lead was 22px (desktop) — far larger than the 15-16px leads elsewhere */
  .team-cta-lead {
    font-size: 16px;
    margin-top: 28px;
  }

  .track-record {
    padding-bottom: 44px;
  }

  /* Track-record heading: balance the line breaks and number size on mobile */
  .section-label {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }

  .track-record h2 {
    margin-top: 22px;
    line-height: 1.7;
  }

  .track-record h2 strong {
    margin: 0 5px;
    font-size: 40px;
    line-height: 1;
  }

  .track-record-lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
  }

  /* Marquee was absolutely pinned (bottom:164px) to a tall desktop section;
     drop it into normal flow so it sits below the stats instead of over them */
  .logo-marquee {
    position: static;
    bottom: auto;
    width: 100%;
    height: 110px;
    margin-top: 30px;
  }

  .logo-intro {
    margin-top: 44px;
    font-size: 15px;
    letter-spacing: 0.01em;
  }

  .logo-placeholder {
    width: 150px;
  }

  /* Team panel bg: the tall-narrow mobile panel would vertically stretch a
     100%/100% fill, so show the artwork as a natural-height band at the top */
  .team-white-panel {
    background-size: 100% auto;
    background-position: top center;
  }

  /* Decorative team-cta accents scaled down */
  .team-cta::before {
    width: 110px;
    height: 90px;
    top: 28px;
    left: 22px;
  }

  .team-cta::after {
    width: 200px;
    height: 150px;
  }

  /* Contact form */
  .contact-inner {
    gap: 32px;
  }

  .faq-contact {
    padding: 26px 22px;
  }

  /* Contact fields: icon+label on top, input full-width below */
  .contact-field {
    grid-template-columns: 38px 1fr;
    grid-template-areas:
      "icon label"
      "input input";
    row-gap: 8px;
    align-items: center;
  }

  .contact-field .field-icon {
    grid-area: icon;
  }

  .contact-field .field-label {
    grid-area: label;
  }

  .contact-field input,
  .contact-field textarea,
  .contact-field .name-inputs {
    grid-area: input;
  }

  .contact-field-message .field-icon,
  .contact-field-message .field-label,
  .contact-field-name .field-icon,
  .contact-field-name .field-label {
    padding-top: 0;
  }

  .contact-watermark {
    right: -30px;
    top: -96px;
    font-size: 46px;
    letter-spacing: 0.02em;
  }

  /* Center the CONTACT heading block on mobile */
  .contact-copy {
    text-align: center;
  }

  .contact-label::after {
    margin-left: auto;
    margin-right: auto;
  }

  /* Eyebrow label: align to the 20px standard used by other sections */
  .contact-label {
    font-size: 20px;
  }

  .footer-brand-main {
    font-size: 26px;
  }

  .footer-logo-link {
    margin-top: 12px;
  }

  .footer-logo {
    height: 34px;
  }

  /* Proposal white card: shrink oversized side padding */
  .proposal-box {
    margin-top: 40px;
    padding: 34px 22px;
    border-radius: 6px;
  }

  .proposal-box p {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

  .proposal-chat-icon {
    margin: 0 auto;
  }

  /* Tighten the gap between the circle and the "解決します！" heading */
  .solution {
    padding: 150px 0 72px;
  }

  /* STEP cards: stack illustration under the text, centered badge + ribbon */
  .solution-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 76px;
  }

  .solution-step {
    left: 50%;
    top: -34px;
    transform: translateX(-50%);
    width: 90px;
  }

  .solution-ribbon {
    position: static;
    margin: 0 auto;
    min-width: 0;
    width: max-content;
    max-width: calc(100% - 40px);
    height: 40px;
    justify-content: center;
    padding: 0 32px;
    clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
    font-size: 18px;
  }

  .solution-card-body {
    padding: 26px 22px 4px;
  }

  .solution-card h3 {
    font-size: 22px;
    line-height: 1.5;
  }

  .solution-card h3 span {
    white-space: nowrap;
  }

  .solution-card p {
    font-size: 14px;
    text-align: center;
  }

  .solution-card p br {
    display: none;
  }

  .solution-illust {
    max-width: 260px;
    padding: 8px 0 30px;
  }

  /* 「そのお悩み」circle: shrink so it doesn't dominate the mobile view */
  .issue-transition {
    width: 112px;
    height: 112px;
    border-width: 5px;
    top: 14px;
  }

  .issue-transition span {
    font-size: 26px;
    line-height: 1.12;
  }

  /* Proposal title: tame the oversized red text + watermark overlap */
  .proposal-bg-word {
    top: -46px;
    font-size: 44px;
    letter-spacing: -0.02em;
  }

  .proposal-cta h2 {
    line-height: 1.5;
    letter-spacing: -0.03em;
  }

  .proposal-cta h2 span {
    font-size: 30px;
  }

  /* Stack the two CTA buttons vertically and enlarge them */
  .proposal-actions {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
  }

  .proposal-button-image {
    width: 100%;
    max-width: 340px;
    height: auto;
  }

  .proposal-button-image img {
    width: 100%;
    height: auto;
  }

  /* FAQ: stop the 190px Q column from squeezing the answer into a sliver */
  .faq-item {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .faq-question-mark {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 12px;
    padding: 22px 22px 0;
  }

  .faq-question-mark::after {
    content: none;
  }

  .faq-question-mark b {
    width: auto;
    font-size: 40px;
    line-height: 1;
  }

  .faq-question-mark span {
    width: auto;
    margin-top: 0;
    font-size: 27px;
    line-height: 1;
  }

  .faq-question-mark span::after {
    width: 40px;
    height: 2px;
    margin: 8px 0 0;
  }

  .faq-heading h2 {
    font-size: 24px;
    letter-spacing: 0.01em;
  }

  .faq-watermark {
    top: -78px;
    left: -30px;
    font-size: 56px;
  }

  /* Fit the requested one-line lead ("...ご質問をまとめました。") on SP */
  .faq-heading span {
    font-size: 14px;
    letter-spacing: 0;
  }

  /* Fixed bottom CTA bar: two buttons side by side on a black band */
  .sp-fixed-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    gap: 10px;
    padding: 10px 14px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    background: #0a0a0a;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.28);
  }

  .sp-fixed-cta-button {
    flex: 1 1 0;
    display: block;
    min-width: 0;
  }

  .sp-fixed-cta-button img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* Keep the footer clear of the fixed bar */
  .site-footer {
    padding-bottom: 96px;
  }

  .faq-answer {
    padding: 14px 22px 26px;
  }

  .faq-answer h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  /* Staff cards: stack avatar on top so the bio gets full width */
  .staff-card {
    --card-pad: 22px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "cat"
      "avatar"
      "main"
      "list";
    justify-items: center;
    column-gap: 0;
    row-gap: 14px;
    min-height: 0;
    padding: 24px 22px;
    text-align: center;
  }

  .staff-cat {
    justify-self: center;
    margin-bottom: 0;
  }

  .staff-card-body {
    align-items: center;
    width: 100%;
  }

  .staff-card-role {
    align-self: center;
  }

  .staff-card .staff-list ul {
    text-align: left;
  }

  /* Flow: enlarge the STEP badge; center the vertical line on the circles */
  .flow-list::before {
    left: 37px;
    top: 85px;
    bottom: auto;
    height: 561px;
  }

  .flow-step {
    grid-template-columns: 84px 1fr;
    gap: 14px;
  }

  .step-badge {
    width: 84px;
  }

  .flow-card {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 16px 16px;
    min-height: 0;
  }

  .flow-card img {
    width: 56px;
    height: 56px;
  }

  .flow-card div {
    padding-left: 14px;
  }

  .flow-card h3 {
    font-size: 15px;
    line-height: 1.3;
  }

  .flow-card p {
    font-size: 12.5px;
  }

  /* Flow note: drop the desktop offset that pushed it off-screen */
  .flow-note {
    width: 100%;
    transform: none;
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 16px 18px;
  }

  .flow-note img {
    width: 36px;
    height: 36px;
  }

  .flow-note p {
    font-size: 13px;
  }

  /* Professional panel: desktop 112px+96px insets crushed content to ~180px */
  .professional-solutions {
    padding: 24px 0 40px;
  }

  .professional-panel {
    width: 100%;
    min-height: 0;
    border-radius: 0;
    background: #f4f5f6;
  }

  .professional-inner {
    width: min(100% - 72px, 1260px);
    margin: 0 auto;
    padding: 64px 0 40px;
  }

  /* Match TEAM STRUCTURE eyebrow/title/lead sizing & spacing on mobile.
     Higher specificity needed: .professional-label is a <p>, so
     .professional-heading p (0,1,1) otherwise wins over .professional-label. */
  .professional-heading .professional-label {
    font-size: 20px;
    font-weight: 950;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  /* Center the PROFESSIONAL heading block on mobile */
  .professional-heading {
    text-align: center;
  }

  .professional-label::after {
    width: 82px;
    height: 3px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .professional-heading h2 {
    margin-top: 30px;
    line-height: 1.25;
    letter-spacing: -0.04em;
  }

  .professional-heading h2 + p {
    margin-top: 30px;
    font-weight: 800;
  }

  .lead-br-sp {
    display: inline;
  }

  .pc-br {
    display: none;
  }

  /* Section top spacing unified to 64px (matches TEAM STRUCTURE) on mobile */
  .plans {
    padding: 64px 0 72px;
  }

  .plans-bg-word {
    top: -52px;
    left: -6px;
    font-size: 48px;
    letter-spacing: 0.04em;
  }

  .plans-note {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }

  .employee-system-inner {
    padding: 64px 0 80px;
  }

  /* 説明文を見出しに格上げ：他セクションのタイトルに近い大きさに */
  .employee-system-heading h2 {
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.005em;
  }

  .employee-system-heading p.employee-system-sub {
    font-size: 21px;
    line-height: 1.7;
    margin-top: 16px;
  }

  /* Features (全国の現場を、ひとつの窓口で。): trim oversized desktop spacing */
  .features-inner {
    padding: 64px 0 54px;
  }

  .features-head p {
    font-size: 20px;
  }

  .features-head p::after {
    width: 120px;
    margin-top: 20px;
  }

  .features-head h2 {
    margin-top: 28px;
  }

  .features-lead {
    margin-top: 26px !important;
  }

  .features-visual {
    margin-top: 44px;
  }

  .industry-box {
    padding: 22px 18px 24px;
  }

  .industry-box p {
    font-size: 14px;
    line-height: 1.85;
  }

  /* Track-record stats: stack the two figures, the 72px numbers overflowed */
  .stats-panel {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 28px;
  }

  .stat-divider {
    width: 70%;
    height: 1px;
    margin: 4px auto;
  }

  .stat-item strong {
    font-size: 54px;
  }

  .stat-item strong span {
    font-size: 22px;
  }

  .stat-item p {
    font-size: 16px;
  }

  /* Comparison table: enlarge + horizontal scroll like team-structure board */
  .employee-table {
    width: auto;
    margin-top: 40px;
    margin-inline: -20px;
    padding: 4px 20px 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .employee-table img {
    width: 760px;
    max-width: none;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  }

  .employee-scroll-hint {
    display: block;
    width: auto;
    margin: 12px 20px 0;
  }

  /* Comparison-table legend: no-wrap flex row overflowed; stack it */
  .employee-legend {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    white-space: normal;
    font-size: 14px;
    padding-inline: 20px;
  }

  .employee-legend b {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}
