@charset "utf-8";
/* ヘッダー */
.head-ttl-wrap{
    background: url(../images/activity/cram-school/header-bg.jpg) no-repeat center center/cover;
}
@media all and (max-width: 400px) {
    .head-subttl {
        font-size: 2.375rem;
    }
}
/* ヘッダー */

/* 塾とは */
.sec-about{
    position: relative;
  }
  .sec-about::before{
    content: "";
    position: absolute;
    bottom: 60px;
    right: -77px;
    width: 580px;
    height: 580px;
    background: url(../images/activity/cram-school/about-bg.png) no-repeat center center/contain;
    z-index: -1;
  }
  .sec-about-desc{
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
  }
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //塾とは */

/* 過去の塾の一例 */
.bg-lightblue{
  background-color: #EAEAF0;
}
.sec-school-desc{
  font-size: 1.1375rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  line-height: 1.9;
}
.sec-school-listwrap{
  background-color: #fff;
  border: 2px solid #0C0C31;
  padding: 1.25rem;
}
.sec-school-list{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding-left: 1.25rem;
  position: relative;
}
.sec-school-list::before{
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #D6A91F;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.sec-school-list dt{
  font-weight: 700;
  margin-bottom: 4px;
}
.sec-school-list dd{
  margin-bottom: 0;
}
.sec-school-listwrap .sec-school-list:last-of-type{
  margin-bottom: 0px;
}
@media all and (min-width: 576px) {
  .sec-school-desc{
    font-size: 1.375rem;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .sec-school-listwrap{
    padding: 2.5rem;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-school-list{
    display: flex;
    flex-direction: row;
  }
  .sec-school-list dt{
    margin-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* 過去の塾の一例 */


/* splide */
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background-color: #ccc;
  border: 0;
  outline: none;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
}
.splide__pagination__page.is-active {
  background-color: #ed2751;
}

.splide__slide{
  width: 50vw !important;
}
.splide__slide img{
  width: 100%;
}

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
  .splide__slide{
      width: 33.33vw !important;
    }
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 992px) {
  .splide__pagination__page {
    width: 15px;
    height: 15px;
    margin: 5px;
  }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //splide */