/*====================
土木部（/civil）
インナー最大幅: 1520px / 紺: #16346D
====================*/
.civil-page {
	display: block;
	background: var(--color-topics-bg);
}

/* 土木部 sub-kv 英字 */
.sub-kv__title-en--pc.sub-kv__title-en--nowrap {
	font-size: 110px;
}

@media screen and (max-width: 1279px) {
	.sub-kv__title-en--pc {
		display: none !important;
	}

	.sub-kv__title-en--sp {
		right: auto;
		left: clamp(16px, 4vw, 32px);
		max-width: calc(100% - 32px);
		text-align: left;
		line-height: 0.88;
	}
}

.civil-page__inner {
	box-sizing: border-box;
	width: 1520px;
	max-width: 1520px;
	margin-inline: auto;
	padding: 48px 16px 80px;
}

@media screen and (max-width: 1919px) {
	.civil-page__inner {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.civil-page__inner {
		padding-top: 32px;
		padding-bottom: 64px;
	}
}

/* --------------------------------------------------------------------------
   セクション1
   -------------------------------------------------------------------------- */
.civil-intro__outer {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1720px;
	margin: 0 auto 64px;
	padding-inline: 16px;
}

.civil-intro {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1520px;
	margin-inline: auto;
}

.civil-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 46%);
	gap: clamp(24px, 3vw, 48px);
	align-items: center;
	width: 100%;
	max-width: 1400px;
	margin-inline: auto;
}

@media screen and (max-width: 600px) {
	.civil-intro__grid {
		grid-template-columns: 1fr;
		gap: 32px;
		padding-top: 64px;
	}
}

.civil-intro__br-tablet {
	display: none;
}

@media screen and (max-width: 1279px) {
	.civil-intro__br-tablet {
		display: inline;
	}
}

.civil-intro__title {
	margin: 0 0 24px;
	color: #16346d;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.13em;
}

@media screen and (max-width: 600px) {
	.civil-intro__title {
		font-size: 24px;
	}
}

.civil-intro__title.js-anim-sweep {
	display: block;
	width: 100%;
}

.civil-intro__title .js-anim-sweep__content {
	display: block;
}

.civil-intro__text {
	color: #16346d;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.13em;
}

@media screen and (max-width: 600px) {
	.civil-intro__text {
		font-size: 14px;
	}
}

.civil-intro__text p {
	margin: 0 0 1em;
}

.civil-intro__text p:last-child {
	margin-bottom: 0;
}

.civil-intro__content {
	position: relative;
	z-index: 1;
}

.civil-intro__media {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.civil-intro__tri-stack {
	margin-left: auto;
	margin-right: 0;
}

/* イントロ左下ゆらぎ（1720px エリア左下 / BOX 238×203） */
.civil-intro__yuragi-slot {
	--civil-intro-yuragi-w: 238px;
	--civil-intro-yuragi-h: 203px;

	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: var(--civil-intro-yuragi-w);
	height: var(--civil-intro-yuragi-h);
	pointer-events: none;
}

@media screen and (max-width: 1279px) {
	.civil-intro__yuragi-slot {
		--civil-intro-yuragi-w: 190px;
		--civil-intro-yuragi-h: 162px;

		transform: scale(0.8);
		transform-origin: left bottom;
	}
}

@media screen and (max-width: 600px) {
	.civil-intro__yuragi-slot {
		--civil-intro-yuragi-w: 150px;
		--civil-intro-yuragi-h: 128px;

		transform: scale(0.65);
		transform-origin: left bottom;
	}
}

.civil-intro__yuragi {
	position: relative;
	width: 100%;
	height: 100%;
}

.civil-intro__yuragi-shape {
	position: absolute;
	display: block;
	transform-origin: 50% 50%;
}

/* #1 0 183 18×20 #35566B 80 — 小・縦長・不均等 */
.civil-intro__yuragi-shape--1 {
	top: 183px;
	left: 0;
	width: 18px;
	height: 20px;
	background: rgba(53, 86, 107, 0.8);
	clip-path: polygon(50% 0, 100% 72%, 0 100%);
}

/* #2 48 166 41×24 #92C8EA 100 — 中・横長・2等辺 */
.civil-intro__yuragi-shape--2 {
	top: 166px;
	left: 48px;
	width: 41px;
	height: 24px;
	background: rgba(146, 200, 234, 1);
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/* #3 40 40 42×23 #16346D 20 — 小・横長・不均等 */
.civil-intro__yuragi-shape--3 {
	top: 40px;
	left: 40px;
	width: 42px;
	height: 23px;
	background: rgba(22, 52, 109, 0.2);
	clip-path: polygon(0 35%, 100% 0, 78% 100%);
}

/* #4 150 0 88×45 #D1EDFF 50 — 大・横長・不均等 */
.civil-intro__yuragi-shape--4 {
	top: 0;
	left: 150px;
	width: 88px;
	height: 45px;
	background: rgba(209, 237, 255, 0.5);
	clip-path: polygon(8% 0, 100% 55%, 0 100%);
}

/* --------------------------------------------------------------------------
   セクション2：見出し
   -------------------------------------------------------------------------- */
.civil-role {
	margin-bottom: 96px;
}

.civil-role__head {
	position: relative;
	margin-bottom: 32px;
	padding-top: 8px;
	text-align: center;
}

.civil-role__watermark {
	position: absolute;
	top: 98%;
	left: 4px;
	z-index: 0;
	margin: 0;
	color: rgba(22, 52, 109, 0.06);
	font-family: var(--font-en);
	font-size: clamp(80px, 14vw, 160px);
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.01em;
	white-space: nowrap;
	transform: translateY(-62%);
	pointer-events: none;
	user-select: none;
}

.civil-role__badge {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	margin: 0 0 16px;
	padding: 0;
}

.civil-role__badge-tri {
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: 40px;
	background-color: #16346d;
}

.civil-role__badge-tri--left {
	clip-path: polygon(100% 0, 100% 100%, 0 50%);
	transform: translateX(1px);
}

.civil-role__badge-tri--right {
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transform: translateX(-1px);
}

.civil-role__badge-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 40px;
	padding: 0 16px;
	background-color: #16346d;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.13em;
	white-space: nowrap;
}

@media screen and (max-width: 600px) {
	.civil-role__badge-text {
		font-size: 14px;
	}
}

.civil-role__title {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #16346d;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.13em;
}

@media screen and (max-width: 600px) {
	.civil-role__title {
		font-size: 24px;
	}
}

.civil-role__title.js-anim-sweep {
	display: block;
	width: 100%;
}

.civil-role__title .js-anim-sweep__content {
	display: block;
}

/* --------------------------------------------------------------------------
   セクション2：BOX1
   -------------------------------------------------------------------------- */
.civil-role__box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: clamp(32px, 4vw, 48px) 16px;
	overflow: hidden;
	background-color: #16346d;
}

@media screen and (max-width: 600px) {
	.civil-role__box {
		padding: 24px 16px;
	}
}

.civil-role__box::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: transparent;
	background-image: var(--civil-role-box-bg, none);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: min(100%, 1520px) auto;
	opacity: 0.5;
	pointer-events: none;
}

@media screen and (max-width: 600px) {
	.civil-role__box::before {
		background-image: var(--civil-role-box-bg-sp, var(--civil-role-box-bg, none));
	}
}

.civil-role__box-inner {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	max-width: 1232px;
	margin-inline: auto;
}

.civil-role__box-grid {
	display: grid;
	grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
	gap: clamp(24px, 3vw, 40px);
	align-items: center;
	min-height: 256px;
}

@media screen and (max-width: 600px) {
	.civil-role__box-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
	}
}

.civil-role__box-media {
	min-width: 0;
}

.civil-role__box-photo {
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.civil-role__box-photo {
		border: 1px solid rgba(255, 255, 255, 0.85);
	}
}

.civil-role__box-photo.js-anim-sweep {
	display: block;
	width: 100%;
	max-width: 440px;
}

.civil-role__box-photo .js-anim-sweep__content {
	display: block;
}

.civil-role__box-picture,
.civil-role__box-picture img {
	display: block;
	width: 100%;
	max-width: 440px;
	height: auto;
}

@media screen and (max-width: 600px) {
	.civil-role__box-picture,
	.civil-role__box-picture img {
		max-width: 100%;
		margin-inline: auto;
	}
}

.civil-role__box-body {
	min-width: 0;
	color: #fff;
}

.civil-role__box-lead {
	margin: 0 0 32px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.13em;
}

@media screen and (max-width: 600px) {
	.civil-role__box-lead {
		font-size: 20px;
	}
}

.civil-role__box-lead.js-anim-sweep {
	display: block;
	width: 100%;
}

.civil-role__box-lead .js-anim-sweep__content {
	display: block;
}

.civil-role__box-actions {
	min-width: 0;
}

.civil-role__tasks {
	display: grid;
	grid-template-columns: repeat(2, 210px);
	gap: 12px 16px;
	justify-content: start;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 600px) {
	.civil-role__tasks {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
		max-width: 436px;
		margin-inline: auto;
	}
}

.civil-role__task {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 210px;
	height: 42px;
	margin: 0;
	padding: 0 12px;
	border: 1px solid #fff;
	border-radius: 21px;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.13em;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.civil-role__task {
		width: 100%;
		max-width: 210px;
		margin-inline: auto;
		font-size: 12px;
	}
}

.civil-role__box-note {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.13em;
}

@media screen and (max-width: 600px) {
	.civil-role__box-note {
		font-size: 14px;
	}
}

.civil-role__br-sp {
	display: none;
}

@media screen and (max-width: 600px) {
	.civil-role__br-sp {
		display: inline;
	}
}

.civil-role__br-pc {
	display: inline;
}

@media screen and (max-width: 600px) {
	.civil-role__br-pc {
		display: none;
	}
}

/* --------------------------------------------------------------------------
   セクション3：主な対応工事
   -------------------------------------------------------------------------- */
.civil-works {
	margin-bottom: 96px;
}

.civil-works__head {
	position: relative;
	margin-bottom: 40px;
	padding-top: 8px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.civil-works__head {
		margin-bottom: 32px;
	}
}

.civil-works__watermark-slot {
	position: absolute;
	top: 50%;
	right: 4px;
	left: auto;
	z-index: 0;
	transform: translateY(-62%);
	pointer-events: none;
}

.civil-works__watermark {
	margin: 0;
	color: rgba(22, 52, 109, 0.06);
	font-family: var(--font-en);
	font-size: clamp(72px, 12vw, 140px);
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.01em;
	white-space: nowrap;
	text-align: right;
	user-select: none;
}

.civil-works__badge {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	margin: 0 0 16px;
	padding: 0;
}

.civil-works__badge-tri {
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: 40px;
	background-color: #16346d;
}

.civil-works__badge-tri--left {
	clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.civil-works__badge-tri--right {
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media screen and (max-width: 600px) {
	.civil-works__badge-tri--left {
		transform: translateX(1px);
	}

	.civil-works__badge-tri--right {
		transform: translateX(-1px);
	}
}

.civil-works__badge-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 40px;
	padding: 0 16px;
	background-color: #16346d;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.13em;
	white-space: nowrap;
}

@media screen and (max-width: 600px) {
	.civil-works__badge-text {
		font-size: 14px;
	}
}

.civil-works__title {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #16346d;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.13em;
}

@media screen and (max-width: 600px) {
	.civil-works__title {
		font-size: 24px;
	}
}

.civil-works__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 16px;
	max-width: calc(268px * 5 + 16px * 4);
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 1279px) {
	.civil-works__grid {
		max-width: calc(268px * 3 + 16px * 2);
	}
}

@media screen and (max-width: 600px) {
	.civil-works__grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px 8px;
		max-width: 100%;
	}
}

.civil-works__item {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 0 0 268px;
	width: 268px;
	height: 77px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #16346d;
	background: #fff;
	color: #16346d;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.2em;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.civil-works__item {
		flex: none;
		width: 100%;
		max-width: none;
		height: auto;
		padding: 11px 8px;
		font-size: 16px;
		letter-spacing: 0.13em;
	}
}

@media screen and (max-width: 600px) {
	.civil-works__shard {
		width: 36px;
		height: 36px;
	}

	.civil-works__shard--left {
		left: 4px;
	}

	.civil-works__shard--right {
		right: 4px;
	}
}

/* --------------------------------------------------------------------------
   セクション4：施工事例（/results の results-section 相当）
   -------------------------------------------------------------------------- */
.civil-page {
	--civil-filter-w: 250px;
	--civil-filter-h: 48px;
	--civil-section-filter-arrow-w: 24px;
	--civil-section-filter-arrow-h: 47px;
	--civil-card-tag-arrow-w: 24px;
	--civil-card-tag-arrow-h: 33px;
}

.civil-construction {
	margin-bottom: 64px;
}

.civil-construction__head {
	margin-bottom: 24px;
}

.civil-construction__title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	color: var(--color-brand-navy);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.13em;
}

.civil-construction__title-sweep {
	display: inline-block;
	vertical-align: top;
}

.civil-construction__title-sweep .js-anim-sweep__content {
	display: block;
}

.civil-construction__filters-sweep {
	display: block;
	width: 100%;
}

.civil-construction__filters-sweep .js-anim-sweep__content {
	width: 100%;
}

.civil-construction__filters-sweep .civil-construction__filter {
	position: relative;
	z-index: 3;
	pointer-events: auto;
}

.civil-construction__mark {
	display: block;
	flex: 0 0 8px;
	width: 8px;
	height: 24px;
	background: var(--color-brand-navy);
}

.civil-construction__filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 12px;
}

@media screen and (max-width: 600px) {
	.civil-construction__filters {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: center;
	}
}

.civil-construction__filter {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 0 0 var(--civil-filter-w);
	width: var(--civil-filter-w);
	height: var(--civil-filter-h);
	margin: 0;
	padding: 0 12px;
	border: 1px solid var(--color-brand-navy);
	border-radius: 0;
	background: #fff;
	color: var(--color-brand-navy);
	font-family: var(--font-base);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.13em;
	cursor: pointer;
	overflow: hidden;
	transition: background-color 0.2s ease, color 0.2s ease;
}

@media screen and (max-width: 600px) {
	.civil-construction__filter {
		flex: none;
		width: 100%;
		max-width: var(--civil-filter-w);
		margin: 0 auto;
	}
}

.civil-construction__filter::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: var(--civil-section-filter-arrow-w);
	height: var(--civil-section-filter-arrow-h);
	background: linear-gradient(180deg, #8fa4c4 0%, #6b84a8 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.civil-construction__filter.is-active::before,
.civil-construction__filter[aria-selected="true"]::before {
	opacity: 1;
}

.civil-construction__filter.is-active,
.civil-construction__filter[aria-selected="true"] {
	padding-left: calc(var(--civil-section-filter-arrow-w) + 12px);
	background: var(--color-brand-navy);
	color: #fff;
}

.civil-construction__filter-text {
	position: relative;
	z-index: 1;
}

.civil-construction__filter:focus-visible {
	outline: 2px solid var(--color-brand-navy);
	outline-offset: 2px;
}

/* パネル・ローディング */
.civil-panel {
	position: relative;
}

.civil-panel__overlay {
	position: absolute;
	inset: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
	background: rgba(244, 250, 254, 0.88);
}

.civil-panel__overlay[hidden] {
	display: none;
}

.civil-loader {
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 280px);
	height: 80px;
	overflow: hidden;
	border: 1px solid rgba(0, 41, 125, 0.2);
	background: #fff;
}

.civil-loader__beam {
	position: absolute;
	inset: 0 auto 0 0;
	width: 40%;
	background: linear-gradient(90deg, transparent, rgba(0, 41, 125, 0.35), transparent);
	animation: civil-loader-beam 1.4s ease-in-out infinite;
}

.civil-loader__hatch {
	position: absolute;
	inset: 0;
	opacity: 0.12;
	background: repeating-linear-gradient(
		-45deg,
		var(--color-brand-navy) 0,
		var(--color-brand-navy) 2px,
		transparent 2px,
		transparent 8px
	);
	animation: civil-loader-hatch 2s linear infinite;
}

.civil-loader__label {
	position: relative;
	z-index: 1;
	color: var(--color-brand-navy);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.13em;
}

@keyframes civil-loader-beam {
	0% {
		transform: translateX(-120%);
	}
	100% {
		transform: translateX(320%);
	}
}

@keyframes civil-loader-hatch {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 24px 0;
	}
}

/* グリッド・カード */
.civil-grid__empty {
	margin: 0;
	padding: 32px 0;
	color: var(--color-main);
	font-size: 16px;
	text-align: center;
}

.civil-grid__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 1279px) {
	.civil-grid__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 600px) {
	.civil-grid__list {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

.civil-card {
	margin: 0;
}

.civil-card__media {
	display: block;
	color: inherit;
	text-decoration: none;
}

.civil-card__thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: none;
	aspect-ratio: 480 / 273;
	margin-bottom: 12px;
	background: #dce8f4;
}

@media screen and (max-width: 1279px) {
	.civil-card__thumb {
		max-width: 480px;
	}
}

.civil-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

/* /cblog の cblog-card 相当：サムネのみ scale */
.civil-grid__list .civil-card__fx {
	display: none;
}

.civil-grid__list .civil-card:is(:hover, :focus-within) .civil-card__img {
	transform: scale(1.03);
}

.civil-card__tag {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 107px;
	height: 34px;
	margin: 0;
	padding: 0 16px 0 calc(var(--civil-card-tag-arrow-w) + 10px);
	border: none;
	border-radius: 0;
	background: var(--color-brand-navy);
	color: #fff;
	font-family: var(--font-base);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.06em;
	cursor: pointer;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.civil-card__tag {
		font-size: 14px;
	}
}

.civil-card__tag::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: var(--civil-card-tag-arrow-w);
	height: var(--civil-card-tag-arrow-h);
	background: linear-gradient(180deg, #8fa4c4 0%, #6b84a8 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateY(-50%);
}

.civil-card__tag--static {
	cursor: default;
}

.civil-card__tag-text {
	position: relative;
	z-index: 1;
}

.civil-card__tag:focus-visible {
	outline: 2px solid var(--color-brand-navy);
	outline-offset: 2px;
}

.civil-card__title {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 600px) {
	.civil-card__title {
		font-size: 16px;
	}
}

.civil-card__title-text {
	color: var(--color-main);
	text-decoration: none;
}

.civil-card__title-text:hover {
	text-decoration: none;
}

.civil-panel__sentinel {
	width: 100%;
	height: 1px;
}

.civil-panel__more {
	margin-top: 40px;
	text-align: center;
}

.civil-panel__more[hidden] {
	display: none;
}

.civil-panel__more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 280px;
	max-width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 24px;
	border: 1px solid var(--color-brand-navy);
	border-radius: 0;
	background: #fff;
	color: var(--color-brand-navy);
	font-family: var(--font-base);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.09em;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.civil-panel__more-btn:hover {
	background: var(--color-brand-navy);
	color: #fff;
}

.civil-panel__more-btn:focus-visible {
	outline: 2px solid var(--color-brand-navy);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.civil-construction__filter {
		transition: none;
	}
	.civil-card__img {
		transition: none;
	}
	.civil-loader__beam,
	.civil-loader__hatch {
		animation: none;
	}
}
