/* 基本リセット & 共通スタイル */
.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

/* パンくずリスト */
.breadcrumb {
	font-size: 12px;
	color: #666666;
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
}

/* メインビジュアル */
.hero {
	text-align: center;
	padding: 40px 0;
	margin-top: 40px;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)),url('../img/bg-hero-earth.jpeg') no-repeat center / cover;
}

.hero-title {
	font-size: 42px;
	color: #006b3c;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.hero-subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 40px;
}

.hero-features {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.feature-item {
	width: 160px;
	text-align: center;
}

.feature-item img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	margin-bottom: 10px;
}

.feature-item p {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/* 共通セクション設定 */
.section {
	padding: 60px 0;
}

.separator {
	border: none;
	border-top: 1px dashed #dddddd;
	margin: 0 auto;
	max-width: 1100px;
}

.section-title-green {
	color: #006b3c;
	font-size: 28px;
	margin-bottom: 20px;
	position: relative;
}

.section-title-center {
	color: #006b3c;
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
}

.section-title-center-large {
	color: #006b3c;
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
}

.flex-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

/* バイオマスとは？ */
.section-biomass-about .left-image img {
	width: 120px;
}
.section-biomass-about .far-right-image img {
	width: 180px;
}
.section-biomass-about .lead-text {
	font-size: 18px;
	margin-bottom: 15px;
}

/* バイオマスマークとは？ */
.left-image-mark img {
	width: 150px;
}

.check-list {
	list-style: none;
}

.check-list li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
}

.check-icon {
	background-color: #79b743;
	color: #ffffff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
	margin-top: 2px;
}

/* メリットセクション */
.bg-light-green {
	background-color: #f7fafd; /* 画像のうっすらした背景色を再現 */
}

.merit-grid {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.merit-box {
	flex: 1;
	background: #ffffff;
	padding: 30px 20px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.merit-box img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 20px;
}

.merit-box h3 {
	color: #006b3c;
	font-size: 20px;
	margin-bottom: 15px;
}

.merit-box p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
}

.merit-box:nth-child(2) p,
.merit-box:nth-child(3) p {
	text-align: center;
}

/* どんな商品に入っているの？ */
.flex-container-center {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}

.product-icon img {
	width: 100px;
}

.product-text p {
	margin-bottom: 8px;
}

/* 費用と納期 */
.info-grid {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.info-card {
	flex: 1;
	background-color: #f4f9f4;
	border: 1px solid #e2eee2;
	border-radius: 6px;
	padding: 25px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.info-card h3 {
	font-size: 15px;
	color: #006b3c;
	margin-bottom: 20px;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 25px;
}

.info-card p {
	font-size: 13px;
	text-align: left;
	margin-bottom: 15px;
	width: 100%;
}

.info-card p.highlight-green {
	color: #006b3c;
	font-weight: bold;
}

.card-badge {
	margin-top: auto;
	background-color: #dbebd6;
	color: #006b3c;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px;
	border-radius: 4px;
	width: 100%;
}

/* 実績セクション */
.records-box {
	background-color: #fcfdfa;
	border: 1px solid #e1ebd7;
	border-radius: 12px;
	padding: 40px;
	max-width: 800px;
	margin: 0 auto;
}

.section-title-center .sub {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.records-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px 40px;
	list-style: none;
	padding-left: 20px;
}

.records-list li {
	position: relative;
	font-size: 15px;
}

.records-list li::before {
	content: "●";
	color: #006b3c;
	position: absolute;
	left: -20px;
	font-size: 12px;
}

/* フッター CTA */
.cta-footer {
	background-color: #004d2c;
	color: #ffffff;
	padding: 30px 0;
	margin-top: 60px;
}

.cta-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cta-text h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

.cta-text p {
	font-size: 15px;
	color: #dddddd;
}

.cta-button {
	background-color: #ffffff;
	color: #004d2c;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 35px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 15px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	transition: background-color 0.3s;
}

.cta-button:hover {
	background-color: #f0f0f0;
}

.cta-button .arrow {
	font-size: 12px;
}

/* レスポンシブ対応 (簡易版) */
@media (max-width: 768px) {
	.flex-container, .flex-container-center, .merit-grid, .info-grid, .cta-container {
		flex-direction: column;
		text-align: center;
	}
	.records-list {
		grid-template-columns: 1fr;
	}
	.hero-features {
		flex-direction: column;
		align-items: center;
	}
	.merit-box, .info-card {
		width: 100%;
	}
}