@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  color: #333333;
}

/* -------------------------------------------- */
/* ------------ Noto Serif Japanese ----------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* ------------- Noto Sans Japanese ----------- */
/* -------------------------------------------- */
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

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

/*モバイルのみ表示*/
@media screen and (min-width: 768px) {
  .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;
  }
}
/* pc幅での電話発信しない */
@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
summary {
  display: block;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary::-webkit-details-marker {
  display: none;
}

body {
  overflow-x: clip;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.9393939394vw;
  }
}
@media (min-width: 825px) {
  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-behavior: smooth;
}

/* 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=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}

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

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

.inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 875px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.footer {
  background-color: #340f08;
  padding-block: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 1.875rem;
  }
}

.footer__copy {
  text-align: center;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.1428571429;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.header {
  background-color: #fffeeb;
}

.header__inner {
  max-width: 66.875rem;
}

.reservation {
  position: relative;
  padding-bottom: 1.875rem;
}

.reservation__image {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .reservation__image {
    margin-top: initial;
  }
}

.reservation__link {
  width: 18.75rem;
  display: block;
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .reservation__link {
    max-width: 38.0625rem;
    width: initial;
  }
}

.reservation__link2 {
  bottom: 11%;
  width: 38.0625rem;
  max-width: 100%;
}

.reservation__btn-image {
  width: 100%;
}

.reservation__container {
  padding-block: 1.9375rem 1.6875rem;
  background-color: #fffeeb;
}
@media screen and (min-width: 768px) {
  .reservation__container {
    padding-block: 1.9375rem 4.1875rem;
  }
}

.reservation__lead {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reservation__lead {
    margin-top: 2.1875rem;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.reservation__figures {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .reservation__figures {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.375rem 1fr 4.375rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.375rem;
  }
}

.reservation__figure {
  display: none;
}
@media screen and (min-width: 768px) {
  .reservation__figure {
    display: block;
    width: 13.875rem;
    height: 13.875rem;
  }
}

.reservation__figure img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.reservation__catch {
  text-align: center;
  font-size: 2.125rem;
  line-height: 1.3243243243;
  color: #a90218;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .reservation__catch {
    font-size: 2.8125rem;
    line-height: 1.1923076923;
    margin-top: 4.6875rem;
  }
}

.reservation__actions {
  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: 2.5rem;
}
@media screen and (min-width: 768px) {
  .reservation__actions {
    gap: 7.1875rem;
  }
}

.reservation__action {
  font-size: 1.125rem;
  border-bottom: 2px solid #333333;
  padding-bottom: 1rem;
  color: #333333;
  margin-top: -35%;
}
@media screen and (min-width: 768px) {
  .reservation__action {
    font-size: 1.625rem;
    line-height: 1.1923076923;
    margin-top: -25%;
  }
}

.strategy {
  padding-bottom: 2.5rem;
}

.strategy__wrapper {
  background-image: url(../image/img/strategy.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-inline: calc(50% - 50vi);
  padding-block: 4rem 5.625rem;
  position: relative;
  --triangle-depth: 1.5rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--triangle-depth)), 50% 100%, 0 calc(100% - var(--triangle-depth)));
}
@media screen and (min-width: 768px) {
  .strategy__wrapper {
    --triangle-depth: 2.5rem;
  }
}

.strategy__header {
  text-align: center;
}

.strategy__catch {
  font-size: 1rem;
  line-height: 1.1875;
  padding-inline: 2.5rem;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .strategy__catch {
    font-size: 2.1875rem;
    line-height: 1.2;
    padding-inline: 5rem;
  }
}

.strategy__catch::before,
.strategy__catch::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2rem;
  height: 2px;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .strategy__catch::before,
  .strategy__catch::after {
    width: 4.5rem;
  }
}

.strategy__catch::before {
  left: 0;
}

.strategy__catch::after {
  right: 0;
}

.strategy__title {
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .strategy__title {
    font-size: 2.875rem;
    line-height: 1.3695652174;
    margin-top: 1.25rem;
  }
}

.strategy__body {
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .strategy__body {
    margin-top: 4.1875rem;
    max-width: 35.4375rem;
  }
}

.strategy__problems {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strategy__problems {
    gap: 2.5rem;
  }
}

.strategy__problem {
  font-size: 1rem;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .strategy__problem {
    font-size: 1.25rem;
    line-height: 1.2;
    padding-left: 1.875rem;
  }
}

.strategy__problem::before {
  content: "";
  position: absolute;
  background-image: url(../image/icon/check.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .strategy__problem::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.strategy__problem-highlight {
  font-weight: 700;
}

.strategy__note {
  margin-top: 8.75rem;
  font-size: 1.125rem;
  line-height: 1.4736842105;
  text-align: center;
  background-color: #cccccc;
}
@media screen and (min-width: 768px) {
  .strategy__note {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-top: 4.25rem;
    background-color: initial;
  }
}

.strategy__image {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  position: absolute;
  max-width: 100%;
  width: 10.375rem;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .strategy__image {
    right: 20%;
    width: 16rem;
  }
}

.strategy-point {
  background-color: #fffeeb;
}

.strategy-point__highlight {
  position: relative;
  text-align: center;
}

.strategy-point__label {
  position: absolute;
  background-color: #a90218;
  font-size: 1.25rem;
  line-height: 1.75;
  color: #FFFFFF;
  font-weight: 700;
  display: inline-block;
  padding-inline: 1.875rem;
  top: -70%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-8deg);
          transform: translateX(-50%) rotate(-8deg);
}
@media screen and (min-width: 768px) {
  .strategy-point__label {
    padding-inline: 3.125rem;
  }
}

.strategy-point__text {
  margin-top: 3.75rem;
  font-size: 1.625rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .strategy-point__text {
    font-size: 2.5rem;
    line-height: 1.425;
  }
}

.strategy-point__features {
  margin-top: 1rem;
  max-width: 45.5rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .strategy-point__feature-image {
    aspect-ratio: 728/617;
  }
}

.strategy-point__feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.strategy-point__footer {
  margin-top: 2rem;
  border: 1px solid #f0c23c;
  padding-block: 1.5rem;
  padding-inline: 0.5625rem;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strategy-point__footer {
    margin-top: 2.8125rem;
    padding-block: 2.5rem;
    padding-inline: 3.6875rem;
  }
}

.strategy-point__footer-title {
  font-size: 1.8125rem;
  line-height: 1.2068965517;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .strategy-point__footer-title {
    text-align: left;
    font-size: 2.5625rem;
    line-height: 1.1818181818;
  }
}

.strategy-point__footer-text {
  margin-top: 1.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .strategy-point__footer-text {
    font-size: 1.125rem;
    line-height: 1.9444444444;
    margin-top: 1.875rem;
  }
}

.trust {
  margin-block: 2rem 1.625rem;
}
@media screen and (min-width: 768px) {
  .trust {
    margin-block: 1.5625rem 3.125rem;
  }
}

.trust__heading {
  text-align: center;
}

.trust__title {
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .trust__title {
    font-size: 2.3125rem;
    line-height: 1.2162162162;
  }
}

.trust__title-emphasis {
  font-size: 2.1875rem;
  line-height: 1.3714285714;
}
@media screen and (min-width: 768px) {
  .trust__title-emphasis {
    font-size: 3.625rem;
    line-height: 1.1896551724;
  }
}

.trust__title-highlight {
  font-size: 2.5rem;
  line-height: 1.4761904762;
}
@media screen and (min-width: 768px) {
  .trust__title-highlight {
    font-size: 2.3125rem;
    line-height: 1.2162162162;
  }
}

.trust__achievements {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .trust__achievements {
    margin-top: 3.125rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.trust__item {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .trust__item {
    width: initial;
  }
}

.trust__item:nth-child(3) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .trust__item:nth-child(3) {
    margin-top: initial;
  }
}

.trust__note {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .trust__note {
    text-align: right;
  }
}

.solution {
  padding-block: 1.875rem 3.75rem;
  background-image: url(../image/img/solution-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .solution {
    padding-block: 6.75rem;
  }
}

.solution__heading {
  text-align: center;
}

.solution__title {
  font-size: 1.6875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .solution__title {
    font-size: 2.625rem;
    line-height: 1.380952381;
  }
}

.solution__items {
  margin-top: 1.125rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.0625rem, 1fr));
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .solution__items {
    margin-top: 1.5625rem;
  }
}

.solution__item {
  border: 2px solid #a90218;
  border-radius: 1.25rem;
  background-color: #FFFFFF;
  padding: 1rem 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .solution__item {
    padding: 0.875rem 1.25rem 2.5rem;
    -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;
    gap: 1.5rem;
  }
}

.solution__image {
  width: 8.125rem;
  height: 8.125rem;
}
@media screen and (min-width: 768px) {
  .solution__image {
    width: 11.25rem;
    height: 11.25rem;
  }
}

.solution__image img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.solution__name {
  font-size: 1.125rem;
  line-height: 0.8333333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .solution__name {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
  }
}

.solution__list-item {
  font-size: 1rem;
  line-height: 1.4375;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .solution__list-item {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.solution__arrow {
  margin-block: 1.6875rem 0.75rem;
  width: 10.75rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .solution__arrow {
    margin-block: 2.125rem 1.0625rem;
    width: 21.5rem;
  }
}

.solution__renewal {
  background-color: #FFFFFF;
  border: 2px solid #a90218;
  border-radius: 1.25rem;
  padding-block: 1.25rem;
  padding-inline: 1.375rem;
}
@media screen and (min-width: 768px) {
  .solution__renewal {
    padding-block: 1.4375rem 1rem;
    padding-inline: 10rem 6.25rem;
  }
}

.solution__renewal-title {
  text-align: center;
  font-size: 2.1875rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .solution__renewal-title {
    font-size: 2.625rem;
    line-height: 1.1904761905;
  }
}

.solution__renewal-list {
  margin-top: 1.625rem;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.solution__renewal-item {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution__renewal-item {
    font-size: 1.125rem;
    text-align: left;
  }
}

.solution__renewal-highlight {
  color: #a90218;
  display: block;
}
@media screen and (min-width: 768px) {
  .solution__renewal-highlight {
    display: inline;
  }
}

.solution__renewal-colon {
  display: none;
}
@media screen and (min-width: 768px) {
  .solution__renewal-colon {
    display: inline;
  }
}

.recommend {
  margin-block: 1.4375rem 2.1875rem;
}
@media screen and (min-width: 768px) {
  .recommend {
    margin-block: 3.125rem 0.625rem;
  }
}

.recommend__heading {
  text-align: center;
}

.recommend__title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .recommend__title {
    font-size: 2.625rem;
    line-height: 1.1904761905;
  }
}

.recommend__content {
  margin-top: 1.0625rem;
  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;
  gap: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .recommend__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.1875rem;
    gap: 1.5625rem;
  }
}

.recommend__image {
  aspect-ratio: 436/261;
}
@media screen and (min-width: 768px) {
  .recommend__image {
    width: 50%;
  }
}

.recommend__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .recommend__text {
    width: 50%;
  }
}

.recommend__main {
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommend__main {
    font-size: 2.375rem;
    text-align: left;
  }
}

.recommend__note {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.type {
  background-image: url(../image/img/type-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 1.75rem 3.5625rem;
}
@media screen and (min-width: 768px) {
  .type {
    padding-block: 6.25rem;
  }
}

.type__heading {
  text-align: center;
}

.type__title {
  font-size: 1.625rem;
  line-height: 1.1481481481;
}
@media screen and (min-width: 768px) {
  .type__title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.type__boxes {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .type__boxes {
    margin-top: 2.8125rem;
  }
}

.voice {
  margin-block: 1.25rem 1.9375rem;
}
@media screen and (min-width: 768px) {
  .voice {
    margin-block: 4.375rem 2.8125rem;
  }
}

.voice__heading {
  text-align: center;
}

.voice__title {
  font-size: 2.1875rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .voice__title {
    font-size: 3.25rem;
    line-height: 1.1923076923;
  }
}

.voice__list {
  margin-top: 1.4375rem;
  border-bottom: 1px solid #a90218;
}
@media screen and (min-width: 768px) {
  .voice__list {
    margin-top: 2.5rem;
  }
}

.voice__item {
  padding-block: 1.0625rem;
  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;
  gap: 1.25rem;
  border-top: 1px solid #a90218;
}
@media screen and (min-width: 768px) {
  .voice__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 1.5625rem;
    padding-inline: 3.125rem;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .voice__item:nth-child(5) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.voice__icon {
  aspect-ratio: 1/1;
  width: 7.875rem;
  max-width: 100%;
}

.voice__icon img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.voice__text {
  font-size: 1rem;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .voice__text {
    font-size: 1.125rem;
    line-height: 1.9444444444;
    width: calc(100% - 7.875rem);
  }
}

.faq {
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 4.1875rem;
  }
}

.faq__heading {
  text-align: center;
}

.faq__title {
  font-size: 2.375rem;
  line-height: 1.2105263158;
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 4.8125rem;
    line-height: 1.1948051948;
  }
}

.faq__list {
  margin-top: 1.3125rem;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 4rem;
  }
}

.js-faq-container {
  -webkit-animation: fadeIn 0.5s ease infinite;
          animation: fadeIn 0.5s ease infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #a90218;
  padding-inline: 0.875rem;
  padding-block: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .faq__head {
    padding-inline: 4.625rem;
    padding-block: 1.5625rem;
  }
}

.faq__text {
  position: relative;
  padding-left: 1.875rem;
  font-size: 1rem;
  line-height: 1.1666666667;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .faq__text {
    padding-left: 2.75rem;
    font-size: 1.625rem;
    line-height: 1.1923076923;
  }
}

.faq__text::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875rem;
  height: 1.375rem;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .faq__text::before {
    width: 1.5rem;
    height: 2.0625rem;
  }
}

.faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}

.faq__icon::before,
.faq__icon::after {
  background-color: #FFFFFF;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 1.25rem;
  top: 0.75rem;
}

.faq__icon::before {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq__icon::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.faq__item[open]:not([data-accordion-before-close]) .faq__icon::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq__container {
  overflow: hidden;
  padding-inline: 0.875rem;
  padding-block: 0.9375rem;
  background-color: #FFFFFF;
  border: 2px solid #a90218;
}
@media screen and (min-width: 768px) {
  .faq__container {
    padding-block: 1.5rem;
    padding-inline: 4.625rem;
  }
}

.faq__container-text {
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  position: relative;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__container-text {
    font-size: 1.375rem;
    line-height: 1.1818181818;
    padding-left: 2.75rem;
  }
}

.faq__container-text::before {
  content: "A";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875rem;
  height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .faq__container-text::before {
    width: 1.5rem;
    height: 2.0625rem;
  }
}

.disclaimer {
  margin-block: 2.875rem 1.0625rem;
}
@media screen and (min-width: 768px) {
  .disclaimer {
    margin-block: 6rem 8.4375rem;
  }
}

.disclaimer__wrapper {
  border: 1px solid #333333;
  padding: 1.5625rem 1rem;
}
@media screen and (min-width: 768px) {
  .disclaimer__wrapper {
    padding: 2.8125rem 2.1875rem;
  }
}

.disclaimer__title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .disclaimer__title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.disclaimer__text {
  margin-top: 0.8125rem;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .disclaimer__text {
    margin-top: 1.25rem;
    font-size: 1.3125rem;
    line-height: 2;
  }
}
/*# sourceMappingURL=styles.css.map */