.footer_wrap {
	padding: 6.7rem 17rem;
}
.footer_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer_logo {
	width: 41rem;
}
.footer_logo img {
	width: 100%;
	height: 100%;
}
.footer_nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 3.2rem;
}
.footer_nav_item {
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--text-color-dark);
}
.pagetop {
	cursor: pointer;
}
.footer_bottom {
	margin-top: 10rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 3.2rem;
}
.footer_info {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
.footer_info_company .name {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.07rem;
	font-weight: 700;
	color: var(--text-color-dark);
}
.footer_info_company .address,
.footer_info_company .tel {
	font-size: 1.2rem;
	line-height: 1.7;
	letter-spacing: 0.07rem;
	font-weight: 400;
	color: var(--text-color-dark);
}

@media screen and (max-width: 767px) {
	.footer_wrap {
		padding: 9rem 2rem;
	}
	.footer_top {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 3.2rem;
	}
	.footer_logo {
		width: 19.9rem;
	}
	.footer_nav {
		gap: 2.8rem;
	}
	.footer_bottom {
		margin-top: 3.2rem;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 2.4rem;
	}
	.footer_info {
		gap: 1.2rem;
	}
}
