.lp-common {
  margin: 0 auto;
  width: 96%;
}

@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;
  color: #333;
}

.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;
  }
}

.bonus-area {
  margin-top: 31px;
  position: relative;
}

@media screen and (min-width: 1001px) {
  .bonus-area {
    margin-right: -17px;
    margin-left: -8px;
  }
}

.bonus-area a {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 470px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1001px) {
  .bonus-area a {
    top: 896px;
  }
}

.anchor-area {
  display: flex;
  justify-content: center;
  margin-top: calc(42px - 8px);
}

.section::before {
  background-image: linear-gradient(-180deg, #042538 0%, #0f5e74 100%);
}

.section-title {
  font-size: 30px;
  line-height: 1.5;
  margin: calc(30px - 7px) 0 calc(40px - 7px);
  text-align: center;
  font-family: "shippori mincho";
  font-weight: 800;
}

.section-change {
  margin-top: calc(60px - 20px);
  padding: 48px 20px 55px;
  text-align: center;
}

.section-change .case-subtitle {
  margin-top: 36px;
  color: #f05a28;
}

.section-point {
  margin-top: 64px;
}

.section-point-head {
  text-align: center;
  font-size: 30px;
  padding: 20px 0 18px;
  font-family: "shippori mincho";
  font-weight: 800;
  background-color: #97c5a0;
  color: #024428;
}

.section-point-body {
  padding: 35px 45px;
  background-color: #97c5a0;
  position: relative;
}

.section-point-body::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #fff;
}

.section-point-body ul {
  position: relative;
}

.section-point li + li {
  margin-top: 20px;
}

.section-point-list-head {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  margin: -10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #30340f;
}

@media screen and (min-width: 1001px) {
  .section-point-list-head {
    font-size: 24px;
  }
}

.section-minutes {
  margin-top: 76px;
  text-align: center;
}

.section-minutes-head {
  font-size: 24px;
  font-family: "shippori mincho";
  font-weight: 800;
  color: #000;
}

@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 {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1.7;
  font-family: "shippori mincho";
  font-weight: 800;
}

@media screen and (min-width: 1001px) {
  .section-minutes-middle p {
    font-size: 30px;
  }
}

.section-minutes-bottom {
  margin-top: 56px;
  font-size: 18px;
  font-weight: bold;
  color: #f05a28;
}

@media screen and (min-width: 1001px) {
  .section-minutes-bottom {
    font-size: 26px;
  }
}

.section-outline {
  margin-top: 77px;
  padding: 0;
}

.section-outline .outline-table-wrap {
  margin-top: calc(46px - 4px);
}

.section-outline table {
  table-layout: auto;
}

.section-outline th, .section-outline td {
  border-bottom: 1px solid #003c3d;
}

.section-outline tbody tr:last-child th, .section-outline tbody tr:last-child td {
  border-bottom: none;
}

.section-outline th {
  background-color: #e8efec;
}

.section-outline tbody th {
  width: 136px;
  padding: 16px 20px;
}

.section-outline thead th {
  font-size: 22px;
  font-family: "shippori mincho";
  text-align: center;
}

.section-profile {
  margin-top: 121px;
  padding: 50px 40px 63px;
  box-shadow: 8px 8px 16px #a0a0a0;
  background-color: #e8efec;
}

.section-profile h2 {
  font-size: 30px;
}

.section-profile-grid {
  display: grid;
  gap: 65px;
}

@media screen and (min-width: 1001px) {
  .section-profile-grid {
    grid-template-columns: 205px 1fr;
  }
}

.section-profile .profile-text p {
  line-height: 1.6;
}

.section-profile .profile-achievements {
  color: #369193;
}

.section-profile .profile-achievements li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.section-profile .profile-achievements li + li {
  margin-top: 5px;
}

.section-profile .profile-achievements li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 33px;
  background-image: url(../images/profile-deco.png);
  background-size: cover;
}

.section-voices {
  padding: 0;
  margin-top: 55px;
}

.section-voices .voice-card {
  box-shadow: none;
}

.section-voices .voice-top {
  gap: 40px;
  align-items: center;
}

@media screen and (min-width: 1001px) {
  .section-voices .voice-top {
    align-items: flex-start;
    gap: 57px;
  }
}

.section-voices .voice-photo {
  width: auto;
  flex-basis: 160px;
  max-width: 160px;
}

.section-voices .voice-location {
  color: #30340f;
}

.section-voices .voice-info p {
  color: #000;
}

.section-voices .voice-before-after {
  flex-direction: column;
}

.section-voices .voice-before-after .voice-before, .section-voices .voice-before-after .voice-after {
  width: 100%;
}

.section-voices .voice-before .voice-issue-list {
  color: #000;
  font-weight: bold;
}

.section-voices .voice-issue-list li::before {
  background-image: url(../images/icon-check-circle.png);
  top: 4px;
}

.section-voices .voice-result-list li::before {
  background-image: url(../images/icon-check-circle-gray.png);
  top: 12px;
}

.section-voices .voice-result-list strong {
  color: #006466;
}

.section-case {
  margin-top: 71px;
  background-color: #e8efec;
}

.section-case .section-case-title, .section-case .case-subtitle {
  color: #004b4e;
}

.section-case .case-card {
  padding-left: 20px;
  padding-right: 20px;
}

.section-case .case-card::after {
  background-color: #e8efec;
}

.section-case .case-card-rating {
  text-align: right;
}

.section-case .case-card-number {
  color: #369193;
}

.section-case .case-card-title {
  margin-top: 20px;
  text-wrap: wrap;
}

.section-case .case-card-text {
  margin-top: 5px;
}

.section-achievements {
  padding: 0;
  margin-top: 60px;
}

.section-achievements-title {
  margin-top: calc(33px - 9px);
  text-align: center;
  font-size: 24px;
  font-family: "shippori mincho";
  font-weight: 800;
  line-height: 1.8;
  margin-bottom: -9px;
  color: #369193;
}

.section-achievements-title span {
  font-size: 30px;
}

.section-achievements .achievement-grid {
  margin-top: 60px;
  gap: 48px 17px;
}

.section-achievements .achievement-grid .achievement-card {
  width: 80%;
  min-height: 151px;
  padding: 6px 6px 12px;
  box-shadow: 0 4px 14px #79c3c4;
}

@media screen and (min-width: 1001px) {
  .section-achievements .achievement-grid .achievement-card {
    width: 212px;
  }
}

.section-achievements .achievement-grid .achievement-card .inner {
  padding: 18px 10px 17px;
  background-image: linear-gradient(-180deg, #042538 0%, #0f5e74 100%);
}

.section-achievements .achievement-grid .achievement-card .achievement-title {
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}

.section-achievements .achievement-grid .achievement-card .achievement-number {
  line-height: 1;
  font-size: 24px;
  margin: 10px 0;
}

.section-achievements .achievement-grid .achievement-card .achievement-note {
  font-size: 10px;
  padding: 10px 0 0 10px;
  color: #02194b;
}

.section-achievements .achievement-bottom-message {
  color: #369193;
}

@media screen and (min-width: 1001px) {
  .u-hiddenPC {
    display: none;
  }
}
