@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/

#top-main{
	position:relative;
	width: 100%;
	overflow:hidden;
	background-color:#000;
}
#top-main:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	background:url(../img/top/main_bg.png) repeat left top;
}
#top-main video {
	width: 100%;
	display: block;
}
#top-main .copy-txt{
	position: absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	text-align:center;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-main .copy-txt .copy01{
	margin-bottom:20px;
	line-height:1;
	font-size:55px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
}
#top-main .copy-txt .copy02{
	line-height:1;
	font-size:110px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
}

/* +++++++++++++++++++++++++ */

#top-global{
	padding: 130px 0;
	background:url(../img/top/global_bg.jpg) no-repeat center center / cover;
	color:#fff;
}
#top-global .txt{
	width:600px;
	margin: 0 auto 30px;
	text-align:center;
}


/* +++++++++++++++++++++++++ */

.business-list li{
	position:relative;
}
.business-list li:nth-child(odd) .ttl01{
	text-align:left;
}
.business-list li:nth-child(even) .ttl01{
	text-align:right;
}
.business-list li:nth-child(odd):before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
}
.business-list li:nth-child(even):before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
}
.business-list li:nth-child(odd) .content-area{
	position:relative;
	z-index:2;
	padding:140px 0 140px 540px;
}
.business-list li:nth-child(even) .content-area{
	position:relative;
	z-index:2;
	padding:140px 540px 140px 0;
	text-align:right;
}
.business-list li.works:before{ background:url(../img/top/works_bg.jpg) no-repeat center center / cover;}
.business-list li.flow:before{ background:url(../img/top/flow_bg.jpg) no-repeat center center / cover;}
.business-list li.factory:before{ background:url(../img/top/factory_bg.jpg) no-repeat center center / cover;}


/* +++++++++++++++++++++++++ */

#top-about{
	position:relative;
	background-color:#fff;
}
#top-about:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background:url(../img/top/about_bg.jpg) no-repeat center center / cover;
}
#top-about .content-area{
	position:relative;
	z-index:2;
	padding:140px 560px 140px 0;
}
#top-about .ttl01{
	text-align:left;
}
#top-about .copy-ttl{
	margin-bottom:20px;
	font-size:20px;
	font-weight:700;
}

/* +++++++++++++++++++++++++ */

#top-recruit{
	position:relative;
	padding: 200px 0;
	background:url(../img/top/recruit_bg.jpg) no-repeat center center / cover;
}
#top-recruit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	background:url(../img/top/main_bg.png) repeat left top;
}
#top-recruit .content-area{
	position:relative;
	z-index:2;
	color:#fff;
	text-align:center;
}


/* +++++++++++++++++++++++++ */

#top-news{
	padding:100px 0;
	background-color:#f1f1f1;
}
#top-news .news-list li{
	padding:15px 30px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-news .news-list li a{
	color:#000;
	text-decoration:none;
}
#top-news .news-list .day{
	width:8em;
}
#top-news .news-list .txt{
	width:calc(100% - 10em);
}
#top-news .news-list .ttl{
	font-size:18px;
	margin-bottom:5px;
	font-weight:700;
	line-height:1.3;
}
#top-news .news-list .comment{
	line-height:1.5;
}

}

@media screen and (min-width:768px) and ( max-width:1110px) {
}

@media (max-width: 768px) {
	
	#top-main{
		position:relative;
		width:100%;
	}
	#top-main:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		z-index:2;
		width:100%;
		height:100%;
		background:url(../img/top/main_bg.png) repeat left top;
	}
	#top-main video {
		width: 100%;
		display: block;
	}
	#top-main .copy-txt{
		position: absolute;
		top:0;
		left:0;
		z-index:2;
		width:100%;
		height:100%;
		text-align:center;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#top-main .copy-txt .copy01{
		margin-bottom:2vw;
		line-height:1;
		font-size:5vw;
		font-family: 'Oswald', sans-serif;
		color:#fff;
	}
	#top-main .copy-txt .copy02{
		line-height:1;
		font-size:10vw;
		font-family: 'Oswald', sans-serif;
		color:#fff;
	}
	
	/* +++++++++++++++++++++++++ */
	
	#top-global{
		padding: 13vw 0;
		background:url(../img/top/global_bg.jpg) no-repeat center center / cover;
		color:#fff;
	}
	#top-global .txt{
		margin: 0 auto 3vw;
	}
	
	/* +++++++++++++++++++++++++ */
	
	.business-list li{
		position:relative;
	}
	.business-list .ttl01{
		text-align:left;
	}
	.business-list li:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		padding-top:50%;
	}
	.business-list .content-area{
		padding:55vw 5vw 10vw 5vw;
	}
	.business-list li.works:before{ background:url(../img/top/works_bg.jpg) no-repeat center center / cover;}
	.business-list li.flow:before{ background:url(../img/top/flow_bg.jpg) no-repeat center center / cover;}
	.business-list li.factory:before{ background:url(../img/top/factory_bg.jpg) no-repeat center center / cover;}
	
	
	/* +++++++++++++++++++++++++ */
	
	#top-about{
		position:relative;
		background-color:#0F1826;
		color:#fff;
	}
	#top-about:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		padding-top:70%;
		background:url(../img/top/about_bg.jpg) no-repeat center center / cover;
	}
	#top-about .content-area{
		position:relative;
		z-index:2;
		padding:75vw 5vw 10vw 5vw;
	}
	#top-about .ttl01{
		text-align:left;
	}
	#top-about .copy-ttl{
		margin-bottom:2vw;
		font-size:16px;
		font-weight:700;
	}
	
	/* +++++++++++++++++++++++++ */
	
	#top-recruit{
		position:relative;
		padding: 20vw 0;
		background:url(../img/top/recruit_bg.jpg) no-repeat center center / cover;
	}
	#top-recruit:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		z-index:2;
		width:100%;
		height:100%;
		background:url(../img/top/main_bg.png) repeat left top;
	}
	#top-recruit .content-area{
		position:relative;
		z-index:2;
		color:#fff;
		text-align:center;
	}
	
	
	/* +++++++++++++++++++++++++ */
	#top-news{
		padding:10vw 0;
		background-color:#f1f1f1;
	}
	#top-news .news-content-box{
		width:100%;
	}
	#top-news .news-list li{
		padding:3vw;
		border-bottom: solid 1px rgba(0,0,0,0.15);
	}
	#top-news .news-list li a{
		color:#000;
		text-decoration:none;
	}
	#top-news .news-list .day{
		display:block;
		width:100%;
	}
	#top-news .news-list .ttl{
		display:block;
		width:100%;
		font-size:18px;
		margin-bottom:5px;
		font-weight:700;
		line-height:1.3;
	}
	#top-news .news-list .comment{
		line-height:1.5;
	}
			
}








