@charset "UTF-8";

/* ==========================================================================
   Renewal top page - mobile first
   ========================================================================== */

:root {
	--top-color-text: #333333;
	--top-color-gold: #bea75a;
	--top-color-blue: #3f678e;
	--top-color-green: #06c755;
	--top-color-cream: #f5f3e9;
	--top-color-pale-blue: #e8eef3;
	--top-content-width: 1120px;
}

body.website {
	color: var(--top-color-text);
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "Noto Serif JP", serif !important;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}

.renewal-top,
.renewal-top *,
.renewal-top *::before,
.renewal-top *::after {
	box-sizing: border-box;
}

.renewal-top {
	background: #ffffff;
	color: var(--top-color-text);
	font-family: "Noto Serif JP", serif;
	line-height: 1.8;
	overflow: hidden;
	padding-top: 6rem;
}

.renewal-top img {
	display: block;
	height: auto;
	max-width: 100%;
}

.renewal-top a {
	transition: opacity 0.2s ease;
}

.renewal-top a:hover {
	opacity: 0.8;
}

.top-header {
	background: #ffffff;
	display: block;
	padding: 0 !important;
	position: relative;
	width: 100%;
	z-index: 20;
}

.top-header__inner {
	align-items: stretch;
	display: flex;
	height: 6.4rem;
	justify-content: space-between;
	width: 100%;
}

.top-header__logo {
	align-items: center;
	display: flex;
	padding: 0.8rem 1.6rem;
	width: 14rem;
}

.top-header__logo img {
	width: 100%;
}

.top-header__nav {
	display: none;
}

.top-header__actions {
	display: none;
	margin-left: auto;
}

.top-header__action {
	align-items: center;
	color: #ffffff !important;
	display: none;
	flex-direction: column;
	font-size: 1rem;
	justify-content: center;
	line-height: 1.3;
	min-width: 6.4rem;
	padding: 0.6rem 1rem;
	text-align: center;
}

.top-header__action--document {
	background: var(--top-color-gold);
	display: flex;
}

.top-header__action--contact {
	background: var(--top-color-blue);
}

.top-header__menu-toggle {
	background: #ffffff;
	border: 0;
	cursor: pointer;
	flex: 0 0 6.4rem;
	height: 6.4rem;
	margin-left: auto;
	padding: 0;
	position: relative;
	width: 6.4rem;
	z-index: 22;
}

.top-header__menu-toggle span {
	background: var(--top-color-text);
	border-radius: 0.2rem;
	height: 0.2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 0.3s ease, transform 0.3s ease, top 0.3s ease;
	width: 2.4rem;
}

.top-header__menu-toggle span:nth-child(1) {
	top: 1.5rem;
}

.top-header__menu-toggle span:nth-child(2) {
	top: 2.3rem;
}

.top-header__menu-toggle span:nth-child(3) {
	top: 3.1rem;
}

.top-header__menu-toggle small {
	bottom: 0.3rem;
	font-family: "EB Garamond", serif;
	font-size: 1.2rem;
	font-weight: 700;
	left: 0;
	line-height: 1;
	position: absolute;
	text-align: center;
	width: 100%;
}

.top-header__menu-toggle.is-active span:nth-child(1) {
	top: 2.3rem;
	transform: translateX(-50%) rotate(45deg);
}

.top-header__menu-toggle.is-active span:nth-child(2) {
	opacity: 0;
}

.top-header__menu-toggle.is-active span:nth-child(3) {
	top: 2.3rem;
	transform: translateX(-50%) rotate(-45deg);
}

.top-header__drawer {
	background: #ffffff;
	height: calc(100dvh - 6.4rem);
	max-width: 45rem;
	overflow-y: auto;
	padding: 3rem;
	position: fixed;
	right: 0;
	top: 6.4rem;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	width: 100%;
	z-index: 21;
}

.top-header__drawer.is-active {
	transform: translateX(0);
}

.top-header__drawer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-header__drawer-item {
	border-bottom: 1px solid rgb(190 167 90 / 45%);
	padding-left: 2rem;
	position: relative;
}

.top-header__drawer-item::before {
	background: var(--top-color-text);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 1rem;
}

.top-header__drawer-item a {
	color: var(--top-color-text);
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1.5rem 0;
}

.top-header__drawer-actions {
	display: grid;
	gap: 1rem;
	margin-top: 3rem;
}

.top-header__drawer-action {
	align-items: center;
	border-radius: 0.3rem;
	color: #ffffff !important;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	height: 5.6rem;
	justify-content: center;
}

.top-header__drawer-action--contact {
	background: var(--top-color-blue);
}

.top-header__drawer-action--document {
	background: var(--top-color-gold);
}

body.website.top-header-menu-open {
	overflow: hidden;
}

.top-header__action-icon {
	align-items: center;
	display: flex;
	height: 2rem;
	justify-content: center;
	line-height: 1;
	margin-bottom: 0.4rem;
	width: 2.2rem;
}

.top-header__action-icon img {
	height: 2rem;
	width: 2.2rem;
}

.top-header__action-icon--document {
	height: 2.2rem;
	width: 2.2rem;
}

.top-header__action-icon--document img {
	height: 2.2rem;
	width: 2.2rem;
}

.hero {
	background: #ffffff;
	margin-bottom: 6rem;
	padding: 1rem 2.5rem 0.5rem;
	position: relative;
}

.hero::before {
	background: url("../img/top-renewal/decoration-lines.webp") no-repeat center / contain;
	content: "";
	height: 6rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 11.8rem;
	z-index: 0;
}

.hero::after {
	background: url("../img/top-renewal/hero-decoration-right.webp") no-repeat center / contain;
	bottom: 3.2rem;
	content: "";
	height: 4.1rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 8rem;
	z-index: 0;
}

.hero__inner {
	margin: 0 auto;
	max-width: var(--top-content-width);
}

.hero__content {
	position: relative;
	z-index: 2;
}

.hero__title {
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.65;
	margin: 0;
}

.hero__title-line {
	white-space: nowrap;
}

.hero__title-accent {
	color: var(--top-color-gold);
}

.hero__awards {
	display: grid;
	gap: 1.6rem;
	grid-template-columns: repeat(3, 9.6rem);
	justify-content: center;
	margin: 2.2rem auto 1.8rem;
	max-width: 37rem;
}

.hero__award {
	align-items: center;
	aspect-ratio: auto;
	background: url("../img/top-renewal/award-wreath.webp") no-repeat center / contain;
	display: flex;
	flex-direction: column;
	height: 9rem;
	justify-content: center;
	padding: 1.8rem 0.4rem 0.5rem;
	text-align: center;
	width: 9.6rem;
}

.hero__award-label {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
}

.hero__award-number {
	color: #b73d2e;
	font-family: "EB Garamond", serif;
	font-size: 3rem;
	line-height: 1;
}

.hero__award-unit {
	color: var(--top-color-text);
	font-family: "Noto Serif JP", serif;
	font-size: 0.9rem;
	margin-left: 0.2rem;
}

.hero__award-number small {
	color: var(--top-color-text);
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.3rem;
	line-height: 1.5;
	margin-top: 0.4rem;
}

.hero__contact {
	margin: 0;
	max-width: none;
	min-width: 0;
	width: 100%;
}

.hero__estimate {
	background: var(--top-color-blue);
	border-radius: 0.3rem;
	color: #ffffff !important;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	padding: 1.1rem 0.8rem;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.hero__note {
	font-size: 1rem;
	margin: 0.5rem 0 0.8rem;
	text-align: center;
}

.hero__contact-row {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.61fr);
	justify-content: stretch;
	width: 100%;
}

.hero__line,
.hero__phone {
	align-items: center;
	color: #ffffff !important;
	display: flex;
	font-weight: 700;
	justify-content: center;
	min-height: 4.6rem;
	padding: 0.6rem;
}

.hero__line {
	background: var(--top-color-green);
	border-radius: 0.3rem;
	font-size: 1.2rem;
}

.hero__phone {
	background: var(--top-color-gold);
	border-radius: 0.3rem;
	font-size: 1.8rem;
}

.hero__phone > span {
	white-space: nowrap;
}

.hero__line img,
.hero__phone img {
	margin-right: 0.5rem;
	max-height: 2rem;
	width: 2rem;
}

.hero__phone img {
	filter: brightness(0) invert(1);
}

.hero__phone small {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
}

.hero__visual {
	aspect-ratio: 330 / 227;
	margin: 2.4rem auto 0;
	overflow: hidden;
	width: 100%;
}

.hero--without-visual .hero__inner {
	grid-template-columns: 1fr;
}

.hero--without-visual .hero__visual {
	display: none;
}

@media screen and (min-width: 768px) {
	.hero--without-visual .hero__content {
		margin-left: auto;
		margin-right: auto;
		max-width: 72rem;
		width: 100%;
	}

	.hero--without-visual .hero__title {
		text-align: center;
	}

	.hero--without-visual .hero__awards,
	.hero--without-visual .hero__contact {
		margin-left: auto;
		margin-right: auto;
	}
}

.hero__picture {
	display: block;
	height: 100%;
}

.hero__image {
	border-radius: 0.8rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.section-heading {
	margin-bottom: 2.5rem;
	text-align: center;
}

.section-heading__english {
	color: #BEA75A;
	font-family: "EB Garamond", serif;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin: 0 0 1rem;
	white-space: nowrap;
	opacity: 0.2;
}

.section-heading__english--blue {
	color: #3F678E;
}

.section-heading__title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
}

.section-heading--profile .section-heading__title {
	letter-spacing: -0.04em;
	white-space: nowrap;
}

.services .section-heading__title {
	letter-spacing: -0.06em;
	white-space: nowrap;
}

.profile {
	background:
		url("../img/top-renewal/decoration-a.webp") no-repeat right 7rem / 6.7rem 4.3rem,
		#ffffff;
	padding-inline: 2rem;
	margin-bottom: 6rem;
}
.profile__inner {
	margin: 0 auto;
	max-width: var(--top-content-width);
}

.profile__layout {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.profile__visual {
	margin: 0 auto;
	max-width: 30rem;
	width: 78%;
}

.profile__image {
	border-radius: 0.5rem;
	width: 100%;
}

.profile__message p {
	font-size: 1.4rem;
	line-height: 2;
	margin: 0 0 1.8rem;
}

.profile__footer {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: space-between;
	margin-top: 2rem;
}

.profile__name {
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 0 5rem;
}

.profile__name span,
.profile__name small {
	display: block;
}

.profile__name strong {
	display: block;
	font-size: 2rem;
}

.profile__certificate {
	background: var(--top-color-gold);
	border-radius: 0.3rem;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	font-size: 1.4rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 0.8rem 1.6rem 1.4rem;
	width: 20rem;
}

.profile__certificate > span {
	display: block;
	letter-spacing: 0;
	line-height: 2.4rem;
	white-space: nowrap;
}

.profile__certificate-space {
	align-items: center;
	background: #ffffff;
	border-radius: 0.5rem;
	display: flex;
	flex: 0 0 auto;
	height: auto;
	justify-content: center;
	width: 100%;
	margin-top: 0.3rem;
	overflow: hidden;
}

.profile__certificate-image {
	aspect-ratio: 211 / 300;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.reasons {
	background:
		url("../img/top-renewal/decoration-b.webp") no-repeat left top / 8.1rem 5.5rem,
		#ffffff;
	padding: 6rem 1.8rem 8rem;
}

.reasons__inner {
	margin: 0 auto;
	max-width: 98rem;
}

.reasons__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr);
	justify-items: center;
}

.reasons__card {
	background: #fffdf8;
	border-radius: 0.4rem;
	box-shadow: 0 0.3rem 1.4rem rgb(51 51 51 / 8%);
	height: 27.7rem;
	max-width: 35rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.reasons__card::after {
	background: url("../img/top-renewal/reason-decoration.webp") no-repeat center / contain;
	bottom: 1.2rem;
	content: "";
	height: 4.1rem;
	opacity: 1;
	position: absolute;
	right: 1.5rem;
	width: 7.3rem;
}

.reasons__number {
	background: #ffffff;
	border-radius: 50%;
	color: var(--top-color-gold);
	font-size: 2rem;
	height: 4rem;
	left: 50%;
	line-height: 4rem;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 1.4rem;
	transform: translateX(-50%);
	width: 4rem;
}

.reasons__title {
	align-items: flex-end;
	background: var(--top-color-gold);
	color: #ffffff;
	display: flex;
	font-size: 1.8rem;
	height: 10rem;
	justify-content: center;
	line-height: 1.6;
	margin: 0;
	padding: 0 1rem 1rem;
	text-align: center;
}

.reasons__title--long {
	letter-spacing: -0.03em;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	white-space: nowrap;
}

.reasons__text {
	font-size: 1.3rem;
	line-height: 2;
	margin: 0;
	min-height: 13rem;
	padding: 2rem;
}

.contact-cta {
	background:
		linear-gradient(rgb(16 24 22 / 75%), rgb(16 24 22 / 75%)),
		url("../img/top-renewal/contact-background-new.webp") no-repeat center / cover;
	color: #ffffff;
	padding: 4.5rem 1.8rem;
}

.contact-cta__inner {
	margin: 0 auto;
	max-width: 68rem;
	text-align: center;
}

.contact-cta__message {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.75;
	margin: 0 0 2rem;
}

.contact-cta__message-break {
	display: inline;
}

.contact-cta__estimate {
	background: var(--top-color-blue);
	color: #ffffff !important;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 auto;
	max-width: 43rem;
	padding: 1.1rem;
}

.contact-cta__note {
	font-size: 0.9rem;
	margin: 0.4rem 0 1rem;
}

.contact-cta__actions {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: 1fr 1.35fr;
	margin: 0 auto;
	max-width: 43rem;
}

.contact-cta__line,
.contact-cta__phone {
	align-items: center;
	color: #ffffff !important;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	min-height: 4.6rem;
	padding: 0.6rem;
}

.contact-cta__line {
	background: var(--top-color-green);
}

.contact-cta__phone {
	background: var(--top-color-gold);
	font-size: 1.8rem;
}

.contact-cta__phone > span {
	white-space: nowrap;
}

.contact-cta__line img,
.contact-cta__phone img {
	margin-right: 0.5rem;
	max-height: 2rem;
	width: 2rem;
}

.contact-cta__phone small {
	display: block;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 1.2;
}

.services {
	background:
		url("../img/top-renewal/decoration-c.webp") no-repeat left 2.5rem / 8.1rem 3.9rem,
		url("../img/top-renewal/decoration-c.webp") no-repeat right 15rem / 11.8rem 5.7rem,
		#ffffff;
	padding: 9rem 1.8rem 2.5rem;
}

.services__inner {
	margin: 0 auto;
	max-width: 112rem;
}

.services__grid {
	display: grid;
	gap: 2rem;
}

.services__card {
	background: #ffffff;
	border-radius: 0.6rem;
	box-shadow: 0 0.3rem 1.4rem rgb(51 51 51 / 10%);
	overflow: hidden;
	padding: 	10px;
}

.services__image {
	aspect-ratio: 5 / 3;
	object-fit: cover;
	width: 100%;
}

.services__body {
	padding: 1.5rem;
}

.services__title {
	color: var(--top-color-blue);
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0 0 1rem;
}

.services__title--long {
	font-size: 1.8rem;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

.services__text {
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 0;
}

.services__price {
	margin: 1.5rem 0 0;
}

.services__price > span {
	background: var(--top-color-gold);
	border-radius: 0.3rem;
	color: #ffffff;
	display: table;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 0.5rem;
	padding: 0.5rem 0.8rem;
}

.services__price strong {
	font-family: "EB Garamond", serif;
	font-size: 5rem;
	letter-spacing: 0;
	line-height: 1;
}

.services__price small {
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	margin-left: 0.4rem;
}

.services__notice,
.services__notice02 {
	font-size: 1.4rem;
}

.services__notice {
	font-weight: 700;
	margin: 1rem 0 0;
}

.reviews {
	background:
		url("../img/top-renewal/reviews-decoration-right.webp") no-repeat right 0 top 13.3rem / 7.1rem 3.5rem,
		url("../img/top-renewal/decoration-d.webp") no-repeat left 0 top 5rem / 10.2rem 3rem,
		#ffffff;
	padding: 3.5rem 1.8rem 6rem;
}

.reviews__inner {
	margin: 0 auto;
	max-width: 108rem;
}

.reviews .section-heading__title {
	font-size: 1.8rem;
	white-space: nowrap;
}

.reviews__rating {
	margin: -1rem auto 3rem;
	max-width: 55rem;
	position: relative;
}

.reviews__rating img {
	width: 100%;
}

.reviews__rating p {
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	left: 50%;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 38%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.reviews__grid {
	display: grid;
	gap: 1.6rem;
}

.reviews__card {
	background: var(--top-color-blue);
	border-radius: 10px;
	color: #ffffff;
	min-height: 20rem;
	padding: 2rem;
}

.reviews__stars {
	color: #f0d050;
	font-family: sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0;
	margin: 0 0 1rem;
}

.reviews__text {
	font-size: 1.6rem;
	line-height: 2;
	margin: 0;
}

.reviews__author {
	font-size: 1.6rem;
	margin: 1rem 0 0;
	text-align: right;
}

.cases {
	background: #f9f9f9;
	padding: 6rem 1.8rem 6.5rem;
}

.cases__inner {
	margin: 0 auto;
	max-width: 112rem;
}

.cases__heading {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 5.7rem;
	text-align: center;
}

.cases__list {
	display: grid;
	gap: 5.5rem;
}

.cases__item {
	display: flex;
	flex-direction: column;
}

.cases__title {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.7;
	margin: 0 0 1rem;
}

.cases__comparison {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.cases__image {
	aspect-ratio: 5 / 3;
	border-radius: 0.6rem;
	max-width: 35rem;
	object-fit: cover;
	width: 100%;
}

.cases__arrow {
	border-left: 2.35rem solid transparent;
	border-right: 2.35rem solid transparent;
	border-top: 3rem solid #566b95;
	display: block;
	height: 0;
	margin: 0 auto;
	width: 0;
}

.area {
	background:
		url("../img/top-renewal/area-decoration-right.webp") no-repeat right 0.1rem top 9.9rem / 12.1rem 3.5rem,
		url("../img/top-renewal/area-decoration.webp") no-repeat left 0 top 0 / 8.3rem 4rem,
		#ffffff;
	margin-top: 2.5rem;
	padding: 3.5rem 1.8rem 9rem;
}

.area__inner {
	margin: 0 auto;
	max-width: 112rem;
}

.area__lead {
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 0 auto 2rem;
	max-width: 90rem;
	text-align: left;
}

.area__cities {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	justify-content: center;
	list-style: none;
	margin: 0 0 4rem;
	padding: 0;
}

.area__city {
	align-items: center;
	background: var(--top-color-gold);
	border-radius: 0.4rem;
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	flex: 0 0 8.1rem;
	font-size: 1.3rem;
	height: 3.6rem;
	justify-content: center;
	padding: 0;
	text-align: center;
	width: 8.1rem;
}

.area__map {
	border-radius: 0.6rem;
	height: 30rem;
	margin-bottom: 3rem;
	overflow: hidden;
}

.area__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.area__cemetery-heading {
	background: var(--top-color-blue);
	color: #ffffff;
	font-size: 1.8rem;
	margin: 0 -1.8rem 2rem;
	padding: 0.9rem 0;
	text-align: center;
}

.area__cemeteries {
	display: grid;
	gap: 3rem;
}

.area__cemetery-title {
	font-size: 1.6rem;
	margin: 0 0 0.8rem;
}

.area__cemetery-list {
	font-size: 1.4rem;
	line-height: 1.9;
	list-style: none;
	margin: 0;
	padding: 0;
}

.area__cemetery-list li::before {
	content: "・";
}

.area__cemetery-text-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.area__cemetery-link {
	-webkit-mask: url("../img/top-renewal/link-icon.svg") no-repeat center / contain;
	background-color: var(--top-color-blue);
	display: inline-flex;
	height: 1.4rem;
	margin-left: 0.8rem;
	mask: url("../img/top-renewal/link-icon.svg") no-repeat center / contain;
	padding: 0;
	vertical-align: middle;
	width: 1.4rem;
}

.flow {
	background: #ffffff;
	margin-top: 6rem;
	padding: 0 1.8rem 6rem;
}

.flow__inner {
	background: #EDEDE2;
	border-radius: 1rem;
	margin: 0 auto;
	max-width: 90rem;
	padding: 2rem 1.5rem 6rem;
}


.flow__list {
	display: grid;
	gap: 3rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.flow__item {
	align-items: center;
	background: var(--top-color-blue);
	border-radius: 0.6rem;
	color: #ffffff;
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	height: 25.7rem;
	min-height: 25.7rem;
	padding: 1rem 2rem 2.5rem;
	position: relative;
	text-align: center;
}

.flow__step {
	color: var(--top-color-gold);
	font-family: "EB Garamond", serif;
	font-size: 6rem;
	line-height: 0.9;
	margin: 0;
	text-align: center;
}

.flow__step span {
	display: block;
	font-size: 2.4rem;
}

.flow__content {
	transform: translateY(-2rem);
}

.flow__title {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 0.5rem;
}

.flow__text {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.75;
	margin: 0;
	text-align: left;
}

.flow__badge {
	align-items: center;
	background: var(--top-color-gold);
	bottom: 2.5rem;
	border-radius: 0.4rem;
	display: flex;
	font-size: 1.6rem;
	height: 2.8rem;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 1.5rem;
	top: auto;
	width: 5rem;
}

.faq {
	background:
		url("../img/top-renewal/faq-decoration-right.webp") no-repeat right 0 top 15.4rem / 12.1rem 5.3rem,
		url("../img/top-renewal/faq-decoration.webp") no-repeat left 0 top 4rem / 8.3rem 4.3rem,
		#f9f9f9;
	padding: 6rem 1.8rem;
}

.faq__inner {
	margin: 0 auto;
	max-width: 82rem;
}

.faq__item {
	border-bottom: 1px solid var(--top-color-gold);
	padding: 3rem 0;
}

.faq__item:first-child {
	border-top: 1px solid var(--top-color-gold);
}

.faq__question {
	align-items: flex-start;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	gap: 1rem;
	line-height: 1.5;
	margin: 0 0 1rem;
}

.faq__question span {
	align-items: center;
	background: var(--top-color-gold);
	border-radius: 50%;
	color: #ffffff;
	display: flex;
	flex: 0 0 3rem;
	font-family: "EB Garamond", serif;
	font-size: 1.9rem;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.faq__answer {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.75;
	margin: 0 0 0 3.2rem;
}

/* 320px前後の端末で固定幅・1行見出しが画面外へ出ないように調整 */
@media screen and (max-width: 359px) {
	.hero {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}

	.hero__title > .hero__title-line:nth-of-type(2) {
		display: inline-block;
		transform: scaleX(0.8);
		transform-origin: left center;
		width: 100%;
	}

	.hero__awards {
		gap: 0.6rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: none;
		width: 100%;
	}

	.hero__award {
		aspect-ratio: 96 / 90;
		height: auto;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
		width: 100%;
	}

	.hero__estimate {
		letter-spacing: -0.06em;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.hero__contact-row {
		gap: 0.6rem;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr);
	}

	.hero__line,
	.hero__phone {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.hero__line img,
	.hero__phone img {
		margin-right: 0.3rem;
	}

	.section-heading__english {
		letter-spacing: -0.03em;
	}

	.profile,
	.reasons,
	.contact-cta,
	.services,
	.reviews,
	.cases,
	.area,
	.flow,
	.faq {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.section-heading--profile .section-heading__title {
		transform: scaleX(0.86);
		transform-origin: left center;
	}

	.services .section-heading__title {
		transform: scaleX(0.84);
		transform-origin: left center;
	}

	.reviews .section-heading__title {
		transform: scaleX(0.91);
		transform-origin: left center;
	}

	.reasons__title--long {
		letter-spacing: -0.1em;
	}

	.services__title--long {
		transform: scaleX(0.86);
		transform-origin: left center;
	}

	.area__cemetery-heading {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

@media screen and (max-width: 591px) {
	.reasons__card:nth-child(3) .reasons__number {
		top: 1.4rem;
	}

	.reasons__card:nth-child(3) .reasons__title {
		letter-spacing: -0.05em;
		line-height: 1.6;
		padding-bottom: 1rem;
		white-space: nowrap;
	}
}

@media screen and (min-width: 592px) {
	.top-header__action {
		display: flex;
		min-width: 8rem;
	}

	.hero,
	.profile,
	.reasons,
	.services,
	.reviews,
	.cases,
	.area,
	.flow,
	.faq {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.reasons__grid,
	.services__grid,
	.reviews__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.services__card--wide {
		grid-column: 1 / -1;
	}

	.reviews__card:last-child {
		grid-column: 1 / -1;
	}

	.cases__comparison {
		gap: 1.5rem;
		grid-template-columns: 1fr 4rem 1fr;
	}

	.cases__arrow {
		border-bottom: 1.8rem solid transparent;
		border-left: 2.2rem solid #566b95;
		border-right: 0;
		border-top: 1.8rem solid transparent;
	}

	.area__cemeteries {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.top-header__actions {
		display: flex;
	}

	.top-header__menu-toggle,
	.top-header__drawer {
		display: none;
	}

	.contact-cta__message-break {
		display: none;
	}

	.contact-cta {
		padding-bottom: 8rem;
		padding-top: 8rem;
	}

	.faq {
		background-size: 9rem auto;
	}

	.faq__item {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}

	.faq__question {
		font-size: 1.8rem;
		line-height: 1.8;
	}

	.faq__answer {
		font-size: 1.5rem;
	}

	.flow {
		padding-top: 12rem;
	}

	.top-header {
		position: sticky;
		top: 0;
	}

	.top-header__inner {
		height: 7.6rem;
	}

	.top-header__logo {
		padding-left: 2.4rem;
		width: 17rem;
	}

	.hero {
		background: #ffffff;
		margin-bottom: 0;
		padding-bottom: 8rem;
		padding-top: 6rem;
	}

	.hero::before,
	.hero::after {
		content: "";
		pointer-events: none;
		position: absolute;
		z-index: 0;
	}

	.hero::before {
		background: url("../img/top-renewal/decoration-lines.webp") no-repeat center / contain;
		height: 12.6rem;
		left: 0;
		top: 0;
		width: 24.6rem;
	}

	.hero::after {
		background: url("../img/top-renewal/hero-decoration-right.webp") no-repeat center / contain;
		bottom: 3.2rem;
		height: 14.9rem;
		right: 0;
		width: 28.4rem;
	}

	.hero__inner {
		align-items: center;
		display: grid;
		gap: 4rem;
		grid-template-columns: 1fr 0.95fr;
		position: relative;
		z-index: 1;
	}

	.hero__visual {
		aspect-ratio: auto;
		margin: 0;
		max-width: none;
		overflow: visible;
	}

	.hero__image {
		height: auto;
	}

	.hero__picture {
		height: auto;
	}

	.hero__line,
	.hero__phone {
		border-radius: 0;
	}

	.hero__estimate {
		border-radius: 0;
		letter-spacing: normal;
		white-space: normal;
		width: 100%;
	}

	.hero__contact-row {
		grid-template-columns: 1fr 1.45fr;
		justify-content: stretch;
	}

	.hero__title {
		font-size: clamp(3rem, 4vw, 4.8rem);
	}

	.section-heading--profile .section-heading__title {
		letter-spacing: normal;
		white-space: normal;
	}

	.services .section-heading__title {
		letter-spacing: normal;
		white-space: normal;
	}

	.hero__awards {
		margin-left: 0;
	}

	.hero__contact {
		margin-left: 0;
	}

	.profile__layout {
		align-items: flex-start;
		flex-direction: row;
		gap: 5rem;
	}

	.services {
		background:
			url("../img/top-renewal/decoration-c.webp") no-repeat right 5rem / 10rem auto,
			#ffffff;
		padding-bottom: 9rem;
	}

	.services__title--long {
		font-size: 1.8rem;
		letter-spacing: normal;
		white-space: normal;
	}

	.services__price small {
		font-size: 2rem;
	}

	.services__price > span {
		border-radius: 0;
		font-size: 1.8rem;
	}

	.reviews {
		background:
			url("../img/top-renewal/reviews-decoration-right.webp") no-repeat right 0 top 14.9rem / 14.7rem 7.1rem,
			url("../img/top-renewal/decoration-d.webp") no-repeat left 0 top 5rem / 21.4rem 6.3rem,
			#ffffff;
		padding-bottom: 9rem;
		padding-top: 9rem;
	}

	.reviews__rating p {
		font-size: 2.8rem;
	}

	.cases {
		padding-top: 8.5rem;
	}

	.profile {
		background:
			url("../img/top-renewal/decoration-a.webp") no-repeat right 4rem / 11rem auto,
			#ffffff;
		padding-top: 7rem;
	}

	.profile__visual {
		flex: 0 0 34%;
		max-width: 34rem;
		width: auto;
	}

	.profile__content {
		flex: 1;
	}

	.profile__footer {
		align-items: flex-start;
		flex-direction: row;
		gap: 1.5rem;
		margin-top: 2.2rem;
	}

	.profile__name {
		margin-bottom: 0;
	}

	.profile__certificate {
		display: block;
		font-size: 1.4rem;
		height: auto;
		margin-left: 0;
		margin-right: 0;
		padding: 0.6rem;
		width: 20rem;
	}

	.profile__certificate > span {
		line-height: normal;
	}

	.profile__certificate-space {
		border-radius: 0;
		height: auto;
		width: 100%;
	}

	.reasons__grid {
		gap: 3rem;
	}

	.reasons__number {
		height: 2.8rem;
		line-height: 2.8rem;
		top: 0.8rem;
		width: 2.8rem;
	}

	.reasons__title {
		display: block;
		height: auto;
		padding: 4.2rem 1rem 1.4rem;
	}

	.reasons__title--long {
		letter-spacing: normal;
		white-space: normal;
	}

	.services__grid {
		gap: 3rem;
	}

	.reviews__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.reviews__card:last-child {
		grid-column: auto;
	}

	.area__cemeteries {
		grid-template-columns: repeat(3, 1fr);
	}

	.area {
		background:
			url("../img/top-renewal/area-decoration-right.webp") no-repeat right 0 top 14.1rem / 21.4rem 6.3rem,
			url("../img/top-renewal/area-decoration.webp") no-repeat left 0 top 0 / 14.6rem 7rem,
			#ffffff;
		padding-top: 9rem;
	}

	.area__lead {
		line-height: 2;
		text-align: center;
	}

	.area__city {
		flex-basis: auto;
	}

	.area__cemetery-heading {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.flow__inner {
		padding: 5rem 8rem;
	}

	.flow__item {
		grid-template-columns: 8rem 1fr;
		height: auto;
		min-height: 14rem;
		padding: 2rem 3rem;
		text-align: left;
	}

	.flow__text {
		font-weight: 500;
	}

	.flow__content {
		transform: none;
	}

	.flow__badge {
		bottom: auto;
		font-size: 0.9rem;
		right: 0.8rem;
		top: 0.8rem;
	}

	.flow__step {
		font-size: 4rem;
	}
}

@media screen and (min-width: 769px) {
	.renewal-top {
		padding-top: 8.1rem;
	}
}

@media screen and (min-width: 1024px) {
	.top-header__inner {
		align-items: center;
		height: 7.5rem;
		margin: 0 auto;
		max-width: none;
		padding: 0 2.6rem 0 4rem;
	}

	.top-header__logo {
		flex: 0 0 27rem;
		padding: 0;
		width: 27rem;
	}

	.top-header__logo img {
		width: 18.5rem;
	}

	.top-header__nav {
		align-items: center;
		display: flex;
		flex: 1 1 auto;
		gap: clamp(1.4rem, 1.6vw, 2.6rem);
		justify-content: flex-end;
		margin-left: auto;
		padding: 0 1.6rem 0 0;
	}

	.top-header__nav-link {
		font-size: 1.5rem;
		white-space: nowrap;
	}

	.top-header__actions {
		align-items: center;
		flex: 0 0 auto;
		gap: 1.6rem;
		height: 100%;
	}

	.top-header__action {
		border-radius: 0.3rem;
		flex: 0 0 12.5rem;
		font-size: 1.5rem;
		height: 6.5rem;
		min-width: 12.5rem;
		padding: 0.4rem 0.8rem;
		width: 12.5rem;
	}

	.hero {
		padding-bottom: 4rem;
		padding-left: 0;
		padding-right: 0;
		padding-top: 7.1rem;
	}

	.hero__inner {
		gap: 0;
		grid-template-columns: minmax(0, 1fr) min(42vw, 56rem);
		margin-left: auto;
		margin-right: auto;
		max-width: 144rem;
		padding-left: 6.7rem;
		padding-right: 6.7rem;
		width: 100%;
	}

	.hero__content {
		padding-left: 0;
	}

	.hero__visual {
		justify-self: end;
		width: 100%;
	}

	.hero__title {
		font-size: 4.8rem;
		letter-spacing: 0.04em;
		line-height: 1.55;
	}

	.hero__awards {
		gap: 2.5rem;
		grid-template-columns: repeat(3, 16rem);
		margin-bottom: 2.8rem;
		margin-top: 2.4rem;
		max-width: none;
		width: fit-content;
	}

	.hero__award {
		aspect-ratio: auto;
		height: 15rem;
		width: 16rem;
	}

	.hero__award-label {
		font-size: 1.3rem;
	}

	.hero__award-number {
		font-size: 5rem;
	}

	.hero__award-unit,
	.hero__award-number small {
		font-size: 2rem;
	}

	.hero__contact {
		max-width: 53.5rem;
	}

	.hero__estimate {
		font-size: 2.6rem;
		padding-bottom: 1.2rem;
		padding-top: 1.2rem;
	}

	.hero__contact-row {
		gap: 2.5rem;
		grid-template-columns: 19.6rem 31.4rem;
		margin-top: 1.1rem;
	}

	.hero__phone {
		font-size: 3rem;
		height: 7rem;
		line-height: 1;
		min-height: 7rem;
		width: 31.4rem;
	}

	.hero__line {
		font-size: 1.6rem;
		height: 7rem;
		min-height: 7rem;
		width: 19.6rem;
	}

	.hero__phone img {
		height: 3.6rem;
		margin-right: 1rem;
		max-height: 3.6rem;
		width: 3.6rem;
	}

	.hero__line img {
		height: 3.3rem;
		margin-right: 0.8rem;
		max-height: 3.3rem;
		width: 3.5rem;
	}

	.hero__phone small {
		font-size: 1.4rem;
		line-height: 1.2;
		margin-top: 0.3rem;
		text-align: center;
	}

	.profile {
		background:
			url("../img/top-renewal/decoration-a.webp") no-repeat right 25rem / 27.6rem 17.9rem,
			#ffffff;
		padding-bottom: 10rem;
		padding-left: 3rem;
		padding-right: 3rem;
		padding-top: 8rem;
	}

	.reasons {
		background:
			url("../img/top-renewal/decoration-b.webp") no-repeat left 8rem / 27.4rem 18.7rem,
			#ffffff;
		padding-left: 1rem;
		padding-right: 1rem;
		padding-bottom: 17rem;
		padding-top: 10rem;
	}

	.reasons__inner {
		max-width: 98.7rem;
	}

	.reasons__grid {
		column-gap: 4.7rem;
		grid-template-columns: repeat(2, 47rem);
		justify-content: center;
		row-gap: 4.1rem;
	}

	.reasons__card {
		height: 27.8rem;
		width: 47rem;
	}

	.services,
	.reviews,
	.cases,
	.area {
		padding-bottom: 14rem;
		padding-top: 14rem;
	}

	.services {
		padding-bottom: 6.4rem;
	}

	.reviews {
		padding-top: 6.4rem;
	}

	.cases {
		padding-bottom: 7.3rem;
	}

	.flow,
	.faq {
		padding-bottom: 15rem;
		padding-top: 15rem;
	}

	.faq {
		background:
			url("../img/top-renewal/faq-decoration-right.webp") no-repeat right 0 top 25.3rem / 21.5rem 6.6rem,
			url("../img/top-renewal/faq-decoration.webp") no-repeat left 0 top 4rem / 14.6rem 7.4rem,
			#f9f9f9;
	}

	.flow {
		margin-top: 10.3rem;
		padding-bottom: 12.8rem;
	}

	.section-heading {
		margin-bottom: 6rem;
	}

	.section-heading__english {
		font-size: 10rem;
	}

	.section-heading__title {
		font-size: 4rem;
	}

	.profile__layout {
		gap: 8rem;
	}

	.profile__visual {
		flex-basis: 40rem;
		max-width: 40rem;
	}

	.profile__message p {
		font-size: 1.6rem;
	}

	.profile__name span {
		font-size: 1.4rem;
	}

	.profile__name strong {
		font-size: 2.4rem;
	}

	.profile__name small {
		font-size: 1.6rem;
	}

	.profile__certificate {
		display: flex;
		flex: 0 0 20rem;
		flex-direction: column;
		font-size: 1.4rem;
		height: auto;
		padding: 0.8rem 1.6rem 1.4rem;
		width: 20rem;
	}

	.profile__certificate > span {
		display: block;
		line-height: 2.4rem;
	}

	.profile__certificate-space {
		flex: 0 0 auto;
		height: auto;
		width: 100%;
	}

	.reasons__title {
		font-size: 2.4rem;
	}

	.reasons__text {
		font-size: 1.4rem;
		min-height: 0;
	}

	.contact-cta {
		padding-bottom: 15rem;
		padding-top: 15rem;
	}

	.contact-cta__inner {
		max-width: 112rem;
	}

	.contact-cta__message {
		font-size: clamp(3rem, 3vw, 4rem);
		white-space: nowrap;
	}

	.contact-cta__estimate {
		font-size: 3rem;
		max-width: 53.5rem;
	}

	.contact-cta__note {
		font-size: 1.6rem;
	}

	.contact-cta__actions {
		gap: 2.5rem;
		grid-template-columns: 19.6rem 31.4rem;
		justify-content: center;
		max-width: 53.5rem;
	}

	.contact-cta__line {
		font-size: 1.6rem;
		height: 7rem;
		min-height: 7rem;
		width: 19.6rem;
	}

	.contact-cta__phone {
		font-size: 3rem;
		height: 7rem;
		line-height: 1;
		min-height: 7rem;
		width: 31.4rem;
	}

	.contact-cta__line img {
		height: 3.3rem;
		margin-right: 0.8rem;
		max-height: 3.3rem;
		width: 3.5rem;
	}

	.contact-cta__phone img {
		height: 3.6rem;
		margin-right: 1rem;
		max-height: 3.6rem;
		width: 3.6rem;
	}

	.contact-cta__phone small {
		font-size: 1.4rem;
		line-height: 1.2;
		margin-top: 0.3rem;
		text-align: center;
	}

	.services__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.services__card--wide {
		grid-column: 1 / -1;
		padding: 3rem 3.2rem 3.7rem;
	}

	.services__card:not(.services__card--wide) {
		padding: 2.4rem 2.4rem 1.7rem;
	}

	.services__card--wide .services__image {
		aspect-ratio: 2.6 / 1;
	}

	.services__body {
		padding-top: 2.8rem;
	}

	.services__title {
		font-size: 3rem;
	}

	.services__text {
		font-size: 1.6rem;
	}

	.reviews .section-heading__title {
		font-size: 4rem;
		white-space: normal;
	}

	.reviews .section-heading {
		margin-bottom: 2.5rem;
	}

	.reviews__rating {
		height: 9.5rem;
		margin-bottom: 5.3rem;
		margin-top: 0;
		max-width: none;
		width: 68.1rem;
	}

	.reviews__rating img {
		height: 9.5rem;
		width: 68.1rem;
	}

	.reviews__card {
		background: #3f678e;
		border: 1px solid #6573a3;
		min-height: 22rem;
		padding: 3rem 3rem 3.7rem;
	}

	.reviews__grid {
		gap: 3rem;
	}

	.reviews__stars {
		font-size: 2rem;
	}

	.reviews__text {
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 1.7;
	}

	.cases__list {
		gap: 7rem;
	}

	.cases__comparison {
		column-gap: 4rem;
		grid-template-columns: minmax(0, 50rem) 4rem minmax(0, 50rem);
		justify-content: start;
		order: 1;
	}

	.cases__arrow {
		border-bottom-width: 3.1rem;
		border-left-width: 4rem;
		border-top-width: 3.1rem;
	}

	.cases__image {
		height: auto;
		max-width: 50rem;
		width: 100%;
	}

	.cases__heading {
		font-size: 3.5rem;
		margin-bottom: 6rem;
	}

	.cases__title {
		font-size: 2rem;
		line-height: 1.7;
		margin: 1rem 0 0;
		order: 2;
	}

	.area .section-heading__english {
		font-size: 10rem;
	}

	.area .section-heading {
		margin-bottom: 3.5rem;
	}

	.area {
		margin-top: 9.3rem;
	}

	.area__lead {
		font-size: 1.6rem;
		margin-left: 0;
		margin-right: 0;
		max-width: none;
		white-space: nowrap;
	}

	.area__city {
		align-items: center;
		background: #bea75a;
		border-radius: 0.4rem;
		display: flex;
		font-size: 1.4rem;
		height: 3.7rem;
		justify-content: center;
		padding: 0;
		width: 7rem;
	}

	.area__cities {
		gap: 1.2rem;
	}

	.area__map {
		height: 34rem;
		margin-bottom: 7rem;
	}

	.area__cemetery-heading {
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1.5;
	}

	.area__cemetery-list {
		font-size: 1.4rem;
	}

	.flow__inner {
		padding: 8rem 10rem;
	}

	.flow__list {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 65rem;
	}

	.flow__item {
		background: #3F678E;
		border-radius: 1rem;
		height: 14.4rem;
		min-height: 14.4rem;
		width: 65rem;
	}

	.flow__title {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.5;
	}

	.flow__step {
		font-size: 6rem;
	}

	.flow__step span {
		font-size: 2.4rem;
	}

	.flow__badge {
		font-size: 1.9rem;
		font-weight: 700;
		height: 3.1rem;
		width: 5.9rem;
	}

	.faq__item {
		padding: 3.5rem 0;
	}

	.faq__question {
		font-size: 1.8rem;
	}

	.faq__answer {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.hero--without-visual .hero__content {
		align-items: center;
		column-gap: clamp(4rem, 6vw, 10rem);
		display: grid;
		grid-template-areas:
			"title contact"
			"awards contact";
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
		max-width: 120rem;
	}

	.hero--without-visual .hero__title {
		grid-area: title;
		text-align: left;
	}

	.hero--without-visual .hero__awards {
		grid-area: awards;
	}

	.hero--without-visual .hero__contact {
		align-self: center;
		grid-area: contact;
		margin: 0;
		max-width: none;
		width: 100%;
	}

	.hero--without-visual .hero__contact-row {
		gap: 1.5rem;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
	}

	.hero--without-visual .hero__line,
	.hero--without-visual .hero__phone {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.hero--without-visual .hero__title {
		font-size: 3.6rem;
	}

	.hero--without-visual .hero__awards {
		gap: 1.5rem;
		grid-template-columns: repeat(3, 12.5rem);
	}

	.hero--without-visual .hero__award {
		height: 11.8rem;
		width: 12.5rem;
	}

	.hero--without-visual .hero__award-number {
		font-size: 4rem;
	}

	.hero--without-visual .hero__award-unit,
	.hero--without-visual .hero__award-number small {
		font-size: 1.6rem;
	}

	.hero--without-visual .hero__estimate {
		font-size: 1.8rem;
	}

	.hero--without-visual .hero__line,
	.hero--without-visual .hero__phone {
		height: 6rem;
		min-height: 6rem;
	}

	.hero--without-visual .hero__line {
		font-size: 1.4rem;
	}

	.hero--without-visual .hero__phone {
		font-size: 2.4rem;
	}

	.hero--without-visual .hero__line img,
	.hero--without-visual .hero__phone img {
		height: 2.8rem;
		max-height: 2.8rem;
		width: 2.8rem;
	}
}

@media screen and (min-width: 1280px) {
	.top-header__nav {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.hero__inner {
		grid-template-columns: minmax(0, 1fr) 56rem;
	}

	.hero__visual {
		width: 56rem;
	}

	.hero--without-visual .hero__content {
		align-items: center;
		column-gap: 10rem;
		display: grid;
		grid-template-areas:
			"title contact"
			"awards contact";
		grid-template-columns: 60rem 50rem;
		max-width: 120rem;
	}

	.hero--without-visual .hero__title {
		grid-area: title;
		text-align: left;
	}

	.hero--without-visual .hero__awards {
		grid-area: awards;
	}

	.hero--without-visual .hero__contact {
		align-self: center;
		grid-area: contact;
		margin: 0;
		max-width: none;
		width: 100%;
	}

	.hero--without-visual .hero__contact-row {
		gap: 1.5rem;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
	}

	.hero--without-visual .hero__line,
	.hero--without-visual .hero__phone {
		width: 100%;
	}

	.reasons__grid {
		grid-template-columns: repeat(2, 47rem);
	}
}
