@charset "utf-8";

/* ヘッダー */
header nav::before {
	box-shadow: none;
	background-color: #fff;
}

/* サブMV */
.sub-mv {
	margin-top: 80.734px;
	height: 344px;
	background-image: url(../images/statuemv.jpg);
	background-size: cover;
	background-position-y: 40%;
	position: relative;
}

.sub-mv p {
	text-align: center;
	line-height: 344px;
	font-size: 38px;
	color: white;
	position: relative;
	z-index: 10;
}

.sub-mv::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(33, 147, 176, 31%);
	z-index: 1;
}

.h2wrap {
	text-align: center;
}

.grdh2 {
	color: white;
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	background: linear-gradient(to right, #05AFDC, #85E9CE);
	margin-top: 75px;
	padding: 20px 25px;
	margin: 57px 0 16px;
}

.text-area {
	max-width: 842px;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.781);
	margin: 0 auto;
	line-height: 1.5;
}

.text-area p {
	margin-bottom: 30px;
}

.bgbule {
	background: linear-gradient(to bottom, #C7F2FF, hsla(0, 0%, 100%, 0.337));
}

.figure-area {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mw520 {
	max-width: 600px;
	width: 100%;
	margin-top: 86px;
}

.h2wrap.m20 {
	padding: 0 20px;
}

.tacenter {
	width: 680px;
	text-align: left;
	padding-top: 10px;
}

@media screen and (max-width:700px) {
	.text-area {
		width: auto;
		padding: 20px;
	}

	.figure-area {
		padding: 0 20px;
	}

	.figure-area img {
		width: 100%;
	}

	.grdh2 {
		font-size: 20px;
		margin-top: 10px;
	}

	.grdh2 {
		margin-bottom: 0;
		margin-top: 40px;
	}

	.grdh2 {
		padding-right: 7px;
		padding-left: 7px;
	}
}