.sp-only {
  display: none;
}

.c-page {
  overflow: hidden;
}

.c-bg img {
  max-width: 100%;
}
.c-bg.num01 {
  position: relative;
  z-index: 9;
}

.requestform p {
  font-family: var(--v-ff-main);
  font-size: var(--v-fs-main-big);
  font-weight: var(--v-fw);
  line-height: var(--v-lh);
  letter-spacing: 0.03em;
  text-align: center;
}
.requestform p:not(:last-child) {
  margin-bottom: 30px;
}

#requestform .c-heading {
  margin-bottom: 64px;
}

.requestform-item:not(:last-child) {
  margin-bottom: 64px;
}
.requestform-item {
  text-align: center;
}
.requestform-item iframe {
  margin: 0 auto;
  width: 640px;
  min-height: 2600px;
}

.requestform-title {
  font-family: var(--v-ff-heading);
  font-size: var(--v-fs-h3);
  font-weight: var(--v-fw);
  line-height: var(--v-lh-heading);
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .requestform .c-heading {
    margin-bottom: 56px;
  }
  .profile-title {
    margin-bottom: 16px;
  }
  .requestform-item:not(:last-child) {
    margin-bottom: 56px;
  }
  .requestform-item iframe {
    margin: 0 auto;
    width: 100%;
    min-height: 2800px;
  }
}