@media(min-width:1200px){
    .m{display: none;}
    .tab{display: none;}
    .pc{display: block;}

body::before {
    content: '';
    width: 608px;
    height: 678.4px;
    display: block;
    background-image: url(../img/bg-logo.svg);
    background-position: left bottom;
    background-size: 100% auto;
    position: fixed;
    background-repeat: no-repeat;
    top: 35%;
    right: 0;
    z-index: -1;
    filter: grayscale(100%);
    opacity: 0.1;
    pointer-events: none;
    }

    .tit{
        font-size: 36px;
        padding-bottom: 72px;
        line-height: 160%;
    }
    .txt-el{
        font-size: 16px;
        line-height: 200%;
        word-break: keep-all;
    }
    .btm{
        display: flex;
        margin-left: auto;
        gap: 100px;
    }
    .btm img.pic {
        width: 20%;
        height: 20%;
        max-width: 50%;
        max-height: 900px;
    }
    .name{
        display: flex;
        align-items: end;
        font-weight: bold;
        gap: 12px;
        justify-content: right;
    }
    .name .left{
        font-size: 24px;
        font-weight: lighter;
        color: #333;
        padding-bottom: 8px;
    }
    .name .right{
        letter-spacing: 20px;
        font-size: 40px;
        color: #35318F;
    }
}
