@charset "UTF-8";
/* ============================================================
// index.scss
============================================================ */
/* ------------------------------------------------------------
// Fluid Design Function
// 最小値〜最大値の間で数値を可変させる共通関数
------------------------------------------------------------ */
/* ------------------------------------------------------------
// hero
------------------------------------------------------------ */
.hero {
  position: fixed;
  z-index: -1;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.hero__slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__content--fixed {
  position: absolute;
  z-index: 100;
  pointer-events: none;
  top: 40%;
  left: 10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .hero__content--fixed {
    left: 0;
    padding-inline: 20px;
  }
}

.hero__content--fixed .hero__title,
.hero__content--fixed .hero__text {
  opacity: 1;
  transform: none;
}

.hero__content--fixed .hero__title {
  font-size: clamp(24px, 2.1917808219vw + 15.7808219178px, 48px);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  margin-bottom: 4px;
}

.hero__content--fixed .hero__text {
  font-size: clamp(16px, 0.9132420091vw + 12.5753424658px, 26px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.swiper-slide-active .hero__title,
.swiper-slide-active .hero__text {
  opacity: 1;
  transform: translateY(0);
}

.hero--full {
  max-width: none;
}

.hero__slider--aspect-ratio {
  aspect-ratio: 16/9;
  height: auto;
}

/* ------------------------------------------------------------
// index
------------------------------------------------------------ */
.index-spacer {
  position: relative;
  padding-top: calc(100vh - 240px);
}
@media screen and (max-width: 767px) {
  .index-spacer {
    padding-top: calc(100vh - 140px);
  }
}

.service-section__top-image {
  margin-bottom: -1px;
}

.service-section__bottom-image {
  margin-top: -1px;
  background-color: #fbfcfa;
}

.service-section {
  padding-block: clamp(60px, 12.7853881279vw + 12.0547945205px, 200px) 40px;
  background: url(../images/index/bg-service.png) center center;
}

.service-heart {
  background: url(../images/index/img-heart.png) no-repeat top center/contain;
}
.service-heart__text-01 {
  font-size: clamp(16px, 0.5479452055vw + 13.9452054795px, 22px);
  font-weight: 500;
  line-height: 2.3;
  width: 45%;
  margin-bottom: clamp(24px, 13.6752136752vw + -81.0256410256px, 120px);
}
@media screen and (max-width: 991px) {
  .service-heart__text-01 {
    line-height: 2;
    width: 650%;
  }
}
@media screen and (max-width: 767px) {
  .service-heart__text-01 {
    line-height: 1.8;
    width: 100%;
  }
}
.service-heart__text-02 {
  font-size: clamp(16px, 0.5479452055vw + 13.9452054795px, 22px);
  font-weight: 500;
  line-height: 2.3;
  width: 45%;
  margin-left: auto;
  margin-bottom: clamp(120px, 8.547008547vw + 54.358974359px, 180px);
}
@media screen and (max-width: 991px) {
  .service-heart__text-02 {
    line-height: 2;
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .service-heart__text-02 {
    line-height: 1.8;
    width: 100%;
  }
}

.nav-banners {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 5.698005698vw + -23.7606837607px, 60px);
  padding-block: clamp(60px, 5.4794520548vw + 39.4520547945px, 120px);
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .nav-banners {
    flex-direction: column;
  }
}
.nav-banners .illust-03 {
  position: absolute;
  top: -120px;
  left: 5%;
  z-index: 1;
}

.nav-banner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 765px;
  height: clamp(160px, 3.6529680365vw + 146.301369863px, 200px);
  border-radius: 20px;
  overflow: hidden;
}
.nav-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nav-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.nav-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 clamp(30px, 2.7397260274vw + 19.7260273973px, 60px);
}
.nav-banner__title {
  display: flex;
  flex-direction: column;
}
.nav-banner__jp {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(24px, 1.7094017094vw + 10.8717948718px, 36px);
  font-weight: 700;
}
.nav-banner__en {
  color: #fff;
  font-family: "Quicksand", "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(14px, 0.8547008547vw + 7.4358974359px, 20px);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 4px;
}
.nav-banner__icon {
  position: relative;
  width: clamp(40px, 3.6529680365vw + 26.301369863px, 80px);
  height: clamp(40px, 3.6529680365vw + 26.301369863px, 80px);
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.nav-banner__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #57a136;
  border-right: 3px solid #57a136;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease, left 0.3s ease;
}
.nav-banner:hover .nav-banner__image img {
  transform: scale(1.1);
}
.nav-banner:hover .nav-banner__icon::after {
  animation: arrow-loop 0.4s forwards;
}

@keyframes arrow-loop {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
  }
  49% {
    transform: translate(150%, -50%) rotate(45deg);
    left: 100%;
  }
  50% {
    opacity: 0;
    transform: translate(-250%, -50%) rotate(45deg);
    left: 0%;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
  }
}
.access-section {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.access-section .c-section-title {
  width: 240px;
}
.access-section .c-google-maps {
  flex: 1;
  border-radius: 10px;
}
.access-section .c-google-maps iframe {
  border-radius: 10px;
}
.access-section .illust-01 {
  position: absolute;
  right: -80px;
  bottom: -80px;
  z-index: 1;
}
.access-section .illust-02 {
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .access-section {
    flex-direction: column;
    gap: 0;
  }
  .access-section .illust-01 {
    display: none;
  }
  .access-section .illust-02 {
    display: none;
  }
}

/* ------------------------------------------------------------
// contact
------------------------------------------------------------ */
.contact-section {
  margin-top: clamp(60px, 5.4794520548vw + 39.4520547945px, 120px);
  padding: clamp(40px, 1.8264840183vw + 33.1506849315px, 60px) clamp(40px, 3.6529680365vw + 26.301369863px, 80px) clamp(140px, 3.6529680365vw + 126.301369863px, 180px) clamp(40px, 3.6529680365vw + 26.301369863px, 80px);
  background-color: #f3f7f0;
  border-radius: 20px;
}
.contact-section__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(40px, 7.3059360731vw + 12.602739726px, 120px);
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contact-section__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}

.contact__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact__info {
    align-items: flex-start;
    width: 100%;
  }
}
.contact__tel-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #57a136;
  margin-bottom: 10px;
}
.contact__tel-wrap a,
.contact__tel-wrap span {
  font-family: "Quicksand", sans-serif;
  font-size: clamp(28px, 3.2876712329vw + 15.6712328767px, 64px);
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.contact__tel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(22px, 2.0091324201vw + 14.4657534247px, 44px);
  padding-top: 4px;
}
.contact__time {
  display: flex;
  flex-direction: column;
}
.contact__time-row {
  display: flex;
}
.contact__time-row dt {
  font-size: clamp(15px, 0.4566210046vw + 13.2876712329px, 20px);
  font-weight: 500;
  width: 5em;
}
.contact__time-row dd {
  font-size: clamp(15px, 0.4566210046vw + 13.2876712329px, 20px);
  font-weight: 500;
}