/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
.c-circulation-flow {
  background: #fff;
  border-radius: .6rem;
  flex-direction: column;
  gap: 3.2rem;
  padding: 3.2rem 1.8rem;
  display: flex;
}

.c-circulation-flow__title {
  color: #23469b;
  text-align: left;
  margin: 0;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.6;
}

.c-circulation-flow__row {
  flex-direction: column;
  gap: 2.4rem;
  display: flex;
}

.c-circulation-flow__row-head {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  display: flex;
}

.c-circulation-flow__row--walk .c-circulation-flow__row-icon {
  object-fit: contain;
  flex-shrink: 0;
  width: 7.2rem;
  height: 6.4rem;
  display: block;
}

.c-circulation-flow__row--uni .c-circulation-flow__row-icon {
  object-fit: contain;
  flex-shrink: 0;
  width: 8.3rem;
  height: 6.4rem;
  display: block;
}

.c-circulation-flow__row-label {
  text-align: left;
  margin: 0;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  line-height: 1.6;
}

.c-circulation-flow__row--walk .c-circulation-flow__row-label {
  color: #262727;
}

.c-circulation-flow__row--uni .c-circulation-flow__row-label {
  color: #23469b;
}

.c-circulation-flow__steps {
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.c-circulation-flow__uni-step {
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  display: flex;
}

.c-circulation-flow__cell {
  text-align: left;
  border-radius: .6rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 8.8rem;
  padding: .8rem 2rem;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.6;
  display: flex;
}

.c-circulation-flow__cell--walk {
  color: #262727;
  background: #e6eaed;
}

.c-circulation-flow__cell--uni {
  color: #fff;
  background: #23469b;
}

.c-circulation-flow__step-benefits {
  flex-direction: column;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.c-circulation-flow__arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style: none;
  display: flex;
}

.c-circulation-flow__arrow-img--sp-down {
  width: 1.7rem;
  height: 3rem;
  display: block;
}

.c-circulation-flow__arrow-img {
  display: none;
}

.c-circulation-flow__benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.c-circulation-flow__benefits-col {
  list-style: none;
}

.c-circulation-flow__benefits-list {
  flex-direction: column;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.c-circulation-flow__benefit {
  align-items: flex-start;
  gap: 1.2rem;
  display: flex;
}

.c-circulation-flow__benefit-icon {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: .22rem;
}

.c-circulation-flow__benefit-text {
  color: #000;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .c-circulation-flow {
    background: none;
    border-radius: 0;
    gap: 0;
    width: 100%;
    min-width: 0;
    max-width: 98.4rem;
    margin-inline: auto;
    padding: 0;
  }

  .c-circulation-flow__title {
    text-align: center;
    margin-bottom: 5.1rem;
    font-size: 2.8rem;
    line-height: normal;
  }

  .c-circulation-flow__row {
    flex-direction: column;
    align-items: stretch;
    gap: 1.8rem;
    min-width: 0;
    display: flex;
  }

  .c-circulation-flow__row--walk {
    margin-bottom: 4.8rem;
  }

  .c-circulation-flow__row-head {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.9rem;
  }

  .c-circulation-flow__row--walk .c-circulation-flow__row-icon {
    width: 8.3rem;
    height: 7.3rem;
  }

  .c-circulation-flow__row--uni .c-circulation-flow__row-icon {
    width: 9.6rem;
    height: 7.7rem;
  }

  .c-circulation-flow__row-label {
    text-align: left;
    white-space: nowrap;
    font-size: 2.4rem;
    line-height: normal;
  }

  .c-circulation-flow__steps-viewport {
    overflow: hidden;
  }

  .c-circulation-flow__steps {
    flex-direction: row;
    align-items: center;
    gap: 0;
    width: max-content;
    margin-inline: auto;
    display: flex;
  }

  .c-circulation-flow__uni-step {
    display: contents;
  }

  .c-circulation-flow__step-benefits {
    display: none;
  }

  .c-circulation-flow__cell {
    text-align: left;
    border-radius: .4rem;
    flex: 0 0 28.4rem;
    justify-content: flex-start;
    width: 28.4rem;
    min-height: 11.6rem;
    padding: 0 3.2rem;
    font-size: 1.8rem;
    line-height: normal;
  }

  .c-circulation-flow__arrow {
    flex: 0 0 6.3rem;
    width: 6.3rem;
    height: auto;
  }

  .c-circulation-flow__arrow-img--sp-down {
    display: none;
  }

  .c-circulation-flow__arrow-img {
    width: 3.047rem;
    height: 1.839rem;
    display: block;
  }

  .c-circulation-flow__benefits {
    margin-inline: auto;
    grid-template-columns: 28.4rem 6.3rem 28.4rem 6.3rem 28.4rem;
    gap: 0;
    width: max-content;
    margin-top: 2.8rem;
    padding-left: 0;
    display: grid;
  }

  .c-circulation-flow__benefits-col:first-child {
    grid-column: 1;
  }

  .c-circulation-flow__benefits-col:nth-child(2) {
    grid-column: 3;
  }

  .c-circulation-flow__benefits-col:nth-child(3) {
    grid-column: 5;
  }

  .c-circulation-flow__benefits-list {
    gap: 1.2rem;
  }

  .c-circulation-flow__benefit {
    gap: 1.3rem;
  }
}
/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
.c-circulation-tourism {
  flex-direction: column;
  gap: 2.4rem;
  display: flex;
}

.c-circulation-tourism__title {
  color: #262727;
  text-align: left;
  margin: 0;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.6;
}

.c-circulation-tourism__description {
  color: #262727;
  text-align: left;
  margin: 0;
  font-family: HondaGlobalFontJP-Regular, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.8;
}

.c-circulation-tourism__cards {
  grid-template-columns: 1fr;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.c-circulation-tourism__card {
  list-style: none;
}

.c-circulation-tourism__photo-wrap {
  aspect-ratio: 470 / 289;
  border-radius: .4rem;
  margin: 0;
  overflow: hidden;
}

.c-circulation-tourism__photo {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.c-circulation-tourism__caption {
  color: #262727;
  margin: 1.2rem 0 0;
  font-family: HondaGlobalFontJP-Bold, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  line-height: normal;
}

@media (min-width: 769px) {
  .c-circulation-tourism {
    gap: 3.2rem;
  }

  .c-circulation-tourism__title {
    text-align: center;
    font-size: 2.8rem;
    line-height: normal;
  }

  .c-circulation-tourism__description {
    text-align: center;
    font-size: 1.6rem;
    line-height: normal;
    display: block;
  }

  .c-circulation-tourism__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.8rem;
  }

  .c-circulation-tourism__caption {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
