/*/////////////////////コンテンツ////////////////////////////*/
.com-logo {
    max-width: 720px;
    width: 80%;
    margin: 0 auto 80px auto;
}
.sec2 .img-box {
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.sec2 .img-box .img {
    display: flex;
    align-self: stretch;
    flex-grow: 1;
    object-fit: cover;
    margin-right: 30px;
}
.studio {
    padding: 20px;
    border: 1px solid #999;
    margin-top: 30px;
}
.studio h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.studio p {
    line-height: 1.2;
    margin-bottom: 10px;
}
.studio p:last-of-type {
    margin-bottom: 20px;
}
.studio a {
    max-width: fit-content;
}
.studio a img {
    width: 100%;
    max-width: 300px;
}
.sec3-ttl {
    background: url(../img/company/img1.jpg) no-repeat center / cover;
    width: 100%;
    height: 380px;
}
.sec3-ttl h3 {
    display: flex;
    width: fit-content;
    font-size: 32px;
    font-weight: 600;
    padding: 5px 20px;
    line-height: 1.2;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 60px;
}
.sec3 h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
    .sec2 .img-box {
        flex-wrap: wrap;
    }
    .sec2 .img-box .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 520px;
    }
    .sec2 .img-box .text {
        width: 100%;
    }
    .sec3-ttl h3 {
        font-size: 27px;
        padding: 5px 10px ;
    }
}
@media screen and (max-width: 600px) {
    .sec2 .img-box {
        margin-bottom: 20px;
    }
    .studio {
        margin-top: 20px;
    }
    .sec3-ttl {
        height: 320px;
    }
    .sec3-ttl h3 {
        width: 100%;
        font-size: 21px;
        text-align: center;
        justify-content: center;
        line-height: 1.5;
        margin-top: 40px;
    }
}