.access__wrapper {
  width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1280px) {
  .access__wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .access__wrapper {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 450px) {
  .access__wrapper {
    padding: 0 20px;
    margin-bottom: 56px;
  }
}
.access__content {
  padding-bottom: 56px;
  border-bottom: solid 2px rgba(16, 24, 29, 0.06);
  margin-bottom: 56px;
}
.access__content.last {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.access__content-title {
  padding-left: 30px;
  margin-bottom: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #273036;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .access__content-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .access__content-title {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.access__content-title::before {
  content: "";
  width: 6px;
  height: 34px;
  background: #0B7BEC;
  border-radius: 30px;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 1050px) {
  .access__content-title::before {
    height: 26px;
    top: 6px;
  }
}
@media screen and (max-width: 600px) {
  .access__content-title::before {
    height: 24px;
    top: 4px;
  }
}
.access__detail {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .access__detail {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 850px) {
  .access__detail {
    flex-direction: column;
    row-gap: 32px;
  }
}
.access__detail-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  line-height: 1.8;
  flex: 1;
}
.access__detail-text .bold-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 450px) {
  .access__detail-text .bold-text {
    font-size: 16px;
    margin-top: 24px;
  }
}
.access__detail-text ul {
  list-style-type: none;
  text-indent: -20px;
  padding-left: 20px;
}
.access__detail-map {
  width: 640px;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 1280px) {
  .access__detail-map {
    width: 50%;
  }
}
@media screen and (max-width: 850px) {
  .access__detail-map {
    width: 100%;
    height: 280px;
  }
}
@media screen and (max-width: 450px) {
  .access__detail-map {
    height: 240px;
  }
}
.access__detail-map iframe {
  width: 100%;
  height: 100%;
}
.access__route {
  background-color: rgba(31, 117, 224, 0.05);
  margin-top: 32px;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media screen and (max-width: 850px) {
  .access__route {
    flex-direction: column;
    row-gap: 32px;
  }
}
@media screen and (max-width: 650px) {
  .access__route {
    flex-direction: column;
    row-gap: 0;
    background: none;
    padding: 0;
  }
}
.access__route-text {
  flex: 1;
}
@media screen and (max-width: 650px) {
  .access__route-text {
    background-color: rgba(31, 117, 224, 0.05);
    border-radius: 8px 8px 0 0;
    padding: 24px;
  }
}
.access__route-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #0B7BEC;
  font-size: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .access__route-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 450px) {
  .access__route-title {
    font-size: 16px;
  }
}
.access__route-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  line-height: 1.8;
  list-style-type: decimal;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.access__route-list .bold-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-left: 4px;
}
.access__route-note {
  font-size: 14px;
  color: #526471;
}
.access__route-img-wrapper {
  width: 608px;
  padding: 0 10px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.access__route-img-wrapper::before {
  content: "";
  width: 14%;
  height: 10%;
  position: absolute;
  top: 6%;
  left: 3%;
}
.access__route-img-wrapper.img-gfo::before {
  background: url("../img/about/img_access_gfo-label.png") no-repeat;
  background-size: contain;
}
.access__route-img-wrapper.img-ggo::before {
  background: url("../img/about/img_access_ggo-label.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .access__route-img-wrapper {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 850px) {
  .access__route-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .access__route-img-wrapper {
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 10px 4px;
  }
}
.access__route-img {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .access__route-img {
    width: min(100%, 560px);
  }
}
@media screen and (max-width: 650px) {
  .access__route-img {
    width: min(100%, 480px);
  }
}/*# sourceMappingURL=access.css.map */