@charset "UTF-8";
/* CSS Document */
/* ---------- contact ----------*/
.contact {
  position: relative;
  margin-top: 100px;
  text-align: left;
}
.contact-back {
  padding-top: 100px;
  overflow: hidden;
  height: 70px;
  margin-bottom: -70px;
}
.contact-text {
  padding-bottom: 60px;
}
.contact-back h1 {
  font-family: Impact;
  font-size: 130px;
  color: #2c2c2c;
  opacity: 0.1;
}
.contact-text h2 {
  font-family: Impact;
  font-size: 60px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.contact-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.contact-left-line {
  display: none;
}
.contact-second-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 50px;
}
.contact-text h3 {
  font-size: 1.8rem;
  display: inline-block;
}
.contact-right-line {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  height: 2px;
  background-color: #2c2c2c;
}
.contact-google-form {
  width: 86%;
  margin: 0 auto;
  height: auto;
}

@media(min-width:769px){
  .contact-back {
    padding-top: 160px;
    height: 120px;
    margin-bottom: -100px;
  }
  .contact-back h1 {
    font-size: 25rem;
  }
  .contact-text {
    padding-bottom: 100px;
  }
  .contact-text h2 {
    font-size: 10rem;
    padding-left: 100px;
    margin-bottom: 40px;
  }
  .contact-left-line {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10%;
    height: 4px;
    background-color: #2c2c2c;
  }
  .contact-second-title {
    padding-left: 14%;
  }
  .contact-text h3 {
    font-size: 2.4rem;
  }
  .contact-right-line {
    width: 70%;
    height: 4px;
  }
}