@charset "UTF-8";
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding-top: 18.7vw;
  }
}

.main_image {
  position: relative;
  width: 1440px;
  min-width: 100%;
  height: 869px;
  padding-top: 356px;
  box-sizing: border-box;
  background: url(/recruit-site/images/index/mainvisual.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1440px;
  max-width: 100%;
  padding: 0 30px 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.main_image .top_box .text {
  font-size: 45px;
  font-weight: bold;
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.main_image .top_box .text02 {
  font-size: 80px;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 20px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  z-index: 90;
}
.main_image .blue_line .line_text {
  font-size: 36px;
  font-weight: bold;
  padding: 5px 20px;
  color: #fff;
  background-color: #00978E;
  display: inline-block;
  position: relative;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 144vw;
    padding-top: 27.3vw;
    box-sizing: border-box;
    background: url(/recruit-site/images/index/mainvisual_sp_01.webp) right 40% top/cover no-repeat;
    overflow: hidden;
    position: relative;
  }
  .main_image .inner {
    padding: 0;
  }
  .main_image .top_box {
    padding-top: 30vw;
  }
  .main_image .top_box .text {
    font-size: 5vw;
    font-weight: bold;
    background-color: #fff;
    padding: 0 3vw;
    margin-bottom: 5vw;
    display: inline-block;
  }
  .main_image .top_box .text02 {
    font-size: 7vw;
    font-weight: bold;
    background-color: #fff;
    padding: 1vw 3vw;
    margin-bottom: 5vw;
    display: inline-block;
    position: relative;
    z-index: 500;
  }
  .main_image .blue_line .line_text {
    font-size: 5vw;
    font-weight: bold;
    padding: 1vw 3vw;
    color: #fff;
    background-color: #00978E;
    display: inline-block;
    position: relative;
    z-index: 500;
    margin-top: 5vw;
  }
}

.space {
  height: 0;
  position: relative;
}
.space .mv_bottom {
  position: absolute;
  right: 370px;
  bottom: -90px;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .space .mv_bottom {
    display: none;
  }
}

.sec01 {
  margin: 60px 0 70px;
}
.sec01 .inner {
  padding: 0 85px;
}
.sec01 .flexbox {
  -moz-column-gap: 67px;
       column-gap: 67px;
  margin-bottom: 30px;
}
.sec01 .flexbox .sec_header .sec_title {
  text-align: left;
  line-height: 2;
}
.sec01 .flexbox .sec_header .sec_title .line {
  font-size: 48px;
  font-weight: bold;
  border-bottom: 3px solid #00978E;
}
.sec01 .textbox {
  font-size: 22px;
}
.sec01 .textbox .btn_box {
  padding-top: 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin: 5vw 0 13.8vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 0;
  }
  .sec01 .flexbox .sec_header {
    padding: 0 0 5.5vw;
    margin-bottom: 0;
  }
  .sec01 .flexbox .sec_header .sec_title .line {
    font-size: 6vw;
  }
  .sec01 .imagebox {
    display: none;
  }
  .sec01 .textbox {
    font-size: 4vw;
  }
  .sec01 .textbox .btn_box {
    padding-top: 10vw;
    justify-content: center;
  }
}

.sec02 {
  margin-bottom: 180px;
  background-color: #F5F5F5;
  padding-bottom: 120px;
}
.sec02 .loop_text {
  opacity: 100%;
}
.sec02 .imagebox {
  text-align: center;
}
.sec02 .inner {
  padding: 0 65px;
}
.sec02 .sec_header {
  margin-top: 80px;
  margin-bottom: 65px;
}
.sec02 .sec_header .sec_title {
  font-weight: bold;
  color: #fff;
  font-size: 90px;
  letter-spacing: 0.1em;
}
.sec02 .gridbox {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.sec02 .gridbox .box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 5px 4px 6px 4px rgba(0, 0, 0, 0.25);
}
.sec02 .gridbox .box .flexbox {
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 47px 35px;
}
.sec02 .gridbox .box .box_title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.sec02 .gridbox .box .box_title .big {
  font-weight: bold;
}
.sec02 .gridbox .box .box_title .small {
  font-weight: bold;
}
.sec02 .gridbox .box .box_text {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
.sec02 .gridbox .box .box_text .blue {
  color: #00978E;
  font-weight: bold;
  font-weight: bold;
}
.sec02 .gridbox .box .box_text .big {
  color: #00978E;
  font-weight: bold;
  font-size: 50px;
}
.sec02 .gridbox .box01 .box_text {
  margin-bottom: 15px;
  line-height: 1.1;
}
.sec02 .gridbox .box01 .box_text:nth-of-type(1) {
  margin-bottom: 20px;
}
.sec02 .gridbox .box02 .textbox .box_title {
  color: #00978E;
  line-height: 1.5;
}
.sec02 .gridbox .box02 .textbox .box_title .big {
  font-size: 65px;
}
.sec02 .gridbox .box02 .textbox .box_title .bottom {
  font-weight: bold;
  color: #000;
  font-size: 52px;
}
.sec02 .gridbox .box02 .textbox .box_text {
  font-weight: 400;
  text-align: center;
}
.sec02 .gridbox .box03 .box_title {
  font-size: 32px;
  line-height: 1.5;
}
.sec02 .gridbox .box03 .box_text {
  font-size: 35px;
}
.sec02 .gridbox .box03 .box_text .big {
  font-size: 55px;
}
.sec02 .gridbox .box04 .box_title {
  font-size: 30px;
  line-height: 1.5;
}
.sec02 .gridbox .box04 .box_text {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  justify-content: center;
}
.sec02 .gridbox .box04 .box_text .top_text {
  line-height: 1.2;
  text-align: right;
}
.sec02 .gridbox .box04 .box_text .bottom_text {
  color: #00978E;
  font-size: 40px;
  line-height: 1.3;
}
.sec02 .gridbox .box04 .box_text .bottom_text .big {
  font-size: 65px;
}
.sec02 .gridbox .box05 .box_title {
  font-size: 32px;
}
.sec02 .gridbox .box05 .box_text {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  line-height: 1.3;
  justify-content: center;
  align-items: center;
}
.sec02 .gridbox .box05 .box_text .top_text {
  text-align: right;
  line-height: 1.3;
}
.sec02 .gridbox .box05 .box_text .bottom_text {
  font-size: 38px;
  color: #00978E;
}
.sec02 .gridbox .box05 .box_text .bottom_text .big {
  font-size: 65px;
}
.sec02 .gridbox .box06 {
  padding-top: 20px;
}
.sec02 .gridbox .box06 .box_text {
  font-size: 50px;
  color: #00978E;
  text-align: center;
}
.sec02 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .pc {
    display: none;
  }
  .sec02 .sp {
    display: grid;
  }
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .sec_body {
    padding: 5vw;
  }
  .sec02 .sec_header {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }
  .sec02 .sec_header .sec_title {
    font-size: 13vw;
  }
  .sec02 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 7vw;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec02 .gridbox .box {
    border-radius: 20px;
  }
  .sec02 .gridbox .box .flexbox {
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    row-gap: 3vw;
    padding: 5vw;
  }
  .sec02 .gridbox .box .box_img {
    width: 25%;
  }
  .sec02 .gridbox .box .box_title {
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1vw;
  }
  .sec02 .gridbox .box .box_title .big {
    font-weight: bold;
  }
  .sec02 .gridbox .box .box_title .small {
    font-weight: bold;
  }
  .sec02 .gridbox .box .box_text {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .sec02 .gridbox .box .box_text .blue {
    color: #00978E;
    font-weight: bold;
    font-weight: bold;
  }
  .sec02 .gridbox .box .box_text .big {
    color: #00978E;
    font-weight: bold;
    font-size: 7vw;
  }
  .sec02 .gridbox .box01 .box_text:nth-of-type(1) {
    margin-bottom: 1vw;
  }
  .sec02 .gridbox .box02 .textbox {
    width: initial;
  }
  .sec02 .gridbox .box02 .textbox .box_title {
    color: #00978E;
    line-height: 1.5;
  }
  .sec02 .gridbox .box02 .textbox .box_title .big {
    font-size: 7vw;
  }
  .sec02 .gridbox .box02 .textbox .box_title .bottom {
    font-weight: bold;
    color: #000;
    font-size: 6vw;
  }
  .sec02 .gridbox .box02 .textbox .box_text {
    font-weight: 400;
    text-align: center;
  }
  .sec02 .gridbox .box02 .box_img {
    width: 30%;
  }
  .sec02 .gridbox .box03 .textbox {
    width: initial;
  }
  .sec02 .gridbox .box03 .box_img {
    width: 30%;
  }
  .sec02 .gridbox .box03 .flexbox {
    padding: 5vw 5vw 0;
  }
  .sec02 .gridbox .box03 .box_title {
    font-size: 6vw;
    line-height: 1.5;
  }
  .sec02 .gridbox .box03 .box_text {
    font-size: 6vw;
    padding-bottom: 5vw;
  }
  .sec02 .gridbox .box03 .box_text .big {
    font-weight: bold;
    font-size: 8vw;
  }
  .sec02 .gridbox .box04 .flexbox {
    padding: 5vw 5vw 0;
  }
  .sec02 .gridbox .box04 .textbox {
    width: initial;
  }
  .sec02 .gridbox .box04 .box_iimg {
    width: 30%;
  }
  .sec02 .gridbox .box04 .box_title {
    font-size: 6vw;
    line-height: 1.5;
  }
  .sec02 .gridbox .box04 .box_text {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: center;
    justify-content: center;
    padding: 3vw 0 5vw;
  }
  .sec02 .gridbox .box04 .box_text .top_text {
    font-size: 5vw;
    line-height: 1.2;
    text-align: right;
  }
  .sec02 .gridbox .box04 .box_text .bottom_text {
    color: #00978E;
    font-size: 5vw;
    line-height: 1.3;
    font-weight: bold;
  }
  .sec02 .gridbox .box04 .box_text .bottom_text .big {
    font-size: 8vw;
    font-weight: bold;
  }
  .sec02 .gridbox .box05 .box_title {
    font-size: 6vw;
    line-height: 1.5;
  }
  .sec02 .gridbox .box05 .textbox {
    width: initial;
  }
  .sec02 .gridbox .box05 .box_img {
    width: 35%;
  }
  .sec02 .gridbox .box05 .flexbox {
    padding: 5vw 5vw 1vw;
  }
  .sec02 .gridbox .box05 .box_text {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    line-height: 1.3;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
  }
  .sec02 .gridbox .box05 .box_text .top_text {
    text-align: right;
    line-height: 1.3;
    font-size: 5vw;
  }
  .sec02 .gridbox .box05 .box_text .bottom_text {
    font-size: 5vw;
    color: #00978E;
  }
  .sec02 .gridbox .box05 .box_text .bottom_text .big {
    font-size: 8vw;
  }
  .sec02 .gridbox .box06 {
    padding-top: 0;
  }
  .sec02 .gridbox .box06 .textbox {
    width: initial;
  }
  .sec02 .gridbox .box06 .box_img {
    width: 30%;
  }
  .sec02 .gridbox .box06 .box_title {
    font-size: 5vw;
  }
  .sec02 .gridbox .box06 .box_text {
    font-size: 6vw;
    color: #00978E;
    text-align: center;
  }
}

.sec03 {
  margin-bottom: 300px;
}
.sec03 .inner {
  padding: 0 55px;
}
.sec03 .sec_header {
  margin-bottom: 90px;
  position: relative;
}
.sec03 .sec_header::before {
  content: "";
  position: absolute;
  width: 281px;
  height: 281px;
  left: 170px;
  bottom: 170px;
  background: url(/recruit-site/images/index/c_1.webp) center/contain no-repeat;
}
.sec03 .sec_header::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -20px;
  bottom: 90px;
  background: url(/recruit-site/images/index/c_2.webp) center/contain no-repeat;
}
.sec03 .sec_header .sec_subtitle {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
.sec03 .sec_header .sec_subtitle .blue {
  color: #00978E;
  font-weight: bold;
  font-size: 60px;
}
.sec03 .sec_header .sec_title {
  font-size: 50px;
  font-weight: bold;
  position: relative;
}
.sec03 .sec_header .sec_title::before {
  content: "";
  position: absolute;
  width: 246px;
  height: 246px;
  left: -50px;
  bottom: -240px;
  background: url(/recruit-site/images/index/c_3.webp) center/contain no-repeat;
}
.sec03 .sec_header .sec_title .orange {
  color: #F5A518;
  font-weight: bold;
}
.sec03 .circle_back {
  position: relative;
}
.sec03 .circle_back::before {
  content: "";
  position: absolute;
  width: 437px;
  height: 330px;
  left: 200px;
  bottom: -150px;
  background: url(/recruit-site/images/index/c_4.webp) center/contain no-repeat;
}
.sec03 .circle_back::after {
  content: "";
  position: absolute;
  width: 329px;
  height: 329px;
  right: -20px;
  bottom: -210px;
  background: url(/recruit-site/images/index/c_5.webp) center/contain no-repeat;
}
.sec03 .circle_back .circle_box {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  -moz-column-gap: 161px;
       column-gap: 161px;
}
.sec03 .circle_back .circle_box .right_box, .sec03 .circle_back .circle_box .left_box {
  width: 470px;
}
.sec03 .circle_back .circle_box .box_title {
  font-size: 40px;
  font-weight: bold;
  color: #00978E;
  margin-bottom: 45px;
}
.sec03 .circle_back .circle_box .box_text {
  font-size: 25px;
  position: relative;
  margin-bottom: 15px;
}
.sec03 .circle_back .circle_box .box_text::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 25px;
  left: -60px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/recruit-site/images/index/orange_check.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 43.8vw;
  }
  .sec03 .inner {
    padding: 0 1vw;
  }
  .sec03 .sec_header {
    margin-bottom: 5vw;
    position: relative;
  }
  .sec03 .sec_header::before {
    content: "";
    position: absolute;
    width: 40vw;
    height: 40vw;
    left: -7vw;
    bottom: 46vw;
    background: url(/recruit-site/images/index/c_1.webp) center/contain no-repeat;
  }
  .sec03 .sec_header::after {
    content: "";
    position: absolute;
    width: 35vw;
    height: 35vw;
    right: 0vw;
    bottom: 45vw;
    background: url(/recruit-site/images/index/c_2.webp) center/contain no-repeat;
  }
  .sec03 .sec_header .sec_subtitle {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 3vw;
  }
  .sec03 .sec_header .sec_subtitle .blue {
    color: #00978E;
    font-weight: bold;
    font-size: 9vw;
  }
  .sec03 .sec_header .sec_title {
    font-size: 7vw;
    font-weight: bold;
    position: relative;
  }
  .sec03 .sec_header .sec_title::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 30vw;
    left: -2vw;
    bottom: -30vw;
    background: url(/recruit-site/images/index/c_3.webp) center/contain no-repeat;
  }
  .sec03 .sec_header .sec_title .orange {
    color: #F5A518;
    font-weight: bold;
  }
  .sec03 .circle_back {
    position: relative;
  }
  .sec03 .circle_back::before {
    content: "";
    position: absolute;
    width: 30vw;
    height: 30vw;
    left: 0;
    bottom: -18vw;
    background: url(/recruit-site/images/index/c_4_sp.webp) center/contain no-repeat;
  }
  .sec03 .circle_back::after {
    content: "";
    position: absolute;
    width: 40vw;
    height: 40vw;
    right: 0;
    bottom: -20vw;
    background: url(/recruit-site/images/index/c_5.webp) center/contain no-repeat;
  }
  .sec03 .circle_back .circle_box {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    row-gap: 29vw;
    transform: translate(-50%, -50%);
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
  .sec03 .circle_back .circle_box .right_box, .sec03 .circle_back .circle_box .left_box {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .circle_back .circle_box .left_box {
    position: relative;
  }
  .sec03 .circle_back .circle_box .left_box::before {
    content: "";
    position: absolute;
    width: 32vw;
    height: 32vw;
    right: 0;
    bottom: 68vw;
    background: url(/recruit-site/images/index/c_6_sp.webp) center/contain no-repeat;
  }
  .sec03 .circle_back .circle_box .box_title {
    font-size: 6vw;
    font-weight: bold;
    color: #00978E;
    margin-bottom: 5vw;
    line-height: 1.5;
  }
  .sec03 .circle_back .circle_box .box_text {
    font-size: 4.8vw;
    position: relative;
    margin-bottom: 3vw;
    line-height: 1.2;
    text-align: left;
    padding-left: 17vw;
  }
  .sec03 .circle_back .circle_box .box_text::before {
    content: "";
    position: absolute;
    width: 5vw;
    height: 3vw;
    left: 10vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/recruit-site/images/index/orange_check.webp) center/contain no-repeat;
  }
}

.sec04 {
  margin-bottom: 160px;
}
.sec04 .imagebox {
  text-align: center;
  position: relative;
  width: 1440px;
  margin: 0 auto 180px;
}
.sec04 .imagebox .float_box {
  position: absolute;
  background-color: rgba(245, 245, 245, 0.77);
  bottom: -175px;
  left: 77px;
  width: 823px;
  height: 599px;
}
.sec04 .imagebox .float_box .box_title {
  font-size: 48px;
  font-weight: bold;
  border-bottom: 3px solid #00978E;
  padding-top: 70px;
  margin-bottom: 35px;
  display: inline-block;
}
.sec04 .imagebox .float_box .box_text {
  font-size: 22px;
  padding: 0 50px;
  text-align: left;
  margin-bottom: 30px;
}
.sec04 .imagebox .float_box .btn_box {
  padding-right: 60px;
  justify-content: flex-end;
}
.sec04 .bottom_title {
  font-size: 90px;
  font-weight: bold;
  color: #00978E;
  opacity: 40%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .imagebox {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto 100vw;
  }
  .sec04 .imagebox .float_box {
    position: absolute;
    bottom: -98vw;
    left: 5vw;
    width: 90%;
    height: auto;
  }
  .sec04 .imagebox .float_box .box_title {
    font-size: 5vw;
    font-weight: bold;
    border-bottom: 3px solid #00978E;
    padding-top: 5vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    display: inline-block;
  }
  .sec04 .imagebox .float_box .box_text {
    font-size: 4vw;
    padding: 0 5vw;
    text-align: left;
    margin-bottom: 5vw;
  }
  .sec04 .imagebox .float_box .btn_box {
    padding-right: 0;
    justify-content: center;
    margin-bottom: 5vw;
  }
  .sec04 .bottom_title {
    font-size: 7vw;
    font-weight: bold;
    color: #00978E;
    opacity: 40%;
    letter-spacing: 0.1em;
  }
}

.sec05 {
  margin-bottom: 115px;
  padding-bottom: 160px;
  background-color: rgba(0, 151, 142, 0.7);
}
.sec05 .sec_header {
  padding-top: 80px;
  position: relative;
  width: 1440px;
  margin: 0 auto 60px;
}
.sec05 .sec_header::before {
  position: absolute;
  content: "";
  right: 10px;
  top: 30px;
  width: 44px;
  height: 223px;
  background: url(/recruit-site/images/index/INTERVIEW.webp) center/contain no-repeat;
}
.sec05 .sec_header .sec_title {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  padding-left: 90px;
}
.sec05 .textbox {
  font-size: 28px;
  padding-left: 90px;
  color: #fff;
  width: 1440px;
  margin: 0 auto 80px;
}
.sec05 .btn_box {
  justify-content: flex-end;
}
.sec05 .btn_box .about_btn {
  border: 1px solid #fff;
  color: #fff;
}
.sec05 .btn_box .about_btn::before {
  width: 46px;
  height: 46px;
  background: url(/recruit-site/images/index/white_yajirushi.webp) center/contain no-repeat;
}
.sec05 .interview_box {
  width: 100%; /* ★ 全幅 */
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.sec05 .slider {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.6s ease;
  gap: 50px; /* ★ スライド間隔 */
}
.sec05 .slide {
  flex: 0 0 auto; /* 可変幅スライド */
  width: 500px; /* ★ 画像幅500px固定 */
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}
.sec05 .slide img {
  width: 500px;
  height: auto;
  display: block;
}
.sec05 .bottom_white {
  width: 499px;
  background-color: #fff;
  height: 260px;
}
.sec05 .bottom_white .white_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 45px;
  font-feature-settings: "palt";
}
.sec05 .bottom_white .white_text {
  font-size: 26px;
  text-align: center;
}
.sec05 .bottom_white .white_text .small {
  font-size: 18px;
}
.sec05 .arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 13.8vw;
    margin-bottom: 3.8vw;
  }
  .sec05 .sec_header {
    padding-top: 5vw;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .sec_header::before {
    position: absolute;
    content: "";
    right: 3vw;
    top: 3vw;
    width: 5vw;
    height: 40vw;
    background: url(/recruit-site/images/index/INTERVIEW.webp) center/contain no-repeat;
  }
  .sec05 .sec_header .sec_title {
    color: #fff;
    font-size: 8vw;
    font-weight: bold;
    text-align: left;
    padding-left: 5vw;
  }
  .sec05 .textbox {
    font-size: 4vw;
    padding-left: 5vw;
    color: #fff;
    width: 100%;
    margin: 0 auto 10vw;
  }
  .sec05 .btn_box {
    justify-content: center;
    margin-top: 10vw;
  }
  .sec05 .btn_box .about_btn {
    border: 1px solid #fff;
    color: #fff;
  }
  .sec05 .btn_box .about_btn::before {
    width: 15vw;
    height: 11vw;
    background: url(/recruit-site/images/index/white_yajirushi.webp) center/contain no-repeat;
  }
  .sec05 .interview_box {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 20vw;
  }
  .sec05 .slider {
    padding: 0 5vw;
    gap: 10vw;
    box-sizing: border-box;
  }
  .sec05 .slide {
    flex: 0 0 90vw;
    width: 90vw;
  }
  .sec05 .slide img {
    width: 100%;
    display: block;
  }
  .sec05 .bottom_white {
    width: 100%;
    height: 50vw;
    box-sizing: border-box;
  }
  .sec05 .bottom_white .white_title {
    font-size: 5vw;
  }
  .sec05 .bottom_white .white_text {
    font-size: 4.5vw;
  }
  .sec05 .bottom_white .white_text .small {
    font-size: 4vw;
  }
  .sec05 .arrow {
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    font-size: 10vw;
    z-index: 10;
  }
  .sec05 .arrow.prev {
    left: 30vw;
  }
  .sec05 .arrow.next {
    right: 30vw;
  }
}

.sec06 {
  padding-bottom: 240px;
  overflow: hidden;
  position: relative;
  width: 1920px;
  max-width: 1440px;
}
.sec06::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1060px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background: url(/recruit-site/images/index/bg01.webp) center/contain no-repeat;
}
.sec06 .inner {
  width: 100%;
  padding: 0;
}
.sec06 .sec_header {
  padding: 0 110px;
  margin: 0 auto 50px;
  width: 1440px;
}
.sec06 .sec_header .sec_subtitle {
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec06 .sec_header .sec_title {
  font-size: 80px;
  font-weight: bold;
  text-align: left;
}
.sec06 .sec_header .sec_title .blue {
  color: #fff;
  background-color: #00978E;
  text-align: center;
  padding: 0 12px;
  margin-right: 10px;
}
.sec06 .sec_header .sec_title .white {
  text-align: center;
  color: #00978E;
  padding: 0 12px;
  background-color: #fff;
  margin-right: 10px;
}
.sec06 .textbox {
  margin: 0 auto;
  width: 1440px;
  font-size: 28px;
  padding-left: 110px;
  padding-bottom: 185px;
}
.sec06 .slick-prev:before,
.sec06 .slick-next:before {
  content: "" !important;
  color: #fff !important;
}
.sec06 .record-slider button.slick-prev,
.sec06 .record-slider button.slick-next {
  display: none !important;
}
.sec06 .record-slider .slick-list {
  overflow: visible;
}
.sec06 .record-slider .slick-slide {
  margin: 0 25px;
  transition: all 300ms ease;
  overflow: visible;
}
.sec06 .record-slider {
  margin: 0 -25px;
  position: relative;
}
.sec06 .record-slider .slick-center {
  transform: scale(1.8);
  z-index: 10;
}
.sec06 .record-slider .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.sec06 .record-slider .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.sec06 .record-slider .custom-arrow:hover {
  opacity: 1;
}
.sec06 .record-slider .slick-prev.custom-arrow {
  left: 50px;
  right: auto;
}
.sec06 .record-slider .slick-next.custom-arrow {
  right: 50px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .sec06 {
    position: relative;
    padding-top: 20vw;
    padding-bottom: 13.8vw;
    width: 100%;
    max-width: 100%;
  }
  .sec06::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100vw;
    max-width: 100%;
    transform: translate(-50%, -75%);
    background: url(/recruit-site/images/index/bg01_sp.webp) center/contain no-repeat;
  }
  .sec06 .inner {
    width: 100%;
    padding: 0;
  }
  .sec06 .sec_header {
    padding: 0 5vw;
    margin: 0 auto 5vw;
    width: 100%;
  }
  .sec06 .sec_header .sec_subtitle {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 2vw;
  }
  .sec06 .sec_header .sec_title {
    font-size: 8vw;
    font-weight: bold;
    text-align: left;
  }
  .sec06 .sec_header .sec_title .blue {
    color: #fff;
    background-color: #00978E;
    text-align: center;
    padding: 0 2vw;
    margin-right: 1vw;
  }
  .sec06 .sec_header .sec_title .white {
    text-align: center;
    color: #00978E;
    padding: 0 2vw;
    background-color: #fff;
    margin-right: 1vw;
  }
  .sec06 .textbox {
    margin: 0 auto;
    width: 100%;
    font-size: 5vw;
    padding-left: 5vw;
    padding-bottom: 10vw;
  }
  .sec06 .record-slider .slick-center {
    transform: scale(1);
  }
  .sec06 .record-slider .slick-prev.custom-arrow {
    left: 5vw;
  }
  .sec06 .record-slider .slick-next.custom-arrow {
    right: 5vw;
  }
  .sec06 .record-slider {
    margin: 0;
    padding: 0 5vw;
  }
  .sec06 .record-slider .slick-slide {
    margin: 0;
  }
  .sec06 .record-slider .slick-prev.custom-arrow {
    left: 6vw;
  }
  .sec06 .record-slider .slick-next.custom-arrow {
    right: 6vw;
  }
  .sec06 .record-slider .slick-list {
    overflow: hidden;
  }
}/*# sourceMappingURL=style.css.map */