@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&family=Shippori+Mincho:wght@400;700&family=Roboto:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

:root {
  --white: #ffffff;
  --black: #000;
  --text: #434343;
  --accent: #4f58a5;
  --leading-trim: calc((1em - 1lh) / 2);
  --noto-sans: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", "Arial", "Meiryo",
    sans-serif;
  --zen-kaku-gothic: "Zen Kaku Gothic New", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック体", "YuGothic",
    "Helvetica Neue", "Arial", "Meiryo", sans-serif;
  --shippori-mincho: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho",
    "游明朝", "Times New Roman", "Hiragino Mincho Pro", "MS PMincho", serif;
  --roboto: "Roboto", "Helvetica Neue", "Arial", sans-serif;
}

.bold {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.lh130 {
  line-height: 130%;
}

.lh170 {
  line-height: 170%;
}

html {
  font-size: min(0.7142857143vw, 10px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  font-family: var(--noto-sans);
  color: var(--black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

a {
  color: var(--text);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p,
h2,
h3,
h4,
span {
  font-weight: 400;
  color: var(--text);
}

svg {
  width: 100%;
  height: 100%;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.header {
  width: 100%;
  position: fixed;
  background-color: var(--white);
  z-index: 100;
}

.header__inner {
  max-width: max(140rem, 1200px);
  width: calc(100% - 30rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: calc(100% - 3rem);
    height: 8rem;
  }
}

.header__logo {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 16rem;
  }
}

.header__cta {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .header__cta {
    width: 14rem;
  }
}

.header__cta-button {
  display: block;
}

.header__cta-button-image {
  vertical-align: top;
}

.footer {
  background: var(--white);
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 2rem;
  }
}
.footer__inner {
  max-width: 110rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
}
.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.footer__logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__logo-image {
  width: 40rem;
  margin-bottom: 2.6rem;
}
.footer__text {
  font-size: 1.6rem;
  line-height: 1.6875;
  margin-block: var(--leading-trim);
  font-weight: 500;
  color: var(--text);
}
.footer__contact {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    width: 100%;
  }
}
.footer__contact-box {
  background: -webkit-gradient(linear, left top, right top, from(#8cc01e), to(#5c8207));
  background: -webkit-linear-gradient(left, #8cc01e 0%, #5c8207 100%);
  background: linear-gradient(to right, #8cc01e 0%, #5c8207 100%);
  width: 100%;
  padding: 2.4rem;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__contact-box {
    gap: 1rem;
    padding: 1rem;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.footer__contact-title {
  font-size: 2rem;
  font-weight: 700;
  width: 9.4em;
  height: 3.75em;
  border: 0.2rem solid var(--white);
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__contact-title {
    font-size: 1.2rem;
    border-width: 0.1rem;
    border-radius: 0.4rem;
  }
}
.footer__contact-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
}
.footer__contact-link {
  font-size: 4.5rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-block: var(--leading-trim);
}
.footer__contact-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .footer__contact-link {
    font-size: 2.2rem;
  }
}
.footer__contact-hours {
  font-size: 1.4rem;
  line-height: 2.9285714286;
  margin-block: var(--leading-trim);
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .footer__contact-hours {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.footer__copy {
  background: #4d4d4d;
  padding: 1.5rem;
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 2rem;
  }
}
.footer__copy-text {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.cta {
  min-height: 25rem;
  background: url(../images/pc/cta-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .cta {
    min-height: 37.5rem;
    background: url(../images/sp/cta-bg.webp) no-repeat center center/cover;
  }
}
.cta__inner {
  max-width: calc(1057px + 8rem);
  margin-inline: auto;
  padding-block: 1.5rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding-inline: 0rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 37.5rem;
  }
}
.cta__content {
  position: relative;
}
.cta__img01 {
  width: 105.7rem;
}
@media screen and (max-width: 767px) {
  .cta__img01 {
    width: 100%;
  }
}
.cta__link {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70rem;
}
@media screen and (max-width: 767px) {
  .cta__link {
    width: 30rem;
    bottom: -1.5rem;
  }
}
.cta__link:hover {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(3px);
          transform: translateX(-50%) translateY(3px);
}

.reason + .c-cta {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .reason + .c-cta {
    margin-top: 5rem;
  }
}

.wrapper {
  max-width: 124rem;
  padding-inline: 2rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
  }
}

.fdc--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
}
@media screen and (min-width: 768px) {
  .fdc--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.dib {
  display: inline-block;
}

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

.mt3 {
  margin-top: 0.3rem;
}

.mt7 {
  margin-top: 0.7rem;
}

.mt32 {
  margin-top: 3.2rem;
}

.wrapper {
  max-width: calc(1240px + 8rem);
  padding-inline: 4rem;
  margin-inline: auto;
}

/* グラデテキスト */
.text-accent {
  background: -webkit-gradient(linear, left top, right top, from(#393d83), to(#68c8d9));
  background: -webkit-linear-gradient(left, #393d83 0%, #68c8d9 100%);
  background: linear-gradient(90deg, #393d83 0%, #68c8d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.chance {
  padding-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .chance {
    padding-top: 2.4rem;
  }
}

.chance__text-description {
  font-size: 4.8rem;
  line-height: 1.375;
  text-align: center;
  font-weight: 700;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .chance__text-description {
    font-size: 2.8rem;
  }
}
.chance__text-description span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.9375em, #ffff00), color-stop(1.1875em, transparent));
  background: -webkit-linear-gradient(top, transparent 0 0.9375em, #ffff00 0.9375em 1.1875em, transparent 1.1875em 100%);
  background: linear-gradient(to bottom, transparent 0 0.9375em, #ffff00 0.9375em 1.1875em, transparent 1.1875em 100%);
}

.chance__col {
  margin-top: 2.4rem;
  max-width: 78rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .chance__col img {
    padding-left: 1rem;
  }
}

.chance__title {
  margin-top: 4rem;
  max-width: 110.2rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .chance__title {
    margin-top: 2.4rem;
  }
}

.budget {
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .budget {
    margin-top: 4rem;
  }
}

.budget__content {
  max-width: max(110rem, 1000px);
  width: calc(100% - 4rem);
  margin-inline: auto;
  padding: 6rem;
  background: #fbfaf0;
}
@media screen and (max-width: 767px) {
  .budget__content {
    padding: 3rem 2rem 2rem;
  }
}

.budget__col {
  margin-top: 5.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  background: var(--white);
  padding: 5rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .budget__col {
    margin-top: 2.4rem;
    padding: 3rem 2rem 2rem;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.budget__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.budget__body-title {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .budget__body-title {
    font-size: 2rem;
  }
}

.budget__body-description {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin-block: var(--leading-trim);
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .budget__body-description {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}

.budget__image {
  width: 57rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .budget__image {
    width: 100%;
  }
}

.section__box-title {
  font-size: 4.5rem;
  line-height: 1.7333333333;
  margin-block: var(--leading-trim);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section__box-title {
    font-size: 2.4rem;
  }
}
.section__box-title span {
  color: #ff0000;
  font-weight: 700;
}

.case {
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .case {
    margin-top: 4rem;
  }
}

.case__content {
  max-width: max(110rem, 1000px);
  width: calc(100% - 4rem);
  margin-inline: auto;
  padding: 6rem 5.5rem;
  background: #fbfaf0;
}
@media screen and (max-width: 767px) {
  .case__content {
    padding: 0rem 2rem 5rem;
  }
}

.case__pop {
  max-width: 88.4rem;
  width: 100%;
  margin-inline: auto;
}

.case__title {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .case__title {
    margin-top: 0rem;
  }
}

.case__subtitle {
  font-size: 3rem;
  line-height: 1.5333333333;
  font-weight: 700;
  margin-block: var(--leading-trim);
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .case__subtitle {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}

.case__box {
  position: relative;
  margin-top: 5.6rem;
  padding: 6rem 6rem 16rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .case__box {
    margin-top: 2.4rem;
    padding: 3rem 2rem 6rem;
  }
}
.case__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  -webkit-clip-path: polygon(100% calc(100% - 10rem), 52% 100%, 0 calc(100% - 10rem), 0 0, 100% 0, 100% calc(100% - 10rem));
          clip-path: polygon(100% calc(100% - 10rem), 52% 100%, 0 calc(100% - 10rem), 0 0, 100% 0, 100% calc(100% - 10rem));
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .case__box::before {
    -webkit-clip-path: polygon(100% calc(100% - 5rem), 52% 100%, 0 calc(100% - 5rem), 0 0, 100% 0, 100% calc(100% - 5rem));
            clip-path: polygon(100% calc(100% - 5rem), 52% 100%, 0 calc(100% - 5rem), 0 0, 100% 0, 100% calc(100% - 5rem));
  }
}

.case__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .case__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.case__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.case__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin-block: var(--leading-trim);
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .case__text {
    font-size: 1.4rem;
    padding-top: 1.6rem;
  }
}

.case__otoku {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 58.2rem;
}
@media screen and (max-width: 767px) {
  .case__otoku {
    width: 28rem;
  }
}

.case__copy {
  margin-top: 6.2rem;
  margin-bottom: 7.8rem;
  max-width: 110.2rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .case__copy {
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: calc(100% - 4rem);
  }
}

.reason {
  padding-block: 10rem;
  padding-inline: 4rem;
  background: #fcee21;
}
@media screen and (max-width: 767px) {
  .reason {
    padding-block: 5rem;
    padding-inline: 2rem;
  }
}
.reason__title {
  width: 101.4rem;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .reason__title {
    width: 100%;
  }
}
.reason__content {
  margin-top: 6rem;
}
.reason__content ul {
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .reason__content ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .reason__content {
    margin-top: 5rem;
  }
}

.merit {
  padding-block: 7.5rem 5rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .merit {
    padding-block: 5rem;
    padding-inline: 2rem;
  }
}
.merit__inner {
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .merit__inner {
    max-width: 100%;
  }
}
.merit__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.merit__title-icon {
  width: 30.3rem;
  height: 5.7rem;
}
.merit__title-txt {
  width: 32rem;
  height: 5.9rem;
}
@media screen and (max-width: 767px) {
  .merit__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .merit__title-icon {
    width: 27rem;
  }
}
.merit__top {
  margin-top: 4rem;
}
.merit__top ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .merit__top ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.merit__btm {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .merit__btm {
    margin-top: 5rem;
  }
}
.merit__btm-inner {
  background: #fbfaf0;
  padding: 5.5rem;
}
@media screen and (max-width: 767px) {
  .merit__btm-inner {
    padding: 2rem;
  }
}
.merit__btm-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.merit__btm-img:nth-child(2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .merit__btm-img:nth-child(2) {
    margin-top: 2.5rem;
  }
}
.merit__btm-img:nth-child(3) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .merit__btm-img:nth-child(3) {
    margin-top: 2.5rem;
  }
}
.merit__illust {
  margin-top: 5rem;
  width: 107rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .merit__illust {
    width: 90%;
  }
}

.inqury {
  padding-block: 9rem 0rem;
}
@media screen and (max-width: 767px) {
  .inqury {
    padding-block: 4rem 0rem;
    width: calc(100% - 4rem);
    margin-inline: auto;
  }
}
.inqury__title {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inqury__title {
    font-size: 2.8rem;
  }
}
.inqury__content {
  max-width: 110rem;
  margin-inline: auto;
  padding: 6rem 5.6rem 7.8rem;
  background: #fbfaf0;
}
@media screen and (max-width: 767px) {
  .inqury__content {
    padding: 3rem 2rem 2rem;
  }
}
.inqury__form {
  background: var(--white);
  padding-block: 7.2rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .inqury__form {
    padding-block: 3rem;
    margin-top: 2.4rem;
  }
}
.inqury__form-group {
  max-width: 69rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .inqury__form-group {
    padding-inline: 2rem;
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inqury__form-group + .inqury__form-group {
  margin-top: 2rem;
}
.inqury__form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 18.6rem;
}
@media screen and (max-width: 767px) {
  .inqury__form-title {
    width: 100%;
  }
}
.inqury__form-label {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .inqury__form-label {
    font-size: 2rem;
  }
}
.inqury__form-required {
  width: 7.2rem;
  height: 2.6rem;
  background: #f15a24;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inqury__form-required {
    width: 5rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}
.inqury__form-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 5rem;
  border: 1px solid #b3b3b3;
  padding: 1rem;
  font-size: max(2rem, 16px);
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .inqury__form-input {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 4rem;
    padding: 1rem;
    font-size: max(1.6rem, 14px);
  }
}
.inqury__form-submit {
  width: 31.5rem;
  height: 7rem;
  margin-inline: auto;
  margin-top: 5.6rem;
  background: -webkit-gradient(linear, left top, right top, from(#f15a24), to(#c1272d));
  background: -webkit-linear-gradient(left, #f15a24 0%, #c1272d 100%);
  background: linear-gradient(to right, #f15a24 0%, #c1272d 100%);
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .inqury__form-submit {
    width: calc(100% - 4rem);
    height: 5rem;
    margin-top: 2.4rem;
    font-size: max(1.6rem, 14px);
  }
}
.inqury__form-submit:hover {
  opacity: 0.8;
}

.thanks {
  padding-block: 9rem 5.6rem;
  background: #fbfaf0;
  min-height: 80vh;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding-block: 4rem 2rem;
    width: 100%;
    margin-inline: auto;
  }
}
.thanks__content {
  max-width: 110rem;
  margin-inline: auto;
  padding: 6rem 5.6rem 7.8rem;
  background: #fbfaf0;
}
@media screen and (max-width: 767px) {
  .thanks__content {
    padding: 3rem 2rem 2rem;
  }
}
.thanks__wrapper {
  background: var(--white);
  padding: 7.2rem 6rem 7.8rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .thanks__wrapper {
    padding: 3rem 2rem 4rem;
    margin-top: 2.4rem;
  }
}
.thanks__icon {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .thanks__icon {
    margin-bottom: 2.4rem;
  }
}
.thanks__icon-image {
  width: 8rem;
  height: 8rem;
  background: -webkit-linear-gradient(315deg, #28a745 0%, #20c997 100%);
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border-radius: 50%;
  padding: 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .thanks__icon-image {
    width: 6rem;
    height: 6rem;
    padding: 1.5rem;
  }
}
.thanks__title {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: var(--text);
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .thanks__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
.thanks__message {
  margin-bottom: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks__message {
    margin-bottom: 3.2rem;
  }
}
.thanks__message-text {
  font-size: 2rem;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .thanks__message-text {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.thanks__message-text:last-child {
  margin-bottom: 0;
}
.thanks__message-text strong {
  color: #f15a24;
  font-weight: 700;
}
.thanks__contact {
  background: #f8f9fa;
  padding: 3.2rem;
  border-radius: 1.2rem;
  margin-bottom: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks__contact {
    padding: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.thanks__contact-title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .thanks__contact-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.thanks__contact-info {
  text-align: center;
}
.thanks__contact-item {
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .thanks__contact-item {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.thanks__contact-item:last-child {
  margin-bottom: 0;
}
.thanks__contact-item strong {
  font-weight: 700;
  color: #f15a24;
}
.thanks__contact-link {
  color: #f15a24;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.thanks__contact-link:hover {
  color: #c1272d;
  text-decoration: underline;
}
.thanks__next-steps {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .thanks__next-steps {
    margin-bottom: 3.2rem;
  }
}
.thanks__next-steps-title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks__next-steps-title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.thanks__next-steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .thanks__next-steps-list {
    gap: 1.6rem;
  }
}
.thanks__next-steps-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding: 2.4rem;
  background: #f8f9fa;
  border-radius: 1.2rem;
  border-left: 0.4rem solid #f15a24;
}
@media screen and (max-width: 767px) {
  .thanks__next-steps-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    padding: 1.6rem;
  }
}
.thanks__next-steps-number {
  width: 4rem;
  height: 4rem;
  background: -webkit-linear-gradient(315deg, #f15a24 0%, #c1272d 100%);
  background: linear-gradient(135deg, #f15a24 0%, #c1272d 100%);
  color: var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .thanks__next-steps-number {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
}
.thanks__next-steps-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.thanks__next-steps-subtitle {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .thanks__next-steps-subtitle {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
  }
}
.thanks__next-steps-description {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text);
}
@media screen and (max-width: 767px) {
  .thanks__next-steps-description {
    font-size: 1.4rem;
  }
}
.thanks__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .thanks__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
    margin-top: 2.4rem;
  }
}
.thanks__action-button {
  width: 31.5rem;
  height: 7rem;
  border-radius: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .thanks__action-button {
    width: calc(100% - 4rem);
    height: 5rem;
    font-size: max(1.6rem, 14px);
  }
}
.thanks__action-button--primary {
  background: -webkit-gradient(linear, left top, right top, from(#f15a24), to(#c1272d));
  background: -webkit-linear-gradient(left, #f15a24 0%, #c1272d 100%);
  background: linear-gradient(to right, #f15a24 0%, #c1272d 100%);
  color: var(--white);
}
.thanks__action-button--primary:hover {
  opacity: 0.8;
}
.thanks__action-button--secondary {
  background: var(--white);
  color: #f15a24;
  border: 0.2rem solid #f15a24;
}
.thanks__action-button--secondary:hover {
  background: #f15a24;
  color: var(--white);
}/*# sourceMappingURL=style.css.map */