@charset "utf-8";

.p-cta {
  padding: 120px 0;
  position: relative;
  z-index: 1;

  @media (width < 768px) {
    padding: 80px 0;
  }

  .l-inner {
    max-width: 1170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--color-white);

    @media (width < 768px) {
      flex-direction: column;
      gap: 60px;
    }
  }
}

.p-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.p-cta__body {
  margin-top: 42px;
  width: 44%;
  min-width: 330px;

  @media (width < 768px) {
    margin-top: 0;
    width: 100%;
  }
}

.p-cta__heading {
  .c-heading__ja,
  .c-heading__en {
    color: var(--color-white);
  }
}

.p-cta__text {
  margin-top: 40px;
  font-weight: 600;
  line-height: 2.143;
  letter-spacing: 0.06em;
}

.p-cta__link {
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 60px;

  @media (width < 768px) {
    margin-right: 0;
  }
}

.p-cta__link:hover {
  background: hsla(0, 0%, 0%, 0.3);
}

.p-cta__link-text {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.p-cta__link-text::after {
  content: "";
  width: 5px;
  height: 8px;
  background: url("https://daishin-reform.com/system_panel/uploads/images/cta-arrow.svg") no-repeat center center / contain;
}

.p-footer {
  padding: 102px 0 16px;
  background: hsla(0, 0%, 16%, 0.93);
  overflow: hidden;

  @media (width < 768px) {
    padding: 60px 0 16px;
  }

  .l-inner {
    max-width: 1300px;
  }
}

.p-footer__flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  color: var(--color-white);

  @media (width < 768px) {
    flex-direction: column;
    gap: 40px;
  }
}

.p-footer__left {
  min-width: fit-content;
  margin-left: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.462;
  letter-spacing: 0.02em;

  @media (width < 768px) {
    margin-left: 0;
  }
}

.p-footer__logo {
  width: 190px;
  aspect-ratio: 190/56;
  background: var(--color-white);
  object-fit: contain;
  padding: 0 5px;
}

.p-footer__address {
  margin-top: 20px;
}

.p-footer__tel {
  margin-top: 4px;
}

.p-footer__nav {
  margin-top: 25px;
  max-width: 660px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 68px;

  @media (width < 1120px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (width < 768px) {
  }
}

.p-footer__link {
  line-height: 1.429;
  letter-spacing: 0.02em;
}

.p-footer a:hover {
  opacity: 0.7;
}

.p-footer__slide {
  padding-top: 175px;
  padding-bottom: 33px;

  @media (width < 768px) {
    padding-top: 90px;
    padding-bottom: 14px;
  }

  div {
    color: hsla(0, 0%, 100%, 0.05);
  }
}

.p-footer__copyright {
  margin: 0 auto;
  padding-top: 24px;
  width: 94%;
  border-top: 1px solid #707070;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 1.417;
  letter-spacing: 0.02em;
}
