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

.pc-b {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-f {
    display: flex !important;
  }
}

.sub-mv::after {
  background: url(../../message/img/sub-mv-bg.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper {
  margin-right: -2.5vw;
}
.swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.swiper .swiper-wrapper .swiper-slide {
  width: 34vw;
  margin-left: -5.8vw;
  clip-path: polygon(5vw 0%, 100% 0%, calc(100% - 5vw) 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .swiper .swiper-wrapper .swiper-slide {
    width: 80vw;
    margin: 0 auto;
  }
}
.swiper .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}

.content {
  background: linear-gradient(to bottom right, #ffffff, #e3e8ef);
  padding: 100px 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 50px;
  }
}
.content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2250/1263;
  background: url(/recruit/common/imgs/content-top-bg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2250/1263;
  background: url(/recruit/common/imgs/content-bottom-bg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.content__inner {
  position: relative;
  z-index: 5;
}

.step {
  position: relative;
  padding-bottom: 110px;
  --gap: 40px;
}
@media screen and (max-width: 767px) {
  .step {
    padding-bottom: 55px;
  }
}
.step__inner {
  position: relative;
  z-index: 5;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
}
.step__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .step__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.step__text {
  margin: 0 auto 60px;
  max-width: 420px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.step__list {
  margin-top: 60px;
  color: #fff;
}
.step__item {
  padding: 40px 140px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .step__item {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 1140px) and (max-width: 640px) {
  .step__item {
    padding: 30px 20px;
    flex-direction: column;
    gap: 15px;
  }
}
.step__item--1 {
  background: rgba(45, 59, 78, 0.56);
}
.step__item--2 {
  background: rgba(45, 59, 78, 0.65);
}
.step__item--3 {
  background: rgba(45, 59, 78, 0.75);
}
.step__item--4 {
  background: rgba(45, 59, 78, 0.85);
}
.step__item--5 {
  background: rgba(45, 59, 78, 0.9);
}
.step__item-icon {
  width: 42px;
}
@media screen and (max-width: 1140px) {
  .step__item-icon {
    width: 36px;
  }
}
.step__item-title {
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1140px) {
  .step__item-title {
    font-size: 18px;
  }
}
.step__item-left {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 265px;
}
@media screen and (max-width: 1140px) {
  .step__item-left {
    justify-content: center;
    gap: 14px;
    min-width: 190px;
  }
}
.step__item-right {
  border-left: solid 1px #fff;
  padding: 10px 0 10px 60px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1140px) {
  .step__item-right {
    padding: 10px 0 10px 30px;
  }
}
@media screen and (max-width: 1140px) and (max-width: 640px) {
  .step__item-right {
    padding: 0;
    border-left: 0;
    font-size: 14px;
  }
}
.step__stairs {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}

.training {
  padding: 100px 0 90px;
  background: url(../img/black-bg.png) no-repeat center top #000;
  background-size: 100% auto;
  clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
}
@media screen and (max-width: 767px) {
  .training {
    padding: 50px 0 45px;
  }
}
.training__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
.training__top {
  color: var(--white);
  display: flex;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .training__top {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 20px;
  }
}
.training__top-title {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .training__top-title {
    font-size: 24px;
  }
}
.training__top-text {
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0.04em;
  max-width: 690px;
}
@media screen and (max-width: 767px) {
  .training__top-text {
    font-size: 14px;
  }
}
.training__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .training__bottom {
    grid-template-columns: 1fr;
  }
}
.training__item {
  background: #d0d3d8;
  padding: 40px 45px;
}
@media screen and (max-width: 767px) {
  .training__item {
    padding: 20px;
  }
}
.training__item-title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: #000 solid 1px;
}
@media screen and (max-width: 767px) {
  .training__item-title {
    font-size: 20px;
  }
}
.training__item-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .training__item-text {
    font-size: 14px;
  }
}

.relation {
  padding: 90px 0 80px;
}
.relation__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
.relation__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

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