@charset "utf-8";
/** ------ 会社概要の設定 ------ **/
#company_profile_area {
    padding: 50px 0 150px;
}

/* ----- 会社概要セクションタイトルの設定 START ----- */
#company_profile_area h2 {
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    background-position: center;
    width: 100%;
    height: 150px;
    font-size: xxx-large;
    justify-content: center;
    align-items: center;
    color: #000000;
}
#company_profile_area h2 {
    background-image: url("../images/office_bg_image.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#company_profile_area div {
    max-width: 1000px;
}
/* ----- 会社概要セクションタイトルの設定 END ----- */


/* ----- 求人詳細内容テーブルのスタイルの設定 START ----- */
#company_profile_area table {
    border: solid 1px #000000;
}
#company_profile_area th,
#company_profile_area td {
    padding: 20px 10px !important;
}
#company_profile_area th {
    width: 150px;
    background-color: #DCDCDC;
}
#company_profile_area td {
    text-align: left;
}
@media screen and (max-width: 480px) {
    #company_profile_area table {
        width: 100%;
    }
    #company_profile_area th,
    #company_profile_area td {
        display: block;
        text-align: left;
        width: 100%;
    }
}
/* ----- 求人詳細内容テーブルのスタイルの設定 END ----- */

#company_profile_area a {
    color: #0a58ca;
}
