@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
  --txt-color: #403F40;
  --main-color: #0072D5;
  --red-color: #F22226;
  --sub-color: #807C80;
  --font-lato: Lato, 'Noto Sans JP', sans-serif;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  color: var(--txt-color);
  font-family: 'Noto Sans JP', sans-serif;
}

.pc {
  display: none;
}
.sp {
  display: block;
}

.modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  border: none;
  background: transparent;
  opacity: 0;
  transition: opacity .3s ease, display .3s ease allow-discrete, overlay .3s ease allow-discrete;
  &::backdrop {
    background: #00000080;
    opacity: 0;
    transition: opacity .3s ease, display .3s ease allow-discrete, overlay .3s ease allow-discrete;
  }
  &[open] {
    opacity: 1;
    pointer-events: auto;
    &::backdrop {
      opacity: 1;
    }
  }
  @starting-style {
    &[open] {
      opacity: 0;
      &::backdrop {
        opacity: 0;
      }
    }
  }
  .modal-cts {
    width: 90%;
    max-width: 700px;
    max-height: 90dvh;
    overflow-y: auto;
    background: #fff;
    padding: 20px;
  }
}
.modal-close {
  all: unset;
  color: var(--sub-color);
  font-size: 40px;
  font-weight: 200;
  cursor: pointer;
  display: block;
  margin-left: auto;
  transition: .3s;
}
.modal__ttl {
  font-size: 1.5rem;
  line-height: 1.5
}
.modal__txt {
  font-size: .9375rem;
  line-height: 1.8;
  margin-top: 20px;
  b {
    font-weight: 700;
  }
}
.modal__txt--02 {
  margin-bottom: 40px;
}
.modal__overview {
  margin-top: 20px;
}
.modal__overview__ttl,
.modal__list__item {
  font-size: .9375rem;
  line-height: 1.8;
}

.content-inner {
  width: calc(100% * 360 / 390);
  max-width: 1000px;
  margin-inline: auto;
}

section[class*="sec--"] {
  padding-block: 40px;
}
.sec-ttl-en {
  color: var(--main-color);
  font-size: .75rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: .05em;
}
.sec-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .03em;
  margin-top: 8px;
}
.sec-txt {
  font-size: .875rem;
  line-height: 1.8;
  letter-spacing: .05em;
  margin-top: 25px;
  a {
    color: inherit;
    font-weight: 700;
    text-underline-offset: 3px;
    transition: .3s;
  }
}
.sec-txt__highlight {
  font-weight: 700;
  background: #FFD12A;
  padding: 3px 6px;
}
.cta__btn-list {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}
.cta__btn-item__label {
  width: fit-content;
  margin-inline: auto;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .03em;
  &::before,
  &::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #fff;
    rotate: 54deg;
    margin-inline: 4px;
    translate: 0 -4px;
  }
  &::after {
    rotate: -54deg;
  }
}
.cta__btn {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding-block: 20px;
  color: var(--txt-color);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .03em;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 10vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
  &::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    scale: 0 1;
    transition: .2s all ease-in-out;
    transform-origin: left center;
  }
  &::after {
    content: '';
    display: block;
    width: 26px;
    height: 7px;
    background: url(../image/ico_arrow01.svg) no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
    transition: .2s all;
  }
}
.cta__btn--contact { 
  background: #FFD12A;
  &::before {
    background: #fff;
  }
}
.cta__btn--download {
  background: #fff;
  &::before {
    background: #FFD12A;
  }
}
.sec-subttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .035em;
  margin-top: 25px;
  +.sec-txt {
    margin-top: 20px;
  }
}
.txt-red {
  color: var(--red-color);
}
.txt-blue {
  color: var(--main-color);
}
.simplebar-track.simplebar-horizontal {
  height: 10px;
  background: #DFDFDF;
  border-radius: 10vh;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  background: #A7A7A7;
  top: 0;
  left: 0;
}
.swipe-notice {
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: #ffffff80;
  transition: .3s;
  overflow: hidden;
  &.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    animation: none;
  }
}
.swipe-notice__img {
  animation: swipe-notice-img-animation .8s linear infinite;
}
@keyframes swipe-notice-img-animation {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    translate: 100% 0;
    opacity: 0;
  }
}

.common-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: #A9A8A9;
  .content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 9px;
  }
}
.header__logo {
  width: 22.778%;
  flex-shrink: 0;
}
.header__logo__link {
  transition: .3s;
}
.header__cta {
  display: flex;
  width: 68.889%;
  justify-content: space-between;
  align-items: center;
}
.header__cta__tel__img {
  width: 16.667%;
}
.header__cta__tel {
  display: flex;
  width: 62.90325%;
  justify-content: end;
  gap: 6px;
}
.header__cta__tel__dtl {
  color: #fff;
  flex-shrink: 0;
}
.header__cta__tel__num {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: var(--font-lato);
  line-height: 1.2;
  letter-spacing: .03em;
}
.header__cta__tel__time {
  display: block;
  font-size: .5rem;
  line-height: 1.4;
  letter-spacing: .03em;
}
.header__cta__btn {
  display: block;
  width: 33.0646%;
  padding-block: 10px;
  background: var(--txt-color);
  border-radius: 6px;
  border: 1px solid var(--txt-color);
  flex-shrink: 0;
  color: #fff;
  font-size: .625rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .03em;
  text-align: center;
  text-decoration: none;
  transition: .3s all ease-in-out;
}
.header__nav {
  background: #004684;
}
.header__nav__inner {
  width: 96.1539%;
  margin-left: auto;
}
.header__nav__list {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding-block: 10px;
  scrollbar-color: #00000080 #004684;
}
.header__nav__item {
  flex-shrink: 0;
  padding-right: 10px;
  border-right: 1px solid #ffffff4d;
  &:last-child {
    border: 0;
  }
}
.header__nav__link {
  color: #fff;
  text-decoration: none;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .05em;
}

.mv {
  padding-block: 40px;
  position: relative;
  color: #fff;
  background: url(../image/img_mv01.avif) no-repeat top 40px left calc(50% + 164px)/auto 160px;
}
.mv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -1;
}
.mv__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .03em;
}
.mv__txt {
  font-size: .8125rem;
  line-height: 1.8;
  letter-spacing: .05em;
  margin-top: 25px;
}
.mv__img-wrapper {
  margin-top: 25px;
}
.mv__img__note-list {
  margin-top: 4px;
}
.mv__img__note-item {
  font-size: .5rem;
  line-height: 1.4;
  letter-spacing: .03em;
  text-align: right;
}
.cta__btn-list--mv {
  margin-top: 25px;
}

.sec--makeshop__logo {
  width: 61.1112%;
  min-width: 220px;
  margin: 20px auto 0;
}

.sec--compare {
  background: #F5F5F5;
}
.sec--compare__list {
  margin-top: 20px;
}
.sec--compare__item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .04em;
  padding-block: 10px;
  border-bottom: 1px solid #dedede;
  &::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../image/ico_makeshop01.svg) no-repeat center/cover;
    flex-shrink: 0;
  }
  &:last-child {
    border: none;
  }
}
.sec--compare__table-wrapper {
  padding-bottom: 30px;
  margin-top: 20px;
}
.sec--compare__table-wrapper .simplebar-content-wrapper.is-draggable {
  cursor: grab;
}
.sec--compare__table-wrapper .simplebar-content-wrapper.is-draggable:active {
  cursor: grabbing;
}
.sec--compare__table-wrapper .simplebar-content-wrapper.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.sec--compare__table {
  width: 1120px;
  border-collapse: collapse;
  table-layout: fixed;
  th,td {
    padding: 15px;
    border: 1px solid #dedede;
  }
}
.sec--compare__table__col-ttl {
  width: 240px;
  background: var(--txt-color);
  color: #fff;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
  text-align: center;
  padding: 15px;
  &:empty{
    width: 160px;
  }
}
.sec--compare__table__row-ttl {
  width: 160px;
  background: var(--main-color);
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: left;
}
.sec--compare__table__txt {
  font-size: .8125rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  span {
    padding: 3px 10px;
    background: #FFE06F;
    font-size: .875rem;
    font-weight: 700;
  }
  +& {
    margin-top: 10px;
  }
}
.sec--compare__table__bg {
  background: #EFF9FF;
}
td:not([class]) {
  background: #fff;
}
.sec--compare__note {
  font-size: .625rem;
  line-height: 1.5;
  letter-spacing: .07em;
  text-align: right;
  margin-top: 20px;
}

.sec--cta {
  background: linear-gradient(96deg, #0064BC 0%, #0072D5 100%);
  padding-block: 50px;
  color: #fff;
}
.sec--cta__txt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .035em;
}
.sec--cta__img {
  width: 69.4445%;
  min-width: 250px;
  margin: 20px auto 0;
}

.sec--cost__note-list {
  margin-top: 20px;
}
.sec--cost__note-list__item {
  font-size: .6875rem;
  line-height: 1.8;
  letter-spacing: .063em;
  a {
    color: var(--txt-color);
    font-weight: 700;
    transition: .3s;
  }
}
.sec--cost__logo {
  width: 27.7778%;
  margin: 20px auto 0;
}
#partner {
  scroll-margin-top: 30px;
}

.sec--cread {
  background: #F5F5F5;
}
.sec--cread__logo {
  width: 33.3334%;
  margin: 20px auto 0;
}

.sec--works {
  background: #F5F5F5;
}
.sec--works__list-wrapper {
  margin-top: 25px;
  padding-bottom: 30px;
}
.sec--works__list-wrapper .simplebar-content-wrapper.is-draggable {
  cursor: grab;
}
.sec--works__list-wrapper .simplebar-content-wrapper.is-draggable:active {
  cursor: grabbing;
}
.sec--works__list-wrapper .simplebar-content-wrapper.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.sec--works__list {
  display: flex;
  gap: 20px;
}
.sec--works__item {
  width: 300px;
  flex-shrink: 0;
}
.sec--works__item__inner {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.sec--works__item__link {
  color: var(--txt-color);
  text-decoration: none;
  transition: .3s;
}
.sec--works__item__img {
  width: calc(100% + 30px);
  max-width: none;
  margin: -15px -15px 0;
  object-fit: cover;
}
.sec--works__item__ttl__txt {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .04em;
  margin-top: 15px;
}
.sec--works__item__ttl__sub-txt {
  color: var(--sub-color);
  font-size: .6875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .036em;
  margin-top: 3px;
}
.sec--works__item__dtl {
  font-size: .8125rem;
  line-height: 1.8;
  letter-spacing: .05em;
  margin-top: 18px;
}

.sec--faq__list {
  display: grid;
  gap: 15px;
  margin-top: 25px;
}

.sec--faq__acc {
  interpolate-size: allow-keywords;
  background: #f5f5f5;
  border-radius: 10px;
  &[open] {
    .sec--faq__acc__btn::after {
      rotate: 180deg;
    }
  }
  &::details-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease, opacity .3s ease, content-visibility .3s ease allow-discrete;
  }
  &[open]::details-content {
    height: auto;
    opacity: 1;
  }
}
.sec--faq__acc__btn {
  display: block;
  list-style: none;
  padding: 15px;
  position: relative;
  transition: .3s;
  &::before,
  &::after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: var(--txt-color);
    position: absolute;
    top: 50%;
    right: 15px;
    translate: 0 -50%;
  }
  &::after {
    rotate: 90deg;
    transition: .3s;
  }
}
.sec--faq__list__item__inner {
  display: flex;
  gap: 10px;
}
.sec--faq__list__item__inner--q {
  align-items: center;
}
.sec--faq__list__item__inner--a {
  padding: 0 15px 25px;
}
.sec--faq__list__item__mark {
  display: grid;
  place-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-lato);
  line-height: 1.5;
  letter-spacing: .05em;
  flex-shrink: 0;
}
.sec--faq__list__item__mark--q {
  background: var(--main-color);
}
.sec--faq__list__item__mark--a {
  background: var(--txt-color);
}
.sec--faq__list__item__ttl {
  padding-right: 22px;
}
.sec--faq__list__item__ttl__txt {
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .04em;
}
.sec--faq__list__item__dtl {
  display: grid;
  align-items: center;
}
.sec--faq__list__item__dtl__txt {
  font-size: .8125rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.sec--contact {
  background: #F5F5F5;
}

.common-footer {
  padding-block: 60px 30px;
}
.footer__logo__img {
  width: 110px;
  transition: .3s;
}
.footer__logo__txt {
  margin-top: 20px;
  color: var(--sub-color);
  font-size: .75rem;
  line-height: 1.6;
  letter-spacing: .06em;
}
.footer__address {
  font-size: .8125rem;
  line-height: 1.8;
  letter-spacing: .06em;
  margin-top: 30px;
}
.footer__address__link {
  color: var(--txt-color);
  text-underline-offset: 3px;
  transition: .3s;
}
.footer__address__icon {
  display: inline-block;
  width: 10px;
  translate: 0 2px;
  margin-right: 4px;
}
.footer__content-nav-wrapper {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 40px;
  margin-top: 30px;
}
.footer__content-nav__list {
  display: flex;
  gap: 15px;
}
.footer__content-nav__item:first-child {
  border-right: 1px solid #dedede;
  padding-right: 15px;
}
.footer__content-nav__link {
  color: var(--sub-color);
  font-size: .75rem;
  font-weight: 600;
  font-style: italic;
  font-family: var(--font-lato);
  line-height: 1.5;
  letter-spacing: .06em;
  text-underline-offset: 3px;
  transition: .3s;
}
.footer__copyrights {
  color: #A9A9A9;
  font-size: .625rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: .07em;
}

@media (min-width: 769px) {
  html {
    scroll-padding-top: 151px;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  section[class*="sec--"] {
    padding-block: 70px;
  }
  .sec-ttl-en {
    font-size: .8125rem;
  }
  .sec-ttl {
    font-size: 2rem;
    margin-top: 10px;
  }
  .sec-txt {
    font-size: .9375rem;
    letter-spacing: .046em;
    margin-top: 30px;
  }
  .cta__btn-list {
    max-width: 517px;
    grid-template-columns: 51.2573% 1fr;
    gap: 20px;
  }
  .cta__btn-item__label {
    line-height: 1.5;
  }
  .cta__btn {
    margin-top: 10px;
    padding: 20px 0 20px 40px;
    line-height: 1.5;
    text-align: left;
  }
  .sec-subttl {
    font-size: 1.5rem;
    letter-spacing: .029em;
    margin-top: 30px;
  }
  .sec-col {
    display: grid;
    grid-template-columns: 1fr 20%;
    gap: 50px;
    justify-content: space-between;
    margin-top: 20px;
    .sec-txt {
      margin: 0;
    }
  }

  .common-header {
    .content-inner {
      max-width: 1100px;
      padding-block: 24px;
    }
  }
  .header__logo {
    width: 110px;
  }
  .header__cta {
    width: auto;
    gap: 25px;
  }
  .header__cta__tel {
    width: auto;
    gap: 14px;
  }
  .header__cta__tel__img {
    width: 32px;
  }
  .header__cta__tel__num {
    font-size: 1.875rem;
  }
  .header__cta__tel__time {
    font-size: .625rem;
  }
  .header__cta__btn {
    width: auto;
    padding: 16px 30px;
    font-size: .8125rem;
    border-radius: 10vh;
    .pc {
      display: inline;
    }
  }
  .header__nav__list {
    justify-content: center;
    gap: 0;
    padding-block: 12px;
  }
  .header__nav__item {
    width: 142px;
    padding: 0;
    text-align: center;
    position: relative;
  }
  .header__nav__link {
    display: block;
    width: fit-content;
    margin-inline: auto;
    font-size: .875rem;
    transition: .3s all ease-in-out;
    background: linear-gradient(to right,#fff 0%,#fff 50%,transparent 50%,transparent 100%) no-repeat left 100% bottom/200% 1px;
    &::before {
      content: '';
      display: block;
      position: absolute;
      inset: 0;
    }
  }

  .mv {
    padding-block: 70px 64px;
    background: url(../image/img_mv01.avif) no-repeat top calc(50% - 29px) left calc(50% + 299px)/475px auto;
    .content-inner {
      container-type: inline-size;
      container-name: mv-content-inner;
    }
  }
  .mv__ttl {
    width: 55.5%;
    font-size: 2.75rem;
  }
  .mv__txt {
    width: 50%;
    font-size: .875rem;
  }
  .mv__img-wrapper {
    max-width: 406px;
    margin: 0;
    position: absolute;
    top: calc(50% + 59px);
    left: calc(50% + 94px);
  }
  .mv__img__note-item {
    font-size: .625rem;
  }
  .cta__btn-list--mv {
    width: 51.7%;
    margin-top: 40px;
  }
  @container mv-content-inner (width < 960px) {
    .cta__btn-list--mv {
      grid-template-columns: 100%;
    }
    .cta__btn {
      text-align: center;
      padding: 20px 0;
    }
  }

  .sec--makeshop__inner {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 100px;
    justify-content: space-between;
    align-items: center;
  }
  .sec--makeshop__logo {
    margin: 0;
    width: 100%;
  }

  section.sec--compare {
    padding-top: 60px;
  }
  .sec--compare__list {
    margin-top: 30px;
  }
  .sec--compare__item {
    font-size: 1.125rem;
  }
  .sec--compare__table-wrapper {
    padding-bottom: 40px;
    margin-top: 30px;
  }

  .sec--cta {
    padding-block: 70px;
  }
  .sec--cta__inner {
    position: relative;
    z-index: 0;
  }
  .sec--cta__txt {
    font-size: 1.625rem;
    letter-spacing: .027em;
  }
  .sec--cta__img {
    width: 38.3%;
    position: absolute;
    margin: 0;
    right: -30px;
    bottom: -34px;
    z-index: -1;
  }

  .sec--cost__note-list__item {
    font-size: .75rem;
    letter-spacing: .058em;
  }
  .sec--cost__logo {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin: 0;
  }
  
  .sec--cread__logo {
    width: 100%;
    margin: 0;
  }

  .sec--works__list-wrapper {
    margin-top: 30px;
  }
  .sec--works__list {
    gap: 30px;
  }
  .sec--works__item {
    width: 340px;
  }
  .sec--works__item__inner {
    padding: 20px;
  }
  .sec--works__item__img {
    width: calc(100% + 40px);
    margin: -20px -20px 0;
    object-fit: cover;
  }
  .sec--works__item__ttl__txt {
    font-size: 1.125rem;
    letter-spacing: .038em;
    margin-top: 20px;
  }
  .sec--works__item__ttl__sub-txt {
    font-size: .75rem;
    letter-spacing: .058em;
  }
  .sec--works__item__dtl {
    font-size: .875rem;
  }

  .sec--faq__list {
    gap: 20px;
    margin-top: 30px;
  }
  .sec--faq__acc__btn {
    cursor: pointer;
    padding: 20px 60px 20px 20px;
    &::before,
    &::after {
      width: 15px;
      height: 3px;
      right: 20px;
    }
  }
  .sec--faq__list__item__inner {
    gap: 20px;
  }
  .sec--faq__list__item__inner--q {
    align-items: center;
  }
  .sec--faq__list__item__inner--a {
    padding: 0 20px 30px;
  }
  .sec--faq__list__item__mark {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
  .sec--faq__list__item__ttl {
    padding: 0;
  }
  .sec--faq__list__item__ttl__txt {
    font-size: 1rem;
    letter-spacing: .04375em;
  }
  .sec--faq__list__item__dtl__txt {
    font-size: .875rem;
  }
  
  .common-footer {
    padding-bottom: 40px;
  }
  .footer-inner {
    display: grid;
    grid-template-columns: 21.5% 1fr;
    gap: 70px;
  }
  .footer__address {
    font-size: .875rem;
    letter-spacing: .05em;
    margin: 0;
  }
  .footer__content-nav__link {
    font-size: .8125rem;
    letter-spacing: .054em;
  }
  .footer__copyrights {
    font-size: .6875rem;
    letter-spacing: .063em;
  }

}

@media (any-hover: hover) {
  .sec-txt a:hover {
    opacity: .5;
  }
  .cta__btn:hover {
    &::before {
      scale: 1 1;
    }
    &::after {
      animation: arrow-animation .4s forwards;
    }
  }
  .modal-close:hover {
    opacity: .5;
  }
  
  .header__logo__link:hover {
    opacity: .5;
  }

  .header__cta__btn:hover {
    background: #fff;
    color: var(--txt-color);
  }
  .header__nav__link:hover {
    background-position: left bottom;
  }

  .sec--cost__note-list__item a:hover {
    opacity: .5;
  }

  .sec--works__item__link:hover {
    opacity: .5;
  }

  .sec--faq__acc__btn:hover {
    opacity: .7;
  }

  .footer__logo__img:hover {
    opacity: .5;
  }
  .footer__address__link:hover {
    opacity: .5;
  }
  .footer__content-nav__link:hover {
    opacity: .5;
  }
}

@keyframes arrow-animation {
  0% {
    translate: 0 -50%;
  }
  40% {
    translate: -8px -50%;
  }
  100% {
    translate: 8px -50%;
  }
}