/* ==========================================
   墓じまいの一休堂
========================================== */

.ikkyudo-page {
	background: #faf9f5;
	color: #2b2b2b;
}

.ikkyudo-page *,
.ikkyudo-page *::before,
.ikkyudo-page *::after {
	box-sizing: border-box;
}

.ikkyudo-container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}


/* ==========================================
   パンくず
========================================== */

.ikkyudo-breadcrumb {
	padding: 20px 0;
}

.ikkyudo-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;

	margin: 0;
	padding: 0;

	list-style: none;

	color: #777;
	font-size: 12px;
}

.ikkyudo-breadcrumb li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ikkyudo-breadcrumb li:not(:last-child)::after {
	content: "›";
	color: #aaa;
}

.ikkyudo-breadcrumb a {
	color: #666;
	text-decoration: none;
}

.ikkyudo-breadcrumb a:hover {
	color: #1f5c45;
	text-decoration: underline;
}


/* ==========================================
   ヒーロー
========================================== */

.ikkyudo-hero {
	position: relative;

	width: 100vw;
	max-width: none;

	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);

	overflow: hidden;

	background:
		linear-gradient(
			rgba(30, 30, 30, .65),
			rgba(21, 66, 47, .80)
		),
		url("../images/stone-craftsman.jpg")
		center / cover no-repeat;

	color: #fff;
}

.ikkyudo-hero-inner {
	width: 100%;
	max-width: 1080px;

	margin: 0 auto;

	padding:
		56px 20px
		48px;

	text-align: center;
}


.ikkyudo-hero-kicker {
	margin: 0 0 10px;

	font-size: .9rem;
	font-weight: 700;

	letter-spacing: .15em;

	opacity: .92;
}


.ikkyudo-hero-title {
	margin: 0 0 22px;

	color: #fff;

	font-size:
		clamp(
			1.5rem,
			4vw,
			2.3rem
		);

	font-weight: 800;
	line-height: 1.5;

	text-shadow:
		0 2px 8px
		rgba(0, 0, 0, .35);
}


.ikkyudo-hero-title > span {
	color: #ffd764;
}


.ikkyudo-hero-title small {
	display: block;

	margin-top: 12px;

	color: #fff;

	font-size: .62em;
	font-weight: 700;
	line-height: 1.8;
}


/* ==========================================
   ヒーローバッジ
========================================== */

.ikkyudo-hero-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	gap: 12px;

	margin-bottom: 26px;
}


.ikkyudo-hero-badges > span {
	padding: 7px 18px;

	background:
		rgba(255, 255, 255, .14);

	border:
		1px solid
		rgba(255, 255, 255, .5);

	border-radius: 999px;

	font-size: .85rem;
	font-weight: 700;

	backdrop-filter: blur(2px);
}


.ikkyudo-hero-badges i {
	margin-right: 6px;

	color: #ffd764;
}


/* ==========================================
   ヒーローCTA
========================================== */

.ikkyudo-hero-cv {
	width: 100%;
	max-width: 820px;

	margin: 0 auto;
	padding: 20px;

	background: #fff;

	border-radius: 16px;

	color: #2b2b2b;

	box-shadow:
		0 8px 30px
		rgba(0, 0, 0, .25);
}


.ikkyudo-hero-tel {
	display: block;

	padding: 18px 20px;

	background:
		linear-gradient(
			180deg,
			#ff9a2e,
			#e8710a
		);

	border-radius: 12px;

	color: #fff;
	text-align: center;
	text-decoration: none;

	box-shadow:
		0 5px 18px
		rgba(232, 113, 10, .4);

	transition:
		transform .15s,
		box-shadow .15s;
}


.ikkyudo-hero-tel:hover {
	color: #fff;

	transform:
		translateY(-2px);

	box-shadow:
		0 7px 22px
		rgba(232, 113, 10, .5);
}


.ikkyudo-hero-tel-label {
	display: inline-block;

	margin-bottom: 7px;
	padding: 4px 16px;

	background: #fff;

	border-radius: 999px;

	color: #c95f05;

	font-size: .82rem;
	font-weight: 800;
}


.ikkyudo-hero-tel-number {
	display: flex;
	align-items: center;
	justify-content: center;

	gap: 10px;

	color: #fff;

	font-size:
		clamp(
			2rem,
			6vw,
			3rem
		);

	font-weight: 900;
	line-height: 1.2;
}


.ikkyudo-hero-tel-hours {
	display: block;

	margin-top: 5px;

	color: #fff;

	font-size: .88rem;
	font-weight: 700;
}


.ikkyudo-hero-tel-hours strong {
	color: #ffe9a8;
}


.ikkyudo-hero-cv-divider {
	display: flex;
	align-items: center;

	gap: 14px;

	margin: 18px 0;

	color: #666;

	font-size: .8rem;
	font-weight: 700;
}


.ikkyudo-hero-cv-divider::before,
.ikkyudo-hero-cv-divider::after {
	content: "";

	flex: 1;

	height: 1px;

	background: #ddd;
}


.ikkyudo-hero-cv-buttons {
	display: grid;

	grid-template-columns:
		1.2fr 1fr;

	gap: 12px;
}


.ikkyudo-hero-cv-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	padding: 15px 14px;

	border-radius: 10px;

	color: #fff;
	text-align: center;
	text-decoration: none;

	transition:
		transform .15s,
		box-shadow .15s;
}


.ikkyudo-hero-cv-btn:hover {
	color: #fff;

	transform:
		translateY(-2px);
}


.ikkyudo-hero-cv-btn strong {
	font-size: .95rem;
}


.ikkyudo-hero-cv-btn small {
	margin-top: 3px;

	font-size: .7rem;
	font-weight: 600;

	opacity: .95;
}


.ikkyudo-hero-cv-btn.is-estimate {
	background:
		linear-gradient(
			180deg,
			#f5851f,
			#e8710a
		);

	box-shadow:
		0 4px 14px
		rgba(232, 113, 10, .4);
}


.ikkyudo-hero-cv-btn.is-document {
	background:
		linear-gradient(
			180deg,
			#2e7d5b,
			#1f5c45
		);

	box-shadow:
		0 4px 14px
		rgba(31, 92, 69, .35);
}


.ikkyudo-hero-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	gap: 8px 18px;

	margin-top: 16px;

	color: #666;

	font-size: .72rem;
	font-weight: 700;
}


.ikkyudo-hero-trust i {
	margin-right: 4px;

	color: #1f5c45;
}


/* ==========================================
   セクション共通
========================================== */

.ikkyudo-section {
	padding: 56px 0;
}


.ikkyudo-section-title {
	margin: 0 0 8px;

	color: #15422f;

	font-size:
		clamp(
			1.3rem,
			3vw,
			1.7rem
		);

	font-weight: 800;
	line-height: 1.5;
	text-align: center;
}


.ikkyudo-section-lead {
	margin: 0 0 34px;

	color: #666;

	font-size: .92rem;
	line-height: 1.8;
	text-align: center;
}


/* ==========================================
   2カラム
========================================== */

.ikkyudo-two-col {
	display: grid;

	grid-template-columns:
		1fr 1fr;

	align-items: center;

	gap: 30px;
}


.ikkyudo-overview-image img {
	width: 100%;
	height: auto;

	display: block;

	border-radius: 10px;

	box-shadow:
		0 2px 10px
		rgba(0, 0, 0, .08);
}


.ikkyudo-overview-text {
	font-size: .95rem;
	line-height: 1.9;
}


.ikkyudo-overview-text p {
	margin: 0 0 18px;
}


.ikkyudo-overview-text p:last-child {
	margin-bottom: 0;
}


/* ==========================================
   基本情報
========================================== */

.ikkyudo-info-table-wrap {
	margin-top: 32px;

	overflow-x: auto;

	border-radius: 10px;

	box-shadow:
		0 2px 10px
		rgba(0, 0, 0, .08);
}


.ikkyudo-info-table {
	width: 100%;

	border-collapse: collapse;

	background: #fff;

	font-size: .92rem;
}


.ikkyudo-info-table th,
.ikkyudo-info-table td {
	padding: 13px 16px;

	border-bottom:
		1px solid #dcdcd4;

	text-align: left;
	vertical-align: top;
}


.ikkyudo-info-table th {
	width: 32%;

	background: #e8f3ee;

	color: #15422f;

	font-weight: 700;
}


.ikkyudo-info-table tr:last-child th,
.ikkyudo-info-table tr:last-child td {
	border-bottom: 0;
}


/* ==========================================
   Tablet
========================================== */

@media (max-width: 900px) {

	.ikkyudo-two-col {
		grid-template-columns: 1fr;
	}

}


/* ==========================================
   SP
========================================== */

@media (max-width: 640px) {

	.ikkyudo-container {
		padding-left: 14px;
		padding-right: 14px;
	}


	.ikkyudo-breadcrumb {
		padding: 16px 0;
	}


	.ikkyudo-breadcrumb ol {
		font-size: .7rem;
	}


	.ikkyudo-hero-inner {
		padding:
			40px 14px
			36px;
	}


	.ikkyudo-hero-kicker {
		font-size: .72rem;

		letter-spacing: .08em;
	}


	.ikkyudo-hero-title {
		font-size: 1.35rem;
	}


	.ikkyudo-hero-title br {
		display: none;
	}


	.ikkyudo-hero-title small {
		font-size: .66em;
	}


	.ikkyudo-hero-badges {
		gap: 8px;

		margin-bottom: 20px;
	}


	.ikkyudo-hero-badges > span {
		padding: 5px 12px;

		font-size: .72rem;
	}


	.ikkyudo-hero-cv {
		padding: 14px;

		border-radius: 12px;
	}


	.ikkyudo-hero-tel {
		padding: 14px 10px;
	}


	.ikkyudo-hero-tel-label {
		padding: 3px 10px;

		font-size: .7rem;
	}


	.ikkyudo-hero-tel-number {
		font-size:
			clamp(
				1.55rem,
				8.5vw,
				2rem
			);
	}


	.ikkyudo-hero-tel-hours {
		font-size: .75rem;
	}


	.ikkyudo-hero-cv-divider {
		margin: 15px 0;

		font-size: .72rem;
	}


	.ikkyudo-hero-cv-buttons {
		grid-template-columns: 1fr;
	}


	.ikkyudo-hero-trust {
		font-size: .66rem;
	}


	.ikkyudo-section {
		padding: 38px 0;
	}


	.ikkyudo-section-title {
		font-size: 1.25rem;
	}


	.ikkyudo-section-lead {
		margin-bottom: 24px;

		font-size: .85rem;
	}


	.ikkyudo-info-table {
		font-size: .82rem;
	}


	.ikkyudo-info-table th,
	.ikkyudo-info-table td {
		padding: 11px 10px;
	}


	.ikkyudo-info-table th {
		width: 34%;
	}

}

/* ==========================================
   白背景セクション
========================================== */

.ikkyudo-section.is-white {
	background: #fff;
}


/* ==========================================
   責任者挨拶
========================================== */

.ikkyudo-greeting-grid {
	display: grid;

	grid-template-columns:
		320px 1fr;

	align-items: center;

	gap: 42px;

	margin-top: 24px;
}


.ikkyudo-greeting-photo {
	position: relative;

	width: 100%;

	margin: 0;

	overflow: hidden;

	aspect-ratio: 3 / 4;

	border-radius: 10px;

	box-shadow:
		0 3px 14px
		rgba(0, 0, 0, .1);
}


.ikkyudo-greeting-photo img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;
}


.ikkyudo-greeting-photo figcaption {
	position: absolute;

	left: 0;
	bottom: 0;

	padding: 7px 16px;

	background:
		rgba(31, 92, 69, .92);

	border-top-right-radius: 8px;

	color: #fff;

	font-size: .78rem;
	font-weight: 800;
}


.ikkyudo-greeting-text {
	font-size: .95rem;
	line-height: 2;
}


.ikkyudo-greeting-text p {
	margin: 0 0 18px;
}


.ikkyudo-greeting-note {
	color: #666;

	font-size: .88rem;
}


/* ==========================================
   中間CTA
========================================== */

.ikkyudo-mid-cv {
	width: 100vw;

	margin-left:
		calc(50% - 50vw);

	margin-right:
		calc(50% - 50vw);

	padding: 56px 0;

	background:
		linear-gradient(
			160deg,
			#15422f,
			#1f5c45
		);
}


.ikkyudo-mid-cv-panel {
	width: 100%;
	max-width: 820px;

	margin: 0 auto;

	overflow: hidden;

	background: #fff;

	border-radius: 16px;

	box-shadow:
		0 8px 30px
		rgba(0, 0, 0, .25);
}


.ikkyudo-mid-cv-head {
	padding: 14px 18px;

	background:
		linear-gradient(
			90deg,
			#b7402c,
			#c0392b
		);

	color: #fff;
	text-align: center;
}


.ikkyudo-mid-cv-head span {
	display: inline-block;

	margin-bottom: 6px;
	padding: 2px 14px;

	background: #ffd764;

	border-radius: 999px;

	color: #8a2f1e;

	font-size: .78rem;
	font-weight: 800;
}


.ikkyudo-mid-cv-head h2 {
	margin: 0;

	color: #fff;

	font-size:
		clamp(
			1.05rem,
			2.6vw,
			1.35rem
		);

	font-weight: 800;
}


.ikkyudo-mid-cv-body {
	padding: 20px;
}


.ikkyudo-mid-tel {
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 18px;

	background:
		linear-gradient(
			180deg,
			#ff9a2e,
			#e8710a
		);

	border-radius: 12px;

	color: #fff;
	text-align: center;
	text-decoration: none;

	box-shadow:
		0 5px 18px
		rgba(232, 113, 10, .4);

	transition: .15s;
}


.ikkyudo-mid-tel:hover {
	color: #fff;

	transform:
		translateY(-2px);
}


.ikkyudo-mid-tel-label {
	margin-bottom: 6px;
	padding: 3px 16px;

	background: #fff;

	border-radius: 999px;

	color: #c95f05;

	font-size: .82rem;
	font-weight: 800;
}


.ikkyudo-mid-tel strong {
	display: flex;
	align-items: center;

	gap: 10px;

	font-size:
		clamp(
			2rem,
			6vw,
			3rem
		);

	font-weight: 900;
	line-height: 1.2;
}


.ikkyudo-mid-tel small {
	margin-top: 4px;

	font-size: .86rem;
	font-weight: 700;
}


.ikkyudo-mid-tel small b {
	color: #ffe9a8;
}


.ikkyudo-mid-divider {
	display: flex;
	align-items: center;

	gap: 14px;

	margin: 18px 0;

	color: #666;

	font-size: .8rem;
	font-weight: 700;
}


.ikkyudo-mid-divider::before,
.ikkyudo-mid-divider::after {
	content: "";

	flex: 1;

	height: 1px;

	background: #ddd;
}


.ikkyudo-mid-buttons {
	display: grid;

	grid-template-columns:
		1.2fr 1fr;

	gap: 12px;
}


.ikkyudo-mid-buttons a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	padding: 16px 14px;

	border-radius: 10px;

	color: #fff;
	text-align: center;
	text-decoration: none;

	transition: .15s;
}


.ikkyudo-mid-buttons a:hover {
	color: #fff;

	transform:
		translateY(-2px);
}


.ikkyudo-mid-buttons strong {
	font-size: .95rem;
}


.ikkyudo-mid-buttons small {
	margin-top: 3px;

	font-size: .7rem;
	font-weight: 600;
}


.ikkyudo-mid-buttons .is-estimate {
	background:
		linear-gradient(
			180deg,
			#f5851f,
			#e8710a
		);
}


.ikkyudo-mid-buttons .is-document {
	background:
		linear-gradient(
			180deg,
			#2e7d5b,
			#1f5c45
		);
}


/* ==========================================
   口コミ
========================================== */

.ikkyudo-review-section {
	background: #faf9f5;
}


.ikkyudo-review-summary {
	width: 100%;
	max-width: 520px;

	margin: 18px auto 20px;
	padding: 20px 24px;

	background: #fff;

	border: 2px solid #efe0c8;
	border-radius: 10px;

	text-align: center;

	box-shadow:
		0 2px 10px
		rgba(0, 0, 0, .08);
}


.ikkyudo-review-summary-num {
	display: block;

	color: #e8710a;

	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1;
}


.ikkyudo-review-summary-stars {
	display: block;

	margin: 6px 0 4px;

	color: #f6b93b;

	font-size: 1.2rem;

	letter-spacing: 2px;
}


.ikkyudo-review-summary-count {
	margin: 0;

	color: #666;

	font-size: .9rem;
	font-weight: 700;
}


.ikkyudo-review-summary-count strong {
	color: #15422f;

	font-size: 1.05rem;
}


/* スクロール枠 */

.ikkyudo-voice-scroll {
	max-height: 640px;

	overflow-y: auto;

	padding:
		6px 14px
		6px 6px;

	background: #faf8f4;

	border: 1px solid #dcdcd4;
	border-radius: 10px;

	scrollbar-width: thin;

	scrollbar-color:
		#1f5c45 #e8e4dc;
}


.ikkyudo-voice-scroll::-webkit-scrollbar {
	width: 10px;
}


.ikkyudo-voice-scroll::-webkit-scrollbar-track {
	background: #e8e4dc;

	border-radius: 999px;
}


.ikkyudo-voice-scroll::-webkit-scrollbar-thumb {
	background: #1f5c45;

	border-radius: 999px;
}


.ikkyudo-voice-grid {
	display: grid;

	grid-template-columns:
		repeat(
			2,
			minmax(0, 1fr)
		);

	gap: 22px;
}


.ikkyudo-voice-card {
	position: relative;

	padding: 24px;

	background: #fff;

	border-radius: 10px;

	box-shadow:
		0 2px 10px
		rgba(0, 0, 0, .08);
}


.ikkyudo-voice-tag {
	display: inline-block;

	margin-bottom: 10px;
	padding: 2px 10px;

	background: #e8f3ee;

	border-radius: 999px;

	color: #15422f;

	font-size: .72rem;
	font-weight: 700;
}


.ikkyudo-voice-head {
	display: flex;
	align-items: center;

	gap: 14px;

	margin-bottom: 12px;
}


.ikkyudo-voice-photo {
	width: 72px;
	height: 72px;

	flex-shrink: 0;

	border:
		3px solid #e8f3ee;

	border-radius: 50%;

	object-fit: cover;

	box-shadow:
		0 2px 6px
		rgba(0, 0, 0, .12);
}


.ikkyudo-stars {
	color: #f6b93b;

	font-size: .9rem;
}


.ikkyudo-score {
	margin-left: 5px;

	color: #666;

	font-size: .76rem;
	font-weight: 700;
}


.ikkyudo-voice-meta {
	margin: 2px 0 0;

	color: #666;

	font-size: .8rem;
	font-weight: 600;
}


.ikkyudo-voice-card blockquote {
	margin: 0;

	color: #2b2b2b;

	font-size: .92rem;
	line-height: 1.8;
}


.ikkyudo-voice-scroll-hint {
	margin: 8px 0 0;

	color: #666;

	font-size: .78rem;
	font-weight: 600;
	text-align: center;
}


.ikkyudo-review-note {
	margin: 12px 0 0;

	color: #777;

	font-size: .76rem;
	line-height: 1.7;
	text-align: center;
}


/* ==========================================
   SP
========================================== */

@media (max-width: 900px) {

	.ikkyudo-greeting-grid {
		grid-template-columns: 1fr;

		max-width: 680px;

		margin-left: auto;
		margin-right: auto;
	}


	.ikkyudo-greeting-photo {
		width: 100%;
		max-width: 320px;

		margin: 0 auto;
	}


	.ikkyudo-voice-grid {
		grid-template-columns: 1fr;
	}

}


@media (max-width: 640px) {

	.ikkyudo-mid-cv {
		padding: 40px 0;
	}


	.ikkyudo-mid-cv-panel {
		border-radius: 12px;
	}


	.ikkyudo-mid-cv-body {
		padding: 16px;
	}


	.ikkyudo-mid-tel {
		padding: 14px 10px;
	}


	.ikkyudo-mid-tel-label {
		padding: 3px 10px;

		font-size: .7rem;
	}


	.ikkyudo-mid-tel strong {
		font-size:
			clamp(
				1.55rem,
				8.5vw,
				2rem
			);
	}


	.ikkyudo-mid-tel small {
		font-size: .74rem;
	}


	.ikkyudo-mid-buttons {
		grid-template-columns: 1fr;
	}


	.ikkyudo-voice-scroll {
		max-height: 560px;

		padding:
			6px 10px
			6px 6px;
	}


	.ikkyudo-voice-card {
		padding: 18px 16px;
	}


	.ikkyudo-voice-photo {
		width: 60px;
		height: 60px;
	}


	.ikkyudo-voice-card blockquote {
		font-size: .86rem;
	}

}

/* ==========================================
   施工事例
========================================== */

.ikkyudo-works-section {
	background: #faf9f5;
}


.ikkyudo-works-grid {
	display: grid;

	grid-template-columns:
		repeat(
			2,
			minmax(0, 1fr)
		);

	gap: 26px;
}


.ikkyudo-works-card {
	display: flex;
	flex-direction: column;

	overflow: hidden;

	background: #fff;

	border: 1px solid #dcdcd4;
	border-radius: 14px;

	box-shadow:
		0 4px 14px
		rgba(0, 0, 0, .06);
}


/* ==========================================
   写真
========================================== */

.ikkyudo-works-photo {
	position: relative;

	overflow: hidden;
}


.ikkyudo-works-photo img {
	width: 100%;

	aspect-ratio: 16 / 9;

	display: block;

	object-fit: cover;
}


.ikkyudo-works-badge {
	position: absolute;

	top: 10px;
	left: 10px;

	padding: 4px 10px;

	background: #1f5c45;

	border-radius: 4px;

	color: #fff;

	font-size: .7rem;
	font-weight: 800;
}


/* ==========================================
   本文
========================================== */

.ikkyudo-works-body {
	display: flex;
	flex: 1;
	flex-direction: column;

	padding: 18px 20px 20px;
}


.ikkyudo-works-body h3 {
	margin: 0 0 10px;

	color: #15422f;

	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.55;
}


.ikkyudo-works-meta {
	display: flex;
	flex-wrap: wrap;

	gap: 6px 14px;

	margin-bottom: 12px;

	color: #666;

	font-size: .78rem;
}


.ikkyudo-works-meta span {
	display: inline-flex;
	align-items: center;

	gap: 4px;
}


.ikkyudo-works-meta i {
	color: #1f5c45;
}


/* ==========================================
   料金
========================================== */

.ikkyudo-works-price {
	margin: auto 0 0;
	padding: 11px 14px;

	background: #fff6ec;

	border: 1px dashed #e8710a;
	border-radius: 8px;

	color: #444;

	font-size: .84rem;
	font-weight: 700;
	line-height: 1.7;
}


.ikkyudo-works-price em {
	color: #c95f05;

	font-size: 1.15rem;
	font-style: normal;
	font-weight: 800;
}


.ikkyudo-works-price span {
	font-size: .78rem;
}


.ikkyudo-works-note {
	margin: 14px 0 0;

	color: #777;

	font-size: .76rem;
	line-height: 1.7;
	text-align: center;
}


/* ==========================================
   Responsive
========================================== */

@media (max-width: 760px) {

	.ikkyudo-works-grid {
		grid-template-columns: 1fr;

		gap: 18px;
	}


	.ikkyudo-works-body {
		padding: 15px 14px 16px;
	}


	.ikkyudo-works-body h3 {
		font-size: .96rem;
	}


	.ikkyudo-works-price {
		font-size: .8rem;
	}

}

/* ==========================================
   ご利用の流れ
========================================== */

.ikkyudo-step-grid {
	display: grid;

	grid-template-columns:
		repeat(
			3,
			minmax(0, 1fr)
		);

	gap: 16px;
}


.ikkyudo-step-card {
	position: relative;

	padding: 22px 16px;

	background: #fff;

	border-radius: 10px;

	text-align: center;

	box-shadow:
		0 2px 10px
		rgba(0, 0, 0, .08);
}


.ikkyudo-step-label {
	display: inline-block;

	margin-bottom: 12px;
	padding: 3px 12px;

	background: #e8710a;

	border-radius: 999px;

	color: #fff;

	font-size: .72rem;
	font-weight: 800;
}


.ikkyudo-step-card > i {
	display: block;

	margin-bottom: 12px;

	color: #1f5c45;

	font-size: 1.8rem;
}


.ikkyudo-step-card h3 {
	margin: 0 0 9px;

	color: #15422f;

	font-size: .95rem;
	font-weight: 800;
	line-height: 1.5;
}


.ikkyudo-step-card p {
	margin: 0;

	color: #666;

	font-size: .8rem;
	line-height: 1.8;

	text-align: left;
}


/* ==========================================
   FAQ
========================================== */

.ikkyudo-faq-section {
	background: #faf9f5;
}


.ikkyudo-faq-list {
	width: 100%;
	max-width: 820px;

	margin: 28px auto 0;
}


.ikkyudo-faq-item {
	margin-bottom: 14px;

	overflow: hidden;

	background: #fff;

	border-radius: 10px;

	box-shadow:
		0 2px 10px
		rgba(0, 0, 0, .08);
}


.ikkyudo-faq-item:last-child {
	margin-bottom: 0;
}


.ikkyudo-faq-q {
	position: relative;

	width: 100%;

	padding:
		18px
		46px
		18px
		20px;

	background: transparent;

	border: 0;

	color: #2b2b2b;

	font-family: inherit;
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.6;

	text-align: left;

	cursor: pointer;
}


.ikkyudo-faq-q::before {
	content: "Q.";

	margin-right: 8px;

	color: #e8710a;

	font-weight: 800;
}


.ikkyudo-faq-q::after {
	content: "\f078";

	position: absolute;

	top: 50%;
	right: 18px;

	transform:
		translateY(-50%);

	color: #1f5c45;

	font-family:
		"Font Awesome 6 Free";

	font-size: .8rem;
	font-weight: 900;

	transition:
		transform .25s;
}


.ikkyudo-faq-item.is-open
.ikkyudo-faq-q::after {
	transform:
		translateY(-50%)
		rotate(180deg);
}


.ikkyudo-faq-a {
	padding:
		0 20px 18px;

	color: #666;

	font-size: .9rem;
	line-height: 1.8;
}


.ikkyudo-faq-a::before {
	content: "A.";

	margin-right: 8px;

	color: #1f5c45;

	font-weight: 800;
}


/* ==========================================
   Responsive
========================================== */

@media (max-width: 900px) {

	.ikkyudo-step-grid {
		grid-template-columns:
			repeat(
				2,
				minmax(0, 1fr)
			);
	}

}


@media (max-width: 520px) {

	.ikkyudo-step-grid {
		grid-template-columns: 1fr;
	}


	.ikkyudo-step-card {
		padding: 18px 14px;
	}


	.ikkyudo-faq-q {
		padding:
			16px
			42px
			16px
			16px;

		font-size: .9rem;
	}


	.ikkyudo-faq-a {
		padding:
			0 16px 16px;

		font-size: .84rem;
	}

}

/* ==========================================
   スタッフ紹介
========================================== */

.ikkyudo-staff-grid {
	display: grid;

	grid-template-columns:
		repeat(
			3,
			minmax(0, 1fr)
		);

	gap: 24px;

	margin-top: 28px;
}


.ikkyudo-staff-card {
	display: flex;
	flex-direction: column;

	overflow: hidden;

	background: #fff;

	border: 1px solid #dcdcd4;
	border-radius: 10px;

	box-shadow:
		0 2px 10px
		rgba(0, 0, 0, .08);
}


/* 写真 */

.ikkyudo-staff-photo {
	position: relative;

	margin: 0;

	overflow: hidden;

	aspect-ratio: 3 / 4;
}


.ikkyudo-staff-photo img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;
}


.ikkyudo-staff-photo figcaption {
	position: absolute;

	left: 0;
	bottom: 0;

	padding: 5px 14px;

	background:
		rgba(31, 92, 69, .92);

	border-top-right-radius: 8px;

	color: #fff;

	font-size: .74rem;
	font-weight: 800;
}


/* 本文 */

.ikkyudo-staff-body {
	display: flex;
	flex: 1;
	flex-direction: column;

	padding: 18px 18px 20px;
}


.ikkyudo-staff-name {
	margin: 0 0 2px;

	color: #15422f;

	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1.5;
}


.ikkyudo-staff-name span {
	display: block;

	color: #777;

	font-size: .68rem;
	font-weight: 600;

	letter-spacing: .12em;
}


.ikkyudo-staff-tags {
	display: flex;
	flex-wrap: wrap;

	gap: 6px;

	margin: 10px 0 12px;
}


.ikkyudo-staff-tags span {
	padding: 2px 10px;

	background: #fff3e0;

	border: 1px solid #e8a85d;
	border-radius: 999px;

	color: #a34c05;

	font-size: .68rem;
	font-weight: 700;
}


.ikkyudo-staff-message {
	flex: 1;

	margin: 0;
	padding: 12px 14px;

	background: #faf9f5;

	border-radius: 8px;

	color: #555;

	font-size: .86rem;
	line-height: 1.75;
}


/* ==========================================
   会社情報
========================================== */

.ikkyudo-company-section {
	background: #faf9f5;
}


.ikkyudo-company-table-wrap {
	width: 100%;
	max-width: 900px;

	margin: 28px auto 0;

	overflow: hidden;

	border-radius: 10px;

	box-shadow:
		0 2px 10px
		rgba(0, 0, 0, .08);
}


.ikkyudo-company-table {
	width: 100%;

	border-collapse: collapse;

	background: #fff;

	font-size: .9rem;
}


.ikkyudo-company-table th,
.ikkyudo-company-table td {
	padding: 14px 16px;

	border-bottom:
		1px solid #dcdcd4;

	text-align: left;
	vertical-align: top;
}


.ikkyudo-company-table th {
	width: 27%;

	background: #e8f3ee;

	color: #15422f;

	font-weight: 700;
}


.ikkyudo-company-table tr:last-child th,
.ikkyudo-company-table tr:last-child td {
	border-bottom: 0;
}


.ikkyudo-company-table a {
	color: #1f5c45;

	font-weight: 700;

	text-decoration: underline;
}


.ikkyudo-office-list {
	margin: 0;
	padding: 0;

	list-style: none;
}


.ikkyudo-office-list li {
	margin-bottom: 5px;

	line-height: 1.7;
}


.ikkyudo-office-list li:last-child {
	margin-bottom: 0;
}


/* ==========================================
   Responsive
========================================== */

@media (max-width: 900px) {

	.ikkyudo-staff-grid {
		grid-template-columns: 1fr;

		max-width: 420px;

		margin-left: auto;
		margin-right: auto;

		gap: 18px;
	}

}


@media (max-width: 640px) {

	.ikkyudo-company-table {
		font-size: .8rem;
	}


	.ikkyudo-company-table th,
	.ikkyudo-company-table td {
		padding: 11px 9px;
	}


	.ikkyudo-company-table th {
		width: 31%;
	}


	.ikkyudo-staff-body {
		padding: 16px;
	}


	.ikkyudo-staff-message {
		font-size: .82rem;
	}

}

/* ==========================================
   最終CTA
========================================== */

.ikkyudo-final-cv {
	width: 100vw;

	margin-left:
		calc(50% - 50vw);

	margin-right:
		calc(50% - 50vw);

	padding: 56px 0;

	background:
		linear-gradient(
			160deg,
			#15422f,
			#1f5c45
		);

	color: #fff;
}


.ikkyudo-final-cv
.ikkyudo-section-title {
	color: #fff;
}


.ikkyudo-final-cv
.ikkyudo-section-lead {
	color:
		rgba(255, 255, 255, .85);
}



/* ==========================================
   3つの窓口
========================================== */

.ikkyudo-cv-window {
	width: 100%;
	max-width: 820px;

	margin:
		0 auto
		26px;

	overflow: hidden;

	background: #fff;

	border-radius: 14px;

	color: #2b2b2b;

	box-shadow:
		0 8px 30px
		rgba(0, 0, 0, .22);
}


.ikkyudo-cv-window:last-child {
	margin-bottom: 0;
}


.ikkyudo-cv-window.is-tel {
	border-top:
		6px solid #e8710a;
}


.ikkyudo-cv-window.is-estimate {
	border-top:
		6px solid #1f66b5;
}


.ikkyudo-cv-window.is-document {
	border-top:
		6px solid #1f5c45;
}


.ikkyudo-cv-window-head {
	padding:
		16px 20px 0;

	text-align: center;
}


.ikkyudo-cv-window-head span {
	display: inline-block;

	margin-bottom: 4px;

	font-size: .88rem;
	font-weight: 800;
}


.ikkyudo-cv-window-head h3 {
	margin: 0;

	font-size:
		clamp(
			1.1rem,
			2.6vw,
			1.35rem
		);

	font-weight: 800;
	line-height: 1.5;
}


.ikkyudo-cv-window.is-tel
.ikkyudo-cv-window-head {
	color: #c95f05;
}


.ikkyudo-cv-window.is-estimate
.ikkyudo-cv-window-head {
	color: #1f66b5;
}


.ikkyudo-cv-window.is-document
.ikkyudo-cv-window-head {
	color: #15422f;
}


.ikkyudo-cv-window-body {
	padding:
		16px 26px 26px;
}


.ikkyudo-cv-window-text {
	width: 100%;
	max-width: 560px;

	margin:
		0 auto
		14px;

	color: #444;

	font-size: .86rem;
	line-height: 1.8;

	text-align: center;
}



/* ==========================================
   電話
========================================== */

/* ==========================================
   最終CTA 電話ブロック
========================================== */

.ikkyudo-final-tel {
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	padding: 20px 20px 18px;

	background:
		linear-gradient(
			180deg,
			#ff9a2e,
			#e8710a
		);

	border-radius: 14px;

	color: #fff;
	text-align: center;

	box-shadow:
		0 6px 20px
		rgba(232, 113, 10, .5),
		inset 0 -4px 0
		rgba(0, 0, 0, .15);
}


/* 上部ラベル */

.ikkyudo-final-tel-label {
	display: block;

	width: fit-content;

	margin:
		0 auto
		8px;

	padding: 4px 18px;

	background: #fff;

	border-radius: 999px;

	color: #c95f05;

	font-size: .84rem;
	font-weight: 800;

	box-shadow:
		0 2px 6px
		rgba(0, 0, 0, .15);
}


/* 電話番号 */

.ikkyudo-final-tel > a {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;

	gap: 10px;

	color: #fff;

	font-size:
		clamp(
			2.1rem,
			7vw,
			3rem
		);

	font-weight: 900;
	line-height: 1.2;

	letter-spacing: .02em;

	text-align: center;
	text-decoration: none;

	text-shadow:
		0 2px 6px
		rgba(0, 0, 0, .2);
}

.ikkyudo-final-tel > a:hover {
	color: #fff;

	opacity: .92;
}


/* 電話アイコン */

.ikkyudo-final-tel > a i {
	color: #fff;

	font-size: .72em;

	animation:
		ikkyudo-telshake
		2.4s
		ease-in-out
		infinite;
}


/* 電話アイコンアニメーション */

@keyframes ikkyudo-telshake {

	0%,
	84%,
	100% {
		transform: rotate(0);
	}

	86% {
		transform: rotate(-14deg);
	}

	88% {
		transform: rotate(12deg);
	}

	90% {
		transform: rotate(-10deg);
	}

	92% {
		transform: rotate(8deg);
	}

	94% {
		transform: rotate(-4deg);
	}

	96% {
		transform: rotate(0);
	}

}


/* 受付時間 */

.ikkyudo-final-tel p {
	margin: 4px 0 0;

	color: #fff;

	font-size: .9rem;
	font-weight: 800;
}


.ikkyudo-final-tel p strong {
	color: #ffe9a8;

	font-size: 1.05em;
}


/* タップ案内 */

.ikkyudo-final-tel small {
	display: none;

	margin-top: 2px;

	color: #fff;

	font-size: .78rem;
	font-weight: 700;

	opacity: .95;
}


/* ==========================================
   SP
========================================== */

@media (max-width: 640px) {

	.ikkyudo-final-tel {
		padding: 14px 10px;
	}


	.ikkyudo-final-tel-label {
		padding: 3px 12px;

		font-size: .72rem;
	}


	.ikkyudo-final-tel > a {
		gap: 7px;

		font-size:
			clamp(
				1.55rem,
				8.5vw,
				2rem
			);
	}


	.ikkyudo-final-tel p {
		font-size: .76rem;
	}


	.ikkyudo-final-tel small {
		display: block;
	}

}

/* ==========================================
   大型ボタン
========================================== */

.ikkyudo-final-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	gap: 2px;

	width: 100%;
	max-width: 560px;

	margin: 0 auto;
	padding: 18px 20px;

	border-radius: 999px;

	color: #fff;

	font-size:
		clamp(
			1rem,
			2.4vw,
			1.15rem
		);

	font-weight: 800;

	text-align: center;
	text-decoration: none;

	transition:
		transform .15s,
		box-shadow .15s;
}


.ikkyudo-final-button:hover {
	color: #fff;

	transform:
		translateY(-2px);
}


.ikkyudo-final-button small {
	font-size: .72rem;
	font-weight: 700;

	opacity: .95;
}


.ikkyudo-final-button.is-tel {
	background:
		linear-gradient(
			180deg,
			#f5851f,
			#e8710a
		);

	box-shadow:
		0 4px 14px
		rgba(232, 113, 10, .45);
}


.ikkyudo-final-button.is-estimate {
	background:
		linear-gradient(
			180deg,
			#2f7fd4,
			#1f66b5
		);

	box-shadow:
		0 4px 14px
		rgba(31, 102, 181, .4);
}


.ikkyudo-final-button.is-document {
	background:
		linear-gradient(
			180deg,
			#2e7d5b,
			#1f5c45
		);

	box-shadow:
		0 4px 14px
		rgba(31, 92, 69, .4);
}


/* ==========================================
   スマホ追従CTA
========================================== */

.ikkyudo-sticky-cta {
	display: none;

	position: fixed;

	right: 0;
	bottom: 0;
	left: 0;

	z-index: 999;

	padding: 8px 12px;

	background:
		rgba(255, 255, 255, .97);

	border-top:
		1px solid #ddd;

	box-shadow:
		0 -4px 12px
		rgba(0, 0, 0, .1);
}


.ikkyudo-sticky-tel {
	display: flex;
	align-items: center;
	justify-content: center;

	gap: 12px;

	width: 100%;
	max-width: 520px;

	margin: 0 auto;
	padding: 8px 10px;

	background:
		linear-gradient(
			180deg,
			#ff9a2e,
			#e8710a
		);

	border-radius: 14px;

	color: #fff;

	font-weight: 900;
	line-height: 1.3;

	text-decoration: none;

	box-shadow:
		0 4px 14px
		rgba(232, 113, 10, .5);
}


.ikkyudo-sticky-tel:hover {
	color: #fff;
}


.ikkyudo-sticky-photo {
	width: 56px;
	height: 56px;

	flex:
		0 0 auto;

	overflow: hidden;

	background: #fff;

	border: 3px solid #fff;
	border-radius: 50%;

	box-shadow:
		0 2px 6px
		rgba(0, 0, 0, .2);
}


.ikkyudo-sticky-photo img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;
}


.ikkyudo-sticky-body {
	display: flex;
	flex-direction: column;
	align-items: center;

	min-width: 0;
}


.ikkyudo-sticky-catch {
	font-size: .68rem;
	font-weight: 800;

	white-space: nowrap;

	opacity: .95;
}


.ikkyudo-sticky-body strong {
	display: inline-flex;
	align-items: center;

	gap: 8px;

	font-size: 1.5rem;
	line-height: 1.2;

	letter-spacing: .02em;
}


.ikkyudo-sticky-body small {
	font-size: .64rem;
	font-weight: 700;

	opacity: .92;
}


/* ==========================================
   SP
========================================== */

@media (max-width: 900px) {

	.ikkyudo-sticky-cta {
		display: block;

		padding-bottom:
			calc(
				8px
				+ env(
					safe-area-inset-bottom
				)
			);
	}

	.ikkyudo-page {
		padding-bottom: 86px;
	}

}


@media (max-width: 640px) {

	.ikkyudo-final-cv {
		padding: 40px 0;
	}


	.ikkyudo-cv-window-body {
		padding:
			14px 16px
			20px;
	}


	.ikkyudo-final-button {
		padding: 16px 14px;

		border-radius: 12px;
	}


	.ikkyudo-sticky-tel {
		padding: 9px 6px;
	}


	.ikkyudo-sticky-body strong {
		font-size: 1.45rem;
	}

}


@media (max-width: 380px) {

	.ikkyudo-sticky-tel {
		gap: 8px;
	}


	.ikkyudo-sticky-photo {
		width: 48px;
		height: 48px;
	}


	.ikkyudo-sticky-catch {
		font-size: .6rem;
	}


	.ikkyudo-sticky-body strong {
		font-size: 1.3rem;
	}

}