.main_vis__slider {
  margin-bottom: .5rem;
}

.main_vis__slider__thum {
  display: none;
}

.main_vis .p-default_btn {
  justify-content: center;
}

.main_vis .p-default_btn__link {
  background-color: #DCCB33;
  border: 2px solid #DCCB33;
  border-radius: .8rem;
}

.main_vis .p-default_btn__link:after {
  color: #DCCB33;
}

.main_vis .p-default_btn__link:hover {
  background-color: #fff;
  color: #DCCB33;
}

.main_vis .p-default_btn__link:hover:after {
  color: #fff;
  background-color: #DCCB33;
}

.main_vis__update__time {
  display: flex;
  align-items: center;
}

.main_vis__update__time:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.2rem;
  margin: 0 1em;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .main_vis {
    margin-bottom: 2rem;
  }
  .main_vis__slider__thum {
    display: block;
    margin-bottom: .5rem;
    order: 1;
  }
  .main_vis__slider__thum_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }
  .main_vis__slider__thum_list .swiper-slide {
    width: min(10vw, 180px);
    margin-bottom: 5px;
  }
  .main_vis__slider__thum_list .swiper-slide-thumb-active {
    outline: 4px solid #3576CA;
    outline-offset: -2px;
  }
  .main_vis__lower {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .main_vis .p-default_btn {
    flex-shrink: 0;
    justify-content: start;
    margin-left: .5rem;
  }
  .main_vis .p-default_btn__link {
    padding: 1em 4em 1em 1.5em;
  }
}

.fitness {
  padding: 2rem 0;
  background-image: url(../img/front__fitness__bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.fitness__program_list li a:hover .fitness__program_img img {
  scale: 1.02;
}

.fitness__program_img {
  display: block;
  overflow: hidden;
}

.fitness__program_img img {
  width: 100%;
  transition: .2s;
}

.fitness__more_btn {
  justify-content: center;
  margin: 1rem 0;
}

.fitness:after {
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .fitness {
    margin-top: -2rem;
    padding: 6rem 0 6rem;
  }
  .fitness__container {
    width: min(95%, 1830px);
    margin: auto;
  }
  .fitness__program_list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2.5rem;
  }
  .fitness__program_list li {
    width: calc((100% - 3rem) / 4);
  }
  .fitness__more_btn .p-default_btn__link {
    width: 32em;
    padding-left: 6em;
  }
}

.school {
  padding: 2rem 0;
  background-color: #E1EAF5;
}

.school__system {
  margin-bottom: .5rem;
}

.school__system a:hover .school__system__img img {
  scale: 1.02;
}

.school__system__img {
  display: block;
  overflow: hidden;
}

.school__system__img img {
  width: 100%;
  transition: .2s;
}

.school__program_list li {
  margin-bottom: .5rem;
}

.school__program_list li a:hover .school__program_item__img img {
  scale: 1.02;
}

.school__program_list li .school__program_item__img {
  display: block;
  overflow: hidden;
}

.school__program_list li .school__program_item__img img {
  width: 100%;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .school {
    padding: 4rem 0;
  }
  .school__content {
    display: flex;
    justify-content: space-between;
  }
  .school__system {
    width: 49%;
    margin-bottom: 0;
  }
  .school__program_list {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-between;
  }
  .school__program_list li {
    margin-bottom: 0;
  }
}

.contents {
  padding: 2rem 0;
}

.contents__page_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contents__page_list li {
  width: 48%;
  position: relative;
  margin-bottom: 1rem;
}

.contents__page_ttl {
  padding: .5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #143382;
  font-size: .9em;
  color: #fff;
}

.contents__page_ttl:after {
  content: ">";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  line-height: 1;
  text-align: center;
  color: #3576CA;
  font-weight: 700;
  font-size: .8rem;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .contents {
    padding-top: 4rem;
  }
  .contents__page_list {
    display: flex;
  }
  .contents__page_list li {
    width: calc((100% - 3rem) / 4);
  }
  .contents__page_list li a:hover .contents__page_ttl:after {
    right: .5em;
  }
  .contents__page_ttl {
    padding: 1em;
    font-size: 1em;
  }
  .contents__page_ttl:after {
    right: 1em;
    transition: .2s;
  }
}

.news {
  margin: 3rem 0 5rem;
}

.news__bg_area {
  background-color: #F5F9FE;
  position: relative;
}

.news .p-section_ttl {
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
}

.news__post_list {
  padding: 4rem 0;
}

.news__post_list li {
  border-bottom: 1px solid #D2D2D2;
}

.news__post_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .5rem 0;
  text-decoration: none;
  color: #646464;
}

.news__post_cat {
  width: 7rem;
  margin-right: 1rem;
  text-align: center;
  color: #fff;
  font-size: .9em;
  border-radius: .3em;
}

.news__post_cat.-news {
  background-color: #3576CA;
}

.news__post_cat.-campaign {
  background-color: #DCCB33;
}

.news__post_ttl {
  width: 100%;
  margin-top: .5rem;
}

.news__more_btn {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
}

.news .p-default_btn {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .news {
    margin: 1rem 0 7rem;
  }
  .news__bg_area {
    padding-left: 15rem;
  }
  .news .p-section_ttl {
    top: 50%;
    left: -1.5rem;
    text-align: left;
    transform: translateY(-50%);
  }
  .news .p-default_btn {
    justify-content: end;
    margin-right: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .news__bg_area {
    padding-left: 19rem;
    padding-bottom: 4rem;
  }
  .news__post_list {
    padding: 1em 0;
  }
  .news__post_list li a {
    padding: 1rem 0;
  }
  .news__post_cat {
    margin-right: 2.5rem;
  }
  .news__post_time {
    width: 6rem;
    margin-right: 5rem;
  }
  .news__post_ttl {
    width: calc(100% - 24rem);
    margin-top: 0;
  }
  .news__more_btn {
    bottom: -3rem;
  }
  .news__more_btn .p-default_btn__link {
    width: 32em;
    padding-left: 5em;
  }
}

.c-footer {
  margin-top: 0;
}
/*# sourceMappingURL=front-page.css.map */