@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
  background: transparent !important;
}

ul,
li {
  list-style-type: none;
}

.lp-re-01 {
  position: relative;
  padding-right: 97px;
}
@media screen and (max-width: 1060px) {
  .lp-re-01 {
    padding-right: 0;
  }
}
.lp-re-01 img {
  display: block;
  width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-re-01__content-inner {
  margin: 0 auto;
  padding: 0 30px;
  width: min(100%, 430px);
  position: relative;
  -webkit-box-shadow: -13px 0 13px -13px rgba(67, 50, 11, 0.16), 13px 0 13px -13px rgba(67, 50, 11, 0.16);
          box-shadow: -13px 0 13px -13px rgba(67, 50, 11, 0.16), 13px 0 13px -13px rgba(67, 50, 11, 0.16);
  z-index: 1;
}

.lp-re-01__headline {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp-re-01__headline::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 3px;
  background: #000;
  left: -30px;
  bottom: -10px;
}

.lp-re-01__headline img {
  width: auto;
}

.lp-re-01__cta-img {
  margin-bottom: 30px;
}

.lp-re-01__cta-text {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 0.9333333333;
  color: #ac7862;
}
.lp-re-01__cta-text .large {
  font-size: 30px;
}

.lp-re-01__cta-btn {
  border-radius: 9999px;
  width: 100%;
  max-width: 370px;
  margin: 10px auto 0;
  height: 60px;
  background: #ac7862;
  border: 1px solid #AC7862;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .lp-re-01__cta-btn:hover {
    background: #FFFFFF;
  }
  .lp-re-01__cta-btn:hover .lp-re-01__cta-btn-text {
    color: #AC7862;
  }
  .lp-re-01__cta-btn:hover .lp-re-01__cta-btn-text::before {
    background: url("../img/lp-re-01/lp-re-01__cta-btn-icon-hover.svg") no-repeat center center/cover;
  }
}

.lp-re-01__cta-btn-text {
  padding-left: 31px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.26em;
  line-height: 1.75;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lp-re-01__cta-btn-text::before {
  content: "";
  background: url("../img/lp-re-01/lp-re-01__cta-btn-icon.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lp-re-01-mv__cta-attention {
  margin-top: 20px;
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  font-size: 9px;
  line-height: 1.575;
  text-align: left;
  color: #6d6d6d;
}

.scroll-fade-up {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.scroll-fade-up.is-fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lp-re-01-header-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .lp-re-01-header-wrap {
    z-index: 10;
  }
}

.lp-re-01-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 430px) {
  .lp-re-01-header {
    z-index: 10;
    top: 26px;
  }
}

.lp-re-01-header__inner {
  background: #FFF9F7;
  position: fixed;
  gap: 430px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-re-01-header__inner--solution {
  background-color: #F0F0F0;
}
.lp-re-01-header__inner--achievement {
  background-color: #FFF9F7;
}
.lp-re-01-header__inner--voice {
  background-color: #F7F6E9;
}
.lp-re-01-header__inner--workflow {
  background-color: #F7F6F5;
}
.lp-re-01-header__inner--special-offer {
  background-color: #F8F5EF;
}
.lp-re-01-header__inner--quality {
  background-color: #FCFCFA;
}
@media screen and (max-width: 430px) {
  .lp-re-01-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    position: relative;
    padding-inline: 30px 15px;
    z-index: 200;
  }
}

.lp-re-01-header__side {
  width: calc(50% - 263px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: min(7.5vh, 60px);
  padding-left: 4.39238653vw;
}
@media screen and (max-width: 1250px) {
  .lp-re-01-header__side {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .lp-re-01-header__side {
    padding: 0;
  }
}
@media screen and (max-width: 430px) {
  .lp-re-01-header__side {
    display: none;
  }
}

.lp-re-01-header__side-headline {
  max-width: 160px;
}
@media screen and (max-width: 1060px) {
  .lp-re-01-header__side-headline {
    display: none;
  }
}

.lp-re-01-header__side-list {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 270px;
}
@media screen and (max-width: 1060px) {
  .lp-re-01-header__side-list {
    display: none;
  }
}

.lp-re-01-header__side-item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  opacity: 1;
}
.lp-re-01-header__side-item + .lp-re-01-header__side-item {
  margin-top: 18px;
}
.lp-re-01-header__side-item::before {
  content: "";
  position: absolute;
  background: #000;
  width: 54px;
  height: 1px;
  top: 12px;
  left: -62px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lp-re-01-header__side-item.active::before {
  opacity: 1;
}
.lp-re-01-header__side-item a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .lp-re-01-header__side-item a:hover {
    opacity: 0.7;
  }
}
.lp-re-01-header__side-item .lp-re-01-header__side-item--en img {
  width: auto;
}
.lp-re-01-header__side-item .lp-re-01-header__side-item--jp {
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5714285714;
  color: #000;
  display: block;
}

.lp-re-01-header__side:not(.is-mv) .lp-re-01-header__side-item {
  opacity: 0.3;
}
.lp-re-01-header__side:not(.is-mv) .lp-re-01-header__side-item.active {
  opacity: 1;
}

.lp-re-01-header__side-btn {
  margin-top: auto;
  margin-left: -10px;
  margin-bottom: 27px;
  max-width: 300px;
}
@media screen and (max-width: 1250px) {
  .lp-re-01-header__side-btn {
    padding-right: 10px;
    max-width: 280px;
  }
}
@media screen and (max-width: 1060px) {
  .lp-re-01-header__side-btn {
    display: none;
  }
}

.lp-re-01-header__side-btn-text {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #ac7862;
}
.lp-re-01-header__side-btn-text .large {
  font-size: 20px;
}

.lp-re-01-header__right {
  position: relative;
  height: 100%;
  width: calc(50% - 167px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: -1;
}

.lp-re-01-header__right-logo {
  position: absolute;
  right: 45px;
  bottom: 28px;
  z-index: 9999;
  width: 100%;
  max-width: 213px;
}
@media screen and (max-width: 1060px) {
  .lp-re-01-header__right-logo {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .lp-re-01-header__right-logo {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    max-width: 112px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.lp-re-01-header__right-img {
  position: absolute;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 430px) {
  .lp-re-01-header__right-img {
    display: none;
  }
}
.lp-re-01-header__right-img.active {
  opacity: 1;
}
.lp-re-01-header__right-img img {
  height: 103dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.lp-re-01-mv-wrapper {
  position: relative;
}

.lp-re-01-mv .lp-re-01__content-inner {
  background: #FDF1ED;
  padding: 0;
}

.lp-re-01-mv__container {
  padding-top: 24px;
}

.lp-re-01__cta-mv {
  background: url("../img/lp-re-01/lp-re-01__cta-mv-bg.svg") no-repeat center center/cover;
  margin-top: 35px;
  padding: 27px 30px 17px;
}

.lp-re-01-intro .lp-re-01__content-inner {
  padding-top: 20px;
  padding-bottom: 57px;
  background: #FFFFFF;
}

.lp-re-01-intro__headline {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.17em;
  line-height: 1.8431578947;
  text-align: center;
  color: #2d2d2d;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.lp-re-01-intro__headline .line {
  padding-inline: 20px;
  position: relative;
}
.lp-re-01-intro__headline .line:nth-child(1) {
  padding-right: 10px;
}
.lp-re-01-intro__headline .line::after {
  content: "";
  position: absolute;
  background: #000;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -5px;
}

.lp-re-01-intro__bubbles {
  margin-top: 22px;
}

.lp-re-01-intro__bubble {
  max-width: 282px;
}

.lp-re-01-intro__bubble--left {
  margin-left: -5px;
}
.lp-re-01-intro__bubble--left img {
  width: 105%;
}

.lp-re-01-intro__bubble--right {
  margin-top: -5px;
  margin-right: 7px;
  margin-left: auto;
}
.lp-re-01-intro__bubble--right img {
  width: 105%;
}

.lp-re-01-intro__text {
  margin: 12px auto 0;
  max-width: 350px;
}

.lp-re-01-intro__banner {
  margin-top: 15px;
  padding: 22px 13px 0 25px;
  height: 124px;
  background: #fcf5ea;
  border: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}

.lp-re-01-intro__banner-text {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1.7070588235;
  color: #2d2d2d;
}

.lp-re-01-intro__banner-img {
  position: absolute;
  right: 10px;
  bottom: 0;
  max-width: 137px;
}

.lp-re-01-solution .lp-re-01__content-inner {
  padding-top: 68px;
  background: #e6e6e4;
}
.lp-re-01-solution .lp-re-01__content-inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 94px solid transparent;
  border-right: 94px solid transparent;
  border-top: 59px solid #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}

.lp-re-01-solution__emphasis {
  margin-top: 38px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
.lp-re-01-solution__emphasis .large {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 33px;
  display: inline-block;
  color: #ac7862;
  letter-spacing: 0;
}

.lp-re-01-solution__contents {
  margin-top: 110px;
}

.lp-re-01-solution__content {
  padding: 40px 24px 24px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.lp-re-01-solution__content + .lp-re-01-solution__content {
  margin-top: 110px;
}

.lp-re-01-solution__bubble {
  font-family: dnp-shuei-mgothic-std, "DNP ShueiMGoStd", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.7857142857;
  height: 58px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #000;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -67px;
}
.lp-re-01-solution__bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11.5px solid transparent;
  border-right: 11.5px solid transparent;
  border-top: 25px solid #000000;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lp-re-01-solution__content-headline {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 29px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.lp-re-01-solution__content-text {
  margin-top: 7px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1.9230769231;
}
.lp-re-01-solution__content-text .line {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#EEFF24));
  background: linear-gradient(transparent 30%, #EEFF24);
}

.lp-re-01-solution__img {
  margin-top: 20px;
}

.lp-re-01__cta-solution {
  margin-top: 30px;
}
.lp-re-01__cta-solution .lp-re-01__cta-btn {
  height: 50px;
  width: 98%;
}
.lp-re-01__cta-solution .lp-re-01__cta-btn .lp-re-01__cta-btn-text {
  font-size: 14px;
  letter-spacing: 0.26em;
}
.lp-re-01__cta-solution .lp-re-01__cta-btn .lp-re-01__cta-btn-text::before {
  width: 17px;
  height: 19px;
}

.lp-re-01-solution__voice {
  margin-top: 20px;
}

.lp-re-01-solution__voice-headline {
  margin: 0 auto;
  padding: 3px 13px 3px 25px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  height: 25px;
  background: #ac7862;
  position: relative;
}
.lp-re-01-solution__voice-headline::after {
  background: url("../img/lp-re-01/lp-re-01-solution__voice-headline-icon.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lp-re-01-solution-special {
  margin-top: 40px;
  padding: 0 20px 130px;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid #707070;
  position: relative;
  z-index: 1;
}
.lp-re-01-solution-special::after {
  background: url("../img/lp-re-01/lp-re-01-solution-special-deco.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 84px;
  height: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 43px;
}

.lp-re-01-solution-special__headline {
  margin-top: 30px;
  text-align: center;
}

.lp-re-01-solution-special__headline-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.lp-re-01-solution-special__headline-img img {
  width: auto;
}

.lp-re-01-solution-special__headline-text {
  margin-top: 14px;
}

.lp-re-01-solution-special__headline-text--upper {
  margin: 0 auto;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 42px;
  text-align: center;
  color: #000;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp-re-01-solution-special__headline-text--upper::before, .lp-re-01-solution-special__headline-text--upper::after {
  content: "";
  position: absolute;
  background: #000000;
  width: 20px;
  height: 1px;
  top: 50%;
  -webkit-transform: rotate(115deg) translateY(-50%);
          transform: rotate(115deg) translateY(-50%);
}
.lp-re-01-solution-special__headline-text--upper::before {
  left: -30px;
  -webkit-transform: rotate(-115deg) translateY(-50%);
          transform: rotate(-115deg) translateY(-50%);
}
.lp-re-01-solution-special__headline-text--upper::after {
  right: -30px;
}

.lp-re-01-solution-special__headline-text--lower {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1818181818;
  text-align: center;
  color: #000;
}
.lp-re-01-solution-special__headline-text--lower .large {
  font-size: 33px;
  color: #AC7862;
  display: block;
}

.lp-re-01-solution-special__box {
  margin-top: 36px;
}

.lp-re-01-solution-special__text {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1.9230769231;
}

.lp-re-01-solution-special__img {
  margin-top: 20px;
}

.lp-re-01-solution-special__list {
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px 5px;
}

.lp-re-01-solution-special__item-img {
  margin: auto;
  max-width: 63px;
}

.lp-re-01-solution-special__item-text {
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}

.lp-re-01__cta-solution-special {
  margin-top: -46px;
  padding-block: 250px 20px;
  position: relative;
}
.lp-re-01__cta-solution-special::before {
  background: url("../img/lp-re-01/lp-re-01-solution-special__cta.webp") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: calc(100% + 60px);
  height: 100%;
  top: 0;
  left: -30px;
  right: -30px;
}

.lp-re-01-achievement .lp-re-01__content-inner {
  padding-block: 80px 50px;
  background: #FFF6F2;
}

.lp-re-01-achievement__emphasis {
  margin-top: 32px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
.lp-re-01-achievement__emphasis .large {
  font-size: 33px;
  letter-spacing: 0.13em;
  display: block;
}

.lp-re-01-achievement__img {
  margin: 20px auto 0;
  max-width: 335px;
}

.lp-re-01-achievement__description {
  margin: 25px auto 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.9230769231;
  max-width: 335px;
}

.lp-re-01-achievement__list {
  margin-top: 50px;
}

.lp-re-01-achievement__item {
  padding: 30px 20px;
  border-radius: 5.35px;
  background: #fff;
  border: 1.5px solid #000;
  -webkit-box-shadow: 3px 4px 0px #000;
          box-shadow: 3px 4px 0px #000;
  position: relative;
}
.lp-re-01-achievement__item + .lp-re-01-achievement__item {
  margin-top: 40px;
}

.lp-re-01-achievement__item-headline {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lp-re-01-achievement__item-headline img {
  width: auto;
}

.lp-re-01-achievement__item-voice {
  margin-top: 25px;
  text-align: center;
}
.lp-re-01-achievement__item-voice span {
  position: relative;
}
.lp-re-01-achievement__item-voice span::before, .lp-re-01-achievement__item-voice span::after {
  background: url("../img/lp-re-01/lp-re-01-achievement__item-voice-deco.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 22px;
}
.lp-re-01-achievement__item-voice span::before {
  left: -14px;
}
.lp-re-01-achievement__item-voice span::after {
  right: -14px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.lp-re-01-achievement__item-text {
  margin-top: 20px;
  font-family: dnp-shuei-mgothic-std, "DNP ShueiMGoStd", sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.5692307692;
}

.lp-re-01-achievement__item-attention {
  margin-top: 15px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.lp-re-01-voice .lp-re-01__content-inner {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #E8E6D9;
}
.lp-re-01-voice .lp-re-01__content-inner::before {
  background: url("../img/lp-re-01/lp-re-01-voice-bg.svg") no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 170px;
  z-index: -1;
}

.lp-re-01-voice__emphasis {
  margin-top: 30px;
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 0.05em;
  line-height: 1.2727272727;
  text-align: center;
  position: relative;
  z-index: 1;
}

.lp-re-01-voice__satisfaction {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 136px;
}

.lp-re-01-voice__img {
  margin: 36px auto 0;
  max-width: 340px;
}
.lp-re-01-voice__img img {
  margin-left: -10px;
  width: calc(100% + 10px);
  display: block;
}

.lp-re-01-voice__text {
  margin: 20px auto 0;
  font-family: dnp-shuei-mgothic-std, "DNP ShueiMGoStd", sans-serif;
  font-weight: normal;
  font-size: 14px;
  max-width: 340px;
  letter-spacing: 0.06em;
  line-height: 1.8571428571;
}

.lp-re-01-voice__swiper {
  margin-top: 35px;
  margin-inline: -30px;
  overflow: hidden;
}

.lp-re-01-voice__swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.lp-re-01-voice__attention {
  margin-top: 9px;
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  font-size: 10px;
  line-height: 1.575;
  color: #6d6d6d;
}

.lp-re-01__cta-voice {
  margin-top: 45px;
}

.lp-re-01-workflow .lp-re-01__content-inner {
  padding-block: 70px 50px;
  background: #F7F7F7;
}

.lp-re-01-workflow__emphasis {
  margin-top: 30px;
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 0.05em;
  line-height: 1.2727272727;
  text-align: center;
}

.lp-re-01-workflow__box {
  margin-top: 25px;
  padding: 25px 0 0px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
}

.lp-re-01-workflow__block {
  padding-inline: 30px;
}

.lp-re-01-workflow__tab-content .lp-re-01-workflow__img {
  margin-top: 36px;
}

.lp-re-01-workflow__block-headline {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.761875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.lp-re-01-workflow__text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.9230769231;
}

.lp-re-01-workflow__border {
  margin-top: 10px;
  padding: 15px;
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5961538462;
  text-align: left;
  border: 1px solid #dbdad0;
}

.lp-re-01-workflow__count {
  max-width: 32px;
}

.lp-re-01-workflow__tabs {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
}

.lp-re-01-workflow__tab {
  padding: 10px 10px 15px;
  cursor: pointer;
  width: 50%;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #000;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.lp-re-01-workflow__tab.active {
  border-bottom: none;
  z-index: 3;
}
.lp-re-01-workflow__tab.active:nth-child(1) {
  border-right: none;
}
.lp-re-01-workflow__tab.active:nth-child(2) {
  border-left: none;
}
.lp-re-01-workflow__tab:nth-child(1) {
  color: #ac7862;
  background: #fff6f2;
}
.lp-re-01-workflow__tab:nth-child(2) {
  background: #F2FAFF;
  color: #7D8498;
}

.lp-re-01-workflow__tab-content {
  margin-top: -10px;
  padding-block: 22px 30px;
  border-radius: 10px;
  border-top: 1px solid #000;
  -webkit-box-shadow: 3px -1px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px -1px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
  display: none;
}
.lp-re-01-workflow__tab-content.show {
  display: block;
}
.lp-re-01-workflow__tab-content#wax {
  background: #FFF6F2;
}
.lp-re-01-workflow__tab-content#wax {
  background: #FFF6F2;
}
.lp-re-01-workflow__tab-content#metal {
  background: #F2FAFF;
}

.lp-re-01-workflow__tab-description {
  padding-inline: 30px;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.9230769231;
}

.lp-re-01-workflow__bottom-wrapper {
  margin-top: 30px;
  padding: 0 30px;
}

.lp-re-01-workflow__info {
  padding: 5px 12px 10px;
  font-size: 13px;
  background: #FFFFFF;
  border: 1px solid #DBDAD0;
  border-radius: 5px;
  line-height: 1.5961538462;
  letter-spacing: 0.08em;
}

.lp-re-01-workflow__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-block: 8px;
  border-bottom: 1px solid #C6C6BF;
  font-weight: normal;
  font-size: 12px;
  font-family: "Noto Sans CJK JP";
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.lp-re-01-workflow__info-row:last-child {
  border: none;
  padding-bottom: 0;
}
.lp-re-01-workflow__info-row dt {
  min-width: 60px;
}
.lp-re-01-workflow__info-row dd {
  letter-spacing: 0;
  position: relative;
}
.lp-re-01-workflow__info-row dd .small {
  margin-left: 5px;
  font-size: 10px;
  letter-spacing: 0.08em;
  display: inline-block;
  vertical-align: bottom;
}

.lp-re-01-special-offer .lp-re-01__content-inner {
  padding-block: 70px 50px;
  background: #DDD6C7;
}

.lp-re-01-special-offer__emphasis {
  margin-top: 32px;
}

.lp-re-01-special-offer__emphasis--upper {
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.lp-re-01-special-offer__emphasis--lower {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 0.13em;
  text-align: center;
  color: #000;
}
.lp-re-01-special-offer__emphasis--lower span {
  color: #AC7862;
}

.lp-re-01-special-offer__list {
  margin-top: 30px;
}

.lp-re-01-special-offer__item {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.lp-re-01-special-offer__item + .lp-re-01-special-offer__item {
  margin-top: 20px;
}

.lp-re-01-special-offer__circle {
  width: 107px;
  height: 107px;
  background: #a53232;
  font-weight: bold;
  line-height: 19px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  right: -20px;
  top: -42px;
}
.lp-re-01-special-offer__circle .num {
  font-size: 16px;
}

.lp-re-01-special-offer__item-headline {
  margin-top: 12px;
}

.lp-re-01-special-offer__num img {
  width: auto;
}

.lp-re-01-special-offer__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1.9230769231;
}

.lp-re-01-quality .lp-re-01__content-inner {
  background: #F7F6EF;
  padding-block: 70px 50px;
}
.lp-re-01-quality .lp-re-01__cta .lp-re-01__content-inner {
  background: #FFFFFF;
  padding-block: 40px;
}

.lp-re-01-quality__emphasis {
  margin-top: 30px;
  text-align: center;
}

.lp-re-01-quality__emphasis--upper {
  font-weight: bold;
  font-size: 17px;
}

.lp-re-01-quality__emphasis--lower {
  font-size: 20px;
  font-weight: bold;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.lp-re-01-quality__emphasis--lower .large {
  color: #ac7862;
  font-size: 33px;
}

.lp-re-01-quality__box {
  margin-top: 30px;
  padding: 30px 25px 25px;
  background: #fff;
  border-radius: 11.15px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.lp-re-01-quality__box-headline {
  padding: 15px 0 20px;
  position: relative;
  text-align: center;
  max-width: 220px;
  margin: auto;
}
.lp-re-01-quality__box-headline::before, .lp-re-01-quality__box-headline::after {
  content: "";
  position: absolute;
  top: 0;
  width: 44px;
  height: 124px;
}
.lp-re-01-quality__box-headline::before {
  background: url("../img/lp-re-01/lp-re-01-quality-title-deco-left.svg") no-repeat center center/cover;
  left: 0;
}
.lp-re-01-quality__box-headline::after {
  background: url("../img/lp-re-01/lp-re-01-quality-title-deco-right.svg") no-repeat center center/cover;
  right: 1px;
}
.lp-re-01-quality__box-headline .top {
  padding: 0 5px;
  font-family: Jost;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.07em;
  color: #dab436;
}
.lp-re-01-quality__box-headline .middle {
  margin-top: 10px;
  display: block;
  font-size: 19px;
  display: block;
  letter-spacing: 0.06em;
  color: #664040;
}
.lp-re-01-quality__box-headline .dot {
  position: relative;
}
.lp-re-01-quality__box-headline .dot::before {
  content: "";
  background: #664040;
  position: absolute;
  width: 3px;
  height: 3px;
  top: -3px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp-re-01-quality__box-headline .bottom {
  margin-top: 2px;
  font-family: "Tsukushi B Round Gothic";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #664040;
}

.lp-re-01-quality__list {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 15px;
}

.lp-re-01-quality__item {
  background: #AC8320;
  height: 45px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 3.48;
  letter-spacing: 0.1em;
  list-style: none;
}

.lp-re-01-quality__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 2.1428571429;
}

.lp-re-01-locations {
  margin-bottom: 30px;
}
.lp-re-01-locations .lp-re-01__content-inner {
  background: #FFFFFF;
  padding-block: 0px;
}

.lp-re-01-locations-swiper {
  overflow: hidden;
  margin-inline: -30px;
}

.lp-re-01-locations-swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.lp-re-01-locations__img-text {
  margin-top: 5px;
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  color: #7e7867;
}

.lp-re-01-footer {
  position: relative;
  background-color: #333333;
  color: #fff;
  text-align: center;
  z-index: 1;
  padding-right: 97px;
}
@media screen and (max-width: 1060px) {
  .lp-re-01-footer {
    padding-right: 0;
  }
}
.lp-re-01-footer .lp-re-01__content-inner {
  padding-block: 50px;
  background-color: #333333;
}

.lp-re-01-footer__text {
  font-family: YuGo-Medium-83pv-RKSJ-H;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.lp-re-01-footer__logo {
  margin: 20px auto 0;
  text-align: center;
  display: block;
  max-width: 85px;
}

.lp-re-01-footer__logo img {
  width: auto;
}

.lp-re-01-footer__sns {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-re-01-footer__sns-link {
  max-width: 18px;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lp-re-01-footer__sns-link img {
  width: auto;
  height: auto;
}
@media (any-hover: hover) {
  .lp-re-01-footer__sns-link:hover {
    opacity: 0.7;
  }
}

.lp-re-01-footer__copyright {
  margin-top: 20px;
  font-family: HiraKakuProN-W3-83pv-RKSJ-H;
  font-weight: normal;
  font-size: 8px;
  display: block;
}