/* ==============================================
   LP01
   ============================================== */

/* --- FV --- */
.lp-fv {
  position: relative;
  min-height: 100vh;
  background-image: url('../lp-img/fv01.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.lp-fv__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 194px 40px 80px; /* 上194px = ロゴ96px + 余白98px */
}

.lp-fv__label {
  font-family: "Fustat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #f0f0f0;
  margin-bottom: 27px;
}

.lp-fv__title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 60px;
}

.lp-fv__title-line {
  display: block;
}

.lp-fv__title-em {
  font-style: normal;
  background: #fff;
  color: #050D29;
  padding: 0 4px;
}

.lp-fv__title-highlight {
  display: inline;
  background: #fff;
  color: #050D29;
  padding: 0 4px;
}

.lp-fv__sub {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #f0f0f0;
  margin-bottom: 98px;
}

/* FV ボタン */
.lp-fv__cta {
  display: flex;
  align-items: center;
  gap: 32px;
}

/* ==============================================
   PROBLEM
   ============================================== */

.lp-problem {
  background: #E8E9EE;
  padding: 80px 0 calc(184px + 40px);
/*  padding: 80px 0 calc(13.4vw + 100px);*/
}
.lp-problem__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.lp-problem__header {
  text-align: center;
  margin-bottom: 56px;
}

.lp-problem__h2 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #050D29;
}

.lp-problem__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 85px;
}

.lp-problem__num {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 16px;
}

.lp-problem__num-label {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(15, 23, 43, 0.4);
}

.lp-problem__num-digit {
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lp-problem__h3 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.lp-problem__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #242424;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0px,
    transparent 28.4px,
    #1005B8 28.4px,
    #0092D6 30.4px
  );
}

/* ==============================================
   SOLUTION
   ============================================== */

.lp-solution {
  background: #FCFCFC;
}

.lp-solution__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.lp-solution__header {
  margin-bottom: 56px;
}

.lp-solution__header::before {
  width: 706px;
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
}

.lp-solution__label {
  background-image: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%), linear-gradient(#FCFCFC, #FCFCFC);
}

.lp-solution__h2 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #050D29;
}

/* 2カラム：左アイテム群 + 右画像 */
.lp-solution__content {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.lp-solution__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.lp-solution__image {
  flex-shrink: 0;
  width: 460px;
}

.lp-solution__image img {
  width: 460px;
  height: 624px;
  object-fit: cover;
  display: block;
}

/* 各アイテム */
.lp-solution__item {
  display: flex;
  gap: 2px;
  align-items: flex-start;
}

.lp-solution__item-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.lp-solution__side-label {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 23, 43, 0.4);
  writing-mode: vertical-rl;
}

.lp-solution__item-body {
  width: 556px;
  flex-shrink: 0;
}

.lp-solution__h3-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 16px;
}


.lp-solution__h3-row .lp-solution__h3 {
  margin-bottom: 0;
}

.lp-solution__num {
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 10px;
  flex-shrink: 0;
}

.lp-solution__h3 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.lp-solution__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #242424;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 16px;
  padding: 24px;
}

/* ==============================================
   SERVICE
   ============================================== */

.lp-service {
  background: #050D29;
  padding-bottom: calc(184px + 40px);
/*  padding-bottom: calc(13.4vw + 100px);*/
}
@media (max-width: 768px) {
  .lp-service {
    padding-bottom: calc(13.4vw + 60px);
  }
}
.lp-service__header {
  margin-bottom: 24px;
}

.lp-service__header::before {
  width: 1106px;
  background: #fff;
}

.lp-service__label {
  background-image: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%), linear-gradient(#050D29, #050D29);
}

.lp-service__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.lp-section-label--left {
  text-align: left;
}

.lp-service__h2 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 35px;
}

.lp-service__lead {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #EAEAEA;
  margin-bottom: 48px;
}

.lp-service__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 64px;
}

.lp-service__card {
  background: #fff;
  padding: 24px;
}

.lp-service__point-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 24px;
}

.lp-service__point-label {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(15, 23, 43, 0.4);
}

.lp-service__num {
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
}

.lp-service__h3 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 26px;
}

.lp-service__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #242424;
}

.lp-service__span {
  font-weight: 700;
}

.lp-service__table img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 110px;
}

.lp-service__table-hint,
.lp-servicelist__table-hint {
  display: none;
}

/* ==============================================
   COMPARE
   ============================================== */

.lp-compare {
  padding-top: 80px;
}

.lp-compare__h2 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}

.lp-compare__content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.lp-compare__text {
  flex: 1;
}

.lp-compare__h3 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 77px;
  margin-bottom: 43px;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0px,
    transparent 48.4px,
    #1005B8 48.4px,
    #0092D6 50.4px
  );
}

.lp-compare__body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #fff;
}


.lp-compare__image {
  flex-shrink: 0;
  width: 45%;
}

.lp-compare__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==============================================
   SERVICE LIST
   ============================================== */

.lp-servicelist__label {
  background-image: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%), linear-gradient(#fff, #fff);
}

.lp-servicelist__header::before {
  width: 706px;
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
}

.lp-servicelist {
  background: #fff;
  padding-bottom: calc(184px + 40px);
/*  padding-bottom: calc(13.4vw + 100px);*/
}
@media (max-width: 768px) {
  .lp-servicelist {
    padding-bottom: calc(13.4vw + 60px);
  }
}
.lp-servicelist__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.lp-servicelist__h2 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #050D29;
  margin-bottom: 40px;
}

.lp-servicelist__table {
  margin-bottom: 64px;
}

.lp-servicelist__table img {
  width: 100%;
  height: auto;
  display: block;
}

/* 各サービスアイテム */
.lp-servicelist__item {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-start;
}

.lp-servicelist__item-left {
  width: 54.44%;
}
@media (max-width: 768px) {
  .lp-servicelist__item-left {
    width: 100%;
  }
}
.lp-servicelist__item-image {
  flex-shrink: 0;
  width: 36.53%;
}

.lp-servicelist__item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-servicelist__num-row {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-bottom: 8px;
}

.lp-servicelist__num-right {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.lp-servicelist__num {
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
}

.lp-servicelist__category {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.lp-servicelist__h3 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #050D29;
  margin-bottom: 16px;
}

.lp-servicelist__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #333333;
  margin-bottom: 32px;
}

/* 2カラム（課題・実施内容） */
.lp-servicelist__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.lp-servicelist__col {
  display: flex;
  flex-direction: column;
}


.lp-servicelist__col-title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #fff;
  background: #212121;
  padding: 4px 28px 4px 12px;
  margin-bottom: 0;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 100%, 0 100%);
  display: inline-block;
  align-self: flex-start;
}

.lp-servicelist__item {
  margin-top: 64px;
}

.lp-servicelist__item:not(:last-child) {
  padding-bottom: 80px;
  border-bottom: 1px solid #DAE2EC;
  margin-bottom: 80px;
}

.lp-servicelist__item--reverse {
  flex-direction: row-reverse;
}

/* リストボックス */
.lp-servicelist__list-box {
  flex: 1;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  padding: 24px 24px 19px 24px;
  background-color: #FAFAFA;
}

.lp-servicelist__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-servicelist__list li {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #333333;
  padding-left: 20px;
  position: relative;
}

.lp-servicelist__list--problem li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #333;
}

.lp-servicelist__list--check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ==============================================
   REASON
   ============================================== */

.lp-reason__label {
  background-image: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%), linear-gradient(#E8E9EE, #E8E9EE);
}

.lp-reason__header::before {
  width: 706px;
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
}

.lp-reason {
  background: #E8E9EE;
  padding-bottom: 100px;
}

.lp-reason__inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-reason__h2 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #050D29;
  margin-bottom: 64px;
}

.lp-reason__item {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 60px 0;
}

.lp-reason__item--reverse {
  flex-direction: row-reverse;
}

.lp-reason__item-text {
  flex: 1;
}

.lp-reason__item-image {
  flex-shrink: 0;
  width: 480px;
}

.lp-reason__item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-reason__num-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.lp-reason__num-label {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgba(15, 23, 43, 0.4);
}

.lp-reason__num {
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.lp-reason__h3 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}

.lp-reason__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}

.lp-reason__span {
  font-weight: 700;
  font-size: 18px;
}

.lp-reason__divider {
  width: 100%;
  max-width: 1160px;
  height: 0;
  border: none;
  border-top: 1px solid rgba(86, 86, 86, 0.34);
  margin: 0 auto;
}

/* ==============================================
   REASON CASES
   ============================================== */

.lp-reason-cases {
  background: #fff;
  padding: 80px 0 100px;
}

.lp-reason-cases__inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-reason-cases__h2 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #050D29;
  text-align: center;
  margin-bottom: 56px;
}

.lp-reason-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.lp-reason-cases__img {
  width: 100%;
  margin-bottom: 20px;
}

.lp-reason-cases__img img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-reason-cases__title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #050D29;
  margin-bottom: 16px;
}

.lp-reason-cases__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-reason-cases__tags li {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  border: 1px solid #C0C0C0;
  border-radius: 2px;
  padding: 4px 10px;
}

/* INFO → lp-base.css に移動済み */

/* CTA → lp-base.css に移動済み */

/* LP01 CTA 背景画像 */
.lp-cta--lp01 {
  background-image: url('../lp-img/lp01-cta.png');
}

/* ==============================================
   SP ( ~ 768px )
   ============================================== */
@media screen and (max-width: 768px) {

  .lp-fv__inner {
    padding: 120px 24px 60px;
  }

  .lp-fv__label {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .lp-fv__title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .lp-fv__sub {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .lp-fv__cta {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .lp-fv__btn {
    width: 100%;
    padding: 0 16px 0 24px;
  }

  .lp-problem {
/*    padding: 60px 0;*/
padding: 60px 0 calc(13.4vw + 60px);
  }

  .lp-problem__inner {
    padding: 0 24px;
  }

  .lp-problem__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  /* PROBLEM SP */
  .lp-problem__h2 {
    font-size: 24px;
  }

  .lp-problem__num-digit {
    font-size: 40px;
  }

  .lp-problem__h3 {
    font-size: 20px;
  }

  /* SOLUTION SP */
  .lp-solution__content {
    flex-direction: column;
  }

  .lp-solution__image {
    width: 100%;
    order: -1;
  }

  .lp-solution__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 7;
    object-fit: cover;
    object-position: top;
  }

  .lp-solution__h2 {
    font-size: 24px;
  }

  .lp-solution__num {
    font-size: 36px;
  }

  .lp-solution__side-label {
    font-size: 13px;
  }

  .lp-solution__h3 {
    font-size: 18px;
  }

  .lp-solution__item-body {
    width: 100%;
  }

  .lp-solution__text {
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.54;
    padding: 12px;
  }

  /* SERVICE SP */
  .lp-service__grid {
    grid-template-columns: 1fr;
  }

  .lp-service__h2 {
    font-size: 24px;
  }

  .lp-service__num {
    font-size: 36px;
  }

  .lp-service__table {
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .lp-service__table::-webkit-scrollbar {
    height: 4px;
  }

  .lp-service__table::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }

  .lp-service__table::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
  }

  .lp-service__table img {
    width: auto;
    max-width: none;
    height: 360px;
    display: block;
    margin-bottom: 3px;
  }

  .lp-service__table-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 8px;
  }

  /* COMPARE SP */
  .lp-compare__content {
    flex-direction: column;
  }

  .lp-compare__image {
    width: 100%;
  }

  .lp-compare__h2 {
    font-size: 24px;
  }

  .lp-compare__h3 {
    font-size: 17px;
    margin-top: 0;
    background-image: none;
  }

  .lp-compare__h3-inner {
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: repeating-linear-gradient(
      to bottom,
      transparent 0px,
      transparent 28.6px,
      #1005B8 28.6px,
      #0092D6 30.6px
    );
  }

  /* SERVICE LIST SP */
  .lp-servicelist__item {
    flex-direction: column;
  }

  .lp-servicelist__item-image {
    width: 100%;
  }

  .lp-servicelist__item-image img {
    aspect-ratio: 8 / 7;
    object-fit: cover;
    object-position: top;
  }

  .lp-servicelist__cols {
    grid-template-columns: 1fr;
  }

  .lp-servicelist__h2 {
    font-size: 24px;
  }

  .lp-servicelist__list--problem,
  .lp-servicelist__list--check {
    gap: 15px;
  }

  .lp-servicelist__list-box {
    padding: 17px 17px 13px 17px;
  }

  .lp-servicelist__table {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    margin-bottom: 0;
  }

  .lp-servicelist__table::-webkit-scrollbar {
    height: 4px;
  }

  .lp-servicelist__table::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }

  .lp-servicelist__table::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
  }

  .lp-servicelist__table img {
    width: auto;
    max-width: none;
    height: 240px;
    display: block;
    margin-bottom: 3px;
  }

  .lp-servicelist__table-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 8px;
  }

  .lp-servicelist__num {
    font-size: 40px;
  }

  .lp-servicelist__h3 {
    font-size: 20px;
  }

  /* REASON CASES SP */
  .lp-reason-cases__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .lp-reason-cases__h2 {
    font-size: 24px;
  }

  /* REASON SP */
  .lp-reason__item {
    flex-direction: column;
  }

  .lp-reason__item--first {
    padding-top: 0;
  }

  .lp-reason__item-image {
    width: 100%;
  }

  .lp-reason__item-image img {
    aspect-ratio: 8 / 7;
    object-fit: cover;
    object-position: top;
  }

  .lp-reason__item--reverse {
    flex-direction: column;
  }

  .lp-reason__h2 {
    font-size: 24px;
  }

  .lp-reason__num {
    font-size: 40px;
  }

  .lp-reason__h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  .lp-reason__text {
    font-size: 15px;
    line-height: 1.8;
  }

  /* CTA タイトル */
  .lp-cta__title {
    font-size: 30px;
    line-height: 1.5;
  }

  /* INFO タイトル */
  .lp-info__title {
    font-size: 24px;
  }

  /* INFO グリッド：縦並び */
  .lp-info__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

}
