html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.access {
  padding: 0 24px;
}
.access__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.single-access .access-infos {
  margin-bottom: 12px;
}
.single-access .access-infos__title {
  color: var(--General-Primary-dark, #003571);
  font-family: "M PLUS 1", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--Font-Line-height-Body-2xl, 33px); /* 150% */
  margin-bottom: 4px;
}
.single-access .access-infos__address {
  color: var(--General-Neutral-main, #222);
  font-family: "M PLUS 1", sans-serif;
  font-size: var(--Font-Size-Body-xl, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  margin-bottom: 4px;
}
.single-access .access-infos__number {
  color: var(--General-Neutral-main, #222);
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-Line-height-Body-xl, 30px); /* 187.5% */
}
.single-access .map-and-street {
  display: flex;
  margin-bottom: 36px;
}
.single-access .map-and-street__map {
  max-width: 560px;
  width: 100%;
  height: 340px;
}
.single-access .map-and-street__map iframe {
  width: 100%;
  height: 340px;
}
.single-access .map-and-street__street {
  max-width: 560px;
  width: 100%;
  height: 340px;
}
.single-access .map-and-street__street iframe {
  width: 100%;
  height: 340px;
}

.single-access:last-child .map-and-street {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .access {
    position: relative;
    padding: 0 24px;
  }
  .access .left-letters {
    writing-mode: vertical-rl;
    position: absolute;
    left: -6px;
    top: 136px;
    color: #b9cedd;
    font-family: "Jost", sans-serif;
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    line-height: 81.7%;
  }
  .access__inner {
    position: relative;
    max-width: none;
    margin: 0 auto;
  }
  .single-access .access-infos {
    margin-bottom: 6px;
  }
  .single-access .access-infos__title {
    color: var(--General-Primary-dark, #003571);
    font-family: "M PLUS 1", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--Font-Line-height-Body-2xl, 33px);
    margin-bottom: 2px;
  }
  .single-access .access-infos__address {
    color: var(--General-Neutral-main, #222);
    font-family: "M PLUS 1", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 2px;
  }
  .single-access .access-infos__number {
    color: var(--General-Neutral-main, #222);
    font-family: "M PLUS 1", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--Font-Line-height-Body-xl, 30px);
  }
  .single-access .map-and-street {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    column-gap: 16px;
  }
  .single-access .map-and-street__map {
    max-width: none;
    width: 100%;
    height: 170px;
  }
  .single-access .map-and-street__map iframe {
    width: 100%;
    height: 170px;
  }
  .single-access .map-and-street__street {
    max-width: none;
    width: 100%;
    height: 170px;
  }
  .single-access .map-and-street__street iframe {
    width: 100%;
    height: 170px;
  }
  .single-access:last-child .map-and-street {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=access.css.map */