body {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  color: #454545;
  margin: 0;
}
h2 {
  margin: 0;
}
h3 {
  margin: 0;
  font-weight: 400;
}
h4 {
  margin: 0;
  font-weight: 400;
}
img {
  max-width: 100%;
}
section {
  padding: 50px 20px;
}
.wrapper {
  max-width: 520px;
  margin: auto;
}
p,
li {
  font-size: 15px;
  line-height: 1.8em;
}
button {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  padding: 1.1em 2.4em;
  letter-spacing: 0.15em;
  font-weight: 500;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  margin: 20px 0;
}
button:hover {
  background-color: rgba(142, 106, 87, 0.7);
  box-shadow: 0px 15px 20px rgba(142, 106, 87, 0.4);
  color: #fff;
  transform: translateY(-2px);
}
button:active {
  border: none;
  outline: none;
  transform: translateY(5px);
}
.toggle-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.toggle-btn__line {
  background: #707070;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.5s;
  width: 100%;
}
.toggle-btn__line--top {
  top: 3px;
}
.toggle-btn__line--center {
  top: 15px;
}
.toggle-btn__line--bottom {
  top: 27px;
}
.toggle-btn__line--top.active {
  top: 15px;
  transform: rotate(45deg);
}
.toggle-btn__line--center.active {
  transform: scaleX(0);
}
.toggle-btn__line--bottom.active {
  top: 15px;
  transform: rotate(135deg);
}
.toggle-btn {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.toggle-btn__line {
  background: #a99e93;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.5s;
  width: 100%;
}
.toggle-btn__line--top {
  top: 3px;
}
.toggle-btn__line--center {
  top: 15px;
}
.toggle-btn__line--bottom {
  top: 27px;
}
.toggle-btn__line--top.active {
  top: 15px;
  transform: rotate(45deg);
}
.toggle-btn__line--center.active {
  transform: scaleX(0);
}
.toggle-btn__line--bottom.active {
  top: 15px;
  transform: rotate(135deg);
}
.nav__sp__logo {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nav__sp__logo img {
  height: 32px;
}
.nav__sp__logo span {
  font-size: 13px;
  color: #2f2a25;
  margin-left: 10px;
  white-space: nowrap;
}
.toggle-btn.sp-only {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 11;
}
.nav__sp {
  margin-top: 56px;
}
.nav__sp {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nav__sp__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.nav__sp__inner ul {
  padding: 0;
}
.nav__sp__inner li {
  line-height: 8vh;
  list-style: none;
}
.nav__sp__inner a {
  color: #fff;
  font-size: min(4.5vw,30px);
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
.nav__sp__item:hover {
  opacity: 0.7;
}
.title {
  font-size: 29px;
  font-weight: 500;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.title h2 {
  font-size: 19px;
  font-weight: 400;
  display: block;
  margin: 10px 0 30px;
}
.title:before {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: linear-gradient(45deg, #69B3AE, #73a5c9);
}
.button__description {
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 0.5em;
  width: 90%;
  margin: 0 auto -15px;
}
.button__description::before,
.button__description::after {
  color: #767676;
  position: absolute;
  top: 0.9rem;
  height: 1.2rem;
  content: '';
}
.button__description::before {
  border-left: solid 2px;
  left: calc(50% - 130px);
  transform: rotate(-30deg);
}
.button__description::after {
  border-right: solid 2px;
  right: calc(50% - 130px);
  transform: rotate(30deg);
}
.top {
  position: relative;
  overflow: hidden;
  padding: 0;
  text-align: center;
  /* keep first view within *visible* viewport */
  height: 100vh;
  min-height: 100vh;
  height: 100dvh;
  min-height: 100dvh;
}
.top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
  z-index: 0;
}
.top__top {
  position: relative;
  z-index: 1;
}
.top__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 100%;
  /* keep content visible under fixed SP header */
  padding: 56px 5% 24px;
}
.top__item {
  /* SP: keep h2 + collage in normal flow so it doesn't slip out of viewport */
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  text-align: center;
  width: 90vw;
  max-width: 560px;
}
.top__text__title {
  margin: 0;
  font-size: clamp(15px, 4.5vw, 23px);
  letter-spacing: 0.12em;
  line-height: 1.6em;
  font-weight: 400;
}
.fade-item {
  --x: 0px;
  --y: 0px;
  --delay: 0ms;
  opacity: 0;
  transform: translate3d(var(--x), calc(var(--y) + var(--fade-travel, 40px)), 0);
  transition: opacity 2.2s ease, transform 2.2s ease;
  transition-delay: var(--delay);
  will-change: opacity, transform;
}
.fade-item.visible {
  opacity: 1;
  transform: translate3d(var(--x), var(--y), 0);
}
.fade-item.exit-up {
  opacity: 0;
  transform: translate3d(var(--x), calc(var(--y) - var(--fade-travel, 40px)), 0);
  transition-delay: 0ms;
}

/* Top KV collage */
.fade-section.art-collage {
  /* override global section padding */
  padding: 0;
  margin: 0;

  --kv-base: clamp(92px, 12svh, 130px);
  --kv-scale: 1.58;
  /* travel distance: from section bottom -> final, and final -> section top */
  --fade-travel: 100dvh;

  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px; /* slight overlaps OK */
  align-items: stretch;
}
.fade-section.art-collage .fade-item img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* h2: center vertically (slightly above center) */
.fade-section.art-collage .collage-title {
  margin: 0;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(560px, 90vw);
}

/* size ratios (1.png = 1) */
.fade-section.art-collage .fade-item.size-1 img { width: min(calc(var(--kv-base) * var(--kv-scale)), 86vw); }
/* 2.png, 3.png: current size * (2/3) */
.fade-section.art-collage .fade-item.size-2 img { width: min(calc(var(--kv-base) * 2 * var(--kv-scale) * 0.6), 92vw); }
.fade-section.art-collage .fade-item.size-3 img { width: min(calc(var(--kv-base) * 2.5 * var(--kv-scale) * 0.6), 94vw); }
.fade-section.art-collage .fade-item.size-4 img { width: min(calc(var(--kv-base) * 1.3 * var(--kv-scale) * 0.7), 88vw); }

/* stop positions */
.fade-section.art-collage .fade-item.pos-1 {
  align-self: flex-start;
  --x: clamp(-26px, -2vw, -12px);
  --y: 12px;
  /* pull 1.png up close to the nav, but keep it within the reserved top padding */
  margin-top: clamp(-24px, -2.2svh, -10px);
}
.fade-section.art-collage .fade-item.pos-2 {
  align-self: flex-end;
  --x: clamp(0px, 4vw, 52px);
  /* move up by half its own size */
  --y: calc(-50% - 4px);
}
.fade-section.art-collage .fade-item.pos-3 { align-self: flex-start; --x: clamp(-20px, -3vw, -10px); --y: 90px; }
.fade-section.art-collage .fade-item.pos-4 { align-self: flex-end;   --x: clamp(-14px, 0.4vw, 2px); }

/* gentle overlaps (SP) */
.fade-section.art-collage .fade-item.pos-2 { margin-bottom: -10px; }
.fade-section.art-collage .fade-item.pos-3 { margin-top: -10px; }
.fade-section.art-collage .fade-item.pos-4 { margin-top: -8px; }
.cta-buttons {
  position: absolute;
  left: 50%;
  top: calc(50% - 5vh);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: min(86vw, 520px);
}
@keyframes scroll-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.campaign {
  background: #f6f6fb;
}
.campaign__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign button {
  color: #fff;
  font-size: 15px;
  padding: 0.7em 1.6em;
  letter-spacing: 0.15em;
  font-weight: 400;
  background-color: #559A98;
}
.services {
  background: #e1f0ef;
  text-align: center;
}
.services__boxes {
  padding: 0;
}
.services__boxes a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.services__boxes a:active {
  color: #fff;
}
.services__box {
  margin: 30px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  flex-direction: column;
  background-color: #f9fcfb;
  border-radius: 30px;
  padding: 30px 20px;
}
.services__box ul {
  text-align: left;
  padding-inline-start: 30px;
  margin-block-end: 0;
}
.services__image {
  max-width: 70%;
}
.services__box__name {
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  margin: 0;
  background: #4f7e7e;
  padding: 8px 12px;
  border-radius: 12px 2px;
  width: 190px;
}
.services__box__roll {
  color: #4f7e7e;
  font-size: 15px;
  margin: 10px 0;
}
.services__box__text {
  font-size: 15px;
  text-align: left;
  width: 80%;
}
.benefits__point {
  margin-bottom: 30px;
}
.benefits__point__circle {
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 90px;
  background: radial-gradient(#fdf6ea 0%, #fff 70%);
}
.benefits__point__circle.circle2 {
  background: radial-gradient(#f9fae0 0%, #fff 70%);
}
.benefits__point__circle__num {
  width: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #fff;
  color: #a57550;
}
.benefits__point__circle__text {
  color: #2f2a25;
  letter-spacing: 2px;
  margin: 15px 0;
  font-size: 21px;
}
.benefits__point__desc {
  margin: 0 auto 30px;
  width: 80%;
}
.benefits__point__desc button {
  margin: 0;
  padding: 5px 0;
  text-align: left;
  background-color: transparent;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 500;
  color: #559A98;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  outline: none;
}
.benefits__point__desc button:hover {
  background-color: transparent;
  box-shadow: none;
  color: #559A98;
  transform: none;
}
.benefits__teiansho {
  position: fixed;
  width: 100%;
  height: auto;
  inset: 0;
  background: transparent;
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
}
.benefits__teiansho::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}
.cases__case {
  position: relative;
  padding: 20px 0 45px;
  line-height: 1.4em;
}
.cases__case__description {
  font-size: 14px;
}
.cases__case__title {
  display: flex;
  flex-direction: column;
  grid-template-columns: 140px 1fr;
  gap: 25px;
  font-size: 17px;
}
.cases__case__title__label {
  display: inline-block;
  margin: 0;
  background: #f1f1f8;
  padding: 7px 14px;
  border-radius: 12px 2px;
  text-align: center;
}
.cases__topic__title {
  text-decoration: underline dotted 0.28em #c6c6d8;
  padding: 16px 0 8px;
  color: #2e2422;
  text-align: left;
}
.use {
  text-align: center;
  background: #f6f6fb;
}
.use__step {
  background: #fff;
  position: relative;
  padding: 0 18px 18px;
  margin-top: 40px;
}
.use__step__num {
  position: absolute;
  top: -14px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: auto;
  color: #fff;
  position: relative;
}
.use__step__num.step1 {
  background: #abb5e6;
}
.use__step__num.step2 {
  background: #beb4ea;
}
.use__step__num.step3 {
  background: #c9add3;
}
.use__step__num.step4 {
  background: #d6acc6;
}
.use__step__num span {
  position: absolute;
  top: 8px;
  left: 11px;
}
.use__step__title {
  font-size: 19px;
  margin-bottom: 18px;
}
.use__step__desc {
  text-align: left;
  font-size: 15px;
  line-height: 26px;
}
.faq .acd-check {
  display: none;
}
.faq .acd-label {
  display: block;
  margin-bottom: 1px;
  padding: 15px 45px 15px 15px;
  position: relative;
  border-bottom: 1px solid #dfdede;
  cursor: pointer;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 12px;
  font-size: 15px;
  line-height: 1.8em;
}
.faq .acd-label:after {
  box-sizing: border-box;
  content: url("../img/faq_plus.webp");
  display: block;
  height: 100%;
  padding: 19px 15px;
  position: absolute;
  right: 0;
  top: 0px;
}
.faq .acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 15px;
  transition: 0.5s;
  visibility: hidden;
  background: #f7f7f7;
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 10px;
  font-size: 15px;
  line-height: 1.8em;
}
.faq .acd-content__text {
  margin: 3px 1px 0 0;
  font-size: 16px;
}
.faq .acd-check:checked + .acd-label:after {
  padding: 11px 15px;
  content: url("../img/faq_minus.webp");
}
.faq .acd-check:checked + .acd-label + .acd-content {
  height: 100%;
  opacity: 1;
  padding: 15px;
  visibility: visible;
}
.faq .q {
  color: #fff;
  background: #7fbaba;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  line-height: 28px;
}
.faq .a {
  border: solid 1px #fefefe;
  background: #fff;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  line-height: 28px;
}
.faq a {
  color: #419A9D;
  text-decoration: none;
  cursor: pointer;
}
.campaign {
  background: #f6f6fb;
}
.campaign__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign button {
  color: #fff;
  font-size: 15px;
  padding: 0.7em 1.6em;
  letter-spacing: 0.15em;
  font-weight: 400;
  background-color: #559A98;
}
.footer {
  text-align: center;
  background: #f5f5f5;
  padding: 40px 10px;
}
.footer a {
  color: #454545;
  text-decoration: none;
  line-height: 20px;
  font-size: 13px;
  cursor: pointer;
}
.footer img {
  padding: 13px 0;
  height: 40px;
  cursor: pointer;
}
.footer__c {
  font-size: 13px;
  line-height: 0;
}
@media screen and (max-width: 919px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  section {
    padding: 120px 0;
  }
  .wrapper {
    max-width: 100vw;
    width: 800px;
    margin: auto;
  }
  p,
  li {
    font-size: 15px;
    line-height: 1.8em;
  }
  button {
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    padding: 1.1em 2.4em;
    letter-spacing: 0.15em;
    font-weight: 500;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin: 25px 0;
  }
  button:hover {
    background-color: rgba(142, 106, 87, 0.7);
    box-shadow: 0px 15px 20px rgba(142, 106, 87, 0.4);
    color: #fff;
    transform: translateY(-2px);
  }
  button:active {
    border: none;
    outline: none;
    transform: translateY(5px);
  }
  .sp-only {
    display: none;
  }
  .title {
    font-size: 36px;
    font-weight: 500;
    position: relative;
    padding: 1.5rem;
    text-align: center;
  }
  .title h2 {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin: 10px 0 50px;
  }
  .title:before {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: linear-gradient(45deg, #69B3AE, #73a5c9);
  }
  .button__description {
    text-align: center;
    font-size: 15px;
    position: relative;
    padding: 0.5em;
    width: 90%;
    margin: 0 auto -15px;
  }
  .button__description::before {
    border-left: solid 2px;
    left: calc(50% - 155px);
    transform: rotate(-30deg);
  }
  .button__description::after {
    border-right: solid 2px;
    right: calc(50% - 155px);
    transform: rotate(30deg);
  }
  .nav__pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
  }
  .nav__pc__wrap {
    display: flex;
    align-items: center;
  }
  .nav__pc span {
    padding:  5px 0 0 15px;
    font-size: min(1.1vw, 14px);
    line-height: 1;
  }
  .nav__pc ul {
    display: flex;
    gap: 2.2vw;
    list-style: none;
    margin-right: 25px;
  }
  .nav__pc li:before {
    content: "";
  }
  .nav__pc a {
    position: relative;
    color: #2f2a25;
    font-weight: 500;
    text-decoration: none;
    font-size: min(1.1vw, 14px);
    cursor: pointer;
  }
  .nav__pc li a:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #2e2422;
    bottom: -8px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    }
  .nav__pc li a:hover::after {
    transform: scale(1, 1);
  }
  .nav__pc li a:active {
    color: #707070;
  }
  .nav__pc img {
    height: 40px;
    padding-left: 15px;
  }
  .top {
    padding: 0;
    text-align: center;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    /* keep first view within *visible* viewport */
    height: 100vh;
    min-height: 100vh;
    height: 100dvh;
    min-height: 100dvh;
  }
  .top::before {
    background-position: bottom;
  }
  .top__top {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 12svh 10% 4svh;
  }
  .top__item {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: none;
    height: auto;
    width: 80%;
  }
  .top__text__title {
    margin: 0;
    font-size: clamp(9px, 1.7vw, 20px);
    letter-spacing: 0.12em;
    line-height: 1.6em;
    font-weight: 400;
  }

  /* PC layout for KV */
  .fade-section.art-collage {
    --kv-base: clamp(110px, 12svh, 150px);
    --kv-scale: 1.58;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 22px;
    align-items: start;
    justify-items: start;
  }
  .fade-section.art-collage .fade-item.pos-2,
  .fade-section.art-collage .fade-item.pos-4 {
    justify-self: end;
  }
  .fade-section.art-collage .collage-title {
    width: min(820px, 70vw);
    text-align: center;
  }

  /* PC-only fine tuning (do not affect mobile) */
  .fade-section.art-collage .fade-item.pos-1 {
    /* 1.png: a bit more left */
    --x: clamp(-150px, -7vw, -70px);
  }
  .fade-section.art-collage .fade-item.pos-2 {
    /* 2.png: more right + more down */
    --x: clamp(150px, 18.5vw, 370px);
    --y: 70px;
  }
  .fade-section.art-collage .fade-item.pos-3 {
    /* 3.png: a bit more left + up */
    --x: clamp(-290px, -14vw, -140px);
    --y: 40px;
  }
  .fade-section.art-collage .fade-item.pos-4 {
    /* 4.png: more right */
    --x: clamp(22px, 4vw, 70px);
    /* 4.png: slightly down */
    --y: 18px;
  }
  .fade-section.art-collage .fade-item.size-2 img {
    /* 2.png: a bit bigger on PC */
    width: min(calc(var(--kv-base) * 2 * var(--kv-scale) * 0.6 * 1.15), 52vw);
  }
  .fade-section.art-collage .fade-item.size-3 img {
    /* 3.png: a bit bigger on PC */
    width: min(calc(var(--kv-base) * 2.5 * var(--kv-scale) * 0.6 * 1.15), 58vw);
  }
  .fade-section.art-collage .fade-item.size-4 img {
    /* 4.png: bigger on PC */
    width: min(calc(var(--kv-base) * 1.3 * var(--kv-scale)), 44vw);
  }
  .benefits__points {
    margin-bottom: 50px;
  }
  .benefits__point {
    display: flex;
    margin-bottom: 0;
    gap: 5%;
    place-items: center;
  }
  .benefits__point__circle {
    width: 250px;
    height: 240px;
  }
  .benefits__point__circle__num {
    width: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-top: 20px;
  }
  .benefits__point__circle__text {
    color: #2f2a25;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.7em;
  }
  .benefits__point__desc {
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 2.2em;
  }
  .benefits__teiansho {
    position: fixed;
    width: auto;
    max-height: 90%;
    inset: 0;
    margin: auto;
    background: transparent;
    padding: 0;
    overflow: auto;
    border: 0;
  }
  .services {
    background: #e1f0ef;
    text-align: center;
  }
  .services .wrapper {
    max-width: 100vw;
    width: 1000px;
    margin: auto;
  }
  .services__boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .services__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services__image {
    max-width: 100%;
  }
  .services__box__name {
    font-size: 16px;
    margin: 0;
  }
  .services__box__roll {
    color: #4f7e7e;
    font-size: 14px;
    margin: 10px -30px;
  }
  .services__box__text {
    font-size: 15px;
    text-align: left;
  }
  .cases {
    position: relative;
  }
  .cases__icon5 {
    position: absolute;
    top: -100px;
    left: 0;
    width: 300px;
  }
  .cases__case {
    position: relative;
    overflow: hidden;
    padding: 20px 0 40px;
    line-height: 1.4em;
  }
  .cases__case__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-template-columns: 140px 1fr;
    gap: 30px;
    line-height: 1.9em;
  }
  .cases__case__title__label {
    display: inline-block;
    margin: 10px 0;
    background: #f1f1f8;
    padding: 8px 20px;
    border-radius: 12px 2px;
    text-align: center;
  }
  .cases__case__description {
    display: grid;
    grid-template-columns: 140px 1fr;
    font-size: 14px;
    line-height: 1.8em;
  }
  .cases__topic__title {
    text-decoration: underline dotted 0.28em #c6c6d8;
    padding: 0 0 15px;
    color: #2e2422;
    text-align: left;
  }
  .cases__topic__text {
    margin: 0px;
    padding: 0 40px 20px 0;
  }
  .use {
    position: relative;
  }
  .use__icon6 {
    position: absolute;
    top: 400px;
    right: 0;
    width: 250px;
  }
  .use__steps {
    margin: 30px auto 0;
    width: 600px;
  }
  .use__step {
    padding: 0 18px 25px;
    margin-bottom: 45px;
  }
  .use__step__num {
    top: -14px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: auto;
    color: #fff;
    position: relative;
  }
  .use__step__num span {
    top: 13px;
    left: 15px;
  }
  .use__step__title {
    margin-bottom: 18px;
    font-size: 18px;
  }
  .use__step__desc {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
  }
  .faq__icon7 {
    position: absolute;
    top: -120px;
    left: 0;
    width: 200px;
  }
  .faq__icon8 {
    position: absolute;
    top: 300px;
    right: 0;
    width: 150px;
  }
  .faq .acd-check {
    display: none;
  }
  .faq .acd-label {
    display: block;
    padding: 18px 10px;
    position: relative;
    border-bottom: 1px solid #dfdede;
    cursor: pointer;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 12px;
    font-size: 15px;
    line-height: 1.8em;
  }
  .faq .acd-label:after {
    box-sizing: border-box;
    content: url("../img/faq_plus.webp");
    display: block;
    height: 100%;
    padding: 24px 12px 12px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .faq .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 15px;
    transition: 0.5s;
    visibility: hidden;
    background: #f7f7f7;
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-gap: 23px;
    font-size: 15px;
  }
  .faq .acd-content__text {
    margin-left: 10px;
    padding-top: 2px;
  }
  .faq .acd-check:checked + .acd-label:after {
    padding: 14px 12px 12px;
    content: url("../img/faq_minus.webp");
  }
  .faq .acd-check:checked + .acd-label + .acd-content {
    height: 100%;
    opacity: 1;
    padding: 18px 10px;
    visibility: visible;
  }
  .faq .q {
    color: #fff;
    background: #7fbaba;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 35px;
  }
  .faq .a {
    border: solid 1px #fefefe;
    background: #fff;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    line-height: 35px;
  }
  .footer {
    text-align: center;
    background: #f5f5f5;
    position: relative;
    padding: 60px 10px;
  }
  .footer a {
    color: #454545;
    text-decoration: none;
    line-height: 20px;
  }
  .footer__below {
    display: flex;
    justify-content: center;
    gap: 3%;
  }
  .footer img {
    padding: 7px 0;
    height: 40px;
    cursor: pointer;
  }
  .footer__c {
    margin-top: 30px;
    line-height: 0;
  }
}