@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
index
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.glb-header .site-ttl .index-scroll-show {
  display: none;
}

.glb-header.is-scroll .site-ttl .index-scroll-hidden {
  display: none;
}

.glb-header.is-scroll .site-ttl .index-scroll-show {
  display: block;
}

/* ========================================================
index共通
======================================================== */
/* ========================================================
.sec-mv
======================================================== */
.sec-mv {
  position: relative;
  z-index: 2;
  padding: 60px 0 20px;
  background-color: #f0f0f6;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .sec-mv {
    padding: 8px 0;
  }
}

.sec-mv .mv-wrapper {
  position: relative;
  overflow: hidden;
}

.sec-mv .mv-wrapper .swiper {
  padding: 24px 0;
}

.sec-mv .mv-wrapper .swiper-slide {
  width: 720px;
}

.sec-mv .mv-wrapper .swiper-btn-prev,
.sec-mv .mv-wrapper .swiper-btn-next {
  position: absolute;
  z-index: 8;
  top: calc(50% - 33px);
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: 13px 21px;
  background-position: center center;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1020px) {
  .sec-mv .mv-wrapper .swiper-btn-prev,
  .sec-mv .mv-wrapper .swiper-btn-next {
    width: 52px;
    height: 52px;
    background-size: 11px 18px;
  }
}

@media (any-hover: hover) {
  .sec-mv .mv-wrapper .swiper-btn-prev:hover,
  .sec-mv .mv-wrapper .swiper-btn-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.sec-mv .mv-wrapper .swiper-btn-prev {
  background-image: url("../img/index/slide_arrow_prev01.svg");
  left: calc(50% - 33px - 360px - 20px);
}
@media screen and (max-width: 1020px) {
  .sec-mv .mv-wrapper .swiper-btn-prev {
    left: calc(50% - 26px - 39.74609375vw - 10px);
  }
}

.sec-mv .mv-wrapper .swiper-btn-next {
  background-image: url("../img/index/slide_arrow_next01.svg");
  right: calc(50% - 33px - 360px - 20px);
}
@media screen and (max-width: 1020px) {
  .sec-mv .mv-wrapper .swiper-btn-next {
    right: calc(50% - 26px - 39.74609375vw - 10px);
  }
}

.sec-mv .mv-wrapper .swiper-slide {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.sec-mv .mv-wrapper .swiper-slide a {
  display: block;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .sec-mv .mv-wrapper .swiper-slide a:hover {
    display: block;
    opacity: 0.86;
  }
}
.sec-mv .mv-wrapper .slide-img {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-wrapper .slide-img {
    aspect-ratio: 1.2/1;
  }
}

@media screen and (max-width: 767px) {
  .sec-mv .mv-wrapper .slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sec-mv .mv-wrapper .slide-box {
  padding: 16px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}

.sec-mv .mv-wrapper .slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-mv .mv-wrapper .info-cat {
  padding: 6px 12px;
  border: 1px solid #343746;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-wrapper .info-cat {
    padding: 4px 8px;
  }
}

.sec-mv .mv-wrapper .info-date {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-wrapper .info-date {
    font-size: 1.2rem;
  }
}

.sec-mv .mv-wrapper .slide-desc {
  padding-top: 8px;
  overflow: hidden;
  min-height: 66px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  color: #0a2766;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec-mv .mv-wrapper .slide-desc {
    min-height: 52px;
    font-size: 1.6rem;
  }
}

/* ========================================================
.sec-news
======================================================== */
.sec-news .detail-btn {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .sec-news .detail-btn {
    margin-top: 32px;
  }
}/*# sourceMappingURL=index.min.css.map */