@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-black:#000;
	--c-white:#fff;
	--c-blue:#007FFF;
	--c-blue-light:#F2F7FF;
	--c-yellow:#FFE300;
	--c-yellow-light:#FFF34A;
	--c-cream:#FFFEF0;
	--c-pink:#FF2F91;
	--c-purple:#1A12AB;
	--c-green:#57BD60;
	--c-blue-grade:transparent linear-gradient(360deg, #B2D1FF 0%, #3280F6 100%) 0% 0% no-repeat padding-box;;
	--c-blue-yellow-grade:transparent linear-gradient(98deg, #007FFF52 0%, #FFF23F 100%) 0% 0% no-repeat padding-box;
	--c-yellow-grade:transparent linear-gradient(98deg, #FFF34A 0%, #FCD51B 100%) 0% 0% no-repeat padding-box;
	--c-orange-grade:transparent linear-gradient(90deg, #FF9600 0%, #FFA800 0%, #FFC400 100%) 0% 0% no-repeat padding-box;
}



/*-- 

common

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

/*-- html body --*/

html{
	font-size:62.5%;
}
body{
	word-wrap:break-word;
	word-break:break-all;
	overflow-wrap:break-word;
	text-align:justify;
	font-size:1.6rem;
	line-height:2;
	color:var(--c-black);
	background:var(--c-white);
	position:relative;
}

/*-- font-family --*/

body,
select,
button,
input{
	font-family:'Noto Sans JP', sans-serif;
	font-weight:400;
}

.ff_rounded-m{
	font-family:'M PLUS Rounded 1c', sans-serif;
	font-weight:800;
}

/* size */

.fs12{font-size:1.2rem;}
.fs14{font-size:1.4rem;}
.fs16{font-size:1.6rem;}
.fs18{font-size:1.8rem;}
.fs60p{font-size:60%;}
.fs80p{font-size:80%;}
.fs120p{font-size:120%;}

/* color */

.fc_black{color:var(--c-black)!important;}
.fc_white{color:var(--c-white)!important;}
.fc_yellow{color:var(--c-yellow)!important;}
.fc_pink{color:var(--c-pink)!important;}

/*-- bg --*/

.bg_black{background:var(--c-black)!important;}
.bg_white{background:var(--c-white)!important;}
.bg_yellow{background:var(--c-yellow)!important;}
.bg_pink{background:var(--c-pink)!important;}

/* b */

strong,
b{
	font-weight:500;
}
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);}
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{
	/*
	outline:0.2rem solid var(--c-shiru);
	outline-offset:-0.1rem;
	*/
	outline:0;
	outline-offset:0;
}

/*-- 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;}

/*-- 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;}

/*-- 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:750px){
	.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 --*/

.skip{
	width:1px;
	font-size:0.1%;
	line-height:0.1;
	position:absolute;
	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:block;}
.for_sp{display:none;}

/* sp */
@media screen and (max-width:750px){
	.for_pc{display:none;}
	.for_sp{display:block;}
}



/*-- 

module

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

/*-- text --*/

.text{
	margin-bottom:2em;
	line-height:1.75;
}

.text_link,
.text_link a{
	color:var(--c-purple);
	text-decoration:none !important;
}
.text_link .ico_blank::after{
	content:"";
	display:inline-block;
	width:1.6rem;
	height:1.6rem;
	background:url(../img/icon_blank.svg) no-repeat center center;
    background-size:contain;
    position:relative;
	top:0.2rem;
	left:0.7rem;
}

/* sp */
@media screen and (max-width:750px){
}

/*-- headline --*/

/* headline_wrap */
.headline_wrap{
	max-width:110rem;
	width:100%;
	margin:0 auto;
}
.headline_wrap .desc{
	font-size:2.8rem;
	text-align:center;
	margin-top:1.3rem;
	line-height:1.4;
}

/* headline02 */
.headline02{
	color:var(--c-blue);
	font-size:3.4rem;
	text-align:center;
	position:relative;
}
.headline02 ._text{
	position:absolute;
	top:10%;
	transform:translateX(-50%);
	text-align:center;
	width:100%;
    z-index:150;
}
.headline02::before{
	content:"";
	display:block;
    position:relative;
}
.headline02::before{
	border:2px solid var(--c-blue);
	border-bottom:0;
	border-radius:1.5rem 1.5rem 0 0;
	height:7rem;
	max-width:82.73%;
	width:100%;
	margin:0 auto;
    z-index:100;
}
.headline02 ._line{
	display:block;
	position:relative;
}
.headline02 ._line::before,
.headline02 ._line::after{
	content:"";
	display:block;
    position:absolute;
	background:var(--c-blue);
	max-width:8.8%;
	width:100%;
	height:2px;
	top:-0.2rem;
    z-index:50;
}
.headline02 ._line::before{
	left:0;
}
.headline02 ._line::after{
	right:0;
}

/* headline03 */
.headline03{
}

/* headline04 */
.headline04{
}

/* headline05 */
.headline05{
}

/* tb */
@media screen and (max-width:1000px){
	/* headline_wrap */
	.headline_wrap .desc{
		font-size:2.2rem;
	}

	/* headline02 */
	.headline02::before{
		max-width:85%;
	}
	.headline02 ._line::before,
	.headline02 ._line::after{
		max-width:7.5%;
	}
}

/* sp */
@media screen and (max-width:750px){
	/* headline_wrap */
	.headline_wrap .desc{
		font-size:2rem;
		text-align:left;
		margin-left:1.8rem;
		margin-right:1.8rem;
		margin-top:2.8rem;
	}

	/* headline02 */
	.headline02{
		font-size:2rem;
	}
	.headline02 span{
		top:65%;
	}
	.headline02::before{
		height:4rem;
		border:1px solid var(--c-blue);
		border-bottom:0;
		max-width:70%;
	}
	.headline02 ._line::before,
	.headline02 ._line::after{
		height:1px;
		max-width:15%;
		top:-0.1rem;
	}
}



/*-- btn --*/

/* btn_wrap */

.btn_wrap{
	display:flex;
	align-items:center;
	justify-content:center;
}
.btn_wrap._left{
	justify-content:flex-start;
}
.btn_wrap._right{
	justify-content:flex-end;
}

/* btn01 */
.btn01{
	display:block;
	font-size:2.8rem;
	line-height:1.4;
	text-decoration:none!important;
	margin:0 auto;
	width:60rem;
}
.btn01 a{
	color:var(--c-white);
	background:var(--c-pink);
	border-radius:0.9rem;
	display:block;
	text-decoration:none;
	text-align:center;
	padding:3.4rem 0;
	position:relative;
	width:100%;
}
.btn01 a .icon_arrow{
	position:absolute;
	top:50%;
	right:2.5rem;
	transform:translateY(-50%);
}
.btn01 a .icon_arrow::after{
    content:"";
    display:block;
    width:1.2rem;
    height:1.2rem;
    background:url(../img/icon_arrow_right_w.svg) no-repeat center center;
    background-size:contain;
    position:relative;
}
.btn01 + .btn_text{
	color:var(--c-pink);
	font-size:2rem;
	text-align:center;
	margin-top:0.5rem;
}

/* btn02 */
.btn02{
}

/* sp */
@media screen and (max-width:750px){
	.btn01{
		width:100%;
	}
	.btn01 a{
		padding:2rem 3rem;
		text-align:left;
		width:100%;
	}
}



/*-- ti --*/

.ti__1em,
.ti__1-5em,
.ti__2em,
.ti__3em,
.ti__item{
margin-bottom:.5em;
}
.ti__item:last-child{
margin-bottom:0;
}
p.ti__1em::before,
ul.ti__1em > .ti__item::before,
p.ti__1-5em::before,
ul.ti__1-5em > .ti__item::before,
p.ti__2em::before,
ul.ti__2em > .ti__item::before,
p.ti__3em::before,
ul.ti__3em > .ti__item::before,
.ico_mark{
display:inline-block;
text-indent:0;
}
.ti__1em ul,
.ti__1-5em ul,
.ti__2em ul,
.ti__3em ul{
margin-top:.5em;
}

/*-- ti__1em --*/

p.ti__1em,
ul.ti__1em > .ti__item{
text-indent:-1em;
padding-left:1em;
}
p.ti__1em::before,
ul.ti__1em > .ti__item::before,
p.ti__1em > .ico_mark,
ul.ti__1em > .ti__item > .ico_mark{
width:1em;
}

/*-- ti__1-5em --*/

p.ti__1-5em,
ul.ti__1-5em > .ti__item{
text-indent:-1.5em;
padding-left:1.5em;
}
p.ti__1-5em::before,
ul.ti__1-5em > .ti__item::before,
p.ti__1-5em > .ico_mark,
ul.ti__1-5em > .ti__item > .ico_mark{
width:1.5em;
}

/*-- ti__2em --*/

p.ti__2em,
ul.ti__2em > .ti__item{
text-indent:-2em;
padding-left:2em;
}
p.ti__2em::before,
ul.ti__2em > .ti__item::before,
p.ti__2em > .ico_mark,
ul.ti__2em > .ti__item > .ico_mark{
width:2em;
}

/*-- ti__3em --*/

p.ti__3em,
ul.ti__3em > .ti__item{
text-indent:-3em;
padding-left:3em;
}
p.ti__3em::before,
ul.ti__3em > .ti__item::before,
p.ti__3em > .ico_mark,
ul.ti__3em > .ti__item > .ico_mark{
width:3em;
}

/*-- icon --*/

.ico_asterisk::before{
content:"※";
}
.ico_circle::before{
content:"○";
}
.ico_dot::before{
content:"・";
}

/*-- box_img --*/

.box_img_wrap{
	display:block;
	text-decoration:none!important;
}
.box_img{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	gap:3.4rem;
}
.box_img_photo{
	flex:0 0 30rem;
	max-width:30rem;
	width:30rem;
	height:30rem;
	overflow:hidden;
	border-radius:999rem;
	transition:border-radius .3s;
}
.box_img_text{
	margin-top:3rem;
}
.box_img_text ._text{
	margin-bottom:2.6rem;
}
.box_img_wrap:hover .box_img_photo{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

/* sp */
@media screen and (max-width:750px){
	.box_img{
		align-items:center;
		gap:2.4rem;
		flex-direction:column;
	}
	.box_img_text{
		margin-top:0;
	}
	.box_img_text ._text{
		margin-bottom:2rem;
	}
	.box_img_text .btn_wrap._left{
		justify-content:center;
	}
}




/*-- 

common_main

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

#common_main{
	padding-top:11rem;
	overflow:hidden;
	position:relative;
}
/* sp */
@media screen and (max-width:750px){
	#common_main{
		padding-top:5.5rem;
	}
}

/*-- content --*/
.content_base{
	position:relative;
	padding:8rem 0 0;
	overflow:hidden;
}
.content_inner{
	width:100%;
	margin:0 auto;
}

.content_width{
	padding:0 3rem;
}
.content_width_inner{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

/* sp */
@media screen and (max-width:750px){
	.content_base{
		padding:6rem 0 0;
	}
	.content_base._sec{
		padding-left:1.5rem;
		padding-right:1.5rem;
	}

	.content_width{
		padding:0;
	}
	.content_width_inner{
		margin-left:1.8rem;
		margin-right:1.8rem;
		max-width:100%;
		width:auto;
	}
}

/*-- anc --*/

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



/*-- 

common_header

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

#common_header{
	position:fixed;
	width:100%;
	height:11rem;
	transition:all .3s;
	padding:0 2rem;
	z-index:9999;
}
#common_header.bg_active{
	background:var(--c-white);
}
.header_inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:100%;
}

#header_inner_logo{
	position:relative;
	z-index:1000;
}

.header_inner .btn01{
	margin:0;
	width:40rem;
	position:relative;
	z-index:9999;
}
.header_inner .btn01 a{
	font-size:2.4rem;
	padding:1.8rem 2rem 1.8rem 2.5rem;
	box-sizing:border-box;
	text-align:left;
}

/* tb */
@media screen and (max-width:1000px){
}
/* sp */
@media screen and (max-width:750px){
	#common_header{
		height:5.5rem;
		padding:0 1.2rem;
	}
	.header_inner #header_inner_logo img{
		width:12.1rem;
	}

	.header_inner .btn01{
		display:none;
	}
}



/*-- 

common_footer

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

#common_footer{
	padding:2.2rem 2rem 1.5rem;
}
#common_footer .footer_box_top{
	display:flex;
}
#common_footer #footer_inner_logo{
	margin-right:6rem;
}
#common_footer #footer_inner_address p{
	font-size:1.4rem;
	line-height:1.6;
}

#common_footer .footer_box_bottom ._copyright{
	font-size:1.4rem;
}

/* sp */
@media screen and (max-width:750px){
	#common_footer{
		padding:1.7rem 2rem 10rem;
	}
	#common_footer .footer_box_top{
		display:block;
	}
	#common_footer #footer_inner_address{
		margin-top:0.9rem;
	}
	#common_footer #footer_inner_address p{
		line-height:1.7;
	}
	#common_footer .footer_box_bottom{
		margin-top:1.5rem;
	}
}



/*-- 

pagetop

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

#pagetop{
	position:fixed;
	right:3rem;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--c-yellow);
	width:11.7rem;
	height:11.7rem;
	z-index:-1;
	opacity:0;
	transition:all .2s;
	border-radius:999rem 999rem 0 0;
}
#pagetop span{
	position:absolute;
	width:7rem;
	height:7rem;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#pagetop.active{
	opacity:1;
	z-index:9999;
}
#pagetop:hover{
	opacity:0.7;
}
/* sp */
@media screen and (max-width:750px){
	#pagetop{
		right:0.5rem;
	}
	#pagetop,
	#pagetop span{
		width:7rem;
		height:9rem;
	}
	#pagetop img{
		width:2rem;
	}
}



/*-- 

fixed_btn

====================================================== --*/
.fixed_btn{
	display:none !important;
}

/* sp */
@media screen and (max-width:750px){
	.fixed_btn.btn01{
		display:block !important;
		position:fixed;
		bottom:0;
		left:0;
		width:77%;
		transition:all .2s;
		z-index:9999;
	}
	.fixed_btn.btn01 a{
		font-size:1.8rem;
		border-radius:0;
		padding:1.5rem 2rem 1.5rem 2.5rem;
		line-height:1.3;
	}
}



/*-- 

z-1000

====================================================== --*/
.z-1000{
	position:relative;
	z-index:1000 !important;
}