@charset "UTF-8";
/* =========================================================
   買取LP (Figma redesign / node 4:3108) 専用スタイル
   - 単独コンパイル: sass/buyout-lp.scss => css/buyout-lp.css
   - 既存ファイルは変更しない
   - 共通部品(キャンペーンバナー/CTA/FAQ/フォーム)は
     style.css の pageArea__ を流用する
   - base font: html 62.5% => 10px = 10px
   - PC breakpoint: min-width 960px
   ========================================================= */
.buyoutLp {
  --blue: #1456a0;
  --blue-mid: #2367c1;
  --blue-deep: #0f4e9c;
  --cream: #f9f4df;
  --lightblue: #e9f3fb;
  --lightblue2: #f1f8fd;
  --red: #e60013;
  --green: #34a93a;
  --yellow: #ffec07;
  --ink: #151515;
  --line: #e3e3e3;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--ink);
  overflow-x: hidden;
}
.buyoutLp__inner {
  width: min(92%, 1200px);
  margin-inline: auto;
}
.buyoutLp__section {
  padding: 48px 0;
}
@media (min-width: 960px) {
  .buyoutLp__section {
    padding: 80px 0;
  }
}
.buyoutLp__hero {
  margin: 0;
  line-height: 0;
}
.buyoutLp__hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
   見出し共通（リボン + タイトル）
   ========================================================= */
.buyoutLp__lead {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0 auto 14px;
  color: var(--blue-mid);
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 960px) {
  .buyoutLp__lead {
    gap: 16px;
    font-size: 20px;
  }
}
.buyoutLp__lead::before, .buyoutLp__lead::after {
  content: "";
  display: block;
  width: 22px;
  height: 25px;
  background-image: url(../svg/title-deco-line.svg);
  border-radius: 1px;
}
.buyoutLp__lead::after {
  transform: scale(-1, 1);
}
@media (min-width: 960px) {
  .buyoutLp__lead br {
    display: none;
  }
}

.buyoutLp__title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (min-width: 960px) {
  .buyoutLp__title {
    font-size: 48px;
  }
}
.buyoutLp__title em {
  color: var(--blue-mid);
  font-style: normal;
}
@media (min-width: 960px) {
  .buyoutLp__title br {
    display: none;
  }
}

/* =========================================================
   予想を上回る 高価買取実績
   ========================================================= */
.buyoutLp__result {
  background: var(--cream);
  text-align: center;
}

.buyoutLp__resultGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 28px;
}
@media (min-width: 960px) {
  .buyoutLp__resultGrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 40px;
  }
}

.buyoutLp__card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}
.buyoutLp__card-imgWrapper {
  overflow: hidden;
  padding: 10px 8px 0;
}
@media (min-width: 960px) {
  .buyoutLp__card-imgWrapper {
    padding: 16px 16px 0;
  }
}
.buyoutLp__card-img {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.buyoutLp__card-body {
  padding: 10px 8px 14px;
}
@media (min-width: 960px) {
  .buyoutLp__card-body {
    padding: 10px 16px 14px;
  }
}
.buyoutLp__card-priceWrapper {
  display: flex;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .buyoutLp__card-priceWrapper {
    margin-bottom: 12px;
  }
}
.buyoutLp__card-priceWrapper span {
  display: block;
}
.buyoutLp__card-priceLabel {
  height: fit-content;
  padding: 3px 4px 4px;
  font-size: 13px;
  background-color: var(--blue-mid);
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 960px) {
  .buyoutLp__card-priceLabel {
    margin-top: auto;
    margin-bottom: auto;
    padding: 4px 8px 6px;
    font-size: 16px;
  }
}
.buyoutLp__card-price {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #f02;
  margin-left: 6px;
  letter-spacing: -0.01em;
}
@media (min-width: 960px) {
  .buyoutLp__card-price {
    margin-left: 12px;
    font-size: 44px;
  }
}
.buyoutLp__card-priceCurrency {
  padding-top: 4px;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 960px) {
  .buyoutLp__card-priceCurrency {
    padding-top: 24px;
    font-size: 18px;
  }
}
.buyoutLp__card-souba {
  font-family: "Oswald", sans-serif;
  background: #e6f1fb;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  padding: 5px 6px;
  margin-bottom: 9px;
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__card-souba {
    font-size: 18px;
  }
}
.buyoutLp__card-souba span {
  font-size: 14px;
  font-weight: 600;
}
.buyoutLp__card-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  font-feature-settings: "palt";
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__card-name {
    font-size: 18px;
  }
}
.buyoutLp__card-cust {
  margin-top: 8px;
  font-size: 14px;
  color: #151515;
}

/* =========================================================
   自宅整理買取バンド + 無料査定（人物）
   ========================================================= */
.buyoutLp__buyLead {
  background: #d2eefb;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}
@media (min-width: 960px) {
  .buyoutLp__buyLead {
    padding-bottom: 54px;
  }
}
.buyoutLp__buyLead-ribbon {
  display: inline-block;
  position: relative;
  color: var(--blue-mid);
  font-size: 16px;
  font-weight: 700;
  padding: 0 16px;
  margin-bottom: 14px;
}
@media (min-width: 960px) {
  .buyoutLp__buyLead-ribbon {
    padding: 0 26px;
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  .buyoutLp__buyLead-ribbon br {
    display: none;
  }
}
.buyoutLp__buyLead-ribbon::before, .buyoutLp__buyLead-ribbon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 30px;
  background: #151515;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .buyoutLp__buyLead-ribbon::before, .buyoutLp__buyLead-ribbon::after {
    width: 2px;
    height: 26px;
  }
}
.buyoutLp__buyLead-ribbon::before {
  left: 0;
  transform: translateY(-50%) rotate(-40deg);
}
.buyoutLp__buyLead-ribbon::after {
  right: 0;
  transform: translateY(-50%) rotate(40deg);
}
.buyoutLp__buyLead-ribbon .small {
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__buyLead-ribbon .small {
    font-size: min(calc((20 / 1440) * 100vw), 20px);
  }
}
.buyoutLp__buyLead-ribbon .mid {
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__buyLead-ribbon .mid {
    font-size: min(calc((24 / 1440) * 100vw), 24px);
  }
}
.buyoutLp__buyLead-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (min-width: 500px) {
  .buyoutLp__buyLead-title {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  .buyoutLp__buyLead-title {
    font-size: min(calc((56 / 1440) * 100vw), 56px);
  }
}
@media (min-width: 960px) {
  .buyoutLp__buyLead-title .br {
    display: none;
  }
}
.buyoutLp__buyLead-title .mark {
  display: inline-block;
  position: relative;
  color: var(--blue-mid);
}
.buyoutLp__buyLead-title .mark::after {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--blue-mid);
  background-size: contain;
}
.buyoutLp__buyLead-title .em {
  color: inherit;
}
.buyoutLp__buyLead-mascot {
  display: none;
}
@media (min-width: 960px) {
  .buyoutLp__buyLead-mascot {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(min(calc((490 / 1440) * 100vw), 490px));
    width: min(calc((206 / 1440) * 100vw), 206px);
    height: auto;
  }
}

.buyoutLp__assess {
  position: relative;
  z-index: 10;
  background: #d2eefb;
  padding-top: 0;
  padding-bottom: 48px;
}
@media (min-width: 960px) {
  .buyoutLp__assess {
    padding-bottom: 72px;
  }
}
.buyoutLp__assess::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 320px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(60px);
  width: 247px;
  height: 310px;
  background-image: url(../images/buyout-lp/graphic-map-buyout.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .buyoutLp__assess::before {
    top: 0;
    transform: translateX(min(calc((500 / 1440) * 100vw), 500px));
    width: 345px;
    height: 434px;
  }
}
@media screen and (min-width: 1200px) {
  .buyoutLp__assess::before {
    top: -55px;
  }
}
.buyoutLp__assess .buyoutLp__inner {
  position: relative;
  z-index: 10;
}
.buyoutLp__assess-grid {
  display: grid;
  gap: 20px;
  align-items: center;
}
@media (min-width: 960px) {
  .buyoutLp__assess-grid {
    grid-template-columns: auto 1fr;
    gap: 56px;
  }
}
.buyoutLp__assess-photo {
  margin: 0;
}
@media (min-width: 960px) {
  .buyoutLp__assess-photo {
    width: 494px;
  }
}
.buyoutLp__assess-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.buyoutLp__assess-title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-feature-settings: "palt";
  line-height: 1.3;
}
@media (min-width: 960px) {
  .buyoutLp__assess-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.buyoutLp__assess-title .box {
  background: var(--blue-mid);
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
}
.buyoutLp__assess-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__assess-text {
    font-size: 18px;
  }
}
.buyoutLp__assess-text .em {
  color: var(--red);
  font-weight: 700;
}
.buyoutLp__assess-text:not(:last-of-type) {
  margin-bottom: 16px;
}

/* =========================================================
   なぜ高く買取できるのか（図解・画像）
   ========================================================= */
.buyoutLp__why {
  position: relative;
  z-index: 20;
  background: #d2eefb;
  padding-top: 0;
}
@media (min-width: 960px) {
  .buyoutLp__why {
    padding-top: 0;
  }
}
.buyoutLp__why .buyoutLp__inner {
  background-color: #fff;
  padding: 16px 16px 24px;
}
@media (min-width: 960px) {
  .buyoutLp__why .buyoutLp__inner {
    padding: 32px 32px 40px;
  }
}
.buyoutLp__why-band {
  background-color: var(--blue-mid);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 16px, transparent 16px, transparent 32px);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .buyoutLp__why-band br {
    display: none;
  }
}
@media (min-width: 960px) {
  .buyoutLp__why-band {
    padding: 15px 0;
    font-size: 28px;
    line-height: 1;
  }
}
.buyoutLp__why-band em {
  color: var(--yellow);
  font-style: normal;
}
.buyoutLp__why-sub {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0 24px;
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__why-sub {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 18px;
  }
}
.buyoutLp__why-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .buyoutLp__why-flow {
    flex-direction: row;
    justify-content: center;
    gap: 6px;
  }
}
.buyoutLp__why-box {
  flex: 1;
  width: 100%;
  max-width: 280px;
  background: #fff;
  border: 2px solid var(--blue-mid);
  border-radius: 10px;
  padding: 18px 10px;
  text-align: center;
}
@media (min-width: 960px) {
  .buyoutLp__why-box {
    padding-top: 32px;
    padding-bottom: 32px;
    max-width: none;
  }
}
.buyoutLp__why-box img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 10px;
}
.buyoutLp__why-box .label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__why-box .label {
    font-size: 18px;
  }
}
.buyoutLp__why-box--red {
  border-color: var(--red);
  background: #fff5f5;
}
.buyoutLp__why-op {
  font-size: 24px;
  font-weight: 700;
  color: #323232;
  line-height: 1;
}
@media (min-width: 960px) {
  .buyoutLp__why-op {
    font-size: 42px;
  }
}
.buyoutLp__why-op--equation {
  transform: rotate(90deg);
}
@media (min-width: 960px) {
  .buyoutLp__why-op--equation {
    transform: rotate(0);
  }
}

/* =========================================================
   こんなお悩み、ありませんか？
   ========================================================= */
.buyoutLp__worry {
  background: #fff;
  text-align: center;
  background-image: url(../images/buyout-lp/bg-price-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 960px) {
  .buyoutLp__worry {
    background-image: url(../images/buyout-lp/bg-price-pc.png);
  }
}
.buyoutLp__worry-heading {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 28px;
}
@media (min-width: 960px) {
  .buyoutLp__worry-heading {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.buyoutLp__worry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 960px) {
  .buyoutLp__worry-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}
.buyoutLp__worry-box {
  background: #dfecf9;
  padding: 18px 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 960px) {
  .buyoutLp__worry-box {
    padding: 24px 16px 32px;
  }
}
.buyoutLp__worry-box img {
  display: block;
  width: 96px;
  object-fit: contain;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .buyoutLp__worry-box img {
    width: 160px;
  }
}
.buyoutLp__worry-box p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
  color: #151515;
}
.buyoutLp__worry-box p br {
  display: none;
}
@media (min-width: 960px) {
  .buyoutLp__worry-box p br {
    display: block;
  }
}
@media (min-width: 960px) {
  .buyoutLp__worry-box p {
    font-size: 18px;
  }
}
.buyoutLp__worry-arrow {
  width: 56px;
  margin: 16px auto 16px;
}
@media (min-width: 960px) {
  .buyoutLp__worry-arrow {
    width: 88px;
  }
}
.buyoutLp__worry-arrow img {
  width: 100%;
}
.buyoutLp__worry-result {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 8px;
  font-size: 23px;
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__worry-result {
    font-size: 26px;
  }
}
.buyoutLp__worry-result .em {
  color: var(--blue-mid);
}
@media (min-width: 960px) {
  .buyoutLp__worry-result .em {
    font-size: 42px;
  }
}
.buyoutLp__worry-result .box {
  background: var(--blue-mid);
  color: #fff;
  padding: 0 8px;
  font-size: 30px;
}
@media (min-width: 960px) {
  .buyoutLp__worry-result .box {
    font-size: 42px;
  }
}

/* =========================================================
   4つの強み（ストライプ青背景）
   ========================================================= */
.buyoutLp__strength {
  background-color: var(--blue-mid);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 6px, transparent 6px, transparent 12px);
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 960px) {
  .buyoutLp__strength {
    padding-top: 40px;
  }
}
.buyoutLp__strength-headImage {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
}
@media (min-width: 960px) {
  .buyoutLp__strength-headImage {
    width: 400px;
    margin-bottom: 56px;
  }
}
.buyoutLp__strength-headImage img {
  width: 100%;
}
.buyoutLp__strength-grid {
  display: grid;
  gap: 40px 18px;
  text-align: left;
}
@media (min-width: 960px) {
  .buyoutLp__strength-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 28px;
  }
}
.buyoutLp__strength-card {
  position: relative;
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  padding: 34px 24px 24px;
}
@media (min-width: 960px) {
  .buyoutLp__strength-card {
    padding-left: 56px;
    padding-right: 48px;
    padding-bottom: 40px;
  }
}
.buyoutLp__strength-card .badge {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 52px;
  height: 52px;
}
@media (min-width: 960px) {
  .buyoutLp__strength-card .badge {
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
  }
}
.buyoutLp__strength-card .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 14px;
  font-feature-settings: "palt";
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__strength-card .title {
    font-size: 28px;
  }
}
.buyoutLp__strength-card .title .em {
  color: var(--red);
}
.buyoutLp__strength-card .text {
  font-size: 16px;
  line-height: 1.8;
  font-feature-settings: "palt";
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__strength-card .text {
    font-size: 18px;
  }
}
.buyoutLp__strength-card .text .em {
  color: var(--blue-mid);
  font-weight: 700;
}

/* =========================================================
   買取サービスの流れ（FLOW）
   ========================================================= */
.buyoutLp__flow {
  background: #fff;
  text-align: center;
}
.buyoutLp__flow-head {
  margin-bottom: 36px;
}
@media (min-width: 960px) {
  .buyoutLp__flow-head {
    margin-bottom: 40px;
  }
}
.buyoutLp__flow-head .en {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-mid);
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
}
.buyoutLp__flow-head .ja {
  font-size: 30px;
  font-weight: 900;
}
@media (min-width: 960px) {
  .buyoutLp__flow-head .ja {
    font-size: 48px;
  }
}
.buyoutLp__flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 0;
  justify-content: center;
}
@media (min-width: 960px) {
  .buyoutLp__flow-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 50px;
    justify-content: center;
  }
}
.buyoutLp__flow-step {
  position: relative;
  background: var(--blue-mid);
  color: #fff;
  border-radius: 4px;
  padding: 22px 22px 26px;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .buyoutLp__flow-step {
    margin: 0;
  }
  .buyoutLp__flow-step:nth-child(4) {
    grid-column: 1/2;
    justify-self: end;
  }
  .buyoutLp__flow-step:nth-child(5) {
    grid-column: 2/3;
    justify-self: start;
  }
}
.buyoutLp__flow-step .box {
  display: grid;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 16px;
  margin-bottom: 14px;
}
@media (min-width: 960px) {
  .buyoutLp__flow-step .box {
    display: block;
  }
}
.buyoutLp__flow-step .num {
  grid-row: 1/2;
  grid-column: 2/3;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  line-height: 1;
  margin-top: auto;
}
@media (min-width: 960px) {
  .buyoutLp__flow-step .num {
    line-height: 1.5;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.buyoutLp__flow-step .photo {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 116px;
  height: 116px;
  flex-shrink: 0;
}
.buyoutLp__flow-step .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 960px) {
  .buyoutLp__flow-step .photo {
    margin: 0 auto 14px;
  }
}
.buyoutLp__flow-step .title {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
}
@media (min-width: 960px) {
  .buyoutLp__flow-step .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.buyoutLp__flow-step .text {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: rgba(255, 255, 255, 0.92);
}
@media (min-width: 960px) {
  .buyoutLp__flow-step .text {
    font-size: 18px;
  }
}
.buyoutLp__flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -57px;
  transform: rotate(90deg);
  width: 13px;
  height: 84px;
  background-image: url(../images/buyout-lp/graphic-triangle-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .buyoutLp__flow-step:nth-child(3)::after {
    display: none;
  }
  .buyoutLp__flow-step:nth-child(1)::after, .buyoutLp__flow-step:nth-child(2)::after, .buyoutLp__flow-step:nth-child(4)::after {
    left: auto;
    right: -35px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 116px;
  }
}

/* =========================================================
   幅広い品目を高価買取（品目グリッド）
   ========================================================= */
.buyoutLp__items {
  background: #dfecf9;
  text-align: center;
}
@media (min-width: 960px) {
  .buyoutLp__items {
    padding-bottom: 56px;
  }
}
.buyoutLp__items-ribbon {
  position: relative;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: #2367c1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 999px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .buyoutLp__items-ribbon {
    font-size: 24px;
  }
}
.buyoutLp__items-ribbon::after {
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: block;
  background-image: url(../images/buyout-lp/graphic-triangle-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 12px;
  margin-top: -2px;
}
.buyoutLp__items-title {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 14px;
}
@media (min-width: 960px) {
  .buyoutLp__items-title {
    margin-bottom: 32px;
    font-size: 56px;
  }
}
.buyoutLp__items-title .mark {
  position: relative;
  color: var(--blue-mid);
}
.buyoutLp__items-title .mark::after {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--blue-mid);
  background-size: contain;
  background-repeat: no-repeat;
}
.buyoutLp__items-title img {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(140px);
  display: block;
  width: 60px;
}
@media (min-width: 960px) {
  .buyoutLp__items-title img {
    top: -40px;
    transform: translateX(280px);
    width: 141px;
  }
}
.buyoutLp__items-sub {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__items-sub {
    font-size: 20px;
    margin-bottom: 56px;
  }
}
.buyoutLp__items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 600px) {
  .buyoutLp__items-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .buyoutLp__items-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
}
.buyoutLp__items-tile {
  padding: 12px;
  background: var(--blue-mid);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .buyoutLp__items-tile {
    padding: 16px;
  }
}
.buyoutLp__items-tile .label {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .buyoutLp__items-tile .label {
    font-size: 20px;
  }
}
.buyoutLp__items-tile .buyoutLp__items-tileWrapper {
  width: 100%;
}
.buyoutLp__items-tile img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

/* =========================================================
   他社で断られた品もご相談ください（バンド）
   ========================================================= */
.buyoutLp__rejected {
  background-color: #dfecf9;
  padding-bottom: 48px;
}
@media (min-width: 960px) {
  .buyoutLp__rejected {
    padding-bottom: 80px;
  }
}
.buyoutLp__rejected-box {
  background-image: url(../images/buyout-lp/bg-rejected-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 32px 24px 40px;
}
.buyoutLp__rejected-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
@media (min-width: 960px) {
  .buyoutLp__rejected-title {
    font-size: 32px;
  }
}
.buyoutLp__rejected-title .em {
  color: var(--yellow);
}
@media (min-width: 960px) {
  .buyoutLp__rejected-title br {
    display: none;
  }
}
.buyoutLp__rejected-text {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 960px) {
  .buyoutLp__rejected-text {
    font-size: 18px;
  }
}

/* =========================================================
   不用品買取の作業実績
   ========================================================= */
.buyoutLp__work {
  background-color: #dff2f9;
  background-image: repeating-linear-gradient(-45deg, #e3f4fa 0, #e3f4fa 24px, transparent 24px, transparent 48px);
  text-align: center;
}
.buyoutLp__work-heading {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .buyoutLp__work-heading {
    font-size: 56px;
    margin-bottom: 40px;
  }
}
.buyoutLp__work-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}
.buyoutLp__work-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  gap: 18px;
}
@media (min-width: 960px) {
  .buyoutLp__work-card {
    display: flex;
    gap: 24px;
    padding: 32px 56px;
    align-items: flex-start;
  }
}
.buyoutLp__work-photos {
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .buyoutLp__work-photos {
    width: 470px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.buyoutLp__work-photo {
  flex-basis: 50%;
  position: relative;
  margin: 0;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.buyoutLp__work-photo img {
  display: block;
  width: 101%;
  height: 101%;
  object-fit: cover;
}
.buyoutLp__work-photo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 6px 12px;
  letter-spacing: 0.04em;
  background: #404040;
  border-bottom-right-radius: 8px;
  text-align: center;
}
@media (min-width: 960px) {
  .buyoutLp__work-photo span {
    width: 80px;
    padding: 6px 12px;
  }
}
.buyoutLp__work-photo--after {
  border: 3px solid var(--blue-mid);
}
.buyoutLp__work-photo--after span {
  top: -3px;
  left: -3px;
}
.buyoutLp__work-photo--after span {
  background: var(--blue-mid);
}
@media (min-width: 960px) {
  .buyoutLp__work-info {
    width: 100%;
  }
}
.buyoutLp__work-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.buyoutLp__work-table tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.buyoutLp__work-table th,
.buyoutLp__work-table td {
  text-align: left;
  vertical-align: top;
  color: #151515;
  line-height: 1.5;
}
.buyoutLp__work-table th {
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  width: 80px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.buyoutLp__work-table th span {
  display: inline-block;
  width: 100%;
  background: #f0f0f0;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.buyoutLp__work-table td {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  padding-left: 8px;
}
.buyoutLp__work-price {
  display: flex;
  align-items: stretch;
  gap: 4px;
  background: #f7f3e6;
  border-radius: 6px;
  padding: 12px;
}
@media (min-width: 960px) {
  .buyoutLp__work-price {
    width: 100%;
    gap: 6px;
    padding: 16px 32px;
  }
}
.buyoutLp__work-priceBox {
  flex: 1;
  text-align: center;
}
.buyoutLp__work-priceBox .label {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 6px;
}
.buyoutLp__work-priceBox .val {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  padding: 4px 6px;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .buyoutLp__work-priceBox .val {
    font-size: 32px;
  }
}
.buyoutLp__work-priceBox .val small {
  font-size: 14px;
}
.buyoutLp__work-priceBox--work .label {
  background: var(--blue-mid);
}
.buyoutLp__work-priceBox--buy .label {
  background: var(--green);
}
.buyoutLp__work-priceBox--net .label {
  background: var(--red);
}
.buyoutLp__work-priceBox--net .val {
  color: var(--red);
}
.buyoutLp__work-op {
  align-self: center;
  font-size: 16px;
  font-weight: 700;
  color: #555;
}
@media (min-width: 960px) {
  .buyoutLp__work-op {
    font-size: 24px;
  }
}

/* =========================================================
   高く売るための4つのコツ
   ========================================================= */
.buyoutLp__tips {
  background-image: url(../images/buyout-lp/bg-reason-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media (min-width: 960px) {
  .buyoutLp__tips {
    background-image: url(../images/buyout-lp/bg-reason.png);
  }
}
.buyoutLp__tips-headImage {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .buyoutLp__tips-headImage {
    width: 434px;
    margin-bottom: 40px;
  }
}
.buyoutLp__tips-headImage img {
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  .buyoutLp__tips-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.buyoutLp__tips-card {
  background: #fff;
  border-radius: 10px;
  padding: 22px 24px 24px;
}
.buyoutLp__tips-card:not(:last-of-type) {
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .buyoutLp__tips-card:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .buyoutLp__tips-card {
    padding: 24px 24px 24px;
  }
}
.buyoutLp__tips-card .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 16px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .buyoutLp__tips-card .wrap {
    display: block;
  }
}
.buyoutLp__tips-card .label {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  color: var(--blue-mid);
  letter-spacing: 0.1em;
}
.buyoutLp__tips-card .num {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: var(--blue-mid);
  line-height: 1.1;
  display: inline-block;
}
@media (min-width: 960px) {
  .buyoutLp__tips-card .num {
    margin-bottom: 16px;
    font-size: 48px;
  }
}
.buyoutLp__tips-card .title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  font-feature-settings: "palt";
  text-align: left;
}
@media (min-width: 960px) {
  .buyoutLp__tips-card .title {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.buyoutLp__tips-card .text {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #333;
  font-feature-settings: "palt";
  color: #151515;
}

/* =========================================================
   ベストワンが選ばれる6つの理由（ストライプ青背景）
   ========================================================= */
.buyoutLp__reason {
  padding-top: 24px;
}
@media (min-width: 960px) {
  .buyoutLp__reason {
    padding-top: 40px;
  }
}
.buyoutLp__reason .pageArea__resonTitle {
  width: 100%;
  max-width: unset !important;
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__reason .pageArea__resonTitle {
    width: 732px !important;
  }
}
.buyoutLp__reason .pageArea__reasonCard-text {
  color: #151515;
}

/* =========================================================
   ベストワンが提供するサービス
   ========================================================= */
.buyoutLp__service {
  background: var(--lightblue);
  text-align: center;
}
.buyoutLp__service-head {
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .buyoutLp__service-head {
    margin-bottom: 40px;
  }
}
.buyoutLp__service-head .sub {
  display: block;
  font-size: 25px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.2;
}
@media (min-width: 960px) {
  .buyoutLp__service-head .sub {
    font-size: 48px;
  }
}
.buyoutLp__service-head .main {
  font-size: 32px;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.2;
}
@media (min-width: 960px) {
  .buyoutLp__service-head .main {
    font-size: 64px;
  }
}
.buyoutLp__service-head .lead {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__service-head .lead {
    margin-top: 32px;
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .buyoutLp__service-head .lead br {
    display: none;
  }
}
.buyoutLp__service-head .mascot {
  display: block;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .buyoutLp__service-head .mascot {
    display: block;
    position: absolute;
    right: 15%;
    top: -10px;
    width: 153px;
    height: auto;
    margin: 0;
  }
}
.buyoutLp__service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 960px) {
  .buyoutLp__service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.buyoutLp__service-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  display: block;
  color: inherit;
  text-decoration: none;
}
.buyoutLp__service-card .photo {
  padding: 12px 12px 0;
}
.buyoutLp__service-card .photo img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
@media (min-width: 960px) {
  .buyoutLp__service-card .photo img {
    height: 200px;
  }
}
.buyoutLp__service-card .body {
  padding: 12px 16px 18px;
}
@media (min-width: 960px) {
  .buyoutLp__service-card .body {
    padding: 16px 16px 24px;
  }
}
.buyoutLp__service-card .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .buyoutLp__service-card .title {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
.buyoutLp__service-card .title .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: var(--blue-mid);
  border-radius: 4px;
}
@media (min-width: 960px) {
  .buyoutLp__service-card .title .arrow {
    width: 40px;
    height: 40px;
  }
}
.buyoutLp__service-card .title .arrow::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  background-image: url(../images/buyout-lp/icon-arrow-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .buyoutLp__service-card .title .arrow::after {
    font-size: 18px;
  }
}
.buyoutLp__service-card .text {
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__service-card .text {
    font-size: 16px;
  }
}

/* =========================================================
   ベストワンの取り組み（信頼）
   ========================================================= */
.buyoutLp__trust {
  background-color: #f9f4df;
  background-image: repeating-linear-gradient(-45deg, #f9f5e7, #f9f4e4, transparent 24px, transparent 48px);
  text-align: center;
}
.buyoutLp__trust-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 36px;
}
@media (min-width: 960px) {
  .buyoutLp__trust-head {
    margin-bottom: 40px;
  }
}
.buyoutLp__trust-head .sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .buyoutLp__trust-head .sub {
    font-size: 32px;
  }
}
.buyoutLp__trust-head .main {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .buyoutLp__trust-head .main {
    font-size: 56px;
  }
}
.buyoutLp__trust-head .mascot {
  width: 60px;
  height: auto;
  flex: 0 0 auto;
}
@media (min-width: 960px) {
  .buyoutLp__trust-head .mascot {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(372px);
    width: 134px;
  }
}
.buyoutLp__trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .buyoutLp__trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.buyoutLp__trust-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px;
}
.buyoutLp__trust-card .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .buyoutLp__trust-card .title {
    font-size: 28px;
  }
}
.buyoutLp__trust-card .title .em {
  color: var(--blue-mid);
}
.buyoutLp__trust-card .title::before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  line-height: 26px;
  background-image: url(../images/buyout-lp/graphic-check.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .buyoutLp__trust-card .title::before {
    width: 32px;
    height: 32px;
  }
}
.buyoutLp__trust-card .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #151515;
}
@media (min-width: 960px) {
  .buyoutLp__trust-card .text {
    font-size: 18px;
  }
}

/* =========================================================
   対応エリア
   ========================================================= */
.buyoutLp__area {
  position: relative;
  background: #dff2f9;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 960px) {
  .buyoutLp__area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.buyoutLp__area::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(80px);
  z-index: 1;
  content: "";
  display: block;
  width: 260px;
  height: 218px;
  background-image: url(../images/buyout-lp/bg-map-area.png);
  background-size: contain;
}
@media (min-width: 960px) {
  .buyoutLp__area::before {
    transform: translateX(440px);
    width: 520px;
    height: 435px;
  }
}
.buyoutLp__area .buyoutLp__inner {
  position: relative;
  z-index: 10;
}
.buyoutLp__area-head {
  margin-bottom: 24px;
}
.buyoutLp__area-head .sub {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .buyoutLp__area-head .sub {
    font-size: 32px;
  }
}
.buyoutLp__area-head .main {
  display: flex;
  align-items: center;
  font-size: 35px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .buyoutLp__area-head .main {
    gap: 16px;
    font-size: 64px;
  }
}
.buyoutLp__area-head .main .pin {
  display: block;
  width: 0.8em;
  height: 1em;
  object-fit: contain;
  vertical-align: middle;
  margin-top: -0.1em;
}
@media (min-width: 960px) {
  .buyoutLp__area-head .main .pin {
    width: 40px;
    height: 57px;
  }
}
.buyoutLp__area-head .lead {
  margin-top: 16px;
  color: var(--blue-mid);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
}
@media (min-width: 960px) {
  .buyoutLp__area-head .lead {
    font-size: 32px;
    margin-top: 24px;
  }
}
.buyoutLp__area-box {
  background: #fff;
  border-radius: 6px;
  padding: 22px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .buyoutLp__area-box {
    padding: 40px 80px;
  }
}
.buyoutLp__area-pref {
  background: var(--blue-mid);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 2px;
  border-radius: 4px;
  margin-bottom: 14px;
}
@media (min-width: 960px) {
  .buyoutLp__area-pref {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.buyoutLp__area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .buyoutLp__area-list {
    gap: 16px 16px;
  }
}
.buyoutLp__area-list li {
  height: fit-content;
  font-size: 14px;
  line-height: 1;
  color: var(--ink);
}
@media (min-width: 960px) {
  .buyoutLp__area-list li {
    font-size: 16px;
  }
}
.buyoutLp__area-list li a {
  height: fit-content;
  font-size: 14px;
  line-height: 1;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--blue-mid);
}
@media (min-width: 960px) {
  .buyoutLp__area-list li a {
    font-size: 16px;
  }
}
.buyoutLp__area-note {
  margin-top: 24px;
  text-align: center;
  color: var(--blue-mid);
  font-size: 13px;
  font-weight: 700;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .buyoutLp__area-note {
    margin-top: 24px;
    font-size: 18px;
  }
}

.pageArea__bannersContact-cta--tel {
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px;
}

.pageArea__bannersContact-main {
  flex: unset;
}

.buyoutLp .pageArea__faqQuestion {
  color: #151515;
}
.buyoutLp .pageArea__faqAnswer {
  color: #151515;
}
.buyoutLp .pageArea__faqAInner .pageArea__faqBadge {
  padding-top: 5px;
}
