@charset "UTF-8";
.main_image {
  position: relative;
  height: 400px;
  /* .kazari01 {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 586px;
    height: 358px;
    background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
  }

  .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 563px;
    height: 251px;
    background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
  }

  .kazari03 {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 301px;
    height: 270px;
    background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
  } */
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  height: 400px;
  padding: 70px 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.main_image .inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 1009px;
  height: 400px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images/recruit/recruit_key_2.webp) right top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -75px;
  left: 0px;
  width: 100%;
  height: 336px;
  box-sizing: border-box;
  background-color: #eeeae7;
}
.main_image .text {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  padding-left: 85px;
  font-family: "Zen Maru Gothic";
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(68, 68, 68, 0.26), -3px 3px 5px rgba(68, 68, 68, 0.26), 3px -3px 5px rgba(68, 68, 68, 0.26), -3px -3px 5px rgba(68, 68, 68, 0.26);
}
.main_image .text:before {
  content: "RECRUIT";
  position: absolute;
  left: 85px;
  top: -40px;
  font-family: initial;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(68, 68, 68, 0.26), -3px 3px 5px rgba(68, 68, 68, 0.26), 3px -3px 5px rgba(68, 68, 68, 0.26), -3px -3px 5px rgba(68, 68, 68, 0.26);
}
@media screen and (max-width: 767px) {
  .main_image {
    overflow: hidden;
    /* .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;
    }
    .kazari02 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 80vw;
      height: 25.8vw;
      background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
    }
    .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;
    } */
  }
  .main_image .inner {
    padding: 0 3vw;
    height: initial;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .main_image .inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 34%;
    transform: translateX(-50%);
    width: 1009px;
    height: 400px;
    padding-top: 200px;
    box-sizing: border-box;
    background: url(/images/recruit/recruit_key_2.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner:after {
    display: none;
  }
  .main_image .text {
    margin-top: initial;
    padding-top: 220px;
    padding-left: 2vw;
    font-size: 5.8vw;
    display: flex;
    align-items: center;
  }
  .main_image .text:before {
    left: 3vw;
    top: 180px;
    font-size: 4vw;
  }
}

.sec01 {
  padding: 100px 20px;
  box-sizing: border-box;
}
.sec01 .text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #c1272d;
  margin-bottom: 50px;
}
.sec01 .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .row {
  display: flex;
  border-bottom: 1px solid #444038;
}
.sec01 .row:nth-of-type(1) {
  border-top: 1px solid #444038;
}
.sec01 .term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background: #eeeae7;
  font-size: 20px;
  text-align: center;
}
.sec01 .desc {
  width: 70%;
  padding: 30px;
  box-sizing: border-box;
}
.sec01 .desc_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 13.8vw 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .text {
    font-size: 4.4vw;
    text-align: center;
  }
  .sec01 .dlist {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .row {
    display: block;
    border-bottom: 1px solid #444038;
  }
  .sec01 .row:nth-of-type(1) {
    border-top: 1px solid #444038;
  }
  .sec01 .term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    background: #eeeae7;
    font-size: 5.5vw;
    text-align: center;
  }
  .sec01 .desc {
    width: 100%;
    padding: 5.5vw;
    box-sizing: border-box;
    font-size: 4.4vw;
    line-height: 1.8;
  }
  .sec01 .desc_item {
    position: relative;
    padding-left: 1em;
  }
  .sec01 .desc_item:nth-of-type(1) {
    margin-bottom: 5.5vw;
  }
  .sec01 .desc_item:nth-of-type(1):before {
    position: absolute;
    left: 0;
    top: 0;
    content: "①";
  }
  .sec01 .desc_item:nth-of-type(2):before {
    position: absolute;
    left: 0;
    top: 0;
    content: "②";
  }
}

.sec02 {
  margin-bottom: 80px;
}
.sec02 .upper_box {
  width: 800px;
  max-width: 90%;
  background-color: #eeeae7;
  border-radius: 40px;
  padding: 60px 55px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .upper_box .box_title {
  font-family: "Zen Maru Gothic";
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 65px;
}
.sec02 .upper_box .box_text {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec02 .upper_box .box_text2 {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec02 .upper_box .box_text2 span {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .upper_box {
    width: 90%;
    max-width: 90%;
    border-radius: 40px;
    padding: 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec02 .upper_box .box_title {
    font-family: "Zen Maru Gothic";
    font-size: 5.3vw;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 6vw;
  }
  .sec02 .upper_box .box_text {
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec02 .upper_box .box_text2 {
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec02 .upper_box .box_text2 span {
    font-size: 5.3vw;
  }
}/*# sourceMappingURL=recruit.css.map */