@charset "UTF-8";
body{
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  line-height: 1.3
}
img{
  display: block;
}
.sp,
.pc{
  display: none
}
a:hover{
  opacity: .78
}
a.btn_more{
  position: relative;
  display: block;
  width: 100%;
  max-width: 765px;
  border: solid 3px #000;
  border-radius: 4px;
  background-color: #fff;
  margin: 0 auto;
  padding: 12px 0 10px;
  font-weight: bold;
}
a.btn_more img{
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 30px
}
a.btn_more span{
  position: relative;
  left: 15px;
  font-size: 15px;
  font-weight: bold;
}
a.btn_more.wh{
  border: solid #fff 3px;
  background-color: #000;
  color: #fff;
}
.container{
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
.main_vsl_area{
  background-image: url(./images/bk_main_sp.jpg);
  background-size: cover;
  background-position: center;
  padding: 0 0 25px;
}
.read_block{
  background-image: url(./images/bk_gray_sp.jpg);
  background-size: cover;
  background-position: center;
  padding: 10px 0 12px
}
h2{
 margin: 0 0 10px;
 color: #000;
 font-size: 15px;
 text-align: center;
 font-weight: bold;
}
h2 span.gray{
  color: #9E9E9F
}
 h2 span{
  font-weight: bold;
}
.read_block h2{
  color: #fff;
}
.read_block a.baner{
  display: block;
  margin: 0 0 9px;
}
.read_block p{
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.section_1{
  padding: 15px 0;
}
.section_2{
  background-image: url(./images/bk_gray_2_sp.jpg);
  background-size: cover;
  background-position: top center;
  padding: 22px 0 18px
}
.section_2 .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px;
}
.section_2 .col{
  border: solid #fff 3px;
  width: 45%;
  background-color: #fff;
}
.section_2 .col p{
  padding: 8px 0 5px;
  text-align: center;
  font-weight: bold;
}
.section_2 .col:nth-of-type(2) p{
  position: relative;
  top: -.5em;
}
.section_3{
  background-image: url(./images/bk_1.jpg);
  background-size: cover;
  background-position: top center;
  padding: 82px 0 0;
}
.section_3 h2{
  position: relative;
  width: 100%;
  max-width: 754px;
  background-color: rgba(89,0,0,.4);
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin: 0 auto 15px;
  padding: 12px 0;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
.section_3 h2::before{
  content: '';
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 60px;
  background-image: url(./images/icon_1.png);
  background-size: cover;
}
.section_3 ul{
  width: 85%;
  margin: 0 auto 20px;
}
.section_3 ul li{
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.section_3 ul li span{
  margin-right: 5px;
  font-weight: bold;
}
.section_3 .read_more_block{
  background-image: url(./images/bk_3.png);
  background-size: cover;
  background-position: center;
  padding: 25px 0 20px;
}
.section_4{
  background-image: url(./images/bk_2.jpg);
  background-size: cover;
  background-position: center;
  padding: 38px 0;
}
.section_4 .read_box{
  background-color: rgba(255,255,255,.8);
  padding: 40px 0;
  text-align: center;
}
.section_4 .read_box p{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
footer{
  background-color: #E6E2D2;
  padding: 20px 0 28px;
}
footer a{
  display: block;
  margin: 0 auto 25px;
}
footer img.logo{
  width: 50px;
  margin: 0 auto 15px;
}
footer p.copy{
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px){
  .sp{
    display: block;
  }
  .section_2 .container,
  .section_3 .container,
  .section_4 .container,
  footer .container{
    width: 85%
  }
  h2 span.gray{
    display: inline-block;
    font-size: 17px;
    padding: 10px 0;
  }
  .section_2 a.btn_more,
  .section_3 .read_more_block a.btn_more{
    text-align: center;
  }
  .section_3 .read_more_block a.btn_more span{
    left: -10px;
  }
  .section_2 a.btn_more span{
    left: 0;
    text-align: center;
  }
  .section_2 a.btn_more{
    text-align: center;
  }
  .section_2 a.btn_more img{
    position: relative;
    display: inline-block;
    width: 16px;
    top: 3px;
    left: 2px;
    transform: none;
  }
}
@media only screen and (min-width: 769px){
  .pc{
    display: block;
  }
  body{
    min-width: 1100px;
  }
  .main_vsl_area{
    background-image: url(./images/bk_main.jpg);
    padding: 0 0 70px
  }
  .read_block{
    position: relative;
    background-image: url(./images/bk_gray.jpg);
    padding: 56px 0 20px;
    z-index: 1;
  }
 h2{
    position: relative;
    margin: 0 0 20px;
    font-size: 43px;
  }
  .read_block h2::before{
    content: '';
    position: absolute;
    width:167px;
    height: 108px;
    background-image: url(./images/img_sarani.png);
    background-size: cover;
    top: -110px;
    left: -60px;

  }
  .read_block a.baner{
    margin: 0 0 15px;
  }
  .read_block p{
    font-size: 25px;
  }
  .section_1{
    padding: 40px 0 35px;
  }
  .section_2{
    background-image: url(./images/bk_gray_2.jpg);
    padding: 80px 0 60px
  }
  .section_2 .col{
    width: 458px;
    border: solid 10px #fff;
  }
  .section_2 a.btn_more{
    text-align: center;
  }
  .section_2 a.btn_more img{
    position: relative;
    display: inline-block;
    width: 40px;
    top: 6px;
    transform: none;
    margin-left: 4em;
  }
  .section_2 .col p{
    padding: 17px 0 0;
    font-size: 24px;
  }
  .section_2 .col:nth-of-type(2) p {
    position: relative;
    top: -.7em;
}
  .section_2 .flex{
    margin: 0 0 55px
  }
  a.btn_more,
  a.btn_more.wh{
    border-radius: 10px;
    border-width: 6px;
    padding: 22px 0 20px
  }
  a.btn_more span{
    left: 30px;
    font-size: 38px;
  }
  a.btn_more img{
    right: 10px;
    width: 70px
  }
  .section_3{
    padding: 210px 0 0;
  }
  .section_3 h2{
    border: solid 10px #fff;
    background-color: rgba(89,0,0,.3);
    margin: 0 auto 30px;
    font-size: 50px;
  }
  .section_3 h2::before{
    width: 110px;
    height: 150px;
    top: -160px;
  }
  .section_3 ul{
    max-width: 640px;
    margin: 0 auto 80px;
  }
  .section_3 ul li{
    margin: 0 0 25px;
    font-size: 40px;
  }
  .section_3 ul li span{
    margin-right: 10px;
  }
  .section_3 .read_more_block{
    padding: 70px 0 50px;
  }
  .section_4{
    padding: 118px 0 130px;
  }
  .section_4 .read_box{
    background-color: #000;
    padding: 100px 0;
  }
  .section_4 .read_box p{
    color: #fff;
    font-size: 36px;
  }
  footer{
    padding: 60px 0;
  }
  .section_3 .container,
  .section_4 .container,
  footer .container{
    width: 754px;
  }
  footer a{
    margin: 0 auto 75px;
  }
  footer img.logo{
    width: 185px;
    margin: 0 auto 40px;
  }
  footer p.copy{
    font-size: 14px;
  }
}
