.about#index .l-main {
  overflow: hidden;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main {
    padding-top: 60px;
  }
}
.about#index .l-main .aboutBody__contents {
  padding-bottom: 100px;
  margin: 0 auto;
  max-width: 850px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__contents {
    padding-bottom: 60px;
  }
}
.about#index .l-main .aboutBody__contents__title {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__contents__title {
    padding-bottom: 30px;
  }
}
.about#index .l-main .aboutBody__contents__list {
  margin: 0 20px;
}
.about#index .l-main .aboutBody__contents__list__row {
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #dadada;
}
.about#index .l-main .aboutBody__contents__list__row:nth-child(1) {
  border-top: 1px solid #dadada;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__contents__list__row {
    padding: 20px 5px;
    border-bottom: 1px solid #eee;
    letter-spacing: 0;
    line-height: 28px;
  }
}
.about#index .l-main .aboutBody__contents__list__row__dt {
  width: 28%;
  line-height: 32px;
  color: #475876;
}
.about#index .l-main .aboutBody__contents__list__row__desc {
  width: 68%;
  color: #475876;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__contents__list__row__desc {
    line-height: 28px;
  }
}
.about#index .l-main .aboutBody__access {
  background-color: #f4f5f9;
  padding: 90px 0 60px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access {
    padding: 60px 0 10px;
    margin: 0;
  }
}
.about#index .l-main .aboutBody__access__title {
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__title {
    padding-bottom: 30px;
  }
}
.about#index .l-main .aboutBody__access__switchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  width: 70%;
  min-width: 700px;
  height: 60px;
  margin: auto;
  background-color: #3b5ca9;
  margin-bottom: 50px;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__switchBtn {
    min-width: auto;
    text-align: center;
    background-color: #3b5ca9;
    width: 350px;
    border-radius: 30px;
    margin-bottom: 0;
  }
}
.about#index .l-main .aboutBody__access__switchBtn__osaka {
  width: 50%;
}
.about#index .l-main .aboutBody__access__switchBtn__tokyo {
  width: 50%;
}
.about#index .l-main .aboutBody__access__switchBtn .exchangeBtn {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  background-color: #3b5ca9;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0;
  text-decoration: underline;
}
.about#index .l-main .aboutBody__access__switchBtn .exchangeBtn:hover {
  opacity: 1;
}
.about#index .l-main .aboutBody__access__switchBtn .exchangeBtn.whiteBtn {
  background-color: #fff;
  color: #3b5ca9;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #3b5ca9;
  z-index: 15;
}
.about#index .l-main .aboutBody__access__switchBtn .disapper {
  display: none;
}
.about#index .l-main .aboutBody__access__body {
  padding: 0 20px;
}
.about#index .l-main .aboutBody__access__body__inner {
  max-width: 1156px;
  margin: auto;
  border-top: 1px solid #dadada;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner {
    border-top: none;
  }
}
.about#index .l-main .aboutBody__access__body__inner__container {
  padding-top: 50px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__container {
    display: block;
    padding-top: 30px;
  }
}
.about#index .l-main .aboutBody__access__body__inner__container__description {
  width: 67%;
  color: #475876;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__container__description {
    width: 100%;
    padding-right: 0;
  }
}
.about#index .l-main .aboutBody__access__body__inner__container__description__address__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #3b5ca9;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__container__description__address__title {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 20px;
  }
}
.about#index .l-main .aboutBody__access__body__inner__container__description__address__text {
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__container__description__address__text {
    line-height: 28px;
    padding-bottom: 20px;
  }
}
.about#index .l-main .aboutBody__access__body__inner__container__description__address__img img {
  border-radius: 20px;
}
.about#index .l-main .aboutBody__access__body__inner__container__description__img img {
  border-radius: 20px;
}
.about#index .l-main .aboutBody__access__body__inner__container__description__traffic {
  padding-top: 35px;
}
.about#index .l-main .aboutBody__access__body__inner__container__description__traffic__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #3b5ca9;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__container__description__traffic__title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
}
.about#index .l-main .aboutBody__access__body__inner__container__description__traffic__text {
  letter-spacing: 0;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}
.about#index .l-main .aboutBody__access__body__inner__container__description__traffic__text li {
  padding-left: 16px;
  position: relative;
}
.about#index .l-main .aboutBody__access__body__inner__container__description__traffic__text li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #475876;
  border-radius: 2px;
  top: 11px;
  left: 0px;
}
.about#index .l-main .aboutBody__access__body__inner__container__img img {
  border-radius: 20px;
}
.about#index .l-main .aboutBody__access__body__inner__map {
  max-width: 860px;
  height: 430px;
  margin: 0 auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__map {
    text-align: center;
  }
}
.about#index .l-main .aboutBody__access__body__inner__map iframe {
  border-radius: 20px;
}
.about#index .l-main .aboutBody__access__body__inner__map__linkBtn {
  padding-top: 15px;
}
.about#index .l-main .aboutBody__access__body__inner__map__linkBtn > a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3b5ca9;
  text-decoration: underline;
}
.about#index .l-main .aboutBody__access__body__inner__map__linkBtn > a:hover {
  text-decoration: none;
  color: #000;
}
.about#index .l-main .aboutBody__access__body__inner__route {
  color: #475876;
  margin-top: 100px;
  border-top: 1px solid #dadada;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__route {
    margin-top: 30px;
    text-align: center;
  }
}
.about#index .l-main .aboutBody__access__body__inner__route__title {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  color: #3b5ca9;
}
.about#index .l-main .aboutBody__access__body__inner__route__subTitle {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 0 40px;
}
.about#index .l-main .aboutBody__access__body__inner__route__step {
  max-width: 1008px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__route__step {
    display: block;
    padding-bottom: 50px;
  }
}
.about#index .l-main .aboutBody__access__body__inner__route__step__img {
  width: 37%;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__route__step__img {
    width: 100%;
  }
}
.about#index .l-main .aboutBody__access__body__inner__route__step__img img {
  border-radius: 20px;
}
.about#index .l-main .aboutBody__access__body__inner__route__step__text {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__route__step__text {
    width: 100%;
  }
}
.about#index .l-main .aboutBody__access__body__inner__route__step__text__routeName {
  color: #3b5ca9;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__route__step__text__routeName {
    padding-top: 15px;
  }
}
.about#index .l-main .aboutBody__access__body__inner__route__step__text__routetext {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__route__step__text__routetext {
    text-align: left;
  }
}
.about#index .l-main .aboutBody__access__body__inner__location {
  color: #475876;
  margin-top: 100px;
  border-top: 1px solid #dadada;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__location {
    margin-top: 30px;
  }
}
.about#index .l-main .aboutBody__access__body__inner__location__title {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  color: #3b5ca9;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__location__title {
    text-align: center;
  }
}
.about#index .l-main .aboutBody__access__body__inner__location__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #475876;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__location__body {
    display: block;
  }
}
.about#index .l-main .aboutBody__access__body__inner__location__body__description {
  width: 67%;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__location__body__description {
    width: 100%;
  }
}
.about#index .l-main .aboutBody__access__body__inner__location__body__description__imgContainer {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__location__body__description__imgContainer {
    display: block;
    padding-top: 50px;
  }
}
.about#index .l-main .aboutBody__access__body__inner__location__body__description__imgContainer__img {
  padding-bottom: 30px;
}
.about#index .l-main .aboutBody__access__body__inner__location__body__description__imgContainer__img:nth-child(1) {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__location__body__description__imgContainer__img:nth-child(1) {
    margin-right: 0;
  }
}
.about#index .l-main .aboutBody__access__body__inner__location__body__description__imgContainer__img img {
  border-radius: 20px;
}
.about#index .l-main .aboutBody__access__body__inner__location__body__img {
  width: 28%;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__location__body__img {
    width: 100%;
  }
}
.about#index .l-main .aboutBody__access__body__inner__location__body__img img {
  border-radius: 20px;
}
.about#index .l-main .aboutBody__access__body__inner__location__body__img__text {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .aboutBody__access__body__inner__location__body__img__text {
    padding-bottom: 30px;
  }
}
.about#index .l-main .p-commonKv__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .p-commonKv__title {
    margin-bottom: 20px;
  }
}
.about#index .l-main .p-commonKv__image {
  margin-bottom: 100px;
  border-radius: 0 20px 20px 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .about#index .l-main .p-commonKv__image {
    border-radius: 20px;
    margin: 0 auto 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about#index .l-main .p-commonKv__image {
    margin-bottom: 60px;
    border-radius: 15px;
  }
}
.about#index .l-main .vanish {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}