/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
	contact
------------------------------ */
#sec_contact .sec_intro {
  text-align: center;
  margin-bottom: 8rem;
}
#sec_contact .sec_intro .ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_contact .sec_intro .ttl {
    font-size: 2rem;
    line-height: 2;
  }
}
#sec_contact .sec_intro .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1em;
}
#sec_contact .sec_form {
  background: #f6f4f0;
  margin-top: 8rem;
  padding: 8rem 0;
}
#sec_contact .sec_form:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #sec_contact .sec_form {
    padding: 6rem 0;
  }
}
#sec_contact .sec_form .wrap {
  max-width: 77rem;
}
#sec_contact .sec_form .ttl_wrap {
  text-align: center;
  margin-bottom: 6rem;
}
#sec_contact .sec_form .ttl_wrap .en {
  font-size: 5.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#sec_contact .sec_form .ttl_wrap .ja {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
#sec_contact .sec_form .ttl_wrap .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_contact .sec_form .ttl_wrap .en {
    font-size: 3.6rem;
  }
  #sec_contact .sec_form .ttl_wrap .ja {
    font-size: 1.6rem;
  }
  #sec_contact .sec_form .ttl_wrap .txt {
    text-align: left;
  }
}