@charset "UTF-8";
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# recruit
=============================================== */
#recruit .sv-mv {
  background: url(../img/recruit_bg001.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #recruit .sv-mv {
    background: url(../img/sp_recruit_bg001.webp) no-repeat center center/cover;
  }
}
@media (max-width: 767px) {
  #recruit .sv-mv .sv-mv__text {
    font-size: 6.1333333333vw;
  }
}
#recruit .sv-why {
  padding: 120px 0 max(7.2916666667vw, 120px);
}
@media (max-width: 767px) {
  #recruit .sv-why {
    padding: 60px 0 50px;
  }
}
@media (max-width: 767px) {
  #recruit .sv-why .sv-why__subTtl {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  #recruit .sv-why__txt {
    font-size: clamp(1.6rem, 1.2445095168vw, 1.8rem);
  }
}

/* ===============================================
# l-sv-voices
=============================================== */
.l-sv-voices {
  padding: max(7.2916666667vw, 100px) 0 max(8.3333333333vw, 120px);
  background: url(../img/recruit_bg002.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .l-sv-voices {
    padding: 60px 0 60px;
    background: url(../img/sp_recruit_bg002.webp) no-repeat center center/cover;
  }
}
.l-sv-voices__intro p {
  color: #fff;
}
.l-sv-voices .voices-box {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .l-sv-voices .voices-box {
    margin-top: 40px;
  }
}
.l-sv-voices .voices-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-sv-voices .voices-box__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-sv-voices .voices-box__item:not(:first-of-type) {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .l-sv-voices .voices-box__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.l-sv-voices .voices-box__img {
  width: 15.1785714286%;
}
@media (max-width: 767px) {
  .l-sv-voices .voices-box__img {
    margin-top: 10px;
  }
}
.l-sv-voices .voices-box__text {
  width: 84.8214285714%;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .l-sv-voices .voices-box__text {
    padding-left: 30px;
  }
}
.l-sv-voices .voices-box__textInner {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 40px min(2.9282576867vw, 40px);
  z-index: 0;
}
@media (max-width: 767px) {
  .l-sv-voices .voices-box__textInner {
    padding: 20px 6%;
  }
}
.l-sv-voices .voices-box__textInner::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 26px solid #ffffff;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(100% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-sv-voices .voices-box__textInner::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 14px solid #ffffff;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 28px;
  }
}
.l-sv-voices .voices-box__textInner::after {
  content: "“";
  display: block;
  font-size: clamp(11.5rem, 8.78477306vw, 12.5rem);
  font-weight: bold;
  line-height: 1;
  color: rgba(23, 140, 217, 0.8);
  position: absolute;
  top: -0.304em;
  bottom: auto;
  left: auto;
  right: 0.16em;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-sv-voices .voices-box__textInner::after {
    font-size: 5rem;
  }
}
.l-sv-voices .voices-box__ttl {
  font-size: clamp(2.8rem, 2.196193265vw, 3.2rem);
  line-height: 1.5;
  margin-bottom: 0.625em;
}
@media (max-width: 767px) {
  .l-sv-voices .voices-box__ttl {
    font-size: 1.8rem;
  }
}
.l-sv-voices .voices-box p {
  font-size: clamp(1.6rem, 1.1713030747vw, 1.8rem);
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-sv-voices .voices-box p {
    font-size: 1.4rem;
  }
}

/* ===============================================
# l-sv-ev
=============================================== */
.l-sv-ev {
  padding-bottom: max(7.2916666667vw, 120px);
}
@media (max-width: 767px) {
  .l-sv-ev {
    padding-bottom: 0;
  }
}
.l-sv-ev__container {
  max-width: calc(1600px + 12%);
  padding: 0 6%;
  position: relative;
  margin: auto;
}
@media (max-width: 767px) {
  .l-sv-ev__container {
    padding: 0;
  }
}
.l-sv-ev__wrap {
  background: #F2F4F8;
  padding: 0 5.2083333333vw max(6.25vw, 80px);
}
@media (max-width: 767px) {
  .l-sv-ev__wrap {
    padding: 0 6% 60px;
  }
}
.l-sv-ev__inner {
  padding-top: 1px;
  max-width: 1120px;
  margin: auto;
}
.l-sv-ev .c-en-h2 {
  margin-top: -0.625em;
}
@media (min-width: 768px) {
  .l-sv-ev .c-en-h2 {
    margin-bottom: 0.75em;
  }
}
.l-sv-ev__footTxt {
  margin-top: 2.5em;
  font-size: clamp(2rem, 1.6105417277vw, 2.4rem);
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-sv-ev__footTxt {
    font-size: 1.5rem;
    margin-top: 30px;
  }
}
.l-sv-ev .ev-list {
  margin-top: max(4.1666666667vw, 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px min(2.9282576867vw, 40px);
  counter-reset: ev_list;
}
@media (max-width: 767px) {
  .l-sv-ev .ev-list {
    margin-top: 30px;
    gap: 16px;
  }
}
.l-sv-ev .ev-list li {
  width: calc((100% - min(2.9282576867vw, 40px) * 1) / 2 - 1px);
  position: relative;
  background: #fff;
  font-size: clamp(2.2rem, 1.756954612vw, 2.6rem);
  font-weight: bold;
  padding: 0.7692307692em 1.1538461538em;
  line-height: 1.5;
  min-height: 4.5384615385em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .l-sv-ev .ev-list li {
    width: 100%;
    font-size: 1.5rem;
    padding-left: 6%;
    padding-right: 6%;
  }
}
.l-sv-ev .ev-list__inner {
  position: relative;
  padding-left: 3.8461538462em;
  display: block;
}
.l-sv-ev .ev-list__inner::before {
  content: "0" counter(ev_list);
  counter-increment: ev_list 1;
  font-size: 1.5384615385em;
  color: #178CD9;
  letter-spacing: 0.04em;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-sv-ev .ev-list__inner::after {
  content: "";
  position: absolute;
  left: 2.3076923077em;
  top: 50%;
  display: block;
  width: 1px;
  height: 1.9230769231em;
  background: #1e90ff;
  -webkit-transform: rotate(25deg) translateY(-50%);
          transform: rotate(25deg) translateY(-50%);
}/*# sourceMappingURL=page.css.map */