@charset "UTF-8";

html {
   scroll-behavior: smooth;
   scroll-margin-top: 80px;
}

body {
   font-family: 'Outfit', 'Noto Sans JP', sans-serif;
   font-weight: 400;
   color: var(--text-color-main);
   font-size: var(--fz-16);
   position: relative;
   width: 100vw;
   overflow-x: hidden;
}

:root {
   /* === テーマカラー（25%） === */
   --theme-color-main1: #00ADC3;
   /* 水色系 */
   --theme-color-main2: #004080;
   /* ネイビー系 */
   --theme-color-main3: #007685;
   /* ダークティール系 */

   /* === ベースカラー（70%） === */
   --base-color-white: #FFF;
   --base-color-gray1: #F5F5F5;
   --base-color-gray2: #E0E0E0;
   --base-color-blue1: #EFFDFF;
   --base-color-blue2: #E4F3F5;

   /* === アクセントカラー（5%） === */
   --accent-color-red: #E9536B;
   --accent-color-yellow: #FDD000;

   /* === テキストカラー === */
   --text-color-main: #333;
   --text-color-sub: #BCBCBC;

   /* === テキストサイズ === */
   --fz-44: 44px;
   --fz-32: 32px;
   --fz-26: 26px;
   --fz-20: 20px;
   --fz-18: 18px;
   --fz-16: 16px;
   --fz-13: 13px;
}

.captionL {
   font-size: var(--fz-44);
   line-height: 1;
   font-weight: 700;
}

.captionM {
   font-size: var(--fz-26);
   line-height: 1;
   font-weight: 500;
}

.captionS {
   font-size: var(--fz-20);
   line-height: 1;
   font-weight: 500;
}

.textBase {
   font-weight: 400;
   font-size: var(--fz-16);
}

.textBaseBold {
   font-weight: 700;
   font-size: var(--fz-16);
}

.textButton {
   font-weight: 500;
   font-size: var(--fz-18);
}

.textSub {
   font-weight: 400;
   font-size: var(--fz-13);
}

.textSubMedium {
   font-weight: 500;
   font-size: var(--fz-13);
}

/* 実証実験終了のお知らせ（スケジュール欄など） */
.textNoticeEnd {
   margin-top: 0.75em;
   font-weight: 500;
   font-size: var(--fz-13);
   color: #c00;
}

.textSubBold {
   font-weight: 700;
   font-size: var(--fz-13);
}

.markerY {
   display: inline-block;
   background-color: var(--accent-color-yellow);
}

a {
   transition: opacity .3s;
}

a:hover {
   opacity: 0.7;
}

img {
   width: 100%;
}

.sp {
   display: none;
}

.innerWrap {
   width: 1200px;
   height: 100%;
   margin: 0 auto;
   position: relative;
}

header {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 80px;
   padding: 0 24px;
   background-color: #fff;
   display: flex;
   justify-content: space-between;
   align-items: center;
   z-index: 1000;
}

header nav.global-menu ul {
   display: flex;
   align-items: center;
   gap: 24px;
   font-weight: 500;
}

main {
   margin-top: 80px;
}

main>section {
   padding: 90px 0;
}

main>section h2 {
   text-align: center;
   font-size: 44px;
   font-weight: 500;
   display: flex;
   flex-direction: column;
   line-height: 1;
   justify-content: center;
   align-items: center;
   margin-bottom: 60px;
}

main>section h2>span:first-child {
   background-color: var(--theme-color-main3);
   padding: .5em;
   border-radius: 10px 2px 10px 2px;
   flex-shrink: 0;
   color: #fff;
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 24px;
   align-self: center;
}

main>section h2::after {
   content: "";
   width: 100px;
   height: 3px;
   background-image: url(../img/line_h2.svg);
   background-size: cover;
   background-position: center center;
   margin: 32px 0 0 0;
}






section.FV {
   width: 100vw;
   height: 39.06vw;
   background-image: url(../img/bg_FV.jpg);
   background-position: center bottom;
   background-size: cover;
   padding: 0;
}

section.FV p {
   width: 34.53vw;
   position: absolute;
   left: 45%;
   bottom: 0;
}

section.CTA {
   background-image: url(../img/bg_CTA.jpg);
   background-position: right bottom;
   background-size: cover;
   padding: 0;
   position: relative;
}

section.CTA .innerWrap>div:first-child {
   width: 370px;
   position: absolute;
   left: 110px;
   top: -105px;
}

section.CTA .innerWrap {
   display: flex;
   justify-content: flex-end;
}

section.CTA .innerWrap>div:last-child {
   width: 600px;
   margin: 55px 0;
}

section.CTA .innerWrap>div:last-child>div {
   margin-bottom: 24px;
}

section.CTA .innerWrap>div:last-child ul {
   display: flex;
   background-color: #fff;
   padding: 24px;
   border-radius: 8px;
   gap: 16px;
   align-items: center;
}

section.schedule dl {
   display: flex;
   padding: 0 160px;
   justify-content: center;
   gap: 40px;
   font-weight: 500;
}

section.schedule dl>div {
   display: flex;
   gap: 16px;
   align-items: center;
}

section.schedule dl>div dt {
   background-color: #00ADC3;
   color: #fff;
   display: inline-block;
   padding: .2em .4em;
}

section.schedule dl>div dd span {
   display: inline-block;
   margin-left: 0.5em;
}

/* 注釈＋終了文言（2つのdtを横並びにしない） */
section.schedule dl.schedule-subnotes {
   flex-wrap: wrap;
}

section.schedule dl.schedule-subnotes>div {
   flex-direction: column;
   align-items: flex-start;
}

section.schedule dl.schedule-subnotes .textNoticeEnd {
   margin-top: 0;
}

/* 注釈は「期間／時間」ラベル用の dt スタイルを当てない */
section.schedule dl.schedule-subnotes>div dt {
   background: transparent;
   color: inherit;
   padding: 0;
   display: block;
}

section.schedule dl.schedule-subnotes>div dt.textNoticeEnd {
   color: #c00;
}

section.about {
   background-color: var(--base-color-blue1);
   padding-bottom: 0;
   width: 100vw;
   overflow-x: hidden;
}

section.about .innerWrap>p {
   text-align: center;
   line-height: 1.7;
   margin-bottom: 80px;
}

section.about .innerWrap>div {
   display: flex;
   gap: 48px;
   align-items: center;
   margin-bottom: 56px;
}

section.about .innerWrap>div>p:first-child {
   width: 676px;
}

section.about .innerWrap>div>p:last-child {
   width: 476px;
   line-height: 1.7;
   font-size: 22px;
   font-weight: 500;
}

section.point h2>span:nth-of-type(2) {
   font-size: 44px;
   display: inline;
   line-height: 1.3;
}

section.point h2>span:nth-of-type(2) span {
   font-size: 58px;
   color: var(--theme-color-main1);
   display: inline;
}

section.point ul {
   width: 1200px;
   margin: 0 auto;
   display: flex;
   gap: 38px;
   line-height: 1.7;
   font-size: 22px;
   font-weight: 500;
   text-align: center;
}

section.point ul li p:first-child {
   margin-bottom: 16px;
}

section.point ul li p:first-child img {
   border-radius: 16px 16px 0 0;
}

section.CTA2 {
   background-image: url(../img/bg_CTA2.jpg);
   background-position: center top;
   background-size: cover;
   padding: 0;
   margin-top: 145px;
}

section.CTA2 .innerWrap {
   display: flex;
   justify-content: flex-end;
}

section.CTA2 .innerWrap>div:first-child {
   width: 335px;
   position: absolute;
   left: 35px;
   top: -105px;
}

section.CTA2 .innerWrap>div:last-child {
   width: 746px;
   padding: 28px 0 80px 0;
   position: relative;
}

section.CTA2 .innerWrap>div:last-child ul {
   display: flex;
   align-items: end;
   width: 570px;
   gap: 16px;
   position: absolute;
   bottom: 80px;
   right: 20px;
}

section.CTA2 .innerWrap>div:last-child ul li:last-child {
   width: 186px;
}

section.busstop {
   background-image: url(../img/bg_busstop.jpg);
   background-size: 1920px auto;
   background-repeat: no-repeat;
   background-position: center top;
}

section.busstop>div:first-of-type {
   padding: 56px 65px 125px;
   background-color: #fff;
   border-radius: 40px 0 0 0;
   width: calc(1200px - ((100vw - 1200px) / 2) + 300px);
   margin-top: 650px;
   margin-left: calc(((100vw - 1200px) / 2) + 300px);
}

section.busstop>div:first-of-type p {
   line-height: 1.7;
}

section.busstop .innerWrap h3 {
   display: inline-block;
   background-color: var(--theme-color-main1);
   color: #fff;
   ;
   padding: 0.6em 0.8em;
   border-radius: 20px 2px 0 0;
}

section.busstop .innerWrap .mymap {
   margin-bottom: 48px;
}

section.busstop .innerWrap .mymap>div {
   width: 1200px;
   height: 600px;
   border: none;
   margin-bottom: 48px;
}

section.busstop .innerWrap .mymap ul {
   display: flex;
   justify-content: center;
   gap: 64px;
}

section.busstop .innerWrap .mymap ul li a {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 250px;
   height: 60px;
   border: 2px solid var(--theme-color-main1);
   color: var(--theme-color-main1);
   border-radius: 30px;
   font-weight: 500;
   gap: 10px;
}

section.busstop .innerWrap .mymap ul li a::before {
   content: "";
   width: 24px;
   height: 24px;
   background-image: url(../img/icon_map.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
}

section.busstop .innerWrap .mymap ul li:last-child a::before {
   background-image: url(../img/icon_pdf.svg);
}

section.busstop .innerWrap .scheduleNote p {
   background-color: var(--base-color-gray1);
   padding: 1.2em 1em;
   font-weight: 500;
   font-size: 22px;
}

section.busstop .innerWrap .scheduleNote p span {
   font-size: 14px;
   display: inline-block;
   margin-left: 0.8em;
}

section.howto {
   background-color: var(--base-color-blue2);
}

section.howto ul.pc {
   display: flex;
   gap: 24px;
   width: 100%;
}

section.app h2 {
   margin-bottom: 90px;
}

section.app h3 {
   display: block;
   width: 10em;
   position: relative;
   background-color: var(--theme-color-main1);
   color: #fff;
   padding: 0.7em 0;
   border-radius: 40px;
   margin: 0 auto;
   text-align: center;
   z-index: 1;
   margin-bottom: 120px;
}

section.app>section:first-of-type h3 {
   transform: translateY(-50%);
}

section.app>section {
   padding-bottom: 90px;
}

/* 左右ライン */
section.app h3::before {
   content: '';
   position: absolute;
   top: 50%;
   width: 9999px;
   height: 10px;
   background-color: var(--theme-color-main1);
   transform: translateY(-50%);
   left: -5000px;
   z-index: -1;
}

/* 下矢印 */
section.app h3::after {
   content: '';
   position: absolute;
   bottom: -5px;
   /* 矢印がより下に見えるように調整 */
   left: 50%;
   transform: translateX(-50%);
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid var(--theme-color-main1);
   z-index: 1;
}

section.app>section {
   background-color: var(--base-color-gray1);
}

section.app .innerWrap>div {
   padding-bottom: 72px;
   background-image: url(../img/bg_app02.png);
   background-size: auto 72px;
   background-repeat: no-repeat;
   background-position: bottom center;
}

section.app .innerWrap>div.toLast {
   background-image: url(../img/bg_app03.png);
}

section.app .innerWrap>div:last-of-type {
   background-image: none;
}

section.app .innerWrap>div ul {
   display: flex;
   justify-content: space-between;
   background-image: url(../img/bg_app01.png);
   background-size: auto 72px;
   background-repeat: no-repeat;
   background-position: top center;
   gap: 30px;
}

section.app .innerWrap>div ul li {
   width: calc((100% - 60px) / 3)
}

section.app>section:first-of-type .innerWrap>div:last-of-type ul {
   background-image: none;
}

section.app .innerWrap>div.complete {
   text-align: center;
   padding-top: 24px;
   padding-bottom: 24px;
   background-color: #fff;
}

section.app .innerWrap>div.complete span {
   display: inline-block;
   background-color: var(--theme-color-main1);
   color: #fff;
   font-size: 20px;
   font-weight: 500;
   padding: 0.2em 0.5em;
}

section.faq .tab-nav {
   display: flex;
   gap: 16px;
   margin: 1em 0;
   justify-content: center;
}

section.faq .tab-btn {
   padding: 1em;
   font-size: 22px;
   font-weight: 500;
   color: var(--theme-color-main1);
   background: #fff;
   border: 1px solid var(--theme-color-main1);
   cursor: pointer;
   flex: 1;
   border-radius: 2px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

section.faq .tab-btn.active {
   background: var(--theme-color-main1);
   color: #fff;
}

section.faq .tab-btn::after {
   content: '';
   width: 8px;
   height: 8px;
   border-right: 2px solid var(--theme-color-main1);
   border-bottom: 2px solid var(--theme-color-main1);
   transform-origin: center;
   rotate: 45deg;
}

section.faq .tab-btn.active::after {
   border-right: 2px solid #fff;
   border-bottom: 2px solid #fff;
}

section.faq .bottom-nav .tab-btn::after {
   rotate: -135deg;
}

section.faq .tab-content {
   margin: 48px 0;
}

section.faq .tab-content .tab-pane {
   display: none;
}

section.faq .tab-content .tab-pane.active {
   display: block;
}

section.faq .bottom-nav {
   margin-top: 2em;
   padding: 10px 0;
}

section.faq h3 {
   display: flex;
   gap: 0.5em;
   align-items: center;
   margin-bottom: 12px;
}

section.faq h3::before {
   content: "";
   height: 1em;
   width: 2px;
   background-image: url(../img/line_faq.svg);
   background-position: center center;
   background-size: cover;
}

section.faq dl {
   border-bottom: 1px solid var(--base-color-gray2);
   padding: 1.5em 0 1.2em;
}

section.faq dl dt,
section.faq dl dd {
   line-height: 1.7;
   font-weight: 500;
}

section.faq dl dt {
   color: var(--theme-color-main1);
   font-size: 22px;
   display: flex;
   align-items: center;
   gap: 8px;
}

section.faq dl dt span {
   font-size: 30px;
}

footer {
   padding: 80px 0;
   position: relative;
}

footer .innerWrap>div:first-child {
   display: flex;
   justify-content: space-between;
   margin-bottom: 48px;
}

footer .innerWrap>div:first-child .ftLeft {
   width: 500px;
}

footer .innerWrap>div:first-child .ftRight {
   width: 355px;
}

footer .innerWrap>div:first-child .ftLeft>div:first-of-type {
   display: flex;
   gap: 32px;
   align-items: end;
   margin-bottom: 32px;
}

footer .innerWrap>div:first-child .ftLeft>div:first-of-type p:first-child {
   width: 200px;
}

footer .innerWrap>div:first-child .ftLeft>nav ul {
   display: flex;
   flex-wrap: wrap;
   gap: 32px 24px;
   margin-bottom: 32px;
}

footer .innerWrap>div:first-child .ftLeft>nav ul li {
   display: flex;
   align-items: center;
   gap: 4px;
   font-size: 14px;
   font-weight: 500;
}

footer .innerWrap>div:first-child .ftLeft>nav ul li::before {
   content: '';
   width: 8px;
   height: 8px;
   border-right: 2px solid var(--text-color-main);
   border-bottom: 2px solid var(--text-color-main);
   transform-origin: center;
   rotate: -45deg;
}

footer .footer_additional {
   font-size: 11px;
   display: flex;
   gap: 24px;
   align-items: center;
}

footer .footer_additional.sp {
   display: none;
}

footer .footer_additional a {
   display: flex;
   gap: 2px;
   align-items: center;
}

footer .footer_additional a::after {
   content: "";
   width: 16px;
   height: 16px;
   background-image: url(../img/icon_pages.svg);
   background-position: center center;
   background-size: contain;
   background-repeat: no-repeat;
}

footer .innerWrap>div:first-child .ftRight .ftCaption {
   font-size: 22px;
   font-weight: 500;
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 20px;
   margin-bottom: 32px;
}

footer .innerWrap>div:first-child .ftRight .ftCaption::after {
   content: "";
   width: 60px;
   height: 3px;
   background-image: url(../img/line_h2.svg);
   background-size: cover;
   background-position: center center;
}

footer .innerWrap>div:first-child .ftRight>ul li a {
   display: flex;
   width: 100%;
   height: 80px;
   background-color: var(--theme-color-main1);
   border-radius: 40px;
   text-align: center;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   color: #fff;
   gap: 4px;
}

footer .innerWrap>div:first-child .ftRight>ul li:first-child {
   margin-bottom: 24px;
}

footer .innerWrap>div:first-child .ftRight>ul li:first-child a {
   font-size: 10px;
   font-weight: 700;
}

footer .innerWrap>div:first-child .ftRight>ul li:first-child a span {
   font-size: 32px;
   font-weight: 500;
   display: flex;
   align-items: center;
   gap: 5px;
}

footer .innerWrap>div:first-child .ftRight>ul li:first-child a span::before {
   content: "";
   width: 22px;
   height: 22px;
   background-image: url(../img/icon_tel.svg);
   background-position: center center;
   background-size: contain;
   background-repeat: no-repeat;
}

footer .innerWrap>div:first-child .ftRight>ul li:last-child a {
   font-size: 18px;
   font-weight: 500;
   display: flex;
   align-items: center;
   gap: 10px;
   flex-direction: row;
}

footer .innerWrap>div:first-child .ftRight>ul li:last-child a::before {
   content: "";
   width: 20px;
   height: 16px;
   background-image: url(../img/icon_mail.svg);
   background-position: center center;
   background-size: contain;
   background-repeat: no-repeat;
}

footer .innerWrap>div:last-child {
   padding-top: 18px;
   border-top: 1px solid var(--text-color-main);
   font-size: 11px;
}

footer .pagetop {
   width: 44px;
   height: 42px;
   padding-top: 6px;
   background-color: #333;
   border-radius: 5px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   right: 52px;
   bottom: 45px;
   z-index: 999;
   cursor: pointer;
}

/* 矢印部分（::before疑似要素） */
.pagetop::before {
   content: '';
   border: solid #fff;
   border-width: 0 2px 2px 0;
   display: inline-block;
   padding: 6px;
   transform: rotate(-135deg);
   transform-origin: center;
}


.siteControl {
   z-index: 1000;
   position: relative;
}

.siteControl ul {
   position: fixed;
   left: 32px;
   bottom: 56px;
   display: flex;
   flex-direction: column;
   gap: 32px;
}

.siteControl ul a {
   width: 120px;
   height: 130px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   color: #FFF;
   background-color: var(--theme-color-main1);
   border-radius: 4px;
   box-shadow: 0 0 12px rgba(0, 50, 56, 0.25);
}



@media screen and (max-width: 1920px) {

   section.about,
   section.busstop,
   section.app {
      overflow-x: hidden;
   }

   section.about>p.pc {
      width: 1920px;
      margin-left: calc((1920px - 100vw) / -2);
   }

}


@media screen and (max-width: 1540px) {
   body {
      padding-bottom: 64px;
   }

   .siteControl ul {
      left: 0;
      bottom: 0;
      flex-direction: row;
      gap: 0;
   }

   .siteControl ul a {
      width: 50vw;
      height: 64px;
      flex-direction: row;
      border-radius: 0;
      box-shadow: none;
      gap: 12px;
   }

   .siteControl ul li a p {
      width: 30px;
   }

   .siteControl ul li:first-child a {
      border-right: 1px solid #fff;
   }
}


@media screen and (max-width: 1200px) and (min-width: 769px) {

   /* html {
      scroll-margin-top: 6.66vw;
   } */

   :root {
      --fz-44: 3.66vw;
      --fz-32: 2.66vw;
      --fz-26: 2.16vw;
      --fz-20: 1.66vw;
      --fz-18: 1.5vw;
      --fz-16: 1.33vw;
      --fz-13: 1.08vw;
   }

   .innerWrap {
      width: 100.0vw;
   }

   main .innerWrap,
   footer .innerWrap {
      width: calc(100vw - 40px);
   }

   header {
      /* height: 6.66vw; */
      padding: 0 2.0vw;
   }

   header nav.global-menu ul {
      gap: 2.0vw;
   }

   /* main {
      margin-top: 6.66vw;
   } */

   main>section {
      padding: 7.5vw 0;
   }

   main>section h2 {
      font-size: 3.66vw;
      margin-bottom: 5.0vw;
   }

   main>section h2>span:first-child {
      border-radius: 0.83vw 0.16vw 0.83vw 0.16vw;
      font-size: 1.33vw;
      margin-bottom: 2.0vw;
   }

   main>section h2::after {
      width: 8.33vw;
      height: 0.25vw;
      margin: 2.66vw 0 0 0;
   }

   section.CTA .innerWrap>div:first-child {
      width: 30.83vw;
      left: 9.16vw;
      top: -8.75vw;
   }

   section.CTA .innerWrap>div:last-child {
      width: 50.0vw;
      margin: 4.58vw 0;
   }

   section.CTA .innerWrap>div:last-child>div {
      margin-bottom: 2.0vw;
   }

   section.CTA .innerWrap>div:last-child ul {
      padding: 2.0vw;
      border-radius: 0.66vw;
      gap: 1.33vw;
   }

   section.schedule dl {
      padding: 0 13.33vw;
      gap: 3.33vw;
   }

   section.schedule dl>div {
      gap: 1.33vw;
   }

   section.about .innerWrap>p {
      margin-bottom: 6.66vw;
   }

   section.about .innerWrap>div {
      gap: 4.0vw;
      margin-bottom: 4.66vw;
   }

   section.about .innerWrap>div>p:first-child {
      width: 56.33vw;
   }

   section.about .innerWrap>div>p:last-child {
      width: 39.66vw;
      font-size: 1.83vw;
   }

   section.about>p.pc {
      width: 160vw;
      margin-left: calc((160vw - 100vw) / -2);
   }

   section.point h2>span:nth-of-type(2) {
      font-size: 3.66vw;
   }

   section.point h2>span:nth-of-type(2) span {
      font-size: 4.83vw;
   }

   section.point ul {
      width: calc(100% - 40px);
      gap: 3.16vw;
      font-size: 1.7vw;
   }

   section.point ul li p:first-child {
      margin-bottom: 1.33vw;
   }

   section.point ul li p:first-child img {
      border-radius: 1.33vw 1.33vw 0 0;
   }

   section.CTA2 {
      margin-top: 12.08vw;
   }

   section.CTA2 .innerWrap>div:first-child {
      width: 27.91vw;
      left: 2.91vw;
      top: -8.75vw;
   }

   section.CTA2 .innerWrap>div:last-child {
      width: 62.16vw;
      padding: 2.33vw 0 6.66vw 0;
   }

   section.CTA2 .innerWrap>div:last-child ul {
      width: 47.5vw;
      gap: 1.33vw;
      bottom: 6.66vw;
      right: 1.66vw;
   }

   section.CTA2 .innerWrap>div:last-child ul li:last-child {
      width: 15.5vw;
   }

   section.busstop {
      background-size: 160.0vw auto;
   }

   section.busstop>div:first-of-type {
      padding: 4.66vw 5.41vw 10.41vw;
      border-radius: 3.33vw 0 0 0;
      width: calc(100.0vw - ((100vw - 100.0vw) / 2) + 25.0vw);
      margin-top: 54.16vw;
      margin-left: calc(((100vw - 100.0vw) / 2) + 25.0vw);
   }

   section.busstop .innerWrap h3 {
      border-radius: 1.66vw 0.16vw 0 0;
   }

   section.busstop .innerWrap .mymap {
      margin-bottom: 4.0vw;
   }

   section.busstop .innerWrap .mymap>div {
      width: 100.0%;
      height: 50.0vw;
      border: 0.16vw solid red;
      margin-bottom: 4.0vw;
   }

   section.busstop .innerWrap .mymap ul {
      gap: 5.33vw;
   }

   section.busstop .innerWrap .mymap ul li a {
      width: 20.83vw;
      height: 5.0vw;
      border: 0.16vw solid var(--theme-color-main1);
      border-radius: 2.5vw;
      gap: 0.83vw;
   }

   section.busstop .innerWrap .mymap ul li a::before {
      width: 2.0vw;
      height: 2.0vw;
   }

   section.busstop .innerWrap .scheduleNote p {
      font-size: 1.83vw;
   }

   section.busstop .innerWrap .scheduleNote p span {
      font-size: 1.16vw;
   }

   section.howto ul.pc {
      gap: 2.0vw;
   }

   section.app h2 {
      margin-bottom: 7.5vw;
   }

   section.app h3 {
      border-radius: 3.33vw;
      margin-bottom: 10.0vw;
   }

   section.app>section {
      padding-bottom: 7.5vw;
   }

   section.app h3::before {
      width: 833.25vw;
      height: 0.83vw;
      left: -416.67vw;
   }

   section.app h3::after {
      bottom: -0.42vw;
      border-left: 0.5vw solid transparent;
      border-right: 0.5vw solid transparent;
      border-top: 0.5vw solid var(--theme-color-main1);
   }

   section.app .innerWrap>div {
      padding-bottom: 6.0vw;
      background-size: auto 6.0vw;
   }

   section.app .innerWrap>div ul {
      background-size: auto 6.0vw;
      gap: 2.5vw;
   }

   section.app .innerWrap>div ul li {
      width: calc((100% - 5vw) / 3)
   }

   section.app .innerWrap>div.complete {
      padding-top: 2vw;
      padding-bottom: 2vw;
   }

   section.app .innerWrap>div.complete span {
      font-size: 1.66vw;
   }

   section.faq .tab-nav {
      gap: 1.33vw;
   }

   section.faq .tab-btn {
      font-size: 1.83vw;
      border: 0.08vw solid var(--theme-color-main1);
      border-radius: 0.16vw;
   }

   section.faq .tab-btn::after {
      width: 0.66vw;
      height: 0.66vw;
      border-right: 0.16vw solid var(--theme-color-main1);
      border-bottom: 0.16vw solid var(--theme-color-main1);
   }

   section.faq .tab-btn.active::after {
      border-right: 0.16vw solid #fff;
      border-bottom: 0.16vw solid #fff;
   }

   section.faq .tab-content {
      margin: 4.0vw 0;
   }

   section.faq .bottom-nav {
      padding: 0.83vw 0;
   }

   section.faq h3 {
      margin-bottom: 1.0vw;
   }

   section.faq h3::before {
      width: 0.16vw;
   }

   section.faq dl {
      border-bottom: 0.08vw solid var(--base-color-gray2);
   }

   section.faq dl dt {
      font-size: 1.83vw;
      gap: 0.66vw;
   }

   section.faq dl dt span {
      font-size: 2.5vw;
   }

   footer {
      padding: 6.66vw 0;
   }

   footer .innerWrap>div:first-child {
      margin-bottom: 4.0vw;
   }

   footer .innerWrap>div:first-child .ftLeft {
      width: 41.66vw;
   }

   footer .innerWrap>div:first-child .ftRight {
      width: 29.58vw;
   }

   footer .innerWrap>div:first-child .ftLeft>div:first-of-type {
      gap: 2.66vw;
      margin-bottom: 2.66vw;
   }

   footer .innerWrap>div:first-child .ftLeft>div:first-of-type p:first-child {
      width: 16.66vw;
   }

   footer .innerWrap>div:first-child .ftLeft>nav ul {
      gap: 2.66vw 2.0vw;
      margin-bottom: 2.66vw;
   }

   footer .innerWrap>div:first-child .ftLeft>nav ul li {
      gap: 0.33vw;
      font-size: 1.16vw;
   }

   footer .innerWrap>div:first-child .ftLeft>nav ul li::before {
      width: 0.66vw;
      height: 0.66vw;
      border-right: 0.16vw solid var(--text-color-main);
      border-bottom: 0.16vw solid var(--text-color-main);
   }

   footer .footer_additional {
      font-size: 0.91vw;
      gap: 2.0vw;
   }

   footer .footer_additional a {
      gap: 0.16vw;
   }

   footer .footer_additional a::after {
      width: 1.33vw;
      height: 1.33vw;
   }

   footer .innerWrap>div:first-child .ftRight .ftCaption {
      font-size: 1.83vw;
      gap: 1.66vw;
      margin-bottom: 2.66vw;
   }

   footer .innerWrap>div:first-child .ftRight .ftCaption::after {
      width: 5.0vw;
      height: 0.25vw;
   }

   footer .innerWrap>div:first-child .ftRight>ul li a {
      height: 6.66vw;
      border-radius: 3.33vw;
      gap: 0.33vw;
   }

   footer .innerWrap>div:first-child .ftRight>ul li:first-child {
      margin-bottom: 2.0vw;
   }

   footer .innerWrap>div:first-child .ftRight>ul li:first-child a {
      font-size: 0.83vw;
   }

   footer .innerWrap>div:first-child .ftRight>ul li:first-child a span {
      font-size: 2.66vw;
      gap: 0.41vw;
   }

   footer .innerWrap>div:first-child .ftRight>ul li:first-child a span::before {
      width: 1.83vw;
      height: 1.83vw;
   }

   footer .innerWrap>div:first-child .ftRight>ul li:last-child a {
      font-size: 1.5vw;
      gap: 0.83vw;
   }

   footer .innerWrap>div:first-child .ftRight>ul li:last-child a::before {
      width: 1.66vw;
      height: 1.33vw;
   }

   footer .innerWrap>div:last-child {
      padding-top: 1.5vw;
      border-top: 0.08vw solid var(--text-color-main);
      font-size: 0.91vw;
   }

   footer .pagetop {
      width: 3.66vw;
      height: 3.5vw;
      padding-top: 0.5vw;
      border-radius: 0.41vw;
      right: 4.33vw;
      bottom: 3.75vw;
   }

   .pagetop::before {
      border-width: 0 0.16vw 0.16vw 0;
      padding: 0.5vw;
   }

   .siteControl ul a {
      font-size: max(1.33vw, 20px);
   }

}

@media screen and (max-width: 900px) {
   header {
      height: 60px;
   }

   main {
      margin-top: 60px;
   }

   .sp.hamburger-wrapper {
      position: absolute;
      top: 24px;
      right: 12px;
      z-index: 1001;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   .hamburger {
      position: relative;
      width: 24px;
      height: 2px;
      border-radius: 2px;
      background: var(--theme-color-main1);
      transition: background 0.3s;
   }

   .hamburger::before,
   .hamburger::after {
      content: "";
      position: absolute;
      width: 24px;
      height: 2px;
      border-radius: 2px;
      background: var(--theme-color-main1);
      transition: transform 0.3s, top 0.3s, bottom 0.3s;
   }

   .hamburger::before {
      top: -6px;
   }

   .hamburger::after {
      bottom: -6px;
   }

   .hamburger-wrapper.active .hamburger {
      background: transparent;
   }

   .hamburger-wrapper.active .hamburger::before {
      transform: rotate(45deg);
      top: 0;
   }

   .hamburger-wrapper.active .hamburger::after {
      transform: rotate(-45deg);
      bottom: 0;
   }

   .hamburger-label {
      margin-top: 12px;
      font-size: 10px;
      font-weight: bold;
      color: var(--text-color-main);
   }

   .global-menu {
      position: fixed;
      top: 60px;
      bottom: 64px;
      right: -100%;
      width: 100%;
      background: #fff;
      transition: right 0.4s ease;
      z-index: 1000;
      padding: 2em 0;
   }

   .global-menu.open {
      right: 0;
   }

   header nav.global-menu ul {
      padding: 0;
      margin: 0;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
   }

   .global-menu ul li {
      align-self: stretch;
   }

   .global-menu ul li a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--text-color-main);
      font-size: 16px;
      line-height: 4em;
      height: 4em;
      padding: 0 2em;
      border-bottom: 1px solid var(--text-color-sub);
   }

   .global-menu ul li a::after {
      content: '';
      width: 8px;
      height: 8px;
      border-right: 2px solid var(--text-color-main);
      border-bottom: 2px solid var(--text-color-main);
      transform-origin: center;
      rotate: -45deg;
   }

}


@media screen and (max-width: 768px) {
   :root {
      /* === テキストサイズ === */
      --fz-44: 44px;
      --fz-32: 32px;
      --fz-26: 4.26vw;
      --fz-20: 20px;
      --fz-18: 18px;
      --fz-16: 16px;
      --fz-13: 3.46vw;
   }

   /* .captionL {
      font-size: var(--fz-44);
      line-height: 1;
      font-weight: 700;
   }
   
   .captionM {
      font-size: var(--fz-26);
      line-height: 1;
      font-weight: 500;
   }
   
   .captionS {
      font-size: var(--fz-20);
      line-height: 1;
      font-weight: 500;
   }
   
   .textBase {
      font-weight: 400;
      font-size: var(--fz-16);
   }
   
   .textBaseBold {
      font-weight: 700;
      font-size: var(--fz-16);
   }
   
   .textButton {
      font-weight: 500;
      font-size: var(--fz-18);
   }
   
   .textSub {
      font-weight: 400;
      font-size: var(--fz-13);
   }
   
   .textSubMedium {
      font-weight: 500;
      font-size: var(--fz-13);
   }
   
   .textSubBold {
      font-weight: 700;
      font-size: var(--fz-13);
   } */

   body {
      font-size: 4.26vw;
   }

   .sp {
      display: block;
   }

   .pc {
      display: none;
   }

   .innerWrap {
      width: calc(100vw - 40px);
   }

   main>section {
      padding: 12vw 0;
   }

   section.FV {
      height: 82.66vw;
   }

   section.FV p {
      width: 76.8vw;
      left: 17.6vw;
      bottom: 0;
   }

   section.CTA .innerWrap>div:first-child {
      width: 26.13vw;
      left: 0;
      top: -10vw;
   }

   section.CTA .innerWrap>div:last-child {
      width: 61.33vw;
      margin: 8vw 0;
   }

   section.CTA .innerWrap>div:last-child>div {
      margin-bottom: 3.2vw;
   }

   section.CTA .innerWrap>div:last-child ul {
      background-color: transparent;
      padding: 0 1vw;
      border-radius: 0;
      gap: 4.26vw;
   }

   main>section h2 {
      font-size: 6.66vw;
      margin-bottom: 8.53vw;
   }

   main>section h2::after {
      width: 13.33vw;
      height: 2px;
      margin: 5.33vw 0 0 0;
   }

   main>section h2>span:first-child {
      border-radius: 2.66vw 0.53vw 2.66vw 0.53vw;
      font-size: 3.46vw;
      margin-bottom: 3.2vw;
   }

   section.schedule dl {
      flex-direction: column;
      align-items: flex-start;
      padding: 0 1.6vw;
      gap: 6.4vw;
   }

   section.schedule dl dd span.textSubMedium {
      margin: 0.1em 0 0 0;
   }

   section.schedule dl dd {
      display: flex;
      flex-direction: column;
   }

   section.about {
      background: linear-gradient(to bottom, var(--base-color-blue1) 0% 42%, transparent 42% 100%);
   }

   section.about .innerWrap>div>p:last-child {
      width: 100%;
      font-size: 4.26vw;
   }

   section.about .innerWrap>div {
      flex-direction: column;
      gap: 4.8vw;
      align-items: flex-start;
      margin-bottom: 12.8vw;
   }

   section.about .innerWrap>div>p:first-child {
      width: 100%;
   }

   section.about>div>p:last-child {
      width: 100%;
      font-size: 4.26vw;
   }

   section.about .innerWrap>p {
      margin-bottom: 5.86vw;
   }

   section.point h2>span:nth-of-type(2) {
      font-size: 6.66vw;
   }

   section.point h2>span:nth-of-type(2) span {
      font-size: 10.66vw;
   }

   section.point ul li p:first-child img {
      border-radius: 0;
   }

   section.point ul {
      width: 100%;
      flex-direction: column;
      gap: 10.66vw;
      font-size: 5.33vw;
   }

   section.CTA2 {
      margin-top: 10vw;
   }

   section.CTA2 .innerWrap>div:last-child {
      width: 100%;
      padding: 0 0 20vw 0;
      margin-top: -18vw;
   }

   section.CTA2 .innerWrap>div:last-child ul {
      width: 100%;
      gap: 4.26vw;
      bottom: 5.86vw;
      right: 0;
      justify-content: center;
   }

   section.busstop {
      background-image: url(../img/bg_busstop_sp.jpg);
      background-size: 100% auto;
      padding: 8vw 0 12vw;
   }

   section.busstop>div:first-of-type {
      padding: 3.73vw 5vw 6vw;
      border-radius: 6.4vw 0 0 0;
      width: 82.66vw;
      margin-top: 50vw;
      margin-left: 17.34vw;
   }

   section.busstop .innerWrap h3 {
      border-radius: 2.66vw 0.53vw 0 0;
   }

   section.busstop .innerWrap .mymap>div {
      width: 100%;
      height: 133.33vw;
      margin-bottom: 6.4vw;
   }

   section.busstop .innerWrap .mymap ul {
      flex-direction: column;
      align-items: center;
      gap: 4.26vw;
   }

   section.busstop .innerWrap .mymap ul li a {
      width: auto;
      height: 11.44vw;
      border-radius: 5.72vw;
      gap: 2.66vw;
      padding: 0.6em 2em;
   }

   section.busstop .innerWrap .mymap ul li a::before {
      width: 5.33vw;
      height: 5.33vw;
   }

   section.busstop .innerWrap .mymap {
      margin-bottom: 8.53vw;
   }

   section.busstop .innerWrap .scheduleNote p {
      font-size: 4.26vw;
   }

   section.busstop .innerWrap .scheduleNote p span {
      font-size: 3.46vw;
      display: block;
      margin: 0.1em 0 0 0;
   }

   section.howto ul.pc {
      display: none;
   }

   section.howto ul li {
      position: relative;
   }

   section.howto ul li ul {
      padding: 0 10vw;
      position: absolute;
      width: 100%;
      bottom: 7.5vw;
      gap: 4vw;
      display: flex;
      justify-content: center;
   }

   section.CTA2-2 {
      margin-top: 20vw;
   }

   section.app h3::before {
      height: 0.8vw;
   }

   section.app h3 {
      width: 10em;
      position: relative;
      margin-bottom: 8.53vw;
   }

   section.app .innerWrap>div {
      padding-bottom: 0;
      background-image: none;
   }

   section.app .innerWrap>div.complete {
      padding-top: 6.4vw;
      padding-bottom: 6.4vw;
   }

   section.app .innerWrap>div.complete span {
      font-size: 5.33vw;
   }

   section.app .innerWrap>div.toLast {
      background-image: none;
   }

   section.app .innerWrap>div ul {
      flex-direction: column;
      gap: 0;
      background-image: none;
   }

   section.app .innerWrap>div ul li {
      width: 100%;
      padding-bottom: 6vw;
      background-image: url(../img/bg_app_sp.svg);
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: auto 6vw;
   }

   section.app .innerWrap>div ul li.noBg {
      background-image: none;
   }






   section.faq .tab-btn {
      padding: 1em;
      font-size: 4.26vw;
      border-radius: 2px;
   }

   section.faq .tab-btn::after {
      width: 1.56vw;
      height: 1.56vw;
   }






   footer {
      padding-bottom: 100px;
   }

   footer .innerWrap>div:first-child {
      margin-bottom: 16px;
   }

   footer .innerWrap>div:first-child {
      flex-direction: column;
      align-items: center;
   }

   footer .innerWrap>div:first-child .ftLeft {
      width: 100%;
   }

   footer .innerWrap>div:first-child .ftLeft>div:first-of-type {
      flex-direction: column;
      gap: 24px;
      align-items: center;
      margin-bottom: 48px;
   }

   footer .innerWrap>div:first-child .ftLeft .footer_additional {
      display: none;
   }

   footer .innerWrap>div:first-child .ftRight ul {
      margin-bottom: 40px;
   }

   footer .footer_additional {
      justify-content: center;
   }

   footer .footer_additional.sp {
      display: flex;
   }

   footer .innerWrap>div:last-child {
      text-align: center;
   }

   footer .pagetop {
      left: 50%;
      transform: translateX(-50%);
      bottom: 30px;
   }

   .siteControl ul a {
      font-size: min(4.32vw, 24px);
   }
}





.release-soon {
   position: relative;
   pointer-events: none;
   /* リンクや操作を無効化 */
}

.release-soon::before {
   content: '';
   position: absolute;
   inset: 0;
   background: rgba(255, 255, 255, 0.7);
   z-index: 1;
}

section.howto .release-soon::before {
   width:80%;
   left:10%;
}

.release-soon::after {
   content: 'ただいまリリース準備中です。\A 今しばらくお待ちください。';
   white-space: pre;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #333;
   font-weight: bold;
   font-size: 1.2em;
   text-align: center;
   z-index: 2;
   text-shadow:
      -2px -2px 0 #fff,
      0px -2px 0 #fff,
      2px -2px 0 #fff,
      -2px 0px 0 #fff,
      2px 0px 0 #fff,
      -2px 2px 0 #fff,
      0px 2px 0 #fff,
      2px 2px 0 #fff;
}

.release-soon-tel {/* 電話番号 */
   position: relative;
   pointer-events: none;
   /* リンクや操作を無効化 */
}

.release-soon-tel::before {
   content: '';
   position: absolute;
   inset: 0;
   background: rgba(255, 255, 255, 0.7);
   z-index: 1;
}

/* ========== ポップアップ ========== */
.popup-overlay {
   position: fixed;
   inset: 0;
   z-index: 2000;
   background: rgba(0, 0, 0, 0.5);
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 20px;
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.is-open {
   opacity: 1;
   visibility: visible;
}

.popup-inner {
   position: relative;
   background: var(--base-color-white);
   border-radius: 16px;
   max-width: 560px;
   width: 100%;
   padding: 40px 32px 32px;
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
   transform: scale(0.95);
   transition: transform 0.3s ease;
}

.popup-overlay.is-open .popup-inner {
   transform: scale(1);
}

.popup-close {
   position: absolute;
   top: 12px;
   right: 12px;
   width: 40px;
   height: 40px;
   padding: 0;
   border: none;
   background: transparent;
   color: var(--text-color-main);
   font-size: 28px;
   line-height: 1;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: opacity 0.2s;
}

.popup-close:hover {
   opacity: 0.7;
}

.popup-content {
   text-align: center;
}

.popup-title {
   font-size: clamp(var(--fz-20), 1.25vw, 28px);
   font-weight: 700;
   color: var(--theme-color-main1);
   margin-bottom: 16px;
   line-height: 1.4;
}

.popup-text {
   font-size: clamp(var(--fz-16), 0.95vw, 22px);
   line-height: 1.7;
   color: var(--text-color-main);
   margin-bottom: 12px;
}

.popup-note {
   font-size: var(--fz-13);
   color: var(--text-color-sub);
   margin-bottom: 24px;
}

.popup-btn {
   display: inline-block;
   padding: 14px 32px;
   background: var(--theme-color-main1);
   color: #fff;
   font-weight: 500;
   font-size: clamp(var(--fz-16), 0.95vw, 20px);
   border-radius: 30px;
   text-decoration: none;
   transition: opacity 0.3s;
   border: none;
   cursor: pointer;
   font-family: inherit;
}

.popup-btn:hover {
   opacity: 0.9;
}

.popup-lead {
   font-size: clamp(var(--fz-13), 0.8vw, 16px);
   line-height: 1.7;
   color: var(--text-color-main);
   margin-bottom: 16px;
}

.popup-report {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   gap: 10px;
   padding: 14px 28px;
   background: var(--theme-color-main1);
   color: #fff;
   font-weight: 500;
   font-size: clamp(var(--fz-16), 0.95vw, 20px);
   border-radius: 30px;
   text-decoration: none;
   transition: opacity 0.3s;
   margin-bottom: 20px;
}

.popup-report::before {
   content: "";
   flex-shrink: 0;
   width: 24px;
   height: 24px;
   background-image: url(../img/icon_pdf.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
   filter: brightness(0) invert(1);
}

.popup-report span {
   font-size: 0.8em;
}

.popup-report:hover {
   opacity: 0.9;
}

.popup-btn-sub {
   display: block;
   margin: 0 auto;
   padding: 10px 32px;
   background: transparent;
   color: var(--theme-color-main1);
   border: 2px solid var(--theme-color-main1);
   font-size: clamp(var(--fz-13), 0.8vw, 16px);
}

@media screen and (min-width: 1600px) {
   .popup-inner {
      max-width: 640px;
      padding: 48px 40px 40px;
   }
}

@media screen and (max-width: 768px) {
   .popup-inner {
      padding: 36px 24px 28px;
   }

   .popup-title {
      font-size: 18px;
   }

   .popup-text {
      font-size: 15px;
   }

   .popup-lead {
      font-size: 13px;
      margin-bottom: 14px;
   }

   .popup-report {
      display: flex;
      width: 100%;
      gap: 8px;
      padding: 14px 16px;
      font-size: 15px;
      margin-bottom: 16px;
   }

   .popup-report::before {
      width: 20px;
      height: 20px;
   }

   .popup-btn-sub {
      font-size: 13px;
      padding: 9px 28px;
   }
}


.release-soon-tel::after {
   content: '5月27日開通予定';
   white-space: pre;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #333;
   font-weight: bold;
   font-size: 1.2em;
   text-align: center;
   z-index: 2;
   text-shadow:
      -2px -2px 0 #fff,
      0px -2px 0 #fff,
      2px -2px 0 #fff,
      -2px 0px 0 #fff,
      2px 0px 0 #fff,
      -2px 2px 0 #fff,
      0px 2px 0 #fff,
      2px 2px 0 #fff;
}