@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body, html {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  color: var(--color-black);
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f1e2;
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
}

a:active, a:hover {
  opacity: 0.9;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

small {
  font-size: 14px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-ms-input-placeholder {
  color: #999999;
}
::placeholder {
  color: #999999;
}

.visibility-h {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .visibility-h {
    display: none;
  }
}
/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

/*========================
  layout
========================*/
.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-t {
  padding-top: 60px;
}

.container-b {
  padding-bottom: 60px;
}

.inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 27%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .map {
    padding-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 90%;
  }
}
/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

/*===================================================================
  アニメーション　GSAP
===================================================================*/
/*========================
    js-fadeUp
========================*/
.js-fadeUp {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

/*========================
    img-mask
========================*/
.img-mask {
  z-index: 0;
  -webkit-mask-image: url(../img/mask.webp);
          mask-image: url(../img/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
.img-mask.active {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
/*===================================================================
  color-mask
===================================================================*/
.color-mask {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.color-mask::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-main);
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  z-index: 2;
  pointer-events: none;
}

.color-mask.active::after {
  -webkit-animation: color-mask-img 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: color-mask-img 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

/* アニメーション中に画像もフェードイン（オプション） */
.color-mask a,
.color-mask img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s;
  display: block;
  width: 100%;
  height: auto;
}

.color-mask.active a,
.color-mask.active img {
  opacity: 1;
}

@-webkit-keyframes color-mask-img {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

@keyframes color-mask-img {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  /*========================
    color
  ========================*/
  --color-black: #4f4034;
  --color-green: #8BC10E;
  --color-red: #DF7581;
  --color-blue: #25ADCB;
  --color-yellow: #F8B800;
  /****************
  font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
  *****************/
  --fs124: clamp(4rem, 3.1640127388535033rem + 3.821656050955414vw, 7.75rem);
  --fs100: clamp(4rem, 3.498407643312102rem + 2.2929936305732483vw, 6.25rem);
  --fs80: clamp(3.5rem, 3.1656050955414012rem + 1.5286624203821657vw, 5rem);
  --fs70: clamp(3rem, 2.6934713375796178rem + 1.4012738853503184vw, 4.375rem);
  --fs64: clamp(3rem, 2.7770700636942673rem + 1.019108280254777vw, 4rem);
  --fs56: clamp(2.5rem, 2.2770700636942673rem + 1.019108280254777vw, 3.5rem);
  --fs48: clamp(2rem, 1.7770700636942676rem + 1.019108280254777vw, 3rem);
  --fs40: clamp(1.5rem, 1.2770700636942676rem + 1.019108280254777vw, 2.5rem);
  --fs36: clamp(1.5rem, 1.3328025477707006rem + 0.7643312101910829vw, 2.25rem);
  --fs32: clamp(1.25rem, 1.3885350318471337rem + 0.5095541401273885vw, 2rem);
  --fs24: clamp(1.125rem, 1.0414012738853504rem + 0.3821656050955414vw, 1.5rem);
  --fs20: clamp(1.125rem, 1.0971337579617835rem + 0.12738853503184713vw, 1.25rem);
  --fs18: clamp(1rem, 0.9721337579617835rem + 0.12738853503184713vw, 1.125rem);
  --fs14: 14px;
  --outline-item-before: 95%;
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.sec-tit span {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-red);
}
.sec-tit span.under {
  -webkit-text-decoration: underline 2px var(--color-red);
          text-decoration: underline 2px var(--color-red);
  text-underline-offset: 3px;
}
.sec-tit span.number {
  font-size: 40px;
}

/*========================
  main
========================*/
main {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  background-color: #fbfbf2;
  position: relative;
  -webkit-box-shadow: 0px 0px 8px #dfd1c6;
          box-shadow: 0px 0px 8px #dfd1c6;
}
main:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 500px;
  background-image: url(../img/mv-heading.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

/*========================
  header
========================*/
header {
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

.header-logo {
  width: 180px;
}

/*===================================================================
    footer
===================================================================*/
footer {
  background-color: var(--color-red);
  padding-bottom: 100px;
}

.footer-logo {
  width: 80%;
  max-width: 300px;
  margin: 0 auto 20px;
}

.footer-text {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.link-mainsite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto 30px;
}
.link-mainsite img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

/*===================================================================
  mv
===================================================================*/
.mv {
  height: calc(100vh - 60px);
}

.mv-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  height: 100%;
}

.mv-img {
  margin-bottom: 40px;
}

.main-copy {
  width: 90%;
  margin: 0 auto 40px;
}

/*===================================================================
  problem
===================================================================*/
.problem {
  background-color: #f7f1e2;
}

.problem-bottom {
  width: 100%;
}

.problem-contents {
  margin-top: 40px;
}

.problem-img {
  width: 140px;
  margin: 0 auto;
}

.problem-list {
  width: 80%;
  position: relative;
  margin-bottom: 15px;
}
.problem-list:nth-child(2n) {
  margin-left: auto;
}

.problem-text {
  position: absolute;
  top: 40%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

/*===================================================================
  solution
===================================================================*/
.solution-tit {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 0 30px 0 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-yellow)), to(#ffd250));
  background: linear-gradient(to right, var(--color-yellow), #ffd250);
}

.solution-img {
  width: 120px;
  margin-left: auto;
}

/*===================================================================
  feature
===================================================================*/
.feature-heading {
  width: 92%;
  margin: 0 auto 60px;
}

.feature-list {
  margin-bottom: 60px;
}
.feature-list:last-child {
  margin-bottom: 0;
}

.feature-tit-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  border-radius: 10px;
  font-weight: 500;
  color: #fff;
  width: 65px;
  height: 65px;
}
.feature-number span {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
.feature-number.green {
  background-color: var(--color-green);
}
.feature-number.red {
  background-color: var(--color-red);
}
.feature-number.blue {
  background-color: var(--color-blue);
}
.feature-number.yellow {
  background-color: var(--color-yellow);
}

.feature-tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  width: calc(100% - 80px);
}
.feature-tit .green {
  color: var(--color-green);
}
.feature-tit .red {
  color: var(--color-red);
}
.feature-tit .blue {
  color: var(--color-blue);
}
.feature-tit .yellow {
  color: var(--color-yellow);
}

.feature-text {
  margin-bottom: 20px;
}

.feature-notice {
  font-size: 14px;
  display: block;
}

.feature-img {
  border-radius: 30px;
  overflow: hidden;
}

/*===================================================================
  step
===================================================================*/
.step {
  background-color: #f7f1e2;
  position: relative;
  padding-bottom: 90px;
}
.step::after {
  content: "";
  display: block;
  width: 200px;
  height: 90px;
  background-image: url(../img/step-img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 40px;
  right: 0;
}

.step-heading {
  width: 100%;
  margin: 0 auto 60px;
}

.step-list {
  padding-bottom: 70px;
  position: relative;
}
.step-list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 30px solid rgba(248, 184, 0, 0.3607843137);
  border-bottom: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.step-list:nth-child(4)::after {
  border-top: 30px solid rgba(223, 117, 129, 0.631372549);
}
.step-list:last-child {
  padding-bottom: 0;
}
.step-list:last-child::after {
  display: none;
}
.step-list:last-child .step-number {
  background-color: var(--color-red);
}

.step-tit {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-number {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-yellow);
  color: #fff;
  border-radius: 100%;
  margin-right: 12px;
}

/*===================================================================
  faq
===================================================================*/
.faq-wrap {
  margin-top: 40px;
}

.faq-list {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 15px 20px;
  margin-bottom: 20px;
}

.q-text {
  padding-left: 2em;
  font-weight: 500;
  position: relative;
  border-bottom: 1px dotted var(--color-black);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.q-text::before {
  content: "Q";
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: 0;
  color: var(--color-red);
}

.a-text {
  padding-left: 2em;
  font-weight: 500;
  position: relative;
}
.a-text::before {
  content: "A";
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: 0;
  color: var(--color-blue);
}

/*===================================================================
  line
===================================================================*/
.line {
  background-color: #f7f1e2;
}

.line-tit {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 60px;
}
.line-tit::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid var(--color-black);
  border-top: none;
  border-bottom-right-radius: 50px; /* 左下の角丸 */
  border-bottom-left-radius: 50px; /* 右下の角丸 */
  translate: -50%;
}
.line-tit::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px); /* フキダシのサイズに応じて調整してください */
  left: 50%;
  width: 30px;
  height: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-black);
  -webkit-box-shadow: 0 2px 0 #fbfbf2, 0 -2px 0 #fbfbf2;
          box-shadow: 0 2px 0 #fbfbf2, 0 -2px 0 #fbfbf2;
  rotate: 50deg;
  translate: -50%;
}

.line-contents {
  position: relative;
  margin-top: 40px;
}

.line-img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.line-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 64, 52, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.line-text {
  font-weight: 500;
  color: #fff;
  text-align: center;
  -webkit-text-decoration: underline 1px #fff;
          text-decoration: underline 1px #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

/*===================================================================
  cta
===================================================================*/
.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 460px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--color-green);
  height: 50px;
  color: #fff;
}
.cta-btn img {
  width: 40px;
  margin-right: 8px;
}

.cta-btn--into {
  margin-top: 30px;
}