@charset "UTF-8";
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
  text-align: center;
}

figcaption {
  text-align: left;
}

/* body */
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  margin: 0;
}

body * {
  color: #404040;
}

@media screen and (max-width: 768px) {
  .movie video {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
  }
} 

.textarea table table td:nth-child(1){
  width: calc((100% - 1rem) / 2);
}
.textarea table table td:nth-child(3){
  width: calc((100% - 1rem) / 2);
}

.textarea table tr {
  vertical-align: top;
}

.textarea table table td {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .textarea table,
  .textarea table tr,
  .textarea table th,
  .textarea table td {
    display: block;
  }
  
  .textarea table th {
    font-weight: bold;
    margin-top: 1em;
  }
  
  .textarea table td {
    margin-bottom: 1em;
  }
  
  .textarea table table {
    display: table;
    border: none;
    width: 100%;
  }
  
  .textarea table table tr {
    display: table-row;
  }
  
  .textarea table table td {
    display: table-cell;
    white-space: normal;
  }

  .textarea table table td:nth-child(1){
    width: calc((100% - 1rem) / 2);
    }

  .textarea table table td:nth-child(3){
    width: calc((100% - 1rem) / 2);
  }
}  

/* header */
.header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    align-items: center;
    gap: 0 20px;
    padding: 15px 25px;
    background-color: #3B3838;
    color: #F2F2F2;
    font-weight: bold;
}

.header * {
    color: #F2F2F2;
}

.header a {
    color: inherit;
    text-decoration: none;
}

.header__top {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    color: inherit;
}

.header__lan {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.header__lan a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    width: fit-content;
}

.header__lan img {
    width: 30px;
}

.header__nav {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    width: 100%;
    text-align: center;
}

.header__nav-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    color: inherit;
    margin: 0;
    padding: 0;
}

.header a:hover,
.footer a:hover {
    color: #4cff38;
}

@media screen and (max-width: 768px) {
    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        position: relative;
        background-color: #3B3838;
      }
    
      .header__top h1 {
        font-size: 18px;
        white-space: normal;
        overflow: hidden;
      }
    
      .header__lan {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 0.9rem;
        white-space: nowrap;
        margin-left: auto;
      }
    
      .header__lan img {
        width: 20px;
      }
    
      .header__nav-button {
        top: 15px;
        right: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 25px;
        height: 20px;
        cursor: pointer;
        z-index: 1100;
      }
    
      .header__nav-button span {
        display: block;
        width: 100%;
        height: 2.5px;
        background-color: #F2F2F2;
        border-radius: 2px;
        transition: all 0.3s ease;
        transform-origin: center;
        margin: 1px 0px;
      }

  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(59, 56, 56, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.4s ease;
    z-index: 1050;
  }

  .header__nav.open {
    right: 0;
  }

  .header__nav-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .header__nav-menu li a {
    color: #F2F2F2;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 20px;
    display: block;
    white-space: nowrap;
  }

  .header__nav-button.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .header__nav-button.open span:nth-child(2) {
    opacity: 0;
  }
  
  .header__nav-button.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

@media (max-width: 768px) {
    .splide__track {
        height: 200px;
    }

    .splide__slide img {
        height: 200px;
        width: 100%;
        max-width: 100%;
        display: block;
        object-fit: cover;
    }
}

/* Press Release */
.page-top__whats_new {
    margin: 80px 20px;
}

.page-top__whats_new .inner {
    position: relative;
    width: 60%;
    margin: auto;
    padding: 40px;
    background-color: #F2F2F2;
}

.page-top__whats_new h2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    margin: 0;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    font-size: 2rem;
}

.page-top__whats_new-list {
    width: 80%;
    height: auto;
    margin: auto;
    padding: 0;
    overflow: auto;
}

@media screen and (max-width: 768px) {
    .page-top__whats_new {
      width: 90%;
      margin: 40px auto;
    }
  
    .page-top__whats_new .inner {
      width: 100%;
      padding: 0;
    }
  
    .page-top__whats_new h2 {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      margin: 0;
      text-align: center;
      transform: translateY(-50%) translateX(-50%);
      font-size: 1.8rem;
    }
  
    .page-top__whats_new-list {
      width: 80%;
      margin: 0 auto;
      padding-top: 30px;
    }
  
    .page-top__whats_new-list li {
      padding: 10px 0;
    }
  
    .page-top__whats_new-list li p {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 5px;
    }
  
    .page-top__whats_new-list .text {
      display: block;
      line-height: 1.6;
      font-size: 1rem;
    }
}

.page-top__whats_new-list li + li {
    margin-top: 20px;
}

.page-top__whats_new-list .date {
    padding-right: 15px;
    border-right: 2px solid #2A2A2A;
}

.page-top__whats_new-list .category {
    padding-left: 10px;
}

.page-top__whats_new-list .text {
    text-decoration: underline;
    color: #2A2A2A;
}
.page-top__whats_new-list .text:hover {
    text-decoration: none;
}

/* pick up */
.page-top__pick_up-title {
    position: relative;
    padding: 40px;
    background-color: #404040;
    color: #404040;
    z-index: -1;
}

.page-top__pick_up-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    background-color: #fff;
    transform: rotate(33deg) translateY(3%) translateX(-57%);
}

.page-top__pick_up-title span {
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
    color: #404040;
    z-index: 99;
    font-size: 2rem;
}

@media (max-width: 768px) {
    .page-top__pick_up-title {
      font-size: 18px;
      padding: 25px
    }
  
    .page-top__pick_up-title::after {
      width: 180px;
      transform: rotate(35deg) translateY(4.8%) translateX(-57%);
    }

    .page-top__pick_up-title span {
      font-size: 1.5rem;
    } 
  }

.page-top__pick_up-list {
    width: 60%;
    margin: 50px auto;
}

@media screen and (max-width: 768px) {
    .page-top__pick_up-list {
        width: 80%;
    }
}

.page-top__pick_up-list li.item + li.item {
    margin-top: 70px;
}

.page-top__pick_up-list .item {
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 10px;
}

.page-top__pick_up-list .inner {
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: 0 auto 1fr;
    gap: 20px 0;
    padding: 20px;
}

.page-top__pick_up-list .inner h3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin: 0;
    transform: translate(0px, calc(-30px + 1rem / 2 * -1));
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.page-top__pick_up-list .image {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
    width: calc(100% + 20px);
    transform: translate(-50px, -50px);
    text-align: center;
}

.page-top__pick_up-list .credit {
    font-size: 0.8rem;
}

.page-top__pick_up-list .textarea {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.page-top__pick_up-list .situation-summary {
    margin-top: 25px;
}

.page-top__pick_up-list .learnmore {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    color: #3B3838;
    text-align: center;
}

.page-top__pick_up-list .learnmore a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: fit-content;
    margin: auto;
    padding: 10px 20px 10px 30px;
    color: inherit;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #3B3838;
}

.page-top__pick_up-list .learnmore img {
    width: 40px;
}

.page-top__pick_up-list .learnmore-2 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    color: #3B3838;
    text-align: center;
}

.page-top__pick_up-list .learnmore-2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: fit-content;
    margin: auto;
    padding: 10px 20px 10px 30px;
    color: inherit;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #3B3838;
}

.page-top__pick_up-list .learnmore-2 img {
    width: 40px;
}


.page-top__pick_up-list .learnmore-2  {
    margin-bottom: 34px;
}


@media screen and (max-width: 768px) {
    .page-top__pick_up-list {
        width: 90%;
        margin-top: 50px;
    }
      .page-top__pick_up-list .inner {
        display: flex;
        flex-direction: column;
        padding: 20px 20px 40px;
        gap: 20px;
        padding-top: 0;
    }
    
      .page-top__pick_up-list .image {
        width: 100%;
        transform: none;
        grid-column: auto;
        grid-row: auto;
    }

    .page-top__pick_up-list .inner h3 {
        font-size: 1.8rem;
        position: static;
        text-align: center;
        margin-bottom: 0;
        line-height: 1; 
        transform: translateY(-15px);
     }
    
      .page-top__pick_up-list .textarea,
      .page-top__pick_up-list .learnmore {
        grid-column: auto;
        grid-row: auto;
        line-height: 1.5;
    }

    .page-top__pick_up-list .learnmore a {
        width: fit-content;              
        max-width: 90%;                  
        white-space: nowrap;   
        word-break: keep-all;
        overflow: hidden;
        text-overflow: ellipsis;
        justify-content: center;
    }
        
    .page-top__pick_up-list .learnmore img {
       width: 39px;
    }

    .page-top__pick_up-list .learnmore-2  {
        margin-bottom: 0;
    }
}

/* フッター */
.footer {
    margin: 40px 0 0 0;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    background-color: #404040;
    color: #F2F2F2;
}

.footer * {
    color: #F2F2F2;
}

.footer__inner-nav {
    font-weight: bold;
}

.footer__inner-nav>ul {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}

.footer__inner-nav a {
    text-decoration: none;
}

.footer__inner-nav .level2 {
    margin: 10px 0;
    font-weight: normal;
    font-size: 0.9rem;
}

.footer__inner-nav .level2 li + li {
    margin-top: 5px;
}

.footer__inner-nav .level2 li::before {
    content: "-";
    margin-right: 5px;
}

.footer__inner-pagettl {
    font-weight: bold;
    font-size: 1.5rem;
}

.copyright {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer {
        margin: 130px 0 0 0;
    }

    .footer__inner {
      display: flex;
      flex-direction: column;
      gap: 30px;
      padding: 15px 15px;
    }
  
    .footer__inner-nav > ul {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 25px;
      padding-left: 0;
      list-style: none;
    }
  
    .footer__inner-nav li a {
      font-size: 1rem;
      line-height: 1.2;
      white-space: normal;
      text-align: left;
    }
  
    .footer__inner-nav .level2 {
      padding-left: 20px;
      font-size: 0.9rem;
      line-height: 1.4;
    }
  
    .footer__inner-nav .level2 li::before {
      content: "- ";
      margin-right: 4px;
    }
  
    .footer__inner-pagettl {
      text-align: center;
      font-size: 1.3rem;
      margin-top: 30px;
    }
}
  .footer__inner-nav > ul > li:nth-child(2) {
    width: 30% ;
    }

@media screen and (max-width: 768px) {
    .footer__inner-nav > ul > li:nth-child(2) {
        width: 100%;
    }
}

/* 下層ページ
-------------- */

/* パンくずリスト */
.breadcrumb__list {
    display: flex;
}

.breadcrumb__list li + li::before {
    content: "＞";
    margin: 5px;
}

.interview-page__top,
.lower-page__top {
    padding: 15px;
    background-color: #F2F2F2;
}

.lower-page__top .link {
    margin: 20px 0;
    text-align: center;
}

.lower-page_en h2 {
    margin: 25px auto 10px;
    font-size: 2rem;
    text-align: center;
}

.lower-page_en h3 {
    margin: 0 0 20px;
    font-size: 1.5rem;
}

.lower-page_en h4 {
    font-size: 1.2rem;
}

.kv {
    margin: auto;
}

.kv .image {
    width: 50%;
    margin: auto;
}

.credit {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 0.8rem;
}

.interview-page,
.lower-page_en {
    margin-bottom: 100px;
}

.interview-page__item,
.common-layout__body {
    width: 60%;
    margin: 0 auto 40px;
    padding: 40px 10px 0;
}

.interview-page__item + section,
.common-layout__body .block {
    border-top: 1px solid #7F7F7F;
}

.interview-page__item .text,
.item__legacy .text {
    margin: 20px 0;
}

.item__legacy .legacy-img {
    width: 70%;
}

.item__legacy .flex .image {
    width: 30%;
}

.item__legacy .flex p {
    width: 70%;
}

.interview-page__item .center,
.common-layout__body .center {
    text-align: center;
}

.interview-page__item .block .youtube {
    margin: 20px 0;
}
.interview-page__item .block .youtube iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.interview-page__item .text:first-child {
    margin: 0 0 20px;
}

.interview-page__item .image {
    width: 80%;
    margin: 30px auto;
    text-align: center;
}

.interview-page__item .small-img {
    width: 60%;
}

.interview-page__item .image + .image {
    margin-top: 20px;
}

.interview-page__item .Overview-image {
  width: 40%;
}

.caption {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 0.8rem;
}

.common-layout__body .item {
    margin: 40px 0;
}

.common-layout__body .block {
    padding: 40px 10px;
}

.interview-page__item .block {
  display: block;
}

.flex {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.flex .image {
    margin: 0;
}
.flex .image + .image {
    margin: 0;
}

.flex > * {
    width: calc((100% - 20px) / 2);
}

.interview-page__item .flex {
  display: flex;
}

.grid {
    display: grid;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.image.grid {
    grid-template-columns: 0.7fr 26%
}

.img-rounded {
    border-radius: 28px;
}

@media screen and (max-width: 768px) {
    .flex {
      flex-direction: column;
      align-items: center;
    }
  
    .item__legacy .flex .image,
    .item__legacy .flex p {
        width: 100%;
    }
  
    .flex .image figure {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .flex .credit {
      display: block;
      font-size: 12px;
      margin-top: 5px;
    }
  
    .flex figcaption {
      margin-top: 5px;
      text-align: center;
      font-size: 0.85rem;
    }

    .block h4 {
      font-size: 1.4rem;
      line-height: 1.4;
    }      
  
    .flex p {
      margin-top: 15px;
      font-size: 0.95rem;
    }

    .image.grid {
      display: grid;
      grid-template-columns: 1fr 33%; 
      gap: 10px;
    }
      
    .image.grid figure {
      width: 100%;
    }
      
    .image.grid img {
      width: 100%;
      height: auto;
      display: block;
    }
      
    .image.grid figcaption {
      text-align: center;
      font-size: 0.85rem;
      margin-top: 5px;
    }
}  

@media screen and (max-width: 768px) {
    .interview-page__item,
    .common-layout__body {
      width: 90%;
      padding: 20px 0 0;
      margin: 0 auto 30px;
    }
  
    .interview-page__item + section {
      border-top: 1px solid #ccc;
      margin-top: 20px;
    }

    .lower-page_en h2 {
      font-size: 1.6rem;
      margin: 20px auto 10px;
    }
  
    .lower-page_en h3 {
      font-size: 1.4rem;
      margin: 10px 0 15px;
    }

    .kv .image {
      width: 100%;
      margin: auto;
    }
  
    .interview-page__item .text {
      font-size: 0.95rem;
      line-height: 1.6;
    }
  
    .interview-page__item .image {
      width: 100%;
      margin: 20px auto;
    }
  
    .caption {
      font-size: 0.85rem;
      text-align: center;
      margin-top: 5px;
    }
  
    .breadcrumb__list {
      font-size: 0.8rem;
      flex-wrap: wrap;
      gap: 5px;
    }
  
    #section01, #section02, #section03, #section04 {
      padding-top: 40px;
      padding-bottom: 5px;
    }

    .button_top_scroll a {
        display: block;
        padding: 5px;
        border: 1px solid #3B3838;
        background-color: #fff;
    }
    
    .button_top_scroll img {
        width: 40px;
    }
}

/* bus-list */
.bus-list.intro {
    text-align: center;
    margin: 0 0 80px;
}

.liststyle-dot {
    list-style: inside;
}


/* subsidy */
.label-for {
    display: inline-block;
    color: #037de4;
    font-size: 1.3em;
    padding: 7px 31px;
    border-radius: 50%;
    text-align: center;
    font-weight: 800;
}

.label-for2 {
    display: inline-block;
    color: #83bf4f;
    font-size: 1.3em;
    padding: 7px 31px;
    border-radius: 50%;
    text-align: center;
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .chapter2_text {
        width: 100%;
    }
    .label-for{
        margin-left: 0px;
        margin-bottom: 16px;
        margin-top: -20px;
        padding: 7px 0;
    }

    .label-for2{
        margin-left: 0px;
        margin-bottom: 16px;
        margin-top: -20px;
        padding: 7px 0;
    }
}


.page-top__pick_up-list .slick-pick_up-list .subsidy-title{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width: 768px) {
    .page-top__pick_up-list .slick-pick_up-list .subsidy-title {
        margin-top: 0;
        width: 100%;
    }
}

/*2025-1204*/

.section-subtitle {
    display: inline-block;
    background-color: #F2F2F2;;
    font-size: 22px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: -1.5rem;
    padding: 10px;
    color: black;
}

@media screen and (max-width: 768px) {
    .section-subtitle {
        display: inline-block;
        background-color: #F2F2F2;;
        font-size: 22px;
        margin: 2rem 0;
        padding: 10px;
        color: black;
    }
}

.subsidy-flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5rem;
  }
  
  .subsidy-flex .text {
    flex: 7;
    margin: 15px
  }
  
  .subsidy-flex .promoting-img {
    flex: 3;
    display: flex;
    justify-content: center;
  }
  
  .subsidy-flex img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

@media screen and (max-width: 768px) {
    .subsidy-flex{
    display: block;
    }

    .subsidy-flex img{
        width: 100%;
    }
    .subsidy-flex {
        margin-bottom: 0rem;
      }
}

.text span.desc {
    display: block;
    margin-bottom: 1rem;
    padding-left: 1.0em;
    /* text-indent: -0.4em; */
    font-weight: normal;
}

.section-1,.section-2,.section-3{
    margin-bottom: 80px;
}

.section-1  p  {
     margin-left: 15px;
     /* border-bottom: 1px solid #000;*/
} 
     
.promoting-img {
    width: 400px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .promoting-img {
        width: 60%;
        margin: 0 auto;
    }
}

.section-3  p  {
    padding-bottom: 80px;
    border-bottom: 1px solid #000;
}

.section-left-margin p{
    margin-left: 15px;
}

.fuel-cell-vehicle{
    margin-bottom: 5rem;
    margin-top: 2rem;
    text-align: center;
}

.fuel-cell-vehicle img{
    width :55%;
}

@media screen and (max-width: 768px) {
    .fuel-cell-vehicle img{
        width :100%;
    }
}

.fuel-cell-vehicle-bottom{
    border-top: 1px solid;
    margin-top: 4rem;
}

.highlight-red {
    font-weight: bold;
  }

.highlight-red-right {
    display: block;
    text-align: right;
    font-weight: bold;
}

.highlight-blue {
    color: blue;
  }

.text-under-line {
    text-decoration: underline;
}

.truck-images {
    display: flex;
    margin-top: 3rem;
    text-align: center;
    gap: 20px;
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .truck-images {
        display: block;
        margin: auto;
        margin-top: 3rem;
    }
    .Largetruck-image{
    margin-top: 30px;
    }
}

.subsidy-text {
    flex: 2; 
}
  
.bus-image {
    flex: 1; 
}

.subsidy-table1,
.subsidy-table2,
.subsidy-table3 {
    border-collapse: collapse;
    margin-bottom: 80px;  
}

.table-move .subsidy-table4 {
    border-collapse: collapse;
    margin-bottom: 5px;  
}

.subsidy-table1 th, .subsidy-table1 td,
.subsidy-table2 th, .subsidy-table2 td,
.subsidy-table3 th, .subsidy-table3 td,
.subsidy-table4 th, .subsidy-table4 td{
    border: 1px solid #000; 
    padding: 0 20px;
}

.subsidy-table1 th, 
.subsidy-table2 th, 
.subsidy-table3 th,
.subsidy-table4 th{
    background-color: #F2F2F2;
    padding:5px 10px;
}

.subsidy-table1 td,
.subsidy-table2 td,
.subsidy-table3 td,
.subsidy-table4 td{
    padding:5px 10px;
}

.project-content .table-collapse td:nth-child(3),
.project-content .table-collapse td:nth-child(4) {
  width: 30%;
}

.subsidy-table1 td.tmg-border-none{
    border: none;
    padding: 5px 10px;
}

.subsidy-table1 .table-collapse td:last-child {
    text-align: right;
}

.table-move .subsidy-table1 .table-collapse td:nth-child(3) {
    text-align: right;
}

.table-collapse td:nth-child(4),
.table-collapse th:nth-child(4) {
  text-align: right;
}

.table-collapse tr:nth-child(4) td:nth-of-type(2) {
    text-align: right;
}

.table-move .project-content .subsidy-table1 .table-collapse .center-only{
    text-align: center
}

.table-move .subsidy-table4 .table-collapse .center-only{
    text-align: center
}

.interview-page__item .subsidy-table1 .table-scroll .table-collapse .left-only{
    text-align: left
}

.interview-page__item .subsidy-table2 .table-scroll .table-collapse .left-only{
    text-align: left
}

.table-collapse {
    border-collapse: collapse;
    margin-top: 0rem;
}

.table-annotation{
    margin-bottom: 5rem;
}

.vehicles-table{
    margin-left: 27px;
}

@media screen and (max-width: 768px) {
    .table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  
    .table-scroll table {
      min-width: 1000px;
    }
}

.outcomes p{
    margin-left: 3rem;
}

.subsidization{
    margin-bottom: 4rem;
}

.promoting-bottom{
    display: flex;
    justify-content: center;
}

.promoting-bottom img{ 
    width: 60%;
}

@media screen and (max-width: 768px) {
    .promoting-bottom img{ 
    width: 100%;
    }
}

.fuel-cell-vehicle-top p{
    padding-left: 11px;
}

.fuel-cell-vehicle-bottom ul{
    padding-left: 11px;
}

.align-text-1{
    padding-left: 11px;
}

.align-text-2{
    padding-left: 20px;
    margin-bottom: 35px;
}

.businesses-2 .align-text-3{
    margin-left: 20px;
}

.garbage-truck-image1{
    text-align: center;
}

.garbage-truck-image1 img{
    width: 55%;
    margin-top: 3rem;
}

.garbage-truck-image1 p{
    margin-bottom: 50px;
}

.garbage-truck-image2 {
    text-align: center;
}

.garbage-truck-image2 img{
    width:55%;
    margin-top: 3rem;
}

.garbage-truck-image3 {
    text-align: center;
}

.garbage-truck-image3 img{
    width:55%;
    margin-top: 3rem;
}

.Intensive-introduction{
    border-top: 1px solid;
}

.ground-support-equipment{
    border-top: 1px solid;
    margin-top: 6rem;
}

.model-case {
    display: flex;
    justify-content:center;
    margin: 10px 0 30px;
    width: 100%;
}

.model-case img{
    width:60%;   
}

@media screen and (max-width: 768px) {
    .model-case{
    margin: 20px 0 50px; 
    }
}

@media screen and (max-width: 768px) {
    .model-case img{
        width:100%;
    }
    .garbage-truck-image1 img{
        width: 100%;
    }
    .garbage-truck-image2 img{
        width: 100%;
    }
    .garbage-truck-image3 img{
        width: 100%;
    }
    .plan-process-diagram img{
        width: 100%;
    }
}

    .suiso-bus-image{
        text-align: center;
    }

    .suiso-bus-image img{
        margin-top: 3rem;
        width: 60%;
    }

@media screen and (max-width: 768px) {
    .suiso-bus-image img{
        margin-top: 2rem;
        width: 100%;
    }
}

.subsidization {
    margin-top: 4rem;
    border-top: 1px solid;
}

.liststyle-dot-2 {
    list-style: inside;
    margin-left: 1.5em;
}

.table-text-center{
    text-align: center;
}

.border-bottom-none{
    border-bottom: none !important;
}

.border-top-none{
    border-top: none !important;
}

.plan-process-diagram{
    display: flex;
    margin-bottom: 3rem;
    justify-content: center
}

.plan-process-diagram img{
    width: 60%;
    margin: 20px auto 20px;
}

@media screen and (max-width: 768px) {
    .plan-process-diagram img{
        width: 100%;
    }
}

.inner1 subsidy-title{
    width: 80%;
    margin: -48px auto 20px;
}

.businesses-1 {
    border-bottom: 1px solid;
}

.businesses-2 {
    margin-top: 5rem;
}

.businesses-3 {
    margin-top: 7rem;
}

.businesses-border {
    border-top: 1px solid;
}

.businesses-border h3 {
    margin-top: 5rem;
}

.businesses-2 ul{
    margin-left: 3rem;
}

.bracket-number {
    list-style-type: none;
    counter-reset: num;
}

.bracket-number li {
    counter-increment: num;
    margin: 0 0 0.5em;
}

.bracket-number li::before {
    content: "(" counter(num) ") ";
}

.page-top__pick_up-list .inner1 {
    display: block;
    text-align: center;
    grid-template-columns: 40% 1fr;
    grid-template-rows: 0 auto 1fr;
    gap: 20px 0;
}

@media screen and (max-width: 768px) {
    .page-top__pick_up-list .inner1 {
        padding: 0 20px 30px;
    }
}

/* adobe */
.adobe .image a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px;
} 

.adobe .image img {
    width: 30%;
}

/* button_top_scroll */
.button_top_scroll {
    position: fixed;
    right: 40px;
    bottom: 40px;
}
.button_top_scroll a {
    display: block;
    padding: 10px;
    border: 1px solid #3B3838;
    background-color: #fff;
}

.button_top_scroll img {
    width: 50px;
}

html {
    scroll-behavior: smooth;
  }

@media screen and (max-width: 768px) {
    .button_top_scroll {
        position: fixed;
        right: 25px;
        bottom: 40px;
    }
    .button_top_scroll a {
        display: block;
        padding: 10px;
        border: 1px solid #3B3838;
        background-color: #fff;
    }
    
    .button_top_scroll img {
        width: 35px;
     }
}