.about-wrapper {
  position: relative;
  overflow: hidden;
  background: #f2f2f2 url(/images/about-1.png) no-repeat 68% 70px;
  background-size: 800px;
}
@media only screen and (max-width: 480px) {
  .about-wrapper {
    background: none;
  }
}
.about-wrapper .text {
  z-index: 2;
  position: relative;
  width: 1100px;
  margin: 150px auto 0;
}
@media only screen and (max-width: 480px) {
  .about-wrapper .text {
    width: 100%;
    margin-top: 0;
    padding: 50px 20px 180px;
    background: #f2f2f2 url(/images/about-1.png) no-repeat center bottom;
    background-size: 100%;
  }
}
.about-wrapper h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .about-wrapper h2 {
    margin-bottom: 10px;
  }
}
.about-wrapper h2 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 480px) {
  .about-wrapper h2 span {
    font-size: 16px;
  }
}
.about-wrapper h2 em {
  display: block;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 480px) {
  .about-wrapper h2 em {
    font-size: 24px;
  }
}
.about-wrapper .text > p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 480px) {
  .about-wrapper .text > p {
    font-size: 14px;
  }
  .about-wrapper .text > p br {
    display: none;
  }
}

.about-wrapper .profile,
.about-wrapper .map,
.about-wrapper .history {
  position: relative;
  width: 1160px;
  margin: 150px auto 50px;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .about-wrapper .profile,
  .about-wrapper .map,
  .about-wrapper .history {
    width: 100%;
    margin: 0 0 25px;
  }
}
.about-wrapper .map,
.about-wrapper .history {
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .about-wrapper .map,
  .about-wrapper .history {
    margin-top: 25px;
  }
}
.about-wrapper .history {
  margin-bottom: 150px;
}
@media only screen and (max-width: 480px) {
  .about-wrapper .history {
    margin-bottom: 25px;
  }
}
.about-wrapper h3 {
  z-index: 2;
  position: relative;
  padding: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(to right, #a10 0, #5e0900 100%);
}
@media only screen and (max-width: 480px) {
  .about-wrapper h3 {
    padding: 15px;
    font-size: 16px;
    line-height: 1;
  }
}
.about-wrapper .profile-img {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 47%;
  height: 100%;
  background: url(/images/about-bg.png) no-repeat right bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 480px) {
  .about-wrapper .profile-img {
    background: none;
  }
}
.about-wrapper .map-frame {
  display: block;
  width: 100%;
  height: 600px;
  border: 0;
}
@media only screen and (max-width: 480px) {
  .about-wrapper .map-frame {
    height: 300px;
  }
}
.about-wrapper .profile-table,
.about-wrapper .history-table {
  margin: 0;
}
.about-wrapper .profile-table th,
.about-wrapper .profile-table td,
.about-wrapper .history-table th,
.about-wrapper .history-table td {
  padding: 15px 20px 40px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  border: 0;
}
@media only screen and (max-width: 480px) {
  .about-wrapper .profile-table th,
  .about-wrapper .profile-table td,
  .about-wrapper .history-table th,
  .about-wrapper .history-table td {
    display: block;
    font-size: 14px;
    line-height: 1.5;
  }
}
.about-wrapper .profile-table th,
.about-wrapper .history-table th {
  width: 250px;
  font-weight: bold;
  text-align: right;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid #fff;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .about-wrapper .profile-table th,
  .about-wrapper .history-table th {
    width: 100%;
    padding: 20px 10px 0;
    text-align: left;
    border: 0;
  }
}
.about-wrapper .profile-table td,
.about-wrapper .history-table td {
  font-weight: normal;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #fff 0, white 100%);
}
@media only screen and (max-width: 480px) {
  .about-wrapper .profile-table td,
  .about-wrapper .history-table td {
    padding: 0 10px 10px;
    background: none;
  }
}
.about-wrapper .profile-table tr:last-of-type th,
.about-wrapper .profile-table tr:last-of-type td,
.about-wrapper .history-table tr:last-of-type th,
.about-wrapper .history-table tr:last-of-type td {
  border-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .about-wrapper .profile-table tr:last-of-type td,
  .about-wrapper .history-table tr:last-of-type td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.about-wrapper .profile-table .company-map,
.about-wrapper .history-table .company-map {
  margin-top: 15px;
}

/*# sourceMappingURL=about.css.map */
