/**
 * フッター
 */
.footer {
	width: 1440px;
	height: 277px;
	background-color: var(--color-brand);
	box-sizing: border-box;
	display: flex;
	padding: 14px 28px 0;
}

/**
 * 会社情報
 */
.footer-info {
	flex: 1;
}

.footer-logo {
	width: 203px;
	height: 66px;
	object-fit: cover;
}

.footer-company {
	font-weight: 700;
	color: #000000;
	font-size: 16px;
	letter-spacing: 2.24px;
	line-height: normal;

	margin-top: 1px;
}

.footer-address {
	font-weight: 400;
	color: #000000;
	font-size: 14px;
	letter-spacing: 1.96px;
	line-height: normal;
	font-style: normal;

	margin-top: 7px;
}

.footer-copyright {
	color: #333333;
	font-size: 10px;
	letter-spacing: 1.96px;

	margin-top: 59px;
}

/**
 * 右カラム
 */
.footer-content {
	flex: 3;
	display: flex;
	flex-direction: column;

	padding-right: 2px;
}

/**
 * フッターナビゲーション配置
 */
.footer .nav-items {
	align-self: end;
	margin-top: 11px;
}

/**
 * ボタン
 */
.footer-buttons {
	display: flex;
	gap: 18px;
	align-self: end;
	padding-top: 31px;
}

/**
 * フッターリンク
 */
.footer-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-self: end;

	margin-top: 14px;
}

.footer-links a {
	font-weight: 400;
	color: #000000;
	font-size: 14px;
	letter-spacing: 1.96px;
	line-height: normal;
	text-decoration: none;
	white-space: nowrap;
}
