.header {
	position: relative;
}

@media(min-width: 768px) {
	.footer-bottom {
		justify-content: space-between;
	}
}


.header-toggle svg:last-child {
	display: none;
}

.header-toggle.active svg:last-child {
	display: block;
}

.header-toggle.active svg:first-child {
	display: none;
}

@media (max-width: 767.98px) {
	.header-nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 4;
	}
	
	.header-nav.active {
		display: block !important;
	}

	.menu-list {
		display: block;
	}

	.menu-list li:not(:last-child) {
		border-bottom: 1px solid #E0E0E0;
	}

	.menu-list a {
		padding-left: 16px;
		padding-right: 16px;
		min-height: 53px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
}


.section-image-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}