/* all
-------------------------------------------------------------------*/
:root {
	--hover: background .4s, color .4s, border-color .4s, opacity .4s, text-decoration-color .4s, transform .4s, translate .4s, scale .4s, outline .4s, filter .4s, box-shadow .4s;
	--header: 80px;
	--container: 1200px;
	--inner: 2em;
	--fontcolor: #282828;
	--fontcolor2: #585656;
	--whitecolor: #fff;
	--bgcolor: #f3f1e9;
	--bgcolor02: #f4f1e9;
	--bgcolor03: #eeeeee;
	--bg-gra: linear-gradient(00deg, rgba(228, 103, 47, 1) 0%, rgba(251, 195, 52, 1) 100%);
	--keycolor: #ff992d;
	--subcolor: #005b41;
	--accent01: #b7ac87;
	--accent02: #554d33;
	--accent03: #feeaab;
	--accent04: #8f8f8f;
	--green-gra: linear-gradient(90deg, rgba(0, 91, 65, 1) 0%, rgba(3, 129, 93, 1) 72%, rgba(4, 178, 128, 1) 100%);
	--orange-gra: linear-gradient(90deg, rgba(228, 103, 47, 1) 0%, rgba(251, 195, 52, 1) 100%);
	--reverse: invert(1);
	--white: brightness(0) invert(1);
	--filtershadow: drop-shadow(0 0 24px rgba(124, 106, 103, 0.1));
	--filteraccent03: brightness(0) saturate(100%) invert(72%) sepia(27%) saturate(7493%) hue-rotate(147deg) brightness(95%) contrast(87%);
}
:root img {
	transition: opacity .4s, filter .4s;
}
:root :is(header,.home,footer) li {
	list-style:none;
}
:root :is(h1, h2, h3, h4, h5) {
	margin-block: 0;
}
:root :is(a, button),
:root :is(a, button) :is(span, i),
:root :is(a, button)::before,
:root :is(a, button)::after,
:root :is(a, button) :is(span, i) ::before,
:root :is(a, button) :is(span, i)::after {
	transition: var(--hover);
}
html {
	background: var(--whitecolor);
	color: var(--fontcolor);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	scroll-padding: var(--header);
	scroll-behavior: smooth;
	font-optical-sizing: auto;
	font-style: normal;
}
html .min {
	font-family: "Noto Serif JP", serif;
}
html .roboto {
	font-family: "Roboto", sans-serif;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width: var(--container);
	position: relative;
	z-index: 2;
}
main {
	overflow: clip;
	width: 100%;
}
:root body:not(.home) main {
	margin-top:var(--header);
}
body img,
body svg {
	max-width: 100%;
	height: auto;
}
:root :is(.sitewrap,.container) {
	max-width: 100%;
	width: var(--container);
	margin: 0 auto;
	padding-inline:0;
	text-align: left;
	box-sizing: border-box;
}
*:has(> .sitewrap) {
	width: 100%;
	overflow-x: clip;
}
*:has(>wbr) {
	word-break: keep-all
}
a[href^="tel:"] {
	pointer-events: none;
}
@media screen and (max-width:1270px) {
	:root {
		--container: 100%;
	}
	body,
	:root :is(.sitewrap,.container) {
		width: 100%;
		min-width: 0;
	}
	:root :is(.sitewrap,.container)>* {
		padding-inline: var(--inner);
	}
}
@media screen and (max-width:767px) {
	:root {
		--inner: 1.14rem;
		--header: 60px;
	}
	html {
		font-size: 14px;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
}
/* header
-------------------------------------------------------------------*/
header#fix_menu {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	height: var(--header);
	display: flex;
	align-items: center;
	transition: top .4s .2s, background .2s;
	background: #ffffff87;
}
header#fix_menu.fixedMenu {
	background: var(--whitecolor);
}
header#fix_menu.fixedMenu::after {
	content: "";
	display: block;
	inset: 0 0 auto;
	height: var(--header);
	background: transparent;
	position: absolute;
	z-index: -1;
	transition: background .2s;
	backdrop-filter: blur(0.25em);
}
header #site_ttl {
	margin-inline: 2.75em;
}
header #site_ttl img {
	transition: .5s height;
	height: 77px;
}
body:not(.home) header #site_ttl a{
	padding-top:0;
}
body:not(.home) header #site_ttl img{
	height: 60px;
}
header.fixedMenu #site_ttl a {
	padding-top: 0;
}
header.fixedMenu #site_ttl img {
	height: 60px;
}
:is(header #site_ttl, #footer .copy_style) a {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0.25em;
	text-decoration: none;
	position: relative;
	padding-top: 0.5em;
}
:is(header #site_ttl, #footer .copy_style) a img {
	display: block;
	max-width: inherit;
}
:is(header #site_ttl, #footer .copy_style) a span {
	font-size: 1.125em;
	font-weight: 900;
	color: var(--fontcolor2);
	white-space: nowrap;
}
body.home header #site_ttl a span {
	color: var(--whitecolor);
}
body.home header.fixedMenu #site_ttl a span,
body.home header:has(#switch:checked) #site_ttl a span {
	color: var(--fontcolor2);
}
body.home header #site_ttl a .logo_w {
	position: absolute;
	inset: auto auto -3px -3px;
}
body.home header #site_ttl a .logo {
	opacity: 0;
}
body.home header.fixedMenu #site_ttl a .logo_w,
body.home header:has(#switch:checked) #site_ttl a .logo_w {
	opacity: 0;
}
body.home header.fixedMenu #site_ttl a .logo,
body.home header:has(#switch:checked) #site_ttl a .logo {
	opacity: 1;
}
header .drop_menu {
	margin-left: auto;
	max-width: 1100px;
	position: fixed;
	inset: 0 0 auto auto;
}
header #NavWrap .scroll_wrap {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 1em;
	height: var(--header);
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0 1em;
	justify-content: flex-end;
	align-items: center;
}
header #NavWrap ul {
	display: flex;
	justify-content: flex-end;
	gap: 1em;
	white-space: nowrap;
	width: 45%;
}
header #NavWrap ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 2;
}
header #NavWrap ul li.drop_wrap li+li {
	border-top: 1px solid #ccc;
}
header #NavWrap ul li> :is(p, a) {
	display: flex;
	gap: 0.5em;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0.75em 0.5em;
	text-decoration: none;
}
header#fix_menu.fixedMenu #NavWrap ul li> :is(p, a) {
	text-shadow: none;
	color: var(--fontcolor);
}
header #NavWrap ul li.drop_wrap {
	z-index: 1;
	cursor: pointer;
}
header #NavWrap ul li.drop_wrap> :is(p, a) {
	padding-right: 1.25em;
}
header #NavWrap ul li.drop_wrap> :is(p, a):before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px var(--keycolor);
	border-right: solid 2px var(--keycolor);
	position: absolute;
	inset: 0 0 0 auto;
	margin: auto;
	transform: rotate(135deg);
	transition: var(--hover);
}
header #NavWrap ul li> :is(p, a) {
	position: relative;
	z-index: 1;
}
header #NavWrap .scroll_content>li> :is(p, a) [lang="en"] {
	display: none;
}
header #NavWrap .scroll_content>li> :is(p, a)::after {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--keycolor);
	position: absolute;
	inset: auto 0 0 0;
	margin: auto;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: var(--hover);
}
header #NavWrap ul li.drop_wrap ul {
	flex-wrap: wrap;
	z-index: 5;
	justify-content: flex-start;
	gap: 0;
	margin-inline: auto 0;
	max-width: 380px;
}
header #NavWrap ul li.drop_wrap .drop_child {
	position: absolute;
	z-index: -1;
	inset: 0 0 auto;
	top: calc(var(--header) - 1.07142857143em);
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 0;
	background: var(--bgcolor);
	border-radius: 0.5em;
	opacity: 0;
	padding: 1.5em 0.75em;
	margin: 0;
	pointer-events: none;
	cursor: auto;
	transition: .2s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
header #NavWrap ul li.drop_wrap:hover .drop_child {
	opacity: 1;
	pointer-events: auto;
}
header #NavWrap ul li.drop_wrap ul li {
	width: 100%;
}
header #NavWrap ul li.drop_wrap ul a {
	padding: 0.75em 1em;
	text-shadow: none;
	color: var(--fontcolor);
	width: 100%;
	justify-content: flex-start;
	transition: var(--hover);
	white-space: break-spaces;
	text-align: left;
}
header #NavWrap ul li.drop_wrap ul a i {
	position: relative;
	width: 1.92857142857em;
	aspect-ratio: 1/1;
	background: var(--accent05);
	border-radius: 0.10714285714em;
	overflow: clip;
}
header #NavWrap ul li.drop_wrap ul a i::before,
header #NavWrap ul li.drop_wrap ul a i::after {
	position: absolute;
	inset: 50% auto auto 50%;
	z-index: 10;
	display: inline-block;
	content: "";
	width: 0.5em;
	aspect-ratio: 1/1;
	background: var(--keycolor);
	border-radius: 100%;
	translate: -50% -50%;
	scale: 1;
	transition: opacity 0.4s .2s, scale .3s;
}
header #NavWrap ul li.drop_wrap ul a:hover i::before {
	opacity: 0;
	visibility: visible;
	scale: 5;
}
header #NavWrap ul li.drop_wrap ul a i::after {
	width: 1.0625em;
	aspect-ratio: 17/13;
	mask: url(../img/common/icon-arrow.svg) no-repeat;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
}
header #NavWrap ul li.drop_wrap ul a:hover i::after {
	opacity: 1;
	visibility: visible;
}
header #switch {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	z-index: -1;
}
header label[for="switch"] {
	display: none;
}
header #NavWrap ul li :is(a, p) {
	transition: var(--hover);
	font-weight: inherit;
	margin-bottom: 0;
}
header .submenu {
	display: flex;
	width: 55%;
	gap: 1.25em;
	justify-content: flex-end;
	align-items: center;
}
header .submenu .group-logo {
	position: relative;
	top: -0.1em;
}
header .submenu .group-logo a {
	text-decoration: none;
	transition: var(--hover);
}
header .submenu .group-logo span {
	font-size: 0.875rem;
	font-weight: 400;
}
header .submenu .group-logo img {
	display: block;
}
header .submenu .submenu-tel {
	min-width: 200px;
}
header .submenu .submenu-tel a {
	font-size: 1.5rem;
	font-weight: bold;
	color: #f28007;
	line-height: 1;
	display: block;
	margin-bottom: 0.25em;
}
header .submenu .submenu-tel a i {
	height: 20px;
	margin-right: 0.25em
}
header .submenu .submenu-tel a img {
	filter: brightness(0) saturate(100%) invert(55%) sepia(97%) saturate(1839%) hue-rotate(356deg) brightness(95%) contrast(100%);
}
header .submenu .submenu-tel p {
	font-size: 0.875rem;
	font-weight: 400;
}
header .submenu .consultation-btn {
	width: 192px;
	min-width: 192px;
}
header .submenu .consultation-btn a {
	min-height: 3em;
}
header .submenu .consultation-btn a i {
	height: 31px;
}
header .submenu .consultation-btn a:after {
	display: none;
}
@media (any-hover: hover) {
	header .submenu a:hover {
		text-decoration: none;
	}
	header #NavWrap ul li.drop_wrap ul a:hover {
		background: var(--keycolor);
		color: var(--whitecolor);
	}
	header#fix_menu.fixedMenu #NavWrap ul li>ul :is(p, a):hover {
		color: var(--whitecolor);
	}
	header #NavWrap .scroll_content>li> :is(p, a):hover::after {
		transform: scale(1, 1);
		transform-origin: left top;
	}
	header #NavWrap ul li.drop_wrap> :is(p, a):hover:before {
		transform: rotate(135deg) scale(-1);
	}
	header .submenu .group-logo a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width:1250px) {
	header #site_ttl {
		margin-inline: 1em;
	}
	header #NavWrap ul {
		gap: 0;
	}
	header #NavWrap .scroll_wrap {
		gap: 0.5em;
		padding-inline: 1em;
		font-size: 0.875rem;
	}
	header .submenu .submenu-tel {
		min-width: 170px;
	}
	header .submenu .submenu-tel a {
		font-size: 1.25rem;
	}
	header .submenu .submenu-tel p {
		font-size: 0.75rem;
	}
	header .submenu {
		gap: 0.5em;
		width: 64%;
	}
	header .submenu .consultation-btn {
		width: 150px;
	}
	header .submenu .consultation-btn a {
		font-size: 0.875rem;
	}
	header .submenu .consultation-btn a i {
		height: 22px;
	}
}
@media screen and (max-device-width:1280px) {
	header .submenu .consultation-btn a i {
		height: 18px;
	}
}
@media screen and (max-width:1010px) {
	header#fix_menu {
		--slide: 360px;
		padding-right: 6em;
	}
	header #NavWrap {
		position: fixed;
		z-index: 50;
		top: 0;
		bottom: 0;
		right: calc(-1 * var(--slide));
		width: var(--slide);
		background: var(--whitecolor);
		padding: var(--header) 0 1em;
		transition: right .2s;
	}
	header #NavWrap .scroll_wrap {
		width: 100%;
		max-height: 100vh;
		height: 100%;
		font-size: 1rem;
		overflow-x: hidden;
		overflow-y: auto;
		scrollbar-width: thin;
		scrollbar-color: var(--keycolor) var(--accent03);
		overscroll-behavior: contain;
		padding-inline: 0;
		padding-top: 0;
		display: block;
	}
	header .submenu {
		width: 100%;
		justify-content: center;
		height: auto;
	}
	header .submenu .group-logo span {
		font-size: 1.14rem;
		display: block;
		margin-bottom: 0.75em;
	}
	header .submenu .group-logo img {
		width: 180px;
	}
	header .submenu {
		display: none;
	}
	header #NavWrap ul {
		display: block;
		gap: inherit;
		width: 100%;
		margin: 0 0 1.5em;
		height: auto;
	}
	header label[for="switch"] {
		position: fixed;
		z-index: 100;
		top: 1em;
		right: 1.25em;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 5em;
		aspect-ratio: 1 / 1;
		background: transparent;
		border-radius: 0.17857142857em;
		padding: 0.5em;
		transition: right .2s, background .2s, border-color .2s;
		right: 0;
		top: 0;
		border-radius: 0;
		background: var(--keycolor);
	}
	header label[for="switch"] span,
	header label[for="switch"] span::before,
	header label[for="switch"] span::after {
		position: absolute;
		inset: -12px 0 auto;
		content: "";
		display: block;
		width: 1.858em;
		height: 2px;
		background: var(--whitecolor);
		margin: 0 auto;
		transition: transform .2s;
	}
	header label[for="switch"] span {
		position: relative;
		inset: 0;
		display: block;
	}
	header label[for="switch"] span::after {
		top: auto;
		bottom: -12px;
	}
	header:has(#switch:checked) label[for="switch"] {
		background: var(--keycolor);
	}
	header:has(#switch:checked) label[for="switch"] span {
		transform: rotate(360deg);
		background: transparent;
	}
	header:has(#switch:checked) label[for="switch"] span::before,
	header:has(#switch:checked) label[for="switch"] span::after {
		transform: rotate(45deg);
		inset: 0;
		background: var(--whitecolor);
	}
	header:has(#switch:checked) label[for="switch"] span::after {
		transform: rotate(-45deg);
	}
	header:has(#switch) #NavWrap {
		background: var(--bgcolor);
	}
	header:has(#switch:checked) #NavWrap {
		right: 0;
		padding-top: 60px;
	}
	header #NavWrap ul li {
		flex: 1;
		width: 100%;
	}
	header #NavWrap ul.scroll_content>li {
		display: block;
		border-bottom: solid 1px var(--keycolor);
		position: relative;
	}
	header #NavWrap ul.scroll_content>li:last-child {
		border-bottom: solid 1px var(--keycolor);
	}
	header #NavWrap ul li> :is(p, a) {
		justify-content: flex-start;
		flex: 1;
	}
	header #NavWrap .scroll_content>li> :is(p, a) {
		font-size: 1.125rem;
		padding-inline: 1em;
		text-shadow: none;
		color: var(--fontcolor);
		min-height: 3.3334em;
	}
	header #NavWrap ul li.drop_wrap> :is(p, a):before {
		display: none;
	}
	header #NavWrap .scroll_content>li> :is(p, a)::after {
		display: none;
	}
	header #NavWrap ul li.drop_wrap .drop_child {
		position: relative;
		z-index: 2;
		inset: 0;
		align-items: flex-start;
		background: transparent;
		padding: 0;
		border-top: 1px solid var(--keycolor);
		border-radius: 0;
		opacity: 0;
		visibility: hidden;
		transform: none;
		transition: max-height 1s, opacity .4s, visibility 0.4s;
		max-height: 0;
		max-width: 100%;
		box-shadow: none;
	}
	header .drop_menu #NavWrap li.opened ul.drop_child {
		max-height: 100vh;
		opacity: 1;
		visibility: visible;
	}
	header #NavWrap ul li.drop_wrap ul a {
		padding-inline: 1em;
		text-shadow: none;
		color: var(--keycolor);
		background: var(--whitecolor);
		min-height: 2.858em;
	}
	header #NavWrap ul li.drop_wrap ul a span {
		position: relative;
		padding-left: 1em;
	}
	header #NavWrap ul li.drop_wrap ul a span:before {
		content: "";
		width: 0.5em;
		height: 1px;
		background: var(--keycolor);
		position: absolute;
		inset: 0 auto 0 0;
		margin: auto;
	}
	header #NavWrap ul li.drop_wrap ul li {
		border-bottom: 1px solid var(--keycolor);
		flex: inherit;
	}
	header #NavWrap ul li.drop_wrap li+li {
		border-top: none;
	}
	header #NavWrap ul li.drop_wrap ul li:last-child {
		border-bottom: none;
	}
	header .drop_menu #NavWrap li.drop_wrap i {
		--bg_color: var(--keycolor);
		position: absolute;
		z-index: 10;
		display: inline-block;
		width: 60px;
		aspect-ratio: 1/1;
		top: 0;
		right: 0;
	}
	header .drop_menu #NavWrap li.drop_wrap i::before,
	header .drop_menu #NavWrap li.drop_wrap i::after {
		position: absolute;
		z-index: 10;
		display: inline-block;
		content: "";
		width: 0.875em;
		height: 2px;
		background: var(--keycolor);
		border-radius: 1em;
		inset: 0;
		margin: auto;
	}
	header .drop_menu #NavWrap li.drop_wrap i::after {
		transform: rotate(270deg);
		transition: transform .4s;
	}
	header .drop_menu #NavWrap li.drop_wrap.opened i::after {
		transform: rotate(0);
	}
}
@media screen and (max-width:767px) {
	header#fix_menu {
		padding: 0;
		align-items: center;
		height: var(--header);
		--slide: 100%;
		position: fixed;
	}
	header#fix_menu.fixedMenu {
		background: transparent;
	}
	header #site_ttl {
		position: relative;
		z-index: 100;
		text-align: left;
		padding: 0.75em 1em;
		margin: 0;
	}
	:is(header #site_ttl, #footer .copy_style) a {
		gap: 0.25em;
		padding-top: 0;
	}
	.copy_style a img {
		max-height: 70px;
	}
	header label[for="switch"] {
		width: 4.286em;
	}
	header #site_ttl a img {
		width: 66px;
		height: auto;
	}
	:is(header #site_ttl, #footer .copy_style) a span {
		font-size: 1.357rem;
	}
	header #NavWrap {
		justify-content: flex-end;
	}
	header #NavWrap ul li.drop_wrap ul a i::before {
		opacity: 0;
		visibility: hidden;
		scale: 0;
	}
	header #NavWrap ul li.drop_wrap ul a i::after {
		opacity: 1;
		visibility: visible;
	}
	header #NavWrap .scroll_content>li> :is(p, a) {
		font-size: 1rem;
		font-weight: 500;
		position: relative;
		min-height: 4.286em;
	}
	header #NavWrap .scroll_content>li>a:before,
	header#fix_menu.fixedMenu #NavWrap ul li> :is(p, a):before {
		content: "";
		width: 6px;
		height: 6px;
		border-top: solid 1px var(--keycolor);
		border-right: solid 1px var(--keycolor);
		position: absolute;
		inset: 0 1.75em 0 auto;
		margin: auto;
		transform: rotate(45deg);
	}
	header #NavWrap ul li.drop_wrap>a:before {
		display: none;
	}
	header #NavWrap ul li.drop_wrap ul a {
		font-size: 0.86rem;
		font-weight: 500;
		min-height: 3.323em;
	}
	header#fix_menu.fixedMenu #NavWrap ul li>ul :is(p, a) {
		color: var(--keycolor);
		padding-inline: 1.5em 3em;
	}
	header #NavWrap ul li.drop_wrap ul a span {
		padding-left: 1em;
	}
	header.fixedMenu label[for="switch"] span,
	header.fixedMenu label[for="switch"] span::before,
	header.fixedMenu label[for="switch"] span::after {
		background: var(--accent03)
	}
	header #NavWrap ul li.drop_wrap ul a span:before {
		bottom: auto;
		top: 0.75em;
	}
}
/* contents
-------------------------------------------------------------------*/
.section,
section {
	position: relative;
}
/* footer
-------------------------------------------------------------------*/
#footer {
	position: relative;
	z-index: 10;
	background: var(--bgcolor03);
	padding-block: 3em 1.5em;
}
#footer .sitewrap {
	margin-inline:auto;
}
#footer .footer-menu {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 3.5em;
	letter-spacing: 0.05em;
}
#footer .foot_links {
	display: block;
	max-width: 480px;
	width: 480px;
}
#footer .foot_links .foot_links-top ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0.5em 1em;
}
#footer .foot_links .foot_links-top ul li:last-child {
	margin-right: 0;
}
#footer .foot_links a {
	position: relative;
	display: inline-block;
	padding-right: 1em;
}
#footer .foot_links a:before {
	content: '';
	width: 0.375em;
	height: 0.375em;
	border-top: solid 2px var(--keycolor);
	border-right: solid 2px var(--keycolor);
	position: absolute;
	inset: 0 0 0 auto;
	margin: auto;
	transform: rotate(45deg);
}
#footer .foot_links a:after {
	content: "";
	width: 100%;
	height: 1px;
	background: var(--fontcolor);
	position: absolute;
	inset: auto 0 -2px 0;
	margin: auto;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: var(--hover);
}
#footer .foot_links .foot_links-bottom {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #c0c0c0;
}
#footer .foot_links .foot_links-bottom strong {
	display: block;
	margin-bottom: 1em;
}
#footer .foot_links .foot_links-bottom ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 140px;
	gap: 0.75em 1em;
}
#footer .foot_links .foot_links-bottom ul li {
	width: fit-content;
}
#footer .foot_links .foot_links-bottom ul li:last-child {
	margin-bottom: 0;
}
#footer .foot_links .foot_links-bottom ul li a {
	font-size: 0.875rem;
	font-weight: 400;
}
#footer .foot_left {
	width: 150px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
#footer .foot_left small {
	font-size: 0.75rem;
	margin-top: auto;
}
#footer .foot_right {
	width: 78%;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 3em;
}
#footer .foot_links>ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 1.5em;
	width: 100%;
}
#footer .foot_links :is(a, p) {
	font-weight: 600;
	display: block;
	position: relative;
	text-decoration: none;
}
#footer .foot_links a span {
	position: relative;
}
#footer .foot-other {
	width: 263px;
}
#footer .foot-other>*+* {
	margin-top: 1.5em;
}
#footer .foot-other .btn {
	min-height: 3.334em;
	flex-direction: inherit;
	pointer-events: auto;
}
#footer .foot-other .contact-btn .btn {
	padding-right: 2.75em;
}
#footer .foot-other .contact-btn .btn i {
	height: 31px;
}
#footer .foot-other .tel-btn .btn:after {
	display: none;
}
#footer .foot-other .tel-btn .btn i {
	width: 22px;
}
#footer .foot-other .group-area {
	margin-top: 1em;
}
#footer .foot-other .group-area p {
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}
#footer .foot-other .group-area a {
	transition: var(--hover);
}
#footer .foot_bottom {
	border-top: 1px solid #c0c0c0;
	padding-top: 1em;
}
#footer .foot_bottom-col {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
#footer .foot_bottom .policy-link{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap:1em;
}
#footer .foot_bottom .policy-link a {
	display: block;
	font-size: 0.875rem;
	font-weight: 500;
	color: #8f8f8f;
	transition: var(--hover);
}
#footer .foot_bottom small {
	font-size: 0.875rem;
	font-weight: 500;
	color: #8f8f8f;
	letter-spacing: 0.02em;
}
:root aside.pagetop-area {
	position: fixed;
	bottom: 5em;
	right: -1em;
	z-index: 50;
}
:root a.pagetop {
	padding-left: 1.5em;
	transition: var(--hover);
	display: block;
	position: relative;
	transform: rotate(90deg);
	text-decoration: none;
}
:root a.pagetop::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px var(--subcolor);
	border-right: solid 2px var(--subcolor);
	position: absolute;
	inset: 0 auto 0 0;
	margin: auto;
	transform: rotate(-135deg);
}
aside.sp-btn-wrap {
	display: none;
}
@media (any-hover: hover) {
	a.pagetop:hover {
		opacity: 0.8;
	}
	#footer .foot_links a:hover:after {
		transform: scale(1, 1);
		transform-origin: left top;
	}
	#footer .foot_bottom .policy-link a:hover {
		text-decoration-color: #8f8f8f;
	}
	#footer .foot-other .group-area a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width:1250px) {
	#footer .foot_links :is(a, p) {
		font-size: 0.875rem;
	}
}
@media screen and (max-width:1160px) {
	#footer .foot_links {
		max-width: 100%;
		width: calc(100% - 263px - 1.5em);
	}
	#footer .foot_links .foot_links-bottom ul li {
		width: 45%;
	}
	#footer .foot_links .foot_links-bottom ul {
		gap: 1em 10%;
		height: 200px;
	}
	#footer .foot_right {
		gap: 1.5em;
	}
}
@media screen and (max-width:905px) {
	#footer .footer-menu {
		flex-wrap: wrap;
		justify-content: center;
		gap: 4em;
	}
	#footer .foot_right {
		width: 100%;
		justify-content: center;
	}
}
@media screen and (max-width:767px) {
	#footer {
		padding-block: 2.5em 6em;
	}
	body.post-name-contact #footer,
	body.post-name-thanks #footer{
		padding-block: 2.5em 2.5em;
	}
	#footer .foot_left {
		width: 100%;
		text-align: center;
		align-items: center;
	}
	#footer .footer-menu {
		margin-bottom: 2em;
		flex-wrap: wrap;
		gap: 1.5em;
	}
	#footer .foot_right {
		width: 100%;
	}
	#footer .foot-other {
		width: 100%;
	}
	#footer .foot-other .group-area {
		text-align: center;
		margin-top: 0;
	}
	#footer .foot-other .group-area p {
		text-align: center;
		font-size: 1rem;
	}
	#footer .foot-other .group-area a {
		max-width: 200px;
		margin: 0 auto;
		display: inline-block;
	}
	#footer .foot_bottom-col {
		justify-content: center;
		gap: 1em;
	}
	#footer .foot_bottom {
		padding-top: 2em;
	}
	#footer .foot_bottom .policy-link a {
		font-size: 0.86rem;
	}
	#footer .foot_bottom small {
		font-size: 0.71rem;
	}
	#footer .foot_bottom .policy-link{
		justify-content:center;
	}
	#footer .foot_links,
	#footer .contact-btn,
	#footer .tel-btn,
	a.pagetop {
		display: none;
	}
	:root aside.pagetop-area {
		right: -1.25em;
		bottom: 7.5em;
	}
	:root aside.pagetop-area a {
		text-decoration: none;
		font-size: 0.86rem;
		padding-left: 1.25em;
	}
	:root a.pagetop::after {
		width: 6px;
		height: 6px;
	}
	aside.sp-btn-wrap * {
		margin:0;
		padding:0;
		line-height:inherit;
	}
	aside.sp-btn-wrap {
		position: fixed;
		inset: auto 0 0 0;
		margin: auto;
		z-index: 50;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	aside.sp-btn-wrap .cta-btn {
		width: 50%;
	}
	aside.sp-btn-wrap .cta-btn .btn {
		width: 100%;
		font-size: 1rem;
		padding: 0.75em 0.5em;
		min-height: 60px;
		border-radius: 0;
		height: 100%;
		text-decoration: none;
		flex-direction: inherit;
		flex-wrap: wrap;
		gap: 0.25em 0.5em;
	}
	aside.sp-btn-wrap .cta-btn .btn i {
		display: flex;
		justify-content: center;
		font-style: italic;
	}
	aside.sp-btn-wrap .cta-tel i {
		width: 13px;
	}
	aside.sp-btn-wrap .cta-mail i {
		width: 22px;
	}
	aside.sp-btn-wrap .cta-btn .btn span {
		font-size: 1.29rem;
		line-height: 1;
	}
	aside.sp-btn-wrap .cta-btn .btn p {
		font-size: 0.86rem;
	}
	aside.sp-btn-wrap .cta-btn a:after {
		display: none;
	}
}
/* print
-------------------------------------------------------------------*/
@media print {
	html body {
		zoom: 40%;
	}
	html body.home {
		zoom: 60%;
	}
	header#fix_menu,
	:root a.pagetop,
	#fixed-requirements_wrap {
		position: absolute;
	}
}