.content__block--strong--04 .content__list--vertical{	
	gap: 50px;
}
	.content__items--strong--04{
		width: 100%;
		display: block;
		position: relative;
	}
	.content__items__inner--strong--04{
		display: flex;
		gap: 40px;
	}
	.content__items--strong--04:nth-of-type(even) .content__items__inner--strong--04{
		flex-direction: row-reverse;
	}
			.content__img--strong--04{
				position: relative;
				width: 610px;
				height: 410px;
				flex-shrink: 0;
			}
			.content__img--strong--04::after{
				content: '';
				display: block;
				width: 610px;
				height: 410px;
				border: 1px solid var(--page-main-color);
				position: absolute;
				top: 10px;
				left: 10px;
				z-index: -1;
			}
			.content__wrap--strong--04 .content__subttl--strong--04{
				line-height: 2;
				margin-bottom: 12px;
			}
			.content__wrap--strong--04 .content__description--strong--04{
				line-height: 1.85;
			}