/* BIM Implementation Design Support service page */
.service-page-bim-implementation .industry-detail-layout {
	grid-template-columns: 1fr;
	max-width: none;
}

.service-page-bim-implementation .industry-main,
.service-page-bim-implementation .industry-copy {
	max-width: none;
}
.service-page-bim-implementation .section-industry-detail { padding: 28px 0 48px; }
.service-page-bim-implementation .industry-copy { max-width: none; }
.service-page-bim-implementation .industry-copy h2 { margin-top: 32px; margin-bottom: 14px; font-size: clamp(22px, 2.2vw, 28px); }
.service-page-bim-implementation .industry-copy h2 strong { color: #0b7fb2; font-weight: 900; }
.service-page-bim-implementation .industry-hero-image {
	margin: 22px 0 10px;
	height: 320px;
	border-radius: 0;
}
.service-page-bim-implementation .hh-offerings-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px 24px;
	margin: 14px 0 8px;
}
.service-page-bim-implementation .hh-offerings-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-page-bim-implementation .hh-offerings-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-page-bim-implementation .hh-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-page-bim-implementation .hh-check-list li {
	position: relative;
	padding: 8px 0 8px 18px;
	color: var(--hh-subtext);
	font-weight: 600;
	font-size: var(--hh-child-text-min, 15px);
	line-height: 1.45;
	border-bottom: 1px solid rgba(2, 6, 23, 0.06);
}
.service-page-bim-implementation .hh-check-list li::before {
	content: "›";
	position: absolute;
	left: 0;
	top: 8px;
	color: #0b7fb2;
	font-weight: 900;
}
.service-page-bim-implementation .hh-check-list li a {
	all: unset;
	cursor: pointer;
	color: #0b7fb2;
	font-weight: 800;
}
.service-page-bim-implementation .hh-check-list li a:hover { text-decoration: underline; }
.service-page-bim-implementation .hh-story-grid { margin: 14px 0 8px; }
.service-page-bim-implementation .cs-card-media {
	width: 100%;
	height: auto;
	min-height: 0;
	flex-shrink: 0;
	overflow: hidden;
	background-color: #eef2f7;
}

.service-page-bim-implementation .cs-card-media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
}
.service-page-bim-implementation .cs-card-title {
	margin: 0;
	padding: 14px 16px;
	text-align: left;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 800;
}
.service-page-bim-implementation .hh-benefits-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); text-align: center; }
.service-page-bim-implementation .hh-benefit-icon--img,
.industry-page-building-products.service-page-bim-implementation .hh-benefit-icon.hh-benefit-icon--img {
	width: 152px;
	height: 152px;
	margin: 6px auto 14px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	display: block;
	overflow: visible;
	color: inherit;
}

.service-page-bim-implementation .hh-benefit-icon--img img {
	display: block;
	width: 152px;
	height: 152px;
	max-width: none;
	object-fit: contain;
	object-position: center;
	transform: none;
}
.service-page-bim-implementation .hh-benefit-copy {
	margin: 10px 0 0;
	font-size: var(--hh-child-text-min, 15px);
	line-height: 1.55;
	color: rgba(15, 23, 42, 0.68);
	font-weight: 500;
	max-width: 34ch;
	margin-inline: auto;
}
.service-page-bim-implementation .hh-outsource-list {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
	display: grid;
	gap: 10px;
}
.service-page-bim-implementation .hh-outsource-list li {
	position: relative;
	padding: 12px 14px 12px 38px;
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	border-left: 4px solid #f59e0b;
	color: rgba(15, 23, 42, 0.82);
	font-weight: 600;
	font-size: var(--hh-child-text-min, 15px);
	line-height: 1.45;
}
.service-page-bim-implementation .hh-outsource-list li::before {
	content: "›";
	position: absolute;
	left: 16px;
	top: 12px;
	color: #0b7fb2;
	font-weight: 900;
	font-size: 16px;
}

/* 業務フロー — 3-column step cards */
.service-page-bim-implementation .hh-workflow-track {
	--hh-workflow-gap-col: 56px;
	--hh-workflow-gap-row: 40px;
	list-style: none;
	counter-reset: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--hh-workflow-gap-row) var(--hh-workflow-gap-col);
	margin: 16px 0 0;
	padding: 40px 48px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-sizing: border-box;
}

.service-page-bim-implementation .hh-workflow-step {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	min-height: 100%;
	padding: 22px 24px;
	margin: 0;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 2px;
	position: relative;
}

.service-page-bim-implementation .hh-workflow-step:not(:nth-child(3n))::after {
	content: ">>";
	position: absolute;
	top: 50%;
	right: calc(var(--hh-workflow-gap-col) / -2);
	transform: translate(50%, -50%);
	font-size: clamp(1rem, 1.6vw, 1.35rem);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.04em;
	color: rgba(11, 127, 178, 0.42);
	pointer-events: none;
}

.service-page-bim-implementation .hh-workflow-step-num {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
	margin: 0 0 14px;
	font-size: clamp(1.5rem, 2.5vw, 2.125rem);
	font-weight: 500;
	line-height: 1.2;
	color: #0b7fb2;
}

.service-page-bim-implementation .hh-workflow-step-label {
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.service-page-bim-implementation .hh-workflow-step-value {
	font-size: inherit;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #f39200;
}

.service-page-bim-implementation .hh-workflow-step-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
}

.service-page-bim-implementation .hh-workflow-step-title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	color: #0b2a5b;
}

.service-page-bim-implementation .hh-workflow-step-text {
	margin: 0;
	font-size: var(--hh-child-text-min, 15px);
	font-weight: 500;
	font-style: italic;
	line-height: 1.65;
	color: rgba(15, 23, 42, 0.68);
}

@media (max-width: 960px) {
	.service-page-bim-implementation .hh-workflow-track {
		--hh-workflow-gap-col: 44px;
		--hh-workflow-gap-row: 32px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 32px 28px;
	}

	.service-page-bim-implementation .hh-workflow-step::after {
		content: none;
	}

	.service-page-bim-implementation .hh-workflow-step:not(:nth-child(2n))::after {
		content: ">>";
		right: calc(var(--hh-workflow-gap-col) / -2);
		transform: translate(50%, -50%);
	}
}

@media (max-width: 560px) {
	.service-page-bim-implementation .hh-workflow-track {
		--hh-workflow-gap-row: 20px;
		grid-template-columns: 1fr;
		padding: 24px 20px;
	}

	.service-page-bim-implementation .hh-workflow-step::after {
		content: none;
	}
}

.service-page-bim-implementation .hh-expertise-grid-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-page-bim-implementation .hh-customers {
	margin-top: 34px;
	padding: 22px 0 8px;
	border-top: 1px solid var(--hh-border);
}
.service-page-bim-implementation .hh-customers-title {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 900;
	color: var(--hh-text);
	text-align: center;
}
.service-page-bim-implementation .hh-customers-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px 22px;
}
.service-page-bim-implementation .hh-customer-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	min-height: 52px;
	padding: 10px 16px;
	border: 1px solid var(--hh-border);
	background: white;
	color: rgba(15, 23, 42, 0.45);
	font-size: var(--hh-child-text-min, 15px);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.service-page-bim-implementation .hh-faq-list { display: grid; gap: 10px; margin-top: 12px; }
.service-page-bim-implementation .hh-faq-item {
	border: 1px solid var(--hh-border);
	background: white;
	padding: 0;
}
.service-page-bim-implementation .hh-faq-item summary {
	cursor: pointer;
	padding: 14px 16px;
	font-weight: 800;
	color: var(--hh-text);
	list-style: none;
}
.service-page-bim-implementation .hh-faq-item summary::-webkit-details-marker { display: none; }
.service-page-bim-implementation .hh-faq-item p {
	margin: 0;
	padding: 0 16px 14px;
	color: var(--hh-subtext);
	font-size: var(--hh-child-text-min, 15px);
	line-height: 1.55;
}
.service-page-bim-implementation .hh-related-list {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
	display: grid;
	gap: 10px;
}
.service-page-bim-implementation .hh-related-list a {
	display: block;
	padding: 12px 14px;
	border: 1px solid var(--hh-border);
	background: white;
	color: #0b7fb2;
	font-weight: 700;
	text-decoration: none;
	font-size: var(--hh-child-text-min, 15px);
	line-height: 1.45;
}
.service-page-bim-implementation .hh-related-list a:hover {
	background: rgba(11, 127, 178, 0.06);
	border-color: rgba(11, 127, 178, 0.28);
}
.service-page-bim-implementation .hh-seamless { margin-top: 34px; border-radius: 0; }
.service-page-bim-implementation .hh-seamless-inner { max-width: none; text-align: center; }

/* 対応ソフトウェア — shared logo/text tiles (BIM + DX pages) */
.service-page-bim-implementation .hh-service-software-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 56px;
	padding: 14px 16px;
	background: #eeeeee;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
}

.service-page-dx-landing .hh-service-software-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 14px 16px;
	background: #eeeeee;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
}

.service-page-bim-implementation .hh-service-software-item--combo,
.service-page-dx-landing .hh-service-software-item--combo {
	align-items: center;
	width: 100%;
	min-height: 108px;
	padding: 12px 14px 14px;
	gap: 10px;
}

.service-page-bim-implementation .hh-service-software-item-logo,
.service-page-dx-landing .hh-service-software-item-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
}

.service-page-bim-implementation .hh-service-software-item--combo img,
.service-page-dx-landing .hh-service-software-item--combo img {
	display: block;
	flex: 0 0 auto;
	margin-inline: auto;
	width: min(100%, 168px);
	height: 52px;
	max-width: 168px;
	object-fit: contain;
	object-position: center;
}

.service-page-bim-implementation .hh-service-software-item-label,
.service-page-bim-implementation .hh-service-software-item--text {
	font-size: var(--hh-child-text-min, 15px);
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
	color: rgba(15, 23, 42, 0.78);
}

.service-page-bim-implementation .hh-service-software-item--text {
	border-left: 4px solid #f39200;
	min-height: 56px;
}

.service-page-dx-landing .hh-service-software-item-label,
.service-page-dx-landing .hh-service-software-item--text {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: rgba(15, 23, 42, 0.78);
}

.service-page-dx-landing .hh-service-software-item--text {
	font-size: 14px;
	line-height: 1.45;
}

/* Legacy single-logo class (if any markup still uses it) */
.service-page-bim-implementation .hh-service-software-item--logo,
.service-page-dx-landing .hh-service-software-item--logo {
	min-height: 108px;
	padding: 12px 14px 14px;
}

.service-page-bim-implementation .hh-service-software-item--logo img,
.service-page-dx-landing .hh-service-software-item--logo img {
	display: block;
	flex: 0 0 auto;
	width: min(100%, 168px);
	height: 52px;
	max-width: 168px;
	object-fit: contain;
	object-position: center;
}

@media (max-width: 1024px) {
	.service-page-bim-implementation .hh-offerings-grid,
	.service-page-bim-implementation .hh-offerings-grid-3 { grid-template-columns: 1fr; }
	.service-page-bim-implementation .hh-offerings-grid-2 { grid-template-columns: 1fr; }
	.service-page-bim-implementation .hh-benefits-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-page-bim-implementation .hh-expertise-grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
