﻿:root {
  --blue: #0053b7;
  --deep-blue: #002c72;
  --navy: #031f57;
  --cyan: #dff3ff;
  --pale: #f4fbff;
  --lime: #c8ff00;
  --lime-dark: #a5df00;
  --white: #ffffff;
  --ink: #061b42;
  --muted: #52647e;
  --line: #b8d4f0;
  --shadow: 0 18px 36px rgba(0, 44, 114, 0.18);
  --radius: 8px;
  --content-width: 1300px;
  --anchor-offset: 104px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  background: var(--white);
  letter-spacing: 0;
}

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

img {
  max-width: 100%;
}

button,
input {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 0 0 0 clamp(24px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 20px rgba(1, 32, 87, 0.08);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-width: 300px;
}

.brand-logo {
  display: block;
  width: min(300px, 28vw);
  height: auto;
}

.brand strong {
  display: block;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--deep-blue);
  font-size: 11px;
  font-weight: 800;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2vw, 34px);
  font-size: 14px;
  font-weight: 900;
  color: var(--navy);
}

.site-nav a {
  padding: 10px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-self: stretch;
  align-items: center;
  gap: 20px;
}

.social {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.social svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.instagram {
  background: linear-gradient(135deg, #ffb400, #ec3e7d 45%, #7442ff);
}

.instagram .fa-instagram-icon {
  width: 24px;
  height: 24px;
}

.phone-cta {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
  min-height: 96px;
  min-width: 250px;
  padding: 18px 34px 16px 28px;
  color: #fff;
  background: linear-gradient(135deg, #075fdd 0%, #0047b5 100%);
}

.phone-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
}

.phone-icon svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.phone-copy {
  display: grid;
  gap: 5px;
}

.phone-number {
  display: block;
  font-size: 26px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
}

.phone-cta small {
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: var(--blue);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 3px;
  margin: 0;
  background: #fff;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: #0b6dcc;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: min(100%, 1920px);
  pointer-events: none;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(0, 58, 161, 0.78) 0%, rgba(0, 99, 200, 0.58) 34%, rgba(0, 107, 202, 0.2) 57%, rgba(0, 60, 150, 0) 72%),
    linear-gradient(180deg, rgba(0, 48, 132, 0) 0%, rgba(0, 45, 125, 0.16) 62%, rgba(0, 24, 85, 0.54) 100%);
}

.hero-bg,
.sky,
.city,
.building-edge {
  position: absolute;
  inset: 0;
}

.hero-bg {
  left: 50%;
  right: auto;
  width: min(100%, 1920px);
  transform: translateX(-50%);
  background: url("../images/recruit/images/hero-bg-faithful-ai.png") center center / cover no-repeat;
}

.hero-bg > * {
  display: none;
}

.sky {
  background:
    radial-gradient(circle at 70% 13%, rgba(255, 255, 255, 0.95) 0 7%, transparent 8%),
    radial-gradient(circle at 77% 18%, rgba(255, 255, 255, 0.8) 0 8%, transparent 9%),
    radial-gradient(circle at 19% 24%, rgba(255, 255, 255, 0.58) 0 5%, transparent 6%),
    linear-gradient(142deg, #0054b5 0%, #0879d9 45%, #9fe1ff 100%);
}

.city {
  top: auto;
  height: 45%;
  opacity: 0.78;
  background:
    linear-gradient(to top, rgba(0, 29, 92, 0.72), rgba(0, 62, 139, 0.05)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0 3px, transparent 3px 58px),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(255, 255, 255, 0.65) 22px 24px),
    linear-gradient(to top, rgba(255, 255, 255, 0.8), transparent);
  clip-path: polygon(0 42%, 8% 35%, 8% 22%, 14% 22%, 14% 47%, 19% 47%, 19% 29%, 26% 29%, 26% 8%, 34% 8%, 34% 42%, 40% 42%, 40% 19%, 48% 19%, 48% 34%, 56% 34%, 56% 14%, 63% 14%, 63% 47%, 70% 47%, 70% 27%, 77% 27%, 77% 39%, 84% 39%, 84% 18%, 93% 18%, 93% 46%, 100% 46%, 100% 100%, 0 100%);
}

.building-edge {
  left: auto;
  width: 27%;
  background:
    repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.08) 0 6px, transparent 6px 16px),
    linear-gradient(105deg, #687d96, #d8e1ea 38%, #596a82 40%, #c6d1dc);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  box-shadow: inset 35px 0 50px rgba(0, 54, 130, 0.4);
}

.rope {
  position: absolute;
  width: 5px;
  min-height: 120%;
  background: linear-gradient(#cdfd00, #0b5fd1 45%, #cdfd00);
  box-shadow: 0 0 0 2px rgba(0, 38, 84, 0.3);
  transform-origin: top center;
}

.rope-a {
  right: 33%;
  top: -8%;
  transform: rotate(14deg);
}

.rope-b {
  right: 18%;
  top: -8%;
  transform: rotate(12deg);
}

.worker {
  position: absolute;
  width: 136px;
  height: 220px;
  transform: rotate(-15deg);
  filter: drop-shadow(18px 20px 18px rgba(0, 26, 65, 0.35));
}

.worker span {
  position: absolute;
  display: block;
}

.worker-main {
  right: 30%;
  top: 138px;
  transform: scale(1.6) rotate(-13deg);
}

.worker-sub {
  right: 10%;
  top: 112px;
  transform: scale(1.08) rotate(-9deg);
}

.helmet {
  left: 50px;
  top: 12px;
  width: 58px;
  height: 38px;
  background: #ffdd18;
  border: 5px solid #17253e;
  border-radius: 60% 60% 42% 42%;
}

.body {
  left: 42px;
  top: 58px;
  width: 58px;
  height: 88px;
  background: linear-gradient(135deg, #eef3fa 0 42%, #17253e 43%);
  border: 5px solid #17253e;
  border-radius: 18px 18px 16px 16px;
}

.body::after {
  content: "";
  position: absolute;
  inset: 18px 12px;
  border: 4px solid #ffca11;
  border-radius: 8px;
}

.arm {
  top: 68px;
  width: 28px;
  height: 82px;
  background: #eef3fa;
  border: 5px solid #17253e;
  border-radius: 999px;
}

.arm-left {
  left: 18px;
  transform: rotate(32deg);
}

.arm-right {
  right: 12px;
  transform: rotate(-38deg);
}

.leg {
  top: 135px;
  width: 32px;
  height: 92px;
  background: #17253e;
  border-radius: 999px;
}

.leg-left {
  left: 42px;
  transform: rotate(22deg);
}

.leg-right {
  left: 75px;
  transform: rotate(-34deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(660px, 92vw);
  padding: 82px 0 0 max(32px, calc((100% - var(--content-width)) / 2));
  color: #fff;
}

.hero-copy .lead {
  margin: 0 0 4px;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  text-shadow: 0 3px 0 rgba(0, 31, 82, 0.34);
}

.hero h1 {
  margin: 0;
}

.hero-title-img {
  display: block;
  width: min(635px, 49vw);
  max-width: none;
  height: auto;
  margin: 0 0 18px;
  filter: drop-shadow(0 8px 16px rgba(0, 25, 80, 0.18));
}

.hero-ribbon {
  display: grid;
  gap: 6px;
  width: fit-content;
  margin: 32px 0 20px;
}

.hero-ribbon p {
  width: fit-content;
  margin: 0;
  padding: 9px 20px;
  color: #fff;
  background: rgba(0, 24, 78, 0.88);
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 900;
  transform: skewX(-8deg);
}

.primary-cta,
.submit-btn,
.fixed-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 8px;
  color: #061b42;
  background: linear-gradient(180deg, #d6ff00, #bdf000);
  box-shadow: 0 7px 0 #00377f, 0 18px 30px rgba(0, 24, 74, 0.22);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 1000;
  cursor: pointer;
}

.primary-cta {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  width: min(394px, 90vw);
  min-width: 0;
  min-height: 86px;
  gap: 5px;
  padding: 14px 60px 16px;
  border-radius: 18px;
  font-size: clamp(25px, 2.35vw, 31px);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
}

.primary-cta small {
  width: 100%;
  margin: 0;
  color: #253500;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.primary-cta span {
  position: absolute;
  right: 24px;
  top: 50%;
  margin: 0;
  font-size: 42px;
  line-height: 1;
  transform: translateY(-50%);
}

.hero-note {
  width: min(394px, 90vw);
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.hero-side-label {
  position: absolute;
  right: max(12px, calc((100% - 1920px) / 2 + 12px));
  bottom: 76px;
  z-index: 3;
  width: 116px;
  height: 318px;
  overflow: visible;
  pointer-events: none;
}

.hero-side-label-text {
  display: block;
  position: absolute;
  max-width: none;
  height: auto;
  transform-origin: center;
}

.hero-side-label-main {
  width: 278px;
  left: -88px;
  top: 86px;
  transform: rotate(-72deg);
}

.hero-side-label-sub {
  width: 246px;
  left: -70px;
  top: 202px;
  transform: rotate(-72deg);
}

.section {
  position: relative;
  overflow: hidden;
}

.section[id] {
  scroll-margin-top: var(--anchor-offset);
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
}

.section-number {
  position: absolute;
  left: clamp(16px, 4vw, 44px);
  top: 20px;
  z-index: 1;
  width: clamp(100px, 13vw, 170px);
  line-height: 0;
}

.section-number img {
  display: block;
  width: 100%;
  height: auto;
}

.about-section {
  padding: 54px 0 46px;
  background:
    radial-gradient(circle at 3% 12%, rgba(0, 83, 183, 0.07), transparent 20%),
    url("../images/recruit/images/about-bg-regenerated.png") center / cover no-repeat,
    linear-gradient(#fff, #fff);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 48px;
  align-items: center;
}

.section-kicker {
  margin: 0 0 5px 92px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.about-section .section-kicker {
  margin: 14px 0 22px 8px;
  font-size: 18px;
  line-height: 1.2;
}

.section h2 {
  margin: 0 0 28px;
  color: var(--ink);
  font-size: clamp(36px, 4.2vw, 62px);
  font-weight: 1000;
  line-height: 1.08;
}

.section h2 span {
  color: var(--blue);
}

.about-section h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(40px, 4.1vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.about-section .about-title-main {
  color: var(--navy);
  font-weight: 800;
}

.about-section .about-title-suffix {
  display: inline-block;
  color: var(--ink);
  font-size: 70%;
  font-weight: 900;
  vertical-align: baseline;
}

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

.gear-card {
  display: grid;
  grid-template-rows: auto auto auto;
  min-height: 196px;
  padding: 10px 14px 14px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 18px rgba(1, 62, 140, 0.06);
}

.gear-card h3 {
  margin: 6px 0 2px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 1000;
}

.gear-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
}

.gear-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  justify-self: center;
  align-self: center;
  border-radius: 6px;
  background: #fff;
}

.trust-points {
  display: grid;
  grid-template-columns: 0.92fr 1.16fr 0.92fr;
  gap: 12px;
  margin-top: 20px;
}

.trust-item {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
}

.trust-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 50%;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.82);
}

.trust-icon svg {
  display: block;
  width: 36px;
  height: 36px;
}

.trust-item p {
  display: grid;
  gap: 4px;
  margin: 0;
}

.trust-points strong {
  color: var(--blue);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.2;
}

.trust-item:nth-child(2) strong,
.trust-item:nth-child(3) strong {
  white-space: nowrap;
}

.trust-points small {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.movie-area {
  position: relative;
  display: grid;
  align-self: center;
  justify-items: center;
  padding-top: 0;
}

.sns-ribbon {
  display: grid;
  gap: 6px;
  width: min(320px, 100%);
  margin-bottom: 16px;
  text-align: center;
  transform: rotate(-3deg);
}

.sns-ribbon strong,
.sns-ribbon span {
  justify-self: center;
  padding: 9px 24px;
  color: #fff;
  background: var(--blue);
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  box-shadow: 5px 5px 0 rgba(0, 41, 112, 0.16);
}

.sns-ribbon strong {
  width: min(200px, 72%);
}

.sns-ribbon span {
  width: max-content;
  min-width: 280px;
  margin-left: 24px;
  background: var(--deep-blue);
}

.sns-icons {
  position: absolute;
  right: 8px;
  top: 36px;
  display: flex;
  gap: 10px;
}

.movie-lead {
  margin: 0 0 12px;
  color: var(--deep-blue);
  font-weight: 1000;
  text-align: center;
}

.phone-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: 100%;
  margin-bottom: 18px;
}

.follow-text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 70px;
  color: var(--deep-blue);
  font-weight: 1000;
  line-height: 1.45;
  text-align: center;
}

.follow-text::before,
.follow-text::after {
  position: absolute;
  top: calc(72% + 14px);
  width: 62px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.follow-text::before {
  left: 2px;
  transform: translateY(-50%) rotate(55deg);
  transform-origin: right center;
}

.follow-text::after {
  right: 2px;
  transform: translateY(-50%) rotate(-55deg);
  transform-origin: left center;
}

.phone-mock {
  aspect-ratio: 9 / 16;
  height: auto;
  padding: 7px 5px;
  border: 4px solid #111827;
  border-radius: 22px;
  background: #111827;
  box-shadow: var(--shadow);
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(80deg, transparent 48%, rgba(216, 255, 0, 0.8) 49% 51%, transparent 52%),
    linear-gradient(100deg, transparent 58%, rgba(0, 44, 114, 0.75) 59% 62%, transparent 63%),
    linear-gradient(160deg, #b9efff 0 35%, #1573c5 36% 62%, #5f6a72 63%);
}

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

.scene-two {
  background:
    linear-gradient(88deg, transparent 42%, rgba(216, 255, 0, 0.8) 43% 45%, transparent 46%),
    linear-gradient(110deg, #c9e4f7 0 38%, #6c7580 39% 64%, #1d4d86 65%);
}

.scene-three {
  background:
    linear-gradient(88deg, transparent 62%, rgba(216, 255, 0, 0.8) 63% 65%, transparent 66%),
    linear-gradient(160deg, #a8e8ff 0 35%, #0b70ce 36% 58%, #e4f0f8 59%);
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--blue);
}

.fit-section {
  padding: 38px 0 34px;
  background:
    url("../images/recruit/images/fit-bg-regenerated.png") center / cover no-repeat,
    linear-gradient(180deg, #f8fcff 0%, #ffffff 62%, #edf8ff 100%);
}

.fit-grid {
  display: grid;
  grid-template-columns: 0.92fr 0.5fr 1fr;
  gap: 24px;
  align-items: center;
  min-height: 286px;
}

.fit-copy,
.fit-message {
  position: relative;
  z-index: 2;
}

.fit-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(36px, 3.6vw, 48px);
  line-height: 1.08;
}

.check-script {
  position: absolute;
  left: 300px;
  top: 42px;
  display: block;
  width: 118px;
  height: auto;
  transform: rotate(-8deg);
}

.check-list {
  display: grid;
  gap: 8px;
  width: min(460px, 100%);
  max-width: none;
  margin: 0;
  padding: 18px 22px 20px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 33px;
  overflow: visible;
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 800;
  line-height: 1.36;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  border: 2px solid var(--navy);
  background: rgba(255, 255, 255, 0.86);
  box-sizing: border-box;
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 8px;
  height: 17px;
  border-right: 2px solid #5fc72f;
  border-bottom: 2px solid #5fc72f;
  transform: rotate(42deg);
  transform-origin: center;
}

.hanging-worker {
  position: relative;
  z-index: 0;
  height: 286px;
  pointer-events: none;
}

.fit-worker-img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  z-index: 0;
  width: clamp(160px, 17vw, 220px);
  height: auto;
  transform: translate(-50%, -52%);
  filter: drop-shadow(0 14px 18px rgba(0, 44, 114, 0.16));
}

.rope-fit-a {
  left: 52%;
  top: -80px;
  transform: rotate(-10deg);
}

.rope-fit-b {
  left: 36%;
  top: -90px;
  transform: rotate(14deg);
}

.worker-floating {
  left: 22%;
  top: 44px;
  transform: scale(0.98) rotate(16deg);
}

.fit-message {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 0;
  overflow: visible;
  background: none !important;
  clip-path: none !important;
  /* Background panel is supplied by assets/images/fit-catch.png. */
  /* background: var(--deep-blue); */
  /* clip-path: polygon(4% 0, 100% 8%, 94% 100%, 0 88%); */
}

.fit-message::after {
  content: none !important;
  display: none !important;
}

.fit-catch-img {
  display: block;
  width: min(660px, 100%);
  max-width: 100%;
  height: auto;
  transform: none;
  filter: drop-shadow(0 18px 24px rgba(0, 44, 114, 0.14));
}

.city-line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  height: 100px;
  opacity: 0.32;
  background:
    repeating-linear-gradient(90deg, var(--blue) 0 3px, transparent 3px 56px),
    repeating-linear-gradient(0deg, transparent 0 20px, var(--blue) 20px 23px);
  clip-path: polygon(0 72%, 8% 70%, 8% 44%, 16% 44%, 16% 76%, 24% 76%, 24% 28%, 33% 28%, 33% 66%, 42% 66%, 42% 18%, 51% 18%, 51% 78%, 60% 78%, 60% 39%, 69% 39%, 69% 74%, 78% 74%, 78% 26%, 88% 26%, 88% 78%, 100% 78%, 100% 100%, 0 100%);
}

.voices-section {
  padding: 42px 0 54px;
  background:
    radial-gradient(circle at 8% 38%, rgba(255, 255, 255, 0.5) 0 2px, transparent 2px),
    url("../images/recruit/images/voices-bg-regenerated.png") center / cover no-repeat,
    linear-gradient(180deg, #d8f0ff, #edf9ff);
  background-size: 12px 12px, cover, auto;
  background-repeat: repeat, no-repeat, no-repeat;
}

.voices-section h2 {
  margin-left: 30px;
  font-weight: 800;
}

.voice-wrap {
  position: relative;
}

.voice-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.voice-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.voice-card.is-active {
  box-shadow: 0 24px 42px rgba(0, 44, 114, 0.24);
}

.voice-photo {
  height: 180px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.02), rgba(0, 44, 114, 0.08)),
    var(--voice-image) center top / cover no-repeat;
}

.group-photo {
  --voice-image: url("../images/recruit/images/voice-photo-01.png");
}

.talk-photo {
  --voice-image: url("../images/recruit/images/voice-photo-02.png");
}

.sky-photo {
  --voice-image: url("../images/recruit/images/voice-photo-03.png");
}

.voice-comment {
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 108px;
  padding: 0 18px 12px 14px;
}

.avatar {
  position: relative;
  display: block;
  width: 112px;
  height: 112px;
  margin-top: -28px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px #d8eafb;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.14));
}

.avatar::before {
  content: none;
}

.avatar::after {
  content: none;
}

.avatar img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  object-fit: contain;
  object-position: center center;
  transform: translateY(10px) scale(1.16);
  transform-origin: center bottom;
}

.voice-comment p {
  margin: 0;
  color: var(--blue);
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 1000;
  line-height: 1.45;
}

.slide-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: transparent;
  background: #fff;
  box-shadow: 0 7px 18px rgba(0, 44, 114, 0.14);
  font-size: 28px;
  font-weight: 900;
  cursor: pointer;
  transform: translateY(-50%);
}

.slide-btn::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 4px solid var(--blue);
  border-left: 4px solid var(--blue);
}

.slide-btn.prev::before {
  transform: translateX(2px) rotate(-45deg);
}

.slide-btn.next::before {
  transform: translateX(-2px) rotate(135deg);
}

.slide-btn.prev {
  left: -21px;
}

.slide-btn.next {
  right: -21px;
}

.entry-section {
  position: relative;
  padding: 44px 0 48px;
  background:
    url("../images/recruit/images/entry-bg-regenerated.png") center / cover no-repeat,
    #fff;
}

.entry-section .section-number {
  left: max(8px, calc((100% - var(--content-width)) / 2 - 38px));
  top: 62px;
  width: clamp(116px, 11vw, 150px);
  opacity: 0.95;
}

.entry-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: center;
}

.entry-copy {
  width: min(620px, 100%);
  max-width: none;
  margin-inline: auto;
  padding-left: 0;
  text-align: center;
}

.easy-label {
  position: relative;
  display: inline-flex;
  min-width: 190px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  border-radius: 999px;
  color: #032451;
  background: var(--lime);
  font-size: 20px;
  font-weight: 1000;
  line-height: 1;
}

.easy-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 12px solid var(--lime);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: translateX(-50%);
}

#entry-title {
  margin-bottom: 26px;
  color: #05070b;
  font-size: clamp(52px, 4.75vw, 64px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
}

.entry-title-line {
  display: block;
  white-space: nowrap;
}

#entry-title .title-blue {
  color: #00255d;
  text-shadow: 0 2px 0 rgba(0, 39, 96, 0.14);
}

#entry-title .title-black {
  color: #030303;
}

#entry-title .title-blue + .title-black {
  margin-left: 0;
}

.entry-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 26px;
  text-align: center;
}

.entry-point-icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin: 0 auto 8px;
  place-items: center;
  border: 3px solid #679ddb;
  border-radius: 50%;
  color: var(--blue);
  font-size: 20px;
  font-weight: 1000;
}

.entry-point-icon svg {
  display: block;
  width: 54px;
  height: 54px;
}

.entry-points strong {
  color: var(--deep-blue);
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.35;
}

.entry-points small {
  display: none;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.entry-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 44, 114, 0.18);
}

.entry-form label {
  position: relative;
  display: block;
}

.entry-form input {
  width: 100%;
  min-height: 60px;
  padding: 0 18px 0 58px;
  border: 2px solid #ccd9e7;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 17px;
  font-weight: 800;
}

.entry-form input:focus {
  outline: 3px solid rgba(200, 255, 0, 0.48);
  border-color: var(--blue);
}

.input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  display: grid;
  z-index: 1;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--blue);
  transform: translateY(-50%);
}

.input-icon svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.submit-btn {
  min-height: 78px;
  margin-top: 2px;
  padding: 12px 18px;
  font-size: clamp(23px, 2.4vw, 34px);
  font-weight: 800;
}

.site-footer {
  color: #fff;
  background: linear-gradient(135deg, #0057bd, #00398b);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr auto;
  align-items: center;
  gap: 32px;
  width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 45px 0 30px;
}

.footer-brand {
  min-width: auto;
}

.footer-brand .brand-logo {
  width: min(260px, 100%);
}

.footer-inner address {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}

.footer-inner nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 900;
}

.footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.partner-link {
  width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.fixed-mobile-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 40;
  display: none;
  min-height: 58px;
  font-size: 19px;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    order: 3;
    margin-top: 8px;
  }

  .header-actions {
    justify-self: end;
  }

  .worker-main {
    right: 27%;
    transform: scale(1.28) rotate(-13deg);
  }

  .worker-sub {
    right: 8%;
    transform: scale(0.9) rotate(-9deg);
  }

  .about-grid,
  .fit-grid,
  .entry-grid {
    grid-template-columns: 1fr;
  }

  .fit-grid {
    gap: 8px;
  }

  .hanging-worker {
    order: 2;
    height: 270px;
  }

  .fit-message {
    order: 3;
  }

  .fit-catch-img {
    width: min(760px, 100%);
    max-width: 100%;
    transform: none;
  }

  .fit-worker-img {
    width: clamp(170px, 28vw, 240px);
  }
}

@media (max-width: 900px) {
  .voice-track {
    grid-template-columns: minmax(0, 560px);
    justify-content: center;
    gap: 24px;
  }

  .voice-card {
    width: 100%;
  }

  .voice-photo {
    height: 210px;
  }

  .voice-comment {
    grid-template-columns: 128px 1fr;
    min-height: 122px;
    padding: 0 24px 16px 18px;
  }

  .voice-comment p {
    font-size: 22px;
    line-height: 1.45;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .fit-copy {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .check-list {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .check-script {
    left: auto;
    right: 70px;
    top: 42px;
  }

  .hanging-worker,
  .fit-message {
    width: min(760px, 100%);
    margin-inline: auto;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .fit-grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.58fr);
    gap: 18px 24px;
    align-items: center;
  }

  .fit-copy {
    width: 100%;
    margin-inline: 0;
  }

  .check-list {
    width: 100%;
    margin-inline: 0;
  }

  .check-script {
    right: 24px;
    top: 42px;
  }

  .hanging-worker {
    order: initial;
    width: 100%;
    height: 330px;
    margin-inline: 0;
  }

  .fit-worker-img {
    width: clamp(230px, 26vw, 300px);
  }

  .fit-message {
    grid-column: 1 / -1;
    width: min(820px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  :root {
    --anchor-offset: 86px;
  }

  body {
    padding-bottom: 82px;
  }

  .site-header {
    min-height: 70px;
    padding: 10px 14px;
  }

  .brand {
    min-width: auto;
  }

  .site-header .brand-logo {
    width: min(230px, 62vw);
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small,
  .header-actions .social,
  .phone-cta small {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    margin: 12px -14px -10px;
    padding: 10px 18px 16px;
    background: #fff;
    box-shadow: 0 12px 20px rgba(0, 44, 114, 0.1);
  }

  .site-nav.is-open {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 16px;
  }

  .header-actions {
    display: none;
  }

  .hero {
    display: flex;
    align-items: center;
    min-height: 710px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(0, 62, 158, 0.78) 0%, rgba(0, 90, 188, 0.62) 48%, rgba(0, 36, 108, 0.62) 100%),
      linear-gradient(90deg, rgba(0, 54, 150, 0.58), rgba(0, 54, 150, 0.08));
  }

  .hero-side-label {
    display: none;
  }

  .hero-bg {
    background-position: 64% center;
  }

  .hero-copy {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .hero-title-img {
    width: min(560px, 92vw);
    margin-bottom: 50px;
  }

  .primary-cta {
    width: 100%;
    min-width: 0;
  }

  .worker-main {
    right: 22%;
    top: 420px;
    transform: scale(0.84) rotate(-13deg);
  }

  .worker-sub {
    right: -3%;
    top: 390px;
    transform: scale(0.58) rotate(-9deg);
  }

  .building-edge {
    width: 46%;
  }

  .section-inner {
    width: min(calc(100% - 28px), var(--content-width));
  }

  .fit-grid,
  .fit-copy,
  .check-list {
    min-width: 0;
    box-sizing: border-box;
  }

  .section-inner.fit-grid {
    width: min(calc(100% - 28px), var(--content-width));
  }

  .fit-copy,
  .check-list {
    width: 100%;
  }

  .about-section,
  .fit-section,
  .voices-section,
  .entry-section {
    padding: 46px 0;
  }

  .fit-copy h2 br {
    display: none;
  }

  .fit-copy h2 {
    font-size: clamp(28px, 8.4vw, 34px);
    white-space: nowrap;
  }

  .section-number {
    top: 14px;
  }

  .section-kicker {
    margin-left: 72px;
  }

  .gear-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-points,
  .phone-stack,
  .voice-track,
  .entry-points,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .entry-points {
    width: min(390px, 100%);
    margin: 28px auto 0;
    gap: 18px;
    text-align: left;
  }

  .entry-points > div {
    display: grid;
    grid-template-columns: 92px 1fr;
    column-gap: 18px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(0, 44, 114, 0.1);
  }

  .entry-points > div::after {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-self: end;
    width: 1px;
    height: 54px;
    margin-right: -10px;
    background: #d7e4f3;
  }

  .entry-point-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 66px;
    height: 66px;
    margin: 0;
    border-width: 2px;
  }

  .entry-point-icon svg {
    width: 45px;
    height: 45px;
  }

  .entry-points strong {
    grid-column: 2;
    font-size: 17px;
    line-height: 1.35;
    white-space: nowrap;
  }

  .entry-points strong br {
    display: none;
  }

  .entry-points small {
    display: block;
    grid-column: 2;
    margin-top: 5px;
  }

  .trust-points {
    gap: 18px;
    width: min(420px, 100%);
    margin-inline: auto;
  }

  .trust-item {
    position: relative;
    grid-template-columns: 92px 1fr;
    column-gap: 18px;
    padding: 18px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(0, 44, 114, 0.1);
  }

  .trust-item::after {
    content: "";
    position: absolute;
    left: 112px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 54px;
    background: #d7e4f3;
  }

  .trust-icon {
    grid-column: 1;
    grid-row: 1;
    width: 66px;
    height: 66px;
    border-width: 2px;
  }

  .trust-item p {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .trust-icon svg {
    width: 43px;
    height: 43px;
  }

  .trust-points strong {
    font-size: 18px;
    line-height: 1.35;
  }

  .trust-points small {
    font-size: 13px;
    line-height: 1.7;
  }

  .phone-mock {
    height: auto;
  }

  .phone-stack {
    max-width: 280px;
    margin-inline: auto;
  }

  .phone-stack .phone-mock {
    display: none;
  }

  .phone-stack .phone-mock:nth-child(3) {
    display: block;
  }

  .sns-icons {
    position: static;
    margin: 0 0 12px;
  }

  .follow-text {
    margin-top: 16px;
    padding: 0 48px;
  }

  .follow-text::before,
  .follow-text::after {
    width: 34px;
  }

  .check-script {
    position: absolute;
    left: auto;
    right: 30px;
    top: 22px;
    margin: 0;
    width: 96px;
  }

  .voice-comment p {
    font-size: 24px;
    line-height: 1.42;
  }

  .hanging-worker {
    height: 230px;
  }

  .fit-worker-img {
    width: min(200px, 56vw);
  }

  .fit-message {
    padding: 0;
  }

  .fit-catch-img {
    width: 100%;
    max-width: 100%;
  }

  .city-line {
    width: 100%;
  }

  .slide-btn {
    display: none;
  }

  .easy-label {
    margin-left: 0;
  }

  .entry-copy {
    padding-left: 0;
  }

  #entry-title {
    font-size: 39px;
  }

  .entry-title-line {
    white-space: normal;
  }

  .entry-form {
    padding: 18px;
  }

  .footer-inner {
    gap: 24px;
    justify-items: center;
    text-align: center;
  }

  .footer-brand .brand-logo {
    margin-inline: auto;
  }

  .footer-inner address {
    text-align: center;
  }

  .footer-inner nav {
    flex-wrap: wrap;
    gap: 14px 28px;
  }

  .footer-social {
    justify-content: center;
  }

  .fixed-mobile-cta {
    display: inline-flex;
  }
}

@media (max-width: 420px) {
  .gear-grid {
    grid-template-columns: 1fr;
  }

  .hero-title-img {
    width: 100%;
  }

  .section h2 {
    font-size: 34px;
  }

  .fit-copy h2 {
    font-size: 30px;
  }

  .submit-btn {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .voice-comment p {
    font-size: 17px;
    line-height: 1.4;
  }

  .check-script {
    right: -10px;
    top: 42px;
    width: 92px;
  }

  .check-list {
    gap: 7px;
    padding: 14px 14px 16px;
  }

  .check-list li {
    padding-left: 28px;
    font-size: 15px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .check-list li::before {
    top: 1px;
    width: 19px;
    height: 19px;
  }

  .check-list li::after {
    left: 6px;
    top: -1px;
    width: 7px;
    height: 16px;
  }
}

/* WordPress / Contact Form 7 integration */
body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .section[id] {
  scroll-margin-top: calc(var(--anchor-offset) + 32px);
}

.entry-form .wpcf7,
.entry-form .wpcf7-form {
  display: contents;
}

.entry-form .wpcf7-form > p {
  display: contents;
  margin: 0;
}

.entry-form .wpcf7-form br {
  display: none;
}

.entry-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.entry-form .wpcf7-form-control-wrap::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 1;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  transform: translateY(-50%);
  pointer-events: none;
}

.entry-form .wpcf7-form-control-wrap[data-name="your-name"]::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23005ec2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='9' r='6'/%3E%3Cpath d='M5 29c1.4-8.1 5.5-12 11-12s9.6 3.9 11 12'/%3E%3C/svg%3E");
}

.entry-form .wpcf7-form-control-wrap[data-name="your-age"]::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23005ec2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='8' width='22' height='20' rx='1.5'/%3E%3Cpath d='M5 14h22M11 4v8M21 4v8'/%3E%3Cpath d='M10 18h3m5 0h3m-11 5h3m5 0h3'/%3E%3C/svg%3E");
}

.entry-form .wpcf7-form-control-wrap[data-name="your-contact"]::before,
.entry-form .wpcf7-form-control-wrap[data-name="email-01"]::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23005ec2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='8' width='24' height='17' rx='1.5'/%3E%3Cpath d='m5 10 11 9 11-9'/%3E%3C/svg%3E");
}

.entry-form .wpcf7-form-control-wrap input {
  min-height: 60px;
  padding-left: 60px;
  border-color: #c7d8ed;
  color: #061b42;
  font-size: 17px;
  font-weight: 800;
}

.entry-form .wpcf7-form-control-wrap input::placeholder {
  color: #666;
  opacity: 1;
}

.entry-form .wpcf7-spinner {
  margin: 12px auto 0;
}

.entry-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #b12a1d;
  font-size: 13px;
  font-weight: 800;
}

.entry-form .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.entry-form .wpcf7-submit.submit-btn {
  width: 100%;
  appearance: none;
}

.entry-form input.wpcf7-submit.submit-btn {
  min-height: 78px;
  margin-top: 2px;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  color: #061b42;
  background: linear-gradient(180deg, #d6ff00, #bdf000);
  box-shadow: 0 7px 0 #00377f, 0 18px 30px rgba(0, 24, 74, 0.22);
  font-size: clamp(23px, 2.4vw, 34px);
  font-weight: 800;
  cursor: pointer;
}

.recruit-entry-form-missing {
  margin: 0;
  padding: 18px;
  border: 2px solid #ccd9e7;
  border-radius: 8px;
  color: var(--deep-blue);
  background: #fff;
  font-weight: 800;
  line-height: 1.7;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar .section[id] {
    scroll-margin-top: calc(var(--anchor-offset) + 46px);
  }
}
