#Footer {
	background-color: var(--dark);
	padding: 100px 0;
	color: var(--white);
}
.footer-logo-wrap {
	margin-bottom: 50px;
}
.footer-in {
	width: 100%;
	display: flex;
}
.footerLogo {
	max-width: 300px;
	max-height: 70px;
}
.footer-in .footer-in-section {
	margin-right: 50px;
	flex-grow: 1;
	word-break: keep-all;
}
.footer-in .footer-in-section:last-child {
	margin-right: 0;
}
.footer-in .footer-in-section .footer-info-line {
	margin-bottom: 10px;
	display: flex;
	font-size: 16px;
}
.footer-in .footer-in-section .footer-info-line .left {
	font-weight: 600;
	margin-right: 5px;
	white-space: nowrap;
}
.footer-in .footer-in-section .footer-info-line .right {
	font-weight: 200;
}
.footer-in .footer-in-section .footer-info-line.footer-corp-name {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 30px;
	font-family: var(--eng-point-font);
}
.footer-in .footer-in-section .footer-info-line a {
	color: var(--white);
}
.footer-in .footer-in-section .footer-info-line.long {
	flex-wrap: wrap;
}
.footer-in .footer-in-section .footer-info-line.long .left {
	width: 100%;
	margin-bottom: 3px;
}
.footer-in .footer-in-section .footer-info-line.long .right {
	width: 100%;
}
.footer-bot {
	margin-top: 80px;
}
.footer-copyright {
	font-weight: 200;
}
.footer-copyright span {
	font-weight: 600;
	color: var(--theme-color1);
}

@media screen and (max-width:1200px){
	#Footer {
		padding: 60px 0;
	}
	.footer-in .footer-in-section {
		margin-right: 30px;
	}
	.footer-in .footer-in-section .footer-info-line {
		font-size: 14px;
	}
	.footer-logo-wrap {
		margin-bottom: 40px;
	}
	.footer-in .footer-in-section .footer-info-line.footer-corp-name {
		margin-bottom: 25px;
	}
}

@media screen and (max-width:768px){
	.footer-in .footer-in-section .footer-info-line .left {
		white-space: nowrap;
		width: 100%;
		margin-bottom: 3px;
	}
	.footer-in .footer-in-section .footer-info-line .right {
		width: 100%;
	}
	.footer-in .footer-in-section .footer-info-line {
		flex-wrap: wrap;
	}
	.footer-in .footer-in-section {
		margin-right: 10px;
	}
	.footer-in .footer-in-section .footer-info-line {
		font-size: 13px;
	}
	.footer-logo-wrap {
		text-align: center;
	}
}

@media screen and (max-width:540px){
	.footerLogo {
		max-width: 250px;
		max-height: 50px;
	}
}

@media screen and (max-width:480px){
	.footer-in {
		flex-wrap: wrap;
	}
	.footer-in .footer-in-section {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		text-align: center;
	}
	.footer-in .footer-in-section .footer-info-line.footer-corp-name {
		justify-content: center;
	}
	.footer-in .footer-in-section .footer-info-line.footer-corp-name {
		margin-bottom: 15px;
	}
	.footer-bot {
		margin-top: 10px;
		text-align: center;
	}
	.footer-copyright {
		font-size: 13px;
	}
}