/* ----- underFv ----- */
.page-recruit .underFv {
  background-image: url(../img/recruit/underFv-recruit.png);
}
.page-recruit .underFv ul {
  display: flex;
  justify-content: space-between;
  width: 104rem;
}
.page-recruit .underFv ul li {
  width: 29.2rem;
}

/* ----- icp ----- */
.icp__inner {
  position: relative;
}

.icp__bg {
  height: 118.9rem;
}
.icp__bg .bgLRextend::before {
  height: 118.9rem;
}
@-moz-document url-prefix() {
  .icp__bg .bgLRextend::before {
    top: -118.1rem;
  }
}

.icp__content {
  position: absolute;
  top: 5.3rem;
  right: 10.4%;
  width: 66.3rem;
  z-index: 1;
}

.icp__item {
  padding: 2.9rem 5.5rem 4rem;
  background-color: #fbf6f7;
  margin-top: 2rem;
}
@media (max-width: 1079px) {
  .icp__item {
    padding: 3rem 3.5rem;
    margin-top: 1.5rem;
  }
}
.icp__item.mt {
  margin-top: 5.4rem;
}
.icp__item span {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #c72355;
  letter-spacing: 0.03em;
  font-size: 3rem;
}
.icp__item h3 {
  font-size: 2rem;
  color: #c72355;
  margin-top: 0.7rem;
}
.icp__item p {
  margin-top: 1.8rem;
  line-height: 2.14;
  font-size: 1.4rem;
}
@media (max-width: 1079px) {
  .icp__item p {
    line-height: 1.8;
  }
}

/* ----- selectionFlow ----- */
.selectionFlow {
  margin-bottom: 10rem;
}

.selectionFlow__inner {
  position: relative;
}

.selectionFlow__bg {
  height: 118.9rem;
}
.selectionFlow__bg .bgRLextend::before {
  height: 118.9rem;
}
@-moz-document url-prefix() {
  .selectionFlow__bg .bgRLextend::before {
    top: -118.1rem;
  }
}

.selectionFlow__content {
  position: absolute;
  top: 12.1rem;
  left: 10.4%;
  width: 78.4rem;
  z-index: 1;
}
.selectionFlow__content p {
  font-size: 1.6rem;
  line-height: 2;
  width: 54.5rem;
  margin-top: 5.4rem;
}

.selectionFlow__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8rem;
}

.selectionFlow__item {
  position: relative;
  width: 37.2rem;
  height: 25rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.selectionFlow__item:nth-of-type(n+3) {
  margin-top: 4rem;
}
.selectionFlow__item span {
  position: absolute;
  top: 3.2rem;
  left: 14.8rem;
  font-size: 2rem;
  font-weight: 700;
}

/* ----- jobListings ----- */
.wave {
  position: relative;
  height: 20rem;
}
.wave canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.jobListings {
  background-color: #f6f6f6;
  padding: 2.5rem 0 12rem;
}

.jobListings__ttl-box {
  width: 52.2rem;
  margin: 0 auto;
}
.jobListings__ttl-box .subTtl {
  padding-left: 0.5rem;
}

.jobListings__heading {
  font-size: 2.8rem;
  color: #fff;
  background-color: #c72355;
  width: 90rem;
  height: 8rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7.4rem auto 0;
}
.jobListings__heading.mt {
  margin-top: 12rem;
}

.jobListings__content {
  margin: 5rem auto 0;
  width: 83rem;
}
.jobListings__content > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.4rem 0;
  position: relative;
}
.jobListings__content > li:last-of-type {
  padding: 0;
}
.jobListings__content > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -11.5rem;
  width: 45.6rem;
  height: 1px;
  background-color: #c72355;
  transform: scale(0.5);
}
.jobListings__content > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2.8rem;
  width: 114.4rem;
  height: 1px;
  background-color: #a1a1a1;
  transform: scale(0.5);
}
.jobListings__content > li .jobListings__content-l {
  width: 22.8rem;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 4.4rem;
}
.jobListings__content > li .jobListings__content-r {
  width: 57.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 5.6rem;
  line-height: 1.87;
}
.jobListings__content > li .jobListings__content-r span {
  display: inline-block;
  margin-right: 0.5rem;
  color: #e187a3;
  font-size: 1.4rem;
}

/* ----- commonBtn-wrap-jobListings ----- */
.commonBtn-wrap-jobListings {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
}
.commonBtn-wrap-jobListings .commonBtn {
  width: 14.5rem;
}
.commonBtn-wrap-jobListings .commonBtn::after {
  content: "Entry";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
@media (min-width: 1330px) {
  .commonBtn-wrap-jobListings .commonBtn:hover::after {
    color: #fff;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
}

/* ------------------------------------------
/* sp
/* ------------------------------------------ */
@media (max-width: 767px) {
  /* ----- underFv ----- */
  .page-recruit .underFv {
    background-image: url(../img/recruit/underFv-recruit-sp.png);
  }
  .page-recruit .underFv ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 66.9vw;
    margin: 24.8vw auto 0;
  }
  .page-recruit .underFv ul li {
    width: 66.9vw;
  }

  /* ----- icp ----- */
  .icp {
    margin-top: 16vw;
  }

  .icp__inner {
    position: relative;
  }

  .icp__bg {
    height: 66.66vw;
  }
  .icp__bg .bgLRextend::before {
    height: 66.66vw;
  }
  @-moz-document url-prefix() {
    .icp__bg .bgLRextend::before {
      top: -66.66vw;
    }
  }

  .icp__content {
    position: static;
    width: 100%;
    z-index: 1;
    padding: 0 5.3vw;
    margin-top: 5.3vw;
  }
  .icp__content .subTtl {
    margin-top: 4.73vw;
  }

  .icp__item {
    padding: 7.4vw 5.3vw 5.3vw;
    background-color: #fbf6f7;
    margin-top: 5.3vw;
  }
  .icp__item.mt {
    margin-top: 8.53vw;
  }
  .icp__item span {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #c72355;
    letter-spacing: 0.03em;
    font-size: 6.933333vw;
  }
  .icp__item h3 {
    font-size: 4.8vw;
    color: #c72355;
    margin-top: 1.866666vw;
  }
  .icp__item p {
    margin-top: 6.1vw;
    line-height: 1.71;
    font-size: 3.733333vw;
  }

  /* ----- selectionFlow ----- */
  .selectionFlow {
    margin: 18.6vw 0 19.7vw;
  }

  .selectionFlow__inner {
    position: relative;
  }

  .selectionFlow__bg {
    height: 66.66vw;
  }
  .selectionFlow__bg .bgRLextend::before {
    height: 66.66vw;
  }
  @-moz-document url-prefix() {
    .selectionFlow__bg .bgRLextend::before {
      top: -66.66vw;
    }
  }

  .selectionFlow__content {
    position: static;
    width: 100%;
    z-index: 1;
    padding: 0 5.3vw;
    margin-top: 5.3vw;
  }
  .selectionFlow__content .selectionFlow__ttl-box {
    width: 82vw;
    margin: 0 auto;
  }
  .selectionFlow__content p {
    font-size: 3.733333vw;
    line-height: 1.85;
    width: 100%;
    margin-top: 6.6vw;
  }

  .selectionFlow__items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 8vw;
  }

  .selectionFlow__item {
    position: relative;
    width: 100%;
    height: 45vw;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    z-index: 1;
  }
  .selectionFlow__item:nth-of-type(n+2) {
    margin-top: 2.6vw;
  }
  .selectionFlow__item span {
    position: absolute;
    top: 34.1vw;
    left: 5.3vw;
    font-size: 4.266666vw;
    font-weight: 700;
  }
  .selectionFlow__item:nth-of-type(2) span {
    left: 9.2vw;
  }
  .selectionFlow__item:nth-of-type(3) span {
    left: 9.2vw;
  }
  .selectionFlow__item:nth-of-type(4) span {
    left: 13.5vw;
  }

  /* ----- jobListings ----- */
  .wave {
    position: relative;
    height: 10vw;
  }
  .wave canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .jobListings {
    background-color: #f6f6f6;
    padding: 8vw 0 26.6vw;
    margin-top: -1px;
  }

  .jobListings__inner {
    padding: 0 4.53vw;
  }

  .jobListings__ttl-box {
    width: 67.3vw;
    margin: 0 auto;
  }
  .jobListings__ttl-box .subTtl {
    padding-left: 1.3vw;
  }

  .jobListings__heading {
    font-size: 5.33333vw;
    color: #fff;
    background-color: #c72355;
    width: 90.9vw;
    height: 13.3vw;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 11.2vw auto 0;
  }
  .jobListings__heading.mt {
    margin-top: 21.3vw;
  }

  .jobListings__content {
    margin: 8vw auto 0;
    width: 100%;
  }
  .jobListings__content > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9vw 0;
    position: relative;
  }
  .jobListings__content > li:last-of-type {
    padding: 0;
  }
  .jobListings__content > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16.5vw;
    width: 66.6vw;
    height: 1px;
    background-color: #c72355;
    transform: scale(0.5);
  }
  .jobListings__content > li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 8.6vw;
    width: 109.8vw;
    height: 1px;
    background-color: #a1a1a1;
    transform: scale(0.5);
  }
  .jobListings__content > li .jobListings__content-l {
    width: 33.3vw;
    text-align: right;
    font-size: 3.733333vw;
    font-weight: 500;
    padding-right: 5.3vw;
  }
  .jobListings__content > li .jobListings__content-r {
    width: 54.9vw;
    font-size: 3.733333vw;
    font-weight: 400;
    padding-left: 5vw;
    line-height: 2.1;
  }
  .jobListings__content > li .jobListings__content-r span {
    display: inline-block;
    margin-right: 1.3vw;
    color: #e187a3;
    font-size: 3.466666vw;
  }

  /* ----- commonBtn-wrap-jobListings ----- */
  .commonBtn-wrap-jobListings {
    display: flex;
    justify-content: center;
    margin-top: 18.6vw;
  }
  .commonBtn-wrap-jobListings .commonBtn {
    width: 27.4vw;
  }
  .commonBtn-wrap-jobListings .commonBtn::after {
    content: "Entry";
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
}
@media (max-width: 767px) and (min-width: 1330px) {
  .commonBtn-wrap-jobListings .commonBtn:hover::after {
    color: #fff;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
}


