@charset "UTF-8";
/* CSS Document */
.section-top {
  height: 250px;
  background-image: url("../images/contact-top.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-top__lead {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6.4rem;
}
.section-top__lead h2 {
  font-size: 4.2rem;
  font-weight: normal;
}
.section-top__lead span {
  font-size: 1.8rem;
  line-height: 6.4rem;
}
.section-googleform {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 80%;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media(min-width:960px) {
  .section-top {
    height: 440px;
  }
  .section-top__lead h2 {
  font-size: 6.4rem;
  }
}
@media(max-width:960px){
  .section-googleform {
    height: 1200px;
  }
}