@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: .025em;
}
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{
  transform: translateY(-5px);
}

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

.white{
  color: #fff;
}
.red{
  color: #E64C4D;
}
.yellow{
  color: #FBB03B;
}
.orange{
  color: #ED7D31;
}
.green{
  color: #00A89D;
}
.blue{
  color: #0071BB;
}


/*============================
#top
============================*/
#top{
  background: #0071BB;
  height: 40px;
  display: flex;
  align-items: center;
}


/*============================
#mv.mv
============================*/
.mv{
  height: 480px;
  background: url(img/mv-bg.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta{
  background: #0071BB;
  padding: 10px 0 15px;
}

/*============================
#step
============================*/
#step{
  padding: 35px 0 60px;
}
h2.ttl1 {
  padding-left: 160px;
}
.step-each{
  width: 254px;
  height: 515px;
  padding: 90px 40px 0 15px;
}
.step-each:nth-of-type(1){
  background: url(img/step1.svg) center top no-repeat;
  background-size: contain;
}
.step-each:nth-of-type(2){
  background: url(img/step2.svg) center top no-repeat;
  background-size: contain;
}
.step-each:nth-of-type(3){
  background: url(img/step3.svg) center top no-repeat;
  background-size: contain;
}
.step-each:nth-of-type(4){
  width: 225px;
  background: url(img/step4.svg) center top 9px no-repeat;
  background-size: contain;
  padding-right: 15px;
}

/*============================
#reason.bg1
============================*/
.bg1{
  background: #EEECEB;
}
#reason{
  padding: 45px 0 110px;
}
.reason-each{
  width: calc(100%/3);
  box-shadow: 10px 10px 10px rgba(0,0,0,.2);
  padding: 260px 20px 35px 20px;
  position: relative;
}
.reason1{
  background: url(img/reason1.svg) center top no-repeat;
  background-size: cover;
  z-index: 3;
}
.reason2{
  background: url(img/reason2.svg) center top no-repeat;
  background-size: cover;
  z-index: 2;
}
.reason3{
  background: url(img/reason3.svg) center top no-repeat;
  background-size: cover;
  z-index: 1;
}
.reason-each h3{
  line-height: 1.53;
}

/*============================
#voice.bg1
============================*/
#voice{
  padding: 55px 0 110px;
  position: relative;
  z-index: -2;
}
.voice-each{
  width: 990px;
  background: #fff;
  padding: 20px 20px 40px;
  position: relative;
}
.voice-each::before{
  content: "";
  width: 100%;
  height: 100%;
  background: #E5E5E5;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.voice-each:nth-of-type(even) .voice-con{
  flex-direction: row-reverse;
}
.voice-ttl{
  padding-bottom: 10px;
  border-bottom: 1px dashed #0071BB;
}
.voice-con figure img{
  width: 140px;
  margin-right: 40px;
}
.voice-each:nth-of-type(even) .voice-con figure img{
  margin-right: 0vw;
  margin-left: 40px;
}
.voice-con p{
  flex: 1;
}

/*============================
#ana
============================*/
#ana{
  padding: 55px 0 105px;
}
.ana-each{
  border: 20px solid #0071BB;
}
.ana-ttl{
  background: #0071BB;
  position: relative;
  height: 100px;
  margin-top: -20px;
}
.ana-ttl img{
  margin-left: -20px;
}
.ana-con{
  padding: 30px 25px 35px;
}
.ana-con p{
  width: 680px;
}

/*============================
#faq.bg1
============================*/
#faq{
  padding: 75px 0 105px;
}
.faq{
  padding: 40px 50px;
  background: #fff;
  text-align: left;
}
.faq dt{
  background: #989898;
  padding: 15px 15px 15px 50px;
  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: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.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: 20px;
  margin: auto;
  transition: .4s all ease;
}
.faq dt.open::after{
  transform: rotate(-45deg);
  transition: .4s all ease;
}
.faq dd:not(:first-of-type){
  display: none;
}

/*============================
#message
============================*/
#message{
  padding: 75px 0 70px;
  background: url(img/message-bg.jpg) center center no-repeat;
  background-size: cover;
}
#message p {
  padding-left: 180px;
}
#message p.message-text{
  text-indent: -6em;
  padding-left: calc(6em + 180px);
}
.message-name{
  margin-right: 195px;
}

/*============================
#footer-top
============================*/
#footer-top{
  background: #0071BB;
  padding: 45px 0 50px;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}
.wrap1{
  max-width: 1200px;
  margin: 0 auto;
}
.category-each{
  width: 200px;
}
.category-each h3{
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.cat-links{
  padding: 10px 0;
  text-align: left;
}
.cat-links a{
  display: block;
  position: relative;
  margin: 10px 0;
}
.cat-links a::before{
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .4s all ease;
  transform: scale(0, 1);
  transform-origin: left top;
}
.cat-links a:hover::before{
  transform: scale(1, 1);
}

/*============================
#copy
============================*/
#copy{
  background: #0071BB;
  padding: 20px;
}


@media (max-width: 1000px){
  body{
    font-size: 1.6vw;
  }
  .wrap{
    width: 93.33%;
  }
  
  
  /*============================
  #top
  ============================*/
  #top{
    height: 4vw;
  }
  
  
  /*============================
  #mv.mv
  ============================*/
  .mv{
    height: 48vw;
  }
  .cta{
    padding: 1vw 0 1.5vw;
  }
  
  /*============================
  #step
  ============================*/
  #step{
    padding: 3.5vw 0 6vw;
  }
  h2.ttl1 {
    padding-left: 16vw;
  }
  .step-each{
    width: 25.4vw;
    height: 51.5vw;
    padding: 9vw 4vw 0 1.5vw;
  }
  .step-each:nth-of-type(4){
    width: 22.5vw;
    padding-right: 1.5vw;
  }
  .step-each p {
    font-size: 1.5vw;
  }
  
  /*============================
  #reason.bg1
  ============================*/
  #reason{
    padding: 4.5vw 0 11vw;
  }
  .reason-each{
    padding: 26vw 2vw 3.5vw 2vw;
  }
  
  /*============================
  #voice.bg1
  ============================*/
  #voice{
    padding: 5.5vw 0 11vw;
  }
  .voice-each{
    width: 93.33vw;
    padding: 2vw 2vw 4vw;
  }
  .voice-each::before{
    top: 1vw;
    left: 1vw;
  }
  .voice-ttl{
    padding-bottom: 1vw;
  }
  .voice-con figure img{
    width: 14vw;
    margin-right: 4vw;
  }
  .voice-each:nth-of-type(even) .voice-con figure img{
    margin-right: 0vw;
    margin-left: 4vw;
  }

  /*============================
  #ana
  ============================*/
  #ana{
    padding: 5.5vw 0 10.5vw;
  }
  .ana-each{
    border: 2vw solid #0071BB;
  }
  .ana-ttl{
    height: 10vw;
    margin-top: -2vw;
  }
  .ana-ttl img{
    margin-left: -2vw;
    width: 22.5vw;
  }
  .ana-con{
    padding: 3vw 2.5vw 3.5vw;
  }
  .ana-con p{
    width: 68vw;
  }
  .ana-con img {
    width: 15vw;
  }
  
  /*============================
  #faq.bg1
  ============================*/
  #faq{
    padding: 7.5vw 0 10.5vw;
  }
  .faq{
    padding: 4vw 5vw;
  }
  .faq dt{
    padding: 1.5vw 1.5vw 1.5vw 5vw;
  }
  .faq dt::before{
    width: 2.5vw;
    height: 2.5vw;
    left: 1vw;
  }
  .faq dt::after{
    width: 1.2vw;
    height: 1.2vw;
    right: 2vw;
  }
  
  /*============================
  #message
  ============================*/
  #message{
    padding: 7.5vw 0 7vw;
  }
  #message p {
    padding-left: 18vw;
  }
  #message p.message-text{
    padding-left: calc(6em + 18vw);
  }
  .message-name{
    margin-right: 19.5vw;
  }
  
  /*============================
  #footer-top
  ============================*/
  #footer-top{
    padding: 4.5vw 0 5vw;
  }
  .category-wrap{
    width: 98%;
    margin: 0 auto;
  }
  .category-each{
    width: 19vw;
  }
  .category-each h3{
    padding-bottom: 0.5vw;
  }
  .cat-links{
    padding: 1vw 0;
  }
  .cat-links a{
    margin: 1vw 0;
  }
  
  /*============================
  #copy
  ============================*/
  #copy{
    padding: 2vw;
  }
  
}

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

  #top{
    height: 10.66vw;
  }
  .mv{
    height: 109.33vw;
    background: url(img/sp/mv-bg.png) center center no-repeat;
    background-size: cover;
  }
  .cta{
    padding: 4vw 0 2vw;
  }
  h2.ttl1 {
    padding-left: 0;
    text-align: right;
  }
  h2.ttl1 img{
    width: 76vw;
  }
  .step-each,
  .step-each:nth-of-type(4){
    width: 92vw;
    height: 68.533vw;
    padding: 8.66vw 4vw 0 3.4vw;
    margin-left: auto;
    margin-right: auto;
  }
  .step-each:nth-of-type(1){
    background: url(img/sp/step1.svg) center top no-repeat;
    background-size: contain;
  }
  .step-each:nth-of-type(2){
    background: url(img/sp/step2.svg) center top no-repeat;
    background-size: contain;
  }
  .step-each:nth-of-type(3){
    background: url(img/sp/step3.svg) center top no-repeat;
    background-size: contain;
  }
  .step-each:nth-of-type(4){
    background: url(img/sp/step4.svg) center top no-repeat;
    background-size: contain;
    width: 90vw;
    padding-right: 2vw;
  }
  .step-each h3{
    text-align: left;
    padding-left: 18.66vw;
  }
  .step-each p{
    font-size: 3.2vw;
  }
  .reason-each {
    width: 100%;
    padding: 36.66vw 4vw 5.33vw;
    box-shadow: 4px 4px 6px rgba(0,0,0,.2);
  }
  .reason1{
    background: #fff url(img/sp/reason1.svg) center top no-repeat;
    background-size: contain;
  }
  .reason2{
    background: #fff url(img/sp/reason2.svg) center top no-repeat;
    background-size: contain;
  }
  .reason3{
    background: #fff url(img/sp/reason3.svg) center top no-repeat;
    background-size: contain;
  }
  .reason-each p{
    color: #666666;
  }
  #voice{
    padding: 7.33vw 0 10vw;
    z-index: unset;
  }
  .voice-each h3 img{
    width: 16vw;
  }
  .slick-prev {
    left: -3vw;
    z-index: 100;
  }
  .slick-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 1px solid #0071BB;
    border-left: 1px solid #0071BB;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .slick-next {
    right: -3vw;
    z-index: 100;
  }
  .slick-next:before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 1px solid #0071BB;
    border-right: 1px solid #0071BB;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .slider {
    width: 89.33vw;
    margin: auto;
  }
  .voice-con{
    flex-direction: row!important;
  }
  .voice-con figure img,
  .voice-each:nth-of-type(even) .voice-con figure img {
    width: 16.66vw;
    margin-left: 0;
    margin-right: 2.66vw;
  }
  .ana-ttl{
    height: 16vw;
    line-height: 1.35;
    text-align: left;
  }
  .ana-ttl img {
    width: 31.46vw;
  }
  .ana-con {
    column-gap: 2.3vw;
    padding: 6.66vw 2vw 6.66vw 3vw;
    line-height: 1.66;
  }
  .ana-each:nth-of-type(2) .ana-con {
    padding: 6.66vw 3vw 6.66vw 2vw;
  }
  .ana-con img {
    width: 21.46vw;
  }
  #faq{
    padding: 10vw 0 11.3vw;
  }
  #faq h3 img {
    width: 39.73vw;
  }
  .faq dt{
    padding: 0 0 0 8vw;
    height: 13.33vw;
    display: flex;
    align-items: center;
    line-height: 1.34;
    letter-spacing: 0;
  }
  .faq dt::before{
    width: 4.26vw;
    height: 4.26vw;
    left: 2vw;
  }
  .faq dt::after{
    width: 3vw;
    height: 3vw;
    right: 2vw;
  }
  #message{
    background: url(img/sp/message-bg.jpg) center center no-repeat;
    background-size: cover;
  }
  #message .wrap{
    width: 84%;
  }
  #message p{
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    padding-left: 0;
  }
  #message p.message-text{
    text-indent: 0;
    padding-left: 0;
  }
  #footer-top{
    padding: 5.33vw 0 8vw;
  }
  .category-wrap{
    display: none;
  }
}



/*============================
.page-head
============================*/
.page-head{
  height: 240px;
  background: url(img/mv-bg.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*============================
#contact
============================*/
#contact{
  padding: 80px 0;
}
input[type=text],
input[type=email]
,textarea{
  width: 100%;
  font-size: 16px;
  padding: 1em;
  border: 1px solid #ccc;
}
.form-box dl{
  margin-bottom: 2em;
}
.form-box dt{
  width: 30%;
  margin-right: 30px;
}
.form-box dd{
  flex: 1;
}
.colorRed{
  color: red;
}
button#submit{
  width: 300px;
  height: 80px;
  border-radius: 10px;
  border: none;
  background: #0071BB;
  color: #fff;
}
button#submit:disabled{
  background: #ccc;
}


@media (max-width: 768px){
  .page-head{
    height: 40vw;
  }
  #contact{
    padding: 10vw 0;
  }
  .form-box dt{
    width: 100%;
  }
}