@charset "UTF-8";
.common_key {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 580px;
  background: url(../images02/recruit/webp/main_recruit.webp) center/cover no-repeat;
}
.common_key:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4.8vw;
  background: url(../images02/caries/bg_curve.png) center/cover no-repeat;
}
.common_key .inner {
  width: 1280px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_key .flexbox {
  display: flex;
  align-items: flex-end;
}
.common_key .logo {
  margin-right: 30px;
}
.common_key .key_text {
  position: relative;
  font-family: "noto serif jp", serif;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
}
.common_key .key_text:before {
  position: absolute;
  top: -30px;
  left: 0;
  content: "RECRUIT";
  font-family: "noto sans jp", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .common_key {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 106.6vw;
    background: url(../images02/recruit/webp/main_recruit.webp) right 15% center/cover no-repeat;
  }
  .common_key:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4.8vw;
    background: url(../images02/caries/bg_curve.png) center/cover no-repeat;
  }
  .common_key .inner {
    width: 1280px;
    padding: 0 20px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_key .flexbox {
    display: flex;
    align-items: flex-end;
  }
  .common_key .logo {
    width: 21.3vw;
    margin-right: 5.5vw;
  }
  .common_key .logo img {
    width: 100%;
  }
  .common_key .key_text {
    position: relative;
    font-family: "noto serif jp", serif;
    font-size: 8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .common_key .key_text:before {
    position: absolute;
    top: -5.5vw;
    left: 0;
    content: "RECRUIT";
    font-family: "noto sans jp", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.no-webp .common_key {
  background: url(../images02/recruit/main_recruit.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .no-webp .common_key {
    background: url(../images02/recruit/main_recruit.jpg) center right 15px/cover no-repeat;
  }
}

.sec01 {
  width: 1100px;
  max-width: 100%;
  padding: 100px 20px;
  margin: 0 auto 100px;
  box-sizing: border-box;
}
.sec01 .sec_title {
  margin-bottom: 30px;
  font-family: "noto serif jp", serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec01 .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec01 .sec_text {
  width: 48%;
}
.sec01 .sec_image {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .sec01 .sec_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 13.8vw 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .sec_title {
    margin-bottom: 8vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .sec01 .flexbox {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .sec01 .sec_text {
    width: 100%;
  }
  .sec01 .sec_image {
    width: 80vw;
    margin: 0 auto 5.5vw;
  }
  .sec01 .sec_image img {
    width: 100%;
  }
}

.sec02 {
  position: relative;
  padding: 50px 20px;
  margin-bottom: 100px;
  box-sizing: border-box;
  background: rgba(152, 182, 0, 0.15);
}
.sec02:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  width: 100%;
  height: 120px;
  background: url(../images02/recruit/bg_curve.png) center/cover no-repeat;
}
.sec02 .sec_header {
  position: relative;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 150px;
}
.sec02 .kazari {
  position: absolute;
}
.sec02 .kazari01 {
  left: -20px;
  top: -50px;
  width: 125px;
  height: 164px;
  background: url(../images02/recruit/kazari01.png) center/contain no-repeat;
}
.sec02 .kazari02 {
  left: 0;
  bottom: -70px;
  width: 89px;
  height: 71px;
  background: url(../images02/recruit/kazari02.png) center/contain no-repeat;
}
.sec02 .kazari03 {
  right: -20px;
  bottom: -90px;
  width: 165px;
  height: 154px;
  background: url(../images02/recruit/kazari03.png) center/contain no-repeat;
}
.sec02 .sec_title {
  font-family: "noto serif jp", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec02 .sec_title .small {
  font-size: 34px;
  font-weight: 600;
}
.sec02 .sec_title .large {
  font-size: 46px;
  font-weight: 600;
}
.sec02 .body {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .textbox {
  width: 620px;
  max-width: 48%;
}
.sec02 .cont_header {
  display: flex;
  align-items: center;
  margin: 0 auto 50px;
}
.sec02 .cont_num {
  margin-right: 10px;
}
.sec02 .cont_title {
  font-family: "noto serif jp", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.sec02 .cont_image {
  width: 514px;
}
.sec02 .cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .cont:nth-child(2n-1) .textbox {
  margin-right: 50px;
}
.sec02 .cont:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec02 .cont:nth-child(2n) .cont_image {
  margin-right: 50px;
}
.sec02 .cont:not(:last-of-type) {
  margin-bottom: 80px;
}
.sec02 .sec_bottom {
  position: relative;
  padding: 80px 50px;
  background: rgba(224, 213, 193, 0.48);
}
.sec02 .sec_bottom:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100px;
  height: 68px;
  background: url(../images02/caries/text_point.png) center/contain no-repeat;
}
.sec02 .sec_bottom .bottom_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec02 .sec_bottom .bottom_textbox {
  width: 600px;
  max-width: 58%;
}
.sec02 .sec_bottom .bottom_title {
  margin-bottom: 50px;
  font-family: "noto serif jp", serif;
  font-size: 23px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.sec02 .sec_bottom .bottom_text {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
.sec02 .sec_bottom .bottom_image {
  max-width: 40%;
}
.sec02 .sec_bottom .bottom_image img {
  width: 100%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .sec02 br.between {
    display: block;
  }
  .sec02 .sec_title {
    font-family: "noto serif jp", serif;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .sec_title .small {
    font-size: 24px;
    font-weight: 600;
  }
  .sec02 .sec_title .large {
    font-size: 36px;
    font-weight: 600;
  }
  .sec02 .cont_title {
    font-size: 18px;
  }
  .sec02 .cont:nth-child(2n-1) .textbox {
    margin-right: 30px;
  }
  .sec02 .cont:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .sec02 .cont:nth-child(2n) .cont_image {
    margin-right: 30px;
  }
  .sec02 .sec_bottom {
    padding: 80px 20px;
  }
  .sec02 .sec_bottom .bottom_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 13.8vw 5.5vw;
    margin-bottom: 21.3vw;
  }
  .sec02:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -120px;
    width: 100%;
    height: 120px;
    background: url(../images02/recruit/bg_curve.png) center/cover no-repeat;
  }
  .sec02 .sec_header {
    position: relative;
    width: 800px;
    max-width: 100%;
    margin: 0 auto 27.7vw;
  }
  .sec02 .kazari {
    position: absolute;
  }
  .sec02 .kazari01 {
    left: -2.7vw;
    top: -13.8vw;
    width: 18.6vw;
    height: 15.4vw;
    background: url(../images02/recruit/kazari01.png) center/contain no-repeat;
  }
  .sec02 .kazari02 {
    left: 0;
    bottom: -16vw;
    width: 13.8vw;
    height: 11vw;
    background: url(../images02/recruit/kazari02.png) center/contain no-repeat;
  }
  .sec02 .kazari03 {
    right: -5.5vw;
    bottom: -13.8vw;
    width: 18.6vw;
    height: 17.3vw;
    background: url(../images02/recruit/kazari03.png) center/contain no-repeat;
  }
  .sec02 .sec_title {
    font-family: "noto serif jp", serif;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec02 .sec_title .small {
    font-size: 4.8vw;
    font-weight: 600;
  }
  .sec02 .sec_title .large {
    font-size: 5.5vw;
    font-weight: 600;
  }
  .sec02 .body {
    padding-bottom: 13.8vw;
  }
  .sec02 .textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .cont_header {
    display: flex;
    align-items: center;
    margin: 0 auto 8vw;
  }
  .sec02 .cont_num {
    width: 15vw;
    margin-right: 2.7vw;
  }
  .sec02 .cont_num img {
    width: 100%;
  }
  .sec02 .cont_title {
    font-family: "noto serif jp", serif;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .sec02 .cont {
    display: block;
  }
  .sec02 .cont_image {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec02 .cont_image img {
    width: 100%;
  }
  .sec02 .cont:nth-child(2n-1) .textbox {
    margin-right: 0;
  }
  .sec02 .cont:nth-child(2n) .cont_title {
    font-size: 4.4vw;
  }
  .sec02 .cont:nth-child(2n) .cont_image {
    margin-right: 0;
  }
  .sec02 .cont:not(:last-of-type) {
    margin-bottom: 21.3vw;
  }
  .sec02 .sec_bottom {
    position: relative;
    padding: 13.8vw 5.5vw;
    background: rgba(224, 213, 193, 0.48);
  }
  .sec02 .sec_bottom:before {
    content: "";
    position: absolute;
    left: 1.3vw;
    top: 1.3vw;
    width: 21.3vw;
    height: 14.4vw;
    background: url(../images02/caries/text_point.png) center/contain no-repeat;
  }
  .sec02 .sec_bottom .bottom_inner {
    display: block;
  }
  .sec02 .sec_bottom .bottom_textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .sec_bottom .bottom_title {
    margin-bottom: 8vw;
    font-family: "noto serif jp", serif;
    font-size: 4.8vw;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .sec02 .sec_bottom .bottom_text {
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
  }
  .sec02 .sec_bottom .bottom_image {
    max-width: 100%;
    margin-bottom: 5.5vw;
  }
  .sec02 .sec_bottom .bottom_image img {
    width: 100%;
  }
}

.sec03 {
  padding: 100px 20px;
  box-sizing: border-box;
}
.sec03 .sec_title {
  position: relative;
  margin-bottom: 150px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #543b14;
  text-align: center;
}
.sec03 .sec_title:before {
  content: "RECRUIT";
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  font-size: 25px;
  font-weight: 400;
  color: #92af22;
}
.sec03 .text {
  font-size: 18px;
  text-align: center;
}
.sec03 .dlist {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .row {
  display: flex;
}
.sec03 .row:not(:last-of-type) {
  border-bottom: 1px solid #543b14;
}
.sec03 .term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background: #e9e5dc;
  font-size: 20px;
  text-align: center;
}
.sec03 .desc {
  width: 70%;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(84, 59, 20, 0.06);
}
.sec03 .desc_item {
  position: relative;
}
.sec03 .desc_item:nth-of-type(2):before {
  content: "②";
}
.sec03 .shikaku_term {
  position: relative;
}
.sec03 .shikaku_row:nth-of-type(1) .shikaku_term {
  margin-bottom: 20px;
}
.sec03 .shikaku_row:nth-of-type(2) .shikaku_term.term02 {
  margin-bottom: 20px;
}
.sec03 .shikaku_desk {
  margin-bottom: 20px;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 13.8vw 5.5vw;
    box-sizing: border-box;
  }
  .sec03 .sec_title {
    position: relative;
    margin-bottom: 21.3vw;
    font-size: 8vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #543b14;
    text-align: center;
  }
  .sec03 .sec_title:before {
    content: "RECRUIT";
    position: absolute;
    left: 50%;
    bottom: -8vw;
    transform: translateX(-50%);
    font-size: 5.5vw;
    font-weight: 400;
    color: #92af22;
  }
  .sec03 .text {
    font-size: 4.4vw;
    text-align: center;
  }
  .sec03 .dlist {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .row {
    display: block;
  }
  .sec03 .row:not(:last-of-type) {
    border-bottom: 1px solid #543b14;
  }
  .sec03 .term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    background: #e9e5dc;
    font-size: 5.5vw;
    text-align: center;
  }
  .sec03 .desc {
    width: 100%;
    padding: 5.5vw;
    box-sizing: border-box;
    background: rgba(84, 59, 20, 0.06);
    font-size: 4.4vw;
    line-height: 1.8;
  }
  .sec03 .desc_item {
    position: relative;
    padding-left: 1em;
  }
  .sec03 .desc_item:nth-of-type(1) {
    margin-bottom: 5.5vw;
  }
  .sec03 .desc_item:nth-of-type(1):before {
    position: absolute;
    left: 0;
    top: 0;
    content: "①";
  }
  .sec03 .desc_item:nth-of-type(2):before {
    position: absolute;
    left: 0;
    top: 0;
    content: "②";
  }
  .sec03 .shikaku_term {
    position: relative;
  }
  .sec03 .shikaku_term:nth-of-type(1) {
    margin-bottom: 5.5vw;
  }
  .sec03 .shikaku_term:nth-of-type(1):before {
    content: "①";
  }
  .sec03 .shikaku_term:nth-of-type(2):before {
    content: "②";
  }
  .sec03 .shikaku_desk {
    margin-bottom: 5.5vw;
    padding-left: 2em;
  }
}/*# sourceMappingURL=recruit.css.map */