.shoyaku-practice {
	--practice-ink: #183832;
	--practice-green: #2f6f67;
	--practice-green-deep: #173e39;
	--practice-gold: #c9a66b;
	--practice-gold-pale: #eee0c5;
	--practice-paper: #f8f6f1;
	--practice-white: #fff;
	--practice-text: #293935;
	--practice-muted: #66736f;
	overflow: clip;
	background: var(--practice-paper);
	color: var(--practice-text);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 17px;
	line-height: 1.9;
}

.shoyaku-practice *,
.shoyaku-practice *::before,
.shoyaku-practice *::after {
	box-sizing: border-box;
}

.shoyaku-practice a {
	color: inherit;
}

.practice-container {
	width: min(1120px, calc(100% - 48px));
	margin-inline: auto;
}

.shoyaku-practice__breadcrumb {
	background: var(--practice-green-deep);
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	letter-spacing: 0.04em;
}

.shoyaku-practice__breadcrumb ol {
	display: flex;
	gap: 10px;
	align-items: center;
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
	padding: 16px 0;
	list-style: none;
}

.shoyaku-practice__breadcrumb li + li::before {
	margin-right: 10px;
	color: var(--practice-gold);
	content: "/";
}

.shoyaku-practice__breadcrumb a {
	text-decoration: none;
}

.shoyaku-practice__breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.practice-hero {
	background: var(--practice-green-deep);
	color: #fff;
}

.practice-hero__inner {
	padding-block: clamp(76px, 9vw, 116px) clamp(82px, 10vw, 128px);
}

.practice-eyebrow,
.practice-section-label,
.practice-articles__label {
	display: flex;
	gap: 14px;
	align-items: center;
	margin: 0;
	color: var(--practice-gold);
	font-family: "EB Garamond", Georgia, serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.practice-eyebrow::before,
.practice-section-label::before,
.practice-articles__label::before {
	width: 42px;
	height: 1px;
	background: currentColor;
	content: "";
}

.practice-hero h1 {
	margin: 24px 0 0;
	font-family: "Zen Old Mincho", "Yu Mincho", serif;
	font-size: clamp(46px, 5.4vw, 68px);
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.practice-hero__lead {
	margin: 34px 0 0;
	color: var(--practice-gold-pale);
	font-family: "Zen Old Mincho", "Yu Mincho", serif;
	font-size: clamp(23px, 2.7vw, 34px);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.75;
}

.practice-hero__summary {
	max-width: 800px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 2;
}

.practice-local-nav {
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 10px 28px rgba(24, 56, 50, 0.06);
}

.practice-local-nav .practice-container {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
	padding-block: 10px;
}

.practice-local-nav a {
	padding: 14px 8px;
	color: var(--practice-ink);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease;
}

.practice-local-nav a:hover {
	background: #edf3f1;
}

.practice-search {
	padding-block: clamp(72px, 8vw, 104px);
	background: var(--practice-paper);
}

.practice-search__layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(56px, 8vw, 104px);
	align-items: start;
}

.practice-search__form {
	padding-top: 4px;
}

.practice-search__form > label {
	display: block;
	color: var(--practice-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
}

.practice-search__controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 128px;
	gap: 18px;
	align-items: end;
	margin-top: 18px;
}

.practice-search__controls input[type="search"] {
	width: 100%;
	min-height: 56px;
	padding: 13px 4px;
	border: 0;
	border-bottom: 1px solid rgba(24, 56, 50, 0.42);
	border-radius: 0;
	background: transparent;
	color: var(--practice-ink);
	font: inherit;
	font-size: 16px;
	line-height: 1.8;
}

.practice-search__controls input[type="search"]::placeholder {
	color: #7a8581;
	opacity: 1;
}

.practice-search__controls button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 12px 20px;
	border: 1px solid var(--practice-green-deep);
	border-radius: 2px;
	background: var(--practice-green-deep);
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	transition: background-color 160ms ease, color 160ms ease;
}

.practice-search__controls button:hover {
	background: transparent;
	color: var(--practice-green-deep);
}

.practice-search__form > p {
	margin: 14px 0 0;
	color: var(--practice-muted);
	font-size: 15px;
	line-height: 1.8;
}

.practice-section {
	padding-block: clamp(88px, 10vw, 136px);
}

.practice-section-heading h2 {
	margin: 24px 0 0;
	color: var(--practice-ink);
	font-family: "Zen Old Mincho", "Yu Mincho", serif;
	font-size: clamp(31px, 4vw, 46px);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.55;
}

.practice-overview {
	background: #fff;
}

.practice-overview__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(56px, 6vw, 80px);
	align-items: start;
}

.practice-overview .practice-section-heading h2 {
	font-size: clamp(34px, 3.1vw, 40px);
	line-height: 1.65;
}

.practice-overview__body {
	padding-top: 42px;
}

.practice-overview__body p {
	margin: 0;
	color: var(--practice-muted);
	font-size: 16px;
	line-height: 2.15;
}

.practice-overview__body p + p {
	margin-top: 24px;
}

.practice-area {
	scroll-margin-top: 88px;
	padding-block: clamp(88px, 10vw, 128px);
}

.practice-area:nth-child(odd) {
	background: var(--practice-paper);
}

.practice-area:nth-child(even) {
	background: #fff;
}

.practice-area__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
	gap: clamp(64px, 9vw, 116px);
	align-items: start;
}

.practice-area__number {
	display: flex;
	gap: 14px;
	align-items: baseline;
	margin: 0;
	color: var(--practice-gold);
	font-family: "EB Garamond", Georgia, serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.3;
}

.practice-area__number span {
	font-size: 28px;
	letter-spacing: 0.08em;
}

.practice-area__header h2 {
	margin: 18px 0 0;
	color: var(--practice-ink);
	font-family: "Zen Old Mincho", "Yu Mincho", serif;
	font-size: clamp(30px, 3.6vw, 39px);
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.55;
	word-break: keep-all;
}

.practice-area__description {
	margin: 24px 0 0;
	color: var(--practice-muted);
	font-size: 16px;
	line-height: 2;
}

.practice-area__examples {
	margin: 30px 0 0;
	color: var(--practice-muted);
	font-size: 16px;
	line-height: 1.9;
}

.practice-area__examples span {
	display: block;
	margin-bottom: 8px;
	color: var(--practice-green);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.practice-articles__label {
	font-size: 15px;
}

.practice-articles__label::before {
	width: 32px;
}

.practice-articles__heading {
	display: flex;
	gap: 28px;
	align-items: flex-end;
	justify-content: space-between;
}

.practice-articles__heading > div {
	min-width: 0;
}

.practice-articles__count {
	display: flex;
	flex: 0 0 auto;
	gap: 6px;
	align-items: baseline;
	margin: 0 0 4px;
	color: var(--practice-muted);
	font-size: 15px;
	line-height: 1.4;
	white-space: nowrap;
}

.practice-articles__count strong {
	color: var(--practice-gold);
	font-family: "EB Garamond", Georgia, serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.practice-articles h3 {
	margin: 18px 0 0;
	color: var(--practice-ink);
	font-family: "Zen Old Mincho", "Yu Mincho", serif;
	font-size: clamp(25px, 3vw, 32px);
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.practice-articles__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px clamp(36px, 5vw, 64px);
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.practice-articles__list li {
	margin: 0;
}

.practice-articles__list a {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 18px;
	gap: 10px;
	align-items: start;
	text-decoration: none;
}

.practice-articles__index {
	padding-top: 1px;
	color: var(--practice-gold);
	font-family: "EB Garamond", Georgia, serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.practice-articles__title {
	color: var(--practice-ink);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
}

.practice-articles__arrow {
	padding-top: 1px;
	color: var(--practice-green);
	font-size: 16px;
	line-height: 1.7;
	transition: transform 160ms ease;
}

.practice-articles__list a:hover .practice-articles__title {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.practice-articles__list a:hover .practice-articles__arrow {
	transform: translateX(3px);
}

.practice-articles__empty {
	margin: 32px 0 0;
	color: var(--practice-muted);
	font-size: 16px;
	line-height: 2;
}

.practice-articles__more {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	margin-top: 44px;
	color: var(--practice-green-deep);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
	text-decoration: none;
	transition: color 160ms ease;
}

.practice-articles__more span {
	display: inline-block;
	color: var(--practice-gold);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	transform: translateY(-1px);
	transition: transform 160ms ease;
}

.practice-articles__more:hover {
	color: var(--practice-green);
}

.practice-articles__more:hover span {
	transform: translate(4px, -1px);
}

.practice-consultation {
	background: var(--practice-green-deep);
	color: #fff;
}

.practice-consultation__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	gap: clamp(56px, 6vw, 80px);
	align-items: start;
}

.practice-consultation .practice-section-heading h2 {
	color: #fff;
	font-size: clamp(32px, 3vw, 37px);
	line-height: 1.65;
}

.practice-consultation__body {
	padding-top: 42px;
}

.practice-consultation__body > p:first-child {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 2.1;
}

.practice-consultation__button {
	display: flex;
	justify-content: center;
	width: min(100%, 380px);
	min-height: 60px;
	margin-top: 30px;
	padding: 16px 24px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 3px;
	background: transparent;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.7;
	transition: background-color 160ms ease, color 160ms ease;
}

.practice-consultation__button:hover {
	background: #fff;
	color: var(--practice-green-deep);
}

.practice-local-nav a:focus-visible,
.practice-search__controls input[type="search"]:focus-visible,
.practice-search__controls button:focus-visible,
.practice-articles__list a:focus-visible,
.practice-articles__more:focus-visible,
.practice-consultation__button:focus-visible,
.shoyaku-practice__breadcrumb a:focus-visible {
	outline: 3px solid rgba(201, 166, 107, 0.72);
	outline-offset: 3px;
}

@media (max-width: 1100px) {
	.practice-consultation__layout {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	.practice-consultation__body {
		padding-top: 0;
	}
}

@media (max-width: 900px) {
	.practice-local-nav .practice-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1000px) {
	.practice-overview__layout {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	.practice-overview__body {
		padding-top: 0;
	}
}

@media (max-width: 860px) {
	.practice-search__layout,
	.practice-area__layout {
		grid-template-columns: 1fr;
	}

	.practice-search__layout,
	.practice-area__layout {
		gap: 54px;
	}
}

@media (max-width: 640px) {
	.practice-container,
	.shoyaku-practice__breadcrumb ol {
		width: calc(100% - 36px);
	}

	.shoyaku-practice__breadcrumb ol {
		padding-block: 12px;
	}

	.practice-hero__inner {
		padding-block: 58px 70px;
	}

	.practice-eyebrow,
	.practice-section-label {
		font-size: 15px;
	}

	.practice-eyebrow::before,
	.practice-section-label::before {
		width: 30px;
	}

	.practice-hero h1 {
		margin-top: 20px;
		font-size: 40px;
	}

	.practice-hero__lead {
		margin-top: 26px;
		font-size: 23px;
	}

	.practice-hero__summary {
		font-size: 16px;
	}

	.practice-local-nav .practice-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px;
		padding-block: 8px;
	}

	.practice-local-nav a {
		padding: 12px 6px;
		font-size: 15px;
	}

	.practice-section,
	.practice-area {
		padding-block: 74px;
	}

	.practice-search {
		padding-block: 64px;
	}

	.practice-section-heading h2 {
		font-size: 30px;
	}

	.practice-consultation .practice-section-heading h2 {
		font-size: clamp(24px, 7.6vw, 29px);
	}

	.practice-overview__layout {
		gap: 44px;
	}

	.practice-search__layout {
		gap: 40px;
	}

	.practice-search__controls {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.practice-search__controls button {
		width: 100%;
	}

	.practice-overview__body p {
		font-size: 16px;
	}

	.practice-area__layout {
		gap: 46px;
	}

	.practice-area__number span {
		font-size: 25px;
	}

	.practice-area__header h2 {
		font-size: 31px;
	}

	.practice-area__description {
		font-size: 16px;
	}

	.practice-articles__list {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.practice-articles__heading {
		gap: 18px;
	}

	.practice-articles__count strong {
		font-size: 27px;
	}

	.practice-articles__title {
		font-size: 16px;
	}

	.practice-consultation__layout {
		gap: 44px;
	}

	.practice-consultation__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.practice-local-nav a,
	.practice-search__controls button,
	.practice-articles__arrow,
	.practice-articles__more,
	.practice-articles__more span,
	.practice-consultation__button {
		transition: none;
	}
}

@media print {
	.shoyaku-practice__breadcrumb,
	.practice-local-nav,
	.practice-search,
	.practice-consultation__button {
		display: none;
	}

	.practice-hero,
	.practice-consultation {
		background: #fff;
		color: #000;
	}

	.practice-hero h1,
	.practice-hero__lead,
	.practice-hero__summary,
	.practice-consultation .practice-section-heading h2,
	.practice-consultation__body > p:first-child {
		color: #000;
	}

	.practice-section,
	.practice-area {
		padding-block: 42px;
	}
}
