.main_image {
  position: relative;
  height: 522px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images02/recruit/recruit_key_2.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  text-align: center;
  font-family: "noto sans jp", sans-serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 36%;
  bottom: -60%;
  transform: translateY(-50%);
  width: 259px;
  height: 21px;
  background: url(/images02/common/line.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 60vw;
    padding-top: 28.3vw;
    box-sizing: border-box;
    background: url(/images02/recruit/recruit_key_2.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .text:before {
    left: 25vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images02/common/arch.webp) center/contain no-repeat;
  }
}

@media screen and (min-width: 1281px) {
  .main_image {
    position: relative;
    text-align: center;
    height: 516px;
    background: url(/images02/recruit/key.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .main_image .inner {
    width: 1025px;
    max-width: 100%;
    padding: 0 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .main_image::before {
    position: absolute;
    content: "";
    background: url(/images02/common/nami.webp) no-repeat center bottom;
    background-size: 100% auto;
    width: 102%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
  }
}
.sec01 {
  padding-bottom: 100px;
}
.sec01 .recruit_info {
  border: 1px solid #ae4927;
  padding: 20px 20px;
  width: 50%;
  margin: auto;
  margin: 40px auto 40px;
}
.sec01 .recruit_info p {
  font-size: clamp(16px, 1.562vw, 20px);
  letter-spacing: 0.1em;
  color: #ae4927;
  text-align: center;
}
.sec01 .dlist {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 55px;
}
.sec01 .row {
  display: flex;
  border-bottom: 1px solid #fff;
}
.sec01 .row:nth-of-type(1) {
  border-top: 1px solid #fff;
}
.sec01 .term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(242, 142, 30, 0.5);
  font-size: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.sec01 .desc {
  width: 70%;
  padding: 30px;
  background-color: #FAF5EC;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  line-height: 2;
}
.sec01 .imagebox {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.7vw;
  }
  .sec01 .recruit_info {
    padding: 7.5vw 5vw;
    width: 70%;
    margin: auto;
    margin: 8vw auto 8vw;
  }
  .sec01 .recruit_info p {
    font-size: 4.4vw;
    text-align: center;
  }
  .sec01 .dlist:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec01 .row {
    display: block;
    border-bottom: 0px solid #fff;
  }
  .sec01 .row.row:nth-of-type(1) {
    border-top: 0px solid #fff;
  }
  .sec01 .term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    font-size: 4vw;
    text-align: center;
  }
  .sec01 .desc {
    width: 100%;
    padding: 5.5vw;
    box-sizing: border-box;
    font-size: 4vw;
    line-height: 1.8;
  }
  .sec01 .telbox .textbox {
    background-color: #E7F3D7;
    padding: 5vw;
    margin-bottom: initial;
  }
  .sec01 .telbox .textbox .tel_text {
    font-size: 4vw;
    font-feature-settings: "palt";
  }
  .sec01 .telbox .textbox .tel_number {
    font-size: 8vw;
    position: relative;
    text-align: center;
  }
  .sec01 .telbox .textbox .tel_number::before {
    position: absolute;
    content: "";
    width: 8vw;
    height: 8vw;
    bottom: 3.5vw;
    left: 3vw;
    background: url(/images02/recruit/tel_icon.webp) center/contain no-repeat;
  }
  .sec01 .telbox .textbox .tel_under {
    font-size: 4vw;
    text-align: right;
  }
  .sec01 .telbox .textbox .job_medley {
    width: 90%;
    margin: 2.4vw auto;
    padding: 2vw 5vw 2vw 2vw;
    background-color: #4a924f;
    border-radius: 2vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .sec01 .telbox .textbox .job_medley::before {
    position: absolute;
    content: "";
    width: 4.8vw;
    height: 4.8vw;
    top: 50%;
    transform: translateY(-50%);
    right: 2vw;
    background: url(/images02/recruit/arrow_icon.webp) center/contain no-repeat;
  }
}/*# sourceMappingURL=recruit02.css.map */