@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
section.top-landing .gallery-img,
section.top-landing .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.top-landing .splide__pagination {
  bottom: 1em;
}
section.top-landing .splide__pagination .splide__pagination__page {
  height: 12px;
  width: 12px;
  margin: 6px;
  background: #D6CFCF;
  opacity: 1;
}
section.top-landing .splide__pagination .splide__pagination__page.is-active {
  background: #193647;
  transform: unset;
}
section.top-landing .landing-img-container {
  height: 100vh;
}
section.top-landing .landing-img-container img, section.top-landing .landing-img-container picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 651px) {
  section.top-landing .landing-img-container {
    height: 750px;
  }
}

section.disclaimer {
  margin: clamp(40px, 10vw, 120px) auto clamp(40px, 7vw, 100px);
}
section.disclaimer a.a-btn:visited,
section.disclaimer a.a-btn {
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
  width: 280px;
  max-width: 100%;
  height: 32px;
  margin: 0 1vw 2em;
}
section.disclaimer .link-row {
  justify-content: space-evenly;
}

section.information {
  margin-bottom: clamp(80px, 10vw, 160px);
}
section.information a.a-btn,
section.information a.a-btn:visited {
  margin: auto auto 0 auto;
}
section.information .information-wrapper {
  align-items: center;
  background: #F5E9D9;
  border-radius: 20px;
  box-sizing: border-box;
  padding: clamp(20px, 2vw, 35px);
}
section.information .information-wrapper h3 {
  margin-bottom: 1.5em;
  line-height: 100%;
}
section.information .information-container {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
}
section.information .information-container.news-container {
  padding: 0 0 clamp(20px, 3vw, 50px) 0;
  border-bottom: 2px solid #707070;
  margin-bottom: clamp(20px, 3vw, 50px);
}
section.information .post-row {
  position: relative;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding-left: 4.25em;
  line-height: 140%;
  margin-bottom: 2.5em;
}
section.information .post-row .blog-date {
  white-space: nowrap;
  margin-right: 1.75em;
}
section.information .post-row:last-child {
  margin-bottom: 40px;
}
@media screen and (min-width: 1001px) {
  section.information .information-wrapper {
    align-items: flex-start;
  }
  section.information .information-container {
    padding: 0 0 0 clamp(20px, 3vw, 50px);
  }
  section.information .information-container.news-container {
    padding: 0 clamp(20px, 3vw, 50px) 0 0;
    border-bottom: unset;
    border-right: 3px solid #707070;
    margin-bottom: 0;
  }
  section.information .post-row {
    flex-direction: row;
  }
}

section.calendar {
  margin-bottom: clamp(120px, 12vw, 180px);
}
section.calendar iframe {
  aspect-ratio: 1/0.56;
  min-height: 320px;
}

/*# sourceMappingURL=top.css.map */
