@charset "utf-8";
#recruit {
  width: 100%;
  height: auto;
  padding: 0;
}
.recruit__inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.page_heading {
  margin-bottom: 40px;
}
.recruit__contents {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.recruit__btn_wrap {
  width: 320px;
  height: 50px;
  margin: 0 auto 65px;
}
.recruit_swiper {
  width: 100%;
}

.recruit_swiper_item {
  width: 100%;
  height: auto;
}
.recruit__message {
  width: 100%;
  height: auto;
  padding: 0 0 105px;
  overflow: hidden;
}
.recruit__message__inner {
  width: 90%;
  max-width: 1100px;
  height: auto;
  padding: 76px 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.recruit__message__logomark {
  width: 520px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 21px;
  transform: translate(-50%, 0%);
  z-index: -1;
  opacity: 0.2;
}
.recruit__message .recruit__item__heading {
  margin-bottom: 40px;
}
.recruit__message .recruit__item__heading__main_txt {
  text-align: center;
}
.recruit__message .recruit__item__heading__sub_txt {
  text-align: center;
}
.recruit__message__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.recruit__message__txt {
  width: 58.5%;
  height: auto;
  position: relative;
  z-index: 10;
}
.recruit__message__txt dt {
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: calc(48 / 28);
  letter-spacing: 0.08em;
}
.recruit__message__txt dd {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16);
  letter-spacing: 0em;
}
.recruit__message__image {
  width: 38%;
  height: auto;
}
.recruit__message__image__name {
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.recruit__flow {
  width: 100%;
  height: auto;
}
.recruit__flow__inner {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.recruit__flow .recruit__item__heading {
  margin-bottom: 30px;
}
.recruit__flow__figure {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  color: var(--color--white);
}
.recruit__flow__figure__item {
  padding: 52px 0 55px;
  position: relative;
}
.recruit__flow__figure__item__number {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.recruit__flow__figure__item._step1 {
  width: 32%;
  background-color: #f28984;
}
.recruit__flow__figure__item._step2 {
  width: 34%;
  background-color: #ef514c;
}
.recruit__flow__figure__item._step3 {
  width: 34%;
  background-color: #d92620;
}
.recruit__flow__figure__item::after {
  content: "";
  display: block;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: inherit;
  position: absolute;
  top: 0;
  right: 1px;
  transform: translate(100%, 0%);
  z-index: 1;
}
.recruit__flow__figure__item._step1::after {
  width: calc((40 / 320) * 100%);
}
.recruit__flow__figure__item._step2::after {
  width: calc((40 / 340) * 100%);
}
.recruit__flow__figure__item._step3::after {
  display: none;
}
.recruit__flow__figure__item__details {
  width: 100%;
  height: auto;
}
._step1 .recruit__flow__figure__item__details {
  padding-left: calc((30 / 320) * 100%);
}
._step2 .recruit__flow__figure__item__details,
._step3 .recruit__flow__figure__item__details {
  padding-left: calc((60 / 340) * 100%);
  padding-right: calc((20 / 340) * 100%);
}
.recruit__flow__figure__item__details dt {
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
.recruit__flow__figure__item__details dd {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(24 / 14);
  letter-spacing: 0em;
  text-align: center;
}

#pv_area {
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 20%,
    #000 100%
  );
  position: relative;
  z-index: 100;
}
.pv-area-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 120px;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}
.pv_area__inner {
  width: 80%;
  padding: 280px 0 70px;
  margin: 0 auto;
  position: relative;
}
.pv_area__heading {
  width: 90%;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 10;
}
.pv_thumb {
  max-width: 900px;
  width: 80%;
  line-height: 1.6;
  height: auto;
  margin: 0 auto;
}
#pv_area .more_btn__link {
  background-color: transparent;
  color: #de0e1a;
  border: 1px solid #de0e1a;
  transition: 0.3s;
}
#pv_area .more_btn__link::after {
  background-image: url("../image/view_more_arrow_red.svg");
  transition: 0.3s;
}
#pv_area .more_btn__link:hover {
  background-color: #de0e1a;
  color: var(--color--white);
  transition: 0.3s;
}
#pv_area .more_btn__link:hover::after {
  background-image: url("../image/view_more_arrow.svg");
  transition: 0.3s;
}

/* .recruit__fqa ================================================== */
.recruit__fqa {
  width: 100%;
  height: auto;
  padding: 100px 0 140px;
}
.recruit__fqa__inner {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.recruit__fqa .recruit__item__heading {
  margin-bottom: 30px;
}
.recruit__fqa__list {
  width: 100%;
  height: auto;
}
.recruit__fqa__list__item {
  width: 100%;
}

.recruit__fqa__list__item:last-child {
  border-bottom: solid 1px #707070;
}
.recruit__fqa__list__item__question {
  width: 100%;
  height: auto;
  padding: 20px;
  cursor: pointer;
  position: relative;
  border-top: solid 1px #707070;
}

.recruit__fqa__list__item__question::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--color--black);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.recruit__fqa__list__item__question::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--color--black);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}

.recruit__fqa__list__item__question__txt {
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.recruit__fqa__list__item__question__txt::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("../image/recruit/fqa_q.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  z-index: 1;
}

.recruit__fqa__list__item__answer {
  display: none;
  padding: 20px;
  border-top: dotted 1px #707070;
}
.recruit__fqa__list__item__answer__txt {
  padding: 14px 40px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
.recruit__fqa__list__item__answer__txt::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("../image/recruit/fqa_a.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  z-index: 1;
}
.recruit__fqa__list__item__question.is-open {
  font-weight: bold;
  /* 矢印や色など装飾 */
}
.recruit__fqa__list__item__question.is-open::before {
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}
.recruit__fqa__list__item__question.is-open::after {
  opacity: 0;
  transition: 0.3s;
}

/* .recruit__pv ================================================== */
.recruit__pv {
  width: 100%;
  height: auto;
  padding: 100px 0 140px;
}
.recruit__pv__inner {
  width: 90%;
  max-width: 840px;
  height: auto;
  margin: 0 auto;
}
.recruit__pv .recruit__item__heading {
  margin-bottom: 28px;
}
.recruit__pv .recruit__item__heading__main_txt {
  text-align: center;
}
.recruit__pv__video_wrap {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
.recruit__pv__video__play_btn {
  width: calc((130 / 840) * 100%);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.recruit__pv__video__play_btn.playActive {
  opacity: 0;
  pointer-events: none;
}

/* PC ================================================== */
@media all and (min-width: 769px) {
}

/* Tablet ================================================== */
@media all and (max-width: 768px) {
  #recruit {
    padding: 0 0 120px;
  }
  .recruit__inner {
    width: 100%;
  }
  .recruit__btn_wrap {
    width: calc((344 / 390) * 100%);
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .recruit__message {
    padding: 0 0 120px;
  }
  .recruit__message__inner {
    width: calc((344 / 390) * 100%);
    padding: 80px 0 0;
  }
  .recruit__message__logomark {
    width: 300px;
  }
  .recruit__message__body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .recruit__message__txt {
    width: 100%;
    margin: 0 auto 50px;
  }
  .recruit__message__txt dt {
    margin: 0 auto 20px;
    font-size: 20px;
  }
  .recruit__message__txt dd {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
  .recruit__message__image {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .recruit__message__image__name {
    margin-top: 12px;
    font-size: 14px;
  }
  .recruit__flow__inner {
    width: calc((344 / 390) * 100%);
  }
  .recruit__flow .recruit__item__heading {
    margin-bottom: 40px;
  }
  .recruit__flow__figure__item {
    padding: 40px 0;
    position: relative;
  }
  .recruit__flow__figure__item__details dt {
    margin: 0 auto 15px;
    font-size: 20px;
  }
  .recruit__pv {
    padding: 80px 0 120px;
  }
  .recruit__pv__inner {
    width: calc((344 / 390) * 100%);
  }
  .recruit__pv .recruit__item__heading {
    margin-bottom: 32px;
  }

  /* pv_area */
  #pv_area {
  }
  .pv_area__inner {
    width: 100%;
    padding: 180px 0 100px;
  }
  .pv_area__heading {
    width: 80%;
    top: 60px;
    left: 5%;
  }
  #pv_area .more_btn {
    margin: 50px auto 0;
  }
}

/* SP ================================================== */
@media all and (max-width: 575px) {
  .recruit__flow__figure {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .recruit__flow__figure__item__number {
    top: 20px;
  }
  .recruit__flow__figure__item._step1 {
    width: 100%;
    padding: 30px 0 30px;
  }
  .recruit__flow__figure__item._step2 {
    width: 100%;
    padding: 50px 0 30px;
  }
  .recruit__flow__figure__item._step3 {
    width: 100%;
    padding: 50px 0 30px;
  }
  .recruit__flow__figure__item::after {
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: calc(100% - 1px);
    right: 0;
    transform: translate(0%, 0%);
  }
  .recruit__flow__figure__item._step1::after {
    width: 100%;
  }
  .recruit__flow__figure__item._step2::after {
    width: 100%;
  }
  ._step1 .recruit__flow__figure__item__details,
  ._step2 .recruit__flow__figure__item__details,
  ._step3 .recruit__flow__figure__item__details {
    padding-left: calc((24 / 375) * 100vw);
    padding-right: calc((24 / 375) * 100vw);
  }
  .recruit__fqa__list__item__question__txt {
    font-size: 16px;
  }
  .recruit__fqa__list__item__answer__txt {
    font-size: 14px;
    padding: 14px 0px 14px 40px;
  }
}
