@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc-only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 780px) {
  .sp-only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
/* 数値計算関連の関数を使うために必要 (math.divなど)*/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
}
@media (min-width: 780px) {
  html {
    scroll-padding-top: 120px;
  }
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* 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 {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
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=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .inner {
    max-width: 1240px;
    padding-inline: 20px;
  }
}

.fv {
  margin-top: 3.75rem;
}
@media screen and (min-width: 780px) {
  .fv {
    margin-top: 7.5rem;
  }
}

.fv__inner {
  position: relative;
  padding-inline: 1.25rem;
}

.fv__images {
  position: relative;
  aspect-ratio: 390/590;
  max-height: 36.875rem;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (min-width: 780px) {
  .fv__images {
    aspect-ratio: 1920/630;
    min-height: 39.375rem;
  }
}

.fv__images picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.fv__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fv__images::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(90, 68, 56, 0.6);
  pointer-events: none;
}

.fv__catch {
  position: absolute;
  top: 3.75rem;
  left: 1.25rem;
}

.fv__main-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 780px) {
  .fv__main-title {
    font-size: 3.125rem;
  }
}

.fv__catch-highlight {
  color: #AB0B0B;
  text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 0 0 4px rgba(255, 255, 255, 0.7);
}

.fv__sub-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  padding-top: 1.6875rem;
  line-height: 1.7;
}
@media screen and (min-width: 780px) {
  .fv__sub-title {
    font-size: 1.5rem;
  }
}

.fv__cd {
  position: absolute;
  top: 26.875rem;
  left: 0.875rem;
}
@media screen and (min-width: 780px) {
  .fv__cd {
    top: 22.5rem;
  }
}

.fv__cd-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 780px) {
  .fv__cd-list {
    gap: 2.5rem;
  }
}

.fv__cd-item {
  position: relative;
}

.fv__cd-item:nth-child(2) {
  -webkit-transform: translate(-0.4375rem, -5rem);
          transform: translate(-0.4375rem, -5rem);
}
@media screen and (min-width: 780px) {
  .fv__cd-item:nth-child(2) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fv__cd-item:nth-child(3) {
  -webkit-transform: translateX(-0.75rem);
          transform: translateX(-0.75rem);
}
@media screen and (min-width: 780px) {
  .fv__cd-item:nth-child(3) {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fv__cd-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .fv__cd-text {
    font-size: 1.5625rem;
  }
}

.fv__cd-item:nth-child(3) .fv__cd-text {
  line-height: 1;
}

.fv__cd-text span {
  font-size: 1.75rem;
}
@media screen and (min-width: 780px) {
  .fv__cd-text span {
    font-size: 3.125rem;
  }
}

.fv__cd-image {
  width: 7.8125rem;
  height: 7.8125rem;
  display: block;
}
@media screen and (min-width: 780px) {
  .fv__cd-image {
    width: 12.9375rem;
    height: 12.9375rem;
  }
}

.header {
  height: 3.75rem;
  background: #1B0407;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (min-width: 780px) {
  .header {
    height: 7.5rem;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 780px) {
  .header__inner {
    max-width: 105rem;
  }
}

.header__logo {
  width: 2.8125rem;
  height: 2.8125rem;
}
@media screen and (min-width: 780px) {
  .header__logo {
    width: 6.125rem;
    height: 6.125rem;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 780px) {
  .header__nav-list {
    gap: 1.25rem;
  }
}

.header__nav-link {
  width: 7.6875rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding: 0.3125rem 0;
  color: #fff;
}
@media screen and (min-width: 780px) {
  .header__nav-link {
    width: 18.75rem;
    font-size: 1.125rem;
    padding: 1.5rem 0;
  }
}

.header__nav-link--line {
  background: -webkit-gradient(linear, left top, left bottom, from(#16d96d), color-stop(50%, #06c755), to(#05a64a));
  background: linear-gradient(to bottom, #16d96d 0%, #06c755 50%, #05a64a 100%);
}

.header__nav-link--contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3b3b), color-stop(50%, #eb1515), to(#b80f0f));
  background: linear-gradient(to bottom, #ff3b3b 0%, #eb1515 50%, #b80f0f 100%);
}

.contact-area__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .contact-area__title {
    font-size: 2.5rem;
    padding-top: 7.625rem;
  }
}

.contact-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-top: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 780px) {
  .contact-area__list {
    margin-top: 2.8125rem;
  }
}

.contact-area__item-link {
  width: 10.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 624.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding: 0.4375rem 0;
  color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 780px) {
  .contact-area__item-link {
    width: 28.125rem;
    padding: 2.5rem 0;
    font-size: 1.5rem;
  }
}

.contact-area__item-link--line {
  background: -webkit-gradient(linear, left top, left bottom, from(#16d96d), color-stop(50%, #06c755), to(#05a64a));
  background: linear-gradient(to bottom, #16d96d 0%, #06c755 50%, #05a64a 100%);
}

.contact-area__item-link--contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3b3b), color-stop(50%, #eb1515), to(#b80f0f));
  background: linear-gradient(to bottom, #ff3b3b 0%, #eb1515 50%, #b80f0f 100%);
}

.target {
  position: relative;
  background-image: url(../images/target_bg_sp2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  width: 100%;
  height: 44.375rem;
  background-position: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 780px) {
  .target {
    background-image: url(../images/target_bg_pc2x.png);
    height: 39.125rem;
  }
}
.target::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(27, 4, 7, 0.4);
  pointer-events: none;
}
.target .inner {
  position: relative;
  z-index: 1;
}

.target__title {
  font-size: 1.625rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .target__title {
    font-size: 2.5rem;
    padding-top: 6.625rem;
  }
}

.target__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 0.5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .target__list {
    -ms-grid-columns: 1fr 5rem 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.5rem;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    margin-top: 4.0625rem;
  }
}

.target__item {
  max-width: 21.875rem;
  width: 100%;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0.375rem;
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 780px) {
  .target__item {
    max-width: 34.25rem;
    padding: 1.25rem 0.5rem;
  }
}

.target__text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .target__text {
    font-size: 1.25rem;
  }
}

.target__highlight {
  color: #AB0B0B;
}

.reasons {
  background-image: url(../images/reasons_bg_sp2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 142.375rem;
  background-position: center bottom;
}
@media screen and (min-width: 780px) {
  .reasons {
    height: 153.125rem;
  }
}

.reasons__title {
  font-size: 1.625rem;
  font-weight: 900;
  color: #000;
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .reasons__title {
    font-size: 2.5rem;
    padding-top: 7.5rem;
  }
}

.reasons__list {
  margin-top: 1.3125rem;
}
@media screen and (min-width: 780px) {
  .reasons__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.reasons__item {
  margin-top: 1.25rem;
  max-width: 21.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .reasons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: auto;
    margin-top: 2.5rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 780px) {
  .reasons__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 780px) {
  .reasons__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35rem;
            flex: 0 0 35rem;
    width: 35rem;
  }
}

.reasons__item-content {
  background: #1B0407;
  margin-top: 0;
  padding: 1.125rem 1.25rem 1.25rem 1.25rem;
  border-radius: 0 0 0.375rem 0.375rem;
}
@media screen and (min-width: 780px) {
  .reasons__item-content {
    border-radius: 0 0.375rem 0.375rem 0;
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
}

@media screen and (min-width: 780px) {
  .reasons__item:nth-child(even) .reasons__item-content {
    border-radius: 0.375rem 0 0 0.375rem;
  }
}
.reasons__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  line-height: 1;
}

.reasons__item-number {
  font-size: 2.5rem;
  font-family: "futura-pt-bold", sans-serif;
  color: #fff;
  font-weight: 800;
}
@media screen and (min-width: 780px) {
  .reasons__item-number {
    font-size: 3.75rem;
  }
}

.reasons__item-title {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .reasons__item-title {
    font-size: 1.75rem;
  }
}

.reasons__item-text {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  padding-top: 0.5rem;
}
@media screen and (min-width: 780px) {
  .reasons__item-text {
    font-size: 1rem;
    padding-top: 1.25rem;
  }
}

.achievements {
  margin-top: 1.5rem;
}

.achievements__title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .achievements__title {
    font-size: 2.5rem;
  }
}

.achievements__list {
  position: relative;
  margin-top: 1.3125rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 780px) {
  .achievements__list {
    margin-top: 4.0625rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.25rem;
  }
}

.achievements__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background-image: url(../images/achievements_bg_sp2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
}
@media screen and (min-width: 780px) {
  .achievements__list::before {
    background-image: url(../images/achievements_bg_pc2x.png);
    background-position: center;
  }
}

.achievements__item {
  max-width: 21.875rem;
  width: 100%;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0.375rem;
  padding: 0.75rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
@media screen and (min-width: 780px) {
  .achievements__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.625rem);
            flex: 0 1 calc(50% - 0.625rem);
    max-width: 34.25rem;
    width: auto;
    margin-inline: 0;
    padding: 1.25rem 0.5rem;
  }
}

@media screen and (min-width: 780px) {
  .achievements__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .achievements__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .achievements__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .achievements__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .achievements__item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 37.5rem;
    margin-inline: auto;
  }
}
.achievements__item-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .achievements__item-title {
    font-size: 1.25rem;
  }
}

.achievements__item-highlight {
  color: #AB0B0B;
}

.achievements__item-text {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  max-width: 19.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .achievements__item-text {
    text-align: center;
    max-width: 100%;
    font-size: 0.9375rem;
  }
}

.voice {
  margin-top: 3.75rem;
}
@media screen and (min-width: 780px) {
  .voice {
    margin-top: 10rem;
  }
}

.voice__title {
  font-size: 1.625rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .voice__title {
    font-size: 2.5rem;
  }
}

.voice__slider {
  position: relative;
  max-width: 21.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .voice__slider {
    max-width: 100%;
    margin-top: 3.75rem;
  }
}

.voice__slider-arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  top: 25%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 23.125rem;
}
@media screen and (min-width: 780px) {
  .voice__slider-arrows {
    display: none;
  }
}

.voice__slider-arrows img {
  width: 1.25rem;
}

.voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 21.875rem;
}
@media screen and (min-width: 780px) {
  .voice__item {
    max-width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    padding: 2.5rem;
  }
}

.voice__item:nth-child(2),
.voice__item:nth-child(3) {
  margin-top: 2.5rem;
}

@media screen and (min-width: 780px) {
  .voice__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.voice__image {
  width: 13.75rem;
}
@media screen and (min-width: 780px) {
  .voice__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.75rem;
            flex: 0 0 13.75rem;
  }
}

.voice__heading {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 0.9375rem;
  line-height: 1.2;
}
@media screen and (min-width: 780px) {
  .voice__heading {
    font-size: 1.75rem;
  }
}

.voice__meta {
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 0.5rem;
}
@media screen and (min-width: 780px) {
  .voice__meta {
    font-size: 0.9375rem;
  }
}

.voice__text {
  font-size: 0.875rem;
  font-weight: 700;
  padding-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .voice__text {
    font-size: 1rem;
  }
}

.main {
  background-color: #FBFBFB;
  overflow: hidden;
}

.flow {
  position: relative;
  background-image: url(../images/flow_bg_sp2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  width: 100%;
  height: 95.625rem;
  background-position: center;
}
@media screen and (min-width: 780px) {
  .flow {
    background-image: url(../images/flow_bg_pc2x.png);
    height: 93.75rem;
    margin-top: 3.125rem;
  }
}

.flow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(46, 24, 10, 0.6);
  pointer-events: none;
  z-index: 0;
}

.flow .inner {
  position: relative;
  z-index: 1;
}

.flow__step-title {
  font-size: 1.625rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  padding-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .flow__step-title {
    font-size: 2.5rem;
    padding-top: 6.625rem;
  }
}

.flow__step-list {
  margin-top: 2.375rem;
}

.flow__step-item {
  background: #fff;
  position: relative;
  margin-top: 1.875rem;
  padding: 1.25rem;
  border-radius: 0.375rem;
}
@media screen and (min-width: 780px) {
  .flow__step-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 7.6875rem 1.875rem 14rem 1.875rem 1fr;
    grid-template-columns: 7.6875rem 14rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    padding: 1.625rem 3.125rem;
  }
}

.flow__step-item::before {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 3.125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 780px) {
  .flow__step-item::before {
    bottom: -3.625rem;
    left: 10rem;
    border-width: 1.875rem;
  }
}

.flow__step-item:last-child::before {
  content: none;
}

.flow__step-item-number {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: "futura-pt-bold", sans-serif;
  color: #AB0B0B;
  position: absolute;
  top: -1.875rem;
}
@media screen and (min-width: 780px) {
  .flow__step-item-number {
    position: initial;
  }
}

.flow__step-item-title {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .flow__step-item-title {
    font-size: 1.75rem;
    letter-spacing: -0.11875rem;
    line-height: 1.38;
  }
}

.flow__step-item-text {
  font-size: 0.875rem;
  font-weight: 700;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .flow__step-item-text {
    font-size: 1rem;
  }
}

.flow__price {
  margin-top: 3.75rem;
}

.flow__price-title {
  font-size: 1.625rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 780px) {
  .flow__price-title {
    font-size: 2.5rem;
  }
}

.flow__price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 780px) {
  .flow__price-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}

.flow__price-item {
  background: #fff;
  text-align: center;
  border-radius: 0.375rem;
  overflow: hidden;
}
@media screen and (min-width: 780px) {
  .flow__price-item {
    width: 100%;
  }
}

@media screen and (min-width: 780px) {
  .flow__price-item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flow__price-campaign {
  background: #000;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 0.75rem 0;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .flow__price-campaign {
    font-size: 1.625rem;
  }
}

.flow__price-label {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .flow__price-label {
    margin-bottom: -0.9375rem;
  }
}

.flow__price-value {
  font-size: 3.75rem;
  font-weight: 700;
  color: #AB0B0B;
  margin-left: 0.25rem;
  font-family: "futura-pt-bold", sans-serif;
}
@media screen and (min-width: 780px) {
  .flow__price-value {
    font-size: 3.5rem;
  }
}

.flow__price-unit {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .flow__price-unit {
    margin-bottom: 0.875rem;
  }
}

.flow__price-tax {
  font-size: 1rem;
  font-weight: 700;
  margin-left: -0.3125rem;
}
@media screen and (min-width: 780px) {
  .flow__price-tax {
    margin-left: 0;
    margin-bottom: -1.25rem;
  }
}

.flow__guarantee {
  background: #EA3A3A;
  text-align: center;
  border-radius: 0.375rem;
  color: #1B0407;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  padding: 1.25rem 0;
  margin-top: 1.25rem;
}

.flow__guarantee-text {
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .flow__guarantee-text {
    padding-top: 1.25rem;
    font-size: 1rem;
  }
}

.faq {
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .faq {
    margin-top: 7.5rem;
  }
}

.faq__title {
  font-size: 1.625rem;
  font-weight: 900;
  text-align: center;
}

.faq__list {
  max-width: 50rem;
  margin: 0 auto;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 780px) {
  .faq__list {
    max-width: 100%;
    margin-top: 2.4375rem;
  }
}

.faq__item {
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  margin-top: 1.25rem;
  overflow: hidden;
}

/* =====================
   Question
===================== */
.faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1.25rem;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq__q {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #AB0B0B;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 780px) {
  .faq__q {
    width: 3rem;
    height: 3rem;
    font-size: 1.75rem;
    padding-bottom: 0.25rem;
  }
}

.faq__question-text {
  font-size: 0.9375rem;
  font-weight: 900;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
@media screen and (min-width: 780px) {
  .faq__question-text {
    font-size: 1.25rem;
  }
}

/* 矢印 */
.faq__icon {
  width: 0.625rem;
  height: 0.625rem;
  border-right: 0.125rem solid #AB0B0B;
  border-bottom: 0.125rem solid #AB0B0B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 開いたとき */
.faq__item.is-open .faq__icon {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* =====================
   Answer
===================== */
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  gap: 0.75rem;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0rem 1.25rem 0rem !important;
}

.faq__item.is-open .faq__answer {
  max-height: 12.5rem;
  opacity: 1;
  padding: 0rem 2.25rem 1.25rem 1.25rem !important;
}

.faq__a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.125rem solid #AB0B0B;
  color: #AB0B0B;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 780px) {
  .faq__a {
    width: 3rem;
    height: 3rem;
    font-size: 1.75rem;
    padding-bottom: 0.25rem;
  }
}

.faq__answer-text {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .faq__answer-text {
    font-size: 1rem;
  }
}

/* =====================
   Responsive
===================== */
@media screen and (min-width: 780px) {
  .faq__question-text {
    font-size: 1.25rem;
  }
  .faq__answer-text {
    font-size: 1.125rem;
  }
}
.cta {
  background: #1B0407;
  padding-top: 2.75rem;
  padding-bottom: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .cta {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 6.25rem;
  }
}

.cta__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05625rem;
}
@media screen and (min-width: 780px) {
  .cta__title {
    font-size: 2.5rem;
    font-weight: 900;
  }
}

.cta__description {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 1.125rem;
}
@media screen and (min-width: 780px) {
  .cta__description {
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 2.5625rem;
  }
}

.cta__hook {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 1.3125rem;
}
@media screen and (min-width: 780px) {
  .cta__hook {
    font-size: 2.5rem;
    font-weight: 700;
    padding-top: 3.75rem;
  }
}

.cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-top: 1.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 780px) {
  .cta__list {
    margin-top: 2.5625rem;
  }
}

.cta__item-link {
  width: 10.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 624.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding: 0.4375rem 0;
  color: #fff;
}
@media screen and (min-width: 780px) {
  .cta__item-link {
    width: 28.125rem;
    padding: 2.5rem 0;
    font-size: 1.5rem;
  }
}

.cta__item-link--line {
  background: -webkit-gradient(linear, left top, left bottom, from(#16d96d), color-stop(50%, #06c755), to(#05a64a));
  background: linear-gradient(to bottom, #16d96d 0%, #06c755 50%, #05a64a 100%);
}

.cta__item-link--contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3b3b), color-stop(50%, #eb1515), to(#b80f0f));
  background: linear-gradient(to bottom, #ff3b3b 0%, #eb1515 50%, #b80f0f 100%);
}

.contact {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 780px) {
  .contact {
    padding-top: 7.875rem;
    padding-bottom: 7.5rem;
    background: #E9E7E7;
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.contact__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .contact__title {
    font-size: 2.5rem;
  }
}

.contact__note {
  font-size: 0.9375rem;
  color: #000;
  font-weight: 500;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.contact__privacy-prompt {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 780px) {
  .contact__form {
    margin-top: 4.0625rem;
    background: #fff;
    border-radius: 0.5rem;
    padding: 2.8125rem 3.75rem 3.75rem 3.75rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  }
}

.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 780px) {
  .contact__list {
    gap: 2.5rem;
  }
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .contact__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000;
}
.contact__label label {
  cursor: pointer;
}
@media screen and (min-width: 780px) {
  .contact__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5rem;
            flex: 0 0 12.5rem;
  }
}

.contact__badge {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact__badge--required {
  background: #AB0B0B;
  color: #fff;
}

.contact__badge--optional {
  background: #9D9D9D;
  color: #fff;
}

.contact__input-wrap {
  margin: 0;
}
@media screen and (min-width: 780px) {
  .contact__input-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    min-width: 0;
  }
}

.contact__input,
.contact__textarea {
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem;
  border: 0.0625rem solid #1B0407;
  border-radius: 0.25rem;
  background: #E9E7E7;
}
.contact__input::-webkit-input-placeholder, .contact__textarea::-webkit-input-placeholder {
  color: #999;
}
.contact__input::-moz-placeholder, .contact__textarea::-moz-placeholder {
  color: #999;
}
.contact__input:-ms-input-placeholder, .contact__textarea:-ms-input-placeholder {
  color: #999;
}
.contact__input::-ms-input-placeholder, .contact__textarea::-ms-input-placeholder {
  color: #999;
}
.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #999;
}

.contact__textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact__privacy-section {
  margin-top: 2rem;
}
@media screen and (min-width: 780px) {
  .contact__privacy-section {
    margin-top: 3.75rem;
    max-width: 41.25rem;
    margin-inline: auto;
  }
}

.contact__privacy-title {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.75rem;
}

.contact__privacy-body {
  max-height: 7.5rem;
  overflow-y: auto;
  padding: 1rem;
  background: #E9E7E7;
  border: 0.0625rem solid #1B0407;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #000;
}
.contact__privacy-body h4 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.contact__privacy-body h4:first-child {
  margin-top: 0;
}
.contact__privacy-body ul {
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}
.contact__privacy-body li {
  margin-bottom: 0.25rem;
}
.contact__privacy-body p {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
}
.contact__privacy-body a {
  color: #0066cc;
  text-decoration: underline;
  word-break: break-all;
}

.contact__agree {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.75rem 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 0.5rem auto;
  grid-template-rows: auto auto;
  gap: 0.5rem 0.75rem;
  margin-top: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__agree > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.contact__agree > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.contact__agree > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.contact__agree > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (min-width: 780px) {
  .contact__agree {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5rem;
  }
}

.contact__agree .contact__badge {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.contact__agree .contact__checkbox {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-row-align: center;
      align-self: center;
}

.contact__agree .contact__agree-label {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 780px) {
  .contact__agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }
  .contact__agree .contact__badge,
  .contact__agree .contact__checkbox,
  .contact__agree .contact__agree-label {
    grid-column: auto;
    grid-row: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.contact__checkbox {
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  min-height: 1.75rem;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
  accent-color: #AB0B0B;
}

.contact__agree-label {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}

.contact__submit-wrap {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .contact__submit-wrap {
    margin-top: 3.875rem;
  }
}

.contact__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0.5rem;
  width: 100%;
  max-width: 17.5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #AB0B0B;
  border: none;
  border-radius: 2.9375rem;
  cursor: pointer;
  font-family: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 780px) {
  .contact__submit {
    font-size: 1.125rem;
    padding: 1.25rem 2rem;
    max-width: 21.25rem;
    font-size: 1.25rem;
  }
}
.contact__submit:hover {
  opacity: 0.9;
}
.contact__submit::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact__submit a {
  color: #fff;
  text-decoration: none; /* 必要に応じて下線も消す場合 */
}



.copyright {
  background: #1B0407;
  padding: 1.875rem 0;
}
@media screen and (min-width: 780px) {
  .copyright {
    padding: 1.25rem 0;
  }
}

.copyright__text {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: block;
}

.thanks {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 780px) {
  .thanks {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.thanks__content {
  text-align: center;
}

.thanks__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  padding-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .thanks__title {
    font-size: 2.5rem;
    padding-top: 7.5rem;
  }
}

.thanks__text {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  margin-top: 1.5rem;
}
@media screen and (min-width: 780px) {
  .thanks__text {
    font-size: 1rem;
    margin-top: 2rem;
  }
}

.thanks__action {
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 780px) {
  .thanks__action {
    margin-top: 3.5rem;
    margin-bottom: 7.5rem;
  }
}

.thanks__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #AB0B0B;
  border-radius: 2.9375rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 780px) {
  .thanks__link {
    font-size: 1.125rem;
    padding: 1.25rem 2.5rem;
  }
}
.thanks__link:hover {
  opacity: 0.9;
}
.thanks__link::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*# sourceMappingURL=styles.css.map */