@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: 100px auto 30px;
	text-align: center;
	background-color: #f3f3f3;
}

#contents01 .box {
	padding: 80px 70px;
}

#contents01 .box .date {
	font-size: 16px;
	padding-bottom: 25px;
	text-align: center;
}

#contents01 .box .date .category {
	padding: 3px 10px;
	margin-left:20px;
}
#contents01 .box .date .recruit {background-color: #aae6e3;}
#contents01 .box .date .news {background-color: #ffd5d5;}

#contents01 .box h3 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 50px;
}

#contents01 .box .txt {
	text-align: justify;
	line-height: 2em;
	padding-bottom: 60px;
}

#contents01 .box p {
	text-align: justify;
}

#contents01 .box img {
	width: 100%;
	max-width: 600px;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:1060px){
	#contents01 {width: 90%;}
}

@media screen and (max-width:640px){
	#contents01 .box h3 {font-size: 25px;}
}

@media screen and (max-width:480px){
	#contents01 {margin: 70px auto 30px;}
	#contents01 .box {padding: 60px 30px;}
	#contents01 .box h3 {font-size: 20px;}
	#contents01 .box .txt {font-size: 12px;}
}


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

	.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: 40px;
	line-height: 27px;
	padding-top: 20px;
}

.btn .news a {
	width: 117px;
	height: 28px;
	border: solid 1px #cc0000;
	font-weight: 500;
	background-color: #cc0000;
	color: #FFF;
	letter-spacing: 0.1em;
}

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

.btn .next{margin-right: 0;}

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

