.p-top__product-point2-text,
.p-top__product-point3-text {
  /* position: relative;
  padding-left: 1.3em;
  text-align: center; */
  width: fit-content;
  margin: 10px auto 0;
}

.p-top__product-point2-text span,
.p-top__product-point3-text span {
  /* position: absolute;
  left: 0;
  bottom: -0.2em; */
}

.p-top__product-point2-title,
.p-top__product-point3-title {
  font-size: calc(24 * var(--width-ratio));
}

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

  .p-top__product-point2-title,
  .p-top__product-point3-title {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-top__results-item.active {
  position: relative;
}

.p-top__results-item.active::before {
  content: "";
  background-color: rgba(224, 144, 59, .7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
}

.p-top__results-item.active::after {
  content: "";
  background-image: url(../image/common/check.svg);
  background-size: 100% 100%;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.p-works__box {
  box-shadow: 0 2px 0px rgba(87, 65, 9, 1);
}

.p-top__features-title-small {
  font-size: 1.3rem;
}


@media screen and (max-width: 767px) {
  .p-top__features-text p {
    font-size: 18px;
  }
}

.p-lp__worris-wrapper-text-top {
  font-size: 1.4rem;
}



p.p-lp__worris-wrapper-text-bottom {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper-text-top {
    font-size: 1rem;
  }

  p.p-lp__worris-wrapper-text-bottom {
    font-size: 16px;
  }
}

.p-lp__faq-question,
.p-lp__faq-answer {
  font-size: 20px;
}

.p-lp__faq-answer {
  padding-right: 0;
}

.p-lp__faq-answer-container {
  padding: 24px;
}

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

  .p-lp__faq-question,
  .p-lp__faq-answer {
    font-size: 18px;
    padding-right: 32px;
  }

  .p-lp__faq-answer {
    padding-right: 0;
  }

  .p-lp__faq-answer-container {
    padding: 24px;
  }
}

.p-lp__reason-list {
  margin-bottom: 84px;
}

.p-lp__reason-onepoint {
  margin: 0 auto 200px;
  max-width: 1058px;
  background-color: #DBB678;
  padding: 84px 36px 36px;
  position: relative;
  border-radius: 20px;
}

.p-lp__reason-onepoint::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 195px 208px 0 0;
  /* 右と下の辺に色を付ける */
  border-color: #E0903B transparent transparent transparent;
  /* 上と右の辺以外を透明にする */
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0 0 0;
  /* 角を丸める */
  z-index: 1;
}

.p-lp__reason-onepoint-explanation {
  z-index: 2;
  position: absolute;
  top: 25px;
  left: 18.5px;
}

.p-lp__reason-onepoint-explanation-text {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin-bottom: 10px;
  color: #fff;
}

.p-lp__reason-onepoint-explanation-img {
  width: 128px;
}

.p-lp__reason-onepoint-ttl {
  position: relative;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.p-lp__reason-onepoint-ttl::after {
  content: "";
  display: block;
  height: 1px;
  width: 58px;
  background-color: #fff;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -11px;
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-lp__reason-onepoint-flex {
  justify-content: space-between;
}

.p-lp__reason-onepoint-img {
  width: 50%;
}

.p-lp__reason-onepoint-text {
  width: 47%;
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: -10px;
}

.p-lp__reason-onepoint-red {
  font-size: 24px;
  font-weight: 900;
  color: #F80808;
}

.p-lp__reason-onepoint-text .strong {
  font-size: 1.1em;
  color: #574109;
  font-weight: 700;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-lp__reason-list {
    margin-bottom: 84px;
  }

  .p-lp__reason-onepoint {
    margin: 0 auto 84px;
    max-width: 1058px;
    width: 375px;
    background-color: #DBB678;
    padding: 144px 24px 36px;
    position: relative;
    border-radius: 20px;
  }

  .p-lp__reason-onepoint::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 165px 188px 0 0;
    /* 右と下の辺に色を付ける */
    border-color: #E0903B transparent transparent transparent;
    /* 上と右の辺以外を透明にする */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px 0 0 0;
    /* 角を丸める */
    z-index: 1;
  }

  .p-lp__reason-onepoint-explanation {
    z-index: 2;
    position: absolute;
    top: 24px;
    left: 18.5px;
  }

  .p-lp__reason-onepoint-explanation-text {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -0.06em;
    margin-bottom: 5px;
    color: #fff;
  }

  .p-lp__reason-onepoint-explanation-img {
    width: 100px;
  }

  .p-lp__reason-onepoint-ttl {
    position: relative;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
  }

  .p-lp__reason-onepoint-ttl::after {
    content: "";
    display: block;
    height: 1px;
    width: 58px;
    background-color: #fff;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -11px;
  }

  .u-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .p-lp__reason-onepoint-flex {
    justify-content: space-between;
  }

  .p-lp__reason-onepoint-img {
    width: 100%;
    margin-bottom: 24px;
  }

  .p-lp__reason-onepoint-text {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: -10px;
  }

  .p-lp__reason-onepoint-red {
    font-size: 21px;
    font-weight: 900;
    color: #F80808;
  }

  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 767px){
  .p-top__features__bnr-btn{
    position: relative;
    z-index: 1;
  }
  .p-top__case_study-slide-item-area--reason .text{
    white-space: normal;
    word-break: break-word;
  }
}
