@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Bebas+Neue&family=DM+Serif+Display:ital@0;1&display=swap");
html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section, time, audio, video, figure, button {
  font-weight: inherit;
}

:root {
  --navy: #152740;
  --navy-mid: #1e3452;
  --navy-light: #2a4a6e;
  --orange: #2aa8c8;
  --orange-light: #4dbfd8;
  --cream: #f0f6f9;
  --warm-gray: #a8bfc8;
  --white: #ffffff;
  --text-dark: #1a1a1a;
  --text-mid: #555;
}

.recruit_lp {
  background: var(--cream);
  /* ── HERO ── */
  /* 写真プレースホルダー */
  /* 装飾ブルー四角 */
  /* 装飾グレー四角（PC中段） */
  /* ミーティング写真 — 右側にフォーカス（左端の人をカット） */
  /* メイン — 右上に大きく */
  /* 調査（しゃがみ） — 左中段 */
  /* オフィス電話 — 右下 */
  /* 屋上（明るい） — 左下 */
  /* 作業服ロゴ — 中央下 */
  /* ── STATS BAR ── */
  /* ── SECTION BASE ── */
  /* ── JOBS ── */
  /* ── SALARY ── */
  /* ── BENEFITS ── */
  /* ── TRAINING ── */
  /* 写真プレースホルダー */
  /* ── STRENGTH ── */
  /* ── PHOTO GALLERY PLACEHOLDER ── */
  /* ── BUILDING PHOTO ── */
  /* ── REQUIREMENTS ── */
  /* ── VOICE ── */
  /* ── APPLY ── */
  /* ── FOOTER ── */
  /* ── SCROLL ANIMATION ── */
  /* ── RESPONSIVE ── */
  /* さらに小さい画面（480px以下） */
}
.recruit_lp * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recruit_lp .recruit_lp_wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
  max-width: 1440px;
  margin: 0 auto;
}
.recruit_lp .hero {
  min-height: 100vh;
  background: -webkit-linear-gradient(315deg, #1a3a5c 0%, #152740 50%, #0d1e33 100%);
  background: -o-linear-gradient(315deg, #1a3a5c 0%, #152740 50%, #0d1e33 100%);
  background: linear-gradient(135deg, #1a3a5c 0%, #152740 50%, #0d1e33 100%);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  padding: 60px 60px 80px max(60px, (100% - 900px) / 2);
}
.recruit_lp .hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: 200px;
  width: 600px;
  height: 600px;
  background: -webkit-radial-gradient(circle, rgba(42, 168, 200, 0.12) 0%, transparent 70%);
  background: -o-radial-gradient(circle, rgba(42, 168, 200, 0.12) 0%, transparent 70%);
  background: radial-gradient(circle, rgba(42, 168, 200, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.recruit_lp .hero-bg-text {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(120px, 18vw, 280px);
  color: rgba(255, 255, 255, 0.04);
  white-space: nowrap;
  letter-spacing: 0.02em;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.recruit_lp .hero-accent-line {
  position: absolute;
  top: 0;
  right: 120px;
  width: 2px;
  height: 45vh;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--orange)));
  background: -webkit-linear-gradient(top, transparent, var(--orange));
  background: -o-linear-gradient(top, transparent, var(--orange));
  background: linear-gradient(to bottom, transparent, var(--orange));
  -webkit-animation: lineGrow 1.4s ease forwards;
          animation: lineGrow 1.4s ease forwards;
}
@-webkit-keyframes lineGrow {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 45vh;
    opacity: 1;
  }
}
@keyframes lineGrow {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 45vh;
    opacity: 1;
  }
}
.recruit_lp .hero-photos {
  position: absolute;
  top: 60px;
  right: 40px;
  width: clamp(300px, 42vw, 620px);
  height: clamp(400px, 70vh, 740px);
  z-index: 1;
}
.recruit_lp .hero-photos::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  width: 38%;
  height: 28%;
  background: -webkit-linear-gradient(315deg, rgba(42, 168, 200, 0.15), rgba(42, 168, 200, 0.04));
  background: -o-linear-gradient(315deg, rgba(42, 168, 200, 0.15), rgba(42, 168, 200, 0.04));
  background: linear-gradient(135deg, rgba(42, 168, 200, 0.15), rgba(42, 168, 200, 0.04));
  z-index: 0;
  pointer-events: none;
}
.recruit_lp .hero-photos::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -18px;
  width: 30%;
  height: 22%;
  background: -webkit-linear-gradient(315deg, rgba(42, 168, 200, 0.04), rgba(42, 168, 200, 0.12));
  background: -o-linear-gradient(315deg, rgba(42, 168, 200, 0.04), rgba(42, 168, 200, 0.12));
  background: linear-gradient(135deg, rgba(42, 168, 200, 0.04), rgba(42, 168, 200, 0.12));
  z-index: 0;
  pointer-events: none;
}
.recruit_lp .hero-deco-mid {
  position: absolute;
  top: 42%;
  left: 12%;
  width: 28%;
  height: 18%;
  background: rgba(30, 52, 82, 0.7);
  z-index: 0;
  pointer-events: none;
}
.recruit_lp .hero-photo {
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
          box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}
.recruit_lp .hero-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit_lp .hero-photo-sub3 img {
  -o-object-position: 90% center;
     object-position: 90% center;
}
.recruit_lp .hero-photo-main {
  top: 0;
  right: 0;
  width: 62%;
  height: 50%;
  z-index: 1;
}
.recruit_lp .hero-photo-sub1 {
  top: 10%;
  left: 8%;
  width: 42%;
  height: 38%;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.12);
}
.recruit_lp .hero-photo-sub2 {
  bottom: 24%;
  right: 5%;
  width: 48%;
  height: 32%;
  z-index: 3;
  border: 2px solid rgba(255, 255, 255, 0.12);
}
.recruit_lp .hero-photo-sub3 {
  bottom: -4%;
  left: 0;
  width: 44%;
  height: 30%;
  z-index: 4;
  border: 2px solid rgba(255, 255, 255, 0.12);
}
.recruit_lp .hero-photo-sub4 {
  bottom: 8%;
  left: 40%;
  width: 28%;
  height: 22%;
  z-index: 5;
  border: 2px solid rgba(255, 255, 255, 0.12);
}
.recruit_lp .hero-photo-sub5 {
  bottom: -10%;
  right: 18%;
  width: 28%;
  height: 24%;
  z-index: 6;
  border: 2px solid rgba(255, 255, 255, 0.12);
}
.recruit_lp .hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  -webkit-animation: fadeUp 1s ease both;
          animation: fadeUp 1s ease both;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.recruit_lp .hero-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--orange);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.recruit_lp .hero-eyebrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--orange);
}
.recruit_lp .hero-title {
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.recruit_lp .hero-title em {
  font-style: normal;
  color: #2aa8c8 !important;
}
.recruit_lp .hero-sub {
  font-size: 15px;
  line-height: 1.9;
  color: var(--warm-gray);
  font-weight: 300;
  max-width: 460px;
  margin-bottom: 48px;
}
.recruit_lp .hero-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}
.recruit_lp .hero-tag {
  background: var(--white);
  color: #2aa8c8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 8px 18px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.recruit_lp .hero-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  background: -webkit-linear-gradient(315deg, #2bc4e0 0%, #1a8fa8 50%, #1a7a94 100%);
  background: -o-linear-gradient(315deg, #2bc4e0 0%, #1a8fa8 50%, #1a7a94 100%);
  background: linear-gradient(135deg, #2bc4e0 0%, #1a8fa8 50%, #1a7a94 100%);
  color: var(--white);
  text-decoration: none;
  padding: 20px 40px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 4px 20px rgba(42, 168, 200, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(42, 168, 200, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.recruit_lp .hero-btn:hover {
  -webkit-box-shadow: 0 6px 28px rgba(42, 168, 200, 0.55), 0 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 28px rgba(42, 168, 200, 0.55), 0 4px 12px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  gap: 20px;
}
.recruit_lp .hero-btn svg {
  width: 18px;
  height: 18px;
}
.recruit_lp .stats-bar {
  background: var(--orange);
  padding: 0 max(60px, (100% - 900px) / 2);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.recruit_lp .stat-item {
  padding: 32px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: var(--white);
  -webkit-animation: fadeUp 0.7s ease both;
          animation: fadeUp 0.7s ease both;
}
.recruit_lp .stat-item:last-child {
  border-right: none;
}
.recruit_lp .stat-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}
.recruit_lp .stat-num-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
}
.recruit_lp .stat-unit {
  font-size: 18px;
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0;
  overflow: visible;
  white-space: nowrap;
}
.recruit_lp .stat-crown {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffd700;
  margin-top: 6px;
}
.recruit_lp .stat-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  opacity: 0.85;
}
.recruit_lp section {
  padding: 100px max(60px, (100% - 900px) / 2);
}
.recruit_lp .section-header {
  margin-bottom: 64px;
}
.recruit_lp .section-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--orange);
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.recruit_lp .section-eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: var(--orange);
}
.recruit_lp .section-title {
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--navy);
}
.recruit_lp .section-title em {
  font-style: normal;
  color: var(--orange);
}
.recruit_lp .jobs-section {
  background: var(--white);
  max-width: 100%;
}
.recruit_lp .jobs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #cde0ea;
}
.recruit_lp .job-card {
  background: var(--white);
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit_lp .job-card:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.recruit_lp .job-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--orange);
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.recruit_lp .job-card:hover::after {
  width: 100%;
}
.recruit_lp .job-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 100px;
  line-height: 0.9;
  color: var(--cream);
  position: absolute;
  top: 24px;
  right: 32px;
  letter-spacing: -0.02em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.recruit_lp .job-type {
  display: inline-block;
  background: var(--navy);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 5px 12px;
  margin-bottom: 22px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.recruit_lp .job-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.recruit_lp .job-subtitle {
  font-size: 13px;
  color: var(--text-mid);
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 1.6;
}
.recruit_lp .job-tasks {
  list-style: none;
  margin-bottom: 32px;
}
.recruit_lp .job-tasks li {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-dark);
  padding: 10px 0;
  border-bottom: 1px solid #e4f0f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}
.recruit_lp .job-tasks li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  margin-top: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.recruit_lp .job-salary {
  background: var(--cream);
  padding: 20px 24px;
  font-size: 13px;
  margin-top: auto;
}
.recruit_lp .job-salary-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--orange);
  margin-bottom: 6px;
}
.recruit_lp .job-salary-num {
  font-size: 22px;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.02em;
}
.recruit_lp .salary-section {
  background: var(--navy);
}
.recruit_lp .salary-section .section-title {
  color: var(--white);
}
.recruit_lp .salary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--navy-light);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.recruit_lp .salary-card {
  background: var(--navy-mid);
  padding: 40px 36px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit_lp .salary-card-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--orange);
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  min-height: 1.4em;
}
.recruit_lp .salary-card-title {
  font-size: 18px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 24px;
  line-height: 1.3;
  min-height: 3em;
}
.recruit_lp .salary-examples {
  list-style: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit_lp .salary-examples li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.recruit_lp .salary-examples li:last-child {
  border-bottom: none;
}
.recruit_lp .salary-info {
  color: var(--warm-gray);
  font-size: 12px;
}
.recruit_lp .salary-amount {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  color: var(--orange-light);
  letter-spacing: 0.03em;
}
.recruit_lp .salary-unit {
  font-size: 12px;
  color: var(--warm-gray);
  margin-left: 2px;
}
.recruit_lp .allowances-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.recruit_lp .allowance-item {
  background: transparent;
  border: none;
  border-left: 3px solid var(--orange);
  padding: 20px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit_lp .allowance-name {
  font-size: 13px;
  color: var(--warm-gray);
}
.recruit_lp .allowance-val {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
.recruit_lp .benefits-section {
  background: var(--cream);
}
.recruit_lp .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.recruit_lp .benefit-card {
  background: var(--white);
  padding: 36px 28px;
  border-top: 3px solid var(--orange);
  -webkit-transition: -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  -o-transition: transform 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
}
.recruit_lp .benefit-card:hover {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.recruit_lp .benefit-icon {
  width: 44px;
  height: 44px;
  background: var(--orange);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
.recruit_lp .benefit-icon svg {
  width: 22px;
  height: 22px;
  color: white;
  fill: none;
  stroke: white;
  stroke-width: 1.8;
}
.recruit_lp .benefit-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
.recruit_lp .benefit-desc {
  font-size: 13px;
  line-height: 1.8;
  color: var(--text-mid);
  font-weight: 300;
}
.recruit_lp .training-section {
  background: var(--white);
}
.recruit_lp .training-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.recruit_lp .photo-placeholder {
  background: var(--cream);
  border: 1px dashed #c8bfaf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aaa;
  font-size: 11px;
  letter-spacing: 0.1em;
  gap: 10px;
}
.recruit_lp .photo-placeholder svg {
  width: 36px;
  height: 36px;
  opacity: 0.4;
}
.recruit_lp .photo-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .photo-tall {
  height: 440px;
}
.recruit_lp .photo-wide {
  height: 280px;
  width: 100%;
}
.recruit_lp .photo-half {
  height: 220px;
  width: 100%;
}
.recruit_lp .training-steps {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.recruit_lp .training-step {
  padding: 28px 0;
  border-bottom: 1px solid #e4f0f5;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.recruit_lp .step-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  color: var(--orange);
  line-height: 1;
}
.recruit_lp .step-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.recruit_lp .step-desc {
  font-size: 13px;
  line-height: 1.8;
  color: var(--text-mid);
  font-weight: 300;
}
.recruit_lp .strength-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.recruit_lp .strength-bg-text {
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.02);
  line-height: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.recruit_lp .strength-section .section-title {
  color: var(--white);
}
.recruit_lp .strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
}
.recruit_lp .strength-card {
  background: var(--navy);
  padding: 48px 36px;
  border-top: 2px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.recruit_lp .strength-card:hover {
  border-top-color: var(--orange);
}
.recruit_lp .strength-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.recruit_lp .strength-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.28em;
  font-weight: 700;
  vertical-align: baseline;
  margin: 0 2px;
}
.recruit_lp .strength-num-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 33px;
}
.recruit_lp .strength-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.4;
}
.recruit_lp .strength-desc {
  font-size: 13px;
  line-height: 1.9;
  color: var(--warm-gray);
  font-weight: 300;
}
.recruit_lp .gallery-section {
  background: var(--cream);
  padding: 60px max(60px, (100% - 900px) / 2);
}
.recruit_lp .gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 8px;
}
.recruit_lp .gallery-item {
  overflow: hidden;
}
.recruit_lp .gallery-item:first-child {
  grid-row: span 2;
}
.recruit_lp .gallery-photo-placeholder {
  width: 100%;
  height: 100%;
  background: #cde0ea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aaa;
  font-size: 11px;
  letter-spacing: 0.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.recruit_lp .gallery-photo-placeholder:hover {
  background: #b8d4de;
}
.recruit_lp .gallery-photo-placeholder svg {
  width: 28px;
  height: 28px;
  opacity: 0.4;
}
.recruit_lp .gallery-photo-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_lp .building-section {
  background: var(--cream);
  padding: 60px max(60px, (100% - 900px) / 2);
  text-align: center;
}
.recruit_lp .building-photo {
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.recruit_lp .building-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.recruit_lp .building-caption {
  margin-top: 16px;
  font-size: 13px;
  color: var(--text-mid);
  letter-spacing: 0.08em;
}
.recruit_lp .requirements-section {
  background: var(--white);
}
.recruit_lp .req-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #cde0ea;
}
.recruit_lp .req-block {
  background: var(--white);
  padding: 48px 40px;
}
.recruit_lp .req-block-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--orange);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.recruit_lp .req-block-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #cde0ea;
}
.recruit_lp .req-table {
  width: 100%;
  border-collapse: collapse;
}
.recruit_lp .req-table tr {
  border-bottom: 1px solid #e4f0f5;
}
.recruit_lp .req-table th {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-mid);
  padding: 14px 0;
  width: 36%;
  vertical-align: top;
  letter-spacing: 0.05em;
}
.recruit_lp .req-table td {
  font-size: 13px;
  color: var(--text-dark);
  padding: 14px 0 14px 16px;
  line-height: 1.7;
  font-weight: 400;
}
.recruit_lp .voice-section {
  background: var(--cream);
}
.recruit_lp .voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.recruit_lp .voice-card {
  background: var(--white);
  padding: 36px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit_lp .voice-quote {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-dark);
  margin-bottom: 24px;
  font-weight: 400;
  position: relative;
  padding-top: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit_lp .voice-quote::before {
  content: '"';
  font-family: "DM Serif Display", serif;
  font-size: 72px;
  color: var(--orange);
  position: absolute;
  top: -16px;
  left: -8px;
  line-height: 1;
  opacity: 0.3;
}
.recruit_lp .voice-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid #e4f0f5;
}
.recruit_lp .voice-avatar {
  width: 48px;
  height: 48px;
  background: var(--navy-light);
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit_lp .voice-avatar svg {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  fill: white;
}
.recruit_lp .voice-role {
  font-size: 11px;
  color: var(--orange);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.recruit_lp .voice-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-top: 2px;
}
.recruit_lp .apply-section {
  background: var(--navy);
  text-align: center;
  padding: 120px max(60px, (100% - 900px) / 2);
  position: relative;
  overflow: hidden;
}
.recruit_lp .apply-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(100px, 15vw, 220px);
  color: rgba(255, 255, 255, 0.02);
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.recruit_lp .apply-content {
  position: relative;
  z-index: 1;
}
.recruit_lp .apply-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--orange);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.recruit_lp .apply-eyebrow::before, .recruit_lp .apply-eyebrow::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--orange);
}
.recruit_lp .apply-title {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.recruit_lp .apply-sub {
  font-size: 15px;
  color: var(--warm-gray);
  font-weight: 300;
  margin-bottom: 48px;
  line-height: 1.9;
}
.recruit_lp .apply-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin-bottom: 60px;
}
.recruit_lp .flow-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.recruit_lp .flow-box {
  background: transparent;
  border: none;
  padding: 24px 36px;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.08em;
  text-align: center;
  min-width: 180px;
}
.recruit_lp .flow-box-num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  color: var(--orange);
  display: block;
  margin-bottom: 6px;
}
.recruit_lp .flow-arrow {
  width: 64px;
  height: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit_lp .flow-arrow svg {
  width: 100%;
  height: 100%;
}
.recruit_lp .apply-note {
  font-size: 12px;
  color: var(--warm-gray);
  margin-bottom: 40px;
  line-height: 1.9;
}
.recruit_lp .apply-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.recruit_lp .btn-primary {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: -webkit-linear-gradient(315deg, #2bc4e0 0%, #1a8fa8 50%, #1a7a94 100%);
  background: -o-linear-gradient(315deg, #2bc4e0 0%, #1a8fa8 50%, #1a7a94 100%);
  background: linear-gradient(135deg, #2bc4e0 0%, #1a8fa8 50%, #1a7a94 100%);
  color: var(--white);
  text-decoration: none;
  padding: 22px 48px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 4px 20px rgba(42, 168, 200, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(42, 168, 200, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.recruit_lp .btn-primary:hover {
  -webkit-box-shadow: 0 6px 28px rgba(42, 168, 200, 0.55), 0 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 28px rgba(42, 168, 200, 0.55), 0 4px 12px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.recruit_lp .btn-primary svg {
  width: 18px;
  height: 18px;
}
.recruit_lp .btn-secondary {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  text-decoration: none;
  padding: 22px 48px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.recruit_lp .btn-secondary svg {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.recruit_lp .btn-secondary:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: rgba(42, 168, 200, 0.1);
  -webkit-box-shadow: 0 4px 20px rgba(42, 168, 200, 0.2);
          box-shadow: 0 4px 20px rgba(42, 168, 200, 0.2);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.recruit_lp .apply-info {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  color: var(--warm-gray);
  line-height: 2;
}
.recruit_lp .fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  -o-transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.recruit_lp .fade-in.hidden {
  opacity: 0;
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}
.recruit_lp .fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 900px) {
  .recruit_lp {
    /* ヘッダー */
    /* ヒーロー */
    /* 数字バー */
    /* セクション共通 */
    /* 募集職種 */
    /* 給与・手当 */
    /* 応募フロー */
    /* ギャラリー */
    /* フッター */
  }
  .recruit_lp section {
    padding: 64px 20px;
  }
  .recruit_lp header {
    padding: 14px 20px;
  }
  .recruit_lp .logo {
    font-size: 12px;
  }
  .recruit_lp .logo span {
    font-size: 8px;
  }
  .recruit_lp .header-cta {
    padding: 8px 16px;
    font-size: 11px;
  }
  .recruit_lp .hero {
    padding: 80px 20px 40px;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .recruit_lp .hero-photos {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .recruit_lp .hero-photo-main {
    width: 55%;
    height: 48%;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
  }
  .recruit_lp .hero-photo-sub1 {
    display: block;
    width: 48%;
    height: 40%;
    left: 3%;
    top: 8%;
    right: auto;
    bottom: auto;
    border-width: 1.5px;
  }
  .recruit_lp .hero-photo-sub2 {
    display: block;
    width: 48%;
    height: 32%;
    right: 8%;
    bottom: 22%;
    left: auto;
    top: auto;
    border-width: 1.5px;
  }
  .recruit_lp .hero-photo-sub3 {
    display: block;
    width: 52%;
    height: 36%;
    left: 0;
    bottom: 8%;
    right: auto;
    top: auto;
    border-width: 1.5px;
  }
  .recruit_lp .hero-photo-sub3 img {
    -o-object-position: center 20%;
       object-position: center 20%;
  }
  .recruit_lp .hero-photo-sub4 {
    display: block;
    width: 26%;
    height: 22%;
    left: 42%;
    bottom: -2%;
    right: auto;
    top: auto;
    border-width: 1.5px;
  }
  .recruit_lp .hero-photo-sub5 {
    display: none;
  }
  .recruit_lp .hero-photos::before {
    top: -10px;
    left: -8px;
    width: 35%;
    height: 25%;
  }
  .recruit_lp .hero-photos::after {
    bottom: -8px;
    right: -6px;
    width: 28%;
    height: 20%;
  }
  .recruit_lp .hero-deco-mid {
    display: none;
  }
  .recruit_lp .hero-content {
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .recruit_lp .hero-title {
    font-size: clamp(26px, 7vw, 40px);
    margin-bottom: 20px;
  }
  .recruit_lp .hero-sub {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 32px;
    max-width: 100%;
  }
  .recruit_lp .hero-tags {
    gap: 8px;
    margin-bottom: 32px;
  }
  .recruit_lp .hero-tag {
    font-size: 11px;
    padding: 6px 14px;
  }
  .recruit_lp .hero-btn {
    padding: 16px 28px;
    font-size: 13px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit_lp .hero-bg-text {
    font-size: clamp(80px, 20vw, 160px);
  }
  .recruit_lp .hero-accent-line {
    display: none;
  }
  .recruit_lp .stats-bar {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .recruit_lp .stat-item {
    padding: 20px 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .recruit_lp .stat-item:nth-child(2n) {
    border-right: none;
  }
  .recruit_lp .stat-item:nth-child(n+3) {
    border-bottom: none;
  }
  .recruit_lp .stat-num {
    font-size: 36px;
  }
  .recruit_lp .stat-unit {
    font-size: 14px;
  }
  .recruit_lp .stat-label {
    font-size: 10px;
  }
  .recruit_lp .section-header {
    margin-bottom: 40px;
  }
  .recruit_lp .section-title {
    font-size: clamp(20px, 5vw, 28px);
  }
  .recruit_lp .jobs-grid, .recruit_lp .req-grid, .recruit_lp .training-layout {
    grid-template-columns: 1fr;
  }
  .recruit_lp .job-card {
    padding: 36px 24px;
  }
  .recruit_lp .job-title {
    font-size: 24px;
  }
  .recruit_lp .job-subtitle {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .recruit_lp .job-number {
    font-size: 64px;
    top: 16px;
    right: 20px;
  }
  .recruit_lp .job-salary-num {
    font-size: 20px;
  }
  .recruit_lp .salary-grid, .recruit_lp .benefits-grid, .recruit_lp .strength-grid, .recruit_lp .voices-grid {
    grid-template-columns: 1fr;
  }
  .recruit_lp .allowances-grid {
    grid-template-columns: 1fr;
  }
  .recruit_lp .apply-section {
    padding: 60px 20px;
  }
  .recruit_lp .apply-title {
    font-size: clamp(24px, 6vw, 36px);
  }
  .recruit_lp .apply-flow {
    gap: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit_lp .flow-box {
    min-width: auto;
    padding: 16px 16px;
    font-size: 14px;
  }
  .recruit_lp .flow-box-num {
    font-size: 30px;
  }
  .recruit_lp .flow-arrow {
    width: 40px;
    height: 16px;
  }
  .recruit_lp .btn-primary, .recruit_lp .btn-secondary {
    padding: 18px 28px;
    font-size: 14px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit_lp .btn-secondary svg {
    width: 18px;
    height: 18px;
  }
  .recruit_lp .apply-note {
    font-size: 11px;
  }
  .recruit_lp .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .recruit_lp .gallery-item:first-child {
    grid-row: auto;
    grid-column: span 2;
  }
  .recruit_lp .gallery-photo-placeholder {
    height: 160px;
  }
  .recruit_lp .gallery-section {
    padding: 40px 20px;
  }
  .recruit_lp footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .recruit_lp .hero-title {
    font-size: clamp(22px, 6.5vw, 32px);
  }
  .recruit_lp .hero-photos {
    height: auto;
    aspect-ratio: 1/1;
    max-width: 100%;
  }
  .recruit_lp .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit_lp .stat-num {
    font-size: 30px;
  }
  .recruit_lp .stat-item {
    padding: 16px 8px;
  }
  .recruit_lp .job-card {
    padding: 28px 20px;
  }
  .recruit_lp .job-title {
    font-size: 20px;
  }
  .recruit_lp .apply-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  .recruit_lp .flow-step {
    width: 100%;
    max-width: 240px;
  }
  .recruit_lp .flow-box {
    width: 100%;
    min-width: auto;
    padding: 16px 12px;
    font-size: 15px;
  }
  .recruit_lp .flow-box-num {
    font-size: 32px;
  }
  .recruit_lp .flow-arrow {
    width: 16px;
    height: 28px;
  }
  .recruit_lp .flow-arrow svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
/*# sourceMappingURL=recruit.css.map */
