.section__wrapper--strong--03 .content__list--vertical{
	gap: 40px;
}
.content__items--strong--03{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.content__items__inner--strong--03{
	width: 1010px;
	border:1px solid #DBDBDB;
	padding: 60px 60px 57px;
	background-color: #fff;
}
.content__items--strong--03:nth-of-type(even){
	flex-direction: row-reverse;
}
	.content__img--strong--03{
		width: 325px;
		height: 244px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.content__items--strong--03:nth-of-type(even) .content__img--strong--03{
		right: 0;
		left: 0;
		margin: auto 0;
	}
	.content__wrap--strong--03{
		width: 705px;
	}
	.content__items--strong--03:nth-of-type(even) .content__wrap--strong--03{
		margin-left: auto;
	}
		.content__subttl--strong--03{
			margin-bottom: 15px;
		}

@media screen and (max-width: 1080px){
	.section__wrapper--strong--03 .section__ttl{
		margin-bottom: 5.333vw;
	}
	.section__wrapper--strong--03 .content__list--vertical{
		gap: 5.333vw;
	}
	.content__items--strong--03{
		width: 100%;
		display: block;
		position: relative;
		padding-top: 26.667vw;
	}
	.content__items--strong--03:nth-of-type(even){
		flex-direction: column;
	}
	.content__items__inner--strong--03{
		width: 100%;
		border: 1px solid #DBDBDB;
		padding: 32vw 4vw 5.333vw;
		background-color: #fff;
	}
		.content__img--strong--03{
			width: 73.333vw;
			height: 53.333vw;
			margin: 0 auto;
			position: absolute;
			top: 0;
			bottom: auto;
			right: 0;
			left: 0;
		}
		.content__items--strong--03:nth-of-type(even) .content__img--strong--03{
			right: 0;
			left: 0;
			margin: 0 auto;
		}
		.content__wrap--strong--03{
			width: 100%;
		}
		.content__items--strong--03:nth-of-type(even) .content__wrap--strong--03{
			margin-left: 0;
		}
			.content__subttl--strong--03{
				font-size: 4.533vw;
				font-weight: 500;
				line-height: 1.5;
				text-align: center;
				margin-bottom: 2.167vw;
			}
			.content__description--strong--03{
				font-size: 3.733vw;
				line-height: 1.7;
			}
}
