@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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] {
  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 */
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

/**
 * 1. 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 */
}

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

html {
  font-size: 10px;
}
@media screen and (max-width: 1240px) {
  html {
    font-size: 0.806vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.333vw;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-style: normal;
  font-weight: 500;
  background: #efefef;
}

#wrap {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: 0 10px 25px 0 rgb(189, 203, 210);
  overflow: hidden;
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 1240px) {
  .inner {
    max-width: 100%;
  }
}

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

a {
  transition: 0.1s;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section-heading {
  text-align: center;
}
.section-heading p {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background: #487fa5;
  display: inline-block;
  padding: 0.25em 0.75em;
  border-radius: 2.65rem;
  margin-bottom: 0.67em;
  position: relative;
}
.section-heading p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 1.8rem solid #fff;
  border-left: 1.05rem solid transparent;
  border-right: 1.05rem solid transparent;
  display: block;
  position: absolute;
  bottom: calc(-1.8rem + 1px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .section-heading p {
    margin-bottom: 1.25em;
  }
}
.section-heading h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .section-heading h2 {
    font-size: 6rem;
    line-height: 1.3333333333;
  }
}
.section-heading--box {
  background: #487fa5;
}
.section-heading--box p {
  color: #487fa5;
  background: #fff;
}
.section-heading--box h2 {
  color: #fff;
}

.ctn-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background: #487fa5;
  display: inline-block;
  padding: 0.25em 2em;
  border-radius: 3.7rem;
}
.ctn-heading strong {
  font-size: 166.6666666667%;
}

.highlight--yl {
  background: linear-gradient(transparent 70%, #cec77c 70%);
}

.highlight--bl {
  background: linear-gradient(transparent 70%, #99c4e2 70%);
}

@media screen and (max-width: 750px) {
  .sp-indent {
    margin-left: 1em;
  }
}

.cta-btn {
  text-align: center;
}
.cta-btn img {
  width: 63.3rem;
}
@media screen and (max-width: 750px) {
  .cta-btn img {
    width: auto;
  }
}

/* ヘッダー
====================================================*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.header .inner {
  min-height: 10rem;
}
.header__logo {
  width: 25.6rem;
}
.header__btn {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 26.5rem;
  line-height: 6rem;
  color: #fff;
  background: #53b9b5;
  border-radius: 3rem;
  position: relative;
}
.header__btn::after {
  content: "";
  width: 2.6rem;
  height: 0.8rem;
  display: block;
  background: url("../img/arrow.webp") no-repeat center/contain;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
}

/* FV
====================================================*/
.fv {
  margin-top: 10rem;
  background: url("../img/fv_pc.webp") no-repeat center/cover;
  padding-top: 4.8rem;
  padding-bottom: 5.5rem;
  color: #fff;
  text-align: center;
  -moz-text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 750px) {
  .fv {
    background: url("../img/fv_sp.webp") no-repeat center/cover;
    padding-bottom: 6rem;
  }
}
.fv__text--01 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #53b9b5;
  background: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  margin-bottom: 5rem;
  border-radius: 3.7rem;
  text-shadow: none;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
.fv__text--01::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 2.9rem solid #fff;
  border-left: 1.7rem solid transparent;
  border-right: 1.7rem solid transparent;
  display: block;
  position: absolute;
  bottom: calc(-2.9rem + 1px);
  left: 50%;
  transform: translateX(-50%);
}

h1 .is-pc {
  margin-bottom: 5rem;
}

h1 .is-sp {
  margin-bottom: 4.5em;
}

@media screen and (max-width: 750px) {
  .fv__text--01 {
    font-size: 3.383rem;
    line-height: 1.4286136565;
    padding: 0.25em 1.25em;
    border-radius: 5.65rem;
    margin-bottom: 8rem;
  }
}
.fv__text--02 {
  font-size: 10.224rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.fv__text--02::before,
.fv__text--02::after {
  font-weight: inherit;
  color: #53b9b5;
  position: absolute;
  z-index: -1;
}
.fv__text--02::before {
  content: "“";
  font-size: 22.868rem;
  left: -6.5rem;
  top: -6.5rem;
}
.fv__text--02::after {
  content: "”";
  font-size: 20.8rem;
  right: -6rem;
  bottom: -15.2rem;
}
@media screen and (max-width: 750px) {
  .fv__text--02 {
    line-height: 1.1737089202;
  }
  .fv__text--02::before {
    left: -5.5rem;
    top: 4rem;
  }
  .fv__text--02::after {
    right: -4rem;
    bottom: -17rem;
  }
}
.fv__text--03 {
  font-size: 5.8rem;
  font-weight: 700;
  margin: 0.25em 0 5rem;
}
.fv__text--03 strong {
  font-size: 131.0344827586%;
}
@media screen and (max-width: 750px) {
  .fv__text--03 {
    line-height: 1.35;
    margin: 0.75em 0 1.5em;
  }
}
.fv .cta-btn img {
  width: 57.5rem;
}

/* お悩み
====================================================*/
.problem {
  color: #fff;
  background: #555558;
  padding-top: 5rem;
}
.problem .inner {
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .problem .inner {
    padding-bottom: 6rem;
  }
}
.problem .inner::before {
  content: "";
  width: 36.7rem;
  height: 33.8rem;
  background: url("../img/problem_img.webp") no-repeat center/contain;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0.7rem;
  mix-blend-mode: screen;
}
@media screen and (max-width: 750px) {
  .problem .inner::before {
    transform: scaleX(-1);
    left: initial;
    right: -5.7rem;
    opacity: 0.4;
  }
}
.problem .inner::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4.1rem solid #555558;
  border-left: 2.4rem solid transparent;
  border-right: 2.4rem solid transparent;
  display: block;
  position: absolute;
  bottom: calc(-4.1rem + 1px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .problem .inner::after {
    border-top: 7.2rem solid #555558;
    border-left: 4.2rem solid transparent;
    border-right: 4.2rem solid transparent;
    bottom: calc(-7.2rem + 1px);
  }
}
.problem .section-heading {
  margin-bottom: 6rem;
  position: relative;
  z-index: 10;
}
.problem .section-heading::before {
  content: "";
  width: 64.3rem;
  height: 14.9rem;
  background: url("../img/problem_txt.webp") no-repeat center/contain;
  display: block;
  position: absolute;
  top: 0;
  left: 9rem;
  mix-blend-mode: soft-light;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  .problem .section-heading::before {
    width: 68.979rem;
    height: 15.888rem;
    top: 4.3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.problem .section-heading p {
  color: #555558;
  background: #fff;
}
.problem ul {
  padding-left: 31.8333333333%;
}
@media screen and (max-width: 750px) {
  .problem ul {
    padding-left: 0;
  }
}
.problem li {
  font-size: 2.4rem;
  margin-bottom: 1.25em;
}
.problem li span {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .problem li {
    font-size: 3.2rem;
    margin-bottom: 0.75em;
    line-height: 1.5625;
  }
}

/* お悩み解決
====================================================*/
.solution {
  background: #eaeaea;
  padding-top: 10rem;
}
@media screen and (max-width: 750px) {
  .solution {
    padding-top: 17.4rem;
  }
}
.solution .section-heading {
  margin-bottom: 6.7rem;
  position: relative;
}
.solution .section-heading::before {
  content: "";
  width: 61.3rem;
  height: 14.9rem;
  background: url("../img/solution_txt.webp") no-repeat center/contain;
  display: block;
  position: absolute;
  top: 0;
  left: 9rem;
}
@media screen and (max-width: 750px) {
  .solution .section-heading::before {
    width: 70.047rem;
    height: 15.985rem;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.solution .section-heading p::after {
  border-color: #487fa5 transparent transparent transparent;
}
.solution .section-heading h2 {
  color: #555558;
}
.solution .inner {
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .solution .inner {
    padding-bottom: 12rem;
  }
}
.solution .inner::before {
  content: "";
  width: 38.7rem;
  height: 39.2rem;
  background: url("../img/solution_img.webp") no-repeat center/contain;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 750px) {
  .solution .inner::before {
    background: url("../img/solution_img_sp.webp") no-repeat center/contain;
    width: 32.3rem;
    height: 35.4rem;
    opacity: 0.95;
  }
}
.solution .inner::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4.1rem solid #555558;
  border-left: 2.4rem solid transparent;
  border-right: 2.4rem solid transparent;
  display: block;
  position: absolute;
  bottom: calc(-4.1rem + 1px);
  left: 50%;
  transform: translateX(-50%);
  border-color: #eaeaea transparent transparent transparent;
}
@media screen and (max-width: 750px) {
  .solution .inner::after {
    border-top: 7.2rem solid #eaeaea;
    border-left: 4.2rem solid transparent;
    border-right: 4.2rem solid transparent;
    bottom: calc(-7.2rem + 1px);
  }
}
.solution ul {
  padding-left: 7.5%;
}
@media screen and (max-width: 750px) {
  .solution ul {
    padding-left: 0;
  }
}
.solution li {
  color: #555558;
  font-size: 2.4rem;
  margin-bottom: 1.25em;
}
.solution li .highlight--bl {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .solution li {
    font-size: 3.2rem;
    margin-bottom: 0.75em;
    line-height: 1.5625;
  }
  .solution li .sp-indent {
    display: block;
  }
}

/* 比較
====================================================*/
.compare {
  padding-bottom: 10rem;
}
.compare .section-heading--box {
  padding-top: 10rem;
  min-height: 49.1rem;
  margin-bottom: -12.8rem;
}
@media screen and (max-width: 750px) {
  .compare .section-heading--box {
    padding-top: 17.3rem;
    min-height: 72.3rem;
    margin-bottom: -6.3rem;
  }
}
.compare picture img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 91.8333333333%;
}
@media screen and (max-width: 750px) {
  .compare picture img {
    max-width: 100%;
  }
}
.compare .cta-btn {
  margin-top: 10rem;
}
@media screen and (max-width: 750px) {
  .compare .cta-btn {
    display: none;
  }
}

/* 特徴
====================================================*/
.feature {
  padding-bottom: 9.7rem;
}
.feature .section-heading--box {
  padding-top: 5rem;
  min-height: 43.2rem;
  margin-bottom: -19.5rem;
}
@media screen and (max-width: 750px) {
  .feature .section-heading--box {
    padding-top: 16.3rem;
    min-height: 72.3rem;
    margin-bottom: -18rem;
  }
}
.feature__ctn {
  background: #fff;
  border-radius: 2rem;
  width: 91.75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 10rem;
}
@media screen and (max-width: 750px) {
  .feature__ctn {
    width: 100%;
    padding-top: 5rem;
  }
}
.feature .flex {
  align-items: flex-start;
  margin-top: 10rem;
  padding: 0 6.5%;
}
@media screen and (max-width: 750px) {
  .feature .flex {
    margin-top: 4.5rem;
    padding: 0 2.8rem 2.5rem;
  }
}
.feature__item {
  text-align: center;
  width: 33.3333333333%;
  margin-bottom: 4.7rem;
}
.feature__item img {
  max-width: 17rem;
}
.feature__item figcaption {
  color: #487fa5;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  margin-top: 1.5em;
}
.feature__item:nth-of-type(3) figcaption {
  margin-top: 2em;
}
.feature__item:nth-of-type(6) figcaption {
  margin-top: 1.75em;
}
@media screen and (max-width: 750px) {
  .feature__item {
    width: 50%;
  }
  .feature__item img {
    max-width: 22.889rem;
  }
  .feature__item figcaption {
    font-size: 2.8rem;
    margin-top: 1.5em !important;
  }
}
.feature .cta-btn {
  margin-top: 10rem;
}

/* ラインナップ
====================================================*/
.lineup {
  padding-bottom: 10rem;
}
.lineup .section-heading--box {
  padding-top: 5rem;
  min-height: 43.2rem;
  margin-bottom: -20.5rem;
}
@media screen and (max-width: 750px) {
  .lineup .section-heading--box {
    padding-top: 17.1rem;
    min-height: 72.3rem;
    margin-bottom: -22rem;
  }
}
.lineup .ctn-heading {
  width: 100%;
  padding: 1em 0;
  border-radius: 5.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .lineup .ctn-heading {
    line-height: 1.6666666667;
    padding: 0.75em 0;
    border-radius: 9.3rem;
  }
  .lineup .ctn-heading .sp-indent {
    display: block;
  }
}
.lineup__ctn {
  background: #fff;
  width: 91.75%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 4rem 0;
  border-radius: 2rem;
  text-align: center;
}
.lineup__ctn:nth-of-type(1) {
  margin-bottom: 5rem;
}
.lineup__ctn:nth-of-type(2) .ctn-heading {
  padding: 0.617em 0;
}
.lineup__ctn img {
  display: inline-block;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .lineup__ctn {
    width: 100%;
    padding: 5rem 2.2rem 0;
  }
}
.lineup .cta-btn {
  margin-top: 10rem;
}
.lineup .cta-btn:nth-of-type(2) .ctn-heading {
  line-height: 1.59;
  padding: 1.25em 0 1em;
}

/* 流れ
====================================================*/
.flow {
  padding-bottom: 9.7rem;
}
.flow .section-heading--box {
  padding-top: 9rem;
  min-height: 37.2rem;
  margin-bottom: -12.6rem;
}
.flow img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 91.75%;
}
@media screen and (max-width: 750px) {
  .flow img {
    max-width: 100%;
  }
}

/* クローズCTA
====================================================*/
.cta {
  color: #fff;
  background: url("../img/cta_bg.webp");
  padding-top: 9rem;
  padding-bottom: 5rem;
  text-align: center;
}
.cta p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.0833333333;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .cta {
    background: url("../img/cta_bg_sp.webp");
    padding-bottom: 13.3rem;
  }
  .cta p {
    font-size: 3.2rem;
    line-height: 1.5625;
    margin-bottom: 2.75em;
  }
  .cta .cta-btn img {
    width: 63.3rem;
  }
}

/* フッター
====================================================*/
.footer {
  color: #fff;
  background: #1c1c1c;
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 8.5rem;
    padding-bottom: 9.5rem;
  }
}
.footer__links p {
  font-size: 2.4rem;
  line-height: 2.0833333333;
}
@media screen and (max-width: 750px) {
  .footer__links p {
    font-size: 3.2rem;
    line-height: 1.5625;
  }
}
.footer ul {
  font-size: 0;
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .footer ul {
    margin-top: 9rem;
  }
}
.footer li {
  display: inline-block;
}
.footer li:first-child {
  margin-right: 8.9rem;
}
@media screen and (max-width: 750px) {
  .footer li {
    display: block;
  }
  .footer li:first-child {
    margin-right: 0;
    margin-bottom: 5.1rem;
  }
}
.footer__btn {
  display: inline-block;
  color: #1b1b1b;
  background: #fff;
  width: 45.1rem;
  line-height: 11.1rem;
  font-size: 4rem;
  font-weight: 700;
  border-radius: 5.6rem;
}
@media screen and (max-width: 750px) {
  .footer__btn {
    font-size: 5.607rem;
    width: 63.22rem;
    line-height: 15.6rem;
    border-radius: 7.78rem;
  }
}
.footer__credit {
  margin-top: 9rem;
}
.footer__credit a {
  display: inline-block;
  font-size: 2rem;
  text-decoration: underline;
  margin-bottom: 2.35em;
  transition: 0.1s;
}
.footer__credit a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.footer__credit .copyright {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .footer__credit a {
    font-size: 3.2rem;
    margin-bottom: 1.25em;
  }
  .footer__credit .copyright {
    font-size: 3.2rem;
  }
}

/*# sourceMappingURL=style.css.map */
