.root#Index #MainVisual {
	background: url(../images/bg-main.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-size: 21px;
	position: relative;
	max-height: 680px!important;
	display: table;
	padding: 0 30px;
}
.root#Index #MainVisual:after {
	display: inline-block;
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../images/arrow-main.png) no-repeat center center;
	bottom: 7%;
	margin-left: -30px;
	left: 50%;
}
.root#Index #MainVisual h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 1em;
	font-weight: normal;
}
#AboutIWC {
	height: 340px;
	display: table;
}
#AboutIWC p {
	display: table-cell;
	vertical-align: middle;
}
#AboutIWC p#AboutTxt {
	width: 730px;
}
#AboutIWC p#AboutTxt img {
	max-width: 100%;
}
#AboutIWC p#AboutTxt img + img {
	margin: 1.5em 0 0;
}
#AboutIWC p#AboutLink {
	width: 300px;
	padding: 50px 0 0 30px;
}
#AboutIWC p#AboutLink a {
	padding: 0 40px 0 14px;
	display: inline-block;
	background: url(../images/arrow-about.png) no-repeat right 0.2em;
	width: 100%;
}
#Overview ul li {
	float: left;
	width: 50%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120%;
	display: table;
}
#Overview ul li#Overview01 {
	background-image: url(../images/bg-overview01.jpg);
}
#Overview ul li#Overview02 {
	background-image: url(../images/bg-overview02.jpg);
}
#Overview ul li#Overview03 {
	background-image: url(../images/bg-overview03.jpg);
}
#Overview ul li#Overview04 {
	background-image: url(../images/bg-overview04.jpg);
}
#Overview ul li#Overview05 {
	background-image: url(../images/bg-overview05.jpg);
}
#Overview ul li#Overview06 {
	background-image: url(../images/bg-overview06.jpg);
}
#Overview ul li a {
	display: table-cell;
	color: #fff;
	height: 100%;
	text-decoration: none;
	position: relative;
	z-index: 10;
	vertical-align: middle;
	padding: 15px 0;
	overflow: hidden;
}
#Overview ul li#Overview01 a {
	background-color: rgba(0,0,0,0.3);
}
#Overview ul li#Overview02 a {
	background-color: rgba(55,106,135,0.75);
}
#Overview ul li#Overview02 a i,
#Overview ul li#Overview03 a i,
#Overview ul li#Overview06 a i {
	display: none;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
#Overview ul li#Overview03 a {
	background-color: rgba(20,96,171,0.7);
}
#Overview ul li#Overview04 a {
	background-color: rgba(0,0,0,0.3);
}
#Overview ul li#Overview05 a {
	background-color: rgba(0,0,0,0.3);
}
#Overview ul li#Overview06 a {
	background-color: rgba(19,128,88,0.7);
}
#Overview ul li a h2 {
	font-size: 22px;
	font-weight: bolder;
	background-color: rgba(0,0,0,0.2);
	width: 17.27em;
	border: 1px solid #fff;
	display: inline-block;
	margin: 0.85em 0 0.85em;
	line-height: 1.2;
	position: relative;
	padding: 0.5em;
}
#Overview ul li a h2:after {
	border-top: 4px solid #00a2d3;
	display: inline-block;
	content: "";
	width: 1.36em;
	position: absolute;
	bottom: -0.85em;
	left: 50%;
	margin-left: -0.68em;
}
#Overview ul li a h2 span {
	font-weight: normal;
	display: block;
	line-height: 1.2;
	margin-top: 0.6em;
	font-size: 0.57em;
}

#Overview ul li a p {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0.85em;
}
.root#Index #Information {
	height: 610px;
	background: url(../images/bg-information.png) no-repeat center bottom;
	background-size: contain;
}
.root#Index #Information .inner {
	padding: 55px 30px 0;
	max-width: 690px;
}
.root#Index #Information .inner h2 {
	text-align: center;
	position: relative;
	font-size: 20px;
	margin-bottom: 3em;
/*	width: 30em;*/
}
.root#Index #Information .inner h2:after {
	border-top: 4px solid #00a2d3;
	display: inline-block;
	content: "";
	width: 1.5em;
	position: absolute;
	bottom: -1.5em;
/*	left: 50%;*/
	left: 15em;
}
.root#Index #Information .inner > a {
	display: block;
	line-height: 3;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #333;
	background: rgba(255,255,255,0.3);
	width: 280px;
	text-decoration: none;
	color: #333;
}
@media (max-width: 935px) {
	.root#Index #MainVisual h1 img {
		width: 85%;
	}
	.root#Index #MainVisual:after {
		display: none;
	}
	#AboutIWC {
		display: block;
		height: auto;
		padding: 9.375% 30px;
	}
	#AboutIWC p {
		display: block;
		text-align: center;
	}
	#AboutIWC p#AboutTxt {
		max-width: 602px;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 9.375%;
		width: 100%;
	}
	#AboutIWC p#AboutTxt img {
		width: 100%;
	}
	#AboutIWC p#AboutLink {
		margin: 0 auto;
		padding-top: 0;
	}
	#Overview ul li a h2 {
		font-size: 18px;
		width: 16em;
	}
	#Overview ul li a img {
		height: 1.5em;
	}
	#Overview ul li a p {
		margin-top: 0.5em;
	}
}
@media (max-width: 640px) {
	.root#Index #MainVisual {
		background: url(../images/bg-main.png) no-repeat center 0;
		background-size: cover;
		font-size: 1.08333em;
		padding: 0 3.90625% 0;
	}
	.root#Index #MainVisual:after {
		width: 2.5em;
		height: 2.5em;
		background-size: cover;
		bottom: 1.66667em;
		margin-left: -1.25em;
	}
	.root#Index #MainVisual img {
		width: 94.375%;
		margin-bottom: 0.5em;
	}
	#AboutIWC {
		height: auto;
		display: block;
		padding: 9.375% 0;
	}
	#AboutIWC p {
		display: block;
		text-align: center
	}
	#AboutIWC p#AboutTxt {
		width: 100%;
		margin-bottom: 9.375%;
	}
	#AboutIWC p#AboutTxt img {
		width: 85.46875%;
	}
	#AboutIWC p#AboutLink {
		width: 100%;
		padding-left: 0;
	}
	#AboutIWC p#AboutLink img {
		width: 35.9375%;
		vertical-align: baseline;
	}
	#AboutIWC p#AboutLink a {
		padding-left: 0;
		line-height: 1;
		background-size: 0.8em;
		background-position: 78% 0.1em;
	}
	#Overview ul li {
		width: 100%;
	}
	#Overview ul li a {
		padding: 0;
	}
	#Overview ul li a h2 {
		font-size: 1.375em;
	}
	#Overview ul li a p {
		font-size: 0.91667em;
		margin-top: 1.84375%;
	}
	.root#Index #Information {
		height: auto;
		background-size: 200%;
	}
	.root#Index #Information .inner {
		padding: 8.75% 7.8125% 21.25%;
	}
	.root#Index #Information .inner h2 {
		font-size: 1em;
		width: 20em;
		margin: 0 auto 3em;
	}
	.root#Index #Information .inner h2 img {
		width: 83.75%;
	}
	.root#Index #Information .inner h2:after {
		width: 1.8333em;
		left: 9.1em;
	}
	.root#Index #Information .inner > a {
		width: 16.363637em;
		font-size: 0.91667em;
		border-width: 2px;
	}
}