@charset "UTF-8";

/* INTERFACE */

body>header{
	width:100%;
	background-color:#ff5a00;
	height:75px;
	position:fixed;
	z-index:1111;
}

body>header>div{
	max-width:1200px;
	margin:0 auto;
	position:relative;
}

body>header h1,
body>header>div>a{
	display:block;
	margin:0;
	height:75px;
}

body>header h1 img,
body>header>div>a img{
	vertical-align:bottom;
	width:125px;
	position:absolute;
	left:40px;
	bottom:0;
}

body>header nav{
	display:none;
}

#nav_pc ul{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	line-height:1em;
	position:absolute;
	left:165px;
	top:22px;
	overflow:hidden;
}

#nav_pc ul li{
	padding:0 18px;
	font-size:12px;
	border-right:1px solid #fff;
	float:left;
}

#nav_pc ul li:last-child{
	border-right:none;
}

#nav_pc ul li a:link{
	text-decoration:none;
}

#nav_pc ul li img{
	width:auto;
	height:16px;
}

body>footer{
	padding:20px 0 0;
	text-align:center;
	background-image:url("../img/interface/bg_footer.jpg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top center;
}

body>footer.sub{
	background-image:none;
	margin:80px 0 0;
}

body>footer>div{
	padding:137px 0 0;
	background-image:url("../img/interface/logo_orange.svg");
	background-repeat:no-repeat;
	background-size:auto 137px;
	background-position:top center;
}

body>footer>div>div{
	padding:20px;
	background-color:#ff5a00;
}

body>footer a img{
	width:270px;
	margin:0 0 0 50px;
}

body>footer small{
	display:block;
	text-align:right;
	font-family:Verdana,sans-serif;
	font-size:9px;
	color:#fff;
}

#home_key_area{
	max-width:1500px;
	margin:0 auto;
	padding:75px 0 0;
}

#home_key_area img{
	width:100%;
}


@media only screen and (max-width:1600px){
	body>footer{
		background-size:210%;
	}
}

@media only screen and (max-width:1150px){
	body>header>div{
		max-width:768px;
		margin:0 auto;
		position:relative;
	}
	body>header{
		height:65px;
	}
	body>header h1,
	body>header>div>a{
		height:65px;
	}
	body>header h1 img,
	body>header>div>a img{
		width:85px;
		left:20px;
	}
	
	#nav_pc ul{
		left:105px;
		top:20px;
	}
	
	#nav_pc ul li{
		padding:0 12px;
		font-size:11px;
	}
	
	#nav_pc ul li img{
		height:10px;
	}
	
	#home_key_area{
		padding:65px 0 0;
	}
}

#home_welcome_area{
	max-width:1500px;
	margin:75px auto 0;
	position:relative;
}

#home_welcome_area>img{
	width:5.2%;
	position:absolute;
	top:0;
	left:0;
}

#home_welcome_area>div:first-of-type{
	max-width:930px;
	margin:0 auto;
	padding:0 0 0 5.2%;
}

#home_welcome_area ul{
	margin:0;
	padding:0;
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	background-image:url("../img/interface/title_business.svg");
	background-repeat:no-repeat;
	background-size:100px auto;
	background-position:center top 42%;
}

#home_welcome_area ul li{
	width:50%;
	box-sizing:border-box;
	padding:0 5%;
}

#home_welcome_area ul li a img{
	width:100%;
}

#home_welcome_area ul li a:hover{
	opacity:0.8;
}

#home_message_area{
	max-width:1420px;
	margin:75px auto 100px;
	padding:50px 40px;
	background-image:url("../img/bg_message.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

#home_message_area>div{
	max-width:940px;
	margin:0 auto;
	padding:50px 70px;
	text-align:center;
	background-color:rgba(255,255,255,0.9);
}

#home_message_area h2{
	margin:0 0 40px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height:1;
}

#home_message_area h2 img{
	margin:0 0 5px;
}

#home_message_area p{
	margin:0 0 40px;
	text-align:justify;
	font-size:17px;
	line-height:1.7;
}

#home_message_area>div>a img{
	width:30px;
}

#home_company_area{
	max-width:800px;
	margin:-100px auto 100px;
	padding:100px 40px 0;
	overflow:hidden;
}

#home_company_area h2{
	margin:0 0 40px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height:1;
}

#home_company_area h2 img{
	margin:0 0 5px;
}

#home_company_area table{
	width:48%;
	margin:0 1%;
	border-collapse:collapse;
	float:left;
}

#home_company_area table th{
	width:25%;
	padding:20px 15px 20px 0;
	text-align:right;
	vertical-align:top;
	font-size:13px;
	font-weight:normal;
	border-right:1px solid #000;
}

#home_company_area table td{
	padding:20px 0 20px 15px;
	font-size:16px;
}

#home_history_area{
	max-width:800px;
	margin:0 auto 100px;
	padding:0 40px;
}

#home_history_area h2{
	margin:0 0 40px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height:1;
}

#home_history_area h2 img{
	margin:0 0 5px;
}

#home_history_area table{
	max-width:650px;
	margin:0 auto;
	border-collapse:collapse;
}

#home_history_area table th{
	padding:20px 15px 20px 0;
	text-align:left;
	vertical-align:top;
	font-size:13px;
	font-weight:normal;
	border-right:1px solid #000;
}

#home_history_area table td{
	padding:20px 0 20px 15px;
	font-size:16px;
}

#home_contact_area{
	max-width:800px;
	margin:0 auto 75px;
	padding:0 40px;
	text-align:center;
}

#home_contact_area>div{
	margin:-75px 0 0;
	padding:75px 0 0;
}

#home_contact_area h2{
	margin:0 0 40px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	line-height:1;
}

#home_contact_area p{
	font-size:18px;
}

#home_contact_area p a{
	text-decoration:none;
}

#home_contact_area p.small{
	font-size:12px;
}

#business_area{
	padding:75px 0 0;
	text-align:center;
}

#business_area h1{
	margin:25px 0 0;
}

#business_area h1>img:first-of-type{
	width:350px;
	vertical-align:bottom;
	margin:0 0 0 40px;
}

#business_area h1>img:last-of-type{
	width:80px;
}

#business_key_area{
	max-width:1100px;
	margin:0 auto 250px;
	padding:0 40px;
	position:relative;
}

#business_key_area img{
	width:90%;
	max-width:1000px;
}

#business_key_area h2{
	margin:0;
	text-align:left;
}

#business_key_area>p{
	width:40%;
	margin:0;
	padding:30px 40px;
	text-align:justify;
	font-size:18px;
	font-weight:bold;
	line-height:1.8;
	color:#ff5a00;
	border:1px solid #ff5a00;
	background-color:rgba(255,255,255,0.85);
	position:absolute;
	bottom:-150px;
	right:40px;
}

#business_area>section{
	max-width:880px;
	margin:0 auto 150px;
	padding:0 40px;
	overflow:hidden;
}

#business_area>section img{
	width:50%;
	float:right;
}

#business_area>section>div{
	width:45%;
	float:left;
}

#business_area>section>div h3{
	margin:0 0 20px;
	padding:0 0 10px;
	text-align:left;
	font-size:22px;
	line-height:1.2em;
	border-bottom:2px solid #ff5a00;
}

#business_area>section>div p{
	text-align:justify;
	font-size:15px;
}

@media only screen and (max-width:1150px){
	#business_area{
		padding:65px 0 0;
		text-align:center;
	}
}