.content__block--flow--04 .content__list--vertical{
	flex-wrap: nowrap;
	gap: 28px;
	scrollbar-width: thin;
	scrollbar-color: #666 #eee;
}

.content__block--flow--04 .content__list--vertical::-webkit-scrollbar {
	width: 8px;   /* スクロールバーの幅 */
	height: 8px;  /* スクロールバーの高さ (横スクロール時) */
  }
  
  .content__block--flow--04 .content__list--vertical::-webkit-scrollbar-track {
	background: #EEEEEE;
	border-radius: 9px;
  }
  
  .content__block--flow--04 .content__list--vertical::-webkit-scrollbar-thumb {
	background: var(--page-main-color);
	border-radius: 9px;
  }
  
  .content__block--flow--04::-webkit-scrollbar-thumb:hover {
	background: #444; /* ホバー時の色 */
  }
  .content__block--flow--04 .content__list--vertical:has(> .content__items--flow--04:nth-child(5)) {
	display: flex;
	overflow-x: auto;
	/* -webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory; */
  }
  .content__block--flow--04 .content__list--vertical:has(> .content__items--flow--04:nth-child(5)) .content__items--flow--04 {
	flex: 0 0 auto;
	scroll-snap-align: start;
  }
	.content__items--flow--04{
		width: 264px;
		padding-top: 70px;
	}
	.content__list--vertical .content__items--flow--04::before{
		display: block;
		width: 60px;
		font-size: 26px;
		text-align: center;
		margin: 0 auto;
		line-height: 1.5;
		padding: 9px 0 10px;
		border: 1px solid #2E9480;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		color: #2E9480;
	}
	.content__items--flow--04::after{
		content: '';
		display: block;
		width: calc(100% - 30px);
		height: 1px;
		background: #2E9480;
		position: absolute;
		top: 30px;
		right: -132px;
	}
	.content__items--flow--04:last-of-type::after{
		content: inherit;
	}
		.content__items__inner--flow--04{
			padding: 22px 25px;
			background-color: #EAFAF7;
		}
				.content__subttl--flow--04{
					text-align: center;
				}


.section__wrapper--flow--04 .section__space{
	padding-top: 99px;
	padding-bottom: 100px;
	background-color: #fff;
}

.content__description--flow--04{
	font-size: 16px;
	font-weight: 700;
	color: #2E9480;
	text-align: center;
	margin-top: 15px;
}

.section__wrapper--flow--04 .section__ttl{
	color: #333;
}