.kobayashi-front-page .siteContent,
.kobayashi-front-page .container,
.kobayashi-front-page .siteContent .mainSection {
	max-width: none;
	padding: 0;
}

.kobayashi-front-page {
	background: #f9fafb;
}

.kobayashi-front-page h2 {
	padding-top: 0;
	border-top: 0;
}

.kobayashi-front-page h2::before,
.kobayashi-front-page h2::after {
	content: none !important;
	display: none !important;
}

.kobayashi-top-hero {
	position: relative;
	background: #fff;
	border-bottom: 2px solid var(--kobayashi-line);
}

.kobayashi-top-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.72) 36%, rgba(255, 255, 255, 0.28) 62%, rgba(255, 255, 255, 0.04) 100%),
		url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/260515_03_029-scaled.jpg") center/cover no-repeat;
}

.kobayashi-top-hero__inner {
	position: relative;
	z-index: 1;
	min-height: 720px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
	padding: 84px 0 88px;
}

.kobayashi-top-hero__copy {
	max-width: 720px;
}

.kobayashi-top-hero__eyebrow {
	margin: 0 0 18px;
	color: #4b5563;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kobayashi-top-hero__title {
	margin: 0 0 26px;
	color: #111827;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 700;
	line-height: 1.3;
}

.kobayashi-top-hero__lead {
	margin: 0 0 28px;
	max-width: 39em;
	color: #374151;
	font-size: clamp(15px, 1.2vw, 16px);
	font-weight: 400;
	line-height: 1.8;
}

.kobayashi-top-hero__points {
	display: grid;
	gap: 12px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.kobayashi-top-hero__points li {
	position: relative;
	padding-left: 18px;
	color: #1f2937;
	font-size: 16px;
	line-height: 1.8;
}

.kobayashi-top-hero__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.84em;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--kobayashi-green);
	transform: translateY(-50%);
}

.kobayashi-top-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 18px;
}

.kobayashi-top-hero__actions .kobayashi-button {
	min-height: 64px;
	padding: 16px 28px;
	font-size: 18px;
}

.kobayashi-top-hero__actions .kobayashi-button:first-child {
	border-color: #02a550;
	background: #02a550;
}

.kobayashi-top-hero__actions .kobayashi-button:first-child:hover,
.kobayashi-top-hero__actions .kobayashi-button:first-child:focus-visible {
	border-color: #028746;
	background: #028746;
}

.kobayashi-top-hero__hours {
	margin: 0;
	color: #4b5563;
	font-size: 14px;
	font-weight: 400;
}

.kobayashi-top-hero__visuals {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	justify-self: end;
	width: min(100%, 520px);
	transform: translateY(52px);
}

.kobayashi-top-hero__photo {
	border: 2px solid rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.kobayashi-top-hero__photo--main {
	min-height: 360px;
	background-image: url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/FV_sub_5.png");
}

.kobayashi-top-hero__photo--sub {
	position: absolute;
	right: -18px;
	bottom: -34px;
	width: min(54%, 250px);
	min-height: 180px;
	background-image: url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/FV_sub_6.png");
}

.kobayashi-top-hero__badge {
	position: absolute;
	left: 22px;
	bottom: 22px;
	display: grid;
	gap: 6px;
	padding: 14px 16px;
	background: rgba(15, 23, 42, 0.84);
	color: #fff;
}

.kobayashi-top-hero__badge span {
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kobayashi-top-hero__badge strong {
	font-size: 18px;
	font-weight: 700;
}

.kobayashi-top-section {
	padding: 104px 0;
	border-bottom: 2px solid var(--kobayashi-line);
}

.kobayashi-top-section .kobayashi-shell,
.kobayashi-top-intro .kobayashi-shell,
.kobayashi-top-contact .kobayashi-shell {
	width: min(89%, 1320px);
}

.kobayashi-top-intro {
	padding: 28px 0 0;
	background: #f9fafb;
}

.kobayashi-top-intro__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.kobayashi-top-intro__item {
	padding: 24px 20px;
	border: 1px solid #d8dee7;
	background: #fff;
}

.kobayashi-top-intro__item h2 {
	margin: 0 0 12px;
	color: #1f2937;
	font-size: clamp(18px, 1.22vw, 20px) !important;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.06em;
	white-space: nowrap !important;
}

.kobayashi-top-intro__item p {
	margin: 0;
	color: #4b5563;
	font-size: 16px;
	line-height: 1.8;
}

.kobayashi-top-section--white {
	background: #fff;
}

.kobayashi-top-section--gray {
	background: #f3f4f6;
}

.kobayashi-top-section--reasons {
	position: relative;
	background:
		linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
		url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/260515_02_001-scaled.jpg") center/cover no-repeat;
}

.kobayashi-top-heading {
	margin-bottom: 48px;
	text-align: center;
}

.kobayashi-top-heading--left {
	text-align: left;
}

.kobayashi-top-heading h2,
.kobayashi-top-news-head h2,
.kobayashi-top-contact h2 {
	margin: 0 0 14px;
	color: #1f2937;
	font-size: clamp(26px, 2.4vw, 34px);
	font-weight: 700;
	line-height: 1.35;
}

.kobayashi-top-heading p,
.kobayashi-top-contact p {
	margin: 0;
	color: #6b7280;
	font-size: 16px;
	line-height: 1.8;
}

.kobayashi-top-problems,
.kobayashi-top-reasons {
	display: grid;
	gap: 28px;
}

.kobayashi-top-problems--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kobayashi-top-problems--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
}

.kobayashi-top-reasons {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kobayashi-top-card,
.kobayashi-top-flow__item {
	background: #fff;
	border: 2px solid #d1d5db;
	padding: 36px 34px;
}

.kobayashi-top-card h3,
.kobayashi-top-flow__item h3,
.kobayashi-top-product h3 {
	margin: 0 0 18px;
	color: #1f2937;
	font-size: clamp(17px, 1.45vw, 20px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.05em;
}

.kobayashi-top-card p,
.kobayashi-top-flow__item p {
	margin: 0;
	color: #374151;
	font-size: 16px;
	line-height: 1.8;
}

.kobayashi-top-card--problem {
	display: grid;
	gap: 22px;
	align-content: start;
	padding: 28px 28px 30px;
}

.kobayashi-top-card__photo {
	overflow: hidden;
	border: 1px solid #d8dee7;
	aspect-ratio: 16 / 9;
	background: #eef2f7;
}

.kobayashi-top-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kobayashi-top-card--problem h3 {
	margin-bottom: 12px;
	font-size: clamp(15px, 1.2vw, 18px);
	line-height: 1.2;
	letter-spacing: -0.06em;
}

.kobayashi-top-card__single-line {
	font-size: 16px !important;
	line-height: 1.8;
	letter-spacing: -0.04em;
	white-space: nowrap !important;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
}

.kobayashi-top-products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.kobayashi-top-product {
	position: relative;
	overflow: hidden;
	padding: 36px 34px;
	border: 2px solid #d1d5db;
	background: #fff;
	isolation: isolate;
}

.kobayashi-top-product > * {
	position: relative;
	z-index: 1;
}

.kobayashi-top-product::before {
	content: "";
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.9;
	z-index: 0;
}

.kobayashi-top-product::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.74) 48%, rgba(255, 255, 255, 0.66) 100%);
	z-index: 0;
}

.kobayashi-top-product--seaweed {
	border-color: var(--kobayashi-blue);
}

.kobayashi-top-product--seaweed::before {
	background-image: url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/%E6%B5%B7%E7%94%A3%E8%83%8C%E6%99%AF_1.png");
}

.kobayashi-top-product--farm {
	border-color: var(--kobayashi-green);
}

.kobayashi-top-product--farm::before {
	background-image: url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/%E8%BE%B2%E7%94%A3%E7%89%A9%E8%83%8C%E6%99%AF_1.png");
}

.kobayashi-top-product h3 {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.kobayashi-top-product h3::before {
	content: "";
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.kobayashi-top-product--seaweed h3::before {
	background-image: url("../img/icon-seaweed.svg");
}

.kobayashi-top-product--farm h3::before {
	background-image: url("../img/icon-farm.svg");
}

.kobayashi-top-product ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 100%;
}

.kobayashi-top-product li {
	position: relative;
	padding-left: 1.5em;
	color: #374151;
	font-size: 18px;
	line-height: 1.6;
}

.kobayashi-top-product li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 0.5em;
	height: 0.5em;
	border-radius: 999px;
	transform: translateY(-50%);
}

.kobayashi-top-product--seaweed li:first-child,
.kobayashi-top-product--seaweed li:nth-child(2) {
	color: #111827;
	font-weight: 700;
}

.kobayashi-top-product--seaweed li::before {
	background: var(--kobayashi-blue);
}

.kobayashi-top-product--farm li:first-child {
	color: #111827;
	font-weight: 700;
}
.kobayashi-top-product--seaweed li:nth-child(3),
.kobayashi-top-product--farm li:nth-child(2) {
	color: #111827;
	font-weight: 700;
}.kobayashi-top-product--farm li::before {
	background: var(--kobayashi-green);
}

.kobayashi-top-note {
	margin-top: 24px;
	padding: 24px 28px;
	border: 2px solid #d1d5db;
	background: #f3f4f6;
	text-align: center;
}

.kobayashi-top-note p {
	margin: 0;
	color: #1f2937;
	font-size: 16px;
	line-height: 1.8;
}

.kobayashi-top-methods {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.kobayashi-top-method {
	border: 2px solid #d1d5db;
	background: #fff;
}

.kobayashi-top-method__head {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	background: #1f2937;
	color: #fff;
	align-items: stretch;
}

.kobayashi-top-method__how {
	display: grid;
	place-items: center;
	gap: 6px;
	padding: 12px 10px;
	background: var(--kobayashi-blue);
	text-align: center;
}

.kobayashi-top-method__how span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.kobayashi-top-method__how strong {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}

.kobayashi-top-method__head p {
	margin: 0;
	display: flex;
	align-items: center;
	padding: 12px 16px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.1em;
	white-space: nowrap;
}

.kobayashi-top-method__body {
	padding: 26px 24px;
	text-align: center;
}

.kobayashi-top-method__body h3 {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(57, 125, 216, 0.45);
	color: var(--kobayashi-blue);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.08em;
	white-space: nowrap;
}

.kobayashi-top-method__body p {
	margin: 0;
	color: #4b5563;
	font-size: 16px;
	line-height: 1.85;
	text-align: left;
}

.kobayashi-top-flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.kobayashi-top-flow__photo {
	height: 200px;
	margin-bottom: 28px;
	background-color: #e5e7eb;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.kobayashi-top-flow__photo--contact {
	background-image: url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/contact_1.png");
}

.kobayashi-top-flow__photo--estimate {
	background-image: url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/contact_2.png");
}

.kobayashi-top-flow__photo--deal {
	background-image: url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/contact_3.png");
}

.kobayashi-top-flow__num {
	margin: 0 0 18px;
	color: #d1d5db;
	font-size: clamp(40px, 3.3vw, 52px);
	font-weight: 700;
	line-height: 1;
}

.kobayashi-top-faq {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.kobayashi-top-faq__item {
	border: 2px solid #d1d5db;
	background: #fff;
}

.kobayashi-top-faq__summary {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 12px;
	padding: 18px 20px;
	cursor: pointer;
	list-style: none;
}

.kobayashi-top-faq__summary::-webkit-details-marker {
	display: none;
}

.kobayashi-top-faq__label {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin: 0;
	border-radius: 999px;
	background: #edf4fb;
	color: var(--kobayashi-blue);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.kobayashi-top-faq__question {
	display: block;
	color: #1f2937;
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.04em;
	white-space: nowrap;
}

.kobayashi-top-faq__toggle {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
}

.kobayashi-top-faq__toggle::before,
.kobayashi-top-faq__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background: #6b7280;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease;
}

.kobayashi-top-faq__toggle::after {
	width: 2px;
	height: 16px;
}

.kobayashi-top-faq__item[open] .kobayashi-top-faq__toggle::after {
	opacity: 0;
}

.kobayashi-top-faq__body p {
	margin: 0;
	color: #4b5563;
	font-size: 16px;
	line-height: 1.9;
}

.kobayashi-top-faq__body {
	padding: 0 20px 18px 84px;
}

.kobayashi-top-news-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 44px;
}

.kobayashi-top-link {
	color: var(--kobayashi-blue);
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
}

.kobayashi-top-news-list {
	display: grid;
	gap: 1px;
	background: #d1d5db;
}

.kobayashi-top-news-item {
	background: #fff;
}

.kobayashi-top-news-item a,
.kobayashi-top-news-item div {
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding: 28px 30px;
	color: #1f2937;
	text-decoration: none;
}

.kobayashi-top-news-item__thumb {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: linear-gradient(135deg, #f3f7fb 0%, #dbe8f7 100%);
}

.kobayashi-top-news-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kobayashi-top-news-item__thumb-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--kobayashi-primary);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.kobayashi-top-news-item__body {
	display: grid;
	gap: 10px;
	align-content: center;
}

.kobayashi-top-news-item__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.kobayashi-top-news-item time {
	display: block;
	color: #6b7280;
	font-size: 0.92rem;
	font-weight: 500;
}

.kobayashi-top-news-item__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border: 1px solid var(--kobayashi-blue);
	color: var(--kobayashi-blue);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
}

.kobayashi-top-news-item__title {
	display: block;
	color: #1f2937;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.kobayashi-top-company-message {
	margin-bottom: 48px;
	padding: 38px 40px;
	border-left: 6px solid var(--kobayashi-blue);
	background: #fff;
	box-shadow: var(--kobayashi-shadow);
}

.kobayashi-top-company-message p {
	margin: 0;
	color: #1f2937;
	font-size: clamp(1.1rem, 1.8vw, 1.55rem);
	font-weight: 500;
	line-height: 1.8;
}

.kobayashi-top-company {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 38px;
	align-items: start;
}

.kobayashi-top-company__photo {
	min-height: 360px;
	border: 2px solid #d1d5db;
	background: url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/FV_sub_3.png") center/cover no-repeat;
}

.kobayashi-top-company__table {
	border: 2px solid #d1d5db;
	background: #fff;
	overflow: hidden;
	align-self: start;
}

.kobayashi-top-company__table table {
	width: 100%;
	border-collapse: collapse;
}

.kobayashi-top-company__table th,
.kobayashi-top-company__table td {
	padding: 16px 22px;
	border-bottom: 2px solid #d1d5db;
	color: #1f2937;
	font-size: 1rem;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}

.kobayashi-top-company__table tr:last-child th,
.kobayashi-top-company__table tr:last-child td {
	border-bottom: 0;
}

.kobayashi-top-company__table th {
	width: 26%;
	background: #f3f4f6;
	font-weight: 700;
	color: #4b5563;
}

.kobayashi-top-company__table a,
.kobayashi-top-access__info a {
	color: #1f2937;
	font-weight: 700;
	text-decoration: none;
}

.kobayashi-top-company__trustmark {
	display: flex;
	justify-content: flex-end;
	padding: 18px 24px 22px;
	border-top: 2px solid #d1d5db;
	background: #fff;
}

.kobayashi-top-company__trustmark-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.kobayashi-top-company__trustmark-button img {
	display: block;
	width: min(100%, 220px);
	height: auto;
}

.kobayashi-pdf-modal[hidden] {
	display: none;
}

.kobayashi-pdf-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

body.kobayashi-pdf-modal-open {
	overflow: hidden;
}

.kobayashi-pdf-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.62);
}

.kobayashi-pdf-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(92vw, 960px);
	height: min(88vh, 860px);
	margin: 6vh auto;
	padding: 48px 18px 18px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.kobayashi-pdf-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: #1f2937;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.kobayashi-pdf-modal__frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #fff;
}

.kobayashi-top-access {
	display: grid;
	grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
	gap: 56px;
}

.kobayashi-top-access__info {
	display: grid;
	gap: 28px;
}

.kobayashi-top-access__info div {
	padding-bottom: 24px;
	border-bottom: 2px solid #e5e7eb;
}

.kobayashi-top-access__info div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.kobayashi-top-access__info dt {
	margin-bottom: 10px;
	color: #6b7280;
	font-size: 18px;
	font-weight: 700;
}

.kobayashi-top-access__info dd {
	margin: 0;
	color: #1f2937;
	font-size: 18px;
	line-height: 1.7;
}

.kobayashi-top-access__map {
	min-height: 420px;
	border: 2px solid #d1d5db;
	background: #e5e7eb;
}

.kobayashi-top-access__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
}

.kobayashi-top-access__map-canvas {
	width: 100%;
	height: 100%;
	min-height: 420px;
}

.kobayashi-top-contact {
	padding: 90px 0;
	background: var(--kobayashi-blue);
	color: #fff;
	border-bottom: 0;
	margin-bottom: 0;
}

.kobayashi-top-contact__inner {
	max-width: 980px;
	text-align: center;
}

.kobayashi-top-contact h2,
.kobayashi-top-contact p,
.kobayashi-top-contact__divider,
.kobayashi-top-contact__hours {
	color: #fff;
}

.kobayashi-top-contact__phone {
	margin: 42px 0 28px;
}

.kobayashi-top-contact__phone a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 22px 44px;
	border: 4px solid #fff;
	background: #fff;
	color: var(--kobayashi-blue);
	font-size: clamp(1.45rem, 2.5vw, 2.1rem);
	font-weight: 700;
	text-decoration: none;
}

.kobayashi-top-contact__divider {
	margin: 0 0 24px;
	font-size: 1.1rem;
	font-weight: 700;
}

.kobayashi-top-contact__form {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 34px;
	border: 2px solid #fff;
	color: #fff;
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	font-weight: 700;
	text-decoration: none;
}

.kobayashi-top-contact__form:hover,
.kobayashi-top-contact__form:focus-visible {
	background: #fff;
	color: var(--kobayashi-blue);
}

.kobayashi-top-contact__hours {
	margin-top: 34px;
	font-size: 1rem;
	opacity: 0.92;
}

@media (max-width: 1199.98px) {
	.kobayashi-top-section .kobayashi-shell,
	.kobayashi-top-intro .kobayashi-shell,
	.kobayashi-top-contact .kobayashi-shell {
		width: 100%;
	}

	.kobayashi-top-hero__inner {
		min-height: 0;
		grid-template-columns: 1fr;
		padding: 72px 0 76px;
	}

	.kobayashi-top-hero__copy {
		max-width: 100%;
	}

	.kobayashi-top-hero__lead {
		max-width: 100%;
	}

	.kobayashi-top-hero__visuals {
		justify-self: stretch;
		width: 100%;
		max-width: 100%;
		transform: none;
	}

	.kobayashi-top-hero__photo--main {
		min-height: 320px;
	}

	.kobayashi-top-flow,
	.kobayashi-top-company,
	.kobayashi-top-access {
		grid-template-columns: 1fr;
	}

	.kobayashi-top-intro__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991.98px) {
	.kobayashi-top-section {
		padding: 84px 0;
	}

	.kobayashi-top-hero__actions .kobayashi-button {
		min-height: 60px;
		font-size: 17px;
	}

	.kobayashi-top-problems--three,
	.kobayashi-top-reasons,
	.kobayashi-top-products,
	.kobayashi-top-methods,
	.kobayashi-top-flow,
	.kobayashi-top-faq {
		grid-template-columns: 1fr;
	}

	.kobayashi-top-hero__photo--sub {
		right: 18px;
		bottom: -18px;
		width: min(42%, 220px);
	}

	.kobayashi-top-news-item a,
	.kobayashi-top-news-item div {
		grid-template-columns: 120px minmax(0, 1fr);
		gap: 18px;
	}
}

@media (max-width: 767.98px) {
	.kobayashi-top-hero .kobayashi-shell,
	.kobayashi-top-section .kobayashi-shell,
	.kobayashi-top-intro .kobayashi-shell,
	.kobayashi-top-contact .kobayashi-shell {
		width: min(calc(100% - 32px), 1320px);
	}

	.kobayashi-top-intro__item h2 {
		white-space: normal;
	}

	.kobayashi-top-hero::before {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.74) 34%, rgba(255, 255, 255, 0.3) 100%),
			url("https://theodz.xsrv.jp/kobayashi/wp-content/uploads/2026/05/260515_01_015-scaled.jpg") center/cover no-repeat;
	}

	.kobayashi-top-hero__inner {
		gap: 24px;
		padding: 46px 0 52px;
	}

	.kobayashi-top-section {
		padding: 64px 0;
	}

	.kobayashi-top-heading {
		margin-bottom: 34px;
	}

	.kobayashi-top-problems--two {
		grid-template-columns: 1fr;
	}

	.kobayashi-top-card,
	.kobayashi-top-product,
	.kobayashi-top-flow__item,
	.kobayashi-top-company-message {
		padding: 28px 24px;
	}

	.kobayashi-top-faq__item {
		padding: 0;
	}

	.kobayashi-top-card--problem {
		padding: 20px 20px 22px;
		gap: 16px;
	}

	.kobayashi-top-hero__title {
		font-size: 30px;
	}

	.kobayashi-top-hero__lead {
		font-size: 15px;
	}

	.kobayashi-top-hero__points li,
	.kobayashi-top-note p,
	.kobayashi-top-card p,
	.kobayashi-top-flow__item p,
	.kobayashi-top-faq__body p {
		font-size: 15px;
	}

	.kobayashi-top-card__single-line {
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: anywhere;
		letter-spacing: 0;
		font-size: 15px !important;
		line-height: 1.8;
	}

	.kobayashi-top-hero__visuals {
		display: none;
	}

	.kobayashi-top-intro {
		padding-top: 20px;
	}

	.kobayashi-top-intro__item {
		padding: 24px 22px;
	}

	.kobayashi-top-faq__label {
		width: 40px;
		height: 40px;
		font-size: 1.15rem;
	}

	.kobayashi-top-method__head {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.kobayashi-top-method__how {
		padding: 16px 10px;
	}

	.kobayashi-top-method__how strong {
		font-size: 1.9rem;
	}

	.kobayashi-top-method__head p {
		padding: 18px 16px;
		font-size: 16px;
	}

	.kobayashi-top-method__body {
		padding: 24px 20px;
	}

	.kobayashi-top-method__body h3 {
		margin-bottom: 16px;
		padding-bottom: 16px;
		font-size: 28px;
	}

	.kobayashi-top-method__body p {
		text-align: left;
	}

	.kobayashi-top-faq__summary {
		grid-template-columns: 40px minmax(0, 1fr) 14px;
		gap: 8px;
		padding: 14px 14px;
	}

	.kobayashi-top-faq__body {
		padding: 0 18px 18px 18px;
	}

	.kobayashi-top-product ul {
		max-width: 100%;
	}

	.kobayashi-top-hero__actions {
		gap: 12px;
	}

	.kobayashi-top-hero__actions .kobayashi-button,
	.kobayashi-top-contact__phone a,
	.kobayashi-top-contact__form {
		width: 100%;
	}

	.kobayashi-top-hero__actions {
		display: none;
	}

	.kobayashi-top-news-head {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 28px;
	}

	.kobayashi-top-news-item a,
	.kobayashi-top-news-item div {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 14px;
		padding: 22px 20px;
	}

	.kobayashi-top-news-item__title {
		font-size: 1rem;
		line-height: 1.5;
	}

	.kobayashi-top-company__table th,
	.kobayashi-top-company__table td {
		display: block;
		width: 100%;
	}

	.kobayashi-top-company__table th {
		border-bottom-width: 1px;
	}

	.kobayashi-top-company__trustmark {
		justify-content: flex-start;
		padding: 16px 18px 18px;
	}
}

@media (max-width: 575.98px) {
	.kobayashi-top-hero__inner {
		padding: 36px 0 40px;
	}

	.kobayashi-top-hero__title {
		margin-bottom: 18px;
		font-size: 30px;
	}

	.kobayashi-top-hero__lead {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 1.8;
	}

	.kobayashi-top-hero__points {
		gap: 10px;
		margin-bottom: 24px;
	}

	.kobayashi-top-hero__hours {
		font-size: 13px;
		line-height: 1.7;
	}

	.kobayashi-top-heading h2,
	.kobayashi-top-news-head h2,
	.kobayashi-top-contact h2 {
		font-size: 26px;
	}

	.kobayashi-top-heading p,
	.kobayashi-top-contact p,
	.kobayashi-top-note p {
		font-size: 15px;
	}

	.kobayashi-top-card h3,
	.kobayashi-top-flow__item h3,
	.kobayashi-top-product h3 {
		font-size: 22px;
	}

	.kobayashi-top-faq__question {
		font-size: 14px;
		line-height: 1.25;
		letter-spacing: -0.08em;
		white-space: nowrap;
	}

	.kobayashi-top-card p,
	.kobayashi-top-flow__item p,
	.kobayashi-top-product li {
		font-size: 15px;
	}

	.kobayashi-top-card__single-line {
		white-space: normal;
		font-size: 15px;
		line-height: 1.8;
	}

	.kobayashi-top-flow__photo {
		height: 180px;
		margin-bottom: 20px;
	}

	.kobayashi-top-flow__num {
		margin-bottom: 14px;
		font-size: 2.2rem;
	}

	.kobayashi-top-company__photo {
		min-height: 220px;
	}

	.kobayashi-pdf-modal__dialog {
		width: min(94vw, 960px);
		height: min(84vh, 860px);
		margin: 8vh auto;
		padding: 42px 12px 12px;
	}

	.kobayashi-top-company__table th,
	.kobayashi-top-company__table td {
		padding: 16px 18px;
		font-size: 0.92rem;
	}

	.kobayashi-top-access {
		gap: 28px;
	}

	.kobayashi-top-access__info {
		gap: 20px;
	}

	.kobayashi-top-access__info dt {
		font-size: 1rem;
	}

	.kobayashi-top-access__info dd {
		font-size: 1rem;
	}

	.kobayashi-top-access__map,
.kobayashi-top-access__map iframe,
.kobayashi-top-access__map-canvas {
	min-height: 280px;
    }

	.kobayashi-top-contact {
		padding: 64px 0;
	}

	.kobayashi-top-contact__phone {
		margin: 28px 0 18px;
	}

	.kobayashi-top-contact__phone a {
		padding: 18px 20px;
		font-size: 1.25rem;
	}

	.kobayashi-top-contact__divider {
		margin-bottom: 16px;
		font-size: 0.95rem;
	}

	.kobayashi-top-contact__hours {
		margin-top: 24px;
		font-size: 0.88rem;
		line-height: 1.7;
	}
}