@charset "UTF-8";
/* ============================================================
// index.scss (トップページ)
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// hero
------------------------------------------------------------ */
.hero {
  position: relative;
  overflow: hidden;
  height: 82vh;
}
.hero__line {
  position: absolute;
  bottom: 0;
}
.hero__line img {
  width: 100vw;
  max-width: none;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 991px) {
  .hero {
    height: 70vh;
  }
}

.slider {
  height: 100%;
}

/* slick-list と slick-track の高さを親要素にフィットさせる */
.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1.5s ease-in-out, transform 3s ease-in-out;
}

.hero-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  padding: clamp(20px, 1.9841269841vw + 0.3174603175px, 40px);
}
.hero-text--sub {
  flex: 1;
  font-size: clamp(15px, 0.6944444444vw + 8.1111111111px, 22px);
  font-weight: 700;
  line-height: 1.5;
}
.hero-text--main {
  font-size: clamp(20px, 2.5793650794vw + -5.5873015873px, 46px);
  font-weight: 700;
  line-height: 1.0434782609;
  width: clamp(520px, 63.4920634921vw + -109.8412698413px, 1160px);
}
@media print, screen and (max-width: 991px) {
  .hero-text {
    flex-direction: column;
    gap: 20px;
  }
  .hero-text--sub, .hero-text--main {
    width: 100%;
  }
  .hero-text--sub br {
    display: none;
  }
  .hero-text--main {
    line-height: 1.4;
  }
}

/* ------------------------------------------------------------
// information-slider.scss
------------------------------------------------------------ */
.info {
  padding-block: clamp(60px, 12.3076923077vw + 13.8461538462px, 260px) clamp(60px, 6.1538461538vw + 36.9230769231px, 160px);
}
.info__head {
  position: relative;
}
.info__btn--pc {
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .info__btn--pc {
    display: none;
  }
}
.info__btn--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .info__btn--sp {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}
.info__inner {
  min-width: 0;
}
.info__slider {
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.info__slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.info__slider .slick-list {
  margin: 0 -10px;
}
.info__item {
  padding: 0 clamp(10px, 0.6153846154vw + 7.6923076923px, 20px);
  outline: none;
}
.info__card {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.info__card:hover .info__img img {
  transform: scale(1.05);
}
.info__card:hover .info__text {
  color: #1068c0;
}
.info__img {
  width: 100%;
  aspect-ratio: 1/0.85;
  overflow: hidden;
  border-radius: 8px;
}
.info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.info__body {
  padding-top: 15px;
}
.info__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 8px;
}
.info__date {
  font-size: clamp(15px, 0.0615384615vw + 14.7692307692px, 16px);
  font-weight: 600;
}
.info__new {
  font-size: clamp(15px, 0.0615384615vw + 14.7692307692px, 16px);
  font-weight: 600;
  color: #0ba1e2;
}
.info__text {
  font-size: clamp(15px, 0.1846153846vw + 14.3076923077px, 18px);
  font-weight: 500;
  transition: color 0.3s;
}
@media screen and (max-width: 991px) {
  .info__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}
.info .slick-slide,
.info .slick-list,
.info .slick-track {
  outline: none !important;
}
.info {
  /* Slick Arrow Custom：テキストを消して中央に矢印を配置 */
}
.info .slick-prev,
.info .slick-next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  display: flex !important;
  align-items: center;
  justify-content: center;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.info .slick-prev::after,
.info .slick-next::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  display: block;
  transition: transform 0.3s ease;
}
.info .slick-prev {
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.info .slick-prev::after {
  transform: rotate(-135deg);
}
.info .slick-prev:hover {
  background-color: #1068c0;
}
.info .slick-prev:hover::after {
  transform: rotate(-135deg) translate(3px, -3px);
}
.info .slick-next {
  right: 20px;
  background-color: #1068c0;
}
.info .slick-next::after {
  transform: rotate(45deg);
}
.info .slick-next:hover::after {
  transform: rotate(45deg) translate(3px, -3px);
}

/* ------------------------------------------------------------
// search
------------------------------------------------------------ */
.search {
  padding-block: clamp(60px, 2.4615384615vw + 50.7692307692px, 100px) clamp(60px, 3.6923076923vw + 46.1538461538px, 120px);
  background: url(../images/index/bg-search-line.svg) no-repeat center center/contain #d9f4ff;
}
.search__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 0.6153846154vw + 17.6923076923px, 30px);
  margin-bottom: clamp(40px, 1.5384615385vw + 34.2307692308px, 65px);
}
@media screen and (max-width: 991px) {
  .search__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .search__list {
    grid-template-columns: 1fr;
  }
}
.search__btn {
  display: flex;
  justify-content: center;
}

.search-card {
  display: block;
  background: #ffffff;
  padding: 15px clamp(15px, 0.3076923077vw + 13.8461538462px, 20px);
  border-radius: 8px;
  overflow: hidden;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.search-card:hover {
  opacity: 1;
}
.search-card:hover .search-card__img img {
  transform: scale(1.1);
}
.search-card:hover .search-card__arrow {
  background-color: #0d549c;
}
.search-card:hover img {
  opacity: 1;
}
.search-card__img {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 8px;
}
.search-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
  will-change: transform;
}
.search-card__content {
  padding-block: 20px clamp(10px, 0.6153846154vw + 7.6923076923px, 20px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-card__title {
  font-size: clamp(18px, 0.2461538462vw + 17.0769230769px, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.search-card__capacity {
  font-size: clamp(15px, 0.1846153846vw + 14.3076923077px, 18px);
  font-weight: 500;
}
.search-card__arrow {
  width: clamp(30px, 1.9692307692vw + 22.6153846154px, 62px);
  height: clamp(30px, 1.9692307692vw + 22.6153846154px, 62px);
  background: #1068c0;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease;
}
.search-card__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ------------------------------------------------------------
// flow
------------------------------------------------------------ */
.flow {
  padding-block: clamp(60px, 4.9230769231vw + 41.5384615385px, 140px);
  background: #d9f4ff;
}
.flow__list {
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 1.8461538462vw + 23.0769230769px, 60px);
  list-style: none;
}
@media (max-width: 1240px) {
  .flow__list {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-inline: clamp(0px, 12.3076923077vw + -46.1538461538px, 200px);
  }
}

.flow-item {
  flex: 1;
  position: relative;
  width: 100%;
  padding: clamp(15px, 0.3076923077vw + 13.8461538462px, 20px) clamp(15px, 0.3076923077vw + 13.8461538462px, 20px) clamp(20px, 0.3076923077vw + 18.8461538462px, 25px);
  background: #ffffff;
  border-radius: 8px;
}
.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  /* 修正箇所：.flow-item 全体の縦中央に配置 */
  top: 50%;
  right: clamp(-30px, -1.2307692308vw + -25.3846153846px, -50px);
  width: 20px;
  height: 20px;
  border-top: 4px solid #888;
  border-right: 4px solid #888;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
@media (max-width: 1240px) {
  .flow-item:not(:last-child)::after {
    top: auto;
    bottom: -40px;
    right: 50%;
    transform: translateX(50%) rotate(135deg);
  }
}
.flow-item__box {
  text-align: center;
  padding: clamp(15px, 0.3076923077vw + 13.8461538462px, 20px);
  margin-bottom: 15px;
  background-color: #f7f7f7;
  border-radius: 8px;
}
.flow-item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 0.4923076923vw + 8.1538461538px, 18px);
  margin-bottom: 20px;
}
.flow-item__number {
  font-size: clamp(20px, 0.9846153846vw + 16.3076923077px, 36px);
  font-weight: 600;
  line-height: 1.2;
}
.flow-item__title {
  font-size: clamp(18px, 0.2461538462vw + 17.0769230769px, 22px);
  font-weight: 700;
  line-height: 1.2;
  padding-top: 2px;
}
.flow-item__img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-item__img img {
  max-height: 100%;
  width: auto;
}
.flow-item__text {
  font-size: clamp(15px, 0.1846153846vw + 14.3076923077px, 18px);
  font-weight: 500;
  text-align: left;
  text-align: justify;
}
.flow-item__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  text-align: center;
}
.flow-item__tel-label {
  font-size: clamp(20px, 0.2461538462vw + 19.0769230769px, 24px);
  font-weight: 600;
  color: #8fd957;
  margin-right: 5px;
}
.flow-item__tel-number {
  display: block;
  font-size: clamp(20px, 0.2461538462vw + 19.0769230769px, 24px);
  font-weight: 600;
}
.flow-item__tel-time {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.flow-item__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #89d14f;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  transition: opacity 0.3s;
}
.flow-item__btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: transform 0.3s;
}
.flow-item__btn:hover {
  color: #ffffff;
}
.flow-item__btn:hover::after {
  transform: translateX(4px) rotate(45deg);
}

/* ------------------------------------------------------------
// tourist / route
------------------------------------------------------------ */
.tourist-route {
  padding: clamp(60px, 6.1538461538vw + 36.9230769231px, 160px) clamp(40px, 37.037037037vw + -244.4444444444px, 300px) clamp(60px, 6.1538461538vw + 36.9230769231px, 160px) 0;
  background: url(../images/index/bg-right-line.png) repeat-y top right;
  background-size: auto;
}
@media screen and (max-width: 991px) {
  .tourist-route {
    background-size: 20px auto;
  }
}

.tourist,
.route {
  display: flex;
  gap: clamp(40px, 12.8205128205vw + -58.4615384615px, 130px);
  margin-bottom: clamp(60px, 2.4615384615vw + 50.7692307692px, 100px);
}
.tourist__img,
.route__img {
  flex: 1;
  border-radius: 8px;
}
.tourist__inner,
.route__inner {
  flex: 1;
}
.tourist__text,
.route__text {
  font-size: clamp(16px, 0.1230769231vw + 15.5384615385px, 18px);
  font-weight: 500;
  text-align: justify;
}
.tourist__btn,
.route__btn {
  margin-top: 40px !important;
}
@media screen and (max-width: 991px) {
  .tourist__btn,
  .route__btn {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .tourist,
  .route {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .tourist__inner,
  .route__inner {
    padding-left: 20px;
  }
}

.route {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
// effort / company
------------------------------------------------------------ */
.effort,
.company {
  padding-block: clamp(60px, 7.3846153846vw + 32.3076923077px, 180px);
}
.effort__inner,
.company__inner {
  display: flex;
  gap: clamp(0px, 14.245014245vw + -109.4017094017px, 100px);
}
.effort__head,
.company__head {
  width: clamp(260px, 16vw + 200px, 520px);
}
.effort__body,
.company__body {
  flex: 1;
}
.effort__text,
.company__text {
  font-size: clamp(16px, 0.1230769231vw + 15.5384615385px, 18px);
  font-weight: 500;
  text-align: justify;
}
.effort__btn--sp,
.company__btn--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .effort__inner,
  .company__inner {
    flex-direction: column;
  }
  .effort__head,
  .company__head {
    width: 100%;
  }
  .effort__btn--pc,
  .company__btn--pc {
    display: none;
  }
  .effort__btn--sp,
  .company__btn--sp {
    display: block;
    margin-top: 40px;
    margin-inline: auto;
  }
}

.effort {
  padding-block: clamp(60px, 7.3846153846vw + 32.3076923077px, 180px);
  background: url(../images/index/bg-effort.png) no-repeat center center/cover;
}

.company {
  padding-block: clamp(60px, 7.3846153846vw + 32.3076923077px, 180px);
  background: url(../images/index/bg-company.png) no-repeat center center/cover;
}

/* ------------------------------------------------------------
// recruit
------------------------------------------------------------ */
.recruit {
  padding-top: clamp(60px, 4.9230769231vw + 41.5384615385px, 140px);
  padding-inline: 20px;
  background: #d9f4ff;
}
.recruit__white-background {
  width: 100%;
  max-width: 1720px;
  margin-inline: auto;
  background: url(../images/index/bg-recruit-line.svg) no-repeat center bottom/contain #ffffff;
  border-radius: 16px;
}
.recruit__image-background {
  padding: clamp(40px, 16.8067226891vw + -89.0756302521px, 200px) clamp(0px, 13.6554621849vw + -104.8739495798px, 130px);
  background: url(../images/index/img-recruit.png) no-repeat center right/contain;
}
.recruit__text {
  font-size: clamp(15px, 2.7139874739vw + -11.8956158664px, 28px);
  font-weight: 700;
  margin-bottom: clamp(40px, 2.4615384615vw + 30.7692307692px, 80px);
}
@media screen and (max-width: 767px) {
  .recruit__image-background {
    padding: clamp(40px, 16.8067226891vw + -89.0756302521px, 200px) clamp(0px, 13.6554621849vw + -104.8739495798px, 130px);
    background: none;
  }
}

/* ------------------------------------------------------------
// contact
------------------------------------------------------------ */
.contact {
  padding-block: clamp(60px, 1.2307692308vw + 55.3846153846px, 80px);
  padding-inline: 20px;
  background: #d9f4ff;
}
.contact__white-background {
  width: 100%;
  max-width: 1720px;
  margin-inline: auto;
  padding: clamp(60px, 1.8461538462vw + 53.0769230769px, 90px) clamp(0px, 7.8153846154vw + -29.3076923077px, 127px) clamp(60px, 1.2307692308vw + 55.3846153846px, 80px);
  background: #ffffff;
  border-radius: 16px;
}
.contact__inner {
  display: flex;
  gap: clamp(40px, 50.2092050209vw + -458.0753138075px, 280px);
}
.contact__head {
  width: clamp(370px, 20.9205020921vw + 162.4686192469px, 470px);
}
.contact__text {
  font-size: clamp(15px, 0.1846153846vw + 14.3076923077px, 18px);
  font-weight: 700;
}
.contact__body {
  flex: 1;
}
.contact__body .c-btn-contact {
  display: flex;
  width: 100%;
  max-width: 720px;
  height: clamp(50px, 0.9230769231vw + 46.5384615385px, 65px);
  padding-inline: clamp(15px, 1.0460251046vw + 4.6234309623px, 20px);
}
.contact__body .c-btn-contact:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .contact__inner {
    flex-direction: column;
  }
  .contact__head {
    width: 100%;
  }
}