@charset "utf-8";

#top-page #common-header .inner-logo{
	display:none;
}

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

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


.top-ttl01{
	margin-bottom:40px;
	text-align:center;
}
.top-ttl01 .en{
	display:block;
	margin-bottom:10px;
	font-family: "Poppins", sans-serif;
	line-height:1;
	font-size:16px;
}
.top-ttl01 .jp{
	display:block;
	font-size:30px;
	line-height:1;
}


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


#top-mv {
	position:relative;
	margin-bottom:7vw;
}
#top-mv:before{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	background-color: #fff;
	height:15vw;
	width: 100%;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
}
#top-mv .images {
	width: 100%;
	height:100vh;
	overflow:hidden;
}
#top-mv .images li {
	width: 100%;
	height:100vh;
	background-color:#ccc;
}
#top-mv .images img {
	width: 100%;
	height:100vh;
	object-fit: cover;
	object-position: left top;
}
#top-mv .copy-box{
	position:absolute;
	top:0;
	left:0;
	padding-left:5vw;
	padding-bottom:5vw;
	width: 100%;
	height:100vh;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-align: flex-end; -ms-flex-align: flex-end; -webkit-align-items: flex-end; align-items: flex-end;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-mv .copy-box .copy{
	width:33%;
}
#top-mv .copy-box .copy .en{
	font-family: "Poppins", sans-serif;
	font-size:1.5vw;
	
}


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

#top-news{
	margin-bottom:13vw;
}
#top-news .ttl{
	width:26%;
}
#top-news .ttl .inner{
	margin-bottom:1.5em;
}
#top-news .ttl a{
	position:relative;
	width:100%;
	min-height:200px;
	color:#fff;
	text-align:center;
	background: rgb(5,179,166);
	background: linear-gradient(90deg, rgba(5,179,166,1) 0%, rgba(22,77,216,1) 100%);
	line-height:1;
	text-decoration:none;
}
#top-news .ttl .en{
	display: block;
	font-size:18px;
	margin-bottom:10px;
	font-family: "Poppins", sans-serif;
}
#top-news .ttl .jp{
	display: block;
	font-size:26px;
}
#top-news .ttl .more-btn{
	position:absolute;
	bottom:20px;
	text-align:center;
	font-size:12px;
	padding-right:15px;
}
#top-news .ttl .more-btn:before{
	position:absolute;
	right:0px;
	top:50%;
	content:"";
	width: 6px;
	height: 6px;
	margin-top:-3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-news .top-news-list{
	width:70%;
}
#top-news li{
	margin-bottom:20px;
}
#top-news .day{
	position:relative;
	width:18%;
	margin-right:5%;
}
#top-news .day:before {
	content:"";
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1px;
    height: calc(100%);
    background-color:#CCCCCC;
}
#top-news .txt{
	width:77%;
}
#top-news .txt a{
	color:#333333;
}

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

#top-about{
	padding:0vw 0 7vw;
	margin-bottom:20vw;
	position:relative;
}
#top-about:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(5,179,166);
	background: linear-gradient(90deg, rgba(5,179,166,1) 0%, rgba(22,77,216,1) 100%);
	transform: skewY(7deg);
	z-index: -1;
}
#top-about:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background:#EFF2F3;
	transform: skewY(-7deg);
	z-index: -1;
}

#top-about .txt{
	width:45%;
	padding-top:4vw;
	color:#fff;
	line-height:2.6;
}
#top-about .txt .top-ttl01{
	text-align:left;
}
#top-about .ph{
	position:relative;
	margin-top:-5vw;
	width:50%;
}
/*--------------------*/

#top-business{
}
#top-business ul{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-business li{
	position:relative;
	overflow:hidden;
	color:#fff;
	width:50%;
}
#top-business li:before{
	content:"";
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
    transition: all .3s ease-out;
}
#top-business li:hover:before{
	background:rgba(0,0,0,0);
}
#top-business li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .3s ease-out;
}
#top-business li:hover:after {
    transform: scale(1.05);
}
#top-business li a{
	position:relative;
	display:block;
	z-index:2;
	text-decoration:none;
	width:100%;
    height: 100%;
	padding:120px 10vw; 
	color:#fff;
	text-decoration:none;
}

#top-business .ttl{
	position:relative;
	text-align:center;
	padding-bottom:120px;
}
#top-business .ttl:before{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-40px;
	width:80px;
	height:80px;
	border-radius:1000px;
	border: solid 1px #fff;
}
#top-business .ttl:after{
	position:absolute;
	bottom:30px;
	left:50%;
	content:"";
	width: 16px;
	height: 16px;
	margin-left:-13px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}
#top-business .ttl .en{
	display:block;
	margin-bottom:20px;
	line-height:1;
	font-size:18px;
	font-family: 'Poppins', sans-serif;
	vertical-align: bottom;
}
#top-business .ttl .jp{
	display:block;
	font-size:36px;
	line-height:1;
	vertical-align: bottom;
}

#top-business li.materials:after{
	background:url(../img/top/business_materials.jpg) no-repeat center center;
	background-size:cover;
}
#top-business li.assembly:after{
	background:url(../img/top/business_assembly.jpg) no-repeat center center;
	background-size:cover;
}
#top-business li.ceramics:after{
	background:url(../img/top/business_ceramics.jpg) no-repeat center center;
	background-size:cover;
}
#top-business li.affiliates:after{
	background:url(../img/top/business_affiliates.jpg) no-repeat center center;
	background-size:cover;
}



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

#top-company{
	position:relative;
	padding-top:6vw;
	padding-bottom:6vw;
}
#top-company:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../img/top/company_bg.jpg) no-repeat top center fixed;
	background-size:cover;
}
#top-company .ttl01{
	position:relative;
	z-index:2;
	color:#fff;
}
#top-company .top-company-list{
	position:relative;
	z-index:2;
}
#top-company .top-company-list a{
	text-decoration:none;
	color: #333333;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#top-company .top-company-list li{
	-webkit-flex-grow:1;
    flex-grow:1;
	width:33.333%;
	background-color:#fff;
}
#top-company .top-company-list li .ph{
	-webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -webkit-flex-order: 2; -moz-flex-order: 2; -webkit-order: 2; -moz-order: 2; order: 2;
}
#top-company .top-company-list li:nth-child(2) .ph{
	-webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1;
}
#top-company .top-company-list .txt{
	height:272px;
	padding:30px;
	text-align:center;
	font-size:14px;
}
#top-company .top-company-list .ttl{
	margin-bottom:10px;
	line-height:1;
	text-align:center;
}
#top-company .top-company-list .ttl .jp{
	display: block;
	font-size:24px;
	margin-bottom:10px;
	font-weight:700;
}
#top-company .top-company-list .ttl .en{
	display: block;
	font-size:12px;
	font-family: "Poppins", sans-serif;
	color:#3985BD;
}


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

#top-recruit{
	position:relative;
	padding:8vw 0;
	background:url(../img/top/recruit_deco.png) no-repeat right top / 60% auto;
}
#top-recruit .ph {
	width:50%;
}
#top-recruit .txt{
	position:relative;
	z-index:2;
	left:-5%;
	width:50%;
	margin-top:4%;
	margin-bottom:5%;
	background-color:#070C25;
	color:#fff;
	margin-left:auto;
	padding:2vw;
}
#top-recruit .top-ttl01{
	text-align:left;
	margin-bottom:20px;
}
#top-recruit .inner{
}
.lead-more-link{
	
}
.lead-more-link a{
	position:relative;
	display:inline-block;
	padding-right:50px;
	color:#fff;
}
.lead-more-link a span{
	position:absolute;
	top:-18px;
	right:0;
	display:inline-block;
	width:36px;
	height:36px;
}
.lead-more-link a span:before{
	content:"";
	position:absolute;
	top:50%;
	right:0;
	width:36px;
	height:36px;
	border-radius:1000px;
	background: rgb(5,179,166);
	background: linear-gradient(90deg, rgba(5,179,166,1) 0%, rgba(22,77,216,1) 100%);
}
.lead-more-link a span:after{
	position:absolute;
	top:50%;
	right:15px;
	content:"";
	width: 8px;
	height: 8px;
	margin-top:13px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}




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

#top-contact{
}
#top-contact a{
	position:relative;
	overflow:hidden;
	display:block;
	color:#fff;
	padding:5vw 0;
}
#top-contact a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .3s ease-out;
	background:url(../img/top/contact_bg.jpg) no-repeat center center;
	background-size:cover;
}
#top-contact a:hover:after {
    transform: scale(1.05);
}
#top-contact a:hover{ opacity:1; }

#top-contact a:before{
	content:"";
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
    transition: all .3s ease-out;
}
#top-contact:hover:before{
	background:rgba(0,0,0,0);
}
#top-contact .top-ttl01{
	z-index:2;
	position:relative;
	text-align:center;
	padding-bottom:120px;
}
#top-contact .top-ttl01:before{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-40px;
	width:80px;
	height:80px;
	border-radius:1000px;
	border: solid 1px #fff;
}
#top-contact .top-ttl01:after{
	position:absolute;
	bottom:30px;
	left:50%;
	content:"";
	width: 16px;
	height: 16px;
	margin-left:-13px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}




}


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

	
	
	/* +++++++++++++++++++++++++ */
	
	
	.top-ttl01{
		margin-bottom:5vw;
		text-align:center;
	}
	.top-ttl01 .en{
		display:block;
		margin-bottom:2vw;
		font-family: "Poppins", sans-serif;
		line-height:1;
		font-size:14px;
	}
	.top-ttl01 .jp{
		display:block;
		font-size:26px;
		line-height:1;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	
	#top-mv {
		position:relative;
		margin-bottom:7vw;
	}
	#top-mv:before{
		content:"";
		position:absolute;
		left:0;
		bottom:-1px;
		background-color: #fff;
		height:20vw;
		width: 100%;
		clip-path: polygon(0 0, 100% 100%, 0 100%);
	}
	#top-mv .images {
		width: 100%;
		height:60vh;
		overflow:hidden;
	}
	#top-mv .images li {
		width: 100%;
		height:60vh;
		background-color:#ccc;
	}
	#top-mv .images img {
		width: 100%;
		height:60vh;
		object-fit: cover;
	}
	#top-mv .copy-box{
		position:absolute;
		top:0;
		left:0;
		padding-left:5vw;
		padding-bottom:5vw;
		width: 100%;
		height:60vh;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-align: flex-end; -ms-flex-align: flex-end; -webkit-align-items: flex-end; align-items: flex-end;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#top-mv .copy-box .copy{
		width:70%;
	}
	#top-mv .copy-box .copy .en{
		font-family: "Poppins", sans-serif;
		font-size:1.5vw;
		
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	#top-news{
		padding: 10vw 0;
		margin-bottom:13vw;
	}
	#top-news .ttl{
		width:100%;
		margin-bottom:5vw;
	}
	#top-news .ttl .inner{
	}
	#top-news .ttl a{
		position:relative;
		width:100%;
		text-align:center;
		line-height:1;
		text-decoration:none;
	}
	#top-news .ttl .en{
		display: block;
		margin-bottom:10px;
		font-size:14px;
		font-family: "Poppins", sans-serif;
	}
	#top-news .ttl .jp{
		display: block;
		font-size:26px;
	}
	#top-news .ttl .more-btn{
		display:none;
	}
	#top-news .top-news-list{
		width:100%;
		padding:0 5vw;
	}
	#top-news li{
		margin-bottom:3vw;
		padding-bottom:3vw;
		border-bottom: solid 1px rgba(0,0,0,0.1);
	}
	#top-news .day{
		position:relative;
		width:100%;
		font-size:12px;
	}
	#top-news .txt{
		width:100%;
	}
	#top-news .txt a{
		color:#333;
	}
	#top-news .btn{
		width:100%;
	}
	
	/* +++++++++++++++++++++++++ */
	
	#top-about{
		padding:0vw 0 0;
		margin-bottom:20vw;
		position:relative;
	}
	#top-about:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgb(5,179,166);
		background: linear-gradient(90deg, rgba(5,179,166,1) 0%, rgba(22,77,216,1) 100%);
		transform: skewY(7deg);
		z-index: -1;
	}
	#top-about:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background:#EFF2F3;
		transform: skewY(-7deg);
		z-index: -1;
	}
	#top-about .txt{
		width:100%;
		padding-top:15vw;
		margin-bottom:10vw;
		color:#fff;
		line-height:2.6;
	}
	#top-about .txt .top-ttl01{
		text-align:left;
	}
	#top-about .ph{
		position:relative;
		width:70%;
		margin: 0 auto -10vw;
	}
	/*--------------------*/
	
	#top-business{
	}
	#top-business ul{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#top-business li{
		position:relative;
		overflow:hidden;
		color:#fff;
		width:100%;
	}
	#top-business li:before{
		content:"";
		position:absolute;
		z-index:2;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.2);
		transition: all .3s ease-out;
	}
	#top-business li:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		transition: all .3s ease-out;
	}
	#top-business li a{
		position:relative;
		display:block;
		z-index:2;
		text-decoration:none;
		width:100%;
		height: 100%;
		padding:15vw 10vw; 
		color:#fff;
		text-decoration:none;
	}
	
	#top-business .ttl{
		position:relative;
		text-align:center;
		padding-bottom:70px;
	}
	#top-business .ttl:before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		margin-left:-25px;
		width:50px;
		height:50px;
		border-radius:1000px;
		border: solid 1px #fff;
	}
	#top-business .ttl:after{
		position:absolute;
		bottom:20px;
		left:50%;
		content:"";
		width: 12px;
		height: 12px;
		margin-left:-8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	#top-business .ttl .en{
		display:block;
		margin-bottom:2vw;
		font-size:16px;
		line-height:1;
		font-family: 'Poppins', sans-serif;
		vertical-align: bottom;
	}
	#top-business .ttl .jp{
		display:block;
		font-size:22px;
		line-height:1;
		vertical-align: bottom;
	}
	
	#top-business li.materials:after{
		background:url(../img/top/business_materials.jpg) no-repeat center center;
		background-size:cover;
	}
	#top-business li.assembly:after{
		background:url(../img/top/business_assembly.jpg) no-repeat center center;
		background-size:cover;
	}
	#top-business li.ceramics:after{
		background:url(../img/top/business_ceramics.jpg) no-repeat center center;
		background-size:cover;
	}
	#top-business li.affiliates:after{
		background:url(../img/top/business_affiliates.jpg) no-repeat center center;
		background-size:cover;
	}
	
	
	
	/* +++++++++++++++++++++++++ */
	
	#top-company{
		position:relative;
		padding-top:13vw;
		padding-bottom:13vw;
	}
	#top-company:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:url(../img/top/company_bg.jpg) no-repeat top center fixed;
		background-size:cover;
	}
	#top-company .ttl01{
		position:relative;
		z-index:2;
		color:#fff;
	}
	#top-company .top-company-list{
		position:relative;
		z-index:2;
	}
	
	#top-company .top-company-list a{
		text-decoration:none;
		color: #333333;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#top-company .top-company-list li{
		width:100%;
		background-color:#fff;
		border-bottom: solid 1px #eee;
	}
	#top-company .top-company-list li:nth-child(2) .txt{
		-webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1;
	}
	#top-company .top-company-list .ph{
		width:40%;
	}
	#top-company .top-company-list .ph img{
		object-fit: cover;
		height:100%;
	}
	#top-company .top-company-list .txt{
		width:60%;
		padding:5vw;
		font-size:12px;
		line-height:1.5;
	}
	#top-company .top-company-list .ttl{
		margin-bottom:2vw;
		line-height:1;
	}
	#top-company .top-company-list .ttl .jp{
		display: block;
		font-size:20px;
		margin-bottom:2vw;
		font-weight:700;
	}
	#top-company .top-company-list .ttl .en{
		display: block;
		font-size:12px;
		font-family: "Poppins", sans-serif;
		color:#3985BD;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	#top-recruit{
		position:relative;
		padding:13vw 0;
		background:url(../img/top/recruit_deco.png) no-repeat right top / 90% auto;
	}
	#top-recruit .ph {
		width:100%;
	}
	#top-recruit .txt{
		position:relative;
		z-index:2;
		left:-5%;
		width:90%;
		margin-top:-10vw;
		background-color:#070C25;
		color:#fff;
		margin-left:auto;
		padding:8vw 5vw;
	}
	#top-recruit .top-ttl01{
		text-align:left;
		margin-bottom:4vw;
	}
	#top-recruit .inner{
	}
	.lead-more-link{
	}
	.lead-more-link a{
		position:relative;
		display:inline-block;
		padding-right:50px;
		color:#fff;
	}
	.lead-more-link a span{
		position:absolute;
		top:-18px;
		right:0;
		display:inline-block;
		width:36px;
		height:36px;
	}
	.lead-more-link a span:before{
		content:"";
		position:absolute;
		top:50%;
		right:0;
		width:36px;
		height:36px;
		border-radius:1000px;
		background: rgb(5,179,166);
		background: linear-gradient(90deg, rgba(5,179,166,1) 0%, rgba(22,77,216,1) 100%);
	}
	.lead-more-link a span:after{
		position:absolute;
		top:50%;
		right:15px;
		content:"";
		width: 8px;
		height: 8px;
		margin-top:13px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	
	
	
	
	/* +++++++++++++++++++++++++ */
	
	#top-contact{
	}
	#top-contact a{
		position:relative;
		overflow:hidden;
		display:block;
		color:#fff;
		padding:13vw 0;
	}
	#top-contact a:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		transition: all .3s ease-out;
		background:url(../img/top/contact_bg.jpg) no-repeat center center;
		background-size:cover;
	}
	#top-contact a:before{
		content:"";
		position:absolute;
		z-index:2;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.6);
		transition: all .3s ease-out;
	}
	#top-contact:hover:before{
		background:rgba(0,0,0,0);
	}
	#top-contact .top-ttl01{
		z-index:2;
		position:relative;
		text-align:center;
		padding-bottom:70px;
	}
	#top-contact .top-ttl01:before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		margin-left:-25px;
		width:50px;
		height:50px;
		border-radius:1000px;
		border: solid 1px #fff;
	}
	#top-contact .top-ttl01:after{
		position:absolute;
		bottom:20px;
		left:50%;
		content:"";
		width: 12px;
		height: 12px;
		margin-left:-8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	
	
	

}
