@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap');

/*RESET*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
  margin: 0;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*basic*/

body{
  background: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.hira{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#container{
  overflow-x: hidden;
}
.wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
p{
  text-align: left;
}
.flex-wrapper{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
@media (min-width: 769px){
  .pc-flex{
    display: flex;
  }
}
.align-center{
  align-items: center;
}
.align-base{
  align-items: baseline;
}
.justify-center{
  justify-content: center;
}
.justify-space-between{
  justify-content: space-between;
}
.justify-space-around{
  justify-content: space-around;
}
.justify-space-evenly{
  justify-content: space-evenly;
}
.flex-reverse{
  flex-direction: row-reverse;
}
@media (max-width: 768px){
.sp-flex-wrap{
  flex-wrap: wrap;
}
}
a{
  transition: .3s all ease;
}
a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
  transform: translateY(-5px);
}
.center{
  text-align: center!important;
}
.bold{
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.serif{
  font-family: YuMincho, 'Yu Mincho', serif;
}
.pc{
  display: block;
}
.sp{
  display: none;
}

/*font*/
.f11{
  font-size: 11px;
}
.f12{
  font-size: 12px;
}
.f13{
  font-size: 13px;
}
.f15{
  font-size: 15px;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px;
}
.f20{
  font-size: 20px;
}
.f21{
  font-size: 21px;
}
.f22{
  font-size: 22px;
}
.f24{
  font-size: 24px;
}
.f26{
  font-size: 26px;
}
.f28{
  font-size: 28px;
}
.f30{
  font-size: 30px;
}
.f34{
  font-size: 34px;
}
.f36{
  font-size: 36px;
}
.f38{
  font-size: 38px;
}
.f40{
  font-size: 40px;
}
.f60{
  font-size: 60px;
}

.blue{
  color: #0071BC;
}
.yellow{
  color: #FFFF00;
}
.orange{
  color: #F7861F;
}

/*============================
nav
============================*/
nav{
  background: #0071BC;
  color: #fff;
  padding: 0 1em;
  height: 80px;
  position: relative;
}
.logo{
  font-weight: 500;
}
.nav-list{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.nav-btn{
  width: 200px;
  height: 42px;
  background: url(images/btn1.svg) center center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 12px;
  line-height: 1.25;
  color: #3FA9F5;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  padding-right: 20px;
}
.nav-btn img{
  margin-right: 8px;
}
.nav-btn .pc{
  display: inline;
}

/*============================
#mv
============================*/
#mv{
  width: 100%;
  height: 630px;
  background: url(images/mv-bg.jpg) center center no-repeat;
  background-size: cover;
}
#mv .wrap{
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
h1{
  margin-top: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.mv-circle{
  width: 170px;
  height: 170px;
  border-radius: 85px;
  background: #0071BC;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mvtxt{
  width: 685px;
}

/*============================
#sec1
============================*/
#sec1{
  padding-bottom: 50px;
}
.ttl{
  width: 100%;
  height: 177px;
  background: url(images/ttl-bg.svg) center center no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.sec1-box{
  width: 895px;
  height: 400px;
  background: url(images/sec1-img.svg) center top no-repeat;
  background-size: contain;
  position: relative;
  margin: 0 auto;
}
.sec1-box-inner h3{
  color: #ED1C24;
  line-height: 1.2;
  margin-bottom: 50px;
}
.sec1-box-inner p{
  font-weight: 500;
}
.box1{
  position: absolute;
  top: 30px;
  left: -10px;
}
.box2{
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
}
.box3{
  position: absolute;
  top: 40px;
  right: 20px;
}
.cta{
  background: #FFF1AC;
  padding: 55px 0;
}
.cta .wrap{
  padding: 0 55px;
}
.cta-btn{
  width: 420px;
  height: 80px;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-weight: 500;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  transition: .4s all ease;
}
.cta-btn::before{
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.cta-btn:hover{
  transform: translateY(-3px);
  opacity: .8;
}
.cta-btn img{
  margin-right: 15px;
}
.btn1{
  background: #8CC11F;
}
.btn2{
  background: #F7861F;
}

/*============================
#sec2
============================*/
#sec2{
  padding: 60px 0 50px;
}
.h2-line{
  padding-bottom: 10px;
  border-bottom: 2px solid #0071BC;
  margin-bottom: 40px;
  position: relative;
}
.h2-line::before,
.h2-line::after{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #0071BC;
  position: absolute;
  bottom: -6px;
}
.h2-line::before{
  left: 0;
}
.h2-line::after{
  right: 0;
}
.copy{
  margin-top: 60px;
  padding: 10px 0;
  font-weight: bold;
  display: inline-block;
  border-top: 2px dotted #0071BC;
  border-bottom: 2px dotted #0071BC;
  text-align: center;
  position: relative;
}
.copy::before{
  content: "";
  width: 56px;
  height: 40px;
  background: url(images/icon6.svg) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

/*============================
#sec3
============================*/
#sec3{
  padding-bottom: 55px;
}
.note{
  width: 100%;
  height: 580px;
  background: url(images/sec3-bg1.svg) center top no-repeat;
  background-size: cover;
  margin-top: 60px;
  padding: 70px 50px 0;
}
.note:last-of-type{
  background: url(images/sec3-bg2.svg) center top no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}
.note h2{
  padding-bottom: 10px;
  border-bottom: 1px solid #0071BC;
  position: relative;
  margin-bottom: 30px;
}
.note h2::before{
  content: "";
  width: 100%;
  height: 2px;
  background: #0071BC;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
.note p{
  width: 50%;
  line-height: 2;
  letter-spacing: 0;
}
.note img{
  flex: 1;
  margin-right: 30px;
}
.note .flex-reverse img{
  margin-right: 0;
  margin-left: 30px;
}

/*============================
#sec4
============================*/
#sec4{
  padding-bottom: 50px;
}
.content-box{
  width: 100%;
  padding: 25px 40px 30px 85px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.4);
  border-left: 10px solid #67CCFC;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
}
.content-box::before{
  content: "";
  width: 136px;
  height: 136px;
  border-radius: 68px;
  background: #67CCFC;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -68px;
  margin: auto;
}
.content-box::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content1::after{
  width: 13px;
  height: 34px;
  background: url(images/no1.svg) center center no-repeat;
  background-size: contain;
  left: 15px;
}
.content2::after{
  width: 21px;
  height: 34px;
  background: url(images/no2.svg) center center no-repeat;
  background-size: contain;
  left: 13px;
}
.content3::after{
  width: 22px;
  height: 34px;
  background: url(images/no3.svg) center center no-repeat;
  background-size: contain;
  left: 12px;
}
.content-box h3{
  color: #ED1E79;
  font-weight: 500;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #0071BC;
  margin-bottom: 25px;
  position: relative;
}
.content-box h3::before{
  content: "";
  width: 100%;
  height: 2px;
  background: #0071BC;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

/*============================
#sec5
============================*/
#sec5{
  padding-bottom: 45px;
}
.reason-box{
  width: 315px;
  background: #F1F2F2;
  border-radius: 65px 65px 0 0;
  padding: 0 20px 100px 20px;
  position: relative;
}
.reason-no{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 315px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reason1{
  padding-top: 50px;
}
.reason1 .reason-no{
  background: #F7861F;
}
.reason2{
  padding-top: 35px;
}
.reason2 .reason-no{
  background: #C4D700;
}
.reason3{
  padding-top: 45px;
}
.reason3 .reason-no{
  background: #009EC8;
}
.reason-box h3{
  line-height: 1.2;
  margin: 10px auto 20px;
}

/*============================
#sec6
============================*/
#sec6{
  padding: 75px 0 0;
}
.video-container{
  width: 80%;
  height: 0;
  padding-bottom: 46%;
  position: relative;
  margin: 0 auto 75px;

}
.video-container video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.voice-wrapper{
  position: relative;
  padding: 55px 0 65px;
}
.voice-wrapper::before{
  content: "";
  width: 100vw;
  height: 100%;
  background: #E0E6C0;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -2;
}
.voices{
  width: 1000px;
  height: 1428px;
  position: relative;
  margin-top: 50px;
  padding-top: 35px;
  margin-bottom: 25px;
}
.voices::after{
  content: "";
  width: 847px;
  height: 1314px;
  background: url(images/voice-img.svg) center top no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.voices h2{
  position: relative;
  z-index: 3;
  color: #fff;
  line-height: 1.2;
}
.voice-box{
  padding: 40px 15px 20px;
  position: absolute;
}
.voice-box h3{
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #0071BC;
  margin-bottom: 15px;
  line-height: 1.33;
  letter-spacing: 0;
  white-space: nowrap;
}
.voice-box p{
  font-weight: 300;
  line-height: 1.83;
  letter-spacing: 0;
}
.voice-box .name{
  text-align: right;
  margin-top: 10px;
  font-weight: 400;
}
.size1{
  width: 289px;
  height: 295px;
  background: url(images/voice-bg1.svg) center top no-repeat;
  background-size: cover;
}
.size2{
  width: 289px;
  height: 315px;
  background: url(images/voice-bg2.svg) center top no-repeat;
  background-size: cover;
}
.size3{
  width: 390px;
  height: 200px;
  background: url(images/voice-bg3.svg) center top no-repeat;
  background-size: cover;
  padding-top: 35px;
}
.size4{
  width: 390px;
  height: 240px;
  background: url(images/voice-bg4.svg) center top no-repeat;
  background-size: cover;
}
.size5{
  width: 480px;
  height: 205px;
  background: url(images/voice-bg5.svg) center top no-repeat;
  background-size: cover;
}
.size6{
  width: 320px;
  height: 265px;
  background: url(images/voice-bg6.svg) center top no-repeat;
  background-size: cover;
}


#voice1{
  top: 45px;
  left: 0;
}
#voice1 p{
  padding-right: 30px;
}
#voice1 .name{
  margin-top: 25px;
  padding: 0;
}

#voice2{
  top: 220px;
  left: 0;
  right: 0;
  margin: auto;
}

#voice3{
  top: 45px;
  right: 0;
}
#voice3 h3,
#voice3 p{
  padding-left: 30px;
}

#voice4{
  top: 370px;
  left: 0;
}

#voice5{
  top: 440px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 35px;
}

#voice6{
  top: 370px;
  right: 0;
}

#voice7{
  top: 705px;
  left: 0;
}

#voice8{
  top: 705px;
  right: 0;
}

#voice9{
  top: 930px;
  left: 0;
}

#voice10{
  top: 930px;
  left: 0;
  right: 0;
  margin: auto;
}

#voice11{
  top: 930px;
  right: 0;
}

#voice12{
  top: 1215px;
  left: 0;
}

#voice13{
  top: 1215px;
  right: 0;
  padding-top: 28px;
}

#voice2.voice-box .name, 
#voice9.voice-box .name, 
#voice12.voice-box .name {
  margin: 0;
}

/*============================
#sec7
============================*/
#sec7{
  background: #EAEAE8;
  padding-bottom: 75px;
}
#faq{
  position: relative;
}
#faq::before{
  content: "";
  width: 141px;
  height: 320px;
  background: url(images/sec7-img.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -182px;
  right: 65px;
  z-index: -  
}
#faq dt{
  background: #009EC8;
  color: #fff;
  padding: 9px 0 8px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#faq dd{
  background: #fff;
  text-align: left;
  padding: 25px 50px 30px;
  position: relative;
  z-index: 2;
}
#faq dd:not(:first-of-type){
  display: none;
}
#faq dd + dt{
  margin-top: 30px;
}
.question{
  padding-bottom: 5px;
  border-bottom: 2px dotted #0071BC;
  margin-bottom: 10px;
}
p + .question{
  margin-top: 30px;
}

/*============================
#sec8
============================*/
#sec8{
  padding-bottom: 50px;
  background: url(images/sec8-bg.jpg) center center no-repeat;
  background-size: cover;
}
#sec8 .center.f18.blue{
  font-weight: 500;
  margin-bottom: 35px;
}
.sec8-box{
  width: 944px;
  height: 429px;
  background: url(images/sec8-img.png) center center no-repeat;
  background-size: contain;
  padding: 55px 40px 0;
}
.sec8-right{
  width: 370px;
}
.sec8-left{
  width: 370px;
}
.sec8-box h3{
  color: #fff;
  white-space: nowrap;
  margin-bottom: 40px;
  font-weight: 500;
}
.sec8-box p{
  line-height: 1.875;
  letter-spacing: 0;
}

/*============================
#sec9
============================*/
#sec9{
  padding-bottom: 80px;
  background: url(images/sec9-bg.jpg) center center no-repeat;
  background-size: cover;
}
#sec9 .wrap{
  padding-left: 380px;
}
#sec9 .wrap p{
  letter-spacing: 0;
  line-height: 1.66;
  white-space: nowrap;
}
.merit-box{
  margin-top: 50px;
  width: 615px;
  height: 350px;
  background: url(images/sec9-img.svg) center top no-repeat;
  background-size: contain;
  padding: 95px 25px 0;
}
.merit-list{
  text-align: left;
  letter-spacing: 0;
}
.merit-list li{
  line-height: 1.22;
  padding: 12px 0 12px 30px;
  border-bottom: 2px dotted #C7BA9A;
  white-space: nowrap;
  position: relative;
}
.merit-list li::before{
  content: "";
  width: 19px;
  height: 27px;
  background: url(images/icon11.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/*============================
#sec10
============================*/
#sec10{
  padding: 90px 0 70px;
  background: url(images/sec10-bg.jpg) center center no-repeat;
  background-size: cover;
}
#sec10 .wrap{
  text-align: left;
}

/*============================
#footer
============================*/
#footer{
  background: #0071BC;
  color: #fff;
  padding: 20px 0;
}

@media (max-width: 1000px){
  body{
    font-size: 1.6vw;
  }
  .wrap{
    width: 93.33%;
  }

  /*font*/
  .f11{
    font-size: 1.1vw;
  }
  .f12{
    font-size: 1.2vw;
  }
  .f13{
    font-size: 1.3vw;
  }
  .f15{
    font-size: 1.5vw;
  }
  .f16{
    font-size: 1.6vw;
  }
  .f18{
    font-size: 1.8vw;
  }
  .f20{
    font-size: 2vw;
  }
  .f21{
    font-size: 2.1vw;
  }
  .f22{
    font-size: 2.2vw;
  }
  .f24{
    font-size: 2.4vw;
  }
  .f26{
    font-size: 2.6vw;
  }
  .f28{
    font-size: 2.8vw;
  }
  .f30{
    font-size: 3vw;
  }
  .f34{
    font-size: 3.4vw;
  }
  .f36{
    font-size: 3.6vw;
  }
  .f38{
    font-size: 3.8vw;
  }
  .f40{
    font-size: 4vw;
  }
  .f60{
    font-size: 6vw;
  }
  
  /*============================
  nav
  ============================*/
  nav{
    height: 8vw;
  }
  .nav-list{
    left: unset;
    right: 0;
  }
  .nav-btn{
    width: 20vw;
    height: 4.2vw;
    margin-right: 1.2vw;
    font-size: 1.2vw;
    padding-right: 2vw;
  }
  .nav-btn img{
    margin-right: 0.8vw;
  }
  
  /*============================
  #mv
  ============================*/
  #mv{
    height: 63vw;
    background-position: center left 70%;
  }
  #mv img {
    width: 64.5vw;
  }
  h1{
    margin-top: 4.5vw;
    margin-bottom: 2vw;
  }
  .mv-circle{
    width: 17vw;
    height: 17vw;
    border-radius: 8.5vw;
  }
  .mvtxt{
    width: 68.5vw;
  }
  
  /*============================
  #sec1
  ============================*/
  #sec1{
    padding-bottom: 5vw;
  }
  .ttl{
    height: 17.7vw;
    padding-bottom: 1vw;
    margin-bottom: 5vw;
  }
  .sec1-box{
    width: 89.5vw;
    height: 40vw;
  }
  .sec1-box-inner h3{
    margin-bottom: 5vw;
  }
  .box1{
    top: 3vw;
    left: -1vw;
  }
  .box2{
    top: 18vw;
  }
  .box3{
    top: 4vw;
    right: 2vw;
  }
  .cta{
    padding: 5.5vw 0;
  }
  .cta .wrap{
    padding: 0 2.5vw;
  }
  .cta-btn{
    width: 42vw;
    height: 8vw;
    padding-right: 3vw;
  }
  .cta-btn::before{
    width: 1.2vw;
    height: 1.2vw;
    right: 1.5vw;
  }
  .cta-btn img{
    margin-right: 1.5vw;
  }
  
  /*============================
  #sec2
  ============================*/
  #sec2{
    padding: 6vw 0 5vw;
  }
  .h2-line{
    padding-bottom: 1vw;
    margin-bottom: 4vw;
  }
  .h2-line::before,
  .h2-line::after{
    width: 1vw;
    height: 1vw;
    border-radius: 0.5vw;
    bottom: -0.6vw;
  }
  .copy{
    margin-top: 6vw;
    padding: 1vw 0;
  }
  .copy::before{
    width: 5.6vw;
    height: 4vw;
  }
  
  /*============================
  #sec3
  ============================*/
  #sec3{
    padding-bottom: 5.5vw;
  }
  .note{
    height: 58vw;
    margin-top: 6vw;
    padding: 7vw 5vw 0;
  }
  .note:last-of-type{
    margin-bottom: 2.5vw;
  }
  .note h2{
    padding-bottom: 1vw;
    margin-bottom: 3vw;
  }
  .note h2::before{
    height: 0.2vw;
    bottom: -0.5vw;
  }
  .note img{
    margin-right: 3vw;
    width: 42vw;
  }
  .note .flex-reverse img{
    margin-left: 3vw;
  }
  
  /*============================
  #sec4
  ============================*/
  #sec4{
    padding-bottom: 5vw;
  }
  .content-box{
    width: 100%;
    padding: 2.5vw 4vw 3vw 8.5vw;
    border-left: 1vw solid #67CCFC;
    margin-top: 4vw;
  }
  .content-box::before{
    width: 13.6vw;
    height: 13.6vw;
    border-radius: 6.8vw;
    left: -6.8vw;
  }
  .content1::after{
    width: 1.3vw;
    height: 3.4vw;
    left: 1.5vw;
  }
  .content2::after{
    width: 2.1vw;
    height: 3.4vw;
    left: 1.3vw;
  }
  .content3::after{
    width: 2.2vw;
    height: 3.4vw;
    left: 1.2vw;
  }
  .content-box h3{
    padding-bottom: 0.5vw;
    margin-bottom: 2.5vw;
  }
  .content-box h3::before{
    height: 0.2vw;
    bottom: -0.5vw;
  }
  
  /*============================
  #sec5
  ============================*/
  #sec5{
    padding-bottom: 4.5vw;
  }
  #sec5 .ttl img {
    width: 30vw;
  }
  .reason-box{
    width: 30vw;
    border-radius: 6.5vw 6.5vw 0 0;
    padding: 0 2vw 10vw 2vw;
  }
  .reason-no{
    width: 30vw;
    height: 7vw;
  }
  .reason1{
    padding-top: 5vw;
  }
  .reason2{
    padding-top: 3.5vw;
  }
  .reason3{
    padding-top: 4.5vw;
  }
  .reason-box h3{
    margin: 1vw auto 2vw;
  }
  
  /*============================
  #sec6
  ============================*/
  #sec6{
    padding: 7.5vw 0 0;
  }
  #sec6 .wrap {
    width: 98%;
}
  .video-container{
    margin: 0 auto 7.5vw;
  
  }
  .voice-wrapper{
    padding: 5.5vw 0 6.5vw;
  }
  .voices{
    width:98vw;
    height: 142.8vw;
    margin-top: 5vw;
    padding-top: 3.5vw;
    margin-bottom: 2.5vw;
  }
  .voices::after{
    width: 84.7vw;
    height: 131.4vw;
  }
  .voice-box{
    padding: 4vw 1.5vw 2vw;
  }
  .voice-box h3{
    padding-bottom: .5vw;
    margin-bottom: 1.2vw;
  }
  .voice-box p{
    line-height: 1.5;
  }
  .voice-box .name{
    margin-top: 1vw;
  }
  .size1{
    width: 28.9vw;
    height: 29.5vw;
  }
  .size2{
    width: 28.9vw;
    height: 31.5vw;
  }
  .size3{
    width: 39vw;
    height: 20vw;
    padding-top: 3.5vw;
  }
  .size4{
    width: 39vw;
    height: 24vw;
  }
  .size5{
    width: 48vw;
    height: 20.5vw;
  }
  .size6{
    width: 32vw;
    height: 26.5vw;
  }
  
  
  #voice1{
    top: 4.5vw;
  }
  #voice1 p{
    padding-right: 3vw;
  }
  #voice1 .name{
    margin-top: 1.5vw;
  }
  
  #voice2{
    top: 22vw;
  }
  
  #voice3{
    top: 4.5vw;
  }
  #voice3 h3,
  #voice3 p{
    padding-left: 3vw;
  }
  
  #voice4{
    top: 37vw;
  }
  
  #voice5{
    top: 44vw;
    padding-top: 3.5vw;
  }
  
  #voice6{
    top: 37vw;
  }
  
  #voice7{
    top: 70.5vw;
  }
  
  #voice8{
    top: 70.5vw;
  }
  
  #voice9{
    top: 93vw;
  }
  
  #voice10{
    top: 93vw;
  }
  
  #voice11{
    top: 93vw;
  }
  
  #voice12{
    top: 121.5vw;
  }
  
  #voice13{
    top: 121.5vw;
  }
  
  /*============================
  #sec7
  ============================*/
  #sec7{
    padding-bottom: 7.5vw;
  }
  #faq::before{
    width: 14.1vw;
    height: 32vw;
    top: -18.2vw;
    right: 6.5vw;
  }
  #faq dt{
    padding: 0.9vw 0 0.8vw;
  }
  #faq dd{
    padding: 2.5vw 5vw 3vw;
  }
  #faq dd + dt{
    margin-top: 3vw;
  }
  .question{
    padding-bottom: 0.5vw;
    margin-bottom: 1vw;
  }
  p + .question{
    margin-top: 3vw;
  }
  
  /*============================
  #sec8
  ============================*/
  #sec8{
    padding-bottom: 5vw;
  }
  #sec8 .center.f18.blue{
    margin-bottom: 3.5vw;
  }
  .sec8-box{
    width: 94.4vw;
    height: 42.9vw;
    padding: 5.5vw 4vw 0;
  }
  .sec8-right{
    width: 37vw;
  }
  .sec8-left{
    width: 37vw;
  }
  .sec8-box h3{
    margin-bottom: 4vw;
  }
  
  /*============================
  #sec9
  ============================*/
  #sec9{
    padding-bottom: 8vw;
    position: relative;
    z-index: -2;
  }
  #sec9 .wrap{
    padding-left: 31vw;
    width: 96vw;
  }
  #sec9 .wrap p{
    white-space: normal;
  }
  .merit-box{
    margin-top: 5vw;
    width: 65vw;
    height: 37vw;
    padding: 9.5vw 2.5vw 1.5vw;
    position: relative;
  }
  .merit-list li{
    padding: 1.2vw 0 1.2vw 3vw;
    white-space: normal;
  }
  .merit-list li::before{
    width: 1.9vw;
    height: 2.7vw;
  }
  
  /*============================
  #sec10
  ============================*/
  #sec10{
    padding: 9vw 0 7vw;
  }
  #sec10 .wrap img {
    width: 71.8vw;
  }
  
  /*============================
  #footer
  ============================*/
  #footer{
    padding: 2vw 0;
  }
  
}

@media (max-width: 768px){
  body{
    font-size: 3.2vw;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  /*font*/
  .f15{
    font-size: 3.46vw;
  }
  .f11,
  .f16,
  .f18{
    font-size: 3.2vw;
  }
  .f20,
  .f21{
    font-size: 4vw;
  }
  .f22{
    font-size: 3.46vw;
  }
  .f24 {
    font-size: 4vw;
  }
  .f26{
    font-size: 3.7vw;
  }
  .f28 {
    font-size: 4.66vw;
  }
  .f30 {
    font-size: 4.4vw;
  }
  .f34{
    font-size: 4.8vw;
  }
  .f36{
    font-size: 5.33vw;
  }
  .f38{
    font-size: 5vw;
  }

  nav {
    height: 13.33vw;
    padding: 0;
  }
  .nav-list {
    height: 11vw;
    position: relative;
  }
  .nav-list li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-btn {
    flex-direction: column;
    color: #fff;
    background: none;
    width: auto;
    height: auto;
    font-size: 1.8vw;
    justify-content: flex-end;
    padding: 0;
  }
  .nav-btn img {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .nav-btn .pc{
    display: none;
  }

  /*mv*/
  #mv {
    height: 112vw;
    background: url(images/sp/mv-bg.jpg) center center no-repeat;
    background-size: cover;
  }
  #mv img {
    width: 98vw;
    max-width: unset;
    margin-bottom: 4.6vw;
    margin-left: -2vw;
  }
  .mvtxt {
    width: 100%;
  }
  .mv-circle {
    width: 29vw;
    height: 29vw;
    border-radius: 14.5vw;
  }

  /*sec1*/
  #sec1 {
    background: url(images/sp/sec1-bg.jpg) center bottom no-repeat;
    background-size: contain;
    padding-bottom: 24.4vw;
  }
  .ttl{
    height: 23.6vw;
    background: url(images/sp/ttl-bg.svg) center center no-repeat;
    background-size: cover;
    padding: 0 3.33vw 2vw;
  }
  #sec1 .ttl img{
    width: 35vw;
    margin-top: 1vw;
  }
  .sec1-box {
    width: 86.4vw;
    height: 94.8vw;
    background: url(images/sp/sec1-img.svg) center top no-repeat;
    background-size: contain;
  }
  .box1 {
    top: 32vw;
    left: -6vw;
  }
  .box2 {
    top: 77vw;
  }
  .box3 {
    top: 34vw;
    right: 0;
  }
  .box3 h3 {
    margin-bottom: 7vw;
  }

  /*cta*/
  .cta-btn {
    width: 80vw;
    height: 13.33vw;
    margin: 0 auto;
    justify-content: flex-start;
    padding-left: 7vw;
  }
  .cta-btn:first-child {
      margin-bottom: 4vw;
  }
  .cta-btn::before {
    width: 2vw;
    height: 2vw;
    right: 4vw;
  }
  .cta-btn:first-child img {
    width: 6vw;
  }
  .cta-btn img {
    width: 7vw;
  }
  .copy {
    margin-top: 11.6vw;
  }
  .copy::before {
    width: 9vw;
    height: 6.4vw;
  }
  .copy.f28{
    font-size: 4.4vw;
  }

  /*sec3*/
  .note {
    height: auto;
    background: url(images/sp/sec3-bg1.svg) center top no-repeat;
    background-size: cover;
    padding: 8.5vw 3.33vw 5.33vw;
  }
  .note:last-of-type{
    background: url(images/sp/sec3-bg2.svg) center top no-repeat;
    background-size: cover;
  }
  .note img, 
  .note .flex-reverse img {
    width: 100%;
    margin: 0 auto 3vw;
  }
  .note p {
    width: 100%;
    padding-bottom: 3vw;
    border-bottom: 2px solid #0071bc;
    line-height: 1.75;
  }
  .note h2 img {
    height: 4.13vw;
  }
  .note h2.sp2line img {
    height: 9.46vw;
  }

  /*sec4*/
  #sec4 .ttl {
    height: 28.66vw;
    font-size: 4.4vw;
    line-height: 1.3;
  }
  #sec4 .ttl span {
    display: block;
    margin-top: 2vw;
  }
  .content-box{
    padding: 5.33vw 4vw 6.66vw;
  }
  .content-box::before {
    width: 16vw;
    height: 16vw;
    border-radius: 8vw;
    bottom: unset;
    left: -8vw;
  }
  .content-box::after {
      bottom: unset;
      top: 6vw;
  }
  .content-box h3 {
    text-align: center;
  }

  /*sec5*/
  #sec5{
    padding-bottom: 11.2vw;
  }
  .reason-box {
    width: 100%;
    padding-bottom: 16vw;
  }
  .reason-box:not(:last-child){
    margin-bottom: 6.66vw;
  }
  .reason-no {
    width: 100%;
    height: 12vw;
  }
  .reason-no img{
    height: 6vw;
  }

  /*sec6*/
  .sp-voice-ttl{
    width: 90vw;
    height: 50vw;
    background: url(images/sp/sec6-ttl.svg) center center no-repeat;
    background-size: contain;
    margin: 0 auto;
    color: #fff;
    padding-top: 6vw;
    margin-bottom: -12vw;
  }
  .swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
  .voices {
    width: 100%;
    height: auto;
  }
  .voices::after {
    content: none;
  }
  .voice-box {
    position: relative;
    top: unset!important;
    left: unset!important;
    right: unset!important;
    bottom: unset!important;
    margin: 0!important;
    width: 100%!important;
    height: auto;
    background: url(images/sp/voice-bg.svg) center top no-repeat;
    background-size: cover;
    padding: 6vw 3vw 5vw!important;
  }
  .voice-box h3 {
    padding-bottom: 2vw;
    margin-bottom: 3vw;
  }
  .swiper-container {
    width: 86vw;
  }
  .swiper-wrapper {
    width: 100%;
  }
  .swiper-button-next, 
  .swiper-button-prev {
    width: 15px;
    height: 25px;
    background-size: 15px 25px;
  }
  
  /*sec7*/
  #faq::before{
    content: none;
  }
  #faq dt {
    padding: 2vw;
  }

  /*sec8*/
  #sec8{
    background: url(images/sp/sec8-bg.jpg) center center no-repeat;
    background-size: contain;
  }
  .sec8-box {
    width: 100%;
    height: auto;
    background: none;
  }
  .sec8-right{
    width: 92vw;
    max-width: unset;
    height: 72vw;
    background: url(images/sp/sec8-box1.png) center top no-repeat;
    background-size: contain;
    padding: 10vw 4vw 0;
    margin-left: -3.5vw;
  }
  .sec8-left{
    width: 92vw;
    max-width: unset;
    height: 72vw;
    background: url(images/sp/sec8-box2.png) center top no-repeat;
    background-size: contain;
    padding: 10vw 4vw 0;
    margin-left: -3.5vw;
  }

  /*sec9*/
  #sec9{
    background: url(images/sp/sec9-bg.jpg) center top 15vw no-repeat;
    background-size: cover;
  }
  #sec9 .wrap {
    padding: 0;
    width: 93.33%;
  }
  #sec9 h3 {
    padding: 10vw 0 16vw 52%;
  }
  .merit-box {
    width: 100%;
    height: 78vw;
    background: url(images/sp/merit-box.svg) center top no-repeat;
    background-size: cover;
    padding-top: 22vw;
  }
  .merit-list li{
    line-height: 1.5;
    min-height: 12vw;
    display: flex;
    align-items: center;
    padding: 2vw 0 2vw 5vw;
  }
  .merit-list li::before {
    width: 3.8vw;
    height: 5.4vw;
  }

  /*sec10*/
  #sec10{
    background: url(images/sp/sec10-bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 9vw 0 12vw;
  }
  #sec10 .wrap img {
    width: 100%;
  }

}