:root {
	--home-gold: #c9a941;
	--home-navy: #001858;
	--home-ink: #191919;
	--home-dark: #2c2c2c;
	--home-paper: #fff;
	--home-muted: #6b6b6b;
	--home-border: #d8d8d8;
}

.faterise-home {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background: var(--home-paper);
	color: var(--home-ink);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

body:has(.faterise-home) {
	overflow-x: hidden;
}

.faterise-home *,
.faterise-home *::before,
.faterise-home *::after {
	box-sizing: border-box;
}

.faterise-home img {
	display: block;
	max-width: 100%;
}

.faterise-home p,
.faterise-home h1,
.faterise-home h2,
.faterise-home h3,
.faterise-home figure {
	padding: 0;
	margin: 0;
}

.home-container {
	width: min(83%, 1195px);
	margin-inline: auto;
}

.home-section {
	padding-block: clamp(90px, 9vw, 150px);
	background: #fff;
}

.home-dark-section {
	position: relative;
	padding-block: clamp(90px, 8vw, 130px);
	background: var(--home-dark);
	color: #fff;
}

.home-heading {
	max-width: 1107px;
	margin-bottom: clamp(55px, 6vw, 92px);
}

.home-heading__en {
	position: relative;
	width: max-content;
	margin-bottom: 0 !important;
	color: var(--home-gold);
	font-family: "Noto Serif Tamil", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 24px;
}

.home-services .home-heading__en {
	left: 93px;
}

.home-owner-reviews .home-heading__en {
	left: 393px;
}

.home-customer-reviews .home-heading__en {
	left: 403px;
}

.home-faq .home-heading__en {
	left: 363px;
}

.home-feature-row:not(.home-feature-row--reverse) .home-heading__en {
	left: 223px;
}

.home-feature-row--reverse .home-heading__en {
	left: 369px;
}

.faterise-home .home-heading__ja {
	position: relative;
	padding-left: 33px !important;
	color: #000;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 9.6px;
	line-height: 48px;
}

.home-heading__ja::before {
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 23px;
	height: 4px;
	background: var(--home-gold);
	content: "";
}

.home-heading__lead {
	max-width: 1107px;
	margin-top: clamp(28px, 3vw, 42px) !important;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 27.2px;
}

.faterise-home .home-heading--light .home-heading__ja,
.home-heading--light + p {
	color: #fff;
}

.home-heading--compact {
	margin-bottom: 36px;
}

.home-heading--compact .home-heading__ja {
	font-size: 48px;
}

.home-heading--center {
	margin-inline: auto;
	text-align: center;
}

.home-heading--center .home-heading__ja {
	display: inline-block;
}

.home-button {
	position: relative;
	display: inline-flex;
	min-width: 252px;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 26px;
	overflow: hidden;
	border: 2px solid var(--home-gold);
	border-radius: 4px;
	background: var(--home-gold);
	box-shadow: 0 8px 18px rgb(120 91 10 / 10%);
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	isolation: isolate;
	letter-spacing: normal;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	transition: color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.home-button::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: #fff;
	content: "";
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-button span,
.home-button i {
	position: relative;
	z-index: 1;
}

.home-button i {
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	transition: color 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-button:hover,
.home-button:focus-visible {
	box-shadow: 0 12px 24px rgb(120 91 10 / 18%);
	color: #000 !important;
	transform: translateY(-3px);
}

.home-button:hover::before,
.home-button:focus-visible::before {
	transform: scaleX(1);
	transform-origin: left center;
}

.home-button:hover i,
.home-button:focus-visible i {
	color: #000;
	transform: translateX(4px);
}

.home-button:active {
	box-shadow: 0 5px 12px rgb(120 91 10 / 12%);
	transform: translateY(0) scale(0.985);
}

.home-button:focus-visible {
	outline: 3px solid var(--home-gold);
	outline-offset: 4px;
}

.home-button--dark {
	display: flex;
	width: fit-content;
	margin: 70px auto 0;
	color: #fff !important;
}

/* Hero */
.home-hero {
	position: relative;
	height: max(680px, 100vh);
	min-height: 680px;
	overflow: hidden;
	background: #0f0f0f;
}

.home-hero__slides,
.home-hero__shade {
	position: absolute;
	inset: 0;
}

.home-hero__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.05);
	transition: opacity 1.35s ease;
}

.home-hero__slide.is-active {
	z-index: 1;
	opacity: 1;
	animation: home-hero-zoom 7s linear both;
}

.home-hero__shade {
	z-index: 2;
	background: linear-gradient(90deg, rgb(0 0 0 / 18%), rgb(0 0 0 / 3%) 55%, rgb(0 0 0 / 16%));
}

.home-hero__copy {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	display: block;
	width: min(77vw, 1110px);
	transform: translate(-50%, -42%);
}

.home-hero__copy img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 2px 5px rgb(0 0 0 / 24%));
}

@keyframes home-hero-zoom {
	from {
		transform: scale(1.05);
	}
	to {
		transform: scale(1.13);
	}
}

/* Services */
.home-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 65px 32px;
}

.home-service-card {
	display: block;
	min-width: 0;
	color: inherit;
	text-decoration: none;
}

.home-service-card:focus-visible {
	outline: 4px solid var(--home-gold);
	outline-offset: 5px;
}

.home-service-card__media {
	position: relative;
	aspect-ratio: 11 / 9;
	overflow: hidden;
	background: #111;
}

.home-service-card__media::after {
	position: absolute;
	inset: 18px;
	z-index: 2;
	border: 1px solid rgb(255 255 255 / 48%);
	content: "";
	pointer-events: none;
}

.home-service-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s ease;
}

.home-service-card:hover .home-service-card__media img {
	transform: scale(1.035);
}

.home-service-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / 48%), rgb(0 8 35 / 56%));
}

.home-service-card__copy {
	position: absolute;
	z-index: 3;
	top: 58%;
	right: 40px;
	left: 40px;
	color: #fff;
	transform: translateY(-50%);
}

.home-service-card--copy-bottom .home-service-card__copy {
	top: 58%;
	bottom: auto;
}

.home-service-card__title {
	margin-bottom: 4px !important;
	color: #fff;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: 32px;
}

.home-service-card__description {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1.6px;
	line-height: 27.2px;
}

/* About */
.home-about {
	padding: 150px 0 0;
	border-radius: 50px 50px 0 0;
}

.home-split {
	display: grid;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.75fr);
	align-items: center;
	gap: clamp(40px, 6vw, 90px);
}

.home-about .home-split {
	width: min(86.5%, 1246px);
	min-height: 700px;
	grid-template-columns: 21% 71%;
	align-items: stretch;
	justify-content: center;
	gap: 4.27%;
}

.home-split__content {
	position: relative;
	z-index: 1;
}

.home-about .home-split__content {
	height: 700px;
}

.home-about .home-heading {
	height: 72px;
	margin-bottom: 52px;
}

.home-about .home-heading__en {
	position: relative;
	left: 90px;
	width: max-content;
	margin: 0 !important;
}

.faterise-home .home-about .home-heading__ja {
	padding-left: 30px !important;
}

.home-split__content > p {
	margin-bottom: 27px !important;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1.6px;
	line-height: 27.2px;
}

.home-feature-row__content > p {
	margin-bottom: 25px !important;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 27.2px;
}

.home-split__content .home-button {
	display: flex;
	width: 100%;
	min-height: 62px;
	padding: 20px 0;
	border-width: 3px;
	margin-top: 0;
	background: transparent;
	box-shadow: none;
}

.home-split__content .home-button i {
	color: var(--home-gold);
	font-size: 16px;
}

.home-split__media {
	min-height: 700px;
}

.home-split__media img {
	width: 100%;
	height: 100%;
	min-height: 700px;
	object-fit: cover;
}

/* Company */
.home-company-section {
	padding-block: 150px;
	background: var(--home-dark);
}

.home-company {
	position: relative;
	display: grid;
	width: min(86.5%, 1246px);
	min-height: 585px;
	place-items: center;
	overflow: hidden;
	border-radius: 10px;
	margin-inline: auto;
	background: var(--home-dark);
	color: #fff;
}

.home-company__background,
.home-company__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-company__background {
	object-fit: cover;
}

.home-company__shade {
	background: rgb(0 0 0 / 50%);
}

.home-company__content {
	position: relative;
	z-index: 1;
	top: -5px;
	width: min(90%, 610px);
	text-align: left;
}

.home-company__content .home-heading {
	position: relative;
	height: 48px;
	margin-bottom: 50px;
}

.home-company__content > p {
	margin-bottom: 0 !important;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 27.2px;
}

.home-company .home-heading__en {
	position: absolute;
	top: -17px;
	left: 134px;
	width: max-content;
	margin: 0 !important;
}

.faterise-home .home-company .home-heading__ja {
	display: block;
	width: max-content;
	padding-left: 30px !important;
}

.home-company .home-button {
	display: flex;
	width: 280px;
	min-height: 62px;
	padding: 20px 0;
	border-width: 3px;
	margin: 87px auto 0;
	background: transparent;
	box-shadow: none;
}

.home-company .home-button i {
	color: var(--home-gold);
	font-size: 16px;
}

/* Owner reviews */
.home-owner-reviews {
	padding-bottom: 90px;
}

.home-owner-reviews__list {
	display: grid;
	gap: 34px;
}

.home-owner-review {
	display: grid;
	grid-template-columns: 235px minmax(0, 1fr);
	align-items: center;
	gap: clamp(35px, 6vw, 90px);
	width: min(100%, 1030px);
	padding: 44px 55px;
	border: 1px solid var(--home-border);
	margin-right: auto;
	background: #fff;
	box-shadow: 0 16px 38px rgb(0 0 0 / 4%);
}

.home-owner-review--reverse {
	grid-template-columns: minmax(0, 1fr) 235px;
	margin-right: 0;
	margin-left: auto;
}

.home-owner-review--reverse .home-owner-review__portrait {
	grid-column: 2;
	grid-row: 1;
}

.home-owner-review--reverse .home-owner-review__content {
	grid-column: 1;
	grid-row: 1;
}

.home-owner-review__portrait {
	display: grid;
	aspect-ratio: 1;
	place-items: center;
	border-radius: 50%;
	background: #f6f6f6;
}

.home-owner-review__portrait img {
	width: 78%;
	height: 78%;
	object-fit: contain;
}

.home-owner-review__content h3 {
	margin-bottom: 18px !important;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 27.2px;
}

.home-owner-review__content > p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 27.2px;
}

.home-owner-review__author {
	margin-top: 22px !important;
	color: #000 !important;
	text-align: left;
}

/* Customer reviews */
.home-customer-reviews {
	padding-top: 70px;
	overflow: hidden;
}

.home-review-slider {
	position: relative;
}

.home-review-slider__track {
	display: flex;
	gap: 28px;
	padding: 10px max(8.5vw, calc((100vw - 1195px) / 2)) 30px;
	overflow-x: auto;
	cursor: grab;
	overscroll-behavior-x: contain;
	scroll-behavior: smooth;
	scroll-padding-inline: max(8.5vw, calc((100vw - 1195px) / 2));
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	touch-action: pan-y pinch-zoom;
}

.home-review-slider__track.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
	scroll-snap-type: none;
	user-select: none;
}

.home-review-slider__track::-webkit-scrollbar {
	display: none;
}

.home-customer-review {
	display: grid;
	width: min(68vw, 820px);
	min-width: min(68vw, 820px);
	min-height: 340px;
	grid-template-columns: 250px minmax(0, 1fr);
	align-items: center;
	gap: 40px;
	padding: 42px 48px;
	border: 1px solid #bbb;
	background: #fff;
	scroll-snap-align: start;
}

.home-customer-review > img {
	width: 220px;
	height: 220px;
	object-fit: contain;
}

.home-customer-review__index {
	margin-bottom: 8px !important;
	color: var(--home-gold);
	font-family: Georgia, serif;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.home-customer-review h3 {
	margin-bottom: 18px !important;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 27.2px;
}

.home-customer-review__content > p:last-child {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 27.2px;
}

.home-review-slider__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.home-review-slider__controls p {
	min-width: 60px;
	color: #555;
	font-family: Georgia, serif;
	font-size: 16px;
	text-align: center;
}

.home-review-slider__hint {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 14px !important;
	color: #777;
	font-size: 11px;
	letter-spacing: 0.18em;
}

.home-review-slider__hint i {
	position: relative;
	width: 70px;
	height: 1px;
	background: #ddd;
}

.home-review-slider__hint i::after {
	position: absolute;
	top: -2px;
	left: 0;
	width: 18px;
	height: 5px;
	background: var(--home-gold);
	content: "";
	animation: home-review-hint 2s ease-in-out infinite alternate;
}

/* FAQ */
.home-faq {
	border-radius: 28px 28px 0 0;
}

.home-faq__box {
	padding: clamp(30px, 5vw, 75px);
	border: 1px solid rgb(255 255 255 / 35%);
	margin-bottom: 55px;
}

.home-faq .home-button {
	display: flex;
	width: fit-content;
	margin-left: auto;
}

.home-faq__item {
	border-bottom: 1px solid rgb(255 255 255 / 18%);
}

.home-faq__item summary {
	--home-faq-icon-right: 9px;

	position: relative;
	padding: 25px 74px 25px 8px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 27.2px;
	list-style: none;
}

.home-faq__item summary::-webkit-details-marker {
	display: none;
}

.home-faq__item summary::after {
	position: absolute;
	top: 50%;
	right: var(--home-faq-icon-right);
	width: 50px;
	height: 50px;
	background: #fff;
	clip-path: polygon(50% 0, 100% 52.62%, 50% 100%, 0 52.62%);
	content: "";
	transform: translateY(-50%);
}

.home-faq__item summary::before {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: calc(var(--home-faq-icon-right) + 18px);
	width: 14px;
	height: 9px;
	background: var(--home-gold);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	transform: translateY(-50%);
	transition: transform 0.2s ease;
}

.home-faq__item[open] summary::before {
	transform: translateY(-50%) rotate(180deg);
}

.home-faq__item summary:focus-visible {
	outline: 2px solid var(--home-gold);
	outline-offset: -2px;
}

.home-faq__answer {
	padding: 5px 80px 27px 8px;
}

.home-faq__answer p,
.home-faq__answer li {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.6px;
	line-height: 27.2px;
}

.home-feature-row--reverse .home-heading__ja {
	letter-spacing: 4.8px;
}

.home-careers-title {
	word-break: keep-all;
	overflow-wrap: normal;
}

.home-careers-title span {
	white-space: nowrap;
}

.home-faq__answer p + p,
.home-faq__answer p + ul {
	margin-top: 12px;
}

.home-faq__answer ul {
	padding-left: 1.3em;
	margin-bottom: 0;
}

/* Contact / recruit */
.home-contact-recruit {
	padding-top: 60px;
}

.home-contact-recruit .home-container {
	width: min(93%, 1900px);
}

.home-feature-row {
	position: relative;
	display: grid;
	min-height: 450px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}

.home-feature-row + .home-feature-row {
	margin-top: 120px;
}

.home-feature-row::after {
	display: none;
}

.home-feature-row__media {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	width: 100%;
	height: 100%;
	min-height: 450px;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	margin: 0;
	background: #2c2c2c;
}

.home-feature-row__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-feature-row__content {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	width: 100%;
	box-sizing: border-box;
	align-self: center;
	padding: 54px clamp(38px, 4vw, 75px);
}

.home-feature-row--reverse {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-feature-row--reverse .home-feature-row__content {
	grid-column: 2;
	width: 100%;
	justify-self: stretch;
}

.home-feature-row--reverse .home-feature-row__media {
	grid-column: 1;
}

.home-feature-row__content .home-heading {
	margin-bottom: 42px;
}

.home-feature-row__content .home-button {
	display: flex;
	width: min(100%, 256px);
	min-height: 62px;
	border-width: 3px;
	margin-top: 38px;
	background: transparent;
	box-shadow: none;
}

.home-floating-recruit {
	position: fixed;
	z-index: 9998;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 160px;
	height: auto;
	line-height: 0;
	text-decoration: none;
	filter: drop-shadow(0 8px 16px rgb(0 0 0 / 18%));
	transition: transform 0.25s ease;
}

.home-floating-recruit:hover,
.home-floating-recruit:focus-visible {
	transform: translateX(-6px);
}

.home-floating-recruit:focus-visible {
	outline: 3px solid var(--home-gold);
	outline-offset: 3px;
}

.home-floating-recruit img {
	width: 100%;
	height: auto;
}

/* Reveal */
.faterise-home.has-reveal [data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.faterise-home.has-reveal [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1024px) {
	.home-container {
		width: min(88%, 900px);
	}

	.home-section,
	.home-dark-section {
		padding-block: 90px;
	}

	.home-heading {
		margin-bottom: 60px;
	}

	.home-heading__ja {
		font-size: clamp(42px, 7vw, 62px);
	}

	.home-services__grid {
		gap: 48px 24px;
	}

	.home-service-card__media {
		aspect-ratio: 5 / 6;
	}

	.home-service-card__title {
		font-size: 32px;
	}

	.home-split {
		grid-template-columns: 0.8fr 1.2fr;
		gap: 45px;
	}

	.home-split__media,
	.home-split__media img {
		min-height: 510px;
	}

	.home-owner-review {
		grid-template-columns: 190px minmax(0, 1fr);
		gap: 38px;
		padding: 38px 42px;
	}

	.home-owner-review--reverse {
		grid-template-columns: minmax(0, 1fr) 190px;
	}

	.home-customer-review {
		width: 78vw;
		min-width: 78vw;
		grid-template-columns: 190px minmax(0, 1fr);
		gap: 30px;
		padding: 38px;
	}

	.home-customer-review > img {
		width: 180px;
		height: 180px;
	}

	.home-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.home-feature-row--reverse {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.home-about .home-split {
		width: min(90%, 900px);
		min-height: 560px;
		grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.55fr);
		gap: 32px;
	}

	.home-about .home-split__content {
		height: 560px;
	}

	.home-about .home-split__media,
	.home-about .home-split__media img {
		height: 560px;
		min-height: 560px;
	}

	.home-feature-row .home-heading__en,
	.home-feature-row--reverse .home-heading__en {
		left: auto;
		margin-left: auto !important;
	}

}

@media (max-width: 767px) {
	.home-pc-only {
		display: none;
	}

	.home-container {
		width: calc(100% - 40px);
	}

	.home-section,
	.home-dark-section {
		padding-block: 70px;
	}

	.home-heading {
		margin-bottom: 44px;
	}

	.home-heading__en {
		font-size: 14.88px;
		letter-spacing: -0.1px;
		line-height: 14.88px;
	}

	.home-services .home-heading__en {
		left: 44px;
	}

	.home-owner-reviews .home-heading__en {
		left: 179px;
	}

	.home-customer-reviews .home-heading__en {
		left: 169px;
	}

	.home-faq .home-heading__en {
		left: 184px;
	}

	.home-feature-row:not(.home-feature-row--reverse) .home-heading__en {
		left: 124px;
	}

	.home-feature-row--reverse .home-heading__en {
		left: 214px;
	}

	.faterise-home .home-heading__ja,
	.home-heading--compact .home-heading__ja {
		padding-left: 25px !important;
		font-size: 22px;
		letter-spacing: 4.8px;
		line-height: 22px;
	}

	.faterise-home .home-customer-reviews .home-heading__ja {
		font-size: 21.12px;
		letter-spacing: 3.84px;
		line-height: 21.12px;
	}

	.home-heading__ja::before {
		width: 17px;
		height: 3px;
	}

	.home-heading__lead {
		margin-top: 25px !important;
		font-size: 14px;
		letter-spacing: 1.6px;
		line-height: 27.2px;
	}

	.home-button {
		width: 100%;
		min-width: 0;
		min-height: 58px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: normal;
		line-height: 16px;
	}

	.home-button--dark {
		margin-top: 48px;
	}

	.home-hero {
		height: 100vh;
		min-height: 640px;
	}

	.home-hero__slide {
		object-position: 52% center;
	}

	.home-hero__slide:nth-child(3) {
		object-position: 50% center;
	}

	.home-hero__copy {
		top: 52%;
		left: 50%;
		right: auto;
		width: min(58vw, 320px);
		transform: translate(-50%, -50%);
	}

	.home-services__grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.home-service-card__media {
		aspect-ratio: 7 / 6;
	}

	.home-service-card__media::after {
		inset: 12px;
	}

	.home-service-card__copy {
		top: 58%;
		right: 22px;
		left: 22px;
	}

	.home-service-card--copy-bottom .home-service-card__copy {
		top: 58%;
		bottom: auto;
	}

	.home-service-card__title {
		font-family: "Zen Kaku Gothic Antique", sans-serif;
		font-size: 22px;
		letter-spacing: 0.64px;
		line-height: 22px;
	}

	.home-service-card__description {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 1.6px;
		line-height: 27.2px;
	}

	.home-about {
		padding: 150px 0 0;
		border-radius: 15px 15px 0 0;
	}

	.home-about .home-split {
		display: flex;
		width: 90%;
		min-height: 0;
		flex-direction: column;
		gap: 70px;
	}

	.home-split__content > p {
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 1.6px;
		line-height: 27.2px;
	}

	.home-about .home-split__content {
		width: 100%;
		height: auto;
		order: 2;
	}

	.home-about .home-heading {
		height: 36.88px;
		margin-bottom: 20px;
	}

	.home-about .home-heading__en {
		left: 40px;
	}

	.faterise-home .home-about .home-heading__ja {
		padding-left: 16px !important;
	}

	.home-about .home-split__content > p {
		margin-bottom: 21px !important;
	}

	.home-about .home-split__content .home-button {
		width: 50%;
		margin-left: auto;
	}

	.home-feature-row__content > p {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1.6px;
		line-height: 27.2px;
	}

	.home-split__media,
	.home-split__media img {
		min-height: 0;
	}

	.home-split__media {
		width: calc(100% + 40px);
		margin-inline: -20px;
	}

	.home-split__media img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	.home-about .home-split__media {
		width: 100%;
		height: 200px;
		order: 1;
		border-radius: 10px;
		margin-inline: 0;
		overflow: hidden;
	}

	.home-about .home-split__media img {
		width: 100%;
		height: 200px;
		aspect-ratio: auto;
		object-fit: cover;
	}

	.home-company {
		width: 95%;
		min-height: 548.6px;
	}

	.home-company__background {
		object-position: 50% center;
	}

	.home-company__content {
		top: 0;
		width: 90%;
	}

	.home-company__content .home-heading {
		height: 22px;
		margin-bottom: 50px;
	}

	.home-company .home-heading__en {
		top: -13px;
		left: 67px;
	}

	.faterise-home .home-company .home-heading__ja {
		padding-left: 16px !important;
	}

	.home-company__content > p {
		font-size: 14px;
		letter-spacing: 1.6px;
		line-height: 27.2px;
	}

	.home-company .home-button {
		width: 50%;
		margin-top: 71px;
	}

	.home-owner-reviews {
		padding-bottom: 70px;
	}

	.home-owner-reviews__list {
		gap: 25px;
	}

	.home-owner-review,
	.home-owner-review--reverse {
		display: flex;
		width: 100%;
		flex-direction: column;
		gap: 20px;
		padding: 30px 24px;
	}

	.home-owner-review--reverse .home-owner-review__portrait,
	.home-owner-review--reverse .home-owner-review__content {
		grid-column: auto;
		grid-row: auto;
	}

	.home-owner-review__portrait {
		width: 125px;
	}

	.home-owner-review__content h3 {
		font-size: 16px;
		text-align: left;
	}

	.home-owner-review__content > p {
		font-size: 14px;
		letter-spacing: 1.6px;
		line-height: 27.2px;
	}

	.home-owner-review__author {
		font-size: 14px !important;
	}

	.home-customer-reviews {
		padding-top: 60px;
	}

	.home-review-slider__track {
		gap: 16px;
		padding-inline: 20px;
		scroll-padding-inline: 20px;
	}

	.home-customer-review {
		display: flex;
		width: calc(100vw - 55px);
		min-width: calc(100vw - 55px);
		min-height: 430px;
		flex-direction: column;
		align-items: center;
		gap: 18px;
		padding: 28px 22px;
	}

	.home-customer-review > img {
		width: 125px;
		height: 125px;
	}

	.home-customer-review h3 {
		font-size: 16px;
		text-align: left;
	}

	.home-customer-review__content > p:last-child {
		font-size: 14px;
		letter-spacing: 1.6px;
		line-height: 27.2px;
	}

	.home-customer-review__index {
		text-align: center;
	}

	.home-review-slider__hint {
		margin-top: 22px !important;
	}

	.home-faq {
		border-radius: 18px 18px 0 0;
	}

	.home-faq__box {
		padding: 12px 18px;
		margin-bottom: 40px;
	}

	.home-faq__item summary {
		--home-faq-icon-right: 0px;

		padding: 21px 54px 21px 0;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1.6px;
		line-height: 27.2px;
	}

	.home-faq__item summary::after {
		width: 50px;
		height: 50px;
	}

	.home-faq__answer {
		padding: 0 0 22px;
	}

	.home-faq__answer p,
	.home-faq__answer li {
		font-size: 14px;
		letter-spacing: 1.6px;
		line-height: 27.2px;
	}

	.home-contact-recruit {
		padding-top: 30px;
	}

	.home-contact-recruit .home-container {
		width: calc(100% - 40px);
	}

	.home-feature-row,
	.home-feature-row--reverse {
		position: relative;
		display: grid;
		min-height: 540px;
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		place-items: center start;
		overflow: hidden;
		border-radius: 10px;
	}

	.home-feature-row + .home-feature-row {
		margin-top: 70px;
	}

	.home-feature-row__content {
		position: relative;
		z-index: 2;
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		justify-self: stretch;
		padding: 38px 24px;
	}

	.home-feature-row__media {
		position: absolute;
		z-index: 0;
		inset: 0;
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		height: 100%;
		border-radius: 0;
		margin-inline: 0;
	}

	.home-feature-row__media img {
		height: 100%;
		aspect-ratio: auto;
		object-position: center;
	}

	.home-feature-row--reverse {
		place-items: center start;
	}

	.home-feature-row--reverse .home-feature-row__content {
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		justify-self: stretch;
	}

	.home-feature-row::after,
	.home-feature-row--reverse::after {
		position: absolute;
		z-index: 1;
		inset: 0;
		display: block;
		background: rgb(0 0 0 / 58%);
		content: "";
	}

	.home-feature-row__content .home-heading {
		margin-bottom: 34px;
	}

	.home-feature-row__content .home-button {
		width: 100%;
		margin-top: 30px;
	}

	.home-floating-recruit {
		right: 10px;
		bottom: 10px;
		width: 120px;
	}

	body.faterise-menu-is-open .home-floating-recruit {
		z-index: var(--faterise-floating-layer);
	}
}

@keyframes home-review-hint {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(52px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.faterise-home *,
	.faterise-home *::before,
	.faterise-home *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.faterise-home.has-reveal [data-reveal] {
		opacity: 1;
		transform: none;
	}
}
