@charset "UTF-8";

.top_visual{
	position: relative;
	width: 100%;
	height: 750px;
	display: flex;
	background: #666;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.top_visual .top_inner{
	position: relative;
	z-index: 2;
}

.top_visual .big{
	display: block;
	font-size: 50px;
	line-height: 60px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	letter-spacing: 7px;
}

.top_visual .small{
	margin-bottom: 37px;
	margin-top: 4px;
	font-family: Arial, sans-serif;
	display: block;
	font-size: 18px;
	line-height: 65px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}

.top_visual .button01 a{
	max-width: 330px;
}

#video {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*bottom: 0;*/
	/*right: 0;*/

	/*margin: auto;*/

	min-height: 100%;
	min-width: 100%;

	position: absolute;

	z-index: 1;
}

@media screen and (max-width:450px){

	.top_visual{
		height: 560px;
	}

	.top_visual .big{
		font-size: 36px;
	}


}


/*.top_news_list{*/

#news{
	padding: 25px 0;
}

@media screen and (min-width:769px){

#news > div{
	display: flex;
	align-items: center;
}

}

.top_news_list{
	display: inline-block;
	width: calc(100% - 210px);
	line-height: 150%;
	padding-left: 20px;
	border-left: 1px solid #c8c8c8;
}

.news_title{
	display: inline-block;
	/* padding-right: 20px; */
	margin-right: 20px;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	/* border-right: 1px solid #C8C8C8; */
}

.top_news_list li a{
	display: block;
	text-decoration: none;
}

.top_news_list .date{
	margin-right: 14px;
	font-size: 12px;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.top_news_list .category{
	margin-right: 10px;
	font-size: 12px;
	color: #737373;
	border: 1px solid #737373;
	line-height: 24px;
	padding: 0 15px;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.top_news_list .title{
	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
	text-decoration: underline;
	font-size: 14px;
	padding-left: 10px;
	display: inline-block;
	width: calc( 100% - 190px );
	vertical-align: middle;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.top_news_list li a:hover .date{
	color: #CD0224;
}

.top_news_list li a:hover .category{
	color: #fff;
	background: #CD0224;
	border-color: #CD0224;
}

.top_news_list li a:hover .title{
	color: #CD0224;
}


@media screen and (max-width:450px){

	.top_news_list{
		display: block;
		width: 100%;
		line-height: 150%;
		border: none;
		padding: 0 20px;
		box-sizing: border-box;
	}


	.top_news_list li{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #c8c8c8;
	}

	.top_news_list li:last-child{
		border-bottom: none;
	}

	.news_title{
		display: block;
		border-right: none;
		text-align: center;
		padding-bottom: 21px;
		margin: 0;
	}

	.top_news_list .title{
		display: block;
		width: 100%;
		padding-left: 0;
	}

}

.button_list01{
	display: inline-flex;
	position: relative;
	font-size: 14px;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 30px;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.button_list01:after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;

	top: 2px;
	bottom: 0;
	right: 0;

	margin: auto;

	border-right: 1px solid #3B4043;
	border-bottom: 1px solid #3B4043;

	transform: rotate(-45deg);

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.button_list01:hover{
	color: #CD0224;
}

.button_list01:hover:after{
	border-right: 1px solid #CD0224;
	border-bottom: 1px solid #CD0224;
}

@media screen and (max-width:450px){

	.button_list01{
		display: table;
		margin: 20px auto 0;
		padding: 10px 30px;
		/* padding-left: 0; */
		border: 1px solid #ddd;
		border-radius: 5px;
	}

	.button_list01:after{
		right: 12px;

	}


}

div.inner1080:after{
	    content: " "; 
	    display: block; 
	    height: 0; 
	    clear: both;
}

.content_box{
	box-sizing: border-box;
	max-width: 490px;
	padding: 43px 43px 50px 50px;
	background: #fff;
}

.content_box a{
	display: block;
	text-decoration: none;
	position: relative;
	padding-left: 59px;
}

.content_box a:hover{
	color: #616161;
}

.content_box .label{
	position: absolute;
	top: 5px;
	left: 7px;
	color: #CD0224;
	font-size: 14px;
	font-weight: bold;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-orientation: mixed;
}

.content_box .label:after{
	content: "";
	position: absolute;
	display: block;

	bottom: -83%;
	left: 0;
	right: 0;

	margin: auto;

	height: 45px;
	width: 1px;
	background: #CD0224;
}

.content_box .catch{
	margin-bottom: 25px;
	margin-top: 5px;
	font-size: 32px;
	line-height: 140%;
	font-weight: bold;
	letter-spacing: 3px;
}

.content_box p{

letter-spacing: 0px;

margin-bottom: 40px;
}

.content_box .button01 {
    text-align: left;
}

.content_box a:hover .button01 > span{
	background: #696969;
}

.lefty .content_box{
	float: right;
	box-shadow: -20px 20px 30px rgba(0,0,0,0.2);
	margin-right: -50px;
	padding-left: 60px;
}

.lefty .content_box a{
	padding-left: 0;
	padding-right: 36px;
}

.lefty .content_box .label{
	left: auto;
	right: 5px;
}

.righty .content_box{
	box-shadow: 20px 20px 30px rgba(0,0,0,0.2);
}

.content_box.color2{
	background: none;
	padding-left: 0;
	padding-right: 110px;
}

.content_box.color2 .label{	
	color: #fff;
}

.content_box.color2 .label:after{	
	background: #fff;
}

.content_box.color2 .catch{
	color: #fff;
}

.content_box.color2 p{
	color: #fff;
}

.content_box.color2 a:hover .button01 > span{
	background: rgba(0,0,0,0.5);
}

@media screen and (max-width:1240px){

	.lefty .content_box{
		margin-right: 0;
	}


}

@media screen and (max-width:1080px){

	.content_box{
		max-width: 370px;
		padding: 30px;
	}

	.lefty .content_box a{
		padding-right: 6px;
	}

	.content_box .label{
		font-size: 12px;
	}

	.content_box .catch{
		font-size: 24px;
	}

	.content_box p{
		font-size: 14px;
	}

}

@media screen and (max-width:450px){

	.content_box.color2{
		padding-right: 0;
	}

}


/*business*/

#business{
	padding-top: 90px;
	padding-bottom: 90px;
	background: url(../img/index/business_img01.jpg) no-repeat 100% 130px, linear-gradient(transparent 60%, #F5F6F9 60%);
}

@media screen and (max-width:1080px){
	#business{
		background: url(../img/index/business_img01.jpg) no-repeat 100% 0px, linear-gradient(transparent 60%, #F5F6F9 60%);
		padding-top: 30px;
		padding-bottom: 60px;
		margin-bottom: 43px;
	}
}

@media screen and (max-width:450px){

	#business{
		padding-top: 180px;
	}

}


/*message*/

#message{
	padding-top: 40px;
	background: url(../img/index/message_img01.jpg) no-repeat 0 80px, linear-gradient( #F5F6F9 40%, transparent 40%);
}

@media screen and (max-width:1080px){
	#message{
		background: url(../img/index/message_img01.jpg) no-repeat -140px 0px, linear-gradient( #F5F6F9 40%, transparent 40%);
		padding-top: 20px;
	}
}

@media screen and (max-width:450px){

	#message{
		padding-top: 240px;
	}

}


/*company*/

.pages_list{
	box-sizing: border-box;
	padding-bottom: 50px;
}

.pages_list ul{
	display: flex;
}

.pages_list ul li{
	width: 33.33333%;
}

.pages_list li a{
	display: flex;
	position: relative;
	height: 360px;
	justify-content: center;
	align-items: center;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	background: no-repeat 50% 50%;
	background-size: cover;
}

.pages_list li a:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.30);
	z-index: 2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pages_list li a:hover:after{
	opacity: 0;
}

.pages_list li a span{
	position: relative;
	padding-right: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	z-index: 3;
}

.pages_list li a span:after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;

	top: 2px;
	bottom: 0;
	right: 0;

	margin: auto;

	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;

	transform: rotate(-45deg);

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width:960px){
	.pages_list li a{
		height: 280px;
	}
}

@media screen and (max-width:450px){

	.pages_list ul{
		display: block;
	}

	.pages_list ul li{
		width: 100%;
	}


	.pages_list li a{
		height: 110px;
	}

}


#company{
	padding-top: 80px;
	padding-bottom: 70px;
}

#company .pages_list li:nth-child(1) a{ background-image: url(../img/index/company01.jpg);  }
#company .pages_list li:nth-child(2) a{ background-image: url(../img/index/company02.jpg);  }
#company .pages_list li:nth-child(3) a{ background-image: url(../img/index/company03.jpg);  }

@media screen and (max-width:960px){
	#company{
		padding-top: 30px;
	}
}




/*recruit*/

#recruit{
	position: relative;
	min-height: 470px;
	padding-top: 40px;
	box-sizing: border-box;
	background: #CD0224;
}

#recruit .pages_list li:nth-child(1) a{ background-image: url(../img/index/recruit01.jpg);  }
#recruit .pages_list li:nth-child(2) a{ background-image: url(../img/index/recruit02.jpg);  }
#recruit .pages_list li:nth-child(3) a{ background-image: url(../img/index/recruit03.jpg);  }

#recruit .pages_list{
	position: absolute;
	right: 0;
	top: 90px;
	width: 54%;
}

#recruit .pages_list li a{
	height: 460px;
}

@media screen and (max-width:1420px){

	#recruit .pages_list li a span{
		font-size: 14px;
	}
}

@media screen and (max-width:1080px){

	#recruit .pages_list ul{
		display: block;
	}

	#recruit .pages_list ul li{
		width: 100%;
	}

	#recruit .pages_list{
		right: 40px;
		top: 30px;
		width: 48%;
	}

	#recruit .pages_list li a{
		height: 160px;
	}

	#recruit .pages_list li a span{
		font-size: 16px;
	}


}

@media screen and (max-width:450px){

	#recruit .pages_list ul li{
		margin-bottom: 10px;
	}

	#recruit .pages_list{
		position: relative;
		right: auto;
		top: auto;
		width: 90%;
		margin: 0 auto;
	}

	#recruit .pages_list li a{
		height: 100px;
	}

}

/*members*/
 
#members{
	padding-top: 130px;
	padding-bottom: 50px;

	background: url(../img/index/members_bg.jpg) no-repeat 0 100%;
	background-size: 100% auto;
}

@media screen and (max-width:1080px){

	#members{
		padding-top: 80px;
	}

}

