@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_kasou/kagoshima_key.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;
}
.main_image .sub_title {
  text-align: left;
  color: #fff;
  font-size: 25px;
  text-shadow: 0 0px 14px rgb(68, 68, 68);
  font-weight: bold;
  font-family: serif;
}
@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: 5vw;
    padding-left: initial;
  }
  .main_image .sub_text {
    width: 25%;
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 0 0px 14px rgb(68, 68, 68);
  }
  .main_image .sub_title {
    text-align: left;
    color: #fff;
    font-size: 4.8vw;
    text-shadow: 0 0px 14px rgb(68, 68, 68);
    font-weight: bold;
    font-family: serif;
  }
}

.lead_sec .gridbox {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 55px;
       column-gap: 55px;
  max-width: 1122px;
  margin: 0 auto;
  margin-top: 90px;
}
.lead_sec .gridbox .box {
  font-weight: bold;
  font-size: 26px;
  font-family: initial;
  max-width: 244px;
  text-align: center;
  padding: 30px 0 65px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  position: relative;
}
.lead_sec .gridbox .box::after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 15px 0 15px;
}
.lead_sec .gridbox .blue::after {
  border-color: #325293 transparent transparent transparent;
}
.lead_sec .gridbox .pink::after {
  border-color: #EE667D transparent transparent transparent;
}
.lead_sec .gridbox .orange::after {
  border-color: #F59A6B transparent transparent transparent;
}
.lead_sec .gridbox .green::after {
  border-color: #24832A transparent transparent transparent;
}
.lead_sec .gridbox .blue {
  border: 2px solid #325293;
  color: #325293;
}
.lead_sec .gridbox .pink {
  border: 2px solid #EE667D;
  color: #EE667D;
}
.lead_sec .gridbox .orange {
  border: 2px solid #F59A6B;
  color: #F59A6B;
}
.lead_sec .gridbox .green {
  border: 2px solid #24832A;
  color: #24832A;
}
@media screen and (max-width: 767px) {
  .lead_sec .gridbox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 10vw;
    max-width: 100%;
    margin-top: 8vw;
  }
  .lead_sec .gridbox .box {
    font-size: 4.5vw;
    max-width: 100%;
    width: 100%;
    padding: 5vw 0 11vw;
    border-radius: 2vw;
  }
  .lead_sec .gridbox .box::after {
    bottom: 4vw;
    border-width: 4vw 2.8vw 0 2.8vw;
  }
}

.sec01 .sec_body {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.sec01 .box {
  box-sizing: border-box;
  width: 100%;
  padding: 60px 0px 0;
  margin-bottom: 60px;
}
.sec01 .box .box_title {
  margin-bottom: 40px;
  padding-left: 24px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  font-family: serif;
}
.sec01 .box .recruit_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  background-color: rgba(248, 248, 248, 0.8);
}
.sec01 .box .recruit_table tr {
  border-bottom: 1px solid #444;
}
.sec01 .box .recruit_table tr:last-child {
  border-bottom: 0;
}
.sec01 .box .recruit_table th {
  box-sizing: border-box;
  width: 200px;
  min-width: 200px;
  padding: 33px 24px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  color: #444444;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.sec01 .box .recruit_table td {
  box-sizing: border-box;
  padding: 33px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #444444;
  vertical-align: top;
  letter-spacing: 0.1em;
}
.sec01 .box .recruit_table td p {
  margin: 0;
  line-height: 1.8;
}
.sec01 .box .recruit_table td p + p {
  margin-top: 4px;
}
.sec01 .box .recruit_table td .note {
  font-size: 13px;
  color: rgb(120, 120, 120);
  margin-top: 4px;
}
.sec01 .box .btn_wrap {
  text-align: center;
}
.sec01 .box .btn_apply {
  display: inline-block;
  padding: 18px 60px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s ease;
}
.sec01 .box .btn_apply:hover {
  opacity: 0.8;
}
.sec01 .box.blue .box_title {
  position: relative;
}
.sec01 .box.blue .box_title::before {
  content: "■";
  position: absolute;
  font-size: 20px;
  color: #325293;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.sec01 .box.pink .box_title {
  position: relative;
}
.sec01 .box.pink .box_title::before {
  content: "■";
  position: absolute;
  font-size: 20px;
  color: #EC4E6E;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.sec01 .box.orange .box_title {
  position: relative;
}
.sec01 .box.orange .box_title::before {
  content: "■";
  position: absolute;
  font-size: 20px;
  color: #FF8A51;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.sec01 .box.green .box_title {
  position: relative;
}
.sec01 .box.green .box_title::before {
  content: "■";
  position: absolute;
  font-size: 20px;
  color: #24832A;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .sec01 .sec_body {
    padding: 0;
  }
  .sec01 .box {
    padding: 8vw 0 0vw;
    margin-bottom: 8vw;
  }
  .sec01 .box .box_title {
    margin-bottom: 6vw;
    padding-left: 6.75vw;
    font-size: 5.5vw;
    border-left-width: 1.5vw;
  }
  .sec01 .box .recruit_table {
    margin-bottom: 8vw;
    display: block;
  }
  .sec01 .box .recruit_table tbody {
    display: block;
  }
  .sec01 .box .recruit_table tr {
    display: block;
    margin-bottom: 5vw;
  }
  .sec01 .box .recruit_table tr:first-child {
    border-top: none;
  }
  .sec01 .box .recruit_table th {
    display: block;
    width: 100%;
    min-width: 100%;
    padding: 2.5vw 3.75vw;
    font-size: 4vw;
    background-color: rgb(248, 248, 248);
    border-radius: 4px 4px 0 0;
    white-space: initial;
  }
  .sec01 .box .recruit_table td {
    display: block;
    width: 100%;
    padding: 3vw 3.75vw 5vw;
    font-size: 4vw;
    border-bottom: 1px solid #444;
    border-radius: 0;
  }
  .sec01 .box .recruit_table td .note {
    font-size: 3vw;
  }
  .sec01 .box .recruit_table td:last-child {
    border-bottom: none;
  }
  .sec01 .box .btn_apply {
    width: 100%;
    padding: 4.5vw 0;
    font-size: 3.8vw;
    border-radius: 50px;
    text-align: center;
  }
}

.sec02 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 100px;
  padding: 100px 0 100px;
}
.sec02 .sec_title {
  width: 352px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.sec02 .sec_title img {
  width: 100%;
}
.sec02 .text {
  margin: 0 0 50px;
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  text-align: center;
}
.sec02 .table {
  margin: 0 auto;
}
.sec02 .table .row {
  display: block;
  margin: 0 auto 46px;
  padding: 0 20px 0 20px;
  padding-bottom: 40px;
  box-sizing: border-box;
  border-bottom: 2px dashed #E84E87;
}
.sec02 .t_title {
  width: 410px;
  min-width: 37%;
  padding-left: 2em;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.sec02 .t_data {
  width: 474px;
  max-width: 63%;
}
.sec02 .row:nth-of-type(1) {
  padding-top: 40px;
  box-sizing: border-box;
}
.sec02 .row:nth-of-type(1) .t_title {
  vertical-align: top;
}
.sec02 .row:nth-of-type(1) .radiolist {
  width: 600px;
  display: flex;
}
.sec02 .radio {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  vertical-align: text-top;
}
.sec02 .radio:checked {
  border-color: #333;
  background-color: #E84E87;
  box-shadow: inset 0 0 0 3px #fff;
}
.sec02 .row:nth-of-type(2) .radiolist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 600px;
}
.sec02 .radioitem {
  display: flex;
  align-items: center;
}
.sec02 .t_title .color {
  color: #363636;
  padding: 0 0 0 5px;
}
.sec02 .t_title label {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.sec02 .t_data input.i_text,
.sec02 .t_data textarea {
  width: 600px;
  padding: 10px 20px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
}
.sec02 .t_data.radiobox p {
  display: inline-block;
}
.sec02 .t_data.radiobox p:nth-of-type(1) {
  margin: 0 50px 0 0;
}
.sec02 .t_data select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 25px;
  background-image: url(/images/entry/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  padding: 10px 25px 10px 5px;
  box-sizing: border-box;
  font-size: 18px;
}
.sec02 .radiotitle {
  padding: 10px 0;
  font-size: 18px;
}
.sec02 .t_data.radiobox label {
  font-size: 20px;
  margin: 0 60px 0 10px;
}
.sec02 .t_data textarea {
  height: 272px !important;
  width: 546px !important;
}
.sec02 .agree_btn {
  width: 345px;
  margin: 0 auto 20px;
  text-align: center;
}
.sec02 .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;
  position: relative;
}
.sec02 .submit_btn::after {
  content: "▶";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #E84E87;
  line-height: 1;
  text-align: center;
}
.sec02 .submit_btn input {
  width: 100%;
  height: 100%;
  background: #76696C;
  border-radius: 16px;
  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;
  border-radius: 16px;
}
.sec02 .sec08 .numbox {
  margin: 0 auto;
  text-align: center;
}
.sec02 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}
.sec02 .warning {
  margin: 0 0 20px;
  text-align: center;
}
.sec02 .bottom_box {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 80px;
  height: 350px;
  overflow-y: scroll;
}
.sec02 .bottom_box .privacy {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #b40e2a;
}
.sec02 .bottom_box .privacy_text {
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec02 .bottom_box .privacy_text .bold {
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
    padding: 80px 20px 50px;
    box-sizing: border-box;
  }
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .sec_title {
    width: 66vw;
    position: relative;
    margin: 0 auto;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
  }
  .sec02 .sec_title img {
    width: 100%;
  }
  .sec02 .text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #1EAEDE;
    text-align: center;
  }
  .sec02 .table {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .sec02 .table .row {
    width: 100%;
    display: block;
    margin: 0 auto 5vw;
    padding: 0;
  }
  .sec02 .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;
  }
  .sec02 .row:nth-of-type(1) {
    padding-top: 5vw;
    box-sizing: border-box;
    padding-bottom: 4vw;
  }
  .sec02 .row:nth-of-type(1) .t_data.radiobox {
    margin: 0 auto;
  }
  .sec02 .row:nth-of-type(1) .t_data.radiobox p {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
  }
  .sec02 .row:nth-of-type(1) .radiolist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
  }
  .sec02 .row:nth-of-type(1) .t_title,
  .sec02 .row:nth-of-type(2) .t_title {
    vertical-align: top;
  }
  .sec02 .row:nth-of-type(2) .radiolist {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
  }
  .sec02 .radio {
    width: 4.4vw;
    height: 4.4vw;
    flex-shrink: 0;
  }
  .sec02 .row:last-of-type .t_title {
    width: 100%;
    padding: 10px 0 0;
    vertical-align: top;
  }
  .sec02 .t_title .color {
    color: #1EAEDE;
    padding: 0 0 0 5px;
  }
  .sec02 .t_title label {
    font-size: 4vw;
    font-weight: 500;
  }
  .sec02 .t_data {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 5vw;
  }
  .sec02 .t_data p {
    width: 100%;
  }
  .sec02 .t_data input.i_text,
  .sec02 .t_data textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 3.75vw;
    max-width: none;
  }
  .sec02 .t_data.radiobox p {
    display: inline-block;
  }
  .sec02 .t_data.radiobox p:nth-of-type(1) {
    margin: 0;
  }
  .sec02 .t_data.radiobox label {
    font-size: 4vw;
    margin: 0 8vw 0vw 2.5vw;
  }
  .sec02 .radiotitle {
    padding: 20px 0 0;
    font-size: 18px;
  }
  .sec02 .t_data textarea {
    width: 100% !important;
    height: 272px !important;
    max-width: none; /* メールフォームプロリセット */
  }
  .sec02 .agree_btn {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec02 .agree_btn input {
    width: 4.4vw;
    height: 4.4vw;
    vertical-align: middle;
  }
  .sec02 .agree_btn label {
    font-size: 3.75vw;
  }
  .sec02 .submit_btn {
    width: 100%;
    height: 16.5vw;
    border: none;
    margin: 0 auto 50px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    transition: 0.4s;
  }
  .sec02 .submit_btn::after {
    content: "▶";
    right: 4vw;
    width: 7vw;
    height: 7vw;
    font-size: 2.5vw;
  }
  .sec02 .submit_btn input {
    width: 100%;
    height: 100%;
    font-size: 4vw;
    font-family: "noto sans jp";
    font-weight: 400;
    transition: 0.4s;
    text-shadow: none;
    max-width: none;
    color: #fff;
  }
  .sec02 .numbox {
    margin: 0 auto;
    text-align: center;
  }
  .sec02 .g-recaptcha {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
  }
  .sec02 .warning {
    font-size: 3.75vw;
    margin: 0 0 20px;
    text-align: center;
  }
  .sec02 .bottom_box {
    width: initial;
    background-color: #fff;
    margin: 0 auto;
    padding: 10vw 5vw;
  }
  .sec02 .bottom_box .privacy {
    font-size: 5vw;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5vw;
  }
  .sec02 .bottom_box .privacy_text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec02 .bottom_box .privacy_text .bold {
    font-size: 4.5vw;
  }
}

.thanks_sec {
  padding: 0 0 200px;
}
.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;
}
.thanks_sec .to_top {
  text-align: center;
  margin: 50px auto;
  font-size: 20px;
}
@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;
  }
  .thanks_sec .to_top {
    text-align: center;
    margin: 10vw auto;
    font-size: 4vw;
  }
}

.sec03 {
  margin-bottom: 170px;
}
.sec03 .inner {
  padding: 0;
}
.sec03 .first_visit {
  position: relative;
}
.sec03 .first_visit img {
  width: 100%;
  height: auto;
  display: block;
}
.sec03 .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;
}
.sec03 .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;
}
.sec03 .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;
}
.sec03 .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;
}
.sec03 .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));
}
.sec03 .about_link {
  text-align: center;
  width: 70%;
}
.sec03 .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));
}
.sec03 .about_link .about_btn::before {
  width: 38px;
  height: 50px;
  right: auto;
  left: 20px;
  background: url(/images/index/wakaba.webp) center/contain no-repeat;
}
.sec03 .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) {
  .sec03 {
    margin-bottom: 90px;
  }
  .sec03 .first_visit img {
    width: 100%;
    height: auto;
  }
  .sec03 .yellow_box {
    width: calc(100% - 40px);
    padding: 9vw 5vw 30vw;
  }
  .sec03 .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;
  }
  .sec03 .box_title {
    font-size: 7vw;
    margin-bottom: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec03 .box_title::before {
    width: 65vw;
    height: 16.8vw;
    left: -4vw;
    bottom: 23vw;
  }
  .sec03 .box_text {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
  .sec03 .about_link {
    width: 100%;
  }
  .sec03 .about_link .about_btn {
    width: 100%;
    max-width: 100%;
    padding: 3.5vw 10vw;
    font-size: 5vw;
  }
  .sec03 .about_link .about_btn::before {
    width: 6.4vw;
    height: 8vw;
    left: 5vw;
  }
  .sec03 .about_link .about_btn::after {
    width: 8vw;
    height: 8vw;
    right: 2vw;
  }
}

.sec04 {
  padding: 0 0 60px;
  position: relative;
  background-image: linear-gradient(180deg, rgba(250, 204, 181, 0), rgba(250, 204, 181, 0.5));
  margin-bottom: 110px;
}
.sec04 .inner {
  padding: 0 60px 0 0;
}
.sec04 .recruit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.sec04 .recruit_images {
  max-width: 650px;
  display: flex;
  position: relative;
  z-index: 2;
}
.sec04 .recruit_images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec04 .recruit_content {
  position: relative;
  z-index: 2;
}
.sec04 .recruit_head {
  position: absolute;
  right: 0;
  top: -120px;
  text-align: right;
}
.sec04 .recruit_head .en {
  font-size: 48px;
  letter-spacing: 0.25em;
  color: #e89a73;
  display: block;
  font-weight: 600;
}
.sec04 .recruit_head h2 {
  font-size: 28px;
  letter-spacing: 0.15em;
}
.sec04 .catch {
  font-size: 34px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}
.sec04 .text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 40px;
}
.sec04 .about_link {
  text-align: center;
}
.sec04 .recruit_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 64px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  background-color: #F59A6B;
  margin: 0 auto;
  position: relative;
}
.sec04 .recruit_btn::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 14px;
}
@media (max-width: 768px) {
  .sec04 .inner {
    padding: 0 5vw;
  }
  .sec04 .recruit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .sec04 .recruit_images {
    max-width: initial;
    display: flex;
    position: relative;
    z-index: 2;
  }
  .sec04 .recruit_images img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec04 .recruit_content {
    position: relative;
    z-index: 2;
  }
  .sec04 .recruit_head {
    position: static;
    text-align: right;
    margin-bottom: 5vw;
  }
  .sec04 .recruit_head .en {
    font-size: 6vw;
    letter-spacing: 0.25em;
    color: #e89a73;
    display: block;
    font-weight: 600;
  }
  .sec04 .recruit_head h2 {
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
  .sec04 .catch {
    font-size: 5.5vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 5vw;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .sec04 .text {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 5vw;
  }
  .sec04 .about_link {
    text-align: center;
  }
  .sec04 .recruit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80vw;
    height: auto;
    padding: 3vw 0;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 5vw;
    background-color: #F59A6B;
    margin: 0 auto;
    position: relative;
  }
  .sec04 .recruit_btn::after {
    content: "";
    position: absolute;
    right: 5vw;
    bottom: 50%;
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-left: 3vw solid #fff;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    margin-left: 0;
  }
}/*# sourceMappingURL=kagoshima01.css.map */