@charset "UTF-8";

.br-sp-only {
  display: none;
}

/* ===== Sub-navigation ===== */
.kyoso-subnav {
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 2px solid var(--normalGreen);
  position: sticky;
  top: 86px;
  z-index: 100;
}

@media screen and (max-width: 1000px) {
  .kyoso-subnav {
    top: 153px;
  }
}

.kyoso-subnav__inner {
  max-width: 1400px;
  height: 98px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
}

.kyoso-subnav__list {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 46px;
}

.kyoso-subnav__navlinks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 46px;
}

.kyoso-subnav__link {
  display: block;
  padding: 12px 14px;
  font-size: 1.4rem;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all .2s;
}

.kyoso-subnav__link--title {
  color: var(--normalGreen);
  font-weight: bold;
  font-size: 1.5rem;
}

.kyoso-subnav__link:hover {
  opacity: 1;
  border-bottom-color: var(--normalGreen);
  color: var(--normalGreen);
}

.kyoso-subnav__btn {
  background: linear-gradient(180deg, #FF8A1C 0%, #DB7514 100%);
  color: #fff;
  width: 214px;
  height: 46px;
  border-radius: 30px;
  padding: 12px 30px 13px 30px;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
  margin-left: 24px;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.kyoso-subnav__btn:hover {
  opacity: 0.85;
  color: #fff;
}

/* ===== Hero section ===== */
.kyoso-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 620px;
  background: #D9D9D9;
}

.kyoso-hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.kyoso-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.kyoso-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.kyoso-hero__content {
  width: 55%;
  padding: 60px 0;
}

.kyoso-hero__eyecatch {
  font-size: 20px;
  color: #037D7F;
  margin-bottom: 10px;
  font-weight: bold;
  border: 1px solid #037D7F;
  display: inline-block;
  padding: 4px 12px;
}

.kyoso-hero__title {
  font-size: 48.74px;
  font-weight: bold;
  color: #037D7F;
  line-height: 1.3;
  margin-bottom: 18px;
  white-space: nowrap;
}

.kyoso-hero__title-br {
  display: none;
}

.kyoso-hero__subtitle {
  display: block;
  margin-bottom: 18px;
}

.kyoso-hero__subtitle p {
  display: inline-block;
  background: #FFFFFF;
  padding: 10px 16px;
  color: #037D7F;
  font-size: 18px;
  line-height: 1.6;
  white-space: nowrap;
}

.kyoso-hero__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
  color: #333;
}

.kyoso-hero__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 303px;
  height: 53px;
  gap: 19px;
  background: linear-gradient(180deg, #FF8A1C 0%, #DB7514 100%);
  border: 2px solid #FFFFFF99;
  color: #fff;
  padding: 14px 30px 15px;
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: all .2s;
}

.kyoso-hero__btn:hover {
  opacity: 0.85;
  color: #fff;
}

/* ===== 3つの機能 section ===== */
.kyoso-functions {
  padding: 60px 20px;
  background: #fff;
}

.kyoso-functions__header {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
}

.kyoso-functions__subtitle {
  text-align: center;
  margin-bottom: 4px;
}

.kyoso-functions__subtitle--highlight {
  font-size: 28.15px;
  color: #037D7F;
  font-weight: bold;
}

.kyoso-functions__subtitle--normal {
  font-size: 24.15px;
  color: #333333;
  font-weight: bold;
}

.kyoso-functions__subtitle-br {
  display: none;
}

.kyoso-functions__title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 16px;
  text-decoration-line: underline;
  text-decoration-color: #037D7F4D;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}

.kyoso-functions__title--num {
  font-size: 56.92px;
  font-weight: bold;
  color: #037D7F;
  text-decoration-line: underline;
  text-decoration-color: #037D7F4D;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}

.kyoso-functions__title--text {
  font-size: 36.66px;
  font-weight: bold;
  color: #037D7F;
  text-decoration-line: underline;
  text-decoration-color: #037D7F4D;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}

.kyoso-functions__desc {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.kyoso-functions__desc-br {
  display: none;
}

.kyoso-desc--teal {
  color: #037D7F;
}

.kyoso-desc--orange {
  color: #ED7301;
}

.kyoso-desc--green {
  color: #54990E;
}

.kyoso-highlight {
  color: var(--normalGreen);
  font-weight: bold;
}

.kyoso-arrow {
  color: #333;
  margin: 0 4px;
}

.kyoso-functions__grid {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: center;
}

/* Arrow between cards */
.kyoso-functions__arrow {
  align-self: center;
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 16.5px solid transparent;
  border-bottom: 16.5px solid transparent;
  border-left: 33px solid #037D7F;
  margin: 0 12px;
}

/* Function card */
.kyoso-function-card {
  position: relative;
  flex: 0 1 400px;
  min-width: 0;
  min-height: clamp(471.56px, 19.44vw + 322.27px, 575px);
  border: 2px solid #037D7F;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.kyoso-function-card__footer {
  margin-top: auto;
  margin-bottom: 24px;
  align-self: center;
  width: 84%;
  max-width: 336px;
  min-height: 38px;
  background: #037D7F;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  padding: 9.91px 18.17px;
  box-sizing: border-box;
  gap: 16px;
}

.kyoso-function-card__number {
  position: absolute;
  top: -27px;
  left: 16px;
  width: 54px;
  height: 54px;
  background: #037D7F;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  z-index: 1;
}

.kyoso-function-card__title {
  font-size: 21px;
  font-weight: bold;
  padding: 36px 16px 6px;
  color: #037D7F;
  line-height: 1.5;
  text-align: center;
}

.kyoso-function-card__lead {
  font-size: 16px;
  padding: 0 16px 14px;
  color: #333333;
  line-height: 1.6;
  text-align: center;
}

/* Diagram area */
.kyoso-function-card__diagram {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px 16px;
}

.kyoso-function-card__img1 {
  width: 100%;
  max-width: 336px;
  height: auto;
  aspect-ratio: 336 / 329.75;
  object-fit: contain;
  display: block;
}

.kyoso-function-card__img2 {
  width: 100%;
  max-width: 336px;
  height: auto;
  aspect-ratio: 336 / 319;
  object-fit: contain;
  display: block;
}

.kyoso-function-card__img3 {
  width: 100%;
  max-width: 337px;
  height: auto;
  aspect-ratio: 337 / 341;
  object-fit: contain;
  display: block;
}

/* Diagram 01: Hub-spoke */
.kyoso-diagram-hub {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
  gap: 6px;
  width: 100%;
  align-items: center;
  justify-items: center;
}

.kyoso-diagram-center {
  background: var(--normalGreen);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  grid-column: 2;
  grid-row: 2;
}

.kyoso-diagram-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.kyoso-diagram-icon--top    { grid-column: 2; grid-row: 1; }
.kyoso-diagram-icon--left   { grid-column: 1; grid-row: 2; }
.kyoso-diagram-icon--right  { grid-column: 3; grid-row: 2; }
.kyoso-diagram-icon--bottom { grid-column: 2; grid-row: 3; }

.kyoso-diagram-icon-img {
  width: 28px;
  height: 28px;
  background: var(--normalGreen);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}

.kyoso-icon-label {
  font-size: 1.1rem;
  color: #333;
  white-space: nowrap;
}

/* Diagram 02: Flow */
.kyoso-function-card__diagram--02 {
  flex-direction: column;
  gap: 10px;
}

.kyoso-flow {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.kyoso-flow-item {
  background: #fff;
  border: 1px solid var(--normalGreen);
  border-radius: 6px;
  padding: 8px 6px;
  font-size: 1.1rem;
  text-align: center;
  flex: 1;
  line-height: 1.4;
}

.kyoso-flow-center {
  background: var(--normalGreen);
  color: #fff;
  border-radius: 6px;
  padding: 8px 6px;
  font-size: 1.1rem;
  text-align: center;
  flex: 1;
  line-height: 1.4;
  font-weight: bold;
}

.kyoso-flow-arrow {
  color: var(--normalGreen);
  font-size: 1.6rem;
  flex-shrink: 0;
  font-weight: bold;
}

.kyoso-flow-label {
  text-align: center;
}

.kyoso-highlight-badge {
  background: var(--normalGreen);
  color: #fff;
  padding: 4px 14px;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Diagram 03: Spread */
.kyoso-function-card__diagram--03 {
  flex-direction: column;
  gap: 8px;
}

.kyoso-spread-hub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.kyoso-spread-center {
  background: var(--normalGreen);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.kyoso-spread-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.kyoso-spread-icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.kyoso-spread-icon-circle {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 2px solid var(--normalGreen);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.kyoso-spread-icon-label {
  font-size: 1rem;
  color: #555;
  text-align: center;
  white-space: nowrap;
}

/* Function card items (tags) */
.kyoso-function-card__items {
  padding: 0 14px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.kyoso-item-tag {
  background: #edf8f4;
  border: 1px solid var(--normalGreen);
  color: var(--darkGreen);
  font-size: 1.1rem;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

/* ===== Merit cards section ===== */
.kyoso-merits {
  background: #f2f2f2;
  padding: 40px 20px;
}

.kyoso-merits__grid {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.kyoso-merit-card {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #ddd;
}

.kyoso-merit-card__label {
  display: inline-block;
  background: var(--normalGreen);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.kyoso-merit-card__text {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 14px;
  color: #222;
  line-height: 1.6;
}

.kyoso-merit-card__detail {
  background: #edf8f4;
  padding: 12px 14px;
  border-radius: 6px;
  border-left: 4px solid var(--normalGreen);
}

.kyoso-merit-card__step-badge {
  display: inline-block;
  font-size: 1.1rem;
  color: var(--normalGreen);
  font-weight: bold;
  margin-bottom: 2px;
}

.kyoso-merit-card__step-num {
  font-size: 2rem;
  font-weight: bold;
  color: var(--normalGreen);
  line-height: 1;
  margin-bottom: 4px;
}

.kyoso-merit-card__step-name {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.5;
}

.kyoso-merit-card__date {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.5;
}

/* ===== Benefits section ===== */
.kyoso-benefits {
  padding: 44px 20px 0;
}

.kyoso-benefits__inner {
  max-width: 1276px;
  min-height: 303px;
  margin: 0 auto;
  background: #EBEBEB;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.kyoso-benefits__title {
  background: #037D7F;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  margin: 0;
}

.kyoso-benefits__body {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 40px;
}

.kyoso-benefits__left {
  flex: 1 1 699px;
  min-width: 0;
}

.kyoso-benefits__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kyoso-benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #333333;
  font-size: 21.67px;
  line-height: 1.6;
}

.kyoso-benefits__icon {
  background: #037D7F;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.6rem;
  width: 35.08px;
  height: 35.08px;
  min-width: 35.08px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 2px;
}

.kyoso-benefits__right {
  flex: 0 1 449px;
  min-width: 0;
}

.kyoso-benefits__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #037D7F;
  border: 2px solid #037D7F;
  font-size: 19px;
  font-weight: bold;
  width: 449px;
  max-width: 100%;
  height: 125px;
  border-radius: 8px;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  text-decoration-line: underline;
  text-decoration-color: #037D7F4D;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}

.kyoso-benefits__link:hover {
  background: #fff;
  color: #037D7F;
}

/* ===== Support/Registration section ===== */
.kyoso-support {
  padding: 0 20px;
  background: #fff;
}

.kyoso-support__heading {
  display: table;
  text-align: center;
  width: 687px;
  height: 66px;
  line-height: 66px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  background: #037D7F;
  opacity: 1;
  border-radius: 10px;
  margin: 38px auto;
  text-decoration: none;
}

.kyoso-support__inner {
  box-sizing: border-box;
  max-width: 1276px;
  min-height: 363px;
  margin: 0 auto;
  display: flex;
  gap: clamp(24px, 9.12vw - 46.07px, 74px);
  padding: 74px clamp(16px, 10.58vw - 65.28px, 74px);
  border-radius: 12px;
  border: 2px solid #037D7F;
}

.kyoso-support__left {
  box-sizing: border-box;
  background: #037D7F;
  padding: 74px 30px;
  height: 217px;
  flex: 0 1 560px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
}

.kyoso-support__left-title {
  font-size: 2.815rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.4;
}

.kyoso-support__left-text {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.8;
}

.kyoso-support__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 303px;
  max-width: 100%;
  height: 53px;
  gap: 19px;
  background: linear-gradient(180deg, #FF8A1C 0%, #DB7514 100%);
  border: 2px solid #FFFFFF99;
  color: #fff;
  padding: 14px 30px 15px;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  transition: all .2s;
  align-self: center;
}

.kyoso-support__btn:hover {
  opacity: 0.85;
  color: #fff;
}

.kyoso-support__right {
  flex: 1 1 490px;
  min-width: 0;
  background: #fff;
  padding: 24px 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kyoso-support__steps-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 16px;
  color: #037D7F;
  text-align: center;
}

.kyoso-support__steps-num {
  text-decoration-line: underline;
  text-decoration-color: #037D7F4D;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}

.kyoso-support__steps-num-digit {
  font-size: 4.824rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #037D7F;
  text-decoration-line: underline;
  text-decoration-color: #037D7F4D;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}

.kyoso-support__steps-num-unit {
  font-size: 3.107rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #037D7F;
  text-decoration-line: underline;
  text-decoration-color: #037D7F4D;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
}

.kyoso-support__steps-img {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  height: auto;
}

/* ===== Closing text ===== */
.kyoso-closing {
  padding: 40px 20px;
  text-align: center;
}

.kyoso-closing p {
  display: table;
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
  color: #037D7F;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.kyoso-closing__sp-br {
  display: none;
}

.footer-wrap {
  margin-top: 0;
}

/* ===== Responsive (SP) ===== */
@media screen and (max-width: 767px) {
  .kyoso-closing__sp-br {
    display: block;
  }

  /* Sub-navigation */
  .kyoso-subnav {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #037D7F;
  }

  .kyoso-subnav__inner {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 0;
    gap: 0;
    overflow: visible;
  }

  .kyoso-subnav__list {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .kyoso-subnav__navlinks {
    width: 100%;
    gap: 0;
    border-top: 1px solid #037D7F;
  }

  .kyoso-subnav__link {
    padding: 12px 4px;
    font-size: 1.2rem;
    border-bottom: none;
  }

  .kyoso-subnav__link--title {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }

  .kyoso-subnav__navlinks .kyoso-subnav__link {
    flex: 1;
    text-align: center;
    border-right: 1px solid #037D7F;
  }

  .kyoso-subnav__navlinks .kyoso-subnav__link:last-child {
    border-right: none;
  }

  .kyoso-subnav__btn {
    display: none;
  }

  /* Hero */
  .kyoso-hero {
    height: auto;
    aspect-ratio: 375 / 856;
  }

  .kyoso-hero__inner {
    height: 100%;
    align-items: flex-start;
    padding: 34px 20px 40px;
  }

  .kyoso-hero__content {
    width: 100%;
    padding: 0;
  }

  .kyoso-hero__eyecatch {
    width: 265px;
    height: 38px;
    margin: 0 0 10px;
    opacity: 1;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.11em;
  }

  .kyoso-hero__title {
    font-size: 38px;
    font-weight: bold;
    color: #037D7F;
    white-space: normal;
  }

  .kyoso-hero__title-br {
    display: block;
  }

  .kyoso-hero__subtitle p {
    white-space: normal;
    font-size: 15px;
    padding: 8px 12px;
  }

  .kyoso-hero__text {
    font-size: 14px;
  }

  .kyoso-hero__text br {
    display: none;
  }

  .kyoso-hero__btn {
    width: 100%;
    height: 53px;
    padding: 14px 30px 15px;
    font-size: 15.43px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
  }

  /* 3つの機能 */
  .kyoso-functions {
    padding: 40px 16px;
  }

  .kyoso-functions__header {
    margin: 0 auto 24px;
  }

  .kyoso-functions__subtitle--highlight {
    font-size: 20.39px;
    font-weight: bold;
  }

  .kyoso-functions__subtitle--normal {
    font-size: 20px;
    font-weight: bold;
  }

  .kyoso-functions__subtitle-br {
    display: block;
  }

  .kyoso-functions__title--num {
    font-size: 56.92px;
    font-weight: bold;
  }

  .kyoso-functions__title--text {
    font-size: 36.66px;
    font-weight: bold;
  }

  .kyoso-functions__desc {
    font-size: 1.5rem;
  }

  .kyoso-functions__desc--line1 {
    font-size: 19.56px;
    font-weight: bold;
  }

  .kyoso-functions__desc--line2 {
    font-size: 22.15px;
    font-weight: bold;
  }

  .kyoso-functions__desc-br {
    display: block;
  }

  .kyoso-functions__grid,
  .kyoso-merits__grid {
    flex-direction: column;
  }

  .kyoso-functions__arrow {
    width: 0;
    height: 0;
    border-left: 16.5px solid transparent;
    border-right: 16.5px solid transparent;
    border-top: 33px solid #037D7F;
    border-bottom: none;
    margin: 8px 0;
  }

  .kyoso-function-card {
    flex: none;
    width: 335px;
    max-width: 100%;
    min-height: 471.56px;
    border-width: 2px;
    border-radius: 20px;
    margin: 0 auto;
  }

  .kyoso-function-card__number {
    width: 45.22px;
    height: 45.22px;
    border-radius: 6px;
    font-size: 26px;
  }

  .kyoso-function-card__title {
    font-size: 21px;
    line-height: 1.3;
  }

  .kyoso-function-card__lead {
    font-size: 16px;
    line-height: 1.3;
  }

  .kyoso-function-card__diagram {
    padding: 0 16px 16px;
    margin-top: -10px;
  }

  .br-sp-only {
    display: block;
  }

  .br-pc-only {
    display: none;
  }

  .kyoso-function-card__img1 {
    width: 281.3px;
    height: 276.6px;
  }

  .kyoso-function-card__img2 {
    width: 250px;
    height: 279px;
  }

  .kyoso-function-card__img3 {
    width: 282px;
    height: 298px;
  }

  .kyoso-function-card__footer {
    width: 281.4px;
    height: 31.825px;
    max-width: 100%;
    font-size: 15.41px;
  }

  /* Benefits */
  .kyoso-benefits {
    padding: 32px 16px 0;
  }

  .kyoso-benefits__inner {
    height: auto;
  }

  .kyoso-benefits__title {
    height: auto;
    font-size: 20px;
    line-height: 1.4;
    padding: 16px 20px;
  }

  .kyoso-benefits__body {
    flex-direction: column;
    gap: 24px;
    padding: 24px 20px;
  }

  .kyoso-benefits__left,
  .kyoso-benefits__right {
    flex: none;
  }

  .kyoso-benefits__item {
    font-size: 16.83px;
  }

  .kyoso-benefits__icon {
    width: 27px;
    height: 27px;
    min-width: 27px;
  }

  .kyoso-benefits__link {
    width: 303px;
    max-width: 100%;
    height: 74px;
    padding: 0;
    font-size: 15.91px;
  }

  /* Support / Registration */
  .kyoso-support {
    padding: 0 16px;
  }

  .kyoso-support__heading {
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 1.5;
    padding: 14px 16px;
    margin: 24px auto 0;
    white-space: normal;
  }

  .kyoso-support__inner {
    flex-direction: column-reverse;
    padding: 0 16px 24px;
    gap: 24px;
    border: none;
  }

  .kyoso-support__left,
  .kyoso-support__right {
    flex: none;
    width: 100%;
    height: auto;
    padding: 12px 20px 32px;
  }

  .kyoso-support__left-title {
    font-size: 23px;
  }

  .kyoso-support__left-text {
    white-space: normal;
    font-size: 16px;
    text-align: center;
  }

  .kyoso-support__btn {
    width: 303px;
    max-width: 100%;
    height: 53px;
    align-self: center;
    justify-content: center;
    font-size: 13px;
  }

  .kyoso-support__btn img {
    width: 7px;
  }

  .kyoso-support__steps-title {
    font-size: 20px;
  }

  .kyoso-support__steps-num-digit {
    font-size: 40px;
  }

  .kyoso-support__steps-num-unit {
    font-size: 26px;
  }

  /* Closing text */
  .kyoso-closing {
    padding: 32px 16px;
  }

  .kyoso-closing p {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
}
