@import url("reset.css");

html, body, #wrapper, #contents {
  height: 100%;
}
body {
  margin: 0 auto;
  font-size: 16px;
  font-family:-apple-system,'BlinkMacSystemFont','Segoe UI','Avenir','Helvetica Neue','Helvetica','Arial',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings : "palt";
  -webkit-font-feature-settings : "palt";
  color: #fff;
}
li {
  list-style: none;
}
a,
a:link,
a:visited {
  text-decoration: none;
}
header {
  width: 100%;
  height: 50px;
  padding: 5px 12px;
  background: rgba(255,255,255,0);
  display: block;
  color: #fff;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  /*-webkit-transition: .6s .3s;
  transition: .6s .3s;*/
}
#hai {
  width: 100%;
  height: 50px;
  padding: 5px 12px;
  background: rgba(255,255,255,0);
  display: block;
  color: #fff;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: .6s .3s;
  transition: .6s .3s;
}
#headInner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
header h1,
#hai h1 {
  margin-left: 40px;
  font-size: 1.5em;
  font-weight: 300;
  display: inline-block;
}
header h1 a,
#hai h1 a {
  color: #fff;
}

#panel-btn{
  display: none;
}
#panel-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#panel-btn-icon{
  position: absolute;
  top: 50%;
  left: 16px;
  width: 22px;
  height: 1px;
  margin: -1px 0 0 -7px;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 1px;
  background: #fff;
  -webkit-transition: .3s;
  -webkit-transition: .4s;
  transition: .4s;
}
#panel-btn-icon:before{
  margin-top: -9px;
}
#panel-btn-icon:after{
  margin-top: 7px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#menu {
  position: absolute;
  right: 40px;
  top: 0px;
  height: 100%;
  display: inline-block;
}
.usualMenu {
  position: absolute;
  top: 50%;
  right: 92px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 660px;
  height: 20px;
  font-size: .8em;
  text-align: right;
  display: block;
}
.usualMenu li {
  display: inline-block;
}
.usualMenu li a {
  padding: 4px 5px;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
.usualMenu li a:hover {
  opacity: .2;
}
.usualMenu2 {
  display: none;
}
.socalMenu {
  position: absolute;
  top: 43%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 85px;
  height: 20px;
  font-size: .8em;
  text-align: right;
}
.socalMenu li {
  display: inline-block;
}
.socalMenu li a {
  width: 23px;
  height: 28px;
  display: block;
  margin-right: 13px;
}
.socalMenu li a svg {
  padding: 1px;
  -webkit-transition: .2s;
  transition: .2s;
}
.socalMenu li a svg:hover {
  opacity: .2;
}
.socialIcon {
  fill:#fff;
}
.circle {
  fill:none;
  stroke:#fff;
  stroke-miterlimit:10;
  stroke-width: 2px;
}

#first {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/topImg.jpg);
  background-size: 100% auto;
  background-position: 50% 50%;
}
.fstBgColor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .9);
  opacity: 0;
}
#firstMovie {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.fMovie {
  position: relative;
  min-width: 400px;
  max-width: 1920px;
  width: auto;
  height: 70%;
  margin: 10% 10%;
  display: block;
  background: rgb(20, 141, 186);
  -webkit-animation: 9s are infinite;
          animation: 9s are infinite;
}
/*@-webkit-keyframes are {
  0% {
    background: rgb(20, 141, 186);
  } 25% {
    background: rgb(82, 200, 58);
  } 50% {
    background: rgb(219, 208, 52);
  } 75% {
    background: rgb(219, 52, 152);
  } 100% {
    background: rgb(20, 141, 186);
  }
}
@keyframes are {
  0% {
    background: rgb(20, 141, 186);
  } 25% {
    background: rgb(82, 200, 58);
  } 50% {
    background: rgb(219, 208, 52);
  } 75% {
    background: rgb(219, 52, 152);
  } 100% {
    background: rgb(20, 141, 186);
  }
}*/
.fmNon {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: block;
}
.fmNon span {
  width: 70%;
  height: 2px;
  background: #fff;
}
.fmNon span:first-child {
  position: absolute;
  top: 48%;
  left: 16%;
  -webkit-transition: translate(-50%, -50%);
  transition: translate(-50%, -50%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fmNon span:last-child {
  position: absolute;
  top: 48%;
  left: 16%;
  -webkit-transition: translate(-50%, -50%);
  transition: translate(-50%, -50%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#ftw {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
#firstTxt {
  margin-left: 22px;
  width: 464px;
  padding: 40px 50px;
  display: block;
  overflow-y: hidden;
  background: rgba(0,0,0,.7);
}
.titleEn {
  font-size: 2.3em;
  font-weight: 400;
}
.titleJp {
  font-size: .95em;
  font-weight: 400;
  margin: 2px 0 19px;
}
.lead {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}
.txt {
  width: 100%;
  font-size: .9em;
  font-weight: 100;
  text-align: justify;
  margin-bottom: 9px;
  line-height: 1.84;
}
#fmBtn {
  position: absolute;
  left: 40px;
  bottom: -176px;
  width: 245px;
  height: 140px;
  background: rgb(20, 141, 186);
  -webkit-animation: 9s are infinite;
  animation: 9s are infinite;
  display: none;
}
#fmBtn img {
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70%;
}
.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.scroll a {
  text-align: center;
  width: 68px;
  height: 54px;
  display: block;
}
.scroll p {
  color: #fff;
  font-size: .85em;
  font-weight: 100
}
.scrollArw {
  width: 24px;
  margin: 0 auto 0;
  display: block;
  position: relative;
}
.scrollArw span:first-child {
  position: absolute;
  left: 0;
  width: 14px;
  height: 1px;
  margin-top: 12px;
  display: block;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: 1.3s srlArw infinite;
          animation: 1.3s srlArw infinite;
}
.scrollArw span:last-child {
  position: absolute;
  right: 0;
  width: 14px;
  height: 1px;
  margin-top: 12px;
  display: block;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: 1.3s srlArw infinite;
          animation: 1.3s srlArw infinite;
}
@-webkit-keyframes srlArw {
  0% {
    margin-top: 12px;
    opacity: 1;
  }
  60% {
    margin-top: 28px;
    opacity: .1;
  }
  100% {
    margin-top: 12px;
    opacity: 1;
  }
}
@keyframes srlArw {
  0% {
    margin-top: 12px;
    opacity: 1;
  }
  60% {
    margin-top: 28px;
    opacity: .1;
  }
  100% {
    margin-top: 12px;
    opacity: 1;
  }
}
#news {
  max-width: 1920px;
  margin: 100% auto 0;
  background: #f7f7f7;
  color: #000;
  padding: 62px 0 0;
  position: relative;
}
.boldTitle {
  position: relative;
  margin-left: 72px;
  font-size: 3.4em;
  font-weight: 500;
}
.titleTxt {
  position: relative;
  margin: -6px 0 0 72px;
  font-size: 1em;
  font-weight: 300;
}
.newsItem {
  padding: 24px 0 0;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
}
.newsItem ul {
  width: 1600px;
  height: 300px;
  padding-left: 72px;
  display: block;
}
.newsItem::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}
.newsItem li {
  width: 330px;
  display: inline-block;
  margin-right: 45px;
  position: relative;
}
.newsItem li:last-child {
  margin-right: 0;
}
.newsItem li a {
  color: #000;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 25px 30px 30px;
  -webkit-box-shadow: 0 10px 24px 0px rgba(0,0,0,.12);
  box-shadow: 0 6px 20px -2px rgba(0,0,0,.12);
  -webkit-transition: .25s;
  transition: .25s;
}
.newsItem li a:hover {
  -webkit-transform: translateY(5px) rotate(-2deg);
          transform: translateY(4px);
  -webkit-box-shadow: 0 6px 24px 0px rgba(0,0,0,.12);
          box-shadow: 0 4px 8px -2px rgba(0,0,0,.14);
}
.newsItem li p:first-child {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 14px;
}
.newsData {
  font-size: 1.2em;
  text-align: left;
  display: block;
  opacity: .5;
}
.newsCategory {
  position: absolute;
  top: -1px;
  right: 0;
  width: 90px;
  color: #000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 2px;
  padding: 4px 0;
  font-size: .7em;
  font-weight: 600;
  text-align: center;
  opacity: .5;
  -webkit-transition: .5s;
  transition: .5s;
}
.newsItem li p:last-child {
  opacity: 1;
}


#second {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 62px 0 60px;
  height: auto;
  background: url(img/secBg.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: left;
  color: #fff;
}
#second::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
}
.secondInner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
}
.scndInner {
  margin: 0 auto;
  padding-top: 40px;
  width: 92%;
  max-width: 1200px;
  display: table;
  vertical-align: middle;
}
.scndILTxt {
  position: relative;
  float: left;
  width: 42%;
  margin-bottom: -2%;
}
.scndILTxt img {
  width: 100%;
  margin: 0;
  display: block;
}
.scndILTTxt {
  position: absolute;
  bottom: -6px;
  left: 47px;
}
.innerTitle {
  font-size: 2.4em;
  font-weight: 500;
  margin-bottom: 4px;
}
.innerTitle2 {
  font-size: 2em;
  font-weight: 500;
}
.innerLeed {
  font-size: 1em;
  font-weight: 300;
  margin: 3px 0 28px;
}
.innerTxt {
  font-size: .95em;
  line-height: 1.9;
  text-align: justify;
}
.scndIRTxt {
  float: left;
  width: 41%;
  min-width: 360px;
  margin: 8% 0 0 15%;
}
.scndIRTtoWrap {
  display: block;
}
.buyBtn {
  margin-top: 34px;
  width: 240px;
  text-align: center;
  color: #fff;
  font-size: 1em;
  border: 1px solid #fff;
  font-weight: 200;
}
.buyBtn a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.6);
  box-shadow: 0 0 6px rgba(0,0,0,.6);
  -webkit-transition: 1s;
  transition: 1s;
}
.buyBtn a:hover {
  color: #000;
  background: rgba(255,255,255, 1);
}




#third {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 62px 0 88px;
  height: auto;
  background: #fff;
  text-align: left;
  color: #fff;
  background: url(img/trdBg.jpg);
  background-position: center top;
  background-size: auto 100%;
}
.thdTopImg {
  position: relative;
  width: 100%;
  height: 480px;
  margin: 66px 0 62px;
  background: url(img/trdBg.jpg);
  background-position: center top;
  background-size: auto 100%;
  color: #fff;
}
.thdTopTxt {
  position: relative;
  width: 46%;
  margin: 2% 0 0 2%;
  float: left;
}
#third::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.2);
}
.thdBottom {
  position: relative;
  background: rgba(0,0,0,.65);
  width: 90%;
  max-width: 1600px;
  margin: 60px auto 0;
  padding: 40px 0 0;
}
.thdBottomInner {
  width: 100%;
  padding: 34px 3% 20px;
  margin: 0 auto;
  display: table;
  vertical-align: middle;
}
.thdBottomInner img {
  width: 85%;
  max-width: 663px;
  margin-bottom: 16px;
}
.thdBITxt {
  width: 33%;
  min-width: 360px;
  float: left;
  margin-left: 7%;
  margin-top: 2.4%;
}


#fourth {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 120px;
  height: auto;
  background: url(img/frtBg.jpg);
  background-size: auto 800px;
  background-position: left top;
  background-repeat: repeat-x;
  text-align: left;
  color: #fff;
}
#fourth::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
}
.fourthInner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
}
.fBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 10% 0 249px;
  height: auto;
  background: url(img/frtBg.jpg);
  background-size: 100% auto;
  background-position: left 25%;
  background-repeat: repeat-x;
  text-align: left;
  color: #fff;
}
.frhTop {
  padding-top: 72px;
  margin-bottom: 68px;
}
.frhTopInner {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 110px;
  display: table;
  vertical-align: middle;
}
.frhTopInner li {
  position: relative;
  float: left;
  width: 31.3333333333333333%;
  height: 320px;
  overflow-y: hidden;
  margin-right: 3%;
  -webkit-box-shadow: 0 9px 31px rgba(0,0,0,.3);
  box-shadow: 0 9px 31px rgba(0,0,0,.3);
}
.frhTopInner li:last-child {
  margin-right: 0;
}
.frhTopInner li img {
  width: 100%;
}
.frhTITxt {
  position: absolute;
  bottom: 3%;
  left: 7%;
  width: 80%;
}
.frhBottomLink {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-shadow: 0 9px 31px rgba(0,0,0,.3);
  box-shadow: 0 9px 31px rgba(0,0,0,.3);
}
.frhBottomLink img {
  width: 100%;
}
.electrictext {
  font-size: .8em;
  line-height: 1.9;
}
.frhBottomLinkTxt {
  position: absolute;
  top: 50%;
  left: 4%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27%;
  min-width: 380px;
  text-align: justify;
}
.frhBottomLinkTxt .electrictext {
  display: block;
}


#fifth {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.msg1 {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 784px;
  background: url(img/msgImg1.jpg);
  background-position: right top;
  background-size: 1920px auto;
}
.msg2 {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1920px;
  height: 784px;
  background: url(img/msgImg2.jpg);
  background-position: right top;
  background-size: 1920px auto;
}
.msg1::before, .msg2::before {
  content: "";
  background: rgba(0,0,0,.4);
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  display: block;
}
.msg1::after, .msg2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0,0,0,1)), color-stop(rgba(0,0,0,.6)), to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right top, rgba(0,0,0,1), rgba(0,0,0,.6), rgba(0,0,0,0));
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  display: block;
}
.msgTxt {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 72px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.msgTxt p:nth-of-type(1) {
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.1;
  margin: 11px 0 20px -2px;
}
.msgTxt p:nth-of-type(2) {
  font-size: 1.4em;
  font-weight: 100;
  line-height: 1.1;
}
.msgBtn {
  width: 240px;
  padding: 4px 0 6px;
  text-align: center;
  margin-top: 53px;
  font-size: 1.4em;
}
.msgBtn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 7px 0;
  border: 1px solid #fff;
  -webkit-transition: .6s;
  transition: .6s;
}
.msgBtn a:hover {
  background: #fff;
  color: #000;
}
.msgBtn2 {
  width: 240px;
  padding: 7px 0 6px;
  text-align: center;
  margin-top: 53px;
  font-size: 1.4em;
  border: 1px solid #fff;
  -webkit-transition: .6s;
  transition: .6s;
  color: #fff;
}
.msgBtn2:hover {
  background: #fff;
  color: #000;
}



#sixth {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0 80px;
  background: #f9f9f9;
  color: #000;
}
#sixth::before{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(img/footImg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.mailArea {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 45px 82px 64px;
  -webkit-box-shadow: 0 9px 42px -10px rgba(0,0,0,0.2);
          box-shadow: 0 9px 42px -10px rgba(0,0,0,0.2);
  background: #fff;
  overflow-x: hidden;
}
.mailArea > h2 {
  position: relative;
  font-size: 3.4em;
  font-weight: 500;
}
.mailArea > p {
  margin-bottom: 10px;
}
.customerSelecter {
  position: relative;
  margin: 20px auto 60px;
  width: 100%;
  height: 40px;
  color: #000;
  cursor: pointer;
}
.customerSelecter li {
  width: 50%;
  font-size: 1.2em;
  padding: 10px 20px;
  border: 1px solid rgba(0,0,0,.5);
}
.customerSelecter li:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.customerSelecter li:last-child {
  position: absolute;
  top: 0;
  right: 0;
}
.bk {
  background: rgba(0,0,0,.8);
  color: #fff;
}
form {
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}
.formTxt {
  position: relative;
  text-align: left;
  width: 100%;
}
.formTxt p {
  font-size: 1.2em;
  margin-bottom: 4px;
  color: rgba(0,0,0,1);
}
#customer1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#customer2 {
  position: absolute;
  top: 0;
  left: 120%;
  -webkit-transition: .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.required {
  margin-right: 5px;
  color: #2096D5;
}
.formTxt input {
  width: 100%;
  font-size: 1em;
  padding: 9px 12px;
  border: 1px solid rgba(0,0,0,.2);
  margin-bottom: 23px;
  color: rgba(0,0,0,.7);
}
.formTxt textarea {
  width: 100%;
  font-size: 1em;
  padding: 9px 12px;
  border: 1px solid rgba(0,0,0,.2);
  color: rgba(0,0,0,.7);
}
.requiredTxt {
  text-align: right;
  margin-bottom: 23px;
}
.requiredTxt .required {
  opacity: 1;
  margin-right: 2px;
}
.requiredTxt span:last-child {
  opacity: .6;
}
.name input {
  width: 32%;
  margin-right: 2.4%;
}
.sex label {
  position: relative;
  display: inline-block;
  width: 32%;
  height: 44px;
  margin: 12px 2% 12px 0;
  color: rgba(0,0,0,.7);
}
.sex input {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}
.sex label span {
  position: absolute;
  left: 20px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2em;
}
.industry label {
  position: relative;
  display: inline-block;
  width: 30%;
  height: 44px;
  color: rgba(0,0,0,.7);
}
.industry label:nth-child(-n+4) {
  margin: 12px 2% 0px 0;
}
.industry label:nth-child(n+5) {
  margin: 0px 2% 12px 0;
}
.industry input {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}
.industry label span {
  position: absolute;
  left: 20px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2em;
}
.personalTxt {
  width: 100%;
  height: 250px;
  font-size: 1em;
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,.2);
  margin-bottom: 23px;
  color: rgba(0,0,0,.7);
  overflow-y: scroll;
  display: block;
}
.personalTxt a, .personalTxt a:link, .personalTxt a:visited,
.mailMagazine a, .mailMagazine a:link, .mailMagazine a:visited {
  color: #2096D5;
}
.mailMagazineTxt {
  width: 100%;
  height: 250px;
  font-size: 1em;
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,.2);
  /* margin-bottom: 60px; */
  color: rgba(0,0,0,.7);
  overflow-y: scroll;
  display: block;
}
.errorTxt {
  position: relative;
}
.errorTxt p {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: .9em;
  color: rgba(195, 40, 40, 0.9);
}
.sendBtn {
  cursor: pointer;
  width: 50%;
  text-align: center;
  margin: 40px auto 0;
  padding: 10px 0 11px;
  font-size: 1.4em;
  font-weight: 400;
  color: #fff;
  background: rgba(0,0,0,.8);
  -webkit-transition: .3s;
  transition: .3s;
}
.sendBtn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  padding: 10px 0 11px;
}
.sendBtn:hover {
  background: rgba(0,0,0,.4);
}
#seventh {
  position: relative;
  text-align: center;
  width: 100%;
  color: #000;
  max-width: 1920px;
  margin: 0 auto;
}
.notes {
  position: relative;
  width: 100%;
  background: rgba(0,0,0,1);
  color: #fff;
  padding: 66px 10px 17px;
  text-align: left;
}
.notes p {
  width: 800px;
  margin: 0 auto;
}
footer {
  text-align: center;
  margin-top: 66px;
}

#mailBtn {
  position: fixed;
  z-index: 10;
  bottom: -150px;
  right: 0;
  width: 286px;
  padding: 17px 31px 30px;
  font-size: .9em;
  line-height: 1.6;
  -webkit-transition: .4s .4s;
  transition: .4s .4s;
  background: rgba(0,0,0,.8);
  -webkit-box-shadow: 0 12px 42px -12px rgba(0,0,0,.7);
  box-shadow: 0 12px 42px -12px rgba(0,0,0,.7);
}
#mailBtn h3 {
  font-weight: 300;
}
#mailBtn a p {
  padding: 10px 0;
  border: 1px solid #fff;
  margin-top: 13px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  -webkit-transition: .6s;
  transition: .6s;
}
#mailBtn a p:hover {
  color: #000;
  background: #fff;
}
#mailBtn2 {
  display: none;
}


/*Newsページ*/
#newsInner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  background: rgba(240, 240, 240, 1);
  color: #000;
  padding: 80px 0;
  position: relative;
  overflow-y: scroll;
}
.newsInnerItem {
  position: relative;
  z-index: 1;
  max-width: 992px;
  margin: 40px auto 80px;
  padding: 40px 80px;
  -webkit-box-shadow: 0 15px 21px -5px rgba(0,0,0,.1);
  box-shadow: 0 15px 21px -5px rgba(0,0,0,.1);
  background: #fff;
  border-radius: 8px;
}
.newsInnerTop {
  position: relative;
  font-size: 3.4em;
  font-weight: 500;
}
.newsInnerCategory {
  margin: 16px 0 20px;
  padding: 4px 0;
  width: 90px;
  text-align: center;
  display: block;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: .8em;
  opacity: .5;
}
.newsInnerTitle {
  font-size: 2em;
  line-height: 1.3;
  margin-bottom: 16px;
}
.newsInnerData {
  font-size: .8em;
  margin-bottom: 5px;
  display: block;
  color: rgba(0,0,0,.4);
}
.titleArea {
  border-bottom: 1px solid rgba(0,0,0,.2);
  display: block;
}
.newsImage {
  width: 100%;
  height: 377px;
  margin: 26px 0 40px;
  display: block;
  position: relative;
  overflow: hidden;
}
.newsImage img {
    width: 100%;
    height: auto;
}
.newsImage p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  color: #fff;
}
.newsInnerTxt {
  margin: 26px 0 0;
  color: rgba(0,0,0,.6);
}
.newsInnerLink a {
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}
.newsInnerLink a:hover {
  opacity: .3;
}
.newsSocialIcon li {
  display: inline-block;
  margin: 28px 4px 20px 0;
}
.newsSocialIcon svg {
  width: 26px;
  -webkit-transition: .3s;
  transition: .3s;
}
.newsSocialIcon svg:hover {
  opacity: .3;
}
.frhTopInner li .electrictext {
  display: block;
}
.innerLeed span {
  display: inline-block;
}
.enactDate {
  display: block;
  text-align: right;
}
.checkbox, input[type='checkbox'] {
  cursor: pointer;
  padding: 4px 9px;
  margin-top: 4px;
  margin-bottom: 2px;
  display: inline-block;
  width: auto;
}


/*メール送信後*/
.mailImage {
  width: 100%;
  height: 420px;
  margin: 26px 0;
  display: block;
  position: relative;
  background: url(img/mailImg.jpg);
  background-size: 100% auto;
}
.mailInnerTxt {
  margin: 26px 0;
  color: rgba(0,0,0,.6);
  font-size: 1.2em;
}














/*高解像度ディスプレイ*/
@media (max-width: 1920px) {
  #first {
    background-size: auto 100%;
    background-position: center top;
  }
  .fBg {
    padding: 311px 0 3%;
  }
}














/*iPad,tablet*/
@media (max-width: 1000px) {
  header h1, #hai h1 {
    margin-left: 8px;
  }
  #panel-btn{
    display: block;
  }
  #menu {
    position: absolute;
    top: 45px;
    right: -300px;
    width: 278px;
    height: auto;
    padding: 16px 20px 30px 0;
    background: rgba(0,0,0,.9);
    -webkit-box-shadow: 0 12px 42px -12px rgba(0,0,0,.7);
            box-shadow: 0 12px 42px -12px rgba(0,0,0,.7);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .usualMenu {
    display: none;
  }
  .usualMenu2 {
    display: block;
    position: relative;
    margin: 0 0 10px;
    text-align: right;
    font-size: 1.2em;
  }
  .usualMenu2 a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px 0 14px;
  }
  .usualMenu2 li {

  }
  .socalMenu {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: auto;
    height: auto;
    font-size: 1em;
    text-align: right;
    margin-right: -4px;
  }
  .socalMenu li {
    margin-left: 8px;
  }
  .socalMenu li a {
    width: 26px;
    margin-right: 5px;
  }
  #firstTxt {
    margin-left: 10%;
    width: 80%;
  }
  #fmBtn {
    left: 10%;
  }
  .scroll {
    -webkit-transition: .4s;
    transition: .4s;
    bottom: 120px;
  }
  .fMovie {
    height: 40%;
    margin: 40% 10%;
  }
  #news {
    padding: 30px 0;
  }
  .newsItem ul {
    height: auto;
    padding-bottom: 30px;
  }
  #second,
  #third {
    height: auto;
  }
  .secondTxt,
  .thirdTxt {
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  .video {
    width: 85%;
    height: 400px;
  }
  .secInner {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .secImg {
    width: 72%;
    float: none;
    margin: -10px auto 25px;
  }
  .lead {
    text-align: center;
    margin-bottom: 16px;
  }
  .msgTxt p:nth-of-type(1) {
    font-size: 2.2em;
    width: 415px;
    margin: 8px 0 14px -2px;
  }
  .msgTxt p:nth-of-type(2) {
    font-size: 1em;
  }
  .customerSelecter li {
    font-size: 1em;
  }
  .titleEn,
  .titleJp {
    text-align: center;
  }

  .msg1, .msg2 {
    height: auto;
    padding: 28px 0 40px;
    background-size: 100% auto;
    background-position: right top;
  }
  .msgTxt {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 93%;
    margin: 0 auto;
  }
  .msgTxt .titleEn {
    text-align: left;
  }
  .msg1::before, .msg2::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
  }
  .formTxt p,
  .requiredTxt {
    font-size: .78em;
  }
  .formTxt input {
    font-size: .9em;
  }
  .sex label span {
    top: 50%;
    font-size: 1em;
  }
  .industry label {
    width: 42%;
    height: 35px;
  }
  .industry label:nth-child(-n+4),
  .industry label:nth-child(n+5) {
    margin: 0;
  }
  .industry label span {
    font-size: 1em;
  }
  .mailArea {
    width: 93%;
    padding: 45px 47px 64px;
  }
  .personalTxt,
  .mailMagazineTxt {
    font-size: .78em;
  }
  .checkbox, input[type='checkbox'] {
    font-size: .78em;
  }
  .notes {
    padding-top: 27px;
  }
  .notes p {
    width: 93%;
    font-size: .78em;
  }
  .sendBtn {
    font-size: 1.3em;
  }
  footer {
    margin-top: 35px;
    font-size: .7em;
  }
  #mailBtn {
    display: none;
  }
  #mailBtn2 {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    right: 0;
    width: 100%;
    display: block;
    font-size: .9em;
    line-height: 1.6;
    background: rgba(0,0,0,.8);
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .mbIner {
    width: 385px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
  }
  #mailBtn2 h3 {
    margin-top: 10px;
    font-weight: 300;
    width: 100%;
    text-align: center;
  }
  #mailBtn2 h3 br {
    display: none;
  }
  #mailBtn2 a {
    width: 100%;
  }
  #mailBtn2 a p {
    padding: 12px 0;
    border: 1px solid #fff;
    margin: 8px 0 14px;
    color: #fff;
    text-align: center;
    font-weight: 300;
  }
  .mbNon {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: block;
  }
  .mbNon span {
    width: 70%;
    height: 2px;
    background: #fff;
  }
  .mbNon span:first-child {
    position: absolute;
    top: 48%;
    left: 16%;
    -webkit-transition: translate(-50%, -50%);
    transition: translate(-50%, -50%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mbNon span:last-child {
    position: absolute;
    top: 48%;
    left: 16%;
    -webkit-transition: translate(-50%, -50%);
    transition: translate(-50%, -50%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .newsInnerItem {
    width: 93%;
    padding: 27px 36px;
    margin: 21px auto 5px;
  }
  .newsInnerCategory {
    margin: -3px 0 13px;
  }
  .newsInnerTitle {
    margin-bottom: 10px;
  }
  .newsImage {
    height: 40%;
  }
  .newsInnerTxt {
    margin: 15px auto;
  }
  .newsSocialIcon li {
    margin: 18px 10px 20px 0;
  }
  .scndInner {
    margin: 0 72px;
    width: auto;
    display: table;
  }
  .scndILTxt {
    float: none;
    width: 72%;
    margin: 0 auto;
  }
  .scndILTTxt {
    bottom: 1%;
    width: 100%;
    left: 0;
  }
  .scndIRTxt {
    float: none;
    width: 100%;
    max-width: none;
    margin: 10% 0 0 0;
    padding-bottom: 40px;
  }
  #third {
    padding: 60px 0 20px;
  }
  .thdBottom {
    padding-bottom: 60px;
  }
  .thdBottomInner {
    width: auto;
    margin: 0 auto;
    padding: 34px 70px 40px;
    display: table;
  }
  .thdBottomInner img {
    width: 100%;
    max-width: none;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .thdTopTxt {
    width: 100%;
    margin-bottom: 34px;
  }
  .thdBITxt {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-top: 70px;
  }
  .innerTitle2 {
    font-size: 1.6em;
  }
  #fourth {
    background-size: auto 417px;
    padding: 0px 0 34px;
  }
  .frhTopInner {
    width: auto;
    margin: 0 auto 32px;
  }
  .frhBottomLinkTxt .electrictext {
    display: none;
  }
  .frhTopInner li {
    height: 180px;
  }
  .frhTopInner li .electrictext {
    display: block;
  }
  .innerTitle {
    font-size: 2em;
    margin-bottom: 4px;
  }
  .innerLeed {
    margin: 0px 0 7px;
  }
  .msgBtn2 {
    width: 240px;
    padding: 6px 0 10px;
    text-align: center;
    margin-top: 32px;
  }
  .txt {
    line-height: 1.5;
  }
  .innerLeed span {
    display: inline-block;
  }
  .boldTitle {
    margin-left: 12px;
    font-size: 2em;
  }
  .innerTitle {
    font-size: 2em;
  }
}














/*iphone, Android, otherMobile*/
@media (max-width: 600px) {
  .fMovie {
    min-width: 0;
    width: 93%;
    height: 200px;
    margin: 38% auto;
  }
  .fmNon {
    top: -51px;
    right: 0;
  }
  #fmBtn {
    bottom: -1000px;
  }
  header, #hai {
    height: 35px;
  }
  header h1, #hai h1 {
    font-size: 1em;
    margin-left: 0px;
  }
  #panel-btn {
    top: -8px;
    right: -12px;
  }
  #menu {
    top: 30px;
    padding-right: 12px;
    width: 242px;
  }
  .usualMenu2 {
    font-size: 1.1em;
  }
  .usualMenu2 a {
    padding: 4px 0 10px;
  }
  #ftw {
    top: 45%;
  }
  #firstTxt {
    width: 91%;
    margin-left: 4.5%;
    padding: 13px 10px;
  }
  .titleEn {
    font-size: 1.5em;
  }
  .titleJp {
    font-size: .9em;
    margin: 1px 0 20px;
  }
  .lead {
    font-size: 1.2em;
    margin-bottom: 6px;
  }
  .txt {
    font-size: .82em;
    line-height: 1.7;
    font-weight: 400;
  }
  .scroll {
    display: none;
  }
  #news {
    padding: 17px 0 0;
  }
  .boldTitle {
    margin-left: 12px;
    font-size: 1.4em;
  }
  .innerTitle {
    font-size: 1.4em;
  }
  .newsItem {
    padding: 10px 0 0;
  }
  .newsItem ul {
    padding-left: 13px;
  }
  .newsItem li {
    width: 265px;
    margin-right: 16px;
  }
  .newsItem li a {
    padding: 15px 18px 21px;
    -webkit-box-shadow: 0 4px 12px -2px rgba(0,0,0,.12);
    box-shadow: 0 4px 12px -2px rgba(0,0,0,.12);
  }
  .newsData {
    font-size: .7em;
  }
  .newsCategory {
    top: -4px;
    width: 73px;
    padding: 3px 0;
    font-size: .6em;
  }
  .newsItem li p:first-child {
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
  .newsItem li p:last-child {
    font-size: .8em;
  }
  #second, #third {
    padding: 17px 0;
  }
  .secondTxt, .thirdTxt {
    width: 91%;
    padding: 12px 20px;
  }
  .secImg {
    width: 100%;
    margin: -9px auto 17px;
  }
  #fourth {
    padding: 30px 0 36px;
  }
  #fourth .boldTitle {
    font-size: 2em;
  }
  .fBg {
    padding: 0 0 280px;
    background-size: auto 280px;
  }
  .video {
    margin: 10px auto 0;
    width: 91%;
    height: 200px;
  }
  .playngBtn {
    width: 60px;
  }
  .msg1, .msg2 {
    padding: 26px 0 40px;
    background-size: auto 100%;
    background-position: center;
  }
  .msgTxt {
    width: 91%;
  }
  .msgTxt .titleEn {
    font-size: 1.5em;
  }
  .msgTxt p:nth-of-type(1) {
    font-size: 1.5em;
    margin: 4px 0 11px 0px;
    width: auto;
  }
  .msgTxt p:nth-of-type(2) {
    font-size: .8em;
  }
  #sixth {
    padding: 0px 0;
  }
  .mailArea {
    width: 100%;
    padding: 30px 12px 40px;
    overflow-y: hidden;
  }
  .mailArea > h2 {
    font-size: 2.4em;
    margin-bottom: -6px;
  }
  .mailArea > p {
    margin: 0 auto -12px;
    font-size: .8em;
    width: 94%;
  }
  .customerSelecter li {
    font-size: .8em;
    padding: 7px 0;
  }
  .customerSelecter {
    margin: 30px auto 10px;
  }
  .name input {
    width: 43%;
    margin-right: 1%;
  }
  .formTxt input {
    padding: 6px 9px;
  }
  .industry label,
  .sex label {
    width: 49%;
    font-size: .85em;
    height: 28px;
    margin: 0;
  }
  .formTxt textarea {
    height: 144px;
  }
  .requiredTxt {
    margin-bottom: 3px;
  }
  .personalTxt {
    height: 126px;
  }
  .mailMagazineTxt {
    height: 126px;
    /* margin-bottom: 20px; */
  }
  .sendBtn {
    font-size: 1em;
    width: 54%;
  }
  .sendBtn a {
    padding: 6px 0 7px;
  }
  .scndIRTxt {
    min-width: 0;
  }
  .notes {
    background: #000;
    padding: 34px 3px 9px;
  }
  footer {
    margin-top: 27px;
    font-size: .7em;
  }
  .mbIner {
    width: 91%;
  }
  .mbNon {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .mbNon span:first-child,
  .mbNon span:last-child {
    top: 46%;
  }
  #mailBtn2 h3 {
    margin-top: 6px;
    font-size: .7em;
  }
  #mailBtn2 a p {
    padding: 4px 0;
  }

  #newsInner {
    padding: 24px 0 54px;
  }
  .newsInnerItem {
    width: 91%;
    padding: 3px 12px;
    margin: 25px auto 5px;
  }
  .newsInnerTop {
    font-size: 2.4em;
  }
  .newsInnerCategory {
    margin: 0 0 7px;
    padding: 4px 0;
    width: 71px;
    font-size: .6em;
  }
  .newsInnerTitle {
    font-size: 1.3em;
    margin-bottom: 7px;
  }
  .newsImage {
    margin: 10px 0;
  }
  .newsImage p {
    font-size: 2em;
  }
  .newsInnerTxt {
    margin: 10px auto;
    font-size: .84em;
  }
  .newsInnerLink a {
    font-size: .9em;
  }
  .newsSocialIcon li {
    margin: 10px 7px 11px 0;
  }
  .mailImage {
    height: 169px;
    margin: 10px 0;
    background-size: auto 113%;
    background-position: center top;
  }
  .mailInnerTxt {
    margin: 10px 0;
    font-size: 0.84em;
  }
  .scndInner {
    margin: 0 24px;
    display: block;
  }
  .scndILTxt {
    width: 100%;
  }
  .thdTopImg {
    margin: 26px 0 15px;
    height: 240px;
  }
  .thdTopTxt {
    margin-bottom: 8px;
  }
  .titleTxt {
    margin-left: 12px;
  }
  .thdBottomInner {
    margin: 0 24px 26px;
    padding: 20px 0 0;
    display: block;
  }
  .thdBottomInner img {
    width: 100%;
  }
  .frhTop {
    margin-bottom: 28px;
  }
  .frhTopInner li {
    float: none;
    width: auto;
    margin: 0 12px 20px;
  }
  .frhTopInner li:last-child {
    margin-right: 12px;
  }
  .frhTITxt {
    bottom: 9%;
    left: 24px;
    right: 24px;
    width: auto;
  }
  .sex label span {
    width: 76px;
  }
  .industry label span {
    width: 120px;
  }
  .frhBottomLink {
    width: auto;
    margin: 0 12px;
  }
  .buyBtn {
    margin-top: 14px;
    width: 200px;
  }
  .buyBtn a {
    padding: 8px 0;
  }
  .frhBottomLinkTxt .innerTitle {
    font-size: 1.5em;
    margin-bottom: 0;
  }
  .scndILTTxt {
    bottom: -5%;
    width: 100%;
    left: 0;
  }
  #fourth {
    padding: 0 0 30px;
  }
  .frhTopInner {
    margin: 0 auto 20px;
  }
  .frhBottomLinkTxt {
    width: 80%;
    min-width: 270px;
  }
  .thdBITxt {
    margin-top: 50px;
    min-width: 0;
  }
  .thdBottom {
    margin: 24px auto 0;
    padding: 9px 0 0;
  }
  .txt {
    line-height: 1.5;
  }
  .msgBtn2 {
    width: 223px;
    padding: 1px 0 6px;
    text-align: center;
    margin-top: 19px;
    font-size: 1.3em;
    border: 1px solid #fff;
    color: #fff;
  }
  .innerLeed span {
    display: none;
  }
}
