@charset "UTF-8";
#slider {
  margin-top: 40px;
}

.case-slider {
  width: 100%;
  overflow: hidden;
}

.case-slider .swiper-slide {
  width: 80%;
  /* コンテンツの幅に応じて調整 */
  flex-shrink: 0;
  transition: transform 0.3s ease;
  background-color: #fff;
}
.case-slider .swiper-slide p {
  margin: 0 auto;
  font-weight: 600;
}
.case-slider .swiper-slide p:first-child {
  background-color: #213662;
  width: max-content;
  padding: 9px 38px;
  font-size: 1.4rem;
}
.case-slider .swiper-slide p:last-child {
  background-color: #E7EBF5;
  text-align: center;
  color: #333333;
  padding: 20px 0;
}
.case-slider .swiper-slide ul {
  display: flex;
  gap: 20px;
  padding: 20px;
}
.case-slider .swiper-slide ul li {
  height: 100%;
}
.case-slider .swiper-slide ul li h4 {
  color: #333333;
  margin: 30px auto;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 600;
}
.case-slider .swiper-slide ul li:first-child {
  width: 36%;
}
.case-slider .swiper-slide ul li:last-child {
  width: 64%;
}

.case-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.swiper-pagination-bullets.swiper-pagination {
  text-align: center;
  margin-top: 0;
  bottom: 210px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: #213662;
  /* アクティブは濃い色に */
}/*# sourceMappingURL=swiper-slide.css.map */