.logo img{
    width:170px;
}

#about article.map a img {
  transition: all .2s ease-out;
}

#about {
  padding: 0 11.8%;
  margin: 0 auto;
}

#about h1 {
  font-size: 50px;
}

#about .description {
  font-size: 13px;
  line-height: 28px;
  margin-top: 5px;
}

#about .left {
  width: 44.6%;
  margin:0 auto;
}


#about article {
  font-size: 13px;
  line-height: 28px;
}

#about article.about {
  margin-top: 10px;
}

#about article .title {
  font-size: 11px;
  color: #999;
  margin-bottom: 25px;
}

#about article .title p {
  font-size: 24px;
  color: #222;
}

#about article dl {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

#about article dt {
  float: left;
}

#about article dd {
  margin-left: 95px;
}

#about article .biz_contents .block {
  float: left;
  margin-left: 40px;
  width: calc((100% - 40px) / 2);
}

#about article .biz_contents .block:nth-of-type(1) {
  margin-left: 0;
}

#about article .biz_list {
  padding-left: 15px;
}

#about article.map {
  position: relative;
  margin-top: -140px;
}

#about article.map img {
  display: block;
  width: 100%;
}

#about article.map a {
  position: absolute;
  left: 10.2%;
  bottom: 0;
}

#about article.map a img {
  display: block;
}

#about article.map a:hover img {
  -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
}

#about article.main-client {
  padding-left: 11.1%;
}

@media screen and (max-width: 767px) {
  #about {
    padding: 0 18px;
  }
  #about h1 {
    font-size: 25px;
  }
  #about .description {
    font-size: 9px;
    line-height: 20px;
    margin-top: 25px;
  }
  #about .left {
    width: auto;
    float: none;
  }
  #about .left .map.sp {
    margin-top: 80px;
  }
  #about .left .map.sp a {
    width: 33px;
  }
  #about .left .map.sp a img {
    display: block;
    width: 100%;
  }
  #about .right {
    display: none;
  }
  #about article {
    font-size: 10px;
    line-height: 21px;
    margin-top: 75px;
  }
  #about article.about {
    margin-top: 75px;
  }
  #about article .title {
    font-size: 8px;
    margin-bottom: 20px;
  }
  #about article .title p {
    font-size: 16px;
  }
  #about article dl {
    font-size: 10px;
  }
  #about article dd {
    margin-left: 75px;
  }
  #about article .biz_contents .block {
    float: none;
    margin-left: 0;
    width: auto;
  }
  #about article .biz_contents .block:nth-of-type(2) {
    margin-top: 20px;
  }
  #about article .biz_list {
    padding-left: 15px;
  }
  #about article.main-client {
    padding-left: 0;
  }
}