@charset "utf-8";

.c-wide-inner {
  width: 98%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(16px, 2vw, 24px);
  padding-left: clamp(16px, 2vw, 24px);
}
.mv {
  position: relative;
  width: 100%;
  margin-top: 100px;
  margin-bottom: clamp(60px, 5vw, 80px);
}

.mv-visual {
  width: 100%;
  position: relative;
}
.mv-picture {
  display: block;
  width: 100%;
}
.mv-picture .mv-image {
  display: block;
  width: 100%;
  height: auto;
}

.mv-heading {
  position: absolute;
  top: 28%;
  left: 50%;
  z-index: 1;
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 0;
  color: var(--color-text-dark);
  text-align: center;
  letter-spacing: 0.04em;
  transform: translate(-50%, -50%);
}

.mv-heading-line {
  display: block;
  white-space: nowrap;
}
.mv-heading-line-first {
  font-size: clamp(
    14px,
    calc(1.884vw + 7.826px),
    40px
  );
  font-weight: 700;
}
.mv-heading-no {
  font-size: clamp(13px,calc(1.667vw + 4px),36px);
}

.mv-heading-line-main {
  font-size: clamp(
    24px,
    calc(2.899vw + 13.348px),
    64px
  );
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
.mv-heading-line-description {
  font-size: clamp(
    13px,
    calc(1.667vw + 7px),
    36px
  );
  font-weight: 700;
}

.mv-heading-line-description-first {
  margin-top: 0.45em;
}

.mv-contact {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98%;
  max-width: 1200px;
  min-height: 96px;
  background-color: #fff;
  border: 1px solid #eee9e4;
  border-radius: 28px;
  box-shadow:
    0 3px 3px rgba(0, 0, 0, 0.18),
    0 2px 2px rgba(0, 0, 0, 0.08);

  transform: translate(-50%, 50%);
}
.mv-contact-row {
  display: contents;
}

.mv-point-item,
.mv-separator {
  color: var(--color-text);
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  white-space: nowrap;
}
.mv-separator {
  margin: 0 clamp(10px, 1.4vw, 22px);
}

@media (min-width: 769px) {
  .mv-contact-row-bottom > .mv-point-item:first-child::before {
    content: "｜";
    display: inline-block;
    margin: 0 clamp(10px, 1.4vw, 22px);
    color: var(--color-text);
    font-size: inherit;
    font-weight: 700;
  }
}
.mv-tel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: var(--color-text);
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.mv-tel-number {
  font-size: 2.5rem; 
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
}
.mv-tel-icon {
  display: block;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  width: 55px;
  margin-top: 2px;
}

@media (hover: hover) {
  .mv-tel-link {
    transition: opacity 0.3s ease;
  }

  .mv-tel-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1300px) {
  .mv-point-item,
  .mv-separator {
    font-size: clamp(
      14px,
      calc(1.316vw + 6.895px),
      1.5rem
    );
  }
  .mv-tel-number {
    font-size: clamp(
      1.25rem,
      calc(2.632vw + 5.789px),
      2.5rem
    );
  }
  .mv-tel-icon {
    width: clamp(28px, calc(3.553vw + 8.816px), 55px);
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  .mv-contact {
    min-height: 90px;
  }

  .mv-separator {
    margin: 0 clamp(6px, 1vw, 14px);
  }

  .mv-contact-row-bottom > .mv-point-item:first-child::before {
    margin: 0 clamp(6px, 1vw, 14px);
  }

  .mv-tel-link {
    gap: clamp(6px, 1vw, 10px);
  }
}

@media (max-width: 768px) {
  .mv {
    margin-top: 60px;
  }
  .mv-contact {
    max-width: none;
    min-height: auto;
    flex-direction: column;
    border-radius: clamp(16px, 4vw, 26px);
    padding: 7px;
  }
  .mv-contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
  }
  .mv-contact-row-top {
    gap: clamp(2px, 1vw, 8px);
  }
  .mv-contact-row-bottom {
    gap: clamp(3px, 1.5vw, 10px);
  }
  .mv-point-item,
  .mv-separator {
    line-height: 1.4;
    white-space: nowrap;
  }
  .mv-separator {
    margin: 0 clamp(1px, 1vw, 7px);
  }
  .mv-tel-link {
    gap: clamp(5px, 1.5vw, 10px);
    min-width: 0;
  }
  .mv-tel-number {
    line-height: 1;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }
}
@media(max-width:540px){
  .mv{
    margin-bottom: 40px;
  }
}
@media (max-width: 374px) {
  .mv-contact {
    width: calc(100% - 10px);
  }
  .mv-contact-row-top,
  .mv-contact-row-bottom {
    gap: 1px;
  }
  .mv-separator {
    margin-right: 1px;
    margin-left: 1px;
  }
  .mv-tel-number {
    letter-spacing: -0.04em;
  }

}
/* 強み */
.buying-power {
  width: 100%;
  padding: clamp(60px, 7vw, 100px) 0;
  overflow: hidden;
  background-color: #fff;
  --buying-font-48: clamp(
    30px,
    calc(4.121vw + 14.545px),
    64px
  );
  --buying-font-36: clamp(
    19.5px,
    calc(2vw + 12px),
    36px
  );
  --buying-font-24: clamp(
    13px,
    calc(1.333vw + 8px),
    24px
  );
}

.buying-power-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.12fr)
    minmax(320px, 0.88fr);
  align-items: center;
}
.buying-power-content {
  position: relative;
  z-index: 2;
  min-width: 0;
  color: var(--color-text-dark);
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* 買う力には自信があります。 */
.buying-power-title {
  margin: 0 0 clamp(20px, 2.5vw, 36px);
  font-size: var(--buying-font-48);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

/* ナンバーファイブは～出張買取専門店です。 */
.buying-power-description {
  margin: 0;
  font-size: var(--buying-font-36);
  font-weight: 700;
  line-height: 1.45;
}
.buying-power-line {
  display: block;
}

/* 出張買取専門店の赤帯 */
.buying-power-highlight {
  display: inline;
  padding: 0.02em 0.12em 0.08em;
  background-color: var(--color-red);
  color: #fff;

  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.buying-power-block {
  margin-top: clamp(18px, 2.2vw, 32px);
}
.buying-power-small {
  margin: 0;
  font-size: var(--buying-font-24);
  font-weight: 700;
  line-height: 1.5;
}
.buying-power-large {
  margin: clamp(2px, 0.4vw, 6px) 0 0;
  font-size: var(--buying-font-36);
  font-weight: 700;
  line-height: 1.35;
}

/* 買取実績 */
.buying-power-result {
  margin: clamp(24px, 3vw, 44px) 0 0;
  font-size: var(--buying-font-48);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.buying-power-image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}
.buying-power-image img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .buying-power {
    padding: clamp(44px, 10vw, 70px) 0;
  }

  .buying-power-layout {
    position: relative;
    display: block;
  }

  .buying-power-content {
    position: relative;
    z-index: 2;
  }

  .buying-power-title,
  .buying-power-description,
  .buying-power-fee,
  .buying-power-easy {
    max-width: 72%;
  }
  .buying-power-result {
    max-width: 84%;
    margin-top: clamp(20px, 5vw, 32px);
  }
  .buying-power-title {
    margin-bottom: clamp(16px, 4vw, 24px);
  }
  .buying-power-block {
    margin-top: clamp(14px, 3.8vw, 24px);
  }
  .buying-power-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 57%;
    pointer-events: none;
  }

  .buying-power-image img {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
@media(max-width:768px){
  .buying-power-image{
    width: 67%;
    right: -10%;
  }
}
@media (max-width: 540px) {
  .buying-power .c-wide-inner {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .buying-power-title,
  .buying-power-description,
  .buying-power-fee,
  .buying-power-easy {
    max-width: 73%;
  }

  .buying-power-result {
    max-width: 88%;
  }

  .buying-power-image {
    top: 10%;
    width: 90%;
    right: -29%;
  }
}

@media (max-width: 374px) {
  .buying-power .c-wide-inner {
    padding-right: 14px;
    padding-left: 14px;
  }

  .buying-power-title,
  .buying-power-description,
  .buying-power-fee,
  .buying-power-easy {
    max-width: 74%;
  }
  .buying-power-image {
    right: -5%;
    width: 52%;
  }
}
/* 選ばれる理由 */
.reasons {
  width: 100%;
  padding: clamp(70px, 8vw, 120px) 0 clamp(100px, 12vw, 180px);
  background:
    linear-gradient(
      180deg,
      var(--color-beige) 0%,
      rgba(253, 247, 239, 0.72) 55%,
      #fff 100%
    );
  --reasons-h3-size: clamp(
    16px,
    calc(2.424vw + 2.91px),
    32px
  );
  --reasons-number-size: clamp(
    15px,
    calc(1.364vw + 7.64px),
    24px
  );
  --reasons-circle-size: clamp(
    84px,
    calc(5.455vw + 54.545px),
    120px
  );
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;

  width: 100%;
  max-width: 1080px;
  margin: clamp(80px, 9vw, 130px) auto 0;

  column-gap: clamp(50px, 7vw, 100px);
  row-gap: clamp(55px, 6vw, 90px);
}

.reason-card:nth-child(even) {
  margin-top: clamp(80px, 10vw, 130px);
}
.reason-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding:
    clamp(34px, 3.6vw, 52px)
    clamp(22px, 3vw, 40px)
    clamp(24px, 3vw, 40px);

  background-color: #fff;
  border-radius: clamp(12px, 1.5vw, 20px);
}
.reason-number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--reasons-circle-size);
  height: var(--reasons-circle-size);
  border: 1px solid var(--color-text);
  border-radius: 50%;
  color: var(--color-text);
  font-size: var(--reasons-number-size);
  font-weight: 700;
  line-height: 1;
  transform: translate(-35%, -40%);
}
.reason-number span {
  display: block;
  white-space: nowrap;
}
.reason-card-title {
  position: relative;
  z-index: 1;

  margin: 0;
  padding-left: clamp(12px, 2vw, 28px);

  color: var(--color-text);
  font-size: var(--reasons-h3-size);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.reason-card-image {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: clamp(190px, 22vw, 290px);
  margin-top: clamp(20px, 2.5vw, 34px);
}
.reason-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reason-card-text {
  margin: clamp(18px, 2vw, 28px) 0 0;
  color: var(--color-text);
  font-size: clamp(
    13px,
    calc(0.455vw + 10.55px),
    16px
  );
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
@media (max-width: 900px) {
  .reasons-grid {
    column-gap: 40px;
  }

  .reason-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .reason-card-image {
    height: clamp(180px, 27vw, 250px);
  }
}
@media (max-width: 768px) {
  .reasons {
    padding: 64px 0 100px;
  }

  .reasons-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(70px, 16vw, 100px);

    width: calc(100% - 20px);
    max-width: 540px;
    margin-top: 70px;
  }

  .reason-card:nth-child(even) {
    margin-top: 0;
  }

  .reason-card {
    padding:
      clamp(34px, 8vw, 46px)
      clamp(18px, 5vw, 28px)
      clamp(24px, 6vw, 34px);
  }
  .reason-number {
    left: 12px;
    transform: translateY(-45%);
  }

  .reason-card-title {
    padding-left: clamp(65px, 19vw, 95px);
  }

  .reason-card-image {
    height: clamp(190px, 60vw, 300px);
    margin-top: 24px;
  }

  .reason-card-text {
    line-height: 1.8;
  }
}
@media (max-width: 540px) {
  .reasons {
    padding-top: 54px;
    padding-bottom: 80px;
  }

  .reasons-grid {
    width: calc(100% - 12px);
    margin-top: 62px;
  }

  .reason-card {
    border-radius: 12px;
  }

  .reason-card-title {
    padding-left: 68px;
  }

  .reason-card-image {
    height: clamp(180px, 62vw, 280px);
  }
}

.whole-assessment {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: clamp(100px, 11vw, 160px);
  overflow: hidden;
  isolation: isolate;
  --assessment-title-size: clamp(
    20px,
    calc(1.818vw + 10.182px),
    32px
  );
  --assessment-text-size: clamp(
    14px,
    calc(0.909vw + 9.091px),
    20px
  );
  --assessment-circle-text-size: clamp(
    13px,
    calc(0.758vw + 8.909px),
    18px
  );
  --assessment-circle-size: clamp(
    150px,
    calc(16.667vw + 60px),
    260px
  );
  --assessment-person-width: clamp(
    220px,
    calc(18.182vw + 121.818px),
    340px
  );
  --assessment-brown: var(--color-text);
  --assessment-orange: var(--color-orange);
  --assessment-green: var(--color-line-green);
  --assessment-circle-color: var(--color-beige);
}

.whole-assessment::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--assessment-circle-color);
  width: clamp(260px, 38vw, 520px);
  aspect-ratio: 1;
  top: clamp(40px, 8vw, 120px);
  right: clamp(-140px, -8vw, -40px);
}

.whole-assessment::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--assessment-circle-color);
  width: clamp(170px, 22vw, 260px);
  aspect-ratio: 1;
  left: clamp(-70px, -3vw, -20px);
  bottom: clamp(320px, calc(21vw + 200px), 600px);
}
.whole-assessment .c-wide-inner {
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.whole-assessment-title {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  color: var(--assessment-brown);
  font-size: var(--assessment-title-size);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-align: center;
}
.whole-assessment-title span {
  display: block;
}
.whole-assessment-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  height: clamp(
    500px,
    calc(22.727vw + 377.273px),
    650px
  );
  margin:
    clamp(35px, 5vw, 70px)
    auto
    0;
}
.assessment-circle {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--assessment-circle-size);
  height: var(--assessment-circle-size);
  padding: clamp(14px, 1.8vw, 24px);
  border: 1px solid var(--assessment-brown);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.94);
}
.assessment-circle-title {
  position: relative;
  z-index: 2;
  margin: 0 0 clamp(5px, 0.8vw, 10px);
  color: var(--assessment-brown);
  font-size: var(--assessment-circle-text-size);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}
.assessment-circle img {
  display: block;
  width: 76%;
  max-height: 72%;
  object-fit: contain;
}
.assessment-circle-damage {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.assessment-circle-accessory {
  top: clamp(150px, 20vw, 240px);
  left: 5%;
}
.assessment-circle-old {
  top: clamp(150px, 20vw, 240px);
  right: 5%;
}
.whole-assessment-person {
  position: absolute;
  bottom: -10%;
  left: 50%;
  z-index: 3;
  width: var(--assessment-person-width);
  transform: translateX(-50%);
  pointer-events: none;
}
.whole-assessment-person img {
  display: block;
  width: 100%;
  height: auto;
}
.whole-assessment-description {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: clamp(40px, 7vw, 90px) auto 0;
  color: var(--assessment-brown);
  font-size: var(--assessment-text-size);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: center;
}
.assessment-description-line,
.assessment-first-line {
  display: block;
}
.assessment-sp-line {
  display: inline;
}
/* CTA */
.whole-assessment-cta {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: clamp(90px, 11vw, 150px) auto 0;
  color: var(--assessment-brown);
  text-align: center;
}
.whole-assessment-cta-title {
  margin: 0;
  font-size: clamp(
    24px,
    calc(2.424vw + 10.909px),
    40px
  );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.whole-assessment-cta-phone {
  width: max-content;
  max-width: 100%;
  margin:
    clamp(18px, 2vw, 28px)
    auto
    0;
  text-align: left;
}
.whole-assessment-cta-hours {
  margin: 0 0 clamp(4px, 0.6vw, 8px);
  padding-left: 2px;
  font-size: clamp(
    14px,
    calc(0.909vw + 9.091px),
    20px
  );
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.whole-assessment-cta-hours span {
  font-size: clamp(
    12px,
    calc(0.606vw + 8.727px),
    16px
  );
}
.whole-assessment-cta-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.2vw, 16px);
}
.whole-assessment-cta-free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: clamp(46px, 5vw, 62px);
  padding: 5px 10px 7px;
  border: 1px solid var(--assessment-brown);
  border-radius: 9px;
  font-size: clamp(
    24px,
    calc(2.424vw + 6.909px),
    36px
  );
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}
.whole-assessment-cta-number {
  display: block;
  color: var(--assessment-brown);
  font-size: clamp(
    44px,
    calc(8.485vw - 1.818px),
    100px
  );
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.045em;
  white-space: nowrap;
  transition: opacity 0.25s ease;
}
.whole-assessment-cta-number:hover {
  opacity: 0.72;
}
.whole-assessment-cta-reception {
  position: relative;
  z-index: 3;
  display: table;
  min-width: clamp(280px, 32vw, 390px);
  margin: clamp(14px, 1.8vw, 20px) auto -15px;
  padding: 3px 18px 4px;
  border: 2px solid var(--assessment-brown);
  border-radius: 999px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}
.whole-assessment-cta-reception strong {
  color: var(--color-red);
  font-weight: 700;
}
.whole-assessment-cta-buttons {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.5vw, 30px);
  width: 100%;
}
.whole-assessment-cta-button {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 400px;
  height: clamp(62px, 6.25vw, 75px);
  padding: 8px 24px;
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.whole-assessment-cta-button:hover {
  opacity: 0.86;
  transform: translateY(-2px);
}
.whole-assessment-cta-button-mail {
  background-color: var(--assessment-orange);
}
.whole-assessment-cta-button-line {
  background-color: var(--assessment-green);
}
.whole-assessment-cta-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.whole-assessment-cta-button-icon img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.whole-assessment-cta-button-text {
  min-width: 0;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
.whole-assessment-cta-button-arrow {
  justify-self: end;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
@media (max-width: 900px) {
  .whole-assessment-visual {
    max-width: 760px;
  }

  .assessment-circle-accessory {
    left: 2%;
  }

  .assessment-circle-old {
    right: 2%;
  }

  .whole-assessment-cta-button {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .whole-assessment-cta-button-icon img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .whole-assessment {
    padding-bottom: 90px;
  }

  .whole-assessment-cta {
    margin-top: 80px;
  }

  .whole-assessment-cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .whole-assessment-cta-reception {
    margin-bottom: -11px;
  }

  .whole-assessment-cta-button {
    max-width: 400px;
  }
}

@media (max-width: 540px) {
  .whole-assessment {
    padding-top: 56px;
    padding-bottom: 76px;
  }

  .whole-assessment::before {
    width: 220px;
    top: 120px;
    right: -90px;
  }

  .whole-assessment::after {
    width: 160px;
    left: -55px;
    bottom: 230px;
  }
  .whole-assessment-title {
    width: 100%;
    line-height: 1.5;
    text-align: center;
  }

  .whole-assessment-visual {
    height: 500px;
    margin-top: 36px;
  }

  .assessment-circle {
    width: 150px;
    height: 150px;
    padding: 13px;
  }

  .assessment-circle-title {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .assessment-circle img {
    width: 74%;
  }

  .assessment-circle-damage {
    top: 0;
  }

  .assessment-circle-accessory {
    top: 148px;
    left: 0;
  }

  .assessment-circle-old {
    top: 148px;
    right: 0;
  }

  .whole-assessment-person {
    width: 220px;
  }

  .whole-assessment-description {
    margin-top: 60px;
    padding: 0 4px;
    font-size: 14px;
    line-height: 1.75;
  }

  .assessment-sp-line {
    display: block;
  }

  .whole-assessment-cta {
    margin-top: 70px;
  }

  .whole-assessment-cta-phone {
    width: 100%;
    text-align: center;
  }

  .whole-assessment-cta-hours {
    white-space: normal;
  }

  .whole-assessment-cta-hours span {
    display: inline-block;
  }

  .whole-assessment-cta-tel {
    flex-direction: column;
    gap: 8px;
  }

  .whole-assessment-cta-free {
    min-height: 46px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .whole-assessment-cta-number {
    font-size: clamp(38px, 11vw, 54px);
  }

  .whole-assessment-cta-reception {
    min-width: 0;
    width: max-content;
    max-width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 14px;
  }

  .whole-assessment-cta-button {
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    height: 64px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 20px;
  }

  .whole-assessment-cta-button-icon img {
    width: 38px;
    height: 38px;
  }

  .whole-assessment-cta-button-arrow {
    font-size: 26px;
  }
}

@media (max-width: 420px) {
  .whole-assessment-visual {
    height: 455px;
  }

  .assessment-circle {
    width: 135px;
    height: 135px;
    padding: 11px;
  }

  .assessment-circle-title {
    font-size: 12px;
  }

  .assessment-circle-accessory,
  .assessment-circle-old {
    top: 135px;
  }

  .assessment-circle-accessory {
    left: -2px;
  }

  .assessment-circle-old {
    right: -2px;
  }

  .whole-assessment-person {
    width: 200px;
  }

  .whole-assessment-description {
    font-size: 14px;
  }

  .whole-assessment-cta-number {
    font-size: clamp(35px, 10.7vw, 45px);
  }

  .whole-assessment-cta-reception {
    font-size: 13px;
  }

  .whole-assessment-cta-button {
    grid-template-columns: 36px minmax(0, 1fr) 16px;
    gap: 8px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .whole-assessment-cta-button-icon img {
    width: 34px;
    height: 34px;
  }
}

/* 買取品目 */
.purchase-items {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100%;
  margin-top: 0;
  --purchase-items-top-space: var(--curved-section-heading-space);
  padding:
    var(--purchase-items-top-space)
    0
    var(--section-space-y);
  overflow-x: clip;
  overflow-y: visible;
  background-color: #fff;
  --purchase-items-brown: var(--color-text);
  --purchase-items-orange: var(--color-orange);
  --purchase-items-border: #806d5d;
  --purchase-items-circle: rgba(242, 140, 40, 0.08);
  --purchase-items-background: var(--color-beige);
}

.purchase-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 118%;
  height: clamp(320px, 30vw, 430px);
  border-radius: 50%;
  background-color: var(--purchase-items-background);
  transform: translateX(-50%);
  pointer-events: none;
}

.purchase-items::after {
  content: "";
  position: absolute;
  top: clamp(160px, 15vw, 215px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: var(--purchase-items-background);
  pointer-events: none;
}
.purchase-items-inner {
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.purchase-items-inner::before,
.purchase-items-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-beige);
  pointer-events: none;
}
.purchase-items-inner::before {
  top: calc(
    clamp(-42px, -3vw, -24px)
    - var(--purchase-items-top-space)
  );
  left: clamp(90px, 24vw, 310px);
  width: clamp(38px, 4.5vw, 55px);
}
.purchase-items-inner::after {
  top: calc(
    clamp(-170px, -11vw, -120px)
    - var(--purchase-items-top-space)
  );
  right: clamp(-35px, -2vw, -15px);
  width: clamp(105px, 12vw, 155px);
}
.purchase-items-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 20px);

  width: 100%;
  max-width: 1000px;
  margin:
    clamp(34px, 4vw, 54px)
    auto
    0;
}
.purchase-item-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  min-height: clamp(130px, 13vw, 155px);
  padding:
    clamp(8px, 1vw, 12px)
    clamp(7px, 0.8vw, 10px)
    clamp(8px, 0.8vw, 11px);
  overflow: hidden;
  border: 1px solid var(--purchase-items-border);
  border-radius: 5px;
  background-color: #fff;
  color: var(--purchase-items-brown);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.purchase-item-card:hover {
  border-color: var(--purchase-items-orange);
  box-shadow: 0 7px 18px rgba(58, 42, 26, 0.12);
  transform: translateY(-4px);
}
.purchase-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;

  width: 100%;
  min-height: 0;
}
.purchase-item-image img {
  display: block;
  width: 100%;
  max-width: clamp(95px, 10vw, 135px);
  height: clamp(80px, 8.5vw, 105px);
  object-fit: contain;
  transition: transform 0.3s ease;
}

.purchase-item-card:hover .purchase-item-image img {
  transform: scale(1.04);
}
.purchase-item-name {
  display: block;
  flex-shrink: 0;
  margin-top: 3px;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}
.purchase-items-note {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin:
    clamp(42px, 5vw, 68px)
    auto
    0;
  padding: 0 clamp(16px, 2vw, 24px);
  color: var(--color-text);
  font-size: clamp(15px, 1.55vw, 24px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: center;
}
.purchase-items-note::before,
.purchase-items-note::after {
  content: "";
  position: absolute;
  top: 0.15em;
  width: clamp(18px, 1.8vw, 22px);
  height: clamp(16px, 1.65vw, 20px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.purchase-items-note::before {
  left: 0;
  background-image: url("../img/svg/asset-left.svg");
}
.purchase-items-note::after {
  right: 0;
  background-image: url("../img/svg/asset-right.svg");
}

@media (max-width: 900px) {
  .purchase-items-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .purchase-items {
    --purchase-items-top-space: 130px;

    padding:
      var(--purchase-items-top-space)
      0
      var(--section-space-y);
  }

  .purchase-items::after {
    top: 130px;
  }

  .purchase-items-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 620px;
  }
  .purchase-items-inner::before {
    top: calc(-24px - var(--purchase-items-top-space));
    left: 20%;
  }
    .purchase-items-inner::after {
    top: calc(-65px - var(--purchase-items-top-space));
    right: 7%;
    width: 105px;
  }
  .purchase-item-card {
    min-height: 140px;
  }
}

@media (max-width: 540px) {
  .purchase-items {
    --purchase-items-top-space: 105px;

    padding:
      var(--purchase-items-top-space)
      0
      var(--section-space-y);
  }

  .purchase-items::before {
    width: 160%;
    height: 190px;
  }

  .purchase-items::after {
    top: 95px;
  }
  .purchase-items-inner::before {
    top: calc(-20px - var(--purchase-items-top-space));
    left: 18%;
    width: 32px;
  }

  .purchase-items-inner::after {
    top: calc(-46px - var(--purchase-items-top-space));
    right: 8%;
    width: 78px;
  }
.purchase-items .c-wide-inner {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  .purchase-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
  }

  .purchase-item-card {
    min-height: 135px;
  }

  .purchase-item-image img {
    max-width: 115px;
    height: 88px;
  }

  .purchase-item-name {
    font-size: 14px;
  }

  .purchase-items-note {
    padding-right: 18px;
    padding-left: 18px;
  }

  .purchase-items-note-pc {
    display: none;
  }

  .purchase-items-note::before,
  .purchase-items-note::after {
    top: 0.25em;
    width: 18px;
    height: 16px;
  }
}

@media (max-width: 374px) {
  .purchase-items-grid {
    gap: 9px;
  }

  .purchase-item-card {
    min-height: 128px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .purchase-item-image img {
    max-width: 102px;
    height: 82px;
  }
}
/* 買取実績 */
.purchase-results {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100%;
  margin-top: 0;
  padding:
    var(--curved-section-heading-space)
    0
    var(--section-space-y);
  overflow: hidden;
  background-color: var(--color-beige);

  --results-brown: var(--color-text);
  --results-orange: var(--color-orange);
  --results-red: var(--color-red);
}
.purchase-results::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;

  width: 118%;
  height: clamp(320px, 30vw, 430px);

  border-radius: 50%;
  background-color: #fff;

  transform: translateX(-50%);
  pointer-events: none;
}
.purchase-results::after {
  content: "";
  position: absolute;
  top: clamp(160px, 15vw, 215px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;

  background-color: #fff;
  pointer-events: none;
}
.purchase-results-inner {
  position: relative;
  z-index: 1;
}
.purchase-results-caution {
  margin: clamp(7px, 0.8vw, 10px) 0 0;
  color: var(--results-red);
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 400;
  line-height: 1.6;
}
.purchase-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap:
    clamp(40px, 5vw, 64px)
    clamp(20px, 3vw, 36px);
  width: 100%;
  max-width: 1100px;
  margin:
    clamp(38px, 4.5vw, 60px)
    auto
    0;
}
.purchase-result-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: var(--results-brown);
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.purchase-result-card:hover {
  opacity: 0.88;
  transform: translateY(-4px);
}
.purchase-result-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 6px;
  background-color: #f1f1f1;
}
.purchase-result-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.purchase-result-card:hover .purchase-result-image img {
  transform: scale(1.035);
}
.purchase-result-category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 28px;
  padding: 4px 10px;
  background-color: var(--results-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.purchase-result-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-top: clamp(10px, 1.2vw, 14px);
}
.purchase-result-name {
  margin: 0;
  color: var(--results-brown);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
.purchase-result-area {
  margin: clamp(6px, 0.8vw, 9px) 0 0;
  color: var(--results-orange);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.purchase-result-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: clamp(5px, 0.6vw, 8px) 0 0;
  color: var(--results-brown);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.purchase-result-price-number {
  color: var(--results-red);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.purchase-result-price-unit {
  color: var(--results-brown);
  font-size: 16px;
  font-weight: 500;
}

.purchase-result-price-contact {
  color: var(--results-red);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.purchase-results-empty {
  width: 100%;
  max-width: 1100px;
  margin: clamp(38px, 4.5vw, 60px) auto 0;
  padding: clamp(28px, 4vw, 44px) 20px;
  border-radius: 8px;
  background-color: var(--color-beige);
  color: var(--results-brown);
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.purchase-result-description {
  margin: clamp(8px, 1vw, 12px) 0 0;
  color: var(--results-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.purchase-results-more {
  display: flex;
  justify-content: center;
  margin-top: clamp(50px, 6vw, 80px);
}
.purchase-results-button {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  width: 100%;
  max-width: 400px;
  min-height: 64px;
  padding: 10px 22px;
  border-radius: 999px;
  background-color: var(--results-orange);
  box-shadow: 0 4px 0 rgba(58, 42, 26, 0.18);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.purchase-results-button span:first-child {
  grid-column: 2;
}
.purchase-results-button-arrow {
  grid-column: 3;
  justify-self: end;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.purchase-results-button:hover {
  opacity: 0.88;
  box-shadow: 0 2px 0 rgba(58, 42, 26, 0.18);
  transform: translateY(2px);
}

@media (max-width: 900px) {
  .purchase-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .purchase-results {
    padding:
      130px
      0
      var(--section-space-y);
  }
  .purchase-results::after {
    top: 130px;
  }
  .purchase-results-grid {
    column-gap: 22px;
    row-gap: 42px;
  }
}

@media (max-width: 540px) {
  .purchase-results {
    padding:
      105px
      0
      var(--section-space-y);
  }
  .purchase-results::before {
    width: 160%;
    height: 190px;
  }
  .purchase-results::after {
    top: 95px;
  }
  .purchase-results .c-wide-inner {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .purchase-results-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 400px;
    margin-top: 34px;
  }

  .purchase-result-category {
    min-width: 58px;
    min-height: 26px;
    padding: 4px 8px;
    font-size: 13px;
  }
  .purchase-result-name,
  .purchase-result-description {
    font-size: 15px;
  }
  .purchase-result-area {
    font-size: 13px;
  }
  .purchase-result-price {
    font-size: 15px;
  }
  .purchase-result-price-number {
    font-size: 22px;
  }
  .purchase-result-price-unit {
    font-size: 15px;
  }
  .purchase-results-more {
    margin-top: 52px;
  }
  .purchase-results-button {
    max-width: 400px;
    min-height: 60px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 18px;
  }
  .purchase-results-button-arrow {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 374px) {
  .purchase-results .c-wide-inner {
    padding-right: 12px;
    padding-left: 12px;
  }
  .purchase-results-button {
    min-height: 56px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 16px;
  }
  .purchase-results-button-arrow {
    width: 9px;
    height: 9px;
  }
}
/* ========================================
  ご利用の流れ
======================================== */

.flow {
  width: 100%;
  padding-block: var(--section-space-y);

  background-color: #fff;

  --flow-orange: var(--color-orange);
  --flow-brown: var(--color-text);

  /*
    whole-assessmentのCTAをFLOW内で再利用するために定義
  */
  --assessment-orange: var(--color-orange);
  --assessment-green: var(--color-line-green);
  --assessment-brown: var(--color-text);
}

/* 簡単3ステップ */
.flow-step-guide {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: min(70%, 700px);
  min-height: clamp(56px, 6vw, 70px);

  margin:
    clamp(34px, 4vw, 54px)
    auto
    0;

  padding: 8px 30px;

  border-radius: 999px;
  background-color: var(--flow-orange);
  color: #fff;

  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}

.flow-step-guide::after {
  content: "";

  position: absolute;
  left: 50%;
  bottom: -18px;

  width: 0;
  height: 0;

  border-top: 20px solid var(--flow-orange);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;

  transform: translateX(-50%);
}

/* ステップ一覧 */
.flow-list {
  display: flex;
  flex-direction: column;
  gap: clamp(80px, 9vw, 110px);

  width: 100%;
  max-width: 1000px;

  margin:
    clamp(70px, 8vw, 100px)
    auto
    0;
}

/* 各ステップ */
.flow-card {
  position: relative;

  width: 100%;

  padding:
    clamp(28px, 3vw, 38px)
    clamp(26px, 4.5vw, 56px)
    clamp(28px, 3.5vw, 42px);

  border: 1px solid var(--flow-brown);
  border-radius: clamp(20px, 2.3vw, 28px);
  background-color: #fff;
}

/* STEPの丸 */
.flow-step-badge {
  position: absolute;
  top: 0;
  left: clamp(32px, 5vw, 58px);
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 82px;
  height: 82px;

  border-radius: 50%;
  background-color: var(--flow-orange);
  color: #fff;

  text-align: center;

  transform: translateY(-50%);
}

.flow-step-label {
  display: block;

  font-size: clamp(0.875rem, 1.7vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
}

.flow-step-number {
  display: block;

  margin-top: 2px;

  font-size: clamp(1.875rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.03em;
}

/* h3はテキストエリアと分離 */
.flow-card-title {
  margin: 0;
  padding: 0 90px;

  color: var(--color-text);
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

/* 画像とテキスト */
.flow-card-body {
  display: grid;
  grid-template-columns:
    clamp(150px, 19vw, 220px)
    minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 4vw, 52px);

  margin-top: clamp(18px, 2.5vw, 30px);
}

.flow-card-image {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
}

.flow-card-image img {
  display: block;
  width: 100%;
  max-width: 210px;
  object-fit: contain;
}

.flow-card:nth-child(2) .flow-card-image img {
  max-width: 180px;
}

.flow-card:nth-child(3) .flow-card-image img {
  max-width: 220px;
}

.flow-card-content {
  min-width: 0;
}

.flow-card-text {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.flow-card-note {
  margin: clamp(18px, 2vw, 26px) 0 0;

  color: var(--color-text);
  font-size: clamp(0.875rem, 1.4vw, 1rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

/* STEP01 電話エリア */
.flow-contact {
  margin-top: clamp(12px, 1.5vw, 18px);
}

.flow-phone-hours {
  margin: 0;

  color: var(--flow-brown);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.flow-phone-hours span {
  font-size: 0.9em;
}

.flow-phone-row {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 14px);

  margin-top: 5px;
}

.flow-phone-free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

  min-height: 44px;

  padding: 4px 9px 5px;

  border: 1px solid var(--flow-brown);
  border-radius: 8px;

  color: var(--flow-brown);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.flow-phone-number {
  display: block;

  color: var(--flow-brown);
  font-size: clamp(2rem, 4.3vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;

  transition: opacity 0.25s ease;
}

.flow-phone-number:hover {
  opacity: 0.72;
}

.flow-contact-reception {
  margin: clamp(8px, 1vw, 12px) 0 0;

  color: var(--flow-brown);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}

/* STEP01 CTA */
.flow-cta-buttons {
  justify-content: flex-start;
  flex-direction: row;
  gap: clamp(10px, 1.5vw, 16px);
  margin-top: clamp(8px, 1.2vw, 14px);
}

.flow-cta-button {
  max-width: 285px;
  height: clamp(50px, 5vw, 58px);

  grid-template-columns:
    34px
    minmax(0, 1fr)
    16px;
  gap: 8px;
  padding-inline: 20px;
}

.flow-cta-button .whole-assessment-cta-button-icon img {
  width: 32px;
  height: 32px;
}

.flow-cta-button .whole-assessment-cta-button-text {
  font-size: clamp(14px, 1.5vw, 16px);
}

.flow-cta-button .whole-assessment-cta-button-arrow {
  width: 9px;
  height: 9px;
}
/* タブレット */
@media (max-width: 900px) {
  .flow-card {
    padding-right: 28px;
    padding-left: 28px;
  }

  .flow-card-body {
    grid-template-columns:
      170px
      minmax(0, 1fr);

    gap: 28px;
  }

  .flow-card-title {
    padding-right: 70px;
    padding-left: 70px;
  }

  .flow-cta-button {
    min-width: 0;
  }
}

/* スマートフォン */
@media (max-width: 640px) {
  .flow-step-guide {
    width: 92%;
    min-height: 56px;

    padding-right: 20px;
    padding-left: 20px;
  }

  .flow-list {
    gap: 76px;
    margin-top: 76px;
  }

  .flow-card {
    padding:
      56px
      18px
      28px;

    border-radius: 20px;
  }

  .flow-step-badge {
    left: 22px;
  }

  .flow-card-title {
    padding: 0;
  }

  .flow-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;

    margin-top: 24px;
  }

  .flow-card-image {
    width: 100%;
  }

  .flow-card-image img {
    max-width: 180px;
    max-height: 190px;
  }

  .flow-card:nth-child(2) .flow-card-image img {
    max-width: 160px;
  }

  .flow-card:nth-child(3) .flow-card-image img {
    max-width: 170px;
  }

  .flow-card-content {
    width: 100%;
  }

  .flow-phone-hours {
    text-align: center;
  }

  .flow-phone-row {
    justify-content: center;
  }

  .flow-contact-reception {
    text-align: center;
  }

  .flow-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .flow-cta-button {
    width: 100%;
    max-width: 285px;
  }
}

/* 小さいスマートフォン */
@media (max-width: 374px) {
  .flow-card {
    padding-right: 14px;
    padding-left: 14px;
  }

  .flow-phone-row {
    gap: 6px;
  }

  .flow-phone-free {
    min-height: 40px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .flow-phone-number {
    font-size: 1.85rem;
  }
}
/* ========================================
  安心してご利用いただくために
======================================== */

.safety {
  width: 100%;
  --safety-overhang-space: clamp(50px, 5vw, 70px);
  padding:
    calc(var(--section-space-y) + var(--safety-overhang-space))
    0
    var(--section-space-y);

  background-color: #fff;
}

/* 角丸の背景 */
.safety-box {
  position: relative;
  width: 100%;

  padding:
    clamp(80px, 8vw, 110px)
    clamp(30px, 6vw, 80px)
    clamp(55px, 7vw, 90px);

  background-color: var(--color-beige);
  border-radius: clamp(24px, 3vw, 36px);
}

/* 上部の人物画像 */
.safety-person {
  position: absolute;
  top: -2%;
  left: 50%;
  z-index: 2;

  width: clamp(240px, 32vw, 360px);

  transform: translate(-50%, -62%);
  pointer-events: none;
}

.safety-person img {
  display: block;
  width: 100%;
  height: auto;
}

/* H2下の文章：16px */
.safety-lead {
  margin: clamp(24px, 3vw, 36px) 0 0;

  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

/* 6項目 */
.safety-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  margin-top: clamp(50px, 6vw, 76px);

  column-gap: clamp(40px, 6vw, 80px);
  row-gap: clamp(42px, 5vw, 66px);
}

.safety-item {
  min-width: 0;
}

/* 1～6の見出し：24px */
.safety-item-title {
  margin: 0;

  color: var(--color-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* 説明文：16px */
.safety-item-text {
  margin: 12px 0 0;

  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

/* タブレット */
@media (max-width: 900px) {
  .safety-box {
    padding-right: 40px;
    padding-left: 40px;
  }

  .safety-list {
    column-gap: 38px;
  }

  .safety-item-title {
    font-size: 22px;
  }
}

/* スマートフォン */
@media (max-width: 768px) {
  .safety-box {
    padding:
      72px
      24px
      56px;

    border-radius: 26px;
  }

  .safety-person {
    top: -2%;
    width: clamp(230px, 68vw, 320px);
    transform: translate(-50%, -55%);
  }

  .safety-lead br {
    display: none;
  }

  .safety-list {
    grid-template-columns: 1fr;
    margin-top: 48px;
    row-gap: 40px;
  }

  .safety-item-title {
    font-size: 24px;
  }
}

/* 小さいスマートフォン */
@media (max-width: 540px) {
  .safety .c-inner {
    padding-right: 12px;
    padding-left: 12px;
  }

  .safety-box {
    padding:
      68px
      20px
      46px;

    border-radius: 22px;
  }

  .safety-person {
    width: min(76vw, 290px);
  }
.safety-lead {
    margin-top: 22px;
    text-align: left;
  }

  .safety-list {
    margin-top: 42px;
    row-gap: 36px;
  }

  .safety-item-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .safety-item-text {
    margin-top: 10px;
  }
}
/* ========================================
  対応エリア
======================================== */

.area {
  width: 100%;
  padding-block: var(--section-space-y);

  background-color: #fff;

  --area-text-size: clamp(
    14px,
    calc(0.303vw + 12.364px),
    16px
  );
}

/* H2下の導入文 */
.area-lead span {
  display: block;
}

/* 説明文と画像 */
.area-layout {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: clamp(380px, 48vw, 620px);
  margin: clamp(45px, 5vw, 70px) auto 0;
}
.area-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.area-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
/* 左側テキスト */
.area-content {
  position: absolute;
  top: clamp(20px, 4vw, 56px);
  left: 7%;
  z-index: 2;
  width: min(50%, 500px);
}
.area-text {
  margin: 0;
  color: var(--color-text);
  font-size: var(--area-text-size);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.03em;
}

.area-text + .area-text {
  margin-top: clamp(20px, 2.5vw, 32px);
}


/* タブレット */
@media (max-width: 900px) {
  .area-layout {
    min-height: clamp(340px, 50vw, 520px);
  }

  .area-content {
    width: min(38%, 300px);
    top: 12px;
  }
}

/* スマートフォン */
@media (max-width: 768px) {
.area-layout {
    position: static;
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-width: 600px;
    margin-top: 34px;
  }

  .area-image {
    order: 1;
    width: 100%;
    height: auto;
  }

  .area-content {
    position: static;
    order: 2;
    width: 100%;
    margin-top: 28px;
  }

  .area-image img {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

/* 小さいスマートフォン */
@media (max-width: 540px) {
.area-layout {
    margin-top: 26px;
  }

  .area-image {
    width: calc(100% + 12px);
    margin-left: -6px;
  }

  .area-content {
    margin-top: 24px;
  }

  .area-text {
    line-height: 1.8;
  }

  .area-text + .area-text {
    margin-top: 20px;
  }
}
/* ========================================
  お客様の声
======================================== */

.voice {
  width: 100%;
  padding-block: var(--section-space-y);

  background:
    linear-gradient(
      180deg,
      var(--color-beige) 0%,
      var(--color-beige) 48%,
      #ffffff 100%
    );
}

/* カード一覧 */
.voice-list {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 2.5vw, 32px);

  width: 100%;
  max-width: 1000px;
  margin:
    clamp(50px, 6vw, 80px)
    auto
    0;
}

/* 各カード */
.voice-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 3vw, 44px);

  width: 100%;
  min-height: 150px;
  padding:
    clamp(20px, 2.5vw, 30px)
    clamp(24px, 4vw, 48px);

  background-color: #fff;
  border: 1px solid #f1eee9;
  border-radius: 16px;

  box-shadow:
    0 3px 3px rgba(0, 0, 0, 0.16),
    0 8px 18px rgba(0, 0, 0, 0.05);
}

/* 画像と地域名 */
.voice-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-width: 0;
}

.voice-image {
  display: block;
  width: 96px;
  height: 96px;

  border-radius: 50%;
  object-fit: cover;
}

/* 丸の下にあるテキスト */
.voice-customer {
  margin: 10px 0 0;

  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}

/* お客様の声本文 */
.voice-text {
  margin: 0;

  color: var(--color-text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

/* タブレット */
@media (max-width: 768px) {
  .voice-list {
    margin-top: 50px;
  }

  .voice-card {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 24px;

    padding: 24px;
    border-radius: 14px;
  }

  .voice-image {
    width: 88px;
    height: 88px;
  }
}

/* スマホ */
@media (max-width: 540px) {
  .voice-list {
    gap: 22px;
    margin-top: 42px;
  }

  .voice-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    padding: 26px 20px 28px;
  }

  .voice-image {
    width: 96px;
    height: 96px;
  }

  .voice-text {
    width: 100%;
    font-size: 1rem;
    line-height: 1.8;
  }
}
/* FAQ */
.faq {
  width: 100%;
  background: #fff;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  margin: clamp(40px, 5vw, 64px) 0 0;
  padding: 0;
}

.faq-item {
  width: 100%;
  padding: 28px clamp(20px, 5vw, 56px);
  background: var(--color-beige);
  border-radius: 8px;
}

.faq-question,
.faq-answer {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: flex-start;
  gap: 12px;
}

.faq-question {
  color: var(--color-text);
  font-size: clamp(20px, calc(1.74vw + 10.61px), 28px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.faq-answer {
  margin-top: 18px;
  color: var(--color-text);
  font-size: clamp(15px, calc(0.44vw + 12.65px), 17px);
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  font-family: Arial, sans-serif;
  flex-shrink: 0;
}

.faq-icon-q {
  background: var(--color-orange);
  color: #fff;
}

.faq-icon-a {
  background: #fff;
  border: 1px solid var(--color-orange);
  color: var(--color-orange);
}
@media (max-width: 768px) {
  .faq-list {
    gap: 20px;
  }

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

  .faq-question,
  .faq-answer {
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }

  .faq-icon {
    width: 30px;
    height: 30px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 540px) {
  .faq-item {
    border-radius: 8px;
  }

  .faq-question {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .faq-answer {
    margin-top: 14px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }

  .faq-question,
  .faq-answer {
    grid-template-columns: 28px 1fr;
  }

}
/* 追加スタイル */
.k-style {
  display: block;
  color: var(--color-blue);
  font-size: clamp(
    12px,
    calc(0.848vw + 7.418px),
    1.1rem
  );
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
.whole-assessment-cta-free{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
/* ========================================
  最終CTA
======================================== */
.final-cta {
  width: 100%;
  padding:
    clamp(48px, 5.5vw, 72px)
    0
    clamp(42px, 5vw, 64px);
  background-color: var(--color-orange);
  color: #ffffff;
}

.final-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.final-cta-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(
    24px,
    calc(1.818vw + 14.182px),
    36px
  );
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.final-cta-title span {
  display: block;
}

.final-cta-description {
  margin-top: clamp(18px, 2vw, 24px);
  color: #ffffff;
  font-size: clamp(
    14px,
    calc(0.909vw + 9.091px),
    20px
  );
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.final-cta-description span {
  display: block;
}

/* 電話とボタン全体 */
.final-cta-contact {
  width: min(100%, 600px);
  margin-top: clamp(26px, 3vw, 36px);
}

/* 電話番号 */
.final-cta-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.5vw, 18px);
  width: 100%;
  min-height: clamp(72px, 7vw, 88px);
  padding: 12px clamp(16px, 3vw, 32px);
  background-color: #ffffff;
  border-radius: 18px;
  color: var(--color-text);
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(100, 50, 0, 0.1);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.final-cta-tel-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 5px 8px 6px;
  border: 1.5px solid currentColor;
  border-radius: 7px;
    font-size: clamp(
    20px,
    calc(1.818vw + 10.182px),
    32px
  );
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.final-cta-tel-number {
  font-size: clamp(
    30px,
    calc(3.939vw + 8.727px),
    56px
  );
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

/* LINE・メールボタン */
.final-cta-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.final-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 16px;
  background-color: #ffffff;
  border-radius: 8px;
  color: var(--color-text);
    font-size: clamp(
    14px,
    calc(0.909vw + 9.091px),
    20px
  );
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .final-cta-tel:hover,
  .final-cta-button:hover {
    opacity: 0.92;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(100, 50, 0, 0.16);
  }
}

/* SP */
@media (max-width: 540px) {
  .final-cta {
    padding: 46px 0 42px;
  }

  .final-cta-title {
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .final-cta-description {
    line-height: 1.75;
  }

  .final-cta-contact {
    margin-top: 26px;
  }

  .final-cta-tel {
    min-height: 72px;
    padding-inline: 14px;
    border-radius: 14px;
  }

  .final-cta-button {
    min-height: 48px;
    padding-inline: 10px;
  }
}

@media (max-width: 374px) {
  .final-cta-tel {
    gap: 8px;
    padding-inline: 10px;
  }

  .final-cta-tel-label {
    padding: 5px 6px;
  }

  .final-cta-tel-number {
    letter-spacing: 0;
  }

  .final-cta-buttons {
    grid-template-columns: 1fr;
  }
}