@charset "UTF-8";
/* ===================================
   termites_sections.css
   シロアリ・ネズミ駆除セクション
   =================================== */

#featuresSection *,
#methodSection *,
#priceSection *,
#flowSection * {
	/*	margin: 0;
	padding: 0;
	box-sizing: border-box;*/
}

html {
	/*font-size: 62.5%;*/
}

#featuresSection,
#methodSection,
#priceSection,
#flowSection {
	/*	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	background: #f1f2f2;*/
}
#featuresSection img,
#methodSection img,
#priceSection img,
#flowSection img {
	/*	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;*/
}

/* ===================================
   料金セクション
   =================================== */
#priceSection {
	padding: 80px 0;
	background-image: url("/wp-content/themes/swell_child/asset/images/service/bg_price.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#priceSection .secHeader {
	max-width: 1100px;
	margin: 0 auto 50px;
	padding: 0 20px;
}

/* 料金プラン */
.pricePlans {
	max-width: 1100px;
	margin: 0 auto 40px;
	padding: 0 20px;
	display: flex;
	gap: 30px;
	justify-content: center;
}

.pricePlan {
	flex: 0 0 45%;
	max-width: 480px;
}

.planHeader {
	background: #1a1a1a;
	color: #fae534;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding: 0 30px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.planBody {
	background: #fff;
	padding: 24px 30px;
	text-align: center;
}

.planService {
	font-size: 1.8rem;
	font-weight: 700;
	color: #002d4c;
	/* margin-bottom: 12px; */
}

.planPrice {
	font-size: 4rem;
	font-weight: 700;
	color: #d92e65;
	line-height: 1.2;
}

.priceUnit {
	font-size: 2.4rem;
	margin-left: 5px;
}

.priceSub {
	font-size: 1.8rem;
	color: #666;
	margin-left: 8px;
}

/* 注釈 */
.priceNotes {
	max-width: 1100px;
	margin: 0 auto 50px;
	padding: 0 20px;
	text-align: left;
}

.priceNotes p {
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.8;
	margin-bottom: 8px;
}

.priceNotes p:last-child {
	margin-bottom: 0;
}

/* サービス見出し */
.serviceHeader {
	max-width: 1100px;
	margin: 0 auto 35px;
	background: #1a1a1a;
	color: #fae534;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	padding: 0 30px;
	/*height: 55px;*/
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.serviceHeader h3 {
	background: #1a1a1a;
	color: #fae534;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding: 18px 30px;
	border-radius: 8px;
}

/* サービスグリッド */
.serviceGrid {
	max-width: 1100px;
	margin: 0 auto 20px;
	padding: 0 20px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.serviceItem {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 0;
	height: 100%;
}

.serviceIcon {
	width: 100%;
	height: 130px;
	background: #033757;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.serviceIcon img {
	/*max-width: 80%;
	max-height: 80%;*/
	max-width: 196px;
}

.serviceTitle {
	color: #002d4c;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 20px 10px;
}

.serviceDesc {
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	margin-top: 8px;
	color: #666;
}

.serviceDesc p {
	color: #666;
	margin: 0;
}

.serviceNote {
	max-width: 1100px;
	margin: 0 auto 40px;
	padding: 0 20px;
	color: #fff;
	font-size: 1.3rem;
	text-align: left;
}

/* オプション */
.optionalHeader {
	margin: 0 auto;
}

.optionalHeader h3 {
	background: #1a1a1a;
	color: #fae534;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	padding: 15px 30px;
	border-radius: 8px;
}

.optionalHeader h3 span {
	font-size: 1.8rem;
}

.optionalContent {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff;
	border-radius: 0 0 8px 8px;
}

.optionalContent p {
	font-size: 1.7rem;
	line-height: 1.8;
	color: #002d4c;
	padding: 20px 30px;
	margin: 0;
	text-align: left;
}

/* ===================================
   特徴セクション
   =================================== */
#featuresSection {
	padding: 80px 0;
	background: #fff;
}

/* セクションヘッダー */
.secHeader {
	max-width: 1100px;
	margin: 0 auto 50px;
	padding: 0;
}

.secHeader h2 {
	background: #002d4c;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	padding: 40px 50px 40px 70px;
	margin: 0;
	line-height: 1.4;
	position: relative;
	min-height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image:
		linear-gradient(#afd5ee, #afd5ee), linear-gradient(#54c3f1, #54c3f1),
		linear-gradient(#fae534, #fae534);
	background-size:
		1px 86.2%,
		90.9% 2px,
		90.9% 2px;
	background-position:
		20px 0,
		0 10px,
		right calc(100% - 10px);
	background-repeat: no-repeat;
}

/* 念のため既存の疑似要素をクリア */
.secHeader h2::before,
.secHeader h2::after {
	display: none;
}

/* メインコンテンツ:左画像、右テキスト */
.featuresWrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	gap: 40px;
}

/* 左:画像エリア(2枚縦並び) */
.featuresImages {
	flex: 0 0 calc(42% + 100px);
	max-width: calc(42% + 100px);
	margin-left: -100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.featuresImages img {
	width: 100%;
	height: auto;
	display: block;
}

/* 右:テキストエリア */
.featuresTexts {
	flex: 1;
}

/* 各特徴ブロック */
.featureBlock {
	margin-bottom: 40px;
}

.featureBlock:last-child {
	margin-bottom: 0;
}

/* ラベル「特徴 01」- 横幅いっぱいのバー */
.featureLabel {
	background: #002d4c;
	color: #fae534;
	font-size: 2rem;
	font-weight: 700;
	padding: 4px 20px 8px;
	margin-bottom: 36px;
	position: relative;
	text-align: left;
	clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

/* 黄色のアンダーライン */
.featureLabel::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fae534;
}

/* 見出し - 元のデザインに戻す */
.featureBlock h3 {
	font-size: 2.1rem;
	font-weight: 700;
	color: #002d4c;
	margin-bottom: 30px;
	line-height: 1.5;
	text-align: left;
}

/* 本文 */
.featureBlock p {
	font-size: 1.7rem;
	line-height: 2;
	color: #002d4c;
	margin-bottom: 0;
	text-align: left;
	letter-spacing: -1px;
}

/* 注釈 */
.featureNote {
	margin-top: 20px;
	font-size: 1.4rem;
}

/* ===================================
   駆除方法セクション
   =================================== */
#methodSection {
	padding: 80px 0;
	background: #f1f2f2;
}

#methodSection .secHeader {
	margin-bottom: 50px;
}

.methodInner {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.methodBlock {
	margin-bottom: 74px;
}

.methodBlock:last-child {
	margin-bottom: 0;
}

/* 駆除方法ヘッダー(ラベル＋タイトル横並び) */
.methodHead {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 20px;
}

.methodLabel {
	background: #e6036e;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-align: center;
	line-height: 1.3;
}

.methodLabel em {
	font-style: normal;
	font-size: 3rem;
	font-weight: 700;
}

.methodTitle {
	font-size: 2.2rem;
	font-weight: 700;
	color: #002d4c;
	margin: 0;
	line-height: 1.4;
	font-style: normal;
}

/* 駆除方法ボディ(画像＋テキスト) */
.methodBody {
	display: flex;
	padding: 0;
	gap: 0;
	align-items: stretch;
	max-width: 1600px;
	margin: 0 auto;
}

.methodImg {
	flex: 0 0 50%;
	max-width: 50%;
}

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

.methodTxt {
	flex: 0 0 50%;
	padding: 60px 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 550px;
	max-width: 550px;
}

/* 画像が右・テキストが左（methodReverse）: 1100pxエリアの左に揃える */
.methodBlock.methodReverse .methodTxt {
	margin-left: calc(max(0px, (100% - 1100px) / 2));
	margin-right: auto;
}

/* 画像が左・テキストが右（通常）: 1100pxエリアの右に揃える */
.methodBlock:not(.methodReverse) .methodTxt {
	margin-left: auto;
	margin-right: calc(max(0px, (100% - 1100px) / 2));
}

.methodTxt p {
	line-height: 1.9;
	/*	
		font-size: 1.5rem;*/
	margin-bottom: 15px;
	text-align: left;
}

.methodTxt p:last-child {
	margin-bottom: 0;
}

/* 奇数番目（.methodReverse）:画像を右、テキストを左に */
.methodBlock.methodReverse .methodBody {
	flex-direction: row-reverse;
}

/* ===================================
   ネズミの形跡セクション
   =================================== */
#ratTracesSection {
	padding: 80px 0;
	background: #f1f2f2;
}

#ratTracesSection .secHeader {
	margin-bottom: 50px;
}

/* traceLabelはmethodLabelと同じスタイル */
.traceLabel {
	background: #e6036e;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-align: center;
	line-height: 1.3;
}

.traceLabel em {
	font-style: normal;
	font-size: 3rem;
	font-weight: 700;
}

/* ===================================
   ネズミの特徴セクション
   =================================== */
#ratFeaturesSection {
	padding: 80px 0;
	background: #fff;
}

.ratSecHeader {
	max-width: 1100px;
	margin: 0 auto 40px;
	padding: 0 20px;
}

.ratSecHeader h2 {
	background: #002d4c;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	padding: 40px 50px;
	margin: 0;
	line-height: 1.2;
	position: relative;
	min-height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image:
		linear-gradient(#afd5ee, #afd5ee), linear-gradient(#54c3f1, #54c3f1),
		linear-gradient(#fae534, #fae534);
	background-size:
		1px 86.2%,
		90.9% 2px,
		90.9% 2px;
	background-position:
		20px 0,
		0 10px,
		right calc(100% - 10px);
	background-repeat: no-repeat;
}

.ratSecSub {
	display: block;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}

.ratSecSub {
	display: block;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-top: 15px;
}

.ratFeaturesInner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

/* ネズミ画像1枚 */
.ratPhotoSingle {
	margin-bottom: 0;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.ratPhotoSingle img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	display: block;
}

/* 特徴グリッド - 画像に重なる */
.ratTraitGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: -120px;
	position: relative;
	z-index: 2;
	padding: 0 40px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.ratTraitCard {
	background: #f1f2f2;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.ratTraitIcon {
	width: 100%;
	height: 130px;
	background: #033757;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ratTraitIcon img {
	max-width: 100px;
	max-height: 100px;
}

.ratTraitCard h4 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #002d4c;
	margin: 0;
	padding: 24px 40px 10px;
	text-align: center;
}

.ratTraitCard p {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #002d4c;
	margin: 0;
	padding: 0 40px 24px;
	text-align: left;
}

/* ===================================
   ネズミのよくある被害セクション
   =================================== */
#ratDamageSection {
	padding: 80px 0;
	background: #fff;
}

.ratDamageHeader {
	max-width: 1100px;
	margin: 0 auto 40px;
	padding: 0 20px;
}

.ratDamageHeader h2 {
	background: #002d4c;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	padding: 40px 50px 40px 70px;
	margin: 0;
	line-height: 1.4;
	position: relative;
	min-height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image:
		linear-gradient(#afd5ee, #afd5ee), linear-gradient(#54c3f1, #54c3f1),
		linear-gradient(#fae534, #fae534);
	background-size:
		1px 86.2%,
		90.9% 2px,
		90.9% 2px;
	background-position:
		20px 0,
		0 10px,
		right calc(100% - 10px);
	background-repeat: no-repeat;
}

.ratDamageInner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

/* ネズミ画像1枚 */
.ratDamagePhoto {
	margin-bottom: -100px;
	border-radius: 8px;
	overflow: hidden;
	/* position: relative; */
}

.ratDamagePhoto img {
	width: 100%;
	height: auto;
	display: block;
}

/* カードを2列グリッドで配置 */
.ratDamageCards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: -100px;
	padding: 0 30px;
	z-index: 2;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.ratDamageCard {
	background: #f1f2f2;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.ratDamageIcon {
	width: 100%;
	height: 55px;
	background: #033757;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ratDamageIcon h4 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

.ratDamageCard p {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #002d4c;
	margin: 0;
	padding: 24px 40px;
	text-align: left;
}

/* ===================================
   レスポンシブ(タブレット)
   =================================== */
@media screen and (max-width: 999px) {
	/* 料金 */
	#priceSection {
		padding: 60px 0;
	}

	#priceSection .secHeader h2 {
		font-size: 2.4rem;
	}

	.pricePlans {
		gap: 20px;
	}

	.planHeader {
		font-size: 1.8rem;
		height: 50px;
		clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
	}

	.planBody {
		padding: 25px 25px;
	}

	.planService {
		margin-bottom: 10px;
	}

	.planPrice {
		font-size: 4.5rem;
	}

	.serviceGrid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	/* 特徴 */
	#featuresSection {
		padding: 60px 0;
	}

	.secHeader {
		margin-bottom: 40px;
	}

	.secHeader h2 {
		font-size: 2.8rem;
		padding: 30px 40px 30px 60px;
		min-height: 110px;
		background-size:
			1px 86.2%,
			90.9% 2px,
			90.9% 2px;
		background-position:
			15px 0,
			0 8px,
			right calc(100% - 8px);
	}

	.featuresWrap {
		gap: 30px;
	}

	.featuresImages {
		flex: 0 0 38%;
		max-width: 38%;
	}

	.featureBlock h3 {
		font-size: 2rem;
	}

	.featureBlock p {
		font-size: 1.4rem;
	}

	/* 駆除方法 */
	#methodSection {
		padding: 60px 0;
	}

	.methodHead {
		gap: 20px;
		margin-bottom: 15px;
	}

	.methodLabel {
		width: 90px;
		height: 90px;
		font-size: 1.3rem;
	}

	.methodLabel em {
		font-size: 2.7rem;
	}

	.methodTitle {
		font-size: 1.9rem;
		text-align: left;
	}

	.methodBody {
		padding: 0;
		gap: 0;
		max-width: 1600px;
		margin: 0 auto;
	}

	.methodImg {
		flex: 0 0 45%;
		max-width: 45%;
	}

	.methodTxt {
		flex: 0 0 55%;
		padding: 40px 40px;
		width: 500px;
		max-width: 500px;
	}

	.methodBlock.methodReverse .methodTxt {
		margin-left: calc(max(0px, (100% - 1100px) / 2));
		margin-right: auto;
	}

	.methodBlock:not(.methodReverse) .methodTxt {
		margin-left: auto;
		margin-right: calc(max(0px, (100% - 1100px) / 2));
	}

	.methodTxt p {
		font-size: 1.4rem;
		text-align: left;
	}

	/* ネズミ特徴 */
	#ratFeaturesSection {
		padding: 60px 0;
	}

	.ratSecHeader h2 {
		font-size: 2.8rem;
		padding: 30px 40px 30px 60px;
		min-height: 110px;
		background-size:
			1px 86.2%,
			90.9% 2px,
			90.9% 2px;
		background-position:
			15px 0,
			0 8px,
			right calc(100% - 8px);
	}

	.ratPhotoSingle img {
		height: 380px;
	}

	.ratTraitGrid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		margin-top: -100px;
		padding: 0 30px;
	}

	.ratTraitIcon {
		/*	width: 60px;
		height: 60px;*/
	}

	/* ネズミ被害 */
	#ratDamageSection {
		padding: 60px 0;
	}

	.ratDamageHeader h2 {
		font-size: 2.8rem;
		padding: 30px 40px 30px 60px;
		min-height: 110px;
		background-size:
			1px 86.2%,
			90.9% 2px,
			90.9% 2px;
		background-position:
			15px 0,
			0 8px,
			right calc(100% - 8px);
	}

	.ratDamagePhoto {
		margin-bottom: -80px;
	}

	.ratDamageCards {
		gap: 20px;
		margin-top: -80px;
	}

	.ratDamageIcon {
		height: 45px;
	}

	.ratDamageIcon h4 {
		font-size: 1.6rem;
	}

	.ratDamageCard p {
		padding: 20px 30px;
	}
}

/* ===================================
   レスポンシブ(スマホ)
   =================================== */
@media screen and (max-width: 767px) {
	/* 料金 */
	#priceSection {
		padding: 40px 0;
	}

	#priceSection .secHeader {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	#priceSection .secHeader h2 {
		font-size: 2rem;
	}

	#priceSection .secHeader h2::after {
		width: 70%;
	}

	.pricePlans {
		flex-direction: column;
		gap: 20px;
		padding: 0 15px;
	}

	.pricePlan {
		flex: none;
		max-width: 100%;
	}

	.planHeader {
		font-size: 1.7rem;
		height: 45px;
		clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
	}

	.planBody {
		padding: 25px 20px;
	}

	.planService {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.planPrice {
		font-size: 4rem;
	}

	.priceUnit {
		font-size: 2rem;
	}

	.priceSub {
		font-size: 1.6rem;
	}

	.priceNotes {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	.priceNotes p {
		font-size: 1.4rem;
		text-indent: -1em;
		margin-left: 1em;
	}

	.serviceHeader {
		margin-bottom: 20px;
		padding: 0 15px;
	}

	.serviceHeader h3 {
		font-size: 1.7rem;
		padding: 15px 20px;
	}

	.serviceGrid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.serviceItem {
		padding: 0;
	}

	.serviceIcon {
		width: 100%;
		height: 100px;
		margin-bottom: 0;
	}

	.serviceTitle {
		font-size: 1.6rem;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 15px 10px;
		background: #fff;
	}

	.serviceDesc {
		font-size: 1.1rem;
		margin-top: 5px;
	}

	.serviceNote {
		margin-bottom: 30px;
		padding: 0 15px;
		font-size: 1.4rem;
	}

	.optionalHeader {
		margin-bottom: 15px;
		padding: 0 15px;
	}

	.optionalHeader h3 {
		font-size: 1.6rem;
		padding: 12px 20px;
		line-height: 1.3;
	}
	.optionalHeader h3 span {
		font-size: 1.4rem;
	}

	.optionalContent {
		padding: 0 15px;
	}

	.optionalContent p {
		font-size: 1.6rem;
		padding: 15px 20px;
	}

	/* 特徴 */
	#featuresSection {
		padding: 40px 0;
	}

	.secHeader {
		margin-bottom: 30px;
		padding: 0 15px;
	}

	.secHeader h2 {
		/*font-size: 2rem;*/
		/*padding: 20px 25px 20px 40px;*/
		font-size: 2.1rem;
		padding: 20px 30px;
		min-height: 90px;
		background-size:
			1px 86.2%,
			90.9% 1.5px,
			90.9% 1.5px;
		background-position:
			12px 0,
			0 6px,
			right calc(100% - 6px);
		/*text-align: left;
		justify-content: flex-start;*/
		text-align: center;
		justify-content: center;
	}

	.secHeader h2::after {
		display: none;
	}

	.featuresWrap {
		flex-direction: column;
		gap: 30px;
		padding: 0 15px;
	}

	.featuresImages {
		display: none;
	}

	.featuresTexts {
		position: relative;
		z-index: 1;
		padding: 0 0 20px;
	}

	.featuresTexts::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url("/wp-content/themes/swell_child/asset/images/service/termites_features.png");
		background-size: 100% auto;
		background-repeat: repeat-y;
		background-position: top center;
		opacity: 0.15;
		z-index: -1;
	}

	.rat .featuresTexts::before {
		background-image: url("/wp-content/themes/swell_child/asset/images/service/rat_features.png");
	}
	.itachi .featuresTexts::before {
		background-image: url("/wp-content/themes/swell_child/asset/images/service/itachi_features.png");
	}
	.palm-civet .featuresTexts::before {
		background-image: url("/wp-content/themes/swell_child/asset/images/service/palm-civet_features.png");
	}
	.raccoons .featuresTexts::before {
		background-image: url("/wp-content/themes/swell_child/asset/images/service/raccoons_features.png");
	}
	.bat .featuresTexts::before {
		background-image: url("/wp-content/themes/swell_child/asset/images/service/bat_features.png");
	}
	.pigeon .featuresTexts::before {
		background-image: url("/wp-content/themes/swell_child/asset/images/service/pigeon_features.png");
	}

	.featureBlock {
		margin-bottom: 30px;
	}

	.featureLabel {
		font-size: 1.6rem;
		padding: 6px 15px 10px;
		margin-bottom: 15px;
		clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
	}

	.featureBlock h3 {
		font-size: 1.8rem;
		margin-bottom: 15px;
		padding: 0 20px;
	}

	.featureBlock p {
		font-size: 1.6rem;
		line-height: 1.8;
		padding: 0 20px;
	}

	.featureBlock p br {
		display: none;
	}

	/* 駆除方法 */
	#methodSection {
		padding: 40px 0 0;
	}

	#methodSection .secHeader {
		margin-bottom: 30px;
	}

	.methodBlock {
		margin-bottom: 0;
	}

	.methodHead {
		flex-direction: row;
		align-items: center;
		gap: 15px;
		margin-bottom: 15px;
	}

	.methodLabel {
		width: 80px;
		height: 80px;
		font-size: 1.2rem;
		line-height: 1;
		gap: 0.3em;
	}

	.methodLabel em {
		font-size: 2.4rem;
	}

	.methodBody {
		flex-direction: column;
		padding: 0;
		gap: 0;
	}

	/* スマホでは奇数偶数関係なく画像を上に統一 */
	.methodBlock.methodReverse .methodBody {
		flex-direction: column;
	}

	.methodImg {
		flex: none;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.methodTxt {
		padding: 10px 20px 30px;
		max-width: 100%;
		width: auto;
	}

	.methodTxt p {
		font-size: 1.6rem;
		margin-bottom: 12px;
		text-align: left;
		line-height: 1.7;
	}

	/* ネズミ特徴 */
	#ratFeaturesSection {
		padding: 40px 0;
	}

	.ratSecHeader {
		margin-bottom: 25px;
		padding: 0 15px;
	}

	.ratSecHeader h2 {
		font-size: 1.8rem;
		padding: 20px 25px;
		min-height: 110px;
		flex-direction: column;
		background-size:
			1px 86.2%,
			90.9% 1.5px,
			90.9% 1.5px;
		background-position:
			12px 0,
			0 6px,
			right calc(100% - 6px);
	}

	.ratSecSub {
		font-size: 1.3rem;
		margin-top: 8px;
		padding: 0;
	}

	.ratFeaturesInner {
		padding: 0 15px;
	}

	.ratPhotoSingle {
		margin-bottom: 0;
	}

	.ratPhotoSingle img {
		height: 250px;
	}

	.ratTraitGrid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: -80px;
		padding: 0 20px;
	}

	.ratTraitCard {
		border-radius: 10px;
		/* background: #fff; */
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		padding: 15px;
		text-align: left;
	}

	.ratTraitIcon {
		width: 60px;
		height: 60px;
		background: #033757;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		flex-shrink: 0;
	}

	.ratTraitIcon img {
		max-width: 40px;
		max-height: 40px;
	}

	.ratTraitCard h4 {
		font-size: 1.6rem;
		padding: 0;
		margin: 0 0 0 15px;
		text-align: left;
		background: none;
		flex: 1;
		color: #002d4c;
		border: none;
	}

	.ratTraitCard p {
		padding: 12px 0 0;
		background: none;
		width: 100%;
	}

	/* ネズミ被害 */
	#ratDamageSection {
		padding: 40px 0;
	}

	.ratDamageHeader {
		margin-bottom: 25px;
		padding: 0 15px;
	}

	.ratDamageHeader h2 {
		font-size: 2rem;
		padding: 20px 25px 20px 40px;
		min-height: 90px;
		background-size:
			1px 86.2%,
			90.9% 1.5px,
			90.9% 1.5px;
		background-position:
			12px 0,
			0 6px,
			right calc(100% - 6px);
	}

	.ratDamageInner {
		padding: 0 15px;
	}

	.ratDamagePhoto {
		margin-bottom: -60px;
	}

	.ratDamageCards {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-top: -60px;
		padding: 0 20px;
	}

	.ratDamageCard {
		border-radius: 10px;
	}

	.ratDamageIcon {
		height: 45px;
	}

	.ratDamageIcon h4 {
		font-size: 1.6rem;
	}

	.ratDamageCard p {
	}
}
@media screen and (max-width: 374px) {
	.secHeader h2 {
		font-size: 1.8rem;
	}
}
/* ===================================
   ご利用の流れセクション - 最適化版
   =================================== */
#flowSection {
	padding: 80px 0;
	background: #f1f2f2;
}

.flowInner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ===================================
   PC用レイアウト
   =================================== */
.flowStep {
	display: flex;
	gap: 30px;
	margin-bottom: 70px;
	position: relative;
	/*min-height: 300px;*/
}

.flowStep:last-child {
	min-height: auto;
}

/* PC: 左のSTEP番号と縦線 */
.stepNum {
	flex: 0 0 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.stepNum.pc {
	display: flex !important;
}
.stepCircle {
	width: 90px;
	height: 90px;
	background: #13517c;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}

.stepCircle em {
	font-style: normal;
	font-size: 2rem;
	color: #fff;
}

.stepLine {
	position: absolute;
	width: 2px;
	top: 90px;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
	background: #ddd;
}

.stepCircle.last ~ .stepLine {
	display: none;
}

/* 画像 */
.stepImg {
	flex: 0 0 280px;
	max-width: 280px;
}

.stepImg img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

/* コンテンツエリア */
.stepContent {
	flex: 1;
}

/* PC: 見出し - 吹き出し風 */
.stepTitle.pc {
	background: #002d4c;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 15px 25px;
	margin: 0 0 20px;
	line-height: 1.4;
	text-align: left;
	border-radius: 10px;
	position: relative;
}

.stepTitle span {
	font-size: 0.9em;
}

/* PC: 左向き三角形 */
.stepTitle.pc::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(-100%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #002d4c;
}

/* SP: ヘッダー（STEP番号+見出し）は非表示 */
.stepHeader.sp {
	display: none !important;
}

/* テキスト */
.stepText {
	padding: 0;
	text-align: left;
}

.stepText p {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #002d4c;
	margin-bottom: 12px;
	text-align: left;
}

.stepText p:last-of-type {
	margin-bottom: 0;
}

/* ===================================
   タブレット
   =================================== */
@media screen and (max-width: 999px) and (min-width: 768px) {
	#flowSection {
		padding: 60px 0 20px;
	}

	.flowStep {
		/*min-height: 280px;*/
		gap: 20px;
		margin-bottom: 40px;
	}
	.stepNum {
		flex: 0 0 70px;
	}
	.stepCircle {
		width: 70px;
		height: 70px;
		font-size: 1rem;
	}

	.stepCircle em {
		font-size: 1.8rem;
	}

	.stepLine {
		top: 70px;
		bottom: -70px;
	}

	.stepImg {
		flex: 0 0 180px;
		max-width: 180px;
	}

	.stepTitle.pc {
		font-size: 1.5rem;
		padding: 12px 20px;
		border-radius: 10px;
		display: flex !important;
	}

	/* タブレット用の三角形サイズ調整 */
	.stepTitle.pc::before {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #002d4c;
	}

	.stepText p {
		font-size: 1.3rem;
	}
}

/* ===================================
   スマホ
   =================================== */
@media screen and (max-width: 767px) {
	#ratTracesSection {
		padding: 80px 0 0;
	}
	#flowSection {
		padding: 40px 0;
	}

	.flowInner {
		padding: 0 15px;
	}

	.flowStep {
		flex-direction: column;
		gap: 0;
		min-height: auto;
		margin-bottom: 40px;
	}

	.flowStep:last-child {
		margin-bottom: 0;
	}

	/* PC用STEP番号と縦線を非表示 */
	.stepNum.pc {
		display: none !important;
	}
	.stepContent .btn {
		text-align: center;
		margin: 1em auto 0;
	}
	/* 画像を100%幅に */
	.stepImg {
		flex: none;
		max-width: 100%;
		width: 50%;
		order: 2;
		margin: 15px auto 0;
	}

	/* コンテンツエリア */
	.stepContent {
		order: 1;
	}

	/* PC用見出しを非表示 */
	.stepTitle.pc {
		display: none !important;
	}

	/* SP用ヘッダー（STEP番号+見出し）を表示 */
	.stepHeader.sp {
		display: flex !important;
		align-items: center;
		gap: 15px;
		margin-bottom: 15px;
	}

	.stepHeader.sp .stepCircle {
		width: 70px;
		height: 70px;
		font-size: 1rem;
		gap: 0.3rem;
	}

	.stepHeader.sp .stepCircle em {
		font-size: 1.7rem;
	}

	.stepHeader.sp .stepTitle {
		flex: 1;
		background: #002d4c;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 700;
		padding: 12px 15px;
		margin: 0;
		line-height: 1.4;
		text-align: left;
		border-radius: 10px;
		position: relative;
	}

	/* SP: 左向き三角形 */
	.stepHeader.sp .stepTitle::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%) translateX(-100%);
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #002d4c;
	}

	/* テキスト */
	.stepText {
		padding: 0;
	}

	.stepText p {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.stepTitle span {
		font-size: 1.3rem;
	}

	.methodImg img {
		/*height: 150px;
		object-position: center 80%;*/
		max-width: 240px;
		margin: auto;
		border-radius: 8px;
	}
}
