body:has(.page-recruit) .header{
  padding: 25px 68px;
  height: auto;
}

@media screen and (max-width: 768px) {
  body:has(.page-recruit) .header{
    padding: 0 24px;
  }
}

body:has(.page-recruit) .header .wrap{
  max-width: 100%;
  width: calc(100% - 50px);
}

@media screen and (max-width: 768px) {
  body:has(.page-recruit) .header .wrap{
    max-width: 100%;
    width: auto;
    padding: 0;
  }
}

body:has(.page-recruit) .header.fix{
  /* background: none; */
}

body:has(.page-recruit) .header .gnavi a{
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  body:has(.page-recruit) .header .gnavi .link{
    color: #333333 !important;
  }
}


body:has(.page-recruit) .header .logo{
  width: calc(133px * 0.75);
}

@media screen and (max-width: 768px) {
  body:has(.page-recruit) .header .logo{
    width: 62px;
  }
}

body:has(.page-recruit) .header .logo img{
  width: 100%;
}

@media screen and (max-width: 768px) {
  body:has(.page-recruit) .header .menu-trigger{
    background: #111111;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 768px) {
  body:has(.page-recruit) .header .menu-trigger span{
    background: #FFFFFF;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  body:has(.page-recruit) .header .sp-block .yoyaku{
    display: none;
  }
}

.page-recruit + .p-reserve{
  margin-top: 0;
}

.page-recruit{
  background: #F7F7F7;
}

.page-recruit *{
  /* font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "BIZ UDPGothic", sans-serif; */
  color: #0E0809;
  letter-spacing: 0.04em;
}

.recruit-inner{
  max-width: calc(1177px * 0.75);
  padding: 0 calc(20px * 0.75);
  margin: 0 auto;
}
.recruit-inner-sm{
  max-width: calc(1177px * 0.67);
  padding: 0 calc(20px * 0.67);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .recruit-inner{
    max-width: 100%;
    padding: 0 44px;
  }
  .recruit-inner-sm{
    max-width: 100%;
    padding: 0 44px;
  }
}

.page-recruit .vpc{
  display: block;
}

@media screen and (max-width: 768px) {
  .page-recruit .vpc{
    display: none;
  }
}

.page-recruit .vsp{
  display: none;
}

@media screen and (max-width: 768px) {
  .page-recruit .vsp{
    display: block;
  }
}

.page-recruit .txt-red {
  color: #FF4D33;
}

@media screen and (max-width: 768px) {
  .page-recruit p{
    font-size: 1.2rem;
  }
}

.recruit__ttl{
  margin-bottom: 45px;
  margin-bottom: calc(45px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruit__ttl{
    margin-bottom: 19px;
  }
}

.recruit__ttl .en{
  font-family: "Catamaran", sans-serif;
  display: block;
  font-size: calc(2rem * 0.75);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: calc(17px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruit__ttl .en{
    font-size: 1rem;
    text-align: left;
    margin-bottom: 9px;
  }
}

.recruit__ttl h2{
  font-size: calc(4rem * 0.75);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruit__ttl h2{
    font-size: 2.4rem;
    text-align: left;
    line-height: calc(36 / 24);
  }
}

.recruit__btn{
  display: inline-block;
  font-size: calc(1.8rem * 0.75);
  font-weight: 700;
  line-height: 1;
  padding: calc(24px * 0.75) calc(48px * 0.75);
  border-radius: calc(36px * 0.75);
  color: #FFFFFF;
  background: #FF4D33;
  transition: .3s;
}

.recruit__btn:hover{
  opacity: 0.8;
}

.recruit__kv{
  background-color: #FFFFFF;
  position: relative;
}

.recruit__kv h1{
  max-width: calc(1080px * 0.75);
  position: absolute;
  left: calc(68px * 0.75);
  bottom: calc(15px * 0.75);
  margin-right: calc(68px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruit__kv h1{
    max-width: 292px;
    bottom: 52px;
    left: 15px;
    margin-right: 0;
  }
}

.recruitConcept {
  padding: calc(153px * 0.75) 0 calc(143px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitConcept {
    padding: 40px 0 51px;
  }
}

.recruitConcept .recruit-inner{
  max-width: calc(862px * 0.75);
}

.recruitConcept__ttl {
  font-size: calc(4.4rem * 0.75);
  font-weight: 700;
  line-height: calc(80 / 44);
  margin-bottom: calc(60px * 0.75);
  text-align: center;
  color: #353535;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .recruitConcept__ttl {
    font-size: 1.8rem;
    line-height: calc(36 / 18);
    margin-bottom: 22px;
    text-align-last: left;
  }
}

.recruitConcept__container {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: calc(46px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitConcept__container{
    gap: 24px;
  }
}

.recruitConcept__txt {
  font-size: calc(2rem * 0.75);
  line-height: calc(48 / 20);
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruitConcept__txt{
    text-align: left;
    line-height: calc(24 / 12);
  }
}

.recruitPerson{
  margin-bottom: calc(66px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitPerson{
    margin-bottom: 51px;
  }
}

.recruitPerson__img{
  border-radius: calc(9px * 0.75);
  margin-right: calc(30px * 0.75);
  margin-left: calc(30px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitPerson__img{
    width: 205px;
    margin: 0 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.recruitPerson__img:nth-of-type(2n){
  margin-top: calc(90px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitPerson__img:nth-of-type(2n){
    margin-top: 70px;
  }
}

/* .recruitPerson__img.is-down {
  transform: translateY(90px);
}

@media (max-width: 768px) {
  .recruitPerson__img.is-down {
    transform: translateY(70px);
  }
} */


.recruitVision{
  padding-bottom: calc(101px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitVision{
    padding-bottom: 36px;
  }
}

.recruitVision .recruit__ttl{
  margin-bottom: calc(59px * 0.75);
}


@media screen and (max-width: 768px) {
  .recruitVision .recruit__ttl{
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  .recruitVision__container{
    padding-bottom: 29px;
  }
}

.recruitVision__ttlSub {
  font-weight: 700;
  font-size: calc(2.8rem * 0.75);
  line-height: 1.2;
  margin-bottom: calc(39px * 0.75);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruitVision__ttlSub{
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 23px;
    line-height: calc(36 / 18);
  }
}

.recruitVision__box{
  display: flex;
  flex-direction: column;
  gap: calc(36px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitVision__box{
    gap: 27px;
  }
}

.recruitVision__txt {
  font-weight: 500;
  line-height: calc(31 / 16);
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruitVision__txt {
    text-align: left;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}

.recruitMission {
  padding: calc(127px * 0.75) 0 calc(130px * 0.75);
  background: url(../img/recruit/recruit-mission-bg-pc.png) center top /
  cover no-repeat;
}

@media screen and (max-width: 768px) {
  .recruitMission {
    padding: 88px 0 57px;
    background: url(../img/recruit/recruit-mission-bg-sp.png) center top /
    cover no-repeat;
  }
}

.recruitMission .recruit__ttl{
  margin-bottom: calc(74px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitMission .recruit__ttl{
    margin-bottom: 24px;
  }
}

.recruitMission__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(59px * 0.75);
  max-width: calc(1140px * 0.75);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .recruitMission__container {
    max-width: 100%;
  }
}

.recruitMission__img {
  border-radius: calc(6px * 0.75);
  max-width: calc(562px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitMission__img{
    max-width: 100%;
  }
}

.recruitMission__box {
  max-width: calc(516px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitMission__box {
    max-width: 100%;
  }
}

.recruitMission__ttl {
  font-size: calc(2.8rem * 0.75);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: calc(26px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitMission__ttl{
    font-size: 1.8rem;
    line-height: calc(36 / 18);
    margin-bottom: 20px;
  }
}

.recruitMission__txt {
  font-size: calc(1.6rem * 0.75);
  font-weight: 500;
  line-height: calc(31 / 16);
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .recruitMission__txt{
    font-weight: 400;
    line-height: calc(24 / 12);
    letter-spacing: 0.04em;
  }
}

.recruitMission__txt:first-of-type{
  margin-bottom: calc(26px * 0.75);
}

.recruitCta{
  padding: calc(176px * 0.75) 0 calc(143px * 0.75);
  background: linear-gradient(180deg, #FE4D35 0%, #C7DADA 100%);
}

@media screen and (max-width: 768px) {
  .recruitCta{
    padding: 45px 0;
  }
}

.recruitPolicy.vpc{
  background: url(../img/recruit/recruit-policy-pc.jpg) center center /
  cover no-repeat;
  aspect-ratio:  1137 / 597;
  border-radius: calc(10px * 0.75);
  position: relative;
  margin-bottom: calc(182px * 0.75);
}

.recruitPolicy.vsp{
  aspect-ratio: auto;
  border-radius: calc(10px * 0.75);
  margin-bottom: calc(48px * 0.75);
  overflow: hidden;
}

.recruitPolicy__container{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(112px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitPolicy__container{
    left: 48px;
    position: unset;
    transform: none;
    background: #F7F7F7;
  }
}

@media screen and (max-width: 768px) {
  .recruitPolicy__box{
    padding: 11px 23px 17px;
  }
}

.recruitPolicy__txt{
  font-size: calc(1.6rem * 0.75);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: calc(16px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitPolicy__txt{
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
  }
}

.recruitPolicy__ttl{
  font-size: calc(4rem * 0.75);
  font-weight: 700;
  line-height: calc(52 / 40);
  margin-bottom: calc(44px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitPolicy__ttl{
    font-size: 1.6rem;
    line-height: calc(22 / 16);
    margin-bottom: 0;
  }
}

.recruitStory__ttl .en,
.recruitStory__ttl h2{
  color: #FFFFFF;
}

.recruitStory__ttl{
  margin-bottom: calc(48px * 0.75);
}

@media screen and (max-width: 768px) {
  .recruitStory__ttl{
    margin-bottom: 30px;
  }
}

.recruitStory__img{
  margin-bottom: calc(40px * 0.75);
  border-radius: calc(10px * 0.75);
  aspect-ratio: 700 / 368;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .recruitStory__img{
    aspect-ratio: 286 / 201;
    margin-bottom: 0;
    border-radius: 0px;
  }
}

.recruitStory__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitStory__ttlSub{
  font-size: calc(2.8rem * 0.75);
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.10));
}

@media screen and (max-width: 768px) {
  .recruitStory__ttlSub{
    font-size: 1.2rem;
    font-weight: 700;
    color: #353535;
    filter: none;
  }
}


.recruitStory__slider{
  /* width: 100vw;
  margin: 0 calc(50% - 50vw); */
  position: relative;
}

@media screen and (max-width: 768px) {
  /* .recruitStory__slider{
    width: auto;
    margin: 0;
  } */
}

.recruitStory__slider{
  max-width: 200rem;
  overflow: hidden;
  margin: 0 auto;
}

.recruitStory__slider .slick-center{
  opacity: 1 !important;
  transform: scale(1) !important;
}

.recruitStory__item{
  border-radius: calc(10px * 0.75);
  overflow: hidden;
}

.recruitStory__slider .recruitStory__item{
  opacity: .6;
  transform: scale(0.714);
  transition: opacity .5s, transform .5s;
  max-width: 4.5%;
}

@media screen and (max-width: 768px) {
  .recruitStory__item{
    opacity: 1;
    transform: none;
    margin-bottom: 27px;
  }

  .recruitStory__item:last-of-type{
    opacity: 1;
    transform: none;
    margin-bottom: 0;
  }
}

.recruitStory__slider .slick-arrow{
  width: calc(45px * 0.75);
  height: calc(100px * 0.75);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 31%;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: calc(6px * 0.75);
  transform: none;
  transition: .3s;
}

@media screen and (max-width: 1280px) {
  .recruitStory__slider .slick-arrow{
    top: 27%;
  }
}

.recruitStory__slider .slick-arrow:hover{
  background: rgba(0, 0, 0, 0.7);
}

.recruitStory__slider .prev-arrow{
  left: calc(50% - 40rem);
}

.recruitStory__slider .next-arrow{
  right: calc(50% - 40rem);
}

.recruitStory__slider .prev-arrow::before,
.recruitStory__slider .next-arrow::before{
  content: "";
  position: absolute;
  width: calc(8px * 0.75);
  height: calc(16px * 0.75);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.recruitStory__slider .prev-arrow::before{
  background: url(../img/recruit/arrow-white-left.svg) center center /
  cover no-repeat;
}

.recruitStory__slider .next-arrow::before{
  background: url(../img/recruit/arrow-white-right.svg) center center /
  cover no-repeat;
}


@media screen and (max-width: 768px) {
  .recruitStory__box{
    padding: 18px 23px 23px;
    background: #F7F7F7;
  }
}

.recruitDetail{
  padding: calc(176px * 0.67) 0 calc(176px * 0.67);
}

@media screen and (max-width: 768px) {
  .recruitDetail{
    padding: 52px 0;
  }
}

@media screen and (max-width: 768px) {
  .recruitDetail .recruit-inner-sm{
    padding: 0 22px;
  }
}

@media screen and (max-width: 768px) {
  .recruitDetail-padding-sp{
    padding: 0 22px;
  }
}

.recruitDetail .recruit__ttl{
  margin-bottom: calc(86px * 0.67);
}

@media screen and (max-width: 768px) {
  .recruitDetail .recruit__ttl{
    margin-bottom: 41px;
  }
}

.recruitDetail__table{
  margin-bottom: calc(79px * 0.67);
}

@media screen and (max-width: 768px) {
  .recruitDetail__table{
    margin-bottom: 52px;
  }
}

.recruitDetail__table dd,
.recruitDetail__table dt{
  border-bottom: 1px solid #CCCCCC;
  font-size: calc(2rem * 0.67);
  font-weight: 500;
  padding: calc(44px * 0.67) 0;
}

.recruitDetail__table dt{
  width: calc(100% - 64.27%);
  text-align: center;
  line-height: 1.2;
  color: #353535;
}

@media screen and (max-width: 768px) {
  .recruitDetail__table dt{
    font-size: 1.8rem;
    line-height: calc(36 / 18);
    font-weight: 700;
    text-align: left;
    width: 100%;
    padding: 20px 0 3px;
    border-bottom: none;
  }
}

.recruitDetail__tableWrap:first-of-type dt,
.recruitDetail__tableWrap:first-of-type dd{
  border-top: 1px solid #CCCCCC;
}

@media screen and (max-width: 768px) {
  .recruitDetail__tableWrap:first-of-type dt{
    border-top: 1px solid #CCCCCC;
  }

  .recruitDetail__tableWrap:first-of-type dd{
    border-top: none;
  }
}

.recruitDetail__tableWrap:last-of-type dd{
  padding-bottom: calc(66px * 0.67);
}

@media screen and (max-width: 768px) {
  .recruitDetail__tableWrap:last-of-type dd{
    padding-bottom: 50px;
  }
}


.recruitDetail__table dd{
  width: 64.27%;
  flex-shrink: 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .recruitDetail__table dd{
    font-size: 1.2rem;
    line-height: calc(24 / 12);
    font-weight: 400;
    width: 100%;
    padding: 0 0 20px;
  }
}

.recruitDetail__tableWrap{
  display: flex;
}

@media screen and (max-width: 768px) {
  .recruitDetail__tableWrap{
    flex-direction: column;
  }
}

.recruitDetail__tableWrap.-benefits ul{
  margin-top: calc(24px * 0.67);
}

@media screen and (max-width: 768px) {
  .recruitDetail__tableWrap.-benefits ul{
    margin-top: 32px;
  }
}

.recruitDetail__tableWrap.-benefits ul li{
  font-size: inherit;
  line-height: 1.7;
}

.recruitDetail__box{
  text-align: center;
}

.recruitDetail__txt{
  font-size: calc(2rem * 0.67);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: calc(44px * 0.67);
}

@media screen and (max-width: 768px) {
  .recruitDetail__txt{
    line-height: calc(24 / 12);
    margin-bottom: 40px;
    font-weight: 400;
    text-align: left;
  }
}

.recruitDetail .recruit__btn{
  padding: calc(28px * 0.67) calc(100px * 0.67);
  font-size: calc(1.8rem * 0.67);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .recruitDetail .recruit__btn{
    padding: 17px 85px;
    font-size: 1.6rem;
    margin: 0 auto;
    letter-spacing: 0;
  }
}
