/* オープニングエリア */
.hope_opening_area {
	position:fixed;
	width:100%;
	height:100%;
	background:#09f;
	z-index:2000;
}
.hope_opening_area > div {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hope_opening_area > div > p {
	color:#fff;
	text-align:center;
	white-space:nowrap;
	line-height:1em;
}
.hope_opening_area > div > p.p1 {
	font-size:80px;
}
.hope_opening_area > div > p.p2 {
	font-size:130px;
}
.hope_opening_area > div > p.p3 {
	font-size:65px;
}
.close {
	font-size:14px !important;
	font-weight:bold;
	cursor:pointer;
	margin-top:60px;
}
.close:after {
	content:">>";
	display:inline;
	margin-left:10px;
}

/* ヘッダ、フッタ関連 */
.header {
	background:#09f;
	height:75px;
}
.header > div {
	width:980px;
	margin:auto;
}
.header > div img {
	margin-top:15px;
}
.footer {
	background:#09f;
	font-family:meiryo;
}
.footer > div {
	width:980px;
	margin:auto;
	padding:10px 0;
}
.footer > div > p {
	color:#fff;
	text-align:left;
	margin:0;
}

/* コンテンツエリア */
.content {
	width:980px;
	margin:auto;
}
.hope_blue_area {
	background:#09f;
	margin:10px 0;
	padding:35px 50px;
	box-sizing:border-box;
}
.hope_blue_area > div {
	border:1px solid #fff;
	padding:35px 50px;
	box-sizing:border-box;
}
.hope_blue_area > div > p {
	color:#fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	margin:15px 0;
	font-size:20px;
}
.hope_circle_area {
	text-align:center;
	padding:20px 20px 10px 20px;
}
.hope_circle_area > div {
	display:inline-block;
	background:#09f;
	border-radius:50%;
	width:140px;
	height:140px;
	padding:32px 18px 20px 18px;
	box-sizing:border-box;
}
.hope_circle_area > div > p {
	color:#fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
.hope_circle_area > div > p.hope_circle_area_p1 {
	font-size:22px;
	line-height:1.1em;
}
.hope_circle_area > div > p.hope_circle_area_p2 {
	font-style:normal;
	font-size:36px;
	line-height:1.1em;
}
.hope_circle_area > div > p.hope_circle_area_p3 {
	font-size:14px;
	line-height:1.1em;
}
.carousel_area {
	position:relative;
	width:90%;
	margin:20px auto;
	padding:0 200px;
	box-sizing:border-box;
}

h2.there_h2 {
	border-left:10px solid #09f;
	font-size:25px;
	padding-left:10px;
	margin:50px 0 0 0;
	color:#222;
	text-shadow:3px 3px 3px rgba(0,0,0,0.3);
}
.there_movarea > ul {
	text-align:center;
}
.there_movarea > ul > li {
	display:inline-block;
	margin:20px 0;
	min-width:560px;
}
.there_movarea > ul > li > p {
	text-align:left;
}
