@charset "UTF-8";
.main_image {
  position: relative;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/recruit_dr/recruit_dr_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: 100px;
  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: 50.3vw;
    box-sizing: border-box;
    background: url(/images/recruit_dr/recruit_dr_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 {
  margin: 0 auto 60px;
  padding: 30px 0 0;
}
.lead_sec .inner {
  padding: 0;
}
.lead_sec .sec_title span {
  color: #399675;
}
.lead_sec .message_box {
  background-color: #f9f9f5;
  padding-bottom: 80px;
}
.lead_sec .cont01 {
  margin-bottom: 70px;
  padding: 0 80px;
}
.lead_sec .cont01 .imagebox {
  min-height: 351px;
  position: relative;
}
.lead_sec .cont01 .imagebox .cont_image {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 310px;
}
.lead_sec .cont01 .imagebox .name {
  margin-top: 20px;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #534740;
  text-align: center;
}
.lead_sec .cont01 .imagebox .name span {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #534740;
}
.lead_sec .cont01 .imagebox .kazari01 {
  position: absolute;
  top: 165px;
  left: 0;
  width: 192px;
  height: 161px;
}
.lead_sec .cont01 .textbox {
  margin-left: 40px;
  padding-top: 110px;
  position: relative;
}
.lead_sec .cont01 .textbox::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 20px;
  background: url(/images/recruit_dr/text_message.webp) center/contain no-repeat;
  width: 354px;
  height: 45px;
}
.lead_sec .cont02 {
  margin-bottom: 0;
  padding: 0 80px;
  flex-direction: row-reverse;
}
.lead_sec .cont02 .textbox {
  margin-right: 40px;
}
.lead_sec .cont02 .imagebox {
  min-height: 190px;
  position: relative;
}
.lead_sec .cont02 .imagebox .kazari02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    margin: 0 auto 13.8vw;
    padding: 7.5vw 0 0;
  }
  .lead_sec .message_box {
    padding-bottom: 20vw;
  }
  .lead_sec .cont01 {
    box-sizing: border-box;
    margin-bottom: 31.8vw;
    padding: 5.5vw 5.5vw 0;
  }
  .lead_sec .cont01 .imagebox {
    margin: 0 auto;
    min-height: initial;
    position: initial;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .lead_sec .cont01 .imagebox .cont_image {
    width: 39vw;
    height: 45.39vw;
    position: static;
    transform: initial;
  }
  .lead_sec .cont01 .imagebox .name {
    width: 50vw;
    margin-top: 0;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
  }
  .lead_sec .cont01 .imagebox .name span {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
  }
  .lead_sec .cont01 .imagebox .kazari01 {
    display: none;
  }
  .lead_sec .cont01 .imagebox::before {
    content: "";
    position: absolute;
    top: 13vw;
    right: 10vw;
    background: url(/images/recruit_dr/text_message_sp.webp) center/contain no-repeat;
    width: 46.5vw;
    height: 5.87vw;
  }
  .lead_sec .cont01 .textbox {
    margin-left: initial;
    padding-top: 0;
    position: relative;
  }
  .lead_sec .cont01 .textbox::before {
    display: none;
  }
  .lead_sec .cont01 .textbox .kazari01 {
    position: absolute;
    bottom: -28vw;
    left: 0;
    width: 28.8vw;
    height: 24.15vw;
  }
  .lead_sec .cont02 {
    margin-bottom: 13.8vw;
    padding: 0 5.5vw;
  }
  .lead_sec .cont02 .textbox {
    margin-right: initial;
  }
  .lead_sec .cont02 .imagebox {
    min-height: initial;
    position: relative;
  }
  .lead_sec .cont02 .imagebox .kazari02 {
    position: absolute;
    bottom: -28vw;
    right: 0;
    width: 37.5vw;
    height: 25.5vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .sec_title {
  width: 920px;
  max-width: 90%;
  margin: 0 auto 100px;
}
.sec01 .upper_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}
.sec01 .point_header {
  margin-bottom: 15px;
}
.sec01 .point_icon {
  width: 110px;
  min-width: 110px;
  margin-right: -33px;
}
.sec01 .point_title {
  font-size: 28px;
  font-weight: bold;
  color: #534740;
}
.sec01 .point01 {
  display: block;
}
.sec01 .point01 .upper_box .textbox {
  margin-right: 50px;
}
.sec01 .point01 .upper_box .imagebox {
  position: relative;
}
.sec01 .point01 .upper_box .imagebox::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 110px;
  background: url(/images/recruit_dr/sec01_point01_image.webp) center/contain no-repeat;
  width: clamp(253px, 32.968vw, 422px);
  height: clamp(226px, 29.531vw, 378px);
}
.sec01 .point01 .lower_box {
  width: 965px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .point01 .lower_box .cont01, .sec01 .point01 .lower_box .cont02 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}
.sec01 .point01 .lower_box .cont01 .imagebox, .sec01 .point01 .lower_box .cont02 .imagebox {
  width: 34%;
  min-width: 34%;
  max-width: 34%;
}
.sec01 .point01 .lower_box .cont01 .cont_image, .sec01 .point01 .lower_box .cont02 .cont_image {
  margin: 0 auto;
}
.sec01 .point01 .lower_box .cont01 .textbox, .sec01 .point01 .lower_box .cont02 .textbox {
  width: 66%;
  min-width: initial;
  max-width: initial;
}
.sec01 .point01 .lower_box .cont01 .cont_title, .sec01 .point01 .lower_box .cont02 .cont_title {
  padding: 20px 0 20px 90px;
  color: #399675;
  border-bottom: 1px dashed #399675;
  margin-bottom: 10px;
}
.sec01 .point01 .lower_box .seminar_box {
  margin-bottom: 80px;
}
.sec01 .point01 .lower_box .cont01 {
  flex-direction: row-reverse;
}
.sec01 .point01 .lower_box .cont01 .textbox {
  margin-left: 65px;
}
.sec01 .point01 .lower_box .cont01 .cont_title {
  position: relative;
}
.sec01 .point01 .lower_box .cont01 .cont_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/images/recruit_dr/sec01_point01_icon_seminar.webp) center/contain no-repeat;
  width: 70px;
  height: 64px;
}
.sec01 .point01 .lower_box .gridbox .item {
  width: 100%;
  height: 98px;
  background-color: rgba(152, 185, 111, 0.22);
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #534740;
}
.sec01 .point01 .lower_box .grid01 {
  position: relative;
  z-index: 3;
  width: 890px;
  max-width: 100%;
  margin: -10px auto 25px;
  display: grid;
  -moz-column-gap: 25px;
       column-gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}
.sec01 .point01 .lower_box .grid02 {
  position: relative;
  z-index: 3;
  width: 660px;
  max-width: 100%;
  margin: -10px auto 25px;
  display: grid;
  -moz-column-gap: 25px;
       column-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
.sec01 .point01 .lower_box .cont02 {
  margin-bottom: 80px;
}
.sec01 .point01 .lower_box .cont02 .textbox {
  margin-right: 65px;
}
.sec01 .point01 .lower_box .cont02 .cont_title {
  position: relative;
}
.sec01 .point01 .lower_box .cont02 .cont_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/images/recruit_dr/sec01_point01_icon_renkei.webp) center/contain no-repeat;
  width: 70px;
  height: 84px;
}
.sec01 .point01 .lower_box .interview_box {
  width: 100%;
  border-radius: 20px;
  background-color: rgba(227, 159, 123, 0.3);
  padding: 45px 30px 30px;
  box-sizing: border-box;
  position: relative;
}
.sec01 .point01 .lower_box .interview_box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  background: url(/images/recruit_dr/sec01_point01_interview_kazari.webp) center/contain no-repeat;
  width: 290px;
  height: 43px;
}
.sec01 .point01 .lower_box .interview_box .cont03 {
  margin-bottom: 0;
}
.sec01 .point01 .lower_box .interview_box .cont03 .imagebox {
  width: 27%;
  min-width: 27%;
  max-width: 27%;
}
.sec01 .point01 .lower_box .interview_box .cont03 .cont_image {
  margin: 0 auto;
}
.sec01 .point01 .lower_box .interview_box .cont03 .textbox {
  width: 73%;
  min-width: initial;
  max-width: initial;
  margin-right: 25px;
}
.sec01 .point01 .lower_box .interview_box .cont03 .cont_title {
  padding-left: initial;
  font-size: 18px;
  font-weight: bolder;
  color: #534740;
  margin-bottom: 10px;
}
.sec01 .point02 {
  display: block;
}
.sec01 .point02 .upper_box {
  margin-bottom: 80px;
  flex-direction: row-reverse;
}
.sec01 .point02 .upper_box .textbox {
  margin-left: 50px;
}
.sec01 .point02 .lower_box {
  width: 950px;
  max-width: 96%;
  margin: 0 auto;
}
.sec01 .point02 .lower_box .cont04, .sec01 .point02 .lower_box .cont05 {
  display: block;
}
.sec01 .point02 .lower_box .cont04 .cont_upper, .sec01 .point02 .lower_box .cont05 .cont_upper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point02 .lower_box .cont04 .cont_upper .imagebox, .sec01 .point02 .lower_box .cont05 .cont_upper .imagebox {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
}
.sec01 .point02 .lower_box .cont04 .cont_upper .textbox, .sec01 .point02 .lower_box .cont05 .cont_upper .textbox {
  width: 65%;
  min-width: initial;
  max-width: initial;
}
.sec01 .point02 .lower_box .cont04 .cont_upper .cont_title, .sec01 .point02 .lower_box .cont05 .cont_upper .cont_title {
  font-size: 24px;
  color: #5a90bc;
  margin-bottom: 35px;
}
.sec01 .point02 .lower_box .cont04 {
  margin-bottom: 60px;
}
.sec01 .point02 .lower_box .cont04 .cont_upper {
  margin-bottom: 45px;
}
.sec01 .point02 .lower_box .cont04 .cont_upper .textbox {
  margin-right: 50px;
}
.sec01 .point02 .lower_box .cont04 .cont_upper .cont_title {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: initial;
  position: relative;
}
.sec01 .point02 .lower_box .cont04 .cont_upper .cont_title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  border-bottom: 1px solid #5a90bc;
  width: 617px;
  height: 1px;
}
.sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box {
  width: 100%;
  border-radius: 20px;
  background-color: rgba(242, 242, 200, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
}
.sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .box_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  font-size: 24px;
  font-weight: bolder;
  letter-spacing: 0.1em;
  text-align: center;
  color: #534740;
  position: relative;
}
.sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .box_title::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -50px;
  background: url(/images/recruit_dr/sec01_point02_kazari01.webp) center/contain no-repeat;
  width: 58px;
  height: 50px;
}
.sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox {
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox {
  width: 430px;
}
.sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox .left {
  width: 30%;
  margin-right: 15px;
}
.sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox .right {
  width: 75%;
}
.sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox .right .title {
  font-size: 21px;
  font-weight: bolder;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #534740;
  margin-bottom: 15px;
}
.sec01 .point02 .lower_box .cont05 .cont_upper {
  margin-bottom: 50px;
  flex-direction: row-reverse;
}
.sec01 .point02 .lower_box .cont05 .cont_upper .textbox {
  margin-left: 50px;
}
.sec01 .point02 .lower_box .cont05 .cont_upper .cont_title {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: initial;
  position: relative;
}
.sec01 .point02 .lower_box .cont05 .cont_upper .cont_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  border-bottom: 1px solid #5a90bc;
  width: clamp(424px, 55.234vw, 707px);
  height: 1px;
}
.sec01 .point02 .lower_box .cont05 .cont_lowwer .gridbox {
  width: 890px;
  max-width: 100%;
  margin: 0 auto;
  -moz-column-gap: 105px;
       column-gap: 105px;
  grid-template-columns: repeat(2, 1fr);
}
.sec01 .point02 .lower_box .cont05 .cont_lowwer .item {
  position: relative;
}
.sec01 .point02 .lower_box .cont05 .cont_lowwer .item .item_image {
  width: 100%;
  margin: 0 auto 35px;
}
.sec01 .point02 .lower_box .cont05 .cont_lowwer .item .item_image img {
  width: 100%;
}
.sec01 .point02 .lower_box .cont05 .cont_lowwer .item .item_title {
  position: absolute;
  top: clamp(77px, 12.156vw, 130px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(200px, 29.171vw, 335px);
  padding: 10px;
  background-color: rgba(90, 144, 188, 0.8);
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.sec01 .point02 .lower_box .cont05 .cont_lowwer .item .item_text {
  font-size: 16px;
  line-height: 1.6;
}
.sec01 .point03 {
  display: block;
}
.sec01 .point03 .upper_box {
  margin-bottom: 50px;
}
.sec01 .point03 .upper_box .textbox {
  margin-right: 50px;
}
.sec01 .point03 .lower_box .gridbox {
  box-sizing: border-box;
  width: 845px;
  max-width: 96%;
  margin: 0 auto 90px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  grid-template-columns: repeat(4, 1fr);
}
.sec01 .point03 .lower_box .gridbox .item {
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.sec01 .point03 .lower_box .gridbox .circle_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  font-feature-settings: "palt";
  color: #fff;
}
.sec01 .point03 .lower_box .gridbox .circle_text .k_text {
  color: #534740;
}
.sec01 .point03 .lower_box .gridbox .circle_text .g_text {
  color: #00718d;
}
.sec01 .point03 .lower_box .gridbox .item:nth-of-type(1),
.sec01 .point03 .lower_box .gridbox .item:nth-of-type(3) {
  background: url(/images/recruit_dr/sec01_circle_red.webp);
  background-size: 100%;
}
.sec01 .point03 .lower_box .gridbox .item:nth-of-type(2),
.sec01 .point03 .lower_box .gridbox .item:nth-of-type(4) {
  background: url(/images/recruit_dr/sec01_circle_blue.webp);
  background-size: 100%;
}
.sec01 .point03 .lower_box .point_box {
  box-sizing: border-box;
  width: 1015px;
  max-width: 96%;
  margin: 0 auto;
  background-color: rgba(178, 135, 163, 0.3);
  padding: 55px 20px 25px;
  position: relative;
}
.sec01 .point03 .lower_box .point_box::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  background: url(/images/recruit_dr/text_point.webp) center/contain no-repeat;
  width: 200px;
  height: 48px;
}
.sec01 .point03 .lower_box .point_box .cont06, .sec01 .point03 .lower_box .point_box .cont07 {
  width: 925px;
  max-width: 96%;
  margin: 0 auto;
}
.sec01 .point03 .lower_box .point_box .cont06 .imagebox, .sec01 .point03 .lower_box .point_box .cont07 .imagebox {
  width: 28%;
  min-width: 28%;
  max-width: 28%;
}
.sec01 .point03 .lower_box .point_box .cont06 .textbox, .sec01 .point03 .lower_box .point_box .cont07 .textbox {
  width: 72%;
  min-width: initial;
  max-width: initial;
}
.sec01 .point03 .lower_box .point_box .cont06 .cont_title, .sec01 .point03 .lower_box .point_box .cont07 .cont_title {
  padding-left: initial;
  font-size: 21px;
  font-weight: bolder;
  color: #534740;
  margin-bottom: 10px;
}
.sec01 .point03 .lower_box .point_box .cont06 {
  margin-bottom: 45px;
  flex-direction: row-reverse;
}
.sec01 .point03 .lower_box .point_box .cont06 .textbox {
  margin-left: 20px;
}
.sec01 .point03 .lower_box .point_box .cont07 .textbox {
  margin-right: 20px;
}
@media screen and (max-width: 984px) and (min-width: 768px) {
  .sec01 .point01 .lower_box .grid01 {
    margin: 10px auto 25px;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box {
    width: 75%;
    margin: 0 auto;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox {
    row-gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox {
    width: initial;
  }
}
@media screen and (max-width: 845px) and (min-width: 768px) {
  .sec01 .point03 .lower_box .gridbox {
    box-sizing: border-box;
    width: 400px;
    max-width: 96%;
    margin: 0 auto 90px;
    row-gap: 35px;
    -moz-column-gap: 35px;
         column-gap: 35px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .sec_title {
    width: 90.5vw;
    max-width: 91%;
    margin: 0 auto 4.2vw;
  }
  .sec01 .sec_title img {
    width: 100%;
  }
  .sec01 .upper_box {
    display: block;
  }
  .sec01 .point_header {
    margin-bottom: 3.75vw;
  }
  .sec01 .point_icon {
    width: 20.62vw;
    min-width: 20.62vw;
    margin-right: -8.25vw;
  }
  .sec01 .point_title {
    font-size: 5.5vw;
    font-weight: bold;
    color: #534740;
  }
  .sec01 .point01 {
    display: block;
  }
  .sec01 .point01 .upper_box {
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 .upper_box .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .upper_box .imagebox {
    position: relative;
  }
  .sec01 .point01 .upper_box .imagebox::before {
    content: "";
    position: absolute;
    top: -3vw;
    left: 27.5vw;
    background: url(/images/recruit_dr/sec01_point01_image.webp) center/contain no-repeat;
    width: 63.3vw;
    height: 56.7vw;
  }
  .sec01 .point01 .lower_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .point01 .lower_box .cont01, .sec01 .point01 .lower_box .cont02 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .sec01 .point01 .lower_box .cont01 .imagebox, .sec01 .point01 .lower_box .cont02 .imagebox {
    width: 100;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .point01 .lower_box .cont01 .cont_image, .sec01 .point01 .lower_box .cont02 .cont_image {
    margin: 0 auto;
  }
  .sec01 .point01 .lower_box .cont01 .textbox, .sec01 .point01 .lower_box .cont02 .textbox {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
  .sec01 .point01 .lower_box .cont01 .cont_title, .sec01 .point01 .lower_box .cont02 .cont_title {
    padding: 5vw 0 5vw 22.5vw;
    border-bottom: 0.25vw dashed #399675;
    margin-bottom: 2.5vw;
  }
  .sec01 .point01 .lower_box .seminar_box {
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 .lower_box .cont01 {
    flex-direction: row-reverse;
  }
  .sec01 .point01 .lower_box .cont01 .textbox {
    margin-left: initial;
  }
  .sec01 .point01 .lower_box .cont01 .cont_title {
    font-size: 4.8vw;
    position: relative;
  }
  .sec01 .point01 .lower_box .cont01 .cont_title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(/images/recruit_dr/sec01_point01_icon_seminar.webp) center/contain no-repeat;
    width: 15.75vw;
    height: 14.4vw;
  }
  .sec01 .point01 .lower_box .gridbox .item {
    width: 40vw;
    height: 19.6vw;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .sec01 .point01 .lower_box .grid01 {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    margin: 4.2vw auto 4.2vw;
    display: grid;
    row-gap: 4.2vw;
    -moz-column-gap: 4.2vw;
         column-gap: 4.2vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec01 .point01 .lower_box .grid02 {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    margin: 4.2vw auto 4.2vw;
    display: grid;
    row-gap: 4.2vw;
    -moz-column-gap: 4.2vw;
         column-gap: 4.2vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec01 .point01 .lower_box .cont02 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 .lower_box .cont02 .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .lower_box .cont02 .cont_title {
    font-size: 4.8vw;
    position: relative;
  }
  .sec01 .point01 .lower_box .cont02 .cont_title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(/images/recruit_dr/sec01_point01_icon_renkei.webp) center/contain no-repeat;
    width: 15.75vw;
    height: 18.9vw;
  }
  .sec01 .point01 .lower_box .interview_box {
    width: 100%;
    border-radius: 5vw;
    padding: 11.25vw 5.5vw 7.5vw;
    position: relative;
  }
  .sec01 .point01 .lower_box .interview_box::before {
    content: "";
    position: absolute;
    top: -2.5vw;
    left: 7.5vw;
    background: url(/images/recruit_dr/sec01_point01_interview_kazari.webp) center/contain no-repeat;
    width: 72.5vw;
    height: 10.75vw;
  }
  .sec01 .point01 .lower_box .interview_box .cont03 {
    margin-bottom: 0;
  }
  .sec01 .point01 .lower_box .interview_box .cont03 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .point01 .lower_box .interview_box .cont03 .cont_image {
    margin: 0 auto;
  }
  .sec01 .point01 .lower_box .interview_box .cont03 .textbox {
    width: 100%;
    min-width: initial;
    max-width: initial;
    margin-right: initial;
  }
  .sec01 .point01 .lower_box .interview_box .cont03 .cont_title {
    padding-left: initial;
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
    text-align: center;
  }
  .sec01 .point02 {
    display: block;
  }
  .sec01 .point02 .upper_box {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec01 .point02 .upper_box .textbox {
    margin-left: initial;
  }
  .sec01 .point02 .lower_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .point02 .lower_box .cont04, .sec01 .point02 .lower_box .cont05 {
    display: block;
  }
  .sec01 .point02 .lower_box .cont04 .cont_upper, .sec01 .point02 .lower_box .cont05 .cont_upper {
    display: block;
  }
  .sec01 .point02 .lower_box .cont04 .cont_upper .imagebox, .sec01 .point02 .lower_box .cont05 .cont_upper .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .point02 .lower_box .cont04 .cont_upper .textbox, .sec01 .point02 .lower_box .cont05 .cont_upper .textbox {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
  .sec01 .point02 .lower_box .cont04 .cont_upper .cont_title, .sec01 .point02 .lower_box .cont05 .cont_upper .cont_title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 .lower_box .cont04 .cont_upper .cont_image, .sec01 .point02 .lower_box .cont05 .cont_upper .cont_image {
    width: 80%;
  }
  .sec01 .point02 .lower_box .cont04 {
    margin-bottom: 60px;
  }
  .sec01 .point02 .lower_box .cont04 .cont_upper {
    margin-bottom: 13.8vw;
  }
  .sec01 .point02 .lower_box .cont04 .cont_upper .textbox {
    margin-right: initial;
  }
  .sec01 .point02 .lower_box .cont04 .cont_upper .cont_title {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: initial;
    position: relative;
  }
  .sec01 .point02 .lower_box .cont04 .cont_upper .cont_title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    border-bottom: 1px solid #5a90bc;
    width: 94vw;
    height: 1px;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box {
    width: 100%;
    border-radius: 5vw;
    background-color: rgba(242, 242, 200, 0.3);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 5vw;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .box_title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 15px;
    font-size: 5vw;
    font-weight: bolder;
    letter-spacing: 0.1em;
    text-align: center;
    color: #534740;
    position: relative;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .box_title::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -50px;
    background: url(/images/recruit_dr/sec01_point02_kazari01.webp) center/contain no-repeat;
    width: 58px;
    height: 50px;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox {
    width: 100%;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox {
    width: 100%;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox .left {
    width: 100%;
    margin-right: initial;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox .left img {
    width: 35vw;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox .right {
    width: 100%;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox .right .title {
    font-size: 5.25vw;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 3.75vw;
    text-align: center;
  }
  .sec01 .point02 .lower_box .cont04 .cont_lowwer .renkei_box .gridbox .flexbox .right .text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .sec01 .point02 .lower_box .cont05 .cont_upper {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec01 .point02 .lower_box .cont05 .cont_upper .textbox {
    margin-left: initial;
  }
  .sec01 .point02 .lower_box .cont05 .cont_upper .cont_title {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: initial;
    margin-left: auto;
    position: relative;
  }
  .sec01 .point02 .lower_box .cont05 .cont_upper .cont_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    border-bottom: 1px solid #5a90bc;
    width: 68vw;
    height: 1px;
  }
  .sec01 .point02 .lower_box .cont05 .cont_lowwer .gridbox {
    width: 890px;
    max-width: 100%;
    margin: 0 auto;
    row-gap: 13.8vw;
    -moz-column-gap: 105px;
         column-gap: 105px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .point02 .lower_box .cont05 .cont_lowwer .item {
    position: relative;
  }
  .sec01 .point02 .lower_box .cont05 .cont_lowwer .item .item_image {
    width: 100%;
    margin: 0 auto 8.75vw;
  }
  .sec01 .point02 .lower_box .cont05 .cont_lowwer .item .item_image img {
    width: 100%;
  }
  .sec01 .point02 .lower_box .cont05 .cont_lowwer .item .item_title {
    position: absolute;
    top: 30.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 72.75vw;
    padding: 2.5vw;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
  }
  .sec01 .point02 .lower_box .cont05 .cont_lowwer .item .item_text {
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec01 .point03 {
    display: block;
  }
  .sec01 .point03 .upper_box {
    margin-bottom: 8vw;
  }
  .sec01 .point03 .upper_box .textbox {
    margin-right: initial;
  }
  .sec01 .point03 .lower_box .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    -moz-column-gap: 8.75vw;
         column-gap: 8.75vw;
    row-gap: 8.75vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec01 .point03 .lower_box .gridbox .item {
    width: 40.5vw;
    height: 40.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .sec01 .point03 .lower_box .gridbox .circle_text {
    font-size: 4.2vw;
    letter-spacing: 0.15em;
  }
  .sec01 .point03 .lower_box .point_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10.8vw 5vw 6.25vw;
    position: relative;
  }
  .sec01 .point03 .lower_box .point_box::before {
    content: "";
    position: absolute;
    top: -5.5vw;
    left: 7.5vw;
    width: 40vw;
    height: 9.6vw;
  }
  .sec01 .point03 .lower_box .point_box .cont06, .sec01 .point03 .lower_box .point_box .cont07 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .point03 .lower_box .point_box .cont06 .imagebox, .sec01 .point03 .lower_box .point_box .cont07 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .point03 .lower_box .point_box .cont06 .textbox, .sec01 .point03 .lower_box .point_box .cont07 .textbox {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
  .sec01 .point03 .lower_box .point_box .cont06 .cont_title, .sec01 .point03 .lower_box .point_box .cont07 .cont_title {
    padding-left: initial;
    font-size: 4.8vw;
    margin-bottom: 2.5vw;
  }
  .sec01 .point03 .lower_box .point_box .cont06 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec01 .point03 .lower_box .point_box .cont06 .textbox {
    margin-left: initial;
  }
  .sec01 .point03 .lower_box .point_box .cont07 .textbox {
    margin-right: initial;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .inner {
  height: 1100px;
  background: url(/images/recruit_dr/sec02_bg_image.webp) center top/cover no-repeat;
  padding: 110px 0 0;
}
.sec02 .sec_head .sec_subtitle {
  width: 254px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.sec02 .sec_head .sec_title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0071bc;
  margin-bottom: 90px;
}
.sec02 .year_list {
  width: 770px;
  max-width: 96%;
  margin: 0 auto;
}
.sec02 .year_list .year {
  margin-bottom: 35px;
}
.sec02 .year_list .year .flexbox {
  justify-content: center;
  align-items: stretch;
}
.sec02 .year_list .year .flexbox .year_box {
  width: 11%;
  min-width: 80px;
  max-width: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .year_list .year .flexbox .subject_box {
  width: 89%;
  padding-left: 50px;
}
.sec02 .year_list .year .flexbox .subject_box .item_title {
  font-size: 24px;
  font-weight: bolder;
  letter-spacing: 0.1em;
  color: #534740;
  margin-bottom: 30px;
}
.sec02 .year_list .year .flexbox .subject_box .list .item {
  text-indent: 2em;
  font-size: 16px;
  color: #534740;
  margin-bottom: 10px;
  position: relative;
  content: "";
}
.sec02 .year_list .year .flexbox .subject_box .list .item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/images/recruit_dr/list_icon.webp) center/contain no-repeat;
  width: 14px;
  height: 14px;
}
.sec02 .year_list .year:nth-of-type(1) .flexbox .year_box {
  background-color: #c5c63f;
  position: relative;
}
.sec02 .year_list .year:nth-of-type(1) .flexbox .year_box::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  background: url(/images/recruit_dr/year01_sankaku.webp) center/contain no-repeat;
  width: 81px;
  height: 11px;
}
.sec02 .year_list .year:nth-of-type(2) .flexbox .year_box {
  background-color: #8cc63f;
  position: relative;
}
.sec02 .year_list .year:nth-of-type(2) .flexbox .year_box::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  background: url(/images/recruit_dr/year02_sankaku.webp) center/contain no-repeat;
  width: 81px;
  height: 11px;
}
.sec02 .year_list .year:nth-of-type(3) .flexbox .year_box {
  background-color: #39b54a;
  position: relative;
}
.sec02 .year_list .year:nth-of-type(3) .flexbox .year_box::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  background: url(/images/recruit_dr/year03_sankaku.webp) center/contain no-repeat;
  width: 81px;
  height: 11px;
}
.sec02 .year_list .year:nth-of-type(4) .flexbox .year_box {
  background-color: #00879d;
  position: relative;
}
.sec02 .year_list .year:nth-of-type(4) .flexbox .year_box::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  background: url(/images/recruit_dr/year04_sankaku.webp) center/contain no-repeat;
  width: 81px;
  height: 11px;
}
.sec02 .year_list .year:nth-of-type(5) .flexbox .year_box {
  background-color: #0071bc;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    height: initial;
    background: initial;
    padding: initial;
  }
  .sec02 .sec_head {
    background: url(/images/recruit_dr/sec02_bg_image_sp.webp) center bottom/cover no-repeat;
    background-size: 100%;
  }
  .sec02 .sec_head .sec_subtitle {
    width: 63.5vw;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 5vw;
  }
  .sec02 .sec_head .sec_subtitle img {
    width: 100%;
  }
  .sec02 .sec_head .sec_title {
    font-size: 6vw;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .sec02 .year_list {
    box-sizing: border-box;
    padding: 8vw 5.5vw;
    background-color: rgba(0, 135, 157, 0.12);
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
  }
  .sec02 .year_list .year {
    margin-bottom: 8.75vw;
  }
  .sec02 .year_list .year .flexbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 8vw;
  }
  .sec02 .year_list .year .flexbox .year_box {
    width: 11%;
    min-width: 20vw;
    max-width: 11%;
    padding: 3vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6vw;
  }
  .sec02 .year_list .year .flexbox .item_title {
    font-size: 4.8vw;
    font-weight: bolder;
    letter-spacing: 0.1em;
    color: #534740;
  }
  .sec02 .year_list .year .subject_box {
    width: 100%;
    padding-left: initial;
  }
  .sec02 .year_list .year .subject_box .list .item {
    padding-left: 2em;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #534740;
    margin-bottom: 2.5vw;
    position: relative;
    content: "";
  }
  .sec02 .year_list .year .subject_box .list .item::before {
    content: "";
    position: absolute;
    top: 2vw;
    transform: initial;
    left: 0;
    background: url(/images/recruit_dr/list_icon.webp) center/contain no-repeat;
    width: 3.5vw;
    height: 3.5vw;
  }
  .sec02 .year_list .year:nth-of-type(1) .flexbox .year_box {
    position: relative;
  }
  .sec02 .year_list .year:nth-of-type(1) .flexbox .year_box img {
    width: 6.75vw;
  }
  .sec02 .year_list .year:nth-of-type(1) .flexbox .year_box::before {
    content: "";
    position: absolute;
    bottom: -2.75vw;
    left: 0;
    background: url(/images/recruit_dr/year01_sankaku.webp) center/contain no-repeat;
    width: 20.25vw;
    height: 2.75vw;
  }
  .sec02 .year_list .year:nth-of-type(2) .flexbox .year_box {
    position: relative;
  }
  .sec02 .year_list .year:nth-of-type(2) .flexbox .year_box img {
    width: 6.75vw;
  }
  .sec02 .year_list .year:nth-of-type(2) .flexbox .year_box::before {
    content: "";
    position: absolute;
    bottom: -2.75vw;
    left: 0;
    background: url(/images/recruit_dr/year02_sankaku.webp) center/contain no-repeat;
    width: 20.25vw;
    height: 2.75vw;
  }
  .sec02 .year_list .year:nth-of-type(3) .flexbox .year_box {
    position: relative;
  }
  .sec02 .year_list .year:nth-of-type(3) .flexbox .year_box img {
    width: 6.75vw;
  }
  .sec02 .year_list .year:nth-of-type(3) .flexbox .year_box::before {
    content: "";
    position: absolute;
    bottom: -2.75vw;
    left: 0;
    background: url(/images/recruit_dr/year03_sankaku.webp) center/contain no-repeat;
    width: 20.25vw;
    height: 2.75vw;
  }
  .sec02 .year_list .year:nth-of-type(4) .flexbox .year_box {
    position: relative;
  }
  .sec02 .year_list .year:nth-of-type(4) .flexbox .year_box img {
    width: 6.75vw;
  }
  .sec02 .year_list .year:nth-of-type(4) .flexbox .year_box::before {
    content: "";
    position: absolute;
    bottom: -2.75vw;
    left: 0;
    background: url(/images/recruit_dr/year04_sankaku.webp) center/contain no-repeat;
    width: 20.25vw;
    height: 2.75vw;
  }
  .sec02 .year_list .year:nth-of-type(5) .flexbox .year_box img {
    width: 6.75vw;
  }
}

.sec03 {
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 100px;
  padding: 55px 0 85px;
  background-color: rgba(0, 135, 157, 0.8);
  box-sizing: border-box;
}
.sec03 .inner {
  padding: 0;
}
.sec03 .sec_head {
  position: relative;
}
.sec03 .sec_head .kazari01 {
  content: "";
  position: absolute;
  bottom: -20px;
  left: clamp(515px, 66.171vw, 783px);
  width: 30px;
  height: 35px;
}
.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%;
  transform: translateY(-50%);
  border-bottom: 1px solid #fff;
  left: -338px;
  width: 298px;
  height: 1px;
}
.sec03 .sec_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #fff;
  right: -338px;
  width: 298px;
  height: 1px;
}
.sec03 .sec_title .t_big {
  font-size: 41.18px;
}
.sec03 .sec_title .t_yellow {
  font-size: 64.7px;
  font-style: italic;
  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: #00879d;
  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: -24px;
  width: 168px;
  height: 102px;
}
.sec03 .day_flow .item:nth-of-type(2) {
  position: relative;
}
.sec03 .day_flow .item:nth-of-type(2) .item_image {
  position: absolute;
  left: 272px;
  bottom: -23px;
  width: 95px;
  height: 102px;
}
.sec03 .day_flow .item:nth-of-type(3) {
  position: relative;
}
.sec03 .day_flow .item:nth-of-type(3) .item_image {
  position: absolute;
  left: 168px;
  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: 274px;
  bottom: -25px;
  width: 94px;
  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: 203px;
  bottom: -20px;
  width: 183px;
  height: 73px;
}
.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 {
    overflow: hidden;
    margin: 0 auto 13.8vw;
    padding: 13.8vw 0 4.2vw;
  }
  .sec03 .sec_head {
    position: relative;
  }
  .sec03 .sec_head .kazari01 {
    content: "";
    position: absolute;
    bottom: -6vw;
    right: 21vw;
    width: 7.5vw;
    height: 8.75vw;
  }
  .sec03 .sec_title {
    font-size: 4.83vw;
    letter-spacing: 0.1em;
    margin-bottom: 13.8vw;
    position: relative;
  }
  .sec03 .sec_title img {
    width: 58.5vw;
  }
  .sec03 .sec_title:before {
    top: 63%;
    border-bottom: 0.25vw solid #fff;
    left: -16.5vw;
    width: 14vw;
    height: 0.25vw;
  }
  .sec03 .sec_title::after {
    content: "";
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    border-bottom: 0.25vw solid #fff;
    right: -16.5vw;
    width: 14vw;
    height: 0.25vw;
  }
  .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: 57.4vw;
    bottom: initial;
    top: -1vw;
    width: 31.5vw;
    height: 19.12vw;
  }
  .sec03 .day_flow .item:nth-of-type(1) .item_image img {
    width: 100%;
  }
  .sec03 .day_flow .item:nth-of-type(2) {
    position: relative;
  }
  .sec03 .day_flow .item:nth-of-type(2) .item_image {
    position: absolute;
    left: 61vw;
    bottom: initial;
    top: 0.5vw;
    width: 17.81vw;
    height: 19.12vw;
  }
  .sec03 .day_flow .item:nth-of-type(2) .item_image img {
    width: 100%;
  }
  .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: 2vw;
    width: 37.5vw;
    height: 15.56vw;
  }
  .sec03 .day_flow .item:nth-of-type(3) .item_image img {
    width: 100%;
  }
  .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: 57vw;
    top: 3vw;
    bottom: initial;
    width: 17.62vw;
    height: 19.68vw;
  }
  .sec03 .day_flow .item:nth-of-type(4) .item_image img {
    width: 100%;
  }
  .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: 44vw;
    top: 27vw;
    bottom: initial;
    width: 34.31vw;
    height: 13.68vw;
  }
  .sec03 .day_flow .item:nth-of-type(5) .item_image img {
    width: 100%;
  }
  .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: 37.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;
}
.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 20px;
}
.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: #399675;
  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: #399675;
}
.sec04 .box .text {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 55px;
}
.sec04 .box .kazari02 {
  position: absolute;
  top: 155px;
  left: 714px;
  width: clamp(38px, 5vw, 64px);
  height: clamp(97px, 12.656vw, 162px);
}
.sec04 .box .fukidashi01 {
  position: absolute;
  top: -71px;
  right: 690px;
  width: clamp(169px, 22.031vw, 282px);
  height: clamp(83px, 10.937vw, 140px);
}
.sec04 .box .fukidashi01 img {
  width: 100%;
}
.sec04 .box .fukidashi02 {
  position: absolute;
  top: -16px;
  right: -58px;
  width: clamp(192px, 25vw, 320px);
  height: clamp(83px, 10.859vw, 139px);
}
.sec04 .box .fukidashi02 img {
  width: 100%;
}
.sec04 .box .fukidashi03 {
  position: absolute;
  top: 148px;
  right: 752px;
  width: clamp(169px, 22.031vw, 282px);
  height: clamp(83px, 10.937vw, 140px);
}
.sec04 .box .fukidashi03 img {
  width: 100%;
}
@media screen and (max-width: 1099px) and (min-width: 768px) {
  .sec04 .box {
    position: relative;
  }
  .sec04 .box .kazari02 {
    position: absolute;
    top: 155px;
    left: 77vw;
  }
  .sec04 .box .fukidashi01 {
    position: absolute;
    top: -43px;
    right: 70vw;
  }
  .sec04 .box .fukidashi02 {
    position: absolute;
    top: -16px;
    right: 1vw;
  }
  .sec04 .box .fukidashi03 {
    position: absolute;
    top: 159px;
    right: 73vw;
  }
}
@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 4.2vw;
  }
  .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: 65vw 5.5vw 12.5vw;
    position: relative;
  }
  .sec04 .box .subtitle {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 5vw;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
  }
  .sec04 .box .subtitle::before {
    content: "";
    position: absolute;
    top: -6.25vw;
    left: -6.25vw;
    background: url(/images/recruit_dh/sec04_kazari01.webp) center/contain no-repeat;
    width: 8vw;
    height: 7.75vw;
  }
  .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 .kazari02 {
    position: absolute;
    top: 132vw;
    left: 81vw;
    width: 12vw;
    height: 30.3vw;
  }
  .sec04 .box .fukidashi01 {
    position: absolute;
    top: 31vw;
    left: 2.5vw;
    width: 45.82vw;
    height: 22.75vw;
  }
  .sec04 .box .fukidashi01 img {
    width: 100%;
  }
  .sec04 .box .fukidashi02 {
    position: absolute;
    top: 4vw;
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    width: 52vw;
    height: 22.58vw;
  }
  .sec04 .box .fukidashi02 img {
    width: 100%;
  }
  .sec04 .box .fukidashi03 {
    position: absolute;
    top: 31vw;
    left: initial;
    right: 2.5vw;
    width: 45.82vw;
    height: 22.75vw;
  }
  .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(0, 169, 157, 0.2);
  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: 110px auto 0;
  padding: 50px 0 100px;
  background: #fdfaed;
  position: relative;
}
.sec06 .sec_title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 352px;
  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 #05899f;
  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 #05899f;
  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: #00879d;
  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: 13.8vw auto 0;
    margin-bottom: 13.8vw;
    padding: 5vw 5.5vw 12.5vw;
    box-sizing: border-box;
  }
  .sec06 .sec_title {
    top: -7.5vw;
    width: 66vw;
    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_dr.css.map */