<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 768px) {
  .currentMapSect__cont + .currentMapSect__bottom {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .currentMapSect__cont + .currentMapSect__bottom {
    margin-top: 56px;
  }
}

.currentMapSect__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .outline-content {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 768px) {
  .outline-content {
    padding-bottom: 100px;
  }
}

.outlineIntroduction {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .outlineIntroduction {
    margin: 0 auto;
    padding: 0 0 100px;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .outlineIntroduction {
    padding: 0 0 65px;
    width: 100%;
  }
}

.outlineIntroduction__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .outlineIntroduction__head .heading {
    padding: 160px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .outlineIntroduction__head .heading {
    padding: 100px 0 64px;
  }
}

@media screen and (min-width: 768px) {
  .outlineIntroduction__head + .outlineIntroduction__inner {
    margin-top: 104px;
  }
}

@media screen and (max-width: 768px) {
  .outlineIntroduction__head + .outlineIntroduction__inner {
    margin-top: 56px;
  }
}

.outlineIntroduction__inner {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .outlineIntroduction__inner {
    padding: 40px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .outlineIntroduction__inner {
    padding: 20px 0 50px;
  }
}

@media only screen and (min-width: 1440px) {
  .outlineIntroduction__heading {
    font-size: calc(30vw / 1440 * 100);
  }
}

@media screen and (min-width: 768px) {
  .outlineIntroduction__heading {
    font-size: 30px;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1440px) {
  .outlineIntroduction__heading + .outlineIntroduction__txt {
    margin-top: calc(50vw / 1440 * 100);
  }
}

@media screen and (min-width: 768px) {
  .outlineIntroduction__heading + .outlineIntroduction__txt {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .outlineIntroduction__heading + .outlineIntroduction__txt {
    margin-top: 40px;
  }
}

.outlineIntroduction__txt {
  font-size: 12px;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.83333;
}

.outlineIntroduction__txt:before {
  content: '';
  margin-top: calc((1 - 1.83333) * .5em);
}

.outlineIntroduction__txt:after {
  margin-bottom: calc((1 - 1.83333) * .5em);
}

.outlineIntroduction__txt:before, .outlineIntroduction__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

iframe {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  iframe {
    height: 1100px;
  }
}

@media screen and (max-width: 768px) {
  iframe {
    height: 1500px;
  }
}

.outlineLogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .outlineLogo {
    margin: 60px auto 0;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .outlineLogo {
    margin: 50px auto 0;
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .outlineLogo__item {
    text-align: left;
    width: 33.333%;
  }
}

@media screen and (min-width: 768px) {
  .outlineLogo__item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .outlineLogo__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.outlineLogo__image--mitsubishi {
  width: 285px;
}

.outlineLogo__image--tokyu {
  width: 266px;
}
</pre></body></html>