#content-contaienr {
	background-color: #FFFFFF !important;
}

h1 {
	border-bottom: solid 2px #9AC143;
	font-size: 23px;
	line-height: 35px;
	text-align: center;
	color: #000000;
}

h2 {
	display: block;
	position: relative;
	margin: 0 auto 20px;
	box-sizing: border-box;
	padding: 0 0 8px;
	color: #9AC143;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

/*h2::after {
		content: '';
		display: inline-block;
		background-color: #9AC143;
		position: absolute;
		height: 2px;
		width: 282px;
		bottom: 0;
		left: calc(50% - 141px)
}*/
p {
	font-size: 20px;
}

.hero {
	background-color: #F8F4EB;
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 20px 1em;
	position: relative;
}

.hero .bg-mark {
	position: absolute;
	z-index: 1;
	max-height: 88px;
	top: 69px;
	right: 30px;
}

.hero-header h1 {
	font-size: 30px;
	line-height: 1;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: solid 2px #9AC143;
}

.hero-header h1 rt {
	font-size: 12px;
}

.hero p {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 15px;
}

/* 他者との違い */
.different {
	background-color: #F8F4EB;
	padding: 17px 15px 57px 13px;
}

.different-inner-content {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	padding: 30px 15px;
}

.different h3 {
	font-size: 20px;
	font-weight: 600;
	color: #9AC143;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
}

.different img {
	margin: 0 auto 10px;
	display: block;
}

.different p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 20px;
}

.different-flex-box {
	position: relative;
}

.different-flex-box::after {
	background-color: #E9F1D5;
	display: block;
	content: '';
	width: auto;
	height: 4px;
	margin: 0 auto;
}

.different .last-box p {
	margin-bottom: 0;
}

.last-box::after {
	display: none;
}

/* 登戸の杜での葬儀の流れ */
.flow {
	background-color: #F8F4EB;
}

.flow h2 {
	margin: 0 1em;
}

.flow-box {
	background-color: #E9F1D5;
	padding: 50px 20px 30px;
	position: relative;
	margin-bottom: 60px;
}

.prepare.flow-box {
	margin-top: 40px;
}

.flow-box__inner {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}

.flow-box h3 {
	font-size: 16px;
	font-weight: 400;
	background: #9AC143;
	color: #FFFFFF;
	display: block;
	text-align: center;
	line-height: 1;
	max-width: 90%;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	border-radius: 50px;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-50%)
}

.flow-inner-box {
	background-color: #FFFFFF;
	padding: 40px 20px 20px;
	border: 1px solid #9AC143;
	position: relative;
	box-sizing: border-box;
}

.flow-inner-box h4 {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	display: inline-block;
	text-align: center;
	line-height: 1;
	max-width: 60%;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	border-radius: 50px;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	border: 1px solid #9AC143;
	background-color: #FFFFFF;
}

.flow-inner-box p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.flow-inner-box img {
	margin-bottom: 10px;
}

.flow-inner-box button {
	margin: 0 auto 10px;
	font-size: 16px;
	display: block;
	padding: 2px 15px;
}

.naiyo p {
	margin-bottom: 13px;
}

/* 2.ご逝去からご安置 */
.anchi .flow-inner-box {
	padding: 40px 20px 20px;
}

/* 3.通夜式 */
.tsuya .flow-inner-box {
	display: flex;
	flex-direction: column-reverse;
}

/* 4.告別式 */
.kokubetu .flow-inner-box {
	padding: 40px 20px 20px;
}

@media screen and (min-width: 768px) {
	.is-mobile {
		display: none;
	}

	.is-pc {
		display: block;
	}

	h2 {
		font-size: 48px;
		line-height: 72px;
		margin-bottom: 50px;
	}

	h2::after {
		width: 980px;
		left: calc(50% - 490px);
	}

	/* 登戸の杜とは */
	.hero {
		max-width: 100%;
		margin: 0 auto 100px;
		padding: 80px 0;
	}

	.hero-inner {
		justify-content: center;
		display: flex;
		column-gap: 40px;
		max-width: 1200px;
		margin: auto;
		padding: 0 1em;
	}

	.hero-inner-container {
		width: calc(100% - 400px);
	}

	.hero-header h1 {
		font-size: 56px;
		line-height: 1;
		text-align: left;
		padding-bottom: 20px;
		border-bottom: solid 2px #9AC143;
	}

	.hero-header h1 rt {
		font-size: 18px;
	}

	.hero p {
		font-size: 1.55vw;
		font-weight: 600;
		line-height: 1.8;
		margin-top: 20px;
	}

	.hero-img {
		max-width: 360px;
		height: auto;
	}

	.hero-img img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	/* 他者との違い */
	.different {
		padding: 80px 0 138px;
	}

	.different__inner {
		max-width: 1040px;
		margin: auto;
	}

	.different-inner-content {
		flex-direction: row;
		margin: 40px auto 0;
		padding: 60px 0;
	}

	.different-flex-box::after {
		position: absolute;
		margin: auto;
		content: '';
		height: 100%;
		top: 0;
		left: auto;
		right: 0;
		bottom: auto;
		width: 4px;
		background-color: #E9F1D5;
	}

	.different-flex-box {
		width: 33.3%;
		padding: 0 30px;
	}

	.different h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.different img {
		width: 100%;
		height: auto;
		object-fit: cover;
		margin: 0 0 20px;
	}

	.different p {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 1.6;
	}

	.different-flex-box button {
		font-size: 18px;
		line-height: 1;
		margin: 20px auto 0;
		padding: 10px 50px;
	}

	/* 登戸の杜での葬儀の流れ */
	.flow {
		margin-top: 153px;
		background-color: #fff;
	}

	.flow__inner {
		max-width: 1040px;
		margin: auto;
	}

	.flow h2 {
		margin-bottom: 105px;
	}

	.flow-box h3 {
		font-size: 30px;
		text-align: center;
		line-height: 1;
		max-width: 860px;
		margin: 0 auto;
		padding: 15px;
	}

	.flow-box {
		max-width: 100%;
		margin: 0 auto 60px;
		padding: 100px 0;
	}

	.flow-box__inner {
		display: flex;
		justify-content: center;
		flex-direction: row;
		column-gap: 40px;
		max-width: 1040px;
		margin: auto;
	}

	.flow-box .flow-inner-box {
		width: 45%;
		margin: 0;
		padding: 60px 40px 40px;
	}

	.flow-inner-box h4 {
		font-size: 20px;
		font-weight: 700;
		line-height: 1;
		width: 60%;
		margin: 0 auto;
		padding: 15px;
	}

	.flow-inner-box p {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 16px;
		font-weight: 500;
	}

	.flow-inner-box button {
		padding: 13px 15px;
		margin: 0 auto -20px;
	}

	.tusya {
		width: auto;
	}

	div.tsuya .flow-inner-box {
		display: flex;
		flex-direction: row;
		width: 100%;
		padding: 60px 40px 40px;
	}

	.tsuya img {
		width: 460px;
	}

	.tsuya p {
		margin-top: 20px;
		margin-right: 20px;
	}

	.tsuya h4 {
		right: auto;
		left: 204px;
	}

	.about {
		margin-bottom: 143px;
	}
}