/* ============================================================
   地域LP固有セクション CSS
   ============================================================ */

/* ---- FV（ファーストビュー） ---- */
.lp-fv--area {
	background: linear-gradient(135deg, #481200 0%, #6b2a0a 100%);
	color: #fff;
	padding: 60px 0 50px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.lp-fv__inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.lp-fv__badge {
	display: inline-block;
	background: #ffec01;
	color: #481200;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 20px;
	border-radius: 30px;
	margin-bottom: 20px;
}
.lp-fv__catch {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4;
	margin: 0 0 12px;
}
.lp-fv__sub {
	font-size: 16px;
	font-weight: 400;
	opacity: .85;
	margin: 0 0 30px;
}
.lp-fv__map {
	max-width: 320px;
	width: 100%;
	height: auto;
}

/* ---- メディア掲載（エリアLP限定） ---- */
.home-intro .home-intro__inner {
	padding-bottom: 40px;
}
.home-intro .home-intro__inner::before,
.home-intro .home-intro__inner::after {
	display: none;
}

/* ---- 口コミ ---- */
.lp-area-reviews {
	padding: 60px 0;
	background: #f8f7f4;
}
.lp-area-reviews__head {
	text-align: center;
	margin-bottom: 40px;
}
.lp-area-reviews__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.lp-area-reviews__item {
	background: #fff;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}
.lp-area-reviews__stars {
	font-size: 20px;
	color: #f5a623;
	margin-bottom: 8px;
	letter-spacing: 2px;
}
.lp-area-reviews__meta {
	font-size: 13px;
	color: #888;
	margin: 0 0 12px;
}
.lp-area-reviews__body {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin: 0;
}

/* ---- スタッフ紹介 ---- */
.lp-area-staff {
	padding: 60px 0;
	background: #fff;
}
.lp-area-staff__head {
	text-align: center;
	margin-bottom: 40px;
}
.lp-area-staff__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.lp-area-staff__item {
	text-align: center;
}
.lp-area-staff__img {
	width: 160px;
	height: 160px;
	margin: 0 auto 16px;
	border-radius: 50%;
	overflow: hidden;
}
.lp-area-staff__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lp-area-staff__name {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0 0 4px;
}
.lp-area-staff__area {
	font-size: 13px;
	color: #f45c2a;
	font-weight: 600;
	margin: 0 0 12px;
}
.lp-area-staff__comment {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	text-align: left;
	margin: 0;
}

/* ---- よくある質問 ---- */
.lp-area-faq {
	padding: 60px 0;
	background: #f8f7f4;
}
.lp-area-faq__head {
	text-align: center;
	margin-bottom: 40px;
}
.lp-area-faq__list {
	max-width: 800px;
	margin: 0 auto;
}
.lp-area-faq__item {
	background: #fff;
	border-radius: 8px;
	margin-bottom: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
	overflow: hidden;
}
.lp-area-faq__q {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 20px 24px;
	cursor: pointer;
	font-weight: 700;
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	transition: background .2s;
}
.lp-area-faq__q:hover {
	background: #fafafa;
}
.lp-area-faq__q-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f45c2a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.lp-area-faq__a {
	display: none;
	padding: 0 24px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	align-items: flex-start;
	gap: 12px;
}
.lp-area-faq__a-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #3aad3e;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

/* ---- 会社概要 ---- */
.lp-area-company {
	padding: 60px 0;
	background: #fff;
}
.lp-area-company__head {
	text-align: center;
	margin-bottom: 40px;
}
.lp-area-company__table {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 30px;
	border-collapse: collapse;
	font-size: 15px;
}
.lp-area-company__table th,
.lp-area-company__table td {
	padding: 14px 20px;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	vertical-align: top;
}
.lp-area-company__table th {
	width: 120px;
	font-weight: 700;
	color: #481200;
	background: #faf6f2;
	white-space: nowrap;
}
.lp-area-company__table td {
	color: #333;
}
.lp-area-company__table td a {
	color: #f45c2a;
	text-decoration: none;
	font-weight: 600;
}
.lp-area-company__table td a:hover {
	text-decoration: underline;
}
.lp-area-company__map {
	max-width: 700px;
	margin: 0 auto;
}
.lp-area-company__map iframe {
	border-radius: 8px;
	width: 100%;
	height: 450px;
}

/* ---- 提案例ラベル（地域名） ---- */
.home-case__slide-label {
	display: inline-block;
	background: #f55c2b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 14px;
	border-radius: 3px;
	margin-bottom: 8px;
	letter-spacing: .05em;
}

/* ---- 口コミ Google画像+コピー ---- */
.lp-area-reviews__intro {
	padding-top: 15px;
	margin-bottom: 40px;
}
.lp-area-reviews__intro-main {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 32px;
	align-items: start;
}
.lp-area-reviews__intro-img {
	display: flex;
	align-items: flex-start;
}
.lp-area-reviews__intro-img img {
	width: 100%;
	max-width: 280px;
	height: auto;
	border-radius: 8px;
}
.lp-area-reviews__lead {
	font-size: 15px;
	line-height: 1.8;
	color: #555;
	margin: 0 0 20px;
}
.lp-area-reviews__intro-sub img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.lp-area-reviews__btn {
	text-align: center;
	margin-top: 32px;
}
.lp-area-reviews__btn-link {
	display: inline-block;
	background: #3aad3e;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 36px;
	border-radius: 40px;
	box-shadow: 0 4px 0 0 #0c8b16;
	text-decoration: none;
	transition: background .3s;
}
.lp-area-reviews__btn-link:hover {
	background: #36c43b;
}

/* ---- 害獣急増アラート ---- */
.lp-pest-alert {
	background-color: #feea00;
	padding: 0 20px 30px;
	position: relative;
}
.lp-pest-alert::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background: url(../img/home/bg_trouble_head01_sp.webp) repeat-x center / 351px;
}
.lp-pest-alert__inner {
	padding-top: 40px;
}
.lp-pest-alert__head {
	text-align: center;
	margin-bottom: 12px;
}
.lp-pest-alert__head strong {
	color: #f55c2b;
}
.point-intro__head-main.lp-pest-alert__head {
	text-align: center;
	font-size: 35px;
	line-height: 1.4;
}
.lp-pest-alert__sub {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #ea0b00;
	margin: 0 0 24px;
	letter-spacing: .05em;
}
.lp-pest-alert__featured {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 32px;
	align-items: stretch;
	max-width: 900px;
	margin: 0 auto 32px;
}
.lp-pest-alert__featured-img {
	display: flex;
}
.lp-pest-alert__featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.lp-pest-alert__desc {
	font-size: 15px;
	line-height: 1.9;
	color: #333;
	margin: 0 0 20px;
}
.lp-pest-alert__desc strong {
	color: #f55c2b;
	font-weight: 700;
}
.lp-pest-alert__source {
	font-size: 12px;
	color: #888;
	line-height: 1.6;
	border-top: 1px solid rgba(0,0,0,.1);
	padding-top: 12px;
	margin: 0;
}
.lp-pest-alert__source a {
	color: #888;
	text-decoration: underline;
}
.lp-pest-alert__source-label {
	display: inline-block;
	background: rgba(0,0,0,.08);
	color: #666;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 3px;
	margin-right: 6px;
}

/* ---- 害獣一覧（下段） ---- */
.lp-pest-alert__others-wrap {
	border-top: 1px solid rgba(0,0,0,.08);
	padding-top: 24px;
}
.lp-pest-alert__others-toggle {
	display: none;
}
.lp-pest-alert__others-content {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
}
.lp-pest-alert__others {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
	display: flex;
	gap: 10px;
}
.lp-pest-alert__others-item {
	width: 80px;
	flex-shrink: 0;
}
.lp-pest-alert__others-item img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.lp-pest-alert__footer-txt {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	margin: 0;
	text-align: left;
}

/* ============================================================
   レスポンシブ（768px以下）
   ============================================================ */
@media screen and (max-width: 768px) {

	/* FV */
	.lp-fv--area {
		padding: 40px 0 36px;
	}
	.lp-fv__catch {
		font-size: 22px;
	}
	.lp-fv__sub {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.lp-fv__map {
		max-width: 220px;
	}

	/* 口コミ */
	.lp-area-reviews,
	.lp-area-staff,
	.lp-area-faq,
	.lp-area-company {
		padding: 40px 0;
	}
	.lp-area-reviews__intro-main {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.lp-area-reviews__intro-img {
		justify-content: center;
	}
	.lp-area-reviews__intro-img img {
		max-width: 220px;
	}
	.lp-area-reviews__lead {
		text-align: center;
	}
	.lp-area-reviews__list {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	/* 害獣アラート */
	.lp-pest-alert {
		padding: 0 0 24px;
	}
	.lp-pest-alert__inner {
		padding-top: 32px;
	}
	.point-intro__head-main.lp-pest-alert__head {
		font-size: 29px;
	}
	.lp-pest-alert__sub {
		font-size: 20px;
	}
	.lp-pest-alert__featured {
		grid-template-columns: 1fr;
		gap: 16px;
		align-items: start;
	}
	.lp-pest-alert__featured-img {
		justify-content: center;
	}
	.lp-pest-alert__featured-img img {
		max-width: 260px;
		height: auto;
		object-fit: contain;
	}

	/* SP: 害獣一覧トグル */
	.lp-pest-alert__others-toggle {
		display: block;
		width: 100%;
		background: #481200;
		color: #fff;
		font-size: 15px;
		font-weight: 700;
		padding: 14px 20px;
		border: none;
		border-radius: 8px;
		cursor: pointer;
		text-align: center;
	}
	.lp-pest-alert__others-toggle::after {
		content: "▼";
		font-size: 11px;
		margin-left: 8px;
		transition: transform .3s;
	}
	.lp-pest-alert__others-toggle[aria-expanded="true"]::after {
		transform: rotate(180deg);
	}
	.lp-pest-alert__others-content {
		display: none !important;
		padding-top: 20px;
	}
	.lp-pest-alert__others-content.is-open {
		display: block !important;
	}
	.lp-pest-alert__others-content > .lp-pest-alert__others-main {
		margin-bottom: 16px;
	}
	.lp-pest-alert__others {
		justify-content: center;
		gap: 8px;
		margin-bottom: 8px;
	}
	.lp-pest-alert__others-item {
		width: 70px;
	}
	.lp-pest-alert__footer-txt {
		text-align: center;
		font-size: 13px;
	}

	/* スタッフ */
	.lp-area-staff__list {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.lp-area-staff__img {
		width: 120px;
		height: 120px;
	}

	/* FAQ */
	.lp-area-faq__q {
		padding: 16px 16px;
		font-size: 14px;
	}
	.lp-area-faq__a {
		padding: 0 16px 16px;
		font-size: 13px;
	}

	/* 会社概要 */
	.lp-area-company__table th,
	.lp-area-company__table td {
		display: block;
		width: 100%;
		padding: 10px 16px;
	}
	.lp-area-company__table th {
		border-bottom: none;
		padding-bottom: 4px;
	}
	.lp-area-company__table td {
		padding-top: 0;
	}
}
