@charset "utf-8";
@import url(https://db.onlinewebfonts.com/c/e880dd7c6ab5731cbb5db5df70330509?family=DIN+2014+Bold);

.pc{display:block;}
span.pc{display:inline;}
.sp{display: none;}
.flex{display:flex;}
.accordion_container {
  margin: 30px auto;
  border: 2px solid #202020;
}
ul.sv-img{
	display:flex;
	padding:15px 0;
	flex-wrap:wrap;
	justify-content:space-between;
}

.sv-img li{
	padding:0 0 15px 0;
}
.sv-img img{background: #fff;}
.accordion_title {
  color: #202020;
  font-size: 1.18rem;
  font-weight: bold;
  padding: 20px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.accordion_title span{background:#202020;font-family: "DIN 2014 Bold";font-size: 30px;width: 45px;height: 45px;display: inline-block;color: #fff;line-height: 45px;text-align: center;margin-right: 1em;}
.accordion_title:hover {
  opacity: .8;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_title.default .icon_wrap {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.default .icon_wrap .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_title.default.open .icon_wrap .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion_title.open .icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_title.default.open .icon_wrap {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.icon:before, .icon:after {
  display: flex;
  content: '';
  background-color: #202020;
  /* border-radius: 10px; */
  width: 23px;
  height: 3px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon:before {
  width: 3px;
  height: 23px;
  top: 0;
  left: 10px;
}
.accordion_title.default .icon_wrap .icon:before {
  content: none;
}
.accordion_title.open .icon_wrap .icon:before {
  content: none;
}
.accordion_title.default.open .icon_wrap .icon:before {
  content: "";
}
.accordion_title.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_title.default.open .icon_wrap .icon:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion_inner {
  display: none;
  padding: 30px;
  box-sizing: border-box;
  line-height: 31px;
  border-top: 1px dashed #202020;
}
.accordion_inner.default {
  display: block;
}


@media screen and (max-width: 1024px) {
  .accordion_title {
    font-size: 18px;
  }
  .icon_wrap {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_title {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}


/*============================================================**/
#lp{font-size:16px;}
#lp a{transition:.3s;}
#lp a:hover{opacity:.7;}
#lp .vp-l{
    width: 100%;
    max-width: 1075px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
#lp .h2{background: url(../img/lp/bg-h2.jpg) repeat-y;color:#fff;text-align:center;font-size: 1.65rem;font-weight: bold;letter-spacing: 2px;padding: 9px 0;}
#lp .h2.red{
    background: url(../img/lp/bg-h2-red.jpg) repeat-y;
}

#lp .mv{background: url(../img/lp/bg-mv.jpg) no-repeat center center fixed;height: 80vh;background-size: cover;position: relative;}

#lp .mv>div>p{color:#fff;text-shadow:1px 1px 6px rgba(0,0,0,.43);font-size: 1.55rem;font-weight: bold;margin: 20px 0;line-height: 40px;}
#lp .mv>div{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#lp [class*="cta-btn"]{
    display: flex;
    justify-content: center;
}
#lp [class*="cta-btn"] a{
    background: #202020;
    color: #fff;
    font-weight:bold;
    display: block;
    max-width: 400px;
    border-radius: 200px;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    margin: 20px;
}
#lp .cta-btn a span{
    font-size: 1rem;
}
#lp .cta-btn a span img{
    max-width: 16px;
    position: relative;
    top: -3px;
    padding-right: 2px;
}
#lp [class*="cta-btn"] span:before{content:'＼';margin: 0 3px;}
#lp [class*="cta-btn"] span:after{content:'／';margin: 0 3px;}
#lp .cta-btn a p{
    font-size: 1.4rem;
}

#lp .logo-list{
    margin: 80px auto;
    width: 100vw;
    display: flex;
  overflow: hidden;
}
#lp .logo-list img{height:72px;max-width: inherit;}
#lp .logo-list img:first-child {
  animation: loop 50s -25s linear infinite;
}

#lp .logo-list img:last-child {
  animation: loop2 50s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#lp .intro{}
#lp .intro ul{
    display: flex;
    justify-content: space-between;
    margin: 30px auto 50px;
}
#lp .intro li{
    width: 31%;
    /* max-width: 335px; */
    margin: 2% 0;
    border: 2px solid #202020;
}
#lp .intro li img{
    border: 20px solid #fff;
    width: calc(100% - 40px);
    border-bottom: none;
}
#lp .intro p{
    background: #202020;
    color: #fff;
    height: 89px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: bold;
}

#lp .cta{background: url(../img/lp/bg-black.jpg) fixed;background-size: contain;}
#lp .cta-btn2{
    padding: 80px 2% 60px;
}
#lp .cta-btn2 a,#lp .cta-btn3 a{
    background: linear-gradient( #FDE957, #FEB201);
    color: #202020;
    position: relative;
}
#lp .cta-btn2 a span{
    font-size: 1.3rem;
    color: #fff;
    position: absolute;
    top: -45px;
    display: flex;
    justify-content: center;
    width: 100%;
    letter-spacing: 1px;
    white-space: nowrap;
}
#lp .cta-btn2 a span img{
    width: 23px;
    right: 3px;
    height: 23px;
    top: 6px;
    position: relative;
    margin: 0;
}
#lp .cta-btn2 a p,#lp .cta-btn3 a p{
    font-size: 1.4rem;
}
#lp .cta-btn2 a strong,#lp .cta-btn3 a strong{color: #DE3632;font-size: 1.6rem;}

#lp .about{background: url(../img/lp/bg-gray.jpg) fixed;background-size: cover;padding: 100px 0;}

#lp .about-list li{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 70px auto 30px;
}
#lp .about-list li:nth-child(even){flex-direction:row-reverse;}
#lp .about-list li div{
    width: 49%;
    margin-right: 5%;
}
#lp .about-list li:nth-child(even) div{margin-right: 0;margin-left: 5%;}
#lp .about-list h3{
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 37px;
}
#lp .about-list p{line-height: 31px;}
#lp .about-list img{}


#lp .merits{background: url(../img/lp/bg-black.jpg) center center fixed;background-size: cover;position: relative;padding: 100px 0 50px;}
#lp .merits:before{content:'';width:100%;height: 440px;background:#fff;display:block;position: absolute;top: 0;}
#lp .merits-list{
    margin: 90px auto;
    display: flex;
    justify-content: space-between;
}
#lp .merits-list li{
    color: #fff;
    max-width: 490px;
    width: 48%;
}
#lp .merits-list img{}
#lp .merits-list h3{
    font-weight: bold;
    font-size: 1.4rem;
    height: 60px;
    margin: 30px auto;
    line-height: 31px;
}
#lp .merits-list p{
    line-height: 31px;
}
#lp .ba{
    justify-content: space-between;
    margin: 50px auto;
    position: relative;
}
#lp .ba li{
    background: #CBCBCB;
    padding: 30px 40px;
    width: 48%;
    max-width: 488px;
    box-sizing: border-box;
    border: 1px solid #707070;
}
#lp .ba h4{
    background: #202020;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
    letter-spacing: 2px;
}
#lp .ba li p{background: url(../img/lp/ico-annoy.png)left center no-repeat;background-size: 85px;padding: 19px 0 19px 115px;font-weight: bold;margin: 30px 5% 0;height: 85px;box-sizing: border-box;letter-spacing: 1px;display: flex;align-items: center;}
#lp .ba li:nth-child(2)::before{content:'';border-style: solid;border-top: 48px solid transparent;border-bottom: 48px solid transparent;border-left: 56px solid #de3632;border-right: 0;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
#lp .ba li:nth-child(2){background:#fff;}
#lp .ba li:nth-child(2) h4{
    background: #DE3333;
}
#lp .ba li:nth-child(2) p:nth-child(2){background: url(../img/lp/ico-a1.png)left center no-repeat;background-size: 85px;}
#lp .ba li:nth-child(2) p:nth-child(3){background: url(../img/lp/ico-a2.png)left center no-repeat;background-size: 85px;}
#lp .ba li:nth-child(2) p:nth-child(4){background: url(../img/lp/ico-a3.png)left center no-repeat;background-size: 85px;}
#lp .ba li:nth-child(2) p:nth-child(5){background: url(../img/lp/ico-a4.png)left center no-repeat;background-size: 85px;}
#lp .flow{
    background: url(../img/lp/bg-gray.jpg) fixed;
    background-size: contain;
    padding: 100px 0;
}
#lp .flow div>p{
    text-align: center;
    margin: 50px auto;
}
#lp .flow ul{}
#lp .flow li{
    width: 25%;
}
#lp .flow h3{height: 70px;display:flex;font-weight:bold;color:#fff;font-size: 1.23rem;justify-content: center;align-items: center;padding-top: 3px;}
#lp .flow li:nth-child(1) h3{background: url(../img/lp/ico-01.png) no-repeat;background-size: contain;}
#lp .flow li:nth-child(2) h3{background: url(../img/lp/ico-02.png) no-repeat;background-size: contain;}
#lp .flow li:nth-child(3) h3{background: url(../img/lp/ico-03.png) no-repeat;background-size: contain;}
#lp .flow li:nth-child(4) h3{background: url(../img/lp/ico-04.png) no-repeat;background-size: contain;}


#lp .flow li p{
    line-height: 28px;
    max-width: 209px;
    margin: 20px 0% 0 6%;
}
#lp .flow li p span{
    border: #DE3333 1px solid;
    background: #fff;
    display: block;
    color: #DE3333;
    text-align: center;
    padding: 3px 5%;
    margin-top: 1em;
    font-weight: bold;
    line-height: 22px;
}

#lp .step{
    padding: 100px 0;
}
#lp .step-l{
    max-width: 487px;
    width: 100%;
    margin-right: 5%;
}
#lp .step-l p{
    line-height: 31px;
    margin-bottom: 1em;
}
#lp .step-l h2{
    margin: 50px auto;
}
#lp .step-r{
    max-width: 498px;
}
#lp .step-r li{
    border: 2px solid #202020;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 40px;
}
#lp .step-r li:after{content: '';background: #DE3632;width: 2px;height: 210px;display: block;position: absolute;top: 90px;left: 35px;}
#lp .step-r li:nth-child(3):after{display:none;}
#lp .step-r li:nth-child(2):after{height: 390px;}
#lp .step-r li h3{
    font-size: 1.6rem;
    font-weight: bold;
    color: #DE3333;
}
#lp .step-r li h3 span{
    font-size: 1.35rem;
    color: #202020;
    font-family: "DIN 2014 Bold";
    margin-right: 1em;
}
#lp .step-r p{
    line-height: 31px;
    padding: 15px 15px 0 50px;
}
#lp .step-r img{
    margin-bottom: 10px;
    width: 424px;
    max-width: inherit;
}

#lp .faq{
    background: #E2E2E2;
    padding: 100px 0;
}


#lp .ft{background: url(../img/lp/bg-ft.jpg) no-repeat center center;background-size: cover;padding: 100px 0;}
#lp .ft div>p{color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.63);font-weight: bold;font-size: 1.6rem;line-height: 46px;text-align: center;padding: 0 5% 25px;}
#lp .ft div>p strong{
    font-size: 2.3rem;
}

#lp .cta-btn3 a span img{
    width: 18px;
    right: 2px;
    height: 18px;
    top: -2px;
    position: relative;
}



/*============================================================**/
@media only screen and (max-width:1075px) {
#lp .vp-l{
   padding-left: 3%;
   padding-right: 3%;
   box-sizing:border-box;
  }
        
}
    @media only screen and (max-width:800px) {
      html{font-size: 14px;}
    .pc , span.pc {display:none;}
.sp{display: block;}
      span.sp{display:inline;}
        #lp .mv{height:90vh;}
      #lp .mv>div>p{
    font-size: 1.45rem;
}
      #lp [class*="cta-btn"],#lp .intro ul{flex-wrap:wrap;max-width: 650px;margin: 0 auto;justify-content: center;}
    #lp [class*="cta-btn"] a{
    margin: 10px auto;
}
      #lp .logo-list img {
    height: 36px;
      }
        #lp .logo-list {
    margin: 50px auto;
}
      #lp .intro li{width:100%;max-width: 370px;margin-bottom: 20px;}
      #lp .cta-btn2 a+a{margin-top:50px;}
      #lp .about-list li{flex-wrap:wrap;margin: 30px auto;flex-direction: column-reverse !important;justify-content: center;}
      #lp .about-list li div{width: 95%;margin: 0 auto !important;}
      #lp .about-list h3{
    margin-bottom: 10px;
    text-align: center;
}
      #lp .about,#lp .merits,#lp .flow,#lp .step,#lp .faq,#lp .ft{padding: 70px 0 50px;}
      #lp .merits:before{height:200px;}
      #lp .merits-list{margin:30px auto;flex-wrap:wrap;justify-content: center;}
      #lp .merits-list li{width:95%;margin-bottom:30px;}
      #lp .merits-list li h3{margin:10px 0 15px;height:auto;text-align: center;}
      #lp .ba{flex-wrap:wrap;margin: 30px auto 0;justify-content: center;}
      #lp .ba li{width:100%;padding: 20px;margin-bottom: 60px;}
      #lp .ba li p{
    padding: 15px 0 15px 80px;
    background-size: 65px !important;
    margin: 0;
}
      #lp .ba h4{margin-bottom:10px;}
      #lp .ba li:nth-child(2)::before{
   border-right: 30px solid transparent;
   border-left: 30px solid transparent;
   border-top: 20px solid #de3632;
   top: 49.5%;
}
      #lp .flow ul{flex-wrap:wrap;justify-content: center;}
#lp .flow li{width: 50%;margin-bottom: 30px;max-width: 210px;}
      #lp .flow h3{height:50px;}
      #lp .flow li p{
    margin: 7px 10px;
}
      #lp .step .vp-l{
    flex-wrap: wrap;
    justify-content: center;
    }
      #lp .step-l h2 {
    margin: 0 auto 20px;
}
      #lp .step-r{width:100%;margin: 15px auto 0;}
      #lp .step-r li:after{
    height: 93%;
    top: 75px;
}
      #lp .step-r li:nth-child(2):after {
    height: 95%;
}
       #lp .step-r li img{
    max-width: 100%;
}#lp .step-r li{padding:20px;}
      #lp .ft div>p{font-size:1.3rem;line-height:35px;}
      #lp .ft div>p strong {
    font-size: 2rem;
}
      #lp .flow div>p{margin:30px auto;}
    #lp .step-l{margin-right:0;width:95%;}
      ul.sv-img {
    justify-content: center;
}
    }
    
