.elementor-4918 .elementor-element.elementor-element-c8fc218{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4918 .elementor-element.elementor-element-f4f8c20{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4918 .elementor-element.elementor-element-953f401{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4918 .elementor-element.elementor-element-3b4adc8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4918 .elementor-element.elementor-element-c78d01b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4918 .elementor-element.elementor-element-d605392{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4918 .elementor-element.elementor-element-3ec666f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4918 .elementor-element.elementor-element-eb2bccf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4918 .elementor-element.elementor-element-0bc1d58{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4918 .elementor-element.elementor-element-445b19e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4918 .elementor-element.elementor-element-4075c87{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4918 .elementor-element.elementor-element-4e5f8bf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4918 .elementor-element.elementor-element-57abd95{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4918 .elementor-element.elementor-element-a7b02a4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4918 .elementor-element.elementor-element-5489d08{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4918 .elementor-element.elementor-element-77465c0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4918 .elementor-element.elementor-element-9a0e57a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4918 .elementor-element.elementor-element-d9dbc22{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f4f8c20 *//* ===================================
 HERO
=================================== */

.sapo-hero {
  position: relative;
  overflow: hidden;
  background: #f7fbff;
  min-height: 100vh;
  padding: 100px 60px 50px;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
}

.sapo-hero__bg {
  position: absolute;
  inset: 0;
  background: url("https://sapomake.com/wp-content/uploads/2026/03/413eda373a8a403204a093459b2fd4c8-2-scaled.jpg")
    no-repeat right center;
  background-size: cover;
}

.sapo-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,.98) 0%,
    rgba(255,255,255,.95) 42%,
    rgba(255,255,255,.60) 58%,
    rgba(255,255,255,.10) 72%,
    rgba(255,255,255,0) 100%
  );
}

.sapo-hero__pattern {
  position: absolute;
  inset: 0;
  opacity: .08;
  background: linear-gradient(
    135deg,
    transparent 0%,
    transparent 48%,
    rgba(0,91,172,.18) 49%,
    transparent 50%
  );
  background-size: 120px 120px;
}

.sapo-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.sapo-hero__content {
  max-width: 52%;
}

/* ===========================
キャッチ
=========================== */

.sapo-hero__catch {
  display: inline-block;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
}

.sapo-hero__catch:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 7px;
  background: #fff066;
  border-radius: 999px;
  z-index: -1;
}

/* ===========================
見出し
=========================== */

.sapo-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 3.6vw, 62px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #081326;
  white-space: nowrap;
}

.sapo-hero h1 span {
  color: #005bac;
}

.sapo-hero__lead {
  font-size: clamp(15px, 1.4vw, 21px);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 18px;
  white-space: nowrap;
}

.sapo-hero__lead span {
  color: #005bac;
}

/* ===========================
チェック
=========================== */

.sapo-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.sapo-hero__checks li {
  position: relative;
  padding-left: 26px;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
}

.sapo-hero__checks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 2px solid #005bac;
  border-radius: 4px;
  text-align: center;
  line-height: 13px;
  font-size: 11px;
  color: #005bac;
}

/* ===========================
インパクト
=========================== */

.sapo-hero__impact {
  font-size: clamp(15px, 1.4vw, 21px);
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 24px;
  white-space: nowrap;
}

.sapo-hero__impact span {
  color: #f26b21;
  font-size: 1.25em;
}

/* ===========================
CTA
=========================== */

.sapo-hero__buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}

.sapo-btn {
  flex: 1;
  max-width: 260px;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 900;
  transition: .3s;
}

.sapo-btn small {
  font-size: 12px;
  margin-bottom: 3px;
}

.sapo-btn:hover {
  transform: translateY(-4px);
}

.sapo-btn--orange {
  background: linear-gradient(180deg, #ffad35 0%, #f47a21 100%);
  box-shadow: 0 12px 28px rgba(242,107,33,.28);
}

.sapo-btn--green {
  background: linear-gradient(180deg, #39d867 0%, #0fa73c 100%);
  box-shadow: 0 12px 28px rgba(15,167,60,.24);
}

/* ===========================
KPI
=========================== */

.sapo-hero__kpis {
  display: flex;
  gap: 12px;
}

.sapo-hero__kpis div {
  width: 130px;
  height: 82px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #dce8f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 20px rgba(16,42,85,.06);
}

.sapo-hero__kpis small {
  font-size: 11px;
  color: #667085;
  font-weight: 700;
}

.sapo-hero__kpis strong {
  color: #f26b21;
  font-size: 32px;
  line-height: 1;
}

.sapo-hero__kpis span {
  font-size: 12px;
  font-weight: 700;
}

/* ===================================
TABLET
=================================== */

@media(max-width:1024px) {
  .sapo-hero {
    padding: 80px 40px 50px;
    min-height: 100vh;
    align-items: center;
  }

  .sapo-hero__bg {
    background: url("https://sapomake.com/wp-content/uploads/2026/03/413eda373a8a403204a093459b2fd4c8-2-scaled.jpg")
      no-repeat 75% center;
    background-size: cover;
  }

  .sapo-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.97) 48%,
      rgba(255,255,255,.50) 64%,
      rgba(255,255,255,0) 78%
    );
  }

  .sapo-hero__content {
    max-width: 52%;
  }

  .sapo-hero h1 {
    white-space: normal;
    font-size: clamp(28px, 3.8vw, 46px);
  }

  .sapo-hero__lead {
    white-space: normal;
    font-size: clamp(14px, 1.8vw, 18px);
  }

  .sapo-hero__impact {
    white-space: normal;
    font-size: clamp(14px, 1.8vw, 19px);
  }

  .sapo-hero__buttons {
    flex-direction: column;
    max-width: 280px;
  }

  .sapo-btn {
    max-width: none;
    font-size: 16px;
    min-height: 60px;
  }

  .sapo-hero__kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .sapo-hero__kpis div {
    width: auto;
  }
}

@media(max-width:767px) {
  .sapo-hero {
    padding: 0 0 40px;
    min-height: auto;
    align-items: flex-start;
    background: #fff;
    display: block;
  }

  .sapo-hero__bg {
    position: relative;
    width: 100%;
    height: 420px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    background: url("https://sapomake.com/wp-content/uploads/2026/06/96beaa24d0c2b7027be35f66071d6c2c.jpg")
      no-repeat center top;
    background-size: cover;
  }

  .sapo-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 420px;
    background: linear-gradient(
      180deg,
      rgba(255,255,255,0) 60%,
      rgba(255,255,255,.8) 85%,
      rgba(255,255,255,1) 100%
    );
  }

  .sapo-hero__pattern {
    display: none;
  }

  .sapo-hero__inner {
    position: relative;
    z-index: 2;
    padding: 0 18px;
    display: block;
    margin-top: -120px;
  }

  .sapo-hero__content {
    max-width: none;
    width: 100%;
  }

  .sapo-hero__catch {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    padding-top: 20px;
    max-width: none;
  }

  .sapo-hero h1 {
    font-size: 24px;
    line-height: 1.3;
    white-space: normal;
    margin-bottom: 12px;
    min-height: auto;
    max-width: none;
  }

  .sapo-hero__lead {
    font-size: 13px;
    white-space: normal;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: none;
  }

  .sapo-hero__checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 14px;
    padding: 0;
  }

  .sapo-hero__impact {
    font-size: 15px;
    white-space: normal;
    margin-bottom: 16px;
  }

  .sapo-hero__buttons {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
    max-width: none;
  }

  .sapo-btn {
    width: 100%;
    max-width: none;
    min-height: 54px;
    font-size: 15px;
  }

  .sapo-btn small {
    font-size: 11px;
  }

  .sapo-hero__kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .sapo-hero__kpis div {
    width: auto;
    height: 68px;
    border-radius: 12px;
  }

  .sapo-hero__kpis strong {
    font-size: 22px;
  }

  .sapo-hero__kpis small {
    font-size: 9px;
  }

  .sapo-hero__kpis span {
    font-size: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b4adc8 */.ai-problem {
  padding: 80px 20px 90px;
  background:
    radial-gradient(circle at 8% 90%, rgba(0, 91, 172, 0.10), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(0, 91, 172, 0.08), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 60%, #eef7ff 100%);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.ai-problem__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ai-problem__label {
  width: fit-content;
  margin: 0 auto 18px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #e7f2ff;
  color: #005bac;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.ai-problem h2 {
  margin: 0 0 48px;
  text-align: center;
  color: #082452;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.ai-problem__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.ai-problem__card {
  min-height: 320px;
  padding: 24px 18px;
  background: #ffffff;
  border: 2px solid #cfe3ff;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 91, 172, 0.12);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai-problem__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 40px rgba(0, 91, 172, 0.18);
}

.ai-problem__photo,
.ai-problem__icon {
  width: 140px;
  height: 140px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #eef6ff;
}

.ai-problem__photo {
  object-fit: cover;
}

.ai-problem__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
}

.ai-problem__card p {
  margin: 0;
  color: #082452;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.7;
}

.ai-problem__result {
  position: relative;
  max-width: 980px;
  margin: 55px auto 0;
  padding: 38px 30px;
  background: #ffffff;
  border: 2px solid #d7e8ff;
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(0, 91, 172, 0.15);
  text-align: center;
}

.ai-problem__result::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 48px solid #005bac;
}

.ai-problem__result span {
  display: block;
  margin-bottom: 8px;
  color: #082452;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.35;
}

.ai-problem__result strong {
  color: #005bac;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.35;
  background: linear-gradient(transparent 82%, #fff23d 82%);
}

@media (max-width: 1024px) {
  .ai-problem__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai-problem__card {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .ai-problem {
    padding: 55px 14px 65px;
  }

  .ai-problem__label {
    font-size: 13px;
    padding: 8px 16px;
  }

  .ai-problem h2 {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .ai-problem__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ai-problem__card {
    min-height: auto;
    padding: 22px 16px;
  }

  .ai-problem__photo,
  .ai-problem__icon {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
  }

  .ai-problem__icon {
    font-size: 42px;
  }

  .ai-problem__card p {
    font-size: 16px;
  }

  .ai-problem__result {
    margin-top: 40px;
    padding: 28px 18px;
  }

  .ai-problem__result span {
    font-size: 22px;
  }

  .ai-problem__result strong {
    display: block;
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d605392 */.ai-diagnosis {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  background:
    radial-gradient(circle at left top, rgba(58,130,255,.12) 0 140px, transparent 141px),
    radial-gradient(circle at right center, rgba(58,130,255,.08) 0 150px, transparent 151px),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 58%, #f7fbff 100%);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.ai-diagnosis * {
  box-sizing: border-box;
}

.ai-diagnosis__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 44px 34px;
  position: relative;
  overflow: hidden;
}

.ai-diagnosis__inner::before {
  content: "";
  position: absolute;
  right: 44px;
  top: 14px;
  width: 150px;
  height: 110px;
  background-image: radial-gradient(#2d7df4 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: .16;
}

.ai-diagnosis__hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  align-items: center;
  gap: 32px;
}

.ai-diagnosis__catch {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 8px 30px 8px 8px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(8,36,82,.16);
}

.ai-diagnosis__free {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff8c00, #ff5700);
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(255,90,0,.28);
}

.ai-diagnosis__catch p {
  margin: 0;
  color: #111;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 950;
  line-height: 1.4;
}

.ai-diagnosis__catch strong {
  color: #ff5a00;
  font-size: 1.45em;
}

.ai-diagnosis h2 {
  margin: 34px 0 0;
  color: #071f55;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: .03em;
}

.ai-diagnosis h2::after {
  content: "";
  display: block;
  width: min(540px, 92%);
  height: 18px;
  margin-top: -14px;
  background: #fff36a;
}

.ai-diagnosis__lead {
  margin: 28px 0 0;
  color: #071f55;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 900;
  line-height: 1.8;
}

.ai-diagnosis__visual img {
  width: 100%;
  max-width: 360px;
  display: block;
  margin-left: auto;
}

.ai-diagnosis__merits {
  margin-top: 28px;
  padding: 18px 24px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 170px repeat(3, 1fr);
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(8,36,82,.12);
}

.ai-diagnosis__merit-title {
  padding: 14px 18px;
  background: #071f55;
  color: #fff;
  border-radius: 8px;
  font-weight: 950;
  text-align: center;
}

.ai-diagnosis__merit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 18px;
  border-left: 1px dashed #d8e3f5;
}

.ai-diagnosis__merit img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.ai-diagnosis__merit p {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.55;
}

.ai-diagnosis__merit strong {
  color: #ff5a00;
}

.ai-diagnosis__step-title {
  margin: 38px 0 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.ai-diagnosis__step-title span {
  height: 2px;
  background: #c8d7ee;
}

.ai-diagnosis__step-title p {
  margin: 0;
  color: #071f55;
  font-size: 28px;
  font-weight: 950;
  white-space: nowrap;
}

.ai-diagnosis__step-title strong {
  color: #ff5a00;
  font-size: 1.25em;
}

.ai-diagnosis__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.ai-diagnosis__step {
  position: relative;
  min-height: 170px;
  padding: 34px 24px 24px;
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #dfe8f7;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(8,36,82,.09);
}

.ai-diagnosis__step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -29px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 16px solid #075bd6;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.ai-diagnosis__num {
  position: absolute;
  top: -28px;
  left: 28px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2d7df4, #064fbd);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ai-diagnosis__num span {
  font-size: 34px;
  line-height: .9;
}

.ai-diagnosis__step img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.ai-diagnosis__step h3 {
  margin: 0 0 10px;
  color: #071f55;
  font-size: 23px;
  font-weight: 950;
}

.ai-diagnosis__step p {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
}

.ai-diagnosis__cta-box {
  margin-top: 28px;
  padding: 20px 26px;
  display: grid;
  grid-template-columns: 1.1fr 130px 1.5fr;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 3px solid #075bd6;
  border-radius: 16px;
}

.ai-diagnosis__cta-left p {
  display: inline-block;
  margin: 0 0 12px;
  padding: 8px 20px;
  border: 1px solid #9dbcf0;
  border-radius: 999px;
  color: #071f55;
  font-size: 16px;
  font-weight: 950;
}

.ai-diagnosis__cta-left strong,
.ai-diagnosis__cta-left span {
  color: #ff5a00;
}

.ai-diagnosis__cta-left h3 {
  margin: 0;
  color: #071f55;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.45;
}

.ai-diagnosis__timer {
  width: 110px;
  margin: 0 auto;
}

.ai-diagnosis__cta-area {
  text-align: center;
}

.ai-diagnosis__cta-area p {
  display: inline-block;
  margin: 0 0 -12px;
  position: relative;
  z-index: 2;
  padding: 7px 24px;
  background: #fff;
  color: #ff5a00;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
}

.ai-diagnosis__cta-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9700, #ff5700);
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255,90,0,.3);
}

.ai-diagnosis__cta-area a::after {
  content: "›";
  margin-left: 24px;
  font-size: 34px;
}

.ai-diagnosis__cta-area small {
  display: block;
  margin-top: 10px;
  color: #555;
  font-size: 12px;
  font-weight: 700;
}

.ai-diagnosis__mini-form {
  margin-top: 34px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #dbe8ff;
  box-shadow: 0 16px 36px rgba(8,36,82,.12);
  text-align: center;
}

.ai-diagnosis__progress {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.ai-diagnosis__progress span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #dce8f8;
  color: #075bd6;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-diagnosis__progress span.is-active {
  background: #ff5a00;
  color: #fff;
}

.ai-diagnosis__mini-form h3 {
  margin: 0 0 8px;
  color: #071f55;
  font-size: 28px;
  font-weight: 950;
}

.ai-diagnosis__mini-form > p {
  margin: 0 0 22px;
  color: #333;
  font-weight: 800;
}

.ai-diagnosis__form-step {
  display: none;
}

.ai-diagnosis__form-step.is-active {
  display: block;
}

.ai-diagnosis__form-step h4 {
  margin: 0 0 16px;
  color: #071f55;
  font-size: 21px;
  font-weight: 950;
}

.ai-diagnosis__choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ai-diagnosis__choices button {
  min-height: 60px;
  border: 2px solid #d8e6fb;
  border-radius: 999px;
  background: #fff;
  color: #071f55;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: .2s;
}

.ai-diagnosis__choices button:hover,
.ai-diagnosis__choices button.is-selected {
  background: #075bd6;
  border-color: #075bd6;
  color: #fff;
  transform: translateY(-2px);
}

.ai-diagnosis__result {
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbff, #fff);
  border: 2px solid #075bd6;
}

.ai-diagnosis__result-label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 18px;
  border-radius: 999px;
  background: #ff5a00;
  color: #fff;
  font-weight: 950;
}

.ai-diagnosis__result h3 {
  margin: 0 0 20px;
  color: #071f55;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 950;
}

.ai-diagnosis__result h3 span {
  color: #ff5a00;
}

.ai-diagnosis__result-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 20px 0;
}

.ai-diagnosis__result-cards div {
  padding: 16px;
  background: #fff;
  border: 1px solid #dce8f8;
  border-radius: 14px;
}

.ai-diagnosis__result-cards strong {
  display: block;
  color: #075bd6;
  font-size: 14px;
  margin-bottom: 6px;
}

.ai-diagnosis__result-cards p {
  margin: 0;
  color: #071f55;
  font-size: 17px;
  font-weight: 950;
}

.ai-diagnosis__result-text {
  margin: 0 0 18px;
  color: #111;
  font-weight: 850;
}

.ai-diagnosis__result-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 62px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9700, #ff5700);
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(255,90,0,.28);
}

.ai-diagnosis__trust {
  margin-top: 18px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #dce8f8;
}

.ai-diagnosis__trust p {
  margin: 0;
  color: #075bd6;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.ai-diagnosis__trust p::before {
  content: "✓";
  margin-right: 8px;
}

.ai-diagnosis__fixed-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 9999;
  width: min(680px, calc(100% - 24px));
  transform: translateX(-50%) translateY(130%);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #071f55;
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(0,0,0,.22);
  transition: .3s;
}

.ai-diagnosis__fixed-cta.is-show {
  transform: translateX(-50%) translateY(0);
}

.ai-diagnosis__fixed-cta span {
  color: #fff;
  font-weight: 950;
  padding-left: 12px;
}

.ai-diagnosis__fixed-cta a {
  padding: 12px 22px;
  border-radius: 999px;
  background: #ff5a00;
  color: #fff;
  font-weight: 950;
  text-decoration: none;
}

@media (max-width: 900px) {
  .ai-diagnosis__inner {
    padding: 40px 16px 32px;
  }

  .ai-diagnosis__hero {
    display: block;
    text-align: center;
  }

  .ai-diagnosis__catch {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 8px 18px 8px 8px;
    gap: 10px;
  }

  .ai-diagnosis__free {
    width: 58px;
    height: 58px;
    min-width: 58px;
    font-size: 17px;
  }

  .ai-diagnosis__catch p {
    font-size: 14px;
    text-align: left;
  }

  .ai-diagnosis h2 {
    display: inline-block;
    margin-top: 28px;
    font-size: clamp(34px, 10vw, 48px);
    text-align: left;
  }

  .ai-diagnosis h2::after {
    width: 100%;
    height: 12px;
    margin-top: -10px;
  }

  .ai-diagnosis__lead {
    max-width: 360px;
    margin: 28px auto 0;
    font-size: 16px;
    text-align: left;
  }

  .ai-diagnosis__visual {
    display: none;
  }

  .ai-diagnosis__merits {
    grid-template-columns: 1fr;
    padding: 14px;
    gap: 12px;
  }

  .ai-diagnosis__merit {
    border-left: none;
    border-top: 1px dashed #d8e3f5;
    padding: 14px 0 0;
  }

  .ai-diagnosis__step-title {
    display: block;
    text-align: center;
  }

  .ai-diagnosis__step-title span {
    display: none;
  }

  .ai-diagnosis__step-title p {
    font-size: 22px;
  }

  .ai-diagnosis__steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ai-diagnosis__step {
    grid-template-columns: 72px 1fr;
    min-height: auto;
    padding: 22px 16px;
  }

  .ai-diagnosis__step:not(:last-child)::after {
    display: none;
  }

  .ai-diagnosis__num {
    top: -12px;
    left: 12px;
    width: 56px;
    height: 56px;
    font-size: 10px;
  }

  .ai-diagnosis__num span {
    font-size: 26px;
  }

  .ai-diagnosis__step img {
    width: 66px;
    height: 66px;
  }

  .ai-diagnosis__step h3 {
    font-size: 19px;
    margin-bottom: 6px;
  }

  .ai-diagnosis__step p {
    font-size: 13px;
  }

  .ai-diagnosis__cta-box {
    grid-template-columns: 1fr;
    padding: 18px 14px;
    gap: 16px;
    text-align: center;
  }

  .ai-diagnosis__cta-left h3 {
    font-size: 22px;
  }

  .ai-diagnosis__timer {
    width: 88px;
  }

  .ai-diagnosis__cta-area a {
    min-height: 58px;
    font-size: 17px;
    padding: 0 18px;
  }

  .ai-diagnosis__choices {
    grid-template-columns: 1fr 1fr;
  }

  .ai-diagnosis__mini-form {
    padding: 22px 14px;
  }

  .ai-diagnosis__mini-form h3 {
    font-size: 22px;
  }

  .ai-diagnosis__result-cards {
    grid-template-columns: 1fr;
  }

  .ai-diagnosis__trust {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ai-diagnosis__fixed-cta {
    border-radius: 18px;
  }

  .ai-diagnosis__fixed-cta span {
    font-size: 13px;
  }

  .ai-diagnosis__fixed-cta a {
    font-size: 14px;
    padding: 11px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb2bccf */.ai-service {
  padding: 76px 20px 82px;
  background:
    radial-gradient(circle at 6% 8%, rgba(0, 91, 172, 0.08), transparent 26%),
    radial-gradient(circle at 94% 12%, rgba(0, 91, 172, 0.07), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 54%, #f3f8ff 100%);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.ai-service__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ai-service__head {
  text-align: center;
  margin-bottom: 36px;
}

.ai-service__label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 24px;
  color: #005bac;
  background: #ffffff;
  border: 2px solid #005bac;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}

.ai-service h2 {
  margin: 0;
  color: #082452;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.ai-service h2 span {
  color: #005bac;
}

.ai-service__accent {
  color: #ff5a00 !important;
}

.ai-service__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ai-service__card {
  position: relative;
  min-height: 330px;
  padding: 28px 22px 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dbeaff;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(8, 36, 82, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ai-service__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(0, 91, 172, 0.16);
}

.ai-service__num {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0879e9, #0050b8);
  color: #ffffff;
  font-size: 17px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-service__icon-img {
  width: 104px;
  height: 104px;
  margin: 16px auto 22px;
  display: block;
  object-fit: contain;
  border-radius: 50%;
  background: #eef6ff;
  padding: 16px;
}

.ai-service h3 {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 12px;
  text-align: center;
  color: #005bac;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.35;
}

.ai-service h3::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: #005bac;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.ai-service ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-service li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  color: #082452;
  font-size: 15.5px;
  font-weight: 850;
  line-height: 1.5;
}

.ai-service li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #005bac;
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-service__benefits {
  margin: 30px auto 0;
  padding: 22px 26px;
  background: rgba(232, 244, 255, 0.92);
  border-radius: 22px;
  display: grid;
  grid-template-columns: 150px repeat(3, 1fr);
  align-items: center;
  gap: 22px;
  box-shadow: 0 14px 30px rgba(8, 36, 82, 0.08);
}

.ai-service__benefit-label {
  padding: 13px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #0879e9, #0050b8);
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  text-align: center;
}

.ai-service__benefit {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
}

.ai-service__benefit:not(:last-child) {
  border-right: 2px dotted rgba(0, 91, 172, 0.25);
  padding-right: 18px;
}

.ai-service__benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #005bac;
  color: #005bac;
  font-size: 24px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ai-service__benefit p {
  margin: 0;
  color: #082452;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.55;
}

.ai-service__benefit span {
  color: #ff5a00;
  font-weight: 950;
}

@media (max-width: 1024px) {
  .ai-service__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai-service__benefits {
    grid-template-columns: 1fr;
  }

  .ai-service__benefit:not(:last-child) {
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .ai-service {
    padding: 44px 12px 50px;
  }

  .ai-service__head {
    margin-bottom: 24px;
  }

  .ai-service__label {
    padding: 7px 14px;
    font-size: 12.5px;
  }

  .ai-service h2 {
    font-size: 28px;
    line-height: 1.28;
  }

  .ai-service__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ai-service__card {
    min-height: auto;
    padding: 22px 18px 20px;
    border-radius: 22px;
    text-align: center;
  }

  .ai-service__num {
    position: static;
    width: 46px;
    height: 46px;
    margin: 0 auto 10px;
    font-size: 16px;
  }

  .ai-service__icon-img {
    width: 72px;
    height: 72px;
    margin: 0 auto 14px;
    padding: 11px;
    border-radius: 18px;
  }

  .ai-service h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  .ai-service h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .ai-service ul {
    display: inline-block;
    text-align: left;
  }

  .ai-service li {
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 26px;
  }

  .ai-service li::before {
    width: 17px;
    height: 17px;
    font-size: 11px;
  }

  .ai-service__benefits {
    margin-top: 18px;
    padding: 16px;
    gap: 10px;
  }

  .ai-service__benefit-label {
    font-size: 15px;
    padding: 10px 14px;
  }

  .ai-service__benefit {
    gap: 10px;
    min-height: auto;
  }

  .ai-service__benefit-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .ai-service__benefit p {
    font-size: 13.5px;
    line-height: 1.45;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-445b19e */.ai-reason {
  padding: 70px 20px 60px;
  background: linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.ai-reason__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.ai-reason__head {
  text-align: center;
  margin-bottom: 34px;
}

.ai-reason__label {
  display: inline-block;
  padding: 7px 26px;
  border: 2px solid #005bac;
  border-radius: 999px;
  color: #005bac;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 12px;
}

.ai-reason h2 {
  margin: 0;
  color: #082452;
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: .04em;
}

.ai-reason h2 span {
  color: #1f66c7;
}

.ai-reason__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}

.ai-reason__card {
  position: relative;
  background: #fff;
  border: 1px solid #dbe8f8;
  border-radius: 20px;
  padding: 24px 18px 16px;
  box-shadow: 0 12px 28px rgba(16,42,85,.08);
  text-align: center;
}

.ai-reason__card:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: #1f66c7;
  font-size: 42px;
  font-weight: 800;
  z-index: 2;
}

.ai-reason__num {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(180deg,#1778e8,#0050b8);
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-reason h3 {
  color: #082452;
  font-size: 22px;
  font-weight: 950;
  margin: 6px 0 12px;
  line-height: 1.35;
}

.ai-reason p {
  color: #082452;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 800;
  margin: 0 0 14px;
}

.ai-reason__main-img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
}

.ai-reason__point {
  position: relative;
  background: #edf6ff;
  border-radius: 10px;
  padding: 12px 12px 12px 34px;
  color: #082452;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
  text-align: left;
}

.ai-reason__point::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 13px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #176bd3;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.ai-reason__bottom {
  margin: 28px auto 0;
  max-width: 1200px;
  padding: 18px 34px;
  background: #fff;
  border: 2px solid #dbeaff;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(8,36,82,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-align: center;
}

.ai-reason__bottom span {
  padding: 12px 30px;
  border-radius: 999px;
  background: linear-gradient(180deg,#1778e8,#0050b8);
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  flex-shrink: 0;
}

.ai-reason__bottom p {
  margin: 0;
  color: #082452;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 950;
  line-height: 1.4;
}

.ai-reason__bottom strong {
  color: #ff5a00;
  background: linear-gradient(transparent 72%, #fff067 72%);
}

@media (max-width: 1024px) {
  .ai-reason__grid {
    grid-template-columns: repeat(2,1fr);
  }

  .ai-reason__card:not(:last-child)::after {
    display: none;
  }

  .ai-reason__bottom {
    border-radius: 28px;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .ai-reason {
    padding: 50px 14px;
  }

  .ai-reason h2 {
    font-size: 32px;
  }

  .ai-reason__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ai-reason__card {
    padding: 22px 16px 16px;
  }

  .ai-reason__num {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .ai-reason__main-img {
    height: 180px;
  }

  .ai-reason__bottom {
    padding: 18px 14px;
    border-radius: 22px;
  }

  .ai-reason__bottom p {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e5f8bf */.ai-flow {
  position: relative;
  padding: 50px 20px 34px;
  background:
    radial-gradient(circle at 15% 18%, rgba(47, 114, 221, 0.11) 0%, transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(242, 106, 53, 0.07) 0%, transparent 25%),
    radial-gradient(circle at 88% 82%, rgba(31, 85, 166, 0.06) 0%, transparent 28%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 46%, #f7fbff 100%);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.ai-flow::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  width: 440px;
  height: 440px;
  background: repeating-linear-gradient(
    135deg,
    rgba(47, 114, 221, 0.035) 0px,
    rgba(47, 114, 221, 0.035) 1px,
    transparent 1px,
    transparent 18px
  );
  pointer-events: none;
  z-index: 0;
}

.ai-flow::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 34px;
  width: 260px;
  height: 260px;
  background-image: radial-gradient(rgba(47, 114, 221, 0.18) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.ai-flow__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.ai-flow__lead {
  text-align: center;
  color: #0b2146;
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 8px;
}

.ai-flow h2 {
  position: relative;
  text-align: center;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.05;
  color: #0b2146;
  font-weight: 900;
  margin: 0 0 44px;
  letter-spacing: .03em;
  z-index: 1;
}

.ai-flow h2::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(47, 114, 221, .08) 0%, transparent 70%);
  z-index: -1;
}

.ai-flow h2 span {
  color: #f26a35;
}

.ai-flow__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.ai-flow__item {
  position: relative;
  z-index: 1;
  min-height: 320px;
  background: #fff;
  border: 1px solid #dbe8f8;
  border-radius: 18px;
  padding: 34px 20px 26px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(11, 33, 70, 0.08);
}

.ai-flow__item:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1f55a6;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 32px;
  font-weight: 900;
  z-index: 5;
}

.ai-flow__num {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f72dd 0%, #1f55a6 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(31, 85, 166, 0.25);
}

.ai-flow__image {
  width: 132px;
  height: 132px;
  margin: 10px auto 20px;
  border-radius: 50%;
  background: #eef5ff;
  display: grid;
  place-items: center;
}

.ai-flow__image img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.ai-flow__item h3 {
  font-size: 22px;
  color: #1f55a6;
  font-weight: 900;
  margin: 0 0 18px;
  padding-bottom: 12px;
  position: relative;
}

.ai-flow__item h3::after {
  content: "";
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: #2f72dd;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.ai-flow__item p {
  margin: 0;
  color: #122341;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 700;
}

.ai-flow__recommend {
  position: relative;
  margin-top: 52px;
  padding: 0 16px 16px;
  border: 1px solid #dbe8f8;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(247,250,255,.96) 100%);
  backdrop-filter: blur(10px);
}

.ai-flow__recommend-title {
  width: fit-content;
  margin: -18px auto 20px;
  padding: 0 20px;
  background: #fff;
  color: #0b2146;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.ai-flow__recommend-title::before,
.ai-flow__recommend-title::after {
  content: "—";
  color: #2f72dd;
  margin: 0 14px;
}

.ai-flow__recommend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ai-flow__recommend-card {
  min-width: 0;
  min-height: 180px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 10px;
  align-items: end;
  padding: 18px 14px;
  border-radius: 8px;
  overflow: hidden;
}

.ai-flow__recommend-card.is-blue {
  background: #f2f7ff;
}

.ai-flow__recommend-card.is-green {
  background: #f2fbfb;
}

.ai-flow__recommend-card.is-purple {
  background: #f5f3ff;
}

.ai-flow__recommend-card.is-orange {
  background: #fff7ef;
}

.ai-flow__person {
  width: 100%;
  height: 155px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
}

.ai-flow__recommend-body {
  min-width: 0;
}

.ai-flow__recommend-card h4 {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: -.04em;
}

.ai-flow__recommend-card.is-blue h4 {
  color: #2f72dd;
}

.ai-flow__recommend-card.is-green h4 {
  color: #4ca4aa;
}

.ai-flow__recommend-card.is-purple h4 {
  color: #6a58d7;
}

.ai-flow__recommend-card.is-orange h4 {
  color: #e2892f;
}

.ai-flow__recommend-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-flow__recommend-card li {
  position: relative;
  margin: 6px 0;
  padding-left: 17px;
  color: #1a2740;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

.ai-flow__recommend-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  line-height: 13px;
  text-align: center;
}

.ai-flow__recommend-card.is-blue li::before {
  background: #2f72dd;
}

.ai-flow__recommend-card.is-green li::before {
  background: #4ca4aa;
}

.ai-flow__recommend-card.is-purple li::before {
  background: #6a58d7;
}

.ai-flow__recommend-card.is-orange li::before {
  background: #e2892f;
}

@media (max-width: 1100px) {
  .ai-flow__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai-flow__item:not(:last-child)::after {
    display: none;
  }

  .ai-flow__recommend-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai-flow__recommend-card {
    grid-template-columns: 38% 62%;
  }

  .ai-flow__recommend-card h4 {
    font-size: 20px;
  }

  .ai-flow__recommend-card li {
    font-size: 13px;
  }
}

@media (max-width: 767px) {

  .ai-flow{
    padding: 30px 12px;
  }

  .ai-flow::after{
    width:180px;
    height:180px;
    right:-40px;
    top:30px;
  }

  .ai-flow__lead{
    font-size:13px;
    line-height:1.6;
    margin-bottom:10px;
  }

  .ai-flow h2{
    font-size:46px;
    margin-bottom:26px;
    line-height:1.1;
  }

  /* -----------------------
     上段フロー
  ----------------------- */

  .ai-flow__grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .ai-flow__item{
    min-height:auto;
    padding:20px 16px 18px;
    border-radius:16px;
  }

  .ai-flow__item:not(:last-child)::after{
    display:none;
  }

  .ai-flow__num{
    width:42px;
    height:42px;
    font-size:18px;
    top:14px;
    left:14px;
  }

  .ai-flow__image{
    width:105px;
    height:105px;
    margin:8px auto 12px;
  }

  .ai-flow__image img{
    width:88%;
    height:88%;
  }

  .ai-flow__item h3{
    font-size:17px;
    margin-bottom:10px;
    padding-bottom:8px;
  }

  .ai-flow__item h3::after{
    width:36px;
    height:3px;
  }

  .ai-flow__item p{
    font-size:12px;
    line-height:1.8;
  }

  /* -----------------------
     おすすめエリア
  ----------------------- */

  .ai-flow__recommend{
    margin-top:28px;
    padding:0 10px 12px;
  }

  .ai-flow__recommend-title{
    font-size:18px;
    white-space:nowrap;
    line-height:1.4;
    padding:0 10px;
  }

  .ai-flow__recommend-title::before,
  .ai-flow__recommend-title::after{
    margin:0 6px;
  }

  .ai-flow__recommend-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .ai-flow__recommend-card{
    grid-template-columns:38% 62%;
    gap:8px;
    min-height:auto;
    padding:14px 10px;
    align-items:end;
  }

  .ai-flow__person{
    height:150px;
  }

  .ai-flow__recommend-card h4{
    font-size:18px;
    line-height:1.35;
    margin-bottom:10px;
    letter-spacing:-0.02em;
  }

  .ai-flow__recommend-card li{
    font-size:12px;
    line-height:1.5;
    margin:6px 0;
    white-space:nowrap;
    padding-left:18px;
  }
}
@media (max-width: 390px){

  .ai-flow h2{
    font-size:40px;
  }

  .ai-flow__recommend-card{
    grid-template-columns:36% 64%;
  }

  .ai-flow__person{
    height:135px;
  }

  .ai-flow__recommend-card h4{
    font-size:17px;
  }

  .ai-flow__recommend-card li{
    font-size:11px;
  }
  @media (max-width: 767px) {
  .ai-flow h2 {
    font-size: clamp(36px, 10vw, 44px);
    line-height: 1.12;
    white-space: nowrap;
    letter-spacing: -0.04em;
  }
}

@media (max-width: 390px) {
  .ai-flow h2 {
    font-size: clamp(32px, 9.6vw, 38px);
  }
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7b02a4 */.free-ai-cta {
  position: relative;
  padding: 76px 20px 78px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.free-ai-cta::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -290px;
  top: 190px;
  border-radius: 50%;
  background: #faf5ea;
  z-index: 0;
}

.free-ai-cta::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -180px;
  top: -130px;
  border-radius: 50%;
  background: #f3f8ff;
  z-index: 0;
}

.free-ai-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.free-ai-cta__label {
  text-align: center;
  color: #005bac;
  font-size: 20px;
  font-weight: 950;
  margin: 0 0 22px;
  letter-spacing: 0.06em;
}

.free-ai-cta__label::before,
.free-ai-cta__label::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 2px;
  background: #005bac;
  vertical-align: middle;
  margin: 0 18px;
}

.free-ai-cta__label::before {
  transform: rotate(45deg);
}

.free-ai-cta__label::after {
  transform: rotate(-45deg);
}

.free-ai-cta__hero {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 36px;
  margin-bottom: 40px;
}

.free-ai-cta__content {
  text-align: center;
}

.free-ai-cta h2 {
  color: #0b2654;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.3;
  font-weight: 950;
  margin: 0 auto 20px;
  letter-spacing: 0.01em;
}

.free-ai-cta h2 span {
  color: #005bac;
}

.free-ai-cta__content p {
  max-width: 760px;
  margin: 0 auto;
  color: #172b4d;
  font-size: 17px;
  line-height: 2;
  font-weight: 700;
}

.free-ai-cta__visual {
  text-align: center;
}

.free-ai-cta__visual img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.free-ai-cta__sub {
  position: relative;
  text-align: center;
  color: #005bac;
  font-size: 28px;
  font-weight: 950;
  margin: 34px 0 28px;
  letter-spacing: 0.04em;
}

.free-ai-cta__sub::before,
.free-ai-cta__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 34%;
  height: 1px;
  background: #dce6f5;
}

.free-ai-cta__sub::before {
  left: 0;
}

.free-ai-cta__sub::after {
  right: 0;
}

.free-ai-cta__points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.free-ai-cta__point {
  background: #fff;
  border: 1px solid #e4edf8;
  border-radius: 18px;
  padding: 26px 18px 28px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(8, 38, 83, 0.06);
}

.free-ai-cta__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #f1f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free-ai-cta__icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.free-ai-cta__point h4 {
  color: #0b2654;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 950;
  margin: 0 0 10px;
}

.free-ai-cta__point p {
  color: #172b4d;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  margin: 0;
}

.free-ai-cta__box {
  display: grid;
  grid-template-columns: 118px 1fr 420px;
  align-items: center;
  gap: 28px;
  padding: 30px 40px;
  border: 2px solid #ffe0c3;
  border-radius: 22px;
  background: #fffdfa;
}

.free-ai-cta__badge {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9a2f, #f25f25);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 19px;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(242, 95, 37, 0.25);
}

.free-ai-cta__box-text p {
  color: #111827;
  font-size: 20px;
  font-weight: 950;
  margin: 0 0 4px;
}

.free-ai-cta__box-text p span {
  color: #f25f25;
  font-size: 34px;
  margin: 0 3px;
}

.free-ai-cta__box-text h3 {
  color: #111827;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.35;
  font-weight: 950;
  margin: 0 0 10px;
}

.free-ai-cta__box-text small {
  color: #172b4d;
  font-size: 14px;
  font-weight: 700;
}

.free-ai-cta__box-text small::before {
  content: "✓";
  color: #005bac;
  font-weight: 950;
  margin-right: 8px;
}

.free-ai-cta__button {
  width: 100%;
  min-height: 74px;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff9f3d 0%, #ff6b00 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  font-weight: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(242, 95, 37, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.free-ai-cta__mail {
  font-size: 26px;
  margin-right: 14px;
  line-height: 1;
}

.free-ai-cta__button::after {
  content: "›";
  margin-left: 22px;
  font-size: 34px;
  line-height: 1;
}

.free-ai-cta__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(242, 95, 37, 0.42);
}

@media (max-width: 1024px) {
  .free-ai-cta__hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .free-ai-cta__visual {
    max-width: 420px;
    margin: 0 auto;
  }

  .free-ai-cta__points {
    grid-template-columns: repeat(2, 1fr);
  }

  .free-ai-cta__box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .free-ai-cta__badge {
    margin: 0 auto;
  }

  .free-ai-cta__button {
    max-width: 480px;
    margin: 0 auto;
  }

  .free-ai-cta__sub::before,
  .free-ai-cta__sub::after {
    width: 24%;
  }
}

@media (max-width: 600px) {
  .free-ai-cta {
    padding: 56px 14px;
  }

  .free-ai-cta__label {
    font-size: 15px;
  }

  .free-ai-cta__label::before,
  .free-ai-cta__label::after {
    width: 20px;
    margin: 0 8px;
  }

  .free-ai-cta h2 {
    font-size: 30px;
  }

  .free-ai-cta__content p {
    font-size: 15px;
  }

  .free-ai-cta__sub {
    font-size: 22px;
  }

  .free-ai-cta__sub::before,
  .free-ai-cta__sub::after {
    display: none;
  }

  .free-ai-cta__points {
    grid-template-columns: 1fr;
  }

  .free-ai-cta__box {
    padding: 26px 18px;
  }

  .free-ai-cta__badge {
    width: 96px;
    height: 96px;
    font-size: 17px;
  }

  .free-ai-cta__button {
    min-height: 64px;
    font-size: 17px;
    padding: 0 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77465c0 */.ai-faq {
  position: relative;
  padding: 84px 20px 78px;
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 91, 172, 0.08), transparent 25%),
    radial-gradient(circle at 100% 26%, rgba(0, 91, 172, 0.06), transparent 20%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 62%, #f7fbff 100%);
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.ai-faq::before,
.ai-faq::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(#b9d5f6 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: 0.75;
  z-index: 0;
}

.ai-faq::before {
  left: 52px;
  top: 62px;
}

.ai-faq::after {
  right: 62px;
  top: 72px;
}

.ai-faq__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

.ai-faq__head {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  gap: 28px;
  margin-bottom: 42px;
}

.ai-faq__title {
  text-align: center;
}

.ai-faq__label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #005bac;
  font-size: 28px;
  font-weight: 950;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}

.ai-faq__label::before,
.ai-faq__label::after {
  content: "";
  width: 74px;
  height: 8px;
  background-image: radial-gradient(#f28a19 3px, transparent 3px);
  background-size: 12px 8px;
}

.ai-faq h2 {
  text-align: center;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.2;
  color: #0b2654;
  font-weight: 950;
  margin: 0 0 18px;
  letter-spacing: 0.04em;
}

.ai-faq__lead {
  max-width: 700px;
  margin: 0 auto;
  color: #3c4a60;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 700;
}

.ai-faq__illust {
  text-align: center;
}

.ai-faq__illust img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.ai-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
}

.ai-faq details {
  position: relative;
  background: #fff;
  border: 1px solid #dce8f7;
  border-radius: 18px;
  padding: 24px 28px 26px;
  box-shadow: 0 14px 34px rgba(8, 38, 83, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ai-faq details:hover {
  transform: translateY(-6px);
  border-color: #b9d5f6;
  box-shadow: 0 20px 40px rgba(8, 38, 83, 0.12);
}

.ai-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 42px;
  color: #0b2654;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 950;
  transition: color 0.3s ease;
}

.ai-faq details:hover summary {
  color: #005bac;
}

.ai-faq summary::-webkit-details-marker {
  display: none;
}

.ai-faq summary::after {
  content: "+";
  position: absolute;
  right: 28px;
  top: 24px;
  color: #005bac;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.ai-faq details[open] summary::after {
  content: "−";
}

.ai-faq__q,
.ai-faq__a {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.ai-faq__q {
  background: linear-gradient(135deg, #0068d8, #0044a8);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai-faq details:hover .ai-faq__q {
  transform: scale(1.08);
  box-shadow: 0 8px 18px rgba(0, 91, 172, 0.25);
}

.ai-faq__a {
  background: linear-gradient(135deg, #ff9a2f, #f25f25);
}

.ai-faq p {
  margin: 22px 0 0;
  padding-top: 22px;
  border-top: 1px dashed #d8e6f7;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 700;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ai-faq__cta {
  margin: 36px auto 0;
  max-width: 980px;
  min-height: 82px;
  padding: 18px 28px;
  border-radius: 16px;
  background: #eef6ff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.ai-faq__cta-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
}

.ai-faq__cta-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.ai-faq__cta p {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  color: #005bac;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.5;
}

.ai-faq__cta a {
  color: #005bac;
  font-size: 21px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease, transform 0.3s ease;
}

.ai-faq__cta a::after {
  content: "→";
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-left: 16px;
  border-radius: 50%;
  background: #005bac;
  color: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
}

.ai-faq__cta a:hover {
  color: #f25f25;
  transform: translateX(5px);
}

.ai-faq__cta a:hover::after {
  background: #f25f25;
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .ai-faq__head {
    grid-template-columns: 1fr;
  }

  .ai-faq__illust {
    display: none;
  }

  .ai-faq__grid {
    grid-template-columns: 1fr;
  }

  .ai-faq__cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ai-faq__cta-icon {
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .ai-faq {
    padding: 56px 14px;
  }

  .ai-faq h2 {
    font-size: 36px;
  }

  .ai-faq__label {
    font-size: 22px;
  }

  .ai-faq__label::before,
  .ai-faq__label::after {
    width: 42px;
  }

  .ai-faq details {
    padding: 20px 18px 22px;
  }

  .ai-faq summary {
    font-size: 17px;
    gap: 10px;
  }

  .ai-faq summary::after {
    right: 18px;
    top: 20px;
  }

  .ai-faq__q,
  .ai-faq__a {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .ai-faq p {
    font-size: 15px;
  }

  .ai-faq__cta p,
  .ai-faq__cta a {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9dbc22 */.ai-final {
  padding: 48px 20px;
  background: linear-gradient(90deg, #005bac, #0077d9);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.ai-final__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.ai-final h2 {
  font-size: clamp(26px, 3.5vw, 42px);
  line-height: 1.35;
  font-weight: 950;
  margin: 0 0 8px;
}

.ai-final p {
  margin: 0;
  color: #eaf5ff;
  font-weight: 800;
}

.ai-final__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ai-final__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 28px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.ai-final__btn--orange {
  background: linear-gradient(90deg, #ff8a00, #ff6b00);
}

.ai-final__btn--green {
  background: linear-gradient(90deg, #19bf45, #09a936);
}

@media (max-width: 900px) {
  .ai-final__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ai-final {
    padding: 42px 14px;
  }

  .ai-final__buttons {
    flex-direction: column;
  }

  .ai-final__btn {
    width: 100%;
  }
}/* End custom CSS */