@charset "UTF-8";

.sec{
	text-align: center;
	padding-top: 0;
}
#main-pic{
	position: relative;
	//margin-bottom: 11.5rem;
}
.sec h2{
	font-size: 3.5rem;
	line-height: 1.714;
	font-family: ヒラギノ角ゴ W6 JIS2004, Hiragino Kaku Gothic W6 JIS2004;
	margin-bottom: 9rem;
}
.sec p{
	font-size: 1.8rem;
	line-height: 2.5;
	padding-bottom: 6rem;
}
main .txt-area{
	padding-top: 11.5rem;
	position: relative;
}
#wave-content-area{
	position: absolute;
	left: 0;
	top: -7rem;
	width: 100%;
}
#wave-content{
	width: 100%;
}

@media screen and (max-width: 768px){
	#main-pic{
		//margin-bottom: 10rem;
	}
	.sec h2{
		font-size: 4rem;
		line-height: 2;
		margin-bottom: 7rem;
		position: relative;
	}
	main .txt-area{
		padding-top: 10rem;
	}
	.sec p{
		font-size: 3rem;
		line-height: 2;
		max-width: 57rem;
		margin: auto;
	}
}