/* Shared service section: user voices */
.c-service-voices {
	position: relative;
	padding: 136px 24px 24px;
	background: #fff;
	color: #382710;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.c-service-voices *,
.c-service-voices *::before,
.c-service-voices *::after {
	box-sizing: border-box;
}

.c-service-voices__inner {
	width: min(1096px, 100%);
	margin: 0 auto;
}

.c-service-section-heading {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 319px;
	max-width: 100%;
	margin: 0 auto 58px;
	text-align: center;
}

.c-service-section-heading__word {
	position: absolute;
	top: -41px;
	left: 50%;
	color: #382710;
	font-family: "Chela One", sans-serif;
	font-size: 159px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	opacity: 0.05;
	transform: translateX(-50%);
	white-space: nowrap;
}

.c-service-section-heading__deco {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	gap: 5px;
	height: 40px;
}

.c-service-section-heading__deco img {
	display: block;
	max-width: none;
}

.c-service-section-heading__deco-side {
	width: 35px;
	height: 23px;
}

.c-service-section-heading__deco-side--right {
	transform: rotate(180deg);
}

.c-service-section-heading__deco-face {
	position: relative;
	display: block;
	width: 71px;
	height: 40px;
}

.c-service-section-heading__deco-face-bg {
	position: absolute;
	inset: 0;
	width: 71px;
	height: 40px;
}

.c-service-section-heading__deco-face-left {
	position: absolute;
	top: 11px;
	left: 9px;
	width: 19px;
	height: 20px;
}

.c-service-section-heading__deco-face-right {
	position: absolute;
	top: 12px;
	right: 11px;
	width: 17px;
	height: 19px;
}

.c-service-section-heading h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #382710;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.c-service-section-heading__lead {
	position: relative;
	z-index: 1;
	margin-top: 40px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
}

.c-service-section-heading__lead p {
	margin: 0;
}

.c-service-voices__list {
	align-items: stretch;
}

.c-service-voices__slide {
	height: auto;
}

.c-service-voice {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #382710;
}

.c-service-voice__media {
	width: 100%;
	height: 225px;
	overflow: hidden;
	border-radius: 8px;
	background: #f5f3ef;
}

.c-service-voice__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-service-voice__body {
	padding-top: 23px;
}

.c-service-voice__person {
	margin: 0 0 9px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.c-service-voice h3 {
	min-height: 65px;
	margin: 0 0 9px;
	color: #382710;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.c-service-voice__text {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.c-service-voices .splide__pagination {
	bottom: -38px;
}

.c-service-voices .splide__pagination__page {
	display: block;
	width: 8px;
	height: 8px;
	min-width: 8px;
	min-height: 8px;
	max-width: 8px;
	max-height: 8px;
	flex: 0 0 8px;
	margin: 4px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	line-height: 0;
	aspect-ratio: 1;
	background: rgba(56, 39, 16, 0.25);
	transform: none;
}

.c-service-voices .splide__pagination__page.is-active {
	background: #e4abcc;
	transform: scale(1.15);
}

@media (max-width: 767px) {
	.c-service-voices {
		padding: 92px 20px 74px;
		font-size: 15px;
	}

	.c-service-section-heading {
		margin-bottom: 42px;
	}

	.c-service-section-heading__word {
		top: -24px;
		font-size: 100px;
	}

	.c-service-section-heading__deco {
		transform: scale(0.82);
		transform-origin: center bottom;
	}

	.c-service-section-heading h2 {
		font-size: 28px;
		line-height: 1.55;
	}

	.c-service-section-heading__lead {
		margin-top: 28px;
		padding: 0 20px;
		font-size: 15px;
	}

	.c-service-voice__media {
		height: auto;
		aspect-ratio: 336 / 225;
	}

	.c-service-voice__body {
		padding-top: 18px;
	}

	.c-service-voice__person,
	.c-service-voice__text {
		font-size: 15px;
	}

	.c-service-voice h3 {
		min-height: 0;
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.c-service-voices__slider {
		padding-bottom: 40px;
	}

	.c-service-voice__media {
		height: auto;
		aspect-ratio: 336 / 225;
	}
}

@media (max-width: 374px) {
	.c-service-voices {
		padding-right: 16px;
		padding-left: 16px;
	}

	.c-service-section-heading h2 {
		font-size: 25px;
	}
}
