.main_v_wrap {
  width: 100%;
	/*height: 100vh;*/
	position: relative;
	padding-bottom: 50px;
}
.main_v_bg {
  width: 100%;
	overflow: hidden;
}
.main_v_bgitem {
  position: absolute;
	z-index: -1;
}
.main_v_bgitem.main_v_bgitem01 {
  width: 100%;
	top: 0;
	left: 0;
}
.main_v_bgitem.main_v_bgitem02 {
  width: 24%;
	top: 50%;
	left: 56%;
}
.main_v_bgitem.main_v_bgitem03 {
  width: 24%;
	bottom: 0;
	left: 17%;
}
.main_v_text {
	width: 60%;
	max-width: 860px;
	padding: calc(90px + 5%) 2% 6% 5%;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.scroll_swiper .swiper-slide {
  border-radius: 20px;
	overflow: hidden;
}
.scroll_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
	.main_v_bgitem.main_v_bgitem02 {
		width: 42%;
		top: 30%;
		left: 53%;
	}
	.main_v_bgitem.main_v_bgitem03 {
		width: 42%;
		bottom: 0;
		left: 13%;
	}
	.main_v_text {
		width: 74%;
		padding: calc(70px + 10%) 2% 10% 5%;
	}
	.scroll_swiper .swiper-slide {
		aspect-ratio: 1 / 1;
	}
}


