.compnayPage{
    background: var(--color-beige);
    display: flex;
    justify-content: space-between;
    padding: calc(var(--space-50)*4) 0 calc(var(--space-50)*1) calc(var(--space-50)*4);
    line-height: 1.5;
    }
    .companyPage .headline{
        font-size: calc(var(--font-size-h4)*2);
    }
    .companyPage .headLineSub{
        font-size: var(--font-size-h4);
    }
    .headLineSub{
        line-height: 1.5;
    }
    .flexC{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .companyList,
    .mapContainer{
        width: 45%;
        margin-top: var(--space-50);
        margin-bottom: var(--space-50);
    }
    
    .companyList .list{
      border-bottom: 1px solid var(--color-000);
      padding-top: var(--space-20);
      padding-bottom: var(--space-20);
      line-height: 2;
    }
    .companyList .list span{
        font-weight: bold;
        display: inline-block;
        margin-right: var(--space-10);
    }

   /* ========================================================== */
   /* ==============  2023スマホ     768px   ==================== */
   /* ========================================================== */
   @media screen and (max-width:1024px){
    .companyPage{
    flex-direction: column;
    }
    .companyList,
    .mapContainer{
        width: 80%;
    }
    }
     /* ========================================================== */
     /* ==============  2023スマホ     600px   ==================== */
     /* ========================================================== */
     @media screen and (max-width:600px){
        .companyList,
        .mapContainer{
            width: 100%;
        }
     }
     