/* レスポンシブ（PC） */
@media (min-width: 960px) {
  body {
    background-image: url('./img/bg-img_pc.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    margin: 0;
    align-items: flex-start;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }
  .pc-only-left {
     width: 55%;
     flex: 0 0 55%;
     max-width: 55%;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: flex-end;
     height: 100vh;
     padding-bottom: 20px;
     box-sizing: border-box;
     min-width: 0;
     gap: 20px;
  }
  .first-view_pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .first-view_message_pc {
    width: 90%;
    height: auto;
  }
  .first-view_illust_pc {
    width: 100%;
    height: auto;
    margin-top: -80px;
  }
  .cta-button {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .main {
    width: 35%;
    flex: 0 0 35%;
    max-width: 35%;
    border: solid 1px rgba(0, 0, 0, 0.3);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    min-width: 0;
  }
  .pc-only-right {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
    height: 100vh;
    overflow: hidden;
    padding-bottom: 20px;
    box-sizing: border-box;
    min-width: 0;
  }
  .bg-img {
    position: fixed;
    z-index: -1;
    width: 35%;
    height: auto;
  }
  .pc-only-right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 20px;
    gap: 12px;
  }
  .pc-only-right-content p {
    font: bold 1.25rem 'Noto Sans JP', sans-serif;
    color: #666666;
    margin: 0;
  }
  .pc-only-right-content img {
    width: 90%;
    height: auto;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  }
  .sp-cta-button{
    display: none;
  }
}

/* 大画面 */
@media (min-width: 1530px) {
  .pc-only-left .first-view_pc {
    width: 100%;
  }
  .pc-only-left .first-view_message_pc {
    width: 88%;
    max-width: 100%;
  }
  .pc-only-left .first-view_illust_pc {
    width: 100%;
    max-width: 100%;
    margin-top: -120px;
  }
  .pc-only-left .cta-button {
    max-width: 800px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

@media (max-width: 1280px) and (min-width: 960px) {
  .pc-only-left .first-view_message_pc {
    width: 80%;
    max-width: 100%;
  }
  .pc-only-left .first-view_illust_pc {
    width: 100%;
    max-width: 100%;
    margin-top: -80px;
  }
  .pc-only-left .cta-button {
    max-width: 600px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

/* レスポンシブ（SP） */
@media (max-width: 959px) {
  body {
    margin: 0;
  }
  .pc-only-left {
    display: none;
  }
  .pc-only-right {
    display: none;
  }
  .bg-img {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: auto;
  }
  .sp-cta-button{
    display: block;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 98%;
    margin: 0 auto 4px auto;
    z-index: 1000;
  }
  .spacer{
    height: 88px;
  }
}

/* マーキー */
.marquee {
    font: bold 1.0rem 'Noto Sans JP', sans-serif;
    color: #666666;
    background-color: #fff;
    display: flex;
    height: auto;
    padding: 8px 0px 8px 8px;
    border: solid 1px #000;
    white-space: nowrap;
    overflow: hidden;
}
.marquee-content {
    animation: marquee 10s linear infinite;
}
@keyframes marquee {
    0% {
        translate: 0;
    }
    100% {
        translate: calc(-100% - 1rem);
    }
}

/* メインビジュアル */
.first-view {
    width: 100%;
    height: auto;
}

/* メインコンテンツ */
.main-content {
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* セクション */
.section {
    padding: 40px 0;
    gap: 12px;
}
h2 {
    font: bold 1.5rem 'Noto Sans JP', sans-serif;
    color: #33914E;
    margin: 0;
}
h3 {
    font: bold 1.25rem 'Noto Sans JP', sans-serif;
    color: #666666;
}
h4 {
    font: bold 1.1rem 'Noto Sans JP', sans-serif;
    color: #666666;
    text-decoration: underline;
    text-decoration-color: #666666;
    margin: 20px 0px 10px 0px;
}
.section p{
    font: bold 1.0rem 'Noto Sans JP', sans-serif;
    color: #666666;
}
.section-title {
    border-left: 8px solid #33914E;
    padding-left: 8px;
}
.section-content {
    padding: 12px 0;
}
.section-image img {
    width: 100%;
    height: auto;
}
.section-image a {
    font: bold 0.8rem 'Noto Sans JP', sans-serif;
    color: #026bdb;
    text-decoration: underline;
    text-align: center;
    display: block;
}
.section-image p {
    font: bold 0.8rem 'Noto Sans JP', sans-serif;
    color: #888888;
    text-align: center;
}
.sub-section {
    padding: 12px 0;
}
.sub-section-image img {
    width: 100%;
    height: auto;
}
.sub-section-button {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-section-button a {
    width: auto;
    height: auto;
    padding: 12px 36px;
    border-radius: 50px;
    background-color: #EB644E;
    text-align: center;
    color: #fff;
    font: bold 1.25rem 'Noto Sans JP', sans-serif;
    text-decoration: none;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.sub-section-button a:hover {
    background-color: #fff;
    color: #EB644E;
    border: 2px solid #EB644E;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.sub-section-content-small {
    font-size: 0.75rem;
    margin: 4px 0px 8px 0px
}

/* よくある質問 */
.faq-list {
    margin-top: 20px;
}
.faq-item {
    border: solid 1px #33914E;
    background-color: #fff;
    margin: 12px 0px;
}
.faq-question {
    font: bold 1.1rem 'Noto Sans JP', sans-serif;
    color: #33914E;
    padding: 12px;
}
.faq-answer {

    background-color: #E6FFF0;
    padding: 14px;
    border-top: 1px solid #33914E;
}
.faq-answer p {
    font: normal 1.0rem 'Noto Sans JP', sans-serif;
    margin: 0;
    color: #33914E;
}

/* 本実証実験について */
#about-this-project p {
    font-size: 0.85rem;
    margin: 4px 0px 8px 0px
}
.company-logos {
    width: 100%;
    display: flex;
    justify-content: left;
    gap: 12px;
}
.company-logos img {
    width: 32%;
    height: auto;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

/* フッター */
.footer {
    text-align: center;
    font: bold 0.5rem 'Noto Sans JP', sans-serif;
    color: #666666;
    border: solid 1px #000;
    background-color: #fff;
}