/* ■フッター：
====================================== */
/* mezzala（余白調整：フッター上） */
.adj-footer4efA-baresiA {
	display: block;
	width: 100%;
	height: 3rem;
}

/* フッター */
.footer4efA {
	position: relative;
	bottom: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	height: auto;
	background: hsla(0, 0%, 100%, 1);
	overflow: hidden;
}

/* 文字設定（p） */
.footer4efA p {
	display: block;
	max-width: 100%;
	line-height: 1.84;
	font-size: var(--fz-magique_p);
	font-weight: var(--fz-magique_fw_base);
}

/* 注釈・小字（small） */
.footer4efA small {
	display: block;
	max-width: 100%;
	line-height: 1.5;
	font-size: var(--fz-magique_sm);
	font-weight: var(--fz-magique_fw_base);
}

/* 強調・中字（em） */
.footer4efA em {
	display: block;
	max-width: 100%;
	line-height: 1.84;
	font-size: var(--fz-magique_em);
	font-weight: var(--fz-magique_fw_base);
}

/* 強調・大字（strong） */
.footer4efA strong {
	display: block;
	max-width: 100%;
	line-height: 1.84;
	font-size: 40px;
	font-weight: var(--fz-magique_fw_base);
}

/* 英字（dfn） */
.footer4efA dfn {
	line-height: 1;
	letter-spacing: 0.02em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	white-space: nowrap;
}

/* 改行（PC） */
@media print,
screen and (min-width: 768px) {

	.footer4efA strong span,
	.footer4efA em span,
	.footer4efA small span,
	.footer4efA p span {
		display: block;
	}
}

/* 見出し（h1, h2, h3, h4, h5, h6） */
.footer4efA :is(h1, h2, h3, h4, h5, h6) {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
}

/* 見出し内画像 */
.footer4efA :is(h1, h2, h3, h4, h5, h6)>img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.footer4efA .titolo-subsection {
	display: inline-block;
	line-height: 1.5;
	letter-spacing: clamp(0.037em, calc(0.037em + ((1vw - 0.225em) * 0.0575)), 0.06em);
	font-size: 21.3px;
	font-size: clamp(19.2px, calc(19.2px + ((1vw - 3.6px) * 0.32813)), 21.3px);
	min-height: 0vw;
}

.footer4efA .titolo-division {
	display: inline-block;
	line-height: 1.5;
	letter-spacing: clamp(0.018em, calc(0.018em + ((1vw - 0.225em) * 0.03)), 0.03em);
	font-size: 17px;
	font-size: clamp(15.3px, calc(15.3px + ((1vw - 3.6px) * 0.26563)), 17px);
	min-height: 0vw;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

/* 見出し：画像（.individ） */
.footer4efA .individ {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.footer4efA .individ img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* Picto（Material Symbols） */
.footer4efA .picto {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	font-size: 44px;
	margin: 0;
	transform: translateZ(0);
	transition: all 0.1s ease-out;
}

.footer4efA .picto::before {
	margin: auto;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	text-align: center;
	/* Material Symbols */
	font-family: 'Material Symbols Sharp';
	font-variation-settings:
		'FILL' 0,
		'wght' 200;
}

.footer4efA .ma-phone:before {
	content: "\e0b0";
}

.footer4efA .ma-map::before {
	content: "\f14d";
}

.footer4efA .ma-inquiry::before {
	content: "\e158";
}

.footer4efA .ma-request::before {
	content: "\e873";
}

/* hover */
@media (any-hover: hover) {

	.footer4efA a:hover {
		opacity: 1;
	}
}

/* hover：Icon Fade */
.footer4efA .hvr-iconFade {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.footer4efA .hvr-iconFade path {
	transition: all 0.5s ease;
	transform: translateZ(0);
}

@media (any-hover: hover) {

	.footer4efA a:hover .hvr-iconFade.icn-youtube path {
		opacity: 1;
		fill: #FF0000;
	}

	.footer4efA a:hover .hvr-iconFade.icn-facebook path {
		opacity: 1;
		fill: #1877F2;
	}

	.footer4efA a:hover .hvr-iconFade.icn-instagram path {
		opacity: 1;
		fill: #E4405F;
	}

	.footer4efA a:hover .hvr-iconFade.icn-line path {
		opacity: 1;
		fill: #00C300;
	}
}

/* :has(a:hover) */
.footer4efA .has-bdfInvert {
	position: relative;
}

.footer4efA .has-bdfInvert::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: invert(0);
	backdrop-filter: invert(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	pointer-events: none;
}

@media (any-hover: hover) {
	.footer4efA .has-bdfInvert:has(a:hover) {
		color: #FFF;
	}

	.footer4efA .has-bdfInvert:has(a:hover)::before {
		-webkit-backdrop-filter: invert(1);
		backdrop-filter: invert(1);
	}
}

/* hover: sweepInLeft */
.footer4efA .hvr-sweepInLeft {
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
}

.footer4efA .hvr-sweepInLeft::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: hsla(206, 74%, 47%, 1);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media (any-hover: hover) {

	.footer4efA a:hover .hvr-sweepInLeft,
	.footer4efA .hvr-sweepInLeft:hover {
		opacity: 1;
		color: #FFF;
	}

	.footer4efA a:hover .hvr-sweepInLeft::before,
	.footer4efA .hvr-sweepInLeft:hover::before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

/* hover：Icon FadeOutIn Up */
.footer4efA .hvr-iconFadeOutInUp {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	margin-left: -0.5em;
	transition: all 0.3s ease-out;
	transform: translateZ(0);
}

.footer4efA .hvr-iconFadeOutInUp::before {
	font-family: 'Material Symbols Sharp';
	font-variation-settings:
		'FILL' 0,
		'wght' 300;
	margin: auto;
	width: 1em;
	height: 1em;
	line-height: 0.9;
	font-size: 1.3em;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	color: inherit;
}

.footer4efA .hvr-iconFadeOutInUp::before {
	content: "\eacf";
}

@media (any-hover: hover) {

	.footer4efA a:hover .hvr-iconFadeOutInUp,
	.footer4efA .hvr-iconFadeOutInUp:hover {
		opacity: 1;
		/* name | duration | easing | delay */
		animation: hvr-iconFadeOutInUp 0.3s ease-out 0s;
		animation-fill-mode: forwards;
	}
}

@keyframes hvr-iconFadeOutInUp {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-0.5em);
		opacity: 0;
	}

	51% {
		transform: translateY(0.5em);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/* hover: underlineInLeft */
.footer4efA .hvr-underlineInLeft a>span {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
}

.footer4efA .hvr-underlineInLeft a>span::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background-color: hsla(0, 0%, 90%, 0.5);
	height: 1px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

@media (any-hover: hover) {
	.footer4efA .hvr-underlineInLeft a:hover>span::before {
		right: 0;
	}
}

/* hover: SignForward */
.footer4efA .hvr-signForward {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0.5em;
	margin: auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	transform: translateZ(0);
	transition: all 0.1s ease-out;
}

.footer4efA .hvr-signForward::before {
	font-family: 'Material Symbols Sharp';
	font-variation-settings:
		'FILL' 0,
		'wght' 200;
	margin: auto;
	width: 1em;
	height: 1em;
	line-height: 1.1;
	font-size: 1.3em;
	text-align: center;
	color: inherit;
}

.footer4efA .hvr-signForward::before {
	content: "\e5c8";
}

@media (any-hover: hover) {

	.footer4efA a:hover .hvr-signForward,
	.footer4efA .hvr-signForward:hover {
		opacity: 1;
		transform: translateX(4px);
	}
}

/* filter */
.footer4efA .flt-grayscale {
	-webkit-filter: grayscale(1) brightness(2);
	filter: grayscale(1) brightness(2);
}

/* PAGETOP ボタン */
.footer4efA .pinbuttonA1 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	/* Flex */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/* padding: 上  横  下 */
	padding: 5px 0px 5px;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	min-height: 0vw;
	font-weight: 500;
	white-space: nowrap;
	margin-right: 0rem;
}

/* hover */
@media (any-hover: hover) {
	.footer4efA .pinbuttonA1:hover {
		opacity: 0.7;
	}
}

/* （スマホ） */
@media screen and (max-width: 767.9px) {
	.footer4efA .pinbuttonA1 {
    position: absolute;
    z-index: 100;
    bottom: 3rem;
    right: 6%;
}
}




/* レイアウト
-------------------------------------- */
/* .footer__btmsole
-------------------------------------- */
.footer4efA .footer__btmsole {
	position: relative;
	width: 100%;
}

/* （スマホ） */
@media screen and (max-width: 767.9px) {
	.footer4efA .footer__btmsole {
		padding-top: 3rem;
	}
}

@media (any-hover: hover) {
	.footer4efA .footer__btmsole a:hover {
		opacity: 0.6;
	}
}

.footer4efA .footer__btmsole__inner {
	width: 1200px;
	max-width: 92.5vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* Flex */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.footer4efA .copyright {
	padding: 15px 0px;
	font-size: 1px;
	font-size: clamp(12px, calc(12px + ((1vw - 3.6px) * 0.1563)), 13px);
	min-height: 0vw;
}

/* （スマホ） */
@media screen and (max-width: 767.9px) {
	.footer4efA .copyright {
		width: 100%;
		text-align: center;
	}
}




/* ■フッターメニュー設定
====================================== */
/* フッターメニュー */
.footer4efA .footmenu-container .footmenu-wrapper {
	width: 100%;
}

/* （PC） */
@media print,
screen and (min-width: 768px) {
	.footer4efA .footmenu-container .footmenu-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}

	.footer4efA .footmenu-container .footmenu1 {
		width: 15%;
		min-width: 80px;
	}

	.footer4efA .footmenu-container .footmenu2 {
		width: 22%;
		min-width: 160px;
	}

	.footer4efA .footmenu-container .footmenu3 {
		width: 19%;
		min-width: 80px;
	}

	.footer4efA .footmenu-container .footmenu4 {
		width: 20%;
		min-width: 80px;
	}
}

.footer4efA .footmenu-container li {
	position: relative;
	display: block;
	height: auto;
	font-size: 15px;
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.1563)), 15px);
	min-height: 0vw;
	white-space: nowrap;
}

.footer4efA .footmenu-container li>a {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 6px 0px 6px;
	overflow: hidden;
}

.footer4efA .menu>li>a>i {
	vertical-align: middle;
	width: 1.5em;
}

/* Material Symbols */
.footer4efA .menu>li>a>i::before {
	font-family: 'Material Symbols Sharp';
	font-variation-settings:
		'FILL' 1,
		'wght' 200;
	line-height: 1.2;
	font-size: 1.7em;
}

.footer4efA .menu>li>a>i::before {
	content: "\e037";
}

.footer4efA .footmenu-container li.is-disabled>a {
	pointer-events: none;
	color: hsla(0, 0%, 0%, 0.26);
}

/* サブメニュー */
.footer4efA .sub-menu {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.footer4efA .sub-menu li {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	/* 子メニュー分伸ばすので高さはautoにする */
	height: auto;
	margin: 0;
	letter-spacing: 0.04em;
	font-size: 15px;
	font-size: clamp(14px, calc(14px + ((1vw - 3.6px) * 0.1563)), 15px);
	min-height: 0vw;
}

.footer4efA .sub-menu li>a {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 100%;
	margin-left: 1em;
}

.footer4efA .footmenu-container .sub-menu li>a>i {
	vertical-align: middle;
	width: 1.4em;
}

/* Material Symbols */
.footer4efA .footmenu-container .sub-menu li>a>i::before {
	font-family: 'Material Symbols Sharp';
	font-variation-settings:
		'FILL' 0,
		'wght' 200;
	line-height: 1.15;
	font-size: 1.7em;
}

.footer4efA .footmenu-container .sub-menu li>a>i::before {
	content: "\e5df";
}

/* hover */
@media (any-hover: hover) {
	.footer4efA .menu>li>a>i {
		vertical-align: middle;
		width: 1.5em;
	}
}

.footer4efA .footer__btmsole .menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	padding: 8px 0px 10px;
}

/* （スマホ） */
@media screen and (max-width: 767.9px) {
	.footer4efA .footer__btmsole .menu {
		width: 100%;
		border-top: 1px solid hsla(0, 0%, 46%, 1);
	}
}

.footer4efA .footer__btmsole .menu li {
	position: relative;
	display: block;
	height: auto;
	font-size: 12px;
	font-size: clamp(11px, calc(11px + ((1vw - 3.6px) * 0.1563)), 12px);
	min-height: 0vw;
	white-space: nowrap;
}

/* 最初以外 */
.footer4efA .footer__btmsole .menu li:not(:nth-of-type(1))::before {
	content: " | ";
	display: inline-block;
	width: 0.3rem;
	height: 1em;
	line-height: 1;
	margin-right: 0.5rem;
}

.footer4efA .footer__btmsole .menu li>a {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 4px 0.4rem 4px 0px;
	overflow: hidden;
}

/* フッターメニュー（SP） */
@media screen and (max-width: 767.9px) {
	.footmenu-container {
		display: block;
		width: 100%;
		height: auto;
	}

	.footmenu-container .menu {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}

	.footmenu-container li {
		position: relative;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		/* 子メニュー分伸ばすので高さはautoにする */
		height: auto;
		padding: 0px;
		letter-spacing: 0.04em;
		font-size: 16px;
		border-top: 1px solid hsla(0, 0%, 46%, 1);
	}

	.footmenu-container li>a {
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		width: 99%;
		height: 3.3em;
		margin: 0px 1px 0px 2px;
		padding-left: 2em;
	}

	/* サブメニュー */
	.footmenu-container li.menu-item-has-children>a>button {
		position: absolute;
		top: 0;
		right: 0.3em;
		margin: auto;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 44px;
		height: 44px;
		transform: translateZ(0);
		transition: all 0.3s ease-out;
	}

	.footmenu-container li.menu-item-has-children>a>button.open {
		transform: rotate(180deg);
	}

	.footmenu-container li.menu-item-has-children>a>button::before {
		font-family: 'Material Symbols Sharp';
		font-variation-settings: 'FILL' 0,
			'wght' 200;
		margin: auto;
		width: 1em;
		height: 1em;
		line-height: 0.9;
		font-size: 1.3em;
		text-align: center;
		color: inherit;
	}

	.footmenu-container li.menu-item-has-children>a>button::before {
		content: "\e5cf";
	}

	.footmenu-container .sub-menu {
		width: 100%;
		height: 0;
		overflow: hidden;
	}

	.footmenu-container .sub-menu li {
		font-size: 15px;
		border-bottom: none;
		border-top: 1px solid hsla(226, 34%, 24%, 0.5);
	}

	.footmenu-container .sub-menu li>a {
		padding-left: 3.8em;
	}
}