/**********************
top page
***********************/
.fv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
  aspect-ratio: unset;
  background: url(../images/fv.webp) no-repeat center/cover;
}
.fv__copy {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  color: #4E4E4E;
  font-family: "MOBO", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 4.5vw, 3.75rem);
  text-align: center;
  letter-spacing: 0.1em;
}
.fv__line {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.fv__line-pc {
  display: none;
}
.fv__cars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.fv .car {
  position: absolute;
  left: 0;
  width: var(--size, 24px);
  aspect-ratio: 1/1;
  bottom: var(--b, 10%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: drive var(--dur, 30s) linear var(--delay, 0s) infinite;
  will-change: transform;
}
@keyframes drive {
  from {
    transform: translateX(calc(100vw + 100%));
  }
  to {
    transform: translateX(calc(-100vw - 100%));
  }
}
.fv .car--reverse {
  animation-name: drive-reverse;
}
@keyframes drive-reverse {
  from {
    transform: translateX(calc(-100vw - 100%));
  }
  to {
    transform: translateX(calc(100vw + 100%));
  }
}
.fv .car--01 {
  background-image: url("../images/car/cars1.svg");
  --b: 16%;
  --dur: 25s;
  --delay: 0s;
  --size: clamp(40px, 15.4vw, 120px);
  z-index: 1;
}
.fv .car--02 {
  background-image: url("../images/car/cars2.svg");
  --b: 20%;
  --dur: 30s;
  --delay: -5s;
  --size: clamp(30px, 14.4vw, 90px);
}
.fv .car--03 {
  background-image: url("../images/car/cars3.svg");
  --b: 20%;
  --dur: 30s;
  --delay: -8s;
  --size: clamp(30px, 14.4vw, 90px);
}
.fv .car--04 {
  background-image: url("../images/car/cars4.svg");
  --b: 17%;
  --dur: 30s;
  --delay: -10s;
  --size: clamp(35px, 15.4vw, 100px);
  z-index: 1;
}
.fv .car--05 {
  background-image: url("../images/car/cars5.svg");
  --b: 10%;
  --dur: 30s;
  --delay: -12s;
  --size: clamp(35px, 15.4vw, 100px);
  z-index: 3;
}
.fv .car--06 {
  background-image: url("../images/car/cars6.svg");
  --b: 5%;
  --dur: 30s;
  --delay: -15s;
  --size: clamp(60px, 15.4vw, 120px);
  z-index: 1;
}
.fv .car--07 {
  background-image: url("../images/car/cars7.svg");
  --b: 20%;
  --dur: 30s;
  --delay: -18s;
  --size: clamp(35px, 15.4vw, 90px);
}
.fv .car--08 {
  background-image: url("../images/car/cars8.svg");
  --b: 4%;
  --dur: 30s;
  --delay: 0s;
  --size: clamp(70px, 16vw, 150px);
  z-index: 4;
}
.fv .car--09 {
  background-image: url("../images/car/cars9.svg");
  background-position: center bottom;
  --b: 15%;
  --dur: 20s;
  --delay: 0s;
  width: clamp(250px, 30vw, 350px);
  z-index: 1;
}
@media (min-width: 480px) {
  .fv {
    height: auto;
    aspect-ratio: 96/101;
  }
}
@media (min-width: 1024px) {
  .fv {
    top: -10vh;
  }
  .fv__copy {
    top: 23%;
  }
  .fv__line-pc {
    display: block;
  }
  .fv__line-sp {
    display: none;
  }
}

.news {
  position: relative;
  padding-left: 5%;
  background: url("../images/bg.webp") center/cover no-repeat;
}
.news::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(115, 161, 60, 0.8);
  z-index: 0;
  pointer-events: none;
}
.news > * {
  position: relative;
  z-index: 1;
}
.news .en,
.news .ja {
  color: var(--color-white);
  text-align: left;
}
.news__people {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.news .person {
  position: absolute;
  right: var(--x, 10%);
  top: 0;
  width: var(--size, 30px);
  aspect-ratio: 1/1;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--dur, 1s) ease, transform var(--dur, 1s) ease;
  transition-delay: var(--delay, 0s);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news .person.is-active {
  opacity: 1;
  transform: translateY(0);
}
.news .person--01 {
  background-image: url("../images/people01.svg");
  --x: 17%;
  --dur: 0.5s;
  --delay: 0.2s;
  --size: clamp(30px, 10.3vw, 60px);
}
.news .person--02 {
  background-image: url("../images/people02.svg");
  --x: 7%;
  --dur: 0.5s;
  --delay: 0.5s;
  --size: clamp(30px, 7.7vw, 60px);
}
.news__wrapper {
  margin-block: 20px;
}
.news__lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news__list {
  width: clamp(240px, 50vw, 340px);
  padding: 20px 20px 30px;
  background: var(--color-white);
  border-radius: 10px;
}
.news__tmb {
  text-align: center;
}
.news__tmb img {
  width: clamp(200px, 30vw, 300px);
  aspect-ratio: 301/170;
  object-fit: cover;
}
.news__text {
  margin-block: 20px;
}
.news__data {
  margin-block: 10px;
  font-size: 0.75rem;
}
.news__cat {
  display: inline-block;
  padding-inline: 10px;
  background: #FFA940;
  border-radius: 30px;
}
.news__progress {
  margin: 20px 0 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.news__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #FCFCFC;
  cursor: pointer;
}
.news__dot.is-active {
  background: #4F662E;
}
.news .swiper__button {
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .news {
    margin-top: -10vh;
  }
  .news .swiper__button {
    justify-content: space-between;
  }
  .news .btn__more {
    margin-right: 100px;
  }
  .news__data {
    font-size: 0.875rem;
  }
}

.about {
  padding: 40px 5% 100px;
}
.about__wrapper {
  margin-top: 20px;
  padding: 20px;
  background: rgba(125, 168, 73, 0.5019607843);
  border-radius: 10px;
}
.about__inner {
  padding: 20px;
  background: var(--color-white);
  border-radius: 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.about .btn__more {
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .about {
    padding-block: 60px 160px;
  }
  .about__wrapper {
    margin-top: 40px;
    padding: 40px;
  }
  .about__inner {
    padding: 20px 70px;
  }
}

.map {
  position: relative;
  background: url("../images/bg.webp") center/cover no-repeat;
}
.map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(115, 161, 60, 0.8);
  z-index: 0;
  pointer-events: none;
}
.map > * {
  position: relative;
  z-index: 1;
}
.map__inner {
  padding: 5%;
}
.map .en,
.map .ja {
  color: var(--color-white);
  text-align: left;
}
.map__container {
  position: relative;
  margin-top: 40px;
}
.map__image {
  position: relative;
  height: 430px;
  overflow: hidden;
  border-radius: 10px;
}
.map__stage {
  position: absolute;
  inset: 0;
  transition: transform 0.6s ease;
  transform-origin: 0 0;
}
.map__stage-contents {
  position: relative;
  display: inline-block;
  width: 100%;
}
.map__stage-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
.map__stage-contents-image {
  width: 100%;
  height: auto;
  display: block;
}
.map__stage-contents .map_bg-pc {
  display: none;
}
.map__pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.map__pin {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
  transform: translate(-50%, -100%) scale(0);
  transition: 0.4s ease;
}
.map__pin.active {
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.map__pin img {
  width: 100%;
  height: auto;
  display: block;
}
.map__wrapper.swiper {
  width: 100%;
  margin-top: -80px;
}
.map__wrapper .swiper-wrapper {
  align-items: stretch;
}
.map__wrapper .swiper-slide {
  height: auto;
}
.map__list {
  width: clamp(200px, 55vw, 360px);
  padding: 25px 20px;
  background: var(--color-white);
  border: 1px solid var(--color-main);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
  font-size: 0.75rem;
}
.map__list-image {
  text-align: center;
  overflow: hidden;
}
.map__list-image img {
  width: clamp(180px, 55vw, 280px);
  aspect-ratio: 50/29;
  object-fit: cover;
  transition: 0.3s;
}
.map__list:hover .btn__arrow {
  transform: scale(1.1);
}
.map__list:hover .map__list-image img {
  transform: scale(1.1);
}
.map__list-contents {
  display: flex;
  align-items: flex-end;
  width: fit-content;
  padding-block: 20px 5px;
  border-bottom: 1px solid var(--color-line);
}
.map__list-contents div {
  padding-left: 10px;
}
.map__list-num {
  position: relative;
  padding-right: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}
.map__list-num::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 25px;
  background: var(--color-line);
}
.map__list-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.map__progress {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.map__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #FCFCFC;
  cursor: pointer;
}
.map__dot.is-active {
  background: #4F662E;
}
.map .btn__arrow {
  margin: 10px 0 0 auto;
}
.map .btn__more {
  margin: 40px auto 0;
}
@media (min-width: 480px) {
  .map__image {
    height: 600px;
  }
  .map__pin {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .map__image {
    height: 850px;
  }
  .map__list {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .map__wrapper.swiper {
    margin-top: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .map__wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .map__lists.swiper-wrapper {
    display: block;
  }
  .map__lists.swiper-wrapper::after {
    content: "";
    display: block;
    height: 50%;
  }
  .map__lists.swiper-wrapper::before {
    content: "";
    display: block;
    height: 50%;
  }
  .map__list.swiper-slide {
    margin-bottom: 24px;
  }
  .map__progress,
  .map .swiper__button {
    display: none;
  }
  .map__container {
    position: relative;
    min-height: calc(100vh + 200px);
  }
  .map__sticky {
    position: sticky;
    top: 80px;
    height: 100vh;
  }
  .map__image {
    overflow: hidden;
    height: 100%;
  }
  .map__stage {
    overflow: visible;
  }
  .map__stage-contents .map_bg-sp {
    display: none;
  }
  .map__stage-contents .map_bg-pc {
    display: block;
    height: 100%;
    width: 100%;
  }
  .map__stage img {
    height: 100%;
    width: auto;
  }
  .map__pin {
    width: 75px;
    height: 100px;
    object-fit: cover;
  }
  .map__wrapper {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 360px;
    height: calc(100% - 80px);
    overflow: auto;
    z-index: 20;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .map .map__wrapper.is-show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .map__progress,
  .map .swiper__button {
    display: none;
  }
}/*# sourceMappingURL=front-page.css.map */