/* =========================================================
   Footer
========================================================= */

.site-footer {
	background: #204A99;
	padding: 72px 0 28px;
}

.site-footer__inner {
	width: min(100% - 40px, 1200px);
	margin: 0 auto;
	text-align: center;
}

.site-footer__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.site-footer__logo img {
	display: block;
	width: 60px;
	height: auto;
}

.site-footer__company {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: #fff;
}

.site-footer__address {
	margin: 18px 0 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.03em;
	color: #fff;
}

.site-footer__contact {
	margin-top: 14px;
}

.site-footer__contact-row {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.03em;
	color: #fff;
	text-align: center;
}

.site-footer__contact-row + .site-footer__contact-row {
	margin-top: 0;
}

.site-footer__contact-label {
	display: inline-block;
	margin-right: 8px;
	font-weight: 700;
}

.site-footer__tel-sp {
	display: none;
	color: inherit;
	text-decoration: none;
}

.site-footer__copy {
	margin: 28px 0 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 769px) {
	.site-footer__contact {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0;
	}

	.site-footer__contact-row--fax::before {
		content: "/";
		display: inline-block;
		margin: 0 10px 0 6px;
		font-weight: 400;
	}
}

/* =========================================================
   Tablet / SP
========================================================= */

@media screen and (max-width: 768px) {
	.site-footer {
		padding: 40px 0 24px;
	}

	.site-footer__inner {
		width: min(100% - 32px, 390px);
	}

	.site-footer__logo {
		margin-bottom: 16px;
	}

	.site-footer__logo img {
		width: 64px;
	}

	.site-footer__company {
		font-size: 22px;
		line-height: 1.5;
	}

	.site-footer__address {
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.8;
	}

	.site-footer__contact {
		display: block;
		margin-top: 12px;
	}

	.site-footer__contact-row {
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
	}

	.site-footer__contact-row + .site-footer__contact-row {
		margin-top: 4px;
	}

	.site-footer__tel-pc {
		display: none;
	}

	.site-footer__tel-sp {
		display: inline;
	}

	.site-footer__copy {
		margin-top: 22px;
		font-size: 12px;
		line-height: 1.7;
	}
}
/* PC：改行を消す */
@media screen and (min-width: 769px) {
	.site-footer__address br {
		display: none;
	}
}