/* ==============================================================================
# mobileFont
============================================================================== */
@font-face {
  font-family: "TsukuOldGothicStd";
  src: url("../font/TsukuOldGothicStdFont.woff2") format("woff2"), url("../font/TsukuOldGothicStdFont.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-L.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-L.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-R.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-R.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-M.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-M.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-D.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-D.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-B.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-H.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-H.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TsukuGoPro";
  src: url("../font/FOT-TsukuGoPro-E.woff2") format("woff2"), url("../font/FOT-TsukuGoPro-E.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-LtCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-LtCn.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-MdCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-MdCn.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTStd";
  src: url("../font/HelveticaNeueLTStd-BdCn.woff2") format("woff2"), url("../font/HelveticaNeueLTStd-BdCn.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ====================
# Scroll Indicator
==================== */
.scroll-indicator {
  position: absolute;
  bottom: 140px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 112px;
  right: calc((100vw - 1000px) / 2 - 145px);
}
@media screen and (max-width: 1400px) {
  .scroll-indicator {
    right: 40px;
  }
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .scroll-indicator {
    right: 30px;
    bottom: 132px;
  }
}
.scroll-indicator .scroll-line {
  width: 2px;
  height: 112px;
  background-color: #d6d6d6;
  position: relative;
}
.scroll-indicator .scroll-dot {
  width: 12px;
  height: 12px;
  background-color: #e83c5c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: scrollDotOneWay 2.2s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  transform-origin: center;
  will-change: transform, opacity;
  box-shadow: 0 0 10px rgba(232, 60, 92, 0.3);
}
.scroll-indicator .scroll-indicator__label {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.05em;
  white-space: pre-line;
  left: 50%;
  top: -10px;
  transform: translate(-50%, -100%);
  color: #d6d6d6;
  font-size: 12px;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .scroll-indicator .scroll-indicator__label {
    font-size: 12px;
  }
}

@keyframes scrollDotOneWay {
  0% {
    transform: translate(-50%, -56px) scale(0.7);
    opacity: 0;
  }
  12% {
    transform: translate(-50%, -48px) scale(1);
    opacity: 1;
  }
  88% {
    transform: translate(-50%, 48px) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 56px) scale(0.7);
    opacity: 0;
  }
}
.scroll-indicator.is-center-hold-linear .scroll-dot {
  animation: scrollDotOneWay 2.4s linear infinite;
  background: transparent;
}
.scroll-indicator.is-center-hold-linear .scroll-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #e83c5c;
  box-shadow: 0 0 10px rgba(232, 60, 92, 0.3);
  animation: scrollDotPulseHold_30_70 2.4s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
  transform-origin: center;
}

@keyframes scrollDotPulseHold_20_80 {
  0% {
    transform: scale(0.85);
  }
  20% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes scrollDotPulseHold_25_75 {
  0% {
    transform: scale(0.85);
  }
  25% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes scrollDotPulseHold_30_70 {
  0% {
    transform: scale(0.85);
  }
  30% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes scrollDotPulseHold_35_65 {
  0% {
    transform: scale(0.85);
  }
  35% {
    transform: scale(1);
  }
  65% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes scrollDotPulseHold_40_60 {
  0% {
    transform: scale(0.85);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes scrollDotPulseHold_15_55 {
  0% {
    transform: scale(0.85);
  }
  15% {
    transform: scale(1);
  }
  55% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.scroll-indicator.is-center-hold-linear--20-80 .scroll-dot::before {
  animation-name: scrollDotPulseHold_20_80;
}

.scroll-indicator.is-center-hold-linear--25-75 .scroll-dot::before {
  animation-name: scrollDotPulseHold_25_75;
}

.scroll-indicator.is-center-hold-linear--30-70 .scroll-dot::before {
  animation-name: scrollDotPulseHold_30_70;
}

.scroll-indicator.is-center-hold-linear--35-65 .scroll-dot::before {
  animation-name: scrollDotPulseHold_35_65;
}

.scroll-indicator.is-center-hold-linear--40-60 .scroll-dot::before {
  animation-name: scrollDotPulseHold_40_60;
}

.scroll-indicator.is-center-hold-linear--15-55 .scroll-dot::before {
  animation-name: scrollDotPulseHold_15_55;
}

.scroll-indicator.is-center-hold-linear.is-fast .scroll-dot {
  animation-duration: 1.6s;
}
.scroll-indicator.is-center-hold-linear.is-fast .scroll-dot::before {
  animation-duration: 1.6s;
}

.scroll-indicator.is-center-hold-linear--20-80.is-fast .scroll-dot {
  animation-duration: 1.6s;
}
.scroll-indicator.is-center-hold-linear--20-80.is-fast .scroll-dot::before {
  animation-duration: 1.6s;
}

.scroll-indicator.is-center-hold-linear--25-75.is-fast .scroll-dot {
  animation-duration: 1.6s;
}
.scroll-indicator.is-center-hold-linear--25-75.is-fast .scroll-dot::before {
  animation-duration: 1.6s;
}

.scroll-indicator.is-center-hold-linear--30-70.is-fast .scroll-dot {
  animation-duration: 1.6s;
}
.scroll-indicator.is-center-hold-linear--30-70.is-fast .scroll-dot::before {
  animation-duration: 1.6s;
}

.scroll-indicator.is-center-hold-linear--35-65.is-fast .scroll-dot {
  animation-duration: 1.6s;
}
.scroll-indicator.is-center-hold-linear--35-65.is-fast .scroll-dot::before {
  animation-duration: 1.6s;
}

.scroll-indicator.is-center-hold-linear--40-60.is-fast .scroll-dot {
  animation-duration: 1.6s;
}
.scroll-indicator.is-center-hold-linear--40-60.is-fast .scroll-dot::before {
  animation-duration: 1.6s;
}

.scroll-indicator.is-center-hold-linear.is-ease .scroll-dot {
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.scroll-indicator.is-center-hold-linear.is-ease .scroll-dot::before {
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media screen and (max-width: 600px) and (min-width:360px) {
  .scroll-indicator .scroll-dot {
    width: 10px;
    height: 10px;
  }
  @keyframes scrollDotOneWay {
    0% {
      transform: translate(-50%, -64px) scale(0.7);
      opacity: 0;
    }
    12% {
      transform: translate(-50%, -48px) scale(1);
      opacity: 1;
    }
    88% {
      transform: translate(-50%, 48px) scale(1);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, 56px) scale(0.7);
      opacity: 0;
    }
  }
  .scroll-indicator.is-center-hold-linear .scroll-dot {
    animation: scrollDotOneWay 2.4s linear infinite;
    background: transparent;
  }
  .scroll-indicator.is-center-hold-linear .scroll-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #e83c5c;
    box-shadow: 0 0 10px rgba(232, 60, 92, 0.3);
    animation: scrollDotPulseHold_30_70 2.4s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
    transform-origin: center;
  }
  @keyframes scrollDotPulseHold_20_80 {
    0% {
      transform: scale(0.85);
    }
    20% {
      transform: scale(1);
    }
    80% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  @keyframes scrollDotPulseHold_25_75 {
    0% {
      transform: scale(0.85);
    }
    25% {
      transform: scale(1);
    }
    75% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  @keyframes scrollDotPulseHold_30_70 {
    0% {
      transform: scale(0.85);
    }
    30% {
      transform: scale(1);
    }
    70% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  @keyframes scrollDotPulseHold_35_65 {
    0% {
      transform: scale(0.85);
    }
    35% {
      transform: scale(1);
    }
    65% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  @keyframes scrollDotPulseHold_40_60 {
    0% {
      transform: scale(0.85);
    }
    40% {
      transform: scale(1);
    }
    60% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  @keyframes scrollDotPulseHold_15_55 {
    0% {
      transform: scale(0.85);
    }
    15% {
      transform: scale(1);
    }
    55% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.8);
    }
  }
  .scroll-indicator.is-center-hold-linear.is-fast .scroll-dot {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear.is-fast .scroll-dot::before {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear--20-80.is-fast .scroll-dot {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear--20-80.is-fast .scroll-dot::before {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear--25-75.is-fast .scroll-dot {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear--25-75.is-fast .scroll-dot::before {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear--30-70.is-fast .scroll-dot {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear--30-70.is-fast .scroll-dot::before {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear--35-65.is-fast .scroll-dot {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear--35-65.is-fast .scroll-dot::before {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear--40-60.is-fast .scroll-dot {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear--40-60.is-fast .scroll-dot::before {
    animation-duration: 1.6s;
  }
  .scroll-indicator.is-center-hold-linear.is-ease .scroll-dot {
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .scroll-indicator.is-center-hold-linear.is-ease .scroll-dot::before {
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit__sns-more:hover {
    opacity: 1;
  }
  .recruit__sns-more:hover .recruit__sns-arrow-content .recruit__sns-arrow::before {
    width: 28px;
    height: 28px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.recruit__sns-arrow-content {
  position: relative;
}

.recruit__sns-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-arrow {
    width: 28px;
    height: 28px;
  }
}
.recruit__sns-arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-arrow::before {
    width: 23px;
    height: 23px;
  }
}
.recruit__sns-arrow img {
  width: 6px !important;
  position: relative;
  z-index: 1;
  transform: rotate(-45deg);
  filter: brightness(0) invert(1);
}

.recruit-hero {
  position: relative;
  min-height: 800px;
  height: 100vh;
  overflow: hidden;
  --hero-char-stagger: 0.02s;
  --hero-char-duration: 0.3s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.recruit-hero .inner {
  max-width: 1240px;
}

.recruit-hero__line {
  line-height: 1.5;
  opacity: 1;
  transform: none;
  transition: none;
  display: inline-flex;
  gap: 0.04em;
  flex-wrap: wrap;
}
.recruit-hero__line .recruit-hero__break {
  flex-basis: 100%;
  width: 0;
  height: 0;
}
.recruit-hero__line .char {
  font-size: 77px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  opacity: 0;
  transform: none;
  --char-index: 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-hero__line .char {
    font-size: min(41px, 10.5128vw);
  }
}
.recruit-hero__line .char.recruit-hero__accent {
  color: #e83c5c;
}

.recruit-hero.is-text-visible .recruit-hero__line .char {
  will-change: transform, opacity;
  animation: recruitCharIn var(--hero-char-duration) cubic-bezier(0.2, 1.1, 0.3, 1) forwards;
  animation-delay: calc(var(--char-index, 0) * var(--hero-char-stagger));
}

/* ------------------ WAVE ------------------ */
.recruit-hero__wave {
  position: relative;
  width: 100vw;
  max-width: none;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  margin-top: -10%;
}

@media (max-width: 1267px) {
  .recruit-hero__wave {
    width: 100%;
  }
}
.recruit-hero__svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.recruit-hero__path {
  fill: none;
  stroke-dasharray: var(--path-length, 2200);
  stroke-dashoffset: var(--path-length, 2200);
  opacity: 0;
}

@keyframes recruitLineDraw {
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.recruit-hero.is-visible .recruit-hero__wave {
  opacity: 1;
}
.recruit-hero.is-visible .recruit-hero__path {
  animation: recruitLineDraw 1.5s ease-out forwards;
}
.recruit-hero.is-visible .recruit-hero__path--gradient {
  animation-delay: 0.1s;
}

@keyframes recruitCharIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  70% {
    opacity: 1;
    transform: translateY(-2px) scale(1.02);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* ------------------ STRIKE ------------------ */
.recruit-hero__strike {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
}

.recruit-hero__strike-word {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
}

.recruit-hero__strike-word .char {
  position: relative;
  z-index: 2;
}

.recruit-hero__strike-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 193px;
  display: block;
  z-index: 5;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-hero__strike-bg {
    width: min(110px, 28.2051vw);
  }
}
.recruit-hero__strike-bg .recruit-strike-svg {
  display: block;
  width: 100%;
}
.recruit-hero__strike-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.recruit-hero__strike-bg .recruit-strike-svg .recruit-strike-mask-path {
  stroke: #fff !important;
  stroke-width: 140 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  stroke-dasharray: var(--strike-length, 400);
  stroke-dashoffset: var(--strike-length, 400);
  will-change: stroke-dashoffset;
}

@keyframes recruitStrikeDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.recruit-hero.is-strike-visible .recruit-hero__strike-bg .recruit-strike-svg .recruit-strike-mask-path {
  animation: recruitStrikeDraw 1.8s ease-out forwards;
}

.recruit-hero.is-strike-visible .recruit-hero__strike-bg {
  opacity: 1;
  transition: opacity 0.18s ease-out;
}

.recruit-hero__strike-line {
  position: absolute;
  left: -6px;
  right: -6px;
  height: 18px;
  background: linear-gradient(90deg, rgba(232, 60, 92, 0.85) 0%, rgba(232, 60, 92, 0.35) 100%);
  transform: scaleX(1);
  transform-origin: left center;
  border-radius: 999px;
  z-index: -1;
}

/* ------------------ SCROLL INDICATOR ------------------ */
.recruit-hero .scroll-indicator {
  bottom: 100px;
}

.recruit-hero__marquees {
  z-index: 3;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-hero__marquees {
    gap: 5px;
  }
}

.recruit-hero__marquee {
  width: 100%;
  overflow: hidden;
}

.recruit-hero__marquee--top .recruit-hero__marquee-item {
  font-size: 34px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-hero__marquee--top .recruit-hero__marquee-item {
    font-size: 26px;
  }
}

.recruit-hero__marquee--bottom .recruit-hero__marquee-item {
  font-size: 18px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-hero__marquee--bottom .recruit-hero__marquee-item {
    font-size: 16px;
  }
}

.recruit-hero__marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: recruitHeroMarqueeLeft 38s linear infinite;
}

.recruit-hero__marquee--bottom .recruit-hero__marquee-track {
  animation-name: recruitHeroMarqueeRight;
  animation-duration: 44s;
}

.recruit-hero__marquee-group {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.recruit-hero__marquee-item {
  display: inline-block;
  font-family: "TsukuGoPro", sans-serif;
  color: #fff;
  font-weight: 500;
}

@keyframes recruitHeroMarqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes recruitHeroMarqueeRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .recruit-hero__marquee-track {
    animation: none !important;
    transform: translateX(0) !important;
  }
}
.recruit-philosophy {
  position: relative;
  min-height: 220vh;
  line-height: 1;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-philosophy {
    min-height: 200vh;
  }
}
.recruit-philosophy .inner {
  text-align: center;
}
.recruit-philosophy .recruit-philosophy__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-philosophy .recruit-philosophy__sticky-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}
.recruit-philosophy .recruit-philosophy__text {
  --from-color: transparent;
  --to-color: #ffffff;
  display: inline;
  color: var(--from-color);
  background-image: linear-gradient(to right, var(--to-color) 0, var(--to-color) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(var(--from-color), var(--from-color));
  background-size: 200% 100%, 100% 100%;
  background-position: 200% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: background-position;
  transition: background-position 0.1s linear;
  font-family: "TsukuGoPro", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-philosophy .recruit-philosophy__text {
    font-size: min(22px, 4.5801526718vw);
  }
}
.recruit-philosophy .recruit-philosophy__text--accent {
  --from-color: transparent;
  --to-color: #e83c5c;
}
.recruit-philosophy.recruit-philosophy--locked {
  min-height: 100vh;
}

.recruit-join-us {
  padding-bottom: 90px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-join-us {
    padding-bottom: 60px;
  }
}
.recruit-join-us__circle {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-join-us__circle {
    width: 150px;
    height: 150px;
  }
}
.recruit-join-us__svg {
  position: absolute;
  width: 150px;
  height: 150px;
  animation: recruitJoinUsRotate 20s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-join-us__svg svg {
  width: 150px;
  height: auto;
}
.recruit-join-us__arrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-join-us__arrow svg {
  width: 32px;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .recruit-join-us__svg {
    animation: none;
  }
}

@keyframes recruitJoinUsRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.recruit-action-cards {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-action-cards {
    padding: 60px 0;
  }
}
.recruit-action-cards__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 62px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-action-cards__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.recruit-action-cards .recruit-card {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.recruit-action-cards .recruit-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.recruit-action-cards .recruit-card__link {
  display: block;
  width: 100%;
  position: relative;
  padding: 30px 38px 40px;
  box-sizing: border-box;
  z-index: 3;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: center/cover no-repeat url("../images/recruit/recruit_btn_bg.svg");
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-action-cards .recruit-card__link {
    padding: 22px 20px 15px;
  }
}
.recruit-action-cards .recruit-card__link:hover {
  transform: translateY(-10px);
}
.recruit-action-cards .recruit-card__link h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-action-cards .recruit-card__link h3 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
.recruit-action-cards .recruit-card__link p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-action-cards .recruit-card__link p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit-action-cards .recruit-card__arrow:hover .recruit-card__arrow-circle::before {
    width: 82px;
    height: 82px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 600px) and (min-width:360px) {
  .recruit-action-cards .recruit-card__arrow:hover .recruit-card__arrow-circle::before {
    width: 54px;
    height: 54px;
  }
}
.recruit-action-cards .recruit-card__arrow-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #303030;
  position: relative;
  transition: all 0.2s;
  margin-left: auto;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-action-cards .recruit-card__arrow-circle {
    width: 54px;
    height: 54px;
  }
}
.recruit-action-cards .recruit-card__arrow-circle::before {
  transition: all 0.2s;
  background-color: #303030;
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-action-cards .recruit-card__arrow-circle::before {
    width: 46px;
    height: 46px;
  }
}
.recruit-action-cards .recruit-card__arrow-circle svg {
  width: 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-action-cards .recruit-card__arrow-circle svg {
    width: 12px;
    height: 12px;
  }
}

.recruit-section-title {
  color: #e83c5c;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-section-title {
    font-size: 46px;
    margin-bottom: 15px;
  }
}

.recruit-section-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-section-subtitle {
    font-size: 22px;
  }
}

.recruit-about {
  position: relative;
  padding: 400px 0 0;
  color: #fff;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-about {
    padding: 140px 0 0;
  }
}
.recruit-about__svg-container {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  height: 100%;
  z-index: 0;
}
.recruit-about__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
}
@media (max-width: 1267px) {
  .recruit-about__svg-container {
    left: 0;
    transform: none;
    width: 100%;
  }
}
.recruit-about__path {
  fill: none;
  stroke-dasharray: var(--path-length, 2000);
  stroke-dashoffset: var(--path-length, 2000);
  will-change: stroke-dashoffset;
}
@keyframes recruitAboutLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.recruit-about.is-visible .recruit-about__path {
  animation: recruitAboutLineDraw 1.5s ease-out forwards;
}
.recruit-about .inner {
  display: grid;
  grid-template-columns: 340px 1fr;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-about .inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.recruit-about .title-with-dot {
  color: #fff;
}
.recruit-about__slide-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 500px;
  padding-bottom: 0;
  box-shadow: 0 2px 8px 0 rgba(63, 69, 81, 0.16);
  margin-bottom: 0.9em;
  overflow: hidden;
  border-radius: 8px;
  will-change: transform;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-about__slide-wrapper {
    height: 300px;
  }
}
.recruit-about__slide-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  padding: 0;
  margin: 0;
}

.recruit__sns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #fff;
  padding-top: 200px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns {
    grid-template-columns: 1fr;
  }
}
.recruit__sns .inner {
  max-width: 1440px;
  padding: 0;
}

.recruit__sns-item {
  position: relative;
  padding-bottom: 50px;
}
.recruit__sns-item:nth-child(1) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-item:nth-child(1) {
    border-right: none;
  }
}
.recruit__sns-item:nth-child(1) .recruit__sns-header {
  margin-left: auto;
  padding-right: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-item:nth-child(1) .recruit__sns-header {
    padding: 0 24px;
  }
}
.recruit__sns-item:nth-child(1) .recruit__sns-content {
  margin-left: auto;
  padding-right: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-item:nth-child(1) .recruit__sns-content {
    padding: 50px 24px 0;
  }
}
.recruit__sns-item:nth-child(2) .recruit__sns-header {
  padding-left: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-item:nth-child(2) .recruit__sns-header {
    padding: 0 24px;
  }
}
.recruit__sns-item:nth-child(2) .recruit__sns-content {
  margin-right: auto;
  padding-left: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-item:nth-child(2) .recruit__sns-content {
    padding: 50px 24px 0;
  }
}

.recruit__sns-header-wrapper {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-header-wrapper {
    padding: 15px 0;
  }
}

.recruit__sns-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  max-width: 500px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-header {
    padding: 0 24px;
  }
}

.recruit__sns-title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-title {
    font-size: 22px;
  }
}

.recruit__sns-more {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-more {
    align-self: flex-end;
  }
}
.recruit__sns-more span {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-more span {
    font-size: 12px;
  }
}

.recruit__sns-content {
  padding-top: 50px;
  max-width: 500px;
  box-sizing: border-box;
}

.recruit__sns-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-list > .recruit__sns-card:nth-child(n+2) {
    display: none;
  }
}

.recruit__sns-card-link {
  display: block;
  overflow: hidden;
}
.recruit__sns-card-link:hover .recruit__sns-card-thumb {
  transform: scale(1.1);
}

.recruit__sns-card-media {
  display: flex;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 16/9;
  width: 100%;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-card-media {
    margin-bottom: 8px;
    border-radius: 5px;
  }
}

.recruit__sns-card-thumb {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.recruit__sns-card-body {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 6px;
}

.recruit__sns-card-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  min-height: 4.5em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit__sns-card-title {
    font-size: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-height: 3em;
  }
}

/* ------------RECRUIT FLOW PATH ANIMATION------------ */
.recruit-flow__svg-container {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1267px) {
  .recruit-flow__svg-container {
    top: 1%;
    left: 0;
    transform: none;
    width: 100%;
  }
}
.recruit-flow__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
}
.recruit-flow__path {
  fill: none;
  stroke-dasharray: var(--path-length, 2000);
  stroke-dashoffset: var(--path-length, 2000);
  will-change: stroke-dashoffset;
}
@keyframes recruitFlowLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.recruit-flow.is-visible .recruit-flow__path {
  animation: recruitFlowLineDraw 1.5s ease-out forwards;
}

.recruit-flow {
  position: relative;
  padding: 250px 0 400px;
  color: #fff;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-flow {
    padding: 200px 0 0;
  }
}
.recruit-flow .inner {
  display: grid;
  grid-template-columns: 460px 1fr;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-flow .inner {
    grid-template-columns: 1fr;
  }
}
.recruit-flow .recruit-section-title-wrapper {
  position: sticky;
  top: 100px;
  align-self: start;
  z-index: 10;
  background: transparent;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-flow .recruit-section-title-wrapper {
    position: static;
    margin-bottom: 50px;
    padding-top: 0;
  }
}
.recruit-flow__list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.recruit-flow__step {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.recruit-flow__step.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.recruit-flow__step:not(:last-child) .recruit-flow__step-description {
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-flow__step:not(:last-child) .recruit-flow__step-description {
    padding-bottom: 20px;
  }
}
.recruit-flow__step:not(:last-child) .recruit-flow__step-description::after {
  content: "";
  position: absolute;
  left: 25px;
  width: 0;
  height: 100%;
  border-left: 1px dashed #fff;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-flow__step:not(:last-child) .recruit-flow__step-description::after {
    left: 20px;
  }
}
.recruit-flow__step-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.recruit-flow__step-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-flow__step-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.recruit-flow__step-title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-flow__step-title {
    font-size: 20px;
  }
}
.recruit-flow__step-description {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  padding-top: 15px;
  padding-left: 65px;
  position: relative;
  margin: 8px 0 10px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-flow__step-description {
    font-size: 15px;
    padding-left: 55px;
    padding-top: 0;
  }
}

.recruit-casual-interview {
  padding-bottom: 200px;
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-casual-interview {
    padding: 40px 0 150px;
  }
}
.recruit-casual-interview.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.recruit-casual-interview__link {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 45px;
  background: center/cover no-repeat url("../images/recruit/casual_interview_bg.svg");
  border-radius: 20px;
  padding: 20px 40px 0 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-casual-interview__link {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 15px;
  }
}
.recruit-casual-interview__link:hover {
  transform: translateY(-10px);
}
.recruit-casual-interview__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-casual-interview__icon svg {
  width: 100%;
  height: 100%;
}
.recruit-casual-interview__content {
  padding-bottom: 20px;
}
.recruit-casual-interview__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-casual-interview__title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.recruit-casual-interview__description {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-casual-interview__description {
    font-size: 15px;
  }
}
.recruit-casual-interview__arrow-content {
  flex-shrink: 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-casual-interview__arrow-content {
    align-self: flex-end;
  }
}
.recruit-casual-interview__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #303030;
  margin-left: auto;
  position: relative;
  transition: all 0.2s;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-casual-interview__arrow {
    width: 54px;
    height: 54px;
  }
}
.recruit-casual-interview__arrow::before {
  transition: all 0.2s;
  background-color: #303030;
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-casual-interview__arrow::before {
    width: 46px;
    height: 46px;
  }
}
.recruit-casual-interview__arrow:hover::before {
  width: 84px;
  height: 84px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-casual-interview__arrow:hover::before {
    width: 54px;
    height: 54px;
  }
}
.recruit-casual-interview__arrow img {
  width: 20px !important;
  position: relative;
  z-index: 1;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-casual-interview__arrow img {
    width: 16px !important;
  }
}

.recruit-faq {
  position: relative;
  color: #fff;
  padding-bottom: 200px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq {
    padding-bottom: 150px;
  }
}
.recruit-faq__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__inner {
    padding: 0 15px;
  }
}
.recruit-faq__container {
  margin-top: 20px;
}
.recruit-faq__item {
  border-bottom: 1px solid #fff;
  position: relative;
}
.recruit-faq__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__title {
    padding: 30px 0;
  }
}
.recruit-faq__question-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__question-wrapper {
    gap: 15px;
  }
}
.recruit-faq__q, .recruit-faq__a {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.recruit-faq__q-icon, .recruit-faq__a-icon {
  width: 18px;
  display: block;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__q-icon, .recruit-faq__a-icon {
    width: 16px;
  }
}
.recruit-faq__question {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__question {
    font-size: 15px;
  }
}
.recruit-faq__icon {
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  position: relative;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__icon {
    width: 28px;
    height: 28px;
    margin-left: 15px;
  }
}
.recruit-faq__icon-plus, .recruit-faq__icon-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__icon-plus, .recruit-faq__icon-minus {
    width: 10px;
    height: 10px;
  }
}
.recruit-faq__icon-plus::before, .recruit-faq__icon-minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 13px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__icon-plus::before, .recruit-faq__icon-minus::before {
    width: 10px;
    height: 1px;
  }
}
.recruit-faq__icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 13px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__icon-plus::after {
    width: 10px;
    height: 1px;
  }
}
.recruit-faq__icon-minus {
  opacity: 0;
}
.recruit-faq__title.is-active .recruit-faq__icon-plus {
  opacity: 0;
}
.recruit-faq__title.is-active .recruit-faq__icon-minus {
  opacity: 1;
}
.recruit-faq__title.js-accordion-title::before, .recruit-faq__title.js-accordion-title::after {
  display: none;
}
.recruit-faq__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__content {
    gap: 15px;
  }
}
.recruit-faq__content.is-open {
  max-height: 2000px;
  opacity: 1;
  height: auto;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.05s, padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__content.is-open {
    padding-bottom: 30px;
  }
}
.recruit-faq__answer {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .recruit-faq__answer {
    font-size: 15px;
  }
}

body,
html {
  height: 100%;
  margin: 0;
  color: #333333;
  font-family: "TsukuGoPro", sans-serif;
}

body {
  position: relative;
  background: none;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  body {
    background: none;
  }
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  background: url("../images/recruit/recruit_bg.gif") center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
}

* {
  font-size: 16px;
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 600px) and (min-width:360px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1267px) and (min-width: 601px) {
  body {
    width: 1267px;
  }
}
#main-section {
  background-color: transparent;
}

.inner {
  max-width: 1000px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .inner {
    padding: 0 24px;
  }
}

.title-with-dot {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.title-with-dot::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e83c5c;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .title-with-dot::before {
    width: 8px;
    height: 8px;
  }
}/*# sourceMappingURL=recruit.css.map */