.pageChild__meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11.30208% 5.20833% 7.65625%;
  position: relative;
}

.pageChild__ttl {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.pageChild__ttl::after {
  position: absolute;
  content: attr(data-ex);
  font-size: 18rem;
  line-height: 1;
  font-family: 'Spartan';
  font-weight: 600;
  color: #fff;
  left: 0;
  bottom: -100px;
  z-index: -1;
  white-space: nowrap;
}

.pageChild__ttl h2 {
  font-size: 9rem;
  line-height: 100px;
  font-family: 'Spartan';
  font-weight: 600;
  color: #98E2CB;
}

.pageChild__ttl span {
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: 700;
  color: #222222;
  display: inline-block;
}

.pageChild__breadcrum {
  padding-top: 40px;
}

.pageChild__breadcrum ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pageChild__breadcrum ul li {
  font-size: 1.4rem;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Spartan';
  color: #222222;
}

.pageChild__breadcrum ul li + li::before {
  content: ">";
  font-size: 1.4rem;
  line-height: 16px;
  font-weight: 600;
  font-family: 'Spartan';
  color: #222222;
  display: inline-block;
  margin: 0 5px;
}

.pageChild__breadcrum ul li a {
  color: #63C69C;
}

.pageChild__company {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 125px 0 0;
}

.pageChild__company dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 37.5px 0;
  border-bottom: 1px solid #67C59D;
}

.pageChild__company dl dt {
  width: 200px;
  font-size: 1.8rem;
  line-height: 27px;
  font-weight: 400;
  color: #000000;
  padding: 0 15px 0 0;
}

.pageChild__company dl dd {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  font-size: 1.8rem;
  line-height: 32px;
  font-weight: 400;
  color: #000;
}

.pageChild__company dl dd a {
  color: #000000;
}

.pageChild__company .map {
  margin-top: 80px;
}

.pageChild__company .map iframe {
  width: 100%;
  height: 400px;
}
