/*-- Re-defining HTML Tags --*/
body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Noto Sans","Helvetica Neue","Helvetica","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
  opacity: 75%;
  cursor: pointer;
}
/*-- LP Custom Classes --*/
div.container {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
/*-- Header --*/
header {
  padding: 2rem 1rem 2rem 0;
}
header .logo img {
  width: 170px;
}
header .menu .menu-item {
  margin-top: 1rem;
  margin-left: 1.5rem;
  font-size: 1.2rem;
}
header .menu button.btn-menu {
  width: 26px;
  height: 26px;
  position: relative;
}
header .menu button.btn-menu::after {
  content: "";
  background-image: url(../images/burgermenu.png);
  width: 26px;
  height: 26px;
  position: absolute;
  top: -7px;
  left: 0;
}
/*-- Main Contents --*/
/*-- Main Visual --*/
.main-visual {
  margin-bottom: 8rem;
}
.main-visual img {
  width: 100%;
}
/*-- Customized Product Section --*/
.customize {
  width: 100%;
  margin: 0 auto 8rem;
  padding: 0 1rem;
}
.customize .sec-title {
  width: 100%;
  margin-bottom: 4rem;
  padding: 0 1rem;
  border-bottom: 1px solid #6BB93F;
}
.customize .sec-title h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #6BB93F;
}
.customize .sec-title h3 span {
  font-size: 1rem;
}
.customize .sec-title p {
  font-size: 1rem;
  color: #6BB93F;
  padding-top: 0.5rem;
}
.customize .sec-item {
  width: 40%;
}
.customize .sec-item .numbers p {
  width: 40px;
  height: 40px;
  border: 1px solid #CDE9EF;
  border-radius: 20px;
  background-color: #CDE9EF;
  font-size: 1.5rem;
  font-weight: 700;
  color: #6BB93F;
  padding-left: 12px;
}
.customize .sec-item .sec-item-contents h4 {
  width: 100%;
  border-bottom: 1px dashed #333;
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 12px;
  margin-bottom: 2rem;
}
.customize .sec-item .sec-item-content-img {
  width: calc(50% - 12px);
  margin-left: 12px;
}
.customize .sec-item .sec-item-content-img img {
  width: 100%;
}
.customize .sec-item .sec-item-contents p {
  width: 45%;
  line-height: 2rem;
}
/*-- Philosophy --*/
.philosophy {
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
}
.philosophy img {
  width: 100%;
}
/*-- About --*/
.about {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 8rem;;
  padding: 0 1rem;
}
.about .sec-item {
  width: 100%;
}
,about .sec-item p {
  font-size: 1.3rem;
}
.about .sec-item p:first-child {
  width: 30%;
  border-bottom: 1px solid #1E4FA1;
}
.about .sec-item p:last-child {
  width: 65%;
  padding-left: 1rem;
  border-bottom: 1px solid #6BB93F;
}
.about .sec-img {
  width: 40%;
  margin-top: 5rem;
}
.about .sec-img img {
  width: 100%;
}
/*-- Access Section --*/
.access {
  margin-bottom: 8rem;
  padding: 0 1rem;
}
.access .column01,.column02 {
  width: 48%;
}
.access h3 {
  margin-bottom: 2rem;
  border-bottom: 1px solid #333;
}
.access .column01 img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.access .column02 p:last-child {
  font-size: 1.5rem;
  text-align: center;
}
.access .column02 img {
  width: 150px;
}
/*-- Footer --*/
footer .copyright {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  text-align: center;
}
footer .bottom {
  width: 100%;
}
footer .bottom img {
  width: 100%;  
}

@media only screen and (max-width: 767px) {
  /*-- Main Contents -- */
  /*-- Main Visual --*/
  .main-visual {
    margin-bottom: 4rem;
  }
  /*-- Customized Product Section --*/
  .customize {
    margin-bottom: 4rem;;
  }
  .customize .sec-item {
    width: 100%;
  }
  /*-- About Section --*/
  .about {
    margin-bottom: 2rem;
  }
  .about .sec-img {
    width: 100%;
    margin-top: 2rem;
  }
  /*-- Access Section --*/
  .access .column01,.column02 {
    width: 100%;
    margin-bottom: 2rem;
  }
  /*-- Modal Menu --*/
  .modal-header {
    border-bottom: none;
  }
  .modal-dialog {
    margin: 0 0 0 auto;
    position: relative;
    float: right;
    width: 70%;
    height: 280px;
  }
  .modal-dialog .menu-item {
    text-align: center;
    margin-bottom: 1rem;
  }
}