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

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

#about {
	/*min-height: 775px;*/
	margin-bottom: 120px;
}

#about h2 {
	margin-bottom: 60px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 10px;
	color: #1fa50a;
}

#about .container {
	position: relative;
}

#about .w610 {
	/*width: 610px;*/
	text-align: left;
	font-size: 16px;
	letter-spacing: 3px;
	position: relative;
	z-index: 1;
}

#about .w610 p {
	padding: 25px 40px 40px;
	background: #fff;
	position: relative;
	z-index: 1;
}

#about .w610:before {
	content: '';
	width: 470px;
	height: calc(100% + 10px);
	background: #9ad890 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	left: -30px;
	bottom: -30px;
	z-index: -1;
}

#about figure {
	width: 960px;
	height: 775px;
	position: absolute;
	top: 0;
	left: 500px;
}

#about figure:before {
	content: '';
	width: 110px;
	height: 300px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

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

#company {
	padding: 80px 0;
	background: #f2f2f2;
}

#company .container {
	padding: 0 100px;
}

#company .table {
	margin-bottom: 15px;
}

#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 p.right {
	font-size: 14px;
}
