∂ç@charset "UTF-8";

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

@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); */
  }
}
/* --------------------------------------------------------------------------
  TOP01
-------------------------------------------------------------------------- */
@media screen and (min-width: 768px), print {
  .top-subsidized-business {
    padding-top: calc(80 / var(--font-size) * 1rem);
    padding-bottom: calc(64 / var(--font-size) * 1rem);
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .top-subsidized-business__body {
    padding: 0 calc(84 / var(--font-size) * 1rem);
  }

  .top-subsidized-business__title {
    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
    .top-subsidized-business__title {
    padding-top: calc(64 / var(--font-size) * 1rem);
  }
  .top-2col-btn-list {
    gap: calc(24 / var(--font-size) * 1rem);
    justify-content: center;
    align-items: center;
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .top-2col-btn-list > .c-btn {
    width: calc(500 / var(--font-size) * 1rem);
  }
  .top-2col-btn-list > .c-btn .c-btn__link:hover {
    background-color: var(--color-white);
    opacity: 0.7;
  }
  .top-2col-btn-list > .c-btn .c-btn__inner {
    min-height: calc(164 / var(--font-size) * 1rem);
    padding-left: calc(56 / var(--font-size) * 1rem);
  }
  .top-2col-btn-list > .c-btn .c-btn__link {
    color: var(--color-black-sub);
    border-color: var(--sub-border-color);
    border-width: calc(1 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    background-color: var(--color-white);
  }
  .top-2col-btn-list > .c-btn .c-btn__text__label {
    font-size: calc(24 / var(--font-size) * 1rem);
    letter-spacing: 0.07em;
  }
  .top-2col-btn-list > .c-btn .c-btn__img {
    width: calc(106 / var(--font-size) * 1rem);
    height: calc(106 / var(--font-size) * 1rem);
    margin-left: calc(40 / var(--font-size) * 1rem);
  }
  .top-2col-btn-list > .c-btn .c-btn__img img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
  }
  .top-2col-btn-list > .c-btn .c-btn__arrow {
    margin-right: calc(40 / 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);
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .construction-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    --x-gap: 0;
    --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(5)::after,
  .construction-list-item:nth-child(6)::after {
    content: none;
  }
  .construction-list-item__inner {
  }
  .construction-btn {
    transition: all 0.3s ease;
  }
  .construction-btn:hover {
    opacity: 0.7;
  }
  .construction-list-item:nth-child(2n) .construction-btn__inner {
    padding-left: calc(40 / var(--font-size) * 1rem);
  }
  .construction-list-item:nth-child(2n) .construction-btn__arrow {
    right: 0;
  }
  .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);
  }
  .construction-btn.--glass {
    --ico-width: 24;
    --ico-height: 30;
  }
  .construction-btn.--inner-window {
    --ico-width: 30;
    --ico-height: 24;
  }
  .construction-btn.--outside-window-co {
    --ico-width: 30;
    --ico-height: 37;
  }
  .construction-btn.--outside-window-ha {
    --ico-width: 44;
    --ico-height: 34;
  }
  .construction-btn.--door-co {
    --ico-width: 20;
    --ico-height: 40;
  }
  .construction-btn.--door-ha {
    --ico-width: 40;
    --ico-height: 34;
  }
  .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);
  }
  .construction-btn__title {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }
}

@media screen and (max-width: 767px), print {
  .top-subsidized-business {
    padding-top: calc(48 / var(--font-size) * 1rem);
    padding-bottom: calc(48 / var(--font-size) * 1rem);
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .top-subsidized-business__body {
    padding: 0 calc(20 / var(--font-size) * 1rem);
  }

  .top-subsidized-business__title {
    text-align: center;
    margin-bottom: calc(24 / var(--font-size) * 1rem);
  }
  .top-subsidized-business__title .u-title--l {
    font-size: calc(24 / var(--font-size) * 1rem) !important;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .top-subsidized-business__inner-section
    + .top-subsidized-business__inner-section
    .top-subsidized-business__title {
    padding-top: calc(48 / var(--font-size) * 1rem);
  }
  .top-2col-btn-list {
    gap: calc(24 / var(--font-size) * 1rem);
    justify-content: center;
    align-items: center;
  }
  .top-2col-btn-list > .c-btn {
    width: calc(500 / var(--font-size) * 1rem);
  }
  .top-2col-btn-list > .c-btn .c-btn__inner {
    min-height: calc(104 / var(--font-size) * 1rem);
    padding-left: calc(94 / var(--font-size) * 1rem);
    padding-right: calc(44 / var(--font-size) * 1rem);
  }
  .top-2col-btn-list > .c-btn .c-btn__link {
    color: var(--color-black-sub);
    border-color: var(--sub-border-color);
    border-width: calc(1 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    transition: none;
    background-color: var(--color-white);
  }
  .top-2col-btn-list > .c-btn .c-btn__link:hover {
    background-color: var(--color-white);
  }
  .top-2col-btn-list > .c-btn .c-btn__text__label {
    font-size: calc(18 / var(--font-size) * 1rem);
    letter-spacing: 0.07em;
  }
  .top-2col-btn-list > .c-btn .c-btn__img {
    width: calc(88 / var(--font-size) * 1rem);
    height: calc(88 / var(--font-size) * 1rem);
    margin-left: calc(16 / var(--font-size) * 1rem);
  }
  .top-2col-btn-list > .c-btn .c-btn__img img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
  }
  .top-2col-btn-list > .c-btn .c-btn__arrow {
    margin-right: calc(16 / var(--font-size) * 1rem);
  }
  .top-2col-btn-list > .c-btn .c-btn__arrow__icon {
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / 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: 36;
    --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(5)::after,
  .construction-list-item:nth-child(6)::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.--glass {
    --ico-width: 24;
    --ico-height: 30;
  }
  .construction-btn.--inner-window {
    --ico-width: 30;
    --ico-height: 24;
  }
  .construction-btn.--outside-window-co {
    --ico-width: 30;
    --ico-height: 37;
  }
  .construction-btn.--outside-window-ha {
    --ico-width: 44;
    --ico-height: 34;
  }
  .construction-btn.--door-co {
    --ico-width: 20;
    --ico-height: 40;
  }
  .construction-btn.--door-ha {
    --ico-width: 40;
    --ico-height: 36;
  }
  .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);
  }
}

/* --------------------------------------------------------------------------
  TOP02
-------------------------------------------------------------------------- */

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

/* --------------------------------------------------------------------------
  TOP SLIDER
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .top-slider-row {
    height: calc(743 / var(--font-size) * 1rem);
  }
  .top-slider-row__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .top-slider-box__column
    + .top-slider-box__column
    .top-slider-box__column__inner {
    position: relative;
  }
  .top-slider-box__column
    + .top-slider-box__column
    .top-slider-box__column__inner:before {
    content: "";
    background-color: #d4d4d4;
    display: block;
    width: calc(1 / var(--font-size) * 1rem);
    height: calc(495 / var(--font-size) * 1rem);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
  }
  .top-slider-box__column__inner,
  .top-slider-box__column__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .top-slider-pager-button {
    background-color: var(--color-white);
    border-radius: 100%;
    width: calc(60 / var(--font-size) * 1rem);
    height: calc(60 / var(--font-size) * 1rem);
    position: absolute;
    top: 0;
    bottom: 0;
    box-shadow: 0px calc(4 / var(--font-size) * 1rem)
      calc(4 / var(--font-size) * 1rem) 0px rgba(0, 0, 0, 0.25);
    margin: auto 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 0.8;
  }
  .top-slider-pager-button:before {
    content: "";
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color);
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    position: absolute;
    top: 0;
    left: 0;
    right: calc(6 / var(--font-size) * 1rem);
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
  }
  .top-slider-pager-prev {
    left: calc(15 / var(--font-size) * 1rem);
  }
  .top-slider-pager-next {
    right: calc(15 / var(--font-size) * 1rem);
  }
  .top-slider-pager-prev:before {
    right: calc(-4 / var(--font-size) * 1rem);
    transform: rotate(-135deg);
  }
  .top-slider-pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(24 / var(--font-size) * 1rem);
    margin-left: calc(-15 / var(--font-size) * 1rem);
  }
  .top-slider-pagenation .swiper-pagination-bullet {
    border-radius: 100%;
    background-color: var(--color-gray_300);
    width: calc(10 / var(--font-size) * 1rem);
    height: calc(10 / var(--font-size) * 1rem);
    margin-left: calc(15 / var(--font-size) * 1rem);
  }
  .top-slider-pagenation
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--main-color);
  }
  /** slide02 **/
  .top-slider__slide.--slide-02 .top-slider-row__body {
    background-color: #f7b477;
    background-image: url(/assets/img/top_public/bg_slide-02_01_pc.svg);
    background-size: calc(2312 / var(--font-size) * 1rem) auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .top-slider__slide.--slide-02 .top-slider-row__inner {
    background-color: var(--color-white);
    padding: calc(25 / var(--font-size) * 1rem)
      calc(70 / var(--font-size) * 1rem);
    border-radius: calc(20 / var(--font-size) * 1rem);
    max-width: calc(952 / var(--font-size) * 1rem);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column {
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__title {
    font-size: calc(40 / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #3c508d;
    text-align: center;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text {
    margin-top: calc(19 / var(--font-size) * 1rem);
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: calc(28 / 14);
    text-align: center;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text .marker {
    background: linear-gradient(
      transparent calc(10 / var(--font-size) * 1rem),
      #d6effd calc(10 / var(--font-size) * 1rem)
    );
    color: #3c508d;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__title-02 {
    background-color: #3c508d;
    width: fit-content;
    margin: calc(15 / var(--font-size) * 1rem) auto 0;
    min-width: calc(403 / var(--font-size) * 1rem);
    min-height: calc(51 / var(--font-size) * 1rem);
    padding: calc(10 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem) calc(7 / var(--font-size) * 1rem);
    text-align: center;
    border-radius: calc(4.5 / var(--font-size) * 1rem);
  }
  .top-slider-box__column__title-02:hover
    .top-slider-box__column__title-02__label {
    text-decoration: none !important;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__title-02__label {
    color: var(--color-white);
    font-weight: 700;
    font-size: calc(26.2 / var(--font-size) * 1rem);
    line-height: 1.2;
    text-decoration: underline var(--color-white);
    text-underline-offset: calc(5 / var(--font-size) * 1rem);
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__button {
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text-02 {
    width: fit-content;
    min-width: calc(580 / var(--font-size) * 1rem);
    margin: calc(24 / var(--font-size) * 1rem) auto
      calc(16 / var(--font-size) * 1rem);
    text-align: center;
    padding: calc(7 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem);
    background-color: #85cff7;
    border-radius: 9999px;
    height: calc(28 / var(--font-size) * 1rem);
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text-02__label {
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 600;
    line-height: 1;
    color: var(--color-white);
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__image {
    margin: calc(8 / var(--font-size) * 1rem) auto 0;
    display: flex;
    justify-content: center;
    column-gap: calc(56 / var(--font-size) * 1rem);
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__image__item {
    width: calc(129 / var(--font-size) * 1rem);
  }
  .top-slider-box__column__image__item__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__image__item:hover img {
    opacity: 0.7;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__image__item img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
  }
  .top-slider-box__column__image__item__ttl__label {
    font-size: calc(13 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1;
  }
  .top-slider__slide.--slide-02
    .top-slider-box__column__image__item
    .top-slider-box__column__image__item__ttl {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }
  .top-slider__slide.--slide-02
    .top-slider-box__column__image__item:nth-of-type(1)
    .top-slider-box__column__image__item__ttl__label {
    color: #fc9534;
  }
  .top-slider__slide.--slide-02
    .top-slider-box__column__image__item:nth-of-type(2)
    .top-slider-box__column__image__item__ttl__label {
    color: #3faafa;
  }
  .top-slider__slide.--slide-02
    .top-slider-box__column__image__item:nth-of-type(3)
    .top-slider-box__column__image__item__ttl__label {
    color: #77cc00;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text-03 {
    margin: 0 auto;
    font-weight: 600;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text-03 li {
    justify-content: center;
  }
  /** /slide02 **/
}

@media all and (min-width: 769px) and (max-width: 1580px) {
}

@media (max-width: 767px) {
  .top-slider-row {
    height: calc(
      100vh - calc(48 / var(--font-size) * 1rem) -
        calc(60 / var(--font-size) * 1rem)
    );
  }
  .top-slider-row__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .top-slider-box__column
    + .top-slider-box__column
    .top-slider-box__column__inner {
    position: relative;
  }
  .top-slider-box__column
    + .top-slider-box__column
    .top-slider-box__column__inner:before {
    content: "";
    background-color: #d4d4d4;
    display: block;
    width: calc(1 / var(--font-size) * 1rem);
    height: calc(495 / var(--font-size) * 1rem);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
  }
  .top-slider-box__column__inner,
  .top-slider-box__column__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .top-slider-pager-button {
    background-color: var(--color-white);
    border-radius: 100%;
    width: calc(40 / var(--font-size) * 1rem);
    height: calc(40 / var(--font-size) * 1rem);
    position: absolute;
    top: calc(254 / var(--font-size) * 1rem);
    box-shadow: 0px calc(4 / var(--font-size) * 1rem)
      calc(4 / var(--font-size) * 1rem) 0px rgba(0, 0, 0, 0.25);
    margin: auto 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 0.8;
  }
  .top-slider-pager-button:before {
    content: "";
    border: calc(3 / var(--font-size) * 1rem) solid var(--main-color);
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: calc(11 / var(--font-size) * 1rem);
    height: calc(11 / var(--font-size) * 1rem);
    position: absolute;
    top: 0;
    left: 0;
    right: calc(6 / var(--font-size) * 1rem);
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
  }
  .top-slider-pager-prev {
    left: calc(15 / var(--font-size) * 1rem);
  }
  .top-slider-pager-next {
    right: calc(15 / var(--font-size) * 1rem);
  }
  .top-slider-pager-prev:before {
    right: calc(-4 / var(--font-size) * 1rem);
    transform: rotate(-135deg);
  }
  .top-slider-pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(24 / var(--font-size) * 1rem);
    margin-left: calc(-15 / var(--font-size) * 1rem);
  }
  .top-slider-pagenation .swiper-pagination-bullet {
    border-radius: 100%;
    background-color: var(--color-gray_300);
    width: calc(10 / var(--font-size) * 1rem);
    height: calc(10 / var(--font-size) * 1rem);
    margin-left: calc(15 / var(--font-size) * 1rem);
  }
  .top-slider-pagenation
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--main-color);
  }
  /** slide02 **/
  .top-slider__slide.--slide-02 .top-slider-row__body {
    background-color: #f7b477;
    background-image: url(/assets/img/top_public/bg_slide-02_01_sp.svg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: calc(36 / var(--font-size) * 1rem)
      calc(26 / var(--font-size) * 1rem);
  }
  .top-slider__slide.--slide-02 .top-slider-row__inner {
    background-color: var(--color-white);
    padding: calc(32 / var(--font-size) * 1rem)
      calc(24 / var(--font-size) * 1rem);
    border-radius: calc(7.5 / var(--font-size) * 1rem);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column {
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__title {
    font-size: calc(20 / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #3c508d;
    text-align: center;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text {
    margin-top: calc(18 / var(--font-size) * 1rem);
    font-size: calc(13 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: calc(20.4 / 13);
    text-align: center;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text .marker {
    background: linear-gradient(
      transparent calc(10 / var(--font-size) * 1rem),
      #d6effd calc(10 / var(--font-size) * 1rem)
    );
    color: #3c508d;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__title-02 {
    background-color: #3c508d;
    width: 100%;
    max-width: calc(188 / var(--font-size) * 1rem);
    margin: calc(6 / var(--font-size) * 1rem) auto 0;
    padding: calc(5 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem) calc(6 / var(--font-size) * 1rem);
    text-align: center;
    border-radius: calc(2.25 / var(--font-size) * 1rem);
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__title-02__label {
    color: var(--color-white);
    font-weight: 700;
    font-size: calc(16.1 / var(--font-size) * 1rem);
    line-height: calc(18.9 / 16.1);
    text-decoration: underline var(--color-white);
    text-underline-offset: calc(3 / var(--font-size) * 1rem);
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__button {
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text-02 {
    width: 100%;
    max-width: calc(153 / var(--font-size) * 1rem);
    margin: calc(16 / var(--font-size) * 1rem) auto
      calc(8 / var(--font-size) * 1rem);
    text-align: center;
    padding: calc(4 / var(--font-size) * 1rem)
      calc(12 / var(--font-size) * 1rem);
    background-color: #85cff7;
    border-radius: 9999px;
    min-height: calc(22 / var(--font-size) * 1rem);
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text-02__label {
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: 600;
    line-height: 1;
    color: var(--color-white);
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__image {
    margin: calc(9 / var(--font-size) * 1rem) auto 0;
    display: flex;
    justify-content: center;
    column-gap: calc(7.29 / var(--font-size) * 1rem);
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__image__item {
    width: calc(81 / var(--font-size) * 1rem);
  }
  .top-slider-box__column__image__item__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__image__item img {
    width: 100%;
    height: auto;
  }
  .top-slider-box__column__image__item__ttl__label {
    font-size: calc(10 / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1;
  }
  .top-slider__slide.--slide-02
    .top-slider-box__column__image__item
    .top-slider-box__column__image__item__ttl {
  }
  .top-slider__slide.--slide-02
    .top-slider-box__column__image__item:nth-of-type(1)
    .top-slider-box__column__image__item__ttl__label {
    color: #fc9534;
  }
  .top-slider__slide.--slide-02
    .top-slider-box__column__image__item:nth-of-type(2)
    .top-slider-box__column__image__item__ttl__label {
    color: #3faafa;
  }
  .top-slider__slide.--slide-02
    .top-slider-box__column__image__item:nth-of-type(3)
    .top-slider-box__column__image__item__ttl__label {
    color: #77cc00;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text-03 {
    margin: 0 auto;
    font-weight: 600;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text-03 li {
    justify-content: center;
  }
  .top-slider__slide.--slide-02 .top-slider-box__column__text-04 {
    margin-top: calc(8.4 / var(--font-size) * 1rem);
  }
  /** /slide02 **/
}

/* --------------------------------------------------------------------------
  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(264 / 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-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-color);
    border-color: var(--main-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: flex-start;
  }
  .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-item {
    display: flex;
    justify-content: center;
    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 {
    display: flex;
    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-item__title {
    font-size: calc(18 / var(--font-size) * 1rem);
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }
  .top-desc-feature-item .c-btn {
    min-width: calc(204 / 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-color);
    border-color: var(--main-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;
    text-indent: -1em;
  }
  .top-desc-feature-item-note__txt.--color-red {
    color: var(--color-attention_1000);
  }

  .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;
  }
}

@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) 0 0;
  }
  .top-desc-feature__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .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-color);
    border-color: var(--main-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-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-color);
    border-color: var(--main-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;
  }
  .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-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 BUSINESS
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .top-business {
    padding-top: calc(80 / var(--font-size) * 1rem);
    padding-bottom: calc(64 / var(--font-size) * 1rem);
    background: var(--sub-accent-color-02);
  }
  .top-business__inner {
    padding: 0 calc(84 / var(--font-size) * 1rem);
  }
  .top-business__content {
    padding: calc(40 / var(--font-size) * 1rem) 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 {
    padding-top: calc(48 / var(--font-size) * 1rem);
    padding-bottom: calc(48 / var(--font-size) * 1rem);
    background: var(--sub-accent-color-02);
  }
  .top-business__inner {
    padding: 0 calc(15 / var(--font-size) * 1rem);
  }
  .top-business__content {
    padding: calc(40 / var(--font-size) * 1rem) 0 0;
  }
  .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 {
    display: block;
    font-size: calc(24 / var(--font-size) * 1rem);
    line-height: 1.5;
  }
  .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 {
    padding-top: calc(80 / var(--font-size) * 1rem);
    padding-bottom: calc(64 / var(--font-size) * 1rem);
    background: var(--sub-color-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(40 / var(--font-size) * 1rem);
  }
  .top-consumer .top-desc-feature-body {
    gap: 0;
  }
  .top-consumer .top-desc-feature-item {
    padding: 0 calc(30 / var(--font-size) * 1rem);
  }
  .top-consumer .top-desc-feature-item .c-btn.--size-m {
    width: calc(262 / var(--font-size) * 1rem) !important;
  }
  .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-jigyo03);
  }
  .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(160 / var(--font-size) * 1rem);
  }
}

@media (max-width: 767px) {
  .top-consumer {
    padding-top: calc(48 / var(--font-size) * 1rem);
    padding-bottom: calc(64 / var(--font-size) * 1rem);
    background: var(--sub-color-03);
  }
  .top-consumer__inner {
    padding: 0 calc(15 / var(--font-size) * 1rem);
  }
  .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;
  }
  .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: calc(32 / var(--font-size) * 1rem) 0;
  }
  .top-consumer .top-desc-feature-item:last-child {
    padding-bottom: 0;
  }
  .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-jigyo03);
    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 {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 0;
    border: var(--sub-border-color) 1px solid;
  }
  .top-consumer .c-btn.--size-m {
    width: calc(304 / var(--font-size) * 1rem) !important;
  }
}

/* --------------------------------------------------------------------------
  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__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);
    color: var(--main-color);
    --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);
    overflow: hidden;
  }
  .top-overview-progress-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: calc(6 / var(--font-size) * 1rem);
    border: calc(2 / var(--font-size) * 1rem) solid var(--main-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__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%;
    background: var(--main-color);
  }
  .top-overview-progress-column__parts .top-overview-progress__bar > span {
    max-width: 50%;
  }
  .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__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__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);
    color: var(--main-color);
    --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);
    overflow: hidden;
  }
  .top-overview-progress-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: calc(6 / var(--font-size) * 1rem);
    border: calc(2 / var(--font-size) * 1rem) solid var(--main-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__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%;
    background: var(--main-color);
  }
  .top-overview-progress-column__parts .top-overview-progress__bar > span {
    max-width: 50%;
  }
  .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__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(53 / 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(44 / 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: calc(10 / var(--font-size) * 1rem);
    right: calc(10 / var(--font-size) * 1rem);
    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(106 / 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);
  }
}

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

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

/* 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 calc(84 / var(--font-size) * 1rem);
  }
  .list-parts-body {
    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);
  }
}
@media (max-width: 767px) {
  .c-btn-list {
    gap: calc(12 / var(--font-size) * 1rem);

    > .c-btn {
      width: 100%;
    }

    .c-btn__inner {
      min-height: calc(64 / var(--font-size) * 1rem);
    }
  }
  .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);
  }
}

/* ============================================
   見出しコンポーネント: 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-page);
  }
}
@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-page);
  }
}

/* --------------------------------------------------------------------------
  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:not(:first-child) {
    padding: calc(76 / 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-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(--main-color);
    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-business .top-card--header .top-card__header {
    background-color: var(--accent-color-page);
  }
  .top-consumer .top-card--header .top-card__header {
    background-color: var(--main-color);
  }
  .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);
  }

  /* カード内区切り線 */
  .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);
    border-radius: calc(20 / 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-color);
  }
  .top-card--header + .top-card--header{
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .top-card--header .top-card__header {
    background-color: var(--main-color);
    border-radius: calc(20 / var(--font-size) * 1rem)
      calc(20 / var(--font-size) * 1rem) 0 0;
    /*overflow-x: clip;*/
  }
  .top-business .top-card--header .top-card__header {
    background-color: var(--accent-color-page);
  }
  .top-consumer .top-card--header .top-card__header {
    background-color: var(--main-color);
  }
  .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);
  }

  /* カード内区切り線 */
  .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);
  }
}

/* --------------------------------------------------------------------------
  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--consumer {
    --card-header-bg: var(--main-color);
  }
  .top-consumer .top-desc-feature__container__title {
    padding-left: calc(50 / var(--font-size) * 1rem);
    padding-right: calc(50 / var(--font-size) * 1rem);
  }
  /* ボタン色統一 */
  .top-card .c-btn.--color-accent .c-btn__link {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
}

@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--consumer {
    --card-header-bg: var(--main-color);
  }
  .top-consumer .top-desc-feature__container__title {
    padding-left: calc(16 / var(--font-size) * 1rem);
    padding-right: calc(16 / var(--font-size) * 1rem);
  }
  /* ボタン色統一 */
  .top-card .c-btn.--color-accent .c-btn__link {
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
}
