.main_image {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 410px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(/images/recruit/recruit_key.webp) right top/cover no-repeat;
  background-size: 1008px 410px;
  overflow: hidden;
}
.main_image .inner {
  width: 1010px;
  max-width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  padding-left: 0;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #16216d;
}
.main_image .text::after {
  content: "RECRUIT";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #16216d;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 32.3vw;
    box-sizing: border-box;
    background: url(/images/recruit/recruit_key.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 0 0 7vw;
  }
  .main_image .text {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0;
    padding-left: 0;
    font-size: 5.8vw;
    text-align: center;
  }
  .main_image .text::after {
    bottom: -6.6vw;
    font-size: 4vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .dlist_title {
  font-size: 32px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #16216d;
  margin-bottom: 20px;
}
.sec01 .info_text {
  font-size: clamp(13px, 1.718vw, 22px);
  letter-spacing: 0.1em;
  color: #ae4927;
  text-align: center;
  margin-bottom: 40px;
}
.sec01 .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec01 .dlist:not(:last-of-type) {
  margin-bottom: 155px;
}
.sec01 .row {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
.sec01 .row:nth-of-type(1) {
  border-top: 1px solid #ffffff;
}
.sec01 .term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background: #16216d;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}
.sec01 .desc {
  width: 70%;
  padding: 30px;
  background-color: #F2F2F2;
  letter-spacing: 0.1em;
  color: #333631;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec01 .dlist_title {
    font-size: 5.2vw;
    margin-bottom: 4vw;
  }
  .sec01 .info_text {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.2vw;
  }
  .sec01 .row {
    flex-direction: column;
  }
  .sec01 .term {
    width: 100%;
    font-size: 4.5vw;
    padding: 2vw;
    border-top: 0.46vw solid #fff;
    border-bottom: 0.46vw solid #fff;
  }
  .sec01 .desc {
    width: 100%;
  }
}
.sec01 .flexbox {
  justify-content: space-around;
  margin-top: 145px;
  width: 100%;
  padding: 40px clamp(10px, 4.859vw, 75px);
  background-color: rgba(44, 166, 244, 0.17);
  box-sizing: border-box;
}
.sec01 .recruit_title {
  width: 32%;
  max-width: 32%;
  margin: 0 auto;
  font-size: clamp(22px, 2.8125vw, 36px);
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
  position: relative;
}
.sec01 .recruit_title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 147px;
  border-bottom: 1px solid #16216d;
}
.sec01 .recruit_box {
  width: 68%;
  max-width: 510px;
  box-sizing: border-box;
  background-color: white;
  padding: 32px 40px;
}
.sec01 .recruit_box .recruit_text {
  font-size: clamp(12px, 1.406vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.sec01 .recruit_box .tel_number {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 18px;
  font-size: clamp(27px, 3.515vw, 45px);
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 18px;
  display: flex;
  position: relative;
}
.sec01 .recruit_box .tel_number::before {
  content: "";
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: -45px;
  width: clamp(26px, 3.359vw, 43px);
  height: clamp(22px, 2.812vw, 36px);
  background: url(/images/recruit/tel_img.webp) center/contain no-repeat;
}
.sec01 .recruit_box .recruit_text2 {
  font-size: clamp(12px, 1.406vw, 18px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec01 .desc {
    font-size: 4vw;
  }
  .sec01 .flexbox {
    padding: 8vw 5vw 9vw;
    margin-top: 14vw;
  }
  .sec01 .recruit_title {
    width: 100%;
    max-width: 100%;
    font-size: 5.3vw;
    margin-right: initial;
    text-align: center;
    margin-bottom: 10vw;
  }
  .sec01 .recruit_title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3vw;
    width: 40vw;
    height: 0.3vw;
  }
  .sec01 .recruit_box {
    width: 100%;
    max-width: 100%;
    padding: 5vw 4vw;
  }
  .sec01 .recruit_box .recruit_text, .sec01 .recruit_box .recruit_text2 {
    line-height: 1.6;
    font-size: 3.7vw;
    letter-spacing: 0.01em;
  }
  .sec01 .recruit_box .tel_number {
    font-size: 6.3vw;
    padding: 2vw 0;
    position: relative;
  }
  .sec01 .recruit_box .tel_number::before {
    content: "";
    position: absolute;
    left: -7.5vw;
    top: 54%;
    transform: translateY(-50%);
    width: 6vw;
    height: 6vw;
  }
}/*# sourceMappingURL=recruit01.css.map */