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

body{
	width:100%;
	color:#444;
}
em{
	font-style:normal;
	font-weight:bold;
}
.sp{display:block;}
.pc{display:none;}
a:link,
a:visited{
	color:#444;
	text-decoration:underline;
	}
a:active,
a:hover{
	color:#444;
	text-decoration:underline;
	}
img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.img100{
	width:100%;
}
.w1040{
	max-width:1040px;
	margin-left:auto;
	margin-right:auto;
}
.w1000{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.w800{
	max-width:800px;
	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:"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width:768px) {
	.sp{display:none;}
	.pc{display:block;}
	a{
		transition-duration:0.3s;
		}
	a:hover{
		opacity: 0.7;
		}
}/* base */





/*header
----------------------------------------------------------- */
header{
	width:100%;
	height:50px;
	background-color: #fff;
	z-index:200;
	left:0;
	top:0;
	transition: all 0.3s ease-out;
	position:fixed;
}
main{
	padding-top:50px;
}
.anchor{
	display:block;
	margin-top:-50px;
	padding-top:50px;
	z-index:-1;
	position:relative;
}
#hWrap{
	margin:0;
	width:100%;
}
@media (min-width:768px) {
	header{
		position:fixed;
		height:70px;
	}
	main{
		padding-top:70px;
	}
	.anchor{
		margin-top:-70px;
		padding-top:70px;
	}
	#hWrap{
		display:flex;
		justify-content: space-between;
		align-items: center;
		height: 70px;
	}
}
#hLogo{
	width:200px;
	margin: 10px 0 0 10px;
}
@media (min-width:768px) {
	#hLogo{
		width:250px;
		margin:0 20px;
	}
	#hBtnMenu{
		display:none;
	}
}

@media (min-width:768px) {
	.hWrap02{
		width:calc(100% - 300px);
	}
}
/*gnav*/
#gNav{
	position:absolute;
	display:none;
	top:50px;
	left:0;
	z-index:100;
	text-align:center;
	width:100%;
	}
#gNav ul{
	width:100%;
	background:#004997;
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
#gNav > ul{
	margin-top:50px;
}
#gNav li{
	position: relative;
}
#gNav a{
	width:100%;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:1.5;
	color:#fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding:1em;
}
#gNav .contact a{
	width:80%;
	color:#fff;
	background-color:#f3a83b;
	font-size: 1.8rem;
	padding:0.5em;
	border-radius:2em;
	margin:10px auto 0;
}
@media (min-width:768px) {
	#gNav{
		width:100%;
		position:static;
		display:block !important;
		height:70px;
		}
	#gNav ul{
		width:100%;
		display:flex;
		justify-content: center;
		flex-wrap:wrap;
		padding:0 10px;
	}
	#gNav > ul{
		margin-top:0;
	}
	#gNav .nav01 > li{
		display:block;
		width:19%;
		max-width:200px;
	}
	#gNav .nav01 > li  > a{
		padding:0;
		display:flex;
		justify-content: center;
		align-items: center;
		padding:0;
		border-right:1px solid #fff;
		height:50px;
		margin:10px 0;
	}
	#gNav .nav01 > li:first-of-type > a{
		border-left:1px solid #fff;
	}
}

/*footer
----------------------------------------------------------- */
footer{
	padding:0;
	margin:0;
	background-color:#ddd;
	width:100%;
}
#footer01{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
}
#footer01 .fnav01{
	margin-bottom:20px;
}
#footer01 .fnav01 p{
	font-weight: bold;
	border-top:2px solid #000;
	border-bottom:2px dashed; #000;
	margin-bottom:10px;
	font-size:1.4rem;
	padding:5px 10px;
}
#footer01 .fnav01 a{
	display:block;
	font-size:1.4rem;
	margin-bottom:5px;
	padding:0 10px;
}

#footer01 .fnav02{
	margin-bottom:20px;
}
#footer01 .fnav02 a{
	font-weight: bold;
	display:block;
	font-size:1.4rem;
	margin-bottom:15px;
	padding:0 10px;
}
#footer01 .company{
	font-size:1.4rem;
	padding:0 10px;
}

.copyright{
	background-color: #004997;
	color:#fff;
	padding:10px;
	font-size:1.4rem;
}

@media (min-width:768px) {
	#footer01{
		display:flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#footer01 .fnav01{
		width:45%;
		margin-right:5%;
	}
	#footer01 .fnav02{
		width:45%;
		margin-right:5%;
	}
}

@media (min-width:1000px) {
	#footer01{
		display:flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
	}
	#footer01 .fnav01{
		width:16%;
		margin-right:2%;
		margin-bottom:0;
	}
	#footer01 .fnav02{
		width:16%;
		margin-right:2%;
		margin-bottom:0;
	}
	#footer01 .company{
		display:flex;
		justify-content: flex-start;
		align-items: flex-end;
		padding:0;
	}
}

/*section
----------------------------------------------------------- */
.sec4{padding-top:4rem;padding-bottom:4rem;}
.sec4t{padding-top:4rem;}
.sec4b{padding-bottom:4rem;}
.sec6{padding-top:6rem;padding-bottom:6rem;}
.sec6t{padding-top:6rem;}
.sec6b{padding-bottom:6rem;}
.sec8{padding-top:8rem;padding-bottom:8rem;}
.sec8t{padding-top:8rem;}
.sec8b{padding-bottom:8rem;}
.sec10{padding-top:10rem;padding-bottom:10rem;}
.sec10t{padding-top:10rem;}
.sec10b{padding-bottom:10rem;}
.sec12{padding-top:12rem;padding-bottom:12rem;}
.sec12t{padding-top:12rem;}
.sec12b{padding-bottom:12rem;}
/**/



/*title
----------------------------------------------------------- */
.pageTtl01{}
.pageTtl01 .imgwrap{
	width:100%;
}
.pageTtl01 .txtwrap{
	width:90%;
	margin:20px auto;
	text-align:left;

}
.pageTtl01 .txtwrap .txt01{
	font-weight: bold;
	font-size:clamp(2.6rem,4vw,4rem);
	margin-bottom: 0.5em;
	line-height: 1.3;
}
.pageTtl01 .txtwrap .txt02{
	font-weight: normal;
	font-size:clamp(1.4rem,2vw,2rem);
}
@media (min-width:768px) {
	.pageTtl01{
		position: relative;
	}
	.pageTtl01 .txtwrap{
		position: absolute;
		left:5%;
		top:20px;
	}
}

@media (min-width:768px) {
	.pageTtl01.rvs{
		position: relative;
	}
	.pageTtl01.rvs .txtwrap{
		position: absolute;
		left:55%;
		top:20px;
		width:40%;
	}
}




/**/
.cTtl01{
	display:inline-block;
	width:auto;
	margin:0 auto 20px;
	padding:0 5%;
	color:#F092AE;
	border-bottom:2px solid #F092AE;
	font-size:min(6vw,4rem);
	text-align:center;
}
/**/
.cTtl02{
	display:inline-block;
	width:auto;
	margin:0 auto 20px;
	font-size:clamp(2.5rem,3vw,4rem);
	text-align:left;
	border-left:10px solid #F8B856;
	padding-left:0.5em;
	line-height:1.2;
}
.cTtl02.white{
	display:inline-block;
	width:auto;
	margin:0 auto 20px;
	font-size:clamp(2.5rem,3vw,4rem);
	text-align:left;
	border-left:10px solid #fff;
	padding-left:0.5em;
	line-height:1.2;
}
/**/

.cPink01{color:#F092AE;}
.cOrange01{color:#F8B856;}
.cBlue01{color:#7ecef4;}
.cWhite01{color:#fff;}
.lh15{line-height:1.5 !important;}
.lh20{line-height:2 !important;}
.palt{font-feature-settings: "palt";}
.txt50{font-size:50% !important;}
.txt75{font-size:75% !important;}
.txt120{font-size:120%;}
.txt150{font-size:150%;}
.txt200{font-size:200%;}
.txt16r{font-size:clamp(1.2rem,1.6vw,1.6rem);}
.txt18r{font-size:clamp(1.4rem,1.8vw,1.8rem);}
.txt20r{font-size:clamp(1.5rem,2vw,2rem);}
.txt24r{font-size:clamp(1.8rem,2vw,2.4rem);}
.txt28r{font-size:clamp(1.8rem,3vw,2.8rem);}
.txt32r{font-size:clamp(2rem,3vw,3.2rem);}
.txt36r{font-size:clamp(2rem,3vw,3.6rem);}
.txt40r{font-size:clamp(3rem,4vw,4rem);}
.txtdots{
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
.makerWhite01{
	background: linear-gradient(transparent 70%, #fff 70%);
}

/*btn
----------------------------------------------------------- */
.cBtn01{
	display:block;
	width:calc(100% - 40px);
	margin:0 40px 0 0;
	font-size:clamp(1.8rem,2vw,2.4rem);
	padding:5px 15px;
	background-color:#F092AE;
	color:#fff !important;
	text-decoration: none !important;
	text-align:left;
	font-family: serif;
	position:relative;
}
.cBtn01::before{
	content:"";
	position:absolute;
	background-color:#F092AE;
	right:-40px;
	top:0;
	width:40px;
	height:100%;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.cBtn02{
	display:block;
	width:90%;
	max-width:300px;
	margin:0 auto;
	font-size:1.6rem;
	padding:10px;
	border:1px solid #ccc;
	color:#333 !important;
	text-decoration: none !important;
	text-align:center;
}
.pageTop01{
	display:block;
	font-size:clamp(1.8rem,2.4vw,2.4rem);
	width:9em;
	border-bottom:2px solid #F8B856;
	color:#F8B856 !important;
	font-weight: bold;
	margin-top:1em;
	margin-left:auto;
	padding-bottom:0.25em;
	text-decoration: none !important;
	text-align:left;
	position: relative;
}
.pageTop01::before{
	content:"";
	position: absolute;
	display:block;
	width:2px;
	height:30px;
	background-color: #F8B856;
	right:0;
	bottom:0;
}
.pageTop01::after{
	content:"";
	position: absolute;
	display:block;
	width:20px;
	height:20px;
	right:-9px;
	bottom:30px;
	background-color: #F8B856;
	clip-path: polygon(50% 36%, 0% 100%, 100% 100%);
}
.pageTop01.white{
	border-bottom:2px solid #fff;
	color:#fff !important;
}
.pageTop01.white::before{
	background-color: #fff;
}
.pageTop01.white::after{
	background-color: #fff;
}
.pageTop01.pink{
	border-bottom:2px solid #f092ae;
	color:#f092ae !important;
}
.pageTop01.pink::before{
	background-color: #f092ae;
}
.pageTop01.pink::after{
	background-color: #f092ae;
}
.pageTop01.blue{
	border-bottom:2px solid #7ecef4;
	color:#7ecef4 !important;
}
.pageTop01.blue::before{
	background-color: #7ecef4;
}
.pageTop01.blue::after{
	background-color: #7ecef4;
}

.lNav{
	width:90%;
	max-width:800px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	align-items: stretch;
}
.lNav a{
	display:flex;
	justify-content: center;
	align-items: center;
	width:30%;
	font-size:clamp(1.4rem,2vw,2.8rem);
	background-color:#FBDBAB;
	padding:0.75em 0;
	text-decoration: none !important;
	font-weight: bold;
	border-radius: 10px;
	position:relative;
	line-height: 1.2;
}
.lNav a::before{
	content:"";
	position: absolute;
	display:block;
	width:0.5em;
	height:1em;
	right:0.5em;
	top:calc(50% - 0.5em);
	background-color: #333;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}


.cBg01{/*ピンク*/
	background-color:#F092AE;
}
.cBg02{/*うすピンク*/
	background-color:#F6BDCF;
}
.cBg03{/*うすオレンジ*/
	background-color:#FEF1DD;
}
.cBg04{/*ややうすオレンジ*/
	background-color:#FBDBAB;
}




.cVideo{}