@charset "utf-8";

main section:not(.sec1) .inner  {
    max-width: 1280px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

main section.sec2 .inner .sec2_item1    {
    background-image: url(/assets_work/work04/images/sec2_img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 6.4% center;
}

main section.sec2 .inner .sec2_item1 .content {
    max-width: 600px;
    height: min(29.76vw,450px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main section.sec2 .inner .sec2_item1 .titlearea {
    text-align: left;
}

@media screen and (max-width: 834px)    {
    main section.sec2 .inner .sec2_item1    {
        background-size: 70vw;
        background-position: center bottom;
    }
    main section.sec2 .inner .sec2_item1 .content   {
        height: auto;
        padding-bottom: 80vw;
    }
    
    main section.sec2 .inner .sec2_item1 .titlearea p   {
        text-align:center;
    }
}