@charset 'UTF-8';


/* None
----------------------------------------------------------*/
.pcNone
{
  display: none;
}
.pcNone-i
{
  display: none;
}
.spNone
{
  display: block;
}
.spNone-i
{
  display: inline-block;
}
@media only screen and (max-width: 767px)
{
  .pcNone
  {
    display: block;
  }
  .pcNone-i
  {
    display: inline-block;
  }
  .spNone
  {
    display: none;
  }
  .spNone-i
  {
    display: none;
  }
}

/* =========================================================
LAYOUT
========================================================= */
#MvWrapper
{
  overflow: hidden;

  width: 100%;
  min-width: 320px;
}
.inner
{
  position: relative;

  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.ie7 #MvWrapper,
.ie8 #MvWrapper
{
  min-width: 1200px;
}
.ie7 .inner,
.ie8 .inner
{
  width: 1200px;
}
#MvWrapper img
{
  max-width: 100%;
  height: auto;
}

.ie7 #MvWrapper img
.ie8 #MvWrapper img,
{
  width: 100%;
  max-width: inherit;
  height: auto;
}


/* =========================================================
MvContents
========================================================= */
#MvContents
{
  background: #d2e9f8;
}
/* .kvSect
----------------------------------------------------------*/

#MvContents .kvSect
{
  line-height: 1;

  position: relative;

  overflow: hidden;

  text-align: center;

  background: url(../images/keyv_bg.jpg?ver=20180625) no-repeat center center #26282c;
  background-size: cover;
}

#MvContents .kvSect #MvBlock
{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#MvContents .kvSect #MvInner,
#MvContents .kvSect #Mv,
#MvContents .kvSect #MvCanvas,
#MvContents .kvSect #MvSlide
{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
#MvContents .kvSect #MvInner
{
  width: 100%;
  height: 100%;
}
#MvContents .kvSect #MvInner:after
{
  position: absolute;
  top: 50%;
  left: 50%;

  display: none;

  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;

  content: '';

  background-size: 100% auto;
}
#MvContents .kvSect #MvInner.loading
{
  background: url(../images/loading.gif) no-repeat center center #000;
}
#MvContents .kvSect #Mv
{
  display: block;

  width: 100%;
  height: auto;
}
#MvContents .kvSect #Mv.h100
{
  width: auto;
  height: 100%;
}
#MvContents .kvSect #MvCanvas
{
  display: block;

  width: 640px;
  height: 360px;

  transform-origin: 0 0;
}
#MvContents .kvSect #MvSlide
{
  width: 100%;
  height: 100%;
}
#MvContents .kvSect #MvSlide li
{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  opacity: 1;
  background: no-repeat center top;
  background-size: cover;
}
#MvContents .kvSect #MvSlide li.out
{
  -webkit-transition: opacity .5s ease;
     -moz-transition: opacity .5s ease;
          transition: opacity .5s ease;

  opacity: 0;
}
#MvContents .kvSect #MvBlock .overlay
{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;

  background: url(../images/keyv_overlay.png) repeat 0 0;
}
#MvContents .kvSect .inner
{
  z-index: 2;

  min-height: 640px;
}
.ie7 #MvContents .kvSect .inner,
.ie8 #MvContents .kvSect .inner
{
  height: 777px;
}
#MvContents .kvSect .sectTit
{
  position: absolute;
  top: 24%;
  left: 5%;

  width: 90%;

  transition: margin-top 1s ease;
}
.ie8 #MvContents .kvSect .sectTit img
{
  width: 609px;
}
#MvContents .kvSect .sectMain
{
  position: absolute;
  bottom: 20px;
  left: 5%;

  width: 90%;
}
#MvContents .kvSect .sectMain .cmBtnBox
{
  margin-bottom: 50px;

  text-align: center;
}
#MvContents .kvSect .sectMain .cmBtnBox .boxTit
{
  display: inline-block;

  max-width: 300px;
  margin: 0 auto 15px;
  padding: 12px 20px;

}
#MvContents .kvSect .sectMain .cmBtnBox .boxTit  img
{
  width: auto;
  height: 18px;
}
#MvContents .kvSect .sectMain .cmBtnBox .cmBtn
{
  text-align: center;
}
#MvContents .kvSect .sectMain .cmBtnBox .cmBtn a
{
  display: inline-block;
  width: 300px;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
  padding: 25px 20px;

  /*background: #666;
  background: rgba(8,95,153,.6);*/
  background: #fff;
  background: rgba(255,255,255,.4);

}
#MvContents .kvSect .sectMain .cmBtnBox .cmBtn img
{
  width: auto;
  height: 20px;
}
#MvContents .kvSect .sectMain .arrow
{
}

#MvContents .kvSect .sectMain .arrow img
{
  width: 14px;
}
#MvContents .kvSect .sectMain .arrow a
{
  position: relative;

  display: block;

  width: 80px;
  height: 80px;
  margin: 0 auto;

  border-radius: 40px;
  background: #fff;
}
#MvContents .kvSect .sectMain .arrow img
{
  width: 14px;
  margin-top: 36px;
}


@media only screen and (max-width: 767px)
{
  #MvContents .kvSect .sectTit
  {
    top: 20%;
    left: 50%;

    width: 290px;
    margin-left: -145px;
  }

  #MvContents .kvSect .inner
  {
    min-height: 385px;
  }
  #MvContents .kvSect .sectMain
  {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
  }
  #MvContents .kvSect .sectMain .cmBtnBox
  {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 280px;
    margin-left: -140px;
  }
  #MvContents .kvSect .sectMain .cmBtnBox .boxTit
  {
    margin-bottom: 10px ;
    padding: 6px 12px;
  }
  #MvContents .kvSect .sectMain .cmBtnBox .boxTit  img
  {
    height: 13px;
  }
  #MvContents .kvSect .sectMain .cmBtnBox .cmBtn a
  {
    display: block;

    width: 220px;
    margin: 0 auto 10px;
    padding: 12px 10px;
  }
  #MvContents .kvSect .sectMain .cmBtnBox .cmBtn img
  {
    height: 16px;
  }

  #MvContents .kvSect .sectMain .arrow
  {
    position: absolute;
    bottom: 30px;
    left: 5%;

    width: 90%;
  }
  #MvContents .kvSect .sectMain .arrow a
  {
    width: 30px;
    height: 30px;

    border-radius: 25px;
  }
  #MvContents .kvSect .sectMain .arrow img
  {
    width: 10px;
    margin-top: 12px;
  }
}
/* .contSect
----------------------------------------------------------*/
#MvContents .contSect
{
  padding: 40px 0 70px;

  background: url(../images/cont_bg.jpg) no-repeat center bottom ;
  background-size: 100% auto ;
}

#MvContents .contSect .leadTxt
{
  text-align: center;
}

#MvContents .contSect .sectTit
{
  margin-bottom: 10px;

  text-align: center;
}

#MvContents .contSect .sectMain
{
}

#MvContents .contSect .sectMain .contlist
{
  margin-top: -2%;
}

#MvContents .contSect .sectMain .contlist li
{
  line-height: 1.1;

  float: left;

  box-sizing: border-box;
  width: 32%;
  margin: 2% 2% 0 0;

  text-align: center;

  background: #fff;
}
#MvContents .contSect .sectMain .contlist li.turn
{
  margin-right: 0;
}
#MvContents .contSect .sectMain .contlist li a
{
  display: block;

  padding: 10px 10px 0;

  border: 1px solid #ccc;
}
#MvContents .contSect .sectMain .contlist li .photo
{
  margin-bottom: 8%;
}
#MvContents .contSect .sectMain .contlist li .titImg
{
  max-width: 85%;
  margin-bottom: 8%;
}
.ie7 #MvContents .contSect .sectMain .contlist li .photo,
.ie8 #MvContents .contSect .sectMain .contlist li .photo,
.ie7 #MvContents .contSect .sectMain .contlist li .titImg,
.ie8 #MvContents .contSect .sectMain .contlist li .titImg
{
  width: 100%;
  height: auto;
}


@media only screen and (max-width: 979px)
{
  #MvContents .contSect .sectMain .contlist li,
  #MvContents .contSect .sectMain .contlist li.turn
  {
    width: 49%;
    margin: 2% 2% 0 0;
  }
  #MvContents .contSect .sectMain .contlist li:nth-child(2n)
  {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px)
{
  #MvContents .contSect .leadTxt img
  {
    width: 270px;
  }

  #MvContents .contSect .sectTit img
  {
    width: 252px;
  }

  #MvContents .contSect .sectMain .contlist li
  {
    width: 49%;
  }
}
@media only screen and (max-width: 479px)
{
  #MvContents .contSect
  {
    background-size: 700px auto ;
  }

  #MvContents .contSect .sectMain .contlist li,
  #MvContents .contSect .sectMain .contlist li.turn
  {
    width: auto;
    margin-right: 0;
    margin-bottom: 3%;
  }
}


/* =========================================================
GFoot
========================================================= */

#GFoot
{
  position: relative;

  padding: 12px 0;

  background: #085f99;
}

#GFoot .inner
{
}

#GFoot .inner .copyTxt
{
  font-size: 11px;
  font-weight: bold;

  padding: 0 50px;

  text-align: center;

  color: #fff;
}

#GFoot .inner .copyTxt .jpTxt
{
  font-size: 10px;

  display: inline-block;
}
#GFoot .pagetop
{
  position: absolute;
  top: 0;
  right: 0;

  width: 48px;
  height: 100%;
}
#GFoot .pagetop a
{
  display: block;

  width: 100%;
  height: 100%;

  background: #042f4c;
}
#GFoot .pagetop img
{
  position: absolute;
  top: 50%;
  left: 50%;

  width: 14px;
  height: 10px;
  margin: -5px 0 0 -7px;
}
@media only screen and (max-width: 767px)
{
  #GFoot .inner .copyTxt
  {
    font-size: 10px;

    padding: 0 70px 0 0;

    text-align: left;
  }

  #GFoot .inner .copyTxt span
  {
    display: inline-block;
  }
  #GFoot .pagetop
  {
    width: 70px;
  }
  #GFoot .pagetop img
  {
    width: 24px;
    height: 16px;
    margin: -8px 0 0 -12px;
  }
}
