@media (min-width: 768px) {
  .header {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (min-width: 768px) {
  .fv {
    padding-bottom: 70px;
  }
}
.fv__head {
  color: #fff;
  position: absolute;
  text-shadow: 4px 4px 8px rgba(62, 81, 146, 0.5), -4px -4px 8px rgba(62, 81, 146, 0.5), -4px 4px 8px rgba(62, 81, 146, 0.5), 4px -4px 8px rgba(62, 81, 146, 0.5);
}
@media (min-width: 768px) {
  .fv__head {
    top: 160px;
    left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__head {
    top: 11.71vw;
    left: 5.12vw;
  }
}
@media (max-width: 767px) {
  .fv__head {
    top: calc(70px + 8vw);
    left: 8vw;
  }
}
.fv__head .en {
  display: flex;
  align-items: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .fv__head .en {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .fv__head .en {
    font-size: 11.47vw;
  }
}
.fv__head .ja {
  display: flex;
  align-items: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .fv__head .ja {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fv__head .ja {
    font-size: 5.33vw;
  }
}
.fv__head.is-active {
  --x: 0;
}
.fv__head .char {
  overflow: hidden;
}
.fv__head .char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}
@media (min-width: 768px) {
  .intro {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .intro__logo {
    width: 338px;
  }
}
@media (max-width: 767px) {
  .intro__logo {
    width: 69.33vw;
  }
}
.intro__p {
  color: rgb(62, 81, 146);
}
@media (min-width: 768px) {
  .intro__p {
    line-height: 76px;
  }
}
@media (max-width: 767px) {
  .intro__p {
    line-height: 58px;
  }
}
.intro__slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.intro__slider .swiper-wrapper {
  position: relative;
  transition-timing-function: linear;
}
.gallery {
  background-image: url(../img/common/bg_blue.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .gallery {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding: 50px 0 35px;
  }
}
@media (min-width: 768px) {
  .gallery__wrapper {
    max-width: 1160px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .gallery .slider {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .gallery .slider {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .gallery .slider .swiper-slide {
    width: 74vw;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .gallery .slider .swiper-slide img {
    width: 74vw;
  }
}
.gallery .slider .swiper-pagination-bullets {
  bottom: -50px;
}
.gallery .slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px !important;
  background: #c3c9dd;
  opacity: 1;
}
.gallery .slider .swiper-pagination-bullet-active {
  background: #ffc200;
}
@media (min-width: 768px) {
  .gallery .slider-thumbnail {
    width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .gallery .slider-thumbnail {
    width: 18.87vw;
  }
}
.gallery .slider-thumbnail .swiper-slide {
  cursor: pointer;
}
@media (min-width: 768px) {
  .gallery .slider-thumbnail .swiper-slide {
    width: 213px;
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .gallery .slider-thumbnail .swiper-slide {
    width: 18vw;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .gallery .slider-thumbnail .swiper-slide + .swiper-slide {
    margin-top: 5px;
  }
}
.gallery .slider-thumbnail .swiper-slide img {
  object-fit: cover;
  border-radius: 10px;
  border: 4px solid transparent;
  transition: border 1s;
}
@media (min-width: 768px) {
  .gallery .slider-thumbnail .swiper-slide img {
    width: 213px;
    height: 128px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .gallery .slider-thumbnail .swiper-slide img {
    width: 18vw;
    height: 10.98vw;
  }
}
.gallery .slider-thumbnail .swiper-slide-thumb-active img {
  border: 4px solid #ffc200;
}

@media (min-width: 768px) {
  .overview {
    padding: 125px 0;
  }
}
@media (max-width: 767px) {
  .overview {
    padding: 50px 0 40px;
  }
}
@media (min-width: 768px) {
  .overview__wrapper {
    max-width: 1120px;
    padding: 0 20px;
  }
}
.overview__map {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .overview__map {
    width: 574px;
    max-width: 100%;
    margin-right: 60px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .overview__map {
    padding-bottom: 73.33vw;
  }
}
.overview__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .overview__map iframe {
    width: 574px;
    max-width: 100%;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .overview__map iframe {
    max-height: 73.33vw;
  }
}
@media (min-width: 768px) {
  .overview__content {
    width: 360px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .overview__head img {
    width: 274px;
  }
}
@media (max-width: 767px) {
  .overview__head img {
    width: 217px;
  }
}
@media (min-width: 768px) {
  .overview__body {
    width: 360px;
  }
}
.overview__table {
  width: 100%;
}
@media (min-width: 768px) {
  .overview__table {
    display: table;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .overview__table {
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .overview__table tr {
    display: block;
  }
}
@media (max-width: 767px) {
  .overview__table tr + tr {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .overview__table th, .overview__table td {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 767px) {
  .overview__table th, .overview__table td {
    display: block;
  }
}
.overview__table th {
  text-align: left;
  color: #3e5192;
}
@media (min-width: 768px) {
  .overview__table th {
    width: 6em;
  }
}
.overview__table td {
  text-align: left;
  color: #686868;
}
@media (max-width: 767px) {
  .overview__table td {
    padding-left: 1em;
  }
}
.overview__table td.time {
  line-height: 24px;
  padding-top: 11px;
}
.overview__btn {
  width: 190px;
  height: 45px;
  background-color: #3e5192;
  color: #fff;
  border-radius: 50px;
}