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


/*basic*/

body{
  background: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  -webkit-font-smoothing: subpixel-antialiased;
}
a{
  transition: .3s all ease;
  text-decoration: none;
  color: inherit;
}
a img,
input[type="submit"]
input[type="reset"],
input[type="button"]{
  transition: .4s all ease;
}
a:hover img,
input[type="submit"]:hover
input[type="reset"]:hover,
input[type="button"]:hover{
  opacity: .7;
}

#container{
  /*overflow-x: hidden;*/
}
.wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*Color*/
.white{
  color: #fff;
}
.blue{
  color: #008CD6;
}
.blue2{
  color: #0A3595;
}
.orange{
  color: #F5911E;
}
.orange2{
  color: #F05A24;
}
.green{
  color: #009045;
}
.grey{
  color: #808080;
}
h2, h3, .hiragino{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;;
}

/*============================
.sticky-btn
============================*/
.sticky-btn{
  position: fixed;
  top: 90px;
  right: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  z-index: 1000;
}

/*============================
#nav
============================*/
#nav{
  height: 70px;
  border-bottom: 1px solid #BBBDBE;
}
.logo img{
  height: 70px;
  float: left;
}

/*============================
#mv
============================*/
#mv{
  width: 100%;
  height: 600px;
}
#mv .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 150px;
  padding-bottom: 40px;
  position: relative;
}
#mv .wrap::before{
  content: "";
  width: 180px;
  height: 289px;
  background: url(img/mv-img.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 100;
  left: 100px;
  bottom: 10px;
}
#mv img{
  position: relative;
  padding-bottom: 10px;
  position: relative;
}
.mv-list{
  margin-top: -216px;
  margin-left: -150px;
  background-size: contain;
}
.mv-list li{
  text-align: left;
  padding: 8px 10px 8px 45px;
  border-bottom: 1px dotted #000;
  position: relative;
}
.mv-list li::before{
  content: "";
  width: 23px;
  height: 18px;
  background: url(img/check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 10px;
}
.mv-list li .pc{
  display: inline-block;
}
.banner{
  padding: 45px 0;
}
.bg{
  background: #E0F3F8;
}
.cta{
  padding: 0 0 45px 0;
  background: #F8F6EE;
}
.mid-cta{
  padding: 45px 0;
  background: #008CD6;
}
.cta-top{
  padding: 45px 0 0;
  margin-bottom: 110px;
  background: #008CD6;
  position: relative;
}
.cta-top::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 80px solid #008CD6;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.cta-top .wrap{
  position: relative;
}
.cta-top .wrap::before{
  content: "";
  width: 220px;
  height: 262px;
  background: url(img/cta-img.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -160px;
  left: 0;
}
.cta h2{
  line-height: 1.5;
}
.price-card{
  background: #fff;
  padding: 25px 15px 10px;
  width: 305px;
  display: grid;
  grid-template-rows: 75px 2px 85px 2px 70px;
  position: relative;
  align-items: center;
}
.price-card::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #008CD6 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.price-card > *{
  grid-column: 1;
}
.price-card h3{
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-hr{
  width: 100%;
  border: none;
  border-top: 1px dashed #000;
}
.price-card hr:first-of-type{
  grid-row: 2;
}
.price-card span.f28,
.price-card span.f20{
  grid-row: 3;
  line-height: 1;
}
.price-card hr:last-of-type{
  grid-row: 4;
}
.price-card span.f18{
  grid-row: 5;
  line-height: 1.38;
}
.video-wrap{
  width: 58.3%;
  height: 0;
  padding-top: 32.79%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.video-wrap video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*============================
#sec1
============================*/
#sec1{
  padding: 50px 0 70px;
}
#sec1 h2 {
  line-height: 1.5;
}
.table-wrap{
  background: #fff;
  color: #4d4d4d;
}
.table-wrap h3{
  padding: 20px 0;
}
.table-wrap table{
  width: 100%;
  border-top: 1px solid #008CD6;
  border-collapse: collapse;
}
.table-wrap table th{
  padding: 20px 25px;
  border-bottom: 1px solid #008CD6;
  border-right: 1px solid #008CD6;
}
.table-wrap table td{
  padding: 10px 15px;
  border-bottom: 1px solid #008CD6;
  border-right: 1px solid #008CD6;
  vertical-align: middle;
  line-height: 1.375;
}
.table-wrap table tr:last-of-type th,
.table-wrap table tr:last-of-type td{
  border-bottom: none;
}
.table-wrap table td:last-of-type{
  border-right: none;
}
.table-wrap table tr:first-of-type th:nth-of-type(2){
  padding: 10px;
  background: #008CD6;
}
.table-wrap table tr:first-of-type th:nth-of-type(3){
  padding: 10px;
  background: #B1B1B1;
}
.ylw-bg{
  background: linear-gradient(transparent 40%, #FFFF00 40%);
}

/*============================
#sec2.bg
============================*/
#sec2{
  padding: 30px 0 50px;
}
.reason-each{
  width: calc(100%/3);
  padding: 25px 25px 40px;
  background: #F8F6EE;
  position: relative;
}
.reason-each::before{
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}


/*============================
#sec3
============================*/
#sec3{
  padding: 70px 0 80px;
}
.sec3-box{
  background: #F8F6EE;
  padding: 20px 30px 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 90px auto;
  column-gap: 60px;
  position: relative;
}
.sec3-box::before{
  content: "";
  width: 95px;
  height: 95px;
  position: absolute;
  top: 0;
}
.sec3-box:nth-of-type(1):before{
  background: url(img/reason1.svg) center center no-repeat;
  background-size: contain;
  left: 0;
}
.sec3-box:nth-of-type(2):before{
  background: url(img/reason2.svg) center center no-repeat;
  background-size: contain;
  right: 0;
}
.sec3-box:nth-of-type(3):before{
  background: url(img/reason3.svg) center center no-repeat;
  background-size: contain;
  left: 0;
}
.sec3-box h3{
  grid-column: 1;
  grid-row: 1;
  line-height: 1.45;
  padding-left: 90px;
}
.sec3-box:nth-of-type(2) h3{
  padding: 0;
}
.sec3-box p{
  grid-column: 1;
  grid-row: 2;
  align-self: flex-start;
}
.sec3-box img{
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
  justify-self: center;
}
.sec3-box:nth-of-type(even) h3,
.sec3-box:nth-of-type(even) p{
  grid-column: 2;
}
.sec3-box:nth-of-type(even) img{
  grid-column: 1;
}

/*============================
#sec4.bg
============================*/
#sec4{
  padding: 30px 0 55px;
}
.style-box{
  background: #fff;
  padding: 20px 30px;
}
.style-each{
  width: calc(100%/3);
  padding: 15px 20px;
  grid-template-rows: 40px auto auto;
  grid-row-gap: 20px;
}
.style-each + .style-each {
  border-left: 1px dashed #F05A24;
}
.style-each h3{
  line-height: 1.33;
}
.style-each img{
  align-self: center;
  justify-self: center;
}

/*============================
#sec5
============================*/
#sec5{
  padding: 50px 0 75px;
}
.slick-list{
  padding-top: 15px;
}
.slick-track {
  display: flex;
}
.voice-each{
  background: #F8F6EE;
  padding: 15px 20px 30px;
  position: relative;
  margin: 0 15px;
  height: auto!important;
}
.voice-each img{
  position: absolute;
  top: -15px;
}
.voice-each p.green{
  margin-left: 105px;
  line-height: 1.2;
}
.voice-each h3{
  line-height: 1.33;
  letter-spacing: 0;
  white-space: nowrap;
}
.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
  z-index: 5;
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-prev:before {
  border-top: 1px solid #008CD6;
  border-left: 1px solid #008CD6;
  transform: rotate(-45deg);
}
.slick-next:before {
  border-top: 1px solid #008CD6;
  border-right: 1px solid #008CD6;
  transform: rotate(45deg);
}

/*============================
#sec6
============================*/
#sec6{
  padding: 60px 0 75px;
}
.faq-wrap{
  background: #fff;
  padding: 40px 50px;
}
.faq dt{
  padding: 10px 50px;
  background: #008CD6;
  position: relative;
}
.faq dt::before{
  content: "";
  width: 25px;
  height: 25px;
  background: url(img/question.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 12px;
}
.faq dt::after{
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  transition: .4s all ease;
}
.faq dt.open::after{
  transform: rotate(-45deg);
}
.faq dd{
  display: none;
}
.faq dd.open{
  display: block;
}

/*============================
#sec7
============================*/
#sec7{
  padding: 65px 0;
  background: #F8F6EE;
}
#sec7 .price-card{
  width: 323px;
  height: 283px;
  background: url(img/price-frame.png) center center no-repeat;
  background-size: contain;
}
#sec7 .price-card::before{
  content: none;
}
.sec7-copy{
  width: 100%;
  height: 377px;
  background: url(img/sec7-frame.svg) center top no-repeat;
  background-size: contain;
  padding-top: 130px;
}
.copy-inner{
  width: fit-content;
  margin: 0 auto;
  padding-right: 20px;
}
.oiwai li{
  padding-left: 28px;
  position: relative;
}
.oiwai li::before{
  content: "";
  width: 23px;
  height: 18px;
  background: url(img/check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}

/*============================
#footer
============================*/
#footer{
  padding: 30px 0;
}
#totop{
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #fff;
  border: 2px solid #008CD6;
  position: fixed;
  bottom: 30px;
  right: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 1000px){

/*basic*/

body{
  font-size: 1.6vw;
}
.wrap{
  max-width: 93.33vw;
}

/*============================
.sticky-btn
============================*/
.sticky-btn{
  top: 9vw;
  row-gap: 2vw;
}

/*============================
#nav
============================*/
#nav{
  height: 7vw;
}
.logo img{
  height: 7vw;
}

/*============================
#mv
============================*/
#mv{
  height: 60vw;
}
#mv .wrap {
  padding-left: 15vw;
  padding-bottom: 4vw;
}
#mv .wrap::before{
  width: 18vw;
  height: 28.9vw;
  left: 10vw;
  bottom: 1vw;
}
#mv img{
  padding-bottom: 1vw;
}
.mv-list{
  margin-top: -21.6vw;
  margin-left: -12vw;
}
.mv-list li{
  padding: 0.8vw 1vw 0.8vw 4.5vw;
}
.mv-list li::before{
  width: 2.3vw;
  height: 1.8vw;
  top: 1.5vw;
  left: 1vw;
}
.banner{
  padding: 4.5vw 0;
}
.banner img{
  width: 70vw;
}
.cta{
  padding: 0 0 4.5vw 0;
}
.mid-cta{
  padding: 4.5vw 0;
}
.cta-top{
  padding: 4.5vw 0 0;
  margin-bottom: 11vw;
}
.cta-top::before{
  border-top: 8vw solid #008CD6;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}
.cta-top .wrap::before{
  width: 22vw;
  height: 26.2vw;
  bottom: -16vw;
}
.price-card{
  padding: 2.5vw 1.5vw 1vw;
  width: 30.5vw;
  grid-template-rows: 7.5vw 0.2vw 8.5vw 0.2vw 7vw;
}
.price-card::before{
  border-width: 0 2.5vw 2.5vw 0;
}
.price-card img{
  width: 13.4vw;
}

/*============================
#sec1
============================*/
#sec1{
  padding: 5vw 0 7vw;
}
.table-wrap h3{
  padding: 2vw 0;
}
.table-wrap table th{
  padding: 2vw 2.5vw;
}
.table-wrap table td{
  padding: 1vw 1.5vw;
}
.table-wrap table tr:first-of-type th:nth-of-type(2){
  padding: 1vw;
}
.table-wrap table tr:first-of-type th:nth-of-type(3){
  padding: 1vw;
}
.sec1-copy{
  width: 57.4vw;
}

/*============================
#sec2.bg
============================*/
#sec2{
  padding: 3vw 0 5vw;
}
#sec2 h2 img{
  width: 80.5vw;
}
.reason-each{
  padding: 2.5vw 2.5vw 4vw;
}
.reason-each::before{
  width: 7vw;
  height: 7vw;
}
.reason1::after{
  width: 19.2vw;
  height: 24vw;
  right: 2vw;
}
.reason2::after{
  width: 18vw;
  height: 20.2vw;
  right: 2vw;
}
.reason3::after{
  width: 20.3vw;
  height: 16.8vw;
  right: 2vw;
}


/*============================
#sec3
============================*/
#sec3{
  padding: 7vw 0 8vw;
}
#sec3 h2 img{
  width: 76.9vw;
}
.sec3-box{
  padding: 2vw 3vw 3vw;
  grid-template-rows: 9vw auto;
  column-gap: 6vw;
}
.sec3-box::before{
  width: 9.5vw;
  height: 9.5vw;
}
.sec3-box h3{
  padding-left: 9vw;
}
.sec3-box:nth-of-type(1) img{
  width: 33.6vw;
}

/*============================
#sec4.bg
============================*/
#sec4{
  padding: 3vw 0 5.5vw;
}
#sec4 h2 img{
  width: 75.8vw;
}
.style-box{
  padding: 2vw 3vw;
}
.style-each{
  padding: 1.5vw 2vw;
  grid-template-rows: 4vw auto auto;
  grid-row-gap: 2vw;
}

/*============================
#sec5
============================*/
#sec5{
  padding: 5vw 0 7.5vw;
}
#sec5 h2 + figure img{
  width: 49.2vw;
}
.slick-list{
  padding-top: 1.5vw;
}
.voice-each{
  padding: 1.5vw 2vw 3vw;
  margin: 0 1.5vw;
}
.voice-each img{
  top: -1.5vw;
  width: 8vw;
}
.voice-each p.green{
  margin-left: 10.5vw;
}
.slick-prev, .slick-next {
  width: 3vw;
  height: 3vw;
}

/*============================
#sec6
============================*/
#sec6{
  padding: 6vw 0 7.5vw;
}
.faq-wrap{
  padding: 4vw 5vw;
}
.faq dt{
  padding: 1vw 5vw;
}
.faq dt::before{
  width: 2.5vw;
  height: 2.5vw;
  top: 1.3vw;
  left: 1.2vw;
}
.faq dt::after{
  width: 1.2vw;
  height: 1.2vw;
  right: 2.5vw;
}

/*============================
#sec7
============================*/
#sec7{
  padding: 6.5vw 0;
}
#sec7 h2 img{
  width: 76.3vw;
}
#sec7 .price-card{
  width: 32.3vw;
  height: 28.3vw;
}
.sec7-copy{
  height: 37.7vw;
  padding-top: 13vw;
}
.copy-inner{
  padding-right: 2vw;
}
.oiwai li{
  padding-left: 2.8vw;
}
.oiwai li::before{
  width: 2.3vw;
  height: 1.8vw;
  top: 0.5vw;
}

/*============================
#footer
============================*/
#footer{
  padding: 3vw 0;
}
#totop{
  bottom: 10vw;
}
}

@media (max-width: 768px){
  #mv{
    background: #fff;
    height: 128vw;
    margin-top: 45px;
    padding-top: 4vw;
  }
  #mv .wrap {
    width: 100vw;
    justify-content: flex-start;
    padding: 0;
  }
  #mv .wrap::before {
    width: 24vw;
    height: 38.5vw;
    left: -4vw;
    bottom: 8vw;
}
  .mv-list {
    margin: -48vw auto 0;
    width: 90vw;
    padding: 3vw 3vw 5vw 15vw;
}
.mv-list li {
  padding:3vw 1vw 2vw 6.5vw;
  line-height: 1.28;
  width: fit-content;
}
.mv-list li::before {
  width: 5vw;
  height: 4vw;
  top: 3.4vw;
}
  #mv img{
    width: 100%;
  }
  #nav {
    height: 45px;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
#nav .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  width: 23.73vw;
  height: auto;
}
.sticky-btn {
    top: 5px;
    right: 3.33vw;
    flex-direction: row;
    column-gap:  2.66vw;
}
.sticky-btn img {
    height: 35px;
}
.banner img {
  width: 80vw;
}
.banner {
  padding: 6vw 0;
}
.price-card {
  width: 43.7vw;
  grid-template-rows: 10.66vw 1px 11.33vw 0.2vw 10vw;
}
.price-card:first-of-type {
  width: 64vw;
  margin: 0 auto 3vw;
}
.video-wrap {
  width: 100%;
  padding-top: 56.25%;
}
.cta {
  padding: 0 0 12.66vw 0;
}
.cta a img {
  width: 80vw;
}
.cta-top{
  padding-top: 7.2vw;
  margin-bottom: 16.8vw;
}
.cta-top .wrap::before {
  width: 30vw;
  height: 35.93vw;
  bottom: -22vw;
}
#sec1{
  padding: 6.66vw 0 11.33vw;
}
#sec1 h2 img {
  width: 84.26vw;
}
.price-card img{
  width: 17.86vw;
}
.sec1-copy{
  width: 95%;
}
.sec1-box-each {
  width: 100%;
}
.table-wrap table td {
  padding: 2vw 1.5vw;
}
.table-wrap table tr:first-of-type th:nth-of-type(2), 
.table-wrap table tr:first-of-type th:nth-of-type(3) {
  width: 36.66vw;
}
.table-wrap h3 {
    padding: 3vw 0;
}
.table-wrap h3 img {
  width: 47.33vw;
}
#sec2{
  padding: 7.33vw 0;
}
#sec2 h2 img {
  width: 78.8vw;
  margin-right: 15vw;
  margin-bottom: -3vw;
}
.reason-each {
  width: 100%;
  padding: 2.66vw 2.66vw 6vw;
}
.reason-each::before{
  width: 10vw;
  height: 10vw;
}
.reason1::after{
  width: 25.46vw;
  height: 32vw;
  top: 4.66vw;
  right: 2.66vw;
  margin-top: 0;
}
.reason2::after{
  width: 26.26vw;
  height: 29.46vw;
  top: 3vw;
  right: 2.66vw;
  margin-top: 0;
}
.reason3::after{
  width: 26.93vw;
  height: 22.26vw;
  top: 4.66vw;
  right: 1vw;
  margin-top: 0;
}
.mid-cta {
  padding: 7vw 0;
}
#sec3 h2 img {
  width: 90.26vw;
  margin-right: 3vw;
}
.sec3-box {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 0;
  position: relative;
  padding: 3.2vw 3vw;
}
.sec3-box:nth-of-type(2):before{
  right: unset;
  left: 0;
}
.sec3-box h3,
.sec3-box:nth-of-type(even) h3{
  grid-column: 1;
  grid-row: 1;
  padding-left: 9vw;
}
.sec3-box img{
  grid-column: 1;
  grid-row: 3;
}
.sec3-box p,
.sec3-box:nth-of-type(even) p{
  grid-column: 1;
  grid-row: 2;
}
.sec3-box:nth-of-type(1) img {
  width: 52.4vw;
  margin: 2em auto 1em;
}
.sec3-box:nth-of-type(2) img{
  width: 71.73vw;
  margin: 2em auto 1em;

}
.sec3-box:nth-of-type(3) img {
  width: 70.53vw;
  margin: 5.33vw auto 5.33vw;
}
.sec3-price{
  width: 42vw;
  height: 9.33vw;
}
.sec3-box::before{
  width: 10vw;
  height: 10vw;
}
#sec4{
  padding: 5vw 0 10vw;
}
#sec4 h2{
  margin-right: 0;
  text-align-last: left;
}
#sec4 h2 img {
  width: 72.53vw;
  margin-left: 3vw;
}
.style-each {
  width: 100%;
  padding: 7vw 4vw;
  grid-template-rows: auto;
}
.style-each + .style-each{
  border-left: none;
  border-top: 1px dashed #F05A24;
}
.style-each:nth-of-type(1) img{
  width: 46vw;
}
.style-each:nth-of-type(2) img{
  width: 68vw;
}
.style-each:nth-of-type(3) img{
  width: 25.33vw;
}
#sec5{
  padding: 10vw 0;
}
#sec5 h2 + figure img{
  width: 69.06vw;
}
.slick-list{
  padding-top: 4vw;
}
.voice-each {
  width: 90%;
  padding: 2.93vw 3.33vw 10vw;
  margin: 0 6vw;
}
.voice-each p.green {
  margin-left: 18vw;
}
.voice-each img{
  width: 16.26vw;
  height: 16.26vw;
  top: -4vw;
  left: 2vw;
}
.voice-each p.orange{
  margin-left: 16.26vw;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev, .slick-next {
  width: 5vw;
  height: 5vw;
}
#sec6{
  padding: 8vw 0 11.33vw;
}
.faq dt{
  padding: 2.66vw 10vw;
  line-height: 1.41;
}
.faq dt::before{
  width: 4.26vw;
  height: 4.26vw;
  top: 0;
  bottom: 0;
  left: 3vw;
  margin: auto;
}
#sec7{
  padding: 8vw 0 10vw;
}
#sec7 h2 img {
  width: 68.26vw;
}
#sec7 .price-card{
  background: #fff;
  width: 43.7vw;
  height: auto;
}
#sec7 .price-card:first-of-type {
  width: 64vw;
  margin: 0 auto 4vw;
}
#sec7 .price-card::before{
  content: "";
  border-color: transparent #F8F6EE transparent transparent;
}
.sec7-copy{
  height: 106vw;
  background: url(img/sp/sec7-copy.svg) center top no-repeat;
  background-size: contain;
  padding-top: 33vw;
}
.sec7-copy p{
  letter-spacing: .025em;
  line-height: 1.5;
}
.oiwai li {
  padding: 1vw 0 1vw 5.33vw;
  white-space: nowrap;
}
.oiwai li::before{
  top: 2vw;
  width: 4.26vw;
  height: 3.33vw;
}
#totop{
  bottom: 3vw;
  right: 3vw;
  line-height: 1.2;
}
}