body{
    word-break: keep-all;
    background:url(../image/company_bg.png);
    background-size:cover;
}
.width_con{
    padding: 0 100px 3% 350px ;
    width:100%; 
    height: 100%;
    position:absolute;
    left:50%; top:50%;
    transform:translate(-50%,-50%);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}
.width_con .title{
    line-height: 1.2;
    position:relative;
    font-size:80px;
    font-weight: 700;
}
.width_con .title:after,
.width_con .title:before{
    position:absolute;
    content:'';
    width:100px; height:100px;
}
.width_con .title:after{
    left:-100px; top:-50px;
    background:url(../image/company/image_01.svg) no-repeat;
}
.width_con .title:before{
    left:300px; bottom:-100px;
    background:url(../image/company/image_02.svg) no-repeat;
}
.info_txt {
    margin-top: 100px;
}
.width_con .dev{
    font-size:25px;
    line-height:1.1em;
    text-align:right;
    font-weight: 500;
    line-height: 32px;
}
.width_con .dev:first-child {
    margin-bottom: 5%;
}
.width_con .dev span{
    color: #913e3e;
    font-size: 25px;
    font-weight: 700;
    text-shadow: 0 0 4px #fff;
}

@media screen and (max-width:1024px){

    .width_con {
        padding: 150px 5% 5% 150px;
    }
    .width_con .title {
        font-size: 70px;
    }

}
@media screen and (max-width:768px) {
    .width_con .title {
        font-size: 40px;
    }
    .width_con .title:after,
    .width_con .title:before {
        width: 50px;
        height: 50px;
        background-size: contain;
    }
    .width_con .title:before {
        bottom: -50px;
    }
    .width_con {
        padding: 50px 5% 5% 120px;
    }
    .width_con .dev, .width_con .dev span {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .width_con .dev span{
        font-size: 17px;
        font-weight: bold;
    }
    .width_con .dev {
        line-height: 22px;
    }
}
@media screen and (max-width:500px) {
    
    .width_con .title:before {
        left: 210px;
    }
    .width_con .title::after {
        left: -50px;
    }
    .width_con {
        padding-left: 60px;
    }

}
@media screen and (max-width:330px){
    .width_con {
        padding-left: 5%;
    }
    .width_con .title {
        margin-left: 60px;
    }
    .width_con .title:before {
        left: 145px;
    }
}
