/**************************
 page-aboutus
**************************/
#page-aboutus #aboutus-main .bg {
  background: url("../../images/aboutus/main-bg.jpg");
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 100px;
}
#page-aboutus #aboutus-main .bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  background-image: radial-gradient(black 20%, transparent 20%),
    radial-gradient(black 20%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
}
#page-aboutus #aboutus-main .bg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 2;
}
#page-aboutus #aboutus-main .bg h1 span {
  display: block;
}
#page-aboutus #aboutus-main .bg h1 span:nth-of-type(1) {
  font-size: 62px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#page-aboutus #aboutus-main .bg h1 span:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #page-aboutus #aboutus-main .bg h1 span:nth-of-type(1) {
    font-size: 42px;
  }
}
/********************************
 aboutus-message
********************************/
#page-aboutus #aboutus-message {
  padding-top: 100px;
  padding-bottom: 100px;
}
#page-aboutus #aboutus-message h2 span {
  display: block;
}
#page-aboutus #aboutus-message h2 {
  margin-bottom: 50px;
}
#page-aboutus #aboutus-message h2 span:nth-of-type(1) {
  font-size: 62px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  color: #234371;
}
#page-aboutus #aboutus-message h2 span:nth-of-type(2) {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
#page-aboutus #aboutus-message .mes {
  text-align: left;
  line-height: 2.5em;
}
#page-aboutus #aboutus-message .namae {
  text-align: right;
  margin-bottom: 0;
}
#page-aboutus #aboutus-message .namae img {
  width: 150px;
}
/************************************
 page-aboutus
  aboutus-info
*************************************/
#page-aboutus #aboutus-info {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #dae9ff;
}
#page-aboutus #aboutus-info th {
  padding: 30px;
  background: #234371;
  color: #fff;
  vertical-align: middle;
  word-break: keep-all;
  width: 300px;
}
#page-aboutus #aboutus-info td {
  padding: 30px;
  background: #fff;
}
#page-aboutus #aboutus-info table {
  width: 80%;
  margin: 0 auto;
}
#page-aboutus #aboutus-info .partner_link img {
  width: 200px;
}
@media (max-width: 767px) {
  #page-aboutus #aboutus-info th {
    display: block;
    width: 100%;
  }
  #page-aboutus #aboutus-info td {
    display: block;
    width: 100%;
  }
}
/***********************************
 page-aboutus 
  aboutus-gmap
***********************************/
#page-aboutus #aboutus-gmap iframe {
  vertical-align: bottom;
}
/***********************************
 page-aboutus 
  aboutus-vehicles
************************************/
#aboutus-vehicles {
  padding-top: 100px;
  padding-bottom: 100px;
}
#aboutus-vehicles h2 {
  margin-bottom: 50px;
}
#aboutus-vehicles h2 span {
  display: block;
}
#aboutus-vehicles h2 span:nth-of-type(1) {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 5px;
}
#aboutus-vehicles h2 span:nth-of-type(2) {
  font-size: 16px;
  font-weight: bold;
}
#aboutus-vehicles table p {
  margin-bottom: 0;
}
#aboutus-vehicles table th {
  padding: 30px;
  word-break: keep-all;
}
#aboutus-vehicles table td {
  padding: 30px;
}
