@charset "utf-8";

.p-cta {
  width: 100%;
  height: 583px;
  background: url("https://seishin-eng.jp/system_panel/uploads/images/contact-bg.png") no-repeat center center / cover;

  .l-inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 100px 0 20px;

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

.p-cta__main {
  margin-bottom: 24px;
  max-width: 478px;
}

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

  .c-heading__ja {
    color: var(--color-white);
  }

  .c-heading__ja::before {
    background: var(--color-white);
  }
}

.p-cta__text {
  margin-top: 48px;
  color: var(--color-white);
  line-height: 2.714;
}

.p-cta__link {
  width: 130px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-red);
  display: flex;
  justify-content: center;
  align-items: center;

  @media (width < 768px) {
    width: 80px;
    flex-shrink: 0;
  }

  img {
    width: 22px;
    object-fit: contain;

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

.p-cta__link:hover {
  opacity: 0.7;
}

.p-footer {
  margin-top: 120px;

  @media (width < 768px) {
    margin-top: 80px;
  }
}

.p-footer__flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 245px;

  @media (width < 768px) {
    margin-bottom: 80px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}

.p-footer__info {
}

.p-footer__logo {
  width: 156px;
  height: 52px;
  object-fit: contain;
}

.p-footer__head {
  margin-top: 10px;
  color: #033333;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
}

.p-footer__text {
  margin-top: 7px;
  font-size: 13px;
  line-height: 2.154;
}

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

.p-footer__nav {
  display: flex;
  gap: 38px;
  margin-top: 14px;

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

.p-footer__link {
  font-weight: 600;
  letter-spacing: 0.05em;
}

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

.p-footer__copyright {
  border-top: 2px solid #c7c7c7;
  padding: 20px 0 42px;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
}
