.lp-common {
  margin: 0 auto;
  width: 96%;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1001px) {
  .lp-common {
    max-width: 1100px;
  }
}

.lp-common-head {
  margin-top: 51px;
}

.lp-common-head_date {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #7d7d7d;
  font-weight: 500;
}

.lp-common-head_h1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}

.lp-common-body {
  margin-top: 61px;
}
@media screen and (min-width: 1001px) {
  .lp-common-body {
    display: flex;
    gap: 50px;
    padding-bottom: 117px;
  }
}

.lp-common-body_main {
  flex: 1;
}

.lp-common-body_side {
  flex-basis: 380px;
}

@media screen and (min-width: 1001px) {
  .lp-common-body_side .section-form {
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 110px;
    height: 100vh;
    overflow-y: auto;
  }
}

.banner {
  margin-top: 32px;
  background-image: url(../images/banner-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 1001px) {
  .banner {
    padding: 60px 0;
  }
}
.banner_top {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 1001px) {
  .banner_top {
    font-size: 22px;
  }
}
.banner_middle {
  margin-top: 31px;
  margin-bottom: -9px;
  color: #f05a28;
  font-family: "shippori mincho";
  font-weight: 900;
  font-size: 20px;
  line-height: 1.6;
  background-image: url(../images/banner-middle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (min-width: 1001px) {
  .banner_middle {
    font-size: 30px;
    background-size: auto;
  }
}
.banner_bottom {
  margin-top: 32px;
  margin-bottom: -8px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 1001px) {
  .banner_bottom {
    font-size: 22px;
  }
}
.banner_bottom strong {
  font-size: 30px;
}

.section-bonus {
  margin-top: 82px;
  border: 3px solid #ddac3a;
  border-radius: 20px;
  padding: 50px 20px 40px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .section-bonus {
    padding: 77px 20px 40px;
  }
}
.section-bonus h2 {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1001px) {
  .section-bonus h2 {
    top: -36px;
  }
}
.section-bonus h2 span {
  display: none;
}
.section-bonus li + li {
  margin-top: 35px;
}
.section-bonus-text {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
}
@media screen and (min-width: 1001px) {
  .section-bonus-text {
    font-size: 16px;
  }
}
.section-bonus-text li + li {
  margin-top: 0;
}
.section-bonus-text li {
  list-style-type: disc;
  margin-left: 1em;
}

.anchor-area {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.section-title {
  font-size: 30px;
  line-height: 1.5;
  margin: 23px 0 33px;
  text-align: center;
  font-family: "shippori mincho";
  font-weight: 800;
  color: #30340f;
}

.section-change {
  margin-top: 40px;
  padding: 48px 20px 55px;
  text-align: center;
}
.section-change .case-subtitle {
  margin-top: 36px;
  color: #f05a28;
}
.section-change .section-title {
  color: #f05a28;
}
.section-change .case-lead-sub {
  font-feature-settings: "palt";
}

.section-point {
  margin-top: 64px;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.39);
}
.section-point-head {
  background-color: #f05a28;
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 20px 0 18px;
  font-family: "shippori mincho";
  font-weight: 800;
}
.section-point-body {
  padding: 35px 45px;
  border: 3px solid #f05a28;
}
.section-point li + li {
  margin-top: 20px;
}
.section-point-list-head {
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
  margin: -10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-feature-settings: "palt";
}
.section-point-list-body {
  margin-top: 10px;
  margin-bottom: -5px;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 38px;
}

.section-minutes {
  margin-top: 57px;
  text-align: center;
}
.section-minutes-head {
  font-size: 24px;
  font-family: "shippori mincho";
  font-weight: 800;
}
@media screen and (min-width: 1001px) {
  .section-minutes-head {
    font-size: 36px;
  }
}
.section-minutes-head span {
  font-size: 32px;
  color: #a40000;
}
@media screen and (min-width: 1001px) {
  .section-minutes-head span {
    font-size: 49px;
  }
}
.section-minutes-middle {
  margin-top: 35px;
  position: relative;
}
.section-minutes-middle p {
  color: #f05a28;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1.7;
  font-family: "shippori mincho";
  font-weight: 800;
}
@media screen and (min-width: 1001px) {
  .section-minutes-middle p {
    font-size: 26px;
  }
}
.section-minutes-bottom {
  margin-top: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #f19149;
}
@media screen and (min-width: 1001px) {
  .section-minutes-bottom {
    font-size: 26px;
  }
}

.section-outline {
  margin-top: 58px;
  padding: 0;
}
.section-outline .outline-table {
  table-layout: auto;
}
.section-outline .outline-table-wrap {
  margin-top: 42px;
}
.section-outline thead th {
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  font-size: 22px;
}
.section-outline tbody th {
  width: 134px;
  padding: 20px;
}
.section-outline tbody td {
  padding: 20px 30px;
}

.section-profile {
  margin-top: 75px;
  padding: 50px 40px 63px;
}
.section-profile-grid {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 65px;
}
.section-profile .profile-achievements {
  color: #f05a28;
}

@media screen and (max-width: 768px) {
  .section-profile .section-profile-grid {
    grid-template-columns: 1fr;
  }
}
.section-voices {
  padding: 0;
  margin-top: 65px;
}
.section-voices .voice-before-after {
  flex-direction: column;
  gap: 15px;
}
.section-voices .voice-before-after .voice-before,
.section-voices .voice-before-after .voice-after {
  width: 100%;
  padding-top: 0;
}
.section-voices .voice-before-after .voice-label-after {
  color: #ec6941;
}
.section-voices .voice-before-after .voice-after .voice-result-list {
  background-color: #fef9f6;
  border: 1px solid #eb6100;
}

.section-case {
  margin-top: 61px;
}
.section-case .case-subtitle {
  color: #30340f;
  margin-top: 45px;
}
.section-case .case-card-number {
  color: #f05a28;
}
.section-case .case-card::after {
  background-color: #fef9f6;
}
.section-case .case-card-rating {
  color: #f19149;
  text-align: right;
  display: block;
  width: 100%;
}
.section-case .case-card-head {
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}
.section-case .case-card-title {
  margin-top: 25px;
  color: #30340f;
}

.section-achievements {
  padding: 50px 0 60px;
}
.section-achievements .section-title.section-achievements-title {
  font-size: 24px;
}
.section-achievements .section-title.section-achievements-title span {
  font-size: 30px;
}
.section-achievements .achievement-grid {
  gap: 45px 15px;
}
.section-achievements .achievement-card {
  box-shadow: 0 4px 14px rgb(229, 120, 43);
  width: 80%;
  min-height: 151px;
  padding: 6px 6px 12px;
}
@media screen and (min-width: 1001px) {
  .section-achievements .achievement-card {
    width: 212px;
  }
}
.section-achievements .achievement-card .inner {
  padding: 18px 10px 17px;
}
.section-achievements .achievement-card .inner {
  background-image: linear-gradient(90deg, rgb(235, 97, 0) 0%, rgb(229, 120, 43) 100%);
}
.section-achievements .achievement-card:nth-child(1),
.section-achievements .achievement-card:nth-child(2),
.section-achievements .achievement-card:nth-child(3) {
  min-height: 151px;
}
.section-achievements .achievement-title {
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.section-achievements .achievement-number {
  line-height: 1;
  font-size: 24px;
  margin: 10px 0;
}
.section-achievements .achievement-note {
  font-size: 10px;
  padding: 10px 0 0 10px;
}

.achievement-bottom-message {
  color: #f05a28;
}/*# sourceMappingURL=lp-common.css.map */