/*============================
#mv
============================*/
#mv {
  position: relative;
  overflow: hidden;
}
#mv .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#mv .swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 0px;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mv .swiper-container .swiper-wrapper .swiper-slide p {
    top: 13%;
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  #mv .swiper-container .swiper-wrapper .swiper-slide.slide2 p img {
    width: 62.9333333333vw;
  }
}
#mv .swiper-container .swiper-button-prev,
#mv .swiper-container .swiper-button-next {
  transform: translateY(-50%);
  background-color: #fff;
}
#mv .slide1 p {
  width: 41.3541666667vw;
}
#mv .slide2 p {
  width: 30.7291666667vw;
}
#mv .slide3 p {
  width: 47.1875vw;
}
#mv .slide4 p {
  width: 47.1875vw;
}

/*============================
#news
============================*/
#news {
  margin-top: -6.25vw;
  position: relative;
  z-index: 1;
  padding-top: 11.1458333333vw;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  #news {
    margin-top: -18.6666666667vw;
  }
}
#news::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/wave/wave_pc.svg) no-repeat center top;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #news::after {
    background: url(../img/wave/wave_sp.svg) no-repeat center top;
    background-size: 100% auto;
  }
}
#news::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #9EE4FF;
  z-index: -2;
}
#news .uk-container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #news .uk-container {
    padding: 60px 0;
  }
}
#news .uk-container .flex {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #news .uk-container .flex {
    display: block;
  }
}
#news .uk-container .flex div:nth-of-type(1) {
  flex: 0 0 18.5%;
  border: 1px solid #94B5C1;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #news .uk-container .flex div:nth-of-type(1) {
    padding: 20px 20px 10px;
    border-bottom: none;
  }
}
#news .uk-container .flex div:nth-of-type(1) h2 {
  white-space: nowrap;
  padding-bottom: 0.5em;
  font-size: 1.875em;
}
#news .uk-container .flex div:nth-of-type(1) p a i {
  color: #002299;
}
#news .uk-container .flex div:nth-of-type(2) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #news .uk-container .flex div:nth-of-type(2) {
    padding: 0 20px;
  }
}

/*============================
#map
============================*/
#map .uk-container h2 {
  text-align: center;
  padding-bottom: 1em;
  font-size: 2.25em;
}
@media screen and (max-width: 768px) {
  #map .uk-container h2 {
    font-size: 24px;
  }
}
#map .uk-container .flex {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #map .uk-container .flex {
    display: block;
  }
}
#map .uk-container .photos {
  position: relative;
  flex: 0 0 19%;
}
@media screen and (max-width: 768px) {
  #map .uk-container .photos {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
}
#map .uk-container .photos figure {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  margin: 0 0 28%;
}
@media screen and (max-width: 768px) {
  #map .uk-container .photos figure {
    border-radius: 10px;
    margin: 0 !important;
    flex: 0 0 calc((100% - 18px) / 2);
    width: auto;
  }
}
#map .uk-container .photos.photo-l figure:nth-child(even) {
  margin-left: 30px;
  margin-left: 25%;
}
@media screen and (max-width: 768px) {
  #map .uk-container figure.main-map {
    margin: 30px -20px;
  }
}
#map .uk-container .photos.photo-r figure:nth-child(even) {
  margin-left: -25%;
}