@charset "UTF-8";
html { font-size: 62.5%; }    /* ベースのフォントサイズを10px 相当に設定 */

body {
  margin:0;
  font-family: '游ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
}

a{text-decoration: none;}

header,footer{
    height: 4rem;
    width:100%;
    position:relative;
    text-align: center;
}

header img,footer img{
    position:absolute;
    left:2rem;
}

header img{
  top:2.1rem;
}

.mt100{margin-top:100px!important;}
.pc_none{display:none;}
.sp_none{display:block;}

.mv_wrapper{
    width: 100%;
    text-align:center;
    margin: 10rem auto 5rem;
}

.box-left{
  width: 90%;
  text-align:left;
  margin: 10rem auto 5rem;
}

.box-left p{
  padding: 0 2rem;
}



.scene .left{
  float: left;
}

.scene .right{
  float: right;
}

.mv_wrapper img{
  width:100%;
  margin:0 auto;
}

.mv_wrapper p strong{
  display:block;
  color:#0a131a;
  font-size:3.4rem;
  margin:2rem auto;
  line-height: 4rem;
  text-align:center;
}

.mv_wrapper p+p{
  margin-top:5rem;
}

.wrapper{
    margin:100px auto 0;
    max-width: 1028px;
    width: 90%;
    background-color: white;
}

.wrapper img{
    width:100%;
    height:100%;
    padding:0;
}

.my_wrapper img{
    width:10%!important;
    padding:0;
}

.mb100{
  margin-bottom:10rem;
}

p,h1,h2,h3,h4,h5,h6{
    margin:0;
}

p{
    font-size: 1.7rem;
    line-height:2.6rem;
}

strong{
    color: red;
}

.scene strong{
  color:#000;
}

h1{
  text-align:center;
  margin:auto;
  font-size: 31px;
  font-weight:600;
}

h1 + p{
  margin-bottom: 0px;
}

h2{
    font-size: 2.4rem;
    text-align:center;
    position: relative;
    padding-bottom: 1.2rem;
    margin-top: 5rem;
    margin-bottom:4rem;
}

h2::after{
  position: absolute;
  content: '';
  border-bottom:.3rem solid #0E6EB8;
  bottom: 0;
  left: 0;
  right:0;
  margin:auto;
  width:100px;
}

h2::after{
  position: absolute;
  content: '';
  border-bottom:.3rem solid #0E6EB8;
  bottom: 0;
  left: 0;
  right:0;
  margin:auto;
  width:280px;
}


h3{
    font-size: 3.4rem;
    margin-bottom: 1rem;
}


.scene h3{
  color:#CAA846;
}

h4{
    font-size: 2.1rem;
    margin-top:5rem;
    border-bottom:1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
}



.youtube_movie {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	border:1px solid #ececec;
  }
  .youtube_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
  }

  

small{
  display:block;
  font-size:1.2rem;
  line-height:2.1rem;
  color:#888888;
}

ul{
    padding-left:2rem;
    font-size:1.4rem;
}
.page_anchor ul {
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 10rem;
}
.page_anchor li {
    display: inline;
    padding: 0 40px;
    font-size: 1.9rem;
    border-right: solid 3px #55ACEE;
}
.page_anchor li a{
    color: #000;
    text-decoration:underline;
}
.page_anchor li a:hover{
    color: #55ACEE;
    cursor: pointer;
}

.block{
    margin-top: 20px;
    display: flex;
}
.block .left-box{
    width: 316px;
    float: left;
}
.block .right-box{
    width: 712px;
    float: left;
    margin: 20px;
}

.txt-tit{
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
    text-indent: -2rem;
    margin-left: 2rem;
}
a.btn_contact{
      display:block;
      color:white;
      font-size:2.6rem;
      font-weight: bold;
      background-color: #007BFE;
      border-radius: .6rem;
      padding:1.8rem;
      max-width:60rem;
      margin: auto;
      text-align:center;
      -webkit-box-shadow: 0 0 0 #bd6a4c, 0 5px 0 rgba(0,0,0,.1);
      -moz-box-shadow: 0 0 0 #bd6a4c,0 5px 0 rgba(0,0,0,.1);
      box-shadow: 0 0 0 #bd6a4c, 0 5px 0 rgba(0,0,0,.1);
      transition: all 0.3s ease 0s;
}

a.btn_contact:hover{
    background-color: #55ACEE;
    cursor: pointer;
}

.img_wrapper img{
  display:block;
  width:80%; 
  margin:5rem auto;
}

.img_wrapper img+img{width:100%;}

.scroll_btn{
  position: fixed;
  top: 3%; 
  right:1%;
  z-index:9999;
}

.scroll_btn:hover{
  opacity:.8;
}

.num_list{
  list-style-type: decimal;
}

.red-bold{
  color:#F00;
  font-weight: bold;
}

#emphasis{
  background:linear-gradient(transparent 45%, rgba(255,0,0,0.3) 0%);
  font-weight: bold;
  font-size: large;
  width: 75%;
  margin: 5rem auto 0;
}


/*動画部分*/

.img2{
  display: block;
  margin-top:30px;
  position: relative;
  width: 1000px;
}

.img3{
  position: absolute;
  right: 100px;
  top: 450px;
  float:right;
  width:28%
}

.movie_position{
  width:250px;
  margin:20px;
  background-color: #c00000;
  border-radius:5px;
}

/*動画部分*/

@media screen and (max-width: 768px) {
  .pc_none{
    display:block;
  }
  .sp_none{
    display:none;
  }

  p{
    font-size:1.8rem;
    line-height:3rem;
  }

  h1{
    font-size:2.4rem;
  }

  h4{
    padding-bottom:.8rem;
  }
  h5{
    font-size:1.8rem;
  }

  small{
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: .8rem;
  }

  footer{
    margin-bottom:2rem;
  }

  footer img{
    display:none;
  }

  .mv_wrapper img{
      width: 100%!important;
      margin: 1rem auto 4rem;

  }

  .img2{
    width: 100%!important;
    margin: 1rem auto 0px auto;

}

.img3{
 display:none;
}

  .mv_wrapper{
      margin:10rem auto rem;
  }

  .mv_wrapper p+p{
      margin-top:3rem;
  }

  a.btn_contact{
      font-size:1.8rem;
      margin: 3rem 0;
      padding: 2rem;
  }

  ul{
      font-size:1.8rem;
  }

  ol{
      list-style-type:none;
      display:block;
      margin-bottom:8rem;
      padding:0;
      background-color:;
  }

  ol li{
    margin:auto;
    width: 90%;
  }

  ol li p{
    margin-top:5rem;
    text-align: center;
  }

  ol li strong{
    font-size:1.8rem;
  }

  ol li img{
    display:block;
    width:60%!important;
    text-align: center;
    margin:auto;

  }
  .img_wrapper img{
    width:100%; 
    margin:2rem auto 8rem;
  }

  .scroll_btn{
    top: auto;
    bottom:0; 
    right:0;
    z-index:9999;
  }

.page_anchor li {
    display: block;
    margin: 20px 0;
    border-right:none ;
}

.block{
    display: block;
}
.block .left-box{
    width: 100%;
    float: none;
}
.block .right-box{
    width: 100%;
    float: none;
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

}

