#neck {
	position: relative;
	margin: -78px 0 90px 0;
	width: 100%;
	height: 700px;
	height: 95vh;
	font-family: "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","小塚明朝R","小塚明朝 std R","Kozuka Mincho std","HGS明朝E","ＭＳ Ｐ明朝",serif;
	background: url(../images/home/home_hero.jpg) no-repeat center top;
	background-size: cover;
}
#neck_copy {
	position: absolute;
	bottom: 0;
	padding: 30px 0;
	width: 100%;
	height: 190px;
	color: #111;
	background: rgba(255,255,255,0.5);
	overflow: hidden;
}
#neck_copy #copy_symbol {
	float: left;
	margin-right: 45px;
	padding: 45px 0;
	width: 200px;
	height: 100px;
}
#neck_copy h3 {
	margin-bottom: 12px;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4em;
	color: #111;
}
#neck_copy h4 {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8em;
}
#neck_copy #copy_scroll {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -34px;
	width: 69px;
	height: 57px;
}
#neck_copy #copy_scroll a {
	display: block;
	width: 69px;
	height: 57px;
	background: url(../images/home/copy_scroll.png) no-repeat 0 0;
	cursor: pointer;
}

#home_contents .home_content {
	padding: 0 30px;
	width: 273px;
}
#home_contents h3 {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #888;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","小塚明朝R","小塚明朝 std R","Kozuka Mincho std","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#home_contents h4 {
	text-align: center;
	margin-bottom: 18px;
	font-size: 14px;
}
#home_contents p {
	margin: 0 15px 45px 15px;
	line-height: 2em;
}

.home_content_office_address {
	padding: 15px 0;
	line-height: 1.6em;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}
