@charset "utf-8";

/***************************************************************
Footer
****************************************************************/
footer {
	/* margin-top: 40px; */
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #222;
	font-size: 0;
	color: #fff;
}
.pagetop {
	position: fixed;
	right: 20px;
	bottom: -100px;
	z-index: 999;
}
.pagetop__link {
	display: block;
	background-color: rgba(61, 161, 0, , 0.8);
	color: #fff;
	height: 48px;
	width: 48px;
}
.pagetop__link:hover {
	text-decoration: none;
	opacity: .7;
}
.pagetop__link::after {
	font-family: "icomoon" !important;
	content: "\e903" !important;
	font-size: 22rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	transform: translateX(-50%) translateY(-50%) rotate(270deg);
}
.footer-bg__img,
.footer-bg__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
}
.footer-bg__img img,
.footer-bg__img source {
	position: absolute;
	min-height: 100%;
	object-fit: cover;
	object-position: center right;
}
.footer-content {
	position: relative;
	padding: 40px 5% 36px;
	font-size: 14rem;
	background-image: linear-gradient(to top, #0d2200, rgba(3, 34, 0, 0.76) -4%);
}
.footer-A_main-logo__link {
	margin: 0 auto;
    display: block;
	width: fit-content;
}
.footer-A_main-logo {
	display: block;
	margin: 0 auto;
}
.footer-left__access {
	margin-top: 24px;
	font-size: 14rem;
}
.footer__contact-button {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 24px auto 0;
	padding: 22px 2em;
	width: 220px;
	background-color: var(--mpee-blue);
	color: #fff;
	font-size: 16px;
}
.footer-right {
	margin-top: 30px;
}
.footer-menu__li--has-child {
	margin-bottom: 4px;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}
.footer-menu__li__link {
	display: inline-block;
	padding: 6px 4px;
	line-height: 1.5;
	font-size: 15rem;
}
.footer_main-menu__li--child .footer-menu__li__link::before {
	content: '・';
	margin-right: 4px;
	display: inline-block;
}

.footer-bottom {
	position: relative;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	align-items: center;
	justify-content: space-between;
	padding: 16px 5%;
	color: #ffffff;
    background-color: black;
	text-align: center;
}
.footer__copyright,
.footer__privacy-policy {
	font-size: 14rem;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.footer-bg__img img,
	.footer-bg__img source {
		width: 100%;
		height: 100%;
		object-position: center;
	}
	.footer-main {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.footer-A_main-logo__link {
		margin-left: 0;
	}
	.footer__contact-button {
		margin-left: 0;
	}
	.footer-right {
		margin-top: 0;
	}
	.footer-bottom {
		flex-direction: row;
		padding: 16px 5%;
	}
}

@media screen and (min-width: 1200px) {
	.footer-content {
		padding: 0 4vw 80px;
		text-align: left;
	}
	.footer-content--contact {
		padding-top: 44px;
	}
	.pagetop {
		position: static;
		text-align: right;
	}
	.pagetop__link {
		padding: 8px;
		display: inline-block;
		width: auto;
		height: auto;
		background-color: transparent;
		color: #fff;
		font-size: 16px;
	}
	.pagetop__link::after {
		position: relative;
		top: 4px;
		left: auto;
		right: auto;
		bottom: auto;
		display: inline-block;
		transform: rotate(-90deg);
	}
	.pagetop__link-label {
		margin-right: 8px;
	}
	.footer-main {
		margin-top: 40px;
	}
	.footer-left__contact {
		margin-top: 32px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.footer__contact-tel__num {
		font-size: 40px;
	}
	.footer__contact-tel__num::before {
		margin-right: 8px;
		font-size: 32px;
	}
	.footer__contact-tel__time {
		text-align: center;
		font-size: 16px;
	}
	.footer__contact-button {
		margin-top: 0;
	}
	.footer__contact-button:hover {
		text-decoration: none;
	}
	.footer__contact-button::before {
		margin-right: 0.5em;
		vertical-align: sub;
		font-size: 22px;
	}

	.footer-right {
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
	}
	.footer-menu:nth-child(n+2) {
		margin-left: 26px;
	}
	.footer-bottom {
		padding: 16px 4vw;
	}
}


@media screen and (min-width: 1500px) {
	.footer-content,
	.footer-bottom {
		padding-right: calc(50% - 600px);
		padding-left: calc(50% - 600px);
	}
}

@media screen and (min-width: 1630px) {
	.footer-content,
	.footer-bottom {
		padding-right: calc(50vw - 750px);
		padding-left: calc(50vw - 750px);
	}
}