@charset "UTF-8";
/*リクルートページ*/
.rec-top {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  box-sizing: border-box;
}
.rec-top__flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 120px;
  flex-wrap: wrap;
}

.rec-top__flex-img {
  width: 48%;
}

.rec-top__flex-cont {
  width: 46%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 160px;
}

.rec-top__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.rec-top__flex-cont p {
  font-size: 15px;
}

.rec-top__deco {
  position: absolute;
  width: 65%;
  bottom: -90px;
  right: 0;
  z-index: 1;
  max-width: 600px;
  height: 250px;
}

.rec-top__deco img {
  max-height: 100%;
}

.rec-intro__cont-grid.spilit {
  display: block;
}
.rec-spilit__title {
  text-align: center;
  margin-bottom: 30px;
}
.rec-spilit__title .small {
  font-size: 18px;
  display: block;
}
.rec-spilit__title .big {
  font-size: 24px;
  display: block;
  line-height: 1;
}
.rec-spilit__title .big .bold {
  font-weight: bold;
  /* font-style: normal;
  padding-bottom: 0.4em;
  background-image: radial-gradient(0.1em 0.1em at center, #cfd5c8 0, #cfd5c8 100%, rgba(207, 213, 200, 0) 100%);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 1em 0.2em; */
  font-family: var(--mont);
  font-weight: 500;
  letter-spacing: 0.9px;
  background-repeat: repeat-x;
}
.rec-spilit__title .big .bold span {
  position: relative;
  display: inline-block;
}
.rec-spilit__title .big .bold span::after {
  position: absolute;
  bottom: -0.4em;
  width: 3px;
  border-radius: 50%;
  height: 3px;
  background-color: #cfd5c8;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.rec-spilit__title .big .bold span.num::after {
  bottom: -0.3em;
}
.rec-spilit__title .big .bold .num {
  font-size: 30px;
}
.rec-spilit__txt {
  width: 500px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 120px;
}
.rec-spilit__rule-bl {
  width: 100%;
  height: 450px;
  background-color: #d9dfd3;
  position: relative;
  z-index: 0;
}
.rec-spilit__rule-bl .en {
  font-weight: 200;
  font-size: 90px;
  color: #fff;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-family: var(--mont);
  line-height: 0;
  z-index: 1;
  font-weight: 100;
}
.rec-spilit__rule-orange-bl {
  width: 600px;
  height: 100%;
  background-color: #f6e5d5;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  position: absolute;
  padding: 70px 100px;
  z-index: 2;
}
.rec-spilit__rule-list li {
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  color: #4c504d;
  margin-bottom: 25px;
}
.rec-spilit__rule-list li span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #a7b5aa;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-page main > section.rec-interview {
  margin-bottom: 0;
}

.rec-requirements__tab {
  left: 0;
  width: 32%;
}

.rec-requirements__tab:nth-of-type(odd) {
  transform: translateX(0);
  margin-left: 0;
}

.rec-requirements__tab:nth-of-type(even) {
  margin-left: 0;
}

.rec-requirements__tab:nth-of-type(2) {
  left: 34%;
}

.rec-requirements__tab:nth-of-type(3) {
  left: 68%;
}

.rec-top__bnr {
  margin-bottom: 70px;
}

.rec-top__bnr a {
  display: block;
}

.rec-top__bnr img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .rec-spilit__rule-bl .en {
    bottom: -13px;
    font-size: 72px;
  }
  .rec-top__title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .rec-debut__support-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .rec-top__flex-img {
    width: 100%;
  }
  .rec-top__flex-cont {
    width: 100%;
    margin-top: 30px;
  }
  .rec-top__deco {
    position: absolute;
    width: 450px;
    bottom: -100px;
    right: 50%;
    z-index: 1;
    transform: translateX(50%);
    max-width: 100%;
    height: 230px;
  }
  .rec-intro__cont-grid.spilit {
    display: block;
    margin-top: 40px;
  }
  .rec-spilit__txt {
    margin-bottom: 90px;
  }
  .rec-spilit__rule-bl {
    width: 100%;
    height: 320px;
  }
  .rec-spilit__rule-orange-bl {
    width: 90%;
    height: 100%;
    padding: 40px 17px;
    z-index: 2;
  }
  .rec-spilit__rule-list {
    width: 278px;
    margin-left: auto;
    margin-right: auto;
  }
  .rec-spilit__rule-list li {
    font-size: 15px;
    padding-left: 32px;
    margin-bottom: 20px;
  }
  .rec-spilit__rule-list li span {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
  .rec-spilit__rule-bl .en {
    bottom: -27px;
    font-size: 8vw;
  }
  .rec-requirements__tab {
    height: 55px;
    font-size: 1.3rem;
  }
  .rec-top__bnr {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 400px) {
  .rec-top__title {
    font-size: 19px;
  }
  .rec-top__flex {
    margin-bottom: 70px;
  }
  .rec-spilit__rule-list li {
    font-size: 14px;
    padding-left: 28px;
    margin-bottom: 20px;
  }
  .rec-spilit__rule-list li span {
    width: 21px;
    height: 21px;
    font-size: 12px;
  }
  .rec-spilit__rule-bl {
    height: 300px;
  }
}
