
[class*="section__wrapper--"]:nth-of-type(odd).section__wrapper--read--01,
[class*="section__wrapper--"]:nth-of-type(even).section__wrapper--read--01 {
    background-color: transparent;
}
.section__wrapper--read--01 .section__space {
    padding: 95px 0 135px;
}
    .section__wrapper--read--01 .section__ttl {
        margin-bottom: 40px;
    }
    [class*="content__txt--read--"].content__txt--read--01 {
        line-height: 2;
    }

@media screen and (max-width: 1080px){
	[class*="section__wrapper--"]:nth-of-type(odd).section__wrapper--read--01,
	[class*="section__wrapper--"]:nth-of-type(even).section__wrapper--read--01,
	.section__wrapper--read--01{
		background: #eee;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw));
	}
	.section__wrapper--read--01 .section__space{
		padding: 0;
	}
	.section__wrapper--read--01 .section__ttl{
		margin-bottom: 5.333vw;
	}
	.section__wrapper--read--01 .content__txt--read--01,
	[class*="content__txt--read--"].content__txt--read--01{
		font-size: 3.733vw;
		font-weight: 400;
		line-height: 1.7;
		color: #333;
		text-align: left;
	}
}
