@charset "UTF-8";

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

	- tit01
	+ main
		- breadcrumb
		+ management
			- box01
			- box02

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

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

#tit01 {
	position: relative;
	min-width: 960px;
	height: 480px;
	background: url(../img/management_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: #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 35px 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;
}

/*----------------------------------------
	management
-----------------------------------------*/

#management {
	margin-top: 70px;
	background: url(../../img/c_bg02.gif) repeat left top;
 }
 
 #management > div {
	width: 960px;
	margin: 0 auto;
	background: url(../img/c_bg01.gif) repeat-y center top;
 }
.develop_top {
	margin: 70px 0 0;
}
.develop_topb {
	width: 960px;
	margin: 0 auto;
}
/*----------------------------------------
	box01
-----------------------------------------*/
 
#box01 {
 	width: 930px;
	padding-right: 30px;
}
 
#box01 figure {
	float: left;
	width: 520px;
}
 
#box01 > div {
	float: right;
	width: 340px;
	padding: 0px 40px 0 30px;
}
 
#box01 > div p {
	padding-top: 30px;
}
 
/*----------------------------------------
	box02
-----------------------------------------*/
 
#box02 {
 	width: 930px;
	margin-top: 50px;
	padding-left: 30px;
}
 
#box02 > div {
	float: right;
	width: 340px;
	padding: 0px 30px 0 40px;
}

#box02 > div p + p {
	margin-top: 30px;
}

#box02 figure {
	float: right;
	width: 520px;
}