/*====================
フッター（PC基準・インナー1520px）
css/common/footer.css
ブレイクポイント: variables.css 参照
====================*/
.site-footer {
	color: #fff;
	overflow-x: clip;
}

.site-footer__main {
	padding: 64px 0 56px;
	background: var(--color-c-color);
}

.site-footer__inner {
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: clamp(16px, 2vw, 40px);
	width: 1520px;
	max-width: 1520px;
	min-width: 0;
	margin-inline: auto;
	padding: 56px 0;
}

@media screen and (max-width: 1919px) {
	.site-footer__inner {
		width: min(calc(100% - clamp(32px, 4vw, 64px)), 1520px);
		padding-inline: clamp(16px, 2vw, 32px);
	}
}

@media screen and (max-width: 1535px) {
	.site-footer__inner {
		gap: clamp(12px, 1.6vw, 24px);
		padding-inline: clamp(16px, 1.8vw, 24px);
	}
}

@media screen and (max-width: 1365px) {
	.site-footer__inner {
		width: calc(100% - 32px);
		padding-inline: 16px;
	}
}

@media screen and (max-width: 1279px) {
	.site-footer__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
		max-width: 420px;
		padding: 0 16px;
	}
}

.site-footer__box--brand {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 0 1 420px;
	width: 420px;
	min-width: 0;
	max-width: 420px;
}

@media screen and (max-width: 1535px) {
	.site-footer__box--brand {
		flex: 0 1 400px;
		min-width: min(100%, 400px);
		max-width: 400px;
	}
}

@media screen and (max-width: 1279px) {
	.site-footer__box--brand {
		flex: none;
		align-items: center;
		width: 100%;
		max-width: none;
		margin-bottom: 64px;
		text-align: center;
	}
}

.site-footer__box--side {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 64px;
	min-width: 0;
	margin-left: 0;
}

@media screen and (max-width: 1279px) {
	.site-footer__box--side {
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin-left: 0;
	}
}

.site-footer__box--cta {
	display: flex;
	flex-direction: column;
	gap: 40px;
	flex: 0 0 420px;
	flex-shrink: 0;
	width: 420px;
	min-width: 340px;
	max-width: 420px;
}

@media screen and (max-width: 1919px) {
	.site-footer__col--menu,
	.site-footer__col--business {
		flex: 0 1 220px;
		width: auto;
		max-width: 220px;
	}

	.site-footer__box--cta {
		flex: 0 0 360px;
		width: auto;
		max-width: 360px;
	}
}

@media screen and (max-width: 1535px) {
	.site-footer__box--cta {
		flex: 0 0 clamp(340px, 28vw, 360px);
		min-width: 340px;
		max-width: 360px;
	}
}

@media screen and (max-width: 1279px) {
	.site-footer__box--cta {
		flex: none;
		width: 100%;
		min-width: 0;
		max-width: none;
		gap: 36px;
	}
}

.site-footer__logo {
	display: block;
	line-height: 0;
}

.site-footer__logo-img {
	display: block;
	width: 100%;
	max-width: 380px;
	height: auto;
}

.site-footer__address {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	white-space: nowrap;
}

@media screen and (max-width: 1279px) {
	.site-footer__address {
		font-size: 14px;
		white-space: normal;
	}
}

.site-footer__col {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	min-width: 0;
}

.site-footer__col--menu {
	flex: 0 1 250px;
	width: 250px;
	min-width: 0;
	max-width: 250px;
}

@media screen and (max-width: 1535px) {
	.site-footer__col--menu {
		flex: 0 1 clamp(156px, 13vw, 200px);
		width: auto;
		max-width: 200px;
	}
}

@media screen and (max-width: 1365px) {
	.site-footer__col--menu {
		flex-basis: 168px;
		max-width: 168px;
	}
}

@media screen and (max-width: 1279px) {
	.site-footer__col--menu {
		width: 100%;
		max-width: none;
	}
}

.site-footer__col--business {
	flex: 0 1 250px;
	width: 250px;
	min-width: 0;
	max-width: 250px;
}

@media screen and (max-width: 1535px) {
	.site-footer__col--business {
		flex: 0 1 clamp(156px, 13vw, 200px);
		width: auto;
		max-width: 200px;
	}
}

@media screen and (max-width: 1365px) {
	.site-footer__col--business {
		flex-basis: 168px;
		max-width: 168px;
	}
}

@media screen and (max-width: 1279px) {
	.site-footer__col--business {
		width: 100%;
		max-width: none;
	}
}

.site-footer__col--contact {
	width: 100%;
}

.site-footer__col--recruit {
	width: 100%;
}

.site-footer__heading {
	margin: 0 0 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.site-footer__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__link {
	position: relative;
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	max-width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	text-decoration: none;
	transition: opacity 0.25s ease;
}

@media screen and (max-width: 1535px) {
	.site-footer__link {
		font-size: 16px;
	}
}

.site-footer__link-mark {
	flex-shrink: 0;
	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.site-footer__link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.site-footer__link:hover {
	opacity: 0.85;
}

.site-footer__link:hover .site-footer__link-mark {
	transform: translateX(4px);
}

.site-footer__link:hover::after {
	transform: scaleX(1);
}

.site-footer__contact-body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.site-footer__tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 100%;
	padding: 20px 24px;
	border-radius: 8px;
	background: #fff;
	color: var(--color-c-color);
	text-decoration: none;
	transition:
		background-color 0.25s ease,
		transform 0.25s ease;
}

.site-footer__tel-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-footer__tel:hover {
	background: #f5f5f5;
	transform: translateY(-1px);
}

.site-footer__tel:active {
	transform: translateY(0);
}

.site-footer__tel-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--color-c-color);
}

.site-footer__tel-icon img {
	display: block;
	width: 16px;
	height: 16px;
	max-width: none;
}

.site-footer__tel-num {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.07em;
	white-space: nowrap;
}

.site-footer__tel-hours {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.site-footer__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 18px 24px;
	border-radius: 8px;
	background: #fff;
	color: var(--color-c-color);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	transition:
		background-color 0.25s ease,
		transform 0.25s ease;
}

.site-footer__btn:hover {
	background: #f5f5f5;
	transform: translateY(-1px);
}

.site-footer__btn:active {
	transform: translateY(0);
}

.site-footer__copy-bar {
	background: #fff;
}

.site-footer__copy-inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1520px;
	margin-inline: auto;
	padding: 12px 16px;
}

.site-footer__copy {
	margin: 0;
	color: var(--color-c-color);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.site-footer__copy small {
	font-size: inherit;
}

/* max-1279 */
@media screen and (max-width: 1279px) {
	.site-footer__main {
		padding: 48px 0 40px;
	}

	.site-footer__logo-img {
		max-width: 280px;
		margin-inline: auto;
	}

	.site-footer__address {
		font-size: 14px;
	}

	.site-footer__copy {
		font-size: 10px;
	}

	.site-footer__copy-inner {
		max-width: 420px;
	}
}

/* max-1079 */
@media screen and (max-width: 1079px) {
	.site-footer__inner {
		max-width: 480px;
	}

	.site-footer__copy-inner {
		max-width: 480px;
	}
}

/* max-819 */
@media screen and (max-width: 819px) {
	.site-footer__main {
		padding: 44px 0 36px;
	}

	.site-footer__inner {
		max-width: 100%;
	}
}

/* max-600 */
@media screen and (max-width: 600px) {
	.site-footer__main {
		padding: 40px 0 32px;
	}

	.site-footer__inner {
		padding-inline: 16px;
	}

	.site-footer__logo-img {
		max-width: 260px;
	}

	.site-footer__tel {
		padding: 16px 20px;
	}

	.site-footer__btn {
		padding: 16px 20px;
	}
}

/* max-467 */
@media screen and (max-width: 467px) {
	.site-footer__inner {
		padding-inline: 16px;
	}

	.site-footer__logo-img {
		max-width: 240px;
	}
}

/* max-374 */
@media screen and (max-width: 374px) {
	.site-footer__logo-img {
		max-width: 220px;
	}
}

/* max-360 */
@media screen and (max-width: 360px) {
	.site-footer__main {
		padding: 36px 0 28px;
	}

	.site-footer__inner {
		padding-inline: 12px;
	}
}
