/* 社長画像 */
.t-contents .sec02__inner__block__pic01 {
    width: 350px;
    height: 350px; /* ←ここ重要 */
    background: url("../../assets/img/sec02-img2026@2x.jpg") no-repeat center center;
    background-size: contain; /* cover → contain推奨 */
}

    @media only screen and (max-width: 650px) {
        .t-contents .sec02__inner__block__pic01 {
            width: 100%;
        }
    }