@charset "UTF-8";

/* ========== メインビジュアル ========== */
#leaseback #mainvisual {
  background-image: url(/leaseback/images/mainvisual_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 70vh;
  min-height: 600px;
  position: relative;
}

#leaseback .mainvisual__wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

#leaseback .mainvisual__inner {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
}

#leaseback .mainvisual__text {
  color: #FFFFFF;
}

#leaseback .mainvisual__catch {
  font-size: 32px;
  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: 40px;
  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;
  margin: -120px 0 60px 0;
  position: relative;
  z-index: 10;
}

.leaseback__about__wrap {
  width: 840px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 40px 60px;
  gap: 60px;
}

.leaseback__about__content {
  flex: 1;
}

.leaseback__about__title {
  font-size: 28px;
  font-weight: bold;
  color: #004B93;
  margin-bottom: 25px;
  line-height: 1.4;
}

.leaseback__about__text {
  font-size: 16px;
  line-height: 2;
  color: #3B4043;
}

.leaseback__about__image {
  width: 140px;
  flex-shrink: 0;
}

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

/* ========== こんなお悩みありませんか ========== */
.leaseback__worries__title__area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 45px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.leaseback__worries__title__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #CDD6DD;
  margin-right: 20px;
  flex-shrink: 0;
}

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

.leaseback__worries__title {
  font-size: 28px;
  font-weight: bold;
  color: #004B93;
  line-height: 1.4;
}

.leaseback__worries__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 25px;
  max-width: 1000px;
  margin: 0 auto 70px;
}

.leaseback__worries__item {
  background-color: #EEF5FC;
  padding: 40px 28px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.leaseback__worries__item__text {
  font-size: 20px;
  color: #3B4043;
  line-height: 1.7;
}

.leaseback__worries__message {
  text-align: center;
  margin-top: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.leaseback__worries__message__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #CDD6DD;
  margin: 0 auto 25px;
}

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

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

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

.leaseback__solution__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 60px;
  margin-top: 55px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.leaseback__solution__item {
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: visible;
  position: relative;
}

.leaseback__solution__item__number {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 90px;
  height: 90px;
  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: 13px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3px;
}

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

.leaseback__solution__item__image {
  width: 100%;
  height: 190px;
  background-color: #CDD6DD;
  overflow: hidden;
}

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

.leaseback__solution__item__content {
  padding: 28px 24px 32px;
}

.leaseback__solution__item__problem {
  font-size: 18px;
  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: 18px;
  color: #004B93;
  text-align: center;
  line-height: 1.9;
  font-weight: 600;
}

/* ========== リースバックの仕組み ========== */
.leaseback__system__area {
  max-width: 960px;
  margin: 55px auto 0;
}

.leaseback__system__box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 50px;
  overflow: hidden;
  margin-bottom: 0;
}

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

.leaseback__system__box__diagram {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 60px 40px;
  gap: 60px;
}

.leaseback__system__box__diagram__item {
  flex-shrink: 0;
}

.leaseback__system__box__diagram__icon {
  width: 120px;
  height: 120px;
  /* 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: column;
  gap: 40px;
  min-width: 200px;
}

.leaseback__system__box__diagram__arrow {
  position: relative;
  height: 3px;
  background-color: #3B4043;
}

.leaseback__system__box__diagram__arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}

.leaseback__system__box__diagram__arrow__right::after {
  right: -5px;
  transform: translateY(-50%);
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #3B4043;
}

.leaseback__system__box__diagram__arrow__left::after {
  left: -5px;
  transform: translateY(-50%);
  border-width: 6px 10px 6px 0;
  border-color: transparent #3B4043 transparent transparent;
}

.leaseback__system__box__diagram__arrow__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 18px;
  color: #3B4043;
  font-weight: 600;
  background-color: transparent;
}

/* 上の矢印（右向き）のテキストは上に配置 */
.leaseback__system__box__diagram__arrow__right .leaseback__system__box__diagram__arrow__text {
  top: -28px;
}

/* 下の矢印（左向き）のテキストは下に配置 */
.leaseback__system__box__diagram__arrow__left .leaseback__system__box__diagram__arrow__text {
  top: auto;
  bottom: -28px;
}

.leaseback__system__box__text {
  padding: 0 60px 0px;
  font-size: 18px;
  line-height: 2;
  color: #3B4043;
  text-align: center;
}

.leaseback__system__arrow__down {
  text-align: center;
  padding: 40px 0;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaseback__system__arrow__down::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background-color: #004B93;
}

.leaseback__system__arrow__down::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 60px 0 60px;
  border-color: #004B93 transparent transparent transparent;
}

.leaseback__system__arrow__down__text {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

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

.leaseback__case__item {
  background-color: #F5F9FC;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  margin: 0 auto 28px;
  width: 920px;
  padding: 40px;
}

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

.leaseback__case__item__image {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  background-color: #CDD6DD;
  overflow: hidden;
}

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

.leaseback__case__item__info__area {
  width: 240px;
  flex-shrink: 0;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-right: 1px solid #E0E0E0;
  box-sizing: border-box;
  font-weight: 600;
}

.leaseback__case__item__content {
  flex: 1;
  padding: 32px 38px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

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

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

.leaseback__case__item__info__text {
  font-size: 15px;
  color: #3B4043;
  line-height: 1.8;
}

.leaseback__case__item__price {
  width: 440px;
  flex-shrink: 0;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  box-sizing: border-box;
}

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

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

.leaseback__case__item__price__label {
  font-size: 15px;
  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: 44px;
  font-weight: bold;
  color: #004B93;
  line-height: 1;
}

.leaseback__case__item__price__amount__unit {
  font-size: 18px;
  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: 12px;
  color: #666666;
  text-align: left;
  margin: 24px auto;
  width: 920px;
}

/* ========== KATACHIが選ばれる理由 ========== */
.leaseback__reason__area {
  display: grid;
  grid-template-columns: repeat(2, 480px);
  gap: 40px;
  margin-top: 55px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.leaseback__reason__item {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 480px;
  box-sizing: border-box;
}

.leaseback__reason__item__label {
  background-color: #004B93;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 18px;
  display: inline-block;
  align-self: center;
  margin-bottom: 20px;
  width: 280px;
}

.leaseback__reason__item__title {
  font-size: 22px;
  font-weight: bold;
  color: #004B93;
  margin-bottom: 20px;
  line-height: 1.6;
}

.leaseback__reason__item__image {
  width: 100%;
  height: 200px;
  background-color: #CDD6DD;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.leaseback__reason__item__text {
  font-size: 16px;
  line-height: 2;
  color: #3B4043;
  text-align: left;
  width: 100%;
}

/* ========== よくあるご質問 ========== */
.leaseback__faq__area {
  max-width: 880px;
  margin: 55px auto 0;
}

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

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

.leaseback__faq__question {
  display: flex;
  align-items: center;
  padding: 23px 28px;
  gap: 18px;
}

.leaseback__faq__question__label {
  width: 38px;
  height: 38px;
  background-color: #004B93;
  color: #FFFFFF;
  font-size: 18px;
  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: 18px;
  font-weight: 600;
  color: #004B93;
  line-height: 1.7;
}

.leaseback__faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 28px 28px 28px;
  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: 38px;
  height: 38px;
  background-color: #F2981A;
  color: #FFFFFF;
  font-size: 18px;
  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: 16px;
  line-height: 2;
  color: #3B4043;
}

/* ========== ご契約の流れ ========== */
.leaseback__flow__area {
  max-width: 800px;
  margin: 55px auto 0;
}

.leaseback__flow__step {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 40px;
}

.leaseback__flow__step__icon {
  width: 120px;
  flex-shrink: 0;
  overflow: hidden;
}

/* Step 1 icon specific size */
.leaseback__flow__area .leaseback__flow__step:first-child .leaseback__flow__step__icon {
  width: 100px;
  margin-right: 20px;
}

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

.leaseback__flow__step__content {
  flex: 1;
}

.leaseback__flow__step__header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.leaseback__flow__step__title {
  font-size: 22px;
  font-weight: bold;
  color: #004B93;
  line-height: 1.8;
}

.leaseback__flow__step__text {
  line-height: 1.8;
}


.leaseback__flow__step__title__single {
  margin-bottom: 11px;
}

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

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

.leaseback__flow__arrow__icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 18px 0 18px;
  border-color: #004B93 transparent transparent transparent;
  display: inline-block;
}

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

.leaseback__merit__wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.leaseback__merit__box {
  flex: 1;
  border-radius: 10px;
  padding: 40px 30px;
  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: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  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: 18px;
  font-weight: bold;
  color: #3B4043;
  margin-bottom: 20px;
  padding-left: 30px;
  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: 20px;
}

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

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