@charset "UTF-8";

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

	- tit01
	- main
	- breadcrumb
	+ index
		+ box01
			- box01_01
			- box01_02
			- box01_03
			- box01_04

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

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

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

#tit01:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(50% - 480px);
	height: 180px;
	background: #000000;
	opacity: 0.75;
}

#tit01 > div {
	width: 332px;
	margin: 0 auto;
	padding: 180px 0 0 628px;
}

#tit01 > div:first-of-type > div {
	width: 332px;

	height: 140px;
	padding-top: 40px;
	background: url(../img/i_tit_bg02.png) no-repeat left top;
	text-align: right;
}

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

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

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

#main {
	width: 100%;
}

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

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

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

#index {
	margin-top: 70px;
}

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

#box01 {
	width: 100%;
}

/*----------------------------------------
	box01_01
-----------------------------------------*/

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

#box01_01 h1 {
	padding-bottom: 20px;
}

/*----------------------------------------
	box01_02
-----------------------------------------*/

#box01_02 {
	width: 960px;
	margin: 0 auto;
}

#box01_02 #box01_02_l {
	float: left;
	width: 400px;
}

#box01_02 #box01_02_l dl {
	padding-top: 30px;
}

#box01_02 #box01_02_l dl dd {
	padding-top: 15px;
}

#box01_02 #box01_02_r {
	float: right;
	width: 490px;
}

#box01_02 #box01_02_r p + p {
	padding-top: 20px;
}

/*----------------------------------------
	box01_03
-----------------------------------------*/

#box01_03 {
	width: 100%;
	margin-top: 70px;
	background: url(../../img/c_bg02.gif) repeat left top;
}

#box01_03 #box01_03_01 {
	width: 960px;
	margin: 0 auto 0;
	background: url(../img/i_bg01.gif) repeat-y left top;
}

#box01_03 #box01_03_01 section {
	float: left;
	width: 540px;
	padding: 0 60px 0 30px;
}

#box01_03 #box01_03_01 section h1 {
	padding-bottom: 20px;
}

#box01_03 #box01_03_01 section dl {
	padding-bottom: 30px;
}

#box01_03 #box01_03_01 section dl dd p + p {
	padding-top: 20px;
}

#box01_03 #box01_03_01 figure {
	float: right;
	width: 330px;
}

/*----------------------------------------
	box01_04
-----------------------------------------*/

#box01_04 {
	width: 960px;
	margin: 70px auto 0;
	background: url(../img/sample_3.png) no-repeat left top;
	padding-bottom: 155px;
}

#box01_04 p {
	text-align: center;
}

#box01_04 p a {
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box01_04 p a:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box01_04 ul {
	width: 490px;
	margin: 50px auto 0;
}

#box01_04 ul li {
	float: left;
	width: 210px;
}

#box01_04 ul li + li {
	float: right;
	width: 200px;
}

#box01_04 ul li img {
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box01_04 ul li:hover img {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

/*----------------------------------------
	box01_05
-----------------------------------------*/

#box01_05 {
	width: 960px;
	margin: 70px auto 0;
	border: 3px solid #05478b;
	padding: 1px 0 60px 0;
}


#box01_05 p {
	text-align: center;
}

#box01_05 p a {
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box01_05 p a:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

/*----------------------------------------
	top area
-----------------------------------------*/
.recruit_top {
	text-align: left;
}
.recruit_topb {
	display: flex;
	justify-content: center;
	align-items: center;
}
.recruit_top_ttl {
	margin-right: 80px;
	white-space: nowrap;
}
.recruit_top_ttl h1 {
	text-indent: -0.5em;
	line-height: 2.0;
}
.recruit_top_txt {
	letter-spacing: 0.1rem;
}