@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------
 index.css
------------------------------------------------*/
h2 {
  display: block;
  text-align: center;
  max-width: max-content;
  font-family: var(--jost);
  font-size: 0.45rem;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 auto 30px;
}
h2 span {
  display: block;
  color: var(--site_color_lit);
  text-align: center;
  font-size: 0.18rem;
  margin-top: 10px;
}


/*------------------------------------------------
 index01
------------------------------------------------*/
.index01{
  margin-bottom: 80px;
}
.index01_swiper img{
  display: block;
  object-fit: cover;
  width: 100%;
}
.index01_swiper .swiper-pagination{
  position: static;
  transform: unset;
  margin-top: 15px;
}
.index01_swiper .swiper-pagination .swiper-pagination-bullet{
  aspect-ratio: 1/1;
  width: 11px;
  height: auto;
  margin: 0 7px;
}
.index01_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: var(--font_color);
}


/*------------------------------------------------
 index02
------------------------------------------------*/
.index02_banner_list{
  display: grid;
  list-style: none;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.index02_banner_list a{
  display: block;
  font-size: 0.12rem;
}
.index02_banner_list img{
  width: 100%;
}


/*------------------------------------------------
 レスポンシブ　　　max-width:1199px
------------------------------------------------*/
@media screen and (max-width:1199px) {
}

/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/
@media screen and (max-width:991px) {
}

/*------------------------------------------------
 レスポンシブ　　　max-width:767px
------------------------------------------------*/
@media screen and (max-width:767px) {
  h2 {
    font-size: 0.4rem;
    margin-bottom: 10px;
  }
  h2 span {
    font-size: 0.16rem;
  }
  .index01 {
    margin-bottom: 20px;
  }
  .index02{
    margin-bottom: 30px;
  }
  .index02_banner_list {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:480px
------------------------------------------------*/
@media screen and (max-width:480px) {
}
