.p-section-contact {
  -webkit-margin-before: 8.6875rem;
          margin-block-start: 8.6875rem;
  max-width: 85rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-section-contact {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    padding-inline: 0.9375rem;
  }
}

.c-contact-title__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.c-contact__title-icon {
  width: 3.125rem;
  height: auto;
  aspect-ratio: 1/1;
}

.p-contact__top {
  position: relative;
  border: 2px solid #060606;
  border-radius: 20px;
  padding-block: 1.875rem;
  -webkit-margin-before: 10.375rem;
          margin-block-start: 10.375rem;
  text-align: center;
  -webkit-box-shadow: 4px 4px 0px 0px #060606;
          box-shadow: 4px 4px 0px 0px #060606;
}
@media screen and (max-width: 767px) {
  .p-contact__top {
    -webkit-margin-before: 12.5rem;
            margin-block-start: 12.5rem;
  }
}

.p-contact__top-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-contact__top-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__top-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.0625em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-contact__top-text {
    font-size: 1rem;
  }
}

.p-contact__top-cat {
  position: absolute;
  width: 5.625rem;
  height: auto;
  top: calc(100% - 13.5625rem);
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__top-cat {
    width: 4.375rem;
    top: calc(100% - 12.25rem);
    left: 1.25rem;
  }
}

.p-contact__top-girl {
  position: absolute;
  width: 16.4375rem;
  height: auto;
  top: calc(100% - 18.125rem);
  right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__top-girl {
    width: 12.5rem;
    top: calc(100% - 17.8125rem);
  }
}

.snow-monkey-form {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
  -webkit-padding-after: 3.4375rem;
          padding-block-end: 3.4375rem;
}

.smf-item__label__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .smf-item__label__text {
    font-size: 0.9375rem;
  }
}
.smf-item__label__text strong {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #C64444;
}
@media screen and (max-width: 767px) {
  .smf-item__label__text strong {
    font-size: 0.9375rem;
  }
}

.smf-item__description {
  color: #060606;
}

.smf-complete-content {
  text-align: center;
  padding-block: re(80);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.0625em;
}
@media screen and (max-width: 767px) {
  .smf-complete-content {
    font-size: 1rem;
  }
}