@charset "UTF-8";
body {
  font-family: "Noto Sans JP", Avenir, 'Helvetica neue', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.swiper-container {
  text-align: left;
}

#top-schedule-container {
  background: url(../img/top/renew_schedule_bg.jpg) no-repeat;
  background-size: cover;
}

#contact-container {
  padding: 100px 0 0;
}

#contact-container .contact-container_inner {
  background: url(../img/top/renew_contact_bg.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1000px) {
  #about-figure .about {
    justify-content: center;
  }
}

.font-opensans {
  font-family: "Open Sans", 'Lato', sans-serif, Avenir, 'Helvetica neue', Helvetica;
}