html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #212433;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * l-footer
 * -------------------------------------------------------------
 */

.l-footer {
  background: #fff;
  border-top: 1px solid #212433;
  padding: 2.8rem 0;
}

.l-footer__inner::before {
  background: url(./../images/footer_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 53rem;
  left: 3rem;
  position: absolute;
  top: -54.2rem;
  width: min(21rem, 100%);
}

.l-footer__inner {
  position: relative;
}

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

.l-footer__logo {
  max-width: 15.1rem;
}

.l-footer__nav-items {
  display: flex;
  gap: 3.6rem;
  justify-content: flex-end;
}

.l-footer__nav-item a {
  font-size: max(14px, 1.7rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.l-footer__nav-item a::after {
  background: url(./../images/sp/arrow.webp) no-repeat center/100%;
  content: "";
  display: none;
  height: 2.5rem;
  width: 2.5rem;
}

.l-footer__copyright {
  margin-top: 2.5rem;
  text-align: right;
}

.l-footer__copyright small {
  font-family: "Bodoni Moda", serif;
  font-size: max(10px, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

/*
 * l-header
 * -------------------------------------------------------------
 */

.l-header {
  background: #fff;
  border-bottom: 1px solid #3a405a;
  height: 10rem;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.l-header__logo {
  max-width: 12.9rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 108rem;
  padding: 0 4rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * c-hamburger
 * -------------------------------------------------------------
 */

.c-hamburger {
  display: none;
  height: 2.6rem;
  position: relative;
  width: 6.5rem;
}

.c-hamburger span {
  background: #3a3a3a;
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  transition: transform 0.3s;
  width: 100%;
}

.c-hamburger span:first-child {
  top: 0;
  width: 5rem;
}

.c-hamburger span:last-child {
  bottom: 0;
}

.c-hamburger span.is-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-hamburger span:first-child.is-active {
  transform: rotate(-20deg);
  width: 100%;
}

.c-hamburger span:last-child.is-active {
  transform: rotate(20deg);
}

/*
 * c-title
 * -------------------------------------------------------------
 */

.c-title {
  font-size: max(16px, 2rem);
  font-weight: 600;
  margin-top: 2.5rem;
  text-transform: uppercase;
}

.c-title--white {
  color: #fff;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  background: url(./../images/about_bg.webp) no-repeat top/100%;
  background-position-y: -6.944vw;
  margin-top: -30rem;
  padding-top: 14rem;
}

.about::before {
  /* background: url(./../images/sp/about_bg.webp) no-repeat top/100%; */
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: -12rem;
  width: 100%;
  z-index: -1;
}

.about__inner {
  position: relative;
}

.about__inner::before {
  background: url(./../images/about_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 85rem;
  left: -6rem;
  position: absolute;
  top: 0;
  width: 115rem;
}

.about__header {
  text-align: center;
}

.about__eng {
  margin: 0 auto;
  max-width: 30.9rem;
}

.about__details {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
  text-align: center;
}

.about__text {
  font-size: max(14px, 1.7rem);
  line-height: 2.5;
}

.about__img {
  height: 38.89vw;
  margin-top: -20rem;
  position: relative;
  z-index: -1;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  background: #fcf4ee;
  overflow: hidden;
  position: relative;
}

.contact::before {
  background: url(./../images/contact_bg_filter.webp) no-repeat bottom/100%;
  content: "";
  display: block;
  height: 170.58vw;
  left: 11.11vw;
  position: absolute;
  top: -38.889vw;
  width: 89.375vw;
}

.contact::after {
  background: url(./../images/sp/contact_filter_bottom.webp) no-repeat top/100%;
  bottom: -51rem;
  content: "";
  display: none;
  height: 100%;
  height: 83rem;
  position: absolute;
  width: 100%;
  width: min(91rem, 100%);
}

.contact__inner {
  padding-bottom: 8.333vw;
  padding-top: 27.43vw;
  position: relative;
}

.contact__eng {
  max-width: 28.4rem;
}

.contact__text {
  font-size: max(14px, 1.7rem);
  line-height: 2.2;
  margin-top: 5rem;
}

.contact__note {
  color: #cf715d;
  display: block;
  font-size: max(12px, 1.5rem);
  margin-top: 1.8rem;
}

.contact__form {
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}

.contact__obj-top {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  width: min(110rem, 100%);
}

.contact__obj-top-left {
  width: 19.722vw;
}

.contact__obj-top-right {
  width: 19.512vw;
}

.contact__obj-center-left {
  left: -19.44vw;
  position: absolute;
  top: 42.36vw;
  width: 28.264vw;
}

.contact__obj-center-right {
  position: absolute;
  right: -6.25vw;
  top: 25.69vw;
  width: 11.81vw;
}

.contact__obj-bottom-left {
  bottom: -21.4rem;
  left: -17.6rem;
  position: absolute;
  transform: rotate(8deg);
  width: min(54.2rem, 100%);
}

.contact__obj-bottom-right {
  bottom: 5.556vw;
  position: absolute;
  right: -4.861vw;
  width: 25vw;
}

.contact__obj-bottom-img {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 15.278vw;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__item {
  align-items: center;
  display: flex;
}

.form__item:not(:nth-child(1)) {
  margin-top: 2.8rem;
}

.form__item--start {
  align-items: flex-start;
}

.form__label {
  font-size: max(14px, 1.7rem);
  font-weight: 500;
  width: 24rem;
}

.form__item--start .form__label {
  padding-top: 1.3rem;
}

.form__required {
  color: #cf715d;
  display: inline-block;
  margin-left: 0.4em;
}

.form__item input,
.form__item textarea {
  background: #fff;
  border-radius: 1rem;
  font-size: max(14px, 1.7rem);
  padding: 1.7rem 2rem;
  width: min(76rem, 100%);
}

.form__item textarea {
  aspect-ratio: 760/400;
}

.form__btn {
  align-items: center;
  background: url(./../images/contact_btn_bg.webp) no-repeat center/100%;
  background-color: #5176ba;
  border-radius: 40px;
  color: #fff;
  display: grid;
  font-size: max(16px, 2rem);
  font-weight: bold;
  height: max(50px, 7.2rem);
  justify-items: center;
  letter-spacing: 0.1em;
  margin: 6rem auto 0;
  min-width: 180px;
  place-items: center;
  position: relative;
  transition: all 0.2s;
  width: min(32rem, 100%);
}

.form__btn:hover {
  filter: brightness(120%);
}

.form__btn::after {
  background: url(./../images/contact_arrow.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.8rem;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
}

.form__check-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.form__check-item {
  align-items: center;
  border-radius: 4rem;
  color: #cf705c;
  cursor: pointer;
  display: inline-flex;
  font-size: max(14px, 1.7rem);
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  transition: all 0.2s ease-in-out;
}

.form__check-item input {
  display: none;
}

.form__check-label {
  border: 2px solid #cf705c;
  border-radius: 4rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 1.1rem 1.7rem;
}

.form__check-item input:checked + span {
  background: #cf705c;
  color: #fff;
}

/*
 * mv
 * -------------------------------------------------------------
 */

.mv {
  height: 100rem;
  padding-top: 11rem;
  position: relative;
}

.mv::before {
  background: url(./../images/mv_bg.webp) no-repeat center/cover;
  content: "";
  display: inline-block;
  height: 69.44vw;
  position: absolute;
  top: -7.6389vw;
  width: 102.78vw;
  z-index: -1;
}

.mv__inner {
  position: relative;
}

.mv__inner::before {
  background: url(./../images/sp/mv_obj_left.webp) no-repeat center/100%;
  bottom: -13rem;
  content: "";
  display: none;
  height: 34.3rem;
  left: -15.3rem;
  position: absolute;
  width: min(22.5rem, 100%);
}

.mv__inner::after {
  background: url(./../images/mv_arrow.webp) no-repeat center/100%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 5.8rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3rem;
}

.mv__details {
  left: 4rem;
  position: absolute;
  top: 11rem;
  width: min(52.6rem, 100%);
}

.mv__eng {
  color: #e3aea3;
  font-family: "Bodoni Moda", serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.mv__eng span {
  font-size: 2rem;
}

.mv__title {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1.5rem;
}

.mv__text {
  font-size: 1.7rem;
  line-height: 2.5;
  margin-top: 1.8rem;
}

.mv__img {
  margin-left: auto;
  margin-top: -12rem;
  max-width: 52.1rem;
}

.mv__btn {
  bottom: 3rem;
  height: 20rem;
  position: absolute;
  right: 0;
  transition: all 0.2s;
  width: min(17rem, 100%);
}

.mv__btn:hover {
  filter: brightness(120%);
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav.is-active {
  opacity: 1;
  overflow: auto;
  transition: all 0.4s;
  visibility: visible;
}

.nav__items {
  display: flex;
  gap: 3.5rem;
}

.nav__item a {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav__item a::after {
  background: url(./../images/sp/arrow.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
}

/*
 * service
 * -------------------------------------------------------------
 */

.service {
  background: #cf705c;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.service::before {
  background: url(./../images/service_wave_top.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 23.819vw;
  position: absolute;
  top: -28rem;
  width: 100%;
  z-index: -1;
}

.service::after {
  background: url(./../images/service_wave_bottom.webp) no-repeat center/100%;
  bottom: -14vw;
  content: "";
  display: inline-block;
  height: 14vw;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.service__eng {
  color: #fff;
  font-family: "Bodoni Moda", serif;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service__items {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  margin-top: 8rem;
}

.service__item {
  align-items: center;
  display: flex;
  gap: 4.7rem;
}

.service__img {
  max-width: 30.8rem;
}

.service__img::before {
  background: url(./../images/sp/service_img_dotline.webp) no-repeat center/100%;
  bottom: -1.7rem;
  content: "";
  display: block;
  height: 21.6rem;
  left: -11.6rem;
  position: absolute;
  width: min(12.2rem, 100%);
}

.service__details {
  flex: 1;
}

.service__category {
  color: #e8ad80;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service__title {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 2rem;
}

.service__title span {
  display: inline-block;
}

.service__list {
  margin-top: 1.5rem;
}

.service__list-item {
  color: #fff;
  display: flex;
  font-size: max(12px, 1.65rem);
  gap: 1rem;
  line-height: 2;
}

.service__list-item::before {
  background: #99b2dd;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1rem;
  min-width: 1rem;
  position: relative;
  top: 0.8em;
  width: 1rem;
}

/*
 * thanks
 * -------------------------------------------------------------
 */

.thanks {
  background: #fcf4ee;
  height: 100vh;
}

.thanks__inner {
  padding-top: 10rem;
}

.thanks__text {
  font-size: max(16px, 2rem);
  font-weight: bold;
  line-height: 2.2;
  margin-top: 5rem;
}

.thanks__btn {
  display: inline-block;
  font-size: max(16px, 2rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 8rem;
}

.thanks__btn:hover {
  color: #cf705c;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.69444vw;
  }
}

@media screen and (max-width: 1024px) {
  .about {
    padding-top: 15rem;
  }

  .mv__inner::after {
    bottom: -3rem;
  }

  .mv__text {
    font-size: 12px;
  }

  .mv__text br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.333333333vw;
  }

  .l-footer {
    padding: 12rem 0 3rem;
  }

  .l-footer__inner::before {
    height: 35.7rem;
    left: 4rem;
    top: -40rem;
    width: min(14.1rem, 100%);
    z-index: 2;
  }

  .l-footer__inner {
    padding: 0 5.8rem;
  }

  .l-footer__details {
    align-items: flex-start;
    gap: 13rem;
    justify-content: flex-start;
  }

  .l-footer__logo {
    max-width: 18.5rem;
  }

  .l-footer__nav {
    flex: 1;
  }

  .l-footer__nav-items {
    flex-direction: column;
    gap: 6.3rem;
    padding: 1rem 3rem 0 0;
    padding-right: 3rem;
  }

  .l-footer__nav-item a {
    align-items: center;
    display: flex;
    font-size: 2.9rem;
    justify-content: space-between;
  }

  .l-footer__nav-item a::after {
    display: inline-block;
  }

  .l-footer__copyright {
    margin-top: 9.5rem;
    text-align: center;
  }

  .l-footer__copyright small {
    font-size: 2.2rem;
  }

  .l-header__logo {
    max-width: 15.1rem;
  }

  .c-hamburger {
    display: block;
  }

  .c-title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 3.5rem;
  }

  .c-title--white {
    margin-top: 2.2rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .about {
    background: none;
    margin-top: 0;
    padding-top: 10rem;
    position: relative;
  }

  .about__inner::before {
    display: none;
  }

  .about__eng {
    max-width: 41.7rem;
  }

  .about__details {
    gap: 7rem;
    margin-top: 7rem;
  }

  .about__text {
    font-size: 2.9rem;
    line-height: 2;
  }

  .about__img {
    height: 85.5rem;
    margin-top: 5.4rem;
  }

  .contact::before {
    background: url(./../images/sp/contact_filter_top.webp) no-repeat top/100%;
    height: 1005;
    left: 0;
    top: -34rem;
    width: 100%;
  }

  .contact::after {
    display: block;
  }

  .contact__inner {
    padding: 35rem 5.8rem 17rem;
  }

  .contact__eng {
    max-width: 30.7rem;
  }

  .contact__text {
    font-size: 2.9rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 6rem;
  }

  .contact__note {
    font-size: 2.6rem;
    margin-top: 0;
  }

  .contact__obj-top {
    left: 5.8rem;
    top: 1rem;
    width: 100%;
  }

  .contact__obj-top-left {
    width: min(39rem, 100%);
  }

  .contact__obj-top-right {
    width: min(28.1rem, 100%);
  }

  .contact__obj-center-left {
    display: none;
  }

  .contact__obj-center-right {
    right: -2rem;
    top: 81rem;
    width: min(15.4rem, 100%);
  }

  .contact__obj-bottom-left {
    bottom: -22.3rem;
    left: -9.8rem;
    transform: none;
    width: min(42.3rem, 100%);
    z-index: 1;
  }

  .contact__obj-bottom-right {
    bottom: 48rem;
    right: -15.5rem;
    width: min(36rem, 100%);
  }

  .form__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }

  .form__item:not(:nth-child(1)) {
    margin-top: 4rem;
  }

  .form__label {
    font-size: 2.9rem;
    font-weight: bold;
    width: 100%;
  }

  .form__item--start .form__label {
    padding-top: 0;
  }

  .form__required {
    font-size: 2rem;
  }

  .form__item input,
  .form__item textarea {
    font-size: 2.6rem;
    padding: 1.9rem 2rem;
  }

  .form__item textarea {
    aspect-ratio: 630/630;
  }

  .form__btn {
    font-size: 2.9rem;
    height: 8.8rem;
    margin-top: 8rem;
    max-width: 32rem;
  }

  .form__btn::after {
    height: 2.1rem;
    right: 2.6rem;
    width: 2.1rem;
  }

  .form__check-items {
    gap: 2rem;
    margin-top: 1rem;
  }

  .form__check-item {
    font-size: 2.8rem;
  }

  .form__check-item--w27 {
    width: min(28rem, 100%);
  }

  .form__check-label {
    padding: 1.7rem 2.1rem;
    width: 100%;
  }

  .mv {
    height: 100%;
    padding-top: 5rem;
  }

  .mv::before {
    background: url(./../images/sp/mv_bg.webp) no-repeat top/100%;
    height: 100%;
    left: 0;
    top: -11rem;
    width: 100%;
  }

  .mv__inner {
    display: flex;
    flex-direction: column;
  }

  .mv__inner::before {
    display: block;
  }

  .mv__inner::after {
    background: url(./../images/sp/mv_arrow.webp) no-repeat center/100%;
    height: 9.1rem;
    margin: 5rem auto 0;
    order: 5;
    position: static;
    transform: none;
    transform: initial;
    width: 4rem;
  }

  .mv__details {
    display: contents;
  }

  .mv__eng {
    font-size: 2.2rem;
    order: 1;
    text-align: center;
  }

  .mv__eng span {
    font-size: 3rem;
  }

  .mv__title {
    font-size: 7.5rem;
    order: 2;
    padding-left: 5rem;
    line-height: 1.65;
  }

  .mv__text {
    font-size: 2.9rem;
    line-height: 2;
    margin-top: 5rem;
    order: 4;
    padding: 0 3rem;
  }

  .mv__img {
    margin: -5rem auto 0;
    max-width: 100%;
    order: 3;
  }

  .mv__btn {
    bottom: 48rem;
    height: 27.6rem;
    right: 4rem;
    width: min(23.5rem, 100%);
  }

  .nav {
    aspect-ratio: 750/460;
    background: #dd1b57;
    background: url(./../images/sp/nav_bg.webp) no-repeat center/cover;
    border-bottom: 1px solid #3a405a;
    opacity: 0;
    padding: 12rem 10rem 12rem 4rem;
    position: fixed;
    right: 0;
    top: 10rem;
    transition: all 0.4s;
    visibility: hidden;
    width: 100%;
    z-index: 10;
  }

  .nav__items {
    flex-direction: column;
    gap: 7rem;
    margin-left: auto;
    max-width: 27.5rem;
  }

  .nav__item a {
    align-items: center;
    display: flex;
    font-size: 2.9rem;
    justify-content: space-between;
  }

  .nav__item a::after {
    display: block;
  }

  .service {
    margin-top: -27rem;
    padding: 4rem 0 13rem;
  }

  .service::before {
    background: url(./../images/sp/service_wave_top.webp) no-repeat center/100%;
    height: 16.1rem;
    top: -16rem;
  }

  .service::after {
    background: url(./../images/sp/service_wave_bottom.webp) no-repeat
      center/100%;
    bottom: -16rem;
    height: 16.1rem;
  }

  .service__inner {
    padding: 0 4.8rem;
  }

  .service__eng {
    font-size: 5.4rem;
  }

  .service__items {
    gap: 11rem;
    margin-top: 5rem;
  }

  .service__item {
    flex-direction: column;
    gap: 4.5rem;
  }

  .service__img {
    margin-left: 12rem;
    max-width: 43.1rem;
    position: relative;
  }

  .service__details {
    width: 100%;
  }

  .service__category {
    font-size: 2.6rem;
  }

  .service__title {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    line-height: 1.66;
    margin-top: 4rem;
  }

  .service__title span {
    display: none;
  }

  .service__title--wide {
    margin-right: calc(50% - 50vw);
  }

  .service__list {
    margin-top: 2.6rem;
  }

  .service__list-item {
    font-size: 2.8rem;
    font-weight: 500;
    gap: 2rem;
    line-height: 1.6;
  }

  .service__list-item:not(:nth-child(1)) {
    margin-top: 1.5rem;
  }

  .service__list-item::before {
    height: 2rem;
    min-width: 2rem;
    top: 0.5em;
    width: 2rem;
  }

  .thanks__inner {
    padding-top: 8rem;
  }

  .thanks__text {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 6rem;
  }

  .thanks__btn {
    font-size: 2.8rem;
  }
}

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