/* pc用 */
@media screen and (min-width:780px) {
    #SITE_BOX {
        -webkit-text-size-adjust: 100%;
        margin: 0;
        background-color: #f5f5f5;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    }
    
    .sp_sv {
        display: none;
    }
    
    /* 会社概要欄 */
    .company_sec01 {
        display: flex;
        flex-direction: column;
        align-items: center; 
        margin: 0;
        text-align: left;
        width:100%;
        height: 240px;
        margin-bottom: 80px;
        overflow: hidden;
        min-width: 1100px;
    }
    
    .company_logo {
        width: 1100px;
        margin: 0 auto 50px auto;
    }

    .company_logo img {
        width: 25%;
    }
    
    .sec01_hd {
        position: relative;
        text-align: center;
        top: -160px;
        letter-spacing: 5px;
        font-size: 30px;
        font-weight: 900;
        margin: 0;
        color: white;
    }
    
    .sec01_text {
        position: relative;
        text-align: center;
        top: -160px;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1.5px;
        margin: 0;
        color: white;
    }
    
    .company_sec02 {
        display: flex;
        justify-content: center;
        padding-bottom: 80px;
    }

    
    /* ----------------------------------- */
    table {
        border-spacing: 0;
        margin: 0;
        }
        .company_sec02 {
            margin: 0 auto;
            width: 1100px;
        }
        .company-table {
            border-collapse: collapse;
            width: 100%;
        }
        .company-table th,
        .company-table td {
            font-size: 1.3rem;
            padding: 30px 50px;
            border-top: 1px solid #dddddd;
            border-bottom: 1px solid #dddddd;
            display: table-cell;
            line-height: 1.8;
            vertical-align: middle;
        }

        th {
            width: 25%;
            border-right: 60px solid #f5f5f5;
            text-align: left;
            letter-spacing: 0.12rem;
            font-weight: bold;
        }

        td {
            width: auto;
            letter-spacing: 0.12rem;
        }
    /* ----------------------------------- */
    .no_border {
        padding: 20px;
    }
    
    .company_logo > div {
        width:1100px;
        margin: 0 auto 0 auto;
    }
    
    .company_sec03 {
        padding-top: 80px;
        padding-bottom: 80px;
        text-align: center;
    }
    
    .map_sp {
        display: none;
    }

    .sp_naiyou {
        display: none;
    }
}

/* sp用 */
@media screen and (max-width:779px) {
    #SITE_BOX {
        width: 100%;
        margin: 0;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    }

    .company_sec01 {
        width:100%;
        height: 240px;
        margin-bottom: 30px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pc_sv  {
        display: none;
    }

    .sec01_hd {
        position: relative;
        text-align: center;
        top: -160px;
        letter-spacing: 5px;
        font-size: 1.5rem;
        font-weight: 900;
        margin: 0;
        color: #fff;
    }

    .sec01_text {
        position: relative;
        text-align: center;
        top: -160px;
        letter-spacing: 2px;
        font-size: 10px;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }

   .company_logo {
       width: 90%;
       margin: auto;
       margin-bottom: 30px;
       text-align: center;
   }

   .company_logo img {
       width: 50%;
   }

    /* ----------------------------------- */
    table {
        border-spacing: 0;
    }
    * {
        box-sizing: border-box;
    }
    .company_sec02 {
        margin: 0 auto;
        width: 90%;
        max-width: 355px;
    }
    .company-table {
        border-collapse: collapse;
        width: 100%;
    }
    .company-table th,
    .company-table td {
        border-bottom: 1px solid #dddddd;
        padding: 10px;
        font-size: 0.9rem;
        line-height: 1.8;
        vertical-align: middle;
        width: 100%;
        display: block;
    }

    th {
        letter-spacing: 0.12rem;
        text-align: left;
        font-weight: bold;
    }

    td {
        text-align: left;
        letter-spacing: 0.12rem;
    }
    /* ----------------------------------- */

    .company_sec03 {
        text-align: center;
        margin: 30px 0 30px 0;
    }

    .map_pc {
        display: none;
    }
    
    .pc_naiyou {
        display: none;
    }
}
