@charset "UTF-8";
/*index*/
body{
	}
ul.gnav_menu{
	margin-top: 240px;
	}
#mainimg{
	background:url('../../img/mainimg.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
                    width: 100%;
	height:100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainimg .txt{
	position:absolute;
                                top: 50%;
                                left: 50%;
                                -webkit- transform: translateY(-50%) translateX(-50%);
                                transform: translateY(-50%) translateX(-50%);
	width:510px;
	height:80px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background:url('../../img/txt.png') no-repeat center;
}

#mainimg a.bn_environment{
	display: flex;
                                flex-flow: column;
                                align-items: center;
                                justify-content: center;
	width: 1200px;
	height: 220px;
	position:absolute;
                                bottom: 100px;
                                right: 50%;
                                -webkit- transform: translateX(50%);
                                transform: translateX(50%);
	text-decoration: none;
	background:url('../../img/bn_environment.png') no-repeat center;
                                }
@media (max-height: 650px) {
#mainimg a.bn_environment{
	 bottom: 50px;
	}
}

#mainimg a.bn_environment span{
                                display: block;
                                color: #053987;
                                text-align: center;
                                padding: 0 20px;
                                line-height: 1.6;
                                }

#mainimg a.bn_environment span.title{
                                font-size: 3.214em;
                                }
#mainimg a.bn_environment span.read{
                                font-size: 1.142em;
                                }
#mainimg a.bn_environment .sp{
                                display: none;
                                }
.main_btn{
	width:100%;
	height:180px;
                    padding: 40px 0;
	text-align: center;
	background-color: #f3f3f3;
                    box-sizing: border-box;
}
.main_btn img{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:490px;
	max-width: 490px;
	height:100px;
}
.main_btn ul{
	width: 1000px;
	margin: 0 auto;
	display:flex;
}
.main_btn ul li{
	width: 50%;
	display: inline-block;
	list-style:none;
}


#news{
	margin-top: 100px;
	}
#news div.inner{
	margin-bottom: 100px;
	}

/*concept*/
#concept{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	background:#e1f4fc;
}
#concept .inner{
	width: 1200px;
	height:460px;
	margin: 0px auto;
	padding: 0px auto;
	background:#e1f4fc;
	position:relative;
}
#concept .inner p{
	font-size: 1.43em;
	line-height: 2;
	padding-bottom: 20px;
}
#concept .inner .concept_txt{
	padding-top: 50px;
	z-index:999;
	position: absolute;
	top: 0;
	left: 0;
}
#concept .concept_img{
	width: 920px;
	height:460px;
	max-height: 460px;
	position: absolute;
	bottom:0;
	right: 0;
}
/*column*/
main{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	background:url('../../img/index_bg.jpg')  repeat-x center top;
	background-size: 100% 100%;
	background: linear-gradient(to top, rgba(170,207,68,1) 0%,rgba(248,182,28,1) 100%);
	}
#index section{
	width: 1200px;
	margin: 0px auto;
	padding: 0px auto;
	margin-top: 100px;
	margin-bottom: 100px;
	overflow: hidden;
	background: #ffffff;
	}
.index_title{
	text-align: center;
	margin: 0px auto;
	margin-top: 50px;
	overflow: hidden;
	}
.index_title h2{
	line-height: 1;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.index_box{
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	padding: 0px auto;
	margin-top: 50px;
	margin-bottom: 100px;
	}
.index_box h3{
	font-size: 1.43em;
	line-height: 1;
	font-weight: bold;
	margin: 0px auto;
	margin-bottom: 50px;
	}
#electronics .index_box h3{
	color: #f8b61c;
	}
#she .index_box h3{
	color: #aacf44;
	}
.index_box p{
	line-height: 2;
	font-weight: normal;
	margin-bottom: 50px;
	}
.index_box img{
	margin-top: 50px;
	}

ul.electronic_list{
	width: 100%;
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
ul.electronic_list li{
	width: 218px;
	padding: 15px;
	margin:1px;
	background-color: #feeabe;
	text-align: center;
}
#she .box_facility{
	width: 100%;
	overflow: hidden;
  	display: flex;
}
#she .box_facility p{
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 0px;
	}

#she .box_facility_01{
	margin-right:10px;
	background:#d46296;
	}
#she .box_facility_02{
	margin-right:10px;
	background:#00a8d8;
	}
#she .box_facility_03{
	background:#63a826;
	}
#she .box_facility_01,#she .box_facility_02,#she .box_facility_03{
	padding: 10px;
	width: 33.333%;
 	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#she p.box_title {
	color: #fff;
	padding: 10px;
	text-align: center;
}
#she .box_inner{
	margin-bottom:4px;
	padding: 15px;
	text-align: center;
	}
#she .box_facility_01 .box_inner{
	background:#fbe0ec;
	}
#she .box_facility_02 .box_inner{
	background:#d3edfb;
	}
#she .box_facility_03 .box_inner{
	background:#d2efb8;
	}
#she .box_inner_case{
	padding: 0px auto;
	margin: 0px auto;
	background:#fff;
	padding: 15px;
}
/* Media Queries
==========================================================================*/
@media screen and (max-width:1200px) {
body{
	}

/*#mainimg .txt{
	max-width:990px;
	width: 100%;
	height:auto;
	background-size:100% auto;
}*/

#mainimg a.bn_environment{
                                width:calc(100vw - 40px);
                                height:calc(18.333vw - (40px * 0.183333));
                                background-size: contain;
                                bottom: 50px;
}
#mainimg a.bn_environment span.title{
                                font-size: 2.142em;
                                }
.main_btn{
	height:auto;
                    padding: 20px 0;
}
.main_btn ul{
	width: calc(100% - 40px);
                    justify-content: space-between;
}
.main_btn ul li{
	width: calc(50% - 5px);
}

.main_btn img{
	width: 100%;
	height:auto;
	}
#index{
	width: auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
/*news*/
#news{
	min-width: auto;
	padding: 0px auto;
	margin: 20px auto;

	}
#news div.inner{
	width: 100%;
	margin-bottom: 20px;
	}

#news h2{
	float: none;
	padding: 0px auto;
	margin: 0px auto;
	margin-bottom: 10px;
	}
#news .btn{
	margin-top: 0px;
}
#news .news_list ul li p.news_date span{
	float: right;
	}

/*concept*/
#concept{
	width: 100%;
	min-width: 100%;
}
#concept .inner{
	width: 100%;
}
#concept .concept_img{
	left:0;
	right: 0;
}
main{
	width: 100%;
	min-width: 100%;
	overflow: hidden;
	background:url('../../img/index_bg.jpg')  repeat-x center top;
	background-size: 100% 100%;
	background: linear-gradient(to top, rgba(170,207,68,1) 0%,rgba(248,182,28,1) 100%);
	}
#index section{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	}
.index_title{
	margin-top: 20px;
	}
#electronics img{
	width: 100%;
	height:auto;
	}
.index_box{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	}
.index_box h3{
	margin-bottom: 20px;
	}

.index_box p{
	margin-bottom: 20px;
	}
.index_box img{
	margin-top: 20px;
	}
ul.electronic_list{
	display:flex;
	width: 100%;
	justify-content:center;
	flex-wrap: wrap;
}
ul.electronic_list li{
	width: 40%;
	padding: 10px;
}

}



@media screen and (max-width:699px) {
ul.gnav_menu{
	margin-top: 95px;
	}


#she .box_facility{
	width: 100%;
	min-width: auto;
	overflow: hidden;
	display:block;
}

#she .box_facility_01,#she .box_facility_02,#she .box_facility_03{
	width: 100%;
}
#she .box_facility_01{
	margin-right:none;
	margin-bottom: 20px;
	}
#she .box_facility_02{
	margin-right:none;
	margin-bottom: 20px;
	background:#00a8d8;
	}
#news{
	margin-top: 10px;
	}
#news div.inner{
	margin-bottom: 25px;
	}

#news h2{
	width: 100px;
	height: 75px;
	background-size:100px 75px;
	}
#concept{
	width: 100%;
	min-width: 100%;
}
#concept .inner{
	height:auto;
	width: 100%;
}
#concept .inner .concept_txt{
	padding-top: 20px;
	position: static;
	top: auto;
	left: auto;

}
#concept .inner p{
	font-size: 1em;
	line-height: 1.6;
	padding-bottom: 10px;
}
#concept .concept_img{
	position: static;
	bottom:auto;
	right: auto;
	width: 100%;
	height:auto;
}
#concept .concept_img img{
	width: 100%;
	height:auto;
}
}

@media screen and (max-width:415px) {
#mainimg .txt{
                    top: 35%;
                    -webkit- transform: translateY(-35%) translateX(-50%);
                    transform: translateY(-35%) translateX(-50%);
	width: 60%;
	height: 60%;
	max-width: 640px;
	max-height: 250px;
	background:url('../../img/txt_phone.png') no-repeat center;
	background-size: 100% auto;
}

#mainimg a.bn_environment{
	width:calc(100vw - 20px);
	height:45vw;
	background:url('../../img/bn_environment_sp.png') no-repeat center;
                                background-size: contain;
}
#mainimg a.bn_environment span.read{
                                font-size: 0.857em;
                                }
#mainimg a.bn_environment .sp{
                                display: block;
                                }
.main_btn{
	width:100%;
	height:auto;
                    padding: 10px 0;
}

.main_btn ul{
	width:100%;
	margin: 0 auto;
	display:block;
}
.main_btn ul li{
	width: 100%;
}
.main_btn img{
	width: 100%;	
	height:auto;
	padding: 10px;
}
}