@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
 /* -----------------------------------------------------------------

 #01　リセット

 ------------------------------------------------------------------ */
* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
  text-decoration: none; }

html {
  font-size: 62.5%;
  line-height: 1.6; }

ul {
  list-style: none; }

fieldset {
  border: 0; }

img {
  border: 0;
  vertical-align: bottom; }

 /* -----------------------------------------------------------------

 #02　基本タグの定義

 ------------------------------------------------------------------ */
body {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  background-color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: left;
  background-repeat: no-repeat;
  width: auto;
  height: 100%;
  margin: 0px auto;
  background-position: top; }

h1, h2, h3 {
  font-weight: 100; }

p {
  text-align: left;
  font-size: 1.3em; }

span {
  font-size: 1em;
  text-align: left; }

em, strong {
  font-style: normal;
  font-weight: 100; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

ol, ul, dl {
  list-style: none; }

a img {
  border-style: none;
  outline: medium none; }

object {
  border-style: none;
  outline: medium none; }

a {
  font-size: 1em;
  color: #023461;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s; }
  a:hover {
    text-decoration: underline;
    opacity: 0.7; }
  a:link {
    outline: medium none; }
  a:visited {
    outline: medium none; }

#wrapper img {
  width: auto;
  height: auto;
  max-width: 100%; }

/* -----------------------------------------------------------------
@mixin
------------------------------------------------------------------ */
.slide-item0 {
  opacity: 0; }
  .slide-item0.show {
    opacity: 1; }

.slide-item1 {
  transform: translate(0, 25px);
  -webkit-transform: translate(0, 25px);
  -moz-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  -o-transform: translate(0, 25px);
  opacity: 0;
  -webkit-transition: opacity 1.0s,transform 1.2s,filter 1s;
  -moz-transition: opacity 1.0s,transform 1.2s,filter 1s;
  -ms-transition: opacity 1.0s,transform 1.2s,filter 1s;
  -o-transition: opacity 1.0s,transform 1.2s,filter 1s;
  transition: opacity 1.0s,transform 1.2s,filter 1s; }
  .slide-item1.show {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; }

.bot {
  position: absolute;
  top: 13730px;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0.5; }
  .bot img {
    display: block;
    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0 auto; }

#wrapper {
  position: relative; }
  #wrapper strong, #wrapper a, #wrapper span, #wrapper img {
    display: block; }
  #wrapper .lpbody {
    width: 100vw;
    overflow-x: hidden;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 0 150px 0; }
    #wrapper .lpbody video {
      display: block; }
    #wrapper .lpbody video,
    #wrapper .lpbody img {
      width: 100%;
      height: auto; }
    #wrapper .lpbody header {
      position: fixed;
      bottom: -450px;
      left: 0;
      width: 100%;
      z-index: 2;
      -webkit-transition: bottom 1s;
      -moz-transition: bottom 1s;
      -ms-transition: bottom 1s;
      -o-transition: bottom 1s;
      transition: bottom 1s; }
    #wrapper .lpbody header.on {
      bottom: 0; }
    #wrapper .lpbody header .box {
      /*background: #FFFFFF;*/
      background: rgba(255, 255, 255, 0.7);
      width: 100%;
      max-width: 750px;
      margin: 0 auto;
      /* padding-top: 10px;  */
    }
    #wrapper .lpbody header .box ul {
      display: flex;
      justify-content: center; }
      #wrapper .lpbody header .box ul li:first-child {
        width: 50%; }
      #wrapper .lpbody header .box ul li:last-child {
        width: 50%; }
    #wrapper .lpbody .head a {
      width: calc(320 / 750 * 100%);
      position: absolute;
      right: 0;
      top: 0; }
    #wrapper .lpbody .cv01 .tel {
      width: calc(181 / 750 * 100%);
      position: absolute;
      left: calc(20 / 750 * 100%);
      top: 0; }
    #wrapper .lpbody .cv01 .cv {
      width: calc(580 / 750 * 100%);
      position: absolute;
      right: calc(85 / 750 * 100%);
      top: 0; }
    #wrapper .lpbody .bg {
      position: relative;
      top: 0;
      left: 0; }
      #wrapper .lpbody .bg dl {
        width: 650px;
        margin: 0 auto 40px auto; }
        #wrapper .lpbody .bg dl dt a {
          position: relative;
          top: 0;
          left: 0; }
          #wrapper .lpbody .bg dl dt a img.on {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; }
          #wrapper .lpbody .bg dl dt a.on img.on {
            display: none; }
        #wrapper .lpbody .bg dl dd {
          width: 100%;
          height: 0;
          overflow: hidden; }
    #wrapper .lpbody p {
      position: relative;
      top: 0;
      left: 0;
      width: 100%; }
      #wrapper .lpbody p span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      #wrapper .lpbody p.lead {
        margin: -23px 0 0 0; }
    #wrapper .lpbody .slick {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 0 84px 0;
		background: url("../img/celldrive_slider_bg.png") top center no-repeat;
		background-size: cover;
		}
      #wrapper .lpbody .slick .slick-arrow {
        position: absolute;
        top: 335px;
        border: none;
        text-indent: -9999px;
        width: 159px;
        height: 159px;
        z-index: 1; }
        #wrapper .lpbody .slick .slick-arrow.slick-prev {
          left: -27px;
          background: url(../img/slide_left.png) center center no-repeat;
          background-size: contain; }
        #wrapper .lpbody .slick .slick-arrow.slick-next {
          right: -27px;
          background: url(../img/slide_right.png) center center no-repeat;
          background-size: contain; }
      #wrapper .lpbody .slick .slick-dots {
        display: flex;
        justify-content: center; }
        #wrapper .lpbody .slick .slick-dots li {
          width: 17px;
          margin: 0 12px; }
          #wrapper .lpbody .slick .slick-dots li button {
            border-radius: 17px;
            border: none;
            background: #BDBDBD;
            text-indent: -9999px;
            width: 17px;
            height: 17px; }
          #wrapper .lpbody .slick .slick-dots li.slick-active button {
            background: #48bae9;
            background: linear-gradient(0deg, #48bae9 0%, #77bdb9 100%); }
      #wrapper .lpbody .slick .slick-slide li {
        background: url(../img/slide_bg.png) top center no-repeat;
        background-size: 100% auto;
        width: 710px !important;
        margin: 0 0 0 12px;
		padding-bottom: 30px;}
        #wrapper .lpbody .slick .slick-slide li em {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #FFFFFF;
          font-weight: bold;
          font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
          font-size: 67px;
          width: 100%;
          height: 105px;
          margin: 0 0 0 -9px;
          padding: 20px 0 0 0;
          box-sizing: border-box; }
        #wrapper .lpbody .slick .slick-slide li p {
          width: 550px;
          margin: 0 auto; }
    #wrapper .lpbody div {
      position: relative;
      top: 0;
      left: 0; }
.iframe-wrapper {
  position: relative;
  /* padding-bottom: 56.25%; */
  /* height: 0; */
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 4%;
  width: 92%;
  height: 100%;
}
.faq {
  padding-bottom: 10%;
  background: url(../img/bg_faq.png) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #wrapper .lpbody {
    padding: 0 0 18.6666666667vw 0;
    /* padding: 0 0 58.6666666667vw 0;  */
  }
  #wrapper .lpbody header .box {
    /* padding-top: 5px;  */
  }
  #wrapper .lpbody header .box ul li:first-child {
    width: 50vw;
    /* width: 26.5333333333vw;  */
  }
  #wrapper .lpbody header .box ul li:last-child {
    width: 50vw;
    /* width: 73.4666666667vw;  */
  }
  #wrapper .lpbody .bg dl {
    width: 86.6666666667vw;
    margin: 0 auto 5.3333333333vw auto; }
}
