/* ==========================================================================
  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%;
  }
  .c-hero-heading {
    gap:calc(20 / var(--font-size) * 1rem);
    margin-top: calc(18 / var(--font-size) * 1rem);
  }
}
@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 {
    margin-top: calc(11 / var(--font-size) * 1rem);
  }
  .c-hero-heading-sub__category{
    font-size:calc(var(--text-size-xs) / var(--font-size)* 1rem);
  }
}

/* ==========================================================================
  HERO
========================================================================== */

@media all and (min-width: 768px) {
  .business-list__container {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .business-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
  }
  .business-list-item {
  }
  .business-txt {
  }
  .business-txt-name {
    display: inline-block;
    line-height: calc(16 / var(--font-size) * 1rem);
    font-weight: 600;
  }
  .business-txt-name__label {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .business-txt-category {
    display: inline-block;
    border-radius: 9999px;
    margin-left: calc(4 / var(--font-size) * 1rem);
    line-height: calc(16 / var(--font-size) * 1rem);
  }
  .business-list-item--kosodate .business-txt-category{
    background: var(--main-color-jigyo02);
  }
  .business-list-item--window .business-txt-category {
    background: var(--main-color-jigyo03);
  }
  .business-list-item--kyuto .business-txt-category {
    background: var(--main-color-jigyo04);
  }
  .business-list-item--chintai .business-txt-category {
    background: var(--main-color-jigyo05);
  }
  .business-list-item--gx .business-txt-category {
    background: var(--main-color-jigyo02-gx);
  }
  .business-txt-category__inner {
    padding: calc(2 / var(--font-size) * 1rem) calc(8 / var(--font-size) * 1rem);
  }
  .business-txt-category__label {
    color: var(--color-white);
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: bold;
  }
}
@media all and (max-width: 767px) {
  .business-list__container {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .business-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(4 / var(--font-size) * 1rem) calc(18 / var(--font-size) * 1rem);
  }
  .business-list-item {
  }
  .business-txt {
  }
  .business-txt-name {
    display: inline-block;
    line-height: calc(12 / var(--font-size) * 1rem);
    font-weight: 600;
  }
  .business-txt-name__label {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
  .business-txt-category {
    display: inline-block;
    border-radius: 9999px;
    margin-left: calc(2 / var(--font-size) * 1rem);
    line-height: calc(12 / var(--font-size) * 1rem);
  }
  .business-list-item--kosodate .business-txt-category{
    background: var(--main-color-jigyo02);
  }
  .business-list-item--window .business-txt-category {
    background: var(--main-color-jigyo03);
  }
  .business-list-item--kyuto .business-txt-category {
    background: var(--main-color-jigyo04);
  }
  .business-list-item--chintai .business-txt-category {
    background: var(--main-color-jigyo05);
  }
  .business-list-item--gx .business-txt-category {
    background: var(--main-color-jigyo02-gx);
  }
  .business-txt-category__inner {
    padding: calc(2 / var(--font-size) * 1rem) calc(6 / var(--font-size) * 1rem);
  }
  .business-txt-category__label {
    color: var(--color-white);
    font-size: calc(10 / var(--font-size) * 1rem);
    font-weight: bold;
  }
}

/* --------------------------------------------------------------------------
  ENTRY INTRO
-------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .entry-intro {
    background-color: var(--bg-accent-color);
    max-width: calc(calc(1276 / var(--font-size)* 1rem) + calc(248 / var(--font-size)* 1rem));
    width: 100%;
    margin-bottom: calc(64 / var(--font-size) * 1rem);
  }
  .entry-intro__inner {
    padding: calc(40 / var(--font-size) * 1rem) calc(70 / var(--font-size) * 1rem);
  }
  .entry-intro__inner-02{
    padding: calc(40 / var(--font-size) * 1rem) calc(70 / var(--font-size) * 1rem) calc(28 / var(--font-size) * 1rem) calc(70 / var(--font-size) * 1rem);
    background-color: var(--color-white);
    border:calc(2 / var(--font-size) * 1rem) solid var(--color-attention_1000);
    border-radius:calc(20 / var(--font-size) * 1rem);
  }
  .entry-intro-heading {
    margin-bottom: calc(24 / var(--font-size) * 1rem);
    text-align: center;
  }
  .entry-intro-heading__label {
    color: var(--color-attention_1000);
    font-size: calc(20 / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: calc(50 / 1000 * 1em);
  }
  .entry-intro__body {
    padding: 0 calc(20 / var(--font-size)* 1rem);
    max-width: calc((960 + 40) / var(--font-size)* 1rem);
    width:100%;
    margin: 0 auto;
  }
  .entry-intro-text {
    text-align: center;
  }
  .entry-intro-note {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .entry-intro-note + .entry-intro-note {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .entry-intro-note-text {
    text-align: center;
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    color: var(--alert-color);
    font-weight: 600;
  }
  .entry-intro-note-text::before {
    content: "※";
  }
  .entry-intro-btn {
    margin-top: calc(36 / var(--font-size) * 1rem);
  }
  .entry-intro-btn .c-btn {
    display: block;
    margin: auto;
  }
  .entry-intro-btn .c-btn:has(.c-btn__arrow) .c-btn__inner {
    padding-left: calc(42 / var(--font-size)* 1rem);
    padding-right: calc(42 / var(--font-size)* 1rem);
}
  .entry-intro-btn .c-btn .c-btn__arrow {
    min-width: calc(17 / var(--font-size)* 1rem);
    height: calc(17 / var(--font-size)* 1rem);
    margin-right: calc(12 / var(--font-size)* 1rem);
  }
  .entry-intro-btn .c-btn .c-btn__arrow__icon {
    width: calc(17 / var(--font-size)* 1rem);
    height: calc(17 / var(--font-size)* 1rem);
  }


  /* 担当者用 */
  .entry-intro-list {
    max-width: calc(820 / var(--font-size) * 1rem);
    margin-inline: auto;
    margin-bottom: calc(28 / var(--font-size) * 1rem);
  }
  .entry-intro-list-item {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.6;
    display: flex;
  }
  .entry-intro-list-item + .entry-intro-list-item {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .entry-intro-list + .entry-intro-text {
    margin-top: calc(30 / var(--font-size) * 1rem);
  }
  .entry-intro-list-item::before {
    content: "・";
    display: block;
  }
}

@media all and (max-width: 767px) {
  .entry-intro {
    background-color: var(--bg-accent-color);
  }
  .entry-intro__inner {
    padding: calc(40 / var(--font-size) * 1rem) calc(15 / var(--font-size) * 1rem);
  }
  .entry-intro__inner-02{
    padding: calc(30 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem) calc(28 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
    background-color: var(--color-white);
    border:calc(2 / var(--font-size) * 1rem) solid var(--color-attention_1000);
    border-radius:calc(20 / var(--font-size) * 1rem);
  }
  .entry-intro-heading {
    margin-bottom: calc(26 / var(--font-size) * 1rem);
    text-align: center;
  }
  .entry-intro-heading__label {
    color: var(--color-attention_1000);
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: calc(50 / 1000 * 1em);
  }
  .entry-intro__body {
    width:100%;
    margin: 0 auto;
  }
  .entry-intro-text {
  }
  .entry-intro-note {
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .entry-intro-note + .entry-intro-note {
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .entry-intro-note-text {
    font-size: calc(10 / var(--font-size) * 1rem);
    line-height: 1.6;
    color: var(--alert-color);
    font-weight: 600;
  }
  .entry-intro-note-text::before {
    content: "※";
  }
  .entry-intro-btn {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .entry-intro-btn .c-btn {
    display: block;
    margin: auto;
  }
  .entry-intro-btn .c-btn:has(.c-btn__arrow) .c-btn__inner {
    padding-left: calc(36 / var(--font-size)* 1rem);
    padding-right: calc(36 / var(--font-size)* 1rem);
  }
  .c-btn.--size-m-960 .c-btn__inner {
    min-height: calc(52 / var(--font-size)* 1rem);
  }
  .entry-intro-btn .c-btn .c-btn__arrow {
    min-width: calc(12 / var(--font-size)* 1rem);
    height: calc(12 / var(--font-size)* 1rem);
    margin-right: calc(12 / var(--font-size)* 1rem);
  }
  .entry-intro-btn .c-btn .c-btn__arrow__icon {
    width: calc(12 / var(--font-size)* 1rem);
    height: calc(12 / var(--font-size)* 1rem);
  }

  /* 担当者用 */
  .entry-intro-list {
    max-width: calc(820 / var(--font-size) * 1rem);
    margin-inline: auto;
    margin-bottom: calc(22 / var(--font-size) * 1rem);
  }
  .entry-intro-list-item {
    font-size: calc(13 / var(--font-size) * 1rem);
    line-height: 1.6;
    display: flex;
  }
  .entry-intro-list-item + .entry-intro-list-item {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .entry-intro-list-item::before {
    content: "・";
    display: block;
  }
}

/* --------------------------------------------------------------------------
  SEARCH OVERRIDE
-------------------------------------------------------------------------- */
/* entry__container */
@media all and (min-width: 768px), print {
  .entry__container {
    border-radius: calc(10 / var(--font-size)* 1rem);
  }
  .entry__container-heading-toggle {
    width: calc(21 / var(--font-size)* 1rem);
    height: calc(21 / var(--font-size)* 1rem);
  }
  .entry__container-heading-title + .entry__container-heading-toggle {
    margin-left: calc(20 / var(--font-size)* 1rem);
  }
  .entry__container-heading__icon {
    background-color: transparent;
    border: calc(2 / var(--font-size)* 1rem) solid var(--main-color);
  }
  .tab__term[aria-expanded="false"] .entry__container-heading__icon::before,
  .tab__term[aria-expanded="true"] .entry__container-heading__icon::before {
    height: calc(2 / var(--font-size)* 1rem);
    background-color: var(--main-color);
  }
  .tab__term[aria-expanded="false"] .entry__container-heading__icon::after,
  .tab__term[aria-expanded="true"] .entry__container-heading__icon::after {
    background-color: var(--main-color);
    width: calc(2 / var(--font-size)* 1rem);
  }
}
@media all and (max-width: 767px), print {
  .entry__container {
    border-radius: calc(10 / var(--font-size)* 1rem);
    padding: calc(30 / var(--font-size)* 1rem) calc(20 / var(--font-size)* 1rem) calc(32 / var(--font-size)* 1rem);
  }
  .entry__container-heading-toggle {
    width: calc(21 / var(--font-size)* 1rem);
    height: calc(21 / var(--font-size)* 1rem);
  }
  .tab__term {
    position: relative;
  }
  .entry__container-heading {
    display: block;
  }
  .entry__container-heading-title {
    text-align: center;
  }
  .entry__container-heading-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(17 / var(--font-size)* 1rem);
    height: calc(17 / var(--font-size)* 1rem);
  }
  .entry__container-heading__icon {
    background-color: transparent;
    border: calc(1.5 / var(--font-size)* 1rem) solid var(--main-color);
  }
  .tab__term[aria-expanded="false"] .entry__container-heading__icon::before,
  .tab__term[aria-expanded="true"] .entry__container-heading__icon::before {
    height: calc(1.5 / var(--font-size)* 1rem);
    background-color: var(--main-color);
    width: calc(8 / var(--font-size)* 1rem);
  }
  .tab__term[aria-expanded="false"] .entry__container-heading__icon::after,
  .tab__term[aria-expanded="true"] .entry__container-heading__icon::after {
    background-color: var(--main-color);
    width: calc(1.5 / var(--font-size)* 1rem);
    height: calc(8 / var(--font-size)* 1rem);
  }
  .entry__block .u-text--s {
    line-height: 1.4;
  }

}

/* line-list-container */
@media all and (min-width: 768px), print {
  .line-list-container {
    padding: calc(19 / var(--font-size) * 1rem) calc(56 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .line-list-container__inner {
    display: flex;
    gap: calc(16 / var(--font-size) * 1rem) calc(40 / var(--font-size) * 1rem);
    align-items: center;
    justify-content: center;
  }
  .line-list-container--wrap .line-list-container__inner {
    flex-wrap: wrap;
  }
  .line-list-container__inner .c-line-list__text {
  }
  .c-line-list__text {
  }
  .c-line-list__text a:hover {
    text-decoration: underline;
  }
  .u-text-link-icon {
  }
  .u-text-link-icon:hover {
    opacity: 1;
  }
  .u-text-link-icon::before {
    border-width: calc(1 / var(--font-size) * 1rem);
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    margin-top: calc(4 / var(--font-size) * 1rem);
  }
  .u-text-link-icon::after {
    border-width: calc(1 / var(--font-size) * 1rem);
    width: calc(4 / var(--font-size) * 1rem);
    min-width: calc(4 / var(--font-size) * 1rem);
    height: calc(4 / var(--font-size) * 1rem);
    top: calc(11 / var(--font-size) * 1rem);
    left: calc(5 / var(--font-size) * 1rem);
  }
  /* .c-line-list__text + .c-line-list__text {
    margin-left: calc(24 / var(--font-size) * 1rem);
  } */
}
@media all and (max-width: 767px), print {
  .line-list-container {
    padding: calc(26 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .line-list-container__inner {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--font-size) * 1rem)
  }
  .line-list-container__inner .c-line-list__text {
  }
  .c-line-list__text {
  }
  .u-text-link-icon {
  }
  .u-text-link-icon::before {
    border-width: calc(1 / var(--font-size) * 1rem);
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    margin-top: calc((1lh - 16 / var(--font-size) * 1rem) / 2);
  }
  .u-text-link-icon::after {
    display: none;
  }
  /* .c-line-list__text + .c-line-list__text {
    margin-left: calc(24 / var(--font-size) * 1rem);
  } */
}

/* entry_caution */
@media all and (min-width: 768px), print {
  .entry_caution {
    margin: calc(24 / var(--font-size)* 1rem) 0 calc(20 / var(--font-size)* 1rem);
    border-radius: calc(10 / var(--font-size)* 1rem);
  }
  .entry_caution__body {
    padding: calc(28 / var(--font-size)* 1rem) calc(40 / var(--font-size)* 1rem) calc(24 / var(--font-size)* 1rem);
  }
  .entry_caution-heading {
    margin-bottom: calc(16 / var(--font-size)* 1rem);
    padding-bottom: 0;
    border-bottom: 0;
    font-size: calc(16 / var(--font-size)* 1rem);
    font-weight: bold;
    display: flex;
    gap: calc(12 / var(--font-size)* 1rem);
    line-height: 1.6;
  }
  .entry_caution-heading::before {
    content: "";
    display: block;
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    border-radius: 50%;
    background-color: var(--main-accent-color);
    margin-top: calc((1lh -  16 / var(--font-size) * 1rem) / 2);
  }
  .entry_caution__block .c-list {
    font-weight: 600;
  }
  .entry__block .c-btn-list.--2col .c-btn {
    width: calc(250 / var(--font-size)* 1rem);
  }
  .entry__block .c-btn-list.--2col {
    gap: calc(24 / var(--font-size) * 1rem);
  }
  .entry__block .c-btn.--download .c-btn__inner {
    min-height: calc(64 / var(--font-size)* 1rem);
  }
  .entry__block .c-btn-list.--2col .c-btn + .c-btn {
    margin-left: 0;
  }

  .entry__container .c-btn.--download .c-btn__arrow__icon {
    width: calc(19 / var(--font-size)* 1rem);
    min-width: calc(19 / var(--font-size)* 1rem);
    height: calc(19 / var(--font-size)* 1rem);
  }
}
@media all and (max-width: 767px), print {
  .entry_caution {
    margin: calc(24 / var(--font-size)* 1rem) 0 calc(24 / var(--font-size)* 1rem);
    border-radius: calc(10 / var(--font-size)* 1rem);
  }
  .entry_caution__body {
    padding: calc(24 / var(--font-size)* 1rem) calc(20 / var(--font-size)* 1rem) calc(24 / var(--font-size)* 1rem);
  }
  .entry_caution-heading {
    margin-bottom: calc(16 / var(--font-size)* 1rem);
    padding-bottom: 0;
    border-bottom: 0;
    font-size: calc(16 / var(--font-size)* 1rem);
    font-weight: bold;
    display: flex;
    gap: calc(8 / var(--font-size)* 1rem);
    line-height: 1.6;
  }
  .entry_caution-heading::before {
    content: "";
    display: block;
    width: calc(15 / var(--font-size) * 1rem);
    height: calc(15 / var(--font-size) * 1rem);
    border-radius: 50%;
    background-color: var(--main-accent-color);
    margin-top: calc((1lh -  15 / var(--font-size) * 1rem) / 2);
  }
  .entry_caution__block .c-list {
    font-weight: 600;
  }
  .entry__block {
    margin-top: calc(24 / var(--font-size)* 1rem);
  }
  .entry__block .c-btn-list.--2col .c-btn {
    width: calc(222 / var(--font-size)* 1rem);
  }
  .entry__block .c-btn-list.--2col {
    gap: calc(16 / var(--font-size) * 1rem);
  }
  .entry__block .c-btn.--download .c-btn__inner {
    /* min-height: calc(64 / var(--font-size)* 1rem); */
  }
  .entry__block .c-btn-list.--2col .c-btn + .c-btn {
    margin-left: 0;
  }
  .entry_caution__block .c-list > li {
    line-height: 1.599;
    position: relative;
    font-size: calc(var(--text-size-xxs) / var(--font-size)* 1rem) !important;
  }
  .entry_caution__block .c-list__ico {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(3 / var(--font-size) * 1rem);
    height: calc(3 / var(--font-size) * 1rem);
    background-color: var(--alert-color);
    border-radius: 50%;
    margin-top: calc((1lh - 3 / var(--font-size) * 1rem) / 2);
  }
  .entry_caution__block .c-list.--list-desc.--list-size-xs > li > .c-list__ico:before {
    display: none;
  }
  .entry_caution__block .c-list__text {
    padding-left: calc(10 / var(--font-size) * 1rem);
  }

  .c-btn.--download.--download-sp .c-btn__inner {
    min-height: calc(56 / var(--font-size)* 1rem);
    padding-left: calc(61 / var(--font-size)* 1rem);
    padding-right: calc(47 / var(--font-size)* 1rem);
  }

  .c-btn.--circle-icon .c-btn__img {
    width: calc(42 / var(--font-size) * 1rem);
    height: calc(42 / var(--font-size) * 1rem);
    margin-left: calc(8 / var(--font-size)* 1rem);
  }
  .c-btn.--download.--download-sp .c-btn__text__label {
    font-size: calc(12 / var(--font-size)* 1rem);
  }

}

/* --------------------------------------------------------------------------
  ENVIRONMENT
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .environment-text {
    margin-top: calc(20 / var(--font-size) * 1rem);
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.4;
  }
  .browser-list{
    padding-left: 1em;
  }
}
@media all and (max-width: 767px), print {
  .environment-list.c-list {
  }
  .browser-list{
    padding-left: 0.75em;
  }
  .environment-list.c-list > li {
    position: relative;
    font-size: calc(var(--text-size-s) / var(--font-size)* 1rem) !important;
    line-height: 1.6;
  }
  .environment-list--sp-s.environment-list.c-list > li {
    font-size: calc(var(--text-size-xs) / var(--font-size)* 1rem) !important;
  }
  .environment-list.c-list .c-list__ico {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: calc(3 / var(--font-size) * 1rem);
    height: calc(3 / var(--font-size) * 1rem);
    border-radius: 50%;
    background-color: var(--color-black-sub);
    margin-top: calc((1lh - 3 / var(--font-size) * 1rem) / 2);
  }
  .environment-list.c-list.--list-desc.--list-size-s > li > .c-list__ico:before {
    display: none;
  }
  .environment-list.c-list .c-list__text {
    padding-left: calc(10 / var(--font-size) * 1rem);
    font-size: calc(var(--text-size-s) / var(--font-size)* 1rem) !important;
    line-height: 1.6;
  }
  .environment-list--sp-s.c-list .c-list__text {
    font-size: calc(var(--text-size-s) / var(--font-size)* 1rem) !important;
  }

  .environment-text {
    margin-top: calc(24 / var(--font-size) * 1rem);
    margin-bottom: calc(10 / var(--font-size) * 1rem);
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.6;
  }
}

/* --------------------------------------------------------------------------
  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 {
    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(--spare-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(--spare-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(--spare-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);
  }

    /* stepフキダシ */
  .step-heading-form__progresslist_items{
    position: relative;
  }
  .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(--spare-color);
  }
  [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 {
    min-height: auto;
  }
  .step-heading-form__progress_desc__term {
    height: calc(32 / var(--font-size)* 1rem);
  }
  .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(--spare-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(--spare-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(--spare-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__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(--spare-color);
  }
  [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 {
    border-top: calc(1 / var(--font-size)* 1rem) solid var(--color-gray_300);
}
  .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;
    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(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;
    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) ,
  .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.--two-column{
    display: block;
  }
  .c-form-component__outer.--two-column .c-form-component__outer__inner{
    display: flex;
  }
  .c-form-component {
    margin-left: 0;
    width: 100%;
  }
  .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"],
  .c-form-component.--size-l input[type="text"] {
    width: 100%;
  }
  .c-form-component.--size-s input[type="text"]::placeholder,
  .c-form-component.--size-l input[type="text"]::placeholder {
    color: var(--color-gray_400);
  }

  .--mail .c-form__row__cell {
    padding-left: calc(38 / var(--font-size) * 1rem);
  }

  .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__inner:first-child {
    border-top: calc(1 / var(--font-size)* 1rem) solid var(--color-gray_300);
  }
  .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-component__outer {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .c-form-component__outer.--two-column{
    display: block;
  }
  .c-form-component__outer.--two-column .c-form-component__outer__inner{
    display: flex;
  }
  .c-form-component {
    margin-left: 0;
    width: 100%;
  }
  .c-form-text-unit {
    width: calc(24 / var(--font-size) * 1rem);
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .c-form-component.--size-s input[type="text"],
  .c-form-component.--size-l input[type="text"] {
    width: 100%;
  }
  .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__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) * .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(40 / 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;
  }
}
@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);
  }
}

/* --------------------------------------------------------------------------
  ERROR
-------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .c-form__error {
    margin-top: calc(10 / var(--font-size) * 1rem);
    padding-left: calc(38 / var(--font-size) * 1rem);
    display: none;
  }

  .--mail .c-form__error {
    padding-left: 0;
  }
  .--pref .c-form__error {
    padding-left: 0;
  }

  .--error .c-form__error {
    display: block;
  }
  .--error 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(10 / var(--font-size) * 1rem);
    display: none;
  }
  .c-form__error .u-text--s {
    display: block;
    font-size: calc(10 / var(--font-size) * 1rem) !important;
  }

  .--error .c-form__error {
    display: block;
  }
  .--error input[type="text"] {
    border: calc(1 / var(--font-size) * 1rem) solid var(--alert-color);
  }
}
