@charset "utf-8";
/* =================================
home.css
================================= */
.mainView {
	min-height: 640px;
	background: url(../img/img_main_home.png) no-repeat 0 0;
	background-size: cover;
}
.mainView .inner {
	position: relative;
	min-height: 640px;
}
.mainView h1 {
	left: 46px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.7;
}

.consideration {
	margin-top: 60px;
	text-align: center;
}
.consideration h2 {
	font-size: 3.6rem;
	font-weight: bold;
}
.consideration .read {
	margin-top: 15px;
	font-size: 1.8rem;
	line-height: 2.6;
}
.consideration .btnLink {
	margin-top: 40px;
}

.about {
	margin-top: 60px;
}
.about li {
	display: table;
	width: 100%;
}
.about li+li {
	margin-top: 80px;
}
.about li>div {
	display: table-cell;
	vertical-align: top;
}
.about .textArea {
	width: 400px;
	padding: 50px 40px 0;
	background: url(../img/bg_corner_home.png) no-repeat 0 0,#f8b62b;
}
.about .textArea .read {
	margin-top: 35px;
	line-height: 2.25;
}
.about .textArea .btnLink {
	margin-top: 45px;
}
.about .photoArea {
	width: 600px;
}

.ukeireLink {
	margin-top: 80px;
}
.ukeireLink a {
	display: table;
	width: 100%;
	background: url(../common/img/bg_diagonal.png) repeat 0 0;
	border: 1px solid #e5e5e5;
	color: #333333;
	text-decoration: none;
}
.ukeireLink a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}
.ukeireLink a>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.ukeireLink h2 {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.ukeireLink h2+p {
	font-size: 2rem;
}
.ukeireLink h2+p:after {
	display: inline-block;
	content: "";
	width: 7px;
	height: 9px;
	margin-left: 9px;
	background: url(../common/img/icon_arrow_black.png) no-repeat 0 0;
	vertical-align: 3px;
}
.ukeireLink .photoArea {
	width: 391px;
}

.other {
	margin-top: 80px;
	padding: 110px 0 120px;
	background: url(../common/img/bg_diagonal.png) repeat 0 0;
}
.other li {
	position: relative;
	float: left;
	width: 440px;
}
.other li:first-child {
	margin-left: 30px;
}
.other li:last-child {
	margin-left: 89px;
}
.other li h2 {
	position: absolute;
	top: -30px;
	left: -30px;
	display: table;
	width: 140px;
	height: 140px;
	background: #ffffff;
	border: 1px solid #333333;
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
}
.other li h2 span {
	display: table-cell;
	vertical-align: middle;
}
.other li .read {
	margin-top: 20px;
}
.other li .btnLink {
	margin-top: 35px;
}