@charset "UTF-8";

/* ----------------------------------------------------
  reset
---------------------------------------------------- */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html, body, div, h1, h2, h3, article, ul, li, img, p {
  color: #000;
  line-height: 1.5;
  list-style-type: none;
  font-family: Noto Sans CJK JP,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
a:hover {
  /*opacity: 0.8;*/
  cursor: pointer;
}
a:link, a:visited {
  text-decoration: none;
}
img {
  height: auto;
}

/* ----------------------------------------------------
  common / other
---------------------------------------------------- */
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 5rem));
    transform: translateX(calc(-100% - 5rem));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 5rem));
    transform: translateX(calc(-100% - 5rem));
  }
}

.container {
  overflow: hidden;
}
.main-width {
  margin: auto;
}
.content-title {
  color: #02004c;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.content-title--small {
  font-size: 32px;
}
.catalog-btn {
  background: #00B950;
  box-shadow: 0 3px 0 0 #229f40;
  color: #fff;
}
.contact-btn {
  background: #FF5A5F;
  box-shadow: 0 3px 0 0 #da454a;
  color: #fff;
}
.tel-btn {
  background: #f5f5f5;
  /*box-shadow: 0 3px 0 0 #f5f5f5;*/
  color: #02004c;
}
.tel-btn span {
  margin: 8px auto 0;
}

/* ----------------------------------------------------
  header
---------------------------------------------------- */
.header {
  height: 64px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header__inner {
  align-items: start;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.header__logo {
  align-items: center;
  display: flex;
  gap: 12px;
}
.header__logo-by {
  color: #9f9fa1;
  font-size: 14px;
}
.header__links {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__btns {
  display: flex;
  gap: 16px;
}
.header-cta-btn {
  border-radius: 50px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-out; 
  width: 200px;
}
.header-cta-btn:hover,
.header-cta-btn:active {
  transform: translateY(3px); 
  box-shadow: 0 0 0 0; 
}
.header__site-link {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  gap: 4px;
  text-shadow: 0 0 4px hsla(0, 0%, 100%, .6), 0 0 8px hsla(0, 0%, 100%, .4), 0 0 12px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .2);
}
.header__site-link:hover {
  opacity: 0.8;
}
.header__site-link::before {
  background-image: url(../images/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 1em; 
  height: 1em;
}

/* ----------------------------------------------------
  kv
---------------------------------------------------- */
.kv {
  margin-bottom: 80px;
  padding-top: 54px;
  position: relative;
}
.kv::before {
  background-color: #f5f5f5;
  content: "";
  display: block;
  height: 3650px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: rotate(-30deg) translate(-50%, -50%);
  width: 6000px;
  z-index: 1;
}
.kv__inner {
  position: relative;
  z-index: 2;
}
.kv__heading {
  left: 0;
  padding: 0 30px;
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 3;
}
.kv__title {
  color: #000;
  font-size: 48px;
  font-weight: bold;
}
.kv__subtitle {
  align-items: center;
  display: flex;
  color: #000;
  font-size: 24px;
  gap: 12px;
  margin-top: 40px;
}
.kv__subtitle span img {
  width: 280px;
}
.kv__image {
  left: 50%;
  margin-left: -108px;
  max-width: 840px;
  position: relative;
  z-index: 2;
}
.kv__btns {
  display: flex;
  gap: 16px;
  padding: 0 30px;
  /*margin-top: 40px;*/
}
.kv__btns .header-cta-btn {
  font-size: 24px;
  padding: 20px 0;
  width: 320px;
}

/* ----------------------------------------------------
  problem
---------------------------------------------------- */
.problem {
  background:
  linear-gradient(
    to bottom, 
    #f5f5f5 80%, 
    rgba(245, 245, 245, 0) 100%              
  ),
  #fff; 
  padding: 64px 0 32px;
}
.problem .content-title--small {
  display: block;
  margin-bottom: 8px;
}
.problem__list {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 48px auto 0;
}
.problem__item {
  flex-grow: 1;
  text-align: center;
}
.problem__item-label {
  background: #fff;
  border-radius: 50px;
  color: #02004c;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}
.problem__item-title {
  color: #02004c;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 16px;
  text-align: center;
}
.problem__item-image {
  display: block;
  margin: auto;
  width: 260px;
}
.problem__arrow {
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 20px solid #02004c;
  display: block;
  margin: 48px auto 0;
  width: 0;
  height: 0;
}
.problem__arrow-text {
  color: #02004c;
  font-size: 40px;
  font-weight: bold;
  margin: 24px auto 0 1em;
  text-align: center;
}
.problem__arrow-text span {
  font-size: 0.7em;
  margin-left: 4px;
}

/* ----------------------------------------------------
  feature
---------------------------------------------------- */
.feature {
  padding: 56px 0 64px;
}
.feature__item {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: auto;
}
.feature__item--full {
  display: block;
}
.feature__item + .feature__item {
  margin-top: 72px;
}
.feature__item:first-child .feature__item-image {
  flex-grow: 1;
  text-align: center;
}
.feature__item:first-child .feature__item-image img {
  width: 260px;
}
.feature__item-title {
  color: #02004c;
  font-size: 32px;
  font-weight: bold;
  width: max-content;
}
.feature__item-label {
  align-items: start;
  display: flex;
  gap: 24px;
  margin-bottom: 8px;
}
.feature__item-label-text {
  border-bottom: 10px solid #02004c;
  font-size: 24px;
  font-weight: bold;
}
.feature__item-label-number {
  font-size: 56px;
}
.feature__item-text {
  font-size: 20px;
  margin-top: 24px;
}
.feature__item-point-title {
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
}
.feature__item-point {
  margin-top: 24px; 
}
.feature__item-point-title + .feature__item-point {
  margin-top: 12px;
}
.feature__item-point li {
  color: #FF5A5F;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 1.7em;
  position: relative;
}
.feature__item-point li + li {
  margin-top: 8px;
}
.feature__item-point li::before {
  background-color: #FF5A5F;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3em;
  height: 1.3em;
}
.feature__item-point li::after {
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  content: "";
  left: 7px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 8px;
}
.feature__item-image-title {
  font-weight: normal;
}
.feature__item-image-title::before {
  content: "■";
}
.feature__item-image img {
  margin-top: 16px;
  width: 100%;
}
.feature__item-image small {
  color: #aaa;
  display: block;
  font-size: 10px;
  margin-top: 16px;
  text-align: right;
}
.feature__item-cards {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 24px;
}
.feature__item-card {
  background: #f5f5f5;
  flex-grow: 1;
  padding: 24px 16px;
  text-align: center;
}
.feature__item-card-label {
  font-size: 18px;
  font-weight: bold;
}
.feature__item-card img {
  /*margin-top: 16px;*/
  width: 90%;
}
.feature__item-card-title {
  font-weight: bold;
  /*margin-top: 16px;*/
}
.feature__item-card-point li {
  color: #000;
  margin-top: 8px;
  text-align: left;
}
.feature__item-card-point li + li {
  margin-top: 8px;
}

/* ----------------------------------------------------
  cta
---------------------------------------------------- */
.cta {
  border-bottom: 2px solid #f5f5f5;
  padding: 64px 0;
}
.cta--gray {
  background: #f5f5f5;
}
.cta--gray .tel-btn {
  background: #fff;
}
.cta__title {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 24px;
  font-weight: normal;
  justify-content: center;
  text-align: center; 
}
.cta__title img {
  margin: 0 8px;
}
.cta__btns {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 24px auto 0;
}
.cta-btn {
  border-radius: 20px;
  display: block;
  flex-shrink: 1;
  flex-grow: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-out; 
  width: 260px;
}
.cta-btn:hover,
.cta-btn:active {
  box-shadow: 0 0 0 0; 
  transform: translateY(3px); 
}
.cta-btn span {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
.cta__site-link {
  align-items: center;
  background-color: #00023c;
  display: flex;
  gap: 0 32px;
  justify-content: center;
  padding: 24px 0;
  text-align: center;
}
.cta__site-link-btn {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  color: #00023c;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 20px;
  position: relative;
  text-align: center;
  transition: all .25s ease;
}
.cta__site-link-btn::before {
  background-image: url(../images/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  margin-right: 4px;
  width: 1em; 
  height: 1em;
}
.cta__site-link-btn:hover,
.cta__site-link-btn:active {
  box-shadow: 0 0 0 0; 
  transform: translateY(3px); 
}

/* ----------------------------------------------------
  case
---------------------------------------------------- */
.case {
  background: #f5f5f5;
  padding: 64px 0 32px;
}
.case__list {
  margin: 48px auto 0;
}
.case__item {
  background: #fff;
  border-radius: 20px;
  flex-grow: 1;
  padding: 24px;
  width: calc((100% - (16px * 5)) / 4);
}
.case__image {
  width: 100%;
}
.case__image img {
  width: 100%;
}
.case__text {
  border-top: 1px solid #f5f5f5;
  font-size: 15px;
  margin-top: 16px;
  padding-top: 16px;
}

/* slick */
.case ul.slider {
  position: relative;
  display: flex;
  gap: 16px;
  justify-content: center;
}
.case .slick-track {
  display: flex;
  gap: 16px;
  justify-content: center;
  position: relative;
  width: 100%!important;
}
.case .row-slider {
  margin: 0 auto;
  padding-bottom: 38px;
}
.case .slider-group {
  position: relative;
}
.case .slick-slide {
  flex-shrink: 0;
  float: none!important;
  height: auto!important;
}
.case ul.slider .slick-dots {
  bottom: -36px;
}
.case ul.slider .slick-dots li {
  margin: 0px 7px;
}
.case ul.slider .slick-dots li.slick-active {
  border-radius: 50%;
  background: #02004b;
}
.case ul.slider .slick-dots li,
.case .slick-dots li button {
  width: 15.12px !important;
  height: 15.12px !important;
}
.case .controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.controls a {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
}
.controls a.prev {
  left: -18.5px;
}
.controls a.next {
  right: -18.5px;
}
.js-paginator-case {
  display: none;
}

/* ----------------------------------------------------
  price
---------------------------------------------------- */
.price {
  border-top: 10px solid #02004c;
  padding: 48px 0;
}
.price__items {
  display: flex;
  justify-content: space-between;
  margin: 48px auto 0;
}
.price__item {
  width: 48%;
}
.price__item-title {
  background-color: #78b050;
  clip-path: polygon(
    0% 0%, 
    100% 0%,
    100% 85%,
    50% 100%,
    0% 85%
  );
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
.price__item-text {
  color: #02004c;
  margin-top: 16px;
}
.price__item-price {
  color: #02004c;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.price__item-number {
  font-size: 100px;
  margin-right: 8px;
}
.price__sup {
  display: block;
  font-size: 12px;
  margin: 24px auto 0;
}

/* ----------------------------------------------------
  comparison
---------------------------------------------------- */
.comparison {
  background: #f5f5f5;
  border-radius: 50px;
  margin: 64px auto 48px;
  padding: 32px 48px;
}
.comparison__image {
  margin: 32px auto 0;
}
.comparison__image img {
  width: 100%;
}

/* ----------------------------------------------------
  steps
---------------------------------------------------- */
.steps {
  padding: 64px 0;
}
.steps__list {
  margin: 48px auto 0;
}
.steps__item + .steps__item {
  margin-top: 16px;
}
.steps__title {
  align-items: center;
  background: #02004c;
  border-radius: 20px;
  color: #fff;
  display: grid;
  font-size: 18px;
  font-weight: bold;
  grid-template-columns: 1fr 24px;
  padding: 16px 16px 16px 24px;
  text-align: center;
}
.steps__title::-webkit-details-marker {
  display: none;
}
summary.steps__title {
  cursor: pointer;
}
summary.steps__title:hover {
  background: #3a4f75;
}
.steps__icon {
  display: block;
  height: 24px;
  position: relative;
  transform-origin: center center;
  transition: transform 0.4s;
  width: 24px;
}
.steps__icon::before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}
.steps__icon::after {
  content: none;
}
details[open] .steps__title {
  border-radius: 20px 20px 0 0;
}
details[open] .steps__icon {
  transform: rotate(180deg);
}
.steps__content {
  background-color: #f5f5f5;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  /*padding: 24px;*/
}
.steps__content-inner {
  padding: 24px; 
}

/* ----------------------------------------------------
  faq
---------------------------------------------------- */
.faq .content-title {
  background: #f5f5f5;
  padding: 32px 0;
}
.faq__list {
  margin-top: 32px;
}
.faq__item + .faq__item {
  border-top: 1px solid #f5f5f5;
}
.faq__question {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: grid;
  font-size: 18px;
  font-weight: bold;
  gap: 6px;
  grid-template-columns: 1fr 24px;
  padding: 16px 24px 16px 60px;
  position: relative;
}
.faq__question::-webkit-details-marker {
  display: none;
}
.faq__question:hover {
  background: #f5f5f5;
  transition: all .25s ease;
}
.faq__question::before {
  color: #4572c4;
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  left: 24px;
  line-height: 1;
  margin-right: 16px;
  position: absolute;
}
.faq__icon {
  display: block;
  height: 24px;
  position: relative;
  transform-origin: center center;
  transition: transform 0.4s;
  width: 24px;
}
.faq__icon::before {
  border-color: #02004c transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}
.faq__icon::after {
  content: none;
}
details[open] .faq__icon {
  transform: rotate(180deg);
}
.faq__answer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  position: relative;
}
.faq__answer::before {
  color: #c00100;
  content: "A";
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  left: 24px;
  line-height: 1;
  margin-right: 16px;
  position: absolute;
  top: 24px;
}
.faq__answer-inner {
  padding: 24px 24px 24px 60px;
}

/* ----------------------------------------------------
  footer
---------------------------------------------------- */
footer {
  background-color: #00023c;
  padding: 48px 0 24px;
  position: relative;
}
.footer__links-wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.footer__links-title {
  color: #fff;
  font-weight: bold;
}
.footer__links-list {
  margin-top: 16px;
}
.footer__links-list li + li {
  margin-top: 8px;
}
.footer__links-list a {
  color: #fff;
}
.footer__links-list a:hover {
  opacity: 0.8;
}
.footer__copyright {
  color: #fff;
  font-size: 12px;
  margin: 24px 0 0 24px;
}
.page-top {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 500;
}
.page-top__link {
  display: block;
}

@media only screen and (min-width: 751px) {
  .sp-only { display:none!important; }
  .kv__btns {
    position: absolute;
    bottom: 0;
    z-index: 100;
  }
}

@media (min-width: 1101px) {
  .main-width {
    max-width: 1040px;
    width: 100%;
  }
  .feature__item {
    max-width: 900px;
  }
}

@media (max-width: 1100px) {
  .main-width {
    max-width: 980px;
    width: calc(100% - 60px);
  }
  .case__item {
    width: calc((100% - (16px * 4)) / 2);
  }
  .js-paginator-case {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .pc-only { display:none!important; }

  /* ----------------------------------------------------
    common
  ---------------------------------------------------- */
  .content-title {
    font-size: 24px;
  }
  .content-title--small {
    font-size: 18px;
  }
  .main-width {
    width: calc(100% - 40px);
  }

  /* ----------------------------------------------------
    header
  ---------------------------------------------------- */
  .header__inner {
    padding: 12px;
  }
  .header__logo {
    flex-shrink: 1;
    gap: 0;
    justify-content: space-between;
    max-width: 100%;
    width: 38%;
  }
  .header__logo > img:first-child {
    width: 70%;
  }
  .header__logo > img:last-child {
    width: 15%;
  }
  .header__logo-by {
    font-size: 2vw;
  }
  .header-cta-btn {
    font-size: 14px;
    padding: 12px 0;
    width: 50%;
  }
  .header__links {
    gap: 12px;
    width: 60%;
  }
  .header__btns {
    gap: 8px;
    width: 100%;
  }
  .header__site-link {
    font-size: 12px;
  }

  /* ----------------------------------------------------
    kv
  ---------------------------------------------------- */
  .kv {
    margin-bottom: 48px;
  }
  .kv__heading {
    position: static;
  }
  .kv__title {
    font-size: 9vw;
    line-height: 1.4;
  }
  .kv__subtitle {
    display: block;
    font-size: 4vw;
    margin-top: 24px;
  }
  .kv__subtitle span {
    display: block;
    margin-top: 8px;
  }
  .kv__subtitle span img {
    width: 100%;
  }
  .kv__image {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .kv__btns {
    margin-top: 20px;
  }
  .kv__btns .header-cta-btn {
    font-size: 20px;
    width: calc((100% - 16px) / 2);
  }

  /* ----------------------------------------------------
    problem
  ---------------------------------------------------- */
  .problem {
    padding: 48px 0 56px;
  }
  .problem__list {
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
  }
  .problem__item-label {
    font-size: 16px;
  }
  .problem__item-title {
    font-size: 20px;
  }
  .problem__item-image {
    width: 70%;
  }
  .problem__arrow {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #02004c;
    margin-top: 56px;
  }
  .problem__arrow-text {
    font-size: 32px;
    margin-top: 16px;
  }

  /* ----------------------------------------------------
    feature
  ---------------------------------------------------- */
  .feature {
    padding: 0 0 48px;
  }
  .feature__item {
    display: block;
  }
  .feature__item-title {
    font-size: 24px;
    width: 100%;
  }
  .feature__item-text {
    font-size: 16px;
    margin-top: 24px;
  }
  .feature__item-image {
    margin-top: 40px;
    text-align: center;
  }
  .feature__item-point li {
    font-size: 15px;
  }
  .feature__item-point li::after {
    top: 46%;
  }
  .feature__item-cards {
    flex-direction: column;
  }
  .feature__item-card img {
    width: 70%;
  }

  /* ----------------------------------------------------
    cta
  ---------------------------------------------------- */
  .cta {
    padding: 32px 0 48px;
  }
  .cta__title {
    flex-direction: column;
    font-size: 20px;
  }
  .cta__title img {
    margin: 12px 0;
  }
  .cta__btns {
    align-items: center;
    flex-direction: column;
  }

  /* ----------------------------------------------------
    case
  ---------------------------------------------------- */
  .case {
    padding: 48px 0 24px;
  }
  .case__list {
    margin-top: 32px;
  }
  .case__item {
    padding: 16px;
    width: 70vw;
  }
  .case__text {
    font-size: 12px;
  }
  .js-paginator-case {
    display: none;
  }

  /* ----------------------------------------------------
    price
  ---------------------------------------------------- */
  .price__items {
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
  .price__item {
    width: 100%;
  }
  .price__item-title {
    font-size: 20px;
    width: 100%;
  }
  .price__item-number {
    font-size: 80px;
  }

  /* ----------------------------------------------------
    comparison
  ---------------------------------------------------- */
  .comparison {
    margin: 48px auto 32px;
    padding: 24px 16px;
  }
  .comparison__image {
    margin-top: 24px;
  }

  /* ----------------------------------------------------
    steps
  ---------------------------------------------------- */
  .steps {
    padding: 48px 0;
  }
  .steps__list {
    margin-top: 24px;
  }
  .steps__title {
    font-size: 16px;
  }

  /* ----------------------------------------------------
    faq
  ---------------------------------------------------- */
  .faq .content-title {
    padding: 24px 0;
  }
  .faq__list {
    margin-top: 24px;
  }
  .faq + .cta {
    padding-top: 48px;
  }
  .faq__question {
    font-size: 16px;
  }

  /* ----------------------------------------------------
    footer
  ---------------------------------------------------- */
  .footer__links-wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .footer__copyright {
    margin-top: 48px;
  }
  .page-top {
    right: 16px;
    bottom: 16px;
  }
  .page-top__image {
    width: 48px;
    height: 48px;
  }
  .footer__copyright {
    font-size: 10px;
  }
}
