@charset "UTF-8";

/* CSS Document */

/*====================================

	main

====================================*/

.main {
	padding-top: 60px;
}
.main .inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.main .inner .text,
.main .inner .text_blur {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.main .inner .text p,
.main .inner .text_blur p {
	font-family: 'Zen Old Mincho', serif;
	font-size: 5vw;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
}
.main .inner .text p {
	z-index: 2;
	position: relative;
	color: #111926;
}
.main .inner .text_blur p {
	z-index: 1;
	position: relative;
	color: #fff;
	text-stroke: 6px #fff;
	-webkit-text-stroke: 6px #fff;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

/*====================================

	about

====================================*/

.about {
	padding: 60px 0;
}
.about .inner {
	width: 100%;
	padding: 0 40px;
}
.about .inner .ph {
	width: 100%;
	padding: 0 40px 40px 40px;
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
}
.about .inner .text {
	width: 100%;
}

/*====================================

	news

====================================*/

.news {
	width: 100%;
	padding: 40px 0;
	background: url(../images/news_bg.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 80px;
}
.news .inner {
	position: relative;
}
.news .inner h3 {
	font-family: 'Zen Old Mincho', serif;
	font-size: 400%;
	line-height: 1em;
	margin-bottom: 30px;
	color: #fff;
	padding: 0 20px;
}

/*====================================

	member

====================================*/

.member {
	width: 100%;
	padding: 0 20px;
	margin-bottom: 80px;
}
.member .inner {
	width: 100%;
	position: relative;
}
.member .inner .ph {
	width: 100%;
}
.member .inner .text {
	width: 100%;
	background: #111926;
}
.member .inner .text .text_inner {
	padding: 40px 0;
	width: 100%;
}
.member .inner .text h4 {
	font-family: 'Zen Old Mincho', serif;
	line-height: 1em;
	font-size: 300%;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

