.footer{font-family:'Noto Sans JP','Zen Maru Gothic',sans-serif;color:#4d4d4d;background:#c12626;padding:30px 0 55px 0;gap:20px;display:flex;flex-direction:column;& a {
    color: inherit;
    text-decoration: none;

    &:hover {
      opacity: 0.7;
    }
  }

  & ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}.footer-btns{width:100%;background-color:#f8f3ef;& .footer-btns-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    padding: 40px 150px 20px;

    & .footer-icons {
      display: flex;
      align-items: flex-end;
      gap: 48px;

      & .footer-logos {
        display: flex;
        align-items: center;
        gap: 20px;

        & .footer-logo {
          width: 140px;
          height: 60px;

          &.footer-logo--tabix {
            margin-top: 10px;
          }

          & img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            mix-blend-mode: multiply;
          }
        }
      }

      & .footer-sns {
        display: flex;
        align-items: center;
        gap: 18px;

        & .footer-sns-link {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 34px;
          height: 34px;

          & img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }
      }
    }

    & .footer-top-btn {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 83px;
      height: 83px;
      background: #fff;
      color: #C12626;
      border-radius: 50%;
      font-size: 16px;
      font-weight: 700;
      box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
      margin-top: -20px;

      &::before {
        content: "";
        position: absolute;
        top: 14px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #C12626;
        border-right: 2px solid #C12626;
        transform: rotate(-45deg);
      }
    }
  }
}.footer-top{display:flex;align-items:flex-start;gap:20px;width:1400px;margin:0 auto;padding:0 150px 0;& .footer-red-top-left {
    display: flex;
    flex-direction: column;
    gap: 37px;
    max-width: 585px;

    & .footer-slogan {
      display: flex;
      flex-direction: column;
      gap: 10px;

      & h2 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0.72px;
      }

      & p {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0.56px;
      }
    }

    & .footer-red-links {
      display: flex;
      gap: 52px;

      & .footer-red-col {
        width: 160px;

        &.footer-red-col--guide {
          /* 「健康チェックシートのダウンロード PDF / Excel」等の長い項目を含むので猶予を持たせる */
          width: fit-content;
        }

        & .footer-red-col-title {
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          letter-spacing: 1.2px;
          margin: 0 0 20px;
        }

        & .footer-red-col-list {
          display: flex;
          flex-direction: column;
          gap: 10px;

          & .sp-grid {
            display: flex;
            flex-direction: column;
            gap: 10px;
          }

          & li {
            display: inline-block;
            color: #fff;
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
          }
        }
      }
    }
  }

  & .footer-red-top-right {
    margin-left: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;

    & .footer-booking-title {
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      line-height: 38px;
      letter-spacing: 1.6px;
      margin-top: 22px;
    }

    & .footer-booking-btns {
      display: flex;
      flex-direction: column;
      gap: 28px;

      & .footer-booking-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 280px;
        height: 50px;
        background: #fff;
        color: #C12626;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1.2px;
        border-radius: 24px;
        text-decoration: none;
        transition: opacity 0.2s;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);

        &:hover {
          opacity: 0.85;
        }
      }
    }
  }
}.footer-partners-outer{background:#fff;width:1200px;margin:30px auto 40px;padding:28px 200px;border-radius:10px}.footer-partners{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;align-items:center;gap:20px;list-style:none;margin:0;padding:0}.footer-partners-item{display:flex;align-items:center;justify-content:center}.footer-partners-item a{display:block;width:100%}.footer-partners-item img{display:block;width:100%;max-height:80px;object-fit:contain}.footer-partners-item .widget-title,.footer-partners-item h2,.footer-partners-item h3,.footer-partners-item figcaption,.footer-partners-item .wp-caption-text{display:none}.footer-partners-item figure,.footer-partners-item .wp-caption{margin:0;padding:0}.footer-gray-outer{background:#f3f3f3;width:1200px;margin:0 auto;padding:40px 50px 20px;border-radius:10px;& .footer-gray {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    gap: 33px;

    & .footer-link-section {
      & .footer-link-section-title {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.6px;
        line-height: 16px;
        margin-bottom: 10px;
        color: #4D4D4D;
      }

      & .footer-link-section-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0;
        font-size: 12px;
        line-height: 2;
        color: #4D4D4D;

        & .footer-link-section-list-item {
          & a {
            letter-spacing: 0.96px;
            white-space: nowrap;
          }

          &::after {
            content: '';
            display: inline-block;
            width: 1px;
            height: 1em;
            margin: 0 6px;
            background: #4D4D4D;
            vertical-align: middle;
          }

          &:last-child::after {
            display: none;
          }
        }
      }
    }
  }
}@media (max-width:1399px){.footer-btns{& .footer-btns-inner {
      padding: 28px 36px 10px;
      width: 100%;
      margin: unset;

      & .footer-icons {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;

        & .footer-logos {
          & .footer-logo {
            width: unset;
            height: 40px;
          }
        }

        & .footer-sns {
          align-self: flex-end;
        }
      }

      & .footer-top-btn {
        display: none;
      }
    }
  }.footer-top{position:relative;width:unset;margin:unset;padding:0 30px;& .footer-red-top-left {

      & .footer-red-links {
        flex-direction: column;
        gap: 30px;

        & .footer-red-col {
          width: fit-content;

          & .footer-red-col-list {
            .sp-grid {
              display: grid;
              grid-template-columns: repeat(2, 1fr);
              gap: 10px;
            }
          }

          & .footer-red-col-title {
            white-space: nowrap;
          }
        }

        & .footer-red-col--policy {
          order: 1;
          display: flex;
          gap: 18px;
        }
      }
    }

    & .footer-red-top-right {
      position: absolute;
      right: 30px;
      top: 220px;
      gap: 9px;

      & .footer-booking-title {
        font-size: 18px;
        margin-top: unset;
      }

      & .footer-booking-btns {
        gap: 18px;

        & .footer-booking-btn {
          width: 200px;
        }
      }
    }
  }.footer-partners-outer{width:unset;margin:0 20px;padding:20px 24px}.footer-partners{display:grid;grid-auto-flow:row;grid-template-columns:repeat(2,1fr);grid-auto-columns:auto;column-gap:24px;row-gap:20px;justify-items:center}.footer-partners-item img{width:100%;height:auto;max-height:80px;object-fit:contain}.footer-gray-outer{background:#f3f3f3;margin:0 20px;width:unset;padding:20px 26px;& .footer-gray {
      gap: 24px;

      & .footer-link-section {
        & .footer-link-section-list {
          display: block;

          & .footer-link-section-list-item {
            display: inline;
          }
        }
      }
    }
  }}