
.section__wrapper--strong--01 .section__ttl {
    margin-bottom: 45px;
}
.section__wrapper--strong--01 .content__list--vertical{
	gap: 62px;
}
.content__items__inner--strong--01{
	display: block;
}
	.content__items--strong--01{
		width: 100%;
		display: block;
		position: relative;
	}
		.content__img--strong--01{
			width: 800px;
			height: 310px;
			margin: auto;
			position: absolute;
			top: 0;
			bottom: 0;
			left: -390px;
		}
		.content__items--strong--01:nth-of-type(even) .content__img--strong--01{
			left: inherit;
			right: -390px;
		}
		.content__wrap--strong--01{
			width: 700px;
			margin-left: auto;
		}
		.content__items--strong--01:nth-of-type(even) .content__wrap--strong--01{
			margin-left: inherit;
			margin-right: auto;
		}
			.section__wrapper--strong--01 .content__subttl--strong--01{
				color: var(--page-main-color);
				padding-bottom: 18px;
				margin-bottom: 20px;
				border-bottom: 1px solid #DBDBDB;
				line-height: 1.7;
			}

@media screen and (max-width: 1080px){
	.section__wrapper--strong--01 .section__inner{
		width: 100%;
	}
	.section__wrapper--strong--01 .section__ttl{
		margin-bottom: 5.333vw;
	}
	.section__wrapper--strong--01 .content__list--vertical{
		gap: 5.333vw;
	}
		.content__items--strong--01{
			width: 100%;
			display: flex;
			flex-direction: column;
			gap: 2.667vw;
			position: relative;
		}
			.content__img--strong--01{
				width: calc(100% - 5.333vw);
				height: 48vw;
				position: static;
				top: auto;
				bottom: auto;
				left: auto;
				right: auto;
				margin: 0;
			}
			.content__items--strong--01:nth-of-type(even) .content__img--strong--01{
				margin-left: auto;
				left: auto;
				right: auto;
			}
			.content__wrap--strong--01{
				width: var(--screen-size);
				margin: 0 auto;
			}
			.content__items--strong--01:nth-of-type(even) .content__wrap--strong--01{
				margin-left: auto;
				margin-right: auto;
			}
				.section__wrapper--strong--01 .content__subttl--strong--01{
					color: #333;
					padding-bottom: 2.967vw;
					margin-bottom: 2.967vw;
					border-bottom: 1px solid #DBDBDB;
					line-height: 1.5;
				}
}
