@charset "UTF-8";
@media (min-width: 960px) {
  :root {
    --swl-pad_container: 20px;
    --swl-pad_post_content: 0;
  }
}
@media (min-width: 1200px) {
  :root {
    --swl-pad_container: 20px;
    --swl-pad_post_content: 0;
  }
}
.w-slime {
  max-width: 46rem !important;
}

.post_content > * {
  margin-bottom: 0;
}

/* 色の設定 */
/* メインカラー */
/* サブカラー */
/* ブラック */
/* ホワイト */
/* バックグラウンドカラー */
.bg-main.smb-section {
  background-color: #3D6399;
}

.bg-sub.smb-section {
  background-color: #47A5D4;
}

.bg-01.smb-section {
  background-color: #E2F6FF;
}

.bg-02.smb-section {
  background-color: #f8f8f8;
}

/* グラデーション用 */
.lazy-post-slider .swiper-pagination-bullet-active {
  background: #3D6399 !important;
}

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
      -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08),
      -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
      inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1),
      -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}

.lazy-event-slider {
  overflow: hidden;
  /* slider */
}
.lazy-event-slider_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.lazy-event-slider article {
  background-color: white;
}
.lazy-event-slider .swiper {
  overflow: visible;
  z-index: 0;
}
.lazy-event-slider .swiper-button-next, .lazy-event-slider .swiper-button-prev {
  position: static;
  display: grid;
  place-content: center;
  width: 3.2rem;
  height: 3.2rem;
  transition: var(--transition);
  background-color: #3D6399;
  border-radius: 50%;
}
.lazy-event-slider .swiper__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
.lazy-event-slider .swiper__arrow:focus-visible {
  outline: 3px solid rgba(61, 99, 153, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}
.lazy-event-slider .swiper__pagination {
  font-size: 0;
}
.lazy-event-slider .swiper__pagination__page:focus-visible {
  outline: 3px solid rgba(61, 99, 153, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}
.lazy-event-slider .swiper-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.lazy-event-slider .swiper__arrow > svg {
  display: none;
}
.lazy-event-slider .swiper-area {
  position: relative;
}
.lazy-event-slider .swiper-controller {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin-top: 3.2rem;
}
.lazy-event-slider .swiper__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  justify-content: center;
  margin: 0 auto 0 0;
  text-align: center;
}
.lazy-event-slider .swiper__pagination > li {
  font-size: 0; /* liタグの下にある余白を消すため */
}
.lazy-event-slider .swiper__pagination__page {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.lazy-event-slider .swiper__pagination__page.is-active {
  width: 4rem;
  background-color: #3D6399;
}
.lazy-event-slider .swiper__arrows {
  display: flex;
  gap: 1.1rem;
}
.lazy-event-slider .swiper .slide-content {
  padding: 1rem;
  color: #333;
}
.lazy-event-slider .swiper .slide-title {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  margin-bottom: 1.1rem;
  color: #3D6399;
}
.lazy-event-slider .swiper .slide-detail {
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.lazy-event-slider .swiper .slide-buttons {
  margin-top: 24px;
}
.lazy-event-slider .swiper .slide-buttons:has(.full) {
  cursor: not-allowed !important;
}
.lazy-event-slider .swiper .slide-buttons a.full {
  pointer-events: none !important;
}

@media only screen and (min-width: 960px) {
  .lazy-event-slider .swiper__arrow--prev::before, .lazy-event-slider .swiper__arrow--next::before {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: var(--box-shadow-dark);
  }
  .lazy-event-slider .swiper__arrow--prev::after, .lazy-event-slider .swiper__arrow--next::after {
    border-color: #fff;
  }
  .lazy-event-slider .swiper__arrow--prev {
    right: calc(100% - 3.2rem);
  }
  .lazy-event-slider .swiper__arrow--next {
    left: calc(100% - 3.2rem);
  }
}
@media only screen and (min-width: 960px) {
  .card02 .splide__arrow--prev::before, .card02 .splide__arrow--next::before {
    transition: var(--transition);
  }
  .card02 .splide__arrow--prev:hover::before, .card02 .splide__arrow--next:hover::before {
    transform: scale(1.2);
  }
  .card02 .splide__track {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .card02 .slide {
    transition: var(--transition);
  }
  .card02 .slide img {
    transition: var(--transition);
  }
  .card02 .slide:hover {
    transform: translateY(-16px);
  }
  .card02 .slide:hover img {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */