
/* ============================================================
   [NEW] p-home-service（ホームサービス一覧）
   ============================================================ */
   .p-home-service {
    padding: 80px 0;
  }
  .p-home-service .c-text-heading.c-text-heading--blue {
    color: #858E9F;
    margin-bottom: 36px;
  }
  .p-home-service .p-home-service__list {
    width: 90%;
    max-width: 1060px;
    margin: auto;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
  }
  .p-home-service .p-home-service__list-item {
    width: 50%;
  }
  .p-home-service .p-home-service__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
  }
  .p-home-service .p-home-service__img {
    display: block;
    width: 100%;
    transition: .3s;
  }
  .p-home-service .p-home-service__item:hover .p-home-service__img {
    opacity: .7;
  }
  .p-home-service .p-home-service__main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #fff;
    padding: 24px 24px 40px;
    border-radius: 0 0 8px 8px;
  }
  .p-home-service .p-home-service__logo {
    display: block;
    flex-grow: 1;
    width: 90%;
    max-width: 200px;
    object-fit: contain;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 12px;
  } 
  .p-home-service .p-home-service__catch {
    font-size: 24px;
    color: #3C3C3C;
    text-align: center;
    margin-bottom: 40px;
  }
  @media (max-width: 1080px) {
    .p-home-service .p-home-service__list {
      flex-direction: column;
      align-items: center;
    }
    .p-home-service .p-home-service__list-item {
      width: 90%;
      max-width: 500px;
    }
  }
  @media (max-width: 480px) {
    .p-home-service {
      padding: 40px 0;
    }
    .p-home-service .p-home-service__catch {
      font-size: 20px;
    }
  }
  /* ============================================================
     [NEW] p-home-service END
     ============================================================ */
  
  /* ============================================================
     [NEW] l-footer 追加スタイル（ナビ・認証バッジ）
     ============================================================ */
  .l-footer .l-footer__nav-sub-list {
    margin: 8px 0 0;
    padding: 0 0 0 16px;
    list-style: none;
  }
  .l-footer .l-footer__certifications {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
  }
  .l-footer .l-footer__certification {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 124px;
    min-height: 92px;
    padding: 0;
  }
  .l-footer .l-footer__certification img {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-footer .l-footer__nav-text--sub {
    margin-top: 6px;
  }
  .l-footer .l-footer__logo img {
    max-width: 300px;
  }
  @media screen and (min-width: 768px) {
    .l-footer .l-footer__inner {
      display: flex;
    }
    .l-footer .l-footer__nav-item + .l-footer__nav-item {
      margin-left: 0;
    }
  }
  @media screen and (min-width: 768px) {
    .l-footer .l-footer__nav-item {
      width: 10rem;
    }
  }
  @media screen and (max-width: 767.98px) {
    .l-footer .l-footer__certifications {
      gap: 10px;
      margin-top: 36px;
    }
    .l-footer .l-footer__certification {
      width: calc(50% - 5px);
      max-width: 124px;
      min-height: 84px;
    }
  }
  @media screen and (max-width: 960px) {
    .l-footer .l-footer__inner {
      display: flex;
      flex-direction: column;
    }
    .l-footer .l-footer__nav {
      margin-left: 0;
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin-top: 1.875rem;
    }
  }
  /* ============================================================
     [NEW] l-footer 追加スタイル END
     ============================================================ */
  
  /* ============================================================
     [NEW] l-content--blog + p-blog-float（ブログページ シェアボタン）
     ============================================================ */
  .l-content.l-content--blog + .l-footer {
    padding-bottom: 5rem;
  }
  .l-content--blog .p-blog-float {
    position: static;
    z-index: 1;
    width: 100%;
    max-width: 68.75rem;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    justify-content: center;
  }
  .l-content--blog .p-blog-float .p-blog-float__button {
    color: #182d55;
    border-color: #d7dbe3;
    background-color: #fff;
  }
  .l-content--blog .p-blog-float .p-blog-float__button-link {
    min-width: 240px;
  }
  .l-content--blog .p-blog-float__share {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    border: 1px solid #ededee;
    border-radius: 0.5rem;
    box-shadow: none;
    transition: none;
    display: none;
  }
  .l-content--blog .p-blog-float__share.-is-active {
    transform: none;
    display: flex;
    margin-top: 16px;
  }
  @media screen and (max-width: 767.98px) {
    .l-content.l-content--blog + .l-footer {
      padding-bottom: 7.125rem;
    }
    .l-content--blog .p-blog-float {
      padding: 0;
    }
    .l-content--blog .p-blog-float .p-blog-float__button-link {
      min-width: 100%;
      width: 100%;
    }
    .l-content--blog .p-blog-float__share {
      max-width: none;
    }
  }
  /* ============================================================
     [NEW] l-content--blog + p-blog-float END
     ============================================================ */
  
  /* ============================================================
     [NEW] p-home-kv データ表示（min-width: 1186px 以上）
     ============================================================ */
  @media screen and (min-width: 1186px) {
    .p-home-kv .p-home-kv__data {
      max-width: 86rem;
    }
    .p-home-kv .p-home-kv__data-wrap {
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: center;
      gap: 24px;
      width: 100%;
    }
    .p-home-kv .p-home-kv__data-item {
      flex: 0 1 auto;
      min-width: 0;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .p-home-kv .p-home-kv__data-text-num {
      font-size: clamp(3rem, 4.2vw, 3.75rem);
    }
    .p-home-kv .p-home-kv__data-text-alpha {
      font-size: clamp(2.5rem, 3.6vw, 3.125rem);
    }
    .p-home-kv .p-home-kv__data-text-percent,
    .p-home-kv .p-home-kv__data-text-plus {
      font-size: clamp(2.25rem, 3.2vw, 2.75rem);
    }
    .p-home-kv .p-home-kv__data-icon {
      flex: 0 0 4.75rem;
      padding-right: 0;
      padding-left: 0;
    }
    .p-home-kv .p-home-kv__data-icon-image {
      width: 4.75rem;
    }
  }
  
  @media screen and (min-width: 1186px) and (max-width: 1300px) {
    .p-home-kv .p-home-kv__data {
      max-width: 78rem;
    }
    .p-home-kv .p-home-kv__data-item {
      padding-right: 0.25rem;
      padding-left: 0.25rem;
    }
    .p-home-kv .p-home-kv__data-text-bottom {
      font-size: 0.8125rem;
    }
    .p-home-kv .p-home-kv__data-icon {
      flex-basis: 4rem;
    }
    .p-home-kv .p-home-kv__data-icon-image {
      width: 4rem;
    }
  }
  /* ============================================================
     [NEW] p-home-kv データ表示 END
     ============================================================ */