.swiper-slide img{
	width: 100%;
	height: 950px;
	object-fit: cover;
}

.main_box{
	width: 100%;
	height: 950px;
	margin-bottom: 100px;
	position: relative;
	object-fit: cover;
}

.top_area{
	width: 100%;
	padding: 20px 0 10px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 20;
	background-color: rgba(0,0,0,0.3);
}

.main_txt02{
	text-align: center;
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 30px;
	color: #fff;
}
.main_logo{
	width: 270px;
	height: 210px;
	margin: 0 auto;
}
.main_logo img{
	width: 270px;
	height: 210px;
}

.top_midashi{
	width: 100%;
	line-height: 56px;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 100px;
	text-align: center;
}

/****about****/

@media screen and (max-width:639px) {
/*　画面サイズが639pxまではここを読み込む　*/
.swiper-slide img{
	width: 100%;
	max-height: 700px;
	object-fit: cover;
}

.main_box{
	width: 100%;
	max-height: 700px;
	position: relative;
	object-fit: cover;
	margin-bottom: 50px;
}

.top_area{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
	z-index: 20;
}

.main_txt02{
	text-align: center;
	font-weight: 500;
	font-size: 22px;
	line-height: 38px;
	margin-bottom: 30px;
	color: #fff;
}

.main_logo{
	width: 135px;
	height: 105px;
	margin: 0 auto;
}
.main_logo img{
	width: 135px;
	height: 105px;
}

.top_midashi{
	width: 100%;
	line-height: 36px;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}


}

@media screen and (min-width: 640px) {
/* 640pxからの幅の場合に適応される */
.sp_top_ga_img01{
	display: none;
}


}
