@charset "UTF-8";

/* ========== メインビジュアル ========== */
#leaseback #mainvisual {
  background-image: url(/leaseback/images/mainvisual_bg.png);
  background-size: cover;
  background-position: 70% center;
  /* 右側をより表示 */
  background-repeat: no-repeat;
  height: 400px;
  /* スマホ用の高さ調整 */
  min-height: auto;
  position: relative;
}

#leaseback .mainvisual__wrap {
  width: 100%;
  /* 固定幅1200pxを解除 */
  margin: 0 auto;
  height: 100%;
  position: relative;
}

#leaseback .mainvisual__inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
  /* 左右に余白 */
  text-align: center;
  /* テキスト中央寄せ */
}

#leaseback .mainvisual__text {
  color: #FFFFFF;
}

#leaseback .mainvisual__catch {
  font-size: 16px;
  /* 32px -> 16px */
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.05em;
}

#leaseback .mainvisual__title {
  font-size: 24px;
  /* 40px -> 24px */
  font-weight: 600;
  line-height: 1.4;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.02em;
}

/* ========== リースバックとは ========== */
.leaseback__about {
  background-color: transparent;
  padding: 0 20px;
  /* 左右余白追加 */
  margin: -50px 0 60px 0;
  /* マージン調整 */
  position: relative;
  z-index: 1;
  /* 10 -> 1 (メニューより下にする) */
}

.leaseback__about__wrap {
  width: 100%;
  /* 840px -> 100% */
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  /* 横並び -> 縦並び */
  align-items: center;
  padding: 30px 20px;
  /* パディング調整 */
  gap: 30px;
  /* ギャップ調整 */
}

.leaseback__about__content {
  flex: 1;
  width: 100%;
}

.leaseback__about__title {
  font-size: 20px;
  /* 28px -> 20px */
  font-weight: bold;
  color: #004B93;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
}

.leaseback__about__text {
  font-size: 14px;
  /* 16px -> 14px */
  line-height: 1.8;
  color: #3B4043;
}

.leaseback__about__image {
  width: 100%;
  max-width: 120px;
  /* 画像サイズ制限 (240px -> 160px) */
  flex-shrink: 0;
}

.leaseback__about__image img {
  width: 100%;
  height: auto;
}

/* ========== こんなお悩みありませんか ========== */
.leaseback__worries__title__area {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 左寄せ -> 中央寄せ */
  margin-bottom: 30px;
  max-width: 100%;
  /* 1000px -> 100% */
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  /* 横並び -> 縦並び */
}

.leaseback__worries__title__icon {
  width: 64px;
  /* 64px -> 50px */
  height: 64px;
  margin-right: 0;
  /* マージンリセット */
  margin-bottom: 15px;
}

.leaseback__worries__title__icon img {
  width: 100%;
  object-fit: cover;
}

.leaseback__worries__title {
  font-size: 20px;
  /* 28px -> 20px */
  font-weight: bold;
  color: #004B93;
  line-height: 1.4;
  text-align: center;
}

.leaseback__worries__area {
  display: block;
  /* grid -> block */
  max-width: 100%;
  /* 1000px -> 100% */
  margin: 0 auto 50px;
  padding: 0 20px;
}

.leaseback__worries__item {
  background-color: #EEF5FC;
  padding: 20px 20px;
  /* パディング調整 */
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  /* 下マージン追加 */
}

.leaseback__worries__item:last-child {
  margin-bottom: 0;
}

.leaseback__worries__item__check {
  font-size: 20px;
  /* 24px -> 20px */
  font-weight: bold;
  color: #004B93;
  flex-shrink: 0;
}

.leaseback__worries__item__text {
  font-size: 15px;
  /* 20px -> 15px */
  color: #3B4043;
  line-height: 1.6;
}

.leaseback__worries__message {
  text-align: center;
  margin-top: 40px;
  max-width: 100%;
  padding: 0 20px;
}

.leaseback__worries__message__icon {
  width: 60px;
  /* 70px -> 60px */
  height: 60px;
  border-radius: 50%;
  background-color: #CDD6DD;
  margin: 0 auto 20px;
}

.leaseback__worries__message__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaseback__worries__message__text {
  font-size: 18px;
  /* 28px -> 18px */
  font-weight: bold;
  color: #3B4043;
  line-height: 1.8;
}

/* ========== リースバックで解決できること ========== */
/* すべてのH2タイトルから装飾を削除し、紺色のテキストのみにする */
#leaseback .title__h2__primary {
  background-image: none;
  padding-bottom: 0;
  color: #004B93;
  font-size: 22px;
  /* スマホ用フォントサイズ */
}

.leaseback__solution__area {
  display: block;
  /* grid -> block */
  margin-top: 40px;
  max-width: 100%;
  padding: 0 20px;
}

.leaseback__solution__item {
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: visible;
  position: relative;
  margin-bottom: 40px;
  /* アイテム間隔 */
}

.leaseback__solution__item:last-child {
  margin-bottom: 0;
}

.leaseback__solution__item__number {
  position: absolute;
  top: -20px;
  /* 位置調整 */
  left: -10px;
  width: 65px;
  /* 90px -> 65px */
  height: 65px;
  border-radius: 50%;
  background-color: #004B93;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.leaseback__solution__item__number__label {
  font-size: 11px;
  /* 13px -> 11px */
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
}

.leaseback__solution__item__number__num {
  font-size: 24px;
  /* 36px -> 24px */
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  font-family: droid-sans, sans-serif;
}

.leaseback__solution__item__image {
  width: 100%;
  height: 180px;
  /* 高さ調整 */
  background-color: #CDD6DD;
  overflow: hidden;
}

.leaseback__solution__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaseback__solution__item__content {
  padding: 25px 20px 30px;
}

.leaseback__solution__item__problem {
  font-size: 16px;
  /* 18px -> 16px */
  font-weight: 600;
  color: #3B4043;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.6;
}

.leaseback__solution__item__arrow {
  text-align: center;
  margin-bottom: 14px;
  line-height: 1;
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaseback__solution__item__arrow::before {
  content: '';
  width: 3px;
  height: 32px;
  background-color: #3B4043;
  display: inline-block;
  position: relative;
}

.leaseback__solution__item__arrow::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #3B4043 transparent transparent transparent;
}

.leaseback__solution__item__answer {
  background-color: #EEF5FC;
  padding: 18px 14px;
  border-radius: 5px;
}

.leaseback__solution__item__answer__text {
  font-size: 15px;
  /* 18px -> 15px */
  color: #004B93;
  text-align: center;
  line-height: 1.7;
  font-weight: 600;
}

/* ========== リースバックの仕組み ========== */
.leaseback__system__area {
  max-width: 100%;
  /* 960px -> 100% */
  margin: 40px auto 0;
  padding: 0 20px;
}

.leaseback__system__box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 0;
  /* パディングリセット */
  overflow: hidden;
  margin-bottom: 0;
}

.leaseback__system__box__title {
  background-color: #004B93;
  color: #FFFFFF;
  font-size: 18px;
  /* 22px -> 18px */
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin: 0;
  line-height: 1.4;
}

.leaseback__system__box__diagram {
  display: flex;
  flex-direction: column;
  /* 横並び -> 縦並び */
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  gap: 20px;
}

.leaseback__system__box__diagram__item {
  flex-shrink: 0;
}

.leaseback__system__box__diagram__icon {
  width: 90px;
  /* 120px -> 90px */
  height: 90px;
  /* background-color: #CDD6DD; */
  overflow: hidden;
  margin: 0 auto;
}

.leaseback__system__box__diagram__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaseback__system__box__diagram__flow {
  flex: 1;
  display: flex;
  flex-direction: row;
  /* 縦並び -> 横並び */
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.leaseback__system__box__diagram__arrow {
  width: 3px;
  height: 60px;
  /* 縦矢印用の高さ */
  margin: 0 auto;
  background-color: #3B4043;
  position: relative;
}

.leaseback__system__box__diagram__arrow::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

/* Right arrow becomes Down arrow */
.leaseback__system__box__diagram__arrow__right::after {
  top: auto;
  bottom: -5px;
  border-width: 10px 6px 0 6px;
  border-color: #3B4043 transparent transparent transparent;
}

/* Left arrow becomes Up arrow */
.leaseback__system__box__diagram__arrow__left::after {
  top: -5px;
  bottom: auto;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #3B4043 transparent;
}

.leaseback__system__box__diagram__arrow__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 14px;
  /* 18px -> 14px */
  color: #3B4043;
  font-weight: 600;
  background-color: transparent;
}

/* Adjust text positioning for vertical arrows */
.leaseback__system__box__diagram__arrow__right .leaseback__system__box__diagram__arrow__text {
  right: 14px;
  /* 15px -> 8px (テキストを寄せる) */
  left: auto;
  top: 50%;
  bottom: auto;
  text-align: right;
  /* テキスト右寄せ */
}

.leaseback__system__box__diagram__arrow__left .leaseback__system__box__diagram__arrow__text {
  left: 14px;
  /* 15px -> 8px (テキストを寄せる) */
  right: auto;
  top: 50%;
  bottom: auto;
  text-align: left;
  /* テキスト左寄せ */
}

.leaseback__system__box__text {
  padding: 0 20px 30px;
  /* 左右パディング調整 */
  font-size: 14px;
  /* 18px -> 14px */
  line-height: 1.8;
  color: #3B4043;
  text-align: center;
}

.leaseback__system__arrow__down {
  text-align: center;
  padding: 25px 0;
  /* パディング調整 */
  position: relative;
  height: auto;
  /* 高さ自動 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.leaseback__system__arrow__down::before {
  content: '';
  position: relative;
  /* absolute -> relative */
  left: auto;
  top: auto;
  transform: none;
  width: 40px;
  /* 60px -> 40px */
  height: 30px;
  /* 40px -> 30px */
  background-color: #004B93;
  margin-bottom: -1px;
  /* 隙間調整 */
}

.leaseback__system__arrow__down::after {
  content: '';
  position: relative;
  /* absolute -> relative */
  left: auto;
  bottom: auto;
  transform: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  /* サイズ調整 */
  border-color: #004B93 transparent transparent transparent;
}

.leaseback__system__arrow__down__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 12px;
  /* 16px -> 12px */
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  width: 100%;
  text-align: center;
}

/* ========== リースバック事例 ========== */
.leaseback__case__area {
  margin-top: 40px;
  padding: 0 20px;
}

.leaseback__case__item {
  background-color: #F5F9FC;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  /* 横並び -> 縦並び */
  overflow: hidden;
  margin: 0 auto 25px;
  width: 100%;
  /* 920px -> 100% */
  padding: 0;
  /* パディングリセット */
}

.leaseback__case__item:last-child {
  margin-bottom: 0;
}

.leaseback__case__item__image {
  width: 100%;
  height: 220px;
  /* auto -> 220px (高さを指定してトリミング) */
  flex-shrink: 0;
  background-color: #CDD6DD;
  overflow: hidden;
}

.leaseback__case__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* contain -> cover (全体を埋める) */
}

.leaseback__case__item__info__area {
  width: 100%;
  /* 240px -> 100% */
  padding: 20px 20px 0;
  /* パディング調整 */
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-right: none;
  /* ボーダー削除 */
  box-sizing: border-box;
  font-weight: 600;
}

.leaseback__case__item__content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.leaseback__case__item__location {
  background-color: #004B93;
  color: #FFFFFF;
  font-size: 14px;
  /* 15px -> 14px */
  font-weight: bold;
  padding: 6px 16px;
  border-radius: 18px;
  display: inline-block;
  align-self: flex-start;
  width: auto;
  /* 100% -> auto */
  text-align: center;
}

.leaseback__case__item__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.leaseback__case__item__info__text {
  font-size: 14px;
  /* 15px -> 14px */
  color: #3B4043;
  line-height: 1.6;
}

.leaseback__case__item__price {
  width: 100%;
  /* 440px -> 100% */
  padding: 20px;
  /* パディング調整 */
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 0;
}

.leaseback__case__item__price__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.leaseback__case__item__price__box:last-child {
  background-color: #FFF4E6;
}

.leaseback__case__item__price__label {
  font-size: 14px;
  /* 15px -> 14px */
  color: #3B4043;
  font-weight: 600;
}

.leaseback__case__item__price__amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.leaseback__case__item__price__amount__num {
  font-size: 32px;
  /* 44px -> 32px */
  font-weight: bold;
  color: #004B93;
  line-height: 1;
}

.leaseback__case__item__price__amount__unit {
  font-size: 14px;
  /* 18px -> 14px */
  color: #004B93;
  font-weight: 600;
}

.leaseback__case__item__price__amount__rent .leaseback__case__item__price__amount__num {
  color: #F2981A;
}

.leaseback__case__item__price__amount__rent .leaseback__case__item__price__amount__unit {
  color: #F2981A;
}

.leaseback__case__note {
  font-size: 11px;
  /* 12px -> 11px */
  color: #666666;
  text-align: left;
  margin: 15px auto;
  width: 100%;
  /* 920px -> 100% */
  padding: 0 20px;
}

/* ========== KATACHIが選ばれる理由 ========== */
.leaseback__reason__area {
  display: block;
  /* grid -> block */
  margin-top: 40px;
  width: 100%;
  /* 1000px -> 100% */
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.leaseback__reason__item {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px;
  /* パディング調整 */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  /* 480px -> 100% */
  box-sizing: border-box;
  margin-bottom: 25px;
}

.leaseback__reason__item:last-child {
  margin-bottom: 0;
}

.leaseback__reason__item__label {
  background-color: #004B93;
  color: #FFFFFF;
  font-size: 12px;
  /* 14px -> 12px */
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 18px;
  display: inline-block;
  align-self: center;
  margin-bottom: 15px;
  width: auto;
  /* 280px -> auto */
  min-width: 200px;
}

.leaseback__reason__item__title {
  font-size: 18px;
  /* 22px -> 18px */
  font-weight: bold;
  color: #004B93;
  margin-bottom: 15px;
  line-height: 1.6;
}

.leaseback__reason__item__image {
  width: 100%;
  height: 180px;
  /* 200px -> 180px */
  background-color: #CDD6DD;
  overflow: hidden;
  margin-bottom: 15px;
}

.leaseback__reason__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaseback__reason__item__text {
  font-size: 14px;
  /* 16px -> 14px */
  line-height: 1.8;
  color: #3B4043;
  text-align: left;
  width: 100%;
}

/* ========== よくあるご質問 ========== */
/* ========== よくあるご質問 ========== */
.leaseback__faq__area {
  max-width: 100%;
  /* 880px -> 100% */
  margin: 40px auto 0;
  padding: 0 20px;
}

.leaseback__faq__item {
  background-color: #F5F9FC;
  border-radius: 10px;
  margin-bottom: 20px;
  /* 28px -> 20px */
  overflow: hidden;
}

.leaseback__faq__item:last-child {
  margin-bottom: 0;
}

.leaseback__faq__question {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  /* パディング調整 */
  gap: 15px;
}

.leaseback__faq__question__label {
  width: 30px;
  /* 38px -> 30px */
  height: 30px;
  background-color: #004B93;
  color: #FFFFFF;
  font-size: 14px;
  /* 18px -> 14px */
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  flex-shrink: 0;
}

.leaseback__faq__question__text {
  flex: 1;
  font-size: 15px;
  /* 18px -> 15px */
  font-weight: 600;
  color: #004B93;
  line-height: 1.6;
}

.leaseback__faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 20px 25px 20px;
  /* パディング調整 */
  background-color: #F5F9FC;
  position: relative;
}

.leaseback__faq__answer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #E4E7EC;
}

.leaseback__faq__answer__label {
  width: 30px;
  /* 38px -> 30px */
  height: 30px;
  background-color: #F2981A;
  color: #FFFFFF;
  font-size: 14px;
  /* 18px -> 14px */
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  vertical-align: top;
  margin-right: 0;
  flex-shrink: 0;
}

.leaseback__faq__answer__text {
  display: block;
  font-size: 14px;
  /* 16px -> 14px */
  line-height: 1.8;
  color: #3B4043;
}

/* ========== ご契約の流れ ========== */
.leaseback__flow__area {
  max-width: 100%;
  /* 800px -> 100% */
  margin: 40px auto 0;
  padding: 0 20px;
}

.leaseback__flow__step {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px;
  /* パディング調整 */
  display: flex;
  flex-direction: column;
  /* 横並び -> 縦並び */
  align-items: center;
  text-align: center;
  /* 左寄せ -> 中央寄せ */
  gap: 20px;
}

.leaseback__flow__step__icon {
  width: 100px;
  /* 140px -> 100px */
  height: 100px;
  border-radius: 50%;
  background-color: #D9D9D9;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0 auto;
}

.leaseback__flow__step__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaseback__flow__step__content {
  flex: 1;
  width: 100%;
}

.leaseback__flow__step__header {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 中央寄せ */
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.leaseback__flow__step__title {
  font-size: 18px;
  /* 22px -> 18px */
  font-weight: bold;
  color: #004B93;
  line-height: 1.6;
}

.leaseback__flow__step__text {
  line-height: 1.8;
  font-size: 14px;
  text-align: left;
  /* テキストは左寄せ */
}


.leaseback__flow__step__title__single {
  margin-bottom: 10px;
}

.leaseback__flow__step__badge {
  background-color: #F2981A;
  color: #FFFFFF;
  font-size: 12px;
  /* 14px -> 12px */
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 2px;
  display: inline-block;
}

.leaseback__flow__arrow {
  text-align: center;
  margin: 15px 0;
  color: #004B93;
}

.leaseback__flow__arrow__icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  /* サイズ調整 */
  border-color: #004B93 transparent transparent transparent;
  display: inline-block;
}

/* ========== リースバックのメリット・デメリット ========== */
.leaseback__merit__area {
  max-width: 100%;
  /* 960px -> 100% */
  margin: 40px auto 0;
  padding: 0 20px;
}

.leaseback__merit__wrap {
  display: flex;
  flex-direction: column;
  /* 横並び -> 縦並び */
  justify-content: flex-start;
  gap: 20px;
}

.leaseback__merit__box {
  flex: 1;
  border-radius: 10px;
  padding: 30px 20px;
  /* パディング調整 */
  position: relative;
}

.leaseback__merit__box--merit {
  background-color: #EEF5FC;
  border: 2px solid #004B93;
}

.leaseback__merit__box--demerit {
  background-color: #F9F9F9;
  border: 1px solid #E0E0E0;
}

.leaseback__merit__title {
  font-size: 20px;
  /* 24px -> 20px */
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #3B4043;
}

.leaseback__merit__box--merit .leaseback__merit__title {
  color: #004B93;
}

.leaseback__merit__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.leaseback__merit__list li {
  font-size: 15px;
  /* 18px -> 15px */
  font-weight: bold;
  color: #3B4043;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
}

.leaseback__merit__list li:last-child {
  margin-bottom: 0;
}

.leaseback__merit__box--merit .leaseback__merit__list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  color: #004B93;
  font-size: 18px;
}

.leaseback__merit__box--demerit .leaseback__merit__list li::before {
  content: '●';
  position: absolute;
  left: 5px;
  top: 8px;
  color: #999999;
  font-size: 8px;
}

.leaseback__merit__note {
  font-size: 12px;
  /* 14px -> 12px */
  font-weight: normal;
  color: #666666;
  display: block;
  margin-top: 5px;
}