.page_title{display:flex; align-items:center; justify-content:center; width:calc(100% - 40px); height:350px; padding:0; margin:0 auto 65px; border-radius:20px; text-align:center; background-color:var(--subColor01); background-repeat:no-repeat; background-position:center; background-size:cover;}
.page_title h3{font-weight:600; color:var(--blackColor); letter-spacing:-0.01em}

@media all and (max-width:1280px){
    .page_title{height:270px; margin:0 auto 55px; border-radius:15px;}
}

@media all and (max-width:990px){
    .page_title{width:calc(100% - 16px); height:120px; margin: 0 auto 45px; border-radius:10px;}
}