@charset "UTF-8";

#header {
  border-bottom: none;
  margin-bottom: 0;
}

/*-------------------------------------------
Mv
-------------------------------------------*/
.mv {
  margin-bottom: 80px;
}

/*-------------------------------------------
About Us
-------------------------------------------*/
.about {
  margin-bottom: 100px;
}
.about .concept {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
}
.about .about-text {
  line-height: 2;
  margin-bottom: 40px;
  text-align: center;
}
.about .btn {
  text-align: center;
}

/*-------------------------------------------
Products
-------------------------------------------*/
.products {
  margin-bottom: 100px;
}

/*-------------------------------------------
Voice
-------------------------------------------*/
.voice {
  margin-bottom: 100px;
}
.voice .btn {
  text-align: center;
}

/*-------------------------------------------
Blog
-------------------------------------------*/
.blog {
  margin-bottom: 100px;
}
.blog .btn {
  text-align: center;
}


@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }

  /*-------------------------------------------
  Mv
  -------------------------------------------*/
  .mv {
    margin-bottom: 40px;
  }

  /*-------------------------------------------
  About Us
  -------------------------------------------*/
  .about {
    margin-bottom: 60px;
  }
  .about .concept {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about .about-text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  /*-------------------------------------------
  Products
  -------------------------------------------*/
  .products {
    margin-bottom: 60px;
  }

  /*-------------------------------------------
  Voice
  -------------------------------------------*/
  .voice {
    margin-bottom: 60px;
  }

  /*-------------------------------------------
  Blog
  -------------------------------------------*/
  .blog {
    margin-bottom: 60px;
  }
}