@charset "utf-8";

html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.0;
	letter-spacing: 0;
	color: #000000;
	font-size: 0;
}

.clearFix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

br.smp{display: none;}



/**************************************************
 header
**************************************************/
header{
	position: fixed;
	width: 100%;
	min-width: 1050px;
	height: 100px;
	top: 0;
	left: 0;
	padding: 0 80px;
	background: rgba(255,255,255,1.0);
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999;
}

#globalNavi ul{
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 2px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#globalNavi ul li{margin-left: 50px;}
#globalNavi ul li:first-child{margin-left: 0;}
#globalNavi ul li a{
	color: #000000;
	padding: 5px 0;
}
#globalNavi ul li a:hover{color: #00B2B2;}

#menu{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	background: url("../img/menu.png") no-repeat 0 0;
	background-size: 60px auto;
	cursor: pointer;
	display: none;
}
#menu.open{
	background: url("../img/menu.png") no-repeat 0 -60px;
	background-size: 60px auto;
}



/**************************************************
 wrapper
**************************************************/
#wrapper{
	position: relative;
	top: 100px;
	min-width: 1050px;
}



/**************************************************
 footer
**************************************************/
footer{
	margin: 80px 0 0 0;
	background-color: #F3F7F9;
}
.footerInner{
	padding: 80px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footerInner dl dt{
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
.footerInner dl dd{
	font-size: 1.5rem;
	line-height: 1.6;
}
.footerInner ul{
	font-size: 1.5rem;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.footerInner ul li a{color: #000000;}
.footerInner ul li a:hover{color: #00B2B2;}

.copyRight{
	padding: 40px 0;
	font-size: 1.1rem;
	color: #FFFFFF;
	text-align: center;
	background: linear-gradient(90deg,#0F8559,#00ACAC);
}






@media screen and (max-width: 690px){
	
	
	
br.pc{display: none;}
br.smp{display: block;}
	
	

/**************************************************
 header
**************************************************/
header{
	position: fixed;
	min-width: 100%;
	height: 60px;
	padding: 0 20px;
}

#globalNavi{
	position: absolute;
	width: 100%;
	height: calc(100vh - 60px);
	top: 60px;
	left: 0;
	background-color: #00B2B2;
	display: none;
}
#globalNavi ul{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#globalNavi ul li{width: 100%;}
#globalNavi ul li{margin: 20px 0;}
#globalNavi ul li:first-child{margin: 20px 0;}
#globalNavi ul li a{
	display: block;
	color: #FFFFFF;
}
#globalNavi ul li a:hover{
	color: #FFFFFF;
	opacity: 0.5;
}

#menu{display: block;}



/**************************************************
 wrapper
**************************************************/
#wrapper{
	top: 60px;
	min-width: 100%;
}



/**************************************************
 footer
**************************************************/
footer{margin: 50px 0 0 0;}
.footerInner{
	padding: 30px 0 0 0;
	display: block;
}
.footerInner dl{text-align: center;}
.footerInner dl dt{
	font-size: 1.7rem;
	padding-bottom: 15px;
}
.footerInner dl dd{font-size: 1.4rem;}
.footerInner ul{
	font-size: 1.4rem;
	display: block;
	margin: 30px 0 0 0;
	text-align: center;
	/*border-top: 1px solid #C1D7E1;*/
}
.footerInner ul li a{
	display: block;
	padding: 15px;
	background-color: #D2E2EA;
}

.copyRight{padding: 30px 10px;}
	
	
	
}


