@charset "UTF-8";
/* コンテンツ */


@keyframes sl_zoom_ani {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);

  }
}
@keyframes sl_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;

  }
}

#mainimg {
	position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

#mainimg .swiper-container1 {
	position:relative;
	width: 100%;
	height: 100%;
    clip-path: ellipse(80% 100% at 50% -1%);
}
#mainimg .swiper-slide {
	position:relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}

.slidebox {
    width: 100%;
	height: 100%;
    background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.sd1 .slidebox {
    background-image: url("../slide/01.webp");
}
.sd2 .slidebox {
    background-image: url("../slide/02.webp");
}
.sd3 .slidebox {
    background-image: url("../slide/03.webp");
}
.swiper-slide-active .slidebox,
.swiper-slide-duplicate-active .slidebox,
.swiper-slide-prev .slidebox {
  animation: sl_zoom_ani 7s ease-out 0s normal both;
}
#mainimg h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
    padding: 0 100px;
	margin:auto;
    z-index: 1;
}
#mainimg h2 span {
    display: block;
    width: 30%;
    margin: 0 0 0 auto;
}
#mainimg h2 span img {
    width: 100%;
}
.main_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	margin:auto;
    z-index: 1;
}
.main_title ul {
    position: relative;
    width: 65%;
    margin: 0 0 0 auto;
    padding-right: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_title ul li {
    z-index: 2;
}
.main_title ul li img {
    width: 100%;
}
.main_title section {
    display: block;
    background-color: #003477;
    width: calc(65% + 80px);
    height: 20px;
    margin: -2% 0 0 auto;
}

@media screen and (max-width: 960px) {
#mainimg {
    height: auto;
    aspect-ratio: 4 / 3;
}
#mainimg h2 {
    top: 10vw;
    padding: 0 10vw;
}
#mainimg h2 span {
    width: 50%;
}
.main_title {
    bottom: 10vw;
}
.main_title ul {
    width: 75%;
    padding-right: 5vw;
}
.main_title section {
    width: calc(75% + 5vw);
    height: 2vw;
    margin: -2.5vw 0 0 auto;
}

}

@media screen and (max-width: 520px) {


}
