@charset "utf-8";
/* CSS Document */
:root {
	--accent: #946243;
}
.fv-img {
	width: 31%;
}
.fv-catch {
	background: var(--accent);
}
.sec-title span {
	color: var(--accent);
}
.cate {
	padding: 60px 0;
}
.cate-txt {
	font-size: 16px;
	line-height: 1.8;
}

#about,
#flow,
#points {
	background-color: var(--bg-gray);
}
#faq {
	background-color: #fff;
}

/*=========================
こんなお悩みありませんか？
=========================*/
#concerns {
	margin-top: 40px;
	background-color: #f5f5f5;
}
#concerns .flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
#concerns .concerns-card {
	width: calc((100% - 60px) / 3);
	padding: 24px 20px;
	border-radius: 4px;
	background-color: #fff;
	transition: .3s;
}
#concerns .concerns-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0,0,0,.08);
}
#concerns .icon-img {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 120px;
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	overflow: auto;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
#concerns .icon-img img {
	display: block;
	width: 120px;
	object-fit: contain;
}
#concerns .card-txt {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	color: #555;
	letter-spacing: 0.5px;
}
#concerns .concerns-main-txt {
	margin-top: 40px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*=========================
お仏壇の引越しとは
=========================*/
#about .cate-txt {
	text-align: center;
}
#about .cate-box {
	margin-top: 40px;
	padding: 24px 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
}
#about h3 {
	font-size: 22px;
	font-weight: bold;
	color: var(--main-color);
	padding-bottom: 10px;
	border-bottom: 2px solid var(--accent);
	margin-bottom: 12px;
}
#about .box-txt {
	line-height: 1.8;
}
#about .hikkoshi-support-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
}
#about .hikkoshi-support-item {
	width: calc(50% - 12px);
	padding: 20px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
#about .hikkoshi-support-item .card-img {
	max-width: 100px;
	width: 100%;
	flex: 0 0 100px;
}
#about .hikkoshi-support-item .card-txt {
	width: calc(100% - 120px);
	
}
#about .hikkoshi-support-item .card-txt h4 {
	font-size: 18px;
	font-weight: bold;
	color: var(--main-color);
}
#about .hikkoshi-support-item .card-txt .hikkoshi-support-txt {
	margin-top: 5px;
	font-size: 15px;
	color: #555;
	line-height: 1.7;
}
#about .plan-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
#about .plan-card {
	width: calc((100% - 60px) / 3);
	padding: 24px 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
#about .plan-label {
	width: 100px;
	margin: 0 auto;
	padding: 5px 10px 3px 10px;
	border-radius: 999px;
	background-color: var(--accent);
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
}
#about .plan-card h4 {
	margin-top: 15px;
	font-size: 20px;
	color: var(--main-color);
	font-weight: bold;
}
#about .price-txt {
	margin-top: 10px;
	line-height: 1.2;
	font-weight: bold;
}
#about .price-txt span {
	font-size: 2em;
	color: #d9534f;
	padding-right: 3px;
}
#about .plan-txt {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.7;
	text-align: left;
	color: #555;
}
#about .plan-recommendation-list {
	text-align: left;
	margin-top: auto;
	font-size: 14px;
	background: #eee;
	border-radius: 4px;
	padding: 10px;
}
#about .recommendation-title {
	font-weight: bold;
	font-size: 16px;
}
#about .plan-recommendation-list li {
	padding: 8px 0 8px 15px;
	border-bottom: 1px dashed #ddd;
	color: #555;
	position: relative;
}
#about .plan-recommendation-list li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--accent);
	position: absolute;
	top: 16px;
	left: 0;
}

/*=========================
料金について
=========================*/
#price .cate-txt {
	text-align: center;
}
#price .cate-box {
	margin-top: 40px;
}
#price h3 {
	font-size: 22px;
	font-weight: bold;
	color: var(--main-color);
	padding-bottom: 10px;
	border-bottom: 2px solid var(--accent);
	margin-bottom: 15px;
}
#price .box-txt {
	line-height: 1.8;
}
.price-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.price-table {
	min-width: 700px;
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.price-table th,
.price-table td {
	border: 1px solid #ddd;
	padding: 15px;
	text-align: center;
	line-height: 1.7;
}
.price-table thead th {
	background-color: var(--accent);
	color: #fff;
	font-weight: bold;
}
.price-table tbody th {
	background-color: #f8f8f8;
	font-weight: bold;
	color: var(--main-color);
}
.price-table td span {
	font-size: 1.5em;
	font-weight: bold;
	color: #d9534f;
}
#price .price-caution-list {
	margin-top: 15px;
}
#price .price-caution-list li {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	padding-left: 15px;
	position: relative;
}
#price .price-caution-list li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
#price .price-additional-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
#price .price-additional-list li {
	width: calc((100% - 60px) / 4);
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
#price .price-caution-txt {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	padding-left: 15px;
	position: relative;
}
#price .price-caution-txt::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
#price .price-additional-card .img-box {
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
}
#price .price-additional-card h4 {
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
	border-bottom: 2px solid var(--accent);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#price .price-additional-txt {
	font-size: 15px;
	line-height: 1.7;
	color: #555;
}

/*=========================
関連サービス
=========================*/
#related .cate-txt {
	text-align: center;
}
#related .related-list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
}
#related .related-list li {
	width: calc((100% - 48px) / 3);
}
#related .related-list li a {
	display: block;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: .3s;
	text-align: center;
}
#related .related-list li a:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
#related .related-img {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
#related .related-img img {
	transition: .3s;
}
#related .related-list li a:hover .related-img img {
	transform: scale(1.05);
}
#related .related-title {
	margin-top: 10px;
	font-size: 22px;
	font-weight: bold;
	color: var(--main-color);
}
#related .related-txt {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 15px;
	color: #555;
}

#related .more-btn {
	display: inline-block;
	padding: 12px 50px;
	border-radius: 999px;
	background-color: var(--accent);
	color: #fff;
	font-weight: bold;
	transition: .3s;
	border: 2px solid var(--accent);
	position: relative;
}
#related .more-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin: auto;
	background-color: #fff;
	width: 15px;
	height: 15px;
	clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
	transform: translateY(-50%);
	transition: transform .25s ease;
}
#related .related-list li a:hover .more-btn {
	background-color: #fff;
	color: var(--accent);
}
#related .related-list li a:hover .more-btn::before {
	background-color: var(--accent);
}

/*=========================
涙そうそうが選ばれる理由
=========================*/
#reason .reason-box {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-top: 40px;
	padding: 40px 50px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
}
#reason .reason-box:nth-of-type(even) {
	flex-direction: row-reverse;
}
#reason .txt-box {
	flex: 1;
}
#reason .txt-box .reason-number {
	font-weight: bold;
	color: var(--accent);
	font-size: 3em;
	line-height: 1.2;
}
#reason .txt-box .reason-title {
	font-size: 24px;
}
#reason .txt-box .reason-txt {
	font-size: 16px;
	line-height: 1.8;
}
#reason .img-box {
	width: 300px;
	flex-shrink: 0;
}
#reason .img-box img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 4px;
}

/*=========================
お仏壇の引越しで確認しておきたいこと
=========================*/
#points .cate-txt {
	text-align: center;
}
#points .point-box {
	margin-top: 40px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 40px 50px;
	display: flex;
	align-items: center;
	gap: 60px;
}
#points .point-box:nth-of-type(2) {
	flex-direction: row-reverse;
}
#points .point-box .txt-box {
	flex: 1;
}
#points .point-box .txt-box .point-title {
	font-size: 24px;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--accent);
	line-height: 1.5;
}
#points .point-box .txt-box .point-txt {
	font-size: 16px;
	line-height: 1.8;
}
#points .point-box .point-img {
	width: 300px;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
}

/*=========================
ご利用の流れ
=========================*/
#flow .cate-txt {
	text-align: center;
}
#flow .flow-content-box {
	padding-top: 40px;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 30px;
}
#flow .flow-content-box::before {
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px dashed #999;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 0;
}
#flow .flow-content-box:first-of-type::before {
	height: calc(100% - 40px);
	top: 40px;
}
#flow .flow-content-box:last-of-type::before {
	height: 40px;
}
#flow .step-number {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: var(--accent);
	position: relative;
	z-index: 1;
}
#flow .flow-inner {
	width: calc(100% - 90px);
	padding: 24px 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
	background-color: #fff;
}
#flow .flow-inner .img-box {
	width: 40%;
	aspect-ratio: 16 / 9;
	border-radius: 4px;
	overflow: hidden;
	order: 2;
}
#flow .flow-inner .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#flow .flow-inner .txt-box {
	width: calc(60% - 24px);
}
#flow .step-label {
	display: inline-block;
	padding: 8px 20px 5px;
	border-radius: 999px;
	color: #fff;
	background: var(--accent);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
#flow .flow-title {
	margin-top: 10px;
	font-size: 22px;
	color: var(--main-color);
	padding-bottom: 10px;
	border-bottom: 2px solid var(--accent);
}
#flow .flow-txt {
	margin-top: 20px;
	line-height: 1.8;
}


/*=========================
よくある質問
=========================*/
.faq-icon::before,
.faq-icon::after {
	background-color: var(--accent);
}
.faq-item summary::before {
	color: var(--accent);
}


/*=========================
CTA
=========================*/
.cta {
	padding: 40px 0 0 0;
}
#faq + .cta {
	padding-top: 0;
	padding-bottom: 60px;
}


/* =====================================
SP
===================================== */
@media screen and (max-width:768px){
	.fv-img {
		width: 90%;
	}
	#concerns .flexbox {
		justify-content: flex-start;
		gap: 20px;
	}
	#concerns .concerns-card {
		width: calc(50% - 10px);
	}
	#concerns .card-txt {
		font-size: 15px;
		letter-spacing: 0;
	}
	#concerns .concerns-main-txt {
		margin-top: 20px;
		font-size: 18px;
		letter-spacing: 0;
	}
	#reason .reason-box {
		display: block;
		padding: 24px 20px;
		margin-top: 30px;
	}
	#reason .txt-box .reason-txt {
		margin-bottom: 20px;
	}
	.hikkoshi-support-list {
		grid-template-columns: 1fr;
	}
	#about .cate-txt {
		text-align: left;
	}
	#about .hikkoshi-support-item {
		width: 100%;
	}
	#about .hikkoshi-support-item .card-img {
		flex: 1;
		margin: 0 auto;
	}
	#about .hikkoshi-support-item .card-txt {
		width: 100%;
	}
	#about .hikkoshi-support-item .card-txt h4 {
		text-align: center;
	}
	#about .plan-card {
		width: 100%;
	}
	#price .cate-txt {
		text-align: left;
	}
	.price-table th,
	.price-table td {
		padding: 12px 10px;
		font-size: 14px;
	}
	.price-table td span {
		font-size: 1.4em;
	}
	#price .price-additional-list li {
		width: 100%;
	}
	#flow .cate-txt {
		text-align: left;
	}
	#flow .flow-content-box {
		gap: 10px;
	}
	#flow .flow-inner {
		width: calc(100% - 60px);
	}
	#flow .flow-inner .img-box {
		width: 100%;
		order: inherit;
	}
	#flow .flow-inner .txt-box {
		width: 100%;
	}
	#flow .step-number {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	#related .cate-txt {
		text-align: left;
	}
	#related .related-list li {
		width: 100%;
	}
	#points .cate-txt {
		width: 100%;
	}
	#points .point-box {
		display: block;
		padding: 24px 20px;
		margin-top: 30px;
	}
	#points .txt-box .point-txt {
		margin-bottom: 20px;
	}
}