/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 20:10:34 */
/* スライダー（利用者の声） */
/* 外枠：はみ出し表示のため visible */
.testimonial {
	margin-bottom: 80px;
}

.testimonialSplide {
	max-width: 980px;
	margin: 0 auto;
}

.testimonialSplide .splide__track {
	overflow: visible;
	/* ←これが「左右見切れ」の肝 */
}

/* カード */
.tCard {
	position: relative;
	background: #fff;
	border-radius: 18px;
	padding: 26px 28px 40px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .08);
	min-height: 220px;
}

.tCard__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: url("https://webup.jp/M2Administration/wp-content/uploads/2025/12/icon-voice.webp") center / 60% no-repeat, linear-gradient(135deg, #53afed, #3e8ef7);
}

.tCard__title {
	font-size: 20px;
	line-height: 1.4;
	margin: 1em 0!important;
	color: var(--color_main)!important;
	font-weight: 700;	
}

.tCard__text {
	margin: 0;
	color: #333;
	font-size: 15px;
	line-height: 1.9;
}

/* 矢印（任意：見た目） */
.testimonialSplide .splide__arrow {
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
	opacity: .95;
}
.testimonialSplide .splide__arrow:hover {
	opacity: 1;
}
@media (min-width: 800px) {
	.splide__arrow--prev {
		left: 5em!important;
	}
	.splide__arrow--next {
		right: 5em!important;
	}
}
/* ページネーション（任意） */
.splide__pagination {
	bottom:-2.5em!important;
	gap: .5em;
}
.splide__pagination__page {
	height: 12px!important;
	width: 12px!important;
}
.splide__pagination__page.is-active {
	background: var(--color_main)!important;
}
.testimonialSplide .splide__pagination__page {
	transform: scale(.95);
}

/* SP調整：左右見切れ幅を小さく */
@media (max-width: 768px) {
	.tCard {
		padding: 20px 18px;
	}

	.tCard__title {
		font-size: 18px;
	}

	.tCard__text {
		font-size: 14px;
	}
}

/* 固定ページ「利用者の声」 */
.p-voice .testimonial .swell-block-columns__inner {
	justify-content: center;
}