@charset "UTF-8";
/** mixin **/
@font-face {
  font-family: abeatbykai;
  src: url("../../fonts/abeatbykai/abeatbyKaiRegular.otf") format("opentype");
}
@font-face {
  font-family: mygino;
  src: url("../../fonts/Hiragino/Hiragino Kaku Gothic Pro W3.otf") format("opentype");
}
body {
  position: relative;
  left: 0;
  overflow-x: hidden;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, mygino;
  font-size: 14px;
}

ul li {
  list-style-type: none;
}

.header_wrapper {
  background-color: #000000;
  z-index: 999;
  position: relative;
}
.header_wrapper .header {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 20px 0;
}
.header_wrapper .header .logo {
  display: table-cell;
  padding-left: 20px;
  width: 80%;
}
.header_wrapper .header .logo img {
  width: 60%;
}
.header_wrapper .header .menu_icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.footer {
  width: 100%;
  text-align: center;
  background-color: #F2F2F2;
}
.footer .sns {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  display: table;
  text-align: center;
}
.footer .sns div {
  display: table-cell;
}
.footer .usa {
  padding-bottom: 20px;
}
.footer .usa a img {
  padding-bottom: 20px;
}
.footer .copy {
  font-size: 12px;
  color: #000000;
}
.footer .footer_under_bar {
  width: 100%;
  height: 20px;
  background-color: #000;
}

.about_section_area {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  padding-bottom: 60px;
}
.about_section_area div {
  padding-top: 60px;
  padding-bottom: 40px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.5em;
  font-size: 14px;
  font-family: abeatbykai;
}
.about_section_area div span {
  display: block;
  font-size: 50px;
  padding-bottom: 40px;
}
.about_section_area a button {
  border: 1px solid #b8b8b8;
  background-color: #4865D5;
  padding: 15px 40px;
  cursor: pointer;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 20px;
  font-family: abeatbykai;
}

.uesr_voice_section {
  background-color: #FFFFFF;
}
.uesr_voice_section div {
  margin: 60px auto;
  text-align: center;
}
.uesr_voice_section .user_voice_img div {
  width: 98%;
  margin: 0 auto;
}
.uesr_voice_section .user_voice_img div img {
  width: 100%;
}
.uesr_voice_section button {
  border: 1px solid #b8b8b8;
  background-color: #FFFFFF;
  padding: 8px 40px;
  cursor: pointer;
  color: #000000;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 20px;
  font-family: abeatbykai;
}

.product_section {
  background-color: #000000;
  color: #FFFFFF;
}
.product_section .product {
  width: 100%;
  text-align: center;
}
.product_section .product img {
  width: 85%;
  padding-bottom: 40px;
  padding-top: 80px;
}
.product_section .product .product_name {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  margin-left: 10px;
  font-size: 24px;
  font-family: abeatbykai;
  padding-bottom: 12px;
}
.product_section .product .product_name span {
  font-size: 55px;
  font-family: abeatbykai;
  margin-right: 10px;
}
.product_section .product div {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
.product_section .product div .product_description {
  width: 80%;
  line-height: 1.5em;
}
.product_section .product a button {
  border: 1px solid #b8b8b8;
  background-color: #000000;
  padding: 15px 40px;
  cursor: pointer;
  color: #FFFFFF;
  border: 1px solid;
  border-color: #FFFFFF;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 20px;
  font-family: abeatbykai;
}
.product_section .inovation_icon {
  text-align: center;
  margin-bottom: -90px;
  margin-top: 90px;
}

.know_more_section {
  background-color: #4865B5;
  width: 100%;
  padding-top: 160px;
  text-align: center;
  padding-bottom: 60px;
}
.know_more_section .icon_area {
  width: 70%;
  display: table;
  margin: 0 auto;
}
.know_more_section .icon_area div {
  display: table-cell;
  width: 25%;
}
.know_more_section .tec_description {
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  width: 80%;
  color: #FFFFFF;
  margin: 0 auto;
}
.know_more_section a button {
  border: 1px solid #b8b8b8;
  background-color: #FFFFFF;
  padding: 15px 40px;
  cursor: pointer;
  color: #4865B5;
  border: 1px solid;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, mygino;
}
.know_more_section a button span {
  font-family: abeatbykai;
}

/*# sourceMappingURL=index.css.map */
