@charset "utf-8";
html{
	width:100%;
	font-family:"Zen Kaku Gothic New" , "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body{
	width:100%;
	color:#222;
}
em{
	font-style:normal;
	font-weight:bold;
}
.sp{display:block;}
.pc{display:none;}
a:link,
a:visited{
	color:#222;
	text-decoration:underline;
	}
a:active,
a:hover{
	color:#222;
	text-decoration:underline;
	}
img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.img100{
	width:100%;
}
.w1000{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.w90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.w96{
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
.bold{
	font-weight:bold;
}
.fMin{
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (min-width:768px) {
	.sp{display:none;}
	.pc{display:block;}
	a{
		transition-duration:0.3s;
		}
	a:hover{
		opacity: 0.7;
		}
}


/*header
----------------------------------------------------------- */
/*drawer.css*/
#main{
	margin-top: 60px;
}
@media (min-width:768px) {
	#main{
		margin-top: 80px;
	}
}

#index #main{
	margin-top:0;
}
#hLogo{
	position: fixed;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	height: 60px;
	left: 0;
	top: 0;
	text-align: left;
}
#hLogo img{
	height: 30px;
	margin: 15px;
}
@media (min-width:768px) {
	#hLogo{
		height: 80px;
	}
	#hLogo img{
		height: 50px;
		margin: 15px;
	}
}




/*footer
----------------------------------------------------------- */
footer{
	padding:0;
	margin:0 0 40px;
}
@media (min-width:768px) {
	footer{
		margin:0 0 10px;
	}
}
.fLogo{
	width: 200px;
	margin: 0 auto 10px;
}

/*contact
----------------------------------------------------------- */
.cContact{
	background-image: url("../images/common/bg02.png");
	background-size: cover;
	background-position: center center;
	color: #fff;
}
.cContact .btn01{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 100%;
	max-width: 600px;
	margin: 15px auto;
	color: #003177;
	font-size:clamp(1.8rem, 2.4vw, 2.4rem);
	height: clamp(60px , 8vw , 80px);
	text-decoration: none !important;
	border-radius: 40px;
	font-weight: bold;
}
.cContact .btn01 i{
	font-size: 150%;
	margin-right: 10px;
}





/*section responsive
----------------------------------------------------------- */
.sec60r{
	padding-top: clamp(40px,6vw,60px);
	padding-bottom: clamp(40px,6vw,60px);
}
.sec60rt{
	padding-top: clamp(40px,6vw,60px);
}
.sec60rb{
	padding-bottom: clamp(40px,6vw,60px);
}
.sec40r{
	padding-top: clamp(30px,4vw,40px);
	padding-bottom: clamp(30px,4vw,40px);
}


/*title
----------------------------------------------------------- */
.pageTtl01{
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/common/bg02.png");
	background-size: cover;
	background-position: center center;
	color: #fff;
	height: clamp(200px,20vw,300px);
}
.pageTtl01 .cTtl01{
	margin-bottom: 0;
}
/**/

/**/
.cTtl01{
	margin-bottom: 20px;
}
.cTtl01 .en{
	width: 100%;
	font-size: clamp(3rem,5vw,5rem);
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1.2;
}
.cTtl01 .jp{
	width: 100%;
	font-size: 1.4rem;
	font-weight: normal;
}
/**/

/**/
.cTtl02{
	color: #003177;
	font-size:clamp(1.8rem, 2vw, 2rem);
	margin-bottom: 10px;
	text-align: left;
}

/**/
.cTtl03{
	margin-bottom: 20px;
}
*/
/*text responsive
----------------------------------------------------------- */
.txt14r{font-size:1.4rem;font-size:clamp(1.2rem, 1.4vw, 1.4rem);}
.txt16r{font-size:1.6rem;font-size:clamp(1.4rem, 1.6vw, 1.6rem);}
.txt18r{font-size:1.8rem;font-size:clamp(1.6rem, 1.8vw, 1.8rem);}
.txt20r{font-size:2.0rem;font-size:clamp(1.8rem, 2.0vw, 2.0rem);}
.txt24r{font-size:2.4rem;font-size:clamp(2.0rem, 2.4vw, 2.4rem);}
.txt30r{font-size:3rem;font-size:clamp(2.5rem, 3vw, 3rem);}

.cOrange01{color: #f17d24;}

/*letter-spacing
----------------------------------------------------------- */
.ls01{letter-spacing: 0.1em;}
.ls02{letter-spacing: 0.2em;}

/*btn
----------------------------------------------------------- */
.cBtn01{
	font-size: 2rem;
	color: #fff !important;
	background: #0080cb;
	background: linear-gradient(140deg,#004097 10%, #0080cb 40%, #00aeeb 70%);
	display: block;
	padding: 17px;
	text-decoration: none !important;
	text-align: center;
	max-width: 600px;
	border-radius: 40px;
	margin: 0 auto;
  font-family: 'Lato', "Zen Kaku Gothic New" , sans-serif;
}



/*bg
----------------------------------------------------------- */
.cBg01{background-color: #dff7ff;}



/*list
----------------------------------------------------------- */
.cList01{
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(1.4rem,1.6vw,1.6rem);
	text-align: left;
}
.cList01 dt{
	width: 25%;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 1em;
	font-weight: bold;
	color: #003177;
}
.cList01 dd{
	width: 75%;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 1em;
}
/**/



/*magnific popup movie
----------------------------------------------------------- */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}