@charset "UTF-8";

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

	- tit01
	+ main
		- breadcrumb
		+ index
			- box01
			- box02
	- footer

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

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

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

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

#tit01 > div:first-of-type > div {
	width: 469px;
	height: 137px;
	margin: 0 0 0 auto;
	padding-top: 43px;
	background: url(../img/c_tit_bg01.png) no-repeat left top;
	text-align: right;
}

#tit01 > div:first-of-type h1 {
	padding-top: 42px;
}

#tit01 > div:first-of-type p {
	padding-right: 9px;
}

#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;
}

/*----------------------------------------
	index
-----------------------------------------*/

#index {
	margin-top: 70px;
}

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

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

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

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

#box02 {
	padding-top: 50px;
	background: url(../../img/c_bg02.gif) repeat left top;
}

#box02 > div {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

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

#box02 > div > section {
	display: table-cell;
	vertical-align: top;
}

#box02 > div > section a {
	display: block;
	width: 470px;
	padding: 25px 0 240px;
	background: #ffffff;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}
#box02 > div > section a img {
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 > div > section a:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 > div > section a:hover img {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 > div > section:nth-of-type(even) a {
	margin-left: 20px;
}

#box02 > div > section a h1 {
	width: fit-content;
	margin: 0 0 10px 30px;
	padding-right: 55px;
	background: url(../../img/c_arrow01.png) no-repeat right center;
}

#box02 > div > section a dl {
	min-height: 100px;
	margin-bottom: 20px;
}

#box02 > div > section a dl dd {
	padding: 15px 30px 0;
}

#box02 > div > section a figure {
	position: absolute;
	bottom: 0;
}

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

footer {
	background: url(../../img/c_bg02.gif) repeat 6px top;
}

/*----------------------------------------
	top area
-----------------------------------------*/
.feature_top {
	text-align: left;
}
.feature_topb {
	display: flex;
	justify-content: center;
	align-items: center;
}
.feature_top_ttl {
	margin-right: 80px;
}
.feature_top_ttl p span {
	font-size: 40px;
	font-size: 4.0rem;
}
.feature_top_txt {
	letter-spacing: 0.1rem;
}
.feature_top_txt h1{
	margin: 0!important;
}
.stage_name {
	background: #a4862f;
    padding: 5px 0 5px 30px;
    position: relative;
	max-width: 225px;
	width: 100%;
	margin-bottom: 15px;
}
.stage_name:before {
	display: block;
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	background:linear-gradient(to bottom right, #a4862f 48%, transparent 52%) ;
}