@charset "utf-8";

/* --------------------------------------- */
/* 採用情報　「ラクサスの強み」ページ
/* --------------------------------------- */


/* メインビジュアル
-------------------------------------------*/
.recUnderMvBl {
  background: url(../img/recruit_under_mv.webp) no-repeat center 0/cover;
}


/*  「ラクサスマネジメントの特徴」
-------------------------------------------*/
.recStrengthsFeaturesBl {
  padding: 108px 0 120px;
  background-color: #e1eff5;
  color: #1f385a;
  position: relative;
  overflow: hidden;
}

.recStrengthsFeatures_ol {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}

.recStrengthsFeatures_ol>li {
  width: 48%;
  margin-right: 4%;
  box-sizing: border-box;
}

.recStrengthsFeatures_ol>li:nth-child(even) {
  margin-right: 0;
}

.recStrengthsFeatures_ol>li:nth-child(n+3) {
  margin-top: 50px;
}

.recStrengthsFeatures_chuki-ul {
  margin-top: 5px;
}

.recStrengthsFeatures_chuki-ul>li {
  font-size: min(calc((16 / 1200) * 100vw), 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05em;
  text-indent: -1em;
  padding-left: 1em;
}

.recStrengthsFeatures_chuki-ul>li+li {
  margin-top: 9px;
}


.recStrengthsFeatures_arrow {
  position: absolute;
  top: 0;
  /* bottom: 0; */
  left: 0;
  opacity: .5;
  z-index: 2;
  width: 100%;
  /* height: 100%; */
  /* margin: auto; */
}

.recStrengthsFeatures_arrow img {
  /* width: auto; */
  /* height: 100%; */
}

.js-arrow-D {
  opacity: 0;
  transition: all .5s;
  transform: translate(-70px, 70px);
}

.js-arrow-D.fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.recStrengthsFeatures_arrow._1 {
  transition-delay: .5s;
}

.recStrengthsFeatures_arrow._2 {
  transition-delay: .8s;
}

.recStrengthsFeatures_arrow._3 {
  transition-delay: .7s;
}

.recStrengthsFeatures_arrow._4 {
  transition-delay: .5s;
}

.recStrengthsFeatures_arrow._5 {
  transition-delay: .11s;
}

.recStrengthsFeatures_arrow._6 {
  transition-delay: 1.5s;
}

.recStrengthsFeatures_arrow._7 {
  transition-delay: 1.7s;
}

.recStrengthsFeatures_arrow._8 {
  transition-delay: 1.6s;
}

@media screen and (max-width:1720px) {

  .recStrengthsFeatures_arrow {
    bottom: 0;
  }

  .recStrengthsFeatures_arrow img {
    width: auto;
    height: 100%;
  }
}


@media screen and (max-width: 767px) {
  .recStrengthsFeaturesBl {
    padding: calc((108 / 750) * 100vw) 0;
  }

  .recStrengthsFeatures_ol {
    margin-top: calc((60 / 750) * 100vw);
    display: block;
  }

  .recStrengthsFeatures_ol>li {
    width: auto;
    margin-right: 0;
  }

  .recStrengthsFeatures_ol>li:nth-child(n+2) {
    margin-top: calc((70 / 750) * 100vw);
  }

  .recStrengthsFeatures_chuki-ul {
    margin-top: calc((20 / 750) * 100vw);
  }

  .recStrengthsFeatures_chuki-ul>li {
    font-size: calc((22 / 750) * 100vw);
    line-height: 1.8;
    letter-spacing: .1em;
  }

  .recStrengthsFeatures_chuki-ul>li+li {
    margin-top: calc((20 / 750) * 100vw);
  }

  .recStrengthsFeatures_arrow.js-arrow-D.fadein {
    opacity: .5;
  }

}