@charset "utf-8";
html{
	width:100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	overflow-x:hidden;
	overflow-y:visible;
}
body{
	width:100%;
	color:#333;
}
/*iOSのみ*/
.iphone body {
	overflow-x:hidden;
	overflow-y:visible;
}

.spOnly{display:block;}
.pcOnly{display:none;}
a{
	text-decoration:underline;
}
img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
em{
	font-style:normal;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.img100{
	width:100%;
}
.w1000{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.w900{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.w90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.w96{
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
.fMin{
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width:768px) {
	.spOnly{display:none;}
	.pcOnly{display:block;}
	a{
		transition:0.3s;
	}
	a:hover{
		opacity: 0.7;
	}
	a[href^="tel:"] {
	    pointer-events: none;
	}
}
/* base */


/*header*/
.anchor{
	display:block;
	margin-top:-60px;
	padding-top:60px;
}
header{
	position:fixed;
	z-index:101;
	width:100%;
	max-width:1000px;
	display:flex;
	height:50px;
	margin:0 auto;
	top:0;
	left:50%;
	transform:translateX(-50%);
	transition:0.5s;
}
#headerBg{
	position:fixed;
	background-color:rgba(100,180,220,0.2);
/*	background-color:#e3eff5;*/
	mix-blend-mode: multiply;
	z-index:100;
	width:100%;
	height:50px;
	transition:0.5s;
}
header h1{
	width:210px;
	margin-left:10px;
	margin-top:15px;
}
header #gNav{
	display:none;
	width:100%;
	position:absolute;
	top:50px;
	left:0;
	background-color:#fff;
}
header #gNav ul{
	width:100%;
	display:block;
	text-align:center;
	font-size:1.3rem;
}
header #gNav li{
	border-bottom:1px solid rgba(22,51,103,0.2);
}
header #gNav a{
	color:#003074;
	text-decoration: none;
	display:block;
	width:100%;
	padding:1em 0;
}
/*ハンバーガーボタン*/	
#hBtnMenu{
	position:fixed;
	top:3px;
	right:0;
	width:50px;
	height:50px;
	padding-top:10px;
	text-align:center;
	z-index:10;
}
#hBtnMenu span {
	position: absolute;
	top: 0;
	left: 13px;
	display: block;
	width: 24px; /* 横幅 */
	height: 3px; /* 1本辺りの高さ */
	background: #fff; /* 線の色 */
	transition: all 0.3s ease-out;
  }
 
#hBtnMenu .hbBar01 { top: 10px; }
#hBtnMenu .hbBar02 { top: 20px; }
#hBtnMenu .hbBar03 { top: 30px; }

#hBtnMenu.open span{
	background: #fff; /* 線の色 */
	}

/* 最上部の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar01 {
  top: 20px; /* 上から2番目の線の位置に変更 */

  /* 線を45度回転 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 上から2番目の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar02 {
  opacity: 0; /* 不透明度を下げて線を消す */
}

/* 最下部の線のスタイル ---------------------- */
#hBtnMenu.open .hbBar03 {
  top: 20px; /* 上から2番目の線の位置に変更 */

  /* 線を135度回転 */
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header.scroll-nav #hBtnMenu span {
	background: #003074; /*スクロールで線の色変化*/
}
header.scroll-nav #hBtnMenu.open span{
	background: #003074; /*スクロールで線の色変化*/
}
@media screen and (min-width:768px) {
	header{
		height:100px;
		width:90%;
		padding-top:50px;
	}
	#headerBg{
		height:100px;
	}
	header h1{
		width:270px;
		margin-left:0;
		margin-top:5px;
	}
	header #gNav{
		display:block;
		width:calc(100% - 270px);
		position:static;
		background-color:transparent;
	}
	header #gNav ul{
		width:100%;
		display:flex;
		justify-content: flex-end;
		align-items:center;
		font-size:1.3rem;
	}
	header #gNav li{
		margin:0 1em;
		border-bottom:0;
	}
	header #gNav a{
		display: block;
		color:#fff;
		text-decoration: none;
		transition:0.5s;
		width:auto;
		padding:0;

	}
	header #gNav li.mail a{
		font-size:1.2rem;
		font-family: 'Lato', sans-serif;
		font-weight:400;
		background-image: url(../images/ico_mail.png);
		background-size:35px 25px;
		background-position:top center;
		background-repeat:no-repeat;
		padding-top:24px;
		transition:0.5s;
	}
	header.scroll-nav{/*スクロールで高さ変化*/
		height:60px;
		padding-top:10px;
	}
	#headerBg.scroll-nav{/*スクロールで高さ変化*/
		height:60px;
	}
	header.scroll-nav #gNav a{/*スクロールで文字色変化*/
		color:#003074;
	}
	header.scroll-nav #gNav li.mail a{/*スクロールでアイコン画像変化*/
		background-image: url(../images/ico_mail_scroll.png);
	}
	#hBtnMenu{
		display:none;
	}
}

/*footer*/
footer{
	width:100%;
	padding:80px 0 10px;
}
#fWrap01{
}
#fCompany{
	text-align:center;
	margin-bottom:20px;
}
#fLogo{
	max-width:270px;
	margin:0 auto 10px;
}
#fCompany01{
	font-weight:bold;
	font-size:1.9rem;
}
#fCompany02{
	font-weight:normal;
	font-size:1.3rem;
}
#fCompany03{
	font-weight:normal;
	font-size:1.6rem;
}
#fNav{}
#fNav ul{
	font-size:1.4rem;
	border-top:1px solid #ddd;
	margin-bottom:20px;
}
#fNav li{
	border-bottom:1px solid #ddd;
}
#fNav a{
	display:block;
	color:#333;
	text-decoration: none;
	padding:0.5em;
}
#copyright{
	font-size:1.4rem;
}
@media screen and (min-width:768px) {
	footer{
		width:90%;
		max-width:1000px;
		margin:0 auto;
	}
	#fWrap01{
		display:flex;
	}
	#fCompany{
		width:370px;
		text-align:left;
	}
	#fLogo{
		margin:0 0 10px 0;
	}
	#fNav{
		width:calc(100% - 370px);
		margin-top:10px;
	}
	#fNav ul{
		text-align:right;
		display:flex;
		justify-content: flex-end;
		flex-wrap:wrap;
		border-top:0;
	}
	#fNav li{
		border-bottom:0;
		margin-left:2em;
		margin-bottom:1em;
	}
	#fNav a{
		display:inline;
		padding:0;
	}

}





/*title*/
.cTtl01{
	margin-bottom:10px;
}
.cTtl01 .en{
	font-size:3rem;
	font-family: 'Lato', sans-serif;
	font-weight:900;
	color:#000;
	text-align:left;
	letter-spacing:0.04em;
	line-height:1.5;
}
.cTtl01 .jp{
	font-size:1.4rem;
	color:#0096e0;
	text-align:left;
	letter-spacing:0.1em;
	line-height:1.2;
	padding-left:0.1em;
}
@media screen and (min-width:768px) {
	.cTtl01 .en{font-size:4rem;}
	.cTtl01 .jp{font-size:2rem;}
}

/*txt*/
.cTxt01{
	font-size:1.6rem;
	font-weight: bold;
	font-feature-settings: "palt";
}
.cTxt02{
	font-size:1.2rem;
	font-weight: bold;
	font-feature-settings: "palt";
}
.cTxt03{
	font-size:1.4rem;
	font-feature-settings: "palt";
}
@media screen and (min-width:768px) {
	.cTxt01{font-size:2rem;}
	.cTxt02{font-size:1.5rem;}
	.cTxt03{font-size:1.6rem;}
}











