@charset "UTF-8";

/* p-fv */

.p-fv {
  padding: 60px 0 100px;
}

.p-fv-img {
  margin: 0 auto 30px;
}

.p-fv-img img {
  width: 100%;
}

@media screen and (max-width: 767px){
  .p-fv {
    padding: 30px 0 50px;
  }
  .p-fv-img {
    margin: 0 auto 20px;
  }

}

/* p-movie */


#play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

video {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
}


.p-movie .movie {
    max-width: 840px;
    margin: 0 auto;
    position: relative;
}


@media screen and (min-width: 768px){

  .p-movie .inner {
    background: rgb(252,163,2);
    background: linear-gradient(87deg, rgba(252,163,2,1) 48%, rgba(243,71,109,1) 100%);
  }

}


@media screen and (max-width: 767px){

  #play-btn {
    width: 63px;
  }
}




/* p-repecome */

.p-repecome .inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-repecome p {
  line-height: 2;
}

.p-repecome p + p {
  padding-top: 20px;
}

.p-repecome p strong {
  font-weight: bold;
  color: #F3476D;
}

.p-heading {
  max-width: 534px;
  margin: 0 auto 60px;
}

@media screen and (min-width: 768px){
  .p-repecome {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .p-repecome .pic {
      width: 35%;
  }

  .p-repecome .content {
    width: 65%;
  }



}

@media screen and (max-width: 767px){

  .p-repecome .content {
    padding: 50px 0;
  }

  .p-heading {
    max-width: 308px;
    margin: 0 auto 30px;
  }

}


/* p- */

.p-can {
    background: #FFFDEA;
}

.p-can .block {
  line-height: 2;
    max-width: 840px;
    margin: 100px auto 0;
}

.p-can .block p + p {
  margin-top: 20px;
}

.p-can .list li {
  padding-left: 90px;
  min-height: 84px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-can .list li strong {
  font-weight: 900;
  font-size: 2.4rem;
  display: inline-block;
  border-bottom: solid 5px #F3476D;
  padding-bottom: 3px;
}

.p-can .list li:first-child {
  background: url("../../images/top/ico_can_1.svg")no-repeat;
  background-size: 70px;
  background-position: left center;
}

.p-can .list li:nth-child(2) {
  background: url("../../images/top/ico_can_2.svg")no-repeat;
  background-size: 70px;
  background-position: left center;
}

.p-can .list li:last-child {
  background: url("../../images/top/ico_can_3.svg")no-repeat;
  background-size: 70px;
  background-position: left center;
}

.p-can .list li + li {
  margin-top: 90px;
}

.p-can .button {
    max-width: 280px;
    margin: 30px 0 0 auto;
    text-align: center;
}

.p-can .button a {
  border: solid 1px #F4BA18;
  border-radius: 4px;
    display: block;
    background: url("../../images/top/ico_blank.svg")no-repeat,#fff;
    background-size: 16px;
    background-position: right 15px center;
    text-decoration: none;
    color: #333;
    font-size: 1.6rem;
    padding: 5px 20px 0 0;
    min-height: 42px;
    transition: .3s;
}

@media screen and (min-width: 768px){

  .p-can .illust {
    position: absolute;
    max-width: 540px;
    width: 57%;
    top: 226px;
    right: 0;
  }

  .p-can .list {
    width: 43%;
    margin-top: 50px;
  }

  .p-can .container {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
  }

  .p-can .button a:hover {
    background: url("../../images/top/ico_blank.svg")no-repeat,#FFF5D5;
    background-size: 16px;
    background-position: right 15px center;
  }


}


@media screen and (max-width: 767px){
  .p-can .m-heading span {
    max-width: 338px;
  }

  .p-can .m-heading-lead {
    text-align: center;
  }

  .p-can .inner {
    padding: 0 20px;
  }

  .p-can .illust {
    margin: 45px auto 0;
  }

  .p-can .illust img {
    width: 100%;
  }

  .p-can .list li + li {
    margin-top: 40px;
  }

  .p-can .block {
    margin: 50px auto 0;
  }

  .p-can .list li {
    padding-left: 70px;
    min-height: 72px;
    font-size: 1.6rem;
  }

  .p-can .list li strong {
    font-size: 2.3rem;
    padding: 0;
  }

  .p-can .list li:first-child {
    background: url("../../images/top/ico_can_1.svg")no-repeat;
    background-size: 56px;
    background-position: left center;
  }

  .p-can .list li:nth-child(2) {
    background: url("../../images/top/ico_can_2.svg")no-repeat;
    background-size: 56px;
    background-position: left center;
  }

  .p-can .list li:last-child {
    background: url("../../images/top/ico_can_3.svg")no-repeat;
    background-size: 56px;
    background-position: left center;
  }

}


/* p-solve */

.p-solve-2col {
    border: solid 1px #CCCCCC;
}

.p-solve-2col .box {
    padding: 40px 70px;
}

.p-solve-2col + .p-solve-2col {
  margin-top: 45px;
}

.p-solve .ttl {
  display: inline-block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}

.p-solve .is-down .ttl {
  color: #F4BB18;
  padding: 0 0 0 55px;
  background: url("../../images/top/ico_down.svg")no-repeat;
  background-size: 34px;
  background-position: center left;
}


.p-solve .is-up .ttl {
  color: #F3476D;
  padding: 0 55px 0 0;
  background: url("../../images/top/ico_up.svg")no-repeat;
  background-size: 34px;
  background-position: center right;
}

.p-solve .txt {
  font-weight: 900;
  font-size: 2.4rem;
}

.p-solve .list {
  margin: 20px 0 0;
  font-size: 1.6rem;
}

.p-solve .list li {
  position: relative;
}

.p-solve .list li + li {
  margin-top: 10px;
}

.p-solve .is-down .list li::before {
  position: absolute;
  content: "";
  background: #F4BB18;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -20px;
  top: 6px;
}

.p-solve .is-up .list li::before {
  position: absolute;
  content: "";
  background: #F3476D;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -20px;
  top: 6px;
}


@media screen and (min-width: 768px){
  .p-solve-2col {
      display: flex;
  }

  .p-solve-2col .box {
      width: 50%;
  }

}


@media screen and (max-width: 767px){
  .p-solve-2col + .p-solve-2col {
    margin-top: 40px;
  }

  .p-solve-2col .box {
      padding: 20px 15px;
  }

  .p-solve .m-heading span {
    max-width: 314px;
  }

  .p-solve .list {
    font-size: 1.5rem;
  }

  .p-solve .list li {
    padding-left: 22px;
  }

  .p-solve .is-down .list li::before {
    left: 0;
  }

  .p-solve .is-up .list li::before {
    left: 0;
  }

  .p-solve .txt {
      font-size: 2rem;
  }

  .p-solve .ttl {
      font-size: 3rem;
  }

  .p-solve .is-down .ttl {
    padding: 0 0 0 45px;
    background: url("../../images/top/ico_down.svg")no-repeat;
    background-size: 25px;
    background-position: center left;
  }


  .p-solve .is-up .ttl {
    padding: 0 45px 0 0;
    background: url("../../images/top/ico_up.svg")no-repeat;
    background-size: 25px;
    background-position: center right;
  }

}


/* p-results */

.p-results {
    background: #FFFDEA;
}

.p-results-flex {
    background: #fff;
    border: solid 1px #DDDDDD;
}

.p-results-flex + .p-results-flex {
  margin-top: 40px;
}

.p-results-flex .block {
    width: calc(100% - 400px);
    padding: 30px 40px;
}

.p-results-flex .block .ttl {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-results-flex .block .ttl span {
  display: inline-block;
  border-bottom: solid 5px #F3476D;
  padding-bottom: 2px;
}

.p-results-flex .block .lead {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 10px;
}

.p-results-flex .box {
    width: 400px;
    display: flex;
}

.p-results-flex .pic {
    width: 50%;
}

.p-results-flex .txt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FFEE93;
    font-weight: 900;
    font-size: 2.4rem;
}

.p-results-flex .txt strong {
    font-size: 4rem;
}


@media screen and (min-width: 768px){

  .p-results .inner {
      max-width: 1020px;
      margin: 0 auto;
      padding: 0 30px;
  }

  .p-results-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }


}

@media screen and (max-width: 767px){

  .p-results .m-heading span {
    width: 152px;
  }

  .p-results-flex .box {
      width: 100%;
      display: flex;
  }

  .p-results-flex .pic {
      width: calc(100% - 180px);
  }

  .p-results-flex .txt {
      width: 180px;
  }

  .p-results-flex + .p-results-flex {
    margin-top: 30px;
  }

  .p-results-flex .block {
    width: 100%;
    padding: 30px;
  }

  .p-results-flex .block .ttl {
    font-size: 2.3rem;
  }

  .p-results-flex .block .lead {
      font-size: 1.6rem;
      line-height: 2;
  }

}



/* p-faq */
.p-faq-block {
    border: solid 1px #CCCCCC;
    font-size: 1.6rem;
    line-height: 2;
}

.p-faq-block + .p-faq-block {
  margin-top: 20px;
}

.p-faq-block dt {
  min-height: 76px;
  position: relative;
  padding: 22px 90px;
  background: url("../../images/top/ico_q.svg")no-repeat;
  background-size: 42px;
  background-position: left 30px top 24px;
}

.p-faq-block dt::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 100%;
  top: 0;
  right: 30px;
  background: url("../../images/top/ico_accordion.svg")no-repeat;
  background-size: 12px;
  background-position: center;
  transition: .3s;
}

dt.is-open::before {
  transform: rotate(-180deg);
}

.p-faq-block dd {
  display: none;
  border-top: solid 1px #CCCCCC;
  position: relative;
  padding: 22px 90px;
  background: url("../../images/top/ico_a.svg")no-repeat;
  background-size: 42px;
  background-position: left 30px top 24px;
}

.p-faq-block dd a {
  color: #00C4FF;
}

@media screen and (max-width: 767px){

  .p-faq .m-heading span {
      width: 82px;
  }

  .p-faq-block {
      line-height: 1.5;
  }


  .p-faq-block dt {
    min-height: 66px;
    position: relative;
    padding: 20px 50px 20px 65px;
    background: url("../../images/top/ico_q.svg")no-repeat;
    background-size: 30px;
    background-position: left 20px top 19px;
  }

  .p-faq-block dt::before {
    right: 20px;
  }

  .p-faq-block dd {
    display: none;
    border-top: solid 1px #CCCCCC;
    position: relative;
    padding: 20px 50px 20px 65px;
    background: url("../../images/top/ico_a.svg")no-repeat;
    background-size: 30px;
    background-position: left 20px top 19px;
  }


}
