.l-contact {
  padding: 5rem 0 4.375rem;
}

@media screen and (max-width: 767px) {
  .l-contact {
    padding: 2.5rem 0;
  }
}
.p-contact {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}
.p-contact .p-contact__inner {
  position: relative;
  z-index: 10;
  max-width: 62.25rem;
}
.p-contact .p-contact__title-box {
  text-align: center;
}
.p-contact .p-contact__title-box .c-section-title {
  letter-spacing: 0;
}
.p-contact .p-contact__wrapper {
  background: #fff;
  padding: 2.5rem 3.75rem 4.0625rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact__wrapper {
    padding: 1.5rem 1.25rem 2rem;
  }
}
.p-contact .p-contact__wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.p-contact .p-contact__wrapper table th {
  font-weight: 900;
  font-size: clamp(1rem, 0.933rem + 0.31vw, 1.125rem);
  padding: 1.15rem 0 !important;
  vertical-align: top;
  display: flex;
  gap: 1.875rem;
  text-align: left;
  justify-content: flex-start;
}
.p-contact .p-contact__wrapper table th .required {
  background: #ff7a00;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact__wrapper table th {
    width: 100%;
    padding: 1rem 0 0.5rem !important;
  }
}
.p-contact .p-contact__wrapper table td {
  padding: 0.75rem 0;
  vertical-align: middle;
}
.p-contact .p-contact__wrapper table td p:has(input[type=radio]) {
  padding: 1rem 0;
  font-size: clamp(0.875rem, 0.808rem + 0.31vw, 1rem);
}
.p-contact .p-contact__wrapper table td input:not([type=radio]), .p-contact .p-contact__wrapper table td textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: clamp(0.875rem, 0.808rem + 0.31vw, 1rem);
  margin: 0;
}
.p-contact .p-contact__wrapper table td input[type=radio] {
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact__wrapper table td {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
}
.p-contact .p-contact__wrapper .submit-wrapper {
  text-align: center;
}
.p-contact .p-contact__wrapper .submit-wrapper p {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 3.25rem auto 0;
  max-width: 384px;
}
.p-contact .p-contact__wrapper .submit-wrapper p::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact__wrapper .submit-wrapper p {
    margin: 1rem auto 0;
  }
}
.p-contact .p-contact__wrapper input[type=submit] {
  width: 100%;
  max-width: 384px;
  height: 73px;
  padding: 1.375rem 1.5rem;
  border: none;
  border-radius: 50px;
  background: #000 !important;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 0.865rem + 0.62vw, 1.25rem);
  cursor: pointer;
}
.p-contact .p-contact__wrapper .wpcf7-spinner {
  display: none !important;
}
.p-contact::before {
  content: "";
  width: 18.5625rem;
  height: 16.8125rem;
  background: url(../../images/bg-decoration01.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-contact::before {
    width: 10rem;
    height: 5rem;
  }
}
.p-contact::after {
  content: "";
  width: 20rem;
  height: auto;
  background: url(../../images/bg-decoration02.webp) no-repeat center/cover;
  aspect-ratio: 282/478;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-226px);
}
@media screen and (max-width: 767px) {
  .p-contact::after {
    width: 6.25rem;
    height: auto;
    transform: translateY(-80px);
  }
}
.p-contact .p-contact__bg {
  width: 20.625rem;
  background: url(../../images/bg-decoration03.webp) no-repeat center/cover;
  aspect-ratio: 330/478;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(77px);
}
@media screen and (max-width: 767px) {
  .p-contact .p-contact__bg {
    width: 10rem;
    transform: translateY(107px);
  }
}/*# sourceMappingURL=contact.css.map */