@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&family=Oswald:wght@300;400;500;600;700&display=swap");
/* メイン・サブ
***************************************************************/
/* その他
***************************************************************/
/* メイン・サブ
***************************************************************/
/* テキスト
***************************************************************/
/* media
***************************************************************/
/* フォントサイズvw
***************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&family=Oswald:wght@300;400;500;600;700&display=swap");
/* 共通パーツ
***************************************************************/
main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.col_b {
  color: #0E6DDD;
}

.sectionInner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.sectionTitle h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -1px;
}

.sectionTitle h2 span {
  font-size: 74px;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 4.88px;
}

@media screen and (max-width: 680px) {
  .sectionTitle h2 {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .sectionTitle h2 span {
    font-size: 59px;
    margin: 0 calc(50% - 50vw) 20px;
    width: 100vw;
    padding: 0 10px;
    letter-spacing: 0;
  }
}
/* mv
***************************************************************/
.mv {
  text-align: center;
  background-image: url(../img/access/mv_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding: 42.97vw 0 0;
  margin-top: 80px;
  text-align: center;
}

.mv h1 img {
  width: 34.14vw;
  margin: 0 auto;
}

.mv p.txt {
  font-size: 22px;
  margin-top: 5.08vw;
  letter-spacing: -1px;
}

@media screen and (max-width: 680px) {
  .mv {
    background-image: url(../img/access/mv_bg_sp.png);
    background-size: cover;
    padding: 91.74vw 0 0;
    margin-top: 60px;
  }
  .mv h1 img {
    width: 84.36vw;
  }
  .mv p.txt {
    font-size: 4.36vw;
    margin-top: 7.69vw;
  }
}
/* accessWrap1
***************************************************************/
.accessWrap1 {
  margin-top: 80px;
}

.accessWrap1 .txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 45px;
}

.accessWrap1 .txtWrap .imgBox {
  margin-left: calc(50% - 50vw);
  position: relative;
}

.accessWrap1 .txtWrap .imgBox::before {
  content: "";
  display: inline-block;
  width: 209px;
  height: 316px;
  background-image: url(../img/access/good_access_illustrator01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -45px;
  bottom: -45px;
  z-index: 1;
}

.accessWrap1 .txtWrap .imgBox .img1 {
  width: 660px;
}

.accessWrap1 .txtWrap .txtBox img.img2 {
  margin-top: 45px;
}

.accessWrap1 .txtWrap2 {
  margin-top: 80px;
}

.accessWrap1 .txtWrap2 .txt {
  font-size: 12px;
  margin-top: 15px;
}

@media screen and (max-width: 680px) {
  .accessWrap1 {
    margin-top: 65px;
  }
  .accessWrap1 .sectionInner {
    width: calc(100% - 20px);
  }
  .accessWrap1 .txtWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 20px;
  }
  .accessWrap1 .txtWrap .imgBox {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .accessWrap1 .txtWrap .imgBox::before {
    width: 146px;
    height: 221px;
    right: 0;
  }
  .accessWrap1 .txtWrap .imgBox .img1 {
    width: 100%;
  }
  .accessWrap1 .txtWrap .txtBox img.img2 {
    margin-top: 20px;
  }
  .accessWrap1 .txtWrap3 {
    margin-top: 65px;
  }
  .accessWrap1 .txtWrap3 .img2 {
    margin-top: 30px;
  }
  .accessWrap1 .txtWrap3 .txt {
    font-size: 12px;
    margin-top: 15px;
    letter-spacing: -1px;
  }
}
/* accessWrap2
***************************************************************/
.accessWrap2 {
  margin-top: 120px;
}

.accessWrap2 .sectionInner {
  position: relative;
}

.accessWrap2 .sectionInner::before {
  content: "";
  display: inline-block;
  width: 315px;
  height: 210px;
  background-image: url(../img/access/car_access_illustrator01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: -135px;
}

.accessWrap2 .txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.accessWrap2 .txtWrap p.txt {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -1px;
}

.accessWrap2 .txtWrap img {
  width: 455px;
}

.accessWrap2 .txtWrap2 {
  margin-top: 30px;
}

.accessWrap2 .txtWrap2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 35px;
  text-align: center;
}

.accessWrap2 .txtWrap2 ul li p.txt1 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}

.accessWrap2 .txtWrap2 ul li p.txt2 {
  font-size: 20px;
  font-weight: 500;
}

.accessWrap2 .txtWrap2 ul li p.txt2 span.col_b.oswald {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 680px) {
  .accessWrap2 {
    margin-top: 45px;
  }
  .accessWrap2 .sectionInner {
    position: relative;
  }
  .accessWrap2 .sectionInner::before {
    width: 220px;
    height: 147px;
    right: 10px;
    top: 130px;
  }
  .accessWrap2 .txtWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 85px;
  }
  .accessWrap2 .txtWrap p.txt {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: justify;
  }
  .accessWrap2 .txtWrap img {
    margin-top: 30px;
  }
  .accessWrap2 .txtWrap2 {
    margin-top: 20px;
  }
  .accessWrap2 .txtWrap2 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .accessWrap2 .txtWrap2 ul li p.txt1 {
    font-size: 16px;
  }
  .accessWrap2 .txtWrap2 ul li p.txt2 {
    font-size: 16px;
  }
  .accessWrap2 .txtWrap2 ul li p.txt2 span.col_b.oswald {
    font-size: 25px;
  }
}
/* accessWrap3
***************************************************************/
.accessWrap3 {
  margin-top: 130px;
  padding-bottom: 130px;
  border-bottom: 15px solid #0E6DDD;
}

.accessWrap3 .txtWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accessWrap3 .txtWrap .txtBox p.txt {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -1px;
  margin-top: 30px;
}

.accessWrap3 .txtWrap img {
  width: 454px;
}

.accessWrap3 .imBox {
  margin-left: calc(50% - 50vw);
  margin-top: 44px;
}

@media screen and (max-width: 680px) {
  .accessWrap3 {
    margin-top: 50px;
    padding-bottom: 25px;
    border-bottom: 10px solid #0E6DDD;
  }
  .accessWrap3 .txtWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .accessWrap3 .txtWrap .txtBox p.txt {
    margin-top: 20px;
  }
  .accessWrap3 .txtWrap img {
    margin-top: 20px;
  }
  .accessWrap3 .imBox {
    margin: 0 calc(50% - 50vw);
    margin-top: 30px;
  }
}/*# sourceMappingURL=access.css.map */