/* ALL */

body, p, a, ul, li, h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

body {
  background-color: #EEEEEE;
  overflow-x: hidden;
}

.lp-container {
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}

.lp-content {
  margin: 0 auto;
  max-width: 770px;
  width: 100%;
}

.lp-content__pdless {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

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

  body {
    background-color: #FFFFFF;
  }

  .lp-container {
    max-width: 100%;
  }
  
  .lp-content {
    max-width: calc(100% - 40px);
  }
  
  .lp-content__pdless {
    max-width: calc(100% - 40px);
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }


}

/* COLOR */

.bg__white-to-yellow {
  background: linear-gradient(112.57deg, #FAF9F7 17.72%, #F9CA6D 84.76%);
}

/* BUTTON */

.btn__free-diagnosis a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  padding: 10px 0 11px 0;
  background: #F42B1D;
  border-radius: 10px;
  text-align: center;
  box-shadow: 2px 2px 4px 0px #00000040;
}

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

  .btn__free-diagnosis a {
    width: 190px;
    font-size: 20px;
    line-height: 27px;
    padding: 9px 0 10px 0;
  }

}


/* SUBTITLE */

.lp-subtitle {
  text-align: center;
  margin-bottom: 32px;
}

.lp-subtitle .en {
  color: #F4941D;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
}

.lp-subtitle .ja {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.lp-subtitle.decoration .ja {
  display: inline-block;
  position: relative;
  padding-left: 60px;
}

.lp-subtitle.decoration .ja::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 36.85px;
  height: 38px;
  background: url(../../images/lp/decoration_subtitle.svg) no-repeat;
}

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

  .lp-subtitle {
    margin-bottom: 24px;
  }
  
  .lp-subtitle .en {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .lp-subtitle .ja {
    font-size: 24px;
    line-height: 33px;
  }
  
  .lp-subtitle.decoration .ja {
    padding-left: 48px;
  }
  
  .lp-subtitle.decoration .ja::before {
    width: 32px;
    height: 33px;
    background-size: 100% 100%;
  }  

}

/* TEXT */

.lp-text {
  margin: 0 auto;
  max-width: 641px;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  
  .lp-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

}

/* FV */

.lp-fv .lp-container {
  padding: 40px 0;
}

.lp-fv img {
  width: 180px;
}

.lp-fv .lp-content {
  display: flex;
  gap: 33px;
  justify-content: center;
}

.lp-cta__head {
  display: inline-block;
  color: #562E00;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 20px;
  padding-top: 12px;
  position: relative;
}

.lp-cta__head::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(0deg, #F4941D -549.98%, rgba(244, 148, 29, 0.1) 1049.97%);
}

.lp-cta__message {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 48px;
}

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

  .lp-fv .lp-container {
    padding: 30px 0;
  }

  .lp-fv img {
    width: calc(100% - 243px);
  }

  .lp-fv .lp-content {
    max-width: calc(100% - 30px);
    gap: 26px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lp-cta__head {
    white-space: nowrap;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 14px;
    padding-top: 0;
  }

  .lp-cta__message {
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 37px;
  }

}

/* ABOUT */

.lp-about .lp-container {
  padding: 60px 0 0 0;
}

.lp-about .lp-text {
  margin-bottom: 60px;
}

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

  .lp-about .lp-container {
    padding: 40px 0 0 0;
  }

  .lp-about img {
    max-width: 100vw;
    margin-left: -20px;
  }

}

/* EFFECT */

.lp-effect .lp-container {
  padding: 80px 0;
}

.lp-effect .lp-subtitle {
  margin-bottom: 40px;
}

.lp-effect__list {
  max-width: 600px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 32px;
}

.lp-effect__item {
  padding: 30px 30px 38px 30px;
  background: #FAF9F7;
  border: 1px solid #562E00;
}

.lp-effect__item:nth-child(3) {
  padding: 30px;
}

.lp-effect__title {
  display: flex;
  color: #562E00;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 4px;
  justify-content: space-between;
  margin-bottom: 8px;
  position: relative;
}

.lp-effect__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
}

.lp-effect__item:nth-child(1) .lp-effect__title::after {
  background: url(../../images/lp/point1.png) top right no-repeat;
  background-size: auto 100%;
}

.lp-effect__item:nth-child(2) .lp-effect__title::after {
  background: url(../../images/lp/point2.png) top right no-repeat;
  background-size: auto 100%;
}

.lp-effect__item:nth-child(3) .lp-effect__title::after {
  background: url(../../images/lp/point3.png) top right no-repeat;
  background-size: auto 100%;
}

.lp-effect__text {
  font-size: 14px;
  line-height: 24px;
}

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

  .lp-effect .lp-container {
    padding: 60px 0;
  }
  
  .lp-effect .lp-subtitle {
    margin-bottom: 24px;
  }
  
  .lp-effect__item {
    padding: 20px;
  }
  
  .lp-effect__item:nth-child(3) {
    padding: 20px;
  }
  
  .lp-effect__title {
    padding-left: 0;
  }
  
  .lp-effect__title::after {
    bottom: 2.5px;
    height: 25px;
  }

}

/* CTA */

.lp-cta .lp-container {
  padding: 24px 0 23px 0;
}

.lp-cta .lp-content {
  max-width: 600px;
  padding-left: 34px;
}

.lp-cta .lp-cta__head {
  margin-bottom: 23px;
}

.lp-cta__bottom {
  display: flex;
  justify-content: space-between;
}

.lp-cta .lp-cta__message {
  font-size: 18px;
  margin-bottom: 0;
}

.lp-cta .btn__free-diagnosis a {
  width: 210px;
  font-size: 22px;
  line-height: 31px;
  padding: 7px 0 8px 0;
}

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

  .lp-cta .lp-container {
    padding: 20px 0;
  }

  .lp-cta .lp-content {
    max-width: calc(100% - 40px);
    padding-left: 0;
  }

  .lp-cta .lp-cta__head {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
  }

  .lp-cta .lp-cta__message {
    font-size: 13px;
    line-height: 22px;
  }

  .lp-cta .btn__free-diagnosis a {
    width: 173px;
    font-size: 18px;
    line-height: 25px;
    padding: 4px 0 6px 0;
  }

}

/* PURPOSE */

.lp-purpose .lp-container {
  padding: 80px 0;
  background: #FAF9F7;
}

.lp-purpose .lp-text {
  max-width: 530px;
  margin-bottom: 40px;
}

.lp-purpose__list {
  max-width: 410px;
  display: flex;
  align-items: space-between;
  justify-content: center;
  gap: 24px 0;
  margin: 0 auto;
  flex-wrap: wrap;
}

.lp-purpose__item {
  width: 185px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding-left: 32px;
  position: relative;
}

.lp-purpose__item:nth-child(2n) {
  width: 225px;
}

.lp-purpose__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 18px;
  background: url(../../images/lp/check.png) no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    
  .lp-purpose .lp-container {
    padding: 40px 0 60px 0;
  }

  .lp-purpose .lp-text {
    font-size: 13px;
    max-width: 390px;
    margin-bottom: 22px;
  }

  .lp-purpose__list {
    max-width: 320px;
    gap: 16px 0;
  }

  .lp-purpose__item {
    width: 154px;
    font-size: 13px;
  }

  .lp-purpose__item:nth-child(2n) {
    width: 165px;
  }

  .lp-purpose__item::before {
    width: 20px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

}

/* RESULT */

.lp-result .lp-container {
  padding: 80px 0;
}

.lp-result .lp-subtitle {
  margin-bottom: 24px;
}

.lp-result .lp-text {
  text-align: center;
  margin-bottom: 40px;
}

.lp-result__list {
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.lp-result__item {
  display: flex;
  gap: 24px;
}

.lp-result__img {
  width: 400px;
}

.lp-result__item:nth-child(2) .lp-result__img {
  padding-top: 23px;
}

.lp-result__item:nth-child(3) .lp-result__img {
  margin-top: -12px;
}

.lp-result__text {
  width: 350px;
}

.lp-result__title {
  color: #562E00;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 24px;
  padding-left: 14px;
  position: relative;
}

.lp-result__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #F9CA6D;
}

.lp-result__detail {
  font-size: 16px;
  line-height: 28px;
  padding-left: 3px;
}

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

  .lp-result .lp-container {
    padding: 60px 0;
  }
  
  .lp-result .lp-text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 24px;
  }
  
  .lp-result__list {
    gap: 40px;
  }
  
  .lp-result__item {
    flex-direction: column;
    gap: 12px;
  }
  
  .lp-result__img {
    width: 100%;
    margin-bottom: 12px;
  }
  
  .lp-result__item:nth-child(2) .lp-result__img {
    padding-top: 0;
  }
  
  .lp-result__item:nth-child(3) .lp-result__img {
    margin-top: 0;
  }
  
  .lp-result__text {
    width: 100%;
  }
  
  .lp-result__title {
    font-size: 20px;
    margin-bottom: 0;
  }
  
  .lp-result__title::before {
    bottom: 5px;
    width: 4px;
    height: 20px;
  }
  
  .lp-result__detail {
    font-size: 14px;
    line-height: 26px;
    padding-left: 0px;
  }  

}

/* HOW TO USE */

.lp-howtouse .lp-container {
  padding: 80px 0 147px 0;
}

.lp-howtouse .lp-subtitle {
  margin-bottom: 66px;
}

.lp-howtouse__list {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 105px;
  margin: 0 auto;
}

.lp-howtouse__item {
  background: #E3C597;
  padding: 20px 50px;
  position: relative;
}

.lp-howtouse__item::before {
  content: '';
  position: absolute;
  top: -28px;
  left: 45px;
  width: 100%;
  height: 39px;
}

.lp-howtouse__item:nth-child(1)::before {
  background: url(../../images/lp/step1.png) top left no-repeat;
  background-size: auto 100%;
}

.lp-howtouse__item:nth-child(2)::before {
  background: url(../../images/lp/step2.png) top left no-repeat;
  background-size: auto 100%;
}

.lp-howtouse__item:nth-child(3)::before {
  background: url(../../images/lp/step3.png) top left no-repeat;
  background-size: auto 100%;
}

.lp-howtouse__item:nth-child(4)::before {
  background: url(../../images/lp/step4.png) top left no-repeat;
  background-size: auto 100%;
}

.lp-howtouse__item::after {
  content: '';
  position: absolute;
  bottom: -47px;
  left: 0;
  width: 100%;
  height: 0px;
  border-left: 300px solid transparent;
  border-right: 300px solid transparent;
  border-top: 47px solid #E3C597;
}

.lp-howtouse__title {
  color: #FFFFFF;
  padding-bottom: 14px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 33px;
  border-bottom: 1px solid #FFFFFF;
}

.lp-howtouse__detail {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
}

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

  .lp-howtouse .lp-container {
    padding: 60px 0 93px 0;
  }
  
  .lp-howtouse .lp-subtitle {
    margin-bottom: 46px;
  }
  
  .lp-howtouse__list {
    gap: 60px;
  }
  
  .lp-howtouse__item {
    height: 164px;
    padding: 20px 20px 0 20px;
  }
  
  .lp-howtouse__item::before {
    top: -23px;
    left: 0;
    width: 200px;
    height: 32px;
  }
  
  .lp-howtouse__item::after {
    bottom: -30px;
    width: calc(100vw - 40px);
    border-left: calc((100vw - 40px)/2) solid transparent;
    border-right: calc((100vw - 40px)/2) solid transparent;
    border-top: 30px solid #E3C597;
  }
  
  .lp-howtouse__title {
    padding-bottom: 9px;
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 27px;
  }
  
  .lp-howtouse__detail {
    font-size: 14px;
    line-height: 24px;
  }  

}

/* FOOTER */

.lp-footer .lp-container {
  background: #6C5E4D;
  padding: 20px 0;
}

.lp-footer .lp-content {
  max-width: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 80px;
}

.lp-footer__name {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20.37px;
  margin-bottom: 13.58px;
}

.lp-footer__adress {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
}

.lp-footer a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
}

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

  .lp-footer .lp-container {
    padding: 14px 0 18px 0;
  }

  .lp-footer .lp-content {
    max-width: calc(100% - 32px);
    gap: 30px;
    justify-content: space-between;
  }

  .lp-footer__name {
    font-size: 16px;
    line-height: 18.11px;
  }

  .lp-footer__adress {
    font-size: 12px;
    line-height: 16px;
  }

  .lp-footer a {
    font-size: 12px;
    margin-right: 20px;
  }

}