@charset "UTF-8";

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

	- tit01
	+ main
		- breadcrumb
		+	index
			- box01
			+ box02
					+ box02_01
						- box02_01_01
						- box02_01_02
			- box03

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

/*----------------------------------------
	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;
	left: 0;
	width: calc(50% - 480px);
	height: 180px;
	background: #000000;
	opacity: 0.75;
}

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

#tit01 > div:first-of-type > div {
	width: 390px;
	height: 140px;
	padding-top: 40px;
	background: url(../img/i_tit_bg02.png) no-repeat left top;
}

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

#tit01 > div:first-of-type p {
	padding-left: 10px;
}

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

#tit01 > div:last-of-type ul {
	width: 990px;
	padding-left: 60px;
	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;
	padding-bottom: 60px;
	text-align: center;
}

#box01 h1 {
	/*padding-bottom: 20px;*/
}

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

#box02 {
	padding: 50px 0;
	background: url(../../../img/c_bg02.gif) repeat left top;
}
#box02 #box02_01 {
	width: 410px;
	min-height: 340px;
	margin: 0 auto;
	padding: 30px 30px 30px 520px;
	background: #ffffff url(../img/i_bg01.jpg) no-repeat left top;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#box02 h1 {
	margin-bottom: 15px;
}

#box02 #box02_02 {
	width: 410px;
	min-height: 340px;
	margin: 20px auto 0;
	padding: 30px 30px 30px 520px;
	background: #ffffff url(../img/i_bg02.jpg) no-repeat left top;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


/*----------------------------------------
	top area
-----------------------------------------*/
.highway_top {
	text-align: left;
}
.highway_topb {
	display: flex;
	justify-content: center;
	align-items: center;
}
.highway_top_ttl {
	margin-right: 80px;
}
.highway_top_ttl p span {
	font-size: 40px;
	font-size: 4.0rem;
}
.highway_top_txt {
	letter-spacing: 0.1rem;
}