.ldw-detail,
.ldw-detail *,
.ldw-detail *::before,
.ldw-detail *::after {
	box-sizing: border-box;
}

.ldw-detail {
	width: 100%;
	max-width: 100%;
	padding: 54px 20px 90px;
	overflow: hidden;
	background: #f7fafc;
	color: #0e2b4c;
}

.ldw-detail__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.ldw-detail__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 36px;
	color: #687b8d;
	font-size: 12px;
	line-height: 1.7;
}

.ldw-detail__breadcrumb a {
	color: #287fab;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.ldw-detail__breadcrumb > a,
.ldw-detail__breadcrumb > span {
	display: inline !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 1 auto;
}

.ldw-detail .ldw-detail__header {
	margin: 0 0 38px;
	padding: 34px 40px 32px !important;
	border-bottom: 1px solid #b9d7e8;
	background: #fff;
}

.ldw-detail__type {
	display: inline-block;
	margin: 0 0 18px !important;
	padding: 6px 12px;
	background: #5dbfec;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}

.ldw-detail .ldw-detail__title {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: #0e2b4c;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
}

.ldw-detail .ldw-detail__title::before,
.ldw-detail .ldw-detail__title::after {
	display: none !important;
	content: none !important;
}

.ldw-detail__catchcopy {
	margin: 20px 0 0 !important;
	color: #3f5366;
	font-size: 17px;
	line-height: 1.9;
}

.ldw-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	gap: 42px;
	align-items: start;
	width: 100%;
}

.ldw-detail__visual {
	min-width: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #dce6ef;
	box-shadow: 0 12px 32px rgba(14, 43, 76, 0.09);
}

.ldw-detail__image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0;
}

.ldw-detail__image-placeholder {
	display: flex;
	min-height: 480px;
	align-items: center;
	justify-content: center;
	background: #eef5f9;
	color: #6f8395;
	font-size: 14px;
	font-weight: 700;
}

.ldw-detail__sidebar {
	position: sticky;
	top: 30px;
	min-width: 0;
}

.ldw-detail__panel {
	padding: 0 24px 26px;
	background: #fff;
	border: 1px solid #dce6ef;
	box-shadow: 0 12px 32px rgba(14, 43, 76, 0.09);
}

.ldw-detail .ldw-detail__panel-title {
	margin: 0 -24px 24px !important;
	padding: 18px 20px !important;
	border: 0 !important;
	background: #5dbfec !important;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.ldw-detail .ldw-detail__panel-title::before,
.ldw-detail .ldw-detail__panel-title::after {
	display: none !important;
	content: none !important;
}

.ldw-detail .ldw-detail__section-title {
	margin: 24px 0 18px !important;
	padding: 12px 16px !important;
	border: 0 !important;
	background: #0e2b4c !important;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.ldw-detail .ldw-detail__section-title::before,
.ldw-detail .ldw-detail__section-title::after {
	display: none !important;
	content: none !important;
}

.ldw-detail__data {
	margin: 0;
}

.ldw-detail__data dt {
	position: relative;
	margin: 18px 0 6px;
	padding: 0 0 0 17px;
	color: #0e2b4c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

.ldw-detail__data dt::before {
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 9px;
	height: 9px;
	background: #5dbfec;
	content: "";
}

.ldw-detail__data dd {
	margin: 0;
	color: #3f5366;
	font-size: 14px;
	line-height: 1.8;
	word-break: break-word;
}

.ldw-detail__data dd a {
	color: #287fab;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	word-break: break-all;
}

.ldw-detail__work-content p {
	margin: 0 0 10px !important;
	color: #3f5366;
	font-size: 14px;
	line-height: 1.8;
}

.ldw-detail__business {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.ldw-detail__business li {
	position: relative;
	margin: 0;
	padding: 11px 8px 11px 28px;
	border-bottom: 1px dotted #9fc5da;
	color: #3f5366;
	font-size: 14px;
	line-height: 1.5;
}

.ldw-detail__business li::before {
	position: absolute;
	top: 12px;
	left: 4px;
	display: flex;
	width: 16px;
	height: 16px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #5dbfec;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	content: "✓";
}

.ldw-detail__external-button {
	display: inline-flex;
	width: 100%;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 28px 0 0;
	padding: 12px 20px;
	border: 1px solid #0e2b4c;
	background: #0e2b4c;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	white-space: nowrap;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.ldw-detail__external-button > span {
	display: inline !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 auto;
}

.ldw-detail__external-button:hover,
.ldw-detail__external-button:focus {
	background: #fff;
	color: #0e2b4c !important;
}

.ldw-detail__back {
	margin: 48px 0 0 !important;
	text-align: center;
}

.ldw-detail__back a {
	display: inline-flex;
	min-width: 260px;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	border: 1px solid #0e2b4c;
	background: #fff;
	color: #0e2b4c;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.ldw-detail__back a:hover,
.ldw-detail__back a:focus {
	background: #0e2b4c;
	color: #fff;
}

@media screen and (max-width: 900px) {
	.ldw-detail {
		padding: 42px 18px 70px;
	}

	.ldw-detail .ldw-detail__header {
		position: static !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: auto !important;
		z-index: auto !important;
		transform: none !important;
	}

	.ldw-detail__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.ldw-detail__sidebar {
		position: static;
		order: -1;
	}
}

@media screen and (max-width: 640px) {
	.ldw-detail {
		padding: 30px 14px 56px;
	}

	.ldw-detail__breadcrumb {
		margin-bottom: 26px;
	}

	.ldw-detail .ldw-detail__header {
		margin-bottom: 26px;
		padding: 24px 18px 22px !important;
	}

	.ldw-detail .ldw-detail__title {
		font-size: 26px;
	}

	.ldw-detail__catchcopy {
		font-size: 15px;
	}

	.ldw-detail__visual {
		padding: 5px;
	}

	.ldw-detail__panel {
		padding: 0 18px 22px;
	}

	.ldw-detail .ldw-detail__panel-title {
		margin-right: -18px !important;
		margin-left: -18px !important;
		font-size: 18px;
	}

	.ldw-detail__back a {
		width: 100%;
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ldw-detail__external-button {
		transition: none;
	}
}
