@charset "UTF-8";

/*
* 更新用 style
* 緊急・外部操作等で一時的に上書きする場合に使用
* 記述されたものは原則scssに差分を吸収し、コンパイルしたものを再アップする

*/

.info-list {
  font-size: 1.4rem;
  font-weight: 500;
  gap: 0.5em 1.5em;
}
span.enjoy-icon.bike {
  transform: rotate(45deg) translateX(10%);
}
.summer .top .enjoy {
  background-image: url(../img/top/top-bg-img-summer05.jpg);
}
.summer .top .enjoy::before {
  background: rgba(51, 51, 51, 0.45);
}
.map-iframe:not(:has(iframe)) {
  background: #7a7a7a;
}

.map-iframe:not(:has(iframe))::before {
  content: "準備中";
  display: grid;
  place-content: center;
  height: 100%;
  font-weight: bold;
  color: #fff;
  font-size: 1.5em;
}
.recruit-mv {
  position: relative;
}
.recruit-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url(../img/mv-recruit.jpg) no-repeat center / cover;
}

.recruit-mv-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 60px);
  height: calc(100svh - 60px);
  gap: 4em;
  justify-content: space-between;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}
.recruit-mv-top .page-en-ttl {
  margin-top: 0;
  color: #fff;
}

.recruit-mv__text h3 {
  font-size: clamp(2.8rem, 2.618rem + 0.567vw, 3.2rem);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.75em;
  letter-spacing: 0.1em;
}
.recruit-mv__text p {
  font-size: 1.2em;
  font-weight: 600;
}
.recruit-slider {
  margin-bottom: 6em;
}
.recruit-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.recruit-slider .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.recruit-slider .crop {
  overflow: hidden;
  aspect-ratio: 400/300;
  border-radius: 2em;
}
.recruit-slider .crop img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recruit-slider .swiper-slide:nth-of-type(odd) {
  transform: scale(0.8);
}
.tab-season-btn button {
  flex: 1;
  background: #b2b2b2;
  border-radius: 0.75em 0.75em 0 0;
  padding: 1em 0.5em;
  font-weight: bold;
  color: #fff;
  font-size: 1.3em;
  transition: background 0.2s linear;
}
.tab-season-btn span {
  display: inline-block;
}
.tab-season-btn button.is-current.winter-tabBtn,
.tab-season-btn button.winter-tabBtn:hover {
  background: #55abe5;
}

.tab-season-btn button.is-current.green-tabBtn,
.tab-season-btn button.green-tabBtn:hover {
  background: #59c43f;
}

.tab-season-content {
  padding-block: 4em;
  position: relative;
  overflow: visible;
}
.tab-season-content::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;

  transform: translateX(-50%);
}
.winter-tabCnt.tab-season-content::before {
  background: #e7f3fb;
}
.green-tabCnt.tab-season-content::before {
  background: #eff7eb;
}
.wp-block-lazyblock-benefits-block {
  margin-bottom: 4em;
}
.tab-season-content .banefit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
.tab-season-content .banefit-list .banefit-list-item {
  padding-left: 0;
  margin: 0;
  background: #fff;
  padding: 3% 4%;
  border-radius: 10px;
}

.tab-season-content .banefit-list .banefit-list-item::before {
  content: none;
}
.banefit-list-item span {
  display: block;
  font-size: 1.2em;
  font-weight: 900;
}
.recruit-work {
  margin-bottom: 30%;
}
.editor-area .wp-block-table.is-style-left-th td:first-child {
  word-break: keep-all;
}
.recruit .input-flex > .input-flex {
  margin-right: 1em;
}
.form-box input[type="text"].sizeYear {
  width: 100px;
}
.form-box .auto-age {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.form-box .auto-age input[readonly] {
  background: none;
  border: none;
  padding: 0;
}
.form-box .accept-item {
  margin-top: 4em;
}

@media screen and (min-width: 480px) {
  .form-item {
    gap: 1em;
  }
  .form-item .input-field {
    flex-shrink: 0;
  }
  .tab-season-content .banefit-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .recruit-slider .swiper-slide {
    max-width: 400px;
  }
  .recruit-mv__text h3 {
    font-size: 35px;
  }
}

@media screen and (min-width: 1025px) {
  .recruit-mv-top {
    height: calc(100vh - 105px);
    height: calc(100svh - 105px);
  }
  .recruit-mv__text h3 {
    font-size: 3.5vw;
  }
  .recruit-mv .inner {
    max-width: 95% !important;
  }
}
