.pg-repair {
	--rp-content-width: min(100%, clamp(72rem, 90vw, 120rem));
	--rp-section-width: min(var(--rp-content-width), 75rem);
	--rp-section-gap: clamp(2.2rem, 5vw, 3.8rem);
	--rp-section-gap-lg: calc(var(--rp-section-gap) * 1.2);
	line-break: strict;
	overflow-wrap: anywhere;
	word-break: normal;
}

.pg-repair .ly-lower {
	padding: 0 0 var(--rp-section-gap-lg);
	background: #ececec;
	overflow: hidden;
}

.rp-main {
	position: relative;
}






.rp-catch {
	width: var(--rp-section-width);
	margin: clamp(1.6rem, 3.8vw, 2.9rem) auto 0;
}

.rp-catch__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.5rem, 3.1vw, 2.2rem);
	font-weight: 700;
	line-height: 1.32;
	color: #231815;
}

.rp-catch__title span {
	display: inline-block;
	padding-inline: clamp(0.24rem, 0.8vw, 0.52rem);
	background: #e10012;
	color: #ffe200;
	line-height: 1.06;
}

.rp-intro {
	width: var(--rp-section-width);
	margin: clamp(1.35rem, 3vw, 2.2rem) auto 0;
}

.rp-intro__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
	gap: clamp(1rem, 2.5vw, 2.3rem);
	align-items: center;
}

.rp-intro__title {
	margin: 0;
	padding-bottom: clamp(0.62rem, 1.2vw, 1.02rem);
	border-bottom: 1px solid #8b8b8b;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.25rem, 2.4vw, 1.95rem);
	font-weight: 700;
	line-height: 1.34;
	color: #1f1b1a;
}

.rp-intro__text {
	margin: clamp(0.9rem, 1.8vw, 1.35rem) 0 0;
	font-family: var(--lower-font-noto);
	font-size: clamp(1rem, 1.75vw, 1.2rem);
	font-weight: 700;
	line-height: 1.65;
	color: #1f1b1a;
}

.rp-intro__media {
	margin: 0;
}

.rp-intro__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: clamp(1rem, 2vw, 1.65rem);
}

.rp-trouble {
	width: var(--rp-section-width);
	margin: var(--rp-section-gap) auto 0;
}

.rp-trouble__inner {
	position: relative;
	text-align: center;
}

.rp-trouble__title {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.rp-trouble__pattern {
	margin: 0;
}

.rp-trouble__pattern img {
	display: block;
	width: 100%;
	height: auto;
}

.rp-trouble__lead {
	margin: clamp(0.35rem, 0.95vw, 0.7rem) 0 0;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.5rem, 3.1vw, 2.2rem);
	font-weight: 700;
	line-height: 1.15;
	color: #000;
}

.rp-trouble__lead span {
	display: inline-block;
	padding-inline: clamp(0.24rem, 0.85vw, 0.56rem);
	background: #f2c12d;
}

.rp-estimate {
	margin-top: clamp(1.25rem, 3vw, 2.2rem);
	padding: clamp(1.8rem, 4vw, 3.2rem) 0 clamp(2.2rem, 4.6vw, 3.7rem);
	background: #e5c7cb;
}

.rp-estimate__inner {
	width: var(--rp-section-width);
	margin-inline: auto;
}

.rp-estimate__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.35rem, 2.7vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
	color: #1f1b1a;
}

.rp-estimate__table-wrap {
	margin-top: clamp(0.9rem, 2.1vw, 1.5rem);
	overflow-x: auto;
}

.rp-estimate__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 40rem;
}

.rp-estimate__table th,
.rp-estimate__table td {
	border: 1px solid #7d7d7d;
	padding: clamp(0.65rem, 1.45vw, 1.02rem) clamp(0.7rem, 1.55vw, 1.18rem);
	text-align: center;
	vertical-align: middle;
	font-size: clamp(0.94rem, 1.75vw, 1.36rem);
	line-height: 1.35;
	color: #1f1b1a;
}

.rp-estimate__table thead th {
	background: #e10012;
	color: #fff;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.05rem, 1.95vw, 1.5rem);
	font-weight: 700;
	line-height: 1.1;
	padding-top: clamp(0.45rem, 1vw, 0.7rem);
	padding-bottom: clamp(0.45rem, 1vw, 0.7rem);
}

.rp-estimate__table tbody th {
	background: #d69a9d;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.25rem, 2.25vw, 1.85rem);
	font-weight: 700;
}

.rp-estimate__table tbody td {
	background: #d8d8d8;
	font-weight: 700;
}

.rp-estimate__price-main,
.rp-estimate__period-main {
	display: block;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.3rem, 2.4vw, 1.95rem);
	font-weight: 700;
	line-height: 1.2;
}

.rp-estimate__price-sub {
	display: block;
	margin-top: clamp(0.18rem, 0.45vw, 0.3rem);
	font-size: clamp(0.88rem, 1.45vw, 1.08rem);
	font-weight: 700;
	line-height: 1.3;
}

.rp-estimate__note {
	margin: clamp(0.72rem, 1.5vw, 1rem) 0 0;
	font-size: clamp(0.9rem, 1.45vw, 1.02rem);
	font-weight: 700;
	line-height: 1.4;
	color: #1f1b1a;
}

.rp-flow {
	width: var(--rp-section-width);
	margin: var(--rp-section-gap-lg) auto 0;
}

.rp-flow__inner {
	position: relative;
	background: transparent;
	padding: clamp(2rem, 4.4vw, 3.2rem) clamp(1rem, 2.8vw, 2rem) clamp(2.4rem, 5.2vw, 3.8rem);
	isolation: isolate;
}

.rp-flow__inner::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #efc04a;
	border-radius: clamp(2rem, 5vw, 3.5rem);
	z-index: -1;
}

.rp-flow__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.3rem, 2.8vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.rp-flow__list {
	list-style: none;
	margin: clamp(1rem, 2.4vw, 1.7rem) 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.2rem, 2.5vw, 2rem);
}

.rp-flow__item {
	position: relative;
	background: transparent;
	padding: 0;
	line-height: 0;
}

.rp-flow__item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: clamp(-1.4rem, -2vw, -0.9rem);
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: clamp(0.57rem, 1.2vw, 0.75rem) solid transparent;
	border-bottom: clamp(0.57rem, 1.2vw, 0.75rem) solid transparent;
	border-left: clamp(0.66rem, 1.35vw, 0.93rem) solid #1f1b1a;
}

.rp-flow__item img {
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
}

.rp-flow__lead {
	margin: clamp(1rem, 2.3vw, 1.6rem) 0 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.2rem, 2.7vw, 2rem);
	font-weight: 800;
	line-height: 1.45;
	color: #1f1b1a;
}

.rp-contact {
	width: var(--rp-section-width);
	margin: var(--rp-section-gap) auto 0;
}

.rp-contact__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.35rem, 2.8vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: #d61f2a;
}

.rp-contact__actions {
	margin-top: clamp(1rem, 2.2vw, 1.6rem);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.6rem, 1.4vw, 1rem);
	width: min(var(--lower-content-width, 1000px), 100%);
	margin-inline: auto;
}

.rp-contact__button {
	display: block;
	line-height: 0;
	width: 75%;
	justify-self: center;
}

.rp-contact__button--mail {
	justify-self: end;
}

.rp-contact__button--tel {
	justify-self: start;
}

.rp-contact__button img {
	display: block;
	width: 100%;
	height: auto;
}

.rp-page-top {
	position: fixed;
	right: clamp(0.6rem, 1.8vw, 1.4rem);
	bottom: clamp(0.6rem, 1.8vw, 1.4rem);
	width: clamp(3.6rem, 6.2vw, 5.2rem);
	line-height: 0;
	z-index: 60;
}

.rp-page-top img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 1024px) {
	.rp-intro__inner {
		grid-template-columns: 1fr;
	}

	.rp-intro__media {
		max-width: min(100%, 44rem);
		margin-inline: auto;
	}

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

	.rp-flow__item:not(:last-child)::after {
		display: none;
	}

	.rp-contact__actions {
		grid-template-columns: 1fr;
		max-width: min(100%, 40rem);
	}

	.rp-contact__button {
		width: min(100%, 30rem);
		justify-self: center;
	}
}

@media (max-width: 768px) {
	.pg-repair {
		--rp-content-width: min(100%, calc(100% - 1.2rem));
		--rp-section-gap: clamp(1.55rem, 6vw, 2.2rem);
	}




	.rp-catch__title {
		font-size: clamp(1.45rem, 6.2vw, 2.1rem);
		line-height: 1.38;
	}

	.rp-intro__title {
		font-size: clamp(1.4rem, 6.2vw, 1.9rem);
	}

	.rp-intro__text {
		font-size: clamp(0.9rem, 3.7vw, 1rem);
		line-height: 1.66;
	}

	.rp-trouble__lead {
		font-size: clamp(1.45rem, 6.4vw, 2rem);
	}

	.rp-estimate__table {
		min-width: 34rem;
	}

	.rp-estimate__price-main,
	.rp-estimate__period-main {
		font-size: clamp(1.2rem, 5vw, 1.72rem);
	}

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

	.rp-flow__lead {
		font-size: clamp(1.02rem, 4.4vw, 1.34rem);
		line-height: 1.45;
	}

	.rp-contact__title {
		font-size: clamp(1.5rem, 6.8vw, 2.02rem);
	}

	.rp-page-top {
		width: clamp(3.2rem, 16vw, 4.2rem);
		right: clamp(0.5rem, 2.6vw, 0.9rem);
		bottom: clamp(0.5rem, 2.6vw, 0.9rem);
	}
}
