@charset "UTF-8";
.recruit .parallax {
  position: relative;
}
.recruit .parallax::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background: linear-gradient(to bottom, rgba(237, 242, 248, 0) 0%, rgba(237, 242, 248, 0.5) 30%, rgba(237, 242, 248, 0.8) 70%, rgb(237, 242, 248) 100%), url("../img/recruit/recruit_intro_top_bg.jpg");
  background-size: cover;
}

.recruit__head_block {
  padding: 80px 0 60px;
}
@media print, screen and (min-width: 920px) {
  .recruit__head_block {
    padding: 120px 0 80px;
  }
}

.recruit__head__title {
  position: relative;
}
.recruit__head__title div {
  position: absolute;
  z-index: 1;
  font-family: "Manrope", serif;
  color: rgba(0, 173, 236, 0.3);
  top: -5rem;
  font-size: clamp(8rem, 7rem + 1vw, 12rem);
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (min-width: 920px) {
  .recruit__head__title div {
    top: -6rem;
    font-size: clamp(8rem, 7rem + 2vw, 12rem);
  }
}

.recruit_catch {
  font-weight: 700;
  line-height: 2.2;
  flex-shrink: 0;
  padding-top: 8px;
  font-size: clamp(1.7rem, 1.7rem + 1.1vw, 4rem);
}
.recruit_catch span {
  display: inline-block;
}
@media print, screen and (min-width: 920px) {
  .recruit_catch span.pc-block {
    display: block;
  }
}
.recruit_catch em {
  font-style: normal;
  color: #0057aa;
  margin: -20px;
  font-size: clamp(4rem, 4rem + 1vw, 8rem);
  line-height: 1.3;
}
@media print, screen and (min-width: 920px) {
  .recruit_catch em {
    line-height: 0.8;
  }
}

.underlayer__head__title {
  padding: 110px 0 56px;
}
@media print, screen and (min-width: 768px) {
  .underlayer__head__title {
    padding: 160px 0 60px;
  }
}
@media print, screen and (min-width: 1180px) {
  .underlayer__head__title {
    padding: 220px 0 60px;
  }
}
.underlayer__head__title div:nth-child(1) {
  font-size: 4rem;
  font-family: "Manrope", serif;
  font-weight: bold;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .underlayer__head__title div:nth-child(1) {
    font-size: 6.4rem;
  }
}
.underlayer__head__title div:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-left: 1em;
  line-height: 1.4;
  position: relative;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .underlayer__head__title div:nth-child(2) {
    font-size: 2rem;
    margin-top: 15px;
  }
}
.underlayer__head__title div:nth-child(2)::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 1px));
}
@media print, screen and (min-width: 768px) {
  .underlayer__head__title div:nth-child(2)::before {
    width: 9px;
    height: 9px;
  }
}

.recruit_loop_slider {
  overflow: hidden;
  padding-bottom: 60px;
  display: flex;
  min-width: auto;
}

.recruit_loop_slider_list {
  display: flex;
  animation: loopSliderAnimation 150s linear infinite;
  /* アイテムの複製で全体をカバーできる幅を計算 */
  min-width: auto;
}

.recruit_loop_slider_item {
  width: 315px;
  box-shadow: 0px 77px 35px -50px rgba(64, 64, 64, 0.3);
  flex-shrink: 0;
  min-width: auto;
  margin-right: 20px;
}
@media print, screen and (min-width: 920px) {
  .recruit_loop_slider_item {
    margin-right: 35px;
    width: 630px;
  }
}
.recruit_loop_slider_item img {
  display: block;
  width: 100%;
}

/* 無限ループアニメーション */
@keyframes loopSliderAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); /* 100% を基準にスライド */
  }
}
.recruit_intro {
  position: relative;
}
.recruit_intro::before {
  position: absolute;
  z-index: -1;
  bottom: -200px;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background: linear-gradient(to top, rgba(237, 242, 248, 0) 0%, rgba(237, 242, 248, 0) 15%, rgba(237, 242, 248, 0.75) 30%, rgba(237, 242, 248, 0.8) 50%, rgb(237, 242, 248) 100%), url("../img/recruit/recruit_intro_bottom_bg.jpg");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}
@media print, screen and (min-width: 920px) {
  .recruit_intro::before {
    background: linear-gradient(to top, rgba(237, 242, 248, 0) 0%, rgba(237, 242, 248, 0) 15%, rgba(237, 242, 248, 0.6) 30%, rgba(237, 242, 248, 0.8) 50%, rgb(237, 242, 248) 100%), url("../img/recruit/recruit_intro_bottom_bg.jpg");
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }
}

.recruit_declaration {
  text-align: center;
  position: relative;
}
.recruit_declaration .text {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 0;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .recruit_declaration .text {
    font-size: 1.8rem;
  }
}
.recruit_declaration .text:not(:first-child) {
  margin-top: 2.3em;
}

.recruit_intro {
  padding-bottom: 14rem;
}
@media print, screen and (min-width: 920px) {
  .recruit_intro {
    padding-bottom: 20rem;
  }
}

.recruit_declaration_text {
  display: inline-block;
  padding-top: 4rem;
}
@media print, screen and (min-width: 920px) {
  .recruit_declaration_text {
    padding-top: 11rem;
  }
}

.recruit_strong {
  margin: 35px auto 0;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: clamp(3.25rem, 3.25rem + 2vw, 8rem);
  max-width: 630px;
}
@media print, screen and (min-width: 920px) {
  .recruit_strong {
    margin-top: 7rem;
    margin-bottom: 0;
  }
}
.recruit_strong em {
  color: #0057aa;
  font-style: normal;
}

.recruit_jobtype {
  background-color: #fff;
  padding: 90px 0 160px;
}
@media print, screen and (min-width: 920px) {
  .recruit_jobtype {
    padding: 110px 0 200px;
  }
}
.recruit_jobtype img {
  box-shadow: 6px 9px 12px gainsboro;
}
.recruit_jobtype img:nth-child(1) {
  width: 90vw;
}
@media print, screen and (min-width: 768px) {
  .recruit_jobtype img:nth-child(1) {
    width: 80vw;
  }
}
@media print, screen and (min-width: 920px) {
  .recruit_jobtype img:nth-child(1) {
    width: 40vw;
  }
}
.recruit_jobtype img:nth-child(2) {
  position: absolute;
  right: -3vw;
  width: 50vw;
  bottom: -14vw;
}
@media print, screen and (min-width: 768px) {
  .recruit_jobtype img:nth-child(2) {
    width: 45vw;
    bottom: -10vw;
  }
}
@media print, screen and (min-width: 920px) {
  .recruit_jobtype img:nth-child(2) {
    width: 31vw;
    bottom: -6vw;
    right: -6vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .recruit_jobtype img:nth-child(2) {
    width: 22vw;
  }
}

.recruit_jobtype_flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem 15rem;
}
@media print, screen and (min-width: 920px) {
  .recruit_jobtype_flex {
    flex-direction: row;
  }
}

.jobtype_img_area {
  margin-left: calc(-50vw + 50%);
  width: 100%;
  gap: 20px 50px;
  position: relative;
}

.jobtype_text_area {
  width: 100%;
  position: relative;
}
.jobtype_text_area::after {
  content: "";
  position: absolute;
  bottom: -7rem;
  right: 0px;
  bottom: -3rem;
  width: 100%;
  height: 100%;
  background-image: url("../img/recruit/recruit_jobtype_bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 160px;
  pointer-events: none;
  user-select: none;
  background-size: 50%;
}
@media print, screen and (min-width: 360px) {
  .jobtype_text_area::after {
    background-size: 50vw;
    height: 130%;
  }
}
@media print, screen and (min-width: 768px) {
  .jobtype_text_area::after {
    background-size: contain;
  }
}
@media print, screen and (min-width: 920px) {
  .jobtype_text_area::after {
    background-size: 25vw;
    bottom: -7rem;
    width: 100%;
  }
}

.recruit_sub_title {
  font-weight: 600;
  letter-spacing: 0;
  font-size: clamp(1.8rem, 1.8rem + 0.7vw, 3rem);
  color: #3E4C59;
}

.recruit_inner_text {
  margin: 20px 0 40px;
}
.recruit_inner_text > span {
  display: inline-block;
}

.recruit_interview {
  background-color: #EDF2F8;
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .recruit_interview {
    padding: 100px 0 95px 0;
  }
}
.recruit_interview::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 42%;
  transition: 0.6s;
  background-color: #00adec;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media print, screen and (min-width: 920px) {
  .recruit_interview::before {
    bottom: auto;
    top: -100%;
    tight: -14%;
    width: 69%;
    height: 100%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.recruit_interview.active::before {
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 920px) {
  .recruit_interview.active::before {
    bottom: auto;
    top: 0;
    right: 0;
  }
}

.recruit_interview_flex {
  display: flex;
  flex-direction: column;
  gap: 5rem 5%;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .recruit_interview_flex {
    flex-direction: row;
  }
}

.recruit_interview_text_area {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .recruit_interview_text_area {
    width: 32%;
  }
}

.recruit_interview_slider_outer {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .recruit_interview_slider_outer {
    width: 63%;
  }
}

.recruit_interview_slider {
  overflow: hidden;
  margin-right: calc(-50vw + 50%);
}
@media print, screen and (min-width: 920px) {
  .recruit_interview_slider {
    margin-right: calc(-50vw + 79%);
  }
}
.recruit_interview_slider .swiper-slide {
  padding-right: 3.3%;
}
.recruit_interview_slider .swiper-slide .img img {
  width: 100%;
}
.recruit_interview_slider .swiper-button {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .recruit_interview_slider .swiper-button {
    display: flex;
    column-gap: 15px;
    align-items: center;
  }
}
.recruit_interview_slider .swiper-button-prev::after {
  transform: rotate(180deg);
}
.recruit_interview_slider .swiper-button-prev,
.recruit_interview_slider .swiper-button-next {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0;
  transition: all 0.3s;
}
.recruit_interview_slider .swiper-button-prev::after,
.recruit_interview_slider .swiper-button-next::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #00adec;
  font-size: 1.6rem;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .recruit_interview_slider .swiper-button-prev::after,
  .recruit_interview_slider .swiper-button-next::after {
    font-size: 2rem;
  }
}
.recruit_interview_slider .swiper-button-prev:hover,
.recruit_interview_slider .swiper-button-next:hover {
  background-color: #00adec;
}
.recruit_interview_slider .swiper-button-prev:hover::after,
.recruit_interview_slider .swiper-button-next:hover::after {
  color: #fff;
}

.recruit_interview_slider_link {
  display: block;
  position: relative;
  line-height: 1.2;
  box-shadow: 2px 2px 8px 2px rgba(11, 11, 11, 0.27);
}
.recruit_interview_slider_link:hover {
  box-shadow: 4px 3px 10px 2px rgba(11, 11, 11, 0.5);
}

.recruit_interview_slider_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 27px 20px;
}
.recruit_interview_slider_text .column > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
.recruit_interview_slider_text .join {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
}
.recruit_interview_slider_text .corp {
  color: #fff;
  font-size: 1.5rem;
}
.recruit_interview_slider_text .role {
  color: #0057aa;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #fff;
  display: block;
  width: fit-content;
  padding: 5px 10px 6px;
  margin-top: 10px;
  border-radius: 3rem;
}
.recruit_interview_slider_text .name {
  color: #fff;
  margin-top: 10px;
}
.recruit_interview_slider_text .name .text_l {
  font-size: 2.3rem;
  font-weight: 600;
}
.recruit_interview_slider_text .name .text_s {
  font-size: 1.4rem;
  margin-left: 4px;
}

/*# sourceMappingURL=recruit.css.map */
