/* mv
-----------------------*/
#mv {
  position: relative;
}

#mv .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #mv .inner {
    top: 0;
    left: 0;
    margin-left: 0;
  }
}
#mv .item img {
  width: 100%;
}

#mv .text {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  height: 240px;
  color: #00205f;
  font-size: 3.8rem;
  letter-spacing: 0.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  padding: 20px 0 5px 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-shadow: 0px 0px 8px white, 0px 0px 8px #ffffff;
}

@media screen and (max-width: 767px) {
  #mv .text {
    width: 72%;
    height: 28vw;
    padding: 2.6666666667vw 0 0.5333333333vw 0;
    font-size: 4.2666666667vw;
    letter-spacing: 0.2rem;
  }
}
#mv .text rt {
  font-size: 30%;
}

#mv .text strong {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  #mv .text strong {
    font-size: 5.3333333333vw;
  }
}
.slick-slider {
  z-index: -1;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#information {
  padding: 40px 0;
}

#information .inner .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
  margin-bottom: 40px;
  color: #2D7E0C;
  font-size: 2.6rem;
  border-top: 2px solid #2D7E0C;
  border-bottom: 2px solid #2D7E0C;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #information .inner .section-title {
    padding: 4vw 0;
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
#information .inner .section-title:before {
  display: none !important;
  margin-bottom: 10px;
  content: attr(data-title_en);
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #information .inner .section-title:before {
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#information .inner ul li a {
  display: flex;
  gap: 0 20px;
}

#youtube {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  #youtube {
    padding: 16vw 0;
  }
}
#youtube .inner .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
  margin-bottom: 40px;
  color: #2D7E0C;
  font-size: 2.6rem;
  border-top: 2px solid #2D7E0C;
  border-bottom: 2px solid #2D7E0C;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #youtube .inner .section-title {
    padding: 4vw 0;
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
#youtube .inner .section-title small {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  #youtube .inner .section-title small {
    font-size: 3.7333333333vw;
  }
}
#youtube .inner .section-title:before {
  display: none !important;
  margin-bottom: 10px;
  content: attr(data-title_en);
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #youtube .inner .section-title:before {
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#youtube .inner .section-title rt {
  display: none;
}

#youtube .inner .section-inner {
  margin-bottom: 40px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  #youtube .inner .section-inner {
    margin-bottom: 8vw;
    padding: 0 2.6666666667vw;
  }
}
#youtube .inner .section-text {
  line-height: 1.8;
}

#youtube .inner iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
  #youtube .inner iframe {
    aspect-ratio: 16/9;
  }
}
/*# sourceMappingURL=top.css.map */
