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

header nav ul li:nth-child(3) {border-bottom: solid 3px #cc0000;}

@media screen and (max-width:834px){
	header nav ul li:nth-child(3){border-bottom:none;}
}

/**********************************************************************************

	#mv

**********************************************************************************/

#mv {
	width: 100%;
	height: 405px;
	text-align: center;
	position: relative;
	background: url(../img/mv_bg.jpg) center no-repeat;
	background-size: cover;
}

#mv h2 {
	position: absolute;
	background: url(../img/mv_h2.png) center no-repeat;
	width: 186px;
	height: 0;
	padding-top: 114px;
	background-size: 100%;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-20%);
}

#mv .border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #cc0000;
}

@media screen and (max-width:834px){
	#mv {
		transition: 0.4s;
		height: 300px;
	}
	
	#mv h2 {transform: translate(-50%,-50%);}
}


@media screen and (max-width:480px){
	#mv h2 {
		width: 40%;
		padding-top: 25%;
	}
}


/**********************************************************************************

	#contents01

**********************************************************************************/

#contents01 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 30px;
	text-align: center;
}

#contents01 ul {
	width: 100%;
	border-top: solid 1px #cccccc;
	margin: 0 auto;
}

#contents01 ul li {
	border-bottom: solid 1px #cccccc;
	padding: 15px 10px;
}

#contents01 ul li a {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: justify;
}

#contents01 ul li a .txt .category {
	padding: 3px 10px;
	margin: 0 20px 0 25px;
}

#contents01 ul li a .txt .recruit {background-color: #aae6e3;}
#contents01 ul li a .txt .news {background-color: #ffd5d5;}

#contents01 ul li a .new {
	font-size: 15px;
	padding: 1px 10px 0;
	background-color: #cc0000;
	color: #FFF;
}


@media screen and (max-width:1060px){
	#contents01 {width: 90%;}
	
	#contents01 ul li a .txt b {
		display: block;
		padding-top: 5px;
	}
}

@media screen and (max-width:860px){
	#contents01 ul li a .pc {display: none;}
	#contents01 ul li a .sp {
		display: inline-block;
		margin-left: 15px;
	}
}

@media screen and (max-width:480px){
	#contents01 {padding: 70px 0 30px;}
	
	#contents01 ul li a {font-size: 14px;}
	#contents01 ul li a .txt .category {margin: 0 0 0 15px;}
	#contents01 ul li a .new {font-size: 13px;}
}

@media screen and (max-width:375px){
	#contents01 ul li a {letter-spacing: -0.01em;}
}

/**********************************************************************************

	.btn

**********************************************************************************/

.btn {
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 120px;
	text-align: center;
	margin: 0 auto;
}

.btn li {
	margin-right: 20px;
	line-height: 27px;
	padding-top: 20px;
}

.btn li a {
	width: 28px;
	height: 28px;
	border: solid 1px #cc0000;
	font-weight: 500;
	background-color: #FFF;
	color: #cc0000;
}

.btn .now a {
	color: #FFF;
	background-color: #cc0000;
}

.btn .back a,.btn .next a{border: none;}

.btn .back,.btn li:nth-last-child(2){margin-right: 40px;}
.btn .next{margin-right: 0;}

@media screen and (max-width:480px){
	.btn {
		width: 90%;
		padding-bottom: 100px;
	}
}

