@charset "UTF-8";
.main_image {
  position: relative;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/recruit_dh/recruit_dh_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;
  padding-left: 75px;
  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: 115px;
  bottom: -100%;
  transform: translateY(-50%);
  width: 305px;
  height: 36px;
  background: url(/images/common/arch.webp) center/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(/images/recruit_dh/recruit_dh_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;
  }
  .main_image .text:before {
    left: 25vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

.lead_sec .sec_title span {
  color: #dd868f;
}
.lead_sec .sec_text {
  width: 710px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .lead_sec .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 4.2vw;
  }
  .lead_sec .about_btn {
    padding: initial;
  }
  .lead_sec .about_btn img {
    width: 100%;
  }
  .lead_sec .about_btn::before {
    display: none;
  }
}

.sec01 {
  width: 1280px;
  max-width: 100%;
  overflow: hidden;
}
.sec01 .sec_head {
  background-color: #f9f9f5;
  border-radius: 3300px 3300px 0 0/800px 800px 0 0;
  margin: 0 -200px;
  padding: 60px 280px;
  min-height: 200px;
  text-align: center;
}
.sec01 .sec_head .title {
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .inner {
  background-color: #f9f9f5;
  padding-bottom: 100px;
}
.sec01 .point_header {
  margin-bottom: 15px;
}
.sec01 .point_title {
  color: #dd868f;
}
.sec01 .point_sub {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.sec01 .point01 {
  margin-bottom: 100px;
  display: block;
}
.sec01 .point01 .upper_box {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point01 .upper_box .textbox {
  margin-right: 40px;
}
.sec01 .point01 .lower_box .list_box .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 45px;
  font-size: 21px;
  font-weight: bolder;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ec9149;
  position: relative;
}
.sec01 .point01 .lower_box .list_box .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/recruit_dh/sec01_point01_titile_kazari01.webp) center/contain no-repeat;
  width: 731px;
  height: 64px;
}
.sec01 .point01 .lower_box .list_box .gridbox {
  width: 1030px;
  max-width: 100%;
  margin: 0 auto 100px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}
.sec01 .point01 .lower_box .list_box .item .item_image {
  margin: 0 auto 20px;
}
.sec01 .point01 .lower_box .list_box .item .item_image img {
  width: 100%;
}
.sec01 .point01 .lower_box .list_box .item .item_title {
  font-size: 18px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #534741;
  margin-bottom: 15px;
}
.sec01 .point01 .lower_box .list_box .item .item_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}
.sec01 .point01 .lower_box .cont01 {
  width: 1015px;
  max-width: 96%;
  margin: 0 auto;
  background-color: rgba(227, 159, 123, 0.4);
  padding: 60px 30px 40px;
  position: relative;
}
.sec01 .point01 .lower_box .cont01::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  background: url(/images/recruit_dh/text_point.webp) center/contain no-repeat;
  width: 200px;
  height: 49px;
}
.sec01 .point01 .lower_box .cont01 .textbox {
  margin-right: 40px;
}
.sec01 .point01 .lower_box .cont01 .cont_title {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
.sec01 .point01 .lower_box .cont01 .cont_title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -110px;
  background: url(/images/recruit_dh/sec01_point01_kazari01.webp) center/contain no-repeat;
  width: 97px;
  height: 75px;
}
.sec01 .point02 {
  margin-bottom: 100px;
  display: block;
}
.sec01 .point02 .upper_box {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.sec01 .point02 .upper_box .textbox {
  margin-left: 40px;
}
.sec01 .point02 .upper_box .textbox .point_title {
  color: #dd868f;
}
.sec01 .point02 .lower_box .gridbox {
  width: 1030px;
  max-width: 100%;
  margin: 0 auto 100px;
  -moz-column-gap: 75px;
       column-gap: 75px;
  grid-template-columns: repeat(2, 1fr);
}
.sec01 .point02 .lower_box .item {
  border-radius: 20px;
  background-color: #e39aa2;
  padding: 0 25px 25px;
}
.sec01 .point02 .lower_box .item .item_title_box {
  display: flex;
  align-items: flex-end;
  align-items: center;
  margin: 5px 0 15px;
  border-bottom: 1px solid #fff;
}
.sec01 .point02 .lower_box .item .item_title_box .iten_icon {
  height: 76px;
  margin-right: 15px;
}
.sec01 .point02 .lower_box .item .item_title_box .item_title {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec01 .point02 .lower_box .item .item_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  color: #fff;
}
.sec01 .point03 {
  margin-bottom: 100px;
  display: block;
}
.sec01 .point03 .upper_box {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point03 .upper_box .textbox {
  margin-right: 40px;
}
.sec01 .point03 .lower_box .list_box .gridbox {
  width: 1030px;
  max-width: 96%;
  margin: 0 auto 80px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.sec01 .point03 .lower_box .list_box .item {
  border-radius: 20px;
  background-color: #f2ece6;
  padding: 20px;
}
.sec01 .point03 .lower_box .list_box .item .item_title {
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
  color: #534740;
  margin-bottom: 15px;
}
.sec01 .point03 .lower_box .list_box .item .item_text {
  font-size: 15px;
  text-align: justify;
}
.sec01 .point03 .lower_box .list_box .item:nth-of-type(1) {
  position: relative;
}
.sec01 .point03 .lower_box .list_box .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  background: url(/images/recruit_dh/sec01_point03_kazari01.webp) center/contain no-repeat;
  width: 87px;
  height: 64px;
}
.sec01 .point03 .lower_box .list_box .item:nth-of-type(2) {
  position: relative;
}
.sec01 .point03 .lower_box .list_box .item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -10px;
  background: url(/images/recruit_dh/sec01_point03_kazari02.webp) center/contain no-repeat;
  width: 110px;
  height: 82px;
}
.sec01 .point03 .lower_box .list_box .item:nth-of-type(3) {
  position: relative;
}
.sec01 .point03 .lower_box .list_box .item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 10px;
  background: url(/images/recruit_dh/sec01_point03_kazari03.webp) center/contain no-repeat;
  width: 60px;
  height: 71px;
}
.sec01 .point03 .lower_box .list_box .item:nth-of-type(4) {
  position: relative;
}
.sec01 .point03 .lower_box .list_box .item:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  background: url(/images/recruit_dh/sec01_point03_kazari04.webp) center/contain no-repeat;
  width: 40px;
  height: 58px;
}
.sec01 .point03 .lower_box .check_box {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(227, 159, 123, 0.4);
  padding: 60px 40px 40px;
  box-sizing: border-box;
  position: relative;
}
.sec01 .point03 .lower_box .check_box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 35px;
  background: url(/images/recruit_dh/text_check.webp) center/contain no-repeat;
  width: 232px;
  height: 49px;
}
.sec01 .point03 .lower_box .check_box::after {
  content: "";
  position: absolute;
  top: -45px;
  right: 0;
  background: url(/images/recruit_dh/sec01_clinic_image.webp) center/contain no-repeat;
  width: clamp(188px, 24.489vw, 240px);
  height: clamp(188px, 24.489vw, 240px);
}
.sec01 .point03 .lower_box .check_box .title {
  padding-right: 30px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #534740;
  margin-bottom: 40px;
}
.sec01 .point03 .lower_box .check_box .imagebox {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  box-sizing: border-box;
}
.sec01 .point03 .lower_box .check_box .textbox {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  box-sizing: border-box;
}
.sec01 .point03 .lower_box .check_box .cont02 {
  margin-bottom: 30px;
  flex-direction: row-reverse;
  box-sizing: border-box;
}
.sec01 .point03 .lower_box .check_box .cont02 .textbox {
  margin-left: 40px;
  box-sizing: border-box;
}
.sec01 .point03 .lower_box .check_box .cont03 {
  margin-bottom: 0;
  box-sizing: border-box;
}
.sec01 .point03 .lower_box .check_box .cont03 .textbox {
  margin-right: 40px;
  box-sizing: border-box;
}
.sec01 .point04 {
  flex-direction: row-reverse;
  margin: 0 auto 80px;
}
.sec01 .point04 .textbox {
  margin-left: 40px;
}
.sec01 .point04 .imagebox {
  position: relative;
}
.sec01 .point04 .imagebox .circle01 {
  position: absolute;
  top: 260px;
  left: 30px;
  width: clamp(278px, 37.285vw, 483px);
  height: auto;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  margin-right: 65px;
  padding: 60px 30px 30px;
}
.sec01 .point04 .imagebox .circle_text01 {
  position: static;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  position: relative;
  z-index: 2;
}
.sec01 .point04 .imagebox .circle_text01::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/recruit_dh/text_episode.webp) center/contain no-repeat;
  width: 179px;
  height: 45px;
}
.sec01 .point04 .imagebox .circle_text01::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: -200px;
  transform: translateX(-50%);
  background: url(/images/recruit_dh/ssec01_point04_kazari01.webp) center/contain no-repeat;
  width: 200px;
  height: 177px;
}
@media screen and (max-width: 1029px) and (min-width: 768px) {
  .sec01 .point03 .lower_box .list_box .gridbox {
    width: 510px;
    max-width: 96%;
    margin: 0 auto 80px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    width: 100%;
    max-width: 100%;
  }
  .sec01 .sec_head {
    padding: 15vw 5.5vw 13.8vw;
    min-height: initial;
    text-align: center;
  }
  .sec01 .sec_head .title {
    width: 86.5vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .inner {
    background-color: #f9f9f5;
    padding-bottom: 13.8vw;
  }
  .sec01 .point_header {
    margin-bottom: 3.75vw;
  }
  .sec01 .point_sub {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.2vw;
  }
  .sec01 .point_image img {
    width: 100%;
  }
  .sec01 .point01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 .upper_box {
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 .upper_box .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .lower_box .list_box .title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 6.2vw;
    font-size: 4.6vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  .sec01 .point01 .lower_box .list_box .title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/recruit_dh/sec01_point01_titile_kazari01_sp.webp) center/contain no-repeat;
    width: 88.5vw;
    height: 15.81vw;
  }
  .sec01 .point01 .lower_box .list_box .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20.7vw;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .point01 .lower_box .list_box .item .item_image {
    margin: 0 auto 4.2vw;
  }
  .sec01 .point01 .lower_box .list_box .item .item_image img {
    width: 100%;
  }
  .sec01 .point01 .lower_box .list_box .item .item_title {
    font-size: 4.5vw;
    letter-spacing: 0.01em;
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .lower_box .list_box .item .item_text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .sec01 .point01 .lower_box .cont01 {
    width: 100%;
    max-width: 96%;
    padding: 10vw 5.5vw 10vw;
    position: relative;
  }
  .sec01 .point01 .lower_box .cont01::before {
    content: "";
    position: absolute;
    top: -5vw;
    left: 7.5vw;
    background: url(/images/recruit_dh/text_point.webp) center/contain no-repeat;
    width: 37.5vw;
    height: 9.187vw;
  }
  .sec01 .point01 .lower_box .cont01 .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .lower_box .cont01 .cont_title {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    font-size: 5.2vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
    position: relative;
  }
  .sec01 .point01 .lower_box .cont01 .cont_title::before {
    content: "";
    position: absolute;
    top: 3vw;
    right: -27.5vw;
    background: url(/images/recruit_dh/sec01_point01_kazari01.webp) center/contain no-repeat;
    width: 24.25vw;
    height: 18.75vw;
  }
  .sec01 .point02 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point02 .upper_box {
    margin-bottom: 6vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .sec01 .point02 .upper_box .textbox {
    margin-left: initial;
  }
  .sec01 .point02 .lower_box .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .point02 .lower_box .item {
    border-radius: 5vw;
    padding: 0 6.25vw 6.25vw;
  }
  .sec01 .point02 .lower_box .item .item_title_box {
    margin: 1.25vw 0 2.5vw;
    border-bottom: 0.25vw solid #fff;
  }
  .sec01 .point02 .lower_box .item .item_title_box .iten_icon {
    height: auto;
    width: 22.5vw;
    margin-right: 3.75vw;
  }
  .sec01 .point02 .lower_box .item .item_title_box .iten_icon img {
    width: 100%;
  }
  .sec01 .point02 .lower_box .item .item_title_box .item_title {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .sec01 .point02 .lower_box .item .item_text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: justify;
    color: #fff;
  }
  .sec01 .point03 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point03 .upper_box {
    margin-bottom: 8vw;
  }
  .sec01 .point03 .upper_box .textbox {
    margin-right: initial;
  }
  .sec01 .point03 .lower_box .list_box .gridbox {
    width: 75%;
    max-width: 96%;
    margin: 0 auto 20vw;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .point03 .lower_box .list_box .item {
    border-radius: 5vw;
    padding: 5vw;
  }
  .sec01 .point03 .lower_box .list_box .item .item_title {
    font-size: 5vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
    margin-bottom: 3.75vw;
  }
  .sec01 .point03 .lower_box .list_box .item .item_text {
    font-size: 3.75vw;
    line-height: 1.7;
    text-align: justify;
  }
  .sec01 .point03 .lower_box .list_box .item:nth-of-type(1) {
    position: relative;
  }
  .sec01 .point03 .lower_box .list_box .item:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: -7.5vw;
    left: -7.5vw;
    background: url(/images/recruit_dh/sec01_point03_kazari01.webp) center/contain no-repeat;
    width: 21.75vw;
    height: 16vw;
  }
  .sec01 .point03 .lower_box .list_box .item:nth-of-type(2) {
    position: relative;
  }
  .sec01 .point03 .lower_box .list_box .item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: -7.5vw;
    right: -2.5vw;
    background: url(/images/recruit_dh/sec01_point03_kazari02.webp) center/contain no-repeat;
    width: 27.5vw;
    height: 20.5vw;
  }
  .sec01 .point03 .lower_box .list_box .item:nth-of-type(3) {
    position: relative;
  }
  .sec01 .point03 .lower_box .list_box .item:nth-of-type(3)::before {
    content: "";
    position: absolute;
    bottom: -6.25vw;
    right: 2.5vw;
    background: url(/images/recruit_dh/sec01_point03_kazari03.webp) center/contain no-repeat;
    width: 15vw;
    height: 17.75vw;
  }
  .sec01 .point03 .lower_box .list_box .item:nth-of-type(4) {
    position: relative;
  }
  .sec01 .point03 .lower_box .list_box .item:nth-of-type(4)::before {
    content: "";
    position: absolute;
    top: -1.25vw;
    right: initial;
    left: -1.25vw;
    background: url(/images/recruit_dh/sec01_point03_kazari04.webp) center/contain no-repeat;
    width: 10vw;
    height: 14.5vw;
  }
  .sec01 .point03 .lower_box .check_box {
    width: 100%;
    max-width: 100%;
    padding: 12.8vw 5.5vw 5.5vw;
    position: relative;
  }
  .sec01 .point03 .lower_box .check_box::before {
    content: "";
    position: absolute;
    top: -4vw;
    left: 4.75vw;
    background: url(/images/recruit_dh/text_check.webp) center/contain no-repeat;
    width: 43.5vw;
    height: 9.187vw;
  }
  .sec01 .point03 .lower_box .check_box::after {
    content: "";
    position: absolute;
    top: -10.25vw;
    right: -2vw;
    background: url(/images/recruit_dh/sec01_clinic_image.webp) center/contain no-repeat;
    width: 34.5vw;
    height: 32.963vw;
  }
  .sec01 .point03 .lower_box .check_box .title {
    padding-right: initial;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 6.2vw;
  }
  .sec01 .point03 .lower_box .check_box .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec01 .point03 .lower_box .check_box .textbox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec01 .point03 .lower_box .check_box .cont_title {
    letter-spacing: 0.06em;
    text-align: center;
  }
  .sec01 .point03 .lower_box .check_box .cont02 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
    box-sizing: border-box;
  }
  .sec01 .point03 .lower_box .check_box .cont02 .textbox {
    margin-left: initial;
    box-sizing: border-box;
  }
  .sec01 .point03 .lower_box .check_box .cont03 {
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .sec01 .point03 .lower_box .check_box .cont03 .textbox {
    margin-right: initial;
    box-sizing: border-box;
  }
  .sec01 .point04 {
    flex-direction: row-reverse;
    margin: 0 auto 0;
  }
  .sec01 .point04 .textbox {
    margin-left: initial;
  }
  .sec01 .point04 .point_text {
    margin-bottom: 4.2vw;
  }
  .sec01 .point04 .circle_text01 {
    position: static;
    width: 89.5vw;
  }
  .sec01 .point04 .circle_text01 img {
    width: 100%;
  }
  .sec01 .point04 .imagebox {
    position: relative;
  }
  .sec01 .point04 .imagebox .circle_text01 {
    display: none;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .sec02_header {
  width: 100%;
  max-width: 1280px;
  height: 692px;
  margin: 0 auto 150px;
  background: url(/images/recruit_dh/sec02_bg_image.webp) center top/contain no-repeat;
  padding: 70px 80px 30px;
  box-sizing: border-box;
}
.sec02 .sec02_header .textbox {
  width: clamp(485px, 63.265vw, 620px);
  max-width: 70%;
  margin-left: auto;
}
.sec02 .sec02_header .title {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 70px;
}
.sec02 .sec02_header .text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 35px;
}
.sec02 .sec02_header .name {
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #fff;
}
.sec02 .sec02_header .name span {
  font-size: 16px;
}
.sec02 .able_title {
  width: 1130px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #534741;
  padding: 40px 0;
  border-top: 1px solid #754c27;
  border-bottom: 1px solid #754c27;
  margin-bottom: 80px;
}
.sec02 .gridbox {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  row-gap: 40px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box;
}
.sec02 .gridbox .item {
  display: flex;
  flex-direction: column;
}
.sec02 .gridbox .item .item_title {
  height: 3em;
  padding-left: 70px;
  font-size: 22px;
  font-weight: bolder;
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.sec02 .gridbox .item .item_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  background: url(/images/recruit_dh/check_icon.webp) center center/70% no-repeat;
  width: 36px;
  height: 25.9px;
}
.sec02 .gridbox .item .item_box {
  width: 100%;
  background-color: rgba(199, 178, 153, 0.2);
  padding: 40px;
  box-sizing: border-box;
  flex-grow: 1;
}
.sec02 .gridbox .item .item_image {
  margin-bottom: 20px;
}
.sec02 .gridbox .item .item_image img {
  width: 100%;
}
.sec02 .gridbox .item .list_item {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.sec02 .gridbox .item .list_item:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #d76975;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
@media screen and (max-width: 1114px) and (min-width: 768px) {
  .sec02 .sec02_header {
    height: initial;
    background-color: #e39f7b;
    padding: 70px clamp(62px, 8.163vw, 80px) 30px;
    box-sizing: border-box;
  }
  .sec02 .sec02_header .textbox {
    width: 620px;
    max-width: 65%;
    margin-left: auto;
  }
}
@media screen and (max-width: 919px) and (min-width: 768px) {
  .sec02 .gridbox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .sec02_header {
    width: 100%;
    max-width: 100%;
    height: initial;
    margin: 0 auto;
    background: url(/images/recruit_dh/sec02_bg_image_sp.webp) center top/contain no-repeat;
    padding: 24vw 0 1vw;
    margin-bottom: 13.8vw;
    background-color: #e39f7b;
    box-sizing: border-box;
  }
  .sec02 .sec02_header .textbox {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
  }
  .sec02 .sec02_header .title {
    padding-left: 39vw;
    font-size: 5.25vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 4.2vw;
  }
  .sec02 .sec02_header .text {
    padding: 0 5.5vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 8.75vw;
  }
  .sec02 .sec02_header .name {
    padding-right: 5.5vw;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    margin-bottom: 8vw;
  }
  .sec02 .sec02_header .name span {
    font-size: 3.5vw;
  }
  .sec02 .able_title {
    width: 960%;
    max-width: 93%;
    margin: 0 auto;
    font-size: 6vw;
    letter-spacing: 0.1em;
    padding: 10vw 0;
    border-top: 0.25vw solid #754c27;
    border-bottom: 0.25vw solid #754c27;
    margin-bottom: 8vw;
  }
  .sec02 .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    row-gap: 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec02 .gridbox .item .item_title {
    height: initial;
    padding-left: 13vw;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
    position: relative;
    margin-bottom: 2.5vw;
  }
  .sec02 .gridbox .item .item_title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.5vw;
    background: url(/images/recruit_dh/check_icon.webp) center center/70% no-repeat;
    width: 9vw;
    height: 6.475vw;
  }
  .sec02 .gridbox .item .item_box {
    width: 100%;
    padding: 10vw;
    box-sizing: border-box;
    flex-grow: 1;
  }
  .sec02 .gridbox .item .item_image {
    margin-bottom: 5vw;
  }
  .sec02 .gridbox .item .list_item {
    font-size: 4vw;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3.75vw;
  }
  .sec02 .gridbox .item .list_item:before {
    content: "";
    width: 2vw;
    height: 2vw;
    position: relative;
    top: -0.25vw;
    margin-right: 1.25vw;
  }
}

.sec03 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 100px;
  padding: 55px 0 85px;
  background-color: rgba(57, 150, 117, 0.8);
  box-sizing: border-box;
}
.sec03 .inner {
  padding: 0;
}
.sec03 .sec_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 45px;
  font-size: 29.52px;
  letter-spacing: 0.2em;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  position: relative;
}
.sec03 .sec_title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/recruit_dh/sec03_title_kazari01.webp) center/contain no-repeat;
  width: 494px;
  height: 130px;
}
.sec03 .sec_title .t_big {
  font-size: 41.18px;
}
.sec03 .sec_title .t_yellow {
  font-size: 64.7px;
  color: #d9e021;
}
.sec03 .day_flow {
  width: 980px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.sec03 .day_flow .item {
  display: flex;
  min-height: 115px;
  background-color: #f6f2f0;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
}
.sec03 .day_flow .time_text {
  width: 10%;
  min-width: 90px;
  max-width: 10%;
  padding-top: 3px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #363636;
  box-sizing: border-box;
}
.sec03 .day_flow .textbox {
  width: 88%;
  max-width: 88%;
  display: flex;
  padding-right: 20px;
}
.sec03 .day_flow .item_title {
  width: 320px;
  max-width: 37%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #363636;
  box-sizing: border-box;
}
.sec03 .day_flow .item_text {
  width: 535px;
  max-width: 63%;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.sec03 .day_flow .item:nth-of-type(1) {
  position: relative;
}
.sec03 .day_flow .item:nth-of-type(1) .item_image {
  position: absolute;
  left: 210px;
  bottom: -3px;
  width: 158px;
  height: 89px;
}
.sec03 .day_flow .item:nth-of-type(2) {
  position: relative;
}
.sec03 .day_flow .item:nth-of-type(2) .item_image {
  position: absolute;
  left: 242px;
  bottom: 5px;
  width: 142px;
  height: 56px;
}
.sec03 .day_flow .item:nth-of-type(3) {
  position: relative;
}
.sec03 .day_flow .item:nth-of-type(3) .item_image {
  position: absolute;
  left: 185px;
  top: 20px;
  width: 200px;
  height: 83px;
}
.sec03 .day_flow .item:nth-of-type(4) {
  position: relative;
}
.sec03 .day_flow .item:nth-of-type(4) .item_image {
  position: absolute;
  left: 250px;
  bottom: 5px;
  width: 162px;
  height: 105px;
}
.sec03 .day_flow .item:nth-of-type(5) {
  position: relative;
}
.sec03 .day_flow .item:nth-of-type(5) .item_image {
  position: absolute;
  left: 180px;
  bottom: 10px;
  width: 176px;
  height: 42px;
}
.sec03 .day_flow .item:not(:last-of-type) {
  margin-bottom: 35px;
}
.sec03 .day_flow .item:not(:last-of-type) .time_text {
  position: relative;
}
.sec03 .day_flow .item:not(:last-of-type) .time_text::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px solid #4d4d4d;
  width: 1px;
  height: 115px;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .sec03 {
    width: 100%;
    max-width: 100%;
    padding: 55px 0 20px;
    margin: 0 auto 80px;
  }
  .sec03 .inner {
    padding: 0;
  }
  .sec03 .day_flow {
    width: 100%;
    margin: 0 auto 7.5vw;
  }
  .sec03 .day_flow .item:nth-of-type(1) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(1) .item_image {
    position: absolute;
    left: 195px;
    bottom: -3px;
    width: clamp(123px, 16.122vw, 158px);
    height: clamp(69px, 9.081vw, 89px);
  }
  .sec03 .day_flow .item:nth-of-type(2) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(2) .item_image {
    position: absolute;
    left: 207px;
    bottom: 5px;
    width: clamp(111px, 14.489vw, 142px);
    height: clamp(43px, 5.714vw, 56px);
  }
  .sec03 .day_flow .item:nth-of-type(3) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(3) .item_image {
    position: absolute;
    left: 166px;
    top: 20px;
    width: clamp(156px, 20.408vw, 200px);
    height: clamp(65px, 8.469vw, 83px);
  }
  .sec03 .day_flow .item:nth-of-type(4) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(4) .item_image {
    position: absolute;
    left: 200px;
    bottom: 5px;
    width: clamp(126px, 16.53vw, 162px);
    height: clamp(82px, 10.714vw, 105px);
  }
  .sec03 .day_flow .item:nth-of-type(5) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(5) .item_image {
    position: absolute;
    left: 180px;
    bottom: 10px;
    width: clamp(137px, 17.959vw, 176px);
    height: clamp(32px, 4.285vw, 42px);
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin: 0 auto 13.8vw;
    padding: 13.8vw 0 4.2vw;
  }
  .sec03 .sec_title {
    font-size: 4.83vw;
    letter-spacing: 0.1em;
    margin-bottom: 13.8vw;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/recruit_dh/sec03_title_kazari01_sp.webp) center/contain no-repeat;
    width: 69vw;
    height: 25.87vw;
  }
  .sec03 .sec_title .t_big {
    font-size: 6.75vw;
  }
  .sec03 .sec_title .t_yellow {
    font-size: 10.59vw;
    color: #d9e021;
  }
  .sec03 .day_flow {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec03 .day_flow .item {
    width: 93%;
    margin: 0 auto 6.2vw;
    display: flex;
    min-height: initial;
    background-color: #F6F2F0;
    padding: 4vw;
    position: relative;
    box-sizing: border-box;
  }
  .sec03 .day_flow .time_text {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    padding-top: 0.8vw;
    font-size: 4vw;
    text-align: center;
    box-sizing: border-box;
  }
  .sec03 .day_flow .textbox {
    width: 73%;
    max-width: 73%;
    display: flex;
    flex-direction: column;
  }
  .sec03 .day_flow .item_title {
    width: 100%;
    max-width: 100%;
    font-size: 4.2vw;
    box-sizing: border-box;
    margin-bottom: 2.6vw;
  }
  .sec03 .day_flow .item_text {
    width: 100%;
    max-width: 100%;
    font-size: 3.8vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
  }
  .sec03 .day_flow .item:nth-of-type(1) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(1) .item_image {
    position: absolute;
    left: 56.4vw;
    bottom: initial;
    top: -5vw;
    width: 31.6vw;
    height: 18.2vw;
  }
  .sec03 .day_flow .item:nth-of-type(2) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(2) .item_image {
    position: absolute;
    left: 51vw;
    bottom: initial;
    top: 1vw;
    width: 28.4vw;
    height: 11.2vw;
  }
  .sec03 .day_flow .item:nth-of-type(2) .time_text {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(2) .time_text::before {
    height: 39.6vw;
  }
  .sec03 .day_flow .item:nth-of-type(3) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(3) .textbox .item_title {
    margin-bottom: 8.6vw;
  }
  .sec03 .day_flow .item:nth-of-type(3) .item_image {
    position: absolute;
    left: 48vw;
    top: 1vw;
    width: 40vw;
    height: 16.6vw;
  }
  .sec03 .day_flow .item:nth-of-type(4) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(4) .textbox .item_title {
    margin-bottom: 12.6vw;
  }
  .sec03 .day_flow .item:nth-of-type(4) .item_image {
    position: absolute;
    left: 52vw;
    top: 1vw;
    bottom: initial;
    width: 32.4vw;
    height: 21vw;
  }
  .sec03 .day_flow .item:nth-of-type(5) {
    width: 93%;
    margin: 0 auto;
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(5) .item_image {
    position: absolute;
    z-index: 2;
    left: 43vw;
    top: 3vw;
    bottom: initial;
    width: 35.2vw;
    height: 8.4vw;
  }
  .sec03 .day_flow .item:not(:last-of-type) {
    margin-bottom: 6vw;
  }
  .sec03 .day_flow .item:not(:last-of-type) .time_text {
    position: relative;
  }
  .sec03 .day_flow .item:not(:last-of-type) .time_text::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 9.3vw;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px solid #4d4d4d;
    width: 0.26vw;
    height: 48.6vw;
  }
  .sec03 .day_flow .item:nth-of-type(2) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(2) .time_text {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(2) .time_text::before {
    height: 55.6vw;
  }
  .sec03 .day_flow .item:nth-of-type(3) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(3) .time_text {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(3) .time_text::before {
    height: 36.6vw;
  }
  .sec03 .day_flow .item:nth-of-type(4) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(4) .time_text {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(4) .time_text::before {
    height: 41.6vw;
  }
  .sec03 .sec_text {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 5.5vw;
    font-size: 3.8vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
}

.sec04 {
  margin-bottom: 100px;
  /*
  @media screen and (max-width: 979px) and (min-width: 768px) {

    .box {
      position: relative;
      .fukidashi01 {
        position: absolute;
        top:  -81px;
        left:  0; //clamp(8px, 1.171vw, 15px);  //15px;
        width:  clamp(157px, 20.468vw, 262px);  //262px;
        height: clamp(92px,  12.031vw, 154px);  //154px;
      }
      .fukidashi02 {
        position: absolute;
        top:   -16px;
        right:  0;//clamp(-58px, -4.531vw, -34px);  //-58px;
        width:  clamp(213px, 27.812vw, 356px);  //356px;
        height: clamp(94px,  12.343vw, 158px);  //158px;
      }
      .fukidashi03 {
        position: absolute;
        top:  122px;
        left:  0;//clamp(-105px, -8.203vw, -62px);  //-105px;
        width:  clamp(230px, 30.078vw, 385px);  //385px;
        height: clamp(97px,  12.734vw, 163px);  //163px;
      }
    }
  } */
}
.sec04 .sec_subtitle {
  font-size: 33px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #534740;
  margin-bottom: 25px;
}
.sec04 .sec_title {
  width: 558px;
  margin: 0 auto 60px;
}
.sec04 .sec_title img {
  width: 100%;
}
.sec04 .sec_text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  color: #363636;
}
.sec04 .box {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f9f7f6;
  padding: 70px 20px 50px;
  box-sizing: border-box;
  position: relative;
}
.sec04 .box .subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ec9149;
  position: relative;
}
.sec04 .box .subtitle::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  background: url(/images/recruit_dh/sec04_kazari01.webp) center/contain no-repeat;
  width: 32px;
  height: 31px;
}
.sec04 .box .title {
  font-size: 29px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
.sec04 .box .title span {
  color: #ec9149;
}
.sec04 .box .text {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 55px;
}
.sec04 .box .fukidashi01 {
  position: absolute;
  top: -81px;
  right: 690px;
  width: clamp(157px, 20.468vw, 262px);
  height: clamp(92px, 12.031vw, 154px);
}
.sec04 .box .fukidashi02 {
  position: absolute;
  top: -16px;
  right: -58px;
  width: clamp(213px, 27.812vw, 356px);
  height: clamp(94px, 12.343vw, 158px);
}
.sec04 .box .fukidashi03 {
  position: absolute;
  top: 122px;
  right: 705px;
  width: clamp(230px, 30.078vw, 385px);
  height: clamp(97px, 12.734vw, 163px);
}
@media screen and (max-width: 1099px) and (min-width: 768px) {
  .sec04 .box {
    position: relative;
  }
  .sec04 .box .fukidashi01 {
    position: absolute;
    top: -43px;
    right: 73vw;
    width: clamp(157px, 20.468vw, 262px);
    height: clamp(92px, 12.031vw, 154px);
  }
  .sec04 .box .fukidashi02 {
    position: absolute;
    top: -16px;
    right: 1vw;
    width: clamp(213px, 27.812vw, 356px);
    height: clamp(94px, 12.343vw, 158px);
  }
  .sec04 .box .fukidashi03 {
    position: absolute;
    top: 159px;
    right: 65vw;
    width: clamp(230px, 30.078vw, 385px);
    height: clamp(97px, 12.734vw, 163px);
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .sec_subtitle {
    font-size: 4.25vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
    margin-bottom: 6.25vw;
  }
  .sec04 .sec_title {
    width: 69.75vw;
    margin: 0 auto 13.8vw;
  }
  .sec04 .sec_text {
    margin: 0 auto 13.8vw;
    padding: 0 5.5vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
  }
  .sec04 .box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f9f7f6;
    padding: 95vw 5.5vw 12.5vw;
    position: relative;
  }
  .sec04 .box .subtitle {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #ec9149;
    position: relative;
  }
  .sec04 .box .subtitle::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    background: url(/images/recruit_dh/sec04_kazari01.webp) center/contain no-repeat;
    width: 32px;
    height: 31px;
  }
  .sec04 .box .title {
    font-size: 7.25vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 12.5vw;
  }
  .sec04 .box .text {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 6.9vw;
  }
  .sec04 .box .fukidashi01 {
    position: absolute;
    top: 4vw;
    left: 4vw;
    width: 42.575vw;
    height: 25.025vw;
  }
  .sec04 .box .fukidashi01 img {
    width: 100%;
  }
  .sec04 .box .fukidashi02 {
    position: absolute;
    top: 27vw;
    right: 4vw;
    width: 57.85vw;
    height: 25.675vw;
  }
  .sec04 .box .fukidashi02 img {
    width: 100%;
  }
  .sec04 .box .fukidashi03 {
    position: absolute;
    top: 53vw;
    left: 4vw;
    width: 62.562vw;
    height: 26.487vw;
  }
  .sec04 .box .fukidashi03 img {
    width: 100%;
  }
  .sec04 .box .flexbox .link img {
    width: 100%;
  }
}

.sec05 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0;
  background: rgba(232, 190, 183, 0.3);
  box-sizing: border-box;
}
.sec05 .dtitle {
  font-size: 36px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #534740;
  margin-bottom: 40px;
}
.sec05 .flexbox {
  width: 980px;
  max-width: 100%;
  margin: 0 auto 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sec05 .link {
  box-sizing: border-box;
}
.sec05 .link .link_btn {
  background: url(../images/recruit/link_btn.webp) center/contain no-repeat;
  width: 274px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sec05 .link .link_btn p {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec05 .link:nth-of-type(1) .link_btn,
.sec05 .link:nth-of-type(2) .link_btn,
.sec05 .link:nth-of-type(4) .link_btn {
  margin-right: 75px;
}
.sec05 .link:nth-of-type(1) .link_btn,
.sec05 .link:nth-of-type(2) .link_btn,
.sec05 .link:nth-of-type(3) .link_btn {
  margin-bottom: 40px;
}
.sec05 .text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #c1272d;
  margin-bottom: 50px;
}
.sec05 .dlist {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec05 .dlist:not(:last-of-type) {
  margin-bottom: 155px;
}
.sec05 .row {
  display: flex;
  border-bottom: 0.5px solid #534740;
}
.sec05 .row:nth-of-type(1) {
  border-top: 1px solid #fff;
}
.sec05 .row:nth-of-type(10) {
  border-bottom: 1px solid #fff;
}
.sec05 .term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #534740;
}
.sec05 .desc {
  width: 70%;
  padding: 30px;
  background-color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #363636;
  box-sizing: border-box;
}
.sec05 .desc_item {
  position: relative;
}
.sec05 .row:nth-of-type(4) .desc p,
.sec05 .row:nth-of-type(5) .desc p {
  text-indent: -1.5em;
  padding-left: 1em;
}
.sec05 .row:nth-of-type(7) .list {
  -moz-column-count: 2;
       column-count: 2; /* 列数を2列に指定 */
}
@media screen and (max-width: 1109px) and (min-width: 768px) {
  .sec05 .flexbox {
    width: 623px;
    max-width: 100%;
  }
  .sec05 .flexbox .link:nth-of-type(1) .link_btn,
  .sec05 .flexbox .link:nth-of-type(2) .link_btn,
  .sec05 .flexbox .link:nth-of-type(4) .link_btn {
    margin-right: initial;
  }
  .sec05 .flexbox .link:nth-of-type(1) .link_btn,
  .sec05 .flexbox .link:nth-of-type(2) .link_btn,
  .sec05 .flexbox .link:nth-of-type(3) .link_btn {
    margin-bottom: initial;
  }
  .sec05 .flexbox .link:nth-of-type(1) .link_btn,
  .sec05 .flexbox .link:nth-of-type(3) .link_btn {
    margin-right: 75px;
  }
  .sec05 .flexbox .link:nth-of-type(1) .link_btn,
  .sec05 .flexbox .link:nth-of-type(2) .link_btn,
  .sec05 .flexbox .link:nth-of-type(3) .link_btn,
  .sec05 .flexbox .link:nth-of-type(4) .link_btn {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: 13.8vw;
    padding: initial;
    box-sizing: border-box;
  }
  .sec05 .flexbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }
  .sec05 .link {
    box-sizing: border-box;
  }
  .sec05 .link .link_btn {
    width: 42vw;
    height: 15.46vw;
  }
  .sec05 .link .link_btn img {
    width: 100%;
    height: 100%;
  }
  .sec05 .link .link_btn p {
    font-size: 3.6vw;
  }
  .sec05 .link:nth-of-type(1) .link_btn,
  .sec05 .link:nth-of-type(2) .link_btn,
  .sec05 .link:nth-of-type(4) .link_btn {
    margin-right: initial;
  }
  .sec05 .link:nth-of-type(1) .link_btn,
  .sec05 .link:nth-of-type(2) .link_btn,
  .sec05 .link:nth-of-type(3) .link_btn {
    margin-bottom: initial;
  }
  .sec05 .link:nth-of-type(1) .link_btn,
  .sec05 .link:nth-of-type(3) .link_btn {
    margin-right: 4vw;
  }
  .sec05 .link:not(:last-of-type) .link_btn {
    text-align: center;
    margin-bottom: 2.4vw;
  }
  .sec05 .text {
    font-size: 4.4vw;
    text-align: center;
  }
  .sec05 .dtitle {
    font-size: 5.3vw;
    letter-spacing: 0.2em;
    padding-top: 6.4vw;
    padding-bottom: 4.2vw;
    margin-bottom: initial;
    margin: 0 2.5vw;
    box-sizing: border-box;
  }
  .sec05 .dlist {
    width: 1120px;
    max-width: 95%;
    margin: 0 2.5vw;
    padding: 0vw 3.5vw 10vw;
    border-radius: 0 0 8vw 8vw;
    box-sizing: border-box;
  }
  .sec05 .dlist:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec05 .row {
    display: block;
  }
  .sec05 .row:nth-of-type(1) {
    border-top: 0px solid #fff;
  }
  .sec05 .term {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4vw 0;
    box-sizing: border-box;
    background: rgba(204, 204, 204, 0.5);
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec05 .desc {
    width: 100%;
    padding: 3.5vw;
    box-sizing: border-box;
    font-size: 3.75vw;
    line-height: 1.8;
  }
  .sec05 .text_red {
    color: #806363;
  }
  .sec05 .desc_item {
    position: relative;
    padding-left: 1em;
  }
  .sec05 .row:nth-of-type(7) .list {
    -moz-column-count: 1;
         column-count: 1; /* 列数を2列に指定 */
  }
}

.sec06 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 130px 0 100px;
  background: rgba(232, 190, 183, 0.3);
}
.sec06 .sec_title {
  width: 352px;
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
}
.sec06 .sec_title img {
  width: 100%;
}
.sec06 .sec_subtitle {
  position: relative;
  margin: 0 0 35px;
  font-size: 21px;
  text-align: center;
  color: #534740;
}
.sec06 .text {
  margin: 0 0 50px;
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  text-align: center;
}
.sec06 .table {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}
.sec06 .table .row {
  display: block;
  margin: 0 auto 46px;
  padding: 0 20px 0 20px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #dd868f;
  box-sizing: border-box;
}
.sec06 .t_title {
  width: clamp(240px, 31.25vw, 400px);
  min-width: 44%;
  padding-left: 2em;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.sec06 .t_data {
  width: clamp(299px, 39.062vw, 500px);
  max-width: 66%;
}
.sec06 .row:nth-of-type(1) {
  padding-top: 40px;
  border-top: 0.5px solid #dd868f;
  box-sizing: border-box;
}
.sec06 .row:nth-of-type(1) .t_title {
  vertical-align: top;
}
.sec06 .row:nth-of-type(1) .radiolist {
  width: clamp(327px, 42.656vw, 546px);
}
.sec06 .row:nth-of-type(1) input {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}
.sec06 .row:nth-of-type(2) .t_title {
  vertical-align: top;
}
.sec06 .t_title .color {
  color: #363636;
  padding: 0 0 0 5px;
}
.sec06 .t_title label {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.sec06 .t_data input.i_text,
.sec06 .t_data textarea {
  width: clamp(327px, 42.656vw, 546px);
  padding: 10px 20px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
}
.sec06 .t_data.radiobox p {
  display: inline-block;
}
.sec06 .t_data.radiobox p:nth-of-type(1) {
  margin: 0 50px 0 0;
}
.sec06 .radiotitle {
  padding: 10px 0;
  font-size: 18px;
}
.sec06 .t_data.radiobox label {
  font-size: 20px;
  margin: 0 0 0 10px;
}
.sec06 .t_data textarea {
  height: 272px !important;
  width: clamp(327px, 42.656vw, 546px) !important;
}
.sec06 .privacy_kojin {
  width: 690px;
  max-width: 100%;
  padding: 30px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec06 .privacy_kojin .p_title {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: center;
}
.sec06 .privacy_kojin .p_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec06 .privacy_kojin .p_text:not(:last-of-type) {
  margin: 0 0 30px;
}
.sec06 .privacy {
  width: 690px;
  max-width: 100%;
  padding: 30px 40px;
  margin: 0 auto 60px;
  box-sizing: border-box;
}
.sec06 .privacy .p_title {
  margin: 0 0 10px;
  font-size: 14px;
  text-align: left;
}
.sec06 .privacy .p_text {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.sec06 .privacy .p_text:not(:last-of-type) {
  margin: 0 0 30px;
}
.sec06 .agree_btn {
  width: 330px;
  margin: 0 auto 20px;
  text-align: center;
}
.sec06 .submit_btn {
  width: 342px;
  height: 66px;
  border: none;
  margin: 0 auto 60px;
  background: #fff;
  color: #171D59;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
}
.sec06 .submit_btn input {
  width: 100%;
  height: 100%;
  background: #dd868f;
  color: #fff;
  font-size: 16px;
  font-family: "noto sans jp";
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: 0.4s;
  border-radius: 0;
  text-shadow: none;
  max-width: none;
}
.sec06 .sec08 .numbox {
  margin: 0 auto;
  text-align: center;
}
.sec06 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}
.sec06 .warning {
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 {
    margin-bottom: 13.8vw;
    padding: 80px 20px 50px;
    box-sizing: border-box;
    /*.sec_title:before {
        content: "";
        position: absolute;
        top: -64px;
        left: 50%;
        transform: translateX(-50%);
        width: 53px;
        height: 41px;
        background: url(../img/recruit/icon06.png) center center/70% no-repeat;
    } */
  }
  .sec06 .sec_title {
    width: 66vw;
    position: relative;
    margin: 0 auto 4.2vw;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
  }
  .sec06 .sec_title img {
    width: 100%;
  }
  .sec06 .text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #1EAEDE;
    text-align: center;
  }
  .sec06 .table {
    width: 100%;
    margin: 0 auto 68px;
  }
  .sec06 .table .row {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    padding-bottom: 8vw;
  }
  .sec06 .t_title {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding-left: initial;
    font-size: 4vw;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
  }
  .sec06 .row:nth-of-type(1) {
    padding-top: 5vw;
    box-sizing: border-box;
    padding-bottom: 4vw;
  }
  .sec06 .row:nth-of-type(1) .t_data.radiobox {
    margin: 0 auto;
  }
  .sec06 .row:nth-of-type(1) .t_data.radiobox p {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
  }
  .sec06 .row:nth-of-type(1) .radiolist {
    width: 100%;
  }
  .sec06 .row:nth-of-type(1) input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
    margin-bottom: 4vw;
  }
  .sec06 .row:last-of-type .t_title {
    width: 100%;
    padding: 10px 0 0;
    vertical-align: top;
  }
  .sec06 .t_title .color {
    color: #1EAEDE;
    padding: 0 0 0 5px;
  }
  .sec06 .t_title label {
    font-size: 4vw;
    font-weight: 500;
  }
  .sec06 .t_data {
    display: block;
    width: 100%;
    max-width: none;
  }
  .sec06 .t_data p {
    width: 100%;
  }
  .sec06 .t_data input.i_text,
  .sec06 .t_data textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 3.75vw;
    max-width: none;
  }
  .sec06 .t_data.radiobox p {
    display: inline-block;
  }
  .sec06 .t_data.radiobox p:nth-of-type(1) {
    margin: 0;
  }
  .sec06 .t_data.radiobox label {
    font-size: 3.75vw;
    margin: 0 0 2.6vw 2.5vw;
  }
  .sec06 .radiotitle {
    padding: 20px 0 0;
    font-size: 18px;
  }
  .sec06 .t_data textarea {
    width: 100% !important;
    height: 272px !important;
    max-width: none; /* メールフォームプロリセット */
  }
  .sec06 .privacy_kojin {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec06 .privacy_kojin .p_title {
    font-size: 3.75vw;
    margin: 0 0 10px;
    text-align: left;
  }
  .sec06 .privacy_kojin .p_text {
    font-size: 3.75vw;
    text-align: left;
  }
  .sec06 .privacy_kojin .p_text:not(:last-of-type) {
    margin: 0 0 30px;
  }
  .sec06 .privacy {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec06 .privacy .p_title {
    font-size: 3.75vw;
    margin: 0 0 10px;
    text-align: left;
  }
  .sec06 .privacy .p_text {
    font-size: 3.75vw;
  }
  .sec06 .privacy .p_text:not(:last-of-type) {
    margin: 0 0 30px;
  }
  .sec06 .agree_btn {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec06 .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
  }
  .sec06 .agree_btn label {
    font-size: 3.75vw;
  }
  .sec06 .submit_btn {
    width: 100%;
    height: 16.5vw;
    border: none;
    margin: 0 auto 50px;
    background: #00879d;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    transition: 0.4s;
  }
  .sec06 .submit_btn input {
    width: 100%;
    height: 100%;
    font-size: 4vw;
    font-family: "noto sans jp";
    font-weight: 400;
    transition: 0.4s;
    border-radius: 0;
    text-shadow: none;
    max-width: none;
    color: #fff;
  }
  .sec06 .numbox {
    margin: 0 auto;
    text-align: center;
  }
  .sec06 .g-recaptcha {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }
  .sec06 .warning {
    font-size: 3.75vw;
    margin: 0 0 20px;
    text-align: center;
  }
}

.thanks_sec {
  padding: 200px 0;
}
.thanks_sec .sec_title {
  margin-bottom: 100px;
  font-size: 35px;
  text-align: center;
}
.thanks_sec .sec_text {
  font-size: 20px;
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks_sec {
    padding: 5.5vw 5.5vw 33.3vw;
    box-sizing: border-box;
  }
  .thanks_sec .sec_title {
    margin-bottom: 13.8vw;
    font-size: 8.3vw;
    text-align: center;
  }
  .thanks_sec .sec_text {
    font-size: 4.4vw;
    line-height: 3;
    text-align: center;
  }
}/*# sourceMappingURL=recruit_dh.css.map */