.p-lp__secTitle {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-lp__secTitle {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .p-lp__secTitle {
    font-size: 18px;
  }
}

#wrap.wrapLp.wrapLpCase {
  border: none;
}

.headerLp.headerLpCase .headerLp-cta {
  width: 190px;
}

.wrapLpCase .achieve.achieveLp .achieve-inner {
  padding: 20px 0;
}

.achieve.achieveLp {
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.achieve.achieveLp .achieve-list-reverse {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.wrapLpCase .p-lp__cta {
  background: url(./../image/cta_bg_01.jpg) right center/cover;
  padding: 66px 16px 46px;
}
@media (max-width: 768px) {
  .wrapLpCase .p-lp__cta {
    background: none;
    padding: 40px 16px;
  }
}
.wrapLpCase .p-lp__cta__title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .wrapLpCase .p-lp__cta__title {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .wrapLpCase .p-lp__cta__title {
    font-size: 18px;
  }
}
.wrapLpCase .p-lp__cta__btnWrap {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  align-items: center;
}
.wrapLpCase .p-lp__cta__btn {
  max-width: 100%;
  width: 446px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  position: relative;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  gap: 9px;
}
@media (max-width: 768px) {
  .wrapLpCase .p-lp__cta__btn {
    font-size: 14px;
    padding: 0 12px;
  }
}
.wrapLpCase .p-lp__cta__btn::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 19.33px;
}
.wrapLpCase .p-lp__cta__btnLabel {
  width: 47px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid transparent;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .wrapLpCase .p-lp__cta__btnLabel {
    font-size: 10px;
    width: 36px;
  }
}
.wrapLpCase a.p-lp__cta__btn--download {
  background: #cc667c;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 0px 0px 24px rgba(61, 62, 44, 0.1);
  letter-spacing: 0.64px;
}
@media (max-width: 768px) {
  .wrapLpCase a.p-lp__cta__btn--download {
    width: fit-content;
    padding: 0 60px 0 20px;
  }
}
.wrapLpCase a.p-lp__cta__btn--download::before {
  width: 22px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(./../image/icon-download.svg);
}
@media (max-width: 768px) {
  .wrapLpCase a.p-lp__cta__btn--download::before {
    width: 16px;
  }
}
.wrapLpCase a.p-lp__cta__btn--download .p-lp__cta__btnLabel {
  color: #cc667c;
}
.wrapLpCase .p-lp__cta__btn--contact {
  height: 58px;
  width: fit-content;
  padding-right: 50px;
  letter-spacing: 0;
}
.wrapLpCase .p-lp__cta__btn--contact::before {
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(./../image/arrow-btn.svg);
}
.wrapLpCase .p-lp__cta__btn--contact::after {
  background-color: #444444;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: calc(100% - 48px);
  left: 24px;
}
.wrapLpCase .p-lp__cta__btn--contact:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.wrapLpCase .cta.cta-under-fv:has(.upper) {
  padding-top: 39px;
}
.wrapLpCase .cta.cta-under-fv .cta-btn {
  width: 289px;
  padding-right: 30px;
}

.p-lp__case {
  padding: 20px 0 58px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-lp__case {
    padding: 40px 0;
  }
}

.p-lp__case__inner {
  margin: auto;
  max-width: 1160px;
  width: 94%;
}

.p-lp__case__list {
  margin-top: 40px;
  flex-direction: column;
  display: flex;
  gap: 26px;
}

.p-lp__case__item {
  border-radius: 20px;
  border: 2px solid #000;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-lp__case__item {
    flex-direction: column-reverse;
  }
}

.p-lp__case__content {
  padding: 32px;
}
@media (max-width: 768px) {
  .p-lp__case__content {
    padding: 18px;
  }
}

.p-lp__case__itemTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-lp__case__itemTitle {
    font-size: 18px;
  }
}

.p-lp__case__circle {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border: 2px solid #000;
  background: #c0cd34;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.p-lp__case__num {
  font-size: 24px;
}

.p-lp__case__itemText01 {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-lp__case__itemText01 {
    font-size: 14px;
  }
}

.p-lp__case__image {
  width: 416px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-lp__case__image {
    width: 100%;
  }
}
.p-lp__case__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.p-lp__case__reason {
  margin-top: 32px;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .p-lp__case__reason {
    padding: 0;
  }
}

.p-lp__case__cta {
  margin-top: 32px;
}
.p-lp__case__cta .p-lp__cta__btn--contact .p-lp__cta__btnLabel {
  border-color: #000;
}

.p-lp__case .topCase__ttlHead {
  width: 92%;
  max-width: 358px;
  margin: 0 auto;
}

.p-lp__case-lead {
  text-align: center;
}

.p-lp__case-text01 {
  display: inline;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-lp__case-text01 {
    font-size: 14px;
  }
}

.p-lp__case-text02 {
  display: inline;
  font-size: 12px;
  color: #666666;
}
@media (max-width: 768px) {
  .p-lp__case-text02 {
    font-size: 10px;
  }
}

.p-lp__case__detail {
  margin-top: 12px;
  display: flex;
  gap: 12px;
}
.p-lp__case__detail dt {
  border-radius: 2px;
  background: #c0cd34;
  flex-shrink: 0;
  height: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  width: fit-content;
  padding: 0 8px;
}
.p-lp__case__detail dd {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
.p-lp__case__detail + .p-lp__case__detail {
  margin-top: 8px;
}

.p-lp__case__cont {
  border-top: 1px dashed #000;
  padding-top: 16px;
  margin-top: 16px;
  display: flex;
  gap: 10px;
}

.p-lp__case__icon {
  width: 100px;
  flex-shrink: 0;
}

.p-lp__case__icon-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}

.p-lp__cost__ballon {
  width: 211px;
  max-width: 100%;
  margin: 0 auto;
}
.p-lp__cost__ballon img {
  width: 100%;
  height: auto;
}

.p-prodCost__box pictuire,
.p-prodCost__box img {
  width: 94%;
  max-width: 746px;
  margin: 0 auto;
}

.download-image {
  width: 332px;
  max-width: 100%;
  margin: 0 auto;
}
.download-image img {
  width: 100%;
  height: auto;
}

.p-lp__about {
  background: #fff;
  padding: 156px 0 72px;
}
@media (max-width: 768px) {
  .p-lp__about {
    padding: 40px 0;
  }
}

.p-lp__about__inner {
  margin: auto;
  max-width: 1000px;
  width: 94%;
}

.p-lp__about__ballon {
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
}
.p-lp__about__ballon img {
  width: 100%;
  height: auto;
}

.p-lp__about__title {
  margin-top: 12px;
}

.p-lp__about__text01 {
  margin-top: 28px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-lp__about__text01 {
    font-size: 16px;
  }
}

.p-lp__about__clm {
  margin-top: 48px;
  padding: 0 32px;
  display: flex;
  gap: 56px;
}
@media (max-width: 768px) {
  .p-lp__about__clm {
    flex-direction: column;
    padding: 0;
  }
}

.p-lp__about__image {
  width: 420px;
  max-width: 100%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-lp__about__image {
    width: 100%;
  }
}
.p-lp__about__image img {
  width: 100%;
  height: auto;
}

.p-lp__about__content {
  flex: 1;
}

.p-lp__about__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.p-lp__about__item {
  padding-left: 44px;
  position: relative;
}
.p-lp__about__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(./../image/check_icon_01.png) center center/contain no-repeat;
}

.p-lp__about__itemText01 {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-lp__about__itemText01 {
    font-size: 18px;
  }
}

.p-lp__about__itemText02 {
  margin-top: 4px;
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .p-lp__about__itemText02 {
    font-size: 14px;
  }
}

.p-lp__about__itemText03 {
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-lp__about__itemText03 {
    font-size: 12px;
  }
}

.p-lp__about__paymentList {
  margin-top: 48px;
  border-radius: 18px;
  border: 4px solid #bfcd34;
  display: flex;
  padding: 20px;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-lp__about__paymentList {
    align-items: center;
    flex-direction: column;
  }
}

.p-lp__about__paymentItem:nth-child(1), .p-lp__about__paymentItem:nth-child(2), .p-lp__about__paymentItem:nth-child(3) {
  width: 156px;
}
@media (max-width: 768px) {
  .p-lp__about__paymentItem:nth-child(1), .p-lp__about__paymentItem:nth-child(2), .p-lp__about__paymentItem:nth-child(3) {
    max-width: 100%;
    width: 300px;
  }
}
.p-lp__about__paymentItem:nth-child(4), .p-lp__about__paymentItem:nth-child(5) {
  width: 135px;
}
@media (max-width: 768px) {
  .p-lp__about__paymentItem:nth-child(4), .p-lp__about__paymentItem:nth-child(5) {
    max-width: 100%;
    width: 300px;
  }
}
.p-lp__about__paymentItem:nth-child(6) {
  width: 131px;
}
@media (max-width: 768px) {
  .p-lp__about__paymentItem:nth-child(6) {
    max-width: 100%;
    width: 300px;
  }
}
.p-lp__about__paymentItem img {
  width: 100%;
  height: auto;
}

.topReason__cont__voice__ttl {
  width: 97%;
  max-width: 420px;
  border: solid 2px #c0cd34;
  border-radius: 30px;
  margin: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  position: relative;
  font-weight: bold;
  z-index: 2;
  padding: 0px 5px 8px 22px;
}

@media screen and (max-width: 568px) {
  .topReason__cont__voice__ttl {
    font-size: 12px;
    padding-left: 7px;
  }
}
.topReason__cont__voice__ttl span {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .topReason__cont__voice__ttl span {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .topReason__cont__voice__ttl span {
    font-size: 16px;
  }
}
.topReason__cont__voice__ttl:after {
  content: "";
  width: 37px;
  height: 37px;
  background: url(./../image/reason-icon-voice.png) center center no-repeat;
  background-size: contain;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .topReason__cont__voice__ttl:after {
    width: 25px;
    height: 25px;
  }
}
.topReason__cont__voice__list {
  margin-top: -24px;
  border: solid 2px #c0cd34;
  background: #eff3cc;
  padding: 44px 15px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .topReason__cont__voice__list {
    padding-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.topReason__cont__voice__item {
  width: fit-content;
  padding: 0 10px;
  border-left: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topReason__cont__voice__item:first-child {
  border-left: none;
}

.topReason__cont__voice__item:before {
  content: "";
  min-width: 30px;
  height: 34px;
  margin-right: 5px;
  background: url(./../image/reason-icon-voice-person.png) center center no-repeat;
  background-size: 100%;
}

.topReason__cont__voice__item p {
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .topReason__cont__voice__item p {
    font-size: 15px;
  }
}
@media screen and (max-width: 568px) {
  .topReason__cont__voice__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 568px) {
  .topReason__cont__voice__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .topReason__cont__voice__item {
    width: 100%;
    border-left: none;
    padding: 10px 0;
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .topReason__cont__voice__item::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #fff;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .topReason__cont__voice__item:last-of-type::after {
    content: none;
  }
}

/*# sourceMappingURL=style.css.map */
