@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 550px !important;
	margin-bottom: 170px;
	box-shadow: rgba(184, 183, 183, 0.75) 0px 2px 3px -1px;
	-webkit-box-shadow: rgba(184, 183, 183, 0.75) 0px 2px 3px -1px;
	-moz-box-shadow: rgba(184, 183, 183, 0.75) 0px 2px 3px -1px;
	position: relative;
}

#visual_video {
	width: 100%;
	height: 550px;
	overflow: hidden;
	background: url(../img/top/bg.jpg) no-repeat center bottom;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#visual_video video {
	width: 100%;
	min-height: 550px;
	vertical-align: bottom;
	position: absolute;
	left: 0;
	bottom: 0;
}

#visual_inner {
	background: url(../img/top/visual_07.png) center top;
	position: relative;
	z-index: 11;
}

@media screen and (min-width: 1401px) {
#visual {
	background-size: 100% auto;
}
}

#visual .container {
	height: 550px;
}

#visual .wrapper {
	width: 868px;
	height: 550px;
	margin: 0 auto;
	position: relative;
}

#visual h2 {
	position:absolute;
	top: 50px;
	left:-40px;
}

#visual li {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 32px;
	line-height: 82px;
	position: absolute;
	bottom: -100px;
}

#visual li a {
	display: block;
	overflow: hidden;
	padding-right: 20px;
	text-decoration: none;
	color: #000;
}

#visual li:nth-child(1) {
	width: 264px;
	height: 227px;
	overflow: hidden;
	left: 0;
}

#visual li:nth-child(1) a {
	height: 227px;
	padding-top: 140px;
	background: url(../img/top/visual_03.png) no-repeat 0 -20px;
}

#visual li:nth-child(2) {
	width: 264px;
	height: 227px;
	overflow: hidden;
	left: 303px;
}

#visual li:nth-child(2) a {
	height: 227px;
	padding-top: 140px;
	background: url(../img/top/visual_04.png) no-repeat 0 -20px;
}

#visual li:nth-child(3) {
	width: 264px;
	height: 227px;
	overflow: hidden;
	right: 0;
}

#visual li:nth-child(3) a {
	height: 227px;
	padding-top: 140px;
	background: url(../img/top/visual_05.png) no-repeat 0 -20px;
}

#visual li a:hover {
	text-decoration: underline;
	color: #3564ff;
}

/* ---------------------------------------------------------
	CSS Document top > info
--------------------------------------------------------- */

#info {
	margin-bottom: 60px;
	border-top: solid 5px #e2e2e2;
	background: url(../img/top/info_01.jpg) repeat-x center top;
}

#info .inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#info h2 {
	width: 164px;
	height: 104px;
	margin-bottom: 30px;
	background: #fff url(../img/top/info_02.jpg) no-repeat center 27px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: 100;
	font-size: 20px;
	line-height: 162px;
	position: relative;
}

#info h2:after {
	content: '';
	width: 144px;
	height: 2px;
	background: #3564ff;
	position: absolute;
	bottom: 0;
	left: 10px;
}

#info .section {
	padding: 20px 0;
	border-bottom: solid 1px #dbdbdb;
}

#info p.date {
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Century, "メイリオ", serif;
	font-weight: bold;
	font-size: 13px;
}

#info p.f_left img {
	max-width: 100%;
	height: auto;
}

#info dl {
	float: right;
	width: 780px;
}

#info dt {
	width: 164px;
	margin-right: 40px;
	margin-bottom: 15px;
	border: solid 1px #9cb3ff;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 25px;
}

#info dd span {
	font-size: 11px;
	font-weight: bold;
	color: #df5900;
}

#info .right a {
	display: inline-block;
	vertical-align: top;
	width: 258px;
	margin-top: 30px;
	padding: 9px 0;
	border: solid 1px #1c4be6;
	background: #1c4be6;
	background: -webkit-gradient(linear, left top, left bottom, from(#3564ff), to(#1c4be6));
	background: -moz-linear-gradient(top, #3564ff, #f1c4be6ff);
	background: linear-gradient(to bottom, #3564ff, #1c4be6);
	background: -ms-linear-gradient(top, #3564ff, #1c4be6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3564ff', endColorstr='#1c4be6', GradientType=0)";
	box-shadow: rgba(184, 183, 183, 0.75) 0px 2px 3px -1px;
	-webkit-box-shadow: rgba(184, 183, 183, 0.75) 0px 2px 3px -1px;
	-moz-box-shadow: rgba(184, 183, 183, 0.75) 0px 2px 3px -1px;
	text-align: center;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}

#info .right a:after {
	content: url(../img/top/info_03.png);
	vertical-align: -5px;
	margin-left: 10px;
	line-height: 0;
}

#info .right a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document top > about
--------------------------------------------------------- */

#about {
	background: url(../img/top/info_01.jpg) center top;
}

#about .inner {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 100px;
}

#about .find {
	width: 482px;
	margin-top: 17px;
	padding-top: 45px;
	border: solid 1px #c5c5c5;
	background: #fff;
}

#about .find:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#about dl {
	padding: 90px 50px 40px;
}

#about .find:nth-child(1) dl {
	background: url(../img/top/about_05.jpg) no-repeat center top;
}

#about .find:nth-child(2) dl {
	background: url(../img/top/about_06.jpg) no-repeat center top;
}

#about .find:nth-child(3) dl {
	background: url(../img/top/about_07.jpg) no-repeat center top;
}

#about .find:nth-child(4) dl {
	background: url(../img/top/about_08.jpg) no-repeat center top;
}

#about dt {
	border-bottom: solid 1px #202020;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 36px;
	line-height: 90px;
}

#about dt a {
	text-decoration: none;
	color: #000;
}

#about dd {
	padding: 20px 80px 0 0;
	background: url(../img/top/about_09.jpg) no-repeat right;
	text-align: left;
}
