@charset "UTF-8";
/* aboutusバナー */
.about-us_bn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff url("../img/pic_pageHeader01.webp") center center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  padding-top: 62.5%;
}
.about-us_bn .about-us_bn_head {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 136, 255, 0.8);
  height: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
}
.about-us_bn .about-us_bn_head .about-us_bn_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.about-us_bn .about-us_bn_head .about-us_bn_ttl h2 {
  color: #fff;
  font-size: 9vw;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.about-us_bn .about-us_bn_head .about-us_bn_ttl p {
  color: #fff;
  font-size: 4vw;
  font-weight: 400;
  margin: 0;
  letter-spacing: .4em;
}

/* end aboutusバナー */
.wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 4%;
}
.wrapper .about-us_contents {
  height: auto;
  margin: 200px 0 0 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .wrapper .about-us_contents {
    margin: 50px 0 0 0;
  }
}
.wrapper .about-us_contents h3 {
  font-weight: 800;
  font-size: 8vw;
  display: inline-block;
  margin: 0 auto 30px;
  white-space: nowrap;
}
.wrapper .about-us_contents h4 {
  font-weight: 800;
  font-size: 2rem;
  display: inline-block;
  margin: 20px 0 0;
}
.wrapper .about-us_contents p {
  padding: 0;
  font-size: 2.5vw;
  line-height: 5vw;
}
@media screen and (max-width: 1024px) {
  .wrapper .about-us_contents p {
    font-size: 3.5vw;
    line-height: 7vw;
    text-align: left;
  }
}
.wrapper .about-us_contents hr {
  border-top: 1px solid #888;
  margin: 30px 0;
}
.wrapper .about-us_contents iframe {
  width: 100%;
  height: 450px;
  margin: 15px 0 0;
}
.wrapper .about-us_contents .about-us_table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  border-top: 1px #cdcdcd solid;
  border-right: 1px #cdcdcd solid;
  border-left: 1px #cdcdcd solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 3rem;
  text-align: left;
}
.wrapper .about-us_contents .about-us_table th {
  font-size: 1rem;
  background: #0088FF;
  color: #fff;
  border-bottom: 1px #cdcdcd solid;
  vertical-align: middle;
  padding: 10px 30px;
  text-align: center;
}
.wrapper .about-us_contents .about-us_table .address th {
  width: 200px;
}
.wrapper .about-us_contents .about-us_table .address th span {
  font-size: 0.9em;
}
.wrapper .about-us_contents .about-us_table td {
  font-size: 1.1rem;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px #cdcdcd solid;
}
.wrapper .about-us_contents .about-us_table .access td {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .wrapper .about-us_contents .about-us_table th, .wrapper .about-us_contents .about-us_table td {
    display: block;
  }
}

.fw-600 {
  font-weight: 600;
}

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