@charset "UTF-8";

/* ----------------------------------------------------------------
h1画像上書き
---------------------------------------------------------------- */

/* --- h1 --- */

.title_p1_image{
    background-image:url(/group/img/top_visual.jpg);
    background-size: cover;
    height: 32vw;
}

@media print, screen and (min-width: 768px) {

    .title_p1_image{
        width: 50%;
        position: absolute;
        right: 0;
        background-image:url(/group/img/top_visual.jpg);
        background-size: cover;
        height: 226px;
        clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
    }
}

