.site-inner {
	background: #fff;
}

.home-business * {
	box-sizing: border-box;
}

.home-business .header__nav {
	gap: 18px;
}

.home-business .header__nav > a,
.home-business .nav-item__label {
	color: var(--text-main);
	font-weight: 600;
	text-decoration: none;
}

.home-business .header__cta .btn--form.btn--cta {
	background: #ef86b6;
	border-color: #ef86b6;
	color: #fff;
	box-shadow: 0 10px 24px rgba(239, 134, 182, 0.2);
}

.home-business .header__cta .btn--form.btn--cta:hover,
.home-business .header__cta .btn--form.btn--cta:focus-visible {
	background: #e76fa8;
	border-color: #e76fa8;
	color: #fff;
}

.home-business .btn--works.btn--cta {
	background: #ef86b6;
	border-color: #ef86b6;
	color: #fff;
	box-shadow: 0 10px 24px rgba(239, 134, 182, 0.18);
}

.home-business .btn--works.btn--cta:hover,
.home-business .btn--works.btn--cta:focus-visible {
	background: #e76fa8;
	border-color: #e76fa8;
	color: #fff;
}

.home-business .business-button {
	background: #78bd43;
	border-color: #78bd43;
	border-radius: 999px;
	color: #fff;
}

.home-business .business-button:hover,
.home-business .business-button:focus-visible {
	background: #69ad36;
	border-color: #69ad36;
	color: #fff;
}

.home-business .fixed-menu .btn {
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(41, 62, 53, 0.12);
}

.home-business .btn,
.home-business button,
.home-business .work-card__link,
.home-business .works-preview-card__link,
.home-business .site-related__links a,
.home-business .sites-showcase__controls button {
	border-radius: 999px;
}

.home-business .business-text-link {
	display: inline;
	padding: 0 0 4px;
	border: 0;
	border-bottom: 1px solid #79927b;
	border-radius: 0 !important;
	background: transparent;
	box-shadow: none;
	color: inherit;
}

.home-business .fixed-menu {
	width: min(560px, calc(100% - 48px));
}

.home-business .fixed-menu .btn--line.btn--cta {
	background: #78bd43;
	border-color: #78bd43;
	color: #fff;
}

.home-business .fixed-menu .btn--form.btn--cta {
	background: #ef86b6;
	border-color: #ef86b6;
	color: #fff;
}

.home-business .fixed-menu .btn--line.btn--cta:hover,
.home-business .fixed-menu .btn--line.btn--cta:focus-visible {
	background: #69ad36;
	border-color: #69ad36;
	color: #fff;
}

.home-business .fixed-menu .btn--form.btn--cta:hover,
.home-business .fixed-menu .btn--form.btn--cta:focus-visible {
	background: #e76fa8;
	border-color: #e76fa8;
	color: #fff;
}

.home-business .nav-item {
	position: relative;
}

.home-business .nav-item__label {
	cursor: pointer;
	list-style: none;
}

.home-business .nav-item__label::-webkit-details-marker {
	display: none;
}

.home-business .nav-item[open] .nav-item__label::after {
	transform: rotate(225deg) translate(-1px, -1px);
}

.home-business .nav-item:not([open]) > .nav-dropdown {
	display: none;
}

.home-business .nav-dropdown {
	top: calc(100% + 14px);
	left: 50%;
	min-width: 230px;
	padding: 14px;
	background: #fff;
	border: 1px solid #dbe2d7;
	border-radius: 4px;
	box-shadow: 0 16px 34px rgba(41, 62, 53, 0.12);
	opacity: 1;
	pointer-events: auto;
}

.home-business .nav-dropdown a {
	display: block;
	padding: 9px 10px;
	border-radius: 3px;
	color: var(--text-main);
	font-size: 13px;
	text-decoration: none;
}

.home-business .nav-dropdown a:hover {
	background: #f0f4ec;
	color: var(--green-dark);
}

.home-business .site-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 28px;
	color: var(--text-sub);
	font-size: 12px;
}

.home-business .site-breadcrumb a {
	color: var(--green-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.home-business .page-hero {
	padding: 54px 0 34px;
	text-align: left;
	background: #f6f7f3;
}

.home-business .page-hero .container {
	max-width: 1040px;
}

.home-business .page-hero__lead {
	max-width: 760px;
	margin: 0;
	color: var(--text-sub);
	font-size: 16px;
	line-height: 1.9;
	overflow-wrap: anywhere;
}

.home-business:not(.site-inner) main > .section > .container > .business-eyebrow,
.home-business:not(.site-inner) main > .section > .container > .section-title,
.home-business:not(.site-inner) main > .section > .container > .section-sub,
.home-business:not(.site-inner) main > .section > .container > .section-button {
	text-align: center;
}

.home-business:not(.site-inner) main > .section > .container > .section-sub {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.home-business .content-block {
	max-width: 860px;
	color: var(--text-sub);
}

.home-business .content-block h2,
.home-business .case-detail__section h2,
.home-business .site-related h2 {
	color: var(--text-main);
	font-size: 22px;
	line-height: 1.65;
}

.home-business .content-block h2,
.home-business .case-detail__section + .case-detail__section {
	margin-top: 40px;
}

.home-business .content-block h2:first-child {
	margin-top: 0;
}

.home-business .content-block p,
.home-business .case-detail__section p {
	line-height: 1.95;
	overflow-wrap: anywhere;
}

.home-business .content-block ul,
.home-business .content-block ol,
.home-business .case-detail__section ul {
	display: grid;
	gap: 10px;
	margin: 16px 0 30px;
	padding-left: 1.2em;
}

.home-business .content-block li,
.home-business .case-detail__section li {
	padding-left: 0;
}

.home-business .content-block li::before,
.home-business .case-detail__section li::before {
	content: none;
}

.home-business .business-service h2 {
	font-size: 21px;
	line-height: 1.65;
	margin-bottom: 14px;
}

.home-business .site-related {
	background: #f6f7f3;
	border-top: 1px solid #dbe2d7;
	border-bottom: 1px solid #dbe2d7;
}

.site-related__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.site-related__links a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 16px;
	border: 1px solid #ccd8cb;
	border-radius: 999px;
	background: #fff;
	color: var(--text-main);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.site-related__links a:hover {
	border-color: var(--green-dark);
	color: var(--green-dark);
}

.home-business .business-contact {
	text-align: left;
}

.home-business:not(.site-inner) .business-contact,
.home-business:not(.site-inner) .business-contact .business-eyebrow,
.home-business:not(.site-inner) .business-contact h2,
.home-business:not(.site-inner) .business-contact p {
	text-align: center;
}

.home-business:not(.site-inner) .business-contact .business-actions {
	justify-content: center;
	margin-top: 34px;
}

.home-business .business-contact .container {
	max-width: 1040px;
}

.home-business .business-pricing {
	background: #fff;
}

.business-pricing__intro {
	align-items: end;
	margin-bottom: 34px;
}

.business-pricing__intro p:not(.business-eyebrow) {
	color: var(--text-sub);
	font-size: 14px;
	line-height: 1.9;
}

.business-price-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.business-price-grid--plans {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.business-price-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 26px 22px;
	border: 1px solid #dbe2d7;
	border-top: 4px solid #78bd43;
	border-radius: 4px;
	background: #fff;
}

.business-price-card:nth-child(even) {
	border-top-color: #ef86b6;
}

.business-price-card.is-recommended {
	border-color: #ef86b6;
	box-shadow: 0 14px 34px rgba(239, 134, 182, 0.14);
}

.business-price-card__badge {
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #ef86b6;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}

.business-price-card h3 {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.6;
}

.business-price-card h4 {
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 1.6;
}

.business-price-card__amount {
	margin-bottom: 14px;
	color: #4f7d2f;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 800;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.business-price-card:nth-child(even) .business-price-card__amount {
	color: #d85f9b;
}

.business-price-card__amount--monitor {
	font-size: clamp(16px, 1.35vw, 20px);
	font-weight: 600;
	line-height: 1.55;
	word-break: keep-all;
	overflow-wrap: normal;
}

.business-price-card__caption {
	margin-bottom: 18px;
	font-weight: 700;
}

.business-price-card p:not(.business-price-card__amount) {
	color: var(--text-sub);
	font-size: 13px;
	line-height: 1.8;
}

.business-price-card ul {
	display: grid;
	gap: 8px;
	margin-top: auto;
	padding-left: 1.15em;
	color: var(--text-sub);
	font-size: 13px;
	line-height: 1.75;
}

.business-price-card li {
	padding-block: 3px;
}

.business-price-subsection {
	margin-top: 42px;
}

.business-price-subsection > h3 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.55;
}

.business-price-grid--ads {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.business-price-table-wrap {
	margin-top: 34px;
	overflow-x: auto;
	border: 1px solid #dbe2d7;
	border-radius: 4px;
	background: #fff;
}

.business-price-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	font-size: 14px;
}

.business-price-table caption {
	padding: 18px 20px;
	color: var(--text-main);
	font-size: 17px;
	font-weight: 700;
	text-align: left;
}

.business-price-table th,
.business-price-table td {
	padding: 16px 20px;
	border-top: 1px solid #dbe2d7;
	text-align: left;
	vertical-align: top;
}

.business-price-table th {
	width: 28%;
	color: var(--text-main);
	font-weight: 700;
}

.business-price-table td:first-of-type {
	width: 18%;
	color: #4f7d2f;
	font-weight: 800;
	white-space: nowrap;
}

.business-price-example {
	margin-top: 28px;
	padding: 24px;
	border-radius: 4px;
	background: #f6f7f3;
}

.business-price-example h3 {
	margin-bottom: 12px;
	font-size: 18px;
}

.business-price-example p {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 12px;
	color: var(--text-sub);
	font-size: 14px;
}

.business-price-example strong {
	color: #d85f9b;
	font-size: 20px;
}

.business-price-note {
	margin-top: 22px;
	padding-left: 16px;
	border-left: 3px solid #78bd43;
	color: var(--text-sub);
	font-size: 13px;
	line-height: 1.8;
}

.home-business .work-card,
.home-business .works-card,
.home-business .recommend-box,
.home-business .profile-detail__block,
.home-business .thanks__card {
	border: 1px solid #dbe2d7;
	border-radius: 4px;
	background: #fff;
	box-shadow: none;
}

.home-business .work-card {
	padding: clamp(22px, 3vw, 36px);
}

.home-business .work-card__label,
.home-business .case-detail__section h3 {
	color: var(--green-dark);
}

.home-business .case-detail__visual {
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #dbe2d7;
	background: #fff;
}

.home-business .tag,
.home-business .work-card__tags .tag {
	border-color: #ccd8cb;
	background: #f6f7f3;
	color: var(--text-main);
}

.home-business .profile-detail__block--accent,
.home-business .profile-values__item,
.home-business .profile-target-list li,
.home-business .profile-history li {
	border-color: #dbe2d7;
	background: #f6f7f3;
	box-shadow: none;
}

.home-business .profile-service-list li::before,
.home-business .profile-target-list li::before {
	color: var(--green-dark);
}

.home-business .footer__nav {
	justify-content: flex-start;
}

.home-business .section-title,
.home-business h1,
.home-business h2,
.home-business h3,
.home-business p,
.home-business li,
.home-business a {
	overflow-wrap: anywhere;
}

.menu-panel__inner {
	overflow-y: auto;
	padding: 88px 24px 40px;
}

.home-business .menu-panel__group-title {
	color: var(--green-dark);
	font-weight: 700;
}

.home-business .menu-panel__sub a {
	color: var(--text-sub);
}

@media (hover: hover) and (min-width: 1001px) {
	.home-business .nav-item:hover > .nav-dropdown {
		display: grid;
	}
}

@media (max-width: 1000px) {
	.home-business .header__nav,
	.home-business .header__cta {
		display: none;
	}

	.home-business .page-hero {
		padding: 42px 0 28px;
	}

	.home-business .fixed-menu {
		width: min(520px, calc(100% - 32px));
	}

	.business-price-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.business-price-grid--plans {
		grid-template-columns: 1fr;
	}

	.business-price-grid--ads {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.home-business {
		padding-bottom: calc(78px + env(safe-area-inset-bottom));
	}

	.home-business .site-breadcrumb {
		padding-top: 22px;
	}

	.home-business .page-hero__lead {
		font-size: 14px;
	}

	.home-business .section-title {
		font-size: clamp(23px, 7vw, 30px);
	}

	.site-related__links {
		display: grid;
		grid-template-columns: 1fr;
	}

	.site-related__links a {
		width: 100%;
	}

	.home-business .business-service h2 {
		font-size: 19px;
	}

	.business-pricing__intro {
		margin-bottom: 24px;
	}

	.business-price-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.business-price-card {
		padding: 22px 18px;
	}

	.business-price-card__amount {
		font-size: 26px;
	}

	.business-price-table {
		min-width: 620px;
		font-size: 13px;
	}

	.business-price-table caption,
	.business-price-table th,
	.business-price-table td {
		padding: 14px 16px;
	}

	.business-price-example {
		padding: 20px 18px;
	}

	.business-price-example p {
		display: grid;
		gap: 6px;
	}

	.home-business .fixed-menu {
		left: 12px;
		right: 12px;
		bottom: calc(12px + env(safe-area-inset-bottom));
		width: auto;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 6px;
		border: 1px solid rgba(204, 216, 203, 0.95);
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 10px 30px rgba(41, 62, 53, 0.14);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		transform: none;
	}

	.home-business .fixed-menu .btn {
		min-width: 0;
		width: 100%;
		min-height: 50px;
		padding: 12px 8px;
		border-width: 1px;
		border-radius: 999px;
		font-size: 13px;
		letter-spacing: 0.02em;
		white-space: nowrap;
		box-shadow: none;
	}

	.home-business .fixed-menu .btn--line.btn--cta::after,
	.home-business .fixed-menu .btn--form.btn--cta::after {
		flex: 0 0 auto;
	}

	.home-business .fixed-menu .btn--cta::after {
		width: 15px;
		height: 15px;
	}

	.home-business .fixed-menu .btn--line.btn--cta {
		background: #78bd43;
		border-color: #78bd43;
		color: #fff;
	}

	.home-business .fixed-menu .btn--form.btn--cta {
		background: #ef86b6;
		border-color: #ef86b6;
		color: #fff;
	}

	.home-business .fixed-menu .btn--line.btn--cta:hover,
	.home-business .fixed-menu .btn--line.btn--cta:focus-visible {
		background: #78bd43;
		border-color: #78bd43;
		color: #fff;
	}

	.home-business .fixed-menu .btn--form.btn--cta:hover,
	.home-business .fixed-menu .btn--form.btn--cta:focus-visible {
		background: #ef86b6;
		border-color: #ef86b6;
		color: #fff;
	}
}

@media (max-width: 380px) {
	.home-business .fixed-menu {
		left: 8px;
		right: 8px;
		gap: 6px;
		padding: 5px;
		border-radius: 14px;
	}

	.home-business .fixed-menu .btn {
		min-height: 48px;
		padding: 10px 6px;
		font-size: 12px;
		gap: 6px;
	}

	.home-business .fixed-menu .btn--cta::after {
		width: 13px;
		height: 13px;
	}
}

.home-news {
	background: #fff;
	border-bottom: 1px solid #e2e8df;
	padding: 42px 0;
}

.home-news__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 24px 40px;
}

.home-news__head {
	grid-column: 1 / 2;
}

.home-news__head .business-eyebrow {
	margin-bottom: 8px;
}

.home-news__head h2 {
	margin: 0;
	font-size: clamp(22px, 2.4vw, 30px);
	letter-spacing: .06em;
}

.home-news__list {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr;
	min-width: 0;
	border-top: 1px solid #dfe6dd;
}

.home-news__item {
	display: grid;
	grid-template-columns: 112px 132px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid #dfe6dd;
	color: var(--text-main);
	text-decoration: none;
}

.home-news__item time {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	white-space: nowrap;
}

.home-news__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	width: 132px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #edf2e7;
	color: #52735b;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	white-space: nowrap;
}

.home-news__title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.home-news__more {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 170px;
	padding: 12px 20px;
	border: 1px solid #79927b;
	border-radius: 999px;
	color: var(--text-main);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 900px) {
	.home-news__inner {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 18px;
	}

	.home-news__head,
	.home-news__list,
	.home-news__more {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.home-news__more {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.home-news {
		padding: 28px 0;
	}

	.home-news__item {
		grid-template-columns: auto auto;
		gap: 8px 12px;
	}

	.home-news__title {
		grid-column: 1 / -1;
	}
}

.home-business .works-contact {
	padding: 52px 0 64px;
}

.home-business .works-contact .cta {
	max-width: 920px;
	padding: 40px clamp(22px, 4vw, 56px);
	border-radius: 28px;
	background: #f6f7f3;
}

.home-business .works-contact .section-title {
	margin-bottom: 12px;
}

.home-business .works-contact .section-sub {
	margin-bottom: 24px;
}

.home-business .works-contact .cta__illust {
	width: min(180px, 34vw);
	margin: -4px auto -8px;
}

.home-business .works-contact .hero__buttons {
	margin-top: 0;
}

@media (max-width: 760px) {
	.home-business .works-contact {
		padding: 40px 0 52px;
	}

	.home-business .works-contact .cta {
		padding: 32px 18px;
		border-radius: 22px;
	}

	.home-business .works-contact .cta__illust {
		width: min(150px, 46vw);
	}
}

.home-business .works-contact {
	padding: 64px 0;
	background: #f6f7f3;
}

.home-business .works-contact .cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"title buttons"
		"lead buttons";
	align-items: center;
	gap: 12px 48px;
	max-width: 1040px;
	padding: 48px clamp(28px, 5vw, 72px);
	border: 1px solid #dbe2d7;
	border-radius: 28px;
	background: #fff;
	text-align: left;
}

.home-business .works-contact .section-title {
	grid-area: title;
	margin: 0;
	text-align: left;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.45;
}

.home-business .works-contact .section-sub {
	grid-area: lead;
	margin: 0;
	text-align: left;
	font-size: 16px;
}

.home-business .works-contact .cta__illust {
	display: none;
}

.home-business .works-contact .hero__buttons {
	grid-area: buttons;
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	min-width: min(360px, 34vw);
	margin: 0;
}

.home-business .works-contact .hero__buttons .btn {
	width: 100%;
	min-height: 64px;
	padding: 18px 28px;
}

@media (max-width: 900px) {
	.home-business .works-contact .cta {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"lead"
			"buttons";
		gap: 16px;
		text-align: center;
	}

	.home-business .works-contact .section-title,
	.home-business .works-contact .section-sub {
		text-align: center;
	}

	.home-business .works-contact .hero__buttons {
		width: 100%;
		min-width: 0;
		margin-top: 10px;
	}
}

@media (max-width: 560px) {
	.home-business .works-contact {
		padding: 44px 0;
	}

	.home-business .works-contact .cta {
		padding: 32px 18px;
		border-radius: 22px;
	}

	.home-business .works-contact .section-title {
		font-size: clamp(25px, 7vw, 32px);
	}
}

.home-business .works-contact .btn--line.btn--cta {
	border-color: #6fc13f;
	background: #6fc13f;
	color: #fff;
}

.home-business .works-contact .btn--form.btn--cta {
	border-color: #e77db1;
	background: #e77db1;
	color: #fff;
}

.home-business .works-contact .btn--line.btn--cta::after,
.home-business .works-contact .btn--form.btn--cta::after {
	background: currentColor;
}


.home-business.site-inner .case-detail {
	max-width: 1040px;
}

.home-business.site-inner .case-detail__lead {
	margin: 0 0 28px;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid #dbe2d7;
	border-left: 6px solid #7ac143;
	border-radius: 20px;
	background: #f6f7f3;
	color: var(--text-main);
	font-size: clamp(16px, 1.5vw, 18px);
	font-weight: 600;
	line-height: 1.9;
}

.home-business.site-inner .case-detail__meta {
	gap: 10px 12px;
	margin: 0 0 34px;
}

.home-business.site-inner .case-detail__meta .tag {
	border: 0;
	border-radius: 999px;
	background: #edf2e7;
	color: #52735b;
	font-size: 13px;
	font-weight: 700;
}

.home-business.site-inner .case-detail__visual {
	margin: 34px 0 42px;
	padding: clamp(10px, 1.8vw, 18px);
	border: 1px solid #dbe2d7;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(41, 62, 53, .08);
}

.home-business.site-inner .case-detail__visual img {
	border-radius: 14px;
}

.home-business.site-inner .case-detail__section {
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid #dbe2d7;
	border-radius: 22px;
	background: #fff;
}

.home-business.site-inner .case-detail__section + .case-detail__section {
	margin-top: 24px;
}

.home-business.site-inner .case-detail__section h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	color: var(--text-main);
	font-size: clamp(21px, 2vw, 26px);
	line-height: 1.55;
}

.home-business.site-inner .case-detail__section h2::before {
	content: "";
	width: 8px;
	height: 1.4em;
	border-radius: 999px;
	background: #7ac143;
	flex: 0 0 auto;
}

.home-business.site-inner .case-detail__section h3 {
	margin: 26px 0 8px;
	color: #b84d84;
	font-size: clamp(17px, 1.6vw, 20px);
	line-height: 1.65;
}

.home-business.site-inner .case-detail__section p {
	color: var(--text-sub);
	font-size: 16px;
	line-height: 1.95;
}

.home-business.site-inner .case-detail__section p + p {
	margin-top: 14px;
}

.home-business.site-inner .case-detail__section ul {
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.home-business.site-inner .case-detail__section li {
	position: relative;
	padding-left: 1.4em;
	color: var(--text-sub);
	line-height: 1.85;
}

.home-business.site-inner .case-detail__section li::before {
	content: "";
	position: absolute;
	top: .78em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #7ac143;
}

.home-business.site-inner .case-detail__note {
	margin: 16px 0 34px;
	padding: 14px 18px;
	border-radius: 14px;
	background: #f6f7f3;
	color: var(--text-sub);
	font-size: 14px;
	line-height: 1.8;
}

.home-business.site-inner .case-detail .section-button {
	margin: 28px 0 42px;
	text-align: left;
}

.home-business.site-inner .case-detail .section-button .btn {
	border-radius: 999px;
}

@media (max-width: 760px) {
	.home-business.site-inner .case-detail__visual {
		border-radius: 18px;
	}

	.home-business.site-inner .case-detail__visual img {
		border-radius: 12px;
	}

	.home-business.site-inner .case-detail__section {
		border-radius: 18px;
	}
}



.home-business.site-inner .laptop-scroll {
	position: relative;
	width: min(100%, 780px);
	margin: 0 auto;
	aspect-ratio: 1537 / 982;
}

.home-business.site-inner .laptop-scroll__screen {
	position: absolute;
	z-index: 3;
	left: 14.4%;
	top: 10.9%;
	width: 65.3%;
	height: 65.3%;
	overflow: hidden;
	border-radius: 6px;
	background-color: #fff;
	background-image: var(--capture-image);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	animation: laptop-scroll-preview 18s ease-in-out infinite;
}

.home-business.site-inner .laptop-scroll__device {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@keyframes laptop-scroll-preview {
	0%, 10% {
		background-position: top center;
	}
	82%, 92% {
		background-position: bottom center;
	}
	100% {
		background-position: top center;
	}
}

.home-business .page-hero--case-preview {
	padding: 56px 0 64px;
	background: #f6f7f3;
}

.home-business .case-hero-preview {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1.38fr);
	align-items: center;
	gap: clamp(26px, 5vw, 70px);
}

.home-business .case-hero-preview__text .business-eyebrow {
	margin-bottom: 14px;
}

.home-business .case-hero-preview__text .section-title {
	margin-bottom: 18px;
}

.home-business .case-hero-preview__text .page-hero__lead {
	max-width: 520px;
}

.home-business.site-inner .laptop-scroll--hero {
	width: min(100%, 860px);
}

@media (max-width: 900px) {
	.home-business .case-hero-preview {
		grid-template-columns: 1fr;
		gap: 28px;
		text-align: center;
	}

	.home-business .case-hero-preview__text .page-hero__lead {
		margin-right: auto;
		margin-left: auto;
	}
}

@media (max-width: 560px) {
	.home-business .page-hero--case-preview {
		padding: 38px 0 46px;
	}

	.home-business.site-inner .laptop-scroll--hero {
		width: 116%;
		margin-left: -8%;
	}
}


/* Service lower pages: align with current business color system */
.home-business.site-inner .content-block {
	max-width: 960px;
	padding: clamp(26px, 4vw, 44px);
	border: 1px solid #dbe2d7;
	border-radius: 24px;
	background: #fff;
}

.home-business.site-inner .content-block h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 38px 0 16px;
	color: var(--text-main);
	font-size: clamp(22px, 2.2vw, 28px);
	line-height: 1.55;
}

.home-business.site-inner .content-block h2:first-child {
	margin-top: 0;
}

.home-business.site-inner .content-block h2::before {
	content: "";
	width: 8px;
	height: 1.4em;
	border-radius: 999px;
	background: #7ac143;
	flex: 0 0 auto;
}

.home-business.site-inner .content-block p {
	color: var(--text-sub);
	font-size: 16px;
	line-height: 1.95;
}

.home-business.site-inner .content-block ul,
.home-business.site-inner .content-block ol {
	display: grid;
	gap: 12px;
	margin: 18px 0 34px;
	padding: 0;
	list-style: none;
}

.home-business.site-inner .content-block li {
	position: relative;
	padding: 14px 18px 14px 42px;
	border-radius: 16px;
	background: #f6f7f3;
	color: var(--text-sub);
	line-height: 1.75;
}

.home-business.site-inner .content-block li::before {
	content: "";
	position: absolute;
	top: 1.2em;
	left: 20px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #7ac143;
}

.home-business.site-inner .content-block ol {
	counter-reset: service-step;
}

.home-business.site-inner .content-block ol li {
	counter-increment: service-step;
}

.home-business.site-inner .content-block ol li::before {
	content: counter(service-step);
	top: 50%;
	left: 14px;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	background: #7ac143;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	text-align: center;
}

.home-business.site-inner .works-preview {
	background: #f6f7f3;
}

.home-business.site-inner .works-preview-card {
	border-color: #dbe2d7;
	border-radius: 22px;
	box-shadow: 0 16px 40px rgba(41, 62, 53, .08);
	overflow: hidden;
}

.home-business.site-inner .works-preview-card__body {
	background: #fff;
}

.home-business.site-inner .works-preview-card__link,
.home-business.site-inner .work-card__link {
	color: var(--green-dark);
	font-weight: 800;
}

.home-business.site-inner .site-related {
	background: #fff;
}

.home-business.site-inner .site-related__links a {
	border-color: #dbe2d7;
	border-radius: 999px;
	background: #f6f7f3;
	color: var(--text-main);
}

.home-business.site-inner .site-related__links a:hover,
.home-business.site-inner .site-related__links a:focus-visible {
	border-color: #7ac143;
	background: #edf7e6;
	color: var(--green-dark);
}

.home-business.site-inner .business-contact {
	background: #eaf0e6;
}

.home-business.site-inner .business-contact .business-button {
	margin-top: 34px;
	border-color: #6fc13f;
	background: #6fc13f;
	color: #fff;
}

.home-business.site-inner .btn--works:not(.btn--cta) {
	border-color: #6f9274;
	background: #eef6e8;
	color: var(--green-dark);
}

.home-business.site-inner .btn--works:not(.btn--cta):hover,
.home-business.site-inner .btn--works:not(.btn--cta):focus-visible {
	border-color: #6fc13f;
	background: #6fc13f;
	color: #fff;
}

@media (max-width: 760px) {
	.home-business.site-inner .content-block {
		padding: 24px 18px;
		border-radius: 20px;
	}

	.home-business.site-inner .content-block li {
		padding-right: 14px;
	}
}

/* Local SEO / area pages */
.business-hero__areas {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
}

.business-hero__areas a,
.business-hero__areas span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 14px;
	border-radius: 999px;
	background: #edf2e7;
	color: #52735b;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none;
}

.business-hero__areas a {
	border: 1px solid #7ac143;
	background: #f4faef;
	color: var(--green-dark);
}

.home-business .local-seo-hero {
	padding: 64px 0;
	background: #f6f7f3;
}

.local-seo-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	align-items: center;
	gap: clamp(28px, 5vw, 72px);
}

.local-seo-hero__card {
	padding: clamp(24px, 3vw, 36px);
	border: 1px solid #dbe2d7;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(41, 62, 53, .08);
}

.local-seo-hero__card p {
	margin: 0 0 16px;
	color: var(--green-dark);
	font-size: 18px;
	font-weight: 800;
}

.local-seo-hero__card ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.local-seo-hero__card li {
	position: relative;
	padding-left: 22px;
	color: var(--text-sub);
	font-weight: 700;
	line-height: 1.7;
}

.local-seo-hero__card li::before {
	content: "";
	position: absolute;
	top: .75em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #7ac143;
}

.local-seo-content h3 {
	margin: 24px 0 8px;
	color: #b84d84;
	font-size: clamp(18px, 1.7vw, 21px);
	line-height: 1.65;
}

@media (max-width: 900px) {
	.local-seo-hero__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.home-business .local-seo-hero {
		padding: 44px 0;
	}

	.business-hero__areas a,
	.business-hero__areas span {
		font-size: 12px;
	}
}
