@charset "UTF-8";/* 2025.09.08 */

.mvtxt img {
  margin: 30px auto 20px;
}
.slideArea {
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media (min-width: 576px) {
  .mv {
    padding-top: 100px;
  }
  .mvtxt img {
    margin: 0 auto 40px;
  }
}
@media (min-width: 1081px) {
  .mv {
    padding-top: 120px;
    width: 1590px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .mvttl {
    flex: 0 1 35%;
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .mainContents {
    flex: 0 1 62%;
    width: 62%;
  }
  .mvtxt {
    width: 82%;
  }
}
@media (min-width: 1800px) {
  .mv {
    height: 800px;
  }
}

/* swiper */
.slideArea,.swiper {
  width: 100%;
  max-width: 930px;
}
.swiper {
  margin: 0 auto;
}
.slide-img {
  width: 100%;
  object-fit: contain;
}
.slide a {
  display: block;
}
.swiper-wrapper {
}
.swiper {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1080px) {
  .slideArea,.swiper {
    max-width: 1080px;
  }
}


/* ドット位置 */
#js-swiper .swiper-pagination {
  padding-right: 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: right;
}

/* ドットの見た目 */
#js-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  margin: 0 2px;
  border-radius: 0;
  background: #fff;
  opacity: .8;
  transition: all 0.3s;
}

/* アクティブ時 */
#js-swiper .swiper-pagination-bullet-active {
  background: var(--main); /* アクティブ色 */
  opacity: 1;
  width: 30px;
}

@media (min-width: 1081px) {
  #swiper.size {
    aspect-ratio: 930 / 670;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .safari #swiper.size {
    height: calc(100vh - 100px);
  }
  .size .slideArea {
    width: calc(100vh * 1.8)!important;
    max-width: calc(100vh * 1.8)!important;
  }
  .size .slideArea {
    height: 100%;
  }
  .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .swiper-container-horizontal {
    width: 100%;
    height: 100%!important;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%!important;
  }
  .swiper-slide img {
/*    height: 100%!important;*/
    height: auto!important;
    width: auto!important;
    object-fit: contain;
  }
}
@media (max-height: 620px) {
  .size .slideArea {
    width: calc(100vh * 1.7)!important;
    max-width: calc(100vh * 1.7)!important;
  }
}

.bg_01 {
  margin-top: -190px;
  position: absolute;
  z-index: -1;
}
@media (min-width: 1081px) {
  #sec01 {
    margin-top: -10px;
  }
}
.list_01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}
.list_01 li {
  width: 298px;
  max-width: 90%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .list_01 li {
    justify-content: flex-start;
  }
}
.list_01 li img {
  position: relative;
  z-index: -1;
}
.list_01 li .num {
  font-size: 12rem;
  color: var(--sub01);
  opacity: .5;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.list_01 li .num.s {
  padding-left: .1em;
}
.list_01 li .txt01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}
.list_01 li .txt01 p {
  width: 11em;
  margin-right: 30px;
  font-feature-settings: 'palt';
}
@media (min-width: 768px) {
  .list_01 {
    padding-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
  }
  .list_01 li .txt01 {
    margin-top: -88px;
    flex-direction: column;
  }
  .list_01 li .txt01 p {
    width: 13em;
    margin-right: 0;
  }
  .list_01 li .num.s {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .list_01 {
    width: 850px;
  }
}
.bg_02 {
  margin-top: -250px;
  position: relative;
  z-index: -3;
}
@media (min-width: 768px) {
  .bg_02 {
    margin-top: -150px;
  }
}
@media (min-width: 1081px) {
  .list_01 li .txt01 p {
    font-size: 1.8rem;
    margin-top: -20px;
    height: 124px;
    display: flex;
    align-items: center;
  }
}

.list_02 {
  width: 862px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.list_02 a {
  aspect-ratio: 280 / 70;
  border: solid 1px var(--light01);
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/*.list_02 img {
  object-fit: contain;
  z-index: -1;
}*/

@media (min-width: 1081px) {
  .box_01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ttl_main {
    font-size: 4rem;
  }
  .list_news, .list_02 {
    width: 862px;
    max-width: 73%;
  }
}





