@charset "utf-8";

.project__concept-wrap{
    /* margin-top: 20px; */
    margin-right: 35px;
    margin-left: 35px;
    position: absolute;
    width: 300px;
    display: flex;
    flex-direction: column;
}
.project__concept{
    width: 300px;
    width: 100% !important;
    height:auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.6;
}
#project_list li img{
    height:200px;
    object-fit: cover;
    object-position: center;
}
#project_list li{
    padding-bottom:120px;
    width: calc((100% / 3) - 30px);
    display: block !important;
    opacity: 1 !important;
}

@media screen and (max-width:770px){
    .project__concept-wrap{
        width: 100%;
        padding:15px 10px 0;
        margin:0 auto;
    }
    #project_list li{
        padding-bottom:150px;
        width: 100% !important;
    }
    #project_list{
        flex-direction: column;

    }
    .title{
        display: none !important;

}