html,body{
	background-color: #FFF;
	font-family: "Lantinghei SC","Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;

}
#cover {
	width: 100%;
	height: 100%;
	display: none;
}

#gHeader{
background-color: rgba(255,255,255,0) !important;
color:#FFF !important;
opacity: 0;

}

#gHeader li{
	position: relative;
}
#gHeader.on {
	background-color: rgba(255,255,255,1) !important;
	padding: 20px 50px 20px;
	box-shadow: 3px 1px 3px rgba(0,0,0,.2);
}


#gHeader.on .logo {
	width: 174px;
	top: -10px;
	left: -8px;
}
#gHeader .logo img{
	width: 174px;
	opacity: 0;
	-webkit-transition: 0.6s;
}
#gHeader.on .logo img{
	width: 174px;
	opacity: 1;
	display: block !important;
}

#gHeader.on .logo a{
	width: 174px;
	opacity: 1 !important;
	color:#000 !important;
}
#gHeader.on a span{
	color:#5a5a5a !important;
}

#gFooter .inner .roboto{
	display: inline-block;
	/* margin-top:10px; */
}

#top_box{
	width: 100%;
	height:100vh;
	overflow:hidden;
	position: relative;

}
#gHeader li a{
	opacity: 0;
}

#gHeader.on li a:{
	opacity: 1 !important;
	transition: all ease-out 0.6s;
	-webkit-transition: all ease-out 0.6s
}
#gHeader.on li a:hover{
	/*opacity: 0.5 !important;*/

}


#scroll_a{
	vertical-align:top;
	width: 40px;
	height: 75px;
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	z-index: 100;
	margin-left: -20px;
}
#scroll_a img{
	opacity: 0;
}

#scroll_a p{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 0px;
	background-color: #CCC;
}


#container{
	overflow: hidden;
	padding-top: 0px;
	width: 100%;
	text-align: center;
}
#top_box #top_box_cover{
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 100;
	pointer-events: none;
	background-color: rgba(255,255,255,1);
}
.link{width: 1100px;height:auto;overflow:hidden;border:1px #e1e1e1 solid;margin: 90px auto 0;background: #fefefe;margin-bottom: -40px;}
.link-top{width:1168px;height:45px;border-bottom:1px #eee solid;margin-left:15px;}
.link-top b{width:100px;height:43px;color:#333;font-size:16px;line-height:43px;border-bottom:2px #71c100 solid;text-align:center;display:block;}
.link-cont{width:1198px;height:auto;overflow:hidden;margin-top:15px;padding-bottom:10px;}
.link-cont a{color:#333;font-size: 16px;line-height:30px;margin:0 12px;float:left;display:block;}
.link-cont a:hover{color:#f60;}
#top_box #top_box_logo{
	position: absolute;
	top:50%;
	margin-top: -350px;
	left: 25%;
	margin-left: -380px;
	z-index: 101;
}

#top_box_logo_cover{
	width: 360px;
	height: 75px;
	position: absolute;
	top:50%;
	margin-top: -125px;
	left: 25%;
	margin-left: -230px;
	z-index: 101;
	text-align: left;
}
#top_box_logo_cover_in{
	display: inline-block;
	width: 0%;
	height: 100%;
	background-color: #b7b7b7;
}

#top_box #top_box_copy{
	position: absolute;
	top:50%;
	margin-top: 25px;
	left: 50%;
	margin-left: 0px;
	z-index: 101;
	text-align: left;
	color: #bbb;
	line-height: 35px;
	font-weight:300
	
}

#top_box #top_box_copy span{
	display: inline-block;
}



#top_box #top_box_copy p.c_en{
	font-size: 27px;
	font-weight: 200;
	letter-spacing: 0.015em;
	line-height: 50px;
	overflow: hidden;
	font-weight:300;
	opacity: 0;
}
#top_box #top_box_copy p.c_en1{
	font-size: 39px;
	letter-spacing: 0.015em;
	line-height: 67px;
	overflow: hidden;
	font-weight:300;
	opacity: 0;
}
#top_box #top_box_copy p.c_en b{
	font-weight: 500;
}
#top_box #top_box_copy p.c_en1 b{
	font-weight: 500;
}
#top_box #top_box_copy p.c_jp{
	margin-top: 12px;
	letter-spacing: 0.1em;
	font-size: 16px;
	/* font-weight:bold; */
	opacity: 0;
}


#article{
	margin: 0 auto;
	position: relative;
	width: 100%;
	background-color: #FFF;
}

.article{
	position: relative;
	width: 100%;
}
.l_box{
	float: left;
	width: 50%;
	position: relative;
	overflow:hidden; 
}
.rbox{
	float: right;
	width: 50%;
	position: relative;
	overflow:hidden; 
}
.r_box{
	float: right;
	width: 50%;
	position: relative;
	overflow:hidden; 
}

.text_box{
	margin: 160px auto;
}

.text_box .imgzi{
    padding-bottom: 30px;
}

.title_box .imgzi{
    padding-bottom: 30px;
    padding-top: 35px;
}

.text_box .title{
	font-size: 40px;
	font-weight: 600px;
	letter-spacing: 0.14em;
	margin-bottom: 35px;
}


.text_box .text{
	font-size: 16px;
	font-weight: 400px;
	letter-spacing: 0.09em;
	line-height: 28px;
	padding-bottom: 60px;
	text-align: left;
}


.article svg{
	position: absolute;
	top:-70px;
	z-index: 100;
}
.article svg .x{
	opacity: 0
}
#company svg{
	right: 35px;

}

#philosophy svg{
	left: 35px;
	top:-145px;
}

#business svg{
	right: 35px;

}

#recruit svg{
	left: -35px;
	top:-145px;
}

#news svg{
	right: 35px;
}

#access svg{
	left: 125px;
	top:-145px;
}

#company {
	color: #5a5a5a;
	background: url(http://www./templets/images/shouye/01.jpg) no-repeat center left;
	background-size: cover;
	background-attachment:fixed;
}

.ipad #company {
	background-attachment:scroll;
}

.l_box img,.r_box img{
	min-width: 683px
}

#company .text_box{
	position: absolute;
	top:50%;
	left: 75%;
	width: 460px;
	height:460px;
	margin-top: -190px;
	margin-left: -220px;
}

#company .text_box .text{
	line-height: 31px;
}


#company .l_box{
	min-height: 700px;
	max-height: 730px;
	height:700px;
	/*background:url(../img/top/top_pic1.jpg) no-repeat center;
	background-size: cover;*/
}
#company .r_box{
	background-color: #FFF;
	min-height: 700px;
	max-height: 700px;
	height:700px;
	
}
#philosophy {
	color: #5A5A5A;
	background: url(/templets/images/top_pic2.jpg) no-repeat center right;
	background-size: cover;
	background-attachment: fixed;
}

.ipad #philosophy {
	background-attachment:scroll;
}

#philosophy .l_box{
	height:760px;
	background-color: #E9E9E9;
}
#philosophy .r_box{
	height:760px;
}

#philosophy .text_box{
	position: absolute;
	top:50%;
	left: 25%;
	width: 460px;
	height: 460px;
	margin-top: -190px;
	margin-left: -220px;
	color: #424141;
}



#business {
	font-size: 15px;
	height: 760px;
	/* margin-bottom: 170px; */
}

.text_box_bg pc{}

#business .text_box{
	position: absolute;
	top: 50%;
	left: 62%;
	margin-left: -18px;
	font-weight: 400;
	margin-top: -281px;
	z-index: 10;
	/* background: #fff; */
	width: 460px;
	height: 500px;
	padding-top: 70px;
	color: #5a5a5a;
	/* box-shadow: 1px 1px 2px 1px rgba(0,0,0,.2); */
}

#business .text_box .text{
	line-height: 31px;
	/* color: #fff; */
}

#business .text_box_bg{
	position: absolute;
	top: 50%;
	left: 61%;
	margin-left: -70px;
	font-weight: 400;
	height: 570px;
	width: 600px;
	margin-top: -290px;
	z-index: 10;
	opacity: 0;
	/* background: rgba(209, 210, 210, 0.5); */
	box-shadow: 1px 1px 5px 1px rgba(10, 10, 10, 0.3);
	background: #fff;
}

#business .img_box{
	position: absolute;
	top: 59%;
	/* left: 12%; */
	/* margin-left: -520px; */
	margin-top: -450px;
	z-index: 5;
}

#recruit{
	width: 1200px;
	margin: 0 auto;
	background-color: #F4F4F4;
}


#recruit .img_box{
	width: 100%;
	height: 380px;
	background:url(../img/top/top_pic4.jpg) no-repeat center;
	position: relative;
}

#recruit .img_box .title{
	font-size: 42px;
	position: absolute;
	top:5px;
	left: 0;
	width: 100%;
	font-weight: 600px;
	letter-spacing: 0.14em;
	margin-top:-100px;
}

#recruit .text_box{
	margin-top:60px;
	height: 450px;
}

#recruit .text_box .text_l{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 180px;
	text-align: left;
}

#recruit .text_box .text_l p.sub{
	vertical-align: top;
	height: 200px;
}

#recruit .text_box .text_l .title{
	letter-spacing: 0.09em;
	display: block;
	margin-bottom:15px;
	font-size: 42px;
	font-weight: 300;
}
#recruit .text_box .text_r{
	float: left;
	width: 50%;
	text-align: left;
	line-height: 2.2;
}
#news {padding-bottom: 110px;background: #f2f2f2;padding-top: 20px;}

#news .title_box{
	font-size: 40px;
	font-weight: 600px;
	letter-spacing: 0.14em;
	width: 100%;
	margin:60px auto;
}
#news .infoList{
	width: 1156px;
	margin: 0 auto;
}

#news .infoList li {
	text-align: left;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	float: left;
	width: 325px;
	height: 385px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
	margin: 0px 30px 60px 29px;
	border-radius: 5px;
}
}

#news .infoList li:nth-child(even){
	margin-left: 105px;
}


#news .infoList a.arrow {
	margin-top: 0;
	
}

#news .infoList a:hover {
	
	text-decoration: none;
}

#news .infoList a img {
	margin: 0 auto;
	display: block;
}

#news .infoList a img {
	height: 276px;
	width: 326px;
	transform: translate(-50%,0);
	margin-left: 50%;
	opacity: 0.9;
	transition: transform 0.6s ease-out 0s;
}

#news .infoList a:hover img {
    transform: scale(1.15) translate(-45%,0);

}

#news .infoList dt {
	padding: 0;
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#news .infoList dt span{}

#news .infoList dd {
}

#news .infoList dd p {position: relative;width: 297px;padding-left: 15px;padding-top: 10px;}

#news .infoList h3 {
	color: #F5603D;
	position: relative;
	font-weight: 200;
	padding: 282px 10px 5px 15px;
	border-bottom: 1px solid #F2F2F2;
}


#access {background-color: #FFF;margin-bottom: 80px;}

#access .title_box{
	font-size: 40px;
	font-weight: 600px;
	letter-spacing: 0.14em;
	width: 100%;
	margin:60px auto;
}
#access #map{
	width: 100%;
	margin: 0 auto;
	height: 406px;
	max-width: 1000px;
	background: #E9E9E9;
}


#access .map {
	margin-bottom: 70px;
	text-align: left;
	width: 450px;
	float: left;
}
#access .map b{
	font-weight:600;
	display: inline-block;
	margin-bottom: 2px;
	font-size: 16px;
}

#access .map .sub {
	width: 560px;
	
	float: left;
}

#access .sub iframe {
	width: 100%;
	display: block;
}

#access .map_box{
	width: 900px;
	margin:0 auto;
	background: #E9E9E9;
	padding: 30px 50px 0 50px;
}

#access .map .rBox {
	overflow: hidden;
	width: 450px;
	display: table;
	/* padding-left: 80px; */
}

#access .map .inner {
	display: table-cell;
}

#access .map p {
}

#access .map p:last-child {
	margin-bottom: 1px;
}



#access .map p a.btn_over {
	font-weight: bold;
	text-decoration: underline;
}

#access .map p a.btn_over:hover {
	text-decoration: none;
}

.cover_text{
	position: relative;
	display: inline-block;
	
}
.cover_text span{
	display: inline-block;
	opacity: 0;
}

.cover_text .text_cover{
	background-color: #BBB;
	width: 0%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	opacity: 1;
}

#gHeader li .text_cover{
	background-color: #BBB;
	width: 0%;
	position: absolute;
	top:0;
	left:0;
	opacity: 1;
	height: 18px;
	margin-top: 15px;
}

a.arrow{font-size: 17px;font-weight: 600;letter-spacing: 2px;color:#111;position: relative;display: inline-block;padding: 0 0 0 16px;color: #888;vertical-align: middle;text-decoration: none;font-size: 15px;margin-top: 60px;margin-left: -20px;width: 50px;height: 60px;}
.arrow::before,
.arrow::after{
position: absolute;
top: 0px;
bottom: 0;
left: 0px;
margin: auto;
content:"";
vertical-align: middle;
transition: all linear 0.3s;
-webkit-transition: all linear 0.3s;
}

.arrow1::before{
left: 12px;
width: 60px;
height: 1px;
background: #888;
}
.arrow1::after{
left: 63px;
width: 8px;
height: 8px;
border-top: 1px solid #888;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.arrow1.on::before{
left: -8px;
width: 105px;
height: 1px;
background: #888;
}
.arrow1.on::after{
left: 88px;
width: 8px;
height: 8px;
border-top: 1px solid #888;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


#recruit .arrow1.on::before{
left: -8px;
width: 105px;
height: 1px;
background: #FFF;
}
#recruit .arrow1.on::after{
left: 88px;
width: 8px;
height: 8px;
border-top: 1px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}



a.arrow_w{
font-size: 17px;
font-weight: 600;
letter-spacing: 2px;
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #fff;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
margin-top: 60px;
margin-left: -20px;
}

.arrow_w::before,
.arrow_w::after{
position: absolute;
top: 40px;
bottom: 0;
left: 0px;
margin: auto;
content:"";
vertical-align: middle;
transition: all linear 0.3s;
-webkit-transition: all linear 0.3s;
}

.arrow2::before{
left: 12px;
width: 60px;
height: 1px;
background: #FFF;
}
.arrow2::after{
left: 63px;
width: 8px;
height: 8px;
border-top: 1px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


.arrow2.on::before{
left: -8px;
width: 105px;
height: 1px;
background: #FFF;
}
.arrow2.on::after{
left: 88px;
width: 8px;
height: 8px;
border-top: 1px solid #FFF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


.sp_t{
	display: none !important;
}

.sp_slide{

}


#top_box_bg1{
	top:0;
	left:0;
	opacity:0; 
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("/img/top/sp/s03.jpg") center;
	z-index: 10;
	background-size: cover;
}

#top_box_bg2{
	top:0;
	left:0;
	opacity:0; 
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("/img/top/sp/s02.jpg") center;
	z-index: 11;
	background-size: cover;
}

#top_box_bg3{
	top:0;
	left:0;
	opacity:0; 
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("/img/top/sp/s01.jpg") center;
	z-index: 12;
	background-size: cover;
}


@media screen and (max-width: 768px) {
html,body,#article{
	background:none; 
}



.article svg{
transform:scale(0.5);	
	top:-70px;
}

#company svg{

	top:-90px;
	right: -15px;

}

#philosophy svg{
	left: -35px;
	top:-145px;
}

#business svg{
	right: auto;
	left: -35px;
	top:-110px;

}

#recruit svg{
	left: -35px;
	top:-183px;
}

#news svg{
	top:-90px;
	right: -27px;
}

#access svg{
	top:-70px;
	left: -27px;
}




.sp_t{
	display: block !important;
}

#gHeader .menu span {
    margin-left: -11px;
    background: #CCC; 
}
#gHeader.on .menu span {
    margin-left: -11px;
    background: #333 ; 
}

	#gHeader .logo {
		left: -7px !important;
		top: 3px !important;
		width: 152px !important;
	}

#gHeader .logo {
    width: 106px !important;
}

#gHeader .logo img {
    left: -30px !important;
    top: 4px !important;
    width: 106px !important;
    display: block;
}

#gHeader.on .logo {
    width: 106px !important;
}

#gHeader.on .logo {
    left: -30px !important;
    top: 7px !important;
    width: 106px !important;
    display: block;
}

#gHeader.on .logo img {
    width: 106px !important;
}

#gFooter .inner .roboto {
		display: block;
	}

#top_box svg{
	width: 700px;
}


#top_box #top_box_logo {
    position: absolute;
    top: 50%;
    margin-top: -460px;
    left: 25%;
    margin-left: -155px;
    z-index: 101;
}

#top_box #top_box_copy{
	position: absolute;
	top:50%;
	margin-top: 35px;
	left: 50%;
	margin-left: -135px;
	z-index: 101;
	text-align: left;
	color: #5a5a5a;
	line-height: 35px;
}

#top_box_logo_cover{
	width: 200px;
	height: 45px;
	position: absolute;
	top:50%;
	margin-top: -165px;
	left: 25%;
	margin-left: -75px;
	z-index: 101;
	text-align: left;
}



#top_box #top_box_copy p.c_en{
	font-size: 23px;
	font-weight: 200;
	letter-spacing: -0.002em;
	line-height: 50px;
	overflow: hidden;
	font-weight:300;
	opacity: 0;
}
#top_box #top_box_copy p.c_en b{
	font-weight: 500;
}

#top_box #top_box_copy p.c_jp{
	line-height: 1.9;
	margin-top:8px;
	letter-spacing: 0em;
	font-size: 12px;
	font-weight:bold;
	opacity: 0;
}

#company {
	height: 800px;
	background:none;
}


#company .sp_bg{
	position:fixed;
	z-index: -1;
	background:url(../img/top/sp/top_pic1.jpg) no-repeat bottom center #000;
	background-size: cover;
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	display: none;
}

#company .text_box{
	width: 360px;
	top:0;
	left: 50%;
	margin-top: 0px;
	margin-left: -180px;


}
#company .text_box .title{
	margin:70px 0 35px; 
}
#company .text_box .text{
	letter-spacing: -0.03em;
	line-height: 1.8;
	font-size:13px;
}

    
#company .l_box{
display: none;
	
}
#company .r_box{
	float: none;
	background-color: #FFF;
	min-height:  500px;
	width: 100%;
	max-height:  500px;
	height: 500px;
	
}


#philosophy {
	height: 800px;
	background:none;
	background:#666;
}


#philosophy .sp_bg{
	background:url(../img/top/sp/top_pic2.jpg) no-repeat center center #CCC;
	background-size:cover;
	width: 100%;
	height: 380px;
}

#philosophy .text_box{
	width: 320px;
	top:0;
	left: 50%;
	margin-top: 0px;
	margin-left: -160px;


}
#philosophy .text_box .title{
	margin:70px 0 35px; 
}
#philosophy .text_box .text{
	letter-spacing: -0.03em;
	line-height: 1.8;
	font-size:13px;
	margin-bottom:-20px;
}

    
#philosophy .l_box{
float: none;
	min-height:  480px;
	width: 100%;
	max-height:  480px;
	height: 480px;
	
}
#philosophy .r_box{
	display: none;
	
	
}



#business{
	background-color: #FFF;
	padding-top: 70px;
	font-size: 15px;
	height: auto;
	margin-bottom: 40px;
}

#business .text_box{
margin-top: 0;
	position:initial;
	top:50%;
	left: 0;

	margin-left: 0px;
	font-weight: 400;
	
}
#business .text_box .title{
	margin-bottom: 35px;
}

#business .text_box .text{
	letter-spacing: 0em;
	line-height: 1.8;
	font-size:13px;
}

#business .img_box{
	position:initial;
	margin-left: 0;
	margin-top:-180px;
}
#business .img_box img{
	padding: 0px 0 80px;
	width: 80%;

}

#recruit{
	width: 100%;
	height: auto;
	padding-top: 50px;
	background-color:#FFF;
	padding:0 25px 1px;
	box-sizing: border-box;
}


#recruit .img_box{
	width: 100%;

	height: 140px;
	background:url(../img/top/top_pic4.jpg) no-repeat center;
	position: relative;
	background-size: cover;
}
.text_box .title{
	font-size: 29px;
	}
	.title_box .title{
	font-size: 29px;
	}

#recruit .img_box .title{
	font-size: 29px;
	position: absolute;
	top:15px;
	left: 0;
	width: 100%;
	font-weight: 600px;
	letter-spacing: 0.14em;
	margin-top:-75px;
}

#recruit .text_box{
	margin:0 auto 0;
	height: auto;
	background-color: #F4F4F4;
	padding:33px 0 0px;
}

#recruit .text_box .text_l{
	float: none;
	width: 100%;
	padding-left: 33px;
}
#recruit .text_box .text_l p.sub{
	height: auto;
}
#recruit .text_box .sub{
	font-size: 15px;
	font-weight: 600;
}

#recruit .text_box .text_l .title{
	letter-spacing: 0em;
	display: block;
	margin-bottom:16px;
	font-size: 32px;
	font-weight: 300;
}
#recruit .text_box .text_r{
	float: none;
	width: 100%;
	padding:35px 33px 0;
	box-sizing: border-box;
letter-spacing: 0em;
	letter-spacing: 0em;
	line-height: 1.8;
	font-size:13px;
}

#news{
	background-color:#FFF;
	padding: 1px 25px;
	box-sizing: border-box;
}
#news .infoList{
	width: 100%;

}

#news .infoList dt {
	width: 85px;
	height:65px;
	background-color: #FBFBFB;
}
#news .infoList h3 {
	font-size: 12px;
	margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}

#news .infoList li {
	margin-bottom: 25px;
	font-size: 11px;
	line-height: 18px;
	float: left;
	width: 100%;
}
#news .infoList dd {
    padding-left: 15px;
}
#news .title_box {
	    margin: 60px auto 35px;
}


#news .infoList li:nth-child(even){
	margin-left: 0;
}
#access{
	background-color:#FFF;
	padding:70px 25px 30px;
    box-sizing: border-box;
}





#access .title_box{
	margin: 60px auto 35px;
}
#access #map {
    width: 100%;
    
    margin-bottom: 35px;
    height: 140px;
    background-color: #CCC;
}
#access .map{
	width: 100%;
	margin-bottom: 35px;
}
#access .map .rBox {
	overflow: hidden;
	width: 100%;
	display: table;
	padding-left: 0px;
}
#access .map .rBox .inner p{
	font-size: 12px;
}
#access .map p {
    margin-bottom: 3px;
}
#access .map .rBox .inner span{
	float: left;
	text-align: left;
	display: block;
}

#access .map_box {
    width: 100%;
    margin: 0 auto;
}



a.arrow {
    margin-top: 35px;
    margin-bottom: 30px;
  }
		
}

@media screen and (max-width: 355px) {

}

