@charset "UTF-8";
/* =====
 * /index レイアウト
============================================================================= */

/* -----
 * KeyVisual
----------------------------------------------------------------------------- */
#KeyVisual {
  height: 668px;
  overflow: hidden;
  position: relative;
}

#KeyVisual .key-visual {
  visibility: hidden;
  overflow: hidden;
}

#KeyVisual .key-visual .slider-items {
  height: 668px;
}

#KeyVisual .key-visual .slider-items .slider-item {
  float: left;
}

#KeyVisual .key-visual .slider-items .slider-item img {
  max-width: none;
  position: relative;
}

#KeyVisual .copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 88px 0 0 67px;
}

#KeyVisual .copy img {
  width: 490px;
  height: auto;
}

#KeyVisual .video {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000 url(../images/index/video_poster.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#KeyVisual .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/* -----
 * ContentsBody
----------------------------------------------------------------------------- */
#ContentsBody .head-copy {
  background-color: #00a0e9;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 90px;
}

#ContentsBody .head-copy h2 {
  line-height: 1;
  margin: 0;
}

#ContentsBody .content {
  margin-bottom: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#ContentsBody .content .text {
  width: 486px;
  padding: 25px 50px 0 30px;
}

#ContentsBody .content .text h3 {
  color: #014099;
  font-weight: normal;
  font-size: 32px;
  border-left: 6px solid #014099;
  padding-left: 0.75em;
  line-height: 1.6;
  margin: 0;
}

#ContentsBody .content .text p {
  font-size: 20px;
  line-height: 1.75;
}

#ContentsBody .content .pht {
  width: 600px;
}

#ContentsBody .footer-image {
  margin-bottom: -20px;
}

#ContentsBody .footer-image img {
  width: 100%;
  height: auto;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (max-width: 767px) {
  /* smart phone */

  /* -----
   * KeyVisual
  ----------------------------------------------------------------------------- */
  #KeyVisual {
    width: 100%;
    height: 235px;
  }

  #KeyVisual .key-visual .slider-items {
    height: 235px;
  }

  #KeyVisual .copy {
    padding: 20px 30px 0 30px;
  }

  #KeyVisual .copy img {
    width: 254px;
    max-width: 100%;
  }

  /* -----
   * ContentsBody
  ----------------------------------------------------------------------------- */
  #ContentsBody .head-copy {
    background-color: #00a0e9;
    text-align: center;
    padding: 15px 20px;
    margin-bottom: 30px;
  }

  #ContentsBody .head-copy h2 {
    width: 274px;
    height: 52px;
    margin: 0 auto;
    background: transparent url(../images/index/cont_head_copy_sp.png) 50% 50% no-repeat;
    background-size: contain;
  }

  #ContentsBody .head-copy h2 img {
    display: none;
  }

  #ContentsBody .content {
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: block;
    position: relative;
  }

  #ContentsBody .content:after {
    display: block;
    content: "";
    width: 100vw;
    height: 1px;
    background: #8d8d8d;
    position: absolute;
    left: -25px;
    bottom: 0;
  }

  #ContentsBody .content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #ContentsBody .content:last-child:after {
    display: none;
  }

  #ContentsBody .content .text {
    width: auto;
    padding: 0;
  }

  #ContentsBody .content .text h3 {
    font-size: 20px;
    border-left-width: 5px;
    padding-left: 0.5em;
    line-height: 1.4;
  }

  #ContentsBody .content .text p {
    font-size: 16px;
    line-height: 1.6;
  }

  #ContentsBody .content .pht {
    display: none;
  }

  #ContentsBody .footer-image {
    display: none;
  }

}
