@charset "UTF-8";
/* CSS Document */

body{
	width: 100%;
	height: auto;
	font-family: "Noto Sans Japanese";
	font-family: 'Poppins', sans-serif;
	margin: auto;
	background: #F1EFEF;
	/*background: #fff;*/
	/*display:none;*/
	padding: 0;
	overflow-x: hidden;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	}	
	

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



	
img{max-width: 100%; height: auto;}

a img{opacity: 1; transition: 0.3s;}
a:hover img{opacity: .75;}


p{display: inline; padding:0; margin: 0;}

ul{padding:0;}
li{list-style: none;}


a,a:link{text-decoration: none; color: #000;}
a:hover{text-decoration:underline; color:steelblue;}




#wrapper{
	width:100%;
	min-width: 1000px;
	height:auto;
	margin:auto;
	}






#head{
	width:100%;
	min-width: 1000px;
	height: 100px;
	margin: auto;
	margin-bottom: 2px;
	z-index: 9999;
	/*background:#023C8E;*/
	background: #021B5E;
	/*background: url(../images/header-bg.png) repeat;*/
	/*background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);*/
}

.title{ width: 100%; height: 22px; font-size: 11px; color: #fff; margin: 0; text-align: left; padding-left: 10px; line-height: 22px;}
.title h1{display: inline; font-size: 11px; color: #fff; font-weight: normal;
	padding: 0; margin: 0; text-align: left; line-height: 22px;}



	h2.logo{
		width: 120px;
		height: 50px;
		float: left;
		margin:10px 0px 10px 10px;
	}

	ul.menu{
		width:720px;
		height: 70px;
		float:right;
		padding: 0;
		margin: 0px 10px 0px 0px;
	}

	ul.menu li{
		width:120px;
		height: 70px;
		float: left;
	}

	ul.menu li a:hover img{
	  opacity: .9;
	}





.top-slide{width:100%; height:100%;min-height:520px;position:relative;}

.top-slide #container{
	position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;height:100%;z-index:999
}

.slide-area{width:1000px;  height: 500px; margin: auto;}
.slide-text{width:675px;  height: 300px; float: left; margin: 100px 0px 0px 25px;}
.slide-text p.eng{font-family: 'Khula', sans-serif; line-height: 60px; font-size:60px;
					color: #fff;/*text-shadow: 2px 2px 1px #000;*/}
.slide-text p.eng2{font-family: 'Khula', sans-serif; line-height: 60px; font-size:60px;
					color: #023C8E;/*text-shadow: 2px 2px 1px #000;*/}
.slide-text p.jp{font-size:40px; float: left; line-height: 50px; margin-top:7px; color: #023C8E; font-weight: bold; /*text-shadow: 2px 2px 1px #333;*/background: #fff; padding: 2px 5px 0px 5px;}
.slide-logo{width:300px;height: 300px; float: right; margin: 50px 0px 0px 0px; padding: 0;}

	.slide-logo a:hover img{
		  opacity:1;
		}

.slide-led{width:300px;height: 300px; float: right; margin: 50px 0px 0px 0px; padding: 0;}
.slide-message{width:1000px;height: 480px; margin:auto; margin-top: 20px; padding: 0;}


.top-information{width:100%; min-width: 1000px; height:30px; margin: auto; margin-top: 2px; background:#021B5E;}






/*---メイン枠---*/
#contents{
	width:1000px;
	height: auto;
	margin: auto;
	}


/*---左カラム---*/

.l-cont{
	width:700px;
	height: auto;
	float: left;
	margin: 30px 0px 0px 0px;
}


.whats-new-section{
	width:680px;
	height: 270px;
	float:left;
	margin: 0px 10px 20px 10px;
	background: url(../images/whats-new-bg.png);
	background-size: contain;
}

.whats-new{
	width:640px;
	height: 270px;
	float:left;
	margin: 20px 20px 0px 20px;
}

.whats-new hr.line1{
	width:640px;
	float: left;
	border: 0.5px solid #BDBCBC;
}

.whats-new hr.line2{
	width:640px;
	float: left;
	border: 1px dashed #BDBCBC;
}

.new-title{
	width:640px;
	height: 26px;
	float: left;
	font-size:22px;
	line-height: 26px;
}

.whats-date{
	width:640px;
	height: 20px;
	float: left;
	font-size:14px;
	line-height: 20px;
}

.whats-title{
	width:640px;
	height: 20px;
	float: left;
	font-size:15px;
	font-weight: bold;
	line-height: 20px;
	color: #023C8E;
	margin: 5px 0px 5px 0px;
}

.whats-text{
	width:640px;
	height: auto;
	float: left;
	font-size:12px;
	color:#242424;
	line-height: 18px;
}





	.cube-section{
		width:680px;
		height: 260px;
		float: left;
		margin: 0px 10px 0px 10px;
		padding: 0;
	}

	.cube{
		width:215px;
		height: 260px;
		float: left;
		margin: 0px 10px 0px 0px;
	}

	.cube2{
		width:215px;
		height: 260px;
		float: right;
		margin: 0px 15px 0px 0px;
	}

	.cube-section2{
		width:680px;
		height: 260px;
		float: left;
		margin: 0px 10px 0px 10px;
		padding: 0;
	}





/*---右カラム---*/
.r-cont{
	width:295px;
	height: auto;
	float: right;
	margin: 30px 0px 0px 5px;
}


.special-section{
	width:295px;
	height: 950px;
	float:left;
	margin: 0px 0px 0px 0px;
}

.special-link{
	width:255px;
	height: 300px;
	float: left;
	background: url(../images/aircon-bg.png);
	background-size: contain;
	margin: 0px 20px 10px 20px;
}

.sp-text h4{
	font-size:13px;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
}

.sp-text{
	font-size:12px;
	color: dimgray;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
}

.special-link2{
	width:255px;
	height: 300px;
	float: left;
	background: url(../images/aircon-bg.png);
	background-size: contain;
	margin: 10px 20px 10px 20px;
}






/*---フッター企業情報---*/
#company-information{width:100%; float: left; margin-top: 30px; border-top: #fff solid 2px; min-width: 1000px; height: 250px; background:#021B5E;}
.info-frame{width:1000px; height: 250px; margin: auto;}
.footer-logo{width:100px; height: 100px; float: left; margin-top: 30px;}
.footer-company{width:320px; height: 200px; float: left; margin: 40px 0px 0px 20px;}
.footer-company p.company-name{font-size:18px; font-weight: bold; color: #fff;}
.footer-company p.address{font-size:13px; line-height:10px; color: #fff;}
.footer-company p.foot-tel{font-size:15px; color: #fff;}
.footer-nav{width:430px; height: 180px;  float: right; padding-left: 20px; margin: 30px 10px 40px 0px; border-left: #fff solid 0.5px;}
.footer-nav-l{width:200px; height: 180px; float: left;}
.footer-nav-r{width:200px; height: 180px; float: right;}
.footer-nav p.f-nav-title{font-size:16px; font-weight: bold; color: #fff;}
.footer-nav p.f-nav{font-size:12px; line-height: 30px; color: #fff;}


a.f-nav,a.f-nav:link{text-decoration: none; color: #fff;}
a.f-nav:hover{text-decoration:none; color:deepskyblue;}



/*---フッター---*/
#foot{
	width: 100%;
	min-width: 1000px;
	height: 40px;
	float: left;
	background: #000;
}


	.copy{
		font-family: 'Poppins', sans-serif;
		font-size: 12px;
		color:#fff;
		line-height: 40px;
		text-align: right;
		padding-right: 20px;
	}