/* slider */
.slider-bg {
  background: #000;
  padding-bottom: 30px;
  padding-top: 20px;
}
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.slider__item {
  width: 880px;
  height: auto;
  margin-left: 25px;
  margin-right: 25px;
}
.slider__item img {
  border-radius: 16px;
}
.slick-prev, .slick-next {
  width: 14px;
  height: 23px;
  z-index: 1;
}
.slick-prev:hover, .slick-next:hover {
  cursor: pointer;
}
.slick-prev {
  position: absolute;
  left: calc(50% - 440px - 30px);
  top: 50%;
}
.slick-next {
  position: absolute;
  right: calc(50% - 440px - 30px);
  top: 50%;
}
.slick-dots li button:before {
  color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #fff;
}
.slick-dots li button:before {
  font-size: 16px !important;
}
@media screen and (max-width: 969px) {
  .slider__item {
    max-width: 90vw;
  }
  .slick-prev {
    left: 1.5%;
  }
  .slick-next {
    right: 1.5%;
  }
}


/*----- top -----*/
.container h2 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 2em 0 1em;
  line-height: 1;
}
.facility-list {
  display: flex;
  justify-content: center;
}
.facility-list li {
  width: 280px;
  text-align: center;
}
.facility-list__img {
  width: 172px;
  margin: 0 auto;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.facility-list__img:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.facility-list__name {
  color: #00166D;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
}
.section--bnr,
.section--external {
  background: #e6edff;
  padding: 3rem 0;
}
.section--bnr {
  margin: 5rem 0;
}
.bnr-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.bnr-list li {
  width: 400px;
  max-width: 40%;
}
.bnr-list-top {
  margin-bottom: 3rem;
}
.bnr-list a {
  display: block;
  position: relative;
}
.bnr-list__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .8rem 0;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
.section--news {
  margin: 5rem 0;
}
.section--news h3 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 4px solid #00166D;
}
.section--news h4 {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: left;
}
.news-area__tab {
  max-width: 860px;
}
.news-area__main {
  max-width: 860px;
  margin: 0 auto;
}
.news-area__main__more {
  background: #00166d;
  padding: 1em;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}
.external-bnr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.external-bnr li {
  width: 212px;
  margin: 18px;/* 20px */
}
.external-bnr img {
  width: 100%;
}
.external-bnr__no-img {
  padding: 1em;
  background: #00166D;
  color: #fff;
}


li#li20240710last {
  display: none;
}
@media screen and (min-width:1283px) {
  li#li20240710 {
    position: relative;
  }
  a#a20240710 {
    position: absolute;
    top: -18px;
    left: 0;
  }
  li#li20240710last {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .facility-list li {
    width: calc(100% / 3);
  }
  .facility-list__img {
    width: 80%;
  }
  .facility-list__name {
    font-size: 4vw;
    line-height: 1.5;
  }
  .news-area__main {
    margin-bottom: 3rem;
  }
  .bnr-list li {
    max-width: none;
  }
  .bnr-list li:not(:last-child) {
    margin-bottom: 3rem;
  }
  .bnr-list__img img {
    width: 100%;
  }
}
/*----- top end -----*/
