/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Zen+Maru+Gothic:wght@500;700&display=swap');

/*
72ポイント＝96ピクセル
3pt=4px
9pt=12px
10.5pt=14px
12pt=16px
13.5pt=18px
15pt=20px
*/

/*
横幅
1600~			:PC
1000~1600	:PC
375~1000	:スマホ
	 ~375		:スマホ
*/
html,.font_sizebase{font-size:14px;}
html *{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-break: break-all;
}
body{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-family: 'Noto Sans JP','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	/* font-family: 'Zen Maru Gothic', sans-serif; */
	line-height:normal;
}
body,.col_base{color:#7A6051;}
body > div[align=center]{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
h1,h2,h3,h4,h5,h6,p,form,hr{
	margin: 0;
	padding: 0;
}
span{display: inline-block;}
a{color:inherit;text-decoration:none;}
a:hover{
	/* color:#FF0; */
	/* text-decoration: underline; */
}
a.ov_white{transition: opacity 0.3s ease;}
a.ov_white:hover{opacity:0.8;}
a img{border:none;}
.bright:hover,.bright:hover img{
	/*
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	
	filter: brightness(105%) contrast(105%);
	*/
	-webkit-filter: brightness(115%);
  -moz-filter: brightness(115%);
  -o-filter: brightness(115%);
  -ms-filter:brightness(115%);
  filter: brightness(115%);
}
.bright.BN110:hover,.bright.BN110:hover img{
	-webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -o-filter: brightness(110%);
  -ms-filter:brightness(110%);
  filter: brightness(110%);
}
.bright.BN105:hover,.bright.BN105:hover img{
	-webkit-filter: brightness(105%);
  -moz-filter: brightness(105%);
  -o-filter: brightness(105%);
  -ms-filter:brightness(105%);
  filter: brightness(105%);
}
.bright:hover > * img{
	-webkit-filter:none;
  -moz-filter:none;
  -o-filter:none;
  -ms-filter:none;
  filter:none;
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul:after,
ul::after{clear:both;}
hr{
	/* border-top:solid 1px rgba(0,0,0,0.25); */
	border-top:solid 1px #C8C8C8;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin:1em auto;
	padding:0;
}
hr.dashline{
	border-top:dashed 1px rgba(0,0,0,0.5);
	margin:3em auto;
}
hr.brown{
	margin-top: 150px;
	margin-bottom: 0;
	border-color:#7A6051;
}
@media screen and (max-width: 999px) {
	hr.brown{margin-top: 85px;}
}
img,svg{max-width:100%;display:block;}
img{min-width:10px;}
img[src*=".svg"],svg{width: 100%;}
.anchor{
	position:absolute;
	top:-128px;
	left:0;
}
/*
@media screen and (max-width: 999px) {
	.anchor{top:-92px;}
}
*/

/* ----- */

/* 背景 */
body,.accbox{
	background-image: url(../images/common/bg-main.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
@media screen and (max-width: 930px) {
	body,.accbox{
		background-size: calc(100% * 1600 / 930);
	}
}

html.white_fadein,
body.white_fadein{
	opacity:0;
	animation-name: white_fadein;
	animation-duration:3s;
	animation-fill-mode:forwards;
}
@-webkit-keyframes white_fadein{
	0% {}
	100% {opacity:1;}
}

/* SVG */
svg[data-name="icon-mail"]{width:36px;}
svg[data-name="icon-mail"] rect{fill:#fff;}
svg[data-name="icon-mail"] path{fill:#7a6051;}
.c_ovalbtn svg[data-name="icon-mail"] rect{fill:none;}
.c_ovalbtn svg[data-name="icon-mail"] path{fill:#fff;}
svg[data-name="arrow-fmenu"] > *,
svg[data-name="icon-pin"] path,
svg[data-name="icon-clock"] path{fill:#2bc573;}
.arrowO svg[data-name="arrow-fmenu"] > *,
.typeO svg[data-name="icon-pin"] path,
.typeO svg[data-name="icon-clock"] path{fill:#FF9E24;}
.arrowC svg[data-name="arrow-fmenu"] > *,
.typeC svg[data-name="icon-pin"] path,
.typeC svg[data-name="icon-clock"] path{fill:#4EBEF7;}
svg[data-name="icon-pin"]{width:9px;}
svg[data-name="icon-clock"]{width:55px;}
svg[data-name="subt-naname"]{}
svg[data-name="subt-naname"] line{
	fill:none;
	stroke:#7a6051;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:1.5px;
}

.H_head{min-height:128px;}
.cp_logo .logo{
	display: flex;
	align-items: center;
}
.cp_logo .logo img[src*="houjin."]{
	width:126px;
	margin-right: 18px;
}
.cp_logo .logo img[src*="logo."]{width:228px;}
.cp_menu.menu1{display: flex;}
.cp_menu.menu1 .m1{
	width:230px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cp_menu.menu1 .m2{flex-grow: 1;}
.cp_menu.menu1 .m2 .shisetsu{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.cp_menu.menu1 .m2 .shisetsu > *{
	width:210px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cp_menu.menu1 .m2 .shisetsu .m_title{
	background-color: #7A6051;
	color:#FFF;
	text-align: center;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height: 28px;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	position: relative;
}
.cp_menu.menu1 .m2 .shisetsu .arrowG .m_title{background-color:#2bc573;}
.cp_menu.menu1 .m2 .shisetsu .arrowO .m_title{background-color:#FF9E24;}
.cp_menu.menu1 .m2 .shisetsu .arrowC .m_title{background-color:#4EBEF7;}
.cp_menu.menu1 .m2 .shisetsu .m_title .btn{display: none;}
.cp_menu.menu1 .m2 .shisetsu .arrow_link{margin-top: 20px;}
.cp_menu.menu2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 35px;
}
.cp_menu.menu2 .arrow_link{margin-right: 1.5em;}
@media screen and (min-width: 1000px) {
	.cp_menu.menu1 .m1 > *:nth-child(n+2){margin-top: 45px;}
	.cp_menu.menu1 .m2 .shisetsu > *:nth-child(n+2){margin-left: 20px;}
}
@media screen and (max-width: 999px) {
	.H_head{min-height:88px;}
	.cp_logo .logo{
		align-items: flex-start;
    flex-direction: column;
	}
	.cp_logo .logo img[src*="houjin."]{
		width:112px;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.cp_logo .logo img[src*="logo."]{width:170px;}
	.cp_menu.menu1{flex-direction: column;}
	.cp_menu.menu1 .m1{
		width: 100%;
		flex-wrap: wrap;
		max-height: 110px;
	}
	.cp_menu.menu1 .m1 > *{
		width:50%;
		height:36px;
		display: flex;
    justify-content: flex-start;
		align-items: flex-end;
	}
	.cp_menu.menu1 .m1 + .m2{margin-top: 20px;}
	.cp_menu.menu1 .m2 .shisetsu{
		flex-direction: column;
		margin-top: 10px;
	}
	.cp_menu.menu1 .m2 .shisetsu > *{width:100%;}
	.cp_menu.menu1 .m2 .shisetsu > *:nth-child(n+2){margin-top: 20px;}
	.cp_menu.menu2{margin-top: 30px;}
}

header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 1000;
}
header.loaded{
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
header.bg_W{background-color: #FFF;}
header > .H_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}
header .logo{margin-left: 56px;}
header .btn_contact{
	margin-left: auto;
	margin-right: 45px;
}
header .btn_contact img,
header .btn_contact svg{
	width:36px;
	margin-bottom: 3px;
}
header .menubtn{
	flex-direction: column;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 60px;
	height:60px;
	background-color: #2BC573;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 50px;
}
header .menubtn > *{
	width:24px;
	height:20px;
	position: relative;
}
header.active .menubtn > *{width:32px;}
header .menubtn > *,
header .menubtn span{
	-webkit-transition: 0.15s ease, background-color 0.3s;
	-moz-transition: 0.15s ease, background-color 0.3s;
	-o-transition: 0.15s ease, background-color 0.3s;
	-ms-transition: 0.15s ease, background-color 0.3s;
	transition: 0.15s ease, background-color 0.3s;
}
header .menubtn span{
	position: absolute;
	left: 0;
	right: 0;
	margin:auto;
	display:block;
	width: 100%;
	height: 2px;
	background-color: #FFF;
}
header .menubtn span:nth-of-type(1){
	top: 0;
	bottom:100%;
}
header .menubtn span:nth-of-type(2){
	top: 0;
	bottom: 0;
	opacity:1;
}
header .menubtn span:nth-of-type(3){
	top:100%;
	bottom: 0;
}
header.active .menubtn span:nth-of-type(1){
	bottom: 0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
header.active .menubtn span:nth-of-type(2){
	opacity:0;
}
header.active .menubtn span:nth-of-type(3){
	top: 0;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.accbox{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #FFF;
	display: none;
	overflow: auto;
}
@media screen and (max-width: 999px) {
	/*
	header .H_head,
	.accbox .H_head{min-height:88px;}
	*/
	header .logo{margin-left: 20px;}
	header .btn_contact{display: none;}
	header .menubtn{
		min-width: 48px;
    height: 48px;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: auto;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	header .menubtn > *{
		width:20px;
		height:16px;
	}
	.accbox .cp_menu.menu1 .m2 .shisetsu .m_title{
		height:50px;
		border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
		cursor: pointer;
	}
	.accbox .cp_menu.menu1 .m2 .shisetsu .m_title .btn{
		display: block;
		position: absolute;
		right: 1em;
	}
	.accbox .cp_menu.menu1 .m2 .shisetsu .wrap{display: none;}
}

.c_box{padding: 0 22px;}

.pan{}
.pan > div{
	padding: 12px 0 40px;
	text-align: left;
}
.pan .arrow{
	display: inline-block;
	padding: 0 0.5em;
}
@media screen and (max-width: 999px) {
	.pan > div{
		padding: 0 0 1rem;
	}
}

h1.p_title{margin-bottom: 90px;}
@media screen and (max-width: 999px) {
	h1.p_title{margin-bottom: 50px;}
}

.c_ovalbtn{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height:36px;
	color:#FFF;
	background-color: #000;
	border:solid 1.5pt transparent;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	min-width: 160px;
	padding: 0 1em;
}
.c_ovalbtn,
.c_ovalbtn svg > *{
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
.c_ovalbtn{
	transition-property: color,background-color,border;
}
.c_ovalbtn svg > *{
	transition-property: fill,stroke;
}
.c_ovalbtn.padL2{padding-left: 2em;}
.c_ovalbtn.H50{
	height:50px;
	padding: 0 1.5em;
}
.c_ovalbtn:not(.bg_clear).colG,
.c_ovalbtn:hover.colG{background-color:#2bc573;}
.c_ovalbtn:hover.colG.ov_bright{
	background-color:#2bde7f;
	/* hwb(148.16deg 16.86% 12.94%); */
}
.c_ovalbtn:not(.bg_clear).colO,
.c_ovalbtn:hover.colO{background-color:#FF9E24;}
.c_ovalbtn:not(.bg_clear).colC,
.c_ovalbtn:hover.colC{background-color:#4EBEF7;}
.c_ovalbtn.bg_clear:not(:hover){color:inherit;border-color:#000;}
.c_ovalbtn.bg_clear:not(:hover).colG{color:#2bc573;border-color:#2bc573;}
.c_ovalbtn.bg_clear:not(:hover).colO{color:#FF9E24;border-color:#FF9E24;}
.c_ovalbtn.bg_clear:not(:hover).colC{color:#4EBEF7;border-color:#4EBEF7;}
.c_ovalbtn svg[data-name="arrow-btn"]{
	width:auto;
	height:10px;
	margin: 2px 0 0 10px;
}
.c_ovalbtn svg[data-name="arrow-btn"] > *{
	fill:none;
	stroke:#fff;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.c_ovalbtn.bg_clear:not(:hover) svg[data-name="arrow-btn"] > *{stroke:#000;}
.c_ovalbtn.bg_clear:not(:hover).colG svg[data-name="arrow-btn"] > *{stroke:#2bc573;}
.c_ovalbtn.bg_clear:not(:hover).colO svg[data-name="arrow-btn"] > *{stroke:#FF9E24;}
.c_ovalbtn.bg_clear:not(:hover).colC svg[data-name="arrow-btn"] > *{stroke:#4EBEF7;}
.c_ovalbtn svg[data-name="icon-mail"]{margin-right: 10px;}

.c_bnr_boshuu{
	display: block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	overflow: hidden;
}
.accbox .c_bnr_boshuu{margin: 90px 0;}
@media screen and (max-width: 999px) {
	.c_bnr_boshuu{max-width: 330px;}
	.accbox .c_bnr_boshuu{
		margin: 30px auto 20px;
		border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}
}

.arrow_link{
	display: flex;
	align-items: center;
}
.arrow_link svg{
	width: auto;
	height: 0.632em;
	margin-top: 0.2em;
	margin-right: 0.3em;
}

.bottom_bnr{
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
	margin-top: 170px;
	margin-bottom: 210px;
}
.bottom_bnr .c_bnr_boshuu{margin-bottom: 160px;}
@media screen and (max-width: 999px) {
	.bottom_bnr{
		margin-top: 100px;
		margin-bottom: 110px;
	}
	.bottom_bnr .c_bnr_boshuu{margin-bottom: 100px;}
}

footer{
	margin-top: auto;
	text-align: left;
}
footer .logo{margin-bottom: 0.75em;}
footer .info{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: solid 1px #7A6051;
	line-height: 175%;
	padding-bottom: 0.75em;
	margin-bottom: 50px;
}
footer .menu1{margin-bottom: 140px;}
footer .copy{
	padding-bottom: 30px;
	text-align: center;
	font-size: 10px;
}
@media screen and (max-width: 999px) {
	footer .info{margin-bottom: 4px;}
	footer .menu1{margin-bottom: 40px;}
	footer .cp_menu.menu1 .m1{max-height: none;}
	footer .cp_menu.menu1 .m1 > *{
		width: auto;
		height: 42px;
	}
	footer .cp_menu.menu1 .m1 + .m2{margin-top: 50px;}
	footer .cp_menu.menu1 .m2 .shisetsu > *:nth-child(n+2){margin-top: 30px;}
	footer .cp_menu.menu2{padding-bottom: 25px;}
	footer .copy{padding-bottom: 15px;}
}



/* 横幅下限 */
body > div[align=center],
header,
footer{min-width:375px;}
body > div[align=center]{overflow-x: hidden;}


/* ----- */

.pc_vanish{}
.sp_vanish{}
.im_vanish{display:none!important;}
.pc_br_del{}
.sp_br_del{}
.vanish_branch{}
.vanish_branch_onoff{}
@media screen and (min-width: 1000px) {
	.pc_vanish,
	.pc_br_del br,
	.pc_div_del div,
	.vanish_branch img[src*="-sp."],
	.vanish_branch_onoff img[src*="-sp."]{display:none!important;}
}
@media screen and (max-width: 999px) {
	.sp_vanish,
	.sp_br_del br,
	.sp_div_del div,
	.vanish_branch img[src*="-pc."],
	.vanish_branch_onoff img:not([src*="-sp."]){display:none!important;}
}
.v_hidden{visibility:hidden;}

.motion,
.motion.chain_child > *{
	-webkit-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	-ms-transition: 0.6s ease;
	transition: 0.6s ease;
}
.motion:not(.moved),
.motion.chain_child:not(.moved) > *{
	opacity:0;
}
.motion.normal:not(.moved),
.motion.normal.chain_child:not(.moved) > *{
	transform: translateY(30px);
}
.show{
	transform:translateX(0)!important;
	transform:translateY(0)!important;
	filter:alpha(opacity=100)!important;
	-moz-opacity:1!important;
	opacity:1!important;
}

*[class*="anime_"]{opacity:0;}
*[class*="anime_"].moved{
	animation-duration:1s;
	animation-fill-mode:forwards;
}
*[class*="anime_"].delay_1s{animation-delay: 1s;}
*[class*="anime_"].delay_2s{animation-delay: 2s;}
*[class*="anime_"].delay_3s{animation-delay: 3s;}
*[class*="anime_"].delay_4s{animation-delay: 4s;}
*[class*="anime_"].delay_5s{animation-delay: 5s;}
*[class*="anime_"].delay_6s{animation-delay: 6s;}
*[class*="anime_"].delay_7s{animation-delay: 7s;}
*[class*="anime_"].delay_8s{animation-delay: 8s;}
*[class*="anime_"].delay_9s{animation-delay: 9s;}
*[class*="anime_"].delay_10s{animation-delay: 10s;}
.anime_fuwa.moved{
	animation-name: anime_fuwa;
}
@-webkit-keyframes anime_fuwa{
	0% {
	/*
		-webkit-transform:translateY(5vh);
						transform:translateY(5vh);
						*/
	}
	100% {
	/*
		-webkit-transform:translateY(0);
						transform:translateY(0);
						*/
						opacity:1;
	}
}

.W100per{width:100%;}
.Wbase{
	width:100%;
	max-width:1000px;
	margin: 0 auto;
}
.Wbase.W800{max-width:800px;}
.Wbase.W900{max-width:900px;}
.Wbase.W1300{max-width:1300px;}
.Wbase.W1600{max-width:1600px;}
@media screen and (max-width: 999px) {
}

.mgnLRAuto{margin-left:auto; margin-right:auto;}
.mgnAuto{margin:auto;}
.sp_mgnLRAuto,
.sp_mgnAuto{}
@media screen and (max-width: 999px) {
	.sp_mgnLRAuto{margin-left:auto; margin-right:auto;}
	.sp_mgnAuto{margin:auto;}
}

.font_size1{font-size:38px;}
.font_size2{font-size:30px;}
.font_size3{font-size:20px;}
.font_size4{font-size:19px;}
.font_size5{font-size:14px;}
.font_size6{font-size:13px;}
.font_size7{font-size:12px;}
.fontP050{font-size:50%;}
.fontP060{font-size:60%;}
.fontP070{font-size:70%;}
.fontP075{font-size:75%;}
.fontP080{font-size:80%;}
.fontP087{font-size:87.75%;}
.fontP090{font-size:90%;}
.fontP100{font-size:100%;}
.fontP110{font-size:110%;}
.fontP115{font-size:115%;}
.fontP120{font-size:120%;}
.fontP125{font-size:125%;}
.fontP130{font-size:130%;}
.fontP140{font-size:140%;}
.fontP150{font-size:150%;}
.fontP160{font-size:160%;}
.fontP170{font-size:170%;}
.fontP175{font-size:175%;}
.fontP180{font-size:180%;}
.fontP190{font-size:190%;}
.fontP200{font-size:200%;}
.fontP225{font-size:225%;}
.fontP250{font-size:250%;}
.fontP300{font-size:300%;}
.fontP400{font-size:400%;}
.sp_fontP050{}
.sp_fontP060{}
.sp_fontP070{}
.sp_fontP075{}
.sp_fontP080{}
.sp_fontP087{}
.sp_fontP090{}
.sp_fontP100{}
.sp_fontP110{}
.sp_fontP115{}
.sp_fontP120{}
.sp_fontP125{}
.sp_fontP130{}
.sp_fontP140{}
.sp_fontP150{}
.sp_fontP160{}
.sp_fontP170{}
.sp_fontP175{}
.sp_fontP180{}
.sp_fontP190{}
.sp_fontP200{}
.sp_fontP250{}
.sp_fontP300{}
@media screen and (max-width: 999px) {
	.font_size1{font-size:30px;}
	.font_size2{font-size:22px;}
	.font_size3{font-size:18px;}
	.font_size4{font-size:14px;}
	.font_size5{font-size:14px;}
	.font_size6{font-size:13px;}
	.font_size7{font-size:10px;}
	.sp_fontP050{font-size:50%;}
	.sp_fontP060{font-size:60%;}
	.sp_fontP070{font-size:70%;}
	.sp_fontP075{font-size:75%;}
	.sp_fontP080{font-size:80%;}
	.sp_fontP087{font-size:87.75%;}
	.sp_fontP090{font-size:90%;}
	.sp_fontP100{font-size:100%;}
	.sp_fontP110{font-size:110%;}
	.sp_fontP115{font-size:115%;}
	.sp_fontP120{font-size:120%;}
	.sp_fontP125{font-size:125%;}
	.sp_fontP130{font-size:130%;}
	.sp_fontP140{font-size:140%;}
	.sp_fontP150{font-size:150%;}
	.sp_fontP160{font-size:160%;}
	.sp_fontP170{font-size:170%;}
	.sp_fontP175{font-size:175%;}
	.sp_fontP180{font-size:180%;}
	.sp_fontP190{font-size:190%;}
	.sp_fontP200{font-size:200%;}
	.sp_fontP225{font-size:225%;}
	.sp_fontP250{font-size:250%;}
	.sp_fontP300{font-size:300%;}
}

.font_W80{transform:scale(0.80,1);margin:0 -0.1em;}

.font_gothic{
	/* font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font_min{
	/* font-family:"ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 Pro W3",serif; */
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_meiryo{font-family:"メイリオ", Meiryo, sans-serif;}
.font_kakugo{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.font_yugo{font-family:"游ゴシック体", "Yu Gothic", YuGothic,"メイリオ", sans-serif;}
.font_notosans{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.font_zenmaru{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}
.font_zenmaru.bold{font-weight: 700;}
.font_weight100{font-weight:100;}
.font_thin{font-weight:normal;}
.font_bold{font-weight:bold;}

.LH100,.LH100 *{line-height:100%;}
.LH125,.LH125 *{line-height:125%;}
.LH133,.LH133 *{line-height:133%;}
.LH150,.LH150 *{line-height:150%;}
.LH175,.LH175 *{line-height:175%;}
.LH200,.LH200 *{line-height:200%;}
.LH_normal,.LH_normal *{line-height:normal;}
.LH_inherit,.LH_inherit *{line-height:inherit;}
@media screen and (max-width: 999px) {
	.sp_LH100,.sp_LH100 *{line-height:100%;}
	.sp_LH150,.sp_LH150 *{line-height:150%;}
	.sp_LH200,.sp_LH200 *{line-height:200%;}
}

.LH150.mgnTmn{margin-top:-0.25em;}
.LH175.mgnTmn{margin-top:-0.375em;}
.LH200.mgnTmn{margin-top:-0.5em;}
/*
.LH150.mgnTmn{margin-top:-0.125em;}
.LH200.mgnTmn{margin-top:-0.25em;}
*/
.LS0_1em{letter-spacing:0.1em; margin-right:-0.1em;}
.LS0_25em{letter-spacing:0.25em; margin-right:-0.25em;}
.LS0_5em{letter-spacing:0.5em; margin-right:-0.5em;}
.LS1em{letter-spacing:1em; margin-right:-1em;}

.indent_mn0_5np{
	text-indent:-0.5em;
}
.indent_mn{
	text-indent:-1em;
	padding-left:1em;
}
.indent_mn1_25{
	text-indent:-1.25em;
	padding-left:1.25em;
}

.dpB{display:block;}
.dpI{display:inline;}
.dpIB{display:inline-block;}
.dpN{display:none;}
.dpF{display:flex;}
@media screen and (max-width: 999px) {
	.sp_dpIB{display:inline-block;}
	.sp_dpB{display:block;}
}

.floatL,
.floatL_pc{float:left;}
.floatR,
.floatR_pc{float:right;}
.clear{clear:both;}
@media screen and (max-width: 999px) {
	.floatL_pc,
	.floatR_pc{float:none;}
	.floatL_sp{float:left;}
	.floatR_sp{float:right;}
}

.textL{text-align:left;}
.textR{text-align:right;}
.textC{text-align:center;}
.textLJ{text-align:justify;}
.textJ{text-align:justify;
text-align-last:justify;
text-justify:distribute;}
.sp_textL{}
.sp_textC{}
@media screen and (max-width: 999px) {
	.sp_textL{text-align:left;}
	.sp_textC{text-align:center;}
	.sp_textLJ{text-align:justify;}
}
.deco_underline{text-decoration:underline;}
.cur_pointer{cursor:pointer;}
.va_middle > *{vertical-align: middle;}
.va_bottom > *{vertical-align: text-bottom;}

.bg_cover,.bg_cover *{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg_coverT,.bg_coverT *{
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg_coverB,.bg_coverB *{
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
.bg_contain,.bg_contain *{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.bg_containT,.bg_containT *{
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
}
.bg_containB,.bg_containB *{
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
}
.bg_W90,.bg_W90 *{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:90% auto;
}
@media screen and (max-width: 999px) {
}
/* Edge のみ*/
/*
@supports (-ms-ime-align:auto) {
	.bg_H120_edge,.bg_H120_edge *{
		background-size:auto 120%;
	}
}
*/

/*
要素まるごとブレンド
mix-blend-mode: multiply;

背景色ブレンド（同一タグ内のみ）
background-blend-mode: multiply;
*/

.col_000{color:#000;}
.col_F00{color:#F00;}
.col_FFF{color:#FFF;}
.col_2C7{color:#2bc573;}/* エメラルド */
.col_765{color:#7A6051;}/* 茶色 */
.col_F92{color:#FF9E24;}/* オレンジ */
.col_4BF{color:#4EBEF7;}/* 水色 */
.col_R,
.col_E01{color:#E50012;}/* 赤 */

.bg_clear{background-color:transparent;}
.bg_000{background-color:#000;}
.bg_FFF{background-color:#FFF;}
.bg_2C7{background-color:#2bc573;}/* エメラルド */
.bg_765{background-color:#7A6051;}/* 茶色 */
.bg_F92{background-color:#FF9E24;}/* オレンジ */
.bg_4BF{background-color:#4EBEF7;}/* 水色 */

.bcol_2C7{border-color:#2bc573;}/* エメラルド */
.bcol_F92{border-color:#FF9E24;}/* オレンジ */
.bcol_4BF{border-color:#4EBEF7;}/* 水色 */

.bg_white_grad{
	background:-moz-linear-gradient(left, #FFFFFF, rgba(255,255,255,0));
  background:-webkit-linear-gradient(left, #FFFFFF, rgba(255,255,255,0));
  background:linear-gradient(to right, #FFFFFF, rgba(255,255,255,0));
}

.bg_imgset{
	position: relative;
	z-index: 2;
}
.bg_imgset .bg{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
}
*[class*="bg_tree"]{
	background-position: center top;
	background-repeat: no-repeat;
}
.bg_treeR{background-image: url(../images/common/bg-treeR.png);}
.bg_treeL{background-image: url(../images/common/bg-treeL.png);}
*[class*="bg_paper"]{background-position: center center;}
.bg_paperY{background-image: url(../images/common/bg-paperY.png);}
.bg_paperYG{background-image: url(../images/common/bg-paperYG.png);}
.bg_paperG{background-image: url(../images/common/bg-paperG.png);}
@media screen and (min-width: 1600px) {
	.bg_treeR{background-position: right top;}
	.bg_treeL{background-position: left top;}
}
@media screen and (max-width: 999px) {
	*[class*="bg_tree"]{background-size: 940px auto;}
	.bg_treeR{background-position: right top;}
	.bg_treeL{background-position: left top;}
}

.pc_tblbreak{}
.sp_tblbreak{}
@media screen and (min-width: 1000px) {
	.pc_tblbreak,
	.pc_tblbreak tbody,
	.pc_tblbreak tr,
	.pc_tblbreak th,
	.pc_tblbreak td{display:block;}
}
@media screen and (max-width: 999px) {
	.sp_tblbreak,
	.sp_tblbreak tbody,
	.sp_tblbreak tr,
	.sp_tblbreak th,
	.sp_tblbreak td{display:block;}
	.sp_tblbreak_limited,
	.sp_tblbreak_limited > tbody,
	.sp_tblbreak_limited > tbody > tr,
	.sp_tblbreak_limited > tr,
	.sp_tblbreak_limited > tbody > tr > th,
	.sp_tblbreak_limited > tr > th,
	.sp_tblbreak_limited > tbody > tr > td,
	.sp_tblbreak_limited > tr > td{display:block;}
}

.pos_rel{position:relative;}
.pos_abs{position:absolute;}
.pos_fix{position:fixed;}

.pos_abs.mgnAuto{
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:auto;
}

.radius05{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;}
.radius10{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;}
.radius20{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;}
.radius30{
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;}
.radius50{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;}
.radius100per{
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;}

.shadow01{
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.2);}
.shadow02{
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);}
.shadow04{
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);}
.shadow01bo{
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.5);}
.shadow04bo{
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);}
.shadow_bottom{position: relative;}
.shadow_bottom::after{
	content: '';
	position: absolute;
	bottom: -25px;
	left:0;
	width:100%;
	height: 50px;
	z-index: -1;
	background:-moz-radial-gradient(closest-side,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background:-webkit-radial-gradient(closest-side,rgba(0,0,0,0.5),rgba(0,0,0,0));
	background: radial-gradient(closest-side,rgba(0,0,0,0.5),rgba(0,0,0,0));
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

.rotation90{
	-moz-transform:	rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform:	 rotate(90deg);
	transform:		 rotate(90deg);
}

.borderbox,.borderbox *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* 印刷用CSS */
/*
@media print{
  印刷用CSSの定義を指定する
}
※印刷時は
「@media screen and (min-width: 1000px)」
「@media screen and (max-width: 999px)」内のスタイルは効かなくなる
*/
@media print{
	body > div .H_head,
	.pc_vanish{
		display:none!important;
	}
	header{position:relative;}
}