@charset "UTF-8";
.school_descriptions {
  /* 追加: スライダー下に余白＋paginationを下げる */
  /* ドットが大きくなる分だけ下余白を増やす（必要に応じて） */
}
.school_descriptions a {
  color: #4c7bfc;
}
.school_descriptions .swiper {
  padding-bottom: 28px;
}
.school_descriptions .swiper .swiper-pagination {
  bottom: -4px;
}
.school_descriptions .swiper .swiper-pagination-bullet {
  cursor: pointer;
}
.school_descriptions .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #bbb;
  /* 必要なら色も調整 */
  opacity: 1;
  /* Swiperのデフォルト透過を打ち消す */
  margin: 0 6px;
  /* ドット間隔を少し広げる（任意） */
}
.school_descriptions .swiper .swiper-pagination-bullet-active {
  background: #4c7bfc;
  /* アクティブ色 */
  transform: scale(1.15);
  /* 少し拡大（任意） */
}
.school_descriptions .swiper {
  padding-bottom: 36px;
}

.school_02 {
  background: url(../images/top/nami_top.webp) repeat-x top center, url(../images/top/nami_bottom.webp) repeat-x bottom center #faf5e5;
}

.school-single a {
  color: #4c7bfc;
  text-decoration: underline;
}
.school-single a:hover {
  color: #fc9b4c;
  text-decoration: underline;
}

.name {
  position: relative;
  padding-left: 1.2em;
  font-weight: bold;
}
.name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  background: #4BCCBE;
  border-radius: 50%;
  display: block;
}/*# sourceMappingURL=school.css.map */