
.secMain {
	background: url(../img/main/about-site.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#about01,
#about02,
#about03 {
	margin-bottom: 4vw;
	padding: 2vw 0px;
}

.about_txt {
	padding: 0px 1vw;
}

.about_txt p {
    margin-bottom: 2vw;
}

.kito_txt p {
	margin-bottom: 2vw;
}

h3 {
	width: 98%;
	margin : 0vw auto 3vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.about_wap {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0px 1vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.about_img{
	width: 100%;
	max-width: 600px;
	padding: 3vw;
	text-align: center;
}


/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/

.secMain {
	background: url(../img/main/sp_about-site.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

	.secTitle h2{
		text-align: center;
		font-size: 4vw;
	}

	.secTitle{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		background: rgba(0,0,0,0.5);
	}

	.about {
		margin-bottom: 4vw;
		box-sizing: border-box;
	}

	.about_banner_wap {
		flex-wrap: wrap;
	}

}