/*PC版CSS*/
  @media(min-width:750px) {
    .about_human,.about_company{
      background-color:rgb(210,210,210);
      display:flex;
      flex-direction:row;
      margin-bottom:60px;
      margin-left:20px;
      margin-right:20px;
      padding-bottom:10px;
    }
    .about_human_title,.about_company_title{
      font-size:50px;
      font-weight:700;
      text-align:center;
      background-color:rgb(210,210,210);
      padding:20px 0px;
      margin:0px 20px;;
    }
    img.illustration1{
      width:80%;
    }
    img.illustration2{
      width:40%;
    }
    .data{
      font-size:25px;
      height:15%;
      margin-bottom: 10px;
    }
    .data1{
      margin-bottom: 24px;
    }
    .human_data{
      display: flex;
      justify-content: space-between;
      padding:0px 10%;
      margin-bottom: 10px;
    }
    .about_human_contents,.about_company_contents{
      width:33%;
      text-align:center;
      padding-bottom:5px;
    }
    .count, .age,.overtime,.holiday{
      border-right:0.5px solid black;
    }
    .heading{
      font-size:30px;
      height:10%;
    }
    .day{
      font-size:15px;
      height:5%;
      text-align:right;
      padding-right:5px;
      bottom: 0px;
      right: 0px;
    }
  }
/*PC版終わり*/
/*モバイル版CSS*/
   @media(max-width: 750px){
    .about_human,.about_company{
      background-color:rgb(210,210,210);
      margin-bottom:60px;
      margin-left:15px;
      margin-right:15px;
      display:flex;
      flex-direction: column;
      padding:0px 20px;
    }
    .about_human_title,.about_company_title{
      font-size:25px;
      font-weight:700;
      text-align:center;
      background-color:rgb(210,210,210);
      padding:10px 0px;
      margin:0px 15px
    }
    img.illustration1{
      width:90%;
    }
    img.illustration2{
      width:45%;
    }
    .data{
      font-size: 25px;
    }
    .about_human_contents,.about_company_contents{
      text-align: center;
    }
    .count, .age,.overtime,.holiday{
      border-bottom:0.5px solid black;
    }
    .heading{
      font-size:25px;
      padding-bottom:5px;
    }
    .human_data{
      display: flex;
      justify-content: space-between;
      padding:0px 10%;
    }
    .day{
      font-size:15px;
      margin-top:5px;
      text-align:right;
      bottom: 0px;
      right: 0px;
    }
   }
 /*モバイル版終わり*/
