/*
.MC_wrap2 { display: flex; flex-wrap: wrap; height: 51.5rem; }
.MC_wrap3 { position: relative; display: flex; flex-wrap: wrap; margin: 9rem 0 4rem; justify-content: space-between; }

.MC_Box2 {margin:8rem 0;}

.MC_Box3 { width: calc(100% - 47.9rem); padding-right: 9.8rem; }
.MC_Box4 { width: 47.9rem; }

.MC_Box5,
.MC_Box6 { width: calc((100% - 7.3rem) / 2); }
*/


[class*='MC_wrap'] {margin:8rem 0;}

.MC_wrap1 {position:relative; margin:0; z-index:0;}
.MC_wrap1:before {content:''; position:absolute; width:50vw; right: calc(50% - 50vw); height:40rem; background:#343474 url('/images/web/eng/main/bg-mask.png') no-repeat right center; background-size:cover; border-radius:0 0 0 20rem; z-index:-1; pointer-events: none;}
.MC_Box2 { display:flex; flex-direction:column; margin-bottom:2.4rem; }



@media screen and (max-width: 1024px){
	.MC_wrap1:before {width:100vw; right:calc(100% - 100vw); border-radius:0;}
	.MC_wrap1:before {}
	.MC_wrap2 {margin-top:0rem;}
}

@media screen and (max-width: 380px){ 
	.MC_wrap1:before {height:28rem;}
}