@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	アクセス
//////////////////////////////////////////////////*/
.gmap-box .gmap {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #414550;
}
.gmap-box .gmap iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
.gmap-box .address-box .address-name {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.gmap-box .address-box .address-post {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .gmap-box .gmap {
    margin-bottom: 6rem;
    padding-bottom: 8rem;
  }
  .gmap-box .gmap iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .gmap-box .address-box {
    text-align: left;
  }
  .gmap-box .address-box .address-name {
    font-size: 3.2rem;
    margin-bottom: 1.6rem;
  }
  .gmap-box .address-box .address-post {
    margin-bottom: 1.8rem;
  }
  .gmap-box .address-box .address-num {
    font-size: 1.6rem;
  }
}
.section-access .access-bg {
  padding: 12rem 0 8rem;
  background: #DAE7ED;
}
.section-access .access-header {
  margin-bottom: 8rem;
  text-align: center;
}
.section-access .access-header__main {
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.section-access .access-header__sub-wrap {
  margin-top: 1.5rem;
}
.section-access .access-header__sub {
  display: inline-block;
  padding: 0 4rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
  background: #1F293B;
  transform: rotate(-3deg);
}
.section-access .access-intro {
  margin: 0 5% 3.2rem;
}
.section-access .access-intro .access-intro-main {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.section-access .access-map .access-map__img {
  border-radius: 2rem;
}
.section-access .access-map .access-map__img img {
  border-radius: 2rem;
}
.section-access .access-map .access-map__text {
  padding-left: 2rem;
  text-indent: -2rem;
}

@media screen and (min-width: 769px) {
  .section-access .access-bg {
    padding: 12rem 0 8rem;
  }
  .section-access .access-header {
    position: relative;
    width: fit-content;
    margin: auto auto 8rem;
  }
  .section-access .access-header__illust {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 12rem;
  }
  .section-access .access-header__main {
    font-size: 6rem;
  }
  .section-access .access-header__sub {
    padding: 0 1.5em;
    font-size: 3rem;
  }
  .section-access .access-map .access-map__text {
    margin-top: 8rem;
  }
}
/*# sourceMappingURL=style.css.map */
