@charset "UTF-8";
/* フェードアップアニメーション */
.fade-up.is-hidden {
  opacity: 0;
  transform: translateY(30px);
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fade-up {
  transition: opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: var(--delay-sp, 0s);
}

@media (min-width: 780) {
  .fade-up {
    transition-delay: var(--delay-pc, 0s);
  }
}
/*　　sp版　　*/
/* kv　*/
.kv {
  position: relative;
  padding-bottom: 80.513vw;
}
.kv .splide__pagination {
  bottom: -66.026vw;
}
.kv .splide__pagination__page {
  background: #72a230;
  width: 1.538vw;
  height: 1.538vw;
  margin: 1.026vw;
  opacity: 0.4;
}
.kv .splide__pagination__page.is-active {
  transform: scale(1);
  opacity: 1;
}
.kv > p {
  position: absolute;
  top: 6.667vw;
  left: 3.846vw;
}
.kv > p img {
  width: 46.795vw;
  height: auto;
}
.kv > h2 {
  position: absolute;
  top: 22.564vw;
  left: -10.897vw;
}
.kv > h2 img {
  height: auto;
  width: 74.103vw;
}

.kv__text-box {
  position: absolute;
  width: calc(100% - 7.692vw);
  right: 50%;
  transform: translateX(50%);
  top: 94.744vw;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3.846vw;
  padding: 7.051vw 7.692vw 5.128vw;
}
.kv__text-box p {
  line-height: 2;
}

.kv__icon-items {
  margin-top: 3.846vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kv__icon-items li {
  background-image: url(../images/top/kv_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 25.128vw;
  width: 23.333vw;
  display: grid;
  place-items: center;
  position: relative;
}
.kv__icon-items li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  right: -3.846vw;
  display: block;
  width: 2.179vw;
  height: 2.179vw;
  background-image: url(../images/top/kv_by.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.kv__icon-items li:last-child::after {
  display: none;
}
.kv__icon-items li img {
  width: 18.846vw;
  height: auto;
}

.kv-splide {
  width: 100%;
}

.kv-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112.821vw;
}

/* ズーム */
.splide__slide img {
  transition: 8s ease-out;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}

/* top-cv */
.top-cv {
  margin-top: 0;
}
.top-cv .site-btn__actions {
  justify-content: center;
  margin-top: 5.128vw;
  gap: 5.128vw;
}
.top-cv .site-btn__actions .site-btn__item--outline {
  color: #fff;
  background-color: transparent;
}
.top-cv .site-btn__actions .site-btn__item--outline::before {
  background-color: #fff;
}
.top-cv .site-btn__item {
  padding: 1.282vw 0;
  width: 28.205vw;
  border: 0.256vw solid #fff;
  background-color: #fff;
  color: #72a230;
  font-size: 2.564vw;
}
.top-cv .site-btn__item::before {
  background-color: #72a230;
  margin: 0.256vw 1.282vw 0 0;
}

.top-cv .site-btn__actions {
  flex-direction: column;
  justify-content: center;
  gap: 3.846vw;
}
.top-cv .site-btn__actions .site-btn__item--outline {
  color: #fff;
  background-color: transparent;
}
.top-cv .site-btn__actions .site-btn__item--outline::before {
  background-color: #fff;
}
.top-cv .site-btn__item {
  padding: 2.179vw 0;
  width: 45.513vw;
  border: 0.385vw solid #fff;
  font-size: 4.103vw;
  font-weight: 700;
}
.top-cv .site-btn__item::before {
  width: 2.179vw;
  height: 2.179vw;
  margin: 0.256vw 1.282vw 0 0;
}

.top-cv__inner {
  color: #fff;
  position: relative;
  margin: 0 auto;
  padding: 10.256vw 0;
  text-align: center;
  background-image: url(../images/top/top_cv_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-cv__inner h2 {
  font-size: 6.667vw;
  line-height: 1.4;
}
.top-cv__inner p {
  margin-top: 5.128vw;
  line-height: 2;
}
.top-cv__inner p span {
  color: #FFEA4A;
}

.top-cv__deco1 {
  bottom: -10.256vw;
  right: 3.846vw;
  width: 24.359vw;
  height: auto;
}

/* news */
.news__inner {
  padding: 0 3.846vw;
}
.news__inner h3 {
  font-size: 3.077vw;
  text-align: center;
  background-color: #fff;
  padding: 1.795vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6.41vw auto 0;
  border-radius: 1.026vw;
}
.news__inner .site-btn__actions {
  justify-content: center;
  margin-top: 6.41vw;
}
.news__inner .site-btn__actions .site-btn__item {
  letter-spacing: 0.5vw;
  font-weight: 500;
  width: 45.513vw;
  padding: 2.179vw;
  font-size: 4.103vw;
}
.news__inner .site-btn__actions .site-btn__item svg {
  width: 2.821vw;
  height: 2.821vw;
  margin: 0.641vw 1.923vw;
}
.news__inner .site-btn__actions .site-btn__item::before {
  margin-right: 2.564vw;
}
.news__inner .site-btn__actions .site-btn__item--solid {
  background-color: #854023;
  border-color: #854023;
}

.news__insta-cont {
  width: 100%;
  margin-top: 5.769vw;
}

/* about */
.about {
  margin-top: 17.949vw;
}
.about .site-btn__actions {
  display: flex;
  justify-content: center;
  margin: 8.974vw auto 0;
  order: 4;
}
.about .site-btn__item--solid {
  background-color: #854023;
  border-color: #854023;
  width: 45.641vw;
  font-size: 4.103vw;
  padding: 2.179vw;
}
.about .site-btn__item--solid::before {
  margin-right: 1.923vw;
}

.about__inner {
  position: relative;
}

.about__head-title {
  background: linear-gradient(180deg, rgb(249, 246, 239) 0%, rgb(249, 246, 239) 60%, rgb(239, 234, 220) 60%, rgb(239, 234, 220) 100%);
}
.about__head-title > span {
  display: block;
  width: 100%;
}

.about__bg {
  background-color: #efeadc;
  margin: 0 auto;
  padding: 0 7.692vw 14.103vw;
}

.about__content {
  display: flex;
  flex-direction: column;
}
.about__content p {
  order: 3;
  margin-top: 5.769vw;
  line-height: 2.2;
}

.about__content-pc {
  display: contents;
}

.about__head-copy {
  width: 100%;
  margin: 14.103vw auto 0;
  order: 1;
}
.about__head-copy img {
  width: 100%;
}

.about__img {
  order: 2;
  width: 100%;
  margin-top: 10.256vw;
  border-radius: 3.846vw;
}

.about-splide {
  width: 100%;
}

.about-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-slide img {
  border-radius: 3.846vw;
}

.about {
  /* ズーム */
}
.about .splide__slide img {
  transition: none;
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
  transform: none;
}
.about .splide__slide.is-active img {
  transform: none;
  transition-delay: 0s;
}

.about__deco1 {
  width: 7.436vw;
  top: 8vw;
  left: 8vw;
}

.about__deco2 {
  width: 10.256vw;
  bottom: 7vw;
  right: 8vw;
}

/* facility */
.facility {
  background-color: #f9f6ef;
  padding: 19.231vw 3.846vw 16.667vw;
}

.facility__inner {
  position: relative;
  margin: 0 auto;
}
.facility__inner > h3 {
  font-size: 3.077vw;
  background-color: #fff;
  padding: 1.282vw 2.564vw;
  margin: 7.692vw auto 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.026vw;
}

.facility__icons {
  width: 100%;
  margin-top: 5.128vw;
}

.facility__list {
  margin-top: 10.256vw;
  padding: 0 3.333vw;
  display: grid;
  gap: 7.692vw;
}

.facility__item {
  border-radius: 3.846vw;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.facility__item:hover img {
  transform: scale(1.1);
}
.facility__item:hover .site-btn__item {
  opacity: 0.5;
}

.facility__item-image {
  display: block;
  height: 53.846vw;
  overflow: hidden;
}
.facility__item-image img {
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.facility__item-body {
  padding: 5.128vw 6.41vw;
  flex: 1;
}
.facility__item-body h4 {
  font-size: 5.128vw;
  color: #72a230;
  font-weight: 500;
  margin-top: 5.128vw;
}
.facility__item-body p {
  line-height: 2;
  margin-top: 3.846vw;
}
.facility__item-body .site-btn__actions {
  justify-content: flex-end;
}
.facility__item-body .site-btn__item {
  font-size: 3.974vw;
  font-weight: 600;
  width: 40.128vw;
  border-width: 1px;
  padding: 2.179vw 0;
  margin-top: 5.128vw;
}
.facility__item-body .site-btn__item::before {
  margin-right: 2.564vw;
}
.facility__item-body .site-btn__item:has(svg) {
  width: 45.513vw;
}
.facility__item-body .site-btn__item svg {
  margin: 0.385vw 0 0 1.923vw;
  width: 3.205vw;
  height: 3.205vw;
}
.facility__item-body .site-btn__item svg path {
  fill: #72a230;
}

.facility__item-tag {
  background: linear-gradient(-25deg, #72a230 39%, #fbde00 100%);
  display: grid;
  place-items: center;
  width: 25.641vw;
  height: 5.897vw;
  border-radius: 3.846vw 0.641vw 3.846vw 0.641vw;
  color: #fff;
  font-size: 3.077vw;
  font-weight: 600;
}

.facility__more {
  margin-top: 2.564vw;
}

.facility__more-bg {
  background-image: url(../images/top/facility_text_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 12.179vw 0;
  text-align: center;
}
.facility__more-bg h3 {
  font-size: 5.128vw;
  color: #fbde00;
}
.facility__more-bg p {
  margin-top: 3.846vw;
  line-height: 2;
  font-size: 2.564vw;
  color: #fff;
}

.facility__tree {
  top: -32.821vw;
  left: -3.59vw;
  width: 22.821vw;
}

.facility__deco1 {
  width: 26.282vw;
  top: -8.718vw;
  left: 1.282vw;
}

.facility__deco2 {
  width: 4.231vw;
  top: 123.282vw;
  right: -3.59vw;
}

.facility__deco3 {
  width: 2.949vw;
  top: 241.282vw;
  left: -3.59vw;
}

.facility__deco4 {
  width: 6.795vw;
  top: 271.282vw;
  right: -1vw;
}

.facility__deco5 {
  width: 11.795vw;
  bottom: 116.282vw;
  right: -3.59vw;
}

/* access*/
.access__inner {
  position: relative;
  margin: 0 auto;
}

.access__head-title {
  background: linear-gradient(180deg, rgb(249, 246, 239) 0%, rgb(249, 246, 239) 66%, rgb(239, 234, 220) 66%, rgb(239, 234, 220) 100%);
}
.access__head-title > span {
  display: block;
  width: 100%;
}

.access__bg {
  background-color: #efeadc;
}

.access__body {
  display: flex;
  flex-direction: column;
  gap: 6.41vw;
  padding: 10.897vw 8.974vw 11.538vw;
}

.access__map {
  width: 100%;
  height: 56.41vw;
  border-radius: 3.846vw;
  overflow: hidden;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__info-table tbody {
  display: flex;
  flex-direction: column;
  gap: 5.128vw;
  line-height: 1.8;
}
.access__info-table th {
  color: #72a230;
  font-weight: 600;
  width: 23.077vw;
}

.access__deco1 {
  width: 6.923vw;
  top: 8vw;
  left: 9vw;
}

.access__deco2 {
  width: 19.615vw;
  bottom: -9vw;
  right: 4vw;
}

/* pc版 1440px 以上 */
@media (min-width: 781px) {
  .kv {
    position: relative;
    padding-bottom: 4.167vw;
  }
  .kv .splide__pagination {
    bottom: -2.778vw;
  }
  .kv .splide__pagination__page {
    background: #72a230;
    width: 0.694vw;
    height: 0.694vw;
    margin: 0.486vw;
    opacity: 0.4;
  }
  .kv .splide__pagination__page.is-active {
    transform: scale(1);
    opacity: 1;
  }
  .kv > p {
    position: absolute;
    top: 3.056vw;
    left: 7.986vw;
  }
  .kv > p img {
    width: 21.528vw;
    height: auto;
  }
  .kv > h2 {
    position: absolute;
    top: 10.694vw;
    left: 0;
  }
  .kv > h2 img {
    height: auto;
    width: 32.917vw;
  }
  .kv__text-box {
    position: absolute;
    right: 8.333vw;
    bottom: 0;
    top: auto;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(0);
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 1.111vw;
    padding: 3.056vw 2.292vw 2.5vw;
  }
  .kv__text-box p {
    line-height: 2;
  }
  .kv__icon-items {
    margin-top: 2.292vw;
    display: flex;
    gap: 1.944vw;
    align-items: center;
  }
  .kv__icon-items li {
    background-image: url(../images/top/kv_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 7.431vw;
    width: 7.986vw;
    display: grid;
    place-items: center;
    position: relative;
  }
  .kv__icon-items li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: -1.597vw;
    display: block;
    width: 0.694vw;
    height: 0.694vw;
  }
  .kv__icon-items li:last-child::after {
    display: none;
  }
  .kv__icon-items li img {
    width: 6.458vw;
    height: 3.056vw;
  }
  .kv-splide {
    width: 100%;
  }
  .kv-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3.889vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    height: 40.278vw;
  }
  /* ズーム */
  .splide__slide img {
    transition: 8s ease-out;
    height: auto;
    width: 100%;
  }
  .splide__slide.is-active img {
    transform: scale(1.15);
    transition-delay: 0s;
  }
  /* top-cv */
  .top-cv {
    margin-top: 6.944vw;
    padding-bottom: 8.333vw;
  }
  .top-cv .site-btn__actions {
    justify-content: center;
    flex-direction: row;
    margin-top: 2.778vw;
    gap: 2.778vw;
  }
  .top-cv .site-btn__actions .site-btn__item--outline {
    color: #fff;
    background-color: transparent;
  }
  .top-cv .site-btn__actions .site-btn__item--outline::before {
    background-color: #fff;
  }
  .top-cv .site-btn__item {
    padding: 0.972vw 0;
    width: 15.278vw;
    border: 0.139vw solid #fff;
    background-color: #fff;
    color: #72a230;
    font-size: 1.389vw;
  }
  .top-cv .site-btn__item::before {
    background-color: #72a230;
    width: 0.764vw;
    height: 0.764vw;
    margin: 0.139vw 0.694vw 0 0;
  }
  .top-cv .site-btn__item:hover {
    opacity: 0.75;
  }
  .top-cv__inner {
    color: #fff;
    max-width: 76.389vw;
    margin: 0 auto;
    padding: 4.514vw 0;
    text-align: center;
    border-radius: 2.083vw;
    background-image: url(../images/top/top_cv_bg@pc.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .top-cv__inner h2 {
    font-size: 2.5vw;
  }
  .top-cv__inner p {
    margin-top: 1.667vw;
    line-height: 2;
  }
  .top-cv__inner p span {
    color: #FFEA4A;
  }
  .top-cv__deco1 {
    width: 13.194vw;
    bottom: -5.3vw;
    right: -4vw;
  }
  /* news */
  .news {
    margin-top: 8.333vw;
  }
  .news__inner {
    padding: 0 2.083vw;
    max-width: 76.389vw;
    margin: 0 auto;
  }
  .news__inner h3 {
    font-size: 1.667vw;
    text-align: center;
    background-color: #fff;
    padding: 0.694vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    border-radius: 0.417vw;
  }
  .news__inner .site-btn__actions {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 3.472vw;
  }
  .news__inner .site-btn__actions .site-btn__item {
    letter-spacing: 0.2vw;
    font-weight: 500;
    width: 13.889vw;
    padding: 0.903vw;
    font-size: 1.25vw;
  }
  .news__inner .site-btn__actions .site-btn__item svg {
    width: 0.903vw;
    height: 0.903vw;
    margin: 0.417vw 0 0 0.694vw;
  }
  .news__inner .site-btn__actions .site-btn__item::before {
    margin-right: 0.694vw;
  }
  .news__inner .site-btn__actions .site-btn__item--solid {
    background-color: #854023;
    border-color: #854023;
  }
  .news__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .news__head-title {
    align-items: flex-start;
  }
  .news__insta-cont {
    width: 100%;
    margin-top: 3.125vw;
  }
  /* about */
  .about {
    padding-bottom: 0;
    background: linear-gradient(180deg, rgb(249, 246, 239) 0%, rgb(249, 246, 239) 9%, rgb(239, 234, 220) 9%, rgb(239, 234, 220) 100%);
    margin-top: 6.944vw;
  }
  .about .site-btn__actions {
    display: flex;
    justify-content: flex-start;
    margin: 3.472vw auto 0;
  }
  .about .site-btn__item--solid {
    background-color: #854023;
    border-color: #854023;
    width: 13.889vw;
    padding: 0.903vw;
    font-size: 1.25vw;
  }
  .about .site-btn__item--solid::before {
    margin-right: 0.694vw;
  }
  .about__inner {
    padding: 0;
  }
  .about__bg {
    background-color: #efeadc;
    padding: 6.25vw 0 9.722vw;
  }
  .about__content-pc {
    display: block;
  }
  .about__content {
    max-width: 77.5vw;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 auto;
  }
  .about__content p {
    font-size: 1.111vw;
    margin-top: 4.167vw;
    line-height: 2.2;
  }
  .about__head-copy {
    width: 32.431vw;
    margin: 2.083vw 0 0;
  }
  .about__img {
    order: 0;
    width: 36.806vw;
    margin-top: 0;
    border-radius: 1.111vw;
  }
  .about__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .about-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-slide img {
    border-radius: 1.111vw;
  }
  .about {
    /* ズーム */
  }
  .about .splide__slide img {
    transition: none;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
    transform: none;
  }
  .about .splide__slide.is-active img {
    transform: none;
    transition-delay: 0s;
  }
  .about__deco1 {
    width: 4.028vw;
    top: 1.611vw;
    left: 8vw;
  }
  .about__deco2 {
    width: 5.556vw;
    bottom: 7vw;
    right: 3vw;
  }
  /* facility */
  .facility {
    padding: 7.639vw 0;
  }
  .facility__inner {
    max-width: 76.389vw;
  }
  .facility__inner > h3 {
    padding: 0.694vw 1.389vw;
    margin: 4.167vw auto 0;
    border-radius: 0.417vw;
    font-size: 1.25vw;
  }
  .facility__icons {
    width: 47.917vw;
    margin: 2.083vw auto 0;
  }
  .facility__list {
    margin-top: 5.556vw;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.778vw;
  }
  .facility__item {
    border-radius: 1.111vw;
    width: 23.542vw;
  }
  .facility__item > a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .facility__item:hover img {
    transform: scale(1.1);
  }
  .facility__item-image {
    display: block;
    height: 15.278vw;
    overflow: hidden;
  }
  .facility__item-body {
    padding: 1.389vw 1.806vw 1.806vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .facility__item-body h4 {
    font-size: 1.667vw;
    color: #72a230;
    font-weight: 500;
    margin-top: 2.083vw;
  }
  .facility__item-body p {
    line-height: 2;
    margin-top: 1.389vw;
  }
  .facility__item-body .site-btn__item {
    font-size: 0.972vw;
    font-weight: 600;
    width: 9.722vw;
    border-width: 0.139vw;
    padding: 0.486vw 0;
    margin-top: 2.083vw;
  }
  .facility__item-body .site-btn__item::before {
    margin-right: 0.556vw;
  }
  .facility__item-body .site-btn__item:has(svg) {
    width: 10.764vw;
  }
  .facility__item-body .site-btn__item svg {
    margin: 0.208vw 0 0 0.347vw;
    width: 0.764vw;
    height: 0.764vw;
  }
  .facility__item-body .site-btn__item svg path {
    fill: #72a230;
  }
  .facility__item-tag {
    width: 7.639vw;
    height: 1.736vw;
    border-radius: 1.111vw 0.139vw 1.111vw 0.139vw;
    color: #fff;
    font-size: 0.903vw;
    font-weight: 600;
  }
  .facility__more {
    margin: 0;
  }
  .facility__more-bg {
    background-image: url(../images/top/facility_text_bg@pc.png);
    background-position: center;
    background-size: 45.139vw;
    width: 49.931vw;
    padding: 6.25vw 0;
    text-align: center;
  }
  .facility__more-bg h3 {
    font-size: 1.806vw;
    color: #fbde00;
  }
  .facility__more-bg p {
    margin-top: 1.389vw;
    font-size: 1.319vw;
  }
  .facility__tree {
    width: 23.889vw;
    top: -11vw;
    left: -12.5vw;
  }
  .facility__deco1 {
    width: 25.625vw;
    top: 13.282vw;
    left: -12vw;
  }
  .facility__deco2 {
    width: 3.333vw;
    top: 50.282vw;
    right: -5vw;
  }
  .facility__deco3 {
    width: 3.056vw;
    top: 73.282vw;
    left: -7vw;
  }
  .facility__deco4 {
    width: 3.889vw;
    top: 79.282vw;
    right: -8vw;
  }
  .facility__deco5 {
    width: 7.222vw;
    bottom: -1.718vw;
    right: 8.2vw;
  }
  /* access*/
  .access__inner {
    position: relative;
    padding: 0;
    margin: 0 auto;
  }
  .access__head-title {
    background: linear-gradient(180deg, rgb(249, 246, 239) 0%, rgb(249, 246, 239) 60%, rgb(239, 234, 220) 60%, rgb(239, 234, 220) 100%);
  }
  .access__body {
    flex-direction: row-reverse;
    gap: 2.778vw;
    margin: 0 auto;
    max-width: 76.389vw;
    padding: 5.903vw 0 6.944vw;
  }
  .access__map {
    width: 40.278vw;
    height: 22.222vw;
    border-radius: 1.389vw;
    overflow: hidden;
  }
  .access__map iframe {
    width: 100%;
    height: 100%;
  }
  .access__info-table tbody {
    gap: 1.042vw;
    line-height: 1.8;
  }
  .access__info-table th {
    width: 7.639vw;
    font-size: 1.111vw;
  }
  .access__deco1 {
    width: 3.125vw;
    top: 2.5vw;
    left: 7vw;
  }
  .access__deco2 {
    width: 10.625vw;
    bottom: -5vw;
    right: 6vw;
  }
}/*# sourceMappingURL=top.css.map */