html,body,.wrapper,.mainVisual{
  /* height: 100%; */
  line-height: 1.6;
}
a{
  text-decoration: none;
  color: #000;
}

body{
  /*background: #000;*/
}
.mainVisual{
  overflow: hidden;
}
.wrapper{
  /* padding:0 15px; */
}
.innerMiddle{
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
video{
  width: 100%;
}




/*-------------------------
h2_title
*/
.h2_title{
  font-size: 40px;
  font-family: "Open Sans script=all rev=2", "Adobe Blank";
  text-align: center;
  font-weight: 700;
}
/*-------------------------
ABOUT
*/
.about{
  font-size: 20px;
  margin-bottom: 200px;
  text-align: center;
  line-height: 1.8;
}



/*-------------------------
COMPANY
*/
.company{
  padding-top: 20px;
  font-size: 20px;
  margin-bottom: 200px;

}
.company ul{
  padding: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.company ul li{
  line-height: 1.8;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: none;
  border-bottom:1px solid #e5e5e5;
}
.company ul li span{
  display: inline-block;
}
.company ul li span.title{
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}




/*-------------------------
CONTACT
*/
.contact{
  font-size: 20px;
  text-align: center;
}
.contact ._bt{
  margin-top: 60px;
}
.contact ._bt a{
  transition: 0.2s cubic-bezier(0.11, 0, 0.5, 0);
  -webkit-transition: 0.2s cubic-bezier(0.11, 0, 0.5, 0);
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  border-radius: 100px;
  background: #333;
  color:#fff;
  padding: 20px;
}
.contact ._bt a:hover{
  background: #5386ff
}

.contact ._bt .icon {
  fill: #fff;
}


footer{
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 200px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.forPC { display: block !important; }
.forSP { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 850px) {
.forPC { display: none !important; }
.forSP { display: block !important; }
}























/**/
