.content_wrapper{
    width: 100vw;
    background-color: #efefef;
    display: block;
    margin-left: auto;
}


#title_en{
    display: inline-block;
    font-size: 12px;
    font-weight: 100;
    border-bottom: solid 1px #333;
    margin-bottom: 0;
}



.top_content{
    margin-top: 50px;
    padding-top: 100px;
    display: flex;
    justify-content: space-around;
}




.top_content div{
    margin-left: 50px;
    margin-top: 50px;
}
#top_content_title{
    font-size: 12px;
    margin-bottom: 30px;
}
.top_content h1{
    margin: 10px 0;
}
#top_content_en{
    font-size: 10px;
    color: #888;
    margin-top: 50px;
}

#profile{
    width: 500px;
    height: 500px;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to top, transparent 2%, black 30%);
    mask-image: linear-gradient(to top, transparent 2%, black 30%);
    
}
#name{
    position: relative;
    width: 300px;
    margin-left: -350px;
    top: 20px;

}

.main_content_wrapper{
    width: 80vw;
    min-width: 800px;
    /* height: 1000px; */
    background-color: #fff;
    margin-left: auto;
    margin-top: -80px;
    padding: 0 100px;
}

.main_content_wrapper h1{
    font-weight: 100;
    font-size: 30px;
    padding-top: 200px;
    /* padding-left: 200px; */
}
.main_content_wrapper p {
    margin-left: 150px;
    margin-top: 50px;
}


.company_profile_wrapper{
    width: 80vw;
    min-width: 800px;
    /* height: 500px; */
    background-color: #fff;
    margin-left: auto;
    padding: 50px 100px;
    margin-top: 10px;
}

.company_profile_wrapper h1{
    margin-top: 15px;
    margin-bottom: 50px;
}

.company_profile_content{
    display: flex;
    justify-content: center;
}
.company_profile_content img{
    width: 300px;
    object-fit: contain;
    padding: 30px;
    background-color: #111;
    margin-right: 150px;
}
.main_content_wrapper img{
    width: 80vw;
    min-width: 800px;
    height: 400px;
    object-fit: cover;
    margin-top: 150px;
    margin-bottom: 100px;
}

#cp_title{
    margin-bottom: 0;
    margin-left: 50px;
}
#cp_content{
    margin-top: 0;
    margin-left: 80px;
}


/* 取引先 */
.supplier_wrapper{
    width: 80vw;
    min-width: 800px;
    /* height: 500px; */
    background-color: #fff;
    margin-left: auto;
    padding: 50px 100px;
    margin-top: 10px;
}

.supplier_wrapper h1{
    margin-top: 15px;
    margin-bottom: 50px;
}

.supplier_img_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 50px;
}

.supplier_img_wrapper img{
    width: auto;
    height: 50px;
    object-fit: contain;
}