@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
.maincontent {
	font-size: 1.25rem;
}
.caption {
	width: 100%;
	position: relative;
}
.caption:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(to right, #fff 0%, #fff 80%, #4C5058 100%);
	border-radius: 1rem;
	transform: scaleY(0.5);
	transform-origin: top;
}
.company-list dd, .company-list-first dd {
	font-weight: 500;
}
.company-list {
	padding: 2.5rem 0;
}
.company-list-first {
	padding: 0 0 2.5rem;
}
.indent {
	float: left;
}
.caption dd {
	padding-left: 17rem;
}
/*埋め込みマップの設定を追加*/
.access {
	margin-top: 6.25rem;
}
.access .photomap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 550 / 173;
}
.common-button {
	justify-content: center;
	gap: 1.5625rem;
}
.access .under:hover {
	background-color: var(--black);
}
.access :hover .common-button {
	background-color: #A0A0A0;
}
.access :hover .submit-text {
	color: var(--black);
}
.access :hover .arrow {
	background-color: var(--black);
}
.access :hover .arrow::after {
	border-left-color: var(--black);
}
.access .under {
	margin: 3.125rem auto 0px;
}
@media screen and (max-width: 834px) {
	.maincontent {
		font-size: clamp(0.875rem, 0.7218rem + 0.6536vw, 1.0625rem);
	}
	.company-list {
		padding: 0.625rem 0;
	}
	.company-list-first {
		padding: 0 0 .625rem;
	}
	.caption dd {
		padding-left: clamp(6.5625rem, 3.7541rem + 11.9826vw, 10rem);
	}
	.access {
		margin-top: 2.5rem;
	}
	.access .photomap iframe {
		height: auto;
		aspect-ratio: 20 / 11;
	}
	.access .under {
		margin: 1.25rem auto 0px;
	}
	.common-button {
		justify-content: center;
		gap: .625rem;
	}
}