@charset "UTF-8";
/* reset.css - 2025 モダンバージョン */
/* ===========================
   ボックスサイズを全体に適用
============================= */
*, *::before, *::after {
  box-sizing: border-box;
}

/* ===========================
   マージン・パディングをゼロ
============================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* ===========================
   HTML5 display
============================= */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* ===========================
   リストのスタイルをリセット
============================= */
ol, ul {
  list-style: none;
}

/* ===========================
   引用タグのデフォルトをリセット
============================= */
blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

/* ===========================
   テーブル
============================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===========================
   フォーム要素
============================= */
button, input, select, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* ===========================
   画像
============================= */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: 100%;
}

/* ===========================
   強調タグ
============================= */
strong {
  font-weight: bold;
}

/* ===========================
   リンク
============================= */
a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   _color.scss
   カラートークン定義
========================================================= */
/* 基本カラー */
/* FAQや共通UIで使用される階調カラー */
/* =========================================================
   _tokens.scss
   共通トークン・タイポ・mixin定義
========================================================= */
/* -------- フォントウェイト -------- */
/* -------- ブレークポイント -------- */
/* -------- letter-spacing 計算関数 -------- */
/* InDesign tracking値(1000分率) → letter-spacing(em) */
/* -------- タイポ系 mixin -------- */
/* Large / Small 切替タイプ */
/* ===== Font Sizes (Common) ===== */
body {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5625;
  letter-spacing: 0.02em;
  min-width: auto;
}

a {
  vertical-align: baseline;
}

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

.pc_br {
  display: block;
}
@media (max-width: 743.98px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 743.98px) {
  .sp_br {
    display: block;
  }
}

.wrapper {
  position: relative;
}

/* =========================================
   _layout.scss（共通）
========================================= */
.l-container {
  width: min(984px, 92vw);
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 743.98px) {
  .l-container {
    width: 100%;
  }
}

.section-p {
  padding: clamp(3.75rem, 1.718rem + 4.38vw, 5rem) 0;
}
@media (max-width: 743.98px) {
  .section-p {
    padding: clamp(2.5rem, 0.365rem + 7.3vw, 3.75rem) 0;
  }
}
@media (max-width: 467.98px) {
  .section-p {
    padding: 40px 0;
  }
}

.section__inner {
  padding: 0 15px;
}

.header {
  z-index: 9999;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 0 15px;
}
@media (max-width: 743.98px) {
  .header {
    padding: 0;
  }
}
.header .common__inner {
  padding-top: 19px;
  padding-bottom: 18px;
}
@media (max-width: 743.98px) {
  .header .common__inner {
    padding: 10px;
  }
}
.header .common__btn a {
  padding: 4px 18px;
  margin-top: 0;
  border-radius: 5px;
  border-width: 1px;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 743.98px) {
  .header .common__btn a {
    font-size: 12px;
  }
}
.header .common__btn.border-blue a {
  background-color: #fff;
  color: #2864f0;
}
.header .common__btn.border-blue a:hover {
  background-color: #2864f0;
  color: #fff;
}
.header .common__btn.is-download {
  margin-right: 20px;
}
.header .common__btn.is-download a {
  color: #2864f0;
  background: #fff;
}
.header .common__btn.is-download a:hover {
  background: #f2f6fe !important;
  border-color: #2864f0 !important;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 743.98px) {
  .header__row {
    align-items: center;
    justify-content: space-between;
  }
}
.header__lyt {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 743.98px) {
  .header__lyt {
    margin-top: 10px;
    width: 75%;
    gap: 8px;
    justify-content: flex-end;
  }
}
@media (max-width: 743.98px) {
  .header__logo {
    width: 36%;
  }
}
.header__logo img {
  width: 222px;
  height: 46px;
  object-fit: contain;
}
@media (max-width: 743.98px) {
  .header__logo img {
    width: 147px;
    height: auto;
  }
}

.c-btn {
  border-radius: 5px;
  border-width: 1px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
  padding: 4px 20px;
}
.c-btn:last-child {
  margin-left: 20px;
}
@media (max-width: 743.98px) {
  .c-btn:last-child {
    margin-left: 0;
  }
}

.g-headerBtn .c-btn:first-child {
  margin-right: 0;
}

.g-footer_information_link li a img {
  width: revert-layer;
}

/* ===== cta area ===== */
.cta {
  padding: 0 0 clamp(40px, 6vw, 72px) 0;
  background: #FFFFFF;
}
.cta-gray {
  padding: clamp(40px, 6vw, 72px) 0;
  background-color: #F7F5F5;
}
.cta__inner {
  max-width: 969px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}
.cta {
  /* =====================
     title
  ===================== */
}
.cta__title {
  margin: 0 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #323232;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 743.98px) {
  .cta__title {
    font-size: clamp(0.875rem, 0.679rem + 0.67vw, 1rem);
  }
}
.cta__title-deco {
  display: inline-block;
  width: 20px;
  height: 21px;
  flex-shrink: 0;
}
@media (max-width: 743.98px) {
  .cta__title-deco {
    width: clamp(1rem, 0.608rem + 1.34vw, 1.25rem);
    height: clamp(1.063rem, 0.67rem + 1.34vw, 1.313rem);
  }
}
.cta {
  /* =====================
     action / button
  ===================== */
}
.cta__action {
  display: flex;
  justify-content: center;
}
.cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 410px;
  min-width: 400px;
  height: 42px;
  background: #2864f0;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, transform 0.15s ease;
  border: 2px solid #2864f0;
}
.cta__button:hover {
  background-color: white;
  text-decoration: none;
}
.cta__button:hover .cta__button-sub {
  font-weight: 600;
}
.cta__button:hover .cta__button-main {
  font-weight: 600;
}
.cta__button:active {
  transform: translateY(0);
}
@media (max-width: 467.98px) {
  .cta__button {
    min-width: 100%;
    max-width: 100%;
    height: 52px;
  }
}
.cta__button-sub {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.cta__button-main {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

/* ===== voices slider ===== */
.voices {
  --accent: #2864f0;
  --muted: #6b7280;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 12px 40px;
  position: relative;
}
.voices__inner {
  position: relative;
}
.voices__title {
  margin: 0 0 16px;
  font-weight: 800;
  font-size: clamp(20px, 2.4vw, 28px);
}
.voices {
  /* viewport & track */
}
.voices__viewport {
  overflow: hidden;
  width: 100%;
  margin: 50px 0;
}
@media (max-width: 769px) {
  .voices__viewport {
    margin: 25px 0;
  }
}
.voices__track {
  display: flex;
  gap: 24px;
  will-change: transform;
  touch-action: pan-y;
}
.voices {
  /* arrows */
}
.voices__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 769px) {
  .voices__arrow {
    top: inherit;
    bottom: -50px;
  }
}
.voices__arrow--prev {
  left: -4px;
}
.voices__arrow--next {
  right: -4px;
}
.voices__arrow img {
  width: 100%;
  height: auto;
  display: block;
}
.voices__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.voices {
  /* dots */
}
.voices__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}
.voices__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid var(--accent);
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.voices__dot.is-active {
  background: var(--accent);
  transform: scale(1.1);
}

/* ===== slide card ===== */
.voice-card {
  background: #fff;
  padding: 16px;
  /*display: grid;*/
  grid-template-columns: 1fr;
  gap: 12px;
  min-height: 100%;
  position: relative;
}
.voice-card__head {
  order: 1;
  position: relative;
  min-height: 135px;
}
.voice-card__catch {
  margin: 0 0 4px;
  font-weight: 900;
  line-height: 1.5;
  font-size: 18px;
  position: relative;
  z-index: 2;
  width: calc(100% - 150px);
}
.voice-card__person {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  min-height: 50px;
}
.voice-card__media {
  position: absolute;
  top: 0;
  right: 0;
  order: 2;
  margin: 0;
}
.voice-card__media img {
  width: 150px;
  height: auto;
  display: block;
  z-index: 0;
  position: relative;
}
.voice-card__body {
  order: 3;
  color: #111;
  line-height: 1.9;
  font-size: 15px;
  margin-top: 15px;
}
.voice-card__body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.voice-card__body p {
  margin: 0 0 0.9em;
}
@media (max-width: 769px) {
  .voice-card__body p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.voice-card__body p span {
  color: #2864F0;
}

/* 画面が広いときに矢印を外に少し出す（はみ出しに配慮） */
@media (min-width: 1024px) {
  .voices__arrow--prev {
    left: -60px;
  }
  .voices__arrow--next {
    right: -60px;
  }
}
.faq {
  background: #FFFFFF;
}
.faq__inner {
  max-width: 969px;
  margin: 0 auto;
  padding: 0 16px;
}
.faq__title {
  margin: 0 0 22px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #2864f0;
  font-size: clamp(1.75rem, 1.081rem + 1.39vw, 2.125rem);
  line-height: 1.25;
}
@media (max-width: 743.98px) {
  .faq__title {
    font-size: clamp(1.5rem, 1.108rem + 1.34vw, 1.75rem);
  }
}
.faq__list {
  display: grid;
  gap: clamp(1.25rem, -0.311rem + 3.25vw, 2.125rem);
  margin-top: clamp(3.125rem, -0.22rem + 6.96vw, 5rem);
}

.faq-item {
  border-radius: 8px;
}
.faq-item__q {
  margin: 0;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  background: #EBF3FF;
  border-radius: 8px;
  font-weight: 400;
  color: #323232;
  line-height: 1.6;
  font-size: clamp(1rem, 0.777rem + 0.46vw, 1.125rem);
}
@media (max-width: 743.98px) {
  .faq-item__q {
    grid-template-columns: clamp(1.5rem, -0.461rem + 6.69vw, 2.75rem) 1fr;
    align-items: self-start;
  }
}
.faq-item__q-mark {
  color: #2864f0;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 0.777rem + 0.46vw, 1.125rem);
}
.faq-item__q-text {
  display: inline-block;
}
.faq-item__a {
  padding: clamp(0.75rem, -0.142rem + 1.86vw, 1.25rem) 14px 0;
}
.faq-item__a-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}
.faq-item__a-mark {
  display: inline-block;
  font-weight: 600;
  color: #FA6414;
  font-size: clamp(1rem, 0.777rem + 0.46vw, 1.125rem);
  line-height: 1.8;
  margin-top: 1px;
}
.faq-item__a-text {
  margin: 0;
  color: #323232;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.652rem + 0.46vw, 1rem);
  line-height: 1.9;
  letter-spacing: 0.01em;
}
.faq-item__note {
  margin: 8px 0 0;
  padding-left: 30px;
  color: #323232;
  font-size: clamp(0.875rem, 0.652rem + 0.46vw, 1rem);
  line-height: 1.9;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.faq-item__link {
  color: #2864f0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-item__link:hover {
  opacity: 0.8;
}

.flow {
  padding: clamp(44px, 6vw, 96px) 0;
  background: #EBF3FF;
}
.flow__inner {
  max-width: 969px;
  margin: 0 auto;
  padding: 0 16px;
}
.flow__title {
  margin: 0 0 26px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #323232;
  font-size: clamp(1.75rem, 1.081rem + 1.39vw, 2.125rem);
  line-height: 1.25;
}
.flow {
  /* =========================
     steps 1-4 grid
  ========================= */
}
.flow__grid {
  display: grid;
  grid-template-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  align-items: stretch;
  gap: 0;
  margin-top: 100px;
}
@media (max-width: 743.98px) {
  .flow__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.flow__arrow {
  position: relative;
}
@media (max-width: 743.98px) {
  .flow__arrow {
    display: none;
  }
}
.flow__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #AAC8FF;
  z-index: 1;
}
.flow {
  /* =========================
     down arrow to step 5 (SCSS)
  ========================= */
}
.flow__down {
  width: 0;
  height: 0;
  margin: 26px auto 18px;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 44px solid #2864f0;
}
@media (max-width: 743.98px) {
  .flow__down {
    margin: 18px auto 14px;
    border-left-width: 56px;
    border-right-width: 56px;
    border-top-width: 36px;
  }
}

/* =========================
   card (step 1-4)
========================= */
.flow-card {
  border-radius: 16px;
  background: #FFFFFF;
  padding: 14px 14px 18px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  position: relative;
}
.flow-card__top {
  display: flex;
  justify-content: center;
  margin-top: -76px;
  margin-bottom: 6px;
}
.flow-card__badge {
  display: block;
  width: 86px;
  height: 86px;
}
.flow-card__body {
  text-align: center;
  padding-top: 4px;
}
.flow-card__kicker {
  margin: 0 0 8px;
  color: #e05555;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 13px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.flow-card__kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 2px solid rgba(224, 85, 85, 0.7);
}
.flow-card__title {
  margin: 0 0 12px;
  font-weight: 600;
  color: #2864f0;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 0.554rem + 0.93vw, 1.25rem);
  line-height: 1.35;
}
@media (max-width: 743.98px) {
  .flow-card__title {
    font-size: 24px;
  }
}
.flow-card__titlewrap {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 743.98px) {
  .flow-card__titlewrap img {
    width: 80%;
  }
}
.flow-card__figure {
  margin: 0 0 12px;
  display: grid;
  place-items: center;
  min-height: 120px;
}
.flow-card__illust {
  display: block;
  width: 100%;
  max-width: 165px;
  height: auto;
}
@media (max-width: 743.98px) {
  .flow-card__illust {
    max-width: clamp(15.938rem, 11.55rem + 15vw, 18.75rem);
  }
}
.flow-card__text {
  margin: 0;
  color: #323232;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 743.98px) {
  .flow-card__text {
    font-size: clamp(1rem, 0.61rem + 1.33vw, 1.25rem);
  }
}
@media (max-width: 743.98px) {
  .flow-card__top {
    margin-top: 0;
  }
}

/* =========================
   step 5
========================= */
.flow-last {
  border-radius: 16px;
  background: #FFFFFF;
  border: 2px solid #2864f0;
  padding: 18px 18px 36px;
  position: relative;
  max-width: 480px;
  margin: 80px auto 0;
}
.flow-last__top {
  display: flex;
  justify-content: center;
  margin-top: -76px;
  margin-bottom: 6px;
}
.flow-last__badge {
  display: block;
  width: 86px;
  height: 86px;
  background: #FFFFFF;
  border-radius: 999px;
}
.flow-last__body {
  display: grid;
  grid-template-columns: 1fr 178px;
  align-items: center;
  gap: 12px;
}
@media (max-width: 743.98px) {
  .flow-last__body {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.flow-last__title {
  margin: 0 0 6px;
  font-weight: 600;
  color: #2864f0;
  letter-spacing: 0.02em;
  font-size: clamp(1.1rem, 0.92rem + 0.5vw, 1.25rem);
  line-height: 1.35;
}
@media (max-width: 743.98px) {
  .flow-last__title {
    font-size: 24px;
  }
}
.flow-last__desc {
  margin: 0;
  color: #323232;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 743.98px) {
  .flow-last__desc {
    font-size: clamp(1rem, 0.61rem + 1.33vw, 1.25rem);
  }
}
.flow-last__figure {
  margin: 0;
  display: grid;
  place-items: center;
  margin-right: 30px;
}
@media (max-width: 743.98px) {
  .flow-last__figure {
    margin-top: 8px;
  }
}
.flow-last__illust {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
}
.flow-last__text {
  padding: 0 clamp(1.875rem, -0.355rem + 4.64vw, 3.125rem) 0 20px;
}

.usability {
  padding: clamp(48px, 6vw, 96px) 0;
  background: #FFFFFF;
}
.usability__inner {
  max-width: 969px;
  margin: 0 auto;
  padding: 0 16px;
}
.usability {
  /* ==========
     title
  ========== */
}
.usability__title {
  margin: 0 0 56px;
  text-align: center;
  font-size: clamp(1.75rem, 1.081rem + 1.39vw, 2.125rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #323232;
}
.usability__title-em {
  color: #2864f0;
}
.usability {
  /* ==========
     grid
  ========== */
}
.usability__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 743.98px) {
  .usability__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 2px;
  }
}
.usability__divider {
  width: 1px;
  background: rgba(50, 50, 50, 0.15);
}
@media (max-width: 743.98px) {
  .usability__divider {
    display: none;
  }
}

/* =====================
   item
===================== */
.usability-item {
  text-align: center;
  padding: 0 18px;
}
@media (max-width: 743.98px) {
  .usability-item {
    padding: 0 5px;
  }
}
.usability-item:last-child .usability-item__lead {
  line-height: 30px;
}
@media (max-width: 743.98px) {
  .usability-item:last-child .usability-item__lead {
    line-height: clamp(1.25rem, 0.177rem + 3.67vw, 1.938rem);
  }
}
.usability-item__icon {
  width: 100%;
  height: auto;
  margin: 0 auto 18px;
  display: block;
}
.usability-item__lead {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 31px;
  color: #323232;
}
@media (max-width: 743.98px) {
  .usability-item__lead {
    font-size: clamp(0.813rem, 0.617rem + 0.67vw, 0.938rem);
    line-height: clamp(1.313rem, 0.337rem + 3.33vw, 1.938rem);
  }
}
.usability-item__lead .is-primary {
  color: #2864f0;
  font-weight: 600;
  font-size: 19px;
}
@media (max-width: 743.98px) {
  .usability-item__lead .is-primary {
    font-size: clamp(1.063rem, 0.867rem + 0.67vw, 1.188rem);
  }
}
.usability-item__value {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 600;
  color: #2864f0;
}
.usability-item__value span {
  font-size: 19px;
}
.usability-item__note {
  margin: 0;
  font-size: 10px;
  line-height: 1.6;
  color: rgba(50, 50, 50, 0.75);
}

.timeflow {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}
.timeflow__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.timeflow__unit {
  position: relative;
  margin: 0 auto;
}
.timeflow {
  /* 左上の「週」丸バッジ（画像） */
}
.timeflow__badge {
  position: absolute;
  left: 32px;
  top: -62px;
  width: 107px;
  height: 107px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeflow__badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 743.98px) {
  .timeflow__badge {
    left: 12px;
    top: -38px;
    width: 60px;
    height: 60px;
  }
}
.timeflow {
  /* 外枠：背景は 80% 幅（POINTははみ出す） */
}
.timeflow__frame {
  position: relative;
  padding: 18px;
  overflow: visible;
}
.timeflow__frame::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: rgba(235, 243, 255, 0.55);
  border: 1px solid rgba(40, 100, 240, 0.35);
  border-radius: 16px;
  z-index: 0;
}
@media (max-width: 743.98px) {
  .timeflow__frame {
    padding: 14px;
  }
  .timeflow__frame::before {
    width: 100%;
  }
}
.timeflow {
  /* 左（比較）＋右（POINT） */
}
.timeflow__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 18px;
  align-items: stretch;
  padding-top: 50px;
}
@media (max-width: 743.98px) {
  .timeflow__grid {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
}
.timeflow {
  /* =========================
     左：比較エリア
  ========================= */
}
.timeflow__compare {
  display: grid;
  grid-template-columns: 1fr 5px 1fr;
  gap: 3px;
  align-items: center;
}
@media (max-width: 743.98px) {
  .timeflow__compare {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.timeflow__card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(40, 100, 240, 0.2);
}
.timeflow__card-head {
  background: #f6f6f6;
  color: #323232;
  text-align: center;
  font-weight: 700;
  padding: 10px 12px;
  font-size: 24px;
  letter-spacing: 0.02em;
}
.timeflow__card-head--freee {
  background: #2864f0;
  color: #FFFFFF;
}
.timeflow__card-body {
  padding: 14px 12px 16px;
  text-align: center;
}
.timeflow__illust {
  margin: 0 0 10px;
}
.timeflow__illust img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 210px;
}
.timeflow__text {
  margin: 0;
  color: #323232;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  min-height: 100px;
}
.timeflow__text--freee {
  color: #2864f0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.38;
  min-height: 100px;
}
.timeflow {
  /* 真ん中の矢印（CSSで作る） */
}
.timeflow__arrow {
  position: relative;
  width: 8px;
  height: 8px;
}
@media (max-width: 743.98px) {
  .timeflow__arrow {
    width: 100%;
    height: 28px;
  }
}
.timeflow__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 39px solid #AAC8FF;
  left: -15px;
}
@media (max-width: 743.98px) {
  .timeflow__arrow::before {
    border-top: 22px solid rgba(40, 100, 240, 0.35);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 0;
    left: 0;
  }
}
.timeflow {
  /* =========================
     右：POINTカード（背景からはみ出す）
  ========================= */
}
.timeflow__point {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid rgba(40, 100, 240, 0.35);
  padding: 46px 16px 16px;
}
@media (max-width: 743.98px) {
  .timeflow__point {
    padding: 16px 14px 14px;
    margin-right: 0;
    margin-top: 50px;
  }
}
.timeflow {
  /* ★POINTバッジ：画像 */
}
.timeflow__point-badge {
  position: absolute;
  left: 14px;
  top: -60px;
  width: 96px;
  height: 96px;
  display: block;
}
@media (max-width: 743.98px) {
  .timeflow__point-badge {
    position: absolute;
    left: 14px;
    top: -50px;
    width: 66px;
    height: 66px;
    display: block;
  }
}
.timeflow__point-title {
  margin: 0 0 12px;
  color: #2864f0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  min-height: 90px;
}
.timeflow__point-media {
  margin: 0;
  background: #fff;
}
.timeflow__point-media img {
  display: block;
  width: 100%;
  height: auto;
}
.timeflow {
  /* =========================
     ここから追記：3ブロックの間隔
  ========================= */
}
.timeflow__unit + .timeflow__unit {
  margin-top: 100px;
}
.timeflow {
  /* =========================
     ここから追記：「だから」下段セクション
  ========================= */
}
.timeflow__after {
  margin-top: 34px;
  text-align: center;
}
.timeflow__after-lead {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 48px;
  color: #323232;
}
@media (max-width: 743.98px) {
  .timeflow__after-lead {
    font-size: clamp(2rem, 0.44rem + 5.33vw, 3rem);
  }
}
.timeflow__after-tri {
  width: 0;
  height: 0;
  margin: 30px auto 22px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #222;
}
.timeflow__after-title {
  margin: 0 0 14px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 36px;
  color: #323232;
}
@media (max-width: 743.98px) {
  .timeflow__after-title {
    font-size: clamp(1.375rem, 0.01rem + 4.67vw, 2.25rem);
  }
}
.timeflow__after-title-em {
  color: #2864f0;
}
.timeflow__after-title-sub {
  color: #323232;
}
.timeflow__after-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 12px 40px;
}
@media (max-width: 743.98px) {
  .timeflow__after-wrap {
    padding: 24px 0 40px;
  }
}
.timeflow__after-box {
  background: rgba(235, 243, 255, 0.55);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 12px;
  align-items: center;
  text-align: left;
  padding: 16px;
}
@media (max-width: 743.98px) {
  .timeflow__after-box {
    grid-template-columns: 1fr;
    text-align: left;
  }
}
.timeflow__after-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 15px;
}
.timeflow__after-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 15px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  color: #2864f0;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.55;
}
@media (max-width: 743.98px) {
  .timeflow__after-item {
    font-size: clamp(1rem, 0.415rem + 2vw, 1.375rem);
    grid-template-columns: clamp(1.5rem, 0.525rem + 3.33vw, 2.125rem) 1fr;
  }
}
.timeflow__after-check {
  width: 34px;
  height: 29px;
  display: block;
  margin-top: 5px;
}
@media (max-width: 743.98px) {
  .timeflow__after-check {
    width: clamp(1.5rem, 0.525rem + 3.33vw, 2.125rem);
    height: clamp(1.313rem, 0.532rem + 2.67vw, 1.813rem);
  }
}
.timeflow__after-illust {
  margin: 0;
  display: flex;
  justify-content: center;
}
.timeflow__after-illust img {
  display: block;
  width: 240px;
  height: auto;
}
@media (max-width: 743.98px) {
  .timeflow__after-illust {
    justify-content: flex-end;
  }
  .timeflow__after-illust img {
    width: 160px;
  }
}

.insight {
  --bg: #eaf2ff;
  --v: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
  position: relative;
  background: transparent;
  padding-bottom: 30px;
  margin-bottom: 100px;
}
@media (max-width: 743.98px) {
  .insight {
    margin-bottom: clamp(3.125rem, -1.75rem + 16.67vw, 6.25rem);
    padding: 0 16px;
  }
}
.insight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--v)), 50% 100%, 0 calc(100% - var(--v)));
  z-index: -1;
}
.insight__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0 16px;
}
.insight__card-grid {
  position: relative;
}
.insight {
  /* =========================
     上：カード
  ========================= */
}
.insight__card {
  background: #FFFFFF;
  border-radius: 22px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  padding: clamp(18px, 3vw, 26px) clamp(1.25rem, -2.095rem + 6.96vw, 3.125rem);
}
.insight__illust {
  margin: 0;
  display: flex;
  justify-content: center;
}
.insight__illust img {
  display: block;
  width: clamp(8.125rem, 3.107rem + 10.44vw, 10.938rem);
  height: auto;
  max-width: 100%;
  position: absolute;
  bottom: -15px;
  left: -100px;
  z-index: 1;
}
@media (max-width: 743.98px) {
  .insight__illust img {
    width: 70px;
    bottom: inherit;
    left: -15px;
    top: -40px;
  }
}
.insight__content {
  min-width: 0;
}
.insight__title {
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: #323232;
  font-size: clamp(1.75rem, 0.858rem + 1.86vw, 2.25rem);
  text-align: center;
}
.insight__title-em {
  color: #2864f0;
}
@media (max-width: 743.98px) {
  .insight__title {
    margin-bottom: 12px;
    font-size: clamp(1.375rem, 1.18rem + 0.67vw, 1.5rem);
  }
}
.insight__list-wrap {
  background: rgba(235, 243, 255, 0.6);
  border-radius: 18px;
  padding: 14px 16px 14px clamp(4.375rem, 1.03rem + 6.96vw, 6.25rem);
  width: 100%;
  position: relative;
}
@media (max-width: 743.98px) {
  .insight__list-wrap {
    text-align: left;
    padding: 14px 14px;
  }
}
.insight__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.insight__item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: #323232;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-size: clamp(1.25rem, 0.804rem + 0.93vw, 1.5rem);
}
@media (max-width: 743.98px) {
  .insight__item {
    font-size: clamp(0.875rem, 0.29rem + 2vw, 1.25rem);
  }
}
.insight__check {
  width: 24px;
  height: 21px;
  display: block;
  margin-top: 10px;
}
.insight {
  /* =========================
     中：キャッチ
  ========================= */
}
.insight__catch {
  text-align: center;
  padding: clamp(26px, 4vw, 44px) 0 18px;
}
.insight__catch-top {
  margin: 0 0 6px;
  font-weight: 700;
  color: #323232;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.02em;
  display: inline-block;
}
.insight__catch-main {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 6px;
}
.insight__catch-mark {
  position: absolute;
  left: -22px;
  top: -18px;
  width: 28px;
  height: 28px;
  display: block;
}
@media (max-width: 743.98px) {
  .insight__catch-mark {
    left: -18px;
    top: -16px;
    width: 24px;
    height: 24px;
  }
}
.insight__mottainai {
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #2864f0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
  /* 文字の下の黄色ハイライト */
  background: linear-gradient(transparent 62%, rgba(255, 211, 107, 0.85) 62%);
  padding: 0 6px;
}
.insight__catch-sub {
  margin: 0;
  font-weight: 700;
  color: #323232;
  letter-spacing: 0.02em;
  font-size: clamp(18px, 2.2vw, 26px);
}
.insight {
  /* 下向き矢印（SCSS） */
}
.insight__down {
  width: 0;
  height: 0;
  margin: 18px auto 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 14px solid #2864f0;
  opacity: 0.9;
}
.insight__next {
  margin: 0;
  padding: 18px 16px 34px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #323232;
  font-size: clamp(1.75rem, 0.858rem + 1.86vw, 2.25rem);
}
@media (max-width: 743.98px) {
  .insight__next {
    padding: 0px 16px 14px;
  }
}

.mv-side {
  width: 310px;
  height: 100%;
  position: sticky;
  top: 0;
}
@media (max-width: 743.98px) {
  .mv-side {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    padding: 0 16px;
  }
}
.mv-side__inner {
  height: 100%;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  padding: 8px 16px 34px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 743.98px) {
  .mv-side__inner {
    padding-top: 20px;
  }
}
.mv-side__pill {
  margin: 0 auto 8px;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 10px;
  background: #2864f0;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1;
}
.mv-side__lead {
  margin: 0 0 10px;
  text-align: center;
  font-weight: 600;
  color: #323232;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.mv-side {
  /* =========================
     steps
  ========================= */
}
.mv-side__steps {
  list-style: none;
  padding: 0 8px 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  position: relative;
}
.mv-side__steps::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 18px;
  height: 2px;
  background: rgba(40, 100, 240, 0.25);
  z-index: 0;
}
.mv-side__step {
  display: grid;
  justify-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.mv-side__step-num {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 16px;
  background: #FFFFFF;
  color: #2864f0;
  border: 2px solid rgba(40, 100, 240, 0.55);
}
.mv-side__step.is-current .mv-side__step-num {
  background: #2864f0;
  border-color: #2864f0;
  color: #FFFFFF;
}
.mv-side__step-text {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  color: #323232;
  text-align: center;
  letter-spacing: 0.01em;
}
.mv-side {
  /* =========================
     title
  ========================= */
}
.mv-side__title {
  margin: 0 0 14px;
  text-align: center;
  font-weight: 600;
  color: #323232;
  font-size: 18px;
  letter-spacing: 0.02em;
  position: relative;
}
.mv-side__title-line {
  display: block;
  width: 180px;
  height: 2px;
  background: rgba(40, 100, 240, 0.35);
  margin: 10px auto 0;
  border-radius: 99px;
}
.mv-side__sub {
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #323232;
  font-size: 14px;
}
.mv-side__note {
  margin: 0 0 7px;
  text-align: center;
  font-size: 9px;
  line-height: 1.6;
  color: #323232;
  opacity: 0.85;
}
.mv-side {
  /* =========================
     form
  ========================= */
}
.mv-side__form {
  margin: 0 0 14px;
  text-align: center;
}
.mv-side__field {
  position: relative;
  margin: 0 0 12px;
}
.mv-side__input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 16px;
  outline: none;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.mv-side__input:focus {
  border-color: rgba(40, 100, 240, 0.55);
  box-shadow: 0 6px 16px rgba(40, 100, 240, 0.12);
}
.mv-side {
  /* フローティングラベル（placeholder=" " が前提） */
}
.mv-side__label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(50, 50, 50, 0.55);
  font-size: 14px;
  pointer-events: none;
  transition: 0.18s ease;
  background: #fff;
  padding: 0 6px;
}
.mv-side__input:focus + .mv-side__label, .mv-side__input:not(:placeholder-shown) + .mv-side__label {
  top: 0;
  transform: translateY(-50%);
  font-size: 12px;
  color: rgba(40, 100, 240, 0.85);
}
.mv-side__submit {
  width: fit-content;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  background: #2864f0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.mv-side__submit:hover {
  filter: brightness(0.98);
}
.mv-side__submit:active {
  transform: translateY(1px);
}
.mv-side {
  /* =========================
     OR
  ========================= */
}
.mv-side__or {
  margin: 14px 0 12px;
  text-align: center;
  position: relative;
  color: #323232;
  font-weight: 400;
  font-size: 14px;
}
.mv-side__or span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.mv-side__or::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.mv-side {
  /* =========================
     SSO buttons
  ========================= */
}
.mv-side__sso {
  display: grid;
  gap: 5px;
  margin: 0 0 10px;
}
.mv-side__sso-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  color: #323232;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
.mv-side__sso-btn img {
  display: block;
  width: 18px;
  height: 18px;
}
.mv-side__sso-btn:hover {
  border-color: rgba(40, 100, 240, 0.25);
  text-decoration: none;
  color: #323232;
}
.mv-side__sso-btn:active {
  transform: translateY(1px);
}
.mv-side__login {
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
  color: #323232;
  opacity: 0.9;
  text-align: center;
}
.mv-side__login a {
  color: #2864f0;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mv {
  background: #fff;
}
.mv__inner {
  margin: 0 auto;
}
@media (max-width: 743.98px) {
  .mv__inner {
    padding: 0;
  }
}
.mv {
  /* 左：画像 / 右：310px サイド */
}
.mv__grid {
  display: grid;
  grid-template-columns: 1fr 310px;
  align-items: start;
}
@media (max-width: 743.98px) {
  .mv__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.mv__hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.fv {
  background: #eef6ff;
  padding: 24px 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 467.98px) {
  .fv {
    padding-bottom: 30px;
  }
}
.fv-cta {
  margin-top: -180px;
  position: relative;
  z-index: 10;
  background-color: transparent;
  padding: 40px 0 48px;
}
@media (max-width: 467.98px) {
  .fv-cta {
    margin-top: -70px;
    padding-bottom: 0;
  }
}
.fv__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 52px 5% 0 5%;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
  align-items: center;
  background-color: #EBF3FF;
}
.fv__img-sp {
  display: none;
}
@media (max-width: 900.98px) {
  .fv__img-sp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
  }
}
.fv_left {
  position: relative;
}
.fv__left {
  min-width: 0;
  position: relative;
  z-index: 5;
}
.fv__text {
  width: 100%;
  height: auto;
  display: block;
}
.fv__ctas {
  margin-top: clamp(18px, 2.4vw, 30px);
  display: grid;
  gap: 18px;
}
.fv__cta {
  display: grid;
  justify-items: center;
  gap: 5px;
}
.fv {
  /* CTA 上の小見出し（左右に線） */
}
.fv__cta-lead {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #1f2a37;
  font-size: clamp(0.875rem, 0.78rem + 0.2vw, 0.95rem);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  position: relative;
}
.fv__cta-lead::before, .fv__cta-lead::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
}
.fv__cta-lead::before {
  background-image: url("../images/h2_before.png");
}
.fv__cta-lead::after {
  background-image: url("../images/h2_after.png");
}
.fv {
  /* ボタン（共通） */
}
.fv__btn {
  width: min(420px, 100%);
  min-height: 64px;
  padding: 16px 18px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.063rem);
  transition: all 0.25s;
  text-align: center;
}
.fv__btn--blue {
  background: #2864f0;
  border: 1px solid #2864f0;
  color: #fff;
}
.fv__btn--blue:hover {
  background: white;
  color: #2864f0;
  text-decoration: none;
}
.fv__btn--orange {
  background: #FA6414;
  border: 1px solid #FA6414;
  color: #fff;
  padding: 0 16px;
}
.fv__btn--orange:hover {
  background: white;
  color: #FA6414;
  text-decoration: none;
}
.fv__right {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 4;
  flex-direction: column;
}
@media (max-width: 900.98px) {
  .fv__right {
    display: none;
  }
}
.fv__image {
  width: min(860px, 100%);
  height: auto;
  display: block;
}
.fv {
  /* =========================
     Responsive
  ========================= */
}
@media screen and (max-width: 900px) {
  .fv__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .fv__right {
    justify-content: center;
  }
  .fv__text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) and (max-width: 900.98px) {
  .fv__text {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .fv__cta {
    justify-items: center;
  }
  .fv__cta-lead {
    justify-content: center;
  }
  .fv__cta-lead::before, .fv__cta-lead::after {
    width: 24px;
  }
}

.cloud img:nth-child(1) {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.cloud img:nth-child(2) {
  position: absolute;
  bottom: 0;
  z-index: 3;
}

.fv__cta-flex {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 743.98px) {
  .fv__cta-flex {
    flex-direction: column;
  }
}
.fv__cta-btn {
  width: calc(50% - 8px);
}
@media (max-width: 743.98px) {
  .fv__cta-btn {
    width: 100%;
  }
}
.fv__cta-btn.document {
  position: relative;
}
.fv__cta-btn.document::before {
  position: absolute;
  content: "";
  top: -10px;
  right: -10px;
  background-image: url(../images/document.png);
  max-width: 90px;
  max-height: 60px;
  width: 6vw;
  height: 4vw;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 743.98px) {
  .fv__cta-btn.document::before {
    max-width: 100px;
    max-height: 70px;
    width: 100%;
    height: 100%;
  }
}
.fv__cta-btn a {
  display: inline-block;
}
.fv__cta-btn img {
  display: block;
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */