@charset "utf-8";
/*
 * page.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

#top #gNavi li:nth-child(1) a::before{
	position: absolute;
	left: 0;
	bottom: -28px;
	width: 100px;
	height: 4px;
	background: linear-gradient(-138deg,#1776d8,#122ec0);
	content: "";
}


#top #teaser {
	background: url(../img/top/teaser_top.jpg) center center no-repeat;
	background-size: cover;
}


.topCompanyWrap{
	background-color: #f0f9ff;
	margin-bottom: 75px;
}

.topCompany{
	display: flex;
	justify-content: space-between;
}
.topCompanyInfo{
	width: 40%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.topCompanyImg{
	width: 50%;
}

.topCompanyTit{
	margin-bottom: 35px;
	padding-bottom: 30px;
	position: relative;
}
.topCompanyTit::before{
	width: 120px;
	height: 3px;
	background: #1354ce;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.topCompanyTit h3{
	font-size: 3.6rem;
	color: #1354ce;
}
.topCompanyTit h3 span{
	font-weight: bold;
}

.topCompanyTit p{
	font-size: 1.8rem;
	color: #000000;
}

.topCompanyTxt{
	text-indent: 1em;
	font-size: 1.6rem;
	color: #333333;
}

.topIcon01{
	background: url(../img/top/ico_top.png) left 5px no-repeat;
}

.topCompanyBtn{
	margin-top: 40px;
}
.topCompanyBtn a{
	display: flex;
	width: 160px;
	height: 40px;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	color: #ffffff;
	background: linear-gradient(to right,#1233c1,#1672d7);
}
.topCompanyBtn a:hover{
	text-decoration: none;
}

.topContact{
	margin-bottom: 120px;
	text-align: center;
}
.topContact a{
	display: inline-flex;
	max-width: 755px;
	width: 100%;
	height: 80px;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	color: #ffffff;
	background: linear-gradient(to right,#1233c1,#1672d7);
}
.topContact a img{
	margin-right: 20px;
}
.topContact a:hover{
	text-decoration: none;
}

.topProducts{
	margin-bottom: 120px;
}

.topProductsTxt{
	text-align: center;
	font-size: 1.6rem;
	color: #333333;
	line-height: 2;
	margin-bottom: 30px;
}

.topProductsList01{
	display: flex;
	margin-bottom: 40px;
}

.topProductsList01 .topProductsListItem{
	width: 25%;
}

.topProductsListItem a{
	display: block;
	position: relative;
}

.topProductsListTit{
	position: absolute;
	left: 20px;
	bottom: 30px;
	z-index: 3;
}

.topProductsListTit h3{
	color: #ffffff;
	font-size: 1.8rem;
}

.topProductsListTit p{
	color: #ffffff;
	font-size: 1.2rem;
}
.topProductsListMore{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
	background: linear-gradient(-115deg,#1775d7,#1230c1);
}

.topProductsListItem a:hover .topProductsListMore{
	opacity: 0.88;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.topProductsList02{
	display: flex;
	margin-bottom: 64px;
}

.topProductsList02 .topProductsListItem{
	width: 390px;
}

.topProductsList02 .topProductsListItem + .topProductsListItem{
	margin-left: 15px;
}

.topProductsBtn{
	text-align: center;
	margin-bottom: 120px;
}
.topProductsBtn a{
	display: inline-flex;
	max-width: 800px;
	height: 80px;
	width: 100%;
	border: 1px solid #e5e5e5;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #333333;
}
.topProductsBtn a img{
	width: 14px;
	margin-right: 45px;
}

.topProductsBtn a:hover{
	text-decoration: none;
}

.topApplication{
	display: flex;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	flex-wrap: wrap;
	margin-bottom: 120px;
}

.topApplicationItem{
	width: calc(100% / 3);
	box-sizing: border-box;
}


.topApplicationItemTop{
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px 25px;
}
.topApplicationItemNum{
	position: absolute;
	left: 15px;
	top: 0;
	color: #f1f1f1;
	font-size: 6rem;
	font-weight: bold;
	font-family: 'DIN Condensed';
}

.topApplicationItemTopTxt{
	font-size: 2rem;
	color: #000000;
	margin-top: 25px;
	font-weight: bold;
}
.topApplicationItemBottom{
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 25px;
}

.topApplicationItemBottomTxt{
	font-size: 1.6rem;
	color: #333333;
	margin-bottom: 20px;
	background: url(../img/top/ico_top.png) 7px center no-repeat;
	padding-left: 35px;
}

.topAdvantages{
	margin-bottom: 120px;
}

.topAdvantagesTxt01{
	text-align: center;
	color: #333333;
	line-height: 2;
	font-size: 1.6rem;
	margin-bottom: 25px;
}
.topAdvantagesTxt02{
	text-align: center;
	color: #1354ce;
	font-size: 2rem;
	margin-bottom: 80px;
	font-weight: bold;
}

.topAdvantagesImg{
	text-align: center;
}

.topEquipment{
	margin-bottom: 120px;
}

.topEquipmentTxt{
	text-align: center;
	color: #333333;
	line-height: 2;
	font-size: 1.6rem;
	margin-bottom: 65px;
}

.topEquipmentImg{
	text-align: center;
	margin-bottom: 85px;
}

.topEquipmentList{
	display: flex;
}

.topEquipmentListItem{
	width: 390px;
}

.topEquipmentListItem + .topEquipmentListItem{
	margin-left: 15px;
}

.topEquipmentListTit{
	border-left: 2px solid #123dc6;
	padding-left: 15px;
	margin: 25px 0 15px;
	font-size: 2rem;
	color: #000000;
	font-weight: bold;
	line-height: 1;
}
.topEquipmentListTxt{
	font-size: 1.4rem;
	color: #999999;
}


/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	#top #gNavi li:nth-child(1) a::before{
		width: 0;
	}
	
	
	
	.topCompanyWrap{
		background-color: #f0f9ff;
		margin-bottom: 40px;
	}
	
	.topCompany{
		display: block;
		justify-content: space-between;
	}
	.topCompanyInfo{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 20px 0;
	}
	
	.topCompanyImg{
		width: 100%;
	}
	
	.topCompanyTit{
		margin-bottom: 15px;
		padding-bottom: 15px;
		position: relative;
	}
	.topCompanyTit::before{
		width: 120px;
		height: 3px;
		background: #1354ce;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	.topCompanyTit h3{
		font-size: 3.4rem;
		color: #1354ce;
	}
	.topCompanyTit h3 span{
		font-weight: bold;
	}
	
	.topCompanyTit p{
		font-size: 1.6rem;
		color: #000000;
	}
	
	.topCompanyTxt{
		text-indent: 1em;
		font-size: 1.4rem;
		color: #333333;
	}
	
	.topIcon01{
		background: url(../img/top/ico_top.png) left 5px no-repeat;
	}
	
	.topCompanyBtn{
		margin-top: 20px;
	}
	.topCompanyBtn a{
		display: flex;
		width: 160px;
		height: 40px;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		color: #ffffff;
		background: linear-gradient(to right,#1233c1,#1672d7);
	}
	.topCompanyBtn a:hover{
		text-decoration: none;
	}
	
	.topContact{
		margin-bottom: 60px;
		text-align: center;
	}
	.topContact a{
		display: inline-flex;
		max-width: 755px;
		width: 100%;
		height: 60px;
		justify-content: center;
		align-items: center;
		font-size: 1.8rem;
		color: #ffffff;
		background: linear-gradient(to right,#1233c1,#1672d7);
		padding: 0 20px;
		box-sizing: border-box;
	}
	.topContact a img{
		margin-right: 20px;
	}
	.topContact a:hover{
		text-decoration: none;
	}
	
	.topProducts{
		margin-bottom: 60px;
	}
	
	.topProductsTxt{
		text-align: center;
		font-size: 1.4rem;
		color: #333333;
		line-height: 2;
		margin-bottom: 15px;
	}
	
	.topProductsList01{
		display: block;
		margin-bottom: 0;
	}
	
	.topProductsList01 .topProductsListItem{
		width: 100%;
	}
	
	.topProductsListItem a{
		display: block;
		position: relative;
	}
	.topProductsListItem a img{
		width: 100%;
	}
	
	.topProductsListTit{
		position: absolute;
		left: 20px;
		bottom: 30px;
		z-index: 3;
	}
	
	.topProductsListTit h3{
		color: #ffffff;
		font-size: 1.6rem;
	}
	
	.topProductsListTit p{
		color: #ffffff;
		font-size: 1rem;
	}
	.topProductsListMore{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000000;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.6rem;
		opacity: 0;
	    -webkit-transition: opacity 0.5s ease-out;
	    -moz-transition: opacity 0.5s ease-out;
	    -ms-transition: opacity 0.5s ease-out;
	    transition: opacity 0.5s ease-out;
		background: linear-gradient(-115deg,#1775d7,#1230c1);
	}
	
	.topProductsListItem a:hover .topProductsListMore{
		opacity: 0.88;
	    -webkit-transition: opacity 0.5s ease-out;
	    -moz-transition: opacity 0.5s ease-out;
	    -ms-transition: opacity 0.5s ease-out;
	    transition: opacity 0.5s ease-out;
	}
	
	.topProductsList02{
		display: block;
		margin-bottom: 32px;
	}
	
	.topProductsList02 .topProductsListItem{
		width: 100%;
	}
	
	.topProductsList02 .topProductsListItem + .topProductsListItem{
		margin-left: 0;
	}
	
	.topProductsBtn{
		text-align: center;
		margin-bottom: 60px;
	}
	.topProductsBtn a{
		display: inline-flex;
		max-width: 800px;
		height: 60px;
		width: 100%;
		border: 1px solid #e5e5e5;
		align-items: center;
		justify-content: center;
		font-size: 1.6rem;
		color: #333333;
	}
	.topProductsBtn a img{
		width: 14px;
		margin-right: 20px;
	}
	
	.topProductsBtn a:hover{
		text-decoration: none;
	}
	
	.topApplication{
		display: block;
		border: 0;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	
	.topApplicationItem{
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #e5e5e5;
	}
	
	.topApplicationItem + .topApplicationItem{
		border-top: 0;
	}
	
	
	.topApplicationItemTop{
		border:0;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 50px 25px;
	}
	.topApplicationItemNum{
		position: absolute;
		left: 15px;
		top: 0;
		color: #f1f1f1;
		font-size: 5.8rem;
		font-weight: bold;
		font-family: 'DIN Condensed';
	}
	
	.topApplicationItemTopTxt{
		font-size: 1.8rem;
		color: #000000;
		margin-top: 25px;
		font-weight: bold;
	}
	.topApplicationItemBottom{
		border: 0;
		border-top: 1px solid #e5e5e5;
		padding: 40px 25px;
	}
	
	.topApplicationItemBottomTxt{
		font-size: 1.4rem;
		color: #333333;
		margin-bottom: 20px;
		background: url(../img/top/ico_top.png) 7px center no-repeat;
		padding-left: 35px;
	}
	
	.topAdvantages{
		margin-bottom: 60px;
	}
	
	.topAdvantagesTxt01{
		text-align: center;
		color: #333333;
		line-height: 2;
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.topAdvantagesTxt02{
		text-align: center;
		color: #1354ce;
		font-size: 1.8rem;
		margin-bottom: 40px;
		font-weight: bold;
	}
	
	.topAdvantagesImg{
		text-align: center;
	}
	
	.topEquipment{
		margin-bottom: 60px;
	}
	
	.topEquipmentTxt{
		text-align: center;
		color: #333333;
		line-height: 2;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	
	.topEquipmentImg{
		text-align: center;
		margin-bottom: 40px;
	}
	
	.topEquipmentList{
		display: block;
	}
	
	.topEquipmentListItem{
		width: 100%;
	}
	
	.topEquipmentListItem + .topEquipmentListItem{
		margin-left: 0;
		margin-top: 20px;
	}
	
	.topEquipmentListTit{
		border-left: 2px solid #123dc6;
		padding-left: 15px;
		margin: 25px 0 15px;
		font-size: 2rem;
		color: #000000;
		font-weight: bold;
		line-height: 1;
	}
	.topEquipmentListTxt{
		font-size: 1.4rem;
		color: #999999;
	}
	
}
