#footer {
	background-color: #fdf0e0;
}

.footer-content-wrap {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 784px;
    text-align: left;
}

.footer-company-overview_sp img {
	width: 323px;
}

.footer-company-info {
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	margin-top: 16px;
	margin-left: 16px;
}

.footer-links a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	/* or 22px */

	text-decoration-line: underline;

	color: #333333;
}

.footer-links p {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	color: #333333;
}

.footer-links a:first-child {
	margin-top: 0;
}

/* footer-copyright */
.footer-copyright {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	background: #ee553b;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer .sp {
	display: none;
}

@media screen and (min-width: 785px) {
	.footer-content-wrap {
		max-width: 1020px;
		margin: 0 auto;
	}

	/* footer-company-overview */
	.footer-company-overview_pc img {
		width: 404px;
	}

	.footer-company-overview_pc {
		display: block;
	}

	.footer-company-overview_sp {
		margin-right: 0;
		display: none;
	}

	.footer-links a:first-child {
		margin-top: 8px;
	}

	.footer-links-sp a {
		margin-top: 8px;
        display: block;
	}
}

@media screen and (max-width: 784px) {
	.footer-company-overview_pc {
		margin-right: 0;
		display: none;
	}

	.footer-company-overview_sp {
		margin-right: 0;
		display: block;
        text-align: left;
	}

	.footer-company-overview_sp img {
		width: 80vw;
	}

	.footer-company-info {
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 160%;
		margin-left: 0;
		margin-bottom: 41px;
	}

	.footer-content-wrap {
		padding: 32px 24px;
		display: block;
		max-width: 293px;
		width: calc(296 / 375 * 100%);
		margin: auto;
	}

	.footer-company-overview_sp {
		padding: 23px;
	}

	.footer-copyright {
		padding: 0 24px;
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 160%;
		text-align: center;
		color: #ffffff;
		height: 50px;
	}

	.footer-links {
		margin-right: 0 !important;
		margin-top: 24px;
		width: 80vw;
	}

	.footer-links-sp {
		display: grid;
		gap: 8px 16px;
		grid-template-columns: 1fr 1fr;
	}

	.footer-links a:first-child {
		margin-top: 0;
	}

	.footer-links p {
		margin-top: 24px;
	}

	.footer-links-sp a {
		margin-top: 0;
	}

	.footer-sp {
		align-items: center;
	}
}