@charset "UTF-8";

:root {
  --sub-color-page: var(--sub-color-jigyo02-03);
  --main-color-page: var(--main-color-jigyo02);
  --accent-color-page: var(--accent-color-jigyo02);
  --accent-sub-color-page: var(--accent-sub-color-jigyo02);
}

@media all and (min-width: 768px), print {
  main:not(:has(.breadcrumb-area)) + .l-contact {
    margin-top: 0;
  }
}
@media all and (max-width: 767px), print {
  main:not(:has(.breadcrumb-area)) + .l-contact {
    margin-top: 0;
  }
}
@media all and (min-width: 1320px), print {
  body {
    max-width: none;
  }
}
@media screen and (min-width: 768px), print {
  .c-btn.--disable .c-btn__arrow {
    display: none;
  }
  .c-btn:has(.c-btn__arrow).--disable .c-btn__inner {
    /* padding-left: calc(16 / var(--font-size) * 1rem);
    padding-right: calc(16 / var(--font-size) * 1rem); */
  }
}
@media all and (max-width: 767px), print {
  .c-btn.--disable .c-btn__arrow {
    display: none;
  }
  .c-btn:has(.c-btn__arrow).--disable .c-btn__inner {
    /* padding-left: calc(32 / var(--font-size) * 1rem);
    padding-right: calc(32 / var(--font-size) * 1rem); */
  }
}
/* --------------------------------------------------------------------------
  TOP VISUAL
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-visual {
    position: relative;
    background-image: linear-gradient(135deg, #ffffff, #fcfedc33 51%, #ffd9cf33);
    color: var(--text-color);
    overflow: hidden;
    min-height: calc(610 / var(--font-size) * 1rem);
  }
  .top-visual:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(2057 / var(--font-size) * 1rem);
    height: 100%;
    background: url(/assets/img/top_public/bg_visual01.png) no-repeat center top / cover;
    transform: translate3d(-50%, 0, 0);
    pointer-events: none;
  }
  .top-visual > * {
    position: relative;
    z-index: 1;
  }
  .top-visual__inner {
    padding: 0 calc(84 / var(--font-size) * 1rem);
    height: auto;
    max-width: calc(1024 / var(--font-size) * 1rem);
    width: 100%;
    margin: auto;
    box-sizing: content-box;
  }
  .top-visual__body {
    height: auto;
  }
  .top-visual-container {
    height: auto;
    padding-top: calc(82 / var(--font-size) * 1rem);
    padding-bottom: calc(34 / var(--font-size) * 1rem);
  }
  .top-visual-content {
    position: relative;
    height: auto;
  }
  .top-visual-container > * {
    width: 100%;
  }
  .top-visual-catch {
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .top-visual-heading {
  }
  .top-visual-heading__label {
    display: inline-block;
    vertical-align: top;
    width: calc(371 / var(--font-size) * 1rem);
  }
  .top-visual-body {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-visual-body:first-child {
    margin-top: 0;
  }
  .top-visual-txt {
    line-height: calc(22.4 / 14 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 400;
  }
  .top-visual-txt em {
    color: var(--main-color-jigyo03);
  }
  .top-visual-btn {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-visual-btn .c-btn {
    width: calc(250 / var(--font-size) * 1rem);
  }
  .top-visual-btn .c-btn .c-btn__inner {
    min-height: calc(50 / var(--font-size) * 1rem);
  }
  .top-visual-btn .c-btn__text__label {
    font-size: calc(20 / var(--font-size) * 1rem);
  }
  /* news */
  .top-visual-news {
    width: 100%;
    color: var(--text-color);
    position: relative;
    padding-top: calc((428 - 81) / var(--font-size) * 1rem);
    left: 0;
  }
  .top-visual-news__inner {
    position: relative;
    padding: 0 calc(40 / var(--font-size) * 1rem);
  }
  .top-visual-news__inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: calc(20 / var(--font-size) * 1rem);
    background-color: var(--color-white);
    filter: drop-shadow(0 0 calc(2 / var(--font-size) * 1rem) rgba(0, 0, 0, 0.2));
    background-color: var(--color-white);
    opacity: 0.7;
    z-index: -1;
  }
  .top-visual-news__body {
    padding: calc(18 / var(--font-size) * 1rem) 0 calc(14 / var(--font-size) * 1rem);
    min-height: calc(148 / var(--font-size) * 1rem);
  }
  .top-visual-news-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .top-visual-news-column__parts:first-child {
    flex-shrink: 0;
    width: calc(124 / var(--font-size) * 1rem);
  }
  .top-visual-news-column__parts + .top-visual-news-column__parts {
    flex-grow: 1;
    margin-left: calc(32 / var(--font-size) * 1rem);
  }
  .top-visual-news-heading {
    margin-top: calc(4 / var(--font-size) * 1rem);
  }
  .top-visual-news-heading__label {
    display: inline-block;
    vertical-align: top;
    line-height: calc(28 / 24 * 1);
    font-size: calc(24 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-color-page);
    letter-spacing: calc(7 / 1000 * 1em);
  }
  .top-visual-news-body {
    margin-top: calc(32 / var(--font-size) * 1rem);
    /* max-height: calc(144 / var(--font-size) * 1rem);
        overflow-y: scroll; */
  }
  .top-visual-news-body:first-child {
    margin-top: 0;
  }
  .top-visual-news-link {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-visual-news-link:first-child {
    margin-top: 0;
  }
  .top-visual-news-link-txt {
    line-height: calc(22.4 / 14 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-visual-news-link-txt a {
    display: inline-block;
    vertical-align: top;
    color: var(--text-color);
  }
  .top-visual-news-link-txt a svg {
    display: inline-block;
    vertical-align: top;
    width: calc(16 / 14 * 1em);
    height: calc(16 / 14 * 1em);
    margin-top: calc(4 / var(--font-size) * 1rem);
    margin-left: calc(4 / 14 * 1em);
    fill: var(--main-color-page);
  }
  .top-visual-news .c-news-list__item__body {
    margin-top: 0;
  }
  .top-visual-news .c-news-list__item {
    display: flex;
    /* align-items: flex-start; */
    column-gap: calc(16 / var(--font-size) * 1rem);
    margin-bottom: calc(11 / var(--font-size) * 1rem);
    padding-bottom: calc(11 / var(--font-size) * 1rem);
  }
  .top-visual-news .c-news-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .top-visual-news .c-news-list__item:last-child::before {
    display: none;
  }
  .top-visual-news .c-news-list__item__heading {
    flex-shrink: 0;
  }
  .top-visual-news .c-news-list__item__body {
    max-width: calc(780 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .top-visual-news .c-news-list__text {
    width: 100%;
    display: inline-block;
    position: relative;
    top: calc(-2.5 / var(--font-size) * 1rem);
  }
}

@media (max-width: 767px) {
  .top-visual {
    position: relative;
    /* background: var(--bg-color-jigyo04); */
    color: var(--text-color);
    overflow: hidden;
  }
  .top-visual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: calc(548 / var(--font-size) * 1rem);
    background-image: url(/assets/img/top_public/bg_visual01_sp.png);
    background-size:cover;
    background-position:top center;
    background-repeat:no-repeat;
    pointer-events: none;
    transform: translateX(-50%);
  }
  .top-visual > * {
    position: relative;
    z-index: 1;
  }
  .top-visual__body {
  }
  .top-visual__inner {
    width: 100%;
    margin: 0 auto;
  }
  .top-visual-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .top-visual-content {
    position: relative;
    padding-top: calc(78 / var(--font-size) * 1rem);
    height: 100%;
  }
  .top-visual-content:has(.top-visual-attention-news) {
    padding-top: calc(89 / var(--font-size) * 1rem);
  }
  .top-visual-container > * {
    width: 100%;
  }
  .top-visual-heading {
    text-align: center;
  }
  .top-visual-heading__label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(267 / var(--font-size) * 1rem);
    width: 100%;
  }
  .top-visual-body {
    margin-top: calc(18 / var(--font-size) * 1rem);
  }
  .top-visual-body:first-child {
    margin-top: 0;
  }
  .top-visual-txt {
    line-height: calc(22.4 / 14 * 1);
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 400;
    text-align: center;
  }
  .top-visual-txt em {
    color: var(--main-color-jigyo03);
  }
  .top-visual-btn {
    margin-top: calc(33 / var(--font-size) * 1rem);
  }
  .top-visual-btn .c-btn {
    width: calc(250 / var(--font-size) * 1rem) !important;
    margin: 0 auto;
  }
  .top-visual-btn .c-btn .c-btn__inner {
    min-height: calc(50 / var(--font-size) * 1rem);
  }
  .top-visual-btn .c-btn__text__label {
    font-size: calc(var(--text-size-l) / var(--font-size) * 1rem) !important;
  }
  /* news */
  .top-visual-news {
    width: 100%;
    margin-top: calc(283 / var(--font-size) * 1rem);
    color: var(--text-color);
  }
  .top-visual-news__inner {
    padding: 0 calc(24 / var(--font-size) * 1rem);
    background-color: var(--color-white);
    border-radius: calc(0 / var(--font-size) * 1rem);
  }
  .top-visual-news__body {
    padding: calc(30 / var(--font-size) * 1rem) 0 calc(33 / var(--font-size) * 1rem);
    position: relative;
  }
  .top-visual-news-column {
    display: flex;
    flex-direction: column;
  }
  .top-visual-news-column__parts:first-child {
  }
  .top-visual-news-heading {
    margin-bottom: calc(16 / var(--font-size) * 1rem);
  }
  .top-visual-news-heading__label {
    display: inline-block;
    vertical-align: top;
    line-height: calc(42 / 24 * 1);
    font-size: calc(var(--text-size-l) / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-color-page);
  }
  .top-visual-news-body {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-visual-news-body:first-child {
    margin-top: 0;
  }
  .top-visual-news-link {
    position: absolute;
    top: calc(34 / var(--font-size) * 1rem);
    right: calc(2 / var(--font-size) * 1rem);
  }
  .top-visual-news-link:first-child {
    margin-top: 0;
  }
  .top-visual-news-link-txt {
    line-height: calc(22.4 / 14 * 1);
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: right;
  }
  .top-visual-news-link-txt a {
    vertical-align: top;
    color: var(--text-color);
  }
  .top-visual-news-link-txt a svg {
    display: inline-block;
    vertical-align: top;
    width: calc(16 / 14 * 1em);
    height: calc(16 / 14 * 1em);
    margin-top: calc(5 / var(--font-size) * 1rem);
    margin-left: calc(4 / 14 * 1em);
    fill: var(--main-color-page);
  }
  .top-visual-news .c-news-list__item__body {
    margin-top: 0;
  }
  .top-visual-news .c-news-list__item {
    display: flex;
    align-items: flex-start;
    column-gap: calc(16 / var(--font-size) * 1rem);
    margin-bottom: calc(20 / var(--font-size) * 1rem);
    padding-bottom: calc(20 / var(--font-size) * 1rem);
  }
  .top-visual-news .c-news-list__item:last-child::before {
    display: none;
  }
  .top-visual-news .c-news-list__item__heading {
    flex-shrink: 0;
  }
  .top-visual-news .c-news-list__item__body {
    max-width: calc(780 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .top-visual-news .c-news-list__text {
    width: 100%;
    overflow: hidden;
  }
  .top-visual-news .c-news-list__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .top-visual-news .c-news-list__item__date {
    line-height: calc(22.4 / 14 * 1);
  }
  .top-visual-news .c-news-list__item:last-child:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(2 / var(--font-size) * 1rem);
    background: url("/assets/img/common/deco_news_dots.svg") repeat-x left / calc(6 / var(--font-size) * 1rem);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}


/* --------------------------------------------------------------------------
  TOP HEADING
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-heading {
    position: relative;
    max-width: calc(1024 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .top-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
  }
  .top-heading.top-heading--line {
    padding-bottom: calc(16 / var(--font-size) * 1rem);
  }
}

@media (max-width: 767px) {
  .top-heading {
    position: relative;
  }
  .top-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - (calc(5 / var(--font-size) * 1rem) * 2));
    border-bottom: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
  }
  .top-heading.top-heading--line {
    padding-bottom: calc(16 / var(--font-size) * 1rem);
  }
  .top-heading .u-title--l {
    font-size: calc(24 / var(--font-size) * 1rem) !important;
    line-height: calc(36 / 24 * 1);
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
}

/* --------------------------------------------------------------------------
  TOP FRATURE
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-desc-feature {
    background-color: var(--color-white);
    border-radius: calc(10 / var(--font-size) * 1rem);
    max-width: calc(1024 / var(--font-size) * 1rem);
    margin-left: auto;
    margin-right: auto;
  }
  .top-desc-feature + .top-desc-feature {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-desc-feature__inner {
    padding: calc(32 / var(--font-size) * 1rem) 0;
  }
  .top-desc-feature__container {
  }
  .top-desc-feature-body-wrap {
    padding: calc(20 / var(--font-size) * 1rem) 0;
    border-bottom: calc(1 / var(--font-size) * 1rem) solid
      var(--sub-border-color);
  }
  .top-desc-feature-body-wrap:first-child {
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
    margin-top: calc(27 / var(--font-size) * 1rem);
  }
  .top-desc-feature-body-wrap:last-child {
    border-bottom: 0;
  }
  .top-desc-feature-header {
    width: 100%;
    padding: 0 calc(24 / var(--font-size) * 1rem)
      calc(32 / var(--font-size) * 1rem);
    border-bottom: calc(1 / var(--font-size) * 1rem) solid
      var(--sub-border-color);
  }
  .top-desc-feature-header__inner {
    display: flex;
    align-items: center;
    margin-bottom: calc(16 / var(--font-size) * 1rem);
  }
  .top-desc-feature-header__button {
    margin-left: auto;
  }
  .top-desc-feature-header:has(.top-desc-feature-account-btn) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: calc(12 / var(--font-size) * 1rem);
  }
  .top-desc-feature-header:has(.top-desc-feature-account-btn)
    .top-business-desc-title-lead__txt {
    flex-grow: 1;
  }
  .top-desc-feature-account-btn .c-btn__link {
    background-color: var(--main-accent-color);
    border-color: var(--main-accent-color);
  }
  .top-desc-feature-header__txt {
    font-size: calc(22 / var(--font-size) * 1rem);
    line-height: calc(42 / 22 * 1);
    font-weight: bold;
  }
  .top-desc-feature-header-img {
    display: flex;
    justify-content: center;
  }
  .top-desc-feature-header-img__label {
    flex-shrink: 0;
    display: inline-block;
    width: calc(65 / var(--font-size) * 1rem);
  }
  .top-desc-feature-header-link {
    text-align: center;
  }
  .top-desc-feature-header-link a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-desc-feature-header-link a svg {
    display: inline-block;
    vertical-align: top;
    width: calc(16 / 14 * 1em);
    height: calc(16 / 14 * 1em);
    margin-top: calc(5 / var(--font-size) * 1rem);
    margin-left: calc(4 / 14 * 1em);
    fill: var(--main-accent-color);
  }
  .top-desc-feature-body {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .top-desc-feature-body.--2col .top-desc-feature-item {
    width: 50%;
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-desc-feature-body.--3col .top-desc-feature-item {
    width: calc(100% / 3);
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-desc-feature-body.--column {
    flex-direction: column;
  }
  .top-desc-feature-item {
    position: relative;
  }
  .top-desc-feature-item.top-desc-feature-item--b::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-right: calc(1 / var(--font-size) * 1rem) solid
      var(--sub-border-color);
    right: 0;
    top: calc(64 / var(--font-size) * 1rem);
    height: calc(64 / var(--font-size) * 1rem);
  }
  .top-desc-feature-item__inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: calc(12 / var(--font-size) * 1rem);
  }
  .top-desc-feature-item--row .top-desc-feature-item__inner {
    flex-direction: row;
    align-items: center;
    column-gap: calc(32 / var(--font-size) * 1rem);
  }
  .top-desc-feature-body.--column .top-desc-feature-item__inner {
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-desc-feature-item__title {
    font-size: calc(18 / var(--font-size) * 1rem);
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    max-height: calc(59 / var(--font-size) * 1rem);
  }
  .top-desc-feature-item .c-btn.--color-gray .c-btn__link {
    background-color: var(--color-gray_400);
    border-color: var(--color-gray_400);
  }
  .top-desc-feature-item .c-btn.--color-accent .c-btn__link {
    background-color: var(--main-accent-color);
    border-color: var(--main-accent-color);
  }
  .top-desc-feature-item .c-btn .c-btn__text__label {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-desc-feature-item-note__txt {
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
  }
  .top-desc-feature-item-note__txt.--color-red {
    color: var(--color-attention_1000);
  }
  .top-desc-feature-body.--2col
    + .top-desc-feature-body.--2col
    .top-desc-feature-item:nth-child(1)
    .top-desc-feature-item__title,
  .top-desc-feature-body.--2col
    + .top-desc-feature-body.--2col
    .top-desc-feature-item:nth-child(2)
    .top-desc-feature-item__title {
    min-height: calc(59 / var(--font-size) * 1rem);
  }
  .top-desc-feature-body.--2col + .top-desc-feature-body {
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
    margin-top: calc(16 / var(--font-size) * 1rem);
  }

  .top-consumer-button,
  .top-consumer-note {
    width: calc(304 / var(--font-size) * 1rem) !important;
  }
  .top-consumer-button .c-btn__link {
    min-height: calc(64 / var(--font-size) * 1rem);
  }
  .top-desc-feature-body.--column .top-consumer-note {
    width: auto !important;
  }

  .top-desc-feature__container__title__in {
    color: var(--main-color);
    font-size: calc(20 / var(--font-size) * 1rem);
    font-weight: 700;
    position: relative;
    display: flex;
  }
  .top-desc-feature__container__title__in:before {
    content: "";
    background-color: var(--main-color);
    border-radius: 100%;
    display: block;
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    flex-shrink: 0;
    position: relative;
    top: calc(7 / var(--font-size) * 1rem);
    margin-right: calc(12 / var(--font-size) * 1rem);
  }
  .top-desc-feature-body.--column .top-desc-feature__container__title__in {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .top-desc-feature {
    background-color: var(--color-white);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .top-desc-feature + .top-desc-feature {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-desc-feature__inner {
    padding: calc(32 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem);
  }
  .top-desc-feature__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-desc-feature-body-wrap {
    padding: calc(20 / var(--font-size) * 1rem)
      calc(0 / var(--font-size) * 1rem);
    border-bottom: calc(1 / var(--font-size) * 1rem) solid
      var(--sub-border-color);
    margin: 0 calc(68 / var(--font-size) * 1rem);
  }
  .top-desc-feature-body-wrap:first-child {
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
    margin-top: calc(18 / var(--font-size) * 1rem);
  }
  .top-desc-feature-body-wrap:last-child {
    border-bottom: 0;
  }
  .top-desc-feature-header {
    width: 100%;
    padding-bottom: calc(32 / var(--font-size) * 1rem);
    border-bottom: calc(1 / var(--font-size) * 1rem) solid
      var(--sub-border-color);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    row-gap: calc(12 / var(--font-size) * 1rem);
  }
  .top-desc-feature-header__button {
    margin-top: calc(12 / var(--font-size) * 1rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(6 / var(--font-size) * 1rem);
  }
  .top-desc-feature-account-btn {
    margin: 0 auto;
  }
  .top-desc-feature-account-btn .c-btn__link {
    background-color: var(--main-accent-color);
    border-color: var(--main-accent-color);
  }
  .top-desc-feature-header + .top-desc-feature-body {
    padding-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-desc-feature-header__txt {
    font-size: calc(22 / var(--font-size) * 1rem);
    font-weight: bold;
    text-align: center;
  }
  .top-desc-feature-header-img {
    display: flex;
    justify-content: center;
  }
  .top-desc-feature-header-img__label {
    flex-shrink: 0;
    display: inline-block;
    width: calc(72 / var(--font-size) * 1rem);
  }
  .top-desc-feature-header-link {
    text-align: center;
  }
  .top-desc-feature-header-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
  .top-desc-feature-header-link a svg {
    display: inline-block;
    vertical-align: top;
    width: calc(16 / 14 * 1em);
    height: calc(16 / 14 * 1em);
    margin-top: calc(5 / var(--font-size) * 1rem);
    margin-left: calc(4 / 14 * 1em);
    fill: var(--main-accent-color);
  }
  .top-desc-feature-header-link .c-text {
    margin-bottom: 0 !important;
  }
  .top-desc-feature-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: calc(32 / var(--font-size) * 1rem);
    align-items: center;
  }
  .top-desc-feature-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .top-desc-feature-item__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .top-desc-feature-body.--column .top-desc-feature-item__inner {
    margin-top: calc(14 / var(--font-size) * 1rem);
  }
  .top-desc-feature-item .c-btn-list {
    width: 100%;
    justify-content: center;
  }
  .top-desc-feature-item--row {
  }
  .top-desc-feature-item__title {
    font-size: calc(18 / var(--font-size) * 1rem);
    line-height: 1.4;
    color: var(--accent-color-page);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(16 / var(--font-size) * 1rem);
  }
  .top-desc-feature-item .c-btn.--color-gray .c-btn__link {
    background-color: var(--color-gray_400);
    border-color: var(--color-gray_400);
  }
  .top-desc-feature-item .c-btn.--color-accent .c-btn__link {
    background-color: var(--main-accent-color);
    border-color: var(--main-accent-color);
    transition: none;
  }
  .top-desc-feature-item .c-btn .c-btn__link:hover {
    opacity: 1;
  }
  .top-desc-feature-item .c-btn .c-btn__text__label {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-desc-feature-item-note {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }
  .top-desc-feature-item-note__txt {
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    text-align: center;
    padding-left: 1em;
    text-indent: -1em;
  }
  .top-desc-feature-item-note__txt.--color-red {
    color: var(--color-attention_1000);
  }
  .top-consumer .top-desc-feature-item__title {
    color: var(--color-black);
    font-size: calc(14 / var(--font-size) * 1rem);
    font-feature-settings: "palt";
    line-height: calc(22.4 / 14 * 1);
  }
  .top-desc-feature-body.--2col + .top-desc-feature-body {
    border-top: calc(2 / var(--font-size) * 1rem) solid var(--sub-border-color);
  }

  .top-consumer-button,
  .top-consumer-note {
    width: calc(304 / var(--font-size) * 1rem) !important;
  }
  .top-consumer-button .c-btn__link {
    min-height: calc(56 / var(--font-size) * 1rem);
  }
  .top-desc-feature__container__title {
    text-align: center;
  }
  .top-desc-feature__container__title__in {
    color: var(--main-color);
    font-size: calc(18 / var(--font-size) * 1rem);
    font-weight: 700;
  }
}

/* --------------------------------------------------------------------------
  TOP BUSINESS
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-business {
    margin-top: 0;
    background-color: var(--accent-sub-color-jigyo02-02);
  }
  .top-business__content {
    padding: calc(40 / var(--font-size) * 1rem) 0 0;
  }
  .top-business-desc {
    max-width: calc(1024 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .top-business-desc + .top-business-desc {
    margin-top: calc(28 / var(--font-size) * 1rem);
  }
  .top-business-desc-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
  .top-business-desc-img {
    width: calc(130 / var(--font-size) * 1rem);
  }
  .top-business-desc-img__label {
    width: 100%;
  }
  .top-business-desc-img__label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .top-business-desc-title {
    color: var(--main-accent-color);
  }
  .top-business-desc-title__label {
    font-size: calc(28 / var(--font-size) * 1rem);
    line-height: 1.5;
  }
  .top-business-desc-title__sub {
    font-size: calc(20 / var(--font-size) * 1rem);
    line-height: 1.3;
  }
  .top-business-desc-title-lead {
    margin-top: calc(12 / var(--font-size) * 1rem);
  }
  .top-business-desc-title-lead__txt {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .top-desc-feature-note {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }
  .top-desc-feature-note__txt {
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
  }
  .top-business-desc-title-note {
    margin-top: calc(6 / var(--font-size) * 1rem);
  }
  .top-business-desc-body {
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
}

@media (max-width: 767px) {
  .top-business {
    margin-top: calc(16 / var(--font-size) * 1rem);
    background-color: var(--accent-sub-color-jigyo02-02);
  }
  .top-business-desc {
  }
  .top-business-desc + .top-business-desc {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-business-desc-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(16 / var(--font-size) * 1rem);
  }
  .top-business-desc-img {
    width: calc(130 / var(--font-size) * 1rem);
  }
  .top-business-desc-img__label {
    width: 100%;
  }
  .top-business-desc-img__label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .top-business-desc-title {
    color: var(--main-accent-color);
    text-align: center;
  }
  .top-business-desc-title__label {
    font-size: calc(24 / var(--font-size) * 1rem);
    line-height: 1.5;
    display: block;
  }
  .top-business-desc-title__sub {
    font-size: calc(18 / var(--font-size) * 1rem);
    line-height: 1.3;
  }
  .top-business-desc-title-lead {
    margin-top: calc(12 / var(--font-size) * 1rem);
  }
  .top-business-desc-title-lead__txt {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .top-desc-feature-note__txt {
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
  }
  .top-business-desc-title-note {
    margin-top: calc(6 / var(--font-size) * 1rem);
  }
  .top-business-desc-body {
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-business .top-desc-feature-item + .top-desc-feature-item {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
}

/* --------------------------------------------------------------------------
  TOP CONSUMER
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-consumer {
    background: var(--sub-color-jigyo02-03);
  }
  .top-consumer-desc {
    max-width: calc(1024 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .top-business-desc-heading {
    position: relative;
  }
  .top-consumer-desc .top-business-desc-heading .top-desc-feature-item-note {
    position: absolute;
    left: calc(142 / var(--font-size) * 1rem);
    bottom: calc(-18 / var(--font-size) * 1rem);
  }
  .top-consumer__inner {
    /* padding: 0 calc(84 / var(--font-size) * 1rem); */
  }
  .top-consumer-lead {
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-desc-feature-title {
    display: flex;
    column-gap: calc(12 / var(--font-size) * 1rem);
    align-items: center;
    justify-content: center;
  }
  .top-desc-feature-title-icon {
    position: relative;
    width: calc(50 / var(--font-size) * 1rem);
    height: calc(50 / var(--font-size) * 1rem);
    border-radius: 100%;
    background-color: var(--main-color);
  }
  .top-desc-feature-title-icon__label {
    width: calc(20 / var(--font-size) * 1rem);
    height: calc(30 / var(--font-size) * 1rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .top-desc-feature-title-icon svg {
    fill: var(--color-white);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
  }
  .top-desc-feature-title__label {
    font-weight: bold;
    font-size: calc(20 / var(--font-size) * 1rem);
  }
  .top-consumer-desc-body {
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-consumer .top-desc-feature-body {
    gap: 0;
  }
  .top-consumer .top-desc-feature-item {
    padding: 0 calc(0 / var(--font-size) * 1rem);
    display: flex;
  }
  .top-consumer .top-desc-feature-item:nth-child(2n) {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .top-consumer .top-desc-feature-item .c-btn.--size-m {
    width: calc(262 / var(--font-size) * 1rem) !important;
  }
  .top-desc-feature-body.--column .top-desc-feature-item {
    display: block;
    text-align: center;
  }
  .top-desc-feature-body.--column .top-desc-feature-item + .top-desc-feature-item {
    margin-top: calc(20 / var(--font-size) * 1rem);
    padding-top: calc(20 / var(--font-size) * 1rem);
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
  }
  .top-consumer .top-business-desc-title {
    color: var(--main-color);
  }
  .top-consumer .u-text-link {
    color: var(--main-color);
  }
  .top-consumer-desc-heading {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
  .top-consumer-desc-img {
    width: calc(130 / var(--font-size) * 1rem);
  }
  .top-consumer-desc-img__label {
    width: 100%;
  }
  .top-consumer-desc-img__label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .top-consumer-desc-title {
    color: var(--main-color-jigyo02);
  }
  .top-consumer-desc-title__label {
    font-size: calc(28 / var(--font-size) * 1rem);
    line-height: 1.5;
  }
  .top-consumer-desc-title__sub {
    font-size: calc(20 / var(--font-size) * 1rem);
    line-height: 1.3;
  }
  .top-consumer-desc-title-lead {
    margin-top: calc(12 / var(--font-size) * 1rem);
  }
  .top-consumer-desc-title-lead__txt {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .top-consumer-desc-title-note {
    margin-top: calc(6 / var(--font-size) * 1rem);
  }
  .top-consumer-desc-body {
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-consumer .top-desc-feature-item.top-desc-feature-item--b::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-right: calc(1 / var(--font-size) * 1rem) solid
      var(--sub-border-color);
    right: 0;
    top: calc(24 / var(--font-size) * 1rem);
    height: calc(100% - 24 / var(--font-size) * 1rem);
  }
}

@media (max-width: 767px) {
  .top-consumer {
    background: var(--sub-color-jigyo02-03);
  }
  .top-consumer-lead {
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-consumer-lead .c-text {
    margin-bottom: calc(24 / var(--font-size) * 1rem) !important;
    text-align: left !important;
  }
  .top-desc-feature-title {
    display: flex;
    column-gap: calc(12 / var(--font-size) * 1rem);
    align-items: center;
    justify-content: center;
    position: relative;
    left: calc(-10 / var(--font-size) * 1rem);
  }
  .top-desc-feature-title-icon {
    position: relative;
    width: calc(50 / var(--font-size) * 1rem);
    height: calc(50 / var(--font-size) * 1rem);
    border-radius: 100%;
    background-color: var(--main-color);
  }
  .top-desc-feature-title-icon__label {
    width: calc(20 / var(--font-size) * 1rem);
    height: calc(30 / var(--font-size) * 1rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .top-desc-feature-title-icon svg {
    fill: var(--color-white);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
  }
  .top-desc-feature-title__label {
    font-weight: bold;
    font-size: calc(20 / var(--font-size) * 1rem);
  }
  .top-consumer-desc-body {
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-consumer .top-desc-feature-body {
    gap: 0;
    margin-top: calc(14 / var(--font-size) * 1rem);
  }
  .top-desc-feature-body.--column {
    margin-top: 0;
  }
  .top-consumer .top-desc-feature-item {
    padding: calc(0 / var(--font-size) * 1rem) 0;
  }
  .top-consumer .top-desc-feature-item + .top-desc-feature-item {
    margin-top: calc(21 / var(--font-size) * 1rem);
  }
  .top-consumer .top-business-desc-title {
    color: var(--main-color);
  }
  .top-consumer .u-text-link {
    color: var(--main-color);
  }
  .top-desc-feature .c-btn.--size-m {
    width: calc(304 / var(--font-size) * 1rem) !important;
  }
  .top-desc-feature .c-btn.--size-m .c-btn__inner {
    min-height: calc(64 / var(--font-size) * 1rem);
  }
  .top-desc-feature-item-note__txt.--color-red {
    text-align: center;
  }
  .top-consumer-desc-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(16 / var(--font-size) * 1rem);
  }
  .top-consumer-desc-img {
    width: calc(130 / var(--font-size) * 1rem);
  }
  .top-consumer-desc-img__label {
    width: 100%;
  }
  .top-consumer-desc-img__label img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .top-consumer-desc-title {
    color: var(--main-color-jigyo02);
    text-align: center;
  }
  .top-consumer-desc-title__label {
    display: block;
    font-size: calc(24 / var(--font-size) * 1rem);
    line-height: 1.5;
  }
  .top-consumer-desc-title__sub {
    font-size: calc(18 / var(--font-size) * 1rem);
    line-height: 1.3;
  }
  .top-consumer-desc-title-lead {
    margin-top: calc(12 / var(--font-size) * 1rem);
  }
  .top-consumer-desc-title-lead__txt {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .top-consumer-desc-title-note {
    margin-top: calc(6 / var(--font-size) * 1rem);
  }
  .top-consumer .top-desc-feature-item {
    position: relative;
  }
  .top-consumer .top-desc-feature-item.top-desc-feature-item--b::after {
  }
  .top-desc-feature-body.--column .top-desc-feature-item + .top-desc-feature-item {
    margin-top: calc(20 / var(--font-size) * 1rem);
    padding-top: calc(20 / var(--font-size) * 1rem);
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
  }
  .top-consumer .c-btn.--size-m {
    width: 100% !important;
    max-width: calc(304 / var(--font-size) * 1rem) !important;
  }
  .top-consumer .c-btn .c-btn__link {
    min-height: calc(56 / var(--font-size) * 1rem);
  }
  .top-consumer .c-btn .c-btn__text__label {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
}

/* list-parts */
@media all and (min-width: 768px), print {
  .list-parts {
    padding-top: calc(80 / var(--font-size) * 1rem);
    padding-bottom: calc(85 / var(--font-size) * 1rem);
  }
  .list-parts__inner {
    padding: 0;
  }
  .list-parts-heading {
    font-size: calc(var(--title-size-l) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    line-height: 1.78;
    text-align: center;
    margin-bottom: calc(24 / var(--font-size) * 1rem);
  }
  .top-subsidized-business__inner-section {
    max-width: calc(1024 / var(--font-size) * 1rem);
    margin-left: auto;
    margin-right: auto;
  }
  .top-subsidized-business__inner-section
    + .top-subsidized-business__inner-section {
    margin-top: calc(80 / var(--font-size) * 1rem);
  }
  .top-subsidized-business__title {
    text-align: center;
    margin-bottom: calc(24 / var(--font-size) * 1rem);
  }
  .top-subsidized-business__inner-section
    + .top-subsidized-business__inner-section
    .top-subsidized-business__title {
    padding-top: calc(64 / var(--font-size) * 1rem);
  }
  .top-subsidized-business__inner-section
    + .top-subsidized-business__inner-section
    .list-parts-heading {
    padding-top: calc(64 / var(--font-size) * 1rem);
  }
  .subsidized-business-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(32 / var(--font-size) * 1rem);
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .subsidized-business-box {
    width: calc(320 / var(--font-size) * 1rem);
    background-color: var(--color-white);
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(40 / var(--font-size) * 1rem)
      calc(35 / var(--font-size) * 1rem);
    border: 1px solid var(--sub-border-color);
  }
  .subsidized-business-box__icon {
    display: block;
    max-width: calc(163 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(130 / var(--font-size) * 1rem);
    margin: 0 auto calc(22 / var(--font-size) * 1rem);
  }
  .subsidized-business-box__icon img {
    max-width: 100%;
    max-height: 100%;
  }
  .subsidized-business-box-sub-heading {
    text-align: center;
  }
  .subsidized-business-box-sub {
    margin-top: calc(38 / var(--font-size) * 1rem);
  }
  .subsidized-business-box .c-btn {
    width: calc(250 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .subsidized-business-box .c-btn-list {
    flex-direction: column;
    gap: calc(22 / var(--font-size) * 1rem);
  }
  .subsidized-business-box .c-btn.--color-accent .c-btn__link {
    background-color: var(--main-accent-color);
    border-color: var(--main-accent-color);
  }
  .subsidized-business-box.subsidized-business-box--pc-row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: calc(30 / var(--font-size) * 1rem)
      calc(35 / var(--font-size) * 1rem);
  }
  .subsidized-business-box.subsidized-business-box--pc-row
    .subsidized-business-box__icon {
    flex-shrink: 0;
    width: calc(134 / var(--font-size) * 1rem);
    height: calc(116 / var(--font-size) * 1rem);
    margin: 0 calc(60 / var(--font-size) * 1rem) 0
      calc(23 / var(--font-size) * 1rem);
  }
  .subsidized-business-box.subsidized-business-box--pc-row
    .subsidized-business-box-sub-heading {
    flex-shrink: 0;
    text-align: left;
  }
  .subsidized-business-box.subsidized-business-box--pc-row .c-btn-list {
    flex-direction: row;
    margin-left: auto;
    gap: calc(32 / var(--font-size) * 1rem);
  }
  .subsidized-business-box.subsidized-business-box--pc-row .c-btn {
    width: calc(250 / var(--font-size) * 1rem);
    margin: 0;
  }

  /* 対象工事の詳細 */
  .construction-detail-list {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .construction-detail-box {
    background-color: var(--color-white);
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(8 / var(--font-size) * 1rem)
      calc(40 / var(--font-size) * 1rem);
    border: 1px solid var(--sub-border-color);
  }
  .construction-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: calc(64 / var(--font-size) * 1rem);
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .construction-detail-item {
    padding: calc(24 / var(--font-size) * 1rem) 0;
    position: relative;
  }
  /* 横線 */
  .construction-detail-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: var(--sub-border-color);
  }
  .construction-detail-item:nth-child(odd)::after {
    left: 0;
    right: calc(16 / var(--font-size) * 1rem);
  }
  .construction-detail-item:nth-child(even)::after {
    left: calc(16 / var(--font-size) * 1rem);
    right: 0;
  }
  .construction-detail-item:nth-last-child(-n + 2)::after {
    display: none;
  }
  /* 縦線（左カラムの右端に配置） */
  .construction-detail-item:nth-child(odd)::before {
    content: "";
    position: absolute;
    right: calc(-32 / var(--font-size) * 1rem);
    top: 50%;
    transform: translateY(-50%);
    height: calc(50 / var(--font-size) * 1rem);
    width: 1px;
    background-color: var(--sub-border-color);
  }
  .construction-detail-item__link {
    display: flex;
    align-items: center;
    gap: calc(30 / var(--font-size) * 1rem);
    text-decoration: none;
    color: var(--text-color);
  }
  .construction-detail-item__icon {
    flex-shrink: 0;
    width: calc(50 / var(--font-size) * 1rem);
    height: calc(50 / var(--font-size) * 1rem);
  }
  .construction-detail-item__icon img {
    width: 100%;
    height: 100%;
  }
  .construction-detail-item__text {
    flex: 1;
    font-size: calc(20 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.28;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .construction-detail-item__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(18 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
    position: relative;
    flex-shrink: 0;
  }
  .construction-detail-item__arrow::before {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-white);
    border-radius: 50%;
  }
  .construction-detail-item__arrow svg {
    width: 100%;
    height: 100%;
    fill: var(--main-color-page);
    position: relative;
    z-index: 1;
  }

  .c-btn.--color--acc .c-btn__link {
    background: var(--accent-color-jigyo04);
    border: 0;
  }
  .bl_btn--col2 {
    display: flex;
    gap: calc(8 / var(--font-size) * 1rem);
  }

  /* 下部 */
  .construction-list-container {
    background-color: var(--color-white);
    border: var(--sub-border-color) 1px solid;
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .construction-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    --x-gap: 40;
    --y-gap: 1;
    padding: calc(13 / var(--font-size) * 1rem)
      calc(34 / var(--font-size) * 1rem);
    column-gap: calc(var(--x-gap) / var(--font-size) * 1rem);
    row-gap: calc(var(--y-gap) / var(--font-size) * 1rem);
  }
  .construction-list-item {
    position: relative;
    width: calc((100% - calc(var(--x-gap) / var(--font-size) * 1rem)) / 2);
  }
  .construction-list-item:nth-child(2n + 1)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: var(--sub-border-color);
    width: calc(1 / var(--font-size) * 1rem);
    height: calc((100% - (calc(25 / var(--font-size) * 1rem)) * 2));
  }
  .construction-list-item::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: var(--sub-border-color);
    width: calc((100% - (calc(42 / var(--font-size) * 1rem)) * 2));
    height: calc(1 / var(--font-size) * 1rem);
  }
  .construction-list-item:nth-child(7)::after,
  .construction-list-item:nth-child(8)::after {
    content: none;
  }
  .construction-list-item__inner {
  }
  .construction-btn {
    transition: all 0.3s ease;
  }
  .construction-btn:hover {
    opacity: 0.7;
  }
  .construction-btn__inner {
    position: relative;
    padding: calc(25 / var(--font-size) * 1rem) 0;
  }
  .construction-btn__body {
    display: flex;
    gap: calc(31 / var(--font-size) * 1rem);
    align-items: center;
  }
  .construction-btn.--point1 {
    --ico-width: 31;
    --ico-height: 22;
  }
  .construction-btn.--point2 {
    --ico-width: 28;
    --ico-height: 29;
  }
  .construction-btn.--point3 {
    --ico-width: 29;
    --ico-height: 23;
  }
  .construction-btn.--point3 .construction-btn__ico img {
    margin-top: calc(6 / var(--font-size) * 1rem);
  }
  .construction-btn.--point4 {
    --ico-width: 36;
    --ico-height: 28;
  }
  .construction-btn.--point5 {
    --ico-width: 32;
    --ico-height: 21;
  }
  .construction-btn.--point6 {
    --ico-width: 25;
    --ico-height: 30;
  }
  .construction-btn.--point7 {
    --ico-width: 31;
    --ico-height: 17;
  }
  .construction-btn.--point8 {
    --ico-width: 31;
    --ico-height: 32;
  }
  .construction-btn__ico {
    position: relative;
    width: calc(50 / var(--font-size) * 1rem);
    height: calc(50 / var(--font-size) * 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .construction-btn__ico::before {
    position: absolute;
    content: "";
    width: calc(50 / var(--font-size) * 1rem);
    height: calc(50 / var(--font-size) * 1rem);
    border-radius: 9999px;
    background-color: #f4f4f0;
    z-index: 0;
  }
  .construction-btn__ico img {
    width: calc(var(--ico-width) / var(--font-size) * 1rem);
    height: calc(var(--ico-height) / var(--font-size) * 1rem);
    z-index: 1;
  }
  .construction-btn__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(42 / var(--font-size) * 1rem);
  }
  .construction-btn__arrow__icon {
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
  }
  .construction-btn__arrow__icon svg {
    fill: var(--main-color);
    width: 100%;
    height: 100%;
  }

  .construction-btn__lead {
  }
  .construction-btn__text {
    width: calc((100% - calc(72 / var(--font-size) * 1rem)));
    margin-top: calc(14 / var(--font-size) * 1rem);
  }
}
@media all and (max-width: 767px), print {
  .c-btn-list {
    gap: calc(12 / var(--font-size) * 1rem);

    > .c-btn {
      width: 100%;
    }
  }
  .list-parts {
    padding-top: calc(48 / var(--font-size) * 1rem);
    padding-bottom: calc(48 / var(--font-size) * 1rem);
  }
  .list-parts__inner {
    padding: 0 calc(20 / var(--font-size) * 1rem);
  }
  .top-subsidized-business__inner-section
    + .top-subsidized-business__inner-section {
    margin-top: calc(48 / var(--font-size) * 1rem);
  }
  .list-parts-heading {
    font-size: calc(24 / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    line-height: 1.78;
    text-align: center;
    margin-bottom: calc(16 / var(--font-size) * 1rem);
  }
  .top-subsidized-business__inner-section
    + .top-subsidized-business__inner-section
    .list-parts-heading {
    padding-top: calc(48 / var(--font-size) * 1rem);
  }
  .subsidized-business-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .subsidized-business-box {
    width: 100%;
    background-color: var(--color-white);
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(32 / var(--font-size) * 1rem)
      calc(38 / var(--font-size) * 1rem);
    border: none;
  }
  .subsidized-business-box__icon {
    display: block;
    width: 100%;
    height: calc(108 / var(--font-size) * 1rem);
    margin: 0 auto calc(4 / var(--font-size) * 1rem);
  }
  .subsidized-business-box__icon img {
    max-width: 100%;
    max-height: 100%;
  }
  .subsidized-business-box-sub-heading {
    text-align: center;
  }
  .subsidized-business-box-sub-heading .c-text {
    margin-bottom: calc(12 / var(--font-size) * 1rem) !important;
  }
  .subsidized-business-box-sub-heading .u-title--m {
    font-size: calc(20 / var(--font-size) * 1rem) !important;
  }
  .subsidized-business-box-sub {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .subsidized-business-box-sub-list .c-text {
    margin-bottom: calc(12 / var(--font-size) * 1rem) !important;
  }
  .subsidized-business-box-sub-list .u-text--l {
    font-size: calc(18 / var(--font-size) * 1rem) !important;
  }
  .subsidized-business-box + .subsidized-business-box {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .subsidized-business-box .c-btn.--size-m-960 {
    width: calc(260 / var(--font-size) * 1rem) !important;
    margin: 0 auto;
  }
  .subsidized-business-box .c-btn.--size-m-960 .c-btn__inner {
    min-height: calc(56 / var(--font-size) * 1rem);
  }
  .subsidized-business-box .c-btn.--color-accent .c-btn__link {
    background-color: var(--main-accent-color);
    border-color: var(--main-accent-color);
  }
  .subsidized-business-box .c-btn.--size-m-960 .c-btn__text__label {
    font-size: calc(16 / var(--font-size) * 1rem);
  }
  .c-btn.--color--acc .c-btn__link {
    background: var(--accent-color-jigyo04);
    border: 0;
  }
  .bl_btn--col2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(12 / var(--font-size) * 1rem);
  }
  .subsidized-business-box-sub-list .c-btn {
    margin: auto;
    max-width: calc(260 / var(--font-size) * 1rem);
  }

  /* 対象工事の詳細 */
  .construction-detail-list {
    margin-top: 0;
  }
  .construction-detail-box {
    background-color: var(--color-white);
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(13 / var(--font-size) * 1rem)
      calc(26 / var(--font-size) * 1rem);
    border: 1px solid var(--sub-border-color);
  }
  .construction-detail-grid {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .construction-detail-item {
    padding: calc(16 / var(--font-size) * 1rem) 0;
    border-bottom: 1px solid var(--sub-border-color);
    padding: calc(20 / var(--font-size) * 1rem)
      calc(28 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem)
      calc(4 / var(--font-size) * 1rem);
    position: relative;
  }
  .construction-detail-item:last-child {
    border-bottom: none;
  }
  .construction-detail-item__link {
    display: flex;
    align-items: center;
    gap: calc(18 / var(--font-size) * 1rem);
    text-decoration: none;
    color: var(--text-color);
  }
  .construction-detail-item__icon {
    flex-shrink: 0;
    width: calc(50 / var(--font-size) * 1rem);
    height: calc(50 / var(--font-size) * 1rem);
  }
  .construction-detail-item__icon img {
    width: 100%;
    height: 100%;
  }
  .construction-detail-item__text {
    flex: 1;
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 500;
    line-height: 1.5;
  }
  .construction-detail-item__text br {
    display: none;
  }
  .construction-detail-item__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(19 / var(--font-size) * 1rem);
    height: calc(19 / var(--font-size) * 1rem);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .construction-detail-item__arrow::before {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-white);
    border-radius: 50%;
  }
  .construction-detail-item__arrow svg {
    width: 100%;
    height: 100%;
    fill: var(--main-color-page);
    position: relative;
    z-index: 1;
  }

  /* 下部 */
  .top-subsidized-business__title {
    text-align: center;
    margin-bottom: calc(24 / var(--font-size) * 1rem);
  }
  .top-subsidized-business__inner-section
    + .top-subsidized-business__inner-section
    .top-subsidized-business__title {
    padding-top: calc(48 / var(--font-size) * 1rem);
  }
  .construction-list-container {
    background-color: var(--color-white);
    border: var(--sub-border-color) 1px solid;
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .construction-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    --x-gap: 26;
    --y-gap: 0;
    padding: calc(6 / var(--font-size) * 1rem)
      calc(13 / var(--font-size) * 1rem);
    column-gap: calc(var(--x-gap) / var(--font-size) * 1rem);
  }
  .construction-list-item {
    position: relative;
    width: calc((100% - calc(var(--x-gap) / var(--font-size) * 1rem)) / 2);
  }
  .construction-list-item:nth-child(2n + 1)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc((var(--x-gap) / var(--font-size) * -1rem) / 2);
    background-color: var(--sub-border-color);
    width: calc(1 / var(--font-size) * 1rem);
    height: calc((100% - calc(22 / var(--font-size) * 1rem)));
  }
  .construction-list-item::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: var(--sub-border-color);
    width: calc((100% - (calc(var(--x-gap) / var(--font-size) * 1rem)) / 2));
    height: calc(1 / var(--font-size) * 1rem);
  }
  .construction-list-item:nth-child(7)::after,
  .construction-list-item:nth-child(8)::after {
    content: none;
  }
  .construction-list-item__inner {
  }
  .construction-btn {
  }
  .construction-btn__inner {
    position: relative;
    padding: calc(22 / var(--font-size) * 1rem) 0;
  }
  .construction-btn__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: calc(12 / var(--font-size) * 1rem);
  }
  .construction-btn.--point1 {
    --ico-width: 25;
    --ico-height: 18;
  }
  .construction-btn.--point1 .construction-btn__body {
    gap: calc(28 / var(--font-size) * 1rem);
  }
  .construction-btn.--point2 {
    --ico-width: 28;
    --ico-height: 29;
  }
  .construction-btn.--point3 {
    --ico-width: 27;
    --ico-height: 22;
  }
  .construction-btn.--point4 {
    --ico-width: 31;
    --ico-height: 24;
  }
  .construction-btn.--point5 {
    --ico-width: 32;
    --ico-height: 21;
  }
  .construction-btn.--point6 {
    --ico-width: 23;
    --ico-height: 27;
  }
  .construction-btn.--point7 {
    --ico-width: 31;
    --ico-height: 17;
  }
  .construction-btn.--point7 .construction-btn__arrow {
    margin-top: calc(-14 / var(--font-size) * 1rem);
  }
  .construction-btn.--point8 {
    --ico-width: 31;
    --ico-height: 32;
  }
  .construction-btn.--point8 .construction-btn__arrow {
    margin-top: calc(-14 / var(--font-size) * 1rem);
  }
  .construction-btn__ico {
    position: relative;
    width: calc(50 / var(--font-size) * 1rem);
    height: calc(50 / var(--font-size) * 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .construction-btn__ico::before {
    position: absolute;
    content: "";
    width: calc(50 / var(--font-size) * 1rem);
    height: calc(50 / var(--font-size) * 1rem);
    border-radius: 9999px;
    background-color: #f4f4f0;
    z-index: 0;
  }
  .construction-btn__ico img {
    width: calc(var(--ico-width) / var(--font-size) * 1rem);
    height: calc(var(--ico-height) / var(--font-size) * 1rem);
    z-index: 1;
  }
  .construction-btn__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .construction-btn__arrow__icon {
    width: calc(20 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
  }
  .construction-btn__arrow__icon svg {
    fill: var(--main-color);
    width: 100%;
    height: 100%;
  }

  .construction-btn__lead {
  }
  .construction-btn__title {
    text-align: center;
    font-size: calc(16 / var(--font-size) * 1rem) !important;
  }
  .construction-btn__text {
    width: calc((100% - calc(72 / var(--font-size) * 1rem)));
    margin-top: calc(14 / var(--font-size) * 1rem);
  }
}

/* --------------------------------------------------------------------------
  TOP OVERVIEW
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-overview {
    padding-top: calc(44 / var(--font-size) * 1rem);
    padding-bottom: calc(44 / var(--font-size) * 1rem);
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .top-overview__inner {
    padding: 0 calc(84 / var(--font-size) * 1rem);
  }
  .top-overview-heading {
    font-size: calc(var(--title-size-l) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    line-height: 1.78;
    text-align: center;
    margin-bottom: calc(24 / var(--font-size) * 1rem);
  }
  .top-overview__body {
  }
  .top-overview__content {
  }
  .top-overview-column {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(30 / var(--font-size) * 1rem);
  }
  .top-overview-column__parts {
    flex-grow: 1;
    width: calc(calc(1 / 2 * 100%) - calc(30 / var(--font-size) * 1rem));
    max-width: calc(502 / var(--font-size) * 1rem);
  }
  .top-overview-progress {
    max-width: calc(
      502 / var(--font-size) * 2rem + 30 / var(--font-size) * 1rem + 32 /
        var(--font-size) * 2rem
    );
    margin: 0 auto;
    margin-top: calc(30 / var(--font-size) * 1rem);
  }
  .top-overview-progress:first-child {
    margin-top: 0;
  }
  .top-overview-progress__inner {
    padding: calc(32 / var(--font-size) * 1rem)
      calc(32 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    background-color: var(--bg-accent-color);
  }
  .top-overview-progress-desc {
  }
  .top-overview-progress-desc__term {
    text-align: center;
  }
  .top-overview-progress__inner .top-overview-progress-desc__term {
    margin-left: calc(-32 / var(--font-size) * 1rem);
    margin-right: calc(-32 / var(--font-size) * 1rem);
  }
  .top-overview-progress-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: calc(33.6 / 21 * 1);
    font-size: calc(21 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-accent-color);
  }
  .top-overview-progress-desc__defin {
    max-width: calc(420 / var(--font-size) * 1rem);
    margin: 0 auto;
    margin-top: calc(18 / var(--font-size) * 1rem);
  }
  .top-overview-progress-desc__defin:first-child {
    margin-top: 0;
  }
  .top-overview-progress-desc-desc {
    margin-top: calc(18 / var(--font-size) * 1rem);
  }
  .top-overview-progress-desc-desc:first-child {
    margin-top: 0;
  }
  .top-overview-progress-desc-desc__term {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top-overview-progress-desc-desc__term__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: calc(
      14 / var(--font-size) * 1rem + 8 / var(--font-size) * 1rem
    );
    line-height: calc(28.8 / 18 * 1);
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-overview-progress-desc-desc__term__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
    margin-top: calc(
      calc(28.8 / 18 * 0.5em) - calc(14 / var(--font-size) * 0.5rem)
    );
    border-radius: calc(14 / var(--font-size) * 1rem);
    background-color: var(--text-color);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label {
    color: var(--main-color);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label
    + .top-overview-progress-desc-desc__term__label {
    padding-left: 0;
    padding-right: calc(
      14 / var(--font-size) * 1rem + 8 / var(--font-size) * 1rem
    );
    color: var(--main-color-jigyo02-gx);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label {
    width: 50%;
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label
    + .top-overview-progress-desc-desc__term__label {
    text-align: right;
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label::before {
    background-color: var(--main-color);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label
    + .top-overview-progress-desc-desc__term__label::before {
    left: auto;
    right: 0;
    background-color: var(--main-color-jigyo02-gx);
  }
  .top-overview-progress-desc-desc.--reform
    .top-overview-progress-desc-desc__term__label {
    color: var(--main-accent-color);
  }
  .top-overview-progress-desc-desc.--reform
    .top-overview-progress-desc-desc__term__label::before {
    background-color: var(--main-accent-color);
  }
  .top-overview-progress-desc-desc__defin {
    margin-top: calc(4 / var(--font-size) * 1rem);
  }
  .top-overview-progress-desc-desc__defin:first-child {
    margin-top: 0;
  }
  .top-overview-progress-body {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: calc(80 / var(--font-size) * 1rem);
    border-radius: calc(6 / var(--font-size) * 1rem);
    background: var(--color-white);
    overflow: hidden;
    --x: 0 0 calc(2 / var(--font-size) * 1rem) var(--color-white);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-overview-progress-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: calc(6 / var(--font-size) * 1rem);
  }
  .top-overview-progress-desc-desc.--new-house .top-overview-progress-body {
    color: var(--main-color);
  }
  .top-overview-progress-desc-desc.--reform .top-overview-progress-body {
    color: var(--main-accent-color);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-body::before {
    border: calc(2 / var(--font-size) * 1rem) solid var(--main-color);
  }
  .top-overview-progress-desc-desc.--reform
    .top-overview-progress-body::before {
    border: calc(2 / var(--font-size) * 1rem) solid var(--main-accent-color);
  }
  .top-overview-progress-body > * {
    position: relative;
    z-index: 1;
  }
  .top-overview-progress-column {
    position: relative;
    width: 100%;
  }
  .top-overview-progress-column::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% - calc(8 / var(--font-size) * 1rem));
    border-left: calc(2 / var(--font-size) * 1rem) dashed
      var(--main-border-color);
    transform: translate3d(-50%, -50%, 0);
  }
  .top-overview-progress-column__parts {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
  .top-overview-progress-column__parts:first-child {
    left: 0;
  }
  .top-overview-progress-column__parts + .top-overview-progress-column__parts {
    right: 0;
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-column__parts
    + .top-overview-progress-column__parts {
    color: var(--main-color-jigyo02-gx);
  }
  .top-overview-progress__bar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    width: 100%;
  }
  .top-overview-progress__bar > span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
  }
  .top-overview-progress-column__parts .top-overview-progress__bar > span {
    max-width: 50%;
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress__bar
    > span {
    background: var(--main-color);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-column__parts
    + .top-overview-progress-column__parts
    .top-overview-progress__bar
    > span {
    background: var(--main-color-jigyo02-gx);
  }
  .top-overview-progress-desc-desc.--reform .top-overview-progress__bar > span {
    background: var(--main-accent-color);
  }
  .top-overview-progress-column__parts
    + .top-overview-progress-column__parts
    .top-overview-progress__bar
    > span {
    left: auto;
    right: 0;
  }
  .top-overview-progress__label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    line-height: calc(25.6 / 20 * 1);
    font-size: calc(27 / var(--font-size) * 1rem);
    font-weight: 700;
    white-space: nowrap;
    transform: translate3d(-50%, -50%, 0);
  }
  .top-overview-progress-column__parts .top-overview-progress__label {
    width: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .top-overview-progress-column__parts:first-child
    .top-overview-progress__label {
    left: 0;
  }
  .top-overview-progress-column__parts
    + .top-overview-progress-column__parts
    .top-overview-progress__label {
    left: auto;
    right: 0;
  }
  .top-overview-progress__label > span {
    display: block;
  }
  .top-overview-progress__label > span > span {
    font-size: calc(18 / 27 * 100%);
  }
  .top-overview-progress-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(4 / var(--font-size) * 1rem);
  }
  .top-overview-progress-footer:first-child {
    margin-top: 0;
  }
  .top-overview-progress-footer > span {
    display: inline-block;
    vertical-align: top;
    line-height: calc(28.8 / 18 * 1);
    font-size: calc(18 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-overview-progress-footer > span:first-child {
    text-align: left;
  }
  .top-overview-progress-footer > span:last-child {
    text-align: right;
  }
  .top-overview-lead {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-overview-lead:first-child {
    margin-top: 0;
  }
  .top-overview-lead-txt {
    line-height: calc(25.6 / 16 * 1);
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-overview-lead-txt a {
    color: var(--main-accent-color);
    text-decoration: underline;
  }
  .top-overview-lead-txt a:hover {
    text-decoration: none;
  }
  .top-overview-note {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }
  .top-overview-note:first-child {
    margin-top: 0;
  }
  .top-overview-note-txt {
    line-height: calc(19.2 / 12 * 1);
    font-size: calc(12 / var(--font-size) * 1rem);
    display: flex;
  }
  .top-overview-note-txt > * {
  }
  .top-overview-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
    margin-right: 0.5em;
    flex-shrink: 0;
  }
  .top-overview-txt {
    margin-top: calc(21 / var(--font-size) * 1rem);
    line-height: calc(22.4 / 12 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-overview-txt:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .top-overview {
    padding-top: calc(32 / var(--font-size) * 1rem);
    padding-bottom: calc(32 / var(--font-size) * 1rem);
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-overview__inner {
    padding: 0 calc(20 / var(--font-size) * 1rem);
  }
  .top-overview-heading {
    font-size: calc(24 / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    line-height: 1.78;
    text-align: center;
    margin-bottom: calc(16 / var(--font-size) * 1rem);
  }
  .top-overview__body {
  }
  .top-overview__content {
  }
  .top-overview-column {
  }
  .top-overview-column__parts {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-overview-column__parts:first-child {
    margin-top: 0;
  }
  .top-overview-progress {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-overview-progress:first-child {
    margin-top: 0;
  }
  .top-overview-progress__inner {
    padding: calc(24 / var(--font-size) * 1rem)
      calc(24 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    background-color: var(--bg-accent-color);
  }
  .top-overview-progress-desc {
  }
  .top-overview-progress-desc__term {
    text-align: center;
  }
  .top-overview-progress__inner .top-overview-progress-desc__term {
    margin-left: calc(-24 / var(--font-size) * 1rem);
    margin-right: calc(-24 / var(--font-size) * 1rem);
  }
  .top-overview-progress-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: calc(27 / 18 * 1);
    font-size: calc(18 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-accent-color);
  }
  .top-overview-progress-desc__defin {
    margin-top: calc(9 / var(--font-size) * 1rem);
  }
  .top-overview-progress-desc__defin:first-child {
    margin-top: 0;
  }
  .top-overview-progress-desc-desc {
    margin-top: calc(18 / var(--font-size) * 1rem);
  }
  .top-overview-progress-desc-desc:first-child {
    margin-top: 0;
  }
  .top-overview-progress-desc-desc__term {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top-overview-progress-desc-desc__term__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: calc(
      14 / var(--font-size) * 1rem + 8 / var(--font-size) * 1rem
    );
    line-height: calc(28.8 / 18 * 1);
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-overview-progress-desc-desc__term__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
    margin-top: calc(
      calc(28.8 / 18 * 0.5em) - calc(14 / var(--font-size) * 0.5rem)
    );
    border-radius: calc(14 / var(--font-size) * 1rem);
    background-color: var(--text-color);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label {
    color: var(--main-color);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label
    + .top-overview-progress-desc-desc__term__label {
    padding-left: 0;
    padding-right: calc(
      14 / var(--font-size) * 1rem + 8 / var(--font-size) * 1rem
    );
    color: var(--main-color-jigyo02-gx);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label {
    width: 50%;
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label
    + .top-overview-progress-desc-desc__term__label {
    text-align: right;
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label::before {
    background-color: var(--main-color);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-desc-desc__term__label
    + .top-overview-progress-desc-desc__term__label::before {
    left: auto;
    right: 0;
    background-color: var(--main-color-jigyo02-gx);
  }
  .top-overview-progress-desc-desc.--reform
    .top-overview-progress-desc-desc__term__label {
    color: var(--main-accent-color);
  }
  .top-overview-progress-desc-desc.--reform
    .top-overview-progress-desc-desc__term__label::before {
    background-color: var(--main-accent-color);
  }
  .top-overview-progress-desc-desc__defin {
    margin-top: calc(4 / var(--font-size) * 1rem);
  }
  .top-overview-progress-desc-desc__defin:first-child {
    margin-top: 0;
  }
  .top-overview-progress-body {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: calc(80 / var(--font-size) * 1rem);
    border-radius: calc(6 / var(--font-size) * 1rem);
    background: var(--color-white);
    overflow: hidden;
    --x: 0 0 calc(2 / var(--font-size) * 1rem) var(--color-white);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-overview-progress-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: calc(6 / var(--font-size) * 1rem);
  }
  .top-overview-progress-desc-desc.--new-house .top-overview-progress-body {
    color: var(--main-color);
  }
  .top-overview-progress-desc-desc.--reform .top-overview-progress-body {
    color: var(--main-accent-color);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-body::before {
    border: calc(2 / var(--font-size) * 1rem) solid var(--main-color);
  }
  .top-overview-progress-desc-desc.--reform
    .top-overview-progress-body::before {
    border: calc(2 / var(--font-size) * 1rem) solid var(--main-accent-color);
  }
  .top-overview-progress-body > * {
    position: relative;
    z-index: 1;
  }
  .top-overview-progress-column {
    position: relative;
    width: 100%;
  }
  .top-overview-progress-column::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% - calc(8 / var(--font-size) * 1rem));
    border-left: calc(2 / var(--font-size) * 1rem) dashed
      var(--main-border-color);
    transform: translate3d(-50%, -50%, 0);
  }
  .top-overview-progress-column__parts {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
  .top-overview-progress-column__parts:first-child {
    left: 0;
  }
  .top-overview-progress-column__parts + .top-overview-progress-column__parts {
    right: 0;
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-column__parts
    + .top-overview-progress-column__parts {
    color: var(--main-color-jigyo02-gx);
  }
  .top-overview-progress__bar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    width: 100%;
  }
  .top-overview-progress__bar > span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
  }
  .top-overview-progress-column__parts .top-overview-progress__bar > span {
    max-width: 50%;
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress__bar
    > span {
    background: var(--main-color);
  }
  .top-overview-progress-desc-desc.--new-house
    .top-overview-progress-column__parts
    + .top-overview-progress-column__parts
    .top-overview-progress__bar
    > span {
    background: var(--main-color-jigyo02-gx);
  }
  .top-overview-progress-desc-desc.--reform .top-overview-progress__bar > span {
    background: var(--main-accent-color);
  }
  .top-overview-progress-column__parts
    + .top-overview-progress-column__parts
    .top-overview-progress__bar
    > span {
    left: auto;
    right: 0;
  }
  .top-overview-progress__label {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: calc(25.6 / 20 * 1);
    font-size: calc(27 / var(--font-size) * 1rem);
    font-weight: 700;
    white-space: nowrap;
    transform: translate3d(0, -50%, 0);
  }
  .top-overview-progress-column__parts .top-overview-progress__label {
    width: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .top-overview-progress-column__parts:first-child
    .top-overview-progress__label {
    left: 0;
  }
  .top-overview-progress-column__parts
    + .top-overview-progress-column__parts
    .top-overview-progress__label {
    left: auto;
    right: 0;
  }
  .top-overview-progress__label > span {
    display: block;
  }
  .top-overview-progress__label > span > span {
    font-size: calc(18 / 27 * 100%);
  }
  .top-overview-progress-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(4 / var(--font-size) * 1rem);
  }
  .top-overview-progress-footer:first-child {
    margin-top: 0;
  }
  .top-overview-progress-footer > span {
    display: inline-block;
    vertical-align: top;
    line-height: calc(28.8 / 18 * 1);
    font-size: calc(18 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-overview-progress-footer > span:first-child {
    text-align: left;
  }
  .top-overview-progress-footer > span:last-child {
    text-align: right;
  }
  .top-overview-lead {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-overview-lead:first-child {
    margin-top: 0;
  }
  .top-overview-lead-txt {
    line-height: calc(25.6 / 16 * 1);
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-overview-lead-txt a {
    color: var(--main-accent-color);
    text-decoration: underline;
  }
  .top-overview-lead-txt a:hover {
    text-decoration: none;
  }
  .top-overview-note {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }
  .top-overview-note:first-child {
    margin-top: 0;
  }
  .top-overview-note-txt {
    line-height: calc(19.2 / 12 * 1);
    font-size: calc(12 / var(--font-size) * 1rem);
    display: flex;
  }
  .top-overview-note-txt > * {
  }
  .top-overview-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
    margin-right: 0.5em;
    flex-shrink: 0;
  }
  .top-overview-txt {
    margin-top: calc(21 / var(--font-size) * 1rem);
    line-height: calc(22.4 / 12 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-overview-txt:first-child {
    margin-top: 0;
  }
}

.top-visual-attention-news.--hidden {
  display: none;
}

.top-visual-attention-news.--show {
  display: block;
}
@media screen and (min-width: 768px), print {
  /* attention-news */
  .top-visual-content:has(.top-visual-attention-news.--show) {
    padding-top: calc(144 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news {
    position: absolute;
    top: calc(15 / var(--font-size) * 1rem);
    width: 100%;
    margin-bottom: calc(13 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news__inner {
    padding: 0 calc(12 / var(--font-size) * 1rem) 0
      calc(6 / var(--font-size) * 1rem);
    border: calc(2 / var(--font-size) * 1rem) solid var(--color-attention_1000);
    border-radius: calc(5 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .top-visual-attention-news__inner + .top-visual-attention-news__inner {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news__body {
    background-color: var(--color-white);
    padding: calc(12 / var(--font-size) * 1rem) 0;
  }
  .top-visual-attention-news-column {
    display: flex;
    width: 100%;
    gap: calc(20 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news-column__parts:first-child {
    flex-shrink: 0;
  }
  .top-visual-attention-news-column__parts {
    display: flex;
    align-items: center;
    gap: calc(16 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news__date {
    flex-shrink: 0;
  }
  .top-visual-attention-news__date__label {
    font-weight: bold;
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news-heading {
    display: flex;
    align-items: center;
  }
  .top-visual-attention-news-heading__ico {
    --ico-width: 30;
    --ico-height: 30;
    margin-right: calc(4 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news-heading__ico img {
    width: calc(var(--ico-width) / var(--font-size) * 1rem);
    height: calc(var(--ico-height) / var(--font-size) * 1rem);
  }
  .top-visual-attention-news-heading__label {
    font-size: calc(17 / var(--font-size) * 1rem);
    line-height: 1.3;
    font-weight: bold;
    color: var(--color-attention_1000);
  }
  .top-visual-attention-news__content {
  }
  .top-visual-attention-news__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .top-visual-attention-news__label {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: calc(32 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news__link svg {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: top;
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    margin-top: calc(5 / var(--font-size) * 1rem);
    margin-left: calc(8 / 14 * 1em);
    fill: var(--color-attention_1000);
  }

  /* 2/26 */
  body[data-top-attention="true"] .top-visual-attention-news {
    max-width: calc(1024 / var(--font-size) * 1rem);
    top: calc(18 / var(--font-size) * 1rem);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  body[data-top-attention="true"] .top-visual-attention-news-column {
    justify-content: center;
    gap: 0;
  }
  body[data-top-attention="true"] .top-visual-attention-news__inner {
    padding: 0;
  }
  body[data-top-attention="true"] .top-visual-attention-news__body {
    padding: 0;
    position: relative;
  }
  body[data-top-attention="true"] .top-visual-attention-news__link {
    padding: calc(6 / var(--font-size) * 1rem) calc(6 / var(--font-size) * 1rem)
      calc(6 / var(--font-size) * 1rem) calc(6 / var(--font-size) * 1rem);
    min-height: calc(42 / var(--font-size) * 1rem);
  }
  body[data-top-attention="true"] .top-visual-attention-news__link svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(18 / var(--font-size) * 1rem);
    margin: auto 0;
  }
  body[data-top-attention="true"] .top-visual-content {
    padding-top: calc(178 / var(--font-size) * 1rem);
  }
  /* 2025/11/04 */
  .top-visual-attention-news__inner.--important {
  }
  .top-visual-attention-news__inner.--important
    .top-visual-attention-news__body {
    background-color: var(--color-attention_1000);
    color: var(--color-white);
  }
  .top-visual-attention-news__inner.--important
    .top-visual-attention-news-heading__ico {
    background-color: var(--color-white);
    mask-image: url(/assets/img/top_public/icon_attention.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: calc(30 / var(--font-size) * 1rem);
    height: calc(30 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news__inner.--important
    .top-visual-attention-news__link
    svg {
    fill: var(--color-white);
  }
}
@media screen and (max-width: 767px), print {
  .top-visual-content:has(.top-visual-attention-news.--show) {
    padding-top: calc(89 / var(--font-size) * 1rem);
  }
  /* attention-news */
  .top-visual-attention-news {
    position: absolute;
    top: calc(15 / var(--font-size) * 1rem);
    width: 100%;
    margin-bottom: calc(13 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news__inner {
    padding: 0 calc(12 / var(--font-size) * 1rem) 0
      calc(6 / var(--font-size) * 1rem);
    border: calc(2 / var(--font-size) * 1rem) solid var(--color-attention_1000);
    border-radius: calc(5 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .top-visual-attention-news__inner + .top-visual-attention-news__inner {
    margin-top: calc(9 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news__body {
    background-color: var(--color-white);
    padding: calc(8 / var(--font-size) * 1rem) 0
      calc(10 / var(--font-size) * 1rem) 0;
  }
  .top-visual-attention-news-column {
    display: flex;
    width: 100%;
  }
  .top-visual-attention-news-column__parts:first-child {
    width: calc(94 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news-column__parts {
    width: calc(100% - calc(94 / var(--font-size) * 1rem));
  }
  .top-visual-attention-news-heading {
    display: flex;
    align-items: center;
  }
  .top-visual-attention-news-heading__ico {
    width: calc(30 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    --ico-width: 30;
    --ico-height: 30;
    margin-right: calc(4 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news-heading__ico img {
    width: calc(var(--ico-width) / var(--font-size) * 1rem);
    height: calc(var(--ico-height) / var(--font-size) * 1rem);
  }
  .top-visual-attention-news-heading__label {
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.3;
    font-weight: bold;
    color: var(--color-attention_1000);
  }
  .top-visual-attention-news__content {
  }
  .top-visual-attention-news__link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .top-visual-attention-news__label {
    padding-right: calc(28 / var(--font-size) * 1rem);
    font-size: calc(12 / var(--font-size) * 1rem) !important;
    line-height: 1.3;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(34 / var(--font-size) * 1rem);
    width: 100%;
  }
  .top-visual-attention-news__label span {
    font-size: calc(11 / var(--font-size) * 1rem);
    flex-shrink: 0;
  }
  .top-visual-attention-news__link svg {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: top;
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    margin-top: calc(5 / var(--font-size) * 1rem);
    margin-left: calc(8 / 14 * 1em);
    fill: var(--color-attention_1000);
  }

  /* 2/26 */
  body[data-top-attention="true"] .top-visual-attention-news {
    max-width:calc(100% - calc(20 / var(--font-size) * 1rem));
    top: calc(30 / var(--font-size) * 1rem);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  body[data-top-attention="true"] .top-visual-attention-news-heading__ico {
    position: relative;
    top: calc(2 / var(--font-size) * 1rem);
  }
  body[data-top-attention="true"] .top-visual-attention-news-column {
    align-items: center;
    gap: 0;
  }
  body[data-top-attention="true"]
    .top-visual-attention-news-column__parts:first-child {
    width: auto;
  }
  body[data-top-attention="true"]
    .top-visual-attention-news-column__parts:nth-child(2) {
    width: 100%;
  }
  body[data-top-attention="true"] .top-visual-attention-news__inner {
    padding: 0;
  }
  body[data-top-attention="true"] .top-visual-attention-news__body {
    padding: 0;
    position: relative;
  }
  body[data-top-attention="true"] .top-visual-attention-news__link {
    padding: calc(12 / var(--font-size) * 1rem)
      calc(12 / var(--font-size) * 1rem) calc(12 / var(--font-size) * 1rem)
      calc(8 / var(--font-size) * 1rem);
  }
  body[data-top-attention="true"] .top-visual-attention-news__link svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(12 / var(--font-size) * 1rem);
    margin: auto 0;
  }
  body[data-top-attention="true"] .top-visual-content {
    padding-top: calc(195 / var(--font-size) * 1rem);
  }
  /* 2025/11/04 */
  .top-visual-attention-news__inner.--important {
  }
  .top-visual-attention-news__inner.--important
    .top-visual-attention-news__body {
    background-color: var(--color-attention_1000);
    color: var(--color-white);
  }
  .top-visual-attention-news__inner.--important
    .top-visual-attention-news-heading__ico {
    background-color: var(--color-white);
    mask-image: url(/assets/img/top_public/icon_attention.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: calc(30 / var(--font-size) * 1rem);
    height: calc(30 / var(--font-size) * 1rem);
  }
  .top-visual-attention-news__inner.--important
    .top-visual-attention-news__link
    svg {
    fill: var(--color-white);
  }
}

/* --------------------------------------------------------------------------
  TOP INTRO
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-intro {
    padding-top: calc(64 / var(--font-size) * 1rem);
    color: var(--text-color);
  }
  .top-intro p a {
    color: var(--text-color);
    text-decoration: underline;
  }
  .top-intro p a:hover {
    text-decoration: none;
  }
  .top-intro__inner {
    padding: 0 calc(70 / var(--font-size) * 1rem);
  }
  .l-frame-main:first-child .top-intro__inner {
    max-width: calc(1164 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .top-intro-heading {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .top-intro-heading__ico {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(131 / var(--font-size) * 1rem);
  }
  .top-intro-heading__label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: calc(26 / var(--font-size) * 1rem);
    font-size: calc(28 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-color-page);
  }
  .--consumer .top-intro-heading__label {
    color: var(--main-color-page);
  }
  .--business .top-intro-heading__label {
    color: var(--accent-color-page);
  }
  .top-intro-body {
  }
  .top-intro-body__inner {
    position: relative;
    padding-top: calc(40 / var(--font-size) * 1rem);
  }
  .top-intro-body__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin-left: calc(-70 / var(--font-size) * 1rem);
    margin-right: calc(-70 / var(--font-size) * 1rem);
    background: var(--sub-color-03);
    pointer-events: none;
  }
  .top-intro-body:last-child .top-intro-body__inner {
    padding-bottom: calc(70 / var(--font-size) * 1rem);
  }
  .--consumer .top-intro-body__inner::before {
    background: var(--sub-color-03);
  }
  .--business .top-intro-body__inner::before {
    background: #fdf8e3;
  }
  .l-frame-main:first-child .top-intro-body__inner::before {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: var(--sub-color-03);
  }
  .top-intro-body__inner > * {
    position: relative;
    z-index: 1;
  }
  .top-intro-txt {
    line-height: calc(25.6 / 16 * 1);
    font-size: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-txt.--center {
    text-align: center;
  }
  .top-intro-txt.--xsmall {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
  .top-intro-txt.--small {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-intro-txt em {
    font-weight: 700;
    color: var(--main-color-page);
  }
  .top-intro-txt em {
    font-weight: 700;
    color: var(--main-color-page);
  }
  .--consumer .top-intro-txt em {
    color: var(--main-color-page);
  }
  .--business .top-intro-txt em {
    color: var(--accent-color-page);
  }
  .top-intro-note {
    margin-top: calc(4 / var(--font-size) * 1rem);
  }
  .top-intro-note:first-child {
    margin-top: 0;
  }
  .top-intro-note-txt {
    padding-left: 1em;
    line-height: calc(25.6 / 16 * 1);
    font-size: calc(16 / var(--font-size) * 1rem);
    text-indent: -1em;
  }
  .top-intro-note-txt.--center {
    text-align: center;
  }
  .top-intro-note-txt.--xsmall {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
  .top-intro-note-txt.--small {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-intro-note-txt > * {
    text-indent: 0;
  }
  .top-intro-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
  .top-intro-btn {
    margin-top: calc(21 / var(--font-size) * 1rem);
    text-align: center;
  }
  .top-intro-btn:first-child {
    margin-top: 0;
  }
  .top-intro-feature-container.--flex
    .top-intro-feature-content
    .top-intro-btn {
    margin-top: 0;
    margin-left: auto;
  }
  .top-intro-feature-container.--flex
    .top-intro-feature-content
    .top-intro-btn:first-child {
    margin-left: 0;
  }
  .top-intro-btn a {
    display: inline-block;
    vertical-align: top;
    transition: 0.3s ease;
  }
  .top-intro-btn a:hover {
    opacity: 0.7;
  }
  .top-intro-btn a[disabled] {
    pointer-events: none;
  }
  .top-intro-box-desc .top-intro-btn a {
    width: 100%;
  }
  .top-intro-btn-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .top-intro-btn-list__item {
    margin-left: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-btn-list__item:first-child {
    margin-left: 0;
  }
  .top-intro-box-desc .top-intro-btn-list__item {
    width: calc(304 / var(--font-size) * 1rem);
    margin-left: calc(32 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc .--3col .top-intro-btn-list__item {
    flex-grow: 1;
    width: calc((100% / 3) - calc(32 / var(--font-size) * 1rem));
    margin-left: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc .top-intro-btn-list__item:first-child {
    margin-left: 0;
  }
  .top-intro-btn-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(304 / var(--font-size) * 1rem);
    height: calc(64 / var(--font-size) * 1rem);
    border-radius: calc(5 / var(--font-size) * 1rem);
    background: var(--main-color-page);
    color: var(--color-white);
    overflow: hidden;
  }
  .top-intro-btn a[disabled] .top-intro-btn-body {
    background: var(--color-gray_400);
    color: var(--color-white);
  }
  .--business .top-intro-btn-body {
    background: var(--accent-color-page);
  }
  .top-intro-btn.--portal .top-intro-btn-body {
    background: #3da9a9;
  }
  .--login .top-intro-btn-body {
    background: var(--main-color);
  }
  .--login .top-intro-btn-body i {
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-image: url(/assets/img/common/ico_header_login.svg);
    background: var(--color-white);
  }
  .--xxsmall .top-intro-btn-body {
    width: calc(168 / var(--font-size) * 1rem);
    height: calc(64 / var(--font-size) * 1rem);
    padding-left: calc(8 / var(--font-size) * 1rem);
    padding-right: calc(32 / var(--font-size) * 1rem);
  }
  .--xxsmall .top-intro-btn-body i {
    margin-right: calc(10 / var(--font-size) * 1rem);
  }
  .--xsmall .top-intro-btn-body {
    width: calc(186 / var(--font-size) * 1rem);
    height: calc(56 / var(--font-size) * 1rem);
    padding-left: calc(12 / var(--font-size) * 1rem);
    padding-right: calc(24 / var(--font-size) * 1rem);
  }
  .--small .top-intro-btn-body {
    width: calc(230 / var(--font-size) * 1rem);
    height: calc(64 / var(--font-size) * 1rem);
    padding-left: calc(12 / var(--font-size) * 1rem);
    padding-right: calc(12 / var(--font-size) * 1rem);
  }
  .--large .top-intro-btn-body {
    width: calc(388 / var(--font-size) * 1rem);
    height: calc(80 / var(--font-size) * 1rem);
    padding-left: calc(
      14 / var(--font-size) * 1rem + 25 / var(--font-size) * 1rem + 12.5 /
        var(--font-size) * 1rem
    );
    padding-right: calc(
      14 / var(--font-size) * 1rem + 25 / var(--font-size) * 1rem + 12.5 /
        var(--font-size) * 1rem
    );
  }
  .--new-house .top-intro-btn-body {
    background: #0f9d72;
  }
  .--reform .top-intro-btn-body {
    background: #f07941;
  }
  .--consumer .--type02 .top-intro-btn-body {
    background: var(--sub-color);
    color: var(--main-color-page);
  }
  .--business .--type02 .top-intro-btn-body {
    background: var(--sub-accent-color);
    color: var(--accent-color-page);
  }
  .top-intro-btn__label {
    display: inline-block;
    vertical-align: top;
    line-height: calc(18.4 / 14 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .--xsmall .top-intro-btn__label {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
  /** 登録の手順ボタン **/
  .top-intro-btn.--about-entry-flow .top-intro-btn-body {
    background-color: var(--color-white);
    border: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
    width: calc(230 / var(--font-size) * 1rem);
    height: calc(49 / var(--font-size) * 1rem);
  }
  .top-intro-btn.--about-entry-flow .top-intro-btn__label {
    color: var(--color-black);
    line-height: calc(18.4 / 12 * 1);
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: 700;
    margin-right: calc(22 / var(--font-size) * 1rem);
  }
  .top-intro-btn.--about-entry-flow .top-intro-btn-body i {
    width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
    margin-right: calc(11 / var(--font-size) * 1rem);
  }
  .top-intro-btn.--about-entry-flow .top-intro-btn-body svg {
    fill: var(--color-gray_600);
  }
  /** **/
  .top-intro-btn__label > span {
    font-size: calc(10 / 14 * 100%);
  }
  .top-intro-btn-body i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(20 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
    margin: auto 0;
    margin-right: calc(20 / var(--font-size) * 1rem);
  }
  .--small .top-intro-btn-body i {
    margin-right: calc(14 / var(--font-size) * 1rem);
  }
  .top-intro-btn a[disabled] .top-intro-btn-body i {
    display: none;
  }
  .--large .top-intro-btn-body i {
    width: calc(25 / var(--font-size) * 1rem);
    height: calc(25 / var(--font-size) * 1rem);
    margin-right: calc(12.5 / var(--font-size) * 1rem);
  }
  .--xsmall .top-intro-btn-body i {
    width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
    margin-right: calc(14 / var(--font-size) * 1rem);
  }
  .top-intro-btn-body i svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
    fill: var(--color-white);
  }
  .--consumer .--type02 .top-intro-btn-body i svg {
    fill: var(--main-color-page);
  }
  .--business .--type02 .top-intro-btn-body i svg {
    fill: var(--accent-color-page);
  }
  .top-intro-section--lv1 {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv1:first-child {
    margin-top: 0;
  }
  .top-intro-section--lv1__inner {
  }
  .top-intro-section--lv1-heading {
    text-align: center;
  }
  .top-intro-section--lv1-heading__label {
    display: inline-block;
    vertical-align: top;
    font-size: calc(24 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .--consumer .top-intro-section--lv1-heading__label {
    color: var(--main-color-page);
  }
  .--business .top-intro-section--lv1-heading__label {
    color: var(--accent-color-page);
  }
  .top-intro-section--lv1-body {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv1-body:first-child {
    margin-top: 0;
  }
  .top-intro-section--lv2 {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv2:first-child {
    margin-top: 0;
  }
  .top-intro-section--lv2__inner {
  }
  .top-intro-section--lv2-heading {
    text-align: center;
  }
  .top-intro-section--lv2-heading__label {
    display: inline-block;
    vertical-align: top;
    font-size: calc(18 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv2-body {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv2-body:first-child {
    margin-top: 0;
  }
  .top-intro-box {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-intro-box:first-child {
    margin-top: 0;
  }
  .top-intro-box__inner {
    max-width: calc(1024 / var(--font-size) * 1rem);
    margin: auto;
    padding-top: calc(40 / var(--font-size) * 1rem);
    padding-bottom: calc(40 / var(--font-size) * 1rem);
    padding-left: calc(42 / var(--font-size) * 1rem);
    padding-right: calc(42 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    background: var(--color-white);
    overflow: hidden;
  }
  .top-intro-box__inner:has(.top-intro-box-desc) {
    padding-left: calc(24 / var(--font-size) * 1rem);
    padding-right: calc(36 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv1 {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv1:first-child {
    margin-top: 0;
  }
  .top-intro-box-section--lv1__inner {
  }
  .top-intro-box-section--lv1-heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-intro-box-section--lv1-heading__ico {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(50 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv1-heading__label {
    display: inline-block;
    vertical-align: top;
    margin-left: calc(16 / var(--font-size) * 1rem);
    font-size: calc(22 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-intro-box-section--lv1-heading__label:first-child {
    margin-left: 0;
  }
  .top-intro-box-section--lv1-body {
    margin-top: calc(21 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv1-body:first-child {
    margin-top: 0;
  }
  .top-intro-box-section--lv1-top {
    display: flex;
    column-gap: calc(41 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv2 {
    margin-top: calc(21 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv2:first-child {
    margin-top: 0;
  }
  .top-intro-box-section--lv2__inner {
  }
  .top-intro-box-section--lv2-heading {
    text-align: center;
  }
  .top-intro-box-section--lv2-heading__label {
    display: inline-block;
    vertical-align: top;
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .--consumer
    .--reform
    .top-intro-box-section--lv2-heading__label
    .u-text-decoration-circle--s:before {
    background-color: #f07941;
  }
  .--consumer
    .--new-house
    .top-intro-box-section--lv2-heading__label
    .u-text-decoration-circle--s:before {
    background-color: var(--main-color-jigyo01);
  }
  .top-intro-box-section--lv2-heading__label.--button {
    display: flex;
    align-items: center;
    margin-bottom: calc(10 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv2-heading__label.--button .c-block-heading {
    margin-bottom: 0;
  }
  .top-intro-box-section--lv2-heading__button {
    margin-top: calc(-18 / var(--font-size) * 1rem);
    margin-left: auto;
  }
  .top-intro-box-section--lv2-body {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv2-body:first-child {
    margin-top: 0;
  }
  .top-intro-box-desc {
    display: flex;
    justify-content: flex-start;
  }
  .top-intro-box-desc__term {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: calc(182 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc__term-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: calc(10 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc__term-box .top-intro-box-desc__term__img {
    width: calc(97 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc.--large .top-intro-box-desc__term {
    width: calc(226 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: calc(25.6 / 18 * 1);
    font-size: calc(18 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-intro-box-desc__defin {
    position: relative;
    flex-grow: 1;
    padding-left: calc(28 / var(--font-size) * 1rem);
    margin-left: calc(14 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc__defin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
  }
  .top-intro-box-desc.--large .top-intro-box-desc__defin {
    padding-left: calc(54 / var(--font-size) * 1rem);
  }
  .top-intro-feature {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .top-intro-feature:first-child {
    margin-top: 0;
  }
  .top-intro-feature__inner {
    padding-top: calc(26 / var(--font-size) * 1rem);
    padding-bottom: calc(26 / var(--font-size) * 1rem);
    padding-left: calc(16 / var(--font-size) * 1rem);
    padding-right: calc(16 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .top-intro-feature-column .top-intro-feature__inner {
    height: 100%;
    border-radius: calc(5 / var(--font-size) * 1rem);
    padding: 0;
  }
  .top-intro-feature-container {
  }
  .top-intro-feature-container.--flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .top-intro-feature-img {
    text-align: center;
  }
  .top-intro-feature-container.--flex .top-intro-feature-img {
    flex-shrink: 0;
  }
  .top-intro-feature-img__label {
    display: inline-block;
    vertical-align: top;
    width: calc(97 / var(--font-size) * 1rem);
  }
  .top-intro-feature-content {
  }
  .top-intro-feature-container.--flex .top-intro-feature-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    column-gap: calc(24 / var(--font-size) * 1rem);
  }
  .top-intro-feature-container.--flex .top-intro-feature-content:first-child {
    margin-left: 0;
  }
  .top-intro-feature-desc {
  }
  .top-intro-feature-container.--flex
    .top-intro-feature-content:has(.top-intro-btn)
    .top-intro-feature-desc {
    margin-right: calc(27 / var(--font-size) * 1rem);
  }
  .top-intro-feature-desc__term {
  }
  .top-intro-feature-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: calc(25.6 / 16 * 1);
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-intro-feature-desc__defin {
    margin-top: calc(6 / var(--font-size) * 1rem);
  }
  .top-intro-feature-desc__defin:first-child {
    margin-top: 0;
  }
  .top-intro-feature-column {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: calc(34 / var(--font-size) * 1rem)
      calc(32 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .--reform .top-intro-feature-column {
    background-color: #fff6f0;
  }
  .--new-house .top-intro-feature-column {
    background-color: #f3fffc;
  }
  .top-intro-feature-column__parts {
    width: 100%;
  }
  .top-intro-feature-column__parts + .top-intro-feature-column__parts {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-intro-feature-column__parts:first-child {
    margin-left: 0;
  }
  .top-intro-lower {
    position: relative;
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-intro-lower:first-child {
    margin-top: 0;
  }
  .top-intro-lower__inner {
    position: relative;
    max-width: calc(1024 / var(--font-size) * 1rem);
    margin: auto;
  }
  .top-intro-lower-btn-list__item__inner {
    border-radius: calc(10 / var(--font-size) * 1rem);
    border: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    border-radius: calc(10 / var(--font-size) * 1rem);
    background: var(--color-white);
  }
  .top-intro-lower-btn .top-intro-note {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-28 / var(--font-size) * 1rem);
  }
  .top-intro-lower-btn a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
  }
  .--consumer .top-intro-lower-btn a:hover {
    color: var(--main-color-page);
  }
  .--business .top-intro-lower-btn a:hover {
    color: var(--accent-color-page);
  }
  .top-intro-lower-btn-list {
    display: flex;
    justify-content: flex-start;
  }
  .top-intro-lower-btn-list__item {
    position: relative;
    flex-grow: 1;
    width: calc(1 / 2 * 100%);
  }
  .top-intro-lower-btn-list__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: calc(100% - calc(44 / var(--font-size) * 1rem));
    border-left: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    transform: translate3d(0, -50%, 0);
  }
  .top-intro-lower-btn-list__item:first-child::before {
    content: none;
  }
  .top-intro-lower-btn-list__item a {
    height: auto;
  }
  .top-intro-lower-btn-list .top-intro-note {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-28 / var(--font-size) * 1rem);
  }
  .top-intro-lower-btn-list__item:has(a[disabled]) {
    position: relative;
    overflow: visible;
  }
  .top-intro-lower-btn-list__item a[disabled] {
    pointer-events: none;
  }
  .top-intro-lower-btn-list__item a[disabled] {
    opacity: 0.6;
    filter: grayscale(1);
  }
  .top-intro-bnr {
  }
  .top-intro-bnr a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
  }
  .top-intro-bnr .--portal a:hover {
    color: var(--main-color-jigyo01);
  }
  .top-intro-bnr .--kosodate a:hover {
    color: var(--main-color-jigyo02);
  }
  .top-intro-bnr .--mado a:hover {
    color: var(--main-color-jigyo03);
  }
  .top-intro-bnr .--kyutou a:hover {
    color: var(--main-color-jigyo04);
  }
  .top-intro-bnr .--chintai a:hover {
    color: var(--main-color-jigyo05);
  }
  .top-intro-bnr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .top-intro-bnr-list__item {
    width: calc(1 / 2 * 100% - calc(13 * 1 / 2 / var(--font-size) * 1rem));
    margin-left: calc(13 / var(--font-size) * 1rem);
  }
  .top-intro-bnr-list__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .top-intro-bnr-list__item:nth-child(n + 3) {
    margin-top: calc(13 / var(--font-size) * 1rem);
  }
  .top-intro-bnr-body {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: calc(72 / var(--font-size) * 1rem);
    padding-left: calc(16 / var(--font-size) * 1rem);
    padding-right: calc(
      14 / var(--font-size) * 1rem + 20 / var(--font-size) * 1rem + 15 /
        var(--font-size) * 1rem
    );
  }
  .top-intro-bnr-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
    border-radius: calc(5 / var(--font-size) * 1rem);
    background: var(--color-white);
    overflow: hidden;
  }
  .top-intro-bnr-body > * {
    position: relative;
    z-index: 1;
  }
  .top-intro-bnr__ico {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(39 / var(--font-size) * 1rem);
    height: calc(39 / var(--font-size) * 1rem);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .--portal .top-intro-bnr__ico {
    background-image: url(/assets/img/common/ico_portal.png);
  }
  .--kosodate .top-intro-bnr__ico {
    background-image: url(/assets/img/common/ico_mirai.png);
  }
  .--mado .top-intro-bnr__ico {
    background-image: url(/assets/img/common/ico_mado.png);
  }
  .--kyutou .top-intro-bnr__ico {
    background-image: url(/assets/img/common/ico_kyutou.png);
  }
  .--chintai .top-intro-bnr__ico {
    background-image: url(/assets/img/common/ico_chintai.png);
  }
  .top-intro-bnr__label {
    display: inline-block;
    vertical-align: top;
    margin-left: calc(16 / var(--font-size) * 1rem);
    line-height: calc(25.6 / 20 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-intro-bnr__label:first-child {
    margin-left: 0;
  }
  .top-intro-bnr__label > span {
    font-size: calc(12 / 14 * 100%);
  }
  .top-intro-bnr-body i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(20 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
    margin: auto 0;
    margin-right: calc(15 / var(--font-size) * 1rem);
    border-radius: calc(20 / var(--font-size) * 1rem);
    background-color: var(--main-color);
  }
  .top-intro-bnr-body i::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + calc(2 / var(--font-size) * 1rem));
    height: calc(100% + calc(2 / var(--font-size) * 1rem));
    margin: calc(-1 / var(--font-size) * 1rem);
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color);
    border-radius: calc(20 / var(--font-size) * 1rem);
  }
  .--portal .top-intro-bnr-body i {
    background-color: var(--main-color-jigyo01);
  }
  .--portal .top-intro-bnr-body i::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color-jigyo01);
  }
  .--kosodate .top-intro-bnr-body i {
    background-color: var(--main-color-jigyo02);
  }
  .--kosodate .top-intro-bnr-body i::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color-jigyo02);
  }
  .--mado .top-intro-bnr-body i {
    background-color: var(--main-color-jigyo03);
  }
  .--mado .top-intro-bnr-body i::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color-jigyo03);
  }
  .--kyutou .top-intro-bnr-body i {
    background-color: var(--main-color-jigyo04);
  }
  .--kyutou .top-intro-bnr-body i::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color-jigyo04);
  }
  .--chintai .top-intro-bnr-body i {
    background-color: var(--main-color-jigyo05);
  }
  .--chintai .top-intro-bnr-body i::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color-jigyo05);
  }
  .top-intro-bnr-body i svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
    fill: var(--color-white);
  }

  .top-intro-feature-table {
  }
  .top-intro-feature-table__inner {
    padding: calc(32 / var(--font-size) * 1rem);
    background-color: #fbf7f3;
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .top-intro-feature-table-list {
    display: grid;
    grid-template-columns:
      minmax(
        calc(100 / var(--font-size) * 1rem),
        calc(120 / var(--font-size) * 1rem)
      )
      repeat(
        2,
        minmax(
          calc(240 / var(--font-size) * 1rem),
          calc(260 / var(--font-size) * 1rem)
        )
      );
    grid-template-rows: calc(180 / var(--font-size) * 1rem) auto auto;
    gap: calc(23 / var(--font-size) * 1rem);
  }
  .top-intro-feature-table-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-table-heading {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #f9ebdc;
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .top-table-heading__inner {
    width: 100%;
    height: 100%;
    padding: calc(18 / var(--font-size) * 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-table-heading__label {
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: calc(22.4 / 14 * 1);
    flex-shrink: 0;
  }
  .top-intro-table-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(5 / var(--font-size) * 1rem);
    margin-bottom: calc(11 / var(--font-size) * 1rem);
    min-height: calc(64 / var(--font-size) * 1rem);
    position: relative;
  }
  .top-intro-table-heading__label {
    font-size: calc(16 / var(--font-size) * 1rem);
    color: var(--color-white);
    font-weight: 700;
    line-height: calc(18.4 / 16 * 1);
    text-align: center;
    display: flex;
    align-items: center;
    gap: calc(6 / var(--font-size) * 1rem);
  }
  .top-intro-table-heading.--gx .top-intro-table-heading__label {
    margin-left: calc(24 / var(--font-size) * 1rem);
  }
  .top-intro-table-heading.--new-house {
    background-color: #c3905c;
  }
  .top-intro-table-heading.--gx {
    background-color: #3da9a9;
  }
  .top-intro-table-heading.--no-icon {
    padding: calc(8 / var(--font-size) * 1rem)
      calc(12 / var(--font-size) * 1rem);
    display: inline-block;
    width: auto;
  }
  .top-intro-table-heading__ico {
    display: inline-block;
    width: calc(84 / var(--font-size) * 1rem);
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
  }
  .top-intro-table-txt {
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: 400;
    line-height: calc(22.4 / 14 * 1);
  }
  .top-intro-table-note {
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: calc(18.4 / 14 * 1);
    color: #3ec1b1;
  }
}

@media (max-width: 767px) {
  .top-intro {
    padding-top: calc(64 / var(--font-size) * 1rem);
    color: var(--text-color);
  }
  .top-intro p a {
    color: var(--text-color);
    text-decoration: underline;
  }
  .top-intro__inner {
    padding: 0 calc(15 / var(--font-size) * 1rem);
  }
  .top-intro-heading {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: calc(18 / var(--font-size) * 1rem);
  }
  .top-intro__inner .top-intro-heading {
    margin: 0 calc(-15 / var(--font-size) * 1rem);
  }
  .top-intro-heading__ico {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(114 / var(--font-size) * 1rem);
    position: relative;
    left: calc(-15 / var(--font-size) * 1rem);
  }
  .top-intro.--business .top-intro-heading__ico {
    left: calc(4 / var(--font-size) * 1rem);
    margin-left: calc(-11 / var(--font-size) * 1rem);
  }
  .top-intro-heading__label {
    display: inline-block;
    vertical-align: top;
    margin-left: calc(-9 / var(--font-size) * 1rem);
    margin-bottom: calc(21 / var(--font-size) * 1rem);
    font-size: calc(22 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-color-page);
    white-space: nowrap;
  }
  .--consumer .top-intro-heading__label {
    color: var(--main-color-page);
  }
  .--business .top-intro-heading__label {
    color: var(--accent-color-page);
    letter-spacing: -0.015em;
  }
  .top-intro-heading__label:first-child {
    margin-left: 0;
  }
  .top-intro-body {
  }
  .top-intro-body__inner {
    position: relative;
    padding-top: calc(48 / var(--font-size) * 1rem);
  }
  .top-intro-body__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: var(--sub-color-03);
    pointer-events: none;
  }
  .top-intro-body:last-child .top-intro-body__inner {
    padding-bottom: calc(48 / var(--font-size) * 1rem);
  }
  .--consumer .top-intro-body__inner::before {
    background: var(--sub-color-03);
  }
  .--business .top-intro-body__inner::before {
    background: #fdf8e3;
  }
  .top-intro-body__inner > * {
    position: relative;
    z-index: 1;
  }
  .top-intro-txt {
    line-height: calc(22.4 / 14 * 1);
    font-size: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-txt.--center {
    text-align: center;
  }
  .top-intro-txt.--center-sp {
    text-align: center;
  }
  .top-intro-txt.--xsmall {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
  .top-intro-txt.--small {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-intro-txt.--small-sp {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv1-body > .top-intro-txt,
  .top-intro-section--lv2-body > .top-intro-txt,
  .top-intro-box-section--lv1-body > .top-intro-txt,
  .top-intro-box-section--lv2-body > .top-intro-txt {
    padding-left: calc(6 / var(--font-size) * 1rem);
    padding-right: calc(6 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc .top-intro-txt {
    padding-left: calc(6 / var(--font-size) * 1rem);
    padding-right: calc(6 / var(--font-size) * 1rem);
  }
  .top-intro-txt em {
    font-weight: 700;
    color: var(--main-color-page);
  }
  .top-intro-txt em {
    font-weight: 700;
    color: var(--main-color-page);
  }
  .--consumer .top-intro-txt em {
    color: var(--main-color-page);
  }
  .--business .top-intro-txt em {
    color: var(--accent-color-page);
  }
  .top-intro-note {
    width: 100%;
    margin-top: calc(12 / var(--font-size) * 1rem);
  }
  .top-intro-note:first-child {
    margin-top: 0;
  }
  .top-intro-note-txt {
    padding-left: 1em;
    line-height: calc(25.6 / 16 * 1);
    font-size: calc(16 / var(--font-size) * 1rem);
    text-indent: -1em;
  }
  .top-intro-note-txt.--center {
    text-align: center;
  }
  .top-intro-note-txt.--xsmall {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
  .top-intro-note-txt.--small {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-intro-note-txt > * {
    text-indent: 0;
  }
  .top-intro-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }
  .top-intro-btn {
    margin-top: calc(24 / var(--font-size) * 1rem);
    text-align: center;
  }
  .top-intro-btn:first-child {
    margin-top: 0;
  }
  .top-intro-btn + .top-intro-txt {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv1-body > .top-intro-btn {
    padding-left: calc(6 / var(--font-size) * 1rem);
    padding-right: calc(6 / var(--font-size) * 1rem);
  }
  .top-intro-feature .top-intro-btn {
    margin-top: calc(16 / var(--font-size) * 1rem);
    padding-left: calc(6 / var(--font-size) * 1rem);
    padding-right: calc(6 / var(--font-size) * 1rem);
  }
  .top-intro-feature .top-intro-btn:first-child {
    margin-top: 0;
  }
  .top-intro-feature .top-intro-feature-column .top-intro-btn {
  }
  .top-intro-btn a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .top-intro-btn a[disabled] {
    pointer-events: none;
  }
  .top-intro-box-desc .top-intro-btn a {
    width: 100%;
  }
  .--xsmall .top-intro-btn a {
    width: 100%;
  }
  .--small .top-intro-btn a {
    width: 100%;
  }
  .--large .top-intro-btn a {
    width: 100%;
  }
  .top-intro-btn-list {
  }
  .top-intro-btn-list__item {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-btn-list__item:first-child {
    margin-top: 0;
  }
  .top-intro-box-desc .top-intro-btn-list__item {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc .top-intro-btn-list__item:first-child {
    margin-top: 0;
  }
  .top-intro-box-desc .--small .top-intro-btn-list__item {
  }
  .top-intro-box-button-list-02 > .c-btn {
    width: 100% !important;
  }
  .top-intro-btn-body {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(56 / var(--font-size) * 1rem);
    border-radius: calc(5 / var(--font-size) * 1rem);
    background: var(--main-color-page);
    color: var(--color-white);
    overflow: hidden;
  }
  .top-intro-btn a[disabled] .top-intro-btn-body {
    background: var(--color-gray_400);
  }
  .--consumer .top-intro-btn-body {
    background: var(--main-color-page);
  }
  .--business .top-intro-btn-body {
    background: var(--accent-color-page);
  }
  .top-intro-btn.--portal .top-intro-btn-body {
    background: #3da9a9;
  }
  .--login .top-intro-btn-body {
    background: var(--main-color);
  }
  .--login .top-intro-btn-body i {
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-image: url(/assets/img/common/ico_header_login.svg);
    background: var(--color-white);
  }
  .--xxsmall .top-intro-btn-body {
    height: calc(56 / var(--font-size) * 1rem);
    max-width: calc(260 / var(--font-size) * 1rem);
    padding-left: calc(12 / var(--font-size) * 1rem);
    padding-right: calc(12 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .--xsmall .top-intro-btn-body {
    height: calc(48 / var(--font-size) * 1rem);
    padding-left: calc(
      12 / var(--font-size) * 1rem + 14 / var(--font-size) * 1rem + 14 /
        var(--font-size) * 1rem
    );
    padding-right: calc(
      12 / var(--font-size) * 1rem + 14 / var(--font-size) * 1rem + 14 /
        var(--font-size) * 1rem
    );
  }
  .--small .top-intro-btn-body {
    height: calc(56 / var(--font-size) * 1rem);
  }
  .--large .top-intro-btn-body {
    height: calc(72 / var(--font-size) * 1rem);
  }
  .--new-house .top-intro-btn-body {
    background: #0f9d72;
  }
  .--reform .top-intro-btn-body {
    background: #f07941;
  }
  .--consumer .--type02 .top-intro-btn-body {
    background: var(--sub-color);
    color: var(--main-color-page);
  }
  .--business .--type02 .top-intro-btn-body {
    background: var(--sub-accent-color);
    color: var(--accent-color-page);
  }
  .top-intro-btn__label {
    display: inline-block;
    vertical-align: top;
    line-height: calc(20.4 / 14 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .--xsmall .top-intro-btn__label {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
  /** 登録の手順ボタン **/
  .top-intro-btn.--about-entry-flow .top-intro-btn-body {
    background-color: var(--color-white);
    border: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
    height: calc(49 / var(--font-size) * 1rem);
  }
  .top-intro-btn.--about-entry-flow .top-intro-btn__label {
    color: var(--color-black);
    line-height: calc(18.4 / 12 * 1);
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: 700;
    margin-right: calc(22 / var(--font-size) * 1rem);
  }
  .top-intro-btn.--about-entry-flow .top-intro-btn-body i {
    width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
    margin-right: calc(11 / var(--font-size) * 1rem);
  }
  .top-intro-btn.--about-entry-flow .top-intro-btn-body svg {
    fill: var(--color-gray_600);
  }
  /** **/
  .top-intro-btn__label > span {
    font-size: calc(10 / 14 * 100%);
  }
  .top-intro-btn-body i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(20 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
    margin: auto 0;
    margin-right: calc(20 / var(--font-size) * 1rem);
  }
  .top-intro-btn a[disabled] .top-intro-btn-body i {
    display: none;
  }
  .--xsmall .top-intro-btn-body i {
    width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
    margin-right: calc(14 / var(--font-size) * 1rem);
  }
  .top-intro-btn-body i svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
    fill: var(--color-white);
  }
  .--consumer .--type02 .top-intro-btn-body i svg {
    fill: var(--main-color-page);
  }
  .--business .--type02 .top-intro-btn-body i svg {
    fill: var(--accent-color-page);
  }
  .top-intro-section--lv1 {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv1:first-child {
    margin-top: 0;
  }
  .top-intro-section--lv1__inner {
  }
  .top-intro-section--lv1-heading {
    text-align: center;
  }
  .top-intro-section--lv1-heading__label {
    display: inline-block;
    vertical-align: top;
    font-size: calc(22 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .--consumer .top-intro-section--lv1-heading__label {
    color: var(--main-color-page);
  }
  .--business .top-intro-section--lv1-heading__label {
    color: var(--accent-color-page);
  }
  .top-intro-section--lv1-body {
    margin-top: calc(22 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv1-body:first-child {
    margin-top: 0;
  }
  .top-intro-section--lv2 {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv2:first-child {
    margin-top: 0;
  }
  .top-intro-section--lv2__inner {
  }
  .top-intro-section--lv2-heading {
    text-align: center;
  }
  .top-intro-section--lv2-heading__label {
    display: inline-block;
    vertical-align: top;
    font-size: calc(18 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv2-body {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-section--lv2-body:first-child {
    margin-top: 0;
  }
  .top-intro-box {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-box:first-child {
    margin-top: 0;
  }
  .top-intro-box__inner {
    padding-top: calc(32 / var(--font-size) * 1rem);
    padding-bottom: calc(90 / var(--font-size) * 1rem);
    padding-left: calc(20 / var(--font-size) * 1rem);
    padding-right: calc(20 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    background: var(--color-white);
    overflow: hidden;
  }
  .top-intro-box__inner.--lower {
    padding-bottom: calc(32 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv1 {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv1:first-child {
    margin-top: 0;
  }
  .top-intro-box-section--lv1__inner {
  }
  .top-intro-box-section--lv1-heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-intro-box-section--lv1-heading__ico {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(50 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv1-heading__label {
    display: inline-block;
    vertical-align: top;
    margin-left: calc(12 / var(--font-size) * 1rem);
    font-size: calc(20 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-intro-box-section--lv1-heading__label:first-child {
    margin-left: 0;
  }
  .top-intro-box-section--lv1-body {
    margin-top: calc(21 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv1-body:first-child {
    margin-top: 0;
  }
  .top-intro-box-section--lv2 {
    margin-top: calc(35 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv2:first-child {
    margin-top: 0;
  }
  .top-intro-box-section--lv2__inner {
  }
  .top-intro-box-section--lv2-heading {
    text-align: center;
  }
  .top-intro-box-section--lv2-heading__label {
    display: inline-block;
    vertical-align: top;
    font-size: calc(18 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-intro-box-section--lv2-heading__label .u-text-decoration-circle--s {
    align-items: center;
  }
  .top-intro-box-section--lv2-heading__label
    .u-text-decoration-circle--s::before {
    top: 0;
  }
  .--consumer
    .--reform
    .top-intro-box-section--lv2-heading__label
    .u-text-decoration-circle--s:before {
    background-color: #f07941;
  }
  .--consumer
    .--new-house
    .top-intro-box-section--lv2-heading__label
    .u-text-decoration-circle--s:before {
    background-color: var(--main-color-jigyo01);
  }
  .top-intro-box-section--lv2-heading__label.--button {
    width: 100%;
  }
  .top-intro-box-section--lv2-heading__button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(24 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv2-body {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-box-section--lv2-body:first-child {
    margin-top: 0;
  }
  .top-intro-box-desc {
  }
  .top-intro-box-desc__term {
    text-align: center;
  }
  .top-intro-box-desc__term-box {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc__term-box:has(.top-intro-box-desc__term__img)
    .top-intro-box-desc__term__label {
    text-align: left;
  }
  .top-intro-box-desc__term-box .top-intro-box-desc__term__img {
    width: calc(63 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: calc(25.6 / 18 * 1);
    font-size: calc(18 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-intro-box-desc__defin {
    position: relative;
    margin-top: calc(16 / var(--font-size) * 1rem);
    padding-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-intro-box-desc__defin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
  }
  .top-intro-feature {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .top-intro-feature:first-child {
    margin-top: 0;
  }
  .top-intro-feature__inner {
    overflow: hidden;
  }
  .top-intro-feature-container {
  }
  .top-intro-feature-img {
    text-align: center;
  }
  .top-intro-feature-img__label {
    display: inline-block;
    vertical-align: top;
    width: calc(88 / var(--font-size) * 1rem);
  }
  .top-intro-feature-content {
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .top-intro-feature-content:first-child {
    margin-top: 0;
  }
  .top-intro-feature-desc {
  }
  .top-intro-feature-desc__term {
    text-align: center;
  }
  .top-intro-feature-desc__term__label {
    display: inline-block;
    vertical-align: top;
    line-height: calc(25.6 / 16 * 1);
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-intro-feature-desc__defin {
    margin-top: calc(6 / var(--font-size) * 1rem);
    padding-left: calc(15 / var(--font-size) * 1rem);
    padding-right: calc(15 / var(--font-size) * 1rem);
  }
  .top-intro-feature-desc__defin:first-child {
    margin-top: 0;
  }
  .top-intro-feature-column {
    padding: calc(32 / var(--font-size) * 1rem)
      calc(15 / var(--font-size) * 1rem);
  }
  .--reform .top-intro-feature-column {
    background-color: #fff6f0;
  }
  .--new-house .top-intro-feature-column {
    background-color: #f3fffc;
  }
  .top-intro-feature-column__parts {
    margin-top: calc(33 / var(--font-size) * 1rem);
  }
  .top-intro-feature-column__parts:first-child {
    margin-top: 0;
  }
  .top-intro-lower {
    position: relative;
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-intro-lower:first-child {
    margin-top: 0;
  }
  .top-intro-lower__inner {
    position: relative;
    border-radius: calc(10 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .top-intro-lower-btn-list__item__inner {
    background: var(--color-white);
    border: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    border-radius: calc(10 / var(--font-size) * 1rem);
    background: var(--color-white);
  }
  .top-intro-lower-btn {
  }
  .top-intro-lower-btn a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .top-intro-lower-btn-list {
  }
  .top-intro-lower-btn-list__item {
    position: relative;
  }
  .top-intro-lower-btn-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - calc(50 / var(--font-size) * 1rem));
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    margin: 0 auto;
  }
  .top-intro-lower-btn-list__item:first-child::before {
    content: none;
  }
  .top-intro-lower-btn-list__item:has(a[disabled]) {
    position: relative;
    overflow: visible;
  }
  .top-intro-lower-btn-list__item a[disabled] {
    pointer-events: none;
  }
  .top-intro-lower-btn-list__item a[disabled] {
    opacity: 0.6;
    filter: grayscale(1);
  }
  .top-intro-bnr {
  }
  .top-intro-bnr a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
  }
  .top-intro-bnr-list {
  }
  .top-intro-bnr-list__item {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-intro-bnr-list__item:first-child {
    margin-top: 0;
  }
  .top-intro-bnr-body {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: calc(72 / var(--font-size) * 1rem);
    padding-left: calc(16 / var(--font-size) * 1rem);
    padding-right: calc(
      14 / var(--font-size) * 1rem + 20 / var(--font-size) * 1rem + 15 /
        var(--font-size) * 1rem
    );
  }
  .top-intro-bnr-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: calc(1 / var(--font-size) * 1rem) solid var(--color-table-border);
    border-radius: calc(5 / var(--font-size) * 1rem);
    background: var(--color-white);
    overflow: hidden;
  }
  .top-intro-bnr-body > * {
    position: relative;
    z-index: 1;
  }
  .top-intro-bnr__ico {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(39 / var(--font-size) * 1rem);
    height: calc(39 / var(--font-size) * 1rem);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .--portal .top-intro-bnr__ico {
    background-image: url(/assets/img/common/ico_portal.png);
  }
  .--kosodate .top-intro-bnr__ico {
    background-image: url(/assets/img/common/ico_mirai.png);
  }
  .--mado .top-intro-bnr__ico {
    background-image: url(/assets/img/common/ico_mado.png);
  }
  .--kyutou .top-intro-bnr__ico {
    background-image: url(/assets/img/common/ico_kyutou.png);
  }
  .--chintai .top-intro-bnr__ico {
    background-image: url(/assets/img/common/ico_chintai.png);
  }
  .top-intro-bnr__label {
    display: inline-block;
    vertical-align: top;
    margin-left: calc(16 / var(--font-size) * 1rem);
    line-height: calc(25.6 / 20 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: -0.025em;
  }
  .top-intro-bnr__label:first-child {
    margin-left: 0;
  }
  .top-intro-bnr__label > span {
    font-size: calc(12 / 14 * 100%);
  }
  .top-intro-bnr-body i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(20 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
    margin: auto 0;
    margin-right: calc(15 / var(--font-size) * 1rem);
    border-radius: calc(20 / var(--font-size) * 1rem);
    background-color: var(--main-color);
  }
  .top-intro-bnr-body i::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + calc(2 / var(--font-size) * 1rem));
    height: calc(100% + calc(2 / var(--font-size) * 1rem));
    margin: calc(-1 / var(--font-size) * 1rem);
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color);
    border-radius: calc(20 / var(--font-size) * 1rem);
  }
  .--portal .top-intro-bnr-body i {
    background-color: var(--main-color-jigyo01);
  }
  .--portal .top-intro-bnr-body i::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color-jigyo01);
  }
  .--kosodate .top-intro-bnr-body i {
    background-color: var(--main-color-jigyo02);
  }
  .--kosodate .top-intro-bnr-body i::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color-jigyo02);
  }
  .--mado .top-intro-bnr-body i {
    background-color: var(--main-color-jigyo03);
  }
  .--mado .top-intro-bnr-body i::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color-jigyo03);
  }
  .--kyutou .top-intro-bnr-body i {
    background-color: var(--main-color-jigyo04);
  }
  .--kyutou .top-intro-bnr-body i::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color-jigyo04);
  }
  .--chintai .top-intro-bnr-body i {
    background-color: var(--main-color-jigyo05);
  }
  .--chintai .top-intro-bnr-body i::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color-jigyo05);
  }
  .top-intro-bnr-body i svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
    fill: var(--color-white);
  }

  .top-intro-feature-table {
  }
  .top-intro-feature-table.u-hide-tab-pc
    + .top-intro-feature-table.u-hide-tab-pc {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-intro-feature-table__inner {
    padding: calc(32 / var(--font-size) * 1rem)
      calc(22 / var(--font-size) * 1rem);
    background-color: #fbf7f3;
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .top-intro-feature-table-list {
  }
  .top-intro-feature-table-list__item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .top-intro-feature-table-list__item + .top-intro-feature-table-list__item {
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .top-table-heading {
    display: inline-block;
    width: 100%;
    background-color: #f9ebdc;
    border-radius: calc(5 / var(--font-size) * 1rem);
    margin-bottom: calc(13 / var(--font-size) * 1rem);
  }
  .top-table-heading__inner {
    width: 100%;
    height: 100%;
    padding: calc(6 / var(--font-size) * 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-table-heading__label {
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: calc(22.4 / 14 * 1);
    flex-shrink: 0;
  }
  .top-intro-table-heading {
    width: 100%;
    min-height: calc(50 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(5 / var(--font-size) * 1rem);
    margin-top: calc(8 / var(--font-size) * 1rem);
    margin-bottom: calc(16 / var(--font-size) * 1rem);
    padding: calc(6 / var(--font-size) * 1rem) 0
      calc(6 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
    position: relative;
  }
  .top-intro-table-heading__label {
    font-size: calc(16 / var(--font-size) * 1rem);
    color: var(--color-white);
    font-weight: 700;
    line-height: calc(18.4 / 16 * 1);
    text-align: center;
  }
  .top-intro-table-heading.--new-house {
    background-color: #c3905c;
  }
  .top-intro-table-heading.--gx {
    background-color: #3da9a9;
  }
  .top-intro-table-heading__ico {
    display: inline-block;
    width: calc(62 / var(--font-size) * 1rem);
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .top-intro-table-txt {
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 400;
    line-height: calc(22.4 / 14 * 1);
  }
  .top-intro-table-note {
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: calc(18.4 / 14 * 1);
    color: #3ec1b1;
    text-align: center;
  }
  .top-intro-feature-table-list__item .top-intro-btn {
    margin-top: 0;
  }
  .top-intro-feature-table-list__item
    .top-intro-btn.--small
    .top-intro-btn-body {
    height: calc(56 / var(--font-size) * 1rem);
  }
}

/* --------------------------------------------------------------------------
  TOP GRAPH
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-graph-progress {
    position: relative;
  }
  .top-graph-progress::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--main-border-color);
  }
  .top-graph-progress:first-child::before {
    content: none;
  }
  .top-graph-progress.--kosodate02::before,
  .top-graph-progress.--mado02::before,
  .top-graph-progress.--kyutou02::before,
  .top-graph-progress.--chintai02::before {
    border-top: calc(1 / var(--font-size) * 1rem) dashed
      var(--main-border-color);
  }
  .top-graph-progress-desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: calc(67 / var(--font-size) * 1rem);
  }
  .top-graph-progress-desc__term {
    flex-shrink: 0;
    width: calc(372 / var(--font-size) * 1rem - 24 / var(--font-size) * 1rem);
    padding-right: calc(24 / var(--font-size) * 1rem);
    line-height: calc(25.6 / 16 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-graph-progress-desc__term__label {
    display: inline-block;
    vertical-align: top;
  }
  .top-graph-progress-desc__defin {
    flex-grow: 1;
    padding-top: calc(16 / var(--font-size) * 1rem);
    padding-bottom: calc(16 / var(--font-size) * 1rem);
    padding-left: calc(36 / var(--font-size) * 1rem);
  }
  .top-graph-progress-body {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: calc(35 / var(--font-size) * 1rem);
  }
  .top-graph-progress-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: calc(5 / var(--font-size) * 1rem);
  }
  .top-graph-progress.--kosodate01 .top-graph-progress-body {
    background: var(--bg-color-jigyo02-gx);
    color: var(--main-color-jigyo02-gx);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-color-jigyo02-gx);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--kosodate01 .top-graph-progress-body::before {
    border: calc(1 / var(--font-size) * 1rem) solid
      var(--main-table-bg-color-gx);
  }
  .top-graph-progress.--kosodate02 .top-graph-progress-body {
    background: var(--bg-color-jigyo02);
    color: var(--main-color-jigyo02);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-color-jigyo02);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--kosodate02 .top-graph-progress-body::before {
    border: calc(1 / var(--font-size) * 1rem) solid var(--sub-color-jigyo02);
  }
  .top-graph-progress.--kosodate03 .top-graph-progress-body {
    color: var(--accent-color-jigyo02);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-sub-color-jigyo02);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--gx .top-graph-progress-body {
    background: #fff;
    color: #64b06b;
    --x: 0 0 calc(1/var(--font-size) * 1rem) #fff;
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--gx .top-graph-progress__label {
    color: #333;
  }
  .top-graph-progress.--gx .top-graph-progress__label .unit {
    color: #64b06b;
  }
  .top-graph-progress.--zeh .top-graph-progress-body {
    background: #fff;
    color: #77cc00;
    --x: 0 0 calc(1/var(--font-size) * 1rem) #fff;
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--zeh .top-graph-progress__label {
    color: #333;
  }
  .top-graph-progress.--zeh .top-graph-progress__label .unit {
    color: #77cc00;
  }
  .top-graph-progress.--reform .top-graph-progress-body {
    background: #fff;
    color: #4d98d1;
    --x: 0 0 calc(1/var(--font-size) * 1rem) #fff;
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--kosodate03 .top-graph-progress-body::before {
    border: calc(1 / var(--font-size) * 1rem) solid
      var(--bg-sub-color-jigyo02-02);
  }
  .top-graph-progress.--mado01 .top-graph-progress-body {
    color: var(--main-color-jigyo03);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-color-jigyo03);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--mado01 .top-graph-progress-body::before {
    border: calc(1 / var(--font-size) * 1rem) solid var(--sub-color-jigyo03);
  }
  .top-graph-progress.--kyutou01 .top-graph-progress-body {
    color: var(--main-color-jigyo04);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-color-jigyo04);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--kyutou01 .top-graph-progress-body {
    border: calc(1 / var(--font-size) * 1rem) solid var(--sub-color-jigyo04);
  }
  .top-graph-progress.--kyutou02 .top-graph-progress-body {
    color: var(--accent-color-jigyo04);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-sub-color-jigyo04);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--kyutou02 .top-graph-progress-body {
    border: calc(1 / var(--font-size) * 1rem) solid
      var(--accent-sub-color-jigyo04);
  }
  .top-graph-progress.--chintai01 .top-graph-progress-body {
    color: var(--main-color-jigyo05);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-color-jigyo05);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--chintai01 .top-graph-progress-body {
    border: calc(1 / var(--font-size) * 1rem) solid var(--sub-color-jigyo05);
  }
  .top-graph-progress-body > * {
    position: relative;
    z-index: 1;
  }
  .top-graph-progress__bar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    width: 100%;
  }
  .top-graph-progress__bar > span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
  }
  .top-graph-progress.--kosodate01 .top-graph-progress__bar > span {
    background: var(--main-color-jigyo02-gx);
  }
  .top-graph-progress.--kosodate02 .top-graph-progress__bar > span {
    background: var(--main-color-jigyo02);
  }
  .top-graph-progress.--kosodate03 .top-graph-progress__bar > span {
    background: var(--accent-color-jigyo02);
  }
  .top-graph-progress.--gx .top-graph-progress__bar > span {
    background: #64b06b;
  }
  .top-graph-progress.--zeh .top-graph-progress__bar > span {
    background: #77cc00;
  }
  .top-graph-progress.--reform .top-graph-progress__bar > span {
    background: #4d98d1;
  }
  .top-graph-progress.--mado01 .top-graph-progress__bar > span {
    background: var(--main-color-jigyo03);
  }
  .top-graph-progress.--kyutou01 .top-graph-progress__bar > span {
    background: var(--main-color-jigyo04);
  }
  .top-graph-progress.--kyutou02 .top-graph-progress__bar > span {
    background: var(--accent-color-jigyo04);
  }
  .top-graph-progress.--chintai01 .top-graph-progress__bar > span {
    background: var(--main-color-jigyo05);
  }
  .top-graph-progress__label {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: calc(25.6 / 20 * 1);
    font-size: calc(20 / var(--font-size) * 1rem);
    font-weight: 700;
    white-space: nowrap;
    transform: translate3d(-50%, -50%, 0);
    z-index: 20;
  }
  .top-graph-progress__label > span {
    font-size: calc(14 / 20 * 100%);
  }
  .top-graph-progress__label .unit {
    font-size: calc(10 / var(--font-size) * 1rem) !important;
  }
  .top-graph-progress-txt {
    margin-top: calc(4 / var(--font-size) * 1rem);
    line-height: calc(20 / 12 * 1);
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-graph-progress-txt:first-child {
    margin-top: 0;
  }
  .top-graph-progress.--kosodate01 .top-graph-progress-txt a {
    color: var(--main-color-jigyo02-gx);
  }
  .top-graph-progress.--kosodate02 .top-graph-progress-txt a {
    color: var(--main-color-jigyo02);
  }
  .top-graph-progress.--kosodate03 .top-graph-progress-txt a {
    color: var(--accent-color-jigyo02);
  }
  .top-graph-progress.--mado01 .top-graph-progress-txt a {
    color: var(--main-color-jigyo03);
  }
  .top-graph-progress.--kyutou01 .top-graph-progress-txt a {
    color: var(--main-color-jigyo04);
  }
  .top-graph-progress.--kyutou02 .top-graph-progress-txt a {
    color: var(--accent-color-jigyo04);
  }
  .top-graph-progress.--chintai01 .top-graph-progress-txt a {
    color: var(--main-color-jigyo05);
  }

  .top-graph {
    padding-top: calc(64 / var(--font-size) * 1rem);
    padding-bottom: calc(64 / var(--font-size) * 1rem);
    color: var(--text-color);
  }
  .top-graph__lead-txt {
    text-align: center;
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-graph__inner {
    max-width: calc(1024 / var(--font-size) * 1rem);
    width: 100%;
    margin: 0 auto;
  }
  .top-graph__head {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    text-align: right;
    margin-top: calc(8 / var(--font-size) * 1rem);
  }
  .top-graph__box-wrap {
    display: flex;
    gap: calc(17 / var(--font-size) * 1rem);
    margin-top: calc(13 / var(--font-size) * 1rem);
    align-items: flex-start;
  }
  .top-graph__box {
    max-width: calc(504 / var(--font-size) * 1rem);
    width: 100%;
  }
  .top-graph__box__header {
    background-color: #0f9d72;
    padding: calc(8 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem)
      calc(10 / var(--font-size) * 1rem) 0 0;
    height: calc(52 / var(--font-size) * 1rem);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(22 / var(--font-size) * 1rem);
  }
  .top-graph__box__header__title {
    color: var(--color-white);
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
  }
  .top-graph__box__header__category {
    background-color: var(--color-white);
    border-radius: calc(5 / var(--font-size) * 1rem);
    max-width: calc(250 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(35 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(10 / var(--font-size) * 1rem);
  }
  .top-graph__box__header__category__icon {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
  }
  .top-graph__box__header__category__icon.--kosodate {
    background-image: url(/assets/img/common/ico_mirai.png);
  }
  .top-graph__box__header__category__label {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-graph__box__body {
    border: calc(1 / var(--font-size) * 1rem) solid var(--main-border-color);
    border-top: 0;
    border-radius: 0 0 calc(10 / var(--font-size) * 1rem)
      calc(10 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .top-graph__box__column-group-wrap {
    padding-top: calc(8 / var(--font-size) * 1rem);
    display: flex;
    position: relative;
  }
  .top-graph__box__column-group-wrap:before {
    content: "";
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--main-border-color);
    width: 94%;
    height: calc(1 / var(--font-size) * 1rem);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top-graph__box__column-group {
    width: 100%;
    position: relative;
  }
  .top-graph__box__column {
    position: relative;
  }
  .top-graph__box__column:before {
    content: "";
    border-top: calc(1 / var(--font-size) * 1rem) dashed
      var(--main-border-color);
    width: 87%;
    height: calc(1 / var(--font-size) * 1rem);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top-graph__box__column__body {
    padding: calc(16 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem);
  }
  .top-graph__box__column__header {
  }
  .top-graph__box__column__header__text {
    color: var(--color-attention_1000);
    font-size: calc(11 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    min-height: calc(16.78 / var(--font-size) * 1rem);
    margin-top: calc(10 / var(--font-size) * 1rem);
    margin-bottom: calc(10 / var(--font-size) * 1rem);
  }
  .top-graph__box__column__title {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    display: flex;
  }
  .top-graph__box__column__title:before {
    content: "";
    background-color: #64b06b;
    border-radius: 100%;
    display: block;
    width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
    flex-shrink: 0;
    margin-right: calc(6 / var(--font-size) * 1rem);
    position: relative;
    top: calc(3.25 / var(--font-size) * 1rem);
  }
  .top-graph__box__column.--text .top-graph__box__column__body {
    padding-top: calc(24 / var(--font-size) * 1rem);
    padding-bottom: calc(24 / var(--font-size) * 1rem);
  }
  .top-graph__box__column__text {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    line-height: 1.599;
  }
  .top-graph__box__column:first-child:before {
    display: none;
  }
  .graph-box {
    position: relative;
  }
  .top-graph__box__column__title + .graph-box {
    margin-top: calc(9 / var(--font-size) * 1rem);
  }
  .graph-box__cushion {
    padding: calc(15.5 / var(--font-size) * 1rem)
      calc(16 / var(--font-size) * 1rem) calc(15.5 / var(--font-size) * 1rem)
      calc(16 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .graph-box__contents {
  }
  .graph-box__title {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: -0.065em;
  }
  .graph-box__title .title-02 {
    font-size: 90%;
    margin-left: -0.25em;
  }
  .graph-box__title__icon {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
  }
  .graph-box__text {
    font-size: calc(var(--text-size-xxs) / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    margin-top: calc(4 / var(--font-size) * 1rem);
    margin-right: calc(10 / var(--font-size) * 1rem);
  }
  .graph-box__label {
    background-color: #bdbdbd;
    border-radius: calc(5 / var(--font-size) * 1rem);
    color: var(--color-white);
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    max-width: calc(104 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(40 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .graph-box__link {
    font-size: calc(var(--text-size-xxs) / var(--font-size) * 1rem);
    font-weight: 700;
    margin-top: calc(3 / var(--font-size) * 1rem);
  }

  /** **/

  .graph-box__component {
    margin: calc(10 / var(--font-size) * 1rem) 0;
  }
  .graph-box__component .top-graph-progress-body {
    background-color: var(--color-white);
    border: 0 !important;
    border-radius: calc(5 / var(--font-size) * 1rem);
    height: calc(61 / var(--font-size) * 1rem);
  }
  .graph-box__component .top-graph-progress__bar {
    border: calc(1 / var(--font-size) * 1rem) solid #ddf4e0;
    border-radius: calc(5 / var(--font-size) * 1rem);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
  }
  .graph-box__component .top-graph-progress__bar.--stripe {
    z-index: 5;
  }
  .graph-box__component .top-graph-progress__bar.--stripe > span {
    background-image: repeating-linear-gradient(
      -24deg,
      #f3fbf5,
      #f3fbf5 4px,
      #c7f0ce 0,
      #c7f0ce 5px
    );
    border: calc(1 / var(--font-size) * 1rem) solid #c7f0ce;
    border-right: calc(1.5 / var(--font-size) * 1rem) dashed #64b06b;
  }
  .graph-box__component.top-graph-progress::before {
    display: none;
  }
  .graph-box__component .top-graph-progress__label {
    font-size: calc(30 / var(--font-size) * 1rem);
  }
  .graph-box__component .top-graph-progress__label > span {
    font-size: calc(21 / var(--font-size) * 1rem);
  }

  .graph-box.--kosodate .graph-box__component .top-graph-progress__bar {
    border-color: #deeffc;
  }
  .graph-box.--mado .graph-box__component .top-graph-progress__bar {
    border-color: #deeffc;
  }
  .graph-box.--kyuto .graph-box__component .top-graph-progress__bar {
    border-color: #ffeaa1;
  }
  .graph-box.--tekkyokasan .graph-box__component .top-graph-progress__bar {
    border-color: #fee1e1;
  }
  .graph-box.--chintai .graph-box__component .top-graph-progress__bar {
    border-color: #f2dffc;
  }

  .graph-box.--tekkyokasan:before {
    content: "";
    border-top: calc(1 / var(--font-size) * 1rem) dashed
      var(--main-border-color);
    width: 93%;
    height: calc(1 / var(--font-size) * 1rem);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /** **/

  .top-graph__box.--new-house {
    max-width: calc(678 / var(--font-size) * 1rem);
  }
  .top-graph__box.--reform {
    max-width: calc(336 / var(--font-size) * 1rem);
  }
  .top-graph__box__column-group + .top-graph__box__column-group:before {
    content: "";
    border-left: calc(1 / var(--font-size) * 1rem) dashed
      var(--main-border-color);
    display: block;
    width: calc(1 / var(--font-size) * 1rem);
    height: 93%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
  .top-graph__box__column-group .graph-box__cushion {
    padding-left: calc(12 / var(--font-size) * 1rem);
    padding-right: calc(12 / var(--font-size) * 1rem);
  }

  .top-graph__box.--new-house
    .top-graph__box__column.--text
    .top-graph__box__column__body {
    padding-bottom: calc(33 / var(--font-size) * 1rem);
  }

  .graph-box.--gx .graph-box__title {
    color: #64b06b;
  }
  .graph-box.--gx .graph-box__cushion {
    background-color: #f3fbf5;
  }
  .graph-box.--gx .graph-box__link a {
    color: #64b06b;
  }

  .top-graph__box__column__title.--zeh:before {
    background-color: #77cc00;
  }
  .graph-box.--zeh .graph-box__title {
    color: #77cc00;
  }
  .graph-box.--zeh .graph-box__cushion {
    background-color: #f3fde7;
  }
  .graph-box.--zeh .graph-box__link a {
    color: #77cc00;
  }

  .top-graph__box__column__title.--reform:before {
    background-color: #4d98d1;
  }
  .graph-box.--reform .graph-box__title {
    color: #4d98d1;
  }
  .graph-box.--reform .graph-box__cushion {
    background-color: var(--accent-sub-color-jigyo02-02);
  }
  .graph-box.--reform .graph-box__link a {
    color: #4d98d1;
  }
  .top-graph__box.--reform
    .top-graph__box__column.--text
    .top-graph__box__column__body {
    padding-bottom: calc(14 / var(--font-size) * 1rem);
  }
  .top-graph__box.--reform
    .top-graph__box__column.--border-solid
    .top-graph__box__column__body {
    padding-top: calc(23 / var(--font-size) * 1rem);
    padding-bottom: calc(22 / var(--font-size) * 1rem);
  }

  .graph-box.--disable .graph-box__cushion__body {
    display: flex;
    align-items: center;
  }
  .graph-box.--disable .graph-box__title {
    color: #362c2a;
  }
  .graph-box.--disable .graph-box__cushion {
    background-color: #eeeeee;
  }
  .graph-box.--disable .graph-box__link a {
    color: #362c2a;
  }
  .graph-box.--disable .graph-box__label {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    max-width: calc(75 / var(--font-size) * 1rem);
  }

  .graph-box.--end .graph-box__label {
    padding-left: calc(7 / var(--font-size) * 1rem);
    padding-right: calc(0 / var(--font-size) * 1rem);
    height: calc(47 / var(--font-size) * 1rem);
  }

  .graph-box.--kosodate .graph-box__title {
  }
  .graph-box.--kosodate .graph-box__cushion {
    background-color: #f3fde7;
  }
  .graph-box.--kosodate .graph-box__link a {
    color: #4d98d1;
  }
  .graph-box.--kosodate .graph-box__title__icon {
    background-image: url(/assets/img/common/ico_mirai.png);
  }

  .graph-box.--mado .graph-box__title {
  }
  .graph-box.--mado .graph-box__cushion {
    background-color: #f5fcff;
  }
  .graph-box.--mado .graph-box__link a {
    color: #3faafa;
  }
  .graph-box.--mado .graph-box__title__icon {
    background-image: url(/assets/img/common/ico_mado.png);
  }

  .graph-box.--kyuto .graph-box__title {
  }
  .graph-box.--kyuto .graph-box__cushion {
    background-color: #fffce3;
  }
  .graph-box.--kyuto .graph-box__link a {
    color: #fc9534;
  }
  .graph-box.--kyuto .graph-box__title__icon {
    background-image: url(/assets/img/common/ico_kyutou.png);
  }
  .graph-box.--kyuto .graph-box__cushion {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .graph-box.--tekkyokasan .graph-box__cushion {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .graph-box.--tekkyokasan .graph-box__link a {
    color: #fc6a83;
  }

  .graph-box.--chintai .graph-box__title {
  }
  .graph-box.--chintai .graph-box__cushion {
    background-color: #f9f3fc;
  }
  .graph-box.--chintai .graph-box__link a {
    color: #ad5fd6;
  }
  .graph-box.--chintai .graph-box__title__icon {
    background-image: url(/assets/img/common/ico_chintai.png);
  }

  .top-graph__box__column.--border-solid:before {
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--main-border-color);
  }

  /* 第3期 */
  .graph-box.--gx.--third-period .top-graph-progress__label {
    color: #64b06b;
  }
  .graph-box.--zeh.--third-period .top-graph-progress__label {
    color: #77cc00;
  }
  .graph-box.--third-period .top-graph-progress__label {
    margin-left: 0 !important;
  }
  .graph-box.--third-period .graph-box__component {
    width: 100% !important;
    margin: calc(9 / var(--font-size) * 1rem) auto
      calc(26 / var(--font-size) * 1rem) auto !important;
  }
  .top-graph__box.--new-house
    .graph-box.--gx.--third-period
    .graph-box__component {
    margin-top: calc(24 / var(--font-size) * 1rem) !important;
  }

  .graph-box.--third-period .progress-unitlabel {
    justify-content: flex-end;
  }
  .top-graph__bottom {
    margin-top: calc(36 / var(--font-size) * 1rem);
  }

  /** **/

  .progress-unitlabel {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: calc(-15 / var(--font-size) * 1rem);
    left: calc(-7 / var(--font-size) * 1rem);
    height: calc(70 / var(--font-size) * 1rem);
  }
  .progress-unitlabel.--01 {
    text-align: left;
    width: calc(46 / var(--font-size) * 1rem);
    left: 0;
  }
  .progress-unitlabel.--02 {
    width: calc(50 / var(--font-size) * 1rem);
    margin-left: calc(-25 / var(--font-size) * 1rem);
  }
  .progress-unitlabel.--03 {
    width: calc(46 / var(--font-size) * 1rem);
    left: 88%;
  }
  .progress-unitlabel__top-unit {
    font-size: calc(var(--text-size-xxs) / var(--font-size) * 1rem);
    font-weight: 700;
    color: #362c2a;
  }
  .progress-unitlabel__bottom-unit {
    font-size: calc(var(--text-size-xxs) / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .progress-unitlabel.--01 .progress-unitlabel__bottom-unit {
    margin-left: calc(-6 / var(--font-size) * 1rem);
  }

  .graph-box__component.--gx .top-graph-progress__bar.--stripe > span {
    background-image: repeating-linear-gradient(
      -24deg,
      #f3fbf5,
      #f3fbf5 4px,
      #c7f0ce 0,
      #c7f0ce 5px
    );
    border: calc(1 / var(--font-size) * 1rem) solid #c7f0ce;
    border-right: calc(1.5 / var(--font-size) * 1rem) dashed #64b06b;
  }
  .graph-box__component.--gx
    .top-graph-progress__bar.--stripe.--width100
    > span {
    border-right: calc(1 / var(--font-size) * 1rem) solid #ddf4e0;
  }

  .graph-box__component.--zeh .top-graph-progress__bar {
    border-color: #e7f9be;
  }
  .graph-box__component.--zeh .top-graph-progress__bar.--stripe > span {
    background-image: repeating-linear-gradient(
      -24deg,
      #f3fbf5,
      #f3fbf5 4px,
      #cdf292 0,
      #cdf292 5px
    );
    border: calc(1 / var(--font-size) * 1rem) solid #cdf292;
    border-right: calc(1.5 / var(--font-size) * 1rem) dashed #77cc00;
  }
  .graph-box__component.--zeh
    .top-graph-progress__bar.--stripe.--width100
    > span {
    border-right: calc(1 / var(--font-size) * 1rem) solid #e7f9be;
  }

  .graph-box__component.--reform .top-graph-progress__bar {
    border-color: #4d98d1;
  }
  /** **/

  .top-graph__box.--new-house .graph-box__component {
    width: 100%;
    margin: calc(20 / var(--font-size) * 1rem) auto
      calc(25 / var(--font-size) * 1rem) auto;
  }
  .top-graph__box.--new-house .top-graph-progress-body,
  .top-graph__box.--reform .top-graph-progress-body {
    height: calc(35 / var(--font-size) * 1rem);
  }

  .top-graph__box.--new-house .graph-box__component .top-graph-progress__label {
    margin-left: calc(23 / var(--font-size) * 1rem);
  }

  .top-graph__box.--new-house .graph-box__component .top-graph-progress__label,
  .top-graph__box.--reform .graph-box__component .top-graph-progress__label {
    font-size: calc(20 / var(--font-size) * 1rem);
  }
  .top-graph__box.--new-house
    .graph-box__component
    .top-graph-progress__label
    > span,
  .top-graph__box.--reform
    .graph-box__component
    .top-graph-progress__label
    > span {
    font-size: calc(14 / var(--font-size) * 1rem);
  }

  .top-graph__box.--reform .top-graph__box__inner {
    height: calc(100% - calc(52 / var(--font-size) * 1rem));
  }
  .top-graph__box.--reform .top-graph__box__body {
    height: 100%;
  }
  .top-graph__box.--reform .graph-box__component {
    margin: calc(39 / var(--font-size) * 1rem) auto
      calc(20 / var(--font-size) * 1rem) auto;
  }
  .top-graph__box.--reform .top-graph__box__header {
    background-color: #4d98d1;
  }
  .top-graph__box.--reform .graph-box__title {
    display: flex;
    gap: calc(10 / var(--font-size) * 1rem);
  }
  .top-graph__box.--reform .graph-box__text {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: normal;
  }
  .top-graph__box.--reform .graph-box__cushion {
    padding-bottom: calc(21 / var(--font-size) * 1rem);
  }
  .top-graph__box.--reform .graph-box__text {
  }
  .top-graph__box.--reform .graph-box__link {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
  }

  /** **/
  .top-graph .top-heading:before {
    display: none;
  }
}

@media screen and (max-width: 767px), print {
  .top-graph-progress {
    position: relative;
  }
  .top-graph-progress::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--main-border-color);
  }
  .top-graph-progress:first-child::before {
    content: none;
  }
  .top-graph-progress.--kosodate02::before,
  .top-graph-progress.--mado02::before,
  .top-graph-progress.--kyutou02::before,
  .top-graph-progress.--chintai02::before {
    border-top: calc(1 / var(--font-size) * 1rem) dashed
      var(--main-border-color);
  }
  .top-graph-progress-desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: calc(67 / var(--font-size) * 1rem);
  }
  .top-graph-progress-desc__term {
    flex-shrink: 0;
    width: calc(372 / var(--font-size) * 1rem - 24 / var(--font-size) * 1rem);
    padding-right: calc(24 / var(--font-size) * 1rem);
    line-height: calc(25.6 / 16 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .top-graph-progress-desc__term__label {
    display: inline-block;
    vertical-align: top;
  }
  .top-graph-progress-desc__defin {
    flex-grow: 1;
    padding-top: calc(16 / var(--font-size) * 1rem);
    padding-bottom: calc(16 / var(--font-size) * 1rem);
    padding-left: calc(36 / var(--font-size) * 1rem);
  }
  .top-graph-progress-body {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: calc(35 / var(--font-size) * 1rem);
    border-radius: calc(5 / var(--font-size) * 1rem);
  }
  .top-graph-progress-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: calc(5 / var(--font-size) * 1rem);
  }
  .top-graph-progress.--kosodate01 .top-graph-progress-body {
    background: var(--bg-color-jigyo02-gx);
    color: var(--main-color-jigyo02-gx);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-color-jigyo02-gx);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--kosodate01 .top-graph-progress-body::before {
    border: calc(1 / var(--font-size) * 1rem) solid
      var(--main-table-bg-color-gx);
  }
  .top-graph-progress.--kosodate02 .top-graph-progress-body {
    background: var(--bg-color-jigyo02);
    color: var(--main-color-jigyo02);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-color-jigyo02);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--kosodate02 .top-graph-progress-body::before {
    border: calc(1 / var(--font-size) * 1rem) solid var(--sub-color-jigyo02);
  }
  .top-graph-progress.--kosodate03 .top-graph-progress-body {
    background: var(--bg-sub-color-jigyo02);
    color: var(--accent-color-jigyo02);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-sub-color-jigyo02);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--kosodate03 .top-graph-progress-body::before {
    border: calc(1 / var(--font-size) * 1rem) solid
      var(--bg-sub-color-jigyo02-02);
  }
  .top-graph-progress.--mado01 .top-graph-progress-body {
    background: var(--bg-color-jigyo03);
    color: var(--main-color-jigyo03);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-color-jigyo03);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--mado01 .top-graph-progress-body::before {
    border: calc(1 / var(--font-size) * 1rem) solid var(--sub-color-jigyo03);
  }
  .top-graph-progress.--kyutou01 .top-graph-progress-body {
    background: var(--bg-color-jigyo04);
    color: var(--main-color-jigyo04);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-color-jigyo04);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--kyutou01 .top-graph-progress-body {
    border: calc(1 / var(--font-size) * 1rem) solid var(--sub-color-jigyo04);
  }
  .top-graph-progress.--kyutou02 .top-graph-progress-body {
    background: var(--bg-sub-color-jigyo04);
    color: var(--accent-color-jigyo04);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-sub-color-jigyo04);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--kyutou02 .top-graph-progress-body {
    border: calc(1 / var(--font-size) * 1rem) solid
      var(--accent-sub-color-jigyo04);
  }
  .top-graph-progress.--chintai01 .top-graph-progress-body {
    background: var(--bg-color-jigyo05);
    color: var(--main-color-jigyo05);
    --x: 0 0 calc(2/var(--font-size) * 1rem) var(--bg-color-jigyo05);
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--chintai01 .top-graph-progress-body {
    border: calc(1 / var(--font-size) * 1rem) solid var(--sub-color-jigyo05);
  }
  .top-overview-feature-teable-progress-body > * {
    position: relative;
    z-index: 1;
  }
  .top-graph-progress__bar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    flex-grow: 1;
    width: 100%;
  }
  .top-graph-progress__bar > span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
  }
  .top-graph-progress.--kosodate01 .top-graph-progress__bar > span {
    background: var(--main-color-jigyo02-gx);
  }
  .top-graph-progress.--kosodate02 .top-graph-progress__bar > span {
    background: var(--main-color-jigyo02);
  }
  .top-graph-progress.--kosodate03 .top-graph-progress__bar > span {
    background: var(--accent-color-jigyo02);
  }
  .top-graph-progress.--mado01 .top-graph-progress__bar > span {
    background: var(--main-color-jigyo03);
  }
  .top-graph-progress.--kyutou01 .top-graph-progress__bar > span {
    background: var(--main-color-jigyo04);
  }
  .top-graph-progress.--kyutou02 .top-graph-progress__bar > span {
    background: var(--accent-color-jigyo04);
  }
  .top-graph-progress.--chintai01 .top-graph-progress__bar > span {
    background: var(--main-color-jigyo05);
  }
  .top-graph-progress__label {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: calc(25.6 / 20 * 1);
    font-size: calc(20 / var(--font-size) * 1rem);
    font-weight: 700;
    white-space: nowrap;
    transform: translate3d(-50%, -50%, 0);
    z-index: 20;
  }
  .top-graph-progress__label > span {
    font-size: calc(14 / 20 * 100%);
  }
  .top-graph-progress-txt {
    margin-top: calc(4 / var(--font-size) * 1rem);
    line-height: calc(20 / 12 * 1);
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-graph-progress-txt:first-child {
    margin-top: 0;
  }
  .top-graph-progress.--kosodate01 .top-graph-progress-txt a {
    color: var(--main-color-jigyo02-gx);
  }
  .top-graph-progress.--kosodate02 .top-graph-progress-txt a {
    color: var(--main-color-jigyo02);
  }
  .top-graph-progress.--kosodate03 .top-graph-progress-txt a {
    color: var(--accent-color-jigyo02);
  }
  .top-graph-progress.--mado01 .top-graph-progress-txt a {
    color: var(--main-color-jigyo03);
  }
  .top-graph-progress.--kyutou01 .top-graph-progress-txt a {
    color: var(--main-color-jigyo04);
  }
  .top-graph-progress.--kyutou02 .top-graph-progress-txt a {
    color: var(--accent-color-jigyo04);
  }
  .top-graph-progress.--chintai01 .top-graph-progress-txt a {
    color: var(--main-color-jigyo05);
  }

  .top-graph {
    padding-top: calc(64 / var(--font-size) * 1rem);
    padding-bottom: calc(64 / var(--font-size) * 1rem);
    color: var(--text-color);
  }
  .top-graph__lead-txt {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    text-align: left;
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-graph__inner {
    padding-left: calc(15 / var(--font-size) * 1rem);
    padding-right: calc(15 / var(--font-size) * 1rem);
    width: 100%;
    margin: 0 auto;
  }
  .top-graph__head {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    text-align: right;
    margin-top: calc(8 / var(--font-size) * 1rem);
  }
  .top-graph__box-wrap {
    display: flex;
    flex-direction: column;
    gap: calc(17 / var(--font-size) * 1rem);
    margin-top: calc(13 / var(--font-size) * 1rem);
  }
  .top-graph__box {
    max-width: calc(504 / var(--font-size) * 1rem);
    width: 100%;
  }
  .top-graph__box__header {
    background-color: #0f9d72;
    padding: calc(8 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem)
      calc(10 / var(--font-size) * 1rem) 0 0;
    height: calc(74 / var(--font-size) * 1rem);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(22 / var(--font-size) * 1rem);
  }
  .top-graph__box__header__title {
    color: var(--color-white);
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
  }
  .top-graph__box__header__category {
    background-color: var(--color-white);
    border-radius: calc(5 / var(--font-size) * 1rem);
    max-width: calc(250 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(35 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(10 / var(--font-size) * 1rem);
  }
  .top-graph__box__header__category__icon {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
  }
  .top-graph__box__header__category__icon.--kosodate {
    background-image: url(/assets/img/common/ico_mirai.png);
  }
  .top-graph__box__header__category__label {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .top-graph__box__body {
    border: calc(1 / var(--font-size) * 1rem) solid var(--main-border-color);
    border-top: 0;
    border-radius: 0 0 calc(10 / var(--font-size) * 1rem)
      calc(10 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .top-graph__box__column-group-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .top-graph__box__column-group {
    width: 100%;
    position: relative;
  }
  .top-graph__box__column {
    position: relative;
  }
  .top-graph__box__column-group:before,
  .top-graph__box__column:before {
    content: "";
    border-top: calc(1 / var(--font-size) * 1rem) dashed
      var(--main-border-color);
    width: 87%;
    height: calc(1 / var(--font-size) * 1rem);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top-graph__box__column__body {
    padding: calc(16 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem);
  }
  .top-graph__box__column__header {
  }
  .top-graph__box__column__header__text {
    color: var(--color-attention_1000);
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-top: calc(10 / var(--font-size) * 1rem);
    margin-bottom: calc(10 / var(--font-size) * 1rem);
  }
  .top-graph__box__column__title {
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    display: flex;
  }
  .top-graph__box__column__title:before {
    content: "";
    background-color: #64b06b;
    border-radius: 100%;
    display: block;
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    flex-shrink: 0;
    margin-right: calc(6 / var(--font-size) * 1rem);
    position: relative;
    top: calc(3.25 / var(--font-size) * 1rem);
  }
  .top-graph__box__column.--text .top-graph__box__column__body {
    padding-top: calc(24 / var(--font-size) * 1rem);
    padding-bottom: calc(24 / var(--font-size) * 1rem);
  }
  .top-graph__box__column__text {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    line-height: 1.599;
  }
  .top-graph__box__column:first-child:before {
    display: none;
  }
  .graph-box {
    position: relative;
  }
  .top-graph__box__column__title + .graph-box {
    margin-top: calc(9 / var(--font-size) * 1rem);
  }
  .graph-box__cushion {
    padding: calc(15.5 / var(--font-size) * 1rem)
      calc(16 / var(--font-size) * 1rem) calc(15.5 / var(--font-size) * 1rem)
      calc(16 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .graph-box__contents {
  }
  .graph-box__title {
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: -0.065em;
  }
  .graph-box__title .title-02 {
    font-size: 90%;
    margin-left: -0.25em;
  }
  .graph-box__title__icon {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
  }
  .graph-box__text {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    margin-top: calc(4 / var(--font-size) * 1rem);
    margin-right: calc(10 / var(--font-size) * 1rem);
  }
  .graph-box__label {
    background-color: #bdbdbd;
    text-align: center;
    border-radius: calc(5 / var(--font-size) * 1rem);
    color: var(--color-white);
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    max-width: calc(104 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(40 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .graph-box__link {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    margin-top: calc(3 / var(--font-size) * 1rem);
  }

  /** **/

  .graph-box__component {
    margin: calc(10 / var(--font-size) * 1rem) 0;
  }
  .graph-box__component .top-graph-progress-body {
    background-color: var(--color-white);
    border: 0 !important;
    border-radius: calc(5 / var(--font-size) * 1rem);
    height: calc(61 / var(--font-size) * 1rem);
  }
  .graph-box__component .top-graph-progress__bar {
    border: calc(1 / var(--font-size) * 1rem) solid #ddf4e0;
    border-radius: calc(5 / var(--font-size) * 1rem);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
  }
  .graph-box__component .top-graph-progress__bar.--stripe {
    z-index: 5;
  }
  .graph-box__component .top-graph-progress__bar.--stripe > span {
    background-image: repeating-linear-gradient(
      -24deg,
      #f3fbf5,
      #f3fbf5 4px,
      #c7f0ce 0,
      #c7f0ce 5px
    );
    border: calc(1 / var(--font-size) * 1rem) solid #c7f0ce;
    border-right: calc(1.5 / var(--font-size) * 1rem) dashed #64b06b;
  }
  .graph-box__component.top-graph-progress::before {
    display: none;
  }
  .graph-box__component .top-graph-progress__label {
    font-size: calc(30 / var(--font-size) * 1rem);
  }
  .graph-box__component .top-graph-progress__label > span {
    font-size: calc(21 / var(--font-size) * 1rem);
  }

  .graph-box.--kosodate .graph-box__component .top-graph-progress__bar {
    border-color: #deeffc;
  }
  .graph-box.--mado .graph-box__component .top-graph-progress__bar {
    border-color: #deeffc;
  }
  .graph-box.--kyuto .graph-box__component .top-graph-progress__bar {
    border-color: #ffeaa1;
  }
  .graph-box.--tekkyokasan .graph-box__component .top-graph-progress__bar {
    border-color: #fee1e1;
  }
  .graph-box.--chintai .graph-box__component .top-graph-progress__bar {
    border-color: #f2dffc;
  }

  .graph-box.--tekkyokasan:before {
    content: "";
    border-top: calc(1 / var(--font-size) * 1rem) dashed
      var(--main-border-color);
    width: 93%;
    height: calc(1 / var(--font-size) * 1rem);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  /** **/

  .top-graph__box.--new-house {
  }
  .top-graph__box.--reform {
  }
  .top-graph__box__column-group .graph-box__cushion {
    padding-left: calc(12 / var(--font-size) * 1rem);
    padding-right: calc(12 / var(--font-size) * 1rem);
  }

  .graph-box.--gx .graph-box__title {
    color: #64b06b;
  }
  .graph-box.--gx .graph-box__cushion {
    background-color: #f3fbf5;
  }
  .graph-box.--gx .graph-box__link a {
    color: #64b06b;
  }

  .top-graph__box__column__title.--zeh:before {
    background-color: #77cc00;
  }
  .graph-box.--zeh .graph-box__title {
    color: #77cc00;
  }
  .graph-box.--zeh .graph-box__cushion {
    background-color: #f3fde7;
  }
  .graph-box.--zeh .graph-box__link a {
    color: #77cc00;
  }

  .top-graph__box__column__title.--reform:before {
    background-color: #4d98d1;
  }
  .graph-box.--reform .graph-box__title {
    color: #4d98d1;
  }
  .graph-box.--reform .graph-box__cushion {
    background-color: var(--accent-sub-color-jigyo02-02);
  }
  .graph-box.--reform .graph-box__link a {
    color: #4d98d1;
  }

  .graph-box.--disable .graph-box__cushion__body {
    display: flex;
    align-items: center;
  }
  .graph-box.--disable .graph-box__title {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    color: #362c2a;
  }
  .graph-box.--disable .graph-box__text {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
  }
  .graph-box.--disable .graph-box__cushion {
    background-color: #eeeeee;
  }
  .graph-box.--disable .graph-box__link a {
    color: #362c2a;
  }
  .graph-box.--disable .graph-box__label {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    line-height: 1.599;
    max-width: calc(70 / var(--font-size) * 1rem);
    height: calc(64 / var(--font-size) * 1rem);
  }

  .graph-box.--kosodate .graph-box__title {
  }
  .graph-box.--kosodate .graph-box__cushion {
    background-color: #f3fde7;
  }
  .graph-box.--kosodate .graph-box__link a {
    color: #4d98d1;
  }
  .graph-box.--kosodate .graph-box__title__icon {
    background-image: url(/assets/img/common/ico_mirai.png);
  }

  .graph-box.--mado .graph-box__title {
  }
  .graph-box.--mado .graph-box__cushion {
    background-color: #f5fcff;
  }
  .graph-box.--mado .graph-box__link a {
    color: #3faafa;
  }
  .graph-box.--mado .graph-box__title__icon {
    background-image: url(/assets/img/common/ico_mado.png);
  }

  .graph-box.--kyuto .graph-box__title {
  }
  .graph-box.--kyuto .graph-box__cushion {
    background-color: #fffce3;
  }
  .graph-box.--kyuto .graph-box__link a {
    color: #fc9534;
  }
  .graph-box.--kyuto .graph-box__title__icon {
    background-image: url(/assets/img/common/ico_kyutou.png);
  }
  .graph-box.--kyuto .graph-box__cushion {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .graph-box.--tekkyokasan .graph-box__cushion {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .graph-box.--tekkyokasan .graph-box__link a {
    color: #fc6a83;
  }

  .graph-box.--chintai .graph-box__title {
  }
  .graph-box.--chintai .graph-box__cushion {
    background-color: #f9f3fc;
  }
  .graph-box.--chintai .graph-box__link a {
    color: #ad5fd6;
  }
  .graph-box.--chintai .graph-box__title__icon {
    background-image: url(/assets/img/common/ico_chintai.png);
  }

  .top-graph__box__column.--border-solid:before {
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--main-border-color);
  }

  /* 第3期 */
  .graph-box.--gx.--third-period .top-graph-progress__label {
    color: #64b06b;
  }
  .graph-box.--zeh.--third-period .top-graph-progress__label {
    color: #77cc00;
  }
  .graph-box.--third-period .top-graph-progress__label {
    margin-left: 0 !important;
  }
  .graph-box.--third-period .graph-box__component {
    width: 100% !important;
    margin: calc(9 / var(--font-size) * 1rem) auto
      calc(30 / var(--font-size) * 1rem) auto !important;
  }
  .graph-box.--third-period .progress-unitlabel {
    justify-content: flex-end;
  }

  .top-graph__bottom {
    margin-top: calc(20 / var(--font-size) * 1rem);
  }

  /** **/

  .progress-unitlabel {
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: calc(-21 / var(--font-size) * 1rem);
    left: calc(-7 / var(--font-size) * 1rem);
    height: calc(93 / var(--font-size) * 1rem);
  }
  .progress-unitlabel.--01 {
    text-align: left;
    width: calc(60 / var(--font-size) * 1rem);
    left: 0;
  }
  .progress-unitlabel.--02 {
    width: calc(70 / var(--font-size) * 1rem);
    margin-left: calc(-32 / var(--font-size) * 1rem);
  }
  .progress-unitlabel.--03 {
    width: calc(60 / var(--font-size) * 1rem);
    left: 86%;
  }
  .progress-unitlabel__top-unit {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    color: #362c2a;
  }
  .progress-unitlabel__bottom-unit {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
  }
  .progress-unitlabel.--01 .progress-unitlabel__bottom-unit {
    margin-left: calc(-6 / var(--font-size) * 1rem);
  }

  .graph-box__component.--gx .top-graph-progress__bar.--stripe > span {
    background-image: repeating-linear-gradient(
      -24deg,
      #f3fbf5,
      #f3fbf5 4px,
      #c7f0ce 0,
      #c7f0ce 5px
    );
    border: calc(1 / var(--font-size) * 1rem) solid #c7f0ce;
    border-right: calc(1.5 / var(--font-size) * 1rem) dashed #64b06b;
  }
  .graph-box__component.--gx
    .top-graph-progress__bar.--stripe.--width100
    > span {
    border-right: calc(1 / var(--font-size) * 1rem) solid #ddf4e0;
  }

  .graph-box__component.--zeh .top-graph-progress__bar {
    border-color: #e7f9be;
  }
  .graph-box__component.--zeh .top-graph-progress__bar.--stripe > span {
    background-image: repeating-linear-gradient(
      -24deg,
      #f3fbf5,
      #f3fbf5 4px,
      #cdf292 0,
      #cdf292 5px
    );
    border: calc(1 / var(--font-size) * 1rem) solid #cdf292;
    border-right: calc(1.5 / var(--font-size) * 1rem) dashed #77cc00;
  }

  .graph-box__component.--zeh
    .top-graph-progress__bar.--stripe.--width100
    > span {
    border-right: calc(1 / var(--font-size) * 1rem) solid #e7f9be;
  }

  .graph-box__component.--reform .top-graph-progress__bar {
    border-color: #4d98d1;
  }
  /** **/

  .top-graph__box.--new-house .graph-box__component {
    width: 100%;
    margin: calc(35 / var(--font-size) * 1rem) auto
      calc(35 / var(--font-size) * 1rem) auto;
  }
  .top-graph__box.--new-house .top-graph-progress-body,
  .top-graph__box.--reform .top-graph-progress-body {
    height: calc(54 / var(--font-size) * 1rem);
  }
  .top-graph__box.--new-house .graph-box__component .top-graph-progress__label {
    margin-left: calc(38 / var(--font-size) * 1rem);
  }
  .top-graph__box.--new-house .graph-box__component .top-graph-progress__label,
  .top-graph__box.--reform .graph-box__component .top-graph-progress__label {
    font-size: calc(24 / var(--font-size) * 1rem);
  }
  .top-graph__box.--new-house
    .graph-box__component
    .top-graph-progress__label
    > span,
  .top-graph__box.--reform
    .graph-box__component
    .top-graph-progress__label
    > span {
    font-size: calc(16 / var(--font-size) * 1rem);
  }

  .top-graph__box.--reform .top-graph__box__inner {
    height: calc(100% - calc(52 / var(--font-size) * 1rem));
  }
  .top-graph__box.--reform .top-graph__box__body {
    height: 100%;
  }
  .top-graph__box.--reform .graph-box__component {
    margin: calc(30 / var(--font-size) * 1rem) auto
      calc(20 / var(--font-size) * 1rem) auto;
  }
  .top-graph__box.--reform .top-graph__box__header {
    background-color: #4d98d1;
  }
  .top-graph__box.--reform .graph-box__title {
    display: flex;
    gap: calc(10 / var(--font-size) * 1rem);
  }
  .top-graph__box.--reform .graph-box__text {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: normal;
  }
  .top-graph__box.--reform .graph-box__cushion {
    padding-top: calc(29 / var(--font-size) * 1rem);
    padding-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .top-graph__box.--reform .graph-box__text {
  }
  .top-graph__box.--reform .graph-box__link {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
  }

  /** **/
  .top-graph .top-heading:before {
    display: none;
  }
  /** **/

  .top-graph-progress.--gx .top-graph-progress-body {
    background: #fff;
    color: #64b06b;
    --x: 0 0 calc(1/var(--font-size) * 1rem) #fff;
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--gx .top-graph-progress__label {
    color: #333;
  }
  .top-graph-progress.--gx .top-graph-progress__label .unit {
    color: #64b06b;
  }
  .top-graph-progress.--zeh .top-graph-progress-body {
    background: #fff;
    color: #77cc00;
    --x: 0 0 calc(1/var(--font-size) * 1rem) #fff;
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }
  .top-graph-progress.--zeh .top-graph-progress__label {
    color: #333;
  }
  .top-graph-progress.--zeh .top-graph-progress__label .unit {
    color: #77cc00;
  }

  .top-graph-progress.--reform .top-graph-progress-body {
    background: #fff;
    color: #4d98d1;
    --x: 0 0 calc(1/var(--font-size) * 1rem) #fff;
    --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x);
    text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y);
  }

  .top-graph-progress.--gx .top-graph-progress__bar > span {
    background: #64b06b;
  }
  .top-graph-progress.--zeh .top-graph-progress__bar > span {
    background: #77cc00;
  }
  .top-graph-progress.--reform .top-graph-progress__bar > span {
    background: #4d98d1;
  }
}

/* ============================================
   カードコンポーネント: top-card
   - ヘッダーなし: .top-card
   - ヘッダーあり: .top-card--header
   ============================================ */

/* PC版 */
@media all and (min-width: 768px), print {
  /* 基本カード（ヘッダーなし） */
  .top-card {
    max-width: calc(1024 / var(--font-size) * 1rem);
    margin: 0 auto;
    background-color: var(--color-white);
    border-radius: calc(20 / var(--font-size) * 1rem);
  }
  .top-card__body {
    padding: calc(30 / var(--font-size) * 1rem)
      calc(60 / var(--font-size) * 1rem);
  }

  /* ヘッダー付きカード */
  .top-card--header {
    --card-header-bg: var(--main-color);
    max-width: calc(1024 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .top-card--header + .top-card--header{
    margin-top: calc(62 / var(--font-size) * 1rem);
  }
  .top-card--header .top-card__header {
    position: relative;
    background-color: var(--card-header-bg);
    border-radius: calc(30 / var(--font-size) * 1rem)
      calc(30 / var(--font-size) * 1rem) 0 0;
    text-align: center;
    gap: calc(52 / var(--font-size) * 1rem);
  }
  .top-card--header .top-card__header-inner {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: calc(14 / var(--font-size) * 1rem) 0;
  }
  .top-card--header .top-card__header-title {
    color: var(--color-white);
    font-size: calc(30 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.4;
  }
  .top-card--header .top-card__header-icon {
    position: absolute;
    left: calc(52 / var(--font-size) * -1rem);
    bottom: 0;
    transform: translate(-100%, 0);
    width: calc(115 / var(--font-size) * 1rem);
    height: calc(115 / var(--font-size) * 1rem);
  }
  .top-card--header .top-card__header-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .top-card--header .top-card__body {
    background-color: var(--color-white);
    border-radius: 0 0 calc(20 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem);
    padding: calc(30 / var(--font-size) * 1rem)
      calc(60 / var(--font-size) * 1rem);
  }

  /* カード内セクション */
  .top-card__section {
    position: relative;

    padding: 0 calc(25 / var(--font-size) * 1rem);
  }
  .top-card__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: calc(17 / var(--font-size) * 1rem);
  }
  .top-card__section-title {
    font-size: calc(22 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.5;
    color: var(--main-accent-color);
    text-align: left;
  }
  .top-card__section-title span {
    font-size: calc(18 / var(--font-size) * 1rem);
  }
  .top-card__section-desc {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.6;
    color: var(--text-color);
  }
  .top-card__section-desc + .top-card__section-desc {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .top-card__section-note {
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    color: var(--text-color);
    margin-top: calc(12 / var(--font-size) * 1rem);
  }

  /* PDFボタン */
  .top-card__pdf-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: calc(6 / var(--font-size) * 1rem);
    background-color: var(--color-gray_400);
    border-radius: calc(18 / var(--font-size) * 1rem);
    padding: calc(5 / var(--font-size) * 1rem)
      calc(10 / var(--font-size) * 1rem) calc(5 / var(--font-size) * 1rem)
      calc(7 / var(--font-size) * 1rem);
    width: calc(200 / var(--font-size) * 1rem);
    height: calc(50 / var(--font-size) * 1rem);
    text-decoration: none;
    transition: opacity 0.3s;
  }
  .top-card__pdf-btn:hover {
    opacity: 0.8;
  }
  .top-card__pdf-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(40 / var(--font-size) * 1rem);
    height: calc(40 / var(--font-size) * 1rem);
    background-color: var(--color-white);
    border: calc(3 / var(--font-size) * 1rem) solid var(--color-gray_300);
    border-radius: 50%;
    flex-shrink: 0;
  }
  .top-card__pdf-btn-icon svg {
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
  }
  .top-card__pdf-btn-text {
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.015em;
    color: var(--color-white);
    flex: 1;
    text-align: center;
  }
  .top-card__pdf-btn-arrow {
    width: calc(18 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
    flex-shrink: 0;
  }
  .top-card__pdf-btn-arrow svg {
    width: 100%;
    height: 100%;
    fill: var(--color-white);
  }

  /* カード内区切り線 */
  .top-card__divider {
    width: 100%;
    height: 1px;
    background-color: var(--color-gray_300);
    margin: calc(24 / var(--font-size) * 1rem) 0;
  }

  /* カード内2カラムレイアウト */
  .top-card__columns {
    display: flex;
    align-items: center;
    gap: calc(72 / var(--font-size) * 1rem);
    justify-content: center;
  }
  .top-card__columns-divider {
    width: 1px;
    height: calc(72 / var(--font-size) * 1rem);
    background-color: var(--color-gray_300);
    flex-shrink: 0;
  }
  .top-card__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(10 / var(--font-size) * 1rem);
    flex: 0 0 calc(304 / var(--font-size) * 1rem);
    text-align: center;
  }
  .top-card__column-title {
    font-size: calc(18 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.056em;
    color: var(--main-accent-color);
  }
  .top-card__column-note {
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    color: var(--text-color);
  }

  /* 横並びレイアウト（建材メーカー用） */
  .top-card__columns--row {
    flex-direction: row;
    align-items: center;
    gap: calc(32 / var(--font-size) * 1rem);
    margin-top: calc(26 / var(--font-size) * 1rem);
  }
  .top-card__columns--row .c-btn {
    flex-shrink: 0;
    width: calc(304 / var(--font-size) * 1rem);
  }
  .top-card__columns--row .c-btn__link {
    width: 100%;
    height: calc(64 / var(--font-size) * 1rem);
  }
  .top-card__columns-note {
    padding-left: 1em;
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    text-indent: -1em;
  }
  .top-card__columns-note > * {
    text-indent: 0;
  }
  .top-card__columns-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }

  /* カード内ボタン上書き */
  .top-card__column .c-btn-list {
    width: 100%;
  }
  .top-card__column .c-btn {
    width: 100%;
  }
  .top-card__column .c-btn__link {
    width: calc(304 / var(--font-size) * 1rem);
    height: calc(64 / var(--font-size) * 1rem);
    border-radius: calc(20 / var(--font-size) * 1rem);
  }
  .top-card__column .c-btn.--color-gray .c-btn__link {
    background-color: var(--color-gray_400);
  }
  .top-card__column .c-btn__arrow {
    display: none;
  }
  .top-card__column .c-btn:has(.c-btn__arrow) .c-btn__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .top-card__column .c-btn__body {
    justify-content: center;
  }
  .top-card__column .c-btn__text {
    text-align: center;
  }

  /* カード間余白 */
  .top-card + .top-card,
  .top-card--header + .top-card {
    margin-top: calc(26 / var(--font-size) * 1rem);
  }
}

/* SP版 */
@media all and (max-width: 767px) {
  /* 基本カード（ヘッダーなし） */
  .top-card {
    background-color: var(--color-white);
    border-radius: calc(16 / var(--font-size) * 1rem);
  }
  .top-card__body {
    padding: calc(20 / var(--font-size) * 1rem)
      calc(16 / var(--font-size) * 1rem);
  }

  /* ヘッダー付きカード */
  .top-card--header {
    --card-header-bg: var(--main-accent-color);
  }
  .top-card--header + .top-card--header{
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-card--header .top-card__header {
    background-color: var(--card-header-bg);
    border-radius: calc(20 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem) 0 0;
    /*overflow-x: clip;*/
  }
  .top-card--header .top-card__header-inner {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  .top-card--header .top-card__header-title {
    color: var(--color-white);
    font-size: calc(22 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    line-height: 1.2;
    min-height: 2.8em;
    display: flex;
    align-items: center;
  }
  .top-card--header .top-card__header-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-100%, 0);
    width: calc(90 / var(--font-size) * 1rem);
    height: calc(90 / var(--font-size) * 1rem);
  }
  .top-card--header .top-card__header-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .top-card--header .top-card__body {
    background-color: var(--color-white);
    border-radius: 0 0 calc(16 / var(--font-size) * 1rem)
      calc(16 / var(--font-size) * 1rem);
    padding: calc(20 / var(--font-size) * 1rem)
      calc(16 / var(--font-size) * 1rem);
  }

  /* カード内セクション */
  .top-card__section {
    position: relative;
  }
  .top-card__section-head {
    display: flex;
    flex-direction: column;
    gap: calc(12 / var(--font-size) * 1rem);
    margin-bottom: calc(12 / var(--font-size) * 1rem);
  }
  .top-card__section-title {
    font-size: calc(22 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.5;
    color: var(--main-accent-color);
    text-align: center;
  }
  .top-card__section-desc {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.6;
    color: var(--text-color);
  }
  .top-card__section-desc + .top-card__section-desc {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .top-card__section-note {
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    color: var(--text-color);
    margin-top: calc(10 / var(--font-size) * 1rem);
  }

  /* PDFボタン */
  .top-card__pdf-btn {
    display: flex;
    align-items: center;
    gap: calc(8 / var(--font-size) * 1rem);
    background-color: var(--color-gray_400);
    border-radius: calc(16 / var(--font-size) * 1rem);
    padding: calc(5 / var(--font-size) * 1rem)
      calc(10 / var(--font-size) * 1rem) calc(5 / var(--font-size) * 1rem)
      calc(7 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(44 / var(--font-size) * 1rem);
    text-decoration: none;
  }
  .top-card__pdf-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(34 / var(--font-size) * 1rem);
    height: calc(34 / var(--font-size) * 1rem);
    background-color: var(--color-white);
    border: calc(2 / var(--font-size) * 1rem) solid var(--color-gray_300);
    border-radius: 50%;
    flex-shrink: 0;
  }
  .top-card__pdf-btn-icon svg {
    width: calc(20 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
  }
  .top-card__pdf-btn-text {
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.015em;
    color: var(--color-white);
    flex: 1;
    text-align: center;
  }
  .top-card__pdf-btn-arrow {
    width: calc(20 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
    flex-shrink: 0;
  }
  .top-card__pdf-btn-arrow svg {
    width: 100%;
    height: 100%;
    fill: var(--color-white);
  }

  /* カード内区切り線 */
  .top-card__divider {
    width: 100%;
    height: 1px;
    background-color: var(--color-gray_300);
    margin: calc(32 / var(--font-size) * 1rem) 0;
  }

  /* カード内2カラムレイアウト（SPは縦並び） */
  .top-card__columns {
    display: flex;
    flex-direction: column;
    gap: calc(24 / var(--font-size) * 1rem);
  }
  .top-card__columns-divider {
    display: none;
  }
  .top-card__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(10 / var(--font-size) * 1rem);
    text-align: center;
  }
  .top-card__column-title {
    font-size: calc(18 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.056em;
    color: var(--main-accent-color);
    margin-bottom: calc(6 / var(--font-size) * 1rem);
  }
  .top-card__column-note {
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    color: var(--text-color);
  }

  /* 横並びレイアウト（建材メーカー用）SP版 */
  .top-card__columns--row {
    flex-direction: column;
    align-items: center;
    gap: calc(16 / var(--font-size) * 1rem);
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .top-card__columns--row .c-btn {
    width: 100%;
  }
  .top-card__columns--row .c-btn__link {
    height: calc(56 / var(--font-size) * 1rem);
  }
  .top-card__columns--row .c-btn__arrow {
    display: block;
  }
  .top-card__columns-note {
    padding-left: 1em;
    font-size: calc(12 / var(--font-size) * 1rem);
    line-height: 1.6;
    text-indent: -1em;
  }
  .top-card__columns-note > * {
    text-indent: 0;
  }
  .top-card__columns-note__label {
    display: inline-block;
    vertical-align: top;
    width: 1em;
  }

  /* カード内ボタン上書き */
  .top-card__column .c-btn-list {
    width: 100%;
  }
  .top-card__column .c-btn {
    width: 100% !important;
  }
  .top-card__column .c-btn__link {
    width: 100%;
    height: calc(64 / var(--font-size) * 1rem);
    border-radius: calc(16 / var(--font-size) * 1rem);
  }
  .top-card__column .c-btn__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .top-card__column .c-btn__body {
    justify-content: center;
  }
  .top-card__column .c-btn__text {
    text-align: center;
  }

  /* カード間余白 */
  .top-card + .top-card,
  .top-card--header + .top-card {
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  /* PDFボタン（SP版は別位置） */
  .top-card__pdf-btn {
    margin-top: calc(16 / var(--font-size) * 1rem);
    text-align: center;
  }
}

/* ==========================================================================
   2026 TOP スタイル
   ========================================================================== */

/* 共通 */
.list-parts--bg-main {
  background: var(--bg-sub-color);
}

/* ============================================
   見出しコンポーネント: c-heading-xl
   ============================================ */
@media all and (min-width: 768px), print {
  .c-heading-xl {
    display: flex;
    flex-direction: column;
    gap: calc(14 / var(--font-size) * 1rem);
    max-width: calc(1024 / var(--font-size) * 1rem);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-heading-xl__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(28 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.43;
    color: var(--text-color);
    text-align: left;
  }
  .c-heading-xl__line {
    position: relative;
    width: 100%;
    height: calc(3 / var(--font-size) * 1rem);
    background-color: var(--color-gray_300);
    border-radius: calc(1.5 / var(--font-size) * 1rem);
  }
  .c-heading-xl__line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(210 / var(--font-size) * 1rem);
    height: 100%;
    background-color: var(--main-color-page);
    border-radius: calc(1.5 / var(--font-size) * 1rem);
  }
  .c-heading-xl--blue .c-heading-xl__line::before {
    background-color: var(--accent-color-jigyo02);
  }
}
@media all and (max-width: 767px) {
  .c-heading-xl {
    display: flex;
    flex-direction: column;
    gap: calc(14 / var(--font-size) * 1rem);
    margin-bottom: calc(32 / var(--font-size) * 1rem);
  }
  .c-heading-xl__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(20 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.43;
    color: var(--text-color);
    text-align: left;
  }
  .c-heading-xl__line {
    position: relative;
    width: 100%;
    height: calc(3 / var(--font-size) * 1rem);
    background-color: var(--color-gray_300);
    border-radius: calc(1.5 / var(--font-size) * 1rem);
  }
  .c-heading-xl__line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100 / var(--font-size) * 1rem);
    height: 100%;
    background-color: var(--main-color-page);
    border-radius: calc(1.5 / var(--font-size) * 1rem);
  }
  .c-heading-xl--blue .c-heading-xl__line::before {
    background-color: var(--accent-color-jigyo02);
  }
}

/* --------------------------------------------------------------------------
  TOP SECTION (共通コンポーネント)
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-section {
    padding: calc(80 / var(--font-size) * 1rem)
      calc(84 / var(--font-size) * 1rem) calc(100 / var(--font-size) * 1rem);
  }
  .top-section__inner {
    padding: 0;
  }
  .top-section__content {
    padding: calc(40 / var(--font-size) * 1rem) 0 0;
  }
}

@media (max-width: 767px) {
  .top-section {
    padding-top: calc(48 / var(--font-size) * 1rem);
    padding-bottom: calc(48 / var(--font-size) * 1rem);
  }
  .top-section__inner {
    padding: 0 calc(15 / var(--font-size) * 1rem);
  }
  .top-section__content {
    padding: 0;
  }
}

/* --------------------------------------------------------------------------
  top-intro-lower コンポーネント
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  /* top-intro-lower コンポーネント */
  .top-intro-lower {
    margin-top: calc(60 / var(--font-size) * 1rem);
  }
  .top-intro-lower__head {
    text-align: center;
    margin: 0 auto calc(18 / var(--font-size) * 1rem);
    width: fit-content;
    background: url(/assets/img/top_public/top-intro-lower-line--greeen.svg)
      bottom center no-repeat;
    padding-bottom: calc(25 / var(--font-size) * 1rem);
  }
  .top-intro-lower__title {
    font-size: calc(18 / var(--font-size) * 1rem);
    line-height: 1.4;
  }
  .top-intro-lower__line {
    display: block;
    margin: calc(8 / var(--font-size) * 1rem) auto 0;
    max-width: 100%;
  }
  .top-intro-lower-btn {
    display: flex;
    align-items: center;
    width: calc(360 / var(--font-size) * 1rem);
    height: calc(69 / var(--font-size) * 1rem);
    margin: 0 auto;
    padding: 0 calc(21 / var(--font-size) * 1rem) 0
      calc(23 / var(--font-size) * 1rem);
    background: var(--color-white);
    border-radius: calc(20 / var(--font-size) * 1rem);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
  }
  .top-intro-lower-btn:hover {
    opacity: 0.8;
  }
  .top-intro-lower-btn__ico {
    flex-shrink: 0;
    width: calc(36 / var(--font-size) * 1rem);
    height: calc(36 / var(--font-size) * 1rem);
  }
  .top-intro-lower-btn__ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .top-intro-lower-btn__label {
    flex-grow: 1;
    margin-left: calc(18 / var(--font-size) * 1rem);
    font-size: calc(18 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--color-text);
  }
  .top-intro-lower-btn__arrow {
    flex-shrink: 0;
    width: calc(22 / var(--font-size) * 1rem);
    height: calc(22 / var(--font-size) * 1rem);
  }
  .top-intro-lower-btn__arrow svg {
    width: 100%;
    height: 100%;
    fill: var(--main-color-jigyo02);
  }
}

@media (max-width: 767px) {
  /* top-intro-lower コンポーネント SP */
  .top-intro-lower {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .top-intro-lower__head {
    text-align: center;
    margin: 0 auto calc(16 / var(--font-size) * 1rem);
    width: fit-content;
    background: url(/assets/img/top_public/top-intro-lower-line--greeen.svg)
      bottom center no-repeat;
    padding-bottom: calc(20 / var(--font-size) * 1rem);
  }
  .top-intro-lower__title {
    font-size: calc(14 / var(--font-size) * 1rem);
    line-height: 1.4;
  }
  .top-intro-lower__line {
    display: block;
    margin: calc(6 / var(--font-size) * 1rem) auto 0;
    max-width: 100%;
  }
  .top-intro-lower-btn {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(304 / var(--font-size) * 1rem);
    height: calc(64 / var(--font-size) * 1rem);
    margin: 0 auto;
    padding: 0 calc(16 / var(--font-size) * 1rem) 0
      calc(18 / var(--font-size) * 1rem);
    background: var(--color-white);
    border-radius: calc(14 / var(--font-size) * 1rem);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .top-intro-lower-btn__ico {
    flex-shrink: 0;
    width: calc(28 / var(--font-size) * 1rem);
    height: calc(28 / var(--font-size) * 1rem);
  }
  .top-intro-lower-btn__ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .top-intro-lower-btn__label {
    flex-grow: 1;
    margin-left: calc(18 / var(--font-size) * 1rem);
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--color-text);
  }
  .top-intro-lower-btn__arrow {
    flex-shrink: 0;
    width: calc(18 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
  }
  .top-intro-lower-btn__arrow svg {
    width: 100%;
    height: 100%;
    fill: var(--main-color-jigyo02);
  }
}

/* --------------------------------------------------------------------------
  top-card モディファイア
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-card--maker {
    margin-top: calc(62 / var(--font-size) * 1rem);
  }
  .top-card--maker .top-card__columns {
    padding-left: calc(64 / var(--font-size) * 1rem);
    padding-right: calc(64 / var(--font-size) * 1rem);
  }
  .top-card--business {
    --card-header-bg: var(--accent-color-jigyo02);
  }
  .top-card--maker {
    --card-header-bg: var(--accent-color-jigyo02);
  }
  .top-card--consumer {
    --card-header-bg: var(--main-color-jigyo02);
  }
  .top-consumer .top-desc-feature__container__title {
    padding-left: calc(50 / var(--font-size) * 1rem);
    padding-right: calc(50 / var(--font-size) * 1rem);
  }
}

@media all and (max-width: 767px) {
  .top-card--maker {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-card--maker .top-card__columns {
    padding-left: calc(16 / var(--font-size) * 1rem);
    padding-right: calc(16 / var(--font-size) * 1rem);
  }
  .top-card--business {
    --card-header-bg: var(--accent-color-jigyo02);
  }
  .top-card--maker {
    --card-header-bg: var(--accent-color-jigyo02);
  }
  .top-card--consumer {
    --card-header-bg: var(--main-color-jigyo02);
  }
  .top-consumer .top-desc-feature__container__title {
    padding-left: calc(16 / var(--font-size) * 1rem);
    padding-right: calc(16 / var(--font-size) * 1rem);
  }
}
