/* ==========================================================================
  UTIL
========================================================================== */
@media all and (min-width: 768px) {
  .--bold-600 {
    font-weight: 600;
  }
}

/* ==========================================================================
  COMMON UPDATE
========================================================================== */

@media all and (min-width: 768px) {
  * + .l-block {
    margin-top: calc(48 / var(--font-size) * 1rem);
  }

  * + .l-section {
    margin-top: calc(90 / var(--font-size) * 1rem);
  }
  .l-hero__inner {
    padding: 0 calc(50 / var(--font-size) * 1rem) 0 calc(70 / var(--font-size) * 1rem);
  }
  .l-hero__block {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .l-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-bottom: calc(50 / var(--font-size) * 1rem);
    padding-top: calc(56 / var(--font-size) * 1rem);
  }
  [data-step="1"] .l-container {
    padding-top: calc(48 / var(--font-size) * 1rem);
  }

  * + .l-block {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }

  * + .l-section {
    margin-top: calc(62 / var(--font-size) * 1rem);
  }
  .c-hero-heading-sub__category {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    position: absolute;
    max-width: calc(152 / var(--font-size) * 1rem);
    top: calc(70 / var(--font-size) * 1rem);
    right: calc(20 / var(--font-size) * 1rem);
  }
}

/* --------------------------------------------------------------------------
  CAUTION
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .chintai-contact-caution .c-cushion {
    border: 1px solid var(--color-attention_1000);
  }
}
@media all and (max-width: 767px), print {
  .chintai-contact-caution .c-cushion {
    border: 1px solid var(--color-attention_1000);
  }
}

/* --------------------------------------------------------------------------
  STEP UPDATE
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .step-heading__body {
    margin-bottom: calc(92 / var(--font-size) * 1rem);
  }
  .step-heading__label {
    color: #333333;
    font-size: calc(34 / var(--font-size) * 1rem);
    letter-spacing: calc(70 / 1000 * 1em);
  }
  .step-heading__progress {
    margin-bottom: calc(50 / var(--font-size) * 1rem);
  }
  .step-heading-form__progress_desc__term {
    width: 100%;
    height: calc(40 / var(--font-size) * 1rem);
  }
  .step-heading-form__progress_desc__term__label__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(40 / var(--font-size) * 1rem);
    height: calc(40 / var(--font-size) * 1rem);
    background-color: transparent;
  }
  .step-heading-form__progress_desc__term__label {
    width: calc(20 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
    background-color: var(--progress-color);
    border-radius: 50%;
  }
  /* current */
  [data-step="1"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label__inner,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label__inner,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term__label__inner {
    background-color: var(--progress-color);
  }
  [data-step="1"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term__label {
    background-color: var(--color-white);
  }
  [data-step="1"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term::before,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term::before,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term::before,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term::before,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term::before,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term::before,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term::before,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term::before,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term::before,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(4) .step-heading-form__progress_desc__term::before {
    background-color: var(--main-accent-color);
    height: calc(6 / var(--font-size) * 1rem);
  }
  /* finished */
  .step-heading-form__progress[data-step="2"] .step-heading-form__progresslist_items:nth-of-type(1),
  .step-heading-form__progress[data-step="3"] .step-heading-form__progresslist_items:nth-of-type(1),
  .step-heading-form__progress[data-step="3"] .step-heading-form__progresslist_items:nth-of-type(2),
  .step-heading-form__progress[data-step="4"] .step-heading-form__progresslist_items:nth-of-type(1),
  .step-heading-form__progress[data-step="4"] .step-heading-form__progresslist_items:nth-of-type(2),
  .step-heading-form__progress[data-step="4"] .step-heading-form__progresslist_items:nth-of-type(3),
  .step-heading-form__progress[data-step="4"] .step-heading-form__progresslist_items:nth-of-type(4) {
    --progress-color: var(--main-accent-color);
  }
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label__inner,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label__inner,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label__inner,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label__inner,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label__inner,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term__label__inner,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(4) .step-heading-form__progress_desc__term__label__inner {
    background: url("/assets/img/common/ico_completed.svg") center center no-repeat var(--main-accent-color);
    background-size: contain;
  }
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term__label,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(4) .step-heading-form__progress_desc__term__label {
    display: none;
  }
  .step-heading-form__progress_desc__defin {
    margin-top: calc(12 / var(--font-size) * 1rem);
    width: 100%;
  }

  /* stepフキダシ */
  .step-heading-form__progresslist_items {
    position: relative;
  }
  .step-heading-form__progress[data-step="1"] .step-heading-form__progresslist_items:nth-child(1),
  .step-heading-form__progress[data-step="2"] .step-heading-form__progresslist_items:nth-child(2),
  .step-heading-form__progress[data-step="3"] .step-heading-form__progresslist_items:nth-child(3) {
    width: calc(200 / var(--font-size) * 1rem);
  }
  .step-heading-form__progress[data-step="1"] .step-heading-form__progresslist_items:not(:first-child),
  .step-heading-form__progress[data-step="2"] .step-heading-form__progresslist_items:not(:nth-child(2)),
  .step-heading-form__progress[data-step="3"] .step-heading-form__progresslist_items:not(:nth-child(3)) {
    width: calc(220 / var(--font-size) * 1rem);
  }

  .step-heading-form__progress_head {
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--color-gray_400);
    width: fit-content;
    position: absolute;
    top: calc(-44 / var(--font-size) * 1rem);
    left: 50%;
    transform: translateX(-50%);
  }

  [data-step="1"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_head,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_head,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_head {
    color: #fff;
    background: var(--main-color);
    text-align: center;
    width: calc(73 / var(--font-size) * 1rem);
    padding: calc(2 / var(--font-size) * 1rem) 0;
    border-radius: calc(5 / var(--font-size) * 1rem);
    top: calc(-58 / var(--font-size) * 1rem);
  }
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_head,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_head,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_head,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_head,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_head,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_head,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(4) .step-heading-form__progress_head {
    color: var(--accent-color-jigyo02);
  }
  [data-step="1"] .step-heading-form__progresslist_items:nth-of-type(1):after,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(2):after,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(3):after {
    content: "";
    background-color: var(--main-color);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    width: calc(8 / var(--font-size) * 1rem);
    height: calc(8 / var(--font-size) * 1rem);
    position: absolute;
    top: calc(-32 / var(--font-size) * 1rem);
    left: 50%;
    transform: translateX(-50%);
  }
  /* stepフキダシ */
}
@media all and (max-width: 767px), print {
  .step-heading {
  }
  [data-step="2"] .step-heading,
  [data-step="3"] .step-heading,
  [data-step="4"] .step-heading {
    margin-top: 0;
  }
  .step-heading .u-text--m {
    font-size: calc(12 / var(--font-size) * 1rem) !important;
  }
  .step-heading__body {
    margin-bottom: calc(60 / var(--font-size) * 1rem);
  }
  .step-heading__label {
    color: #333333;
    font-size: calc(24 / var(--font-size) * 1rem);
    letter-spacing: calc(70 / 1000 * 1em);
  }
  .step-heading__progress {
    margin-bottom: calc(28 / var(--font-size) * 1rem);
  }
  .step-heading-form__progress_desc {
    width: 100%;
    width: calc(86 / 375 * 100vw);
    min-height: calc(75 / var(--font-size) * 1rem);
  }
  .step-heading-form__progress_desc__term {
    height: calc(32 / var(--font-size) * 1rem);
    width: 100%;
  }
  .step-heading-form__progress_desc__term__label__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(32 / var(--font-size) * 1rem);
    height: calc(32 / var(--font-size) * 1rem);
    background-color: transparent;
  }
  .step-heading-form__progress_desc__term__label {
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    background-color: var(--progress-color);
    border-radius: 50%;
  }
  /* current */
  [data-step="1"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label__inner,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label__inner,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term__label__inner {
    background-color: var(--progress-color);
  }
  [data-step="1"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term__label {
    background-color: var(--color-white);
  }
  [data-step="1"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term::before,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term::before,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term::before,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term::before,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term::before,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term::before,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term::before,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term::before,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term::before,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(4) .step-heading-form__progress_desc__term::before {
    background-color: var(--main-accent-color);
    height: calc(6 / var(--font-size) * 1rem);
  }
  /* finished */
  .step-heading-form__progress[data-step="2"] .step-heading-form__progresslist_items:nth-of-type(1),
  .step-heading-form__progress[data-step="3"] .step-heading-form__progresslist_items:nth-of-type(1),
  .step-heading-form__progress[data-step="3"] .step-heading-form__progresslist_items:nth-of-type(2),
  .step-heading-form__progress[data-step="4"] .step-heading-form__progresslist_items:nth-of-type(1),
  .step-heading-form__progress[data-step="4"] .step-heading-form__progresslist_items:nth-of-type(2),
  .step-heading-form__progress[data-step="4"] .step-heading-form__progresslist_items:nth-of-type(3),
  .step-heading-form__progress[data-step="4"] .step-heading-form__progresslist_items:nth-of-type(4) {
    --progress-color: var(--main-accent-color);
  }
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label__inner,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label__inner,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label__inner,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label__inner,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label__inner,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term__label__inner,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(4) .step-heading-form__progress_desc__term__label__inner {
    background: url("/assets/img/common/ico_completed.svg") center center no-repeat var(--main-accent-color);
    background-size: contain;
  }
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_desc__term__label,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_desc__term__label,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_desc__term__label,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(4) .step-heading-form__progress_desc__term__label {
    display: none;
  }
  .step-heading-form__progress_desc__defin {
    margin-top: calc(8 / var(--font-size) * 1rem);
    line-height: 1.1;
    min-height: 2lh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* stepフキダシ */
  .step-heading-form__progresslist_items {
    position: relative;
  }
  .step-heading-form__progresslist_items:not(:first-child) {
    width: 25%;
  }
  .step-heading-form__progresslist_items:not(:first-child) .step-heading-form__progress_desc__term::before {
  }

  .step-heading-form__progress_head {
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--color-gray_400);
    width: fit-content;
    position: absolute;
    top: calc(-29 / var(--font-size) * 1rem);
    left: 50%;
    transform: translateX(-50%);
  }

  [data-step="1"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_head,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_head,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_head {
    color: #fff;
    background: var(--main-color);
    text-align: center;
    width: calc(49 / var(--font-size) * 1rem);
    padding: calc(1 / var(--font-size) * 1rem) 0;
    border-radius: calc(3 / var(--font-size) * 1rem);
    top: calc(-31 / var(--font-size) * 1rem);
  }
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_head,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_head,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_head,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(1) .step-heading-form__progress_head,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(2) .step-heading-form__progress_head,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(3) .step-heading-form__progress_head,
  [data-step="4"] .step-heading-form__progresslist_items:nth-of-type(4) .step-heading-form__progress_head {
    color: var(--accent-color-jigyo02);
  }
  [data-step="1"] .step-heading-form__progresslist_items:nth-of-type(1):after,
  [data-step="2"] .step-heading-form__progresslist_items:nth-of-type(2):after,
  [data-step="3"] .step-heading-form__progresslist_items:nth-of-type(3):after {
    content: "";
    background-color: var(--main-color);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    width: calc(6 / var(--font-size) * 1rem);
    height: calc(6 / var(--font-size) * 1rem);
    position: absolute;
    top: calc(-13 / var(--font-size) * 1rem);
    left: 50%;
    transform: translateX(-50%);
  }
  /* stepフキダシ */
}

/* --------------------------------------------------------------------------
  FORM UPDATE
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .c-form__row__inner {
    padding: calc(40 / var(--font-size) * 1rem) 0;
    padding-right: calc(40 / var(--font-size) * 1rem);
    gap: calc(24 / var(--font-size) * 1rem);
    flex-wrap: nowrap;
    border-bottom: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
  }
  .c-form__row__inner:first-child {
    padding-top: 0;
    margin-top: calc(40 / var(--font-size) * 1rem);
    border-top: none;
  }
  .c-form__row__inner:nth-last-of-type(1) {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .c-form__row__title {
    margin-top: calc(11 / var(--font-size) * 1rem);
    width: auto;
    min-width: calc(188 / var(--font-size) * 1rem);
    flex-shrink: 0;
  }
  .c-form__row__title.--width-24 {
    width: 24%;
    flex-shrink: 1;
  }
  .c-form__row__title.--width-12 {
    width: 12%;
  }
  .c-form__row__title__inner {
  }
  .c-form__row__title.--width-24 .c-form__row__title__inner,
  .c-form__row__title.--width-12 .c-form__row__title__inner {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-form__row__title__label {
    width: calc(148 / var(--font-size) * 1rem);
  }
  .c-form__row__title.--width-24 .c-form__row__title__label,
  .c-form__row__title.--width-12 .c-form__row__title__label {
    flex-grow: 1;
    width: auto;
    margin: 0;
  }
  .c-form__row__title__label-icon {
    border-radius: 9999px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: calc(20 / var(--font-size) * 1rem);
  }
  .c-form__row__title.--width-24 .c-form__row__title__label-icon,
  .c-form__row__title.--width-12 .c-form__row__title__label-icon {
    flex-shrink: 0;
    margin-left: calc(16 / var(--font-size) * 1rem);
  }
  .c-form__row__cell {
    width: 100%;
  }
  .c-form__row__cell__inner {
    width: 100%;
    gap: calc(20 / var(--font-size) * 1rem);
  }
  .c-form__row__cell__inner:has(.c-form-radio-list) {
    margin-top: calc(13 / var(--font-size) * 1rem);
  }
  .c-form__row__cell__inner:has(.c-form-checkbox-list) {
    margin-top: calc(4 / var(--font-size) * 1rem);
  }
  .c-form__row__cell__inner:has(.c-form-checkbox-list) + .c-form__row__cell__inner:has(.c-form-checkbox-list) {
    margin-top: calc(13 / var(--font-size) * 1rem);
  }
  .c-form-component__outer {
    display: flex;
    align-items: center;
  }
  .c-form-component__outer.--width-full {
    width: 100%;
  }
  .c-form-component__outer-text {
    gap: calc(12 / var(--font-size) * 1rem);
  }
  .c-form-component__outer-text .c-text {
    line-height: 1.2;
  }
  .c-form-radio-list__radio .c-form-component__outer-text input[type="text"] {
    margin-left: 0;
  }
  .c-form-component {
    margin-left: 0;
    width: 100%;
  }
  .c-form-component.--size-l {
    width: calc(702 / var(--font-size) * 1rem);
  }
  .c-form-component.--size-m {
    width: calc(318 / var(--font-size) * 1rem);
  }
  .c-form-component.--size-s {
    width: calc(194 / var(--font-size) * 1rem);
  }
  .c-form-component.--size-xs {
    width: calc(100 / var(--font-size) * 1rem);
  }
  .c-form-component.--size-xxs {
    width: calc(60 / var(--font-size) * 1rem);
  }
  .c-form-component.--size-l input[type="text"],
  .c-form-component.--size-m input[type="text"],
  .c-form-component.--size-s input[type="text"] {
    width: 100%;
  }
  .c-form-component.--size-m:has(input[type="checkbox"]) {
    width: auto;
  }
  .c-form-component + .c-list {
    margin-left: calc(12 / var(--font-size) * 1rem);
  }
  .c-form-text-unit {
    width: calc(38 / var(--font-size) * 1rem);
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .c-form-component.--size-s input[type="text"]::placeholder,
  .c-form-component.--size-l input[type="text"]::placeholder {
    color: var(--color-gray_400);
  }
  .c-form-radio-list__radio label:has(.c-form-component__outer-text):before,
  .c-form-radio-list__radio label:has(.c-form-component__outer-text):after {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }

  .--mail .c-form__row__cell {
  }

  .mail-text {
    font-weight: 600;
    margin-top: calc(20 / var(--font-size) * 1rem);
  }

  .mail-list {
    margin-top: calc(18 / var(--font-size) * 1rem);
    font-weight: 600;
  }

  .mail-note {
    margin-top: calc(18 / var(--font-size) * 1rem);
  }
  .mail-note li + li {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }

  .mail-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-gray_50);
    margin-top: calc(32 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(16 / var(--font-size) * 1rem) calc(32 / var(--font-size) * 1rem);
    gap: calc(20 / var(--font-size) * 1rem);
  }
  .mail-contact .c-text {
  }
  .mail-contact .c-btn {
  }

  body[data-step="2"] .c-form__row__title {
    margin-top: calc(6 / var(--font-size) * 1rem);
  }
}
@media all and (max-width: 767px), print {
  .c-form__row__inner {
    padding: calc(24 / var(--font-size) * 1rem) 0;
    gap: calc(8 / var(--font-size) * 1rem);
    border-bottom: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
  }
  .c-form__row__cell__inner:has(.c-form-component__outer-text) {
    flex-wrap: wrap;
    gap: calc(4 / var(--font-size) * 1rem);
  }
  .c-form__row__cell__inner .c-form-component__outer-text {
    padding-left: calc(20 / var(--font-size) * 1rem);
    gap: calc(8 / var(--font-size) * 1rem);
  }
  .c-form__row__cell__inner .c-form-component__outer-text .c-text {
    flex-shrink: 0;
  }
  .c-form__row__inner:first-child {
    padding-top: 0;
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    border-top: none;
  }
  .c-form__row__inner:nth-last-of-type(1) {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .c-form__row__title {
    display: flex;
    width: auto;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .c-form__row__title.--width-24 {
  }
  .c-form__row__title.--width-12 {
  }
  .c-form__row__title__inner {
    gap: calc(7 / var(--font-size) * 1rem);
  }
  .c-form__row__title.--width-24 .c-form__row__title__inner,
  .c-form__row__title.--width-12 .c-form__row__title__inner {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-form__row__title__label {
    /* width: calc(118 / var(--font-size)* 1rem); */
  }
  .c-form__row__title.--width-24 .c-form__row__title__label,
  .c-form__row__title.--width-12 .c-form__row__title__label {
    flex-grow: 1;
    margin: 0;
  }
  .c-form__row__title__label-icon {
    border-radius: 9999px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: calc(20 / var(--font-size) * 1rem);
    padding: 0 calc(8 / var(--font-size) * 1rem);
  }
  .c-form__row__title.--width-24 .c-form__row__title__label-icon,
  .c-form__row__title.--width-12 .c-form__row__title__label-icon {
    flex-shrink: 0;
    margin-left: calc(16 / var(--font-size) * 1rem);
  }
  .c-form__row__cell {
    width: 100%;
  }
  .c-form__row__cell__inner {
    gap: calc(20 / var(--font-size) * 1rem);
  }
  .c-form__row__cell__inner:has(.c-form-checkbox-list) + .c-form__row__cell__inner:has(.c-form-checkbox-list) {
    margin-top: calc(13 / var(--font-size) * 1rem);
  }
  .c-form-component__outer {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .c-form-component__outer.--width-full {
    display: grid;
    grid-template-columns: calc(40 / var(--font-size) * 1rem) 1fr;
    width: 100%;
  }
  .c-form-component__outer.--width-full .c-list.--list-annotation {
    margin-top: calc(10 / var(--font-size) * 0.875rem);
    grid-column: 2 / 3;
  }
  .c-form-component__outer-text {
    width: 100%;
  }
  .c-form-component__outer-text .c-form-component.--size-s {
    width: calc(120 / var(--font-size) * 1rem);
  }
  .c-form-radio-list__radio .c-form-component__outer-text input[type="text"] {
    margin-left: 0;
  }
  .c-form-radio-list__radio .c-form-component__outer-text {
    padding-left: 0;
  }
  .c-form-component {
    margin-left: 0;
    width: 100%;
  }
  .c-form-component.--size-xs {
    width: calc(85 / var(--font-size) * 1rem);
  }
  .c-form-component.--size-xxs {
    width: calc(60 / var(--font-size) * 1rem);
  }
  .c-form-text-unit {
    min-width: calc(20 / var(--font-size) * 1rem);
    margin-right: calc(8 / var(--font-size) * 1rem);
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .c-form-component.--size-l input[type="text"],
  .c-form-component.--size-m input[type="text"],
  .c-form-component.--size-s input[type="text"] {
    width: 100%;
  }
  .c-form-component.--size-m:has(input[type="checkbox"]) {
    width: auto;
  }
  .c-form-component.--size-s input[type="text"]::placeholder,
  .c-form-component.--size-l input[type="text"]::placeholder {
    color: var(--color-gray_400);
  }
  .c-form-radio-list__radio label:has(.c-form-component__outer-text):before,
  .c-form-radio-list__radio label:has(.c-form-component__outer-text):after {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .c-form__row__cell.--2col {
    display: block;
  }
  .c-form__row__cell__inner {
    width: 100%;
  }

  .--mail .c-form__row__cell {
  }
  .--mail .c-form__row__title {
    align-items: flex-start;
  }
  .--mail .c-form__row__title__inner {
  }

  .mail-text {
    margin-top: calc(20 / var(--font-size) * 0.875rem);
  }
  .mail-list {
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .mail-list .c-list__ico {
    margin-right: 0;
  }
  .mail-list.c-list.--list-desc.--list-size-s > li > .c-list__ico:before {
    top: calc(-3 / var(--font-size) * 1rem);
  }
  [data-step="2"] .mail-list,
  [data-step="3"] .mail-list,
  [data-step="4"] .mail-list {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }

  .mail-note {
    margin-top: calc(18 / var(--font-size) * 1rem);
  }
  .mail-note li + li {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }

  .mail-contact {
    display: flex;
    flex-direction: column;
    background-color: var(--color-gray_50);
    margin-top: calc(28 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(28 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
    gap: calc(20 / var(--font-size) * 1rem);
  }
  .mail-contact .u-text--s {
    font-size: calc(12 / var(--font-size) * 1rem) !important;
  }
  .mail-contact .c-btn {
    width: calc();
  }
}

/* --------------------------------------------------------------------------
  term-table
-------------------------------------------------------------------------- */

@media all and (min-width: 768px) {
  .playvacy-text {
    font-size: calc(16 / var(--font-size) * 1rem);
    line-height: 2.2;
  }
  .playvacy-list {
    margin-top: calc(16 / var(--font-size) * 1rem);
    margin-bottom: calc(40 / var(--font-size) * 1rem);
  }
  .term-table {
    margin-bottom: calc(40 / var(--font-size) * 1rem);
  }
  .term-table__tr {
    display: flex;
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
    border-left: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
    border-right: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
    overflow: hidden;
  }
  .term-table__tr:nth-of-type(1) {
    border-top-left-radius: calc(10 / var(--font-size) * 1rem);
    border-top-right-radius: calc(10 / var(--font-size) * 1rem);
  }
  .term-table__tr:nth-last-of-type(1) {
    border-bottom-left-radius: calc(10 / var(--font-size) * 1rem);
    border-bottom-right-radius: calc(10 / var(--font-size) * 1rem);
  }
  .term-table__tr:nth-last-of-type(1) {
    border-bottom: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
  }
  .term-table__th,
  .term-table__td {
    padding: calc(16 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
  }
  * + .term-table__th,
  * + .term-table__td {
    border-left: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
  }
  .term-table__th {
    width: 100%;
  }
  .term-table__td {
    justify-content: center;
  }
  .term-table__td--btn {
    width: calc(256 / var(--font-size) * 1rem);
    flex-shrink: 0;
  }
  .term-table__td--status {
    width: calc(256 / var(--font-size) * 1rem);
    flex-shrink: 0;
    background-color: var(--bg-sub-color-jigyo01);
  }
  .is-complete.term-table__td--status {
    background-color: var(--color-gray_100);
  }
  .term-table__status-text {
    text-align: center;
    font-weight: bold;
    color: var(--color-attention_1000);
    line-height: 1.6;
  }
  .term-table__status-text--complete {
    display: none;
  }
  .term-table__status-text--complete::before {
    content: "";
    display: inline-block;
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    background-size: contain;
    background: url("/assets/img/common/ico_check_mark.svg") center center no-repeat;
    background-size: contain;
    vertical-align: text-top;
    margin-right: calc(4 / var(--font-size) * 1rem);
    margin-top: calc((1lh - 24 / var(--font-size) * 1rem) / 2);
  }
  .term-table__status-text--incomplete::before {
    content: "";
    display: inline-block;
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    background: url("/assets/img/common/ico_exclamation_mark.svg") center center no-repeat;
    background-size: contain;
    vertical-align: text-top;
    margin-right: calc(4 / var(--font-size) * 1rem);
  }
  .is-complete .term-table__status-text--incomplete {
    display: none;
  }
  .is-complete .term-table__status-text--complete {
    display: block;
    color: var(--color-gray_600);
  }
  .term-table-btn {
    position: relative;
    background-color: var(--main-color-jigyo01);
    padding-left: calc(12 / var(--font-size) * 1rem);
    padding-right: calc(22 / var(--font-size) * 1rem);
    text-align: center;
    border-radius: 9999px;
    width: 100%;
    transition: all 0.3s ease;
  }
  .term-table-btn:hover {
    opacity: 0.7;
  }
  #eco_privacy_btn.term-table-btn {
    background-color: var(--main-color-jigyo02);
  }
  #window_privacy_btn.term-table-btn {
    background-color: var(--main-color-jigyo03);
  }
  #kyutou_privacy_btn.term-table-btn {
    background-color: var(--main-color-jigyo04);
  }
  #chintai_privacy_btn.term-table-btn {
    background-color: var(--main-color-jigyo05);
  }
  #gx_privacy_btn.term-table-btn {
    background-color: var(--main-color-jigyo02-gx);
  }
  .term-table-btn__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(26 / var(--font-size) * 1rem);
  }
  .term-table-btn__label {
    font-size: calc(12 / var(--font-size) * 1rem);
    color: var(--color-white);
    font-weight: bold;
    margin-bottom: calc(2 / var(--font-size) * 1rem);
  }
  .term-table-btn__icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: calc(5 / var(--font-size) * 1rem);
    transform: translateY(-50%);
    width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
  }
  .term-table-btn__icon svg {
    width: 100%;
    height: 100%;
    fill: var(--color-white);
    vertical-align: top;
  }
}

@media all and (max-width: 767px) {
  .playvacy-text {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .playvacy-text + .playvacy-text {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .playvacy-list {
    margin-top: calc(16 / var(--font-size) * 1rem);
    margin-bottom: calc(40 / var(--font-size) * 1rem);
  }
  .term-table {
    margin-bottom: calc(40 / var(--font-size) * 1rem);
  }
  .term-table__tr {
    display: flex;
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
    border-left: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
    border-right: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
    overflow: hidden;
  }
  .term-table__tr:nth-of-type(1) {
    border-top-left-radius: calc(10 / var(--font-size) * 1rem);
    border-top-right-radius: calc(10 / var(--font-size) * 1rem);
  }
  .term-table__tr:nth-last-of-type(1) {
    border-bottom-left-radius: calc(10 / var(--font-size) * 1rem);
    border-bottom-right-radius: calc(10 / var(--font-size) * 1rem);
  }
  .term-table__tr:nth-last-of-type(1) {
    border-bottom: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
  }
  .term-table__th,
  .term-table__td {
    padding: calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
  }
  * + .term-table__th,
  * + .term-table__td {
    border-left: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
  }
  .term-table__th {
    width: 100%;
    font-weight: bold;
  }
  .term-table__th .u-text--s {
    font-size: calc(12 / var(--font-size) * 1rem) !important;
  }
  .term-table__td {
    justify-content: center;
  }
  .term-table__td--btn {
    width: calc(114 / var(--font-size) * 1rem);
    padding: calc(14 / var(--font-size) * 1rem);
    flex-shrink: 0;
  }
  .term-table__td--status {
    width: calc(64 / var(--font-size) * 1rem);
    padding: calc(8 / var(--font-size) * 1rem);

    flex-shrink: 0;
    background-color: var(--bg-sub-color-jigyo01);
  }
  .is-complete.term-table__td--status {
    background-color: var(--color-gray_100);
  }
  .term-table__status-text {
    text-align: center;
    font-weight: bold;
    color: var(--color-attention_1000);
    line-height: 1.6;
    position: relative;
    padding-bottom: calc(24 / var(--font-size) * 1rem);
    font-size: calc(12 / var(--font-size) * 1rem) !important;
  }
  .term-table__status-text--complete {
    display: none;
  }
  .term-table__status-text--complete::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    background-size: contain;
    background: url("/assets/img/common/ico_check_mark.svg") center center no-repeat;
    background-size: contain;
    vertical-align: text-top;
  }
  .term-table__status-text--incomplete::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    background: url("/assets/img/common/ico_exclamation_mark.svg") center center no-repeat;
    background-size: contain;
  }
  .is-complete .term-table__status-text--incomplete {
    display: none;
  }
  .is-complete .term-table__status-text--complete {
    display: block;
    color: var(--color-gray_600);
  }
  .term-table-btn {
    position: relative;
    background-color: var(--main-color-jigyo01);
    padding-left: calc(12 / var(--font-size) * 1rem);
    padding-right: calc(22 / var(--font-size) * 1rem);
    text-align: center;
    border-radius: 9999px;
    width: 100%;
    transition: all 0.3s ease;
  }
  #eco_privacy_btn.term-table-btn {
    background-color: var(--main-color-jigyo02);
  }
  #window_privacy_btn.term-table-btn {
    background-color: var(--main-color-jigyo03);
  }
  #kyutou_privacy_btn.term-table-btn {
    background-color: var(--main-color-jigyo04);
  }
  #chintai_privacy_btn.term-table-btn {
    background-color: var(--main-color-jigyo05);
  }
  .term-table-btn__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(26 / var(--font-size) * 1rem);
  }
  .term-table-btn__label {
    font-size: calc(12 / var(--font-size) * 1rem);
    color: var(--color-white);
    font-weight: bold;
    margin-bottom: calc(1 / var(--font-size) * 1rem);
  }
  .term-table-btn__icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: calc(5 / var(--font-size) * 1rem);
    transform: translateY(-50%);
    width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
  }
  .term-table-btn__icon svg {
    width: 100%;
    height: 100%;
    fill: var(--color-white);
    vertical-align: top;
  }
}

/* --------------------------------------------------------------------------
  AGREEMENT UPDATE
-------------------------------------------------------------------------- */

@media all and (min-width: 768px) {
  .c-form__agreement {
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(28 / var(--font-size) * 1rem) calc(36 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
  }
  .agreement-text {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .c-form__agreement strong {
    margin-bottom: calc(24 / var(--font-size) * 1rem);
  }
  .c-form__agreement_items {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .c-form__checkbox--main-portal label::after {
    border-right: calc(2 / var(--font-size) * 1rem) solid var(--main-accent-color);
    border-bottom: calc(2 / var(--font-size) * 1rem) solid var(--main-accent-color);
  }
}
@media all and (max-width: 767px) {
  .c-form__agreement {
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(40 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
  }
  .agreement-text {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .c-form__agreement strong {
    margin-bottom: calc(20 / var(--font-size) * 1rem);
  }
  .c-form__agreement_items {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .c-form__checkbox--main-portal label::after {
    border-right: calc(2 / var(--font-size) * 1rem) solid var(--main-accent-color);
    border-bottom: calc(2 / var(--font-size) * 1rem) solid var(--main-accent-color);
  }
}

/* --------------------------------------------------------------------------
  FOOTER UPDATE
-------------------------------------------------------------------------- */

@media all and (min-width: 768px) {
  .footer-btns {
    margin-top: calc(80 / var(--font-size) * 1rem);
  }
}
@media all and (max-width: 767px) {
  .footer-btns {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .footer-btns .c-btn-list.--2col {
  }
  .footer-btns .c-btn-list.--2col .c-btn {
    width: calc((100% - 7 / var(--font-size) * 1rem) / 2) !important;
  }
  .footer-btns .c-btn.--size-m-960 .c-btn__inner {
    min-height: calc(56 / var(--font-size) * 1rem);
  }
  .footer-btns .c-btn-list.--2col .c-btn.--size-m-960 .c-btn__text__label {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
}

/* --------------------------------------------------------------------------
  CERTIFICAUTION UPDATE
-------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .form__certification {
    text-align: center;
    background-color: var(--bg-accent-color);
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(40 / var(--font-size) * 1rem);
    margin-bottom: calc(28 / var(--font-size) * 1rem);
  }
  .form__certification__title {
    font-size: calc(24 / var(--font-size) * 1rem);
    line-height: 1.5;
    color: var(--alert-color);
    font-weight: bold;
    letter-spacing: calc(70 / 1000 * 1em);
  }
  .form__certification__text {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.4;
    margin-top: calc(20 / var(--font-size) * 1rem);
    font-weight: 600;
  }
  .form__certification__list > li {
    max-width: calc(680 / var(--font-size) * 1rem);
    margin: auto;
  }
  .form__certification__content {
    max-width: calc(820 / var(--font-size) * 1rem);
    margin: calc(20 / var(--font-size) * 1rem) auto 0;
  }
  .form__certification__content li {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .form__certification {
    text-align: center;
    background-color: var(--bg-accent-color);
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(40 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
    margin-bottom: calc(40 / var(--font-size) * 1rem);
  }
  .form__certification__title {
    font-size: calc(18 / var(--font-size) * 1rem);
    line-height: 1.4;
    color: var(--alert-color);
    font-weight: bold;
    letter-spacing: calc(70 / 1000 * 1em);
  }
  .form__certification__text {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.6;
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .form__certification__content {
    margin: calc(20 / var(--font-size) * 1rem) auto 0;
  }
  .form__certification__content li {
    text-align: left;
  }
}

/* --------------------------------------------------------------------------
  ERROR
-------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .c-form__error {
    margin-top: calc(5 / var(--font-size) * 1rem);
    margin-bottom: calc(5 / var(--font-size) * 1rem);
    display: none;
  }
  .c-form__row__cell__inner.u-mb-0_5 + .c-form__error {
    margin-top: 0;
  }
  .c-form__error .c-text {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem) !important;
  }
  .c-form-component__outer:has(.c-form__error) {
    display: grid;
    grid-template-columns: calc(38 / var(--font-size) * 1rem) 1fr;
  }
  .c-form-component__outer .c-form__error {
    grid-column: 2 / 3;
  }

  .--tel .c-form__error {
    padding-left: calc(38 / var(--font-size) * 1rem);
  }

  .--error .c-form__error {
    display: block;
  }
  .--error input[type="text"],
  .--error select {
    border: calc(1 / var(--font-size) * 1rem) solid var(--alert-color) !important;
  }
  .--error .c-form-checkbox-list__checkbox label:before {
    border: calc(1 / var(--font-size) * 1rem) solid var(--alert-color);
  }
  .--error .c-form-radio-list__radio label:before {
    border: calc(1 / var(--font-size) * 1rem) solid var(--alert-color);
  }
  .--error.--start-date .c-form-radio-list__radio:has(input:checked) .c-form-component__outer-text input[type="text"] {
    border: calc(1 / var(--font-size) * 1rem) solid var(--alert-color);
  }
}
@media all and (max-width: 767px) {
  .c-form__error {
    margin-top: calc(5 / var(--font-size) * 1rem);
    margin-bottom: calc(5 / var(--font-size) * 1rem);
    display: none;
  }
  .c-form__error .u-text--s {
    display: block;
    font-size: calc(10 / var(--font-size) * 1rem) !important;
  }
  .c-form__row__cell__inner.u-mb-0_5 + .c-form__error {
    margin-top: 0;
  }
  .c-form__error .c-text {
    font-size: calc(10 / var(--font-size) * 1rem) !important;
  }
  .c-form-component__outer:has(.c-form__error) {
    display: grid;
    grid-template-columns: calc(38 / var(--font-size) * 1rem) 1fr;
  }
  .c-form-component__outer .c-form__error {
    grid-column: 2 / 3;
  }

  .--tel .c-form__error {
    padding-left: calc(38 / var(--font-size) * 1rem);
  }

  .--error .c-form__error {
    display: block;
  }
  .--error input[type="text"],
  .--error select {
    border: calc(1 / var(--font-size) * 1rem) solid var(--alert-color) !important;
  }
  .--error .c-form-checkbox-list__checkbox label:before {
    border: calc(1 / var(--font-size) * 1rem) solid var(--alert-color);
  }
  .--error .c-form-radio-list__radio label:before {
    border: calc(1 / var(--font-size) * 1rem) solid var(--alert-color);
  }
  .--error.--start-date .c-form-radio-list__radio:has(input:checked) .c-form-component__outer-text input[type="text"] {
    border: calc(1 / var(--font-size) * 1rem) solid var(--alert-color);
  }
}

/* --------------------------------------------------------------------------
  2026
-------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .c-form__row__inner.--start-date .c-form-component.--width-full {
    width: 100%;
  }
  .start-date-row {
    display: flex;
    align-items: flex-start;
    gap: calc(47 / var(--font-size) * 1rem);
    margin-left: calc(41 / var(--font-size) * 1rem);
  }
  .start-date-row__column {
    display: flex;
    align-items: center;
  }
  .start-date-row__column .c-form-text-unit {
    width: auto;
  }
  .start-date-row__column-text {
    position: relative;
    top: calc(3 / var(--font-size) * 1rem);
  }
  .start-date-row__column .c-form-radio-list__radio label {
    align-items: center;
    gap: calc(10 / var(--font-size) * 1rem);
  }
  .start-date-row__column .c-form-radio-list__radio label:before {
    margin-right: 0 !important;
  }
  .start-date-row__column .c-form-radio-list__radio label:after {
    top: 0 !important;
    bottom: 0;
    margin: auto 0;
  }
  .start-date-input-text select,
  .start-date-input-text-02 select {
    width: 100% !important;
  }
  .start-date-input-text {
    width: calc(90 / var(--font-size) * 1rem) !important;
  }
  .start-date-input-text-02 {
    width: calc(75 / var(--font-size) * 1rem) !important;
  }
  .start-date-row__column input[type="text"] {
    margin-left: 0 !important;
  }
  .state-date-cell-title {
    width: calc(160 / var(--font-size) * 1rem);
  }
  .start-date-row-error {
    margin-left: calc(26 / var(--font-size) * 1rem);
  }
  .js-form-toggle-target {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .c-form__row__inner.--start-date .c-form-component.--width-full {
    width: 100%;
  }
  .start-date-row {
    gap: calc(5 / var(--font-size) * 1rem);
    margin-left: calc(20 / var(--font-size) * 1rem);
  }
  .start-date-row__column {
  }
  .start-date-row__column .c-form-text-unit {
    width: auto;
    margin-right: 0;
  }
  .start-date-row__column-text {
    margin-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .start-date-row__column .c-form-radio-list__radio label {
    align-items: center;
    gap: calc(10 / var(--font-size) * 1rem);
  }
  .start-date-row__column .c-form-radio-list__radio label:before {
    margin-right: 0 !important;
  }
  .start-date-row__column .c-form-radio-list__radio label:after {
    top: 0 !important;
    bottom: 0;
    margin: auto 0;
  }
  .start-date-input-text select,
  .start-date-input-text-02 select {
    width: 100% !important;
  }
  .start-date-input-text {
    width: calc(90 / var(--font-size) * 1rem) !important;
  }
  .start-date-input-text-02 {
    width: calc(75 / var(--font-size) * 1rem) !important;
  }
  .start-date-row__column input[type="text"] {
    margin-left: 0 !important;
  }
  .state-date-cell-title {
    width: calc(160 / var(--font-size) * 1rem);
  }
  .start-date-row-error {
    margin-left: calc(20 / var(--font-size) * 1rem);
  }
  .js-form-toggle-target {
    display: none;
  }
}
