.main_image {
  position: relative;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images01/recruit/recruit_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 120px;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 112px;
  height: 113px;
  background: url(/images01/common/key_logo.webp) center/contain no-repeat;
}
.main_image .text:after {
  content: "";
  position: absolute;
  left: 120px;
  bottom: -20px;
  width: 92px;
  height: 11px;
  background: url(/images01/common/key_text_recruit.webp) center/contain no-repeat;
}
.main_image .kazari01 {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 586px;
  height: 358px;
  background: url(../images01/common/key_kazari01.webp) center/contain no-repeat;
}
.main_image .kazari02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 563px;
  height: 251px;
  background: url(../images01/common/key_kazari02.webp) left bottom/contain no-repeat;
}
.main_image .kazari03 {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 301px;
  height: 270px;
  background: url(../images01/common/key_kazari03.webp) right bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images01/recruit/recruit_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-left: 18.6vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0;
    top: -2.7vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images01/common/key_logo.webp) center/contain no-repeat;
  }
  .main_image .text:after {
    left: 18.6vw;
    bottom: -5.5vw;
    width: 25.6vw;
    height: 2.9vw;
    background: url(/images01/common/key_text_recruit.webp) center/contain no-repeat;
  }
  .main_image .kazari01 {
    position: absolute;
    left: -2.7vw;
    top: -2.7vw;
    width: 80vw;
    height: 48.8vw;
    background: url(../images01/common/key_kazari01.webp) center/contain no-repeat;
  }
  .main_image .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80vw;
    height: 25.8vw;
    background: url(../images01/common/key_kazari02.webp) left bottom/contain no-repeat;
  }
  .main_image .kazari03 {
    position: absolute;
    right: -2.7vw;
    bottom: -2.7vw;
    width: 40vw;
    height: 93.3vw;
    background: url(../images01/common/key_kazari03.webp) right bottom/contain no-repeat;
  }
}

.lead_sec {
  padding: 100px 20px 200px;
}
.lead_sec .sec_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #673606;
  text-align: center;
}
.lead_sec .sec_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 8vw 5.5vw;
  }
  .lead_sec .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    color: #673606;
    text-align: center;
  }
  .lead_sec .sec_text {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
}

.sec01 {
  padding-bottom: 200px;
}
.sec01 .sec_header {
  position: relative;
  margin-bottom: 100px;
}
.sec01 .sec_header:before {
  content: "";
  position: absolute;
  left: 50px;
  top: -50px;
  width: 114px;
  height: 112px;
  background: url(/images01/recruit/sec01_illust01.webp) center/contain no-repeat;
}
.sec01 .sec_header:after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -50px;
  width: 69px;
  height: 135px;
  background: url(/images01/recruit/sec01_illust02.webp) center/contain no-repeat;
}
.sec01 .sec_title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ed7e00;
  text-align: center;
}
.sec01 .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .textbox {
  width: 590px;
  max-width: 48%;
}
.sec01 .point_header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sec01 .point_num {
  min-width: 68px;
  margin-right: 30px;
}
.sec01 .point_title {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
.sec01 .point:not(:last-of-type) {
  margin-bottom: 100px;
}
.sec01 .imagebox {
  position: relative;
}
.sec01 .image_text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 214px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec01 .point01 .textbox {
  margin-right: 30px;
}
.sec01 .point01 .image_text {
  left: -10px;
  bottom: -30px;
  background: rgba(243, 241, 223, 0.9);
  color: #ed7e00;
}
.sec01 .point02 .flexbox {
  flex-direction: row-reverse;
}
.sec01 .point02 .imagebox {
  margin-right: 30px;
}
.sec01 .point02 .image_text {
  right: -10px;
  bottom: -30px;
  background: rgba(221, 233, 240, 0.9);
  color: #0071bc;
}
.sec01 .point03 .textbox {
  margin-right: 30px;
}
.sec01 .point03 .image_text {
  left: -10px;
  bottom: -30px;
  background: rgba(249, 210, 215, 0.9);
  color: #e0707e;
}
.sec01 .point04 .flexbox {
  flex-direction: row-reverse;
}
.sec01 .point04 .imagebox {
  margin-right: 30px;
}
.sec01 .point04 .image_text {
  right: -10px;
  bottom: -30px;
  background: rgba(221, 229, 200, 0.9);
  color: #009245;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .sec01 .sec_header:before {
    left: 0;
    top: -100px;
  }
  .sec01 .sec_header:after {
    right: 0;
    bottom: -100px;
  }
  .sec01 .point_title {
    font-size: 24px;
  }
  .sec01 .image_text {
    width: 180px;
    height: 180px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 0 5.5vw 13.8vw;
  }
  .sec01 .sec_header {
    margin-bottom: 13.8vw;
  }
  .sec01 .sec_header:before {
    content: "";
    position: absolute;
    left: -4vw;
    top: auto;
    bottom: -8vw;
    width: 13.8vw;
    height: 13.5vw;
    background: url(/images01/recruit/sec01_illust01.webp) center/contain no-repeat;
  }
  .sec01 .sec_header:after {
    content: "";
    position: absolute;
    right: -2.7vw;
    bottom: -8vw;
    width: 8vw;
    height: 15.6vw;
    background: url(/images01/recruit/sec01_illust02.webp) center/contain no-repeat;
  }
  .sec01 .sec_title {
    font-size: 5vw;
  }
  .sec01 .flexbox {
    margin-bottom: 13.8vw;
  }
  .sec01 .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 2.7vw;
  }
  .sec01 .point_num {
    width: 10.6vw;
    min-width: 10.6vw;
    margin-right: 2.7vw;
  }
  .sec01 .point_num img {
    width: 100%;
    min-width: 8vw;
  }
  .sec01 .point_title {
    font-size: 5.5vw;
  }
  .sec01 .point:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec01 .point_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec01 .point_image img {
    width: 100%;
  }
  .sec01 .image_text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38vw;
    height: 38vw;
    border-radius: 50%;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec01 .point01 .textbox {
    margin-right: 0;
  }
  .sec01 .point01 .image_text {
    left: -2.7vw;
    bottom: -2.7vw;
    background: rgba(243, 241, 223, 0.9);
    color: #ed7e00;
  }
  .sec01 .point02 .imagebox {
    margin-right: 0;
  }
  .sec01 .point02 .image_text {
    right: -2.7vw;
    bottom: -2.7vw;
    background: rgba(221, 233, 240, 0.9);
    color: #0071bc;
  }
  .sec01 .point03 .textbox {
    margin-right: 0;
  }
  .sec01 .point03 .image_text {
    left: -2.7vw;
    bottom: -2.7vw;
    background: rgba(249, 210, 215, 0.9);
    color: #e0707e;
  }
  .sec01 .point04 .imagebox {
    margin-right: 0;
  }
  .sec01 .point04 .image_text {
    right: -2.7vw;
    bottom: -2.7vw;
    background: rgba(221, 229, 200, 0.9);
    color: #009245;
  }
}

.sec02 {
  padding-bottom: 200px;
}
.sec02 .sec_title {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #673606;
  text-align: center;
}
.sec02 .sec_text {
  display: none;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #c1272d;
  text-align: center;
}
.sec02 .dlist {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 20px;
  border: 0.5px solid #534740;
  box-sizing: border-box;
}
.sec02 .dlist:not(:last-of-type) {
  margin-bottom: 155px;
}
.sec02 .row {
  display: flex;
  border-bottom: 0.5px solid #534740;
}
.sec02 .row:last-of-type {
  border-bottom: initial;
}
.sec02 .term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background: #d9aa63;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.sec02 .desc {
  width: 70%;
  padding: 30px;
  background-color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #49412d;
  box-sizing: border-box;
}
.sec02 .list_under_text {
  box-sizing: border-box;
  width: 900px;
  max-width: 100%;
  margin: 0 auto 60px;
  padding: 0 1.5em;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: right;
}
.sec02 .tel_btn {
  box-sizing: border-box;
  width: 350px;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #d9aa63;
  padding: 20px;
}
.sec02 .tel_btn .tel_text01 {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.sec02 .tel_btn .tel_num {
  padding-left: 40px;
  font-size: 36px;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
}
.sec02 .tel_btn .tel_num:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  background: url(/images01/common/header_icon_tel.webp) center/contain no-repeat;
  width: 27px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0 5.5vw 27.7vw;
  }
  .sec02 .sec_title {
    margin-bottom: 6vw;
    font-size: 5.5vw;
  }
  .sec02 .sec_text {
    font-size: 4.4vw;
  }
  .sec02 .dlist {
    width: 1120px;
    max-width: 95%;
    margin: 0 2.5vw 2.4vw;
    padding: 0vw;
    box-sizing: border-box;
  }
  .sec02 .dlist:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec02 .row {
    display: block;
  }
  .sec02 .row:nth-of-type(1) {
    border-top: 0px solid #fff;
  }
  .sec02 .term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    background: #d9aa63;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec02 .desc {
    width: 100%;
    padding: 3.5vw;
    box-sizing: border-box;
    font-size: 3.75vw;
    line-height: 1.8;
  }
  .sec02 .list_under_text {
    width: 900px;
    max-width: 95%;
    margin: 0 auto 6vw;
    padding: 0;
    font-size: 4vw;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .sec02 .tel_btn {
    width: 85vw;
    max-width: 95%;
    margin: 0 auto;
    border-radius: 3.75vw;
    padding: 2vw 4vw;
  }
  .sec02 .tel_btn .tel_text01 {
    font-size: 4vw;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .sec02 .tel_btn .tel_num {
    padding-left: 1.35em;
    font-size: 8.5vw;
    letter-spacing: 0.08em;
    color: #fff;
    position: relative;
  }
  .sec02 .tel_btn .tel_num:before {
    content: "";
    position: absolute;
    left: 2vw;
    top: 2.25vw;
    background: url(/images01/common/header_icon_tel.webp) center/contain no-repeat;
    width: 6.75vw;
    height: 8vw;
  }
}/*# sourceMappingURL=recruit01.css.map */