/* 会社概要ビジュアル */
.Company_Section {
    background-image: url(../images/%E3%83%9B%E3%83%BC%E3%83%A03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* スマートフォン表示時のフォントサイズ */
@media screen and (max-width: 768px) {
    #main-heading {
        font-size: 2rem; /* スマホ表示時のフォントサイズ */
    }
    #sub-heading {
        font-size: 1.7rem; /* スマホ表示時のフォントサイズ */
    }
}
.Company_Section h3 {
    font-size: 50px;
    font-weight: 700;
}
.Company_Section p {
    font-size: 30px;
    font-weight: 700;
}

/* 会社概要セクション */
.Company_table img {
    width: 100%;
    border-radius: 10px; /* 角を丸く */
    height: 100%;
}
/* 会社概要セクション */
.Company_table table {
    width: 100%;
}
.Company_table table tr {
    padding: 20px 0;
    display: block;
    border-bottom: solid 1px #000000;
    line-height: 1.5;
}
.Company_table table tr th {
    width: 140px;
}
