/* ==============================================
   LP04
   ============================================== */

/* --- FV + LEAD 共通背景 --- */
.lp04-fv-wrap {
  background-image: url('../lp-img/fv-04.png');
  background-size: cover;
  background-position: center;
}

/* --- FV --- */
.lp04-fv {
  position: relative;
/*  min-height: 100vh;*/
  height: min(760px, 100vh);
  display: flex;
  align-items: center;
}


.lp04-fv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.lp04-fv__title {
  display: inline-block;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #333;
  background: #fff;
  padding: 8px 24px;
  margin-bottom: 24px;
}

.lp04-fv__sub {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 40px;
}

.lp04-fv__cta {
  display: flex;
  gap: 24px;
}

/* --- PROBLEM --- */
.lp04-problem {
  background: #fff;
  padding: 80px 0 100px;
}

.lp04-problem__inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

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

.lp04-problem__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-bottom: 48px;
  text-align: left;
}

.lp04-problem__card {
  border-radius: 4px;
  border: 1px solid #fff;
  background: #E6E6E6;
  padding: 24px 24px 32px;
}

.lp04-problem__num {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 49px;
}

.lp04-problem__num span {
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  font-style: normal;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp04-problem__num em {
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0;
  font-style: normal;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp04-problem__h3 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 1.56px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 32px;
}

.lp04-problem__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.96px;
  color: #333;
}

.lp04-problem__text-inner {
  display: inline;
  background-image: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 3px;
}

/* PROBLEM CTA box */
.lp04-problem__cta {
  border-radius: 10px;
  border: 1px solid rgba(43, 127, 255, 0.30);
  background: radial-gradient(176.29% 206.23% at 30.43% 50%, #01162D 35.62%, #043158 57.51%, #030E17 71.11%, #033D72 92.52%);
  padding: 40px 48px;
  text-align: center;
}

.lp04-problem__cta-sub {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 16px;
}

.lp04-problem__cta-text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.lp04-problem__cta-text span {
  background: #fff;
  color: #333;
  padding: 6px 20px;
  border-radius: 2px;
  font-size: 28px;
}

/* --- SERVICE --- */
.lp04-service__scroll-hint {
  display: none;
}

.lp04-service {
  background: #F1F5F9;
  padding: 80px 0 calc(184px + 40px);
/*  padding: 80px 0 calc(13.4vw + 260px);*/
  text-align: center;
}
@media (max-width: 768px) {
  .lp04-service {
    padding: 60px 0 calc(13.4vw + 60px);
  }
}
.lp04-service__inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

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

.lp04-service__lead {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #555;
  margin-bottom: 56px;
}

.lp04-service__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- UTILIZATION --- */
.lp04-util {
  background: #E8E9EE;
}

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

.lp04-util__header {
  margin-bottom: 24px;
}

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

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

.lp04-util__title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1A2060;
  margin-bottom: 16px;
}

.lp04-util__lead {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #555;
  margin-bottom: 56px;
}

.lp04-util__block {
  margin-bottom: 8px;
/*  margin-bottom: 56px;*/
}

.lp04-util__block-title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 180%;
  letter-spacing: 1.68px;
  text-align: center;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 24px;
}

.lp04-util__block-num {
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
}

.lp04-util__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.lp04-util__card {
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(164, 172, 183, 0.50);
  background: #FFF;
  padding: 40px 28px;
  overflow: hidden;
}

.lp04-util__card-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 72px;
  height: 72px;
  object-fit: contain;
  opacity: 1;
}

.lp04-util__grid .lp04-util__card:nth-child(2) .lp04-util__card-icon {
  top: 17px;
  right: 17px;
}

.lp04-util__card-title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 18px;
}

.lp04-util__card-divider {
  width: 392px;
  max-width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.20);
  margin-bottom: 16px;
}


.lp04-util__card-text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
}

.lp04-util__card-text span {
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

/* UTIL card — creative variant (02) */
.lp04-util__card--creative {
  display: flex;
  flex-direction: column;
}

.lp04-util__card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.lp04-util__card-head-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.lp04-util__card--creative .lp04-util__card-title {
  margin-bottom: 0;
}

.lp04-util__card-img {
  margin-top: 29px;
}

.lp04-util__card-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.lp04-util__card-img--banner {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 8px;
}

.lp04-util__banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  align-content: start;
}

.lp04-util__banner-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.lp04-util__card-img--lp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.lp04-util__card-img--lp img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.lp04-util__card-img--lp img:nth-child(3) {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.lp04-util__banner-big {
  border-radius: 4px;
  overflow: hidden;
}

.lp04-util__banner-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* UTIL block lead (03) */
.lp04-util__block-lead {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: 32px;
}

.lp04-util__block-lead span {
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

/* UTIL ops cards (03) */
.lp04-util__ops {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.lp04-util__ops-card {
  border-radius: 8px;
  border: 1px solid rgba(164, 172, 183, 0.50);
  background: #FFF;
  padding: 28px 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lp04-util__ops-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px;
}

.lp04-util__ops-title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: 8px;
}


.lp04-util__ops-sub {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #777;
}

/* --- EFFECT --- */
.lp04-effect {
  background: #F8FAFC;
}

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

.lp04-effect__header {
  margin-bottom: 24px;
}

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

.lp04-effect__label {
  background-image: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%), linear-gradient(#F8FAFC, #F8FAFC);
}

.lp04-effect__title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1A2060;
  margin-bottom: 16px;
}

.lp04-effect__lead {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333;
  margin-bottom: 48px;
}

.lp04-effect__lead span {
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.lp04-effect__box {
  width: 1300px;
  max-width: calc(100vw - 40px);
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  border: 1px solid rgba(164, 172, 183, 0.50);
  background: radial-gradient(192.95% 316.67% at 65% 39.74%, #01162D 26.2%, #03233F 54.25%, #030E17 83.45%, #022D55 100%);
  padding: 48px 47px 56px;
}

.lp04-effect__box-title {
  display: inline-block;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.68px;
  background-image: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%), linear-gradient(#fff, #fff);
  -webkit-background-clip: text, padding-box;
  background-clip: text, padding-box;
  -webkit-text-fill-color: transparent;
  padding: 6px 16px;
  margin-bottom: 32px;
}

.lp04-effect__box-sub {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1.08px;
  color: #FFF;
  margin-bottom: 16px;
}

.lp04-effect__box-wall {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1.44px;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.lp04-effect__box-wall::before {
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background: rgba(255,255,255,0.3);
  flex-shrink: 0;
}

.lp04-effect__stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.lp04-effect__stat {
  background: #fff;
  border-radius: 0;
  padding: 17px 14px 20px;
}

.lp04-effect__stat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.lp04-effect__stat-tag {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1.44px;
  color: #FFF;
  border-radius: 24px;
  background: #040A20;
  padding: 4px 16px;
  display: inline-block;
  white-space: nowrap;
}

.lp04-effect__stat-icon {
  width: 84px;
  height: 84px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  opacity: 0.3;
}

.lp04-effect__stat-num {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1.68px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.lp04-effect__stat-num em {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 2.64px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp04-effect__stat-text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.96px;
  color: #000;
}

/* --- SNS特徴 --- */
.lp04-sns {
  background: #040A20;
  padding-bottom: 100px;
}

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

.lp04-sns__header {
  margin-bottom: 24px;
}

.lp04-sns__header::before {
  width: 600px;
  background: #fff;
}

.lp04-sns__label {
  background-image: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%), linear-gradient(#040A20, #040A20);
}

.lp04-sns__title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.64px;
  color: #FFF;
  margin-bottom: 48px;
}

.lp04-sns__block {
  margin-bottom: 64px;
}

.lp04-sns__block-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.lp04-sns__block-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.lp04-sns__block-num {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.44px;
  background: linear-gradient(46.7deg, #4258FF 0%, #29A9FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
  align-self: flex-start;
}

.lp04-sns__block-heading {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #040A20;
  background: #fff;
  padding: 4px 16px;
  width: fit-content;
  display: block;
}

.lp04-sns__block-lead {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1.28px;
  color: #FFF;
  margin-bottom: 0;
}

.lp04-sns__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.lp04-sns__card {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  border-top-width: 12px;
  padding: 24px 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp04-sns__card--fb  { border-top-color: #1877F2; }
.lp04-sns__card--ig  { border-top: none; position: relative; }
.lp04-sns__card--ig::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 12px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #F58529 0%, #DD2A7B 50%, #8134AF 100%);
}
.lp04-sns__card--x   { border-top: 12px solid #000; border-left: none; border-right: none; border-bottom: none; background: #FAFAFA; box-shadow: 0 0 0 1px #A2A3A5; }
.lp04-sns__card--line { border-top-color: #00C300; }
.lp04-sns__card--li  { border-top-color: #0A66C2; }

.lp04-sns__card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}

.lp04-sns__card-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.lp04-sns__card-name {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.96px;
  color: #333;
}

.lp04-sns__card-tag {
  display: inline-block;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #999;
  padding: 2px 8px;
}


.lp04-sns__card-tag--reach {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.84px;
  color: #333;
  border-radius: 40px;
  border: none;
  background: #E2E9F8;
  width: fit-content;
}

.lp04-sns__card-num {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.96px;
  color: #333;
}

.lp04-sns__card-num strong {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1.8px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp04-sns__card-num-unit {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1.44px;
  color: #333;
}

.lp04-sns__card-num small {
  font-size: 11px;
  color: #aaa;
}

.lp04-sns__img {
  margin-top: 32px;
}

.lp04-sns__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ターゲティング図 */
.lp04-target {
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
  gap: 0;
  align-items: start;
  margin-top: 32px;
}

.lp04-target__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp04-target__box {
  border-radius: 8px;
  border: 1px solid #6E6F71;
  background: #FFF;
  padding: 16px 18px;
}

.lp04-target__box-title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.96px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.lp04-target__list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.lp04-target__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lp04-target__list li {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.72px;
  color: #121212;
  padding-left: 10px;
  position: relative;
}

.lp04-target__list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #4258FF;
}

.lp04-target__list-more {
  color: #6A8FFF !important;
  font-weight: 600 !important;
}

.lp04-target__note {
  display: block;
  color: rgba(18, 18, 18, 0.50);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.72px;
}

.lp04-target__center {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.lp04-target__center img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.lp04-target__sp-icon {
  display: none;
}

.lp04-sns__card-text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.84px;
  color: #000;
}

/* --- SERVICE CASE --- */
.lp04-scase {
  background: #E8E9EE;
  padding-top: 80px;
  text-align: center;
}

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

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

.lp04-scase__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}

.lp04-scase__card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 11px 16px 21px;
  display: flex;
  flex-direction: column;
}

.lp04-scase__tag {
  display: inline-flex;
  width: fit-content;
  padding: 4px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.96px;
  margin-bottom: 8px;
}

.lp04-scase__img {
  margin-bottom: 24px;
}

.lp04-scase__img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.lp04-scase__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lp04-scase__result-label {
  margin-top: auto;
}

.lp04-scase__h3 {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1.08px;
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.lp04-scase__text {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.96px;
  color: #333;
  margin-bottom: 16px;
}

.lp04-scase__result-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.84px;
  color: #333;
  margin-bottom: 12px;
  white-space: nowrap;
}

.lp04-scase__result-label::before,
.lp04-scase__result-label::after {
  content: '';
  display: block;
  width: 332px;
  height: 1px;
  background: rgba(0, 0, 0, 0.20);
  flex-shrink: 1;
}

.lp04-scase__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.lp04-scase__stat {
  width: 162px;
  height: 88px;
  border-radius: 4px;
  background: #EDEEF2;
  box-sizing: border-box;
  padding: 10px 12px;
}

.lp04-scase__stat--full {
  grid-column: 1 / -1;
  width: 332px;
  height: 116px;
}

.lp04-scase__stat-label {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.84px;
  color: #333;
  margin-bottom: 4px;
}

.lp04-scase__stat-num {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 1.92px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp04-scase__stat-num small {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1.2px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp04-scase__stat-num--mid {
  display: block;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1.08px;
  margin-bottom: 2px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp04-scase__stat-num--xs {
  display: block;
  text-align: right;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.84px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp04-scase__stat-sub {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.84px;
  color: #333;
  margin-top: 4px;
}

.lp04-scase__stat-sub--num {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 1.2px;
  background: linear-gradient(47deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- PRICE --- */
.lp04-price {
  position: relative;
  background: url('../lp-img/lp04-secbg.png') center / cover no-repeat;
  padding-bottom: 100px;
}

.lp04-price::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.77);
  backdrop-filter: blur(8.5px);
  z-index: 0;
}

.lp04-price__inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.lp04-price__header {
  margin-bottom: 16px;
}

.lp04-price__header::before {
  width: 600px;
  background: #fff;
}

.lp04-price__label {
  background: rgba(0, 0, 0, 0.77);
  backdrop-filter: blur(8.5px);
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.lp04-price__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.lp04-price__title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 2.4px;
  color: #fff;
  text-align: center;
}

.lp04-price__btn {
  flex-shrink: 0;
  width: 240px;
}

.lp04-price__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.lp04-price__card {
  width: calc(25% - 12px);
  background: #fff;
  border-radius: 8px;
  padding: 28px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lp04-price__icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 16px;
}

.lp04-price__card-title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.lp04-price__card-text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #555;
}

/* --- FLOW --- */
.lp04-flow {
  background: #F5F5F5;
  padding: 80px 0 100px;
  text-align: center;
}

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

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

.lp04-flow__sub {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.96px;
  color: #3A3A3A;
  margin-bottom: 72px;
}

.lp04-flow__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  position: relative;
}

/* ステップ間の横線 */
.lp04-flow__step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 12px;
  right: -16px;
  transform: translateX(50%);
  width: 102px;
  height: 1px;
  background: #97ACC9;
}

.lp04-flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.lp04-flow__step-label {
  font-family: "Fustat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  background: linear-gradient(46.7deg, #1005B8 -2.66%, #0092D6 94.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 32px;
}

.lp04-flow__step-icon {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  border: 1px solid #D8E0F0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
}

.lp04-flow__step-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp04-flow__step-text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.96px;
  color: #333;
  text-align: center;
  margin-top: 16px;
}

.lp04-flow__step-text small {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.96px;
  color: #333;
}

/* --- DOCUMENT --- */
.lp04-doc {
  background: #060E2B;
  background-image: url('../lp-img/fv-04.png');
  background-size: cover;
  background-position: center;
  padding: 80px 0 100px;
  text-align: center;
  position: relative;
}

.lp04-doc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 32, 0.82);
}

.lp04-doc__inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.lp04-doc__label {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
}

.lp04-doc__label::before,
.lp04-doc__label::after {
  background: rgba(255,255,255,0.4);
}

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

.lp04-doc__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.lp04-doc__card {
  border-radius: 8px;
  border: 1px solid rgba(164, 172, 183, 0.50);
  background: rgba(255, 255, 255, 0.82);
  padding: 24px 24px 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.lp04-doc__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  min-height: 96px;
}

.lp04-doc__num {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 150%;
  letter-spacing: 2.64px;
  background: linear-gradient(46.7deg, #4258FF 0%, #29A9FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp04-doc__card-icon {
  width: 96px;
  height: 96px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.lp04-doc__card:nth-child(2) .lp04-doc__card-icon {
  width: 76px;
  height: 76px;
}

.lp04-doc__card-title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 1.2px;
  color: #040A20;
  margin-top: 15px;
  margin-bottom: 15px;
}

.lp04-doc__card-sub {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.96px;
  color: #040A20;
  background: #fff;
}

.lp04-doc__cta {
  display: flex;
  justify-content: center;
}

.lp04-doc__cta .lp-fv__btn {
  width: 410px;
}

/* --- LEAD --- */
.lp04-lead {
  padding: 80px 0 100px;
  text-align: center;
}

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

.lp04-lead__label {
  font-size: 14px;
  margin-bottom: 32px;
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}

.lp04-lead__label::before,
.lp04-lead__label::after {
  background: #fff;
}

.lp04-lead__title {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 1.92px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.85);
}


/* ==============================================
   SP ( ~ 768px )
   ============================================== */

@media screen and (max-width: 768px) {

  /* --- 全体レイアウト --- */
  body {
    overflow-x: hidden;
  }

  .lp04-fv,
  .lp04-lead,
  .lp04-problem,
  .lp04-service,
  .lp04-util,
  .lp04-effect,
  .lp04-sns,
  .lp04-target,
  .lp04-scase,
  .lp04-price,
  .lp04-flow,
  .lp04-doc {
    overflow-x: hidden;
  }

  .lp04-lead__inner,
  .lp04-problem__inner,
  .lp04-service__inner,
  .lp04-util__inner,
  .lp04-effect__inner,
  .lp04-sns__inner,
  .lp04-target__inner,
  .lp04-scase__inner,
  .lp04-price__inner,
  .lp04-flow__inner,
  .lp04-doc__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* 斜め装飾線 SP */
  .lp04-effect__header::before,
  .lp04-sns__header::before,
  .lp04-target__header::before,
  .lp04-price__header::before {
    width: calc(100% + 138px) !important;
    left: -24px;
    top: 40px;
  }

  /* --- 共通フォントサイズ調整 --- */
  .lp04-fv__title {
    font-size: 38px;
  }

  .lp04-fv__sub {
    font-size: 14px;
  }

  .lp04-problem__title,
  .lp04-service__title,
  .lp04-util__title,
  .lp04-effect__title,
  .lp04-scase__title,
  .lp04-price__title,
  .lp04-flow__title,
  .lp04-doc__title,
  .lp-info__title {
    font-size: 28px;
  }

  .lp04-sns__title {
    font-size: 28px;
  }

  .lp04-service__lead,
  .lp04-util__lead,
  .lp04-effect__lead,
  .lp04-flow__sub {
    font-size: 14px;
  }

  .lp04-problem__h3,
  .lp04-util__block-title,
  .lp04-util__card-title {
    font-size: 18px;
  }

  .lp04-scase__h3 {
    font-size: 16px;
  }

  /* --- FV --- */
  .lp04-fv__label {
    font-size: 18px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .lp04-fv__title {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp04-fv__sub {
    font-size: 16px;
    text-align: center;
  }

  .lp04-fv__cta {
    flex-direction: column;
    gap: 16px;
  }

  /* --- LEAD --- */
  .lp04-lead__title {
    font-size: 28px;
  }

  .lp04-lead__label.lp-section-label--line {
    flex-direction: column;
    gap: 8px;
  }

  .lp04-lead__label.lp-section-label--line::before,
  .lp04-lead__label.lp-section-label--line::after {
    width: 2px;
    height: 40px;
    flex-shrink: 0;
  }

  /* --- カード共通：1列 --- */
  .lp04-problem__grid,
  .lp04-util__grid,
  .lp04-sns__grid,
  .lp04-scase__grid,
  .lp04-doc__grid {
    grid-template-columns: 1fr;
  }

  .lp04-util__ops {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .lp04-util__ops-card {
    padding: 20px 12px 16px;
  }

  .lp04-util__ops-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .lp04-effect__stats {
    grid-template-columns: 1fr;
  }

  .lp04-price__grid {
    flex-direction: column;
    align-items: stretch;
  }

  .lp04-price__card {
    width: 100%;
  }

  .lp04-flow__steps {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  /* --- PROBLEM --- */
  .lp04-problem__grid {
    gap: 17px;
    margin-bottom: 24px;
  }

  .lp04-problem__h3 {
    font-size: 21px;
  }

  .lp04-problem__num {
    margin-bottom: 24px;
  }

  .lp04-problem__cta-text {
    font-size: 26px;
  }

  .lp04-problem__cta-text span {
    font-size: 22px;
  }

  .lp04-problem__cta {
    padding: 20px 24px;
  }

  /* --- SERVICE --- */
  .lp04-service__lead {
    text-align: left;
  }

  .lp04-service__scroll-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;
  }

  .lp04-service__img {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lp04-service__img img {
    width: 900px;
    max-width: none;
    height: auto;
  }

  /* --- UTILIZATION --- */
  .lp04-util__card-icon,
  .lp04-util__grid .lp04-util__card:nth-child(2) .lp04-util__card-icon {
    top: auto;
    bottom: 10px;
    width: 58px;
    height: 58px;
  }

  .lp04-util__block-title {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 4px;
  }

  .lp04-util__card-img--banner {
    grid-template-columns: 1fr;
  }

  .lp04-util__card-img--lp {
    grid-template-columns: 1fr;
  }

  /* --- EFFECT --- */
  .lp04-effect__box {
    padding: 24px 16px 28px;
  }

  .lp04-effect__box-title {
    font-size: 24px;
  }

  .lp04-effect__box-wall {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .lp04-effect__box-wall::before {
    width: 1px;
    height: 40px;
  }

  .lp04-effect__stat-tag {
    font-size: 16px;
    padding: 3px 12px;
  }

  .lp04-effect__stat {
    padding-top: 0;
  }

  .lp04-effect__stat-head {
    margin-bottom: 0;
  }

  .lp04-effect__stat-num {
    margin-bottom: 0;
    line-height: 153%;
  }

  /* --- SNS --- */
  .lp04-sns__block-title {
    flex-direction: column;
    gap: 8px;
  }

  .lp04-sns__block-num {
    font-size: 36px;
  }

  /* --- TARGET --- */
  .lp04-target {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .lp04-target__center {
    order: -1;
  }

  .lp04-target__col {
    gap: 16px;
  }

  .lp04-target__center img {
    display: none;
  }

  .lp04-target__sp-icon {
    display: block;
  }

  /* --- SCASE --- */
  .lp04-scase__stat {
    width: 100%;
    height: auto;
  }

  .lp04-scase__stat--full {
    width: 100%;
    height: auto;
  }

  .lp04-scase__stat-label {
    font-size: 11px;
  }

  .lp04-scase__stat-num {
    font-size: 24px;
  }

  .lp04-scase__stat-num small {
    font-size: 15px;
  }

  .lp04-scase__stat-sub {
    font-size: 11px;
  }

  .lp04-scase__stat-sub--num {
    font-size: 16px;
  }

  /* --- PRICE --- */
  .lp04-price__title-row {
    flex-direction: column;
    align-items: center;
  }

  .lp04-price__btn .lp-fv__btn-inner {
    position: relative;
    left: -3px;
  }

  .lp04-price__grid {
    flex-direction: row;
    gap: 12px;
  }

  .lp04-price__card {
    width: calc(50% - 6px);
    padding: 20px 12px 16px;
  }

  .lp04-price__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  /* --- FLOW --- */
  .lp04-flow__step-icon {
    width: 120px;
    height: 120px;
  }

  .lp04-flow__step-label {
    margin-bottom: 16px;
  }

  .lp04-flow__step-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .lp04-flow__step:not(:last-child)::after {
    top: auto;
    bottom: -24px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 102px;
    height: 1px;
  }

  /* --- DOC --- */
  .lp04-doc__card {
    padding: 16px 16px 16px;
  }

  .lp04-doc__card-head {
    margin-bottom: 8px;
    min-height: auto;
  }

  .lp04-doc__num {
    font-size: 32px;
  }

  .lp04-doc__card-icon {
    width: 64px;
    height: 64px;
  }

  .lp04-doc__card:nth-child(2) .lp04-doc__card-icon {
    width: 52px;
    height: 52px;
  }

  .lp04-doc__card-title {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lp04-doc__card-sub {
    font-size: 13px;
    padding: 6px 8px;
  }

  /* --- INFO --- */

}
