@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	min-height: 630px;
	margin-bottom: 120px;
}

#about h2 {
	margin-bottom: 30px;
	font-size: 0;
}

#about .container {
	position: relative;
}

#about .box_610 {
	min-height: 400px;
}

#about figure {
	width: 960px;
	height: 600px;
	position: absolute;
	top: 30px;
	left: 500px;
	z-index: 0;
}

/* ---------------------------------------------------------
	CSS Document greeting
--------------------------------------------------------- */

#greeting {
	min-height: 720px;
	margin-bottom: 170px;
	position: relative;
	z-index: 0;
}

#greeting:before {
	content: '';
	width: calc(50% - 500px);
	height: 460px;
	background: #f2f2f2 url(../images/bg.png) top / 3px auto;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

#greeting .container {
	padding-top: 210px;
	position: relative;
}

#greeting h2 {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	text-align: left;
}

#greeting .box_610 {
	margin: 0 0 0 auto;
	padding-right: 0;
}

#greeting figure {
	width: 440px;
	height: 600px;
	text-align: left;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 0;
}

#greeting figure > span {
	display: inline-block;
	vertical-align: top;
}

#greeting figcaption {
	margin-top: 20px;
	line-height: 1.6;
}

#greeting figcaption span {
	font-size: 24px;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	padding: 1px 0 70px;
	background: #f2f2f2;
}

#company h2 {
	margin: -18px 0 70px;
	padding-left: 10px;
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 10px;
	color: #1fa50a;
}

#company .table {
	margin: 0 100px;
}

#company dl {
	display: table;
	width: 100%;
	margin-bottom: 5px;
	background: #fff;
	text-align: left;
}

#company dt {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
	padding: 15px;
	padding-left: 50px;
	font-weight: bold;
	font-size: 16px;
}

#company dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	font-size: 16px;
}

#company dd a:hover {
	opacity: 0.6;
}
