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

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

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

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

	#mv

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

#mv {
	width: 100%;
	height: 100vh;
	text-align: center;
	position: relative;
	margin-top: -86px;
}


#mv .slider li {
	width: 100%;
	height: 100vh;
}


#mv .slider li:nth-child(1) {background: url(../img/mv_01pc.jpg) center no-repeat;}
#mv .slider li:nth-child(2) {background: url(../img/mv_02pc.jpg) center no-repeat;}
#mv .slider li:nth-child(3) {background: url(../img/mv_03pc.jpg) center no-repeat;}
#mv .slider li:nth-child(4) {background: url(../img/mv_04pc.jpg) center no-repeat;}
#mv .slider li:nth-child(5) {background: url(../img/mv_05pc.jpg) center no-repeat;}
#mv .slider li:nth-child(6) {background: url(../img/mv_06pc.jpg) center no-repeat;}

#mv .slider li:nth-child(1),#mv .slider li:nth-child(2),#mv .slider li:nth-child(3),#mv .slider li:nth-child(4),#mv .slider li:nth-child(5) ,#mv .slider li:nth-child(6) {
	background-size: cover;
	background-attachment: fixed;
}

#mv img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

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

@supports (-ms-ime-align:auto) {
	#mv .slider li:nth-child(1),#mv .slider li:nth-child(2),#mv .slider li:nth-child(3),#mv .slider li:nth-child(4),#mv .slider li:nth-child(5) ,#mv .slider li:nth-child(6) {background-attachment: scroll;}
}

@media screen and (max-width:768px){
	#mv img {width: 70%;}
}

@media screen and (max-width:640px){
	#mv {margin-top: -12%;}
	
	#mv .slider {display: none;}
	
	#mv .sp {
		display: block;
		width: 100%;
		height: 100vh;
		background: url(../img/mv_01sp.jpg) center no-repeat;
		background-size: cover;
		background-position: 57%;
	}
}

@media screen and (max-width:440px){
	#mv {margin-top: -13%;}
}

@media screen and (max-height: 1366px) and (max-width: 1024px) {
	#mv .slider li:nth-child(1) {background-position: 75%;}
	#mv .slider li:nth-child(2) {background-position: 70%;}
	#mv .slider li:nth-child(3) {background-position: 70%;}
	#mv .slider li:nth-child(1),#mv .slider li:nth-child(2),#mv .slider li:nth-child(3),#mv .slider li:nth-child(4),#mv .slider li:nth-child(5) ,#mv .slider li:nth-child(6) {background-attachment: scroll;}
}

@media screen and (max-height: 812px) and (max-width: 375px) {
	#mv .sp {background-position: 82%;}
}

@media screen and (max-height: 667px) and (max-width: 375px) {
	#mv .sp {background-position: 57%;}
}


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

	#contents01

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

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

#contents01 h2 {
	background: url(../img/contents01_h2.png) center no-repeat;
	width: 156px;
	height: 0;
	background-size: 100%;
	padding-top: 90px;
	overflow: hidden;
	margin: 0 auto 80px;
}

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

#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: 100px 0;}
	
	#contents01 h2 {
		width: 35%;
		padding-top: 21%;
		margin: 0 auto 60px;
	}
	
	#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;}
}


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

	#contents02_#contents04

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

#contents02,#contents03,#contents04 {
	width: 100%;
	margin: 0 auto;
	padding: 92px 0 103px;
	text-align: center;
}

#contents02 h2,#contents03 h2,#contents04 h2 {
	width: 296px;
	height: 0;
	padding-top: 111px;
	overflow: hidden;
	margin: 0 auto 40px;
}

#contents02 {
	background: url(../img/contents02_bg.jpg) center no-repeat;
	background-size: cover;
}

#contents03 {
	background: url(../img/contents03_bg.jpg) center no-repeat;
	background-size: cover;
}

#contents04 {
	background: url(../img/contents04_bg.jpg) center no-repeat;
	background-size: cover;
}

#contents02 h2 {
	background: url(../img/contents02_h2.png) center no-repeat;
	background-size: 100%;
}

#contents03 h2 {
	background: url(../img/contents03_h2.png) center no-repeat;
	background-size: 100%;
}

#contents04 h2 {
	background: url(../img/contents04_h2.png) center no-repeat;
	background-size: 100%;
}

@media screen and (max-width:1080px){
	
	#contents03 {
		background: url(../img/contents02_bg_sp.jpg) center no-repeat;
		background-size: cover;
	}	
	
	#contents03 {
		background: url(../img/contents03_bg_sp.jpg) center no-repeat;
		background-size: cover;
	}
	
	
	#contents04 {
		transition: 0.4s;
		background: url(../img/contents04_bg_sp.jpg) center no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width:770px){
	#contents02,#contents03,#contents04 {
		transition: 0.4s;
		padding: 70px 0 80px;
	}
	
}

@media screen and (max-width:640px){
	#contents02,#contents03,#contents04 {padding: 50px 0 60px;}
	#contents02 h2,#contents03 h2,#contents04 h2 {margin: 0 auto 20px;}
	
	#contents04 {
		background: url(../img/contents04_bg_sp02.jpg) center no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width:480px){
	#contents02,#contents03,#contents04 {padding: 30px 0 40px;}
	#contents02 h2,#contents03 h2,#contents04 h2 {width: 50%;}
}

@media screen and (max-width:375px){
	#contents04 {
		background: url(../img/contents04_bg_sp03.jpg) center no-repeat;
		background-size: cover;
	}
}


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

	#contents05

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

#contents05 {
	width: 100%;
	margin: 0 auto;
	padding: 120px 0;
	text-align: center;
}

#contents05 h2 {
	background: url(../img/contents05_h2.png) center no-repeat;
	width: 223px;
	height: 0;
	background-size: 100%;
	padding-top: 91px;
	overflow: hidden;
	margin: 0 auto 80px;
}

#contents05 h3 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
}

#contents05 .number {
	font-size: 18px;
	letter-spacing: 0.05em;
	padding-bottom: 50px;
}

.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contents05  ul{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#contents05  .number .mr12{margin-right: 12px;}

@media screen and (max-width:1200px){
	.google-map {padding-bottom: 40%;}
}
@media screen and (max-width: 870px) {
	#contents05 .number{
		flex-direction: column;
		max-width: 360px;
    	margin: 0 auto;
	}
	#contents05 .number .mr12{margin-right: 0;}
}
@media screen and (max-width:830px){
	#contents05 .pc {display: none;}
	#contents05 .sp {
		display: block;
		line-height: 1.8em;
	}
}


@media screen and (max-width:640px){
	#contents05 h3 {font-size: 25px;}
	.google-map {padding-bottom: 50%;}
}

@media screen and (max-width:480px){
	#contents05 {padding: 100px 0;}
	
	#contents05 h2 {
		width: 45%;
		padding-top: 19%;
		margin: 0 auto 60px;
	}
	
	#contents05 h3 {
		font-size: 20px;
		padding-bottom: 15px;
	}
	#contents05 p {font-size: 14px;}
	
	.google-map {padding-bottom: 60%;}
}

@media screen and (max-width:375px){
	#contents05 h3 {font-size: 18px;}
}

@media screen and (max-width:375px){
	#contents05 h3 {font-size: 16px;}
	#contents05 p {font-size: 12px;}
}


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

	div.box

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

.box_map {
	width: 840px;
	margin: 0 auto 120px;
	text-align: center;
}

.box_map img{
	margin: 0 auto;
	width: 100%;
}

.box_map a{
	color: #fff;
    width: 250px;
    margin: 20px auto 0;
    display: block;
    background: #cc0000;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0;
}


@media screen and (max-width: 900px) {
	
	.box_map {width: 90%;}
	

	
}



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

	inview

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

.list-mv01 {
	opacity: 0;
	-webkit-transition: all 1.5s;
 	-moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
	transform: translate(0,80px); 
	-webkit-transform: translate(0,80px); 
}

.mv01 {
	opacity: 1.0;
	-webkit-transition: all 1.5s;
 	-moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}










