@charset "UTF-8";
body.home .main-visual {
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 1025px) {
  body.home .main-visual {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  body.home .main-visual {
    padding: 0.625rem;
  }
}
body.home ._swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1.5rem;
}
body.home ._swiper .swiper-container {
  position: relative;
}
body.home ._swiper .swiper-slide {
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  body.home ._swiper .swiper-slide {
    max-width: 1000px;
  }
}
body.home ._swiper .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 1025px) {
  body.home ._swiper .item {
    max-width: 1000px;
    height: 20.875rem;
  }
}
@media screen and (max-width: 1024px) {
  body.home ._swiper .item {
    height: 7.125rem;
  }
}
body.home ._swiper .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像を親要素にフィットさせる */
  -o-object-position: center;
     object-position: center; /* 画像を中央に配置 */
}
body.home ._swiper .slider-caption {
  text-align: center;
}
@media print, screen and (min-width: 1025px) {
  body.home ._swiper .slider-caption {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 1024px) {
  body.home ._swiper .slider-caption {
    font-size: 0.8125rem;
    margin-top: 0.3125rem;
  }
}
body.home ._swiper .swiper-pagination {
  bottom: -1.5rem;
}
body.home ._swiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #0058ab;
  background-color: #fff;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  opacity: 1;
}
@media print, screen and (min-width: 1025px) {
  body.home ._swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  body.home ._swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}
body.home ._swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0058ab;
}
@media print, screen and (min-width: 1025px) {
  body.home .main-contents {
    max-width: 1000px;
    padding-top: 2.5rem;
    display: flex;
    justify-content: space-between;
  }
  body.home .main-contents ._left {
    width: 60%;
  }
  body.home .main-contents aside {
    width: 24%;
  }
  body.home .main-contents #sec-info {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  body.home .main-contents {
    padding-top: 1.875rem;
    padding-right: 0.625rem;
    padding-left: 1.25rem;
  }
  body.home .main-contents aside {
    margin-top: 6.0625rem;
  }
  body.home .main-contents aside a {
    width: 100%;
  }
  body.home .main-contents #sec-info {
    margin-top: 3.75rem;
  }
}
body.home .bn-lists {
  margin-top: 1.25rem;
}
body.home .bn-lists li + li {
  margin-top: 1.25rem;
}
/*# sourceMappingURL=home.css.map */