@charset "utf-8";

.company .page_catch h2 {
    font-size: 3.7rem;
    font-weight: 500;
}

/*------------ 代表ご挨拶 ------------*/
.message_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 97px;
}

.message_txt {
    width: 46.363%;
    margin-right: auto;
}

.message_txt .sec_ttl {
    margin-top: 0;
    text-align: left;
}

.message_p_wrap {
    padding: 60px 0 56px;
    position: relative;
}

.message_p_wrap::before {
    position: absolute;
    content: "";
    width: 150vw;
    min-width: 1920px;
    height: 100%;
    background: #F5F5F8;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

.message_p_wrap p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 42px;
}

.message_p_wrap .message_txt_name {
    display: block;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    line-height: 1.882;
    text-align: right;
    margin: 0;
}

.message_img.pc_size {
    width: 50%;
}

/*------------ 基本理念 ------------*/

/*------------ 会社概要 ------------*/
.overview_wrap {
    margin-top: 100px;
    padding-top: 92px;
    position: relative;
}

.overview_wrap::before {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1920px;
    height: calc(100% + 120px);
    background: #F5F5F8;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}


/* table */
.overview_table table {
    margin-bottom: 50px;
}

.overview_table table th {
    font-weight: 400;
    background: none;
    width: 21%;
    position: relative;
    padding: 20px 25px 18px 0;
}

.overview_table table th::after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 32px);
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #CCC;
}

.overview_table table td {
    padding: 20px 30px 18px 7%;
}

@media screen and (max-width:767px) {
    .company .page_catch h2 {
        font-size: 2rem;
    }

    /*------------ 代表ご挨拶 ------------*/
    .message_box {
        margin-bottom: 45px;
    }

    .message_txt {
        width: 100%;
    }

    .message_img.sp_size {
        margin-bottom: -40px;
    }

    .message_p_wrap {
        padding: 60px 0 45px;
    }

    .message_p_wrap::before {
        width: 100vw;
        min-width: auto;
    }

    .message_p_wrap p {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .message_p_wrap .message_txt_name {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    /*------------ 基本理念 ------------*/

    /*------------ 会社概要 ------------*/
    .overview_wrap {
        margin-top: 60px;
        padding-top: 50px;
    }

    .overview_wrap::before {
        height: calc(100% + 55px);
    }


    /* table */
    .overview_table table {
        margin-bottom: 35px;
    }

    .overview_table table th {
        width: auto;
        white-space: nowrap;
        padding: 15px 10px 15px 0;
    }


    .overview_table table td {
        padding: 15px 0 15px 10px;
    }

}