.bg-beige {
  background-color: #fcfbf9;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}
.bg-beige::before {
  position: absolute;
  content: "";
  width: 93.4%;
  height: 975px;
  bottom: 215px;
  left: 123px;
  background-image: url(../img/lp/lp-bg_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.reform-fv {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.reform-fv::before {
  position: absolute;
  content: "";
  bottom: -140px;
  left: 0;
  width: 100%;
  max-width: 1920px;
  height: 500px;
  background-image: url(../img/lp/lp-bg_01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.reform-fv__img {
  margin-bottom: 0;
  width: 100%;
  max-width: 1400px;
  /* height: 700px; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.reform-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reform-trouble {
  margin-top: 75px;
}
.reform-trouble__inner {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.reform-trouble__heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #323232;
  text-align: center;
  position: relative;
  z-index: 1;
}
.reform-trouble__heading span {
  font-size: 5.8rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #cea464;
  font-family: "Noto Serif JP";
  position: relative;
}
.reform-trouble__heading span::after {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #f95c47;
}
.reform-trouble__list-wrap {
  position: relative;
  z-index: 1;
}
.reform-imgBox {
  display: flex;
  background-color: #fcfbf9;
  width: 100%;
  max-width: 1155px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.reform-imgBox-wrap {
  width: 23.31%;
  aspect-ratio: 1 / 1;
}
.reform-imgBox-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reform-imgBox-wrap + .reform-imgBox-wrap {
  margin-left: 25px;
}
.reform-intro {
  width: 100%;
  max-width: 1240px;
  padding-top: 70px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.reform-intro__heading {
  background-color: #fcfbf9;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 70px;
  position: relative;
}
.reform-intro__heading::before {
  position: absolute;
  content: "";
  top: 220px;
  left: -360px;
  width: 360px;
  height: 345px;
  background-image: url(../img/lp/lp-bg_07.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.reform-intro__heading::after {
  position: absolute;
  content: "";
  top: -65px;
  right: -360px;
  width: 360px;
  height: 345px;
  background-image: url(../img/lp/lp-bg_07.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.reform-intro__heading span {
  display: block;
  writing-mode: vertical-rl;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.3em;
  font-family: "Noto Serif JP";
  margin-bottom: 0;
  margin-left: 70px;
}
.reform-intro__heading span:last-child {
  margin-left: 0;
}
.reform-content-inner {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.reform-content-inner::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 540px;
  height: 580px;
  background-image: url(../img/lp/lp-bg_04.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.reform-content {
  width: 100%;
  display: flex;
  align-items: center;
}
.reform-content__img {
  width: 45.833%;
  aspect-ratio: 550 / 330;
  flex-shrink: 0;
}
.reform-content__img img {
  width: 100%;
  height: 100%;
}
.reform-content__text-area {
  width: 45.833%;
  margin-left: 8.333%;
  flex-shrink: 1;
}
.reform-content__text-area h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #a1302d;
}
.reform-content__text-area p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
}
.reform-content--re {
  flex-direction: row-reverse;
}
.reform-content--re .reform-content__text-area {
  margin-left: 0;
  margin-right: 8.333%;
}
.reform-content + .reform-content {
  margin-top: 50px;
}

.reform-reason {
  background: #fcfbf9;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 90px;
}
.reform-reason__inner {
  width: 100%;
  max-width: 1200px;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: auto;
  margin-right: auto;
}
.reform-reason__heading {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP";
  text-align: center;
}
.reform-reason__list {
  margin-top: 45px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5.38%;
}
.reform-reason__item {
  width: calc((100% - (5.38% * 2)) / 3);
}
.reform-reason__text {
  margin-top: 70px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  text-align: center;
}
.reform-linkBox {
  position: relative;
  margin-top: 80px;
  text-align: center;
}
.reform-btn {
  background: #f95c47;
  border: 1px solid #f95c47;
  font-size: 2rem;
  font-weight: 900;
  min-width: 500px;
  padding: 25px 30px;
}
.reform-btn::before {
  background: #dcbd8f;
}
.reform-btn__badge {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  background-color: #dcbd8f;
  border-radius: 50%;
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.reform-btn__badge span {
  color: #f95c47;
}

.reform-flow {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.reform-flow::before {
  position: absolute;
  content: "";
  top: 190px;
  left: 0;
  width: 100%;
  max-width: 460px;
  height: 460px;
  background-image: url(../img/lp/lp-bg_05.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.reform-flow::after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 106px;
  right: -75px;
  width: 100%;
  max-width: 435px;
  height: 444px;
  background-image: url(../img/lp/lp-bg_06.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.reform-flow__inner {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.reform-flow__heading {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP";
  text-align: center;
}
.reform-flow__list {
  width: 100%;
  max-width: 1000px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.reform-flow__item {
  width: 100%;
  border: 3px solid #cea464;
  background: #fcfbf9;
  display: flex;
  align-items: flex-start;
  padding: 40px 45px;
  position: relative;
}
.reform-flow__item::after {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 60px 0 60px;
  border-color: #dcbd8f transparent transparent transparent;
}
.reform-flow__item:last-child::after {
  display: none;
}
.reform-flow__item + .reform-flow__item {
  margin-top: 50px;
}
.reform-flow-img {
  width: 31.318%;
  min-width: 250px;
  aspect-ratio: 285 / 220;
  border: 2px solid #000000;
  flex-shrink: 0;
}
.reform-flow-img img {
  width: 100%;
  height: 100%;
}
.reform-flow__text-area {
  width: 64.28%;
  margin-left: 4.39%;
  flex-shrink: 1;
}
.reform-flow__number {
  border-bottom: 1px solid #000000;
  line-height: 1.3;
}
.reform-flow__number span {
  display: inline-block;
  font-size: 2.4rem;
  font-style: italic;
  font-family: "Courier Prime";
  letter-spacing: 0.15em;
  color: #ffffff;
  padding: 5px 15px 2px 15px;
  background-color: #000000;
}
.reform-flow__title {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.reform-flow__title h3 {
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  color: #cea464;
}
.reform-flow__title span {
  display: block;
  font-size: 2.5rem;
  line-height: 1.33;
  letter-spacing: 0.1em;
  font-family: american-scribe, sans-serif;
  margin-left: 20px;
}
.reform-flow__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  margin-top: 24px;
}
.reform-flow__text02 {
  margin-top: 70px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
  text-align: center;
}
.reform-flow__item:nth-child(1) .reform-flow-img {
  border: 2px solid #fc6163;
}
.reform-flow__item:nth-child(1) .reform-flow__number {
  border-bottom: 1px solid #fc6163;
}
.reform-flow__item:nth-child(1) .reform-flow__number span {
  background-color: #fc6163;
}
.reform-flow__item:nth-child(1) .reform-flow__title span {
  color: #fc6163;
}

.reform-flow__item:nth-child(2) .reform-flow-img {
  border: 2px solid #2bc8c8;
}
.reform-flow__item:nth-child(2) .reform-flow__number {
  border-bottom: 1px solid #2bc8c8;
}
.reform-flow__item:nth-child(2) .reform-flow__number span {
  background-color: #2bc8c8;
}
.reform-flow__item:nth-child(2) .reform-flow__title span {
  color: #2bc8c8;
}

.reform-flow__item:nth-child(3) .reform-flow-img {
  border: 2px solid #1bb91f;
}
.reform-flow__item:nth-child(3) .reform-flow__number {
  border-bottom: 1px solid #1bb91f;
}
.reform-flow__item:nth-child(3) .reform-flow__number span {
  background-color: #1bb91f;
}
.reform-flow__item:nth-child(3) .reform-flow__title span {
  color: #1bb91f;
}

.reform-flow__item:nth-child(4) .reform-flow-img {
  border: 2px solid #e9c72c;
}
.reform-flow__item:nth-child(4) .reform-flow__number {
  border-bottom: 1px solid #e9c72c;
}
.reform-flow__item:nth-child(4) .reform-flow__number span {
  background-color: #e9c72c;
}
.reform-flow__item:nth-child(4) .reform-flow__title span {
  color: #e9c72c;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  .bg-beige {
    padding-top: 20px;
    padding-bottom: 45px;
  }
  .reform-fv {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .reform-fv::before {
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 108px;
    background-image: url(../img/lp/lp-bg_01_sp.png);
  }
  .reform-trouble {
    margin-top: 45px;
  }
  .reform-trouble__inner {
    max-width: 600px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .reform-trouble__heading {
    font-size: 1.8rem;
  }
  .reform-trouble__heading span {
    font-size: 3.5rem;
  }
  .reform-trouble__heading span::after {
    top: -7px;
    width: 8px;
    height: 8px;
  }
  .reform-imgBox {
    max-width: 600px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 30px;
    justify-content: center;
  }
  .reform-imgBox-wrap {
    width: 24.15%;
    aspect-ratio: 1 / 1;
  }
  .reform-imgBox-wrap + .reform-imgBox-wrap {
    margin-left: 5px;
  }
  .reform-intro {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 4px;
    padding-right: 92px;
  }
  .reform-intro__heading {
    width: 275px;
    height: 275px;
    padding: 24px;
  }
  .reform-intro__heading::before {
    display: none;
  }
  .reform-intro__heading::after {
    top: 0;
    right: -95px;
    width: 150px;
    height: 144px;
    z-index: 1;
  }
  .reform-intro__heading span {
    display: block;
    writing-mode: vertical-rl;
    font-size: 1.9rem;
    margin-left: 25px;
  }
  .reform-content-inner {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }
  .reform-content {
    flex-direction: column;
  }
  .reform-content__img {
    width: 100%;
  }
  .reform-content__text-area {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    margin-left: 0;
    margin-top: 15px;
  }
  .reform-content__text-area h3 {
    font-size: 2rem;
  }
  .reform-content--re {
    flex-direction: column;
  }
  .reform-content--re .reform-content__text-area {
    margin-left: 0;
    margin-right: 0;
  }
  .reform-content + .reform-content {
    margin-top: 25px;
  }
  .reform-reason {
    background: #fcfbf9;
    padding-top: 35px;
    padding-bottom: 50px;
    margin-top: 10px;
  }
  .reform-reason__inner {
    max-width: 600px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .reform-reason__heading {
    font-size: 2.4rem;
  }
  .reform-reason__list {
    margin-top: 22px;
    gap: 18px 15px;
  }
  .reform-reason__item {
    width: calc((100% - (15px * 1)) / 2);
  }
  .reform-reason__text {
    margin-top: 25px;
    text-align: start;
    padding-left: 11px;
    padding-right: 11px;
  }
  .reform-linkBox {
    position: relative;
    margin-top: 36px;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }
  .reform-btn {
    font-size: 1.6rem;
    min-width: 300px;
    width: 300px;
    padding: 20px 30px 20px 50px;
    text-align: start;
  }
  .reform-btn__badge {
    width: 90px;
    height: 90px;
    top: 50%;
    right: -20px;
    font-size: 1.6rem;
    text-align: center;
  }
  .reform-flow {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .reform-flow__inner {
    max-width: 600px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .reform-flow__heading {
    font-size: 2.4rem;
  }
  .reform-flow__list {
    margin-top: 20px;
  }
  .reform-flow__item {
    padding: 25px 35px;
    flex-direction: column;
  }
  .reform-flow__item::after {
    bottom: -28px;
    border-width: 25px 37.5px 0 37.5px;
  }
  .reform-flow__item:last-child::after {
    display: none;
  }
  .reform-flow__item + .reform-flow__item {
    margin-top: 50px;
  }
  .reform-flow-img {
    width: 100%;
  }
  .reform-flow-img img {
    width: 100%;
    height: 100%;
  }
  .reform-flow__text-area {
    width: 100%;
    margin-left: 0;
    margin-top: 17px;
  }
  .reform-flow__title {
    margin-top: 13px;
  }
  .reform-flow__title h3 {
    letter-spacing: 0.05em;
  }
  .reform-flow__text {
    margin-top: 13px;
  }
  .reform-flow__text02 {
    margin-top: 25px;
    text-align: start;
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media screen and (max-width: 530px) {
  .reform-flow__item:nth-child(4) .reform-flow__title {
    display: block;
  }
  .reform-flow__item:nth-child(4) .reform-flow__title span {
    text-align: end;
  }
}
@media screen and (max-width: 500px) {
  .reform-flow__item:nth-child(3) .reform-flow__title {
    display: block;
  }
  .reform-flow__item:nth-child(3) .reform-flow__title span {
    text-align: end;
  }
}
@media screen and (min-width: 430px) {
  .hidden-430 {
    display: none;
  }
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  /* .reform-fv__img {
    height: 500px;
  } */
  .reform-btn:hover {
    color: #f95c47;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1100px) {
  /* .reform-fv__img {
    height: 700px;
  } */
}
