@charset "utf-8";

/*============================
#features
============================*/

#features .flex {
  margin-top: 40px;
}

#features dl {
  width: 510px;
  height: 140px;
  padding: 25px 40px 25px 140px;
  background-color: #edf8ff;
  border-radius: 5px;
  position: relative;
}

#features dl::before {
  display: block;
  position: absolute;
  content: '';
  width: 90px;
  height: 90px;
  background: url(../images/01.png)no-repeat center center;
  background-size: 100%;
  top: 25px;
  left: 20px;
}

#features dl:nth-of-type(2) {
  background-color: #f3fff3;
}

#features dl:nth-of-type(2)::before {
  background-image: url(../images/02.png);
}

#features dl:nth-of-type(3) {
  background-color: #fffdee;
}

#features dl:nth-of-type(3)::before {
  background-image: url(../images/03.png);
}

#features dl:nth-of-type(4) {
  background-color: #fbf5ff;
}

#features dl:nth-of-type(4)::before {
  background-image: url(../images/04.png);
}

#features dl:nth-of-type(n+3) {
  margin-top: 20px;
}

#features dl dt {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

#features dl dd {
  line-height: 26px;
}

@media only screen and (max-width: 768px) {
  #features .flex {
    margin-top: 30px;
  }

  #features dl {
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 90px;
  }

  #features dl::before {
    content: '';
    width: 60px;
    height: 60px;
    top: 20px;
    left: 15px;
  }

  #features dl:nth-of-type(n+2),
  #features dl:nth-of-type(n+3) {
    margin-top: 15px;
  }

  #features dl dt {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  #features dl dd {
    line-height: 24px;
    font-size: 15px;
  }
}


/*============================
#school-list
============================*/

#school-list {
  padding-top: 0;
}

#school-list p {
  margin-bottom: 30px;
}

#school-list .box {
  align-items: flex-start;
}

#school-list .box:first-of-type {
  margin-bottom: 80px;
}

/* .slide-media */
#school-list .gallery01 {
  width: 520px;
}

#school-list .slide-media,
#school-list .thumb-media {
  position: relative;
  overflow: hidden;
}

#school-list .slide-media img,
#school-list .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#school-list .thumb-media img {
  display: block;
  width: 95px;
  height: 95px;
  border-radius: 5px;
}

#school-list .gallery01 {
  overflow: hidden;
}

#school-list .gallery01 .swiper-thumb {
  padding-top: 10px;
}

#school-list .gallery01 .swiper-thumb .swiper-slide {
  margin-right: 8px;
  width: 95px;
}

#school-list .gallery01 .slide {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  width: 520px;
}

#school-list .gallery01 .slide-media {
  padding-top: 64.423%;
  border-radius: 5px;
}

#school-list .gallery01 .slide-media img {
  -o-object-fit: contain;
  object-fit: contain;
}

#school-list .gallery01 .thumb-media {
  padding-top: 100%;
  transition: all 0.3s ease;
  border-radius: 5px;
}

#school-list .gallery01 .thumb-media:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#school-list .gallery01 .thumb-media:hover img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#school-list .gallery01 .swiper-slide-thumb-active {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0.3;
}

#school-list .gallery01 .swiper-slide-thumb-active .thumb-media {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#school-list .gallery01 .swiper-slide-thumb-active .thumb-media img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#school-list .school_info {
  width: 490px;
  height: 458px;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

#school-list .school_info::before {
  position: absolute;
  display: block;
  content: '';
  width: 219px;
  height: 188px;
  background: url(../images/logo_white.png)no-repeat center center;
  background-size: 100%;
  bottom: 30px;
  right: 30px;
  z-index: -1;
}

#school-list .school_info h3 {
  padding: 0 0 20px 10px;
  margin: 0 0 30px 0;
  font-size: 20px;
  line-height: 1;
}

#school-list .school_info table.info {
  margin-top: 30px;
}

#school-list .school_info table.info tr {
  display: flex;
  padding: 0;
  align-items: flex-start;
  border: none;
}

#school-list .school_info table.info tr:nth-of-type(n+2) {
  margin-top: 20px;
}

#school-list .school_info table.info th {
  padding: 6px 0;
  margin-right: 20px;
  width: 100px;
  text-align: center;
  background-color: #0c194a;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {

  #school-list p {
    margin-bottom: 15px;
  }

  #school-list .box:first-of-type {
    margin-bottom: 40px;
  }

  /* .slide-media */
  #school-list .gallery01 {
    width: 100%;
  }

  #school-list .gallery01 .slide {
    width: 100%;
  }

  #school-list .school_info {
    margin-top: 20px;
    width: 100%;
    height: auto;
    padding: 30px 5%;
  }

  #school-list .school_info::before {
    width: 149px;
    height: 148px;
    bottom: 10px;
    right: 10px;
  }

  #school-list .school_info h3 {
    padding: 0 5px 10px 5px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
  }

  #school-list .school_info table.info th,
  #school-list .school_info table.info td {
    font-size: 14px;
  }

  #school-list .school_info table.info th {
    width: 80px;
  }

}


@media only screen and (max-width: 768px) {}
