@charset "UTF-8";

/*--- 遺品整理・生前整理 ---*/

#estate+section {
	overflow: visible;
}

#estate+section::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	height: 25vw;
	max-height: 250px;
	min-height: 140px;
	width: 100%;
	left: 0;
	bottom: -20px;
	background: url("/common/upload_data/aoba-lifespcom/image/e-people.png") no-repeat bottom center / contain;
	z-index: 2;
}

#estate+section>.content_wrapper {
	background: var(--i_main_color);
	padding-block: 80px 150px;
	border-radius: 0 20px 0 20px;
}

#estate+section .heading.block_header_1 .h {
	color: var(--i_bg_color);
}

#estate+section .inner_item_txt p {
	color: var(--i_bg_color);
	line-height: 2.5;
	max-width: 600px;
	margin: 0 auto;
}

#estate+section .inner_item_txt p em {
	background: repeating-linear-gradient(90deg, var(--i_bg_color) 0 1px, transparent 1px 3px) left bottom / 100% 1px repeat-x;
	display: inline-block;
	font-style: normal;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
	#estate+section>.content_wrapper {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 650px) {
	#estate+section .inner_item_txt p em {
		display: inline;
		padding-bottom: 10px;
	}
}

/*--- flow ---*/

#fl+div .heading.block_header_4 .h {
	color: var(--i_main_color);
	font-family: "Outfit", "Zen Kaku Gothic New", sans-serif !important;
	font-size: 2.5rem !important;
	line-height: 1;
}

#fl+div .heading.block_header_4 p {
	color: var(--i_txt_color);
	font-size: 2.2rem !important;
	line-height: 1.4;
}

#fl+div .wrapper_item {
	width: calc(100% - 30px);
	justify-content: flex-end;
	gap: 50px;
	margin-right: 0;
	margin-left: auto;
	overflow: visible;
}

#fl+div .inner_item {
	position: relative;
	justify-content: center;
	padding-bottom: 30px;
	margin: 0 !important;
	width: 30% !important;
	background: var(--i_main_color);
}

#fl+div .inner_item:nth-of-type(-n+3) .heading.block_header_4 .h,
#fl+div .inner_item:nth-of-type(-n+3) p {
	color: var(--i_bg_color);
}

#fl+div .inner_item:nth-of-type(-n+3) .inner_item_img img {
	filter: brightness(0) invert(1);
}

#fl+div .inner_item:nth-last-of-type(-n+3) {
	background: var(--i_bg_color);
	border: 1px solid #d5d5d5;
}

#fl+div .inner_item::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 20px;
	height: 20px;
	top: 50%;
	right: -37px;
	z-index: 1;
	background: var(--i_main_color);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	transform: translateY(-50%);
}

#fl+div .inner_item_txt {
	margin-top: 0;
}

#fl+div .inner_item:nth-of-type(6):before {
	display: none;
}

#fl+div .inner_item_img {
	margin-block: 20px;
}

#fl+div .inner_item_img img {
	height: auto !important;
}

#fl+div .inner_item>a {
	max-width: 80px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	#fl+div .wrapper_item {
		justify-content: center;
		width: 100%;
	}

	#fl+div .inner_item {
		width: 25% !important;
	}
}

@media screen and (min-width: 701px) {
	#fl+div .inner_item:nth-of-type(4)::after {
		position: absolute;
		display: block;
		content: "";
		pointer-events: none;
		width: 20px;
		height: 20px;
		top: 50%;
		left: -40px;
		z-index: 1;
		background: var(--i_main_color);
		clip-path: polygon(100% 50%, 0 0, 0 100%);
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 700px) {
	#fl+div .wrapper_item {
		counter-reset: number 0;
	}

	#fl+div .inner_item {
		width: calc(100% - 68px) !important;
		display: grid;
		grid-template-columns: auto 1fr;
		grid-template-rows: auto 1fr;
		align-items: center;
		gap: 10px 0;
		padding-bottom: 10px;
		padding-inline: 15px;
		margin-inline: auto 0 !important;
		background: var(--i_bg_color);
		border: 1px solid #d5d5d5;
	}

	#fl+div .inner_item::after {
		white-space: pre;
		counter-increment: number 1;
		content: "STEP\A" counter(number);
		position: absolute;
		pointer-events: none;
		width: 60px;
		height: 100%;
		top: 0;
		left: -68px;
		background: var(--i_main_color);
		border-right: 7px solid var(--i_bg_color);
		color: var(--i_bg_color);
		font-family: "Outfit", "Zen Kaku Gothic New", sans-serif !important;
		display: grid;
		place-content: center;
		line-height: 1.2;
	}

	#fl+div .inner_item:nth-last-of-type(-n+3)::after,
	#fl+div .inner_item:nth-last-of-type(-n+4)::before {
		background: #c7c7c7;
	}

	#fl+div .inner_item::before {
		top: auto;
		bottom: -33px;
		left: -47px;
		transform: none;
		clip-path: polygon(50% 100%, 100% 0, 0 0);
		height: 15px;
	}

	#fl+div .heading.block_header_4 {
		margin-bottom: 0;
	}

	#fl+div .heading.block_header_4 .h {
		display: none;
	}

	#fl+div .heading.block_header_4 p {
		font-size: 1.6rem !important;
		line-height: 1.2;
		text-align: left;
		color: var(--i_main_color) !important;
	}

	#fl+div .inner_item_txt {
		grid-area: 2 / 1 / 3 / 3;
		text-align: left;
	}

	#fl+div .inner_item_txt p {
		margin-bottom: 10px;
		font-size: 1.45rem;
		line-height: 1.3;
		color: var(--i_txt_color) !important;
	}

	#fl+div .inner_item>a {
		max-width: 55px;
		margin-right: 0;
	}

	#fl+div .inner_item_img {
		margin-block: 0;
	}

	#fl+div .inner_item:nth-of-type(-n+3) .inner_item_img img {
		filter: none;
	}
}

/* --- */

#fl2+section::before,
#fl2+section::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 50%;
	height: 20px;
	bottom: 0;
	background: var(--i_main_color);
}

#fl2+section::before {
	left: 0;
	border-radius: 0 20px 0 0;
}

#fl2+section::after {
	right: 0;
	border-radius: 20px 0 0 0;
}

#fl2+section .wrapper_item {
	background: var(--i_btn_color);
	padding-block: 20px !important;
	width: calc(100% - 20px);
	margin: 0 auto;
	position: relative;
}

#fl2+section p {
	color: var(--i_bg_color);
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 1.5;
}

#fl2+section p a {
	text-decoration-color: #fff !important;
	font-weight: bold;
	transition: .4s ease-in-out;
}

#fl2+section p a:hover {
	opacity: 0.6;
}

#fl2+section .wrapper_item::before,
#fl2+section .wrapper_item::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 30px;
	height: calc(100% + 25px);
	top: 50%;
	transform: translateY(-50%);
	background: var(--i_btn_color);
}

#fl2+section .wrapper_item::before {
	right: -30px;
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}

#fl2+section .wrapper_item::after {
	left: -29px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

@media screen and (min-width: 601px) {
	#fl2+section br {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#fl2+section p {
		font-size: 1.6rem;
	}
}

/*--- POINT ---*/

#point+section .heading.block_header_1 .h {
	position: relative;
	padding-inline: 30px;
}

#point+section .heading.block_header_1 .h::before,
#point+section .heading.block_header_1 .h::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 2px;
	height: 80%;
	max-height: 67px;
	background: var(--i_bg_color);
	bottom: 0;
}

#point+section .heading.block_header_1 .h::before {
	left: 0;
	transform: rotate(-24deg);
	transform-origin: bottom left;
}

#point+section .heading.block_header_1 .h::after {
	right: 0;
	transform: rotate(24deg);
	transform-origin: bottom right;
}

@media screen and (min-width: 801px) {
	#point+section .heading.block_header_1 .h {
		font-size: 3.8rem;
	}
}

@media screen and (max-width: 800px) {
	#point+section .heading.block_header_1 .h::before {
		transform: rotate(-15deg);
	}

	#point+section .heading.block_header_1 .h::after {
		transform: rotate(15deg);
	}
}

/*--- ご依頼の流れ ---*/

#fl3+div>.content_wrapper {
	width: calc(100% - 40px);
	padding-bottom: 150px;
}

#fl3+div>.content_wrapper::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	height: 18vw;
	max-height: 250px;
	min-height: 140px;
	width: 100%;
	right: -95px;
	bottom: -20px;
	background: url(/common/upload_data/aoba-lifespcom/image/e-people2.png) no-repeat bottom right / contain;
}

#fl3+div>.content_wrapper::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 100%;
	height: calc(100% - 70px);
	bottom: 0;
	left: 0;
	background: var(--i_bg_color);
	border-radius: 100px 100px 0 0;
	z-index: -1;
}

#fl3+div .wrapper_item {
	max-width: 950px;
	margin: 0 auto;
	overflow: visible;
}

#fl3+div .inner_item {
	width: 100% !important;
	margin: 0 !important;
}

#fl3+div .inner_item_txt {
	display: flex;
	gap: 0 50px;
	margin-top: 0;
}

#fl3+div .heading.block_header_4 {
	margin-bottom: 0;
	background: var(--i_main_color);
	display: grid;
	place-content: center;
	max-width: 200px;
	padding-block: 80px;
}

#fl3+div .heading.block_header_4::before,
#fl3+div .heading.block_header_4::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: calc(100% + 10px);
	height: 20px;
	left: -5px;
	background: var(--i_bg_color);
	z-index: 1;
}

#fl3+div .heading.block_header_4::before {
	clip-path: polygon(0 0, 50% 80%, 100% 0, 100% 100%, 50% 100%, 0 100%);
	bottom: -1px;
}

#fl3+div .heading.block_header_4::after {
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	top: -1px;
}

#fl3+div .heading.block_header_4 .h {
	color: var(--i_bg_color);
	padding-top: 60px;
	margin-top: 0;
	position: relative;
}

#fl3+div .heading.block_header_4 .h::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/common/upload_data/aoba-lifespcom/image/ef5.png") no-repeat top center / 50px;
}

#fl3+div .inner_item:nth-of-type(2) .heading.block_header_4 .h::before {
	background: url("/common/upload_data/aoba-lifespcom/image/ef4.png") no-repeat top center / 50px;
}

#fl3+div .inner_item:nth-of-type(3) .heading.block_header_4 .h::before {
	background: url("/common/upload_data/aoba-lifespcom/image/ef3.png") no-repeat top center / 50px;
}

#fl3+div .inner_item:nth-of-type(4) .heading.block_header_4 .h::before {
	background: url("/common/upload_data/aoba-lifespcom/image/ef2.png") no-repeat top center / 50px;
}

#fl3+div .inner_item:nth-of-type(5) .heading.block_header_4 .h::before {
	background: url("/common/upload_data/aoba-lifespcom/image/ef1.png") no-repeat top center / 50px;
}

#fl3+div .inner_item:first-of-type .heading.block_header_4::after,
#fl3+div .inner_item:last-of-type .heading.block_header_4::before {
	display: none;
}

#fl3+div strong {
	background: repeating-linear-gradient(90deg, var(--i_txt_color) 0 1px, transparent 1px 3px) left bottom / 100% 1px repeat-x;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#fl3+div em {
	font-style: normal;
	font-size: 1.5rem;
}

#fl3+div .heading.block_header_4+p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: 30px;
}

@media screen and (max-width: 1200px) {
	#fl3+div>.content_wrapper::after {
		right: -20px;
	}
}

@media screen and (max-width: 900px) {
	#fl3+div>.content_wrapper::before {
		height: calc(100% - 50px);
		border-radius: 50px 50px 0 0;
	}

	#fl3+div .wrapper_item {
		padding-top: 20px;
	}

	#fl3+div .inner_item_txt {
		flex-direction: column;
	}

	#fl3+div .heading.block_header_4 {
		max-width: 100%;
		padding-block: 30px 40px;
	}

	#fl3+div .heading.block_header_4::after {
		display: none;
	}

	#fl3+div .heading.block_header_4::before {
		height: 50px;
	}

	#fl3+div .inner_item:last-of-type .heading.block_header_4::before {
		display: block;
	}

	#fl3+div .heading.block_header_4+p {
		padding-top: 0;
	}

	#fl3+div .inner_item:last-of-type .heading.block_header_4+p {
		padding-bottom: 0;
	}

	#fl3+div strong {
		text-align: center;
	}
}

/*--- menu ---*/

#menu+div .heading.block_header_1 {
	margin-bottom: 60px;
}

#menu+div .wrapper_item {
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px 25px;
	position: relative;
	overflow: visible;
}

#menu+div .wrapper_item::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 20%;
	max-width: 200px;
	min-width: 120px;
	height: 100%;
	top: -50px;
	left: 0;
	background: url("/common/upload_data/aoba-lifespcom/image/kaikei.png") no-repeat top left / contain;
	z-index: 1;
}

#menu+div .inner_item {
	width: auto !important;
	margin: 0 !important;
}

#menu+div .inner_item>a {
	background: var(--i_bg_color);
	border-radius: 50%;
}

#menu+div .inner_item_img img {
	height: auto !important;
	max-width: 208px;
}

#menu+div .inner_item:nth-of-type(even) .heading.block_header_4 .h {
	font-size: clamp(1.5rem, 4vw, 5rem) !important;
	color: var(--i_txt_color);
}

@media screen and (max-width: 480px) {
	#menu+div .wrapper_item {
		padding-top: 65px;
		column-gap: 5px
	}

	#menu+div .wrapper_item::before {
		top: 0;
		min-width: 150px;
	}

	#menu+div .heading.block_header_1 {
		margin-bottom: 30px;
	}
}

/* --- */

#me+div::before,
#me+div::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 50%;
	height: 20px;
	bottom: 0;
	background: var(--i_main_color);
}

#me+div::before {
	left: 0;
	border-radius: 0 20px 0 0;
}

#me+div::after {
	right: 0;
	border-radius: 20px 0 0 0;
}

#me+div .heading.block_header_1::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 100%;
	height: 1px;
	left: 0;
	top: calc(50% - 0.5px);
	background: var(--i_txt_color);
	z-index: -1;
}

#me+div .heading.block_header_1 .h {
	background: var(--i_bg_color);
	padding-inline: 20px;
	font-size: 3.5rem;
}

#me+div .wrapper_item {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: repeat(2, 1fr);
	gap: 80px 5%;
	max-width: 1000px;
	margin: 0 auto;
}

#me+div .inner_item:last-of-type {
	grid-area: 1 / 2 / 3 / 3;
	text-align: left;
}

#me+div .inner_item {
	width: 100% !important;
	margin: 0 auto !important;
}

#me+div .inner_item:not(:last-of-type) {
	position: relative;
	max-width: 400px;
}

#me+div .inner_item:not(:last-of-type) .inner_item_txt {
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--i_sub3_color);
	padding: 2px 15px;
}

#me+div .inner_item:nth-of-type(2) .inner_item_txt {
	background: var(--i_main_color);
}

#me+div .inner_item:not(:last-of-type) .inner_item_txt .heading.block_header_4 .h {
	color: var(--i_bg_color);
	margin-bottom: 0;
	font-family: "Outfit", "Zen Kaku Gothic New", sans-serif !important;
}

#me+div .inner_item:first-of-type::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 100%;
	height: 30px;
	bottom: -55px;
	left: 0;
	background: url("/common/upload_data/aoba-lifespcom/image/sp_yaji.png") no-repeat bottom center / contain;
}

#me+div .inner_item:last-of-type .heading.block_header_4 {
	text-align: left;
}

#me+div .inner_item:last-of-type .heading.block_header_4 h3 {
	color: var(--i_sub3_color);
	display: inline-block;
	border: 1px solid var(--i_sub3_color);
	border-radius: 50px;
	padding-inline: 15px;
	line-height: 2;
}

#me+div .inner_item:last-of-type .heading.block_header_4 p {
	font-size: 4.8rem !important;
}

#me+div .inner_item:last-of-type .heading.block_header_4 p .last {
	font-size: 3.5rem !important;
	padding-left: 5px;
}

#me+div .inner_item:last-of-type .inner_item_txt>div:nth-of-type(2) p {
	background: repeating-linear-gradient(90deg, var(--i_txt_color) 0 1px, transparent 1px 3px) left bottom / 100% 1px repeat-x;
	padding-bottom: 17px;
	margin-bottom: 17px;
}

#me+div .inner_item:last-of-type .inner_item_txt>div:nth-of-type(2) p strong {
	width: 30%;
	display: inline-block;
}

#me+div .inner_item:last-of-type .inner_item_txt>p {
	padding-top: 30px;
}

#me+div .contents_btn01 .content_wrapper {
	text-align: left;
	padding-top: 20px;
}

#me+div .inner_item_img img {
	height: auto !important;
	aspect-ratio: 800 / 533;
}

@media screen and (max-width: 900px) {
	#me+div .wrapper_item {
		display: flex;
		flex-direction: column;
	}

	#me+div .wrapper_item {
		gap: 20px 5%;
	}

	#me+div .inner_item:first-of-type {
		padding-bottom: 60px;
	}

	#me+div .inner_item:first-of-type::before {
		bottom: 5px;
	}

	#me+div .heading.block_header_1 .h {
		font-size: 2.5rem !important;
	}

	#me+div .inner_item:last-of-type .heading.block_header_4 p {
		font-size: 3.5rem !important;
	}

	#me+div .inner_item:last-of-type .heading.block_header_4 p .last {
		font-size: 2.5rem !important;
	}
}

/*--- FAQ ---*/

#q+div::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 100px 0 0 0;
	background: var(--i_sub2_color);

}

#q+div::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	height: 12vw;
	max-height: 250px;
	min-height: 130px;
	width: 100%;
	max-width: 1700px;
	left: calc(50% - 100px);
	transform: translateX(-50%);
	bottom: -10px;
	background: url(/common/upload_data/aoba-lifespcom/image/e-people3.png) no-repeat bottom right / contain;
	z-index: 2;
}

#q+div .wrapper_item {
	gap: 60px 0;
}

#q+div .inner_item {
	width: 100% !important;
	margin: 0 !important;
	background: var(--i_bg_color);
	border-radius: 0 30px 0 0;
}

#q+div .inner_item_txt {
	margin-top: 0;
}

#q+div .heading.block_header_4 {
	background: var(--i_main_color);
	padding: 30px 20px;
	border-radius: 0 30px 0 0;
	margin-bottom: 0;
}

#q+div .heading.block_header_4 .h {
	color: var(--i_bg_color);
	padding-left: 110px;
	margin-bottom: 0;
	position: relative;
}

#q+div .inner_item_txt p {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding-inline: 130px 20px;
	margin-block: 30px;
}

#q+div .heading.block_header_4 .h::before,
#q+div .inner_item_txt p::before {
	position: absolute;
	display: block;
	content: "Q";
	pointer-events: none;
	width: 80px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: var(--i_bg_color);
	color: var(--i_main_color);
	font-size: 3rem;
	font-family: "Outfit", "Zen Kaku Gothic New", sans-serif !important;
	border-radius: 8px;
	display: grid;
	place-content: center;
}

#q+div .inner_item_txt p::before {
	content: "A";
	background: var(--i_btn_color);
	color: var(--i_bg_color);
	top: 0;
	transform: none;
	left: 20px;
}

#q+div .heading.block_header_4 .h::after,
#q+div .inner_item_txt p::after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 10px;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	left: 80px;
	clip-path: polygon(0 100%, 0 0, 100% 50%);
	background: var(--i_bg_color);
}

#q+div .inner_item_txt p::after {
	background: var(--i_btn_color);
	top: 20px;
	transform: none;
	left: 100px;
}

@media screen and (min-width: 1101px) {
	#q+div {
		padding-bottom: 150px;
	}
}

@media screen and (max-width: 900px) {
	#q+div::before {
		left: calc(50% - 80px);
	}
}

@media screen and (max-width: 600px) {

	#q+div .heading.block_header_4 .h,
	#q+div .inner_item_txt p {
		padding-left: 0;
		padding-top: 60px;
	}

	#q+div .inner_item_txt p {
		padding-left: 20px;
	}

	#q+div .heading.block_header_4 .h::before,
	#q+div .inner_item_txt p::before {
		height: 40px;
		width: 50px;
		font-size: 2.5rem;
		top: 0;
		transform: none;
	}

	#q+div .heading.block_header_4 .h::after,
	#q+div .inner_item_txt p::after {
		top: 39px;
		transform: none;
		left: 20px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}

	#q+div .inner_item_txt p::after {
		left: 40px;
	}
}

/*--- company ---*/

#company+section {
	background-color: var(--i_sub2_color) !important;
}

/*--- 生前整理 ---*/

#sv+section::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	height: 14vw;
	max-height: 250px;
	min-height: 130px;
	width: 100%;
	max-width: 1300px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: url(/common/upload_data/aoba-lifespcom/image/sv.png) no-repeat bottom right / contain;
	z-index: 2;
}

#sv+section .heading.block_header_4 .h,
#sup+section .heading.block_header_4 .h {
	font-size: 2.6rem !important;
	color: var(--i_txt_color);
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

#sup+section .heading.block_header_4 .h {
	color: var(--i_bg_color);
}

#sv+section .heading.block_header_4 .h::before,
#sup+section .heading.block_header_4 .h::before,
#sv+section .heading.block_header_4 .h::after,
#sup+section .heading.block_header_4 .h::after {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	background: #A6E2D9;
	z-index: -1;
}

#sv+section .heading.block_header_4 .h::before,
#sup+section .heading.block_header_4 .h::before {
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
}

#sv+section .heading.block_header_4 .h::after,
#sup+section .heading.block_header_4 .h::after {
	width: 20px;
	height: 10px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -9px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#sup+section .heading.block_header_4 .h::before,
#sup+section .heading.block_header_4 .h::after {
	background: #56B3A5;
}

#sv+section>.content_wrapper {
	padding-block: 65px;
}

#sv+section .inner_item_txt {
	max-width: 760px;
}

#sv+section .inner_item_txt p {
	position: relative;
	text-align: left;
	background-image: repeating-linear-gradient(90deg, var(--i_txt_color), var(--i_txt_color) 1px, transparent 1px, transparent 3px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 1px;
	line-height: 1.3;
	padding-left: 25px;
	padding-bottom: 17px;
	margin-bottom: 17px;
}

#sv+section .inner_item_txt p::before {
	position: absolute;
	display: block;
	content: "check_box";
	pointer-events: none;
	font-size: 2rem;
	top: -0.1rem;
	left: 0;
	font-family: 'Material Symbols Outlined';
}

@media screen and (max-width: 800px) {

	#sv+section .heading.block_header_4 .h,
	#sup+section .heading.block_header_4 .h {
		font-size: 2rem !important;
		margin-bottom: 10px;
	}
}

a[id^="sup"]+section {
	overflow: visible;
}

a[id^="sup"]+section .wrapper_item {
	background: rgb(81, 173, 159, 0.8) !important;
	border-radius: 0 50px 0 0;
	padding: 40px !important;
	position: relative;

}

a[id^="sup"]+section .wrapper_item::before {
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 50px;
	height: 100%;
	top: -16px;
	right: 5%;
	background: url("/common/upload_data/aoba-lifespcom/image/clip.png") no-repeat top right / contain;
	z-index: 2;
}

#sup2+section .wrapper_item::before {
	left: 5%;
	background-position: top left !important;
}

a[id^="sup"]+section .heading.block_header_2 .h {
	font-family: "Outfit", "Zen Kaku Gothic New", sans-serif !important;
	background: var(--i_btn_color);
	border-radius: 50px;
	margin-bottom: 15px;
	font-size: 1.6rem !important;
	padding: 5px 20px;
}

a[id^="sup"]+section .heading.block_header_2 p {
	font-size: 2.8rem !important;
	line-height: 1.3;
}

#sup+section .inner_item_txt {
	padding-right: 5%;
}

#sup2+section .inner_item_txt {
	padding-left: 5%;
}

@media screen and (max-width: 800px) {
	a[id^="sup"]+section .heading.block_header_2 p {
		font-size: 2rem !important;
		line-height: 1.4;
	}

	a[id^="sup"]+section .block_header_2 .h {
		font-size: 1.8rem !important;
	}
}

@media screen and (max-width: 600px) {
	a[id^="sup"]+section .wrapper_item {
		padding: 5vw !important;
	}

	a[id^="sup"]+section .wrapper_item::before {
		width: 40px;
		top: -12px;
	}

	#sup+section .wrapper_item::before {
		right: 10%;
	}
}