@charset "utf-8";
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
section > div h2{
	width: 170px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0;
	text-align: center;
	margin: 0 auto 50px;
}

section > div h2::before{
	display: block;
	color: #d94536;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 11px;
	
}

section > div h2::after{
	content: "";
	display: block;
	width: 67px;
	height: 1px;
	background: #1b1b1b;
	margin: 21px auto;
}

section > div h2 > strong{
	display: block;
	height: 34px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0;
	text-align: center;
}

a.more{
	width: 305px;
	height: 70px;
	display: block;
	font-size: 16px;
	line-height: 70px;
	text-align: center;
	transition:0.2s;
	margin: 46px auto 0;
}
a.more::before{
	margin-right: 0.5em;
	transition:0.2s;
    vertical-align: sub;
}

a.more:hover{
	text-align: center;
	transition:0.3s;
}
a.more:hover::before{

	transition:0.3s;
}


/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mainimg{
	width: 100%;
	text-align: center;
	margin-bottom: 90px;
}

/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/

#box_company{
	text-align: center;
	background: #f9f9f9;
	padding: 69px 0 81px;
}

#box_company h2 > strong{
	background-image: url("../images/top/ttl_company.png")
}

#box_company h2::before{
	content: "company"
}

#box_company a.more{
	color: #1b1b1b;
	background: none;
	border: 1px solid #1b1b1b;
}
#box_company a.more::before{
	content: url("../images/common/icon_more_bk.png");
}

#box_company a.more:hover{
	color: #f9f9f9;
	background: #1b1b1b;
}
#box_company a.more:hover::before{
	content: url("../images/common/icon_more_bk_on.png");

}

/*------------------------------------------------------------
	事業計画
------------------------------------------------------------*/

#box_project{
	width: 1238px;
	font-size: 0;
	text-align: center;
	margin: 0 auto;
}

#box_project > div,
#box_project > img{
	width: 50%;
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
}

#box_project h2 > strong{
	background-image: url("../images/top/ttl_project.png")
}

#box_project h2::before{
	content: "project"
}

#box_project a.more{
	color: #f9f9f9;
	background: #d94536;
	border: 1px solid #d94536;
}
#box_project a.more::before{
	content: url("../images/common/icon_more_rd.png");
}

#box_project a.more:hover{
	color: #d94536;
	background: #fff;
}
#box_project a.more:hover::before{
	content: url("../images/common/icon_more_rd_on.png");

}
