/* CSS Document */
@media screen and (max-width: 960px) {
  /*-----------------------------------------------------
レスポンシブ画像
------------------------------------------------------*/
  img {
    max-width: 100%;
    height: auto;
  }
  /*-----------------------------------------------------
レスポンシブ画像
------------------------------------------------------*/
  html body #wrapper #mask, html body #wrapper #mask_in, html body #wrapper .main, html body #wrapper #footer .content, html body #wrapper form.bottom, html body #wrapper form.bottom div .text, html body #wrapper iframe, html body #wrapper #tokuten {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*-----------------------------------------------------
main
------------------------------------------------------*/
html body .big {
    font-size: 160%;
    line-height: 180%;
}
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 
html body #wrapper h1{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
	width: 70%;
}
html body #wrapper #video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

html body #wrapper #video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}
  html body #wrapper .main {
    padding-top: 0px;
  }
  html body #wrapper .main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none !important;
  }
html body #wrapper .sub-bg {
    padding: 20px 0;
    margin: 20px 0 0;
}
html body #wrapper .sub {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 2em;
    line-height: 1.3;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    margin: 0;
    color: #fff;
}
html body #wrapper .sub-bg2 {
    padding: 20px 0;
    margin: 20px 0 0;
}

html body #wrapper .sub2{
  text-align: center;
  padding: 0 ;
  margin: 0;
  font-size: 2em;
  line-height: 1.3;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  margin:  0 ;
}
  html body #wrapper .main p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    padding: 0 3.125%;
  }
html body #wrapper .section1 {
    padding: 20px 10px;
  background: url("../images/section_01_bg_sp.jpg") #252527 center top;
  background-repeat:no-repeat;
  background-size: cover;
}
  html body #wrapper .section2 {
    padding: 20px 10px;
  }
  html body #wrapper .section2-img  {
	width: 60%;
  }
  html body #wrapper .section3 {
    padding: 20px 10px;
  }
html body #wrapper .flex-box {
    background-color: #eee;
    padding: 0px 0px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
html body #wrapper .flex-item {
    padding: 15px;
    color: #000;
    margin: 10px 10px 0;
    font-size: 30px;
    width: 100%;
    background: #fff;
}
html body #wrapper .flex-item-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
html body #wrapper .flex-item-last {
    margin-bottom: 10px ;
}
html body #wrapper .section4 {
    background: #eee;
    color: #000;
    padding: 20px 10px 60px;
}
html body #wrapper .section5 {
    background: url(../images/section_05_bg_sp.jpg)#f0efff center top;
    background-repeat: no-repeat;
    color: #000;
    padding: 20px 10px 60px;
}
html body #wrapper .section5-prof-img{
width: 60%;
}

html body #wrapper .section6 {
    background:  #eff4f7 ;
    color: #000;
    padding: 20px 0 60px;
}
  .qaContainer dl {
    font-size: 16px;
    line-height: 30px;
    padding: 0 3.125%;
  }
  .qaContainer dd {
    margin: 10px 5px 20px 35px;
    text-indent: -18px;
  }
  /*-----------------------------------------------------
footer
------------------------------------------------------*/
  #footer {
    margin-bottom: -20px !important;
    padding-bottom: 20px;
  }
}