/*------------------------
  form
------------------------*/
section.form .ly-wrapper {
  max-width: 45rem;
}
section.form iframe {
  width: 100%;
  height: 37.5rem;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  section.form iframe {
    height: 47.5rem;
  }
}
@media screen and (max-width: 960px) {
  section.form iframe {
    height: 53.75rem;
  }
}
@media screen and (max-width: 880px) {
  section.form iframe {
    height: 60rem;
  }
}
@media screen and (max-width:767px) {
  section.form iframe {
    height: 43.75rem;
  }
}
@media screen and (max-width: 680px) {
  section.form iframe {
    height: 47.5rem;
  }
}
@media screen and (max-width: 590px) {
  section.form iframe {
    height: 57.5rem;
  }
}
@media screen and (max-width: 490px) {
  section.form iframe {
    height: 70rem;
  }
}
@media screen and (max-width: 420px) {
  section.form iframe {
    height: 76.25rem;
  }
}

/*------------------------
  recruit
------------------------*/
.recruit p {
  font-size: 1.125rem;
}