@charset "UTF-8";
.company-title {
	position: relative;
	height: 428px;
	
}

.company-title__inner {
	position: absolute;
	top: 173px;
	left: 51px;
	width: 308px;
	height: 127px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.2;
	color: #f0e8de;
}

.company-title__lead,
.company-title__heading {
	margin: 0;
	font: inherit;
}

.company-title__lead {
	font-size: 26px;
	letter-spacing: -1.3px;
}

.company-title__heading {
	font-size: 80px;
	letter-spacing: -4px;
	white-space: nowrap;
}

.company-title__breadcrumb {
	position: absolute;
	top: 380px;
	left: 50px;
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #f0e8de;
	white-space: nowrap;
}

.company-title__breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.company-title__breadcrumb-separator {
	display: block;
	width: 8px;
	height: 1px;
	background-color: #f0e8de;
}

.company-title__decoration {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: url("../imgs/common/separator.png") center bottom / 1920px 20px repeat;
}

.company-info {
	padding-top: 120px;
	color: #f0e8de;
}

.company-info__heading {
	width: min(495px, calc(100% - 30px));
	margin: 0 auto 80px;
	font-family: "Noto Serif JP", serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -2.5px;
	text-align: center;
}

.company-info__table {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: min(1000px, calc(100% - clamp(30px, 8vw, 120px)));
	margin: 0 auto;
}

.company-info__row {
	display: grid;
	grid-template-columns: clamp(160px, 20%, 200px) minmax(0, 1fr);
	column-gap: 1px;
	min-height: 70px;
}

.company-info__row dt,
.company-info__row dd {
	box-sizing: border-box;
	margin: 0;
}

.company-info__row dt {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 40px;
	background-color: #caa366;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	color: #000;
	white-space: nowrap;
}

.company-info__row dd {
	display: flex;
	align-items: center;
	padding: 24px;
	border: 1px solid #666;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.company-info__row--first {
	min-height: 102px;
}

.company-info__row--first dt {
	padding-top: 16px;
	padding-bottom: 16px;
}

.company-info__row--first dd {
	padding: 40px 24px;
}

.company-info__row--address dd span:first-child::after {
	content: "　";
}

.company-info__tel,
.company-info__mail {
	color: inherit;
	text-decoration: none;
}

.company-info__tel {
	pointer-events: none;
}

.company-info__row .company-info__tel {
	color: #f0e8de;
}

.company-map {
	padding-top: 120px;
	color: #f0e8de;
}

.company-map__heading {
	margin: 0 0 64px;
	font-family: "Noto Serif JP", serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -2.5px;
	text-align: center;
}

.company-map__embed {
	display: block;
	width: 100%;
	height: 600px;
	border: 0;
}

.company-interview {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0 120px;
	color: #f0e8de;
}

.company-interview__line {
	width: 1px;
	height: 160px;
	margin-bottom: 40px;
	background-color: #f0e8de;
}

.company-interview__panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	box-sizing: border-box;
	width: min(892px, calc(100% - clamp(30px, 8vw, 120px)));
	height: 157px;
	padding: 40px clamp(24px, 11vw, 160px);
	border: 1px solid #767676;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	text-align: center;
	color: inherit;
	text-decoration: none;
}

.company-interview__title,
.company-interview__label {
	margin: 0;
}

.company-interview__title {
	display: flex;
	font-size: clamp(28px, 2.8vw, 40px);
	line-height: 1;
	letter-spacing: -2px;
	white-space: nowrap;
}

.company-interview__title em {
	font-style: normal;
	color: #caa366;
}

.company-interview__label {
	width: 100%;
	font-size: 18px;
	line-height: 13px;
	letter-spacing: -0.9px;
}

@media (max-width: 767px) {
	.company-title {
		height: 143px;
	}

	.company-title__inner {
		top: 40px;
		left: 15px;
		width: 115px;
		height: 48px;
	}

	.company-title__lead {
		font-size: 12px;
		letter-spacing: -0.6px;
	}

	.company-title__heading {
		font-size: 28px;
		letter-spacing: -1.4px;
	}

	.company-title__breadcrumb {
		top: 104px;
		left: 15px;
		gap: 4px;
		font-size: 12px;
	}

	.company-title__decoration {
		height: 14px;
		background-size: 1344px 14px;
	}

	.company-info {
		padding-top: 40px;
	}

	.company-info__heading {
		width: auto;
		margin-bottom: 32px;
		font-size: 30px;
		letter-spacing: -1.5px;
	}

	.company-info__table {
		width: min(346px, calc(100% - 30px));
	}

	.company-info__row,
	.company-info__row--first {
		display: flex;
		flex-direction: column;
		gap: 1px;
		min-height: 0;
	}

	.company-info__row dt,
	.company-info__row--first dt {
		justify-content: flex-start;
		width: 100%;
		height: 36px;
		padding: 8px 16px;
		font-size: 14px;
	}

	.company-info__row dd,
	.company-info__row--first dd {
		width: calc(100% - 2px);
		min-height: 54px;
		padding: 16px 8px;
		border: 0;
		font-size: 14px;
		line-height: 1.6;
	}

	.company-info__row--address dd {
		min-height: 76px;
		flex-direction: column;
		align-items: flex-start;
	}

	.company-info__row--address dd span:first-child::after {
		content: none;
	}

	.company-info__tel {
		pointer-events: auto;
	}

	.company-map {
		padding-top: 64px;
	}

	.company-map__heading {
		margin-bottom: 40px;
		font-size: 30px;
		letter-spacing: -1.5px;
	}

	.company-map__embed {
		height: 400px;
	}

	.company-interview {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.company-interview__line {
		height: 40px;
		margin-bottom: 16px;
	}

	.company-interview__panel {
		gap: 16px;
		width: min(306px, calc(100% - 30px));
		height: 132px;
		padding: 24px 0;
	}

	.company-interview__title {
		flex-direction: column;
		font-size: 20px;
		line-height: 1.4;
		letter-spacing: -1px;
	}

	.company-interview__label {
		font-size: 16px;
		line-height: 12px;
		letter-spacing: -0.8px;
	}
}
