/*-------------------------
  VISUAL
--------------------------*/
.fv-container {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fv-container .inner {
  margin-top: -100dvh;
  top: 0;
  position: relative;
  z-index: 2;
  color: #fff;
}

.fv-container .fv-bg-img {
  width: 100%;
  height: 100dvh;
  position: sticky;
  top: 0;
}

.fv-container .sticky-slide {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fv-container .sticky-slide .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.fv-container .sticky-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.fv-container .sticky-slide .swiper-slide-active img,
.fv-container .sticky-slide .swiper-slide-duplicate-active img,
.fv-container .sticky-slide .swiper-slide-prev img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*-- text --*/
.fv-container .first-content {
  width: 100%;
  height: 100vh;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv-container .first-content .fv-lead-title {
  font-size: clamp(30px, 2.9166666667vw, 55px);
  line-height: 1.5;
}
.fv-container .second-content {
  padding-top: 50vh;
  padding-bottom: 50vh;
  text-align: center;
}
.fv-container .second-content .danraku p {
  line-height: 3;
}
@media (max-width: 600px) {
  .fv-container .second-content .danraku p {
    letter-spacing: 0;
    line-height: 2.8;
  }
}
.fv-container .second-content .btn a {
  margin: 70px auto 0;
}
@media (max-width: 600px) {
  .fv-container .second-content .btn a {
    margin-top: 50px;
  }
}

/*-------------------------
  MENU
--------------------------*/
.top-menu .menu-flex {
  display: grid;
  grid-template-columns: 38.9% 61.1%;
}
@media (max-width: 1024px) {
  .top-menu .menu-flex {
    display: block;
  }
}
.top-menu .menu-flex .lt-wrap {
  background-color: #1a1a1a;
  color: #fff;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10%;
}
@media (max-width: 600px) {
  .top-menu .menu-flex .lt-wrap {
    padding: 50px 8%;
  }
}
.top-menu .menu-flex .lt-wrap .title-box {
  margin-bottom: 12%;
}
@media (max-width: 1024px) {
  .top-menu .menu-flex .lt-wrap .title-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .top-menu .menu-flex .lt-wrap .title-box {
    margin-bottom: 30px;
  }
}
.top-menu .menu-flex .lt-wrap .title-box:after {
  background-color: #fff;
}
.top-menu .menu-flex .lt-wrap .btn {
  margin-top: 20%;
}
@media (max-width: 1024px) {
  .top-menu .menu-flex .lt-wrap .btn {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .top-menu .menu-flex .lt-wrap .btn {
    margin-top: 30px;
  }
}
.top-menu .menu-flex .rt-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.9fr 0.9fr;
}
@media (max-width: 1024px) {
  .top-menu .menu-flex .rt-wrap {
    grid-template-rows: 0.7fr 0.7fr;
  }
}
@media (max-width: 600px) {
  .top-menu .menu-flex .rt-wrap {
    display: block;
  }
}
.top-menu .menu-flex .menu-block {
  position: relative;
  overflow: hidden;
  background-color: #1a1a1a;
}
@media (max-width: 600px) {
  .top-menu .menu-flex .menu-block {
    aspect-ratio: 500/260;
  }
}
.top-menu .menu-flex .menu-block a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.top-menu .menu-flex .menu-block a:hover {
  opacity: 1;
}
.top-menu .menu-flex .menu-block a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top-menu .menu-flex .menu-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
}
.top-menu .menu-flex .menu-block .menu-name {
  position: absolute;
  left: 7%;
  bottom: 7%;
  color: #fff;
  font-size: clamp(25px, 1.9444444444vw, 28px);
}
@media (max-width: 600px) {
  .top-menu .menu-flex .menu-block .menu-name {
    left: 5%;
    bottom: 10%;
  }
}

/*-------------------------
  NEWS
--------------------------*/
.top-blog {
  background-color: #F2F2F2;
}
.top-blog .btn a {
  margin: 60px auto 0;
}
@media (max-width: 1024px) {
  .top-blog .btn a {
    margin-top: 45px;
  }
}
@media (max-width: 600px) {
  .top-blog .btn a {
    margin-top: 10px;
  }
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -3.5%;
}
@media (max-width: 1024px) {
  .blog-list {
    margin-left: -5%;
  }
}
.blog-list li {
  position: relative;
  width: 21.5%;
  margin-left: 3.5%;
}
@media (max-width: 1024px) {
  .blog-list li {
    width: 45%;
    margin-left: 5%;
    margin-bottom: 40px;
  }
}
.blog-list li a:hover {
  opacity: 1;
}
.blog-list li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.blog-list .wp-error-message {
  margin-left: 3.5%;
  width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  .blog-list .wp-error-message {
    margin-left: 5%;
  }
}
.blog-list .blogImg {
  overflow: hidden;
}
.blog-list .blogImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 290/380;
}
.blog-list .blog-title {
  margin-top: 12px;
  line-height: 1.3;
}
.blog-list .blog-txt {
  line-height: 1.4;
  margin-top: 10px;
  color: #666666;
}
.blog-list .blog-date {
  position: absolute;
  top: -1px;
  right: -1px;
  line-height: 1;
  background-color: #F2F2F2;
  color: #008D43;
  padding: 5px;
}
.blog-list .blog-cat {
  line-height: 1;
  color: #008D43;
  margin-top: 14px;
}

/*-------------------------
  FAQ
--------------------------*/
.top-faq {
  position: relative;
}
.top-faq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #F2F2F2;
}
@media (max-width: 1024px) {
  .top-faq:before {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .top-faq:before {
    height: 70px;
  }
}

.faq-bnr-wrap a {
  display: grid;
  grid-template-columns: 66% 34%;
}
@media (max-width: 1024px) {
  .faq-bnr-wrap a {
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 600px) {
  .faq-bnr-wrap a {
    display: block;
  }
}
.faq-bnr-wrap a .img-wrap {
  aspect-ratio: 650/250;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .faq-bnr-wrap a .img-wrap {
    aspect-ratio: 500/250;
  }
}
@media (max-width: 600px) {
  .faq-bnr-wrap a .img-wrap {
    aspect-ratio: 500/200;
  }
}
.faq-bnr-wrap a .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.faq-bnr-wrap a:hover {
  opacity: 1;
}
.faq-bnr-wrap a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.faq-bnr-wrap a .txt-wrap {
  background-color: #008D43;
  color: #fff;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  text-align: center;
}
@media (max-width: 600px) {
  .faq-bnr-wrap a .txt-wrap {
    padding: 20px 15px;
  }
}
.faq-bnr-wrap a .txt-wrap .sec-title {
  margin-top: 15px;
  font-size: clamp(20px, 2.5vw, 36px);
  letter-spacing: -0.1rem;
}
@media (max-width: 600px) {
  .faq-bnr-wrap a .txt-wrap .sec-title {
    font-size: 2.8rem;
    margin-top: 5px;
  }
}
.faq-bnr-wrap a .txt-wrap .crick {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .faq-bnr-wrap a .txt-wrap .crick {
    margin-top: 10px;
  }
}
.faq-bnr-wrap a .txt-wrap .crick:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 10px auto 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.faq-bnr-wrap a .txt-wrap:hover .crick:after {
  width: 150px;
}