.page-header {
  padding-top: 210px;
  min-height: 768px;
  position: relative;
}
.page-header::before {
  content: "";
  height: 0px;
  display: block;
  width: 1px;
  position: absolute;
  top: calc(100% - 190px);
  left: 50%;
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1.5s ease-in-out 0.15s;
  transition: all 1.5s ease-in-out 0.15s;
}
.page-header.on::before {
  height: 270px;
}
.page-header .page-title {
  font-weight: bold;
  letter-spacing: 0.18em;
  text-align: center;
  font-size: 4.8rem;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 35px;
}
.page-header .page-title_ja {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.company-data {
  background: #f9f9f9;
  padding: 73px 0;
}
.company-data-inner {
  margin: 0 83px;
  background: #fff;
  padding: 125px 150px 100px;
}
.company-data .data-table {
  max-width: 900px;
  margin: 0 auto;
}
.company-data .data-table th {
  width: 165px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8888888889;
  padding: 0 0 1em;
}
.company-data .data-table th small {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
}
.company-data .data-table td {
  line-height: 2.1875;
  font-size: 1.6rem;
  padding: 0 0 1em;
}

.access-info {
  background: #f9f9f9;
  position: relative;
  padding-top: 80px;
}
.access-info::before {
  content: "";
  height: 0px;
  display: block;
  width: 1px;
  position: absolute;
  top: -73px;
  left: 50%;
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1.5s ease-in-out 0.15s;
  transition: all 1.5s ease-in-out 0.15s;
}
.access-info.active::before {
  height: 80px;
}
.access-info-title {
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 35px;
  margin-bottom: 35px;
  font-weight: bold;
  letter-spacing: 0.18em;
  position: relative;
}
.access-info-title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #252f38;
}
.access-info-title_ja {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 40px;
}
.access-info-description {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 80px;
}
.access-info-description > span {
  display: block;
}
.access-info-description > span + span {
  margin: 20px 0 0;
}
.access-info-description em {
  font-style: normal;
  font-weight: bold;
}
.access-info-map {
  margin: 0 auto;
  height: 100%;
  padding-top: 36.6032210835%;
}
.access-info-map iframe {
  widows: 100%;
  height: auto;
}
.access-info-map-wrap {
  position: relative;
}
.access-info-map-wrap.access-info-map-margin {
  padding: 0 50px 50px;
}
.access-info-map-wrap.access-info-map-margin .access-info-map-button {
  top: calc(100% - 150px);
}
.access-info-map-button {
  position: absolute;
  top: calc(100% - 100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #00426e;
  color: #fff;
}
.access-info-map-button a {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 1.2rem;
  padding: 20px;
  width: 300px;
  text-align: center;
  -webkit-transition: 0.75s linear;
  transition: 0.75s linear;
  background: transparent;
}
.access-info-map-button a::before, .access-info-map-button a::after {
  content: "";
  position: absolute;
}
.access-info-map-button a::before {
  background-color: #11a0ff;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.access-info-map-button a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 14px;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.access-info-map-button a:hover::before {
  width: 100%;
  background: #11a0ff;
}

@media screen and (max-width: 768px) {
  .page-header {
    min-height: auto;
    padding: 26.6666666667vw 5.3333333333vw 29.3333333333vw;
  }
  .page-header .page-title {
    font-size: 9.0666666667vw;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 5.3333333333vw;
  }
  .page-header .page-title_ja {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    margin-bottom: 0vw;
  }
  .page-header::before {
    top: calc(100% - 18.6666666667vw);
  }
  .page-header.on::before {
    height: 29.3333333333vw;
  }
  .company-data {
    background: #f9f9f9;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .company-data-inner {
    margin: 0;
    background: #fff;
    padding: 16vw 5.3333333333vw;
  }
  .company-data .data-table {
    max-width: 900px;
    margin: 0 auto;
  }
  .company-data .data-table tr,
.company-data .data-table th,
.company-data .data-table td {
    display: block;
  }
  .company-data .data-table th {
    width: 100%;
    font-size: 4.2666666667vw;
    padding: 0 0 4vw;
  }
  .company-data .data-table th small {
    font-size: 1.1rem;
    margin-left: 10px;
  }
  .company-data .data-table td {
    line-height: 2.1875;
    font-size: 3.7333333333vw;
    padding: 0 0 5.3333333333vw;
  }
  .access-info {
    background: #f9f9f9;
    position: relative;
    padding-top: 26.6666666667vw;
  }
  .access-info::before {
    content: "";
    height: 0px;
    display: block;
    width: 1px;
    position: absolute;
    top: -10.6666666667vw;
    left: 50%;
    background-color: #ccc;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 1.5s ease-in-out 0.15s;
    transition: all 1.5s ease-in-out 0.15s;
  }
  .access-info.active::before {
    height: 26.6666666667vw;
  }
  .access-info-title {
    text-align: center;
    font-size: 6.4vw;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 8vw;
    font-weight: bold;
    letter-spacing: 0.18em;
    position: relative;
  }
  .access-info-title::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    width: 16vw;
    height: 2px;
    background: #252f38;
  }
  .access-info-title_ja {
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
  }
  .access-info-description {
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
    margin-bottom: 10.6666666667vw;
  }
  .access-info-description > span + span {
    margin: 2.6666666667vw 0 0;
  }
  .access-info-map {
    height: 100vw;
  }
  .access-info-map-wrap.access-info-map-margin {
    padding: 0 9.3333333333vw 9.3333333333vw;
  }
  .access-info-map-wrap.access-info-map-margin .access-info-map-button {
    top: calc(100% - 125px);
  }
  .access-info-map-button {
    top: calc(100% - 90px);
  }
  .access-info-map-button a {
    font-size: 2.6666666667vw;
    padding: 20px;
    width: 53.3333333333vw;
  }
  .access-info-map-button a::after {
    width: 6px;
    height: 6px;
    right: 12px;
    margin-top: -4px;
  }
}