/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		トップページ用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
		スライダー
****************************************************************************************************************************/
.mv{
	display: block;
	width: 100%;
	height: 800px;
	/*opacity: 0;*/
	opacity: 1;
}

.mv.on{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.mv .slick-slider{
}

.mv .slick-slider li{
	display: block;
	height: 800px;
	position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.mv .slick-slider li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 10;
}

.mv .slick-slider li .mv_titles{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
}

.mv .slick-slider li .mv_titles p{
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}


@media screen and (max-width: 1220px){
	.mv{
		height: 600px;
	}
	.mv .slick-slider li{
		height: 600px;
	}
}
@media screen and (max-width: 1000px){
	.mv{
		height: 550px;
	}
	.mv .slick-slider li{
		height: 550px;
	}
}
@media screen and (max-width: 920px){
	.mv{
		height: 400px;
	}
	.mv .slick-slider li{
		height: 400px;
	}
}
@media screen and (max-width: 850px){
	.mv .slick-slider li .mv_titles p{
		font-size:3.5vw;
	}
}
@media screen and (max-width: 640px){
}
@media screen and (max-width: 610px){
}
@media screen and (max-width: 500px){
}
@media screen and (max-width: 450px){
}
@media screen and (max-width: 350px){
	.mv{
		height: 350px;
	}
	.mv .slick-slider li{
		height: 350px;
	}
}


/****************************************************************************************************************************
 トップコンテンツ
****************************************************************************************************************************/
.btn a{
	border-bottom: 1px solid #fff;
}

.btn a:before{
	content: "・";
}
h2 {
	color: #fff;
	text-align: left;
	font-size: 26px;
	margin-bottom: 50px;
}
h2 span{
	letter-spacing: 0.05em;
	font-family: 'Inter', sans-serif;
	display: block;
	color: #616161;
	font-size: 26px;
}
.top_conts.concept .flex{
	margin: 180px auto;
	display: flex;
}


.top_conts.concept .flex .img_box{
	margin-right: 80px;
}
.top_conts.concept .flex .text_box .btn{
	margin-top: 50px;
}

.top_conts.product ul{
	display: flex;
}
.top_conts.product ul li{
	width: 32%;
	margin-right: 2%;
}
.top_conts.product ul li:last-child{
	margin-right: 0;
}
.top_conts.product .btn{
	text-align: right;
	margin-top: 50px;
}
.top_conts.top_image{
	height: 700px;
	background-position: center;
	background-size: cover;
	margin: 80px auto;
}
.top_conts.company{
	margin: 80px auto;
}
.top_conts.company h2{
	text-align: center;
}
.top_conts.company .text_box{
	margin-bottom: 80px;
}
.top_conts.company .text_box p{
	text-align: center;
}
.top_conts.company .img_box ul{
	display: flex;
	justify-content: space-between;
}
.top_conts.company .btn{
	text-align: center;
	margin-top: 30px;
}

@media screen and (min-width: 919px){
	.btn a:hover{
		-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
    opacity: 0.8;
	}
}
	@media screen and (max-width: 850px){
		h2 span{
			font-size:16px;
		}
		h2 {
			font-size:20px;
		}
	}

/****************************************************************************************************************************
	NEWS
****************************************************************************************************************************/
.top_conts.news{
	margin: 50px auto;
}
.top_conts.news .news_list{
	display: flex;
}
.top_conts.news .news_list .ttl{
	font-weight: bold;
	font-size: 18px;
}
.top_conts.news .news_list .date{
	color: #999;
}
.top_conts.news .news_box{
	width: 32%;
	margin-right: 3%;
}
.top_conts.news .news_box a{
	display: block;
	width: 100%;
}
.top_conts.news .news_box a img{
	display: block;
	width: 100%;
}
.top_conts.news .news_box:nth-child(3){
	margin-right: 0;
}
.top_conts.news .btn{
	margin-top: 20px;
	text-align: right;
}

@media screen and (min-width: 919px){
	.top_conts.news .news_box a:hover{
		-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
    opacity: 0.5;
	}
}
	@media screen and (max-width: 600px){
		.top_conts.news .news_list{
			flex-wrap: wrap;
		}
		.top_conts.news .news_box{
			width:100%;
			margin-right: 0;
			margin-bottom: 20px;
		}
	}
/****************************************************************************************************************************
	content_nemu
****************************************************************************************************************************/
.contents_menu{
	margin: 80px auto;
}
.contents_menu h2{
	text-align: center;
}
.contents_menu p{
	text-align: center;
}
.contents_menu .top_nav_list{
	max-width: 100%;
	width: 1100px;
	margin-right: 0;
	margin-left: auto;
	margin-top: 50px;
	position: relative;
}
.contents_menu .top_nav_list:before{
	content: "";
	height: 100%;
	position: absolute;
	background-image: url(/img_html/nav_s.png);
	width: 209px;
	top: 0;
	left: -105px;
	z-index: 10;
}
.contents_menu .top_nav_list ul li a{
	display: flex;
	height: 120px;
	margin-bottom: 10px;
	justify-content: flex-end;
	align-items: flex-end;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
}
.contents_menu .top_nav_list ul li a p{
	letter-spacing: 0;

}
.contents_menu .top_nav_list ul li a span{
	font-size: 26px;
	margin-left: 10px;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
	letter-spacing: 0;

}

@media screen and (min-width: 919px){
	.contents_menu .top_nav_list ul li a:hover{
		-webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;
    opacity: 0.5;
	}
}
	@media screen and (max-width: 600px){
		.contents_menu .top_nav_list ul li a{
			font-size: 16px;
		}
		.contents_menu .top_nav_list ul li a span{
			font-size: 20px;
		}
		.contents_menu p{
			text-align: left;
		}
	}


/****************************************************************************************************************************

****************************************************************************************************************************/
