@charset "UTF-8";
/* CSS Document */



/*--------------------------------------------------------------
head
--------------------------------------------------------------*/

.ttl_image{
	box-sizing: border-box;
	background:url("/img/content_head.jpg") no-repeat center center;
	background-size:cover;
	width:100%;
    height: 240px;
	position:relative;
}

.ttl_image h2{
	width:100%;
	font-size:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	letter-spacing: 0.1em;
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ttl_image h2 span{
	font-size:25px;
	color:#fff;
	letter-spacing: 0.05em;
}


/*--------------------------------------------------------------
採用情報
--------------------------------------------------------------*/

.section02{
	width:1000px;
	margin:0 auto;
	padding-top:80px;
	padding-bottom:120px;
}
.section02 h3{
	font-size:25px;
	padding-bottom:50px;
}
.section02 p,ul.list{
	padding-bottom:30px;
}
ul.list{
	list-style: square;
}
ul.list_content{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
	list-style: decimal;
}
@media screen and (max-width: 999px){
	.section02{
		width:100%;
		margin:0 auto;
		padding-right:20px;
		padding-left:20px;
		padding-bottom:50px;
		padding-top:30px;
	}
	ul.list{
		padding-left:20px;
	}
	.section02 h3{
		padding-top:50px;
		padding-bottom:30px;
	}

}

@media screen and (max-width: 766px){
	/*head*/
	.ttl_image{
		box-sizing: border-box;
		background: url("/img/content_head.jpg") no-repeat center center;
		background-size: cover;
		width:100%;
		height: 125px;
		padding-top: 30.29%;
		position:relative;
	}
	
	.section02{
		width:100%;
		margin:0 auto;
		padding-right:10px;
		padding-left:10px;
		padding-bottom:50px;
		padding-top:0;
	}
	/*ページタイトル*/
	.ttl_image h2{
		width:100%;
		font-size:30px;
		line-height:30px;
		text-align:center;
		color:#fff;
		letter-spacing: 0.1em;
		position:absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.ttl_image h2 span{
		font-size:15px;
		color:#fff;
		letter-spacing: 0.05em;
	}
	.section02 h3{
		padding-top:50px;
		padding-bottom:30px;
	}
	ul.list{
	list-style-type: square;
}
	.section02 p,ul.list{
		font-size:14px;
		}
}


