@charset "UTF-8";
.mainimagebox {
  margin-bottom: 100px;
  max-width: 1440px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 20vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding-top: 10vw;
    margin-bottom: 10vw;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 300px;
  box-sizing: border-box;
  background: url(/images/recruit/recruit_key2.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1442px;
  aspect-ratio: 1442/641;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 80px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 14px rgb(68, 68, 68);
  line-height: 1.5;
}
.main_image .sub_text {
  text-align: left;
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 300px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 40vw;
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: initial;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .sub_text {
    width: 25%;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 0 0px 14px rgb(68, 68, 68);
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.sec01 .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/recruit/sec01_triangle.png) center/contain no-repeat;
  width: 604px;
  height: 335px;
  margin-bottom: 80px;
}
.sec01 .inner .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 133px;
}
.sec01 .inner .title {
  height: 133px;
  padding: 78px 0;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.sec01 .inner .red_text {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 40px;
  font-weight: 600;
  color: rgb(232, 78, 135);
}
.sec01 .cont {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}
.sec01 .cont01 {
  flex-direction: row-reverse;
}
.sec01 .cont01 .textbox {
  margin-left: 80px;
}
.sec01 .cont01 .imagebox {
  width: 35%;
  max-width: 35%;
  min-width: 454px;
  position: relative;
}
.sec01 .cont01 .imagebox::before {
  content: "Sonoda Shunichiro";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -50px;
  letter-spacing: 0.14em;
  font-family: "noto sans jp", sans-serif;
  font-size: 45px;
  font-weight: 200;
  writing-mode: vertical-rl;
  color: rgb(232, 78, 135);
}
.sec01 .cont01 .imagebox .president_name {
  letter-spacing: 0.01em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  text-align: center;
}
.sec01 .cont01 .imagebox .kana {
  letter-spacing: 0.02em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
    margin-top: 10.5vw;
  }
  .sec01 .inner {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 5vw;
  }
  .sec01 .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1vw;
    background: url(/images/recruit/sec01_triangle.png) center/contain no-repeat;
    width: 100vw;
    height: 54.43vw;
  }
  .sec01 .inner .title {
    padding: 8vw 0 0;
    height: initial;
    margin-bottom: 3vw;
    line-height: 1.4;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.3vw;
    position: relative;
  }
  .sec01 .inner .red_text {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.3vw;
    font-weight: 600;
    color: rgb(232, 78, 135);
  }
  .sec01 .cont {
    display: block;
    padding: initial;
  }
  .sec01 .cont01 .textbox {
    margin-left: initial;
  }
  .sec01 .cont01 .cont_image {
    width: 70%;
    margin: 0 auto 3vw;
  }
  .sec01 .cont01 .imagebox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: relative;
  }
  .sec01 .cont01 .imagebox::before {
    content: "Sonoda Shunichiro";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 4vw;
    letter-spacing: 0.14em;
    font-size: 6.25vw;
  }
  .sec01 .cont01 .imagebox .president_name {
    letter-spacing: 0.01em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.2vw;
    text-align: center;
  }
  .sec01 .cont01 .imagebox .kana {
    letter-spacing: 0.02em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 4vw;
  }
}

.sec02 {
  margin-bottom: 206px;
  background: linear-gradient(180deg, rgba(249, 233, 230, 0.9) 0%, rgba(249, 233, 230, 0) 100%);
  background-position: center 252px;
  background-size: 1440px 578px;
  background-repeat: no-repeat;
}
.sec02 .sec_title_box {
  margin: 0 auto 77px;
  display: flex;
  align-items: center;
  position: relative;
}
.sec02 .sec_title_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/recruit/central_logo.png) center/contain no-repeat;
  width: 218px;
  height: 230px;
}
.sec02 .sec_title_box .title {
  width: clamp(558px, 43.611vw, 628px);
  padding-top: 60px;
  line-height: 3;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  text-align: center;
}
.sec02 .sec_title_box .title .small_text {
  padding: 0 3px;
  font-size: 21px;
}
.sec02 .sec_title_box .gridbox {
  width: clamp(583px, 45.555vw, 656px);
  max-width: 51%;
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: repeat(3, clamp(186px, 14.583vw, 210px));
}
.sec02 .sec_title_box .gridbox .item:nth-of-type(1) {
  padding-top: 46px;
}
.sec02 .sec_title_box .gridbox .item:nth-of-type(3) {
  padding-top: 49px;
}
.sec02 .select_box {
  width: 836px;
  max-width: 100%;
  margin: 0 auto;
}
.sec02 .select_box .select_jobbox {
  margin-bottom: 80px;
  display: grid;
  -moz-column-gap: 52px;
       column-gap: 52px;
  grid-template-columns: repeat(3, 244px);
}
.sec02 .select_box .select_jobbox .item {
  width: 244px;
  height: 130px;
  border-radius: 10px;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid rgb(50, 82, 147);
}
.sec02 .select_box .select_jobbox .item::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  background: url(/images/recruit/btn_blue.webp) center/contain no-repeat;
}
.sec02 .select_box .select_jobbox .item .item_title {
  line-height: 1.2;
  font-size: 26px;
  font-weight: 700;
  color: rgb(50, 82, 147);
}
.sec02 .select_box .select_jobbox .item .small_text {
  font-size: 20px;
  font-weight: 700;
  color: rgb(68, 68, 68);
}
.sec02 .select_box .select_jobbox .pink {
  border: 2px solid rgb(238, 102, 125);
}
.sec02 .select_box .select_jobbox .pink .item_title {
  color: rgb(238, 102, 125);
}
.sec02 .select_box .select_jobbox .pink::before {
  background: url(/images/recruit/btn_red.webp) center/contain no-repeat;
}
.sec02 .select_box .select_jobbox .orange {
  border: 2px solid rgb(245, 154, 107);
}
.sec02 .select_box .select_jobbox .orange .item_title {
  color: rgb(245, 154, 107);
}
.sec02 .select_box .select_jobbox .orange::before {
  background: url(/images/recruit/btn_orange.webp) center/contain no-repeat;
}
.sec02 .job_box {
  box-sizing: border-box;
  width: 1250px;
  max-width: 100%;
  margin: 235px auto 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 24px -5px rgba(0, 0, 0, 0.25);
  padding: 107px clamp(81px, 6.388vw, 92px) 87px;
}
.sec02 .job_box .title_box {
  margin-bottom: 85px;
  height: 125px;
  border-left: 17px solid;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sec02 .job_box .title_box .title {
  padding-left: 30px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  font-weight: 600;
}
.sec02 .job_box .title_box .title .job_text {
  letter-spacing: 0.04em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 35px;
  font-weight: bold;
}
.sec02 .job_box .title_box .title .big_text {
  padding-left: 0.4em;
  letter-spacing: 0.04em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 45px;
  font-weight: 600;
}
.sec02 .job_box .title_box {
  position: relative;
}
.sec02 .job_box .title_box .sec02_job_img {
  position: absolute;
  bottom: -48px;
  left: clamp(375px, 27.777vw, 400px);
  width: clamp(577px, 45.138vw, 650px);
  height: clamp(346px, 27.083vw, 390px);
}
.sec02 .job_box .job_title {
  margin-bottom: 37px;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 35px;
  font-weight: 600;
}
.sec02 .job_box .job_text {
  margin-bottom: 185px;
}
.sec02 .job_box .point_box {
  -moz-column-gap: 5px;
       column-gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}
.sec02 .job_box .point_box .item {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .job_box .point_box .item .item_text {
  letter-spacing: 0;
  line-height: 1.3;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.sec02 .job_box .point_box .item .item_text .yellow_text {
  letter-spacing: -0.04em;
  line-height: 1.4;
  font-size: 28px;
  color: rgb(236, 211, 0);
}
.sec02 .dr .title_box {
  border-left: 17px solid rgb(50, 82, 147);
}
.sec02 .dr .title_box .title .job_text {
  color: rgb(50, 82, 147);
}
.sec02 .dr .title_box .sec02_job_dr {
  position: absolute;
  z-index: 5;
  top: -168px;
  right: -111px;
  width: 478px;
  height: 458px;
}
.sec02 .dr .job_title {
  color: rgb(50, 82, 147);
}
.sec02 .dr .point_box {
  position: relative;
}
.sec02 .dr .point_box::before {
  content: "";
  position: absolute;
  top: -109px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/recruit/sec02_point_dr.webp) center/contain no-repeat;
  width: 360px;
  height: 74px;
}
.sec02 .dr .point_box .item {
  background-color: rgb(50, 82, 147);
}
.sec02 .dh .title_box {
  border-left: 17px solid rgb(243, 144, 164);
}
.sec02 .dh .title_box .title .job_text {
  color: rgb(243, 144, 164);
}
.sec02 .dh .job_title {
  color: rgb(243, 144, 164);
}
.sec02 .dh .point_box {
  position: relative;
}
.sec02 .dh .point_box::before {
  content: "";
  position: absolute;
  top: -109px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/recruit/sec02_point_dh.webp) center/contain no-repeat;
  width: 360px;
  height: 74px;
}
.sec02 .dh .point_box .item {
  background-color: rgb(230, 134, 154);
}
.sec02 .da .title_box {
  border-left: 17px solid rgb(255, 130, 70);
}
.sec02 .da .title_box .title .job_text {
  color: rgb(255, 130, 70);
}
.sec02 .da .job_title {
  color: rgb(255, 130, 70);
}
.sec02 .da .job_text {
  margin-bottom: 0;
}
.sec02 .da .point_box {
  width: 360px;
  position: absolute;
  bottom: -190px;
  right: 20px;
}
.sec02 .da .point_box::before {
  content: "";
  position: absolute;
  top: -89px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/recruit/sec02_point_da.webp) center/contain no-repeat;
  width: 360px;
  height: 74px;
}
.sec02 .da .point_box .item {
  background-color: rgb(255, 130, 70);
}
.sec02 .da .point_box_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
    background: linear-gradient(180deg, rgba(249, 233, 230, 0.9) 0%, rgba(249, 233, 230, 0) 100%);
    background-position: center 40vw;
    background-size: 100vw 200vw;
    background-repeat: no-repeat;
  }
  .sec02 .sec_title_box {
    margin: 0 auto 13.8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .sec02 .sec_title_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/recruit/central_logo.png) center/contain no-repeat;
    width: 35.42vw;
    height: 37.37vw;
  }
  .sec02 .sec_title_box .title {
    width: 100%;
    padding-top: 15vw;
    padding-bottom: 4.2vw;
    line-height: 1.8;
    letter-spacing: 0;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.2vw;
    text-align: center;
  }
  .sec02 .sec_title_box .title .small_text {
    padding: 0 0.75vw;
    font-size: 4.8vw;
  }
  .sec02 .sec_title_box .title .big_text {
    width: 40.95vw;
    height: 23.56vw;
    min-width: initial;
  }
  .sec02 .sec_title_box .gridbox {
    width: 100%;
    max-width: 100%;
    display: grid;
    -moz-column-gap: 0;
         column-gap: 0;
    grid-template-columns: repeat(3, 3fr);
  }
  .sec02 .sec_title_box .gridbox .item:nth-of-type(1) {
    padding-top: 11.5vw;
  }
  .sec02 .sec_title_box .gridbox .item:nth-of-type(3) {
    padding-top: 12.25vw;
  }
  .sec02 .select_box {
    width: 836px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec02 .select_box .select_jobbox {
    margin-bottom: 8vw;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: initial;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .sec02 .select_box .select_jobbox .item {
    width: 41vw;
    height: 28vw;
    margin: 0 auto 8vw;
    border-radius: 2.5vw;
    border: 0.5vw solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5vw solid rgb(50, 82, 147);
    position: relative;
  }
  .sec02 .select_box .select_jobbox .item::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -5.25vw;
    left: 50%;
    transform: translateX(-50%);
    width: 10.5vw;
    height: 10.5vw;
  }
  .sec02 .select_box .select_jobbox .item .item_title {
    line-height: 1.2;
    font-size: 6.5vw;
    text-align: center;
  }
  .sec02 .select_box .select_jobbox .item .small_text {
    font-size: 5vw;
    font-weight: 700;
    color: rgb(68, 68, 68);
  }
  .sec02 .select_box .select_jobbox .pink {
    margin-bottom: 8vw;
    border: 0.5vw solid rgb(238, 102, 125);
  }
  .sec02 .select_box .select_jobbox .pink .item_title {
    color: rgb(238, 102, 125);
  }
  .sec02 .select_box .select_jobbox .orange {
    border: 0.5vw solid rgb(245, 154, 107);
  }
  .sec02 .select_box .select_jobbox .orange .item_title {
    color: rgb(245, 154, 107);
  }
  .sec02 .job_box {
    width: 1250px;
    max-width: 100%;
    margin: 13.8vw auto 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 24px -5px rgba(0, 0, 0, 0.25);
    padding: 5.5vw;
  }
  .sec02 .job_box .title_box {
    margin-bottom: 4.2vw;
    height: 18.25vw;
    border-left: 3vw solid;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .sec02 .job_box .title_box .title {
    padding-left: 3vw;
    font-size: 4.55vw;
  }
  .sec02 .job_box .title_box .title .job_text {
    letter-spacing: 0.04em;
    font-size: 5.68vw;
  }
  .sec02 .job_box .title_box .title .big_text {
    padding-left: 0.4em;
    letter-spacing: 0.04em;
    font-size: 5.68vw;
  }
  .sec02 .job_box .title_box {
    position: relative;
  }
  .sec02 .job_box .title_box .sec02_job_img {
    position: absolute;
    bottom: -48px;
    left: clamp(375px, 27.777vw, 400px);
    width: clamp(577px, 45.138vw, 650px);
    height: clamp(346px, 27.083vw, 390px);
  }
  .sec02 .job_box .job_image {
    margin-bottom: 4.2vw;
  }
  .sec02 .job_box .job_title {
    margin-bottom: 4.2vw;
    line-height: 1.4;
    font-size: 5.68vw;
  }
  .sec02 .job_box .job_text {
    margin-bottom: 27.6vw;
    text-align: justify;
  }
  .sec02 .job_box .point_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: initial;
    grid-template-columns: initial;
  }
  .sec02 .job_box .point_box .item {
    width: 38vw;
    height: 38vw;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec02 .job_box .point_box .item .item_text {
    letter-spacing: 0;
    line-height: 1.3;
    font-size: 3.75vw;
    text-align: center;
    color: #fff;
  }
  .sec02 .job_box .point_box .item .item_text .yellow_text {
    letter-spacing: -0.04em;
    line-height: 1.4;
    font-size: 5.6vw;
    color: rgb(236, 211, 0);
  }
  .sec02 .job_box .point_box .item:nth-of-type(1),
  .sec02 .job_box .point_box .item:nth-of-type(3) {
    margin-right: 2vw;
  }
  .sec02 .job_box .point_box .item:not(:last-of-type) {
    margin-bottom: 3vw;
  }
  .sec02 .dr .title_box {
    border-left: 4vw solid rgb(50, 82, 147);
  }
  .sec02 .dr .title_box .sec02_job_dr {
    display: none;
  }
  .sec02 .dr .job_image {
    margin-bottom: 13.7vw;
    position: relative;
  }
  .sec02 .dr .job_image .sec02_job_dr {
    position: absolute;
    z-index: 5;
    top: 9vw;
    right: -9vw;
    width: 59.75vw;
    height: 57.25vw;
    min-width: initial;
  }
  .sec02 .dr .point_box {
    position: relative;
  }
  .sec02 .dr .point_box::before {
    content: "";
    position: absolute;
    top: -20vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/recruit/sec02_point_dr.webp) center/contain no-repeat;
    width: 81vw;
    height: 16.65vw;
  }
  .sec02 .dh .title_box {
    border-left: 4vw solid rgb(243, 144, 164);
  }
  .sec02 .dh .point_box {
    position: relative;
  }
  .sec02 .dh .point_box::before {
    content: "";
    position: absolute;
    top: -20vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/recruit/sec02_point_dh.webp) center/contain no-repeat;
    width: 81vw;
    height: 16.65vw;
  }
  .sec02 .da .title_box {
    border-left: 4vw solid rgb(255, 130, 70);
  }
  .sec02 .da .point_box {
    display: none;
    width: 360px;
    position: absolute;
    bottom: -190px;
    right: 20px;
  }
  .sec02 .da .point_box::before {
    content: "";
    position: absolute;
    top: -89px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/recruit/sec02_point_da.webp) center/contain no-repeat;
    width: 360px;
    height: 74px;
  }
  .sec02 .da .point_box_sp {
    position: relative;
  }
  .sec02 .da .point_box_sp::before {
    content: "";
    position: absolute;
    top: -20vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/recruit/sec02_point_da.webp) center/contain no-repeat;
    width: 81vw;
    height: 16.65vw;
  }
  .sec02 .da .point_box_sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: initial;
    grid-template-columns: initial;
  }
  .sec02 .da .point_box_sp .item {
    width: 38vw;
    height: 38vw;
    border-radius: 50%;
    background-color: rgb(255, 130, 70);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec02 .da .point_box_sp .item .item_text {
    letter-spacing: 0;
    line-height: 1.3;
    font-size: 3.75vw;
    text-align: center;
    color: #fff;
  }
  .sec02 .da .point_box_sp .item .item_text .yellow_text {
    letter-spacing: -0.03em;
    line-height: 1.4;
    font-size: 5.6vw;
    color: rgb(236, 211, 0);
  }
  .sec02 .da .point_box_sp .item:nth-of-type(1),
  .sec02 .da .point_box_sp .item:nth-of-type(3) {
    margin-right: 2vw;
  }
  .sec02 .da .point_box_sp .item:not(:last-of-type) {
    margin-bottom: 3vw;
  }
}

.sec03 {
  margin-bottom: 175px;
}
.sec03 .inner {
  box-sizing: border-box;
  position: relative;
  height: 502px;
}
.sec03 .sec03_staff {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.sec03 .sec03_text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  letter-spacing: 0.06em;
  font-size: 24px;
  text-align: center;
}
.sec03 .text01 {
  position: absolute;
  z-index: 3;
  top: -64px;
  left: clamp(867px, 67.777vw, 976px);
  background: url(/images/recruit/sec03_text_img01.webp) center/contain no-repeat;
  width: 342px;
  height: 102px;
}
.sec03 .text02 {
  position: absolute;
  z-index: 3;
  top: 6px;
  left: clamp(587px, 45.902vw, 661px);
  background: url(/images/recruit/sec03_text_img02.webp) center/contain no-repeat;
  width: 342px;
  height: 110px;
}
.sec03 .text03 {
  position: absolute;
  z-index: 3;
  top: 86px;
  left: clamp(912px, 71.319vw, 1027px);
  background: url(/images/recruit/sec03_text_img03.webp) center/contain no-repeat;
  width: 346px;
  height: 111px;
}
.sec03 .text04 {
  position: absolute;
  z-index: 3;
  top: 170px;
  left: clamp(662px, 51.736vw, 745px);
  background: url(/images/recruit/sec03_text_img04.webp) center/contain no-repeat;
  width: 268px;
  height: 85px;
}
.sec03 .sec03_image01 {
  position: absolute;
  z-index: 3;
  top: 217px;
  left: clamp(891px, 69.652vw, 1003px);
  width: 248px;
  height: 186px;
}
.sec03 .sec03_image02 {
  position: absolute;
  z-index: 4;
  top: 308px;
  left: clamp(996px, 77.847vw, 1121px);
  width: 224px;
  height: 156px;
}
.sec03 .title_box {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 386px;
  left: 50%;
  transform: translateX(-50%);
  width: 1132px;
  margin: 0 auto 0;
  padding: 42px 60px;
  background-color: rgba(248, 248, 248, 0.8);
}
.sec03 .sec_title {
  margin-bottom: 14px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec03 .sec_title .dot {
  font-size: 40px;
  font-weight: 700;
  background-image: radial-gradient(circle at center, rgb(247, 215, 120) 30%, transparent 30%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.6em;
}
.sec03 .sec_title .red_text {
  font-size: 40px;
  font-weight: 700;
  color: rgb(236, 78, 110);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .inner {
    box-sizing: border-box;
    position: relative;
    height: 192vw;
    padding: 0;
  }
  .sec03 .sec03_staff {
    position: static;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100vw;
    min-width: initial;
  }
  .sec03 .sec03_text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.25vw;
    letter-spacing: 0.06em;
    font-size: 4vw;
    text-align: center;
  }
  .sec03 .text01 {
    position: absolute;
    z-index: 3;
    top: 35vw;
    left: 36vw;
    background: url(/images/recruit/sec03_text_img01.webp) center/contain no-repeat;
    width: 55.57vw;
    height: 16.57vw;
  }
  .sec03 .text02 {
    position: absolute;
    z-index: 3;
    top: 51vw;
    left: 2vw;
    background: url(/images/recruit/sec03_text_img02.webp) center/contain no-repeat;
    width: 55.57vw;
    height: 17.87vw;
  }
  .sec03 .text03 {
    position: absolute;
    z-index: 3;
    top: 66vw;
    left: 38vw;
    background: url(/images/recruit/sec03_text_img03.webp) center/contain no-repeat;
    width: 56.22vw;
    height: 18.03vw;
  }
  .sec03 .text04 {
    position: absolute;
    z-index: 3;
    top: 82vw;
    left: 2vw;
    background: url(/images/recruit/sec03_text_img04.webp) center/contain no-repeat;
    width: 43.55vw;
    height: 13.81vw;
  }
  .sec03 .sec03_image01 {
    position: absolute;
    z-index: 3;
    top: 85vw;
    left: 45vw;
    width: 40.3vw;
    height: 30.22vw;
    min-width: initial;
  }
  .sec03 .sec03_image02 {
    position: absolute;
    z-index: 4;
    top: 101vw;
    left: 60vw;
    width: 36.4vw;
    height: 25.35vw;
    min-width: initial;
  }
  .sec03 .title_box {
    box-sizing: border-box;
    position: static;
    z-index: 1;
    top: 140vw;
    left: 0;
    transform: initial;
    width: 93%;
    max-width: 93%;
    margin: 60vw auto 0;
    padding: 5.5vw;
    background-color: rgba(248, 248, 248, 0.8);
  }
  .sec03 .sec_title {
    margin-bottom: 14px;
    font-size: 5.2vw;
  }
  .sec03 .sec_title .dot {
    font-size: 8vw;
    background-image: radial-gradient(circle at center, rgb(247, 215, 120) 30%, transparent 30%); /* 点の色とサイズ調整 */
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.6em;
  }
  .sec03 .sec_title .red_text {
    font-size: 8vw;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .inner {
  box-sizing: border-box;
  position: relative;
}
.sec04 .add_img {
  margin: 0 auto 100px;
  text-align: center;
}
.sec04 .subtitle {
  padding-top: 122px;
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: rgb(0, 0, 0);
  position: relative;
}
.sec04 .subtitle::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 502px;
  height: 55px;
  background: url(/images/recruit/fukidashi.webp) center/contain no-repeat;
}
.sec04 .title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 85px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.sec04 .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -56px;
  width: 66px;
  height: 66px;
  background: url(/images/recruit/el_question.png) center/contain no-repeat;
}
.sec04 .title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -116px;
  width: 177px;
  height: 183px;
  z-index: -1;
  background: url(/images/recruit/add_logo.webp) center/contain no-repeat;
}
.sec04 .clinic_list_title {
  margin-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  text-align: center;
  position: relative;
}
.sec04 .clinic_list_title::before {
  content: "CLINIC";
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "noto sans jp", sans-serif;
  font-size: 24px;
  color: rgb(238, 102, 125);
}
.sec04 .clinic_list {
  width: clamp(1173px, 91.666vw, 1320px);
  max-width: 100%;
  margin: 0 auto 110px;
  -moz-column-gap: clamp(35px, 2.777vw, 40px);
       column-gap: clamp(35px, 2.777vw, 40px);
  grid-template-columns: repeat(4, 1fr);
}
.sec04 .clinic_list .item {
  width: clamp(266px, 20.833vw, 300px);
  display: flex;
  flex-direction: column;
}
.sec04 .clinic_list .item .item_image {
  width: clamp(266px, 20.833vw, 300px);
  margin: 0 auto 30px;
  position: relative;
}
.sec04 .clinic_list .item .city_text {
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: rgba(118, 105, 108, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .clinic_list .item .city_text p {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
  letter-spacing: 0.03em;
  text-align: center;
  color: white;
}
.sec04 .clinic_list .item .item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  line-height: 1.3;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 22px;
  text-align: center;
  flex-grow: 1;
}
.sec04 .clinic_list .item .item_btn {
  box-sizing: border-box;
  width: clamp(266px, 20.833vw, 300px);
  border-radius: 30px;
}
.sec04 .clinic_list .item .item_btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 45px 15px 25px;
  box-sizing: border-box;
}
.sec04 .clinic_list .item .item_btn {
  position: relative;
}
.sec04 .clinic_list .item .item_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 40px;
  height: 40px;
}
.sec04 .clinic_list .item:nth-of-type(1) .item_btn {
  border: 2px solid rgb(245, 75, 132);
}
.sec04 .clinic_list .item:nth-of-type(1) .item_btn::before {
  background: url(/images/recruit/btn_clinic_red.webp) center/contain no-repeat;
}
.sec04 .clinic_list .item:nth-of-type(2) .item_btn {
  border: 2px solid rgb(236, 211, 0);
}
.sec04 .clinic_list .item:nth-of-type(2) .item_btn::before {
  background: url(/images/recruit/btn_clinic_yellow.webp) center/contain no-repeat;
}
.sec04 .clinic_list .item:nth-of-type(3) .item_btn {
  border: 2px solid rgb(39, 167, 175);
}
.sec04 .clinic_list .item:nth-of-type(3) .item_btn::before {
  background: url(/images/recruit/btn_clinic_green.webp) center/contain no-repeat;
}
.sec04 .clinic_list .item:nth-of-type(4) .item_btn {
  border: 2px solid rgb(56, 129, 182);
}
.sec04 .clinic_list .item:nth-of-type(4) .item_btn::before {
  background: url(/images/recruit/btn_clinic_blue.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .inner {
    box-sizing: border-box;
    position: relative;
  }
  .sec04 .add_img {
    margin: 0 auto 13.8vw;
  }
  .sec04 .subtitle {
    padding-top: 14.5vw;
    margin-bottom: 10.8vw;
    line-height: 1.4;
    font-size: 3.9vw;
    font-weight: 500;
    text-align: center;
    color: rgb(0, 0, 0);
    position: relative;
  }
  .sec04 .subtitle::before {
    content: "";
    position: absolute;
    bottom: -7vw;
    left: 50%;
    transform: translateX(-50%);
    width: 49vw;
    height: 5.57vw;
    background: url(/images/recruit/fukidashi.webp) center/contain no-repeat;
  }
  .sec04 .title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 5.25vw 16.5vw;
    letter-spacing: 0.01em;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.5vw;
    font-weight: bold;
    position: relative;
  }
  .sec04 .title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -56px;
    width: 66px;
    height: 66px;
    background: url(/images/recruit/el_question.png) center/contain no-repeat;
  }
  .sec04 .title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14.5vw;
    width: 22.125vw;
    height: 22.875vw;
    z-index: -1;
    background: url(/images/recruit/add_logo.webp) center/contain no-repeat;
  }
  .sec04 .clinic_list_title {
    margin-bottom: 4.2vw;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 6.5vw;
    position: relative;
  }
  .sec04 .clinic_list_title::before {
    content: "CLINIC";
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "noto sans jp", sans-serif;
    font-size: 6vw;
    color: rgb(238, 102, 125);
  }
  .sec04 .clinic_list {
    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);
  }
  .sec04 .clinic_list .item {
    width: 75vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .sec04 .clinic_list .item .item_image {
    width: 75vw;
    margin: 0 auto 4.2vw;
    position: relative;
  }
  .sec04 .clinic_list .item .city_text {
    position: absolute;
    bottom: -2.5vw;
    left: 2vw;
    width: 26.25vw;
    height: 26.25vw;
  }
  .sec04 .clinic_list .item .city_text p {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.25vw;
    letter-spacing: 0.03em;
  }
  .sec04 .clinic_list .item .item_title {
    margin-bottom: 6.25vw;
    line-height: 1.3;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 5.5vw;
  }
  .sec04 .clinic_list .item .item_btn {
    box-sizing: border-box;
    width: 75vw;
  }
  .sec04 .clinic_list .item .item_btn a {
    font-size: 4vw;
    padding: 3.75vw 11.25vw 3.75vw 6.25vw;
  }
  .sec04 .clinic_list .item .item_btn {
    position: relative;
  }
  .sec04 .clinic_list .item .item_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25vw;
    width: 10vw;
    height: 10vw;
  }
  .sec04 .clinic_list .item:nth-of-type(1) .item_btn {
    border: 0.5vw solid rgb(245, 75, 132);
  }
  .sec04 .clinic_list .item:nth-of-type(2) .item_btn {
    border: 0.5vw solid rgb(236, 211, 0);
  }
  .sec04 .clinic_list .item:nth-of-type(3) .item_btn {
    border: 0.5vw solid rgb(39, 167, 175);
  }
  .sec04 .clinic_list .item:nth-of-type(4) .item_btn {
    border: 0.5vw solid rgb(56, 129, 182);
  }
}

.sec05 {
  margin-bottom: 170px;
}
.sec05 .inner {
  padding: 0;
}
.sec05 .first_visit {
  position: relative;
}
.sec05 .first_visit img {
  width: 100%;
  height: auto;
  display: block;
}
.sec05 .yellow_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 160px);
  padding: 90px 80px 50px;
  background: rgba(190, 162, 20, 0.5);
  box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
}
.sec05 .yellow_box::after {
  content: "";
  position: absolute;
  width: 418px;
  height: 234px;
  right: 10px;
  bottom: 0;
  background: url("/images/index/sec05_kazari01.webp") center/contain no-repeat;
  pointer-events: none;
}
.sec05 .box_title {
  font-size: 40px;
  font-family: serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
  position: relative;
}
.sec05 .box_title::before {
  content: "";
  position: absolute;
  width: 655px;
  height: 168px;
  left: -40px;
  bottom: 70px;
  background: url(/images/index/first_visit.webp) center/contain no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.15));
  z-index: -1;
}
.sec05 .box_text {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  margin-bottom: 50px;
  text-align: left;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
.sec05 .about_link {
  text-align: center;
  width: 70%;
}
.sec05 .about_link .about_btn {
  background: #fff;
  padding: 22px 40px;
  display: inline-block;
  border: 0px;
  font-size: 22px;
  font-weight: bold;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.25));
}
.sec05 .about_link .about_btn::before {
  width: 38px;
  height: 50px;
  right: auto;
  left: 20px;
  background: url(/images/index/wakaba.webp) center/contain no-repeat;
}
.sec05 .about_link .about_btn::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  right: auto;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/yajirushi_gold.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 90px;
  }
  .sec05 .first_visit img {
    width: 100%;
    height: auto;
  }
  .sec05 .yellow_box {
    width: calc(100% - 40px);
    padding: 9vw 5vw 30vw;
  }
  .sec05 .yellow_box::after {
    width: 75.5vw;
    height: 27.7vw;
    right: 0;
    bottom: 0;
    background: url(/images/index/sec05_kazari_sp_02.webp) center/contain no-repeat;
  }
  .sec05 .box_title {
    font-size: 7vw;
    margin-bottom: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec05 .box_title::before {
    width: 65vw;
    height: 16.8vw;
    left: -4vw;
    bottom: 23vw;
  }
  .sec05 .box_text {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
  .sec05 .about_link {
    width: 100%;
  }
  .sec05 .about_link .about_btn {
    width: 100%;
    max-width: 100%;
    padding: 3.5vw 10vw;
    font-size: 5vw;
  }
  .sec05 .about_link .about_btn::before {
    width: 6.4vw;
    height: 8vw;
    left: 5vw;
  }
  .sec05 .about_link .about_btn::after {
    width: 8vw;
    height: 8vw;
    right: 2vw;
  }
}

.movie_sec {
  margin-bottom: 100px;
}
.movie_sec .movie_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.movie_sec .movie_item {
  width: calc((100% - 40px) / 2);
}
.movie_sec .movie_frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.movie_sec .movie_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .movie_sec {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .movie_sec .movie_list {
    gap: 5vw;
  }
  .movie_sec .movie_item {
    width: 100%;
  }
}/*# sourceMappingURL=recruit03.css.map */