@charset "utf-8";
.about {
  padding-bottom: 100px;
}
.about__txt {
  width: 532px;
  margin-top: 30px;
  -webkit-transform: translate3d(0, 28px, 0);
  -moz-transform: translate3d(0, 28px, 0);
  -o-transform: translate3d(0, 28px, 0);
  -ms-transform: translate3d(0, 28px, 0);
  transform: translate3d(0, 28px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.about__txt:first-child {
  margin-top: -6px;
}
.about__txt--ja {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.923076923076923;
  letter-spacing: 0;
}
.about__txt--en {
  margin-top: 108px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.923076923076923;
  letter-spacing: 0.04em;
}
.about__txt__sub {
  font-size: 1.1rem;
  line-height: 2;
}
@media screen and (max-width: 736px) {
  .about {
    padding-bottom: 26.666666666666668vw;
  }
  .about__txt {
    width: auto;
    margin-top: 13.333333333333334vw;
  }
  .about__txt:first-child {
    margin-top: -0.4vw;
  }
  .about__txt--ja {
    font-size: 3.333333333333333vw;
    line-height: 2.04;
    letter-spacing: 0;
  }
  .about__txt--ja .about__txt__sub {
    font-size: 3.2vw;
    line-height: 2.041666666666667;
  }
  .about__txt--en {
    margin-top: 30.933333333333334vw;
    font-size: 3.2vw;
    line-height: 1.833333333333333;
    letter-spacing: 0.02em;
  }
  .about__txt--en .about__txt__sub {
    font-size: 3.066666666666666vw;
    line-height: 1.826086956521739;
  }
}
