.title_company{
    width: 1200px;
    height: 200px;
    background-color: #556b2f;
  }
  
  .company_article{
    position: relative;
    width: 800px;
    margin: 0 auto 40px auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffff;
    animation: animation-article 1s;
   }
  
  .company_article_caption{
      position: relative;
      padding: 35px 0 20px 0;
      text-align: center;
  }
  
  .company_article_caption::before{
      content: attr(data-en);
      position: absolute;
    width: 100%;
      top: -10px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 60px;
      font-style: italic;
    font-weight: bold;
  }
  
  .company_article_caption span{
      position: relative;
    font-size: 38px;
    font-weight: 999;
      z-index: 2;
  }
  
  .company_article_subcaption{
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
  }
  
  .company_article_subcaption span{
    position: relative;
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    background: #333333;
    border-radius: 50%;
  }
  
  .company_article_text{
    width: 730px;
    margin: 0 auto;
    font-size: 24px;
  }
  
  .company_article_subtext{
    padding: 0 0 0 10px;
  }
  
  .company_article_subtext span{
    display: block;
    width: 170px;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    font-weight: bold;
    background-color: #dddddd;
    border-left: solid 5px #333333;
    border-radius: 0 50px 50px 0;
  }
  
  .company_article_red{
    border: 2px solid #682e23;
    box-shadow: 0 0 5px 2px #682e23 inset,
    8px 8px 8px 0 rgba(0, 0, 0, 0.2),
    10px 10px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .company_article_green{
    border: 2px solid #0e563e;
    box-shadow: 0 0 5px 2px #0e563e inset,
    8px 8px 8px 0 rgba(0, 0, 0, 0.2),
    10px 10px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .company_article_red th{
    width: 150px;
    background-color: #ffe4e4;
  }
  
  .company_article_emblem_green{
    background-color: #eeffde;
  }
  
  .company_article_emblem_brown{
    background-color: #f2e1d4;
  }
  
  .company_caption_red::before{
    color: rgba(179,118,96,0.2);
  }
  
  .company_caption_green::before{
    color: rgba(63,136,69,0.2);
  }
  
  .company_article_emblem{
    width: 500px;
    height: 350px;
    margin: 0 100px;
    background: url("../../img/emblem.jpg")  right 0 /cover no-repeat;
  }