@charset "utf-8";
html{
	width:100%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
/*	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝" , "Yu Mincho" , YuMincho , "MS P明朝", "MS PMincho", serif;*/
}
body{
	width:100%;
	color:#000;
}
.sp{display:block;}
.pc{display:none;}
a{
	color:#000;
	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;
}
.w90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
@media (min-width:768px) {
	.sp{display:none;}
	.pc{display:block;}
	a{
		transition:0.3s;
	}
	a:hover{
		opacity: 0.7;
	}
	a[href^="tel:"] {
	    pointer-events: none;
	}
}
/* base */


/*ヘッダー*/
.anchor{
	display:block;
	margin-top:-50px;
	padding-top:50px;
	positon: relative;
}
header{
	position:fixed;
	z-index:101;
	width:100%;
	height:50px;
	margin:0;
	top:0;
	left:0;
	background-color: #fff;
}
main{
	margin-top: 50px;
	overflow: hidden;
}
@media (min-width:768px) {
	.anchor{
		margin-top:-80px;
		padding-top:80px;
	}
	header{
		height:80px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	main{
		margin-top: 80px;
	}
}
#hLogo{
	position: fixed;
	top: 10px;
	left: 10px;
	width: 200px;
}
#hContact{
	display: none;
}
@media (min-width:768px) {
	#hLogo{
		top: 15px;
		left: 15px;
		width: 280px;
	}
	#hContact{
		width:100%;
		margin:0;
		padding-right:20px;
		display:flex;
		justify-content: flex-end;
		align-items: center;
	}
	#hContact .hTel{
		color:#004ebe;
		font-size:24px;
		font-weight: bold;
		display:flex;
		justify-content: center;
		align-items: center;
		margin-right: 20px;
	}
	#hContact .hTel i{
		font-size:20px;
		margin-right:5px;
	}
	#hContact .hConBtn{
		width:160px;
		height:40px;
		background-color: #c69c46;
		font-size : 14px;
		color : #FFFFFF;
		border-radius: 20px;
		display: block;
		display:flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		margin-right: 20px;
	}
	#hContact .hLine{
		background-color:#00c300;
		width:40px;
		height:40px;
		border-radius: 4px;
		display:flex;
		justify-content: center;
		align-items: center;
	}
	#hContact .hLine img{
		width:28px;
	}




}






/*footer*/
footer{
	width: 100%;
	padding: 40px 0;
	background-color: #00279d;
}
footer .fConWrap{}
footer .fConWrap .fTel,
footer .fConWrap .fMail,
footer .fConWrap .fLine{
	height:100px;
	display:flex;
	justify-content:center;
	align-items: center;
	font-weight: bold;
	line-height: 1.3;
	font-size:clamp(2rem , 2.4vw, 2.4rem);
	border-radius: 50px;
}
footer .fConWrap .fTel{
	flex-direction: column;
	background-color: #fcee53;
	color:#004ebe;
	margin-bottom:20px;
}
footer .fConWrap .fTel .txt01{
	font-size:14px;
}
footer .fConWrap .fTel .txt02{
	display: flex;
	justify-content:center;
	align-items: center;
	font-size:clamp(2.4rem , 2.8vw, 2.8rem);
}
footer .fConWrap .fTel .txt02 i{
	margin-right:5px;
	font-size: 20px;
}
footer .fConWrap .fTel .txt03{
	font-size:12px;
	font-weight: normal;
}
footer .fConWrap .fMail{
	background-color: #fff;
	color:#004ebe;
	margin-bottom:20px;
	text-decoration: none;
	padding-right:0.5em;
}
footer .fConWrap .fLine{
	display:flex;
	background-color: #00c300;
	color:#fff;
	margin-bottom:20px;
	text-decoration: none;
	padding-right:0.5em;
}
footer .fConWrap .fMail i{
	margin-right:10px;
	font-size:1.3em;
}
footer .fConWrap .fLine img{
	width: 40px;
	margin-right:10px;
}


@media (min-width:768px) {
	footer .fConWrap{
		display:flex;
		justify-content: space-between;
		align-items: stretch;
	}
	footer .fConWrap .fTel,
	footer .fConWrap .fMail,
	footer .fConWrap .fLine{
		width:32%;
		margin-bottom: 0
	}
}

/**/
body{
	margin-bottom:40px;
}
.fBtnSp{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: fixed;
	left: 0;
	bottom: 0;
}

.fBtnSp a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	width: 50%;
	line-height: 50px;
	margin: 0 auto;
	font-size:1.5rem;
	font-weight: bold;
}
.fBtnSp a i{
	margin-right: 5px;
}
.fBtnSp a.btnTel{
	background-color: #fcee53;
	color:#004ebe !important;
}
.fBtnSp a.btnMail{
	background-color: #004ebe;
	color:#fff !important;
}
.fBtnSp a.btnLine{
	background-color: #00c100;
	color:#fff !important;
}
.fBtnSp a.btnLine .icon{
	width: 20px;
	height: 20px;
	margin-right: 3px;
}

@media (min-width:768px) {
	body{
		margin-bottom:0;
	}
	.fBtnSp{
		display: none;
	}
}




/*section*/
.sec40{
	padding-top: clamp(20px , 4vw, 40px);
	padding-bottom: clamp(20px , 4vw, 40px);
}
.sec60{
	padding-top: clamp(30px , 6vw, 60px);
	padding-bottom: clamp(30px , 6vw, 60px);
}
.sec80{
	padding-top: clamp(50px , 8vw, 80px);
	padding-bottom: clamp(50px , 8vw, 80px);
}
.sec80b{
	padding-bottom: clamp(50px , 8vw, 80px);
}
.sec80t{
	padding-top: clamp(50px , 8vw, 80px);
}



/*title*/
.cTtl01{
	font-size:clamp(2.2rem , 3vw, 3rem);
	color : #004EBE;
	font-weight: bold;
}
.cTtl02{
	font-size:clamp(2rem , 2.5vw, 2.5rem);
	color : #004EBE;
	font-weight: bold;
}
.pageTtl01{
	background-image: url(../images/pagettl_bg.jpg);
	background-size: cover;
	background-position: center center;
	width:100%;
	height:200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageTtl01 .ttl01{
	color:#fff;
	font-size:clamp(2rem , 3vw, 3rem);
}


.cCheck01{
	font-size:clamp(1.6rem , 1.8vw, 1.8rem);
	font-weight: bold;
	background-image: url(../images/icon_check.svg);
	background-size:25px 25px;
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left:35px;
	margin-bottom: 5px;
}


/*btn*/
.cBtn01{
	background-color: #00279d;
	color: #fff;
	font-weight: bold;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 15px;
	border-radius: 40px;
	text-decoration: none;
	font-size:clamp(1.8rem , 2.5vw, 2.5rem);
	text-align: center;
}
.cBtn02{
	color: #666;
	border:1px solid #ccc;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size:1.4rem;
	text-align: center;
}

/*bg*/
.cBg01/*ベージュ*/{
	background-color: #f4ebda;
}
.cBg02/*青*/{
	background-color: #00279d;
}

.cWh{
	color:#fff;
}


/**/
.fs75{font-size: 75%;}
.fs110{font-size: 110%;}
.fs120{font-size: 120%;}
.fs130{font-size: 130%;}
.fs140{font-size: 140%;}
.fs150{font-size: 150%;}
.fs160{font-size: 160%;}
