@charset "utf-8";



/*-- 

reset

====================================================== --*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,:after,:before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{line-height:inherit;font-weight:inherit;margin:0}address,blockquote,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0}ol,ul{padding:0;list-style:none}dt{font-weight:400;font-weight:500}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace;}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:400}code,kbd,samp{font-family:monospace;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.45em}embed,iframe,img,object{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled],button[disabled]{cursor:default}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}template{display:none}



/*-- 

root

====================================================== --*/

:root{
	--c-main:#f04d4e;
	--c-sub:#c03e3e;
	--c-black:#222;
	--c-black2:#000;
	--c-white:#fff;
	--c-gray:#fafafa;
	--c-gray2:#ccc;
	--c-gray3:#eee;

	--c-green:rgba(134,200,119,0.9);
	--c-yellow:rgba(196,189,78,0.9);
	--c-orange:rgba(216,126,72,0.9);
	--c-blue:rgba(75,107,172,0.9);

	--c-lightblue-70:rgba(210,237,241,0.7);
	--c-blue-70:rgba(23,54,100,0.7);

	--c-white-10:rgba(255,255,255,0.1);
	--c-white-20:rgba(255,255,255,0.2);
	--c-white-30:rgba(255,255,255,0.3);
	--c-white-40:rgba(255,255,255,0.4);
	--c-white-50:rgba(255,255,255,0.5);
	--c-white-60:rgba(255,255,255,0.6);
	--c-white-70:rgba(255,255,255,0.7);
	--c-white-80:rgba(255,255,255,0.8);
	--c-white-90:rgba(255,255,255,0.9);
	--c-black-10:rgba(34,34,34,0.1);
	--c-black-20:rgba(34,34,34,0.2);
	--c-black-30:rgba(34,34,34,0.3);
	--c-black-40:rgba(34,34,34,0.4);
	--c-black-50:rgba(34,34,34,0.5);
	--c-black-60:rgba(34,34,34,0.6);
	--c-black-70:rgba(34,34,34,0.7);
	--c-black-80:rgba(34,34,34,0.8);
	--c-black-90:rgba(34,34,34,0.9);

}



/*-- 

common

====================================================== --*/

/*-- html body --*/

html{
	font-size:62.5%;
}
/* pc */
@media screen and (min-width:2000px){
	html{
		font-size:75%;
	}
}
body{
	color:var(--c-black);
	background:var(--c-white);
	/*
	text-align:justify;
	word-break:break-all;
	*/
	text-justify:inter-character;
	word-wrap:break-word;
	overflow-wrap:break-word;
	font-size:1.6rem;
	line-height:2;
	font-weight:400;
}
/* tb */
@media screen and (max-width:835px){
	body{
		font-size:1.5rem;
	}
}
/* sp */
@media screen and (max-width:767px){
	body{
		font-size:1.4rem;
	}
}

/*-- font-family --*/

:lang(ja) body,
:lang(ja) select,
:lang(ja) button,
:lang(ja) input{
	font-family:'Noto Sans JP',sans-serif;
	font-optical-sizing:auto;
}
:lang(en-US) body,
:lang(en-US) select,
:lang(en-US) button,
:lang(en-US) input{
	font-family:'Noto Sans',sans-serif;
	font-optical-sizing:auto;
}
.ff_rt{
	font-family:'Roboto',sans-serif;
	text-align:left;
}

/*-- font --*/

/* size */

.fs12{font-size:1.2rem!important;}
.fs14{font-size:1.4rem!important;}
.fs16{font-size:1.6rem!important;}
.fs18{font-size:1.8rem!important;}
.fs20{font-size:2rem!important;}
.fs22{font-size:2.2rem!important;}
.fs24{font-size:2.4rem!important;}
.fs26{font-size:2.6rem!important;}
.fs28{font-size:2.8rem!important;}
.fs30{font-size:3rem!important;}
.fs50p{font-size:50%!important;}
.fs60p{font-size:60%!important;}
.fs70p{font-size:70%!important;}
.fs80p{font-size:80%!important;}
.fs120p{font-size:120%!important;}
.fs200p{font-size:200%!important;}

/* sp */
@media screen and (max-width:767px){
	.sp_fs12{font-size:1.2rem!important;}
	.sp_fs14{font-size:1.4rem!important;}
	.sp_fs16{font-size:1.6rem!important;}
	.sp_fs18{font-size:1.8rem!important;}
	.sp_fs20{font-size:2rem!important;}
	.sp_fs22{font-size:2.2rem!important;}
	.sp_fs24{font-size:2.4rem!important;}
	.sp_fs26{font-size:2.6rem!important;}
	.sp_fs28{font-size:2.8rem!important;}
	.sp_fs30{font-size:3rem!important;}
	.sp_fs60p{font-size:60%!important;}
	.sp_fs80p{font-size:80%!important;}
	.sp_fs120p{font-size:120%!important;}
	.sp_fs200p{font-size:200%!important;}
}

/* color */

.fc_main{color:var(--c-main)!important;}
.fc_sub{color:var(--c-sub)!important;}
.fc_black{color:var(--c-black)!important;}
.fc_white{color:var(--c-white)!important;}

/* b */

.fw_bold,
strong,
b{
	font-weight:700;
}
sup{
	margin:0 0.15em;
}

/* line-height */

.lh_1{line-height:1!important;}
.lh_1-1{line-height:1.1!important;}
.lh_1-2{line-height:1.2!important;}
.lh_1-3{line-height:1.3!important;}
.lh_1-4{line-height:1.4!important;}
.lh_1-5{line-height:1.5!important;}

/*-- a --*/

a{color:var(--c-black);text-underline-offset:0.3rem;}
a:link{text-decoration:underline;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}

/*-- focus --*/

a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
.visually-hidden:focus-visible + label{
	outline:0.2rem solid var(--c-black)!important;
	outline-offset:-0.1rem;
}

/*-- list --*/

.lst_disc,
.lst_decimal{
	line-height:1.75;
}
.lst_disc{
	margin-left:1.5em!important;
	text-indent:0!important;
	list-style-type:disc!important;
}
.lst_decimal{
	margin-left:1.5em!important;
	text-indent:0!important;
	list-style-type:decimal!important;
}
.lst_disc > li,
.lst_decimal > li{
	margin-bottom:.5em;
}
.lst_disc > li:last-child,
.lst_decimal > li:last-child{
	margin-bottom:0;
}

/*-- text-align --*/

.ta_left{text-align:left!important;}
.ta_right{text-align:right!important;}
.ta_center{text-align:center!important;}
/* sp */
@media screen and (max-width:767px){
	.sp_ta_left{text-align:left!important;}
	.sp_ta_right{text-align:right!important;}
	.sp_ta_center{text-align:center!important;}
}

/*-- vertical-align --*/

.va_top{vertical-align:top!important;}
.va_middle{vertical-align:middle!important;}
.va_bottom{vertical-align:bottom!important;}

/*-- width --*/

.w10p{width:10%!important;}
.w20p{width:20%!important;}
.w30p{width:30%!important;}
.w40p{width:40%!important;}
.w50p{width:50%!important;}
.w60p{width:60%!important;}
.w70p{width:70%!important;}
.w80p{width:80%!important;}
.w90p{width:90%!important;}
.w100p{width:100%!important;}

/* sp */
@media screen and (max-width:767px){
	.sp_w10p{width:10%!important;}
	.sp_w20p{width:20%!important;}
	.sp_w30p{width:30%!important;}
	.sp_w40p{width:40%!important;}
	.sp_w50p{width:50%!important;}
	.sp_w60p{width:60%!important;}
	.sp_w70p{width:70%!important;}
	.sp_w80p{width:80%!important;}
	.sp_w90p{width:90%!important;}
	.sp_w100p{width:100%!important;}
}

/*-- margin --*/

.pc_mt0{margin-top:0 !important;}.pc_mt05{margin-top:0.5rem !important;}.pc_mt10{margin-top:1rem !important;}.pc_mt15{margin-top:1.5rem !important;}.pc_mt20{margin-top:2rem !important;}.pc_mt25{margin-top:2.5rem !important;}.pc_mt30{margin-top:3rem !important;}.pc_mt35{margin-top:3.5rem !important;}.pc_mt40{margin-top:4rem !important;}.pc_mt45{margin-top:4.5rem !important;}.pc_mt50{margin-top:5rem !important;}.pc_mt55{margin-top:5.5rem !important;}.pc_mt60{margin-top:6rem !important;}.pc_mt65{margin-top:6.5rem !important;}.pc_mt70{margin-top:7rem !important;}.pc_mt75{margin-top:7.5rem !important;}.pc_mt80{margin-top:8rem !important;}.pc_mt85{margin-top:8.5rem !important;}.pc_mt90{margin-top:9rem !important;}.pc_mt95{margin-top:9.5rem !important;}.pc_mt100{margin-top:10rem !important;}
.pc_mb0{margin-bottom:0 !important;}.pc_mb05{margin-bottom:0.5rem !important;}.pc_mb10{margin-bottom:1rem !important;}.pc_mb15{margin-bottom:1.5rem !important;}.pc_mb20{margin-bottom:2rem !important;}.pc_mb25{margin-bottom:2.5rem !important;}.pc_mb30{margin-bottom:3rem !important;}.pc_mb35{margin-bottom:3.5rem !important;}.pc_mb40{margin-bottom:4rem !important;}.pc_mb45{margin-bottom:4.5rem !important;}.pc_mb50{margin-bottom:5rem !important;}.pc_mb55{margin-bottom:5.5rem !important;}.pc_mb60{margin-bottom:6rem !important;}.pc_mb65{margin-bottom:6.5rem !important;}.pc_mb70{margin-bottom:7rem !important;}.pc_mb75{margin-bottom:7.5rem !important;}.pc_mb80{margin-bottom:8rem !important;}.pc_mb85{margin-bottom:8.5rem !important;}.pc_mb90{margin-bottom:9rem !important;}.pc_mb95{margin-bottom:9.5rem !important;}.pc_mb100{margin-bottom:10rem !important;}

/*-- padding --*/

.pc_pt0{padding-top:0 !important;}.pc_pt05{padding-top:0.5rem !important;}.pc_pt10{padding-top:1rem !important;}.pc_pt15{padding-top:1.5rem !important;}.pc_pt20{padding-top:2rem !important;}.pc_pt25{padding-top:2.5rem !important;}.pc_pt30{padding-top:3rem !important;}.pc_pt35{padding-top:3.5rem !important;}.pc_pt40{padding-top:4rem !important;}.pc_pt45{padding-top:4.5rem !important;}.pc_pt50{padding-top:5rem !important;}.pc_pt55{padding-top:5.5rem !important;}.pc_pt60{padding-top:6rem !important;}.pc_pt65{padding-top:6.5rem !important;}.pc_pt70{padding-top:7rem !important;}.pc_pt75{padding-top:7.5rem !important;}.pc_pt80{padding-top:8rem !important;}.pc_pt85{padding-top:8.5rem !important;}.pc_pt90{padding-top:9rem !important;}.pc_pt95{padding-top:9.5rem !important;}.pc_pt100{padding-top:10rem !important;}
.pc_pb0{padding-bottom:0 !important;}.pc_pb05{padding-bottom:0.5rem !important;}.pc_pb10{padding-bottom:1rem !important;}.pc_pb15{padding-bottom:1.5rem !important;}.pc_pb20{padding-bottom:2rem !important;}.pc_pb25{padding-bottom:2.5rem !important;}.pc_pb30{padding-bottom:3rem !important;}.pc_pb35{padding-bottom:3.5rem !important;}.pc_pb40{padding-bottom:4rem !important;}.pc_pb45{padding-bottom:4.5rem !important;}.pc_pb50{padding-bottom:5rem !important;}.pc_pb55{padding-bottom:5.5rem !important;}.pc_pb60{padding-bottom:6rem !important;}.pc_pb65{padding-bottom:6.5rem !important;}.pc_pb70{padding-bottom:7rem !important;}.pc_pb75{padding-bottom:7.5rem !important;}.pc_pb80{padding-bottom:8rem !important;}.pc_pb85{padding-bottom:8.5rem !important;}.pc_pb90{padding-bottom:9rem !important;}.pc_pb95{padding-bottom:9.5rem !important;}.pc_pb100{padding-bottom:10rem !important;}

/* sp */
@media screen and (max-width:767px){
	.sp_mt0{margin-top:0 !important;}.sp_mt05{margin-top:0.5rem !important;}.sp_mt10{margin-top:1rem !important;}.sp_mt15{margin-top:1.5rem !important;}.sp_mt20{margin-top:2rem !important;}.sp_mt25{margin-top:2.5rem !important;}.sp_mt30{margin-top:3rem !important;}.sp_mt35{margin-top:3.5rem !important;}.sp_mt40{margin-top:4rem !important;}.sp_mt45{margin-top:4.5rem !important;}.sp_mt50{margin-top:5rem !important;}.sp_mt55{margin-top:5.5rem !important;}.sp_mt60{margin-top:6rem !important;}.sp_mt65{margin-top:6.5rem !important;}.sp_mt70{margin-top:7rem !important;}.sp_mt75{margin-top:7.5rem !important;}.sp_mt80{margin-top:8rem !important;}.sp_mt85{margin-top:8.5rem !important;}.sp_mt90{margin-top:9rem !important;}.sp_mt95{margin-top:9.5rem !important;}.sp_mt100{margin-top:10rem !important;}
	.sp_mb0{margin-bottom:0 !important;}.sp_mb05{margin-bottom:0.5rem !important;}.sp_mb10{margin-bottom:1rem !important;}.sp_mb15{margin-bottom:1.5rem !important;}.sp_mb20{margin-bottom:2rem !important;}.sp_mb25{margin-bottom:2.5rem !important;}.sp_mb30{margin-bottom:3rem !important;}.sp_mb35{margin-bottom:3.5rem !important;}.sp_mb40{margin-bottom:4rem !important;}.sp_mb45{margin-bottom:4.5rem !important;}.sp_mb50{margin-bottom:5rem !important;}.sp_mb55{margin-bottom:5.5rem !important;}.sp_mb60{margin-bottom:6rem !important;}.sp_mb65{margin-bottom:6.5rem !important;}.sp_mb70{margin-bottom:7rem !important;}.sp_mb75{margin-bottom:7.5rem !important;}.sp_mb80{margin-bottom:8rem !important;}.sp_mb85{margin-bottom:8.5rem !important;}.sp_mb90{margin-bottom:9rem !important;}.sp_mb95{margin-bottom:9.5rem !important;}.sp_mb100{margin-bottom:10rem !important;}
	.sp_pt0{padding-top:0 !important;}.sp_pt05{padding-top:0.5rem !important;}.sp_pt10{padding-top:1rem !important;}.sp_pt15{padding-top:1.5rem !important;}.sp_pt20{padding-top:2rem !important;}.sp_pt25{padding-top:2.5rem !important;}.sp_pt30{padding-top:3rem !important;}.sp_pt35{padding-top:3.5rem !important;}.sp_pt40{padding-top:4rem !important;}.sp_pt45{padding-top:4.5rem !important;}.sp_pt50{padding-top:5rem !important;}.sp_pt55{padding-top:5.5rem !important;}.sp_pt60{padding-top:6rem !important;}.sp_pt65{padding-top:6.5rem !important;}.sp_pt70{padding-top:7rem !important;}.sp_pt75{padding-top:7.5rem !important;}.sp_pt80{padding-top:8rem !important;}.sp_pt85{padding-top:8.5rem !important;}.sp_pt90{padding-top:9rem !important;}.sp_pt95{padding-top:9.5rem !important;}.sp_pt100{padding-top:10rem !important;}
	.sp_pb0{padding-bottom:0 !important;}.sp_pb05{padding-bottom:0.5rem !important;}.sp_pb10{padding-bottom:1rem !important;}.sp_pb15{padding-bottom:1.5rem !important;}.sp_pb20{padding-bottom:2rem !important;}.sp_pb25{padding-bottom:2.5rem !important;}.sp_pb30{padding-bottom:3rem !important;}.sp_pb35{padding-bottom:3.5rem !important;}.sp_pb40{padding-bottom:4rem !important;}.sp_pb45{padding-bottom:4.5rem !important;}.sp_pb50{padding-bottom:5rem !important;}.sp_pb55{padding-bottom:5.5rem !important;}.sp_pb60{padding-bottom:6rem !important;}.sp_pb65{padding-bottom:6.5rem !important;}.sp_pb70{padding-bottom:7rem !important;}.sp_pb75{padding-bottom:7.5rem !important;}.sp_pb80{padding-bottom:8rem !important;}.sp_pb85{padding-bottom:8.5rem !important;}.sp_pb90{padding-bottom:9rem !important;}.sp_pb95{padding-bottom:9.5rem !important;}.sp_pb100{padding-bottom:10rem !important;}
}

/*-- img --*/

img{
	-webkit-backface-visibility:hidden; /* chrome */
}
.img_auto{
	/* max-width:100%; */
	width:100%;
	height:auto;
}

/* ofi_img */

.ofi_img{
	object-fit:cover;
	object-position:center;
	font-family:'object-fit:cover;object-position:center;';
}
.ofi_img._center{
	object-position:center;
	font-family:'object-fit:cover;object-position:center;';
}
.ofi_img._right{
	object-position:right;
	font-family:'object-fit:cover;object-position:right;';
}
.ofi_img._top{
	object-position:top;
	font-family:'object-fit:cover;object-position:top;';
}

/*-- skip --*/

#main-content-skip{
	position:absolute;
	top:-3.2rem;
	left:0;
	width:100%;
	font-size:1.6rem;
	line-height:1.6;
	padding:0.5rem 1rem;
	text-align:center;
	background:rgba(255,255,255,0.9);
	box-shadow:0 3px 6px rgba(0,0,0,0.2);
	z-index:9999;
	opacity:0;
	transition:.3s;
}
#main-content-skip.show{
	top:0;
	opacity:1;
}
#main-content-wrap{
	position:relative;
}
#main-content.skip{
	width:1px;
	font-size:0.1%;
	line-height:0.1;
	position:absolute;
	top:-6rem;
	left:-666.6rem;
	z-index:9999;
}

/*-- other --*/

a,
button{
	opacity:1;
	cursor:pointer;
	transition:opacity .3s;
}
a:hover,
button:hover{
	opacity:0.7;
}
.clearfix::after{
	content:'';
	display:block;
	clear:both;
}
.ws_nowrap{
	white-space:nowrap;
}
.pr{
	position:relative;
}
.visually-hidden{
	clip:rect(0 0 0 0);
	clip-path:inset(50%);
	width:1rem;
	height:1rem;
	overflow:hidden;
	position:absolute;
	white-space:nowrap;
}
.for_pc{display:flex!important;}
.for_sp{display:none!important;}

/* sp */
@media screen and (max-width:767px){
	a:hover,
	button:hover{
		opacity:1;
	}
	.for_pc{display:none!important;}
	.for_sp{display:flex!important;}
}



/*-- 

common_main

====================================================== --*/

#common_main{
	padding-top:6rem;
}

/*-- anc --*/

.anc_base{
	font-size:0.1rem;
	position:absolute;
	top:-6rem;
	left:0;
}
/* sp */
@media screen and (max-width:1260px){
	.anc_base{
		top:-6rem;
	}
}

/*-- content --*/

.content_base{
	position:relative;
	padding:6rem 3rem;
	overflow:hidden;
	transition:padding .2s;
}
.content_inner{
	max-width:140rem;
	width:100%;
	margin:0 auto;
	transition:max-width .2s;
}
.content_inner > *{
	margin-bottom:4rem;
}
.content_inner > *:last-child{
	margin-bottom:0;
}

/* content_wide */

.content_base._wide{
	width:100vw;
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
}
/* tb */
@media screen and (max-width:835px){
	.content_base{
		padding:5rem 2rem;
	}
}
/* sp */
@media screen and (max-width:767px){
	.content_base{
		padding:4rem 1.6rem;
	}
	.content_inner > *{
		margin-bottom:3rem;
	}
	.content_inner > *:last-child{
		margin-bottom:0;
	}
}

/*-- content_sec --*/

#content_sec{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:4rem 3rem;
	background-size:auto 100%;
}
#content_sec::before{
	content:"";
	height:0.6rem;
	width:32rem;
	background:var(--c-sub-grade);
	position:absolute;
	top:0;
	left:0;
	margin:auto;
}
#content_sec .content_sec_headline{
	max-width:140rem;
	width:100%;
	margin-top:6rem;
}
#content_sec .content_sec_headline ._title{
	font-size:4rem;
	font-weight:700;
	line-height:1.5;
	font-feature-settings:"palt" 1;
	letter-spacing:0.2rem;
}
#content_sec .content_sec_headline .wrap_title{
	display:flex;
	align-items:flex-end;
	justify-content:flex-start;
}
/* tb */
@media screen and (max-width:835px){
	#content_sec{
		padding:3rem 2rem;
	}
	#content_sec::before{
		width:20rem;
		height:0.5rem;
	}
	#content_sec + .content_base{
		padding-top:3rem;
	}
	#content_sec .content_sec_headline{
		margin-top:5rem;
	}
	#content_sec .content_sec_headline ._title{
		font-size:3.2rem;
	}
}
/* sp */
@media screen and (max-width:767px){
	#content_sec{
		padding:3rem 1.6rem;
	}
	#content_sec::before{
		width:10rem;
		height:0.4rem;
	}
	#content_sec + .content_base{
		padding-top:3rem;
	}
	#content_sec .content_sec_headline{
		margin-top:3rem;
	}
	#content_sec .content_sec_headline ._title{
		font-size:2.4rem;
	}
}

/*-- bg --*/

.bg_main{background:var(--c-main)!important;}
.bg_sub{background:var(--c-sub)!important;}
.bg_black{background:var(--c-black)!important;}
.bg_white{background:var(--c-white)!important;}
.bg_gray{background:var(--c-gray)!important;}

/* bg_line */

.bg_line::before{
	content:"";
	width:32rem;
	height:0.6rem;
	background:var(--c-sub-grade);
	position:absolute;
	top:0;
	left:0;
	margin:auto;
}
/* tb */
@media screen and (max-width:835px){
	.bg_line::before{
		width:20rem;
		height:0.5rem;
	}
}
/* sp */
@media screen and (max-width:767px){
	.bg_line::before{
		width:10rem;
		height:0.4rem;
	}
}



/*-- 

common_header

====================================================== --*/

#common_header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
	transition:.3s;
	box-shadow:0 0.5rem 4rem rgba(0,0,0,0.1);
}

/*-- header_inner --*/

.header_inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:var(--c-white);
	padding:0;
	min-height:6rem;
}
.header_inner_logo{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	padding:0 2rem;
	gap:1.5rem;
	min-height:6rem;
}
.header_inner_logo ._logo{
	width:13rem;
	height:auto;
	font-size:1rem;
}
.header_inner_logo ._logo a{
	display:block;
}

/*-- menu --*/

#gnh_menu{
	position:absolute;
	top:0;
	right:0;
	z-index:1000;
	display:block;
	background:var(--c-main);
	width:6rem;
	height:6rem;
	cursor:pointer;
}
#gnh_menu.active:hover{
	opacity:1;
}
#gnh_menu,
.gnh_menu_txt{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#gnh_menu::before,
.gnh_menu_txt,
#gnh_menu::after{
	display:block;
	transition:all .3s;
	position:absolute;
	left:1.9rem;
	width:2.2rem;
	height:0.3rem;
	background-color:var(--c-white);
}
#gnh_menu::before{
	content:"";
	top:1.9rem;
}
.gnh_menu_txt{
	top:2.8rem;
}
#gnh_menu::after{
	content:"";
	top:3.7rem;
}
/* active */
#gnh_menu.active::before,
#gnh_menu.active::after{
	top:2.8rem;
	left:1.9rem;
}
#gnh_menu.active::before{
	transform:rotate(45deg);
}
#gnh_menu.active .gnh_menu_txt{
	opacity:0;
}
#gnh_menu.active::after{
	transform:rotate(-45deg);
}

/*-- gnh_nav --*/

.gnh_nav{
	padding-right:6rem;
}

/*-- gnh_pc --*/

.gnh_pc .common_nav{
	display:flex;
	align-items:stretch;
	justify-content:center;
}
.gnh_pc .common_nav > li:last-child{
	border-left:0.1rem solid var(--c-gray2);
	padding-left:1rem;
	margin-left:1rem;
	margin-right:1rem;
}
.gnh_pc .common_nav a{
	font-size:1.5rem;
	padding:1rem;
	text-decoration:none;
	display:block;
}

/* 第2階層 */

.gnh_pc .common_nav > li > .has-child::after{
	content:"";
	display:inline-block;
	width:0.8rem;
	height:0.8rem;
	border-top:0.2rem solid var(--c-black);
	border-left:0.2rem solid var(--c-black);
	transform:rotate(-135deg);
	margin:0 0 0.3rem 1rem;
}
.gnh_pc .common_nav > li > .sub-menu{
	display:none;
	position:absolute;
	background:var(--c-white);
	box-shadow:0 4rem 4rem rgba(0,0,0,0.1);
	padding:0.5rem 1rem 1rem;
	margin-left:-1rem;
	width:34rem;
}
.gnh_pc .common_nav > li:nth-last-child(2) > .sub-menu{
	right:0;
}
.gnh_pc .common_nav > li:hover > a + .sub-menu{
	display:block!important;
}
.gnh_pc .common_nav > li > .sub-menu .sub-menu{
	padding-left:2rem;
	display:block!important;
}
.gnh_pc .common_nav > li > .sub-menu .sub-menu a{
	position:relative;
	padding-left:2rem;
}
.gnh_pc .common_nav > li > .sub-menu .sub-menu a::before{
	content:"";
	width:1rem;
	height:0.1rem;
	background:var(--c-black);
	position:absolute;
	top:2.5rem;
	left:0;
}

/*-- gnh_nav_spmenu --*/

.gnh_nav_spmenu{
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
	transition:opacity .3s;
	opacity:0;
}
.gnh_nav_spmenu.active{
	opacity:1;
	z-index:1;
}
.gnh_nav_spmenu{
	width:100%;
	height:100%;
}
.gnh_nav_spmenu_inner{
	position:absolute;
	top:0;
	right:-34rem;
	max-width:34rem;
	width:100%;
	height:100vh;
	z-index:-1;
	transition:.3s;
}
.gnh_nav_spmenu_inner a{
	pointer-events:none;
}
.active .gnh_nav_spmenu_inner{
	right:0;
	background:var(--c-white);
	box-shadow:0 0.5rem 4rem rgba(0,0,0,0.1);
	z-index:100;
}
.active .gnh_nav_spmenu_inner a{
	pointer-events:auto;
}

/*-- gnh_sp --*/

.gnh_sp{
	height:100dvh;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding-bottom:10rem;
}
.gnh_sp .common_nav{
	padding:3rem;
}
.gnh_sp .common_nav a{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:1rem;
	width:100%;
	text-decoration:none;
	padding:1rem 0;
	position:relative;
}
.gnh_sp .common_nav > li > .has-child::after{
	content:"";
	display:block;
	width:0.8rem;
	height:0.8rem;
	border-top:0.2rem solid var(--c-black);
	border-left:0.2rem solid var(--c-black);
	transform:rotate(-135deg);
	margin:0 0.8rem 0.4rem 0;
	flex:0 0 auto;
	transition:.3s;
}
.gnh_sp .common_nav > li > .is-open::after{
	transform:rotate(135deg) scaleY(-1);
	margin:0 0.8rem -0.2rem 0;
}
.gnh_sp .common_nav > li > .sub-menu{
	display:none;
}
.gnh_sp .common_nav > li .sub-menu{
	padding-left:2rem;
}
.gnh_sp .common_nav > li > .sub-menu a{
	position:relative;
	padding-left:2rem;
}
.gnh_sp .common_nav > li > .sub-menu a::before{
	content:"";
	width:1rem;
	height:0.1rem;
	background:var(--c-black);
	position:absolute;
	top:2.5rem;
	left:0;
}

/* contact */

.gnh_sp .common_nav > li:last-child a{
	border-radius:99.9rem;
	border:0.1rem solid var(--c-gray2);
	padding:1rem;
	justify-content:center;
	box-shadow:0 0 1rem rgba(0,0,0,0.1);
	max-width:22rem;
	margin:2rem auto 0;
	transition:.3s;
}
.gnh_sp .common_nav > li:last-child a:hover{
	opacity:1;
	transform:translateY(0.2rem);
	box-shadow:0 0 0 rgba(0,0,0,0);
}

/* select_lang */

.select_lang{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap
}
.select_lang li::after{
	content:"／";
	color:var(--c-gray2);
	margin:0 1rem;
}
.select_lang li:last-child::after{
	content:none;
}
.select_lang ._ja:lang(ja) a,
.select_lang ._en:lang(en) a{
	text-decoration:none;
	pointer-events:none;
}

/* select_sns */

.select_sns{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	gap:2rem;
	margin-top:3rem;
}
.select_sns a{
	display:flex;
	align-items:center;
	justify-content:center;	
}
.select_sns ._medium{
	width:8.4rem;
}
.select_sns ._note{
	width:7.4rem;
}
.select_sns ._in{
	width:2.5rem;
}
.select_sns ._facebook{
	width:2.4rem;
}
.select_sns ._x{
	width:2rem;
}
.select_sns ._yt{
	width:2.7rem;
}

/*-- overlay --*/

#overlay{
	transition:opacity .3s .3s ease-out;
	opacity:0;
	cursor:pointer;
}
.active #overlay{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100vh;
	backdrop-filter:blur(4px);
	opacity:1;
}

/* tb */
@media screen and (max-width:1000px){
	.gnh_nav{
		display:none;
	}
}
/* sp */
@media screen and (max-width:767px){
	.active .gnh_nav_spmenu_inner{
		max-width:100%;
	}
	.active .gnh_nav_spmenu_inner{
		box-shadow:0 0 0 rgba(0,0,0,0);
	}
	.select_lang li::after{
		margin:0 1.5rem;
	}
	.select_sns{
		gap:3rem;
	}
}



/*-- 

common_footer

====================================================== --*/

#common_footer{
	position:relative;
	background:var(--c-sub);
	color:var(--c-white);
}
#common_footer a{
	color:var(--c-white);
}
.footer_inner{
	padding:6rem 3rem;
}

/*-- footer_inner_top --*/

.footer_inner_top{
	position:relative;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap:wrap;
	gap:10%;
	padding-bottom:10rem;
}

/*-- footer_inner_logo --*/

.footer_inner_logo{
	max-width:26rem;
	width:100%;
}
.footer_inner_logo ._logo a{
	display:block;
}
.footer_inner_logo .select_lang{
	margin-top:3rem;
	justify-content:flex-start;
}

/*-- footer_inner_nav --*/

.footer_inner_nav{
	width:calc(90% - 26rem);
	border-left:0.1rem solid var(--c-white);
	padding-left:5rem;
}
.gnf_sp .common_nav{
	display:flex;
	flex-direction:column;
	gap:2rem;
}
.gnf_sp .common_nav > li > .sub-menu{
	display:none;
}
/* tb */
@media screen and (max-width:835px){
	.footer_inner{
		padding:5rem 2rem;
	}
}
/* sp */
@media screen and (max-width:767px){
	.footer_inner{
		padding:4rem 1.6rem;
	}
	.footer_inner_top{
		flex-direction:column;
		flex-wrap:wrap;
		gap:10%;
		padding-bottom:10rem;
	}
	.footer_inner_logo{
		max-width:22rem;
		margin:0 auto;
	}
	.footer_inner_logo .select_lang{
		margin-top:3rem;
		justify-content:center;
	}
	.footer_inner_nav{
		margin-top:3rem;
		width:100%;
		border-left:none;
		padding-left:0;
		text-align:center;
	}
	.gnf_sp .common_nav{
		gap:3rem;
	}
}

/* contact */

#common_footer .common_nav > li:last-child{
	position:absolute;
	bottom:0.5rem;
	left:0;
	width:100%;
}

#common_footer .common_nav > li:last-child a{
	display:block;
	text-align:center;
	border-radius:99.9rem;
	border:0.1rem solid var(--c-gray2);
	background:var(--c-white);
	color:var(--c-black);
	padding:1rem;
	justify-content:center;
	box-shadow:0 0 1rem rgba(0,0,0,0.1);
	max-width:22rem;
	margin:2rem auto 0;
	text-decoration:none;
	transition:.3s;
}
#common_footer .common_nav > li:last-child a:hover{
	opacity:1;
	transform:translateY(0.2rem);
	box-shadow:0 0 0 rgba(0,0,0,0);
}

/*-- footer_inner_bottom --*/

.footer_inner_bottom{
	width:100%;
	margin-top:4rem;
}

/*-- common_nav_footer --*/

.common_nav_footer,
.common_nav_footer .sub-menu{
	display:flex;
	align-items:flex-start;
	justify-content:center;
	gap:3rem;
	margin-top:4rem;
}
.common_nav_footer .sub-menu{
	margin-top:2rem;
	font-size:1.4rem;
	gap:2rem;
}
/* sp */
@media screen and (max-width:767px){
	.common_nav_footer,
	.common_nav_footer .sub-menu{
		flex-direction:column;
		align-items:center;
		text-align:center;
	}
	.common_nav_footer .sub-menu{
		font-size:1.2rem;
	}
}

/*-- _copyright --*/

#common_footer ._copyright{
	text-align:center;
	padding:2rem;
	font-size:1.4rem;
	background:var(--c-gray);
	color:var(--c-black);
}



/*-- 

breadcrumbs

====================================================== --*/

.breadcrumbs{
	color:var(--c-black);
	width:100%;
	z-index:1;
}
.breadcrumbs_inner{
	width:100%;
	padding:1.5rem 2rem;
	margin:0 auto;
	font-size:1.4rem;
}
.breadcrumbs_item{
	display:inline;
}
.breadcrumbs_item::after{
	display:inline-block;
	content:"";
	width:0.1rem;
	height:1em;
	background:var(--c-gray2);
	transform:rotate(30deg);
	margin:0 1rem -0.3rem 1.5rem;
}
.breadcrumbs_item:last-child::after{
	content:none;
	margin:0;
}
.breadcrumbs_item > a{
	color:var(--c-black);
}
/* tb */
@media screen and (max-width:835px){
	.breadcrumbs_inner{
		padding:1.5rem 2rem;
		font-size:1.2rem;
	}
}
/* sp */
@media screen and (max-width:767px){
	.breadcrumbs_inner{
		display:block;
		position:relative;
		padding:1.6rem;
		padding-right:0;
		line-height:1.5;
	}
	.breadcrumbs_lst{
		display:block;
		overflow-x:scroll;
		word-break:keep-all;
		white-space:nowrap;
		-webkit-overflow-scrolling:touch;
	}
	.breadcrumbs_item::after{
		margin:0 0.8rem 0.1rem 1rem;
	}
	.breadcrumbs_item:last-child{
		margin-right:1.6rem;
	}
}



/*-- 

pagetop

====================================================== --*/

#pagetop{
	position:fixed;
	right:3rem;
	bottom:3rem;
	display:none;
	align-items:center;
	justify-content:center;
	background:var(--c-main);
	width:5.5rem;
	height:5.5rem;
	z-index:-1;
	opacity:0;
	transition:all .3s;
	border-radius:999.9rem;
	box-shadow:0 1rem 4rem rgba(0,0,0,0.1);
}
#pagetop span{
	position:absolute;
	width:5.5rem;
	height:5.5rem;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#pagetop::before{
	content:"";
	display:inline-block;
	width:.8em;
	height:.8em;
	border-top:0.2rem solid var(--c-white);
	border-left:0.2rem solid var(--c-white);
	transform:rotate(45deg);
	margin-top:0.5rem;
}
#pagetop.active{
	display:flex;
	opacity:1;
	z-index:2;
}
#pagetop:hover{
	opacity:1;
	transform:translateY(0.2rem);
	box-shadow:0 0 0 rgba(0,0,0,0);
}
/* sp */
@media screen and (max-width:767px){
	#pagetop{
		width:5rem;
		height:5rem;
		right:2.5rem;
		bottom:2.5rem;
	}
}



/*-- 

wordpress

====================================================== --*/

.customize-support #common_header{
	top:32px;
}
/* tb */
@media screen and (max-width:781px){
	.customize-support #common_header{
		top:46px;
	}
}
/* sp */
@media screen and (max-width:750px){
	.customize-support .gnh_nav{
		top:126px;
	}
}
#wpadminbar{
	position:fixed!important;
}
