.hero {
  position: relative;
  min-height: 904px;
  padding: 105px 80px 0;
  background: var(--color-beige);
  overflow: hidden;
}

.hero__visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 674px;
  width: 1205px;
  height: auto;
  overflow: hidden;
}

.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 110%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: right center;
}

.hero__visual-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--color-beige) 11.56%, rgba(253, 250, 249, 0) 39.417%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 70px;
  width: 100%;
  min-width: 0;
  padding: 70px 0;
}

.hero__copy {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: flex-start;
}

.hero__title {
  width: 100%;
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 0;
  letter-spacing: 7px;
}

.hero__line {
  display: block;
  margin: 0;
  white-space: nowrap;
}

.hero-text {
  display: inline;
  line-height: 110px;
}

.hero-text--navy {
  color: var(--color-navy);
}

.hero-text--gold {
  color: var(--color-gold);
}

.hero-text--large {
  font-size: 80px;
  letter-spacing: 4px;
}

.hero-text--medium {
  font-size: 70px;
  letter-spacing: 3.5px;
}

.hero-text--body {
  font-size: 60px;
  letter-spacing: 3px;
}

.hero-text--comma {
  letter-spacing: -9px;
}

.hero__body {
  max-width: 780px;
  color: var(--color-brown);
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 1.8px;
  text-align: left;
  white-space: normal;
}

.hero__body span {
  display: inline;
}

.hero__body span + span::before {
  content: " ";
}

@media (min-width: 1001px) {
  .hero__body span:nth-child(3) {
    display: block;
  }

  .hero__body span:nth-child(3)::before {
    content: "";
  }
}

.hero-chips-track {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.hero-chips-track::-webkit-scrollbar {
  display: none;
}

.hero-chips-track:active {
  cursor: grabbing;
}

.hero-chips-track.is-dragging .hero-chips {
  animation-play-state: paused;
}

.hero-chips {
  display: flex;
  gap: 20px;
  align-items: center;
  width: max-content;
}

.hero-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  padding: 15px 20px;
  border-radius: 10px;
  background: var(--color-white);
  overflow: hidden;
}

.hero-chip[aria-hidden="true"] {
  display: none;
}

.hero-chip__icon {
  flex: 0 0 auto;
  max-width: none;
}

.hero-chip__icon--01,
.hero-chip__icon--02 {
  position: relative;
  width: 29px;
  height: 29px;
}

.hero-chip__icon--03 {
  width: 35px;
  height: 36px;
}

.hero-chip__icon--04 {
  width: 31px;
  height: 34px;
}

.hero-chip__icon--05 {
  width: 23px;
  height: 30px;
}

.hero-chip__icon--06 {
  width: 24px;
  height: 32px;
}

.hero-chip__icon--07 {
  width: 30px;
  height: 29px;
}

.hero-chip__icon-layer {
  position: absolute;
  display: block;
  max-width: none;
}

.hero-chip__icon-layer--02a {
  inset: 34.33% 31.57% 34.69% 32.93%;
  width: 35.5%;
  height: 30.98%;
}

.hero-chip__icon-layer--02b {
  inset: 17.3% 17.95% 17.3% 18.44%;
  width: 63.61%;
  height: 65.4%;
}

.hero-chip__icon-layer--02c {
  inset: 0 1.18% 49.72% 0;
  width: 98.82%;
  height: 50.28%;
}

.hero-chip__icon-layer--02d {
  inset: 49.44% 0 0 1.66%;
  width: 98.34%;
  height: 50.56%;
}

.hero-chip__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: var(--color-brown);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.hero-chip__text b {
  color: var(--color-gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .9px;
}

.hero-chip__text em {
  font-style: normal;
  font-size: 25px;
  line-height: 20px;
  letter-spacing: 2.5px;
}

.hero-chip__text b:has(em) {
  color: var(--color-brown);
  font-size: 14px;
  letter-spacing: 0;
}

.hero-chip__text b:has(em) em {
  color: var(--color-gold);
}

.next-preview {
  min-height: 360px;
  padding: 80px 20px;
  border-top: 1px solid rgba(78, 62, 56, .14);
  background: #fff;
}

.next-preview__inner {
  display: grid;
  place-items: center;
  width: min(100%, 1080px);
  min-height: 200px;
  margin-inline: auto;
  border: 1px dashed rgba(78, 62, 56, .35);
  color: rgba(78, 62, 56, .72);
  font-size: 14px;
  letter-spacing: .08em;
}

.section01 {
  overflow: hidden;
  padding: 120px 0 160px;
  background: #fffefe;
}

.section01__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  width: min(100%, 1620px);
  margin: 0 auto;
  padding: 0 40px;
}

.section-heading {
  color: var(--color-brown);
}

.section-heading--h1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-heading__kicker {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--color-gold);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .9px;
}

.section-heading__kicker span {
  display: block;
  width: 26px;
  height: 1px;
  background: var(--color-gold);
}

.section-heading__title {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 4.2px;
}

.section01__lead {
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.price-compare {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(375px, 1fr));
  gap: 60px;
  padding-bottom: 110px;
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  min-height: 362px;
  padding: 30px;
  border: 2px solid var(--card-accent);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.price-card--major {
  --card-accent: var(--color-navy);
  --card-surface: #f4f5f8;
  color: var(--color-navy);
  border-color: var(--color-navy);
  background: #f4f5f8;
}

.price-card--imakura {
  --card-accent: var(--color-gold);
  --card-surface: var(--color-beige);
  color: var(--color-gold);
  border-color: var(--color-gold);
  background: var(--color-beige);
}

.price-card__name {
  position: relative;
  width: 100%;
  color: currentColor;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 3.8px;
}

.price-card__name::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    var(--card-accent) 0 calc(50% - 10px),
    transparent calc(50% - 10px) calc(50% + 10px),
    var(--card-accent) calc(50% + 10px) 100%
  );
}

.price-card__arrow {
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  width: 20px;
  height: 10px;
  overflow: visible;
  color: var(--card-accent);
  background: transparent;
  transform: translateX(-50%);
  z-index: 1;
}

.price-card__arrow::before,
.price-card__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  background: currentColor;
  width: 13px;
  height: 1px;
}

.price-card__arrow::before {
  left: 0;
  transform: rotate(42deg);
  transform-origin: left center;
}

.price-card__arrow::after {
  right: 0;
  transform: rotate(-42deg);
  transform-origin: right center;
}

.price-card__label {
  margin-top: 15px;
  color: currentColor;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.8px;
}

.price-card__price {
  color: currentColor;
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 3px;
}

.price-card__price span {
  font-size: 80px;
}

.price-card__note {
  color: var(--color-brown);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.price-card--major .price-card__note {
  color: var(--color-brown);
}

.price-card--imakura .price-card__name,
.price-card--imakura .price-card__label,
.price-card--imakura .price-card__note {
  color: var(--color-brown);
}

.price-card--imakura .price-card__name::after {
  background: linear-gradient(
    to right,
    var(--color-gold) 0 calc(50% - 10px),
    transparent calc(50% - 10px) calc(50% + 10px),
    var(--color-gold) calc(50% + 10px) 100%
  );
}

.compare-badge {
  position: absolute;
  bottom: 66px;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: linear-gradient(154.29deg, #ff9cc0 13.594%, #ee89ae 42.263%, #ac2f5d 83.75%);
  box-shadow: 4px 4px 2px rgba(178, 137, 152, .5);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px rgba(255, 255, 255, .5);
  transform: translateX(-50%);
}

.compare-badge span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}

.compare-badge b {
  font-family: var(--font-serif);
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 2.5px;
}

.section-note {
  margin-top: -70px;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
  text-align: center;
}

.service-compare {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.section-heading--h2 {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.section-heading__line {
  width: 200px;
  height: 1px;
}

.section-heading__line--left {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--color-gold));
}

.section-heading__line--right {
  background: linear-gradient(90deg, var(--color-gold), rgba(255, 255, 255, 0));
}

.section-heading__sub-title {
  display: flex;
  gap: .2em;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 3.4px;
  text-align: center;
  white-space: nowrap;
}

.sp-only {
  display: none;
}

.comparison-table {
  display: grid;
  border: 1px solid var(--color-gold);
  border-radius: 10px;
  overflow: hidden;
}

.comparison-table__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 70px;
}

.comparison-table__row--head {
  min-height: 64px;
}

.comparison-table__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: inherit;
  margin: 0;
  padding: 20px 10px;
  border-right: 1px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}

.comparison-table__cell:nth-child(3) {
  border-right: 0;
}

.comparison-table__row:last-child .comparison-table__cell {
  border-bottom: 0;
}

.comparison-table__cell--head {
  color: #fff;
  font-weight: 700;
}

.comparison-table__cell--item {
  background: #fff;
}

.comparison-table__row--head .comparison-table__cell--item {
  background: #9e9e9e;
}

.comparison-table__cell--major {
  color: var(--color-navy);
  background: #f4f5f8;
}

.comparison-table__row--head .comparison-table__cell--major {
  color: #fff;
  background: var(--color-navy);
}

.comparison-table__cell--imakura {
  background: var(--color-beige);
}

.comparison-table__row--head .comparison-table__cell--imakura {
  color: #fff;
  background: var(--color-gold);
}

.comparison-table__cell--strong {
  font-weight: 700;
}

.problem-panel {
  position: relative;
  padding-top: 21px;
}

.problem-panel__title {
  position: absolute;
  top: -16px;
  left: 50%;
  z-index: 1;
  padding: 0 30px;
  background: #fffefe;
  color: var(--color-brown);
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 3.4px;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.problem-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  padding: 50px 42px;
  border: 1px solid var(--color-gold);
  border-radius: 10px;
  background: #fffefe;
}

.problem-card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.problem-card__figure {
  position: relative;
  width: 270px;
  height: 238px;
  margin: 0;
}

.problem-card__oval {
  position: absolute;
  top: 0;
  left: 0;
  width: 257px;
  height: 214px;
  border-radius: 50%;
  background: #f4f5f8;
  transform: rotate(-3.44deg);
}

.problem-card img {
  position: absolute;
  top: 30px;
  height: 208px;
  max-width: none;
  object-fit: cover;
}

.problem-card--01 img {
  left: 71px;
  width: 128px;
}

.problem-card--02 img {
  left: 49px;
  width: 172px;
}

.problem-card--03 img {
  left: 60px;
  width: 149px;
}

.problem-card--04 img {
  left: 56px;
  width: 158px;
}

.problem-card--05 img {
  left: 51px;
  width: 166px;
}

.problem-card p {
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.6px;
  text-align: center;
}

.section02 {
  overflow: hidden;
  padding: 120px 0 160px;
  background: var(--color-beige);
}

.section02__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  width: min(100%, 1620px);
  margin: 0 auto;
  padding: 0 40px;
}

.section02__lead {
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  line-height: 36px;
  letter-spacing: .8px;
}

.simulation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(360px, 1fr));
  gap: 30px;
}

.simulation-question {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  min-height: 392px;
  padding: 30px 20px;
  border: 1px solid var(--color-gold);
  border-radius: 10px;
  background: #fff;
}

.simulation-question__badge {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--color-gold);
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.3px;
}

.simulation-question__title {
  color: var(--color-brown);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.8px;
  text-align: center;
}

.simulation-choice-group,
.simulation-select-group {
  display: grid;
  gap: 14px;
  width: 100%;
}

.simulation-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.simulation-choice span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 1px solid var(--color-navy);
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .8px;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.simulation-choice span:hover {
  border-color: var(--color-navy);
  background: #f4f5f8;
  color: var(--color-navy);
}

.simulation-choice input:checked + span {
  border-color: var(--color-navy);
  background: var(--color-navy);
  color: #fff;
}

.simulation-choice input:focus-visible + span {
  outline: 3px solid rgba(10, 33, 84, .25);
  outline-offset: 3px;
}

.simulation-select {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.simulation-select span {
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .8px;
  white-space: nowrap;
}

.simulation-select select {
  width: 100%;
  min-height: 50px;
  padding: 10px 42px 10px 20px;
  border: 1px solid var(--color-navy);
  border-radius: 10px;
  background-color: #fff;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .8px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #ed6c9a 50%), linear-gradient(135deg, #ed6c9a 50%, transparent 50%);
  background-position: calc(100% - 22px) 22px, calc(100% - 16px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.simulation-select select:hover,
.simulation-select select:focus {
  background-color: #f4f5f8;
  color: #4e3e38;
}

.simulation-select select:focus-visible {
  outline: 3px solid rgba(10, 33, 84, .25);
  outline-offset: 3px;
}

.simulation-select select option {
  color: #4e3e38;
  font-weight: 700;
}

.simulation-select select.is-enhanced {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  padding: 10px 20px;
  border: 1px solid var(--color-navy);
  border-radius: 10px;
  background: #fff;
  color: #4e3e38;
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .8px;
  text-align: left;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.custom-select__button::after {
  content: "";
  width: 10px;
  height: 7px;
  margin-left: 20px;
  background: url("../images/icon-select-arrow.svg") center / contain no-repeat;
  flex: 0 0 auto;
}

.custom-select__button:hover,
.custom-select.is-open .custom-select__button {
  background: #f4f5f8;
  color: #a1a1a1;
}

.custom-select__button:focus-visible {
  outline: 3px solid rgba(10, 33, 84, .25);
  outline-offset: 3px;
}

.custom-select__list {
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  z-index: 20;
  display: none;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--color-navy);
  border-radius: 10px;
  background: #f4f5f8;
  list-style: none;
}

.custom-select.is-open .custom-select__list {
  display: flex;
}

.custom-select__option {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #4e3e38;
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .8px;
  text-align: left;
  cursor: pointer;
}

.custom-select__option:hover,
.custom-select__option.is-selected {
  background: #fff;
}

.simulation-submit {
  align-self: center;
  width: min(100%, 500px);
  min-height: 62px;
  padding: 16px 24px;
  border: 0;
  border-radius: 40px;
  background: linear-gradient(176.58deg, #ff9cc0 13.594%, #ee89ae 42.263%, #ac2f5d 83.75%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .9px;
  text-align: center;
  cursor: pointer;
  transition: filter .2s ease, transform .2s ease;
}

.simulation-submit:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.simulation-result {
  padding: 70px 50px;
  border: 2px solid var(--color-gold);
  border-radius: 10px;
  background: #fff;
}

.simulation-result__body {
  display: grid;
  grid-template-columns: minmax(375px, 1fr) minmax(375px, 1fr);
  gap: 50px;
  align-items: start;
  margin-top: 50px;
}

.simulation-plan-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  padding: 30px;
  border: 2px solid var(--color-gold);
  border-radius: 10px;
  background: var(--color-beige);
  text-align: center;
}

.simulation-plan-card__name {
  position: relative;
  width: 100%;
  margin: 0 0 55px;
  color: var(--color-brown);
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 3.8px;
}

.simulation-plan-card__name::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    var(--color-gold) 0 calc(50% - 10px),
    transparent calc(50% - 10px) calc(50% + 10px),
    var(--color-gold) calc(50% + 10px) 100%
  );
}

.simulation-plan-card__arrow {
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  width: 20px;
  height: 10px;
  overflow: visible;
  color: var(--color-gold);
  background: transparent;
  transform: translateX(-50%);
  z-index: 1;
}

.simulation-plan-card__arrow::before,
.simulation-plan-card__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 13px;
  height: 1px;
  background: currentColor;
}

.simulation-plan-card__arrow::before {
  left: 0;
  transform: rotate(42deg);
  transform-origin: left center;
}

.simulation-plan-card__arrow::after {
  right: 0;
  transform: rotate(-42deg);
  transform-origin: right center;
}

.simulation-plan-card__label {
  margin: 0 0 5px;
  color: var(--color-brown);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.8px;
}

.simulation-plan-card__price {
  margin: 0;
  color: var(--color-gold);
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 3px;
}

.simulation-plan-card__price span {
  font-size: 80px;
}

.simulation-plan-card__extra {
  margin-top: 5px;
  color: var(--color-gold);
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 1.7px;
}

.simulation-plan-card__description {
  margin-top: 40px;
  color: var(--color-brown);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.simulation-plan-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 500px);
  height: 62px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(175deg, #ff9cc0 13.59%, #ee89ae 42.26%, #ac2f5d 83.75%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .9px;
  text-align: center;
  white-space: nowrap;
  transition: filter .2s ease, transform .2s ease;
}

.simulation-plan-card__button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.simulation-detail {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.simulation-detail-table {
  display: grid;
  border: 1px solid var(--color-gold);
  border-radius: 10px;
  overflow: hidden;
}

.simulation-detail-table div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70px;
}

.simulation-detail-table dt,
.simulation-detail-table dd {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 20px 10px;
  border-right: 1px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}

.simulation-detail-table div:last-child dt,
.simulation-detail-table div:last-child dd {
  border-bottom: 0;
}

.simulation-detail-table dt {
  background: var(--color-beige);
  font-weight: 700;
}

.simulation-detail-table dd {
  border-right: 0;
  background: #fff;
}

.simulation-notes {
  display: grid;
  gap: 10px;
}

.simulation-notes li {
  position: relative;
  padding-left: 34px;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.6px;
}

.simulation-notes li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 23px;
  background: url("../images/icon-check-formal.svg") center / contain no-repeat;
}

@media (max-width: 1100px) {
  .simulation-result__body {
    grid-template-columns: minmax(0, 1fr);
  }

  .simulation-plan-card,
  .simulation-detail {
    width: 100%;
    min-width: 0;
  }
}

.conversion-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
}

.conversion-group__lead {
  width: 100%;
  color: var(--color-brown);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: .1px;
  text-align: center;
}

.conversion-group__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.conversion-button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 380px;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  transition: background .2s ease, transform .2s ease;
}

.conversion-button:hover {
  transform: translateY(-1px);
}

.conversion-button--mail {
  order: 3;
  background: #b3853c;
}

.conversion-button--mail:hover {
  background: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), #b3853c;
}

.conversion-button--tel {
  order: 1;
  background: #182d4e;
}

.conversion-button--tel:hover {
  background: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), #182d4e;
}

.conversion-button--line {
  order: 2;
  background: #06c755;
}

.conversion-button--line:hover {
  background: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), #06c755;
}

.conversion-button__icon {
  flex: 0 0 auto;
  max-width: none;
}

.conversion-button__icon--mail {
  width: 30px;
  height: 22px;
}

.conversion-button__icon--tel {
  width: 28px;
  height: 28px;
}

.conversion-button__icon--line {
  width: 33px;
  height: 32px;
}

.conversion-button__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.conversion-button__label,
.conversion-button__value {
  display: block;
  line-height: normal;
}

.conversion-button__label {
  font-size: 18px;
  font-weight: 900;
}

.conversion-button__value {
  font-size: 14px;
  font-weight: 700;
}

.section03 {
  padding-block: 120px 160px;
  background: #fffefe;
}

.section03__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  width: min(100%, 1620px);
  margin: 0 auto;
  padding: 0 40px;
}

.section03__heading {
  gap: 20px;
}

.section03__lead,
.section03__note {
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  line-height: 36px;
  letter-spacing: .8px;
}

.plan-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  gap: 60px;
  align-items: stretch;
  width: 100%;
}

.report-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  gap: 60px;
  align-items: stretch;
  width: 100%;
}

.plan-card,
.report-card {
  min-width: 0;
  height: 100%;
  padding: 40px 30px;
  border: 1px solid #c5b79d;
  border-radius: 10px;
  background: #fffefe;
  box-shadow: 0 -4px 0 #c08c2f;
}

.plan-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.plan-card__header,
.report-card {
  color: var(--color-brown);
}

.plan-card__kicker,
.report-card__kicker {
  color: var(--color-gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .9px;
}

.plan-card__title {
  margin-top: 5px;
  color: var(--color-brown);
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 1.9px;
}

.plan-card__text {
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  line-height: 36px;
  letter-spacing: .8px;
}

.plan-detail {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.plan-table {
  display: grid;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-gold);
  border-radius: 10px;
}

.plan-table div {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  min-height: 64px;
}

.plan-table dt,
.plan-table dd {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 20px 10px;
  border-right: 1px solid var(--color-gold);
  border-bottom: 1px solid var(--color-gold);
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  line-height: normal;
  text-align: center;
}

.plan-table div:last-child dt,
.plan-table div:last-child dd {
  border-bottom: 0;
}

.plan-table dt {
  background: var(--color-beige);
  font-weight: 700;
}

.plan-table dd {
  border-right: 0;
  background: #fff;
  white-space: nowrap;
}

.plan-table strong {
  font-size: 20px;
  font-weight: 400;
}

.plan-table__nowrap {
  display: inline-block;
  white-space: nowrap;
}

.price-example {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 20px;
  border: 1px solid var(--color-gold);
  border-radius: 10px;
  background: #fff;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: center;
}

.price-example__label {
  color: var(--color-gold);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
}

.price-example strong {
  color: var(--color-gold);
  font-size: 26px;
  letter-spacing: 1.3px;
}

.price-example span {
  color: var(--color-gold);
  font-size: 20px;
}

.plan-notes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plan-notes li {
  position: relative;
  padding-left: 34px;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.6px;
}

.plan-notes li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 23px;
  background: url("../images/icon-check-formal.svg") center / contain no-repeat;
}

.report-group {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

.report-card {
  min-width: 375px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: visible;
}

.report-card p,
.report-card h4 {
  margin-top: 0;
}

.report-card__kicker {
  margin-bottom: 5px;
}

.report-card__title {
  margin: 0 0 40px;
  color: var(--color-brown);
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 1.7px;
}

.report-card__title span {
  font-size: 20px;
}

.report-card__price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  color: var(--color-brown);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.1px;
  text-align: center;
}

.report-card__price p:last-child {
  color: var(--color-gold);
  font-family: var(--font-serif);
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 3px;
}

.report-card__price strong {
  font-size: 80px;
}

.report-card__price span {
  font-size: 16px;
}

.report-card__text {
  color: var(--color-brown);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.section04 {
  padding: 120px 0 160px;
  background: var(--color-beige);
}

.section04__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  width: min(100%, 1620px);
  margin: 0 auto;
  padding: 0 40px;
}

.section04__heading {
  width: 100%;
}

.section04__lead,
.lawyer-content__lead,
.compensation-panel__lead,
.compensation-panel__note,
.lawyer-introduce__text {
  width: 100%;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.compensation-panel {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 40px;
  overflow: hidden;
  border: 1px solid var(--color-gold);
  border-radius: 10px;
  background: #fff;
}

.compensation-graph {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.compensation-graph__heading {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  line-height: 30px;
}

.compensation-graph__heading p {
  flex: 1 0 0;
  min-width: 0;
  color: var(--color-brown);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.compensation-graph__heading span {
  flex-shrink: 0;
  color: #a1a1a1;
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  text-align: right;
}

.compensation-graph__bar {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 20px;
  overflow: hidden;
  border-radius: 10px;
}

.compensation-graph__bar span {
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.6px;
  white-space: nowrap;
}

.compensation-graph__bar--high {
  background: linear-gradient(90deg, #0a2154 0 95%, #f4f5f8 95% 100%);
}

.compensation-graph__bar--high span {
  color: #fff;
}

.compensation-graph__bar--low {
  justify-content: flex-end;
  background: linear-gradient(90deg, var(--color-gold) 0 30%, var(--color-beige) 30% 100%);
}

.compensation-graph__bar--low span {
  color: var(--color-gold);
  text-align: right;
}

.lawyer-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  width: 100%;
}

.lawyer-content__heading {
  width: 100%;
}

.lawyer-content__body {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  align-items: flex-start;
  width: 100%;
}

.lawyer-content__text {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 40px;
  min-width: 607px;
}

.lawyer-checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 355px;
  max-width: 100%;
}

.lawyer-checks li {
  position: relative;
  min-height: 26px;
  padding-left: 34px;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: .8px;
}

.lawyer-checks li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 23px;
  background: url("../images/icon-check-formal.svg") center / contain no-repeat;
}

.lawyer-conversion {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 607px;
  max-width: 100%;
}

.lawyer-conversion__button {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  align-items: center;
  padding: 6px 20px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}

.lawyer-conversion__button--tel {
  background-color: var(--color-navy);
}

.lawyer-conversion__button--line {
  background-color: var(--color-line);
}

.lawyer-conversion__button--mail {
  background-color: #b3853c;
}

.lawyer-conversion__button:hover {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3));
}

.lawyer-conversion__button img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.lawyer-conversion__button--mail img {
  height: 22px;
}

.lawyer-conversion__button span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.lawyer-conversion__button b {
  font-size: 15px;
  font-weight: 900;
  line-height: normal;
}

.lawyer-conversion__button small {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.lawyer-content__image {
  flex: 1 0 0;
  min-width: 607px;
  margin: 0;
}

.lawyer-content__image img {
  display: block;
  width: 100%;
  aspect-ratio: 472 / 328;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 10px;
}

.lawyer-introduce {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  min-width: 375px;
  padding: 30px;
  border: 1px solid #c5b79d;
  border-radius: 10px;
  background: #fff;
}

.lawyer-introduce__heading {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.lawyer-introduce__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 40px;
  background: var(--color-gold);
}

.lawyer-introduce__icon img {
  width: 30px;
  height: 29px;
}

.lawyer-introduce__heading p {
  width: 616px;
  max-width: calc(100% - 74px);
  color: var(--color-brown);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.1px;
}

.section05 {
  padding: 120px 0 160px;
  background: #fffefe;
}

.section05__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  width: min(100%, 1620px);
  margin: 0 auto;
  padding: 0 40px;
}

.section05__heading {
  width: 100%;
}

.section05__lead {
  width: 100%;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.promise-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  gap: 30px;
  align-items: stretch;
  width: 100%;
}

.promise-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  min-width: 0;
  height: 100%;
  padding: 30px;
  border: 1px solid #c5b79d;
  border-radius: 10px;
  background: #fff;
}

.promise-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 40px;
  background: var(--color-gold);
}

.promise-card__icon img {
  width: 31px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.promise-card:nth-child(1) .promise-card__icon img {
  width: 23px;
  height: 30px;
}

.promise-card:nth-child(2) .promise-card__icon img {
  width: 29px;
  height: 32px;
}

.promise-card:nth-child(3) .promise-card__icon img {
  width: 30px;
  height: 29px;
}

.promise-card:nth-child(4) .promise-card__icon img {
  width: 21px;
  height: 29px;
}

.promise-card:nth-child(6) .promise-card__icon img {
  width: 26px;
  height: 29px;
}

.promise-card__title {
  margin: 0;
  color: var(--color-brown);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.1px;
}

.promise-card__text {
  width: 100%;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.section06 {
  padding: 120px 0 160px;
  background: var(--color-beige);
}

.section06__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  width: min(100%, 1620px);
  margin: 0 auto;
  padding: 0 40px;
}

.section06__heading {
  width: 100%;
}

.section06__lead {
  width: 100%;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.case-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  gap: 30px;
  align-items: stretch;
  width: 100%;
}

.case-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  height: 100%;
  padding: 30px;
  border: 1px solid #c5b79d;
  border-radius: 10px;
  background: #fffefe;
}

.case-card__header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  color: var(--color-brown);
}

.case-card__meta {
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: .7px;
  white-space: nowrap;
}

.case-card__title {
  margin: 0;
  color: var(--color-brown);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.1px;
}

.case-card__text {
  width: 100%;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.case-card__text p {
  margin: 0;
}

.case-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--color-gold);
}

.case-card__tags li {
  padding: 2px 14px;
  border-radius: 5px;
  background: var(--color-gold);
  color: #fff;
  font-family: "Meiryo", var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  white-space: nowrap;
}

.section07 {
  padding: 120px 0 160px;
  background: #fffefe;
}

.section07__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  width: min(100%, 1620px);
  margin: 0 auto;
  padding: 0 40px;
}

.section07__heading {
  width: 100%;
}

.section07__lead {
  width: 100%;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.flow-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.flow-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  padding: 30px;
  border: 1px solid #c5b79d;
  border-radius: 10px;
  background: #fff;
}

.flow-card__header {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.flow-card__number {
  display: flex;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 40px;
  background: var(--color-gold);
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.3px;
}

.flow-card__title {
  flex: 1 0 0;
  margin: 0;
  color: var(--color-brown);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.1px;
}

.flow-card__text {
  width: 100%;
  margin: 0;
  padding-left: 74px;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.flow-conversion {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
}

.flow-conversion__lead {
  width: 100%;
  color: var(--color-brown);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: .1px;
  text-align: center;
}

.flow-conversion__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.flow-conversion__button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 380px;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  transition: background .2s ease, transform .2s ease;
}

.flow-conversion__button:hover {
  transform: translateY(-1px);
}

.flow-conversion__button--mail {
  background: #b3853c;
}

.flow-conversion__button--mail:hover {
  background: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), #b3853c;
}

.flow-conversion__button--tel {
  background: #182d4e;
}

.flow-conversion__button--tel:hover {
  background: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), #182d4e;
}

.flow-conversion__button--line {
  background: #06c755;
}

.flow-conversion__button--line:hover {
  background: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), #06c755;
}

.flow-conversion__icon {
  flex: 0 0 auto;
  max-width: none;
}

.flow-conversion__icon--mail {
  width: 30px;
  height: 22px;
}

.flow-conversion__icon--tel {
  width: 28px;
  height: 28px;
}

.flow-conversion__icon--line {
  width: 33px;
  height: 32px;
}

.flow-conversion__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.flow-conversion__label,
.flow-conversion__value {
  display: block;
  line-height: normal;
}

.flow-conversion__label {
  font-size: 18px;
  font-weight: 900;
}

.flow-conversion__value {
  font-size: 14px;
  font-weight: 700;
}

.section08 {
  padding: 120px 0 160px;
  background: var(--color-beige);
}

.section08__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  width: min(100%, 1620px);
  margin: 0 auto;
  padding: 0 40px;
}

.section08__heading {
  width: 100%;
}

.section08__lead {
  width: 100%;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  border-top: 1px solid #c5b79d;
}

.faq-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #c5b79d;
}

.faq-item__question {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-item__icon {
  display: flex;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 40px;
  background: var(--color-gold);
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.3px;
}

.faq-item__title {
  flex: 1 0 0;
  margin: 0;
  color: var(--color-brown);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.faq-item__button {
  position: relative;
  display: flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(154deg, #ff9cc0 13.59%, #ee89ae 42.26%, #ac2f5d 83.75%);
}

.faq-item__button::before,
.faq-item__button::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.faq-item__button::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-item__button::after {
  opacity: 0;
}

.faq-item__answer {
  display: none;
  width: 100%;
  padding-left: 74px;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.faq-item.is-open .faq-item__answer {
  display: block;
}

.faq-item__answer p {
  margin: 0;
}

.section09 {
  padding: 120px 0 160px;
  background: #fffefe;
}

.section09__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: flex-start;
  width: min(100%, 1620px);
  margin: 0 auto;
  padding: 0 40px;
}

.section09__heading {
  width: 100%;
}

.section09__lead {
  width: 100%;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: .8px;
}

.section09__lead p {
  margin: 0;
}

.inline-tel-link--sp {
  display: none;
}

.inline-tel-link--pc,
.inline-tel-link--sp {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

.contact-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid #c5b79d;
  border-radius: 10px;
}

.contact-row {
  display: grid;
  grid-template-columns: minmax(260px, 500px) minmax(0, 1fr);
  width: 100%;
  border-bottom: 1px solid #c5b79d;
}

.contact-row:last-child {
  border-bottom: 0;
}

.contact-row__label,
.contact-row__field {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 20px 30px;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.contact-row__label {
  justify-content: center;
  background: var(--color-beige);
}

.contact-row__field {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-left: 1px solid #c5b79d;
  background: #fff;
}

.contact-input,
.contact-textarea {
  width: min(100%, 470px);
  border: 1px solid #c5b79d;
  background: #fff;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
}

.contact-input {
  height: 36px;
  padding: 4px 10px;
}

.contact-textarea {
  width: min(100%, 800px);
  min-height: 150px;
  padding: 8px 10px;
  resize: vertical;
}

.contact-consent {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  line-height: 36px;
  letter-spacing: .8px;
}

.contact-consent__checkbox {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #e03876;
}

.contact-consent__text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-captcha {
  display: flex;
  align-items: center;
  width: 300px;
  height: 65px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fafafa;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 13px;
  line-height: 1.3;
}

.contact-captcha__check {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background: #0f9d58;
}

.contact-captcha__check::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.contact-captcha__text {
  flex: 1 0 auto;
}

.contact-captcha__brand {
  margin-left: auto;
  color: #333;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}

.contact-captcha__brand small {
  font-size: 7px;
  font-weight: 400;
}


.contact-errors {
  width: 100%;
  padding: 18px 22px;
  border: 1px solid #c48f2a;
  border-radius: 8px;
  background: #fff8ef;
  color: #4a3b34;
  font-family: "Meiryo", var(--font-sans);
}

.contact-errors__title {
  margin: 0 0 8px;
  font-weight: 700;
}

.contact-errors__list {
  margin: 0;
  padding-left: 1.4em;
  line-height: 1.8;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-row__error {
  display: block;
  margin-top: 8px;
  color: #b42318;
  font-family: "Meiryo", var(--font-sans);
  font-size: 14px;
  line-height: 1.6;
}

.contact-row__error--consent {
  margin: -28px 0 0 29px;
}

.contact-turnstile {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.thanks-body {
  background: #fffefe;
}

.thanks-page {
  min-height: 100vh;
  padding: 180px 20px 100px;
}

.thanks-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 70px 40px;
  border: 1px solid #c48f2a;
  border-radius: 8px;
  text-align: center;
}

.thanks-section__title {
  margin: 24px 0 0;
  color: var(--color-brown);
  font-family: var(--font-serif);
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: .08em;
}

.thanks-section__text {
  margin: 24px 0 0;
  color: var(--color-brown);
  font-family: "Meiryo", var(--font-sans);
  font-size: 17px;
  line-height: 2;
}

.thanks-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(360px, 100%);
  min-height: 58px;
  margin-top: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f485b0 0%, #b51f63 100%);
  color: #fff;
  font-family: "Meiryo", var(--font-sans);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 750px) {
  .thanks-page {
    padding: 120px 20px 60px;
  }

  .thanks-section {
    padding: 44px 22px;
  }

  .thanks-section__title {
    font-size: 26px;
  }
}
.contact-submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.contact-submit__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 500px);
  padding: 16px 30px;
  border: 0;
  border-radius: 40px;
  background: linear-gradient(177deg, #ff9cc0 13.59%, #ee89ae 42.26%, #ac2f5d 83.75%);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .9px;
  text-align: center;
  transition: filter .2s ease, transform .2s ease;
}

.contact-submit__button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.site-footer {
  display: flex;
  justify-content: center;
  padding: 100px 0 30px;
  background: #0a2154;
}

.site-footer__inner {
  width: min(100%, 1620px);
}

.site-footer__content {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  width: 100%;
  padding: 0 40px;
}

.site-footer__heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
  color: #fff;
  text-align: center;
}

.site-footer__kicker {
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .9px;
}

.site-footer__message {
  width: 100%;
  margin: 0;
  font-family: "Noto Serif JP", var(--font-serif);
  font-size: 42px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 4.2px;
}

.site-footer__message span {
  display: block;
}

.site-footer__message .site-footer__message-sp {
  display: none;
}

.site-footer__logo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  width: 349px;
  color: #fff;
  line-height: normal;
  text-align: center;
}

.site-footer__logo p {
  width: 100%;
  margin: 0;
}

.site-footer__logo p:first-child {
  font-family: "Noto Sans JP", var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .7px;
}

.site-footer__logo p:last-child {
  font-family: "Zen Antique", var(--font-serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
}

.site-footer__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 100%;
  color: #fff;
}

.site-footer__address {
  width: 100%;
  margin: 0;
  font-family: "Meiryo", var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}

.site-footer__tel {
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: max-content;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s ease;
}

.site-footer__tel:hover {
  opacity: .7;
}

.site-footer__tel svg {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.site-footer__tel span {
  flex: 0 0 auto;
  font-family: "Noto Sans JP", var(--font-sans);
  font-size: 28px;
  font-weight: 500;
  line-height: 23px;
  white-space: nowrap;
}

.site-footer__sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 196px;
  height: 23px;
}

.site-footer__sns a,
.site-footer__sns-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: opacity .2s ease;
}

.site-footer__sns a:hover {
  opacity: .7;
}

.site-footer__sns svg {
  display: block;
  width: 23px;
  height: 23px;
}

.site-footer__sns a:first-child svg {
  width: 26px;
  height: 18px;
}

.site-footer__sns svg path,
.site-footer__sns svg rect {
  fill: currentColor;
}

.site-footer__sns a:nth-child(2) svg rect,
.site-footer__sns a:nth-child(2) svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.site-footer__sns a:nth-child(4) svg path:first-of-type {
  fill: #0a2154;
}

.site-footer__sns a:nth-child(4) svg path:last-of-type {
  fill: none;
  stroke: #fff;
  stroke-width: 1.2;
  stroke-linecap: round;
}

.site-footer__copyright {
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Meiryo", var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}

@media (min-width: 1501px) {
  .hero__visual {
    left: calc(100vw - 1186px);
  }
}

@media (max-width: 1500px) and (min-width: 1001px) {
  .hero {
    min-height: 760px;
    padding-inline: 56px;
  }

  .hero__visual {
    left: auto;
    right: 0;
    width: min(960px, 62vw);
    height: auto;
  }

  .hero__image {
    right: -190px;
    width: 114%;
  }

  .hero__visual-gradient {
    background: linear-gradient(90deg, var(--color-beige) 0%, rgba(251, 248, 246, .88) 13%, rgba(253, 250, 249, .18) 34%, rgba(253, 250, 249, 0) 50%);
  }

  .hero__inner {
    gap: 48px;
    padding-top: 66px;
  }

  .hero__copy {
    gap: 48px;
  }

  .hero-text {
    line-height: 86px;
  }

  .hero-text--large {
    font-size: 62px;
    letter-spacing: 3.1px;
  }

  .hero-text--medium {
    font-size: 54px;
    letter-spacing: 2.7px;
  }

  .hero-text--body {
    font-size: 46px;
    letter-spacing: 2.3px;
  }

  .hero-text--comma {
    letter-spacing: -6.9px;
  }

  .section01 {
    padding-block: 100px 140px;
  }

  .section02 {
    padding-block: 100px 140px;
  }

  .section03 {
    padding-block: 100px 140px;
  }

  .section01__inner {
    padding-inline: 56px;
  }

  .section02__inner {
    padding-inline: 56px;
  }

  .section03__inner {
    padding-inline: 56px;
  }

  .price-card__name {
    font-size: 32px;
    letter-spacing: 3.2px;
  }

  .price-card__price span {
    font-size: 66px;
  }

  .section-heading__line {
    width: 160px;
  }

  .problem-list {
    padding-inline: 32px;
  }

  .lawyer-content__body {
    flex-wrap: nowrap;
    gap: 40px;
  }

  .lawyer-content__text,
  .lawyer-content__image {
    min-width: 0;
  }

  .lawyer-content__text {
    flex: 1 1 0;
  }

  .lawyer-content__image {
    flex: 0 1 46%;
  }

  .lawyer-conversion {
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 1192px) and (min-width: 1001px) {
  .compare-badge {
    bottom: 18px;
  }
}

@media (max-width: 1000px) and (min-width: 851px) {
  .hero {
    min-height: 760px;
    padding: 58px 36px 0;
  }

  .hero__visual {
    left: auto;
    right: 0;
    width: min(860px, 70vw);
    height: auto;
  }

  .hero__image {
    right: -220px;
    width: 118%;
  }

  .hero__visual-gradient {
    background: linear-gradient(90deg, var(--color-beige) 0%, rgba(251, 248, 246, .88) 16%, rgba(253, 250, 249, .18) 38%, rgba(253, 250, 249, 0) 54%);
  }

  .hero__inner {
    gap: 42px;
    padding-top: 80px;
  }

  .hero__copy {
    gap: 42px;
  }

  .hero-text {
    line-height: 72px;
  }

  .hero-text--large {
    font-size: 52px;
    letter-spacing: 2.6px;
  }

  .hero-text--medium {
    font-size: 46px;
    letter-spacing: 2.3px;
  }

  .hero-text--body {
    font-size: 38px;
    letter-spacing: 1.9px;
  }

  .hero-text--comma {
    letter-spacing: -5.7px;
  }

  .hero__body {
    max-width: 560px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }

  .hero-chips-track {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .hero-chips {
    width: max-content;
    animation: heroChipsMarquee 42s linear infinite;
  }

  .hero-chip[aria-hidden="true"] {
    display: flex;
  }

  .section01 {
    padding-block: 80px 110px;
  }

  .section01__inner {
    gap: 56px;
    padding-inline: 36px;
  }

  .section-heading__title {
    font-size: 36px;
    line-height: 58px;
    letter-spacing: 3.2px;
  }

  .price-compare {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }

  .compare-badge {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    order: 2;
    flex: 0 0 auto;
    margin: -30px auto;
    transform: none;
    z-index: 1;
  }

  .price-card--major {
    order: 1;
  }

  .price-card--imakura {
    order: 3;
  }

  .section-note {
    margin-top: 0;
  }

  .comparison-table__cell {
    font-size: 14px;
  }

  .section02 {
    padding-block: 80px 110px;
  }

  .section02__inner {
    gap: 56px;
    padding-inline: 36px;
  }

  .simulation-form {
    grid-template-columns: 1fr;
  }

  .simulation-select {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .simulation-result__body {
    grid-template-columns: 1fr;
  }

  .lawyer-content__body {
    flex-wrap: nowrap;
    gap: 30px;
  }

  .lawyer-content__text,
  .lawyer-content__image {
    min-width: 0;
  }

  .lawyer-content__text {
    flex: 1 1 0;
  }

  .lawyer-content__image {
    flex: 0 1 45%;
  }

  .lawyer-conversion {
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .inline-tel-link--pc {
    display: none;
  }

  .inline-tel-link--sp {
    display: inline;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

@media (max-width: 850px) {
  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 58px 0 50px;
  }

  .hero__visual {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 350 / 263;
    flex: 0 0 auto;
  }

  .hero__image {
    position: absolute;
    top: -17.06%;
    right: 0;
    left: auto;
    width: 117.09%;
    height: 116.87%;
    object-fit: fill;
  }

  .hero__visual-gradient {
    background: linear-gradient(0deg, var(--color-beige) 7.95%, rgba(253, 250, 249, 0) 27.521%);
  }

  .hero__inner {
    gap: 30px;
    width: 100%;
    padding: 0 20px;
  }

  .hero__copy {
    gap: 30px;
  }

  .hero__title {
    min-width: 100%;
  }

  .hero-text {
    line-height: 54px;
  }

  .hero-text--large,
  .hero-text--medium {
    font-size: 40px;
    letter-spacing: 2px;
  }

  .hero-text--body {
    font-size: 24px;
    letter-spacing: 1.2px;
  }

  .hero-text--comma {
    letter-spacing: -3.6px;
  }

  .hero__body {
    min-width: 100%;
    max-width: none;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }

  .hero__body span {
    display: block;
  }

  .hero__body span + span::before {
    content: "";
  }

  .hero-chips-track {
    width: calc(100vw - 20px);
    overflow-x: auto;
    overflow-y: hidden;
  }

  .hero-chips {
    gap: 10px;
    width: max-content;
    animation: heroChipsMarquee 42s linear infinite;
  }

  .hero-chip {
    gap: 10px;
    padding: 10px;
  }

  .hero-chip[aria-hidden="true"] {
    display: flex;
  }

  .hero-chip__text {
    gap: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .hero-chip__text b {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .8px;
  }

  .hero-chip__text em {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .hero-chip__text b:has(em) {
    font-size: 12px;
    letter-spacing: 1.2px;
  }

  .next-preview {
    min-height: 280px;
    padding-block: 50px;
  }

  .section01 {
    padding: 40px 0 50px;
  }

  .section02 {
    padding: 40px 0 50px;
  }

  .section03 {
    padding: 40px 0 50px;
  }

  .section04 {
    padding: 40px 0 50px;
  }

  .section05 {
    padding: 40px 0 50px;
  }

  .section06 {
    padding: 40px 0 50px;
  }

  .section07 {
    padding: 40px 0 50px;
  }

  .section08 {
    padding: 40px 0 50px;
  }

  .section09 {
    padding: 40px 0 50px;
  }

  .section01__inner {
    gap: 30px;
    width: 100%;
    padding-inline: 20px;
  }

  .section02__inner {
    gap: 30px;
    width: 100%;
    padding-inline: 20px;
  }

  .section03__inner {
    gap: 30px;
    width: 100%;
    padding-inline: 20px;
  }

  .section04__inner {
    gap: 30px;
    width: 100%;
    padding-inline: 20px;
  }

  .section05__inner {
    gap: 30px;
    width: 100%;
    padding-inline: 20px;
  }

  .section06__inner {
    gap: 30px;
    width: 100%;
    padding-inline: 20px;
  }

  .section07__inner {
    gap: 30px;
    width: 100%;
    padding-inline: 20px;
  }

  .section08__inner {
    gap: 30px;
    width: 100%;
    padding-inline: 20px;
  }

  .section09__inner {
    gap: 30px;
    width: 100%;
    padding-inline: 20px;
  }

  .section-heading--h1 {
    gap: 10px;
    align-items: flex-start;
    width: 100%;
    text-align: left;
  }

  .section-heading__kicker {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .8px;
  }

  .section-heading__title {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1.5px;
  }

  .section01__lead {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .section02__lead {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .price-compare {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }

  .price-card {
    gap: 20px;
    min-height: 276px;
    padding: 20px;
  }

  .price-card__name {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 3px;
  }

  .price-card__name::after {
    bottom: -15px;
  }

  .price-card__label {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.6px;
  }

  .price-card__price {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .price-card__price span {
    font-size: 40px;
  }

  .price-card__note {
    font-size: 16px;
    line-height: 32px;
  }

  .compare-badge {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    order: 2;
    flex: 0 0 auto;
    width: 130px;
    height: 130px;
    margin: -15px auto;
    transform: none;
    z-index: 1;
  }

  .price-card--major {
    order: 1;
  }

  .price-card--imakura {
    order: 3;
  }

  .compare-badge span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .8px;
  }

  .compare-badge b {
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 2.3px;
  }

  .section-note {
    margin-top: 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .service-compare {
    gap: 30px;
  }

  .section-heading--h2 {
    gap: 20px;
    min-height: 80px;
  }

  .section-heading__line {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }

  .section-heading__sub-title {
    display: block;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0;
    white-space: normal;
  }

  .section-heading__sub-title span {
    display: block;
  }

  .comparison-table__row {
    min-height: auto;
  }

  .comparison-table__row:nth-child(1),
  .comparison-table__row:nth-child(3) {
    min-height: auto;
  }

  .comparison-table__row:nth-child(4),
  .comparison-table__row:nth-child(7) {
    min-height: auto;
  }

  .comparison-table__row:nth-child(5) {
    min-height: auto;
  }

  .comparison-table__row:nth-child(8) {
    min-height: auto;
  }

  .comparison-table__cell {
    padding: 20px 8px;
    font-size: 13px;
    line-height: 1.45;
  }

  .comparison-table__cell--strong {
    font-size: 13px;
  }

  .problem-panel {
    padding-top: 19px;
  }

  .problem-panel__title {
    top: -4px;
    padding-inline: 10px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .problem-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
    padding: 20px;
  }

  .problem-card {
    gap: 10px;
    width: 100%;
  }

  .problem-card__figure {
    width: 310px;
    height: 180px;
  }

  .problem-card__oval {
    top: 4px;
    left: 54px;
    width: 193px;
    height: 160px;
  }

  .problem-card img {
    top: 30px;
    height: 150px;
  }

  .problem-card--01 img {
    left: 109px;
    width: 92px;
  }

  .problem-card--02 img {
    left: 93px;
    width: 124px;
  }

  .problem-card--03 img {
    left: 102px;
    width: 107px;
  }

  .problem-card--04 img {
    left: 98px;
    width: 114px;
  }

  .problem-card--05 img {
    left: 96px;
    width: 119px;
  }

  .problem-card p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1.6px;
  }

  .problem-card p br {
    display: none;
  }

  .simulation-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .simulation-question {
    min-height: auto;
    padding: 30px 20px;
  }

  .simulation-select {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .simulation-select span {
    text-align: left;
  }

  .simulation-submit {
    width: 100%;
    min-height: 54px;
    padding-block: 12px;
  }

  .simulation-result {
    padding: 30px 20px;
  }

  .simulation-result__body {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }

  .simulation-plan-card {
    gap: 0;
    padding: 20px;
  }

  .simulation-plan-card__name {
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 3px;
  }

  .simulation-plan-card__arrow {
    top: calc(100% + 15px);
  }

  .simulation-plan-card__label {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.6px;
  }

  .simulation-plan-card__price {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .simulation-plan-card__price span {
    font-size: 40px;
  }

  .simulation-plan-card__extra {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .simulation-plan-card__description {
    margin-top: 30px;
  }

  #simulation-result-title {
    font-size: 24px;
    line-height: 36px;
  }

  .sp-only {
    display: inline;
  }

  .simulation-detail-table div {
    min-height: 58px;
  }

  .simulation-detail-table dt,
  .simulation-detail-table dd {
    padding: 15px 10px;
    font-size: 14px;
  }

  .simulation-notes li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.2px;
  }

  .conversion-group {
    gap: 15px;
    width: min(100%, 350px);
    margin-inline: auto;
  }

  .conversion-group__lead {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: .09px;
  }

  .conversion-group__list {
    flex-direction: column;
    gap: 10px;
  }

  .conversion-button {
    width: 100%;
    padding: 15px 20px;
  }

  .section03__lead,
  .section03__note {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .plan-group {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .report-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: center;
  }

  .plan-card,
  .report-card {
    width: 100%;
    min-width: 0;
    padding: 20px;
  }

  .plan-card,
  .report-card {
    gap: 20px;
  }

  .plan-card__kicker,
  .report-card__kicker {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .8px;
  }

  .plan-card__title {
    margin-top: 10px;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1.5px;
  }

  .plan-card__text {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .plan-detail {
    gap: 20px;
  }

  .plan-table div {
    min-height: 58px;
  }

  .plan-table dt,
  .plan-table dd {
    padding: 15px 10px;
    font-size: 16px;
  }

  .plan-table dd {
    white-space: normal;
  }

  .price-example {
    padding: 20px;
    font-size: 20px;
    line-height: 34px;
  }

  .plan-notes li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.2px;
  }

  .report-group {
    gap: 30px;
  }

  .report-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    gap: 0;
  }

  .report-card__kicker {
    margin-bottom: 10px;
  }

  .report-card__title {
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 1.7px;
  }

  .report-card:first-child .report-card__title {
    font-size: 30px;
    letter-spacing: 1.5px;
  }

  .report-card__title span {
    display: block;
    font-size: 16px;
  }

  .report-card__price {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.6px;
  }

  .report-card__price p:last-child {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .report-card__price strong {
    font-size: 40px;
  }

  .report-card__text {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }

  .section04__heading {
    width: 350px;
    max-width: 100%;
  }

  .section04__lead,
  .lawyer-content__lead,
  .compensation-panel__lead,
  .compensation-panel__note {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .compensation-panel {
    gap: 20px;
    padding: 20px;
  }

  .compensation-graph {
    gap: 15px;
  }

  .compensation-graph__heading {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    line-height: 30px;
  }

  .compensation-graph__heading p {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1.8px;
  }

  .compensation-graph__heading span {
    width: 100%;
    text-align: left;
    white-space: normal;
  }

  .compensation-graph__bar {
    min-height: 50px;
    padding: 10px 20px;
  }

  .lawyer-content {
    gap: 30px;
  }

  .lawyer-content__heading {
    width: 350px;
    max-width: 100%;
  }

  .lawyer-content__heading .section-heading__sub-title {
    width: 208px;
    flex: 0 0 auto;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0;
    white-space: normal;
  }

  .lawyer-content__body {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
  }

  .lawyer-content__text {
    gap: 20px;
    width: 100%;
    min-width: 0;
  }

  .lawyer-checks {
    width: 355px;
    max-width: 100%;
  }

  .lawyer-conversion {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .lawyer-conversion__button {
    justify-content: center;
    width: 100%;
  }

  .lawyer-content__image {
    width: 100%;
    min-width: 0;
  }

  .lawyer-introduce {
    gap: 20px;
    min-width: 0;
    padding: 20px;
  }

  .lawyer-introduce__heading p {
    flex: 1 0 0;
    width: auto;
    max-width: none;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.1px;
  }

  .lawyer-introduce__text {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: .8px;
  }

  .section05__heading {
    width: 350px;
    max-width: 100%;
  }

  .section05__lead {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .promise-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .promise-card {
    gap: 20px;
    width: 100%;
    padding: 20px;
  }

  .promise-card__title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.1px;
  }

  .promise-card__text {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .section06__heading {
    width: 350px;
    max-width: 100%;
  }

  .section06__lead {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .case-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .case-card {
    gap: 20px;
    width: 100%;
    padding: 20px;
  }

  .case-card__title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.1px;
  }

  .case-card__text {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .section07__heading {
    width: 350px;
    max-width: 100%;
  }

  .section07__lead {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .flow-list {
    gap: 20px;
  }

  .flow-card {
    gap: 5px;
    padding: 20px;
  }

  .flow-card__text {
    padding-left: 74px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .flow-conversion {
    gap: 15px;
    width: 350px;
    max-width: 100%;
  }

  .flow-conversion__lead {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: .09px;
  }

  .flow-conversion__list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .flow-conversion__button {
    width: 100%;
    padding: 15px 20px;
  }

  .section08__heading {
    width: 350px;
    max-width: 100%;
  }

  .section08__lead {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .faq-list {
    gap: 0;
  }

  .faq-item {
    padding: 20px 0;
  }

  .faq-item__answer {
    padding-left: 74px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .section09__heading {
    width: 350px;
    max-width: 100%;
  }

  .section01__heading,
  .section02__heading,
  .section03__heading,
  .section04__heading,
  .section05__heading,
  .section06__heading,
  .section07__heading,
  .section08__heading,
  .section09__heading {
    align-items: flex-start;
    width: 100%;
    text-align: left;
  }

  .section09__lead {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .contact-form {
    gap: 30px;
  }

  .contact-row {
    display: flex;
    flex-direction: column;
    border-bottom: 0;
  }

  .contact-row__label,
  .contact-row__field {
    padding: 20px;
    border-bottom: 1px solid #c5b79d;
  }

  .contact-row__label {
    justify-content: flex-start;
    border-right: 0;
  }

  .contact-row__field {
    border-left: 0;
  }

  .contact-row:last-child .contact-row__field {
    border-bottom: 0;
  }

  .contact-input,
  .contact-textarea {
    width: 100%;
    max-width: none;
  }

  .contact-consent {
    align-items: flex-start;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .8px;
  }

  .contact-consent__checkbox {
    margin-top: 9px;
  }

  .contact-captcha {
    width: 300px;
    max-width: 100%;
  }

  .contact-submit__button {
    width: 350px;
    max-width: 100%;
    padding: 12px 20px;
  }

  .site-footer {
    padding: 40px 0 30px;
  }

  .site-footer__content {
    gap: 30px;
    padding: 0 20px;
  }

  .site-footer__heading {
    gap: 20px;
  }

  .site-footer__kicker {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .site-footer__message {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 3px;
  }

  .site-footer__message .site-footer__message-pc {
    display: none;
  }

  .site-footer__message .site-footer__message-sp {
    display: block;
  }

  .site-footer__logo {
    max-width: 100%;
  }
}

@media (max-width: 374px) {
  .hero__inner {
    padding-inline: 16px;
  }

  .hero-text--large,
  .hero-text--medium {
    font-size: 36px;
    letter-spacing: 1.8px;
  }

  .hero-text--body {
    font-size: 22px;
    letter-spacing: 1.1px;
  }

  .section01__inner {
    padding-inline: 16px;
  }

  .section02__inner {
    padding-inline: 16px;
  }

  .section03__inner {
    padding-inline: 16px;
  }

  .section-heading__title {
    font-size: 28px;
    line-height: 46px;
  }

  .price-card__name {
    font-size: 27px;
  }

  .comparison-table__cell {
    padding-inline: 6px;
    font-size: 12px;
  }

  .problem-card__figure {
    width: 300px;
  }

  .simulation-question,
  .simulation-result,
  .simulation-plan-card {
    padding-inline: 14px;
  }

  .simulation-plan-card__name {
    font-size: 27px;
  }
}

@media (min-width: 431px) and (max-width: 850px) {
  .hero__visual {
    height: 360px;
    aspect-ratio: auto;
  }

  .hero__image {
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right 42%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-chips {
    animation: none;
  }
}

@keyframes heroChipsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}
