@charset "UTF-8";

/*----------------------------------------

	- tit01
	+ main
		- breadcrumb
		+ development
			- box01
			+ box02
				- brand
	- footer

-----------------------------------------*/

/*----------------------------------------
	tit01
-----------------------------------------*/

#tit01 {
	position: relative;
	min-width: 960px;
	height: 480px;
	background: url(../img/development_tit_bg01.jpg) no-repeat center top;
	background-size: cover;
}

#tit01:after {
	content: "";
	position: absolute;
	top: 120px;
	right: 0;
	width: calc(50% - 480px);
	height: 180px;
	/*background: #000000;*/
	background: #ffffff;
	opacity: 0.7;
}

#tit01 > div:first-of-type {
	width: 960px;
	margin: 0 auto;
	padding-top: 120px;
}

#tit01 > div:first-of-type > div {
	width: fit-content;
	height: 155px;
	margin: 0 0 0 auto;
	padding-top: 25px;
	background: rgba(255,255,255,0.7);
	position: relative;
	background-image: url("../img/c_tit_t01_black.png");
	background-position: top 35px right;
	background-repeat: no-repeat;
	background-size: 101px auto;
}
#tit01 > div:first-of-type > div:before {
	display: block;
	content: '';
	width: 90px;
	height: 100%;
	position: absolute;
	left: -90px;
	top: 0;
	bottom: 0;
	background:linear-gradient(to top left, #ffffff 49%, transparent 50%) ;
	opacity: 0.7;
}

p.title_stage {
	background: #a4862f;
    padding: 5px 0 5px 0;
    position: relative;
	max-width: 9.0em;
	width: 100%;
	margin: 0 0 15px 15px;
	text-align: center;
}
p.title_stage:before {
	display: block;
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	background:linear-gradient(to top left, #a4862f 48%, transparent 52%) ;
}
p.title_stage:after {
	display: block;
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	background:linear-gradient(to bottom right, #a4862f 48%, transparent 52%) ;
}
#tit01 h1 {
	margin: 0 0 0 0;
	line-height: 1.3;
}
#tit01 h1 strong {
	font-size:36px;
	font-size: 3.6rem;
}
.title_time {
	margin: 0 0 0 0;
}
#tit01 > div:last-of-type {
	padding-top: 130px;
}

#tit01 > div:last-of-type:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	background: url(../img/c_lnav_bg01.gif) repeat left top;
	opacity: 0.8;
}

#tit01 > div:last-of-type ul {
	width: 960px;
	margin: 0 auto;
}

#tit01 > div:last-of-type ul li {
	float: left;
}

#tit01 > div:last-of-type ul li img {
	opacity: 1;
}

#tit01 > div:last-of-type ul li + li {
	margin-left: 10px;
}

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	width: 100%;
}

/*----------------------------------------
	breadcrumb
-----------------------------------------*/

#content .breadcrumb {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------
	development
-----------------------------------------*/

#development {
	margin-top: 70px;
 }

/*----------------------------------------
	box01
-----------------------------------------*/

#box01 {
	width: 960px;
	margin: 0 auto 60px;
	text-align: center;
}

#box01 h1 {
	margin-bottom: 20px;
}

/*----------------------------------------
	box02
-----------------------------------------*/

#box02 h1 {
	width: 960px;
	margin: 0 auto 40px;
	text-align: center;
}

#box02 > #box02_01 {
	margin-bottom: 40px;
	background: url(../../img/c_bg03.gif) repeat left top;
}

#box02 > #box02_01 > div {
	width: 960px;
	margin: 0 auto;
	padding: 45px 0 40px;
	text-align: center;
}

#box02 > #box02_02 {
	width: 960px;
	margin: 0 auto;
}

#box02 > #box02_02 > ul li {
	float: left;
	margin-bottom: 40px;
}

#box02 > #box02_02 > ul li + li {
	margin-left: 40px;
}

/*----------------------------------------
	brand
-----------------------------------------*/

.brand ul {
	display: table-cell;
	vertical-align: top;
}

.brand ul li {
	float: left;
	margin: 0 40px 40px 0;
}

.brand figure + ul li {
	float: left;
	margin: 0 0 40px 40px;
}

.brand div + ul li {
	float: left;
	margin: 0 0 40px 40px;
}

.brand figure {
	display: table-cell;
	margin-bottom: 40px;
	vertical-align: top;
}

.brand div {
	position: relative;
	display: table-cell;
	width: 560px;
	margin-bottom: 40px;
	vertical-align: top;
}

.brand div p {
	position: absolute;
	width: 560px;
	height: 160px;
	background: url(../../img/c_bg02.gif) repeat left top;
	top: 0;
	left: 0;
}

.brand div p span {
	display: table-cell;
	width: 560px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}

/*----------------------------------------
	footer
-----------------------------------------*/

footer {
	padding-top: 40px;
}
/*----------------------------------------
	top area
-----------------------------------------*/
.develop_top {
	text-align: left;
}
.develop_topb {
	display: flex;
	justify-content: center;
	align-items: center;
}
.develop_top_ttl {
	margin-right: 80px;
}
.develop_top_ttl p span {
	font-size: 40px;
	font-size: 4.0rem;
}
.develop_top_txt {
}