@charset "UTF-8";

.p-fv__copy--01 {
  top: 21.6875rem;
  width: 12.125rem;
}

.p-fv__copy--02 {
  width: 14.25rem;
}

.p-fv__btn--tel .p-fv__btn-label {
  font-size: 1rem;
}

.p-fixed-bg {
  background: url(../images/add/fixed-bg.webp) center center/cover no-repeat;
}

.p-model__item-card {
  border: 2px solid #652D0E;
  border-top-width: 4px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .12);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .12);
}

.p-model__item-card::before {
  background: url(../images/add/model-icon-clip.svg) no-repeat center/contain;
}

/* 3つの強み — 見出し（Figma: M+ 1 Black 24px / マーカー #FFD700 9px）
 * https://www.figma.com/design/D8nP18cXOwXZnv98hBkjVH/%E3%83%8F%E3%82%B8%E3%83%A1%E3%83%ABLP202602?node-id=180-2565 */
.p-strength__item-title {
  font-size: inherit;
  font-weight: inherit;
}

.p-strength__item-title-inner {
  display: inline;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #ff5900;
  line-height: 1.4;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: linear-gradient(
    180deg,
    transparent 0 calc(100% - 9px),
    #ffd700 calc(100% - 9px) 100%
  );
}