.lightning_swiper {
  pointer-events: none;
  height: 680px;
}
@media (width <= 781px) {
  .lightning_swiper {
    height: 560px;
  }
}
.lightning_swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.lightning_swiper .swiper-wrapper .swiper-slide .ltg-slide-text-set {
  aspect-ratio: 370/236;
  max-width: 100%;
  max-width: 370px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (width <= 600px) {
  .lightning_swiper .swiper-wrapper .swiper-slide .ltg-slide-text-set {
    max-width: 270px;
  }
}
.lightning_swiper .swiper-wrapper .swiper-slide .ltg-slide-text-set .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
}
.lightning_swiper .swiper-wrapper .swiper-slide .ltg-slide-text-set .container .ltg-slide-text-title {
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 288/166;
  width: 100%;
  max-width: 288px;
  height: auto;
  line-height: 100%;
  overflow: hidden;
  border: none !important;
}
@media (width <= 600px) {
  .lightning_swiper .swiper-wrapper .swiper-slide .ltg-slide-text-set .container .ltg-slide-text-title {
    max-width: 160px;
  }
}
.lightning_swiper .swiper-wrapper .swiper-slide .ltg-slide-text-set .container .ltg-slide-text-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/slide/slider-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lightning_swiper .swiper-wrapper .swiper-slide .ltg-slide-text-set .container .ltg-slide-text-caption {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 2dvw, 1.125rem) !important;
}
.lightning_swiper .swiper-wrapper .swiper-slide picture {
  width: 100%;
  height: 100%;
}
.lightning_swiper .swiper-wrapper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lightning_swiper .ltg-slide-button-prev,
.lightning_swiper .ltg-slide-button-next,
.lightning_swiper .swiper-pagination {
  display: none;
}

@media (width <= 600px) {
  .sec-concept p {
    text-align: left;
  }
}

.sec-ffc > *:not(.wp-block-cover__background):not(.wp-block-cover__image-background) {
  max-width: 1440px !important;
}
@media (width <= 781px) {
  .sec-ffc h2 {
    text-align: center;
  }
}
@media (width <= 991px) {
  .sec-ffc .wp-block-columns {
    gap: 30px 30px;
  }
}
.sec-ffc .wp-block-columns .wp-block-column .wp-block-image img {
  -o-object-position: center top;
     object-position: center top;
}
.sec-ffc .wp-block-columns .wp-block-column:nth-last-of-type(1) {
  width: 100%;
  max-width: 666px;
}
@media (width <= 991px) {
  .sec-ffc .wp-block-columns .wp-block-column:nth-last-of-type(1) {
    max-width: none;
  }
}

.sec-vision > *:not(.wp-block-cover__background):not(.wp-block-cover__image-background) {
  max-width: 1440px !important;
}
@media (width <= 781px) {
  .sec-vision h2 {
    text-align: center;
  }
}
.sec-vision .wp-block-columns {
  justify-content: flex-end;
}
@media (width <= 991px) {
  .sec-vision .wp-block-columns {
    gap: 30px 30px;
  }
}
@media (width <= 781px) {
  .sec-vision .wp-block-columns .wp-block-column:nth-of-type(1) {
    order: 2;
  }
}
@media (width <= 781px) {
  .sec-vision .wp-block-columns .wp-block-column:nth-of-type(2) {
    order: 1;
  }
}
.sec-vision .wp-block-columns .wp-block-column .wp-block-image img {
  -o-object-position: center top;
     object-position: center top;
}
.sec-vision .wp-block-columns .wp-block-column:nth-of-type(1) {
  width: 100%;
  max-width: 666px;
}
@media (width <= 991px) {
  .sec-vision .wp-block-columns .wp-block-column:nth-of-type(1) {
    max-width: none;
  }
}

.sec-cases > *:not(.wp-block-cover__background):not(.wp-block-cover__image-background) {
  max-width: 1440px !important;
}/*# sourceMappingURL=home.css.map */