@charset "UTF-8";
/* CSS Document */
/*=============================
源ノ角ゴシック
使うときはhタグのbold解除して、あと太さフォント別にcss用意
=============================*/
@font-face {
	font-family: "SourceHanSans-Bold";
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/SourceHanSans-Bold.woff') format('woff'),
	url('../fonts/SourceHanSans-Bold.otf') format('opentype')
}

/*=============================
フォント別太さ指定
=============================*/
.fgwb{font-family: "SourceHanSans-Bold"       !important; font-weight: 700 !important;}


html {
	background:#fff;
	color:#000;
	font-size: 625%;/*rem用100px*/
}
html.lock{
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
body{
	font-size: 0.12em;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height:1.0;
	letter-spacing:0px;
	-webkit-text-size-adjust: 100%;/*スマホ文字拡大対策*/
	min-width: 1024px;
}

/* --A-- */
a {
	cursor:pointer;
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);/*リンクタップ時のハイライト表示無効*/
}
a:hover {
	text-decoration:underline;
}
/* --HEADLINE-- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	max-height: 100%;/*android chrome対策*/
}
/* --OTHER TAGS-- */
p {
	margin-bottom:0;
	text-align:left;
	width:auto;
	max-height: 100%;/*android chrome対策*/
}
em, strong {
	font-weight:bold;
}
/* --clearfix-- */
.clf:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clf{
	display: inline-block;
}
	/* Hides from IE Mac */
	* html .clf{
		height: 1%;
	}
	.clf{
		display:block;
	}
	
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.Fright {float:right;}
.Fleft {float:left;}
.imgRight {float:right; margin:0px 0px 20px 20px ;}
.imgLeft {float:left; margin:0px 20px 20px 0px ;}
.vm,
.vmTxt{
	display: inline-block;
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
	/*IE遊ゴずれ対応*/
	@media all and (-ms-high-contrast:none){
		.vmTxt{padding-top: 0.35em;}
	}

#backToTop {
	bottom:20px;
	right: 20px;
	z-index: 100;
	display: none;
}
#loaderOuter{
	position:fixed;
	width:100%;
	height:100%;
	z-index:499;
	background:#FFF;
}
#loader{
	position: fixed;
	top:50%;
	left:50%;
	z-index:90;
}
.fwb{font-weight: bold !important;}
.fwn{font-weight: normal !important;}
.txtInd{text-indent: -1em;padding-left: 1em;}
.bb1{border-bottom: 1px solid #000;}
.bt1{border-top: 1px solid #000;}
.posRe{position: relative;}
.posAb{position: absolute;}
.posFix{position: fixed;}
.lh2{line-height: 2.0;}
.sp{display: none !important;}
/*.pc{display: none !important;}*/

.noEvent{pointer-events:none}/*IE11以降（IE11ではaタグには利かない）*/

#wrapper{
	overflow: hidden;
}


/*=============================
header
=============================*/
header{
	width: 100%;
	height: 80px;
	background: #FFF;
	position: fixed;
	top:0;
	left:0;
	z-index: 500;
}
header .logo{
	position: relative;
	top:26px;
	left:25px;
}
header .logo img{
	width: 320px;
	height: auto;
}


/*gnav
=============================*/
#gnav{
	position: absolute;
	top:50%;
	right:30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#gmenu{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
  -webkit-box-align: center;
        align-items: center;
}
#gmenu li{
	margin: 0 12px;
}
#gmenu li:not(:last-child) a{
	color: #000;
	font-weight: bold;
	font-size: 0.15rem;
	text-decoration: none;
	display: inline-block;
}
	/*IE遊ゴずれ対応*/
	@media all and (-ms-high-contrast:none){
		#gmenu li:not(:last-child) a{
			padding-top: 0.35em;
		}
	}
#gmenu li.bt_contact{
	width: 150px;
	height: 33px;
}
#gmenu li.bt_contact a{
	display: block;
	height: 100%;
	color: #2ec448;
	font-weight: bold;
	font-size: 0.17rem;
	text-decoration: none;
	border: 4px solid #2ec448;
	padding: 0px 15px;
	letter-spacing: 0.05em;
}


/*deSVG
=============================*/
/*
.svgImg path{
	fill: #FFF;
}*/

/*=============================
footer
=============================*/
footer{
	background: #2ec448;
}
footer .inner{
	padding: 35px 0;
}
footer #fnav .fmenu{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
   justify-content: center;
}
footer #fnav .fmenu > li{
	margin: 0 12.5px;
}
footer #fnav .fmenu > li a{
	color: #FFF;
	font-size: 0.15rem;
	font-weight: bold;
	text-decoration: none;
}
footer #fnav .fmenu li .sub li{
	margin-top: 10px;
}
footer #fnav .fmenu li .sub li a::before{
	content: '－';
}


footer .copyRight{
	text-align: center;
	color: #FFF;
	font-size: 0.14rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 40px;
}