/*************************
 page-about-us
  about-us-main
**************************/
#page-about-us #about-us-main .bg {
  height: 600px;
  background: url("../../images/service/carrier1.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
#page-about-us #about-us-main .bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.3);
  z-index: 1;
  width: 100%;
  height: 100%;
}
#page-about-us #about-us-main h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  writing-mode: vertical-rl;
  color: #fff;
}
#page-about-us #about-us-main h1 p:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-left: 10px;
}
#page-about-us #about-us-main h1 p:nth-of-type(2) {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
}
/***************************
 page-about-us
  about-us-info
****************************/
#page-about-us #about-us-info {
  padding-top: 100px;
  padding-bottom: 100px;
}
#page-about-us #about-us-info h2 {
  margin-bottom: 80px;
  text-align: center;
}
#page-about-us #about-us-info h2 span {
  display: block;
}
#page-about-us #about-us-info h2 span:nth-of-type(1) {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
#page-about-us #about-us-info h2 span:nth-of-type(2) {
  font-size: 26px;
}
#page-about-us #about-us-info table {
  margin-bottom: 50px;
}
#page-about-us #about-us-info table th,
#page-about-us #about-us-info table td {
  padding: 30px;
}
