/* =========================================================
   Company Overview
   会社概要ブロック
========================================================= */

table td:first-child {
    white-space: nowrap;
}

.company-overview {
    width: fit-content;
}

/* =========================================================
   Certifications
   資格セクション
========================================================= */

.section-certifications h3.wp-block-heading {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: .6rem;
    font-weight: 500;
}

body .section-certifications .wp-block-image > img {
    height: 300px !important;
    width: 100%;
    object-fit: contain;
}


/* =========================================================
   SP Company
========================================================= */

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

    /* 会社概要 */
    .company-overview {
        width: 100%;
    }

    /* 資格 */
    .section-certifications h3.wp-block-heading {
        font-size: 1rem;
        line-height: 1.5;
    }

    body .section-certifications .wp-block-image > img {
        height: 220px !important;
    }
}