@charset "UTF-8";
/* ==========================================================================
   Recruit Page（LP構成 / トップと同じブランド世界観）
   ========================================================================== */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
/* ブレイクポイントの設定 min~max */
/* mq-target:指定してメディアクエリのみに適用 */
/* mq:指定より小さい画面に適用 */
/* Keyframes（このページ専用に定義） */
@keyframes rcLineReveal {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes rcFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-recruit-lp {
  /* ダークCTAで終わるLPのため、mainの下余白を消してフッターと地続きにする */
  padding-bottom: 0 !important;
  /* ======================================================
     共通パーツ
     ====================================================== */
  /* ENTRYボタン（ヒーロー / 最下部CTAで共用） */
  /* ダークセクション用の見出し反転 */
  /* ======================================================
     HERO
     ====================================================== */
  /* ======================================================
     REASON
     ====================================================== */
  /* ======================================================
     JOB
     ====================================================== */
  /* ======================================================
     DATA（ダークセクション）
     ====================================================== */
  /* ======================================================
     CAREER（タグマーキー）
     ====================================================== */
  /* ======================================================
     REQUIREMENTS
     ====================================================== */
  /* ======================================================
     FLOW
     ====================================================== */
  /* ======================================================
     ENTRY CTA
     ====================================================== */
}
.page-recruit-lp .entry-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 22px 72px;
  background-color: var(--color-main);
  border-radius: 9999px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(16, 85, 163, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .entry-btn {
    padding: 18px 56px;
    font-size: 15px;
  }
}
.page-recruit-lp .entry-btn .bg-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.page-recruit-lp .entry-btn .text-layer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.page-recruit-lp .entry-btn .text-layer .arrow {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.page-recruit-lp .entry-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(16, 85, 163, 0.45);
}
.page-recruit-lp .entry-btn:hover .bg-layer {
  opacity: 1;
}
.page-recruit-lp .entry-btn:hover .arrow {
  transform: translateX(4px);
}
.page-recruit-lp .sec-head--invert .sec-head-en {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.25);
}
.page-recruit-lp .sec-head--invert .sec-head-ja {
  color: #fff;
}
.page-recruit-lp .recruit-hero {
  position: relative;
  background-color: #0d1424;
  color: #fff;
  overflow: hidden;
  padding-top: 152px;
  /* 数字ストリップ */
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero {
    padding-top: 96px;
  }
}
.page-recruit-lp .recruit-hero .hero-watermark {
  position: absolute;
  top: 56px;
  right: -12px;
  font-family: "proxima-nova", sans-serif;
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-watermark {
    font-size: 72px;
    top: 40px;
  }
}
.page-recruit-lp .recruit-hero .hero-grid {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 72px;
  padding-bottom: 96px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-grid {
    flex-direction: column;
    gap: 48px;
    padding-bottom: 64px;
  }
}
.page-recruit-lp .recruit-hero .hero-copy {
  flex: 1 1 56%;
}
.page-recruit-lp .recruit-hero .hero-copy .eyebrow {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.32em;
  color: #6ea8e6;
  margin-bottom: 28px;
  opacity: 0;
  animation: rcFadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-copy .eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.page-recruit-lp .recruit-hero .hero-copy .ttl {
  color: #fff;
  font-size: 38px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 36px;
  /* キーワードのグラデーションマーカー */
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-copy .ttl {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.page-recruit-lp .recruit-hero .hero-copy .ttl .line {
  display: block;
  overflow: hidden;
}
.page-recruit-lp .recruit-hero .hero-copy .ttl .line-inner {
  display: inline-block;
  transform: translateY(110%);
  animation: rcLineReveal 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.page-recruit-lp .recruit-hero .hero-copy .ttl .line:nth-child(1) .line-inner {
  animation-delay: 0.4s;
}
.page-recruit-lp .recruit-hero .hero-copy .ttl .line:nth-child(2) .line-inner {
  animation-delay: 0.6s;
}
.page-recruit-lp .recruit-hero .hero-copy .ttl .marker {
  font-style: normal;
  background: linear-gradient(transparent 62%, rgba(16, 85, 163, 0.85) 62%, rgba(16, 85, 163, 0.85) 88%, transparent 88%);
  padding: 0 2px;
}
.page-recruit-lp .recruit-hero .hero-copy .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
  opacity: 0;
  animation: rcFadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-copy .hero-badges {
    margin-bottom: 32px;
  }
}
.page-recruit-lp .recruit-hero .hero-copy .hero-badges li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.6;
  padding: 5px 16px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 9999px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-copy .hero-badges li {
    font-size: 11px;
    padding: 3px 12px;
  }
}
.page-recruit-lp .recruit-hero .hero-copy .hero-cta {
  display: flex;
  align-items: center;
  gap: 28px;
  opacity: 0;
  animation: rcFadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s forwards;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-copy .hero-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.page-recruit-lp .recruit-hero .hero-copy .hero-cta .cta-note {
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-copy .hero-cta .cta-note {
    font-size: 11px;
  }
  .page-recruit-lp .recruit-hero .hero-copy .hero-cta .cta-note br {
    display: none;
  }
}
.page-recruit-lp .recruit-hero .hero-visual {
  position: relative;
  flex: 1 1 44%;
  opacity: 0;
  animation: rcFadeUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s forwards;
}
.page-recruit-lp .recruit-hero .hero-visual::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: -24px;
  bottom: -24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
}
.page-recruit-lp .recruit-hero .hero-visual img {
  position: relative;
  width: 100%;
  border-radius: 24px;
  display: block;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-visual {
    width: 100%;
  }
}
.page-recruit-lp .recruit-hero .hero-stats {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.page-recruit-lp .recruit-hero .hero-stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-stats .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-recruit-lp .recruit-hero .hero-stats .stats-grid li {
  padding: 28px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.page-recruit-lp .recruit-hero .hero-stats .stats-grid li:first-child {
  border-left: none;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-stats .stats-grid li {
    padding: 20px 16px;
  }
  .page-recruit-lp .recruit-hero .hero-stats .stats-grid li:nth-child(odd) {
    border-left: none;
  }
  .page-recruit-lp .recruit-hero .hero-stats .stats-grid li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
}
.page-recruit-lp .recruit-hero .hero-stats .stats-grid li .label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-stats .stats-grid li .label {
    font-size: 10px;
  }
}
.page-recruit-lp .recruit-hero .hero-stats .stats-grid li .num {
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}
.page-recruit-lp .recruit-hero .hero-stats .stats-grid li .num.text-shift {
  font-size: 2rem;
}
.page-recruit-lp .recruit-hero .hero-stats .stats-grid li .num small {
  font-size: 15px;
  font-weight: 700;
  margin-left: 2px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .recruit-hero .hero-stats .stats-grid li .num {
    font-size: 24px;
  }
  .page-recruit-lp .recruit-hero .hero-stats .stats-grid li .num small {
    font-size: 12px;
  }
}
.page-recruit-lp .reason-section .reason-list .reason-item {
  display: flex;
  gap: 56px;
  padding: 56px 0;
  border-top: 1px solid #e2e5ea;
}
.page-recruit-lp .reason-section .reason-list .reason-item:last-child {
  border-bottom: 1px solid #e2e5ea;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .reason-section .reason-list .reason-item {
    gap: 20px;
    padding: 32px 0;
  }
}
.page-recruit-lp .reason-section .reason-list .reason-item .r-num {
  flex: 0 0 128px;
  font-family: "proxima-nova", sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--color-main);
  opacity: 0.45;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .reason-section .reason-list .reason-item .r-num {
    flex-basis: 56px;
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
  }
}
.page-recruit-lp .reason-section .reason-list .reason-item .r-body {
  flex: 1;
}
.page-recruit-lp .reason-section .reason-list .reason-item .r-body .r-ttl {
  font-size: 27px;
  font-weight: bold;
  color: #1a2233;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .reason-section .reason-list .reason-item .r-body .r-ttl {
    font-size: 19px;
    margin-bottom: 12px;
  }
}
.page-recruit-lp .reason-section .reason-list .reason-item .r-body .r-desc {
  font-size: 15px;
  line-height: 2.1;
  color: #4a5568;
  max-width: 720px;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .reason-section .reason-list .reason-item .r-body .r-desc {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.page-recruit-lp .reason-section .reason-list .reason-item .r-body .r-tags {
  display: flex;
  flex-wrap: wrap;
}
.page-recruit-lp .reason-section .reason-list .reason-item .r-body .r-tags li {
  font-size: 12px;
  line-height: 1.6;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 9999px;
  padding: 3px 14px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .reason-section .reason-list .reason-item .r-body .r-tags li {
    font-size: 10px;
    padding: 2px 10px;
  }
}
.page-recruit-lp .job-section {
  background-color: #f4f6f9;
}
.page-recruit-lp .job-section .job-grid {
  display: flex;
  gap: 72px;
  align-items: flex-start;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .job-section .job-grid {
    flex-direction: column;
    gap: 40px;
  }
}
.page-recruit-lp .job-section .job-head {
  flex: 0 0 34%;
  position: sticky;
  top: 96px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .job-section .job-head {
    position: static;
    flex: 1 1 auto;
  }
}
.page-recruit-lp .job-section .job-head .sec-head {
  margin-bottom: 40px;
}
.page-recruit-lp .job-section .job-head .job-lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.1;
  color: #1a2233;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .job-section .job-head .job-lead {
    font-size: 14px;
  }
}
.page-recruit-lp .job-section .job-body {
  flex: 1;
}
.page-recruit-lp .job-section .job-body .job-photo {
  margin-bottom: 40px;
}
.page-recruit-lp .job-section .job-body .job-photo img {
  width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow: 0 24px 48px rgba(13, 20, 36, 0.12);
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .job-section .job-body .job-photo {
    margin-bottom: 28px;
  }
}
.page-recruit-lp .job-section .job-body .job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.page-recruit-lp .job-section .job-body .job-tags li {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  color: var(--color-main);
  background: #fff;
  border: 1px solid var(--color-main);
  border-radius: 9999px;
  padding: 6px 20px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .job-section .job-body .job-tags li {
    font-size: 11px;
    padding: 4px 14px;
  }
}
.page-recruit-lp .job-section .job-body .job-desc {
  font-size: 15px;
  line-height: 2.1;
  color: #4a5568;
  margin-bottom: 28px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .job-section .job-body .job-desc {
    font-size: 13px;
  }
}
.page-recruit-lp .job-section .job-body .job-note {
  background: #fff;
  border-left: 3px solid var(--color-main);
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  box-shadow: 0 8px 24px rgba(13, 20, 36, 0.06);
}
.page-recruit-lp .job-section .job-body .job-note p {
  font-size: 14px;
  line-height: 2;
  color: #1a2233;
}
.page-recruit-lp .job-section .job-body .job-note p strong {
  color: var(--color-main);
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .job-section .job-body .job-note p {
    font-size: 12px;
  }
}
.page-recruit-lp .data-section {
  background-color: #0d1424;
  color: #fff;
}
.page-recruit-lp .data-section .data-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .data-section .data-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-left: 0;
  }
}
.page-recruit-lp .data-section .data-grid li {
  grid-column: span 2;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.page-recruit-lp .data-section .data-grid li:hover {
  border-color: #6ea8e6;
  transform: translateY(-4px);
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .data-section .data-grid li {
    grid-column: 1/-1;
    padding: 24px;
  }
}
.page-recruit-lp .data-section .data-grid li:nth-child(4) {
  grid-column: 2/4;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .data-section .data-grid li:nth-child(4) {
    grid-column: 1/-1;
  }
}
.page-recruit-lp .data-section .data-grid li:nth-child(5) {
  grid-column: 4/6;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .data-section .data-grid li:nth-child(5) {
    grid-column: 1/-1;
  }
}
.page-recruit-lp .data-section .data-grid li .num {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 12px;
}
.page-recruit-lp .data-section .data-grid li .num.text-shift {
  font-size: 2.2rem;
}
.page-recruit-lp .data-section .data-grid li .num small {
  font-size: 20px;
  font-weight: 700;
  margin-left: 2px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .data-section .data-grid li .num {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .page-recruit-lp .data-section .data-grid li .num small {
    font-size: 15px;
  }
}
.page-recruit-lp .data-section .data-grid li .cap {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6ea8e6;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .data-section .data-grid li .cap {
    font-size: 12px;
  }
}
.page-recruit-lp .data-section .data-grid li .sup {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .data-section .data-grid li .sup {
    font-size: 10px;
  }
}
.page-recruit-lp .career-section {
  overflow: hidden;
}
.page-recruit-lp .career-section .career-lead {
  font-size: 16px;
  line-height: 2.1;
  color: #4a5568;
  margin: -32px 0 64px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .career-section .career-lead {
    font-size: 13px;
    margin: -16px 0 40px;
  }
}
.page-recruit-lp .career-section .tag-marquee {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .career-section .tag-marquee {
    gap: 12px;
  }
}
.page-recruit-lp .career-section .tag-marquee .tag-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marqueeScroll 60s linear infinite;
}
.page-recruit-lp .career-section .tag-marquee .tag-track.reverse {
  animation-direction: reverse;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .career-section .tag-marquee .tag-track {
    gap: 12px;
  }
}
.page-recruit-lp .career-section .tag-marquee .tag-track .tag-set {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .career-section .tag-marquee .tag-track .tag-set {
    gap: 12px;
  }
}
.page-recruit-lp .career-section .tag-marquee .tag-track .tag-set li {
  white-space: nowrap;
  padding: 14px 32px;
  border: 1px solid #cdd6e4;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  color: #4a5568;
  background: #fff;
}
.page-recruit-lp .career-section .tag-marquee .tag-track .tag-set li.hl {
  border-color: var(--color-main);
  color: var(--color-main);
  background: rgba(16, 85, 163, 0.05);
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .career-section .tag-marquee .tag-track .tag-set li {
    padding: 10px 20px;
    font-size: 12px;
  }
}
.page-recruit-lp .career-section .career-note {
  margin-top: 48px;
  font-size: 13px;
  line-height: 2;
  color: #8a93a3;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .career-section .career-note {
    margin-top: 32px;
    font-size: 11px;
  }
}
.page-recruit-lp .req-section {
  background-color: #f4f6f9;
}
.page-recruit-lp .req-section .req-table-wrapper {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(13, 20, 36, 0.06);
  border: 1px solid #e2e5ea;
  overflow: hidden;
}
.page-recruit-lp .req-section .req-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .req-section .req-table {
    display: block;
  }
  .page-recruit-lp .req-section .req-table tbody {
    display: block;
    width: 100%;
  }
}
.page-recruit-lp .req-section .req-table tr {
  border-bottom: 1px solid #e2e5ea;
  transition: background-color 0.3s ease;
}
.page-recruit-lp .req-section .req-table tr:hover {
  background-color: rgba(16, 85, 163, 0.03);
}
.page-recruit-lp .req-section .req-table tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .req-section .req-table tr {
    display: block;
    width: 100%;
  }
}
.page-recruit-lp .req-section .req-table th,
.page-recruit-lp .req-section .req-table td {
  padding: 26px 32px;
  vertical-align: top;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .req-section .req-table th,
  .page-recruit-lp .req-section .req-table td {
    display: block;
    padding: 14px 16px;
    font-size: 13px;
  }
}
.page-recruit-lp .req-section .req-table th {
  width: 22%;
  font-weight: bold;
  color: #1a2233;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .req-section .req-table th {
    width: 100%;
    padding-bottom: 4px;
    color: var(--color-main);
  }
}
.page-recruit-lp .req-section .req-table td {
  color: #4a5568;
}
.page-recruit-lp .req-section .req-table td strong {
  color: #1a2233;
  font-weight: bold;
}
.page-recruit-lp .req-section .req-table td .note {
  font-size: 13px;
  color: #8a93a3;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .req-section .req-table td .note {
    font-size: 11px;
  }
}
.page-recruit-lp .flow-section .flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .flow-section .flow-steps {
    grid-template-columns: 1fr;
  }
}
.page-recruit-lp .flow-section .flow-steps li {
  padding: 8px 48px;
  border-left: 1px solid #e2e5ea;
}
.page-recruit-lp .flow-section .flow-steps li:first-child {
  border-left: none;
  padding-left: 0;
}
.page-recruit-lp .flow-section .flow-steps li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .flow-section .flow-steps li {
    border-left: none;
    border-top: 1px solid #e2e5ea;
    padding: 28px 0;
  }
  .page-recruit-lp .flow-section .flow-steps li:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.page-recruit-lp .flow-section .flow-steps li .s-num {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--color-main);
  opacity: 0.45;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .flow-section .flow-steps li .s-num {
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
    margin-bottom: 12px;
  }
}
.page-recruit-lp .flow-section .flow-steps li .s-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #1a2233;
  margin-bottom: 12px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .flow-section .flow-steps li .s-ttl {
    font-size: 16px;
  }
}
.page-recruit-lp .flow-section .flow-steps li .s-desc {
  font-size: 13px;
  line-height: 2;
  color: #4a5568;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .flow-section .flow-steps li .s-desc {
    font-size: 12px;
  }
}
.page-recruit-lp .entry-cta {
  position: relative;
  background-color: #0d1424;
  text-align: center;
  padding: 152px 0;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .entry-cta {
    padding: 88px 0;
  }
}
.page-recruit-lp .entry-cta .cta-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "proxima-nova", sans-serif;
  font-size: 280px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .entry-cta .cta-watermark {
    font-size: 96px;
  }
}
.page-recruit-lp .entry-cta .container {
  position: relative;
  z-index: 2;
}
.page-recruit-lp .entry-cta .cta-ttl {
  color: #fff;
  font-size: 38px;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .entry-cta .cta-ttl {
    font-size: 24px;
  }
}
.page-recruit-lp .entry-cta .cta-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 2.2;
  margin-bottom: 56px;
}
@media screen and (max-width: 840px) {
  .page-recruit-lp .entry-cta .cta-desc {
    font-size: 12px;
    margin-bottom: 40px;
  }
}