@charset "UTF-8";
/* CSS Document */
/**/
/*印刷用*/
/**/
body {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
	-webkit-print-color-adjust: exact;
  }
header{
	position:relative !important;
}

#gloval-nav li{
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.index_hero{
	background-image: url("../index_images/bg_hero@2x.jpg");
	background-position: top center;
	height: 400px;
	width: 100%;
	opacity: 1;
		margin: 0;
	padding: 0;
}
.index_hero_title{
	background-image: url("../index_images/hero@2x.png");
	background-size: 200px auto;
	background-position: center center;
	text-align: center;
	height: 100%;
	width: auto;
	display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;  
	opacity: 1;
}
.index_hero_title h2{
	font-size:12px;
	line-height: 20px;
	padding-bottom: 100px;
}
.index_page main{
	margin-bottom: 50px;
}
main{
	padding-top: 0;
}
footer{
	margin-top: 70px;
	background-size: auto;
	padding-bottom: 70px;
}
.index_page footer{
	margin-top: 50px;
}
	.fadein {
    opacity : 1;
    transform : translate(0, 70px);
    transition:all 0.7s;
}
	.next_page_btn{
		margin-top: 30px;
	}
	#page_top{
		display: none;
	}
.company_facilities_item_list{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	width: 1000px;
}
.company_facilities_item{
	margin-bottom: 30px;
}