@charset "UTF-8";
/* =============================================
 recruit ページ用
================================================ */
/* =============================================
	メイン要素 背景
================================================ */
.recruit-main-wrap {
  background: linear-gradient(to right, rgba(239, 234, 229, 0.7) 0%, rgba(244, 240, 236, 0.7) 16.66%, rgba(247, 244, 240, 0.7) 16.66%, rgba(247, 244, 240, 0.7) 22.21%, rgba(244, 238, 233, 0.7) 22.21%, rgba(247, 244, 240, 0.7) 22.76%, rgba(247, 244, 240, 0.7) 27.23%, rgba(244, 238, 233, 0.7) 27.78%, rgba(247, 244, 240, 0.7) 27.78%, rgba(247, 244, 240, 0.7) 33.33%, rgba(239, 234, 229, 0.7) 33.33%, rgba(244, 240, 236, 0.7) 50%, rgba(247, 244, 240, 0.7) 50%, rgba(247, 244, 240, 0.7) 55.55%, rgba(244, 238, 233, 0.7) 55.55%, rgba(247, 244, 240, 0.7) 56.1%, rgba(247, 244, 240, 0.7) 60.56%, rgba(244, 238, 233, 0.7) 61.11%, rgba(247, 244, 240, 0.7) 61.11%, rgba(247, 244, 240, 0.7) 66.66%, rgba(239, 234, 229, 0.7) 66.66%, rgba(244, 240, 236, 0.7) 83.33%, rgba(247, 244, 240, 0.7) 83.33%, rgba(247, 244, 240, 0.7) 88.88%, rgba(244, 238, 233, 0.7) 88.88%, rgba(247, 244, 240, 0.7) 89.43%, rgba(247, 244, 240, 0.7) 93.9%, rgba(244, 238, 233, 0.7) 94.45%, rgba(247, 244, 240, 0.7) 94.45%, rgba(247, 244, 240, 0.7) 100%);
  overflow: hidden;
}
.recruit-main-wrap .recruit-main-wrap-bg {
  position: absolute;
  inset: calc(100% - 15.43vw) 0 auto;
  width: 48.226vw;
  height: 48.226vw;
  margin: 0 auto;
}

@media (min-width: 1501px) {
  .recruit-main-wrap .recruit-main-wrap-bg {
    top: calc(100% - 287px);
    width: 897px;
    height: 897px;
  }
}
/* =============================================
 header
================================================ */
@media (min-width: 1201px) {
  body.recruit-top .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
/* gnavi
---------------------------------------------- */
@media (min-width: 1501px) and (max-width: 1600px) {
  .gnavi {
    padding-right: 50px;
  }
  .gnavi_item {
    margin-left: 50px;
  }
}
@media (min-width: 1351px) and (max-width: 1500px) {
  .gnavi {
    padding-right: 38px;
  }
  .gnavi_item {
    margin-left: 38px;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  .gnavi {
    padding-right: 30px;
  }
  .gnavi_item {
    margin-left: 22px;
  }
}
/* =============================================
 recruit-main-visual
================================================ */
.recruit-main-visual {
  padding-bottom: 6.1%;
  position: relative;
}
.recruit-main-visual_img {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.recruit-main-visual_img-box {
  width: 90.5vw;
  max-width: 1738px;
  margin-left: auto;
  text-align: right;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.recruit-main-visual_img-box .swiper-slide {
  height: auto;
}
.recruit-main-visual_img-box .img {
  border-bottom-left-radius: 30px;
}
.recruit-main-visual_img-box .video {
  width: 100%;
  vertical-align: top;
  border-bottom-left-radius: 30px;
}
.recruit-main-visual_text {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 170px;
  left: 90px;
  z-index: 11;
}
.recruit-main-visual_text .img {
  width: var(--width);
}
.recruit-main-visual_img-bg {
  position: absolute;
  top: 0;
  left: -16.2%;
  width: 140%;
  max-width: 140%;
  z-index: 1;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-main-visual_img-box .img,
  .recruit-main-visual_img-box .video {
    border-bottom-left-radius: 25px;
  }
  .recruit-main-visual_text {
    left: 75px;
    bottom: 140px;
  }
  .recruit-main-visual_text .img {
    width: calc(var(--width) * 0.7);
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-main-visual {
    width: 100%;
  }
  .recruit-main-visual_img-box .img,
  .recruit-main-visual_img-box .video {
    border-bottom-left-radius: 20px;
  }
  .recruit-main-visual_text {
    left: 20px;
    bottom: 120px;
  }
  .recruit-main-visual_text .img {
    width: calc(var(--width) * 0.5);
  }
}
@media (max-width: 750px) {
  .recruit-main-visual {
    padding-bottom: 9.3%;
  }
  .recruit-main-visual_img-box {
    width: calc(100% - 10px);
  }
  .recruit-main-visual_img-box .img,
  .recruit-main-visual_img-box .video {
    border-bottom-left-radius: 15px;
  }
  .recruit-main-visual_text {
    left: 10px;
    bottom: 80px;
  }
  .recruit-main-visual_text .img {
    width: 313px;
  }
  .recruit-main-visual_img-bg {
    left: -47.17%;
    width: 238.3%;
    max-width: 238.3%;
  }
}
/* スライダー
---------------------------------------------- */
.recruit-main-visual .recruit-main-visual-slider_pagination-wrap {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 100;
  text-align: center;
}
.recruit-main-visual .recruit-main-visual-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 10px 10px;
  border-radius: 50%;
  background: #fff;
  vertical-align: top;
  transition: all 0.6s;
  opacity: 1;
  position: relative;
}
.recruit-main-visual .recruit-main-visual-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: var(--main-color01);
  opacity: 0;
  transition: opacity 0.6s;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-main-visual .recruit-main-visual-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover::after {
    opacity: 1;
  }
}
.recruit-main-visual .recruit-main-visual-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-main-visual .recruit-main-visual-slider_pagination-wrap {
    bottom: 30px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-main-visual .recruit-main-visual-slider_pagination-wrap {
    bottom: 10px;
  }
}
@media (max-width: 750px) {
  .recruit-main-visual .recruit-main-visual-slider_pagination-wrap {
    bottom: 0;
  }
  .recruit-main-visual .recruit-main-visual-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  .recruit-main-visual .recruit-main-visual-slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
    width: 5px;
    height: 5px;
  }
}
/* =============================================
 recruit-text-slider
================================================ */
.recruit-text-slider {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  --img-size: 180px;
  --slider-width: calc(24ch + var(--img-size));
  font-size: 115px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: flex;
  width: calc(var(--slider-width) * 2);
  margin-top: 90px;
  color: transparent;
  background: linear-gradient(to bottom, #f07a00 0%, #f69600 100%);
  -webkit-background-clip: text;
          background-clip: text;
  animation: recruit-text-slide linear infinite;
  animation-duration: 40s;
}
.recruit-text-slider_main {
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: 50%;
}
.recruit-text-slider_center {
  width: var(--img-size);
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-text-slider {
    --img-size: 150px;
    font-size: 95px;
    margin-top: 70px;
    animation-duration: 32s;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-text-slider {
    --img-size: 100px;
    font-size: 66px;
    margin-top: 60px;
    animation-duration: 24s;
  }
}
@media (max-width: 750px) {
  .recruit-text-slider {
    --img-size: 65px;
    --slider-width: calc(26ch + var(--img-size));
    font-size: 42px;
    margin-top: 40px;
    animation-duration: 16s;
  }
}
@keyframes recruit-text-slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
/* =============================================
	section-notice
================================================ */
/* notice-box
---------------------------------------------- */
.notice-box {
  margin-top: 110px;
}
.notice-box_head {
  justify-content: space-between;
  row-gap: 20px;
}
.notice-box_head-more {
  padding-right: 50px;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .notice-box {
    margin-top: 90px;
  }
  .notice-box_head-more {
    padding-right: 40px;
  }
}
@media (max-width: 1000px) {
  .notice-box_head {
    display: block;
  }
  .notice-box_head-more {
    padding-right: 0;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .notice-box {
    margin-top: 60px;
  }
  .notice-box_body {
    margin-bottom: 25px;
  }
}
@media (max-width: 750px) {
  .notice-box {
    margin-top: 40px;
  }
  .notice-box_body {
    margin-bottom: 15px;
  }
}
/* =============================================
 recruit-section01
================================================ */
.recruit-section01 {
  padding-top: 130px;
  padding-bottom: 130px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
.recruit-section01_container {
  display: flex;
  column-gap: 7.37%;
}
.recruit-section01_left, .recruit-section01_right {
  flex: 4;
}
.recruit-section01_left-inner, .recruit-section01_right-inner {
  position: relative;
}
.recruit-section01_left .img, .recruit-section01_right .img {
  position: absolute;
}
.recruit-section01_left .deco, .recruit-section01_right .deco {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}
.recruit-section01_left-inner {
  padding-top: 186%;
}
.recruit-section01_left .img01 {
  top: 0;
  right: 0;
  width: 53.65%;
}
.recruit-section01_left .img02 {
  top: 47.36%;
  left: 0;
  width: 75.6%;
}
.recruit-section01_left .deco01 {
  top: 0;
  right: 106.34%;
  background: #f2eee9;
}
.recruit-section01_left .deco02 {
  top: 25.26%;
  right: 64.52%;
  background: #d0cac4;
}
.recruit-section01_left .deco03 {
  top: 88.42%;
  right: 105.36%;
  background: #d0cac4;
}
.recruit-section01_left .deco04 {
  top: 105.92%;
  left: 84.76%;
  background: #f2eee9;
}
.recruit-section01_right-inner {
  padding-top: 201%;
}
.recruit-section01_right .img01 {
  top: 15.85%;
  right: 0;
  width: 71.71%;
}
.recruit-section01_right .img02 {
  top: 66.74%;
  left: 0;
  width: 55.55%;
}
.recruit-section01_right .deco05 {
  top: 2.02%;
  right: 55.05%;
  background: #d0cac4;
}
.recruit-section01_right .deco06 {
  top: 44.93%;
  right: 84.34%;
  background: #f2eee9;
}
.recruit-section01_right .deco07 {
  top: 69.6%;
  right: 7.82%;
  background: #d0cac4;
}
.recruit-section01_right .deco08 {
  top: 96.66%;
  left: 107.57%;
  background: #f2eee9;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-section01 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .recruit-section01_container {
    column-gap: 5.5%;
  }
  .recruit-section01_left .deco01 {
    right: 100%;
  }
  .recruit-section01_left .deco03 {
    right: 102%;
  }
  .recruit-section01_right .deco08 {
    left: 100%;
  }
  .recruit-section01 .deco {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1000px) {
  .recruit-section01_container {
    column-gap: 0;
  }
  .recruit-section01_left, .recruit-section01_right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .recruit-section01_left .deco, .recruit-section01_right .deco {
    background: #f2eee9;
  }
  .recruit-section01_left-inner, .recruit-section01_right-inner {
    padding: 0;
    height: 100%;
  }
  .recruit-section01_left {
    left: 0;
  }
  .recruit-section01_left .deco {
    right: auto;
  }
  .recruit-section01_left .deco01 {
    top: 11.14%;
    left: 9.33%;
  }
  .recruit-section01_left .deco02 {
    top: 32.06%;
    left: 20.8%;
  }
  .recruit-section01_left .deco03 {
    top: 64.12%;
    left: 30.66%;
  }
  .recruit-section01_left .deco04 {
    top: 81.06%;
    left: 4.26%;
  }
  .recruit-section01_right {
    right: 0;
  }
  .recruit-section01_right .deco {
    left: auto;
  }
  .recruit-section01_right .deco05 {
    top: 6.1%;
    right: 6.93%;
  }
  .recruit-section01_right .deco06 {
    top: 19.83%;
    right: 26.66%;
  }
  .recruit-section01_right .deco07 {
    top: 50.03%;
    right: 12.53%;
  }
  .recruit-section01_right .deco08 {
    top: 76.43%;
    right: 10.66%;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-section01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .recruit-section01 .deco {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 750px) {
  .recruit-section01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recruit-section01 .deco {
    width: 30px;
    height: 30px;
  }
}
/* center
---------------------------------------------- */
.recruit-section01_center {
  flex: 5;
  position: relative;
  z-index: 10;
}
.recruit-section01_tit {
  margin-bottom: 20px;
}
.recruit-section01_tit-img {
  margin-bottom: 60px;
}
.recruit-section01_text {
  margin-bottom: 60px;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-section01_center {
    flex: 6;
  }
  .recruit-section01_tit-img {
    margin-bottom: 50px;
  }
  .recruit-section01_tit-img .img {
    width: 330px;
  }
  .recruit-section01_text {
    margin-bottom: 50px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-section01_tit-img {
    margin-bottom: 30px;
  }
  .recruit-section01_tit-img .img {
    width: 250px;
  }
  .recruit-section01_text {
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .recruit-section01_tit-img {
    margin-bottom: 20px;
  }
  .recruit-section01_tit-img .img {
    width: 198px;
  }
  .recruit-section01_text {
    margin-bottom: 20px;
  }
}
/* =============================================
 recruit-section02
================================================ */
.recruit-section02 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.recruit-section02_wrap {
  padding: 0 90px;
  border-radius: 20px;
  background: #fff;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-section02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .recruit-section02_wrap {
    padding: 0 70px;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .recruit-section02_wrap {
    padding: 0 55px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-section02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .recruit-section02_wrap {
    padding: 0 25px;
  }
}
@media (max-width: 750px) {
  .recruit-section02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recruit-section02_wrap {
    padding: 0 15px;
    border-radius: 10px;
  }
}
/* box
---------------------------------------------- */
.recruit-section02 .box-group01,
.recruit-section02 .box-group02,
.recruit-section02 .box-group03 {
  padding: 90px 0;
  border-bottom: 4px solid #f6f3ee;
}
.recruit-section02 .box-group01:last-child,
.recruit-section02 .box-group02:last-child,
.recruit-section02 .box-group03:last-child {
  border-bottom-width: 0;
}
.recruit-section02 .box_inner {
  position: relative;
}
.recruit-section02 .box_tit-main {
  font-size: 5.625rem;
  margin-bottom: 80px;
  color: #e7dfd8;
  position: relative;
  z-index: 1;
}
.recruit-section02 .box_flex {
  display: grid;
  gap: 60px;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-section02 .box-group01,
  .recruit-section02 .box-group02,
  .recruit-section02 .box-group03 {
    padding: 70px 0;
  }
  .recruit-section02 .box_tit-main {
    font-size: 4.0625rem;
    margin-bottom: 65px;
  }
  .recruit-section02 .box_flex {
    gap: 50px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-section02 .box-group01,
  .recruit-section02 .box-group02,
  .recruit-section02 .box-group03 {
    padding: 45px 0;
  }
  .recruit-section02 .box_tit-main {
    font-size: 3.4375rem;
    margin-bottom: 30px;
  }
  .recruit-section02 .box_flex {
    gap: 0;
  }
}
@media (max-width: 750px) {
  .recruit-section02 .box-group01,
  .recruit-section02 .box-group02,
  .recruit-section02 .box-group03 {
    padding: 30px 0;
  }
  .recruit-section02 .box_tit-main {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .recruit-section02 .box_flex {
    gap: 0;
  }
}
/* box-group01
---------------------------------------------- */
.recruit-section02 .box-group01 .box_tit-main {
  padding-left: 295px;
}
.recruit-section02 .box-group01 .box_flex {
  grid-template-columns: 7fr 11fr 11fr;
  grid-template-rows: auto auto;
  padding-left: 150px;
}
.recruit-section02 .box-group01 .box_left {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-right: -10px;
}
.recruit-section02 .box-group01 .box_center {
  grid-column: 2/3;
  grid-row: 1/3;
}
.recruit-section02 .box-group01 .box_right {
  grid-column: 3/4;
  grid-row: 1/3;
}
.recruit-section02 .box-group01 .box .img02 {
  grid-column: 1/2;
  grid-row: 2/3;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-section02 .box-group01 .box_tit-main {
    padding-left: 240px;
  }
  .recruit-section02 .box-group01 .box_flex {
    grid-template-columns: 1fr 360px;
    grid-template-rows: auto auto;
    padding-left: 120px;
  }
  .recruit-section02 .box-group01 .box_left {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .recruit-section02 .box-group01 .box_center {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .recruit-section02 .box-group01 .box_right {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .recruit-section02 .box-group01 .box .tit01 {
    margin-bottom: 0;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .recruit-section02 .box-group01 .box_flex {
    grid-template-columns: 1fr 280px;
  }
}
@media (max-width: 1000px) {
  .recruit-section02 .box-group01 .box_flex {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding-left: 0;
  }
  .recruit-section02 .box-group01 .box_left {
    grid-column: 1;
    grid-row: 2/3;
  }
  .recruit-section02 .box-group01 .box_center {
    grid-column: 1;
    grid-row: 3/4;
  }
  .recruit-section02 .box-group01 .box_right {
    grid-column: 1;
    grid-row: 1/2;
    text-align: center;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-section02 .box-group01 .box_tit-main {
    padding-left: 200px;
  }
  .recruit-section02 .box-group01 .box_right {
    padding-left: 65px;
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .recruit-section02 .box-group01 .box_tit-main {
    padding-left: 115px;
  }
  .recruit-section02 .box-group01 .box_right {
    padding-left: 65px;
    margin-bottom: 20px;
  }
}
/* box-group02
---------------------------------------------- */
.recruit-section02 .box-group02 .box_tit-main {
  padding-left: 150px;
}
.recruit-section02 .box-group02 .box_flex {
  padding-left: 150px;
  grid-template-columns: 5fr 9fr;
}
.recruit-section02 .box-group02 .box_left {
  grid-column: 1/2;
}
.recruit-section02 .box-group02 .box_right {
  grid-column: 2/3;
}
.recruit-section02 .box-group02 .box_text {
  padding-left: 150px;
  position: relative;
}
.recruit-section02 .box-group02 .box .img02 {
  position: absolute;
  top: 0;
  right: 0;
}
.recruit-section02 .box-group02 .box .tit01 {
  padding-right: 180px;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-section02 .box-group02 .box_tit-main {
    padding-left: 120px;
  }
  .recruit-section02 .box-group02 .box_flex {
    grid-template-columns: 360px 1fr;
    padding-left: 120px;
  }
  .recruit-section02 .box-group02 .box_text {
    padding-left: 100px;
  }
  .recruit-section02 .box-group02 .box .tit01 {
    padding-right: 0;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .recruit-section02 .box-group02 .box_tit-main {
    padding-left: 80px;
  }
  .recruit-section02 .box-group02 .box_flex {
    grid-template-columns: 280px 1fr;
    padding-left: 80px;
  }
}
@media (max-width: 1000px) {
  .recruit-section02 .box-group02 .box_flex {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding-left: 0;
  }
  .recruit-section02 .box-group02 .box_left {
    grid-column: 1;
    grid-row: 1/2;
    text-align: center;
  }
  .recruit-section02 .box-group02 .box_right {
    grid-column: 1;
    grid-row: 2/3;
  }
  .recruit-section02 .box-group02 .box .tit01 {
    padding-right: 0;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-section02 .box-group02 .box_tit-main {
    padding-left: 36px;
  }
  .recruit-section02 .box-group02 .box_left {
    padding-left: 65px;
    margin-bottom: 30px;
  }
  .recruit-section02 .box-group02 .box_text {
    padding-left: 65px;
  }
}
@media (max-width: 750px) {
  .recruit-section02 .box-group02 .box_tit-main {
    padding-left: 36px;
  }
  .recruit-section02 .box-group02 .box_left {
    padding-left: 65px;
    margin-bottom: 20px;
  }
  .recruit-section02 .box-group02 .box_text {
    padding-left: 65px;
  }
}
/* box-group03
---------------------------------------------- */
.recruit-section02 .box-group03 .box_tit-main {
  padding-left: 55px;
}
.recruit-section02 .box-group03 .box_flex {
  padding-left: 0;
  grid-template-columns: 6fr 11fr;
}
.recruit-section02 .box-group03 .box_left {
  grid-column: 1/2;
}
.recruit-section02 .box-group03 .box_right {
  grid-column: 2/3;
  padding-top: 87px;
  text-align: right;
  position: relative;
}
.recruit-section02 .box-group03 .box_right-inner {
  padding-right: 230px;
  padding-left: 60px;
}
.recruit-section02 .box-group03 .box .img02 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-section02 .box-group03 .box_tit-main {
    padding-left: 0;
  }
  .recruit-section02 .box-group03 .box_right {
    padding-top: 70px;
  }
  .recruit-section02 .box-group03 .box_right-inner {
    padding-right: 140px;
  }
  .recruit-section02 .box-group03 .box .img01 {
    width: 360px;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .recruit-section02 .box-group03 .box_flex {
    grid-template-columns: 6fr 9fr;
  }
  .recruit-section02 .box-group03 .box_right-inner {
    padding-right: 100px;
  }
  .recruit-section02 .box-group03 .box .img01 {
    width: 280px;
  }
}
@media (max-width: 1000px) {
  .recruit-section02 .box-group03 .box_flex {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .recruit-section02 .box-group03 .box_left {
    grid-column: 1;
    grid-row: 2/3;
    padding-left: 0;
  }
  .recruit-section02 .box-group03 .box_right {
    grid-column: 1;
    grid-row: 1/2;
  }
  .recruit-section02 .box-group03 .box_right {
    padding-top: 0;
    text-align: center;
  }
  .recruit-section02 .box-group03 .box_right-inner {
    padding-right: 0;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-section02 .box-group03 .box_tit-main {
    padding-left: 50px;
    margin-bottom: 45px;
  }
  .recruit-section02 .box-group03 .box_right {
    margin-bottom: 30px;
  }
  .recruit-section02 .box-group03 .box_right-inner {
    padding-left: 65px;
  }
}
@media (max-width: 750px) {
  .recruit-section02 .box-group03 .box_tit-main {
    padding-left: 50px;
    margin-bottom: 35px;
  }
  .recruit-section02 .box-group03 .box_right {
    margin-bottom: 20px;
  }
  .recruit-section02 .box-group03 .box_right-inner {
    padding-left: 65px;
  }
}
/* deco
---------------------------------------------- */
.recruit-section02 .box_deco01 {
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-section02 .box_deco02 {
  position: absolute;
  top: 270px;
  left: 0;
  width: 90px;
  height: 180px;
  border-radius: 20px;
  background: #f2eee9;
}
.recruit-section02 .box_deco03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 205px;
  height: 303px;
  border-radius: 20px;
  background: #f2eee9;
}
.recruit-section02 .box_deco04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 246px;
  max-height: 100%;
  border-radius: 20px;
  background: #d0cac4;
}
.recruit-section02 .box_deco05 {
  position: absolute;
  top: -120px;
  left: 0;
}
.recruit-section02 .box_deco06 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 96px;
  height: 275px;
  border-radius: 20px;
  background: #d0cac4;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-section02 .box_deco01 {
    width: 210px;
  }
  .recruit-section02 .box_deco02 {
    top: 230px;
    width: 70px;
    height: 140px;
  }
  .recruit-section02 .box_deco03 {
    width: 160px;
    height: 240px;
  }
  .recruit-section02 .box_deco04 {
    width: 70px;
    height: 210px;
  }
  .recruit-section02 .box_deco05 {
    top: -100px;
    width: 260px;
  }
  .recruit-section02 .box_deco06 {
    width: 75px;
    height: 240px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-section02 .box_deco01 {
    width: 180px;
  }
  .recruit-section02 .box_deco02 {
    top: 200px;
    width: 60px;
    height: 120px;
  }
  .recruit-section02 .box_deco03 {
    width: 140px;
    height: 200px;
  }
  .recruit-section02 .box_deco04 {
    width: 50px;
    height: 180px;
  }
  .recruit-section02 .box_deco05 {
    top: -80px;
    width: 220px;
  }
  .recruit-section02 .box_deco06 {
    width: 65px;
    height: 200px;
  }
}
@media (max-width: 750px) {
  .recruit-section02 .box_deco01 {
    width: 100px;
  }
  .recruit-section02 .box_deco02 {
    top: 156px;
    width: 45px;
    height: 90px;
    border-radius: 10px;
  }
  .recruit-section02 .box_deco03 {
    width: 102px;
    height: 152px;
    border-radius: 10px;
  }
  .recruit-section02 .box_deco04 {
    width: 45px;
    height: 182px;
    border-radius: 10px;
  }
  .recruit-section02 .box_deco05 {
    top: -70px;
    width: 150px;
  }
  .recruit-section02 .box_deco06 {
    top: 78px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 45px;
    height: 182px;
    border-radius: 10px;
  }
}
/* =============================================
 recruit-section03
================================================ */
.recruit-section03 {
  padding-bottom: 130px;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-section03 {
    padding-bottom: 100px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-section03 {
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .recruit-section03 {
    padding-bottom: 40px;
  }
}
/* interview-box
---------------------------------------------- */
.interview-box {
  text-align: center;
}
.interview-box_img {
  margin-bottom: 40px;
  border-radius: 9999px;
  overflow: hidden;
}
.interview-box_img .img {
  aspect-ratio: 700/912;
}
.interview-box_tit .link {
  color: #333;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .interview-box_tit .link:hover {
    color: var(--main-color01);
  }
}
.interview-box_tit .link.active {
  color: var(--main-color01);
}
.interview-box_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .interview-box_img {
    margin-bottom: 35px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .interview-box_img {
    margin-bottom: 25px;
  }
}
@media (max-width: 750px) {
  .interview-box_img {
    margin-bottom: 15px;
  }
  .interview-box_info {
    gap: 10px;
  }
}
/* slider controller
---------------------------------------------- */
.interview-slider_wrap {
  position: relative;
}
.interview-slider_prev, .interview-slider_next {
  position: absolute;
  top: 0;
}
.interview-slider_prev {
  right: calc(100% + 40px);
}
.interview-slider_next {
  left: calc(100% + 40px);
}

@media (min-width: 1001px) and (max-width: 1750px) {
  .interview-slider.swiper-initialized {
    margin-right: 20px;
    margin-left: 20px;
  }
  .interview-slider_prev {
    right: 100%;
  }
  .interview-slider_next {
    left: 100%;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .interview-slider.swiper-initialized {
    margin-right: 26px;
    margin-left: 26px;
  }
  .interview-slider_prev {
    right: calc(100% - 16px);
  }
  .interview-slider_next {
    left: calc(100% - 16px);
  }
}
@media (max-width: 750px) {
  .interview-slider.swiper-initialized {
    margin-right: 38px;
    margin-left: 38px;
  }
  .interview-slider_prev {
    right: calc(100% - 26px);
  }
  .interview-slider_next {
    left: calc(100% - 26px);
  }
}
.interview-slider_prev, .interview-slider_next {
  margin-top: calc(16.2857142857% - 45.4057142857px);
}
@media (min-width: 1501px) and (max-width: 1750px) {
  .interview-slider_prev, .interview-slider_next {
    margin-top: calc(16.2857142857% - 51.92px);
  }
}
@media (min-width: 1001px) and (max-width: 1500px) {
  .interview-slider_prev, .interview-slider_next {
    margin-top: calc(16.2857142857% - 46.0571428571px);
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .interview-slider_prev, .interview-slider_next {
    margin-top: calc(21.7142857143% - 37.32px);
  }
}
@media (min-width: 451px) and (max-width: 750px) {
  .interview-slider_prev, .interview-slider_next {
    margin-top: calc(32.5714285714% - 44.2685714286px);
  }
}
@media (max-width: 450px) {
  .interview-slider_prev, .interview-slider_next {
    margin-top: calc(65.1428571429% - 62.5085714286px);
  }
}

/* =============================================
 recruit-section04
================================================ */
.recruit-section04 {
  padding-top: 130px;
  padding-bottom: 130px;
  color: #fff;
  background: #4e463e url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAMUlEQVR4AXRLyQkAAAgKF3GI9h+hIdwkguhRJIgHCkletAWsPBEkozhNm//RgyPvIwEAAP//kDjOrAAAAAZJREFUAwAchAgN/PnGoAAAAABJRU5ErkJggg==) repeat center center/6px 6px;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-section04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-section04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .recruit-section04 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* =============================================
	section-general-interview
================================================ */
.section-general-interview {
  padding-top: 130px;
  padding-bottom: 130px;
}
.section-general-interview.bg-active {
  background-color: #f2eee9;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .section-general-interview {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .section-general-interview {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .section-general-interview {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* =============================================
 インタビュー詳細ページ
================================================ */
/* tit-story
---------------------------------------------- */
.tit-story {
  margin-bottom: 90px;
  text-align: center;
}
.tit-story_en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
.tit-story_jp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "Helvetica Neue", Helvetica, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.tit-story_sub {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "Helvetica Neue", Helvetica, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 60px;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .tit-story {
    margin-bottom: 70px;
  }
  .tit-story_en {
    font-size: 2.1875rem;
    margin-bottom: 50px;
  }
  .tit-story_jp {
    font-size: 3.125rem;
  }
  .tit-story_sub {
    margin-top: 50px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .tit-story {
    margin-bottom: 45px;
  }
  .tit-story_en {
    font-size: 1.5625rem;
    margin-bottom: 30px;
  }
  .tit-story_jp {
    font-size: 2.5rem;
  }
  .tit-story_sub {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .tit-story {
    margin-bottom: 30px;
  }
  .tit-story_en {
    font-size: 1.25rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .tit-story_jp {
    font-size: 1.5625rem;
    letter-spacing: 0.05em;
  }
  .tit-story_sub {
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
}
/* =============================================
 recruit-contact-box
================================================ */
.recruit-contact-box {
  padding: 60px 50px;
  border-radius: 20px;
  border: 1px solid #ef7a00;
  background: #fff;
}
.recruit-contact-box_wrap {
  position: relative;
}
.recruit-contact-box_tit {
  margin-bottom: 20px;
}
.recruit-contact-box_tit-img {
  margin-bottom: 60px;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-contact-box {
    padding: 50px 40px;
  }
  .recruit-contact-box_tit-img {
    margin-bottom: 50px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-contact-box {
    padding: 45px 30px 30px;
  }
  .recruit-contact-box_tit {
    margin-bottom: 15px;
  }
  .recruit-contact-box_tit-img {
    margin-bottom: 30px;
  }
  .recruit-contact-box_tit-img .img {
    width: 250px;
  }
}
@media (max-width: 750px) {
  .recruit-contact-box {
    padding: 30px 20px 20px;
    border-radius: 10px;
  }
  .recruit-contact-box_tit {
    margin-bottom: 10px;
  }
  .recruit-contact-box_tit-img {
    margin-bottom: 20px;
  }
  .recruit-contact-box_tit-img .img {
    width: 199px;
  }
}
/* btns01
---------------------------------------------- */
.recruit-contact-box .btns01 {
  --column: 1;
  --row-gap: 0px;
  --column-gap: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--row-gap) var(--column-gap);
  --column: 3;
  --row-gap: 30px;
  --column-gap: 30px;
  margin-bottom: 50px;
}
.recruit-contact-box .btns01_item {
  width: calc(100% / var(--column) - var(--column-gap) * (var(--column) - 1) / var(--column));
}
.recruit-contact-box .btns01 .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border: 2px solid var(--main-color01);
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  background: var(--main-color01);
  text-decoration: none;
  transition: all 0.6s;
}
.recruit-contact-box .btns01 .btn_icon {
  flex-shrink: 0;
  border-width: 0;
  background: #fff;
}
.recruit-contact-box .btns01 .btn_icon::before {
  border-color: var(--main-color01);
}
@media (hover: hover) and (pointer: fine) {
  .recruit-contact-box .btns01 .btn:hover {
    color: var(--main-color01);
    background: #fff;
  }
  .recruit-contact-box .btns01 .btn:hover .btn_icon {
    background: var(--main-color01);
  }
  .recruit-contact-box .btns01 .btn:hover .btn_icon::before {
    border-color: #fff;
  }
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-contact-box .btns01 {
    margin-bottom: 40px;
  }
  .recruit-contact-box .btns01 .btn {
    height: 65px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-contact-box .btns01 {
    --column: 2;
    --row-gap: 20px;
    --column-gap: 20px;
    margin-bottom: 25px;
  }
  .recruit-contact-box .btns01 .btn {
    height: 70px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  .recruit-contact-box .btns01 {
    --column: 1;
    --row-gap: 10px;
    --column-gap: 0px;
    margin-bottom: 15px;
  }
  .recruit-contact-box .btns01 .btn {
    height: 58px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
  }
}
/* btns02
---------------------------------------------- */
.recruit-contact-box .btns02 {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.recruit-contact-box .btns02 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  max-width: 324px;
  height: 70px;
  border: 2px solid var(--main-color01);
  border-radius: 20px;
  background: #fff;
  transition: border 0.6s;
}
.recruit-contact-box .btns02 .btn .img {
  width: var(--width);
}
@media (hover: hover) and (pointer: fine) {
  .recruit-contact-box .btns02 .btn:hover {
    border-color: #00a8e8;
  }
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-contact-box .btns02 .btn {
    height: 55px;
  }
  .recruit-contact-box .btns02 .btn .img {
    width: calc(var(--width) * 0.8);
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-contact-box .btns02 {
    gap: 15px;
  }
  .recruit-contact-box .btns02 .btn {
    width: 40%;
    height: 60px;
  }
  .recruit-contact-box .btns02 .btn .img {
    width: calc(var(--width) * 0.7);
  }
}
@media (max-width: 750px) {
  .recruit-contact-box .btns02 {
    gap: 10px;
  }
  .recruit-contact-box .btns02 .btn {
    width: calc(50% - 5px);
    height: 42px;
    border-radius: 10px;
  }
  .recruit-contact-box .btns02 .btn .img {
    width: calc(var(--width) * 0.5);
  }
}
/* info
---------------------------------------------- */
.recruit-contact-box_info {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
  border-radius: 20px;
  background: #f5efe9;
}
.recruit-contact-box_info-inner {
  width: 50%;
  padding: 5px 10px 10px 60px;
  border-right: 1px solid #b2b2b2;
}
.recruit-contact-box_info-inner:last-of-type {
  border-right-width: 0;
}
.recruit-contact-box_info-text {
  width: 100%;
}
.recruit-contact-box_info-line {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.recruit-contact-box_info-line .tel {
  flex-shrink: 0;
}
.recruit-contact-box_info-line .conversion-btn01 {
  max-width: 290px;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .recruit-contact-box_info-inner {
    padding-left: 45px;
  }
  .recruit-contact-box_info-line {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .recruit-contact-box_info {
    padding: 25px 20px;
    margin-top: 30px;
  }
  .recruit-contact-box_info-inner {
    padding-left: 30px;
  }
  .recruit-contact-box_info-line {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 750px) {
  .recruit-contact-box_info {
    display: block;
    padding: 15px 15px;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
  }
  .recruit-contact-box_info-inner {
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-right-width: 0;
    border-bottom: 1px solid #b2b2b2;
  }
  .recruit-contact-box_info-inner:last-of-type {
    padding-bottom: 0;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
  .recruit-contact-box_info-line {
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
}
/* 採用トップ
---------------------------------------------- */
body.recruit-top .recruit-contact-box {
  border-width: 0;
}
@media (min-width: 1501px) {
  body.recruit-top .recruit-contact-box {
    padding: 90px;
  }
}
@media (min-width: 1001px) and (max-width: 1500px) {
  body.recruit-top .recruit-contact-box {
    padding: 70px;
  }
}
body.recruit-top .recruit-contact-box_wrap {
  padding-bottom: 130px;
}
@media (min-width: 1001px) and (max-width: 1500px) {
  body.recruit-top .recruit-contact-box_wrap {
    padding-bottom: 100px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  body.recruit-top .recruit-contact-box_wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  body.recruit-top .recruit-contact-box_wrap {
    padding-bottom: 40px;
  }
}
@media (min-width: 1501px) {
  body.recruit-top .recruit-contact-box .btns01 .btn {
    height: 100px;
  }
}
@media (min-width: 1001px) and (max-width: 1500px) {
  body.recruit-top .recruit-contact-box .btns01 .btn {
    height: 80px;
  }
}
@media (min-width: 1501px) {
  body.recruit-top .recruit-contact-box .btns02 .btn {
    height: 90px;
  }
}
@media (min-width: 1001px) and (max-width: 1500px) {
  body.recruit-top .recruit-contact-box .btns02 .btn {
    height: 70px;
  }
}
@media (min-width: 1501px) {
  body.recruit-top .recruit-contact-box_info-text {
    width: auto;
  }
  body.recruit-top .recruit-contact-box_info-line {
    align-items: center;
    flex-wrap: nowrap;
  }
}

/* =============================================
	section-recruit-news
================================================ */
.section-recruit-news {
  padding-top: 110px;
  padding-bottom: 110px;
  border-top: 2px solid #ef7a00;
}
.section-recruit-news .notice-box {
  padding: 0;
  margin-top: 0;
}

@media (min-width: 1001px) and (max-width: 1500px) {
  .section-recruit-news {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .section-recruit-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .section-recruit-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.home .section-recruit-news {
  border-top-width: 0;
}