.js-fadeinTxt {
  opacity: 0;
}

.contents-wrapper {
  position: relative;
  z-index: 1;
}

.recruit-intro {
  padding-top: clamp(50px, 10.4166666667vw, 120px);
  position: relative;
}
.recruit-intro-deco {
  background: url(../img/intro_deco-sp.png) no-repeat center top/100% auto;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .recruit-intro-deco {
    background: url(../img/intro_deco-pc.png) no-repeat center top/100% auto;
    height: 110%;
  }
}
.recruit-intro__title .heading01__border.active + .heading01__txt {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.recruit-intro__catch {
  font-size: clamp(18px, 1.777vw, 32px);
  font-weight: 700;
}
.recruit-intro__catch.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.recruit-intro__txt {
  font-size: clamp(14px, 0.8888vw, 16px);
  margin-top: clamp(10px, 2.6041666667vw, 30px);
}
.recruit-intro__txt.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.recruit-intro__img {
  border-radius: 8px 0 8px 0;
  display: block;
  margin-top: clamp(25px, 3.4722222222vw, 40px);
  opacity: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .recruit-intro__img {
    border-radius: 20px 0 20px 0;
  }
}
.recruit-intro.active .recruit-intro__img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-merit {
  padding-top: clamp(50px, 13.0208333333vw, 150px);
  position: relative;
}
.recruit-merit-deco {
  background: url(../img/merit_deco-sp.png) no-repeat center top/100% auto;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .recruit-merit-deco {
    background: url(../img/merit_deco-pc.png) no-repeat center top/100% auto;
    height: 110%;
  }
}
.recruit-merit-wrapper {
  display: grid;
  gap: clamp(20px, 4.6006944444vw, 53px);
}
@media (min-width: 768px) {
  .recruit-merit-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1800px) {
  .recruit-merit-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.recruit-merit-content {
  background: rgba(204, 204, 204, 0.25);
  border-radius: clamp(8px, 1.7361111111vw, 20px) 0 clamp(8px, 1.7361111111vw, 20px) 0;
  opacity: 0;
  padding: clamp(60px, 7.2916666667vw, 84px) clamp(30px, 3.4722222222vw, 40px) clamp(54px, 4.9479166667vw, 57px);
  position: relative;
}
.recruit-merit-content__num {
  align-items: center;
  border-left: 1px solid;
  color: #c7161d;
  display: flex;
  flex-direction: column;
  font-family: "Chakra Petch", sans-serif;
  left: 0;
  line-height: 1;
  padding-left: 20px;
  position: absolute;
  top: 30px;
}
.recruit-merit-content__num span:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.recruit-merit-content__num span:nth-child(2) {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.recruit-merit-content__img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: clamp(160px, 19.0972222222vw, 220px);
}
.recruit-merit-content__title {
  font-size: clamp(18px, 2.4305555556vw, 28px);
  font-weight: 700;
  margin-top: clamp(26px, 3.4722222222vw, 40px);
  text-align: center;
}
.recruit-merit-content__txt {
  font-size: clamp(14px, 1.3888888889vw, 16px);
  margin-top: clamp(10px, 2.2569444444vw, 26px);
}
.recruit-merit.active .recruit-merit-content:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-merit.active .recruit-merit-content:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-merit.active .recruit-merit-content:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-merit.active .recruit-merit-content:nth-child(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-process {
  padding-top: clamp(50px, 13.0208333333vw, 150px);
  position: relative;
}
.recruit-process-deco {
  background: url(../img/process_deco-sp.png) no-repeat center top/100% auto;
  height: 150%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .recruit-process-deco {
    background: url(../img/process_deco-pc.png) no-repeat center top/100% auto;
    height: 110%;
  }
}
.recruit-process__txt {
  font-size: clamp(14px, 1.3888888889vw, 16px);
}
.recruit-process__txt.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.recruit-process-wrapper {
  display: grid;
  gap: clamp(70px, 8.2465277778vw, 95px);
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .recruit-process-wrapper {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
  }
}
.recruit-process-container {
  opacity: 0;
}
.recruit-process-container__title {
  background: rgba(204, 204, 204, 0.25);
  border-radius: 5px;
  font-size: clamp(14px, 1.3888888889vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  padding: 0.3em 1.125em;
  position: relative;
}
@media (min-width: 1200px) {
  .recruit-process-container__title {
    padding: 1em 1em 1.1em;
  }
}
.recruit-process-container__title::before {
  background: #c7161d;
  bottom: 0;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1px;
}
@media (min-width: 1200px) {
  .recruit-process-container__title::before {
    height: 1.5em;
  }
}
.recruit-process.active .recruit-process-container:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-process.active .recruit-process-container:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-process-box {
  display: grid;
  gap: clamp(30px, 4.3402777778vw, 50px);
  position: relative;
}
.recruit-process-box::before {
  background: linear-gradient(to top, currentColor, currentColor) repeat-y center/1px;
  color: #c7161d;
  content: "";
  display: block;
  height: calc(100% - clamp(72px, 10.4166666667vw, 120px));
  left: 0;
  position: absolute;
  top: 0;
  width: clamp(72px, 10.4166666667vw, 120px);
}
.recruit-process-box--gray, .recruit-process-box--gray::before,
.recruit-process-box--gray * {
  color: #999 !important;
}
.recruit-process-content {
  display: grid;
  gap: clamp(7px, 0.8680555556vw, 10px) clamp(10px, 1.7361111111vw, 20px);
  grid-template-columns: clamp(72px, 10.4166666667vw, 120px) 1fr;
  grid-template-rows: auto 1fr;
  position: relative;
}
.recruit-process-content__step {
  align-items: center;
  background: #000;
  border: 1px solid;
  border-radius: 50%;
  color: #c7161d;
  display: flex;
  flex-direction: column;
  font-family: "Chakra Petch", sans-serif;
  grid-area: 1/1/3/2;
  height: clamp(72px, 10.4166666667vw, 120px);
  justify-content: center;
  line-height: 1;
  width: clamp(72px, 10.4166666667vw, 120px);
}
.recruit-process-content__step span:nth-child(1) {
  font-size: clamp(11px, 1.2152777778vw, 14px);
  font-weight: 700;
}
.recruit-process-content__step span:nth-child(2) {
  font-size: clamp(26px, 3.2986111111vw, 38px);
  font-weight: 600;
}
.recruit-process-content__title {
  font-size: clamp(16px, 2.4305555556vw, 28px);
  font-weight: 700;
  grid-area: 1/2/2/3;
}
@media (min-width: 1200px) {
  .recruit-process-content__title {
    margin-top: 25px;
  }
}
.recruit-process-content__txt {
  font-size: clamp(14px, 1.3888888889vw, 16px);
  grid-area: 2/2/3/3;
}
.recruit-process-content__txt strong {
  font-weight: 700;
  text-decoration: underline;
}
.recruit-education {
  padding-top: clamp(50px, 13.0208333333vw, 150px);
  position: relative;
}
@media (min-width: 768px) {
  .recruit-education-deco {
    background: url(../img/education_deco-pc.png) no-repeat center top/100% auto;
    height: 230%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .recruit-education-wrapper {
    display: grid;
    gap: clamp(3rem, 3.55555vw, 6.4rem) clamp(4rem, 4.44444vw, 8rem);
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 1024px) {
  .recruit-education__title {
    grid-area: 1/1/2/2;
    margin-bottom: 0;
  }
}
.recruit-education__img {
  display: block;
  opacity: 0;
}
@media (min-width: 1024px) {
  .recruit-education__img {
    grid-area: 1/2/3/3;
    margin-top: 4rem;
    width: min(41.111vw, 74rem);
  }
}
.recruit-education__img img {
  border-radius: 8px 0 8px 0;
}
@media (min-width: 1024px) {
  .recruit-education__img img {
    border-radius: 20px 0 20px 0;
  }
}
.recruit-education.active .recruit-education__img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-education-content {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .recruit-education-content {
    grid-area: 2/1/3/2;
    margin-top: 0;
  }
}
.recruit-education-content__txt {
  letter-spacing: 0.06em;
}
.recruit-education-content__txt.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  opacity: 0;
  transform: translateX(-30px);
}
.recruit-info {
  padding-top: clamp(50px, 13.0208333333vw, 150px);
  position: relative;
}
.recruit-info-deco {
  background: url(../img/info_deco-sp.png) no-repeat center top/100% auto;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .recruit-info-deco {
    background: url(../img/info_deco-pc.png) no-repeat center top/100% auto;
    height: 110%;
  }
}
.recruit-info-wrapper {
  display: grid;
  gap: clamp(20px, 2.6041666667vw, 30px);
}
.recruit-info-content {
  background: rgba(204, 204, 204, 0.25);
  border-radius: clamp(8px, 1.7361111111vw, 20px) 0 clamp(8px, 1.7361111111vw, 20px) 0;
  opacity: 0;
  padding: clamp(35px, 3.4722222222vw, 40px) clamp(20px, 2.6041666667vw, 30px);
}
.recruit-info-content-head {
  cursor: pointer;
  display: block;
}
.recruit-info-content-head::-webkit-details-marker {
  display: none;
}
.recruit-info-content-head-primary {
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1200px) {
  .recruit-info-content-head-primary {
    align-items: center;
    display: flex;
  }
}
.recruit-info-content-head__date {
  color: #c7161d;
  display: block;
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(14px, 1.3888888889vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .recruit-info-content-head__date {
    border-right: 1px solid;
    margin-right: 14px;
    margin-top: 0.3em;
    padding-right: 14px;
  }
}
.recruit-info-content-head__title {
  font-size: clamp(20px, 1.9097222222vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 8px;
  padding-right: 2em;
}
@media (min-width: 1200px) {
  .recruit-info-content-head__title {
    margin-top: 0;
  }
}
.recruit-info-content-head-meta {
  align-items: center;
  display: flex;
  gap: 20px;
}
.recruit-info-content-head-meta__item {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 6px;
  letter-spacing: 0.1em;
}
.recruit-info-content-head-meta__item dt {
  color: #ccc;
}
.recruit-info-content-head-meta__item dd {
  background: #c7161d;
  border-radius: 7em;
  line-height: 1;
  padding: 0.5em 1.4em;
}
.recruit-info-content-head__icon {
  height: 25px;
  position: absolute;
  right: clamp(20px, 2.6041666667vw, 30px);
  top: calc(clamp(35px, 3.4722222222vw, 40px) + 10px);
  width: 25px;
}
.recruit-info-content-head__icon::before, .recruit-info-content-head__icon::after {
  background: #c7161d;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  width: 100%;
}
.recruit-info-content-head__icon::after {
  transform: rotate(90deg);
}
.recruit-info-content[open] .recruit-info-content-head__icon::after {
  transform: rotate(180deg);
}
.recruit-info-content-article {
  display: grid;
  gap: 10px;
  margin-top: clamp(40px, 5.2083333333vw, 60px);
}
@media (min-width: 1200px) {
  .recruit-info-content-article {
    grid-template-columns: 6.6em 1fr;
    gap: 60px;
  }
}
.recruit-info-content-article__title {
  font-size: clamp(14px, 1.3888888889vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  .recruit-info-content-article__title br {
    display: none;
  }
}
.recruit-info-content-article__txt, .recruit-info-content-article-list {
  font-size: clamp(14px, 1.3888888889vw, 16px);
  letter-spacing: 0.05em;
}
.recruit-info-content-article-list {
  list-style-type: disc;
  padding-left: 1.5em;
}
.recruit-info.active .recruit-info-content {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-voice {
  padding-top: clamp(50px, 13.0208333333vw, 150px);
  position: relative;
}
.recruit-voice-deco {
  background: url(../img/voice_deco-sp.png) no-repeat center top/100% auto;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .recruit-voice-deco {
    background: url(../img/voice_deco-pc.png) no-repeat center top/100% auto;
    height: 110%;
  }
}
.recruit-voice-wrapper {
  display: grid;
  gap: clamp(20px, 7.2916666667vw, 84px);
}
@media (min-width: 1200px) {
  .recruit-voice-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recruit-voice-content {
  background: rgba(204, 204, 204, 0.25);
  border-radius: clamp(8px, 1.7361111111vw, 20px) 0 clamp(8px, 1.7361111111vw, 20px) 0;
  opacity: 0;
  padding: clamp(40px, 4.3402777778vw, 50px) clamp(20px, 4.3402777778vw, 50px) clamp(44px, 4.7743055556vw, 55px);
}
.recruit-voice-content__num {
  align-items: center;
  background: #000;
  border: 1px solid;
  border-radius: 1em;
  color: #c7161d;
  display: flex;
  font-family: "Chakra Petch", sans-serif;
  font-size: clamp(14px, 1.9097222222vw, 22px);
  font-weight: 700;
  height: 1.7em;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto;
  width: 6.42857em;
}
.recruit-voice-content__title {
  border-top: 1px solid #c7161d;
  font-size: clamp(20px, 1.9097222222vw, 22px);
  font-weight: 700;
  margin-bottom: clamp(14px, 2.6041666667vw, 30px);
  margin-top: clamp(30px, 3.4722222222vw, 40px);
  padding-top: clamp(14px, 2.6041666667vw, 30px);
  text-align: center;
}
.recruit-voice-content__title::after {
  background: url(../img/voice_border_btm.png) no-repeat center/auto 100%;
  content: "";
  display: block;
  height: 15px;
  margin-top: clamp(14px, 2.6041666667vw, 30px);
  width: 100%;
}
.recruit-voice-content__txt {
  font-size: clamp(14px, 1.3888888889vw, 16px);
  letter-spacing: 0.1em;
}
.recruit-voice.active .recruit-voice-content:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-voice.active .recruit-voice-content:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-voice.active .recruit-voice-content:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-voice.active .recruit-voice-content:nth-child(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-banner {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: clamp(50px, 13.0208333333vw, 150px);
  padding-top: clamp(50px, 13.0208333333vw, 150px);
  padding-bottom: clamp(50px, 13.0208333333vw, 150px);
}
.recruit-banner-entry {
  aspect-ratio: 334/146;
  border-radius: 10px 0 10px 0;
  display: grid;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  place-items: center;
}
@media (min-width: 1024px) {
  .recruit-banner-entry {
    aspect-ratio: auto;
    border-radius: 15px 0 15px 0;
    gap: 20px;
    width: min(80%, 1200px);
  }
}
.recruit-banner-entry.active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  transform: translateY(30px);
}
.recruit-banner-entry__bg {
  grid-area: 1/1;
  transition: 0.5s;
  width: 100%;
}
@media (min-width: 1024px) {
  .recruit-banner-entry__bg {
    grid-area: 1/1/4/2;
    height: 100%;
  }
}
.recruit-banner-entry__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.recruit-banner-entry:hover .recruit-banner-entry__bg {
  transform: scale(1.1);
}
.recruit-banner-entry__title, .recruit-banner-entry__txt {
  position: relative;
}
@media (max-width: 1023px) {
  .recruit-banner-entry__title, .recruit-banner-entry__txt {
    display: none;
  }
}
@media (min-width: 1024px) {
  .recruit-banner-entry__title {
    grid-area: 1/1/2/2;
    margin: 3rem auto 0;
    width: 348px;
  }
}
@media (min-width: 1024px) {
  .recruit-banner-entry__txt {
    font-size: 18px;
    font-weight: 700;
    grid-area: 2/1/3/2;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.recruit-banner-entry__btn {
  align-items: center;
  background: rgba(199, 22, 29, 0.7);
  border-radius: 5px;
  grid-area: 1/1;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  padding: 16px 60px;
  position: relative;
}
@media (min-width: 1024px) {
  .recruit-banner-entry__btn {
    grid-area: 3/1/4/2;
    margin-bottom: 3rem;
    padding: 50px 190px;
  }
}
@media (min-width: 1200px) {
  .recruit-banner-entry__btn {
    background: rgba(199, 22, 29, 0.7);
    border: 1px solid #c7161d;
    font-size: 22px;
    overflow: hidden;
    position: relative;
    transition: ease 0.2s;
  }
  .recruit-banner-entry__btn::before {
    background: rgba(199, 22, 29, 0.85);
    content: "";
    display: block;
    height: 100%;
    left: -130%;
    position: absolute;
    transform: skewX(-25deg);
    width: 120%;
  }
  .recruit-banner-entry__btn:hover {
    opacity: 1;
  }
  .recruit-banner-entry__btn:hover::before {
    -webkit-animation: skewanime 0.5s forwards;
            animation: skewanime 0.5s forwards;
  }
  .recruit-banner-entry__btn:hover img {
    -webkit-animation: handHopping 0.5s ease-in-out alternate backwards;
            animation: handHopping 0.5s ease-in-out alternate backwards;
  }
  .recruit-banner-entry__btn span, .recruit-banner-entry__btn img {
    position: relative;
    z-index: 1;
  }
  .recruit-banner-entry__btn img {
    transform: translateY(0);
  }
}
.recruit-banner-entry__btn img {
  margin: 0;
  width: 20px;
}
@media (min-width: 767px) {
  .recruit-banner-entry__btn img {
    width: 33px;
  }
}
.recruit-banner-entry__btn__arrow {
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 0;
  display: grid;
  height: 22px;
  margin: auto;
  place-items: center;
  position: absolute;
  right: 20px;
  top: 0;
  width: 22px;
}
@media (min-width: 1200px) {
  .recruit-banner-entry__btn__arrow {
    height: 60px;
    width: 60px;
  }
}
.recruit-banner-entry__btn__arrow::after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  -webkit-mask: url(../../cmn/img/header__nav__item_arrow.svg) no-repeat center/contain;
          mask: url(../../cmn/img/header__nav__item_arrow.svg) no-repeat center/contain;
  width: 10px;
}
@media (min-width: 1200px) {
  .recruit-banner-entry__btn__arrow::after {
    height: 8px;
    width: 20px;
  }
}
.recruit-banner-entry__btn:hover .recruit-banner-entry__btn__arrow {
  background: rgba(255, 255, 255, 0.4);
}
.recruit-banner-entry__btn:hover .recruit-banner-entry__btn__arrow::after {
  -webkit-animation: arrowToRight 0.8s forwards;
          animation: arrowToRight 0.8s forwards;
}