@charset "UTF-8";
/*----------------------------------
    レスポンシブ用クランプ関数
    1440pxのvwで画面幅を縮め、画面幅768pxまでデザインを維持したい時
    768pxでは極端に小さくなるため、ここでは960pxの値を維持させる
-----------------------------------*/
/*----------------------------------
clamp-vw関数
VWでフォントサイズを制限する関数
$min-font: 最小フォントサイズ（px）
$max-font: 最大フォントサイズ（px）
$min-viewport: VW最小値（初期値: 320px）
$max-viewport: VW最大値（初期値: 1024px）
-----------------------------------*/
html {
  overflow-x: hidden;
}

body {
  width: 100%;
  font-family: serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}
body::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: repeating-linear-gradient(70deg, #D7ECF7, #F0F6F9 12%, #D7ECF7 24%, #F0F6F9 36%, #D7ECF7 40%);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}

/*! destyle.css v4.0.1 | 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;
  min-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: top;
  max-width: 100%;
  height: auto;
}

iframe {
  aspect-ratio: 16/9;
}

/* 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;
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

/*
 * 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;
}

.l-inner {
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 5.3333333333vw;
}

.u-hidden-pc {
  display: block;
}

.u-hidden-sp {
  display: none;
}

.main {
  max-width: 900px;
  margin-inline: auto;
}

.fv {
  -webkit-margin-end: max(-2vw, -1.125rem);
          margin-inline-end: max(-2vw, -1.125rem);
  position: relative;
}
.fv::after {
  content: "";
  position: absolute;
  width: 101vw;
  height: 100%;
  background: linear-gradient(-135deg, #080F21, #232624 50%, #080F21 100%);
  top: max(-6.3636363636vw, -3.5795454545rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.movie {
  -webkit-margin-before: max(-6.1818181818vw, -3.4772727273rem);
          margin-block-start: max(-6.1818181818vw, -3.4772727273rem);
  -webkit-padding-after: clamp(3.125rem, 13.3333333333vw, 5.6666666667rem);
          padding-block-end: clamp(3.125rem, 13.3333333333vw, 5.6666666667rem);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.movie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: max(-0.1818181818vw, -0.1022727273rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/movie-bg.webp) no-repeat top center/100% auto;
  z-index: -1;
}
.movie::after {
  content: "";
  position: absolute;
  width: clamp(15.625rem, 66.6666666667vw, 28.3333333333rem);
  height: auto;
  aspect-ratio: 954/57;
  background: url(../images/movie-deco.webp) no-repeat center center/contain;
  bottom: clamp(0.875rem, 3.7333333333vw, 1.5866666667rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.movie .title {
  -webkit-padding-before: clamp(5rem, 21.3333333333vw, 9.0666666667rem);
          padding-block-start: clamp(5rem, 21.3333333333vw, 9.0666666667rem);
  margin-inline: clamp(3.5rem, 14.9333333333vw, 6.3466666667rem);
}
.movie .img {
  margin-inline: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
  -webkit-margin-before: clamp(1.0625rem, 4.5333333333vw, 1.9266666667rem);
          margin-block-start: clamp(1.0625rem, 4.5333333333vw, 1.9266666667rem);
}
.movie .head {
  margin-inline: clamp(5.25rem, 22.4vw, 9.52rem);
  -webkit-margin-before: clamp(2.3125rem, 9.8666666667vw, 4.1933333333rem);
          margin-block-start: clamp(2.3125rem, 9.8666666667vw, 4.1933333333rem);
}
.movie .message {
  margin-inline: clamp(3.5625rem, 15.2vw, 6.46rem);
  -webkit-margin-before: clamp(0.3125rem, 1.3333333333vw, 0.5666666667rem);
          margin-block-start: clamp(0.3125rem, 1.3333333333vw, 0.5666666667rem);
}
.movie .frame {
  margin-inline: clamp(5.1875rem, 22.1333333333vw, 9.4066666667rem);
  -webkit-margin-before: clamp(0.875rem, 3.7333333333vw, 1.5866666667rem);
          margin-block-start: clamp(0.875rem, 3.7333333333vw, 1.5866666667rem);
}

.cta {
  background-color: #1A4C6F;
  padding: clamp(0.625rem, 2.6666666667vw, 1.1333333333rem) clamp(2.8125rem, 12vw, 5.1rem) clamp(1.875rem, 8vw, 3.4rem);
}
.cta a {
  display: inline-block;
  height: 100%;
}
.cta a img {
  -webkit-animation: cta 3s linear infinite;
          animation: cta 3s linear infinite;
}
@-webkit-keyframes cta {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cta {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.detail {
  -webkit-padding-after: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
          padding-block-end: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.detail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: max(-0.1818181818vw, -0.1022727273rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/detail-bg.webp) no-repeat calc(50% - 0px) calc(0% - clamp(0.375rem, 1.6vw, 0.68rem))/cover;
  z-index: -1;
}
.detail .title {
  margin-inline: clamp(4.0625rem, 17.3333333333vw, 7.3666666667rem) clamp(5.625rem, 24vw, 10.2rem);
  -webkit-padding-before: clamp(1.0625rem, 4.5333333333vw, 1.9266666667rem);
          padding-block-start: clamp(1.0625rem, 4.5333333333vw, 1.9266666667rem);
}
.detail .img {
  -webkit-margin-before: clamp(1.875rem, 8vw, 3.4rem);
          margin-block-start: clamp(1.875rem, 8vw, 3.4rem);
  margin-inline: clamp(3.5rem, 14.9333333333vw, 6.3466666667rem);
}
.detail .text {
  margin-inline: clamp(3rem, 12.8vw, 5.44rem);
  -webkit-margin-before: clamp(1.625rem, 6.9333333333vw, 2.9466666667rem);
          margin-block-start: clamp(1.625rem, 6.9333333333vw, 2.9466666667rem);
}
.detail .item {
  padding-inline: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
  -webkit-margin-before: max(-1.2727272727vw, -0.7159090909rem);
          margin-block-start: max(-1.2727272727vw, -0.7159090909rem);
}
.detail .item img:nth-child(2) {
  padding-inline: clamp(2.5rem, 10.6666666667vw, 4.5333333333rem);
  -webkit-margin-before: clamp(1.6875rem, 7.2vw, 3.06rem);
          margin-block-start: clamp(1.6875rem, 7.2vw, 3.06rem);
}
.detail .message {
  -webkit-margin-before: clamp(4.5rem, 19.2vw, 8.16rem);
          margin-block-start: clamp(4.5rem, 19.2vw, 8.16rem);
  -webkit-margin-start: clamp(3.5625rem, 15.2vw, 6.46rem);
          margin-inline-start: clamp(3.5625rem, 15.2vw, 6.46rem);
}

.future {
  background: #fff;
  -webkit-padding-after: clamp(1.625rem, 6.9333333333vw, 2.9466666667rem);
          padding-block-end: clamp(1.625rem, 6.9333333333vw, 2.9466666667rem);
  position: relative;
  z-index: 0;
}
.future::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg.webp) no-repeat center center/cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.future .text {
  margin-inline: clamp(3.5rem, 14.9333333333vw, 6.3466666667rem);
  -webkit-margin-before: clamp(1.5rem, 6.4vw, 2.72rem);
          margin-block-start: clamp(1.5rem, 6.4vw, 2.72rem);
}
.future .frame {
  margin-inline: clamp(5.1875rem, 22.1333333333vw, 9.4066666667rem);
  -webkit-margin-before: clamp(1.4375rem, 6.1333333333vw, 2.6066666667rem);
          margin-block-start: clamp(1.4375rem, 6.1333333333vw, 2.6066666667rem);
}
.future .frame video {
  width: 100%;
}

.result {
  -webkit-padding-after: clamp(1.625rem, 6.9333333333vw, 2.9466666667rem);
          padding-block-end: clamp(1.625rem, 6.9333333333vw, 2.9466666667rem);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.result::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg.webp) no-repeat center center/cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.result .item {
  margin-inline: clamp(0.8125rem, 3.4666666667vw, 1.4733333333rem);
  -webkit-margin-before: clamp(0.875rem, 3.7333333333vw, 1.5866666667rem);
          margin-block-start: clamp(0.875rem, 3.7333333333vw, 1.5866666667rem);
}

.case {
  -webkit-padding-after: clamp(2.25rem, 9.6vw, 4.08rem);
          padding-block-end: clamp(2.25rem, 9.6vw, 4.08rem);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.case::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg.webp) no-repeat center center/cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.case .head {
  margin-inline: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
}
.case .item {
  margin-inline: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
}
.case .item img {
  -webkit-margin-before: clamp(0.75rem, 3.2vw, 1.36rem);
          margin-block-start: clamp(0.75rem, 3.2vw, 1.36rem);
}

.plan {
  -webkit-padding-after: clamp(3.75rem, 16vw, 6.8rem);
          padding-block-end: clamp(3.75rem, 16vw, 6.8rem);
  position: relative;
  z-index: 0;
}
.plan::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: max(-0.1818181818vw, -0.1022727273rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/plan-bg.webp) no-repeat top center/cover;
  z-index: -1;
}
.plan .text {
  -webkit-padding-before: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
          padding-block-start: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
  margin-inline: clamp(3.5rem, 14.9333333333vw, 6.3466666667rem);
}
.plan .plan-item {
  -webkit-margin-before: clamp(0.625rem, 2.6666666667vw, 1.1333333333rem);
          margin-block-start: clamp(0.625rem, 2.6666666667vw, 1.1333333333rem);
  margin-inline: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
}
.plan .message {
  -webkit-margin-before: clamp(0.625rem, 2.6666666667vw, 1.1333333333rem);
          margin-block-start: clamp(0.625rem, 2.6666666667vw, 1.1333333333rem);
  margin-inline: clamp(3.5rem, 14.9333333333vw, 6.3466666667rem);
}

.service {
  background-color: #fff;
  position: relative;
  z-index: 0;
  -webkit-padding-after: clamp(1rem, 4.2666666667vw, 1.8133333333rem);
          padding-block-end: clamp(1rem, 4.2666666667vw, 1.8133333333rem);
}
.service::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: max(-0.1818181818vw, -0.1022727273rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/bg.webp) no-repeat top center/cover;
  z-index: -1;
}
.service .item {
  margin-inline: clamp(3.5rem, 14.9333333333vw, 6.3466666667rem);
}
.service .item img {
  -webkit-margin-before: clamp(0.8125rem, 3.4666666667vw, 1.4733333333rem);
          margin-block-start: clamp(0.8125rem, 3.4666666667vw, 1.4733333333rem);
}

.support {
  background-color: #fff;
  position: relative;
  z-index: 0;
  padding-block: clamp(2rem, 8.5333333333vw, 3.6266666667rem) clamp(1.125rem, 4.8vw, 2.04rem);
}
.support::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: max(-0.1818181818vw, -0.1022727273rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/bg.webp) no-repeat top center/cover;
  z-index: -1;
}
.support .text {
  margin-inline: clamp(2.75rem, 11.7333333333vw, 4.9866666667rem);
}

.faq {
  -webkit-padding-after: clamp(1.5rem, 6.4vw, 2.72rem);
          padding-block-end: clamp(1.5rem, 6.4vw, 2.72rem);
  background-color: #F4FAFB;
}
.faq .item {
  margin-inline: clamp(3.375rem, 14.4vw, 6.12rem);
}
.faq .item img {
  -webkit-margin-before: clamp(0.9375rem, 4vw, 1.7rem);
          margin-block-start: clamp(0.9375rem, 4vw, 1.7rem);
}

.start {
  background-color: #fff;
  position: relative;
  z-index: 0;
  -webkit-padding-after: clamp(4.875rem, 20.8vw, 8.84rem);
          padding-block-end: clamp(4.875rem, 20.8vw, 8.84rem);
}
.start::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: max(-0.1818181818vw, -0.1022727273rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/bg.webp) no-repeat top center/cover;
  z-index: -1;
}
.start .message {
  padding-inline: clamp(4.0625rem, 17.3333333333vw, 7.3666666667rem);
  -webkit-padding-before: clamp(0.9375rem, 4vw, 1.7rem);
          padding-block-start: clamp(0.9375rem, 4vw, 1.7rem);
}
.start .head {
  -webkit-margin-before: clamp(0.625rem, 2.6666666667vw, 1.1333333333rem);
          margin-block-start: clamp(0.625rem, 2.6666666667vw, 1.1333333333rem);
}
.start .text {
  margin-inline: clamp(3.625rem, 15.4666666667vw, 6.5733333333rem);
  -webkit-margin-before: clamp(0.875rem, 3.7333333333vw, 1.5866666667rem);
          margin-block-start: clamp(0.875rem, 3.7333333333vw, 1.5866666667rem);
}
.start .cta-button {
  margin-inline: clamp(2.8125rem, 12vw, 5.1rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.start .cta-document-button {
  margin-inline: clamp(2.8125rem, 12vw, 5.1rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer {
  max-width: 900px;
  margin-inline: auto;
  padding-block: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
  background: url(../images/footer.webp) no-repeat center center/cover;
  font-family: "Hiragino Kaku Gothic Pro", "meiryo", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.25rem, 5.3333333333vw, 2.2666666667rem);
}
.footer-link a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-copyright {
  text-align: center;
  -webkit-margin-before: clamp(0.625rem, 2.6666666667vw, 1.1333333333rem);
          margin-block-start: clamp(0.625rem, 2.6666666667vw, 1.1333333333rem);
}

@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 40px;
  }
  .u-hidden-pc {
    display: none;
  }
  .u-hidden-sp {
    display: block;
  }
}

@media (any-hover: hover) {
  .start .cta-button:hover {
    opacity: 0.7;
  }
  .start .cta-document-button:hover {
    opacity: 0.7;
  }
  .footer-link a:hover {
    opacity: 0.6;
  }
}
/*# sourceMappingURL=style.css.map */