.lp-contact {
  background-color: #f2f7f6;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .lp-contact {
    padding-block: 4rem 5rem;
    min-height: auto;
    display: block;
  }
}
.lp-contact__intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.lp-contact__logo {
  width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-contact__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .lp-contact__logo {
    width: 150px;
  }
}
.lp-contact__title {
  margin: 0;
  color: #1d1d1f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .lp-contact__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .lp-contact__title {
    font-size: 28px;
  }
}
.lp-contact__description {
  color: #6e6e73;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .lp-contact__description {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .lp-contact__description {
    font-size: 14px;
  }
}
.lp-contact__description p {
  margin: 0;
}
.lp-contact__description p + p {
  margin-top: 1rem;
}
.lp-contact__form {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .lp-contact__form {
    padding: 1.5rem;
  }
}
.lp-contact__form-error {
  text-align: center;
  color: #00a484;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .lp-contact__form-error {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .lp-contact__form-error {
    font-size: 14px;
  }
}
.lp-contact__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: center;
}
@media (max-width: 768px) {
  .lp-contact__body {
    grid-template-columns: 1fr;
  }
}
.lp-contact__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 768px) {
  .lp-contact__content {
    order: -1;
  }
}
.lp-contact__media {
  text-align: center;
}
.lp-contact__image {
  margin: 0 auto;
  width: 80%;
  height: auto;
  display: block;
  object-fit: cover;
}
.lp-contact [data-animate^=fade-up] {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.lp-contact [data-animate^=fade-up].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.lp.lp-contact .lp-header,
body.lp.lp-contact #lp-footer {
  display: none !important;
}

/*# sourceMappingURL=lp-contact.css.map */
