@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/recruit/recruit_key.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;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/recruit/recruit_key.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;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .recruit_box {
  margin-bottom: 80px;
}
.sec01 .recruit_box .box_header {
  margin-bottom: 20px;
}
.sec01 .recruit_box .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #3B639A;
  border-left: 10px solid #3B639A;
  padding-left: 1em;
  width: 970px;
  margin: 0 auto 30px;
}
.sec01 .recruit_box .dlist {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec01 .recruit_box .dlist .row {
  display: flex;
  border-bottom: 1px solid #fff;
}
.sec01 .recruit_box .dlist .row:nth-of-type(1) {
  border-top: 1px solid #fff;
}
.sec01 .recruit_box .dlist .term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background: #3B639A;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.sec01 .recruit_box .dlist .desc {
  width: 70%;
  padding: 30px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  background-color: #F2F2F2;
}
.sec01 .recruit_box .dlist:last-of-type {
  padding-bottom: 40px;
}
.sec01 .recruit_box .textbox {
  text-align: center;
  margin-bottom: 90px;
}
.sec01 .contact_box {
  text-align: center;
}
.sec01 .flexbox {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.sec01 .job_box {
  width: 350px;
  padding: 40px;
  background-color: #55A8AB;
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .recruit_box {
    margin-bottom: 0;
  }
  .sec01 .recruit_box .box_header {
    margin-bottom: 5vw;
  }
  .sec01 .recruit_box .box_header .box_title {
    font-size: 5vw;
    border-left: 3vw solid #3B639A;
    letter-spacing: 0.1em;
    width: 90%;
    margin-bottom: 0;
  }
  .sec01 .recruit_box .dlist {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec01 .recruit_box .dlist .row {
    display: block;
    border-bottom: 0px solid #fff;
  }
  .sec01 .recruit_box .dlist .row:nth-of-type(1) {
    border-top: 0px solid #fff;
  }
  .sec01 .recruit_box .dlist .term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    background: #3B639A;
    font-size: 4vw;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .sec01 .recruit_box .dlist .desc {
    width: 100%;
    padding: 5.5vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    line-height: 1.8;
    letter-spacing: 0.1em;
    background-color: #F2F2F2;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .sec01 .recruit_box .dlist:last-of-type {
    padding-bottom: 10vw;
  }
  .sec01 .recruit_box .textbox {
    font-size: 4vw;
    text-align: left;
  }
  .sec01 .contact_box {
    text-align: center;
  }
  .sec01 .contact_box .textbox {
    padding: 13vw 3vw 5vw;
    border-right: 1px dashed #3b639a;
    border-left: 1px dashed #3b639a;
    border-bottom: 1px dashed #3b639a;
  }
  .sec01 .contact_box .textbox .contact_text {
    font-size: 4vw;
    text-align: left;
    position: relative;
  }
  .sec01 .contact_box .textbox .contact_text::before {
    position: absolute;
    content: "";
    bottom: 11vw;
    left: 0;
    width: 50vw;
    height: 15vw;
    background: url(/images/recruit/recruitment.webp) center/contain no-repeat;
  }
  .sec01 .contact_box .textbox .tel_number {
    font-size: 8vw;
    position: relative;
  }
  .sec01 .contact_box .textbox .tel_number::before {
    position: absolute;
    content: "";
    width: 6vw;
    height: 6vw;
    left: 4vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/gold_tel_sp.webp) center/contain no-repeat;
  }
  .sec01 .contact_box .textbox .bottom_text {
    text-align: right;
    font-size: 4vw;
  }
  .sec01 .flexbox {
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 5vw;
    flex-direction: column;
  }
  .sec01 .job_box {
    width: 80vw;
    padding: 5vw;
    background-color: #55A8AB;
    color: #fff;
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}/*# sourceMappingURL=recruit01.css.map */