@charset "UTF-8";

/* ===== contact ===== */
#contact {
}
#contact .section-ttl .section-ttl-ja{
  color:  var(--color-white);
  margin-bottom: .8em;
}
#contact .section-ttl .section-ttl-img{
  width: 103px;
  margin-bottom: 1.5em;
}
#contact .section-ttl .section-ttl-en{
  margin-top: 0;
  color:  var(--color-white);
  display: inline-block;
  position: relative;
}
#contact .section-ttl .section-ttl-en .section-ttl-img{
  width: 107px;
  margin-bottom: 1.5em;
  position: absolute;
  top: -5px;
  right: -120px;
}
@media screen and (max-width: 980px) {
#contact .section-ttl .section-ttl-en .section-ttl-img{
  width: 80px;
  top: 0px;
  right: -90px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
#contact .section-ttl .section-ttl-en{
  display: block;
  text-align: left;
  }
#contact .section-ttl .section-ttl-en .section-ttl-img{
  width: 60px;
  top: -60px;
  right: 40px;
  }
}

/* ===== form ===== */
#form{
}
#form .desc:nth-of-type(2){
  color: var(--color-txt1);
}









