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


/*basic*/

body{
  background: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: center;
  font-feature-settings: "palt";
  -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;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

/*color*/
.white{
  color: #fff;
}
.blue{
  color: #1e3194;
}
.brown{
  color: #754c24;
}


/*============================
#head
============================*/
#head{
  height: 70px;
}
#head .logo{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*============================
#mv
============================*/
#mv{
  width: 100%;
  height: 550px;
  background: url(img/mv-bg.jpg) center center no-repeat;
  background-size: cover;
}
.cta{
  background: #68b2ea;
  padding: 30px 0 40px;
}
.cta-txt{
  position: relative;
  width: fit-content;
  height: 60px;
  padding: 0 70px 0 80px;
/*  background: url(img/cta-img.svg) center center no-repeat; */
  background: #68b2ea;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}
.cta-frame{
  width: 280px;
  height: 43px;
  line-height: 43px;
  background: url(img/cta-frame.svg) center center no-repeat;
  background-size: contain;
}

/*============================
#worry
============================*/
#worry{
  padding: 65px 0 80px;
  position: relative;
}
#worry::before{
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid #f8f6ee;
  border-left: 65px solid transparent;
  border-right: 54px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
#worry h2{
  line-height: 1.6;
}
.bg1{
  background: #f8f6ee;
}
.check-list{
  border-top: 1px dashed #000;
}
.check-list li{
  padding: 15px 30px 15px 45px;
  border-bottom: 1px dashed #000;
  position: relative;
}
.check-list li::before{
  content: "";
  width: 36px;
  height: 28px;
  background: url(img/check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*============================
#solution
============================*/
#solution{
  padding: 70px 0 90px;
}
.ylw-bg{
  font-weight: 500;
  background: linear-gradient(transparent 35%, #ffff7f 35%);
}

/*============================
#reason
============================*/
#reason{
  padding-bottom: 100px;
}
.blue-h2{
  min-height: 180px;
  background: #7184ee;
  border-top: 1px solid #fff;
  padding: 80px 0 20px;
  line-height: 1.2;
  letter-spacing: .1em;
  position: relative;
}
.blue-h2::before{
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
.blue-h2::after{
  content: "";
  width: 106px;
  height: 46px;
  background: url(img/ttl-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.reason-intro{
  width: 855px;
}
.reason-box{
  padding: 15px 50px 60px 15px;
}
.reason-box p{
  width: 555px;
  padding-left: 15px;
}
.reason-box img{
  margin: 0 auto;
}

/*============================
#flow
============================*/
#flow{
  padding-bottom: 100px;
  position: relative;
  z-index: -3;
}
#flow .blue-h2{
  position: relative;
  z-index: -2;
}
#flow .wrap::before{
  content: "";
  width: 286px;
  height: 182px;
  background: url(img/flow-img.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -170px;
  right: -12px;
  z-index: -1;
}
.flow-each{
  background: #fff;
  border: 1px solid #7184ee;
  border-radius: 50px;
}
.flow-each h3{
  background: #7184ee;
  border-radius: 50px 50px 0 0;
  padding: 20px 30px;
}
.flow-each h3 img{
  margin-right: 15px;
}
.flow-content{
  padding: 35px 50px 45px 15px;
}
.flow-content p{
  width: 700px;
}
.flow-content img{
  margin: 0 auto;
}

/*============================
#point
============================*/
#point{
  padding-bottom: 100px;
}
.point-each{
  width: 300px;
  height: 540px;
  background: url(img/point-frame.svg) center center no-repeat;
  background-size: contain;
  padding: 40px 20px 0;
}
.point-each h3{
  line-height: 1.54;
}
.point-each p{
  line-height: 1.875;
}

/*============================
#service
============================*/
#service{
  padding-bottom: 100px;
}
.white-box{
  background: #fff;
  border-radius: 50px;
  box-shadow: 3px 3px 0 rgba(0,0,0,.2);
  padding: 40px;
}
#service .white-box p{
  width: 734px;
}
#service .white-box img{
  margin: 0 auto;
}
.service-each{
  width: 450px;
  height: 515px;
  background: url(img/service-frame.svg) center top no-repeat;
  background-size: 100%;
  padding: 20px 28px 45px;
}
.service-each h4{
  line-height: 1.2;
  background: #7184ee;
  border-radius: 20px;
  padding: 10px;
}
.service-each ul{
  list-style: disc;
  padding-left: 40px;
  line-height: 1.6;
}
.service-each ul li{
  padding: 5px 0;
}

/*============================
#faq
============================*/
#faq{
  padding-bottom: 100px;
}
#faq h2{
  z-index: -2;
}
#faq .wrap::before{
  content: "";
  width: 531px;
  height: 213px;
  background: url(img/faq-img.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: -210px;
  left: 0;
  right: 0;
  margin: auto;
}
.faq dt{
  margin-top: 35px;
  position: relative;
}
.faq dt::before{
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: .4s all ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
.faq dt.open::before{
  transform: rotate(-45deg);
}
.faq dd{
  padding-left: 95px;
  display: none;
}
.faq dd.open{
  display: block;
}

/*============================
#footer
============================*/
#footer{
  padding: 30px 0;
}


/*============================
.contact
============================*/
.contact{
  padding: 80px 0;
}
.form-box{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.form-box dt{
  width: 300px;
  padding: 10px 0;
}
.form-box dd{
  width: calc(100% - 300px);
  padding: 10px 0;
}
.form-box input[type=text],
.form-box input[type=email],
.form-box input[type=number],
.form-box textarea{
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.form-box input[type=checkbox]{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form-box label{
  display: block;
}
.colorRed{
  color: #ff0000;
  margin-left: .5em;
}
.contact .f12 {
  display: block;
  line-height: 1.6;
}
.submit-btn{
  width: 300px;
  height: 60px;
  border-radius: 30px;
  background: #1e3194;
  color: #fff;
  border: none;
}



@media (max-width: 1000px) {
  /*basic*/

body{
  font-size: 1.6vw;
}

.wrap{
  width: 94.6%;
}


/*============================
#head
============================*/
#head{
  height: 7vw;
}
#head .logo{
  width: 13.7vw;
}

/*============================
#mv
============================*/
#mv{
  height: 55vw;
}
#mv h1 img {
  width: 68.7vw;
}
.cta{
  padding: 3vw 0 4vw;
}
.cta-txt{
  height: 6vw;
  padding: 0 7vw 0 8vw;
}
.cta-frame{
  width: 28vw;
  height: 4.3vw;
  line-height: 4.3vw;
}
.btn{
  width: 50.2vw;
}

/*============================
#worry
============================*/
#worry{
  padding: 6.5vw 0 8vw;
}
#worry::before{
  border-top: 6vw solid #f8f6ee;
  border-left: 6.5vw solid transparent;
  border-right: 5.4vw solid transparent;
}
.check-list li{
  padding: 1.5vw 3vw 1.5vw 4.5vw;
}
.check-list li::before{
  width: 3.6vw;
  height: 2.8vw;
}
#worry img{
  width: 28vw;
}

/*============================
#solution
============================*/
#solution{
  padding: 7vw 0 9vw;
}
#solution img{
  width: 28vw;
}
#solution h2 img{
  width: 68vw;
}

/*============================
#reason
============================*/
#reason{
  padding-bottom: 10vw;
}
.blue-h2{
  min-height: 18vw;
  padding: 8vw 0 2vw;
}
.blue-h2::after{
  width: 10.6vw;
  height: 4.6vw;
  top: 2.5vw;
}
.reason-intro-img{
  margin-right: 2vw;
  width: 12vw;
}
.reason-intro{
  width: 86vw;
}
.reason-box{
  padding: 1.5vw 5vw 6vw 1.5vw;
}
.reason-box p{
  width: 55.5vw;
  padding-left: 1.5vw;
}
.reason-box img{
  margin: 0 1em;
}
.copy-img{
  width: 78.5vw;
}

/*============================
#flow
============================*/
#flow{
  padding-bottom: 10vw;
}
#flow .wrap::before{
  width: 28.6vw;
  height: 18.2vw;
  top: -17vw;
  right: -1.2vw;
}
.flow-each{
  border-radius: 5vw;
}
.flow-each h3{
  border-radius: 5vw 5vw 0 0;
  padding: 2vw 3vw;
}
.flow-each h3 img{
  margin-right: 1.5vw;
  width: 11.1vw;
}
.flow-content{
  padding: 3.5vw 5vw 4.5vw 1.5vw;
}
.flow-content img{
  max-width: 16vw;
  max-height: 14vw;
}
.flow-content p{
  width: 70vw;
}

/*============================
#point
============================*/
#point{
  padding-bottom: 10vw;
}
#point img:not(.copy-img){
  width: 30.7vw;
}
.point-each{
  width: 30vw;
  height: 54vw;
  padding: 4vw 2vw 0;
}

/*============================
#service
============================*/
#service{
  padding-bottom: 10vw;
}
.white-box{
  border-radius: 5vw;
  padding: 4vw;
}
#service .white-box p{
  width: 73.4vw;
}
#service .white-box img{
  width: 17.6vw;
  margin: 0 1em;
}
.service-each{
  width: 45vw;
  height: 51.5vw;
  padding: 2vw 2.8vw 4.5vw;
}
.service-each h4{
  border-radius: 2vw;
  padding: 1vw;
}
.service-each ul{
  padding-left: 4vw;
}

/*============================
#faq
============================*/
#faq{
  padding-bottom: 10vw;
}
#faq .wrap::before{
  width: 53.1vw;
  height: 21.3vw;
  top: -21vw;
}
.faq dt{
  margin-top: 3.5vw;
}
.faq dt::before{
  width: 1.5vw;
  height: 1.5vw;
  right: 3vw;
}
.faq dd{
  padding-left: 9.5vw;
}

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


  /*============================
  .contact
  ============================*/
  .contact{
    padding: 8vw 0;
  }
  .form-box dt{
    width: 30vw;
    padding: 1vw 0;
  }
  .form-box dd{
    width: calc(100% - 30vw);
    padding: 1vw 0;
  }
  .form-box input[type=text],
  .form-box input[type=number],
  .form-box input[type=email],
  .form-box textarea{
    padding: 1vw;
    border-radius: 0.5vw;
  }
  .form-box input[type=checkbox]{
    width: 2vw;
    height: 2vw;
    margin-right: 1vw;
  }
  .submit-btn{
    width: 30vw;
    height: 6vw;
    border-radius: 3vw;
  }

}


@media (max-width: 768px){
  body{
    font-size: 3.2vw;
  }

/*============================
#head
============================*/
#head{
  height: 12vw;
}
#head .logo{
  width: 20.8vw;
}

/*============================
#mv
============================*/
#mv{
  height: 126.6vw;
  background: url(img/sp/mv-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 5vw;
}
#mv h1 img{
  width: 90vw;
}
.cta-txt{
  width: 89.73vw;
  height: 8vw;
}
.cta-frame{
  width: 29.33vw;
  height: 9.33vw;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(img/sp/cta-frame.svg) center center no-repeat;
  background-size: contain;
}
.btn{
  width: 80vw;
}

/*============================
#worry
============================*/
#worry img{
  margin-bottom: -.5vw;
}
.check-list{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.reason-box .pc-flex img {
  float: right;
  width: 30vw;
  margin: -10vw -3vw 3vw 0;
}
.reason-box p {
  width: 100%;
  padding: 0 3vw;
}
.blue-h2 {
  min-height: 22vw;
  padding: 10vw 0 2vw;
}
.blue-h2::after {
  width: 14.93vw;
  height: 6.4vw;
  top: 4vw;
}

/*============================
#solution
============================*/
#solution img{
  margin-bottom: -.5vw;
}
#solution h2 img {
  width: 100%;
}

/*============================
#reason
============================*/
.reason-intro-img {
  float: right;
  margin: -4vw 0 0 1em;
}
.reason-intro {
  width: 100%;
}
.reason-box h3 img {
  width: 60vw;
  margin-left: 0;
}

/*============================
#flow
============================*/
#flow .wrap::before {
  width: 42.26vw;
  height: 26.93vw;
  top: -30vw;
  left: 0;
  right: 0;
  margin: auto;
}
.flow-each h3{
  line-height: 1.28;
}
.flow-content p{
  line-height: 1.6;
}
.copy-img{
  width: 100%;
}

/*============================
#point
============================*/
.point-each {
  width: 100%;
  height: 66vw;
  background: url(img/sp/point-frame.svg) center center no-repeat;
  background-size: contain;
  padding: 4.6vw 4vw 0;
}
.point-each p{
  line-height: 1.6;
}

/*============================
#service
============================*/
#service .white-box p{
  line-height: 1.6;
}
.service-each{
  width: 100%;
  height: auto;
  background: url(img/sp/service-frame.svg) center top no-repeat;
  background-size: 100% auto;
  border-bottom: 1px solid #B5BFF6;
}
.service-each ul li{
  padding: 0;
}
.service-each h4{
  width: 42.66vw;
  margin-left: auto;
  margin-right: auto;
}

  /*============================
  .faq
  ============================*/
  .faq dt::before {
    width: 3vw;
    height: 3vw;
}
.faq dd{
  padding: 0 1vw 0 3vw;
}

  /*============================
  .contact
  ============================*/
  .form-box{
    width: 100%;
  }
  .form-box dt, 
  .form-box dd {
    width: 100%;
  }
  .form-box dd{
    margin-bottom: 20px;
  }
  .form-box input[type=text],
  .form-box input[type=number],
  .form-box input[type=email],
  .form-box textarea {
    padding: 3vw;
  }
  .form-box input[type=checkbox] {
    width: 3vw;
    height: 3vw;
  }
  .submit-btn {
    width: 60vw;
    height: 12vw;
    border-radius: 6vw;
  }
  



}