@charset "UTF-8";
/*----------------
    About Usページ
------------------*/
.About .Intro .Common_ttl_en{
  padding:12vw 0;
}
@media screen and (min-width: 736px){
  .About .Intro .Common_ttl_en{
    padding:77px 0;
  }
}
.Intro_desc{
  width:90%;
  margin: 9vw auto 22vw;
}
@media screen and (min-width: 736px){
  .Intro_desc{
    max-width: 1030px;
    padding:0 15px;
    box-sizing: border-box;
    margin: 40px auto 158px;
  }
}
.Intro_desc .Common_txt {
  text-align: center;
}
