@charset "utf-8";
*{
	box-sizing: border-box;
	font-family: inherit;
}
img{
	vertical-align:bottom;
	max-width:100%;
		height: auto;
}
img.maxWidthNone{
	max-width:none;
}
.absolute{
	position:absolute;
}
.absolute img,
img.absolute{
	max-width:none;
}
.flexSpace{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;		/*Firefox21*/
	-ms-flex-pack: justify;		/*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}
.flexStart{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
}
.flexCenter{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
	-webkit-box-pack: center; /*Android4.3*/
	-moz-box-pack: center;		/*Firefox21*/
	-ms-flex-pack: center;		/*IE10*/
	-webkit-justify-content: center; /*PC-Safari,iOS8.4*/
	justify-content: center;
}
.flexEnd{
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;		/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-wrap:wrap;/*IE10*/
	-webkit-flex-wrap:wrap;/*PC-Safari,iOS8.4*/
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;				 /* Safari etc. */
	-ms-justify-content:flex-end;				 /* IE10				*/
	justify-content:flex-end;
}
.flexSpace.reverse,
.flexStart.reverse,
.flexEnd.reverse,
.flexCenter.reverse{
	flex-direction: row-reverse;
}
.flexSpace.center,
.flexStart.center,
.flexEnd.center,
.flexCenter.center{
	align-items: center;
}
.flexSpace.bottom,
.flexStart.bottom,
.flexEnd.bottom,
.flexCenter.bottom{
	align-items: flex-end;
}
.gap4{ gap: 4px;}
.gap8{ gap: 8px;}
.gap12{ gap: 12px;}
.gap16{ gap: 16px;}
.gap20{ gap: 20px;}
.gap24{ gap: 24px;}
.gap32{ gap: 32px;}
.gap40{ gap: 40px;}
.gap48{ gap: 48px;}
.gap64{ gap: 64px;}
img.flLeft{
	float: left;
	max-width: none;
}
img.flRight{
	float: right;
	max-width: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.objectfit{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.mt8{ margin-top: 8px;}
.mt16{ margin-top: 16px;}
.mt24{ margin-top: 24px;}
.mt32{ margin-top: 32px;}
.mt40{ margin-top: 40px;}
.mt48{ margin-top: 48px;}
.mt56{ margin-top: 56px;}
.mt64{ margin-top: 64px;}
.mt72{ margin-top: 72px;}
.mt80{ margin-top: 80px;}
.mt88{ margin-top: 88px;}
.mt96{ margin-top: 96px;}
.mt104{ margin-top: 104px;}
.mt112{ margin-top: 112px;}
.mt120{ margin-top: 120px;}
.mt128{ margin-top: 128px;}
.mt160{ margin-top: 160px;}
.mt192{ margin-top: 192px;}
.mt256{ margin-top: 256px;}
.mb8{ margin-bottom: 8px;}
.mb16{ margin-bottom: 16px;}
.mb24{ margin-bottom: 24px;}
.mb32{ margin-bottom: 32px;}
.mb40{ margin-bottom: 40px;}
.mb48{ margin-bottom: 48px;}
.mb56{ margin-bottom: 56px;}
.mb64{ margin-bottom: 64px;}
.mb72{ margin-bottom: 72px;}
.mb80{ margin-bottom: 80px;}
.mb88{ margin-bottom: 88px;}
.mb96{ margin-bottom: 96px;}
.mb104{ margin-bottom: 104px;}
.mb112{ margin-bottom: 112px;}
.mb120{ margin-bottom: 120px;}
.mb128{ margin-bottom: 128px;}
.mb192{ margin-bottom: 192px;}
.mb256{ margin-bottom: 256px;}
.pt8{ padding-top: 8px;}
.pt16{ padding-top: 16px;}
.pt24{ padding-top: 24px;}
.pt32{ padding-top: 32px;}
.pt40{ padding-top: 40px;}
.pt48{ padding-top: 48px;}
.pt56{ padding-top: 56px;}
.pt64{ padding-top: 64px;}
.pt72{ padding-top: 72px;}
.pt80{ padding-top: 80px;}
.pt88{ padding-top: 88px;}
.pt96{ padding-top: 96px;}
.pt104{ padding-top: 104px;}
.pt112{ padding-top: 112px;}
.pt120{ padding-top: 120px;}
.pt128{ padding-top: 128px;}
.pt160{ padding-top: 160px;}
.pt176{ padding-top: 176px;}
.pt192{ padding-top: 192px;}
.pt256{ padding-top: 256px;}
.pb8{ padding-bottom: 8px;}
.pb16{ padding-bottom: 16px;}
.pb24{ padding-bottom: 24px;}
.pb32{ padding-bottom: 32px;}
.pb40{ padding-bottom: 40px;}
.pb48{ padding-bottom: 48px;}
.pb56{ padding-bottom: 56px;}
.pb64{ padding-bottom: 64px;}
.pb72{ padding-bottom: 72px;}
.pb80{ padding-bottom: 80px;}
.pb88{ padding-bottom: 88px;}
.pb96{ padding-bottom: 96px;}
.pb104{ padding-bottom: 104px;}
.pb112{ padding-bottom: 112px;}
.pb120{ padding-bottom: 120px;}
.pb128{ padding-bottom: 128px;}
.pb160{ padding-bottom: 160px;}
.pb176{ padding-bottom: 176px;}
.pb192{ padding-bottom: 192px;}
.pb256{ padding-bottom: 256px;}
.fz8{ font-size: 8px;}
.fz10{ font-size: 10px;}
.fz12{ font-size: 12px;}
.fz14{ font-size: 14px;}
.fz15{ font-size: 15px;}
.fz18{ font-size: 18px;}
.fz20{ font-size: 20px;}
.fz24{ font-size: 24px;}
.fw600{ font-weight: 600;}
.taCenter{ text-align: center;}
.mlr_auto{
	margin-left: auto;
	margin-right: auto;
}
.white{
	color: #FFF;
}
.yellow{
	color: #ffe100;
}
.bg_white{
	background-color: #FFF;
	color: #000;
}
.bg_gray{
	background-color: #333;
	color: #FFF;
}
.bg_blak{
	background-color: #000000;
	color: #FFF;
}
.bg_yellow{
	background-color: #ffe100;
	color: #000;
}


.page #main{
	position: relative;
}

.page #main .img{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.page #main .img{
	background-image: url("../img/common/page_header.jpg");
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 375px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page h1 svg{
	fill:#fff;
}
.page #main h2{
	font-size: 40px;
	color: #fff;
	padding: 60px 0 120px;
	max-width: 1000px;
	margin: 0 auto;
}
.container1000,
.page .inner{
	max-width: 1000px;
	margin: 0 auto;
}
.title01{
	font-size: 52px;
	margin: 0 auto 30px;
	color: #fff;
}
.title01 span{
	font-size: 20px;
	padding-left: 30px;
}
.page_nav01 li{
	width: calc((100% - 64px) / 3);
}
.page_nav01 li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 40px 0 20px;
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #FFF;
	background: url("../img/common/angle01_down_white.png") no-repeat right 16px center;
	background-size: 10px;
}
.title02{
	padding-bottom: 16px;
	border-bottom: 1px solid #FFF;
}
.title02 span{
	line-height: 1;
}
.btn01{
	height: 50px;
	width: 232px;
	position: relative;
}
.btn01:after{
	content: "";
	display: block;
	background: url("../img/common/btn01.png");
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 12px;
	top: calc(50% - 10px);
}
.btn01.down:after{
	transform: rotate(90deg);
}
.container800{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.anchor{
	padding-top: 128px;
	margin-top: -128px;
	position: relative;
	z-index: -9999;
	display: block;
}
.table01{
	width: 100%;
	border-collapse: collapse;
}
.table01 th,
.table01 td{
	padding: 20px 10px;
	font-family: inherit;
	vertical-align: top;
	border-bottom: 1px solid #FFF;
}
.table01 th{
	width: 100px;
}

/*------------------------------------------------
sp
--------------------------------------------------*/
.sp_inline,
.sp_block,
.sp_flex{
	display: none;
}
#menu{
	display: none;
}
@media screen and (max-width: 798px){
	.sp_inline{ display: inline;}
	.sp_block{ display: block;}
	.sp_flex{ display: flex;}
	.sp_none{ display: none;}
	img.flLeft,
	img.flRight{
		width: 100%;
		float: none;
	}
	img.maxWidthNone{
		max-width: 100%;
	}
	.anchor{
		margin-top: -48px;
		padding-top: 48px;
	}
	.mt8{ margin-top: 4px;}
	.mt16{ margin-top: 8px;}
	.mt24{ margin-top: 12px;}
	.mt32{ margin-top: 16px;}
	.mt40{ margin-top: 20px;}
	.mt48{ margin-top: 24px;}
	.mt56{ margin-top: 28px;}
	.mt64{ margin-top: 32px;}
	.mt72{ margin-top: 36px;}
	.mt80{ margin-top: 40px;}
	.mt88{ margin-top: 44px;}
	.mt96{ margin-top: 48px;}
	.mt104{ margin-top: 52px;}
	.mt112{ margin-top: 56px;}
	.mt120{ margin-top: 60px;}
	.mt128{ margin-top: 64px;}
	.mt160{ margin-top: 80px;}
	.mt192{ margin-top: 96px;}
	.mt256{ margin-top: 128px;}
	.mb8{ margin-bottom: 4px;}
	.mb16{ margin-bottom: 8px;}
	.mb24{ margin-bottom: 12px;}
	.mb32{ margin-bottom: 16px;}
	.mb40{ margin-bottom: 20px;}
	.mb48{ margin-bottom: 24px;}
	.mb56{ margin-bottom: 28px;}
	.mb64{ margin-bottom: 32px;}
	.mb72{ margin-bottom: 36px;}
	.mb80{ margin-bottom: 40px;}
	.mb88{ margin-bottom: 44px;}
	.mb96{ margin-bottom: 48px;}
	.mb104{ margin-bottom: 52px;}
	.mb112{ margin-bottom: 56px;}
	.mb120{ margin-bottom: 60px;}
	.mb128{ margin-bottom: 64px;}
	.mb192{ margin-bottom: 96px;}
	.mb256{ margin-bottom: 128px;}
	.pt8{ padding-top: 4px;}
	.pt16{ padding-top: 8px;}
	.pt24{ padding-top: 12px;}
	.pt32{ padding-top: 16px;}
	.pt40{ padding-top: 20px;}
	.pt48{ padding-top: 24px;}
	.pt56{ padding-top: 28px;}
	.pt64{ padding-top: 32px;}
	.pt72{ padding-top: 36px;}
	.pt80{ padding-top: 40px;}
	.pt88{ padding-top: 44px;}
	.pt96{ padding-top: 48px;}
	.pt104{ padding-top: 52px;}
	.pt112{ padding-top: 56px;}
	.pt120{ padding-top: 60px;}
	.pt128{ padding-top: 64px;}
	.pt160{ padding-top: 80px;}
	.pt176{ padding-top: 88px;}
	.pt192{ padding-top: 96px;}
	.pt256{ padding-top: 128px;}
	.pb8{ padding-bottom: 4px;}
	.pb16{ padding-bottom: 8px;}
	.pb24{ padding-bottom: 12px;}
	.pb32{ padding-bottom: 16px;}
	.pb40{ padding-bottom: 20px;}
	.pb48{ padding-bottom: 24px;}
	.pb56{ padding-bottom: 28px;}
	.pb64{ padding-bottom: 32px;}
	.pb72{ padding-bottom: 36px;}
	.pb80{ padding-bottom: 40px;}
	.pb88{ padding-bottom: 44px;}
	.pb96{ padding-bottom: 48px;}
	.pb104{ padding-bottom: 52px;}
	.pb112{ padding-bottom: 56px;}
	.pb120{ padding-bottom: 60px;}
	.pb128{ padding-bottom: 64px;}
	.pb160{ padding-bottom: 80px;}
	.pb176{ padding-bottom: 88px;}
	.pb192{ padding-bottom: 96px;}
	.pb256{ padding-bottom: 128px;}
	.fz24{ font-size: 20px;}
	
	
	.page #main h2{
		text-align: center;
	}
	.page #main .img {
		width: 100%;
		height: 100%;
		background-position: center left -150px;
		background-size: cover;
	}
	.container1000,
	.page .inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.title01{
		font-size: 33px;
	}
	.title01 span{
		display: block;
		padding: 0;
	}
	.page_nav01{
		gap: 0;
	}
	.page_nav01 li{
		width: 100%;
	}
	.title01 span{
		width: 100%;
		display: block;
	}
	.container800{
		width: 100%;
	}

}



