@charset "utf-8";

.p-cta {
  width: 100%;
  height: 525px;
  background: url("https://iwazukasei-okazaki.com/system_panel/uploads/images/contact-bg.png") no-repeat center center / cover;
  color: var(--color-white);

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

  .l-inner {
    max-width: 1206px;
    padding-top: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    @media (width < 768px) {
      flex-direction: column;
      justify-content: center;
      padding-top: 0;
    }
  }
}

.p-cta__body {
  width: 56%;
  margin-left: 10px;

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

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

  .c-heading__ja {
    color: var(--color-white);
    border-left: 3px solid var(--color-white);
  }
}

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

.p-cta__link {
  max-width: 312px;
  min-width: 260px;
  width: 27%;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-bottom: 12px;

  @media (width < 768px) {
    width: 100%;
    max-width: 260px;
    align-self: center;
  }

  img {
    width: 28px;
    object-fit: contain;
  }

  p {
    font-size: 17px;
    line-height: 1.471;
    letter-spacing: 0.05em;
  }
}

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

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

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

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

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

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

.p-footer__body {
  min-width: 300px;
}

.p-footer__logo {
  display: block;
  width: 51px;
  aspect-ratio: 51/58;
  object-fit: contain;

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

.p-footer__info {
  margin-top: 16px;
  font-size: 13px;
  line-height: 2.154;
  color: #5a5a5a;
}

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

.p-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 67px;
  margin-top: 32px;

  @media (width < 768px) {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}

.p-footer__link {
  color: #424d58;
  line-height: 1;
  white-space: nowrap;
}

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

.p-footer__copyright {
  border-top: 2px solid #c7c7c7;
  padding: 22px 0 42px;
  text-align: center;
  color: #5a5a5a;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
}
