.content__block--case--09 .content__list--vertical{
	justify-content: center;
	gap: 62px;
}
.section__wrapper--case--09 .section__ttl {
    margin-bottom: 30px;
}
	.content__items--case--09{
		width: 100%;
		border-top: 1px solid var(--page-sub-color);
		padding-top: 30px;
	}
		.content__img--case--09{
			width: 360px;
			height: 270px;
			position: absolute;
			top: -20px;
			left: 0;
		}
		.content__items--case--09:nth-of-type(even) .content__img--case--09{
			right: 0;
			left: inherit;
		}
			.content__wrap--case--09{
				width: 750px;
				margin-left: auto
			}
			.content__items--case--09:nth-of-type(even) .content__wrap--case--09{
				margin-left: inherit;
				margin-right: auto;
			}
				.content__subttl--case--09{
					margin-bottom: 7px;
				}