@charset "utf-8";

.height_test{
	height: 768px;
}

/* #outline 大枠
----------------------------- */
#outline{
	position: relative;
	overflow: hidden;
}

#p-nation-component{
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 4;
    transform: translate3d(0%,-50%,0);
    -webkit-transform: translate3d(0%,-50%,0);
    -moz-transform: translate3d(0%,-50%,0);
    -ms-transform: translate3d(0%,-50%,0);
    -o-transform: translate3d(0%,-50%,0);
}
.p-nation{
    padding: 0px 0px 0px 6px;
    margin: 0px 0px 6px 0px;
    display: block;
    border-left: 1px solid #bfbfbf;
}
.p-nation.current{
	border-left: 1px solid #009ce1;
}
	.p-nation a{
		display: block;
		height: 30px;
		line-height: 30px;
	}

#btn-next{
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
	z-index: 2
}
	#btn-next a{
		display: block;
	}

/* #main-section
----------------------------- */
#main-section{
	width: 100%;
	padding: 100px 0 0 0;
	position: relative;
}
#main-section-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
}

#img-mainvisual{
	width: 1166px;
    height: 568px;
    margin: 0px auto 100px;
    background: url(../img/img_mainvisual.png) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
#img-shikaku,
#ttl-main{
	position: absolute;
	top: 50%;
	left: 50%;
}
#img-shikaku{
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	z-index: 2;
}
#ttl-main{
	transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	z-index: 3;
}
/* #solution-section
----------------------------- */
	#solution-section .solution-section__width{
		width: 960px;
		margin: 0px auto;
		position: relative;
	}
	/* ---

	first
	
	--- */
	#solution-section__first{
		/*height: 768px;*/
	}
	#solution-section__first .solution-section__inner{
		width: 94%;
		/*height: 768px;*/
		margin: 0px auto;
		border-left: 2px dotted #cccccc;
		border-right: 2px dotted #cccccc;
		border-top: 2px dotted #cccccc;
		padding: 100px 0px 80px;
	}
		#solution-section__first .ttl{
			margin: 0 0 30px 0;
		}
		#solution-section__first .sub-ttl{
			font-size: 16px;
			margin: 0 0 70px 0;
			color: #000000;
			font-weight: 500;
		}
			#solution-section__first .sub-ttl span{
				width: 40px;
				height: 1px;
				display: inline-block;
				vertical-align: middle;
				background: #009ce1;
				margin: 0 23px 0 0;
			}
		.pointUp-ul{
			margin: 33px 0px;
		}
			.pointUp-ul li{
				font-size: 18px;
				color: #009ce1;
				display: block;
				margin: 8px 0px;
				font-weight: 600;
			}
		#solution-section__first .txt{ 
			font-size: 14px;
			color: #313131;
			line-height: 28px
		}
	/* ---

	second
	
	--- */	
	#solution-section__second{
		background: url('../img/bg_solution.png') no-repeat center center;
		background-size: cover;
		padding: 0 0 40px 0;
	}
		#solution-section__second .solution-section__inner{
			width: 94%;
			margin: 0px auto 0px;
			border-left: 2px dotted #cccccc;
			border-right: 2px dotted #cccccc;
			border-bottom: 2px dotted #cccccc;
		}
		#content-1{
			height: 768px;
		}
			#content-1__inner{
				width: 100%;
				position: relative;
			}
			#content-1 .img-box{
				position: absolute;
				top: 70px;
				right: 0px;
				display: inline-block;
				transition: 0.3s all ease-out;
				-webkit-transition: 0.3s all ease-out;
				-moz-transition: 0.3s all ease-out;
				-ms-transition: 0.3s all ease-out;
				-o-transition: 0.3s all ease-out;
				opacity: 0;
			}
			#content-1 .img-box.bounce{
				opacity: 1;
			}
			#content-1 .txt-box{
				width: 355px;
				position: absolute;
				top: 240px;
				left: -60px;
				display: inline-block;
				padding: 60px;
				background: rgba(0,156,225,0.86);
				box-shadow: 9px 9px 0px 0px rgba(67,67,67,0.7);
				z-index: 1;
				transition: 0.3s all ease-out;
				-webkit-transition: 0.3s all ease-out;
				-moz-transition: 0.3s all ease-out;
				-ms-transition: 0.3s all ease-out;
				-o-transition: 0.3s all ease-out;
				opacity: 0;
			}
			#content-1 .txt-box.bounce{
				opacity: 1;
			}
				#content-1 .txt-box > h3{
					font-size: 28px;
					color: #ffffff;
					letter-spacing: 1.5px;
					font-weight: 100;
				}
				#content-1 .txt-box > p{
					font-size: 16px;
					color: #ffffff;
					margin: 8px 0px 37px 0px;
				}
				#content-1 .pointUp-list li{
					font-size: 14px;
					color: #ffffff;
					margin: 0px 0px 18px 0px;
					display: block;
					text-indent: -1em;
					padding-left: 1em;
					line-height: 1.5;
				}
				.pointUp-list.ico-arw li:before{
					content: "";
					display: inline-block;
					vertical-align: top;
					background: url(../img/ico_arw_right.png) no-repeat left 3px;
					background-size: 7px auto;
					width: 9px;
					height: 16px;
				}
		#content-2{
			height: 768px;
		}
			#content-2__inner{
				width: 100%;
				position: relative;
			}
			#content-2 .img-box{
				position: absolute;
				top: 70px;
				left: 0px;
				display: inline-block;
				transition: 0.3s all ease-out;
				-webkit-transition: 0.3s all ease-out;
				-moz-transition: 0.3s all ease-out;
				-ms-transition: 0.3s all ease-out;
				-o-transition: 0.3s all ease-out;
				opacity: 0;
			}
			#content-2 .img-box.bounce{
				opacity: 1;
			}
			#content-2 .txt-box{
				width: 340px;
				position: absolute;
				top: 240px;
				right: -60px;
				display: inline-block;
				padding: 60px;
				background: rgba(0,156,225,0.86);
				box-shadow: 9px 9px 0px 0px rgba(67,67,67,0.7);
				z-index: 1;
				transition: 0.3s all ease-out;
				-webkit-transition: 0.3s all ease-out;
				-moz-transition: 0.3s all ease-out;
				-ms-transition: 0.3s all ease-out;
				-o-transition: 0.3s all ease-out;
				opacity: 0;
			}
			#content-2 .txt-box.bounce{
				opacity: 1;
			}
				#content-2 .txt-box > h3{
					font-size: 28px;
					color: #ffffff;
					letter-spacing: 1.5px;
					font-weight: 100;
				}
				#content-2 .txt-box > p{
					font-size: 16px;
					color: #ffffff;
					margin: 8px 0px 37px 0px;
				}
				#content-2 .pointUp-list li{
					font-size: 14px;
					color: #ffffff;
					margin: 0px 0px 18px 0px;
					display: block;
					line-height: 2;
				}
		#content-3{
			height: 768px;
		}
			#content-3__inner{
				width: 100%;
				position: relative;
			}
			#content-3 .img-box{
				position: absolute;
				top: 70px;
				right: 0px;
				display: inline-block;
				transition: 0.3s all ease-out;
				-webkit-transition: 0.3s all ease-out;
				-moz-transition: 0.3s all ease-out;
				-ms-transition: 0.3s all ease-out;
				-o-transition: 0.3s all ease-out;
				opacity: 0;
			}
			#content-3 .img-box.bounce{
				opacity: 1;
			}
			#content-3 .txt-box{
				width: 355px;
				position: absolute;
				top: 240px;
				left: -60px;
				display: inline-block;
				padding: 60px;
				background: rgba(0,156,225,0.86);
				box-shadow: 9px 9px 0px 0px rgba(67,67,67,0.7);
				z-index: 1;
				transition: 0.3s all ease-out;
				-webkit-transition: 0.3s all ease-out;
				-moz-transition: 0.3s all ease-out;
				-ms-transition: 0.3s all ease-out;
				-o-transition: 0.3s all ease-out;
				opacity: 0;
			}
			#content-3 .txt-box.bounce{
				opacity: 1;
			}
				#content-3 .txt-box > h3{
					font-size: 28px;
					color: #ffffff;
					letter-spacing: 1.5px;
					font-weight: 100;
				}
				#content-3 .txt-box > p{
					font-size: 16px;
					color: #ffffff;
					margin: 8px 0px 37px 0px;
				}
				#content-3 .pointUp-list li{
					font-size: 14px;
					color: #ffffff;
					margin: 0px 0px 18px 0px;
					display: block;
					line-height: 2;
				}
			.solution-videos{
				margin-top: 50px;
				margin-left: -10px;
    			margin-right: -10px;
			}
			.solution-videos .video-image{
				cursor: pointer;
				margin: 0 10px;
			}

/* mainte-section
----------------------------- */
#mainte-section__first{
	/*height: 648px;*/
	padding: 120px 0 0 0;
}
#mainte-section_width{
	width: 960px;
	margin: 0px auto 80px;
	position: relative;
}
	#mainte-section_width .ttl{
		margin: 0 0 30px 0;
	}
	#mainte-section_width .sub-ttl{
		font-size: 16px;
		margin: 0 0 70px 0;
		font-weight: 500;
		color: #000000;
	}
		#mainte-section_width .sub-ttl span{
			width: 40px;
			height: 1px;
			display: inline-block;
			vertical-align: middle;
			background: #009ce1;
			margin: 0 23px 0 0;
		}
		#mainte-section_width .txt{
			font-size: 14px;
			color: #313131;
			line-height: 28px;
		}
/* mainte-section__second
----------------------------- */
#mainte-section__second{
	width: 100%;
	height: 768px;
	position: relative;
	background: #5cc0ec;
	overflow: hidden;
}
	#mainte-section__second .left{
		width: 49.5%;
		height: 768px;
		float: left;
	    display: inline-block;
	    vertical-align: top;
	    background: url(../img/bg_mainte_left.png) no-repeat center center;
	    background-size: cover;
	}
	#mainte-section__second .right{
		width: 49.5%;
		height: 768px;
		float: right;
		display: inline-block;
		vertical-align: top;
		background: url(../img/bg_mainte_right.png) no-repeat center center;
		background-size: cover;	
	}
		#mainte-section__second .left .left-txt,
		#mainte-section__second .right .right-txt{
			width: 240px;
			margin: 120px auto;
			transition: 0.3s all ease-out;
			-webkit-transition: 0.3s all ease-out;
			-moz-transition: 0.3s all ease-out;
			-ms-transition: 0.3s all ease-out;
			-o-transition: 0.3s all ease-out;
			opacity: 0;
		}
		#mainte-section__second .left .left-txt.fadeInLeft,
		#mainte-section__second .right .right-txt.fadeInRight{
			opacity: 1;
		}
		#mainte-section__second .left .ttl,
		#mainte-section__second .left .txt{
			color: #000000;
		}
		#mainte-section__second .right .ttl,
		#mainte-section__second .right .txt{
			color: #ffffff;
		}		
		#mainte-section__second .ttl{
			font-size: 24px;
			color: #000000;
			line-height: 28px;
			margin: 0px 0px 67px 0px;
		}		
		#mainte-section__second .txt{
			font-size: 14px;
			color: #000000;
			line-height: 28px;
		}
/* ---

mainte-section__third

--- */
#mainte-section__third{
	height: 768px;
	background: #5cc0ec;
	position: relative;
}
#mainte-section__third_bg{
	position: absolute;
    top: 0px;
    left: -190px;
    background: url(../img/bg_naname.png) repeat-y;
    background-size: 1127px;
    width: 1127px;
    height: 870px;
    z-index: 2;
}
	#mainte-section__third-inner{
		width: 960px;
		margin: 0px auto;
		position: relative;
	}
		#mainte-section__third-inner > .txt-wrap{
			width: 400px;
			position: absolute;
			top: 130px;
			right: 0px;
		}
			#mainte-section__third-inner > .txt-wrap > .p-1{
				font-size: 24px;
				color: #ffffff;
				margin: 0 0 30px 0;
			}
			#mainte-section__third-inner > .txt-wrap > .p-2{
				font-size: 14px;
				color: #ffffff;
				line-height: 2;
			}
	#mainte-section__third .txt{
		font-size: 24px;
		color: #ffffff;
	}
	/* ---
	
	#stage-1

	--- */
	#stage-1{
		position: absolute;
		top: 130px;
		left: 0px;
	}
	/* ---
	
	#stage-2

	--- */
	#stage-2{
		position: absolute;
		top: 260px;
		left: 160px;
	}	
	/* ---
	
	#stage-3

	--- */
	#stage-3{
		position: absolute;
		top: 390px;
		left: 330px;
	}	
	/* ---
	
	#stage-4

	--- */
	#stage-4{
		position: absolute;
		top: 520px;
		left: 500px;
	}
	#stage-1 .img,
	#stage-2 .img,
	#stage-3 .img,
	#stage-4 .img{ 
		display: inline-block;
		position: relative;
		z-index: 2;
		transition: 0.3s all ease-out;
		-webkit-transition: 0.3s all ease-out;
		-moz-transition: 0.3s all ease-out;
		-ms-transition: 0.3s all ease-out;
		-o-transition: 0.3s all ease-out;
		opacity: 0;
	}
	#stage-1 .img.rotateIn,
	#stage-2 .img.rotateIn,
	#stage-3 .img.rotateIn,
	#stage-4 .img.rotateIn{ 
		opacity: 1;
	}
	#stage-1 .num,
	#stage-2 .num,
	#stage-3 .num,
	#stage-4 .num{ 
		display: inline-block;
		vertical-align: top;
		margin-left: -28px;
	}
	#stage-1 .txt,
	#stage-2 .txt,
	#stage-3 .txt,
	#stage-4 .txt{
		display: inline-block;
		vertical-align: top;
		padding: 0 0 10px 0;
		margin: 38px 0 0 25px;
		border-bottom: 1px solid #ffffff;
	}
	#stage-1 .numTxt,
	#stage-2 .numTxt,
	#stage-3 .numTxt,
	#stage-4 .numTxt{
		transition: 0.3s all ease-out;
		-webkit-transition: 0.3s all ease-out;
		-moz-transition: 0.3s all ease-out;
		-ms-transition: 0.3s all ease-out;
		-o-transition: 0.3s all ease-out;
		opacity: 0;
	}
	#stage-1 .numTxt.fadeInRight,
	#stage-2 .numTxt.fadeInRight,
	#stage-3 .numTxt.fadeInRight,
	#stage-4 .numTxt.fadeInRight{
		opacity: 1;
	}
	#stage-3 .txt{
		margin: 36px 0 0 25px;
	}
	#stage-4 .txt{
		margin: 20px 0 0 25px;
	}
/* ourteam-section
----------------------------- */

/* ---

ourteam-section__first-inner

--- */
#ourteam-section__first{
	/*height: 648px;*/
    padding: 120px 0 80px 0;
}
#ourteam-section__first-inner{
	width: 960px;
	margin: 0px auto;
}
	#ourteam-section__first-inner .ttl{
		margin: 0 0 30px 0;
	}
	#ourteam-section__first-inner .sub-ttl{
		font-size: 16px;
		margin: 0 0 70px 0;
		font-weight: 500;
		color: #000000;
	}
		#ourteam-section__first-inner .sub-ttl span{
			width: 40px;
			height: 1px;
			display: inline-block;
			vertical-align: middle;
			background: #009ce1;
			margin: 0 23px 0 0;
		}
	#ourteam-section__first-inner .txt{
		font-size: 14px;
		color: #313131;
		line-height: 28px;
	}
/* ---

ourteam-section__second-inner

--- */
#ourteam-section__second{
	position: relative;
	height: 768px
}
	#ourteam-section__second .bg-left{
		position: absolute;
		top: 0px;
		left: 0px;
		background: url('../img/bg_team_1.png') no-repeat center center;
		background-size: 550px auto;
		width: 550px;
		height: 230px;
		z-index: -1;
		opacity: 0;
	}
	#ourteam-section__second .bg-right{
		position: absolute;
		bottom: 0px;
		right: 0px;
		background: url('../img/bg_team_1.png') no-repeat center center;
		background-size: 550px auto;
		width: 550px;
		height: 230px;
		z-index: -1;
		opacity: 0;
	}
#ourteam-section__second-inner{
	width: 960px;
	margin: 0px auto;
	padding: 120px 0 0 0;
}
	#ourteam-section__contents{
		position: relative;
		z-index: 2;
		opacity: 0;
		transition: 0.3s all ease-out;
		-webkit-transition: 0.3s all ease-out;
		-moz-transition: 0.3s all ease-out;
		-ms-transition: 0.3s all ease-out;
		-o-transition: 0.3s all ease-out;
	}
	#ourteam-section__contents.bounce{
		opacity: 1;
	}

		#ourteam-section__contents .ttl-component{
			width: 940px;
			padding: 10px 0px;
			background: #009ce1; 
		}
			#ourteam-section__contents .ttl-component h2{
				font-size: 24px;
				color: #ffffff;
			}
			#ourteam-section__contents .ttl-component h2:before{
				content: "";
				display: inline-block;
				vertical-align: text-bottom;
				background: url(../img/ico_fe.png) no-repeat left center;
				width: 28px;
				height: 34px;
				margin: 0px 20px 0px 28px;
			}
			#ourteam-section__contents .txt-component{
				width: 798px;
				margin: -29px 0 0px 20px;
				padding: 62px 65px 40px;
				border: 6px solid #009ce1;
				background: #ffffff;
				position: relative;
				z-index: -1;
			}
				#ourteam-section__contents .txt-component .txt-1{
					font-size: 14px;
					color: #434343;
					margin: 0 0 74px 0;
					line-height: 1.5;
				}
				#ourteam-section__contents .txt-component .txt-example{
					font-size: 13px;
					color: #009ce1;
				}
				#ourteam-section__contents .txt-component .img{
					margin: 10px 0px;
				}
				#ourteam-section__contents .txt-component .txt-2{
					font-size: 13px;
					color: #434343;
					margin: 0 0 40px 0;
					line-height: 1.5;
				}
/* ---

ourteam-section__second-inner

--- */
#ourteam-section__third{
	position: relative;
}
	#ourteam-section__third .bg-left{
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(../img/bg_team_2.png) no-repeat center center;
		background-size: 756px auto;
		width: 756px;
		height: 768px;
		z-index: -1;
	}

	#ourteam-section__third-inner{
		width: 960px;
		margin: 0px auto;
		position: relative;
	}
		#ourteam-section__third-inner .ttl-component{
		    width: 735px;
		    padding: 10px 0px;
		    background: #009ce1;
		}
			#ourteam-section__third-inner .ttl-component h2{
			    font-size: 24px;
			    color: #ffffff;
			}
			#ourteam-section__third-inner .ttl-component h2:before{
			    content: "";
			    display: inline-block;
			    vertical-align: text-bottom;
			    height: 34px;
			    margin: 0px 20px 0px 28px;
			}
			#ourteam-section__third-inner .txt-component{
				width: 633px;
				margin: -29px 0px 0px 20px;
				padding: 57px 45px 30px;
				border: 6px solid #009ce1;
				background: #ffffff;
				position: relative;
				z-index: -1;
			}
				#ourteam-section__third-inner .txt-component .txt-1{
				    font-size: 14px;
				    color: #434343;
				    line-height: 1.5;
				}
			#denki-team h2:before{
				background: url(../img/ico_fe.png) no-repeat left center;
				width: 28px;
			}		
			#qc-team h2:before{
				background: url(../img/ico_qc.png) no-repeat left center;
				width: 28px;
			}		
			#kanri-team h2:before{
				background: url(../img/ico_kanri.png) no-repeat left center;
				width: 28px;
			}
		#denki-team{
			padding: 110px 0 0 0;
			opacity: 0;
		}
		#qc-team{
			margin: 30px 0 0 102px;
			opacity: 0;
		}
		#kanri-team{
			margin: 30px 0 0 204px;
			opacity: 0;
		}
		#denki-team.bounce{
			opacity: 1;
		}
		#qc-team.bounce{
			opacity: 1;
		}
		#kanri-team.bounce{
			opacity: 1;
		}
/* recruit-section
----------------------------- */
#recruit-section{
	height: 768px;
    margin: 90px 0 50px 0;
    position: relative;
}
#recruit-section__inner{
	width: 960px;
	margin: 0px auto;
	position: relative;
}
	#recruit-section__inner .ttl{
		padding: 120px 0 0 0;
		margin: 0 0 30px 0;
	}
	#recruit-section__inner .sub-ttl{
		font-size: 16px;
		margin: 0 0 70px 0;
		font-weight: 500;
		color: #000000;
	}
		#recruit-section__inner .sub-ttl span{
			width: 40px;
			height: 1px;
			display: inline-block;
			vertical-align: middle;
			background: #009ce1;
			margin: 0 23px 0 0;
		}
	#recruit-section__inner .txt {
	    font-size: 14px;
	    color: #313131;
	    line-height: 28px;
	}
#recruit-section__inner .btn-component{
	margin: 60px 0 0 0;
}
#recruit-section .bg-right{
	background: url(../img/bg_recruit.png) no-repeat right bottom;
    background-size: 747px;
    width: 747px;
    height: 684px;
    position: absolute;
    bottom: -50px;
    right: -67px;
    z-index: -1;
}
/* video
----------------------------- */
.remodal {
    max-width: 1000px;
    padding: 15px;
    color: #e5e5e5;
    background: #000;
}
.video-wrap{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video-wrap iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}