/* stylelint-disable-next-line at-rule-no-unknown */
/* stylelint-disable-next-line scss/double-slash-comment-empty-line-before */
body {
  opacity: 0;
  transition: opacity 0.8s ease;
}
body.is-show {
  opacity: 1;
}

.home-main {
  padding: 1.429em 0 2.857em;
}

.home-hero {
  position: relative;
  z-index: 9991;
  padding: 4.5714em 0 3em;
  background-color: #bcc4e6;
}

.home-hero-img {
  margin-bottom: 3em;
  padding: 0 7% 0 3%;
}

.home-hero-text {
  opacity: 0;
  margin: 0 auto;
  width: 89.7436%;
  transition: opacity 1.5s ease;
}
.home-hero-text.is-show {
  opacity: 1;
}
.home-hero-text p {
  margin-bottom: 2em;
  text-align: justify;
}
.home-hero-text p:last-child {
  margin-bottom: 0;
}

.home-img-slider {
  margin-bottom: 1.786em;
}
.home-img-slider .home-img-swiper .swiper-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 640/359;
}
.home-img-slider .home-img-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-img-slider .home-img-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-supporters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.714em 2.8572%;
}

.home-supporters-item {
  width: 48.5714%;
  height: auto;
  aspect-ratio: 1/1;
}
.home-supporters-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-supporters-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 769px) {
  .home-main {
    padding: 0 0 3.3333em;
  }
  .home-hero {
    margin-bottom: -4.4444em;
    padding: 10.3333em 0 4.4444em;
  }
  .home-hero::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 27.0834%;
    height: 4.4444em;
    background-color: #fff;
  }
  .home-hero-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 27.0834% 0 5.2083%;
  }
  .home-hero-img {
    margin-bottom: 0;
    padding: 0;
    width: 47.923%;
  }
  .home-hero-text {
    margin: 0;
    width: 42.923%;
  }
  .home-hero-text p {
    line-height: 2.1875;
    font-size: 0.8333333333vw;
  }
  .home-img-slider {
    width: 76.2%;
    max-width: 1280px;
  }
  .home-supporters-list {
    gap: 1em 1.3333%;
    width: 76.2%;
    max-width: 1280px;
  }
  .home-supporters-item {
    width: 24%;
  }
}
@media (min-width: 1921px) {
  .home-hero-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=home.css.map */