@charset "UTF-8";
.keyvisual {
  width: 100%;
}
.keyvisual__swiper {
  position: relative;
}
.keyvisual__item {
  aspect-ratio: 319.89/195.67;
}
@media screen and (min-width: 768px) {
  .keyvisual__item {
    aspect-ratio: 980.92/600;
  }
}
.keyvisual__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
.keyvisual__navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 92%;
  z-index: 5;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .keyvisual__navigation {
    top: 40%;
    width: 70%;
  }
}
.keyvisual__navigation .swiper-button-next,
.keyvisual__navigation .swiper-button-prev {
  position: static;
  width: 8.5706666667vw;
  height: 8.5706666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__navigation .swiper-button-next,
  .keyvisual__navigation .swiper-button-prev {
    width: 3.4291666667vw;
    height: 3.4291666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__navigation .swiper-button-next,
  .keyvisual__navigation .swiper-button-prev {
    width: 49.38px;
    height: 49.38px;
  }
}
.keyvisual__prev {
  left: 16%;
}
.keyvisual__prev::after {
  position: static;
  content: "";
  position: absolute;
  background-image: url("../img/module/btn_prev_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 8.5706666667vw;
  height: 8.5706666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__prev::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_prev_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 3.4291666667vw;
    height: 3.4291666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__prev::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_prev_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 49.38px;
    height: 49.38px;
  }
}
.keyvisual__next {
  right: 16%;
}
.keyvisual__next::after {
  position: static;
  content: "";
  position: absolute;
  background-image: url("../img/module/btn_next_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 8.5706666667vw;
  height: 8.5706666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__next::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_next_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 3.4291666667vw;
    height: 3.4291666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__next::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_next_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 49.38px;
    height: 49.38px;
  }
}
.keyvisual__cloud {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: 3;
}
.keyvisual__cloud img {
  width: 100%;
  height: auto;
}
.keyvisual__mountain {
  position: absolute;
  left: 0;
  bottom: -33%;
  z-index: 4;
  display: none;
  height: auto;
}
@media screen and (min-width: 768px) {
  .keyvisual__mountain {
    display: block;
    width: 25.6909722222vw;
    left: -9.0277777778vw;
    top: -0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__mountain {
    width: 369.95px;
    left: -180px;
    top: -20px;
  }
}
.keyvisual__mountain img {
  width: 100%;
  height: auto;
}
.keyvisual__hour {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .keyvisual__hour {
    font-size: 2.8rem;
  }
}
.keyvisual__hour span {
  display: inline-block;
  color: #61C6B2;
  padding-right: 4vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__hour span {
    padding-right: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__hour span {
    padding-right: 15px;
  }
}
.keyvisual__hour small {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .keyvisual__hour small {
    font-size: 2.2rem;
  }
}
.keyvisual__date {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .keyvisual__date {
    font-size: 2rem;
  }
}
.keyvisual__date span {
  display: inline-block;
  color: #FFAA9F;
  padding-right: 4vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__date span {
    padding-right: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__date span {
    padding-right: 15px;
  }
}
.keyvisual__wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0 auto;
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__wrapper {
    gap: 5.4166666667vw;
    top: -5.5555555556vw;
    max-width: 76.3888888889vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__wrapper {
    gap: 78px;
    top: -90px;
    max-width: 1100px;
  }
}
.keyvisual__btn {
  display: none;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (min-width: 768px) {
  .keyvisual__btn {
    display: flex;
    width: 17.0138888889vw;
    height: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btn {
    width: 245px;
    height: 45px;
  }
}
.keyvisual__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #61C6B2;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__btn a {
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btn a {
    border-radius: 50px;
  }
}
.keyvisual__btn a:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.keyvisual__btn a::before {
  position: absolute;
  content: "";
  width: 3.1946666667vw;
  height: 2.664vw;
  top: 50%;
  right: 4.5333333333vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .keyvisual__btn a::before {
    width: 0.8319444444vw;
    height: 0.69375vw;
    right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btn a::before {
    width: 11.98px;
    height: 9.99px;
    right: 17px;
  }
}
.keyvisual__btn a {
  background-image: url(../img/module/btn_mail_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 4vw;
  background-size: 4.7493333333vw 3.4826666667vw;
}
@media screen and (min-width: 768px) {
  .keyvisual__btn a {
    background-position: center left 1.0416666667vw;
    background-size: 1.2368055556vw 0.9069444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .keyvisual__btn a {
    background-position: center left 15px;
    background-size: 17.81px 13.06px;
  }
}

.description {
  width: 100%;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .description {
    padding-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .description {
    padding-bottom: 50px;
  }
}
.description__wrapper {
  position: relative;
}
.description__container {
  position: relative;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .description__container {
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__container {
    padding-bottom: 100px;
  }
}
.description__title {
  font-size: 3.6rem;
  text-align: center;
  margin: 7.4666666667vw 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .description__title {
    font-size: 5rem;
    margin: 1.7361111111vw 0 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__title {
    margin: 25px 0 50px;
  }
}
.description__title span {
  color: #61C6B2;
}
.description__flag {
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  width: 22.6026666667vw;
}
@media screen and (min-width: 768px) {
  .description__flag {
    top: 90%;
    width: 12.8430555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__flag {
    width: 184.94px;
  }
}
.description__flag img {
  width: 100%;
  height: auto;
}
.description__flag--left {
  left: 0;
}
.description__flag--right {
  right: 0;
}
.description__text {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Sans Japanese", sans-serif;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .description__text {
    font-size: 1.5rem;
    line-height: 3.5;
  }
}
.description__text span {
  color: #61C6B2;
}
.description__btn {
  width: 100%;
  height: 14.9333333333vw;
  font-size: 2.4rem;
  margin: 0 auto;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .description__btn {
    width: 29.1666666667vw;
    height: 4.8611111111vw;
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__btn {
    width: 420px;
    height: 70px;
    margin-top: 50px;
  }
}
.description__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #61C6B2;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .description__btn a {
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__btn a {
    border-radius: 50px;
  }
}
.description__btn a:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.description__btn a::before {
  position: absolute;
  content: "";
  width: 3.1946666667vw;
  height: 2.664vw;
  top: 50%;
  right: 4.5333333333vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .description__btn a::before {
    width: 0.8319444444vw;
    height: 0.69375vw;
    right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__btn a::before {
    width: 11.98px;
    height: 9.99px;
    right: 17px;
  }
}
.description__btn a {
  box-shadow: 0 0 2.1333333333vw #dedede;
}
@media screen and (min-width: 768px) {
  .description__btn a {
    box-shadow: none;
  }
}
.description__btn a::before {
  width: 4.8vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .description__btn a::before {
    width: 1.25vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__btn a::before {
    width: 18px;
    height: 15px;
  }
}
.description__illustration img {
  width: 100%;
  height: auto;
}
.description__illustration--left, .description__illustration--right {
  display: none;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .description__illustration--left, .description__illustration--right {
    display: block;
    bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__illustration--left, .description__illustration--right {
    bottom: 50px;
  }
}
.description__illustration--left {
  width: 73.3333333333vw;
  left: -26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .description__illustration--left {
    width: 19.0972222222vw;
    left: -6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__illustration--left {
    width: 275px;
    left: -100px;
  }
}
.description__illustration--right {
  width: 60.2773333333vw;
  right: -29.3333333333vw;
}
@media screen and (min-width: 768px) {
  .description__illustration--right {
    width: 15.6972222222vw;
    right: -7.6388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__illustration--right {
    width: 226.04px;
    right: -110px;
  }
}
.description__illustration--sp {
  display: block;
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .description__illustration--sp {
    display: none;
  }
}
.description__illustration--bottom {
  position: absolute;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 768px) {
  .description__illustration--bottom {
    display: block;
    left: 18%;
    bottom: -2.0833333333vw;
    width: 5.3784722222vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__illustration--bottom {
    bottom: -30px;
    width: 77.45px;
  }
}
.description__unit {
  position: relative;
  width: calc(100vw + 42.6666666667vw);
  margin: 0 calc(50% - 50vw - 21.3333333333vw);
}
@media screen and (min-width: 768px) {
  .description__unit {
    width: calc(100vw + 3.4722222222vw);
    margin: 0 calc(50% - 50vw - 3.4722222222vw);
  }
}
@media screen and (min-width: 1440px) {
  .description__unit {
    width: calc(100vw + 50px);
    margin: 0 calc(50% - 50vw - 50px);
  }
}
.description__list {
  display: flex;
  gap: 4vw;
}
@media screen and (min-width: 768px) {
  .description__list {
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__list {
    gap: 30px;
  }
}
.description__item img {
  width: 100%;
  height: auto;
}
.description__item:nth-child(even) {
  padding-top: 8vw;
}
@media screen and (min-width: 768px) {
  .description__item:nth-child(even) {
    padding-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .description__item:nth-child(even) {
    padding-top: 60px;
  }
}

.info {
  width: 100%;
  padding: 10.6666666667vw 0 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .info {
    padding: 4.1666666667vw 0 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .info {
    padding: 60px 0 100px;
  }
}
.info__title {
  font-size: 2.9rem;
  text-align: center;
  margin: 2.6666666667vw 0 4vw;
}
@media screen and (min-width: 768px) {
  .info__title {
    font-size: 5rem;
    margin: 1.3888888889vw 0 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__title {
    margin: 20px 0 25px;
  }
}
.info__title .info__green {
  color: #61C6B2;
}
.info__title .info__red {
  position: relative;
  display: inline-block;
  color: #FF8375;
  padding-right: 1.2em;
}
.info__title .info__red::after {
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  background-image: url("../img/index/info_text_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.92vw;
  height: 8.3386666667vw;
}
@media screen and (min-width: 768px) {
  .info__title .info__red::after {
    content: "";
    position: absolute;
    background-image: url("../img/index/info_text_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.9652777778vw;
    height: 3.5736111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__title .info__red::after {
    content: "";
    position: absolute;
    background-image: url("../img/index/info_text_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 42.7px;
    height: 51.46px;
  }
}
.info__subtitle {
  width: 83.7333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .info__subtitle {
    width: 35.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__subtitle {
    width: 516px;
  }
}
.info__subtitle img {
  width: 100%;
  height: auto;
}
.info__text {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .info__text {
    font-size: 2rem;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__text {
    margin-bottom: 50px;
  }
}
.info__text span {
  color: #61C6B2;
}
.info__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .info__list {
    flex-direction: row;
    justify-content: center;
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__list {
    gap: 40px;
  }
}
.info__item {
  width: 53.0666666667vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .info__item {
    width: 18.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__item {
    width: 269px;
  }
}
.info__item img,
.info__item a {
  width: 100%;
  height: auto;
}
.info__item:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.info__item:nth-child(2) {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(2) {
    margin-left: 0;
  }
}
.info__item:nth-child(3) {
  margin-left: 9%;
  margin-top: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .info__item:nth-child(3) {
    margin-left: 0;
    margin-top: 0;
  }
}
.info__img img {
  width: 100%;
  height: auto;
}
.info__img--left, .info__img--right {
  position: absolute;
  z-index: 2;
  top: 16vw;
}
@media screen and (min-width: 768px) {
  .info__img--left, .info__img--right {
    top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__img--left, .info__img--right {
    top: 60px;
  }
}
.info__img--left {
  width: 27.4906666667vw;
  top: 58%;
  left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .info__img--left {
    width: 22.9625vw;
    left: -5.5555555556vw;
    top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__img--left {
    width: 330.66px;
    left: -80px;
    top: 60px;
  }
}
.info__img--right {
  width: 32.0266666667vw;
  top: 35%;
  right: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .info__img--right {
    width: 21.2645833333vw;
    right: -5.5555555556vw;
    top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .info__img--right {
    width: 306.21px;
    right: -80px;
    top: 60px;
  }
}

.news-top {
  width: 100%;
}
.news-top__wrapper {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-top__wrapper {
    width: 60%;
  }
}
.news-top__title {
  font-size: 4.5rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 6.6666666667vw 0;
  color: #61C6B2;
}
@media screen and (min-width: 768px) {
  .news-top__title {
    font-size: 6rem;
    margin: 2.0833333333vw 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__title {
    margin: 30px 0 60px;
  }
}
.news-top__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news-top__img {
    top: 30%;
  }
}
.news-top__img img {
  width: 100%;
  height: auto;
}
.news-top__img--left {
  left: 0;
  width: 14.912vw;
}
@media screen and (min-width: 768px) {
  .news-top__img--left {
    width: 9.74375vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__img--left {
    width: 140.31px;
  }
}
.news-top__img--right {
  right: 2.6666666667vw;
  width: 12.7546666667vw;
}
@media screen and (min-width: 768px) {
  .news-top__img--right {
    right: 0;
    width: 10.2673611111vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__img--right {
    width: 147.85px;
  }
}
.news-top__swiper {
  position: relative;
  width: 100%;
  padding: 0 5.3333333333vw 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news-top__swiper {
    width: 94vw;
    margin: 0 calc(50% - 47vw);
    padding: 0 1.3888888889vw 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__swiper {
    padding: 0 20px 40px;
  }
}
.news-top__pagination {
  position: absolute;
  bottom: 0;
}
.news-top__pagination .swiper-pagination-bullet-active {
  background: #61C6B2;
}
.news-top__pagination .swiper-pagination-bullet {
  width: 3.2vw;
  height: 3.2vw;
  margin: 0 1.3333333333vw !important;
}
@media screen and (min-width: 768px) {
  .news-top__pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin: 0 0.3472222222vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}
.news-top__navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 5;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news-top__navigation {
    top: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__navigation {
    top: 33.5%;
  }
}
.news-top__navigation .swiper-button-next,
.news-top__navigation .swiper-button-prev {
  position: static;
  width: 9.6vw;
  height: 9.6vw;
}
@media screen and (min-width: 768px) {
  .news-top__navigation .swiper-button-next,
  .news-top__navigation .swiper-button-prev {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__navigation .swiper-button-next,
  .news-top__navigation .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}
.news-top__prev {
  left: 0;
}
.news-top__prev::after {
  position: static;
  content: "";
  position: absolute;
  background-image: url("../img/module/btn_prev_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 9.6vw;
}
@media screen and (min-width: 768px) {
  .news-top__prev::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_prev_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__prev::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_prev_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
  }
}
.news-top__next {
  right: 0;
}
.news-top__next::after {
  position: static;
  content: "";
  position: absolute;
  background-image: url("../img/module/btn_next_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 9.6vw;
}
@media screen and (min-width: 768px) {
  .news-top__next::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_next_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__next::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_next_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
  }
}
.news-top__list {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news-top__list {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__list {
    margin-bottom: 10px;
  }
}
.news-top__item a {
  width: 100%;
  height: auto;
}
.news-top__item a:hover .news__thumbnail {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.news-top__thumbnail {
  position: relative;
  height: 62.4vw;
  overflow: hidden;
  margin-bottom: 5.3333333333vw;
  border: 0.2666666667vw solid #E4E4E4;
}
@media screen and (min-width: 768px) {
  .news-top__thumbnail {
    height: 16.25vw;
    margin-bottom: 1.3888888889vw;
    border: 0.0694444444vw solid #E4E4E4;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__thumbnail {
    height: 234px;
    margin-bottom: 20px;
    border: 1px solid #E4E4E4;
  }
}
.news-top__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.news-top__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.1333333333vw;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .news-top__group {
    gap: 0.5555555556vw;
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__group {
    gap: 8px;
    margin-bottom: 8px;
  }
}
.news-top__category {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans Japanese", sans-serif;
  width: 18.6666666667vw;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #61C6B2;
  color: #ffffff;
  padding: 0.5333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .news-top__category {
    width: 4.8611111111vw;
    padding: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__category {
    width: 70px;
    padding: 2px;
  }
}
.news-top__category--blue {
  background-color: #56C3D1;
}
.news-top__category--orange {
  background-color: #FBB14E;
}
.news-top__category--red {
  background-color: #FF8375;
}
.news-top__category--green {
  background-color: #61C6B2;
}
.news-top__post {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Noto Sans Japanese", sans-serif;
}
.news-top__text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Noto Sans Japanese", sans-serif;
}
.news-top__btn {
  width: 100%;
  height: 14.9333333333vw;
  font-size: 2.4rem;
  margin: 0 auto;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .news-top__btn {
    width: 29.1666666667vw;
    height: 4.8611111111vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__btn {
    width: 420px;
    height: 70px;
    margin-top: 30px;
  }
}
.news-top__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #61C6B2;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .news-top__btn a {
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__btn a {
    border-radius: 50px;
  }
}
.news-top__btn a:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.news-top__btn a::before {
  position: absolute;
  content: "";
  width: 3.1946666667vw;
  height: 2.664vw;
  top: 50%;
  right: 4.5333333333vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .news-top__btn a::before {
    width: 0.8319444444vw;
    height: 0.69375vw;
    right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__btn a::before {
    width: 11.98px;
    height: 9.99px;
    right: 17px;
  }
}
.news-top__btn a {
  box-shadow: 0 0 2.1333333333vw #dedede;
}
@media screen and (min-width: 768px) {
  .news-top__btn a {
    box-shadow: none;
  }
}
.news-top__btn a::before {
  width: 4.8vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .news-top__btn a::before {
    width: 1.25vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-top__btn a::before {
    width: 18px;
    height: 15px;
  }
}

.event-top {
  width: 100%;
  padding: 24vw 0 40vw;
}
@media screen and (min-width: 768px) {
  .event-top {
    padding: 13.8888888889vw 0 18.75vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top {
    padding: 200px 0 270px;
  }
}
@media screen and (min-width: 1920px) {
  .event-top {
    padding: 300px 0 370px;
  }
}
.event-top__wrapper {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .event-top__wrapper {
    width: 60%;
  }
}
.event-top__title {
  font-size: 4.5rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 6.6666666667vw 0;
  color: #61C6B2;
}
@media screen and (min-width: 768px) {
  .event-top__title {
    font-size: 6rem;
    margin: 0 0 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__title {
    margin: 0 0 15px;
  }
}
.event-top__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .event-top__img {
    top: 30%;
  }
}
.event-top__img img {
  width: 100%;
  height: auto;
}
.event-top__img--left {
  left: 0;
  width: 12.1493333333vw;
}
@media screen and (min-width: 768px) {
  .event-top__img--left {
    width: 5.2409722222vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__img--left {
    width: 75.47px;
  }
}
.event-top__img--right {
  right: 2.6666666667vw;
  width: 12.1493333333vw;
}
@media screen and (min-width: 768px) {
  .event-top__img--right {
    right: 0;
    width: 5.2409722222vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__img--right {
    width: 75.47px;
  }
}
.event-top__lead {
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .event-top__lead {
    font-size: 1.8rem;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__lead {
    margin-bottom: 30px;
  }
}
.event-top__swiper {
  width: 100%;
  padding: 0 2.6666666667vw 12vw;
}
@media screen and (min-width: 768px) {
  .event-top__swiper {
    padding: 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__swiper {
    padding: 0 0 20px;
  }
}
.event-top__pagination {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .event-top__pagination {
    display: none;
  }
}
.event-top__pagination .swiper-pagination-bullet-active {
  background: #61C6B2;
}
.event-top__pagination .swiper-pagination-bullet {
  width: 3.2vw;
  height: 3.2vw;
  margin: 0 1.3333333333vw !important;
}
@media screen and (min-width: 768px) {
  .event-top__pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin: 0 0.3472222222vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}
.event-top__navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 5;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .event-top__navigation {
    display: none;
    top: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__navigation {
    top: 37.5%;
  }
}
.event-top__navigation .swiper-button-next,
.event-top__navigation .swiper-button-prev {
  position: static;
  width: 9.6vw;
  height: 9.6vw;
}
@media screen and (min-width: 768px) {
  .event-top__navigation .swiper-button-next,
  .event-top__navigation .swiper-button-prev {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__navigation .swiper-button-next,
  .event-top__navigation .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}
.event-top__prev {
  left: 0;
  opacity: 1;
}
.event-top__prev::after {
  position: static;
  content: "";
  position: absolute;
  background-image: url("../img/module/btn_prev_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 9.6vw;
}
@media screen and (min-width: 768px) {
  .event-top__prev::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_prev_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__prev::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_prev_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
  }
}
.event-top__next {
  right: 0;
  opacity: 1;
}
.event-top__next::after {
  position: static;
  content: "";
  position: absolute;
  background-image: url("../img/module/btn_next_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 9.6vw;
}
@media screen and (min-width: 768px) {
  .event-top__next::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_next_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__next::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_next_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 768px) {
  .event-top__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.6666666667vw;
    column-gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__list {
    row-gap: 24px;
    column-gap: 20px;
  }
}
.event-top__item a {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans Japanese", sans-serif;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
  box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  padding: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .event-top__item a {
    border-radius: 0.6944444444vw;
    box-shadow: 0 0.2083333333vw 0.4166666667vw rgba(0, 0, 0, 0.16);
    padding: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__item a {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 24px;
  }
}
.event-top__item a:hover {
  filter: brightness(0.8);
  transition: 0.5s ease;
}
.event-top__thumbnail {
  position: relative;
  height: 47.4666666667vw;
  overflow: hidden;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .event-top__thumbnail {
    height: 15.2777777778vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__thumbnail {
    height: 220px;
    margin-bottom: 20px;
  }
}
.event-top__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.event-top__post {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .event-top__post {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__post {
    margin-top: 18px;
  }
}
.event-top__date {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-top: 2.6666666667vw;
  padding-left: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .event-top__date {
    margin-top: 0.6944444444vw;
    padding-left: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__date {
    margin-top: 10px;
    padding-left: 25px;
  }
}
.event-top__date:before {
  top: 0.5333333333vw;
  left: 0;
  content: "";
  position: absolute;
  background-image: url("../img/index/event-top_date_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.6906666667vw;
  height: 4.824vw;
}
@media screen and (min-width: 768px) {
  .event-top__date:before {
    top: 0.1388888889vw;
    content: "";
    position: absolute;
    background-image: url("../img/index/event-top_date_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.2215277778vw;
    height: 1.25625vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__date:before {
    top: 2px;
    content: "";
    position: absolute;
    background-image: url("../img/index/event-top_date_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 17.59px;
    height: 18.09px;
  }
}
.event-top__group {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .event-top__group {
    gap: 0.6944444444vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__group {
    gap: 10px;
    margin-top: 15px;
  }
}
.event-top__category {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans Japanese", sans-serif;
  width: 24vw;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #61C6B2;
  color: #ffffff;
  padding: 0.5333333333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .event-top__category {
    width: 6.25vw;
    padding: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__category {
    width: 90px;
    padding: 2px;
  }
}
.event-top__category--blue {
  background-color: #56C3D1;
}
.event-top__category--orange {
  background-color: #FBB14E;
}
.event-top__category--green {
  background-color: #61C6B2;
}
.event-top__category--pink {
  background-color: #FFAA9F;
}
.event-top__category--purple {
  background-color: #C685CE;
}
.event-top__category--lime {
  background-color: #ADC91E;
}
.event-top__category--light-blue {
  background-color: #529BBC;
}
.event-top__category--light-purple {
  background-color: #C685CE;
}
.event-top__category--yellow {
  background-color: #EDC109;
}
.event-top__btn {
  width: 100%;
  height: 14.9333333333vw;
  font-size: 2.4rem;
  margin: 0 auto;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .event-top__btn {
    width: 29.1666666667vw;
    height: 4.8611111111vw;
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__btn {
    width: 420px;
    height: 70px;
    margin-top: 50px;
  }
}
.event-top__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #61C6B2;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .event-top__btn a {
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__btn a {
    border-radius: 50px;
  }
}
.event-top__btn a:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.event-top__btn a::before {
  position: absolute;
  content: "";
  width: 3.1946666667vw;
  height: 2.664vw;
  top: 50%;
  right: 4.5333333333vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .event-top__btn a::before {
    width: 0.8319444444vw;
    height: 0.69375vw;
    right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__btn a::before {
    width: 11.98px;
    height: 9.99px;
    right: 17px;
  }
}
.event-top__btn a {
  box-shadow: 0 0 2.1333333333vw #dedede;
}
@media screen and (min-width: 768px) {
  .event-top__btn a {
    box-shadow: none;
  }
}
.event-top__btn a::before {
  width: 4.8vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .event-top__btn a::before {
    width: 1.25vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .event-top__btn a::before {
    width: 18px;
    height: 15px;
  }
}

.access {
  width: 100%;
}
.access__title {
  font-size: 4.5rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 4.5333333333vw 0;
  color: #61C6B2;
}
@media screen and (min-width: 768px) {
  .access__title {
    font-size: 6rem;
    margin: 0 0 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__title {
    margin: 0 0 45px;
  }
}
.access__unit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .access__unit {
    flex-direction: row;
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__unit {
    gap: 10px;
  }
}
.access__unit--top {
  gap: 2.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .access__unit--top {
    gap: 2.4305555556vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__unit--top {
    gap: 35px;
    margin-bottom: 40px;
  }
}
.access__group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .access__group {
    flex-direction: row;
    gap: 2.7777777778vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__group {
    gap: 40px;
    margin-bottom: 30px;
  }
}
.access__subtitle {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #61C6B2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .access__subtitle {
    font-size: 2rem;
  }
}
.access__subtitle span {
  color: #FF8375;
}
.access__subtitle--pin {
  padding-left: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .access__subtitle--pin {
    padding-left: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__subtitle--pin {
    padding-left: 35px;
  }
}
.access__subtitle--pin:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  position: absolute;
  background-image: url("../img/index/access_subtitle_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 6.2906666667vw;
  height: 7.6373333333vw;
}
@media screen and (min-width: 768px) {
  .access__subtitle--pin:before {
    content: "";
    position: absolute;
    background-image: url("../img/index/access_subtitle_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.6381944444vw;
    height: 1.9888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__subtitle--pin:before {
    content: "";
    position: absolute;
    background-image: url("../img/index/access_subtitle_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 23.59px;
    height: 28.64px;
  }
}
.access__subtitle--car {
  font-family: "Noto Sans Japanese", sans-serif;
  padding-left: 16vw;
  flex-shrink: 0;
  white-space: wrap;
  max-width: 16em;
}
@media screen and (min-width: 768px) {
  .access__subtitle--car {
    padding-left: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__subtitle--car {
    padding-left: 60px;
  }
}
.access__subtitle--car:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  position: absolute;
  background-image: url("../img/index/access_subtitle_icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 12.8vw;
  height: 6.3946666667vw;
}
@media screen and (min-width: 768px) {
  .access__subtitle--car:before {
    content: "";
    position: absolute;
    background-image: url("../img/index/access_subtitle_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 3.3333333333vw;
    height: 1.6652777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__subtitle--car:before {
    content: "";
    position: absolute;
    background-image: url("../img/index/access_subtitle_icon2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 48px;
    height: 23.98px;
  }
}
.access__text {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__text {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
    max-width: 22em;
  }
}
.access__map {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.access__map iframe {
  width: 100%;
  height: 120vw;
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 35.0638888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .access__map iframe {
    height: 504.92px;
  }
}

.contact {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 5.3333333333vw 0 9.6vw;
}
@media screen and (min-width: 768px) {
  .contact {
    width: 80%;
    flex-direction: row;
    padding: 3.4722222222vw 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact {
    padding: 50px 0 60px;
  }
}
.contact__title {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 6.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 2.6rem;
    margin: 0 0 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title {
    margin: 0 0 45px;
  }
}
.contact__title span {
  font-size: 4.5rem;
  color: #61C6B2;
}
@media screen and (min-width: 768px) {
  .contact__title span {
    font-size: 6rem;
  }
}
.contact__lead {
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__lead {
    font-size: 1.8rem;
    margin: 0 0 2.5694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__lead {
    margin: 0 0 37px;
  }
}
.contact__text {
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 1.8rem;
    margin: 0 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__text {
    margin: 0 0 10px;
  }
}
.contact__btn {
  width: 100%;
  height: 17.984vw;
  font-size: 2.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    width: 24.7222222222vw;
    height: 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn {
    width: 356px;
    height: 70px;
  }
}
.contact__btn a::before {
  width: 4.8vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  .contact__btn a::before {
    width: 1.25vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn a::before {
    width: 18px;
    height: 15px;
  }
}
.contact__btn--tel {
  font-size: 2.9rem;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__btn--tel {
    font-size: 3.1rem;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--tel {
    margin-bottom: 40px;
  }
}
.contact__btn--tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #61C6B2;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__btn--tel a {
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--tel a {
    border-radius: 50px;
  }
}
.contact__btn--tel a:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.contact__btn--tel a::before {
  position: absolute;
  content: "";
  width: 3.1946666667vw;
  height: 2.664vw;
  top: 50%;
  right: 4.5333333333vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .contact__btn--tel a::before {
    width: 0.8319444444vw;
    height: 0.69375vw;
    right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--tel a::before {
    width: 11.98px;
    height: 9.99px;
    right: 17px;
  }
}
.contact__btn--tel a {
  background-image: url(../img/module/btn_tel_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 5.3333333333vw;
  background-size: 3.5466666667vw 4.624vw;
}
@media screen and (min-width: 768px) {
  .contact__btn--tel a {
    background-position: center left 1.3888888889vw;
    background-size: 0.9236111111vw 1.2041666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--tel a {
    background-position: center left 20px;
    background-size: 13.3px 17.34px;
  }
}
.contact__btn--tel a {
  background-color: #FF8375;
  background-position: center left 12vw;
  background-size: 6.512vw 8.4933333333vw;
}
@media screen and (min-width: 768px) {
  .contact__btn--tel a {
    background-position: center left 3.125vw;
    background-size: 1.6958333333vw 2.2118055556vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--tel a {
    background-position: center left 45px;
    background-size: 24.42px 31.85px;
  }
}
.contact__btn--tel a::before {
  display: none;
}
.contact__btn--mail {
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .contact__btn--mail {
    font-size: 2.2rem;
  }
}
.contact__btn--mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #61C6B2;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__btn--mail a {
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--mail a {
    border-radius: 50px;
  }
}
.contact__btn--mail a:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.contact__btn--mail a::before {
  position: absolute;
  content: "";
  width: 3.1946666667vw;
  height: 2.664vw;
  top: 50%;
  right: 4.5333333333vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .contact__btn--mail a::before {
    width: 0.8319444444vw;
    height: 0.69375vw;
    right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--mail a::before {
    width: 11.98px;
    height: 9.99px;
    right: 17px;
  }
}
.contact__btn--mail a {
  background-image: url(../img/module/btn_mail_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 4vw;
  background-size: 4.7493333333vw 3.4826666667vw;
}
@media screen and (min-width: 768px) {
  .contact__btn--mail a {
    background-position: center left 1.0416666667vw;
    background-size: 1.2368055556vw 0.9069444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--mail a {
    background-position: center left 15px;
    background-size: 17.81px 13.06px;
  }
}
.contact__btn--mail a {
  background-position: center left 5.8666666667vw;
  background-size: 8vw 5.8666666667vw;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__btn--mail a {
    background-position: center left 1.5277777778vw;
    background-size: 2.0833333333vw 1.5277777778vw;
    padding-left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--mail a {
    background-position: center left 22px;
    background-size: 30px 22px;
    padding-left: 20px;
  }
}
.contact__btn--instagram {
  width: 45.2373333333vw;
  height: 9.2986666667vw;
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese", sans-serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .contact__btn--instagram {
    width: 9.5722222222vw;
    height: 1.9673611111vw;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--instagram {
    width: 137.84px;
    height: 28.33px;
  }
}
.contact__btn--instagram a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #61C6B2;
  border-radius: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .contact__btn--instagram a {
    border-radius: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--instagram a {
    border-radius: 50px;
  }
}
.contact__btn--instagram a:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.contact__btn--instagram a::before {
  position: absolute;
  content: "";
  width: 3.1946666667vw;
  height: 2.664vw;
  top: 50%;
  right: 4.5333333333vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .contact__btn--instagram a::before {
    width: 0.8319444444vw;
    height: 0.69375vw;
    right: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__btn--instagram a::before {
    width: 11.98px;
    height: 9.99px;
    right: 17px;
  }
}
.contact__btn--instagram a::before {
  opacity: 0;
}
.contact__instagram {
  width: 100%;
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  .contact__instagram {
    width: 40%;
    margin-top: 0;
  }
}
.contact__instagram img {
  width: 100%;
  height: auto;
}
.contact .sbi_feedtheme_header_text {
  position: relative;
}
.contact .sbi_feedtheme_header_text::before {
  content: "【公式】信州塩尻農業公園 チロルの森";
  color: #4A5549;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  white-space: wrap;
}
@media screen and (min-width: 768px) {
  .contact .sbi_feedtheme_header_text::before {
    font-size: 1.2rem;
  }
}
.contact .sbi_feedtheme_header_text h3 {
  display: none;
  color: transparent;
}
.contact .sbi_no_bio {
  gap: 0 !important;
}
.contact .sbi_header_img {
  width: 15.08vw !important;
  height: 15.08vw !important;
  border: 0.2666666667vw solid #BFBFBF;
}
@media screen and (min-width: 768px) {
  .contact .sbi_header_img {
    width: 3.1909722222vw !important;
    height: 3.1909722222vw !important;
    border: 0.0694444444vw solid #BFBFBF;
  }
}
@media screen and (min-width: 1440px) {
  .contact .sbi_header_img {
    width: 45.95px !important;
    height: 45.95px !important;
    border: 1px solid #BFBFBF;
  }
}
.contact .fa-clone {
  opacity: 0;
}
.contact__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact__id {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .contact__id {
    font-size: 1.1rem;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__id {
    padding-left: 30px;
  }
}
.contact__id:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  content: "";
  position: absolute;
  background-image: url("../img/index/contact_id_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.5306666667vw;
  height: 7.5306666667vw;
}
@media screen and (min-width: 768px) {
  .contact__id:before {
    content: "";
    position: absolute;
    background-image: url("../img/index/contact_id_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.59375vw;
    height: 1.59375vw;
  }
}
@media screen and (min-width: 1440px) {
  .contact__id:before {
    content: "";
    position: absolute;
    background-image: url("../img/index/contact_id_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 22.95px;
    height: 22.95px;
  }
}