@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.child-fv::before {
  background: url(../img/info/fv.webp) no-repeat center center/cover;
}
.child-fv .fv__page-ttl {
  left: max(-8px, -0.4166666667vw);
}

.sec-overview {
  padding-top: 9.0625rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 599px) {
  .sec-overview {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.overview-wrapper dl {
  display: flex;
}
@media screen and (max-width: 599px) {
  .overview-wrapper dl {
    flex-wrap: wrap;
  }
}
.overview-wrapper dl:not(:first-of-type) {
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .overview-wrapper dl:not(:first-of-type) {
    padding-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .overview-wrapper dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.overview-wrapper dl dt, .overview-wrapper dl dd {
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 21px;
  padding-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .overview-wrapper dl dt, .overview-wrapper dl dd {
    padding-bottom: 15px;
  }
}
.overview-wrapper dl dt {
  width: 300px;
  border-bottom: 1px solid #2C5BA3;
}
@media screen and (max-width: 1023px) {
  .overview-wrapper dl dt {
    width: 180px;
  }
}
@media screen and (max-width: 599px) {
  .overview-wrapper dl dt {
    width: 100%;
    border-bottom: none;
  }
}
.overview-wrapper dl dd {
  width: calc(100% - 300px);
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 1023px) {
  .overview-wrapper dl dd {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 599px) {
  .overview-wrapper dl dd {
    width: 100%;
  }
}

.access-wrapper {
  margin-top: 7.3125rem;
}
@media screen and (max-width: 599px) {
  .access-wrapper {
    margin-top: 5.625rem;
  }
}
.access__ttl {
  text-align: center;
  margin-bottom: 3.75rem;
}
.access__ttl--en, .access__ttl--ja {
  display: block;
}
.access__ttl--en {
  font-size: 5rem;
  line-height: 1.2;
  color: #2C5BA3;
}
@media screen and (max-width: 599px) {
  .access__ttl--en {
    font-size: 3.125rem;
  }
}
.access__ttl--ja {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 4px;
}
@media screen and (max-width: 599px) {
  .access__ttl--ja {
    font-size: 1.25rem;
  }
}
.access-map-wrapper iframe {
  width: 100%;
}

.sec-contact {
  padding-top: 7.625rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  .sec-contact {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.sec-contact .form-wrapper dl dt {
  width: 202px;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-wrapper dl dt {
    width: 100%;
  }
}
.sec-contact .form-wrapper dl dd {
  width: calc(100% - 202px);
  padding-left: 108px;
}
@media screen and (max-width: 767px) {
  .sec-contact .form-wrapper dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.sec-contact .overview-btn-wrapper {
  width: 520px;
  margin: 70px auto 0;
}
.sec-contact .btn-overview {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: block;
  position: relative;
  box-shadow: 10px 10px 0 #2C5BA3;
  padding: 71px 129px 70px 0;
  text-align: right;
}
.sec-contact .btn-overview:hover {
  opacity: 1;
}
.sec-contact .btn-overview:hover::after {
  transform: translate(10px, -50%);
}
.sec-contact .btn-overview::before {
  content: "";
  width: 250px;
  height: 180px;
  background: url(../img/info/btn-overview-bg.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.sec-contact .btn-overview::after {
  content: "";
  width: 51px;
  height: 7px;
  background: url(../img/common/icon-arrow-right-blue.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 34px;
  transition: all 0.3s;
}/*# sourceMappingURL=style-info.css.map */