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);
}
.bold {
  font-weight: 600;
}
.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);
}
.floating-banner {
  display: inline-block;
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: -10px;
  cursor: pointer;
}
.floating-banner a {
  text-decoration: none;
}
.floating-banner__inactive {
  opacity: 0;
  visibility: hidden;
}
.banner {
  width: 100vw;
  padding: 15px 10px;
  background: linear-gradient(86.13deg, #8BCDCE -3.42%, #559A98 59.59%);
  color: #fff;
  text-align: center;
}
.banner__text {
  font-size: 20px;
  line-height: 1em;
}
.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);
}
.about {
  background: #fff;
}
.about__case {
  margin: 20px 0;
}
.about__case + .about__case {
  margin-top: 60px;
}
.about__case__description {
  font-size: 14px;
}
.about__case__title {
  display: flex;
  align-items: center;
  grid-template-columns: 140px 1fr;
  gap: 15px;
  font-size: 17px;
}
.about__case__title__label {
  display: inline-block;
  margin: 0;
  background: #419A9D;
  padding: 7px 14px;
  border-radius: 12px 2px;
  text-align: center;
  color: #fff;
}
.about__topic__title {
  text-decoration: underline dotted 0.28em #419A9D;
  padding: 16px 0 8px;
  color: #2e2422;
  text-align: left;
}
.about__topic__text {
  line-height: 1.8em;
}
.worries {
  padding-bottom: 0px;
}
.worries__point + .worries__point {
  margin-top: 80px;
}
.worries__title {
  font-size: 19px;
  text-align: center;
  line-height: 1.9em;
  position: relative;
  margin-bottom: 2em;
}
.worries__list {
  margin: 0 0 40px;
  padding-left: 10px;
  list-style: none;
}
.worries__list li {
  margin-top: 0.6em;
}
.worries__list li:before {
  content: "◆";
  color: #419a9d;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  font-size: 14px;
}
.worries__answer:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 50px solid #fff;
}
.worries__answer__text {
  text-align: center;
  padding: 110px 0 60px;
  font-size: 18px;
  line-height: 34px;
  background-color: #f1f7f7;
}
.worries__answer__text span {
  font-size: 23px;
  color: #419a9d;
}
.benefits__point {
  margin-bottom: 0px;
}
.benefits__point__circle {
  text-align: center;
  margin: -35px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  border-radius: 90px;
  background: radial-gradient(#fdf6ea 0%, #fff 70%);
}
.benefits__point__circle.circle2 {
  background: radial-gradient(#f9fae0 0%, #fff 70%);
}
.benefits__point__circle__text {
  color: #2f2a25;
  letter-spacing: 2px;
  margin: 15px 0;
  font-size: 21px;
}
.benefits__annotation {
  font-size: 15px;
}
.benefits__annotation a {
  text-decoration: none;
  color: #419A9D;
  cursor: pointer;
}
.benefits__point__desc {
  margin: 0;
  padding: 30px 10px;
}
.houkokusho {
  text-align: center;
  font-size: 15px;
}
.houkokusho button {
  border-radius: 2em;
  padding: 1.1em;
}
.houkokusho button:hover {
  background-color: #fff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.process {
  background: #f7f7f7;
}
.process__steps {
  margin-top: 15%;
}
.process__step {
  position: relative;
  padding: 0 5% 0 10%;
  display: flex;
}
.process__step__num {
  top: -0.3em;
  width: 2.2em;
  height: 2.2em;
  border-radius: 2.2em;
  margin: 0;
  font-size: 0.9em;
  color: #fff;
}
.process__step__num.step1 {
  background: #8BCDCE;
}
.process__step__num.step2 {
  background: #79C6C7;
}
.process__step__num.step3 {
  background: #56B6B8;
}
.process__step__num.step4 {
  background: #48AAAC;
}
.process__step__num.step5 {
  background: #419A9D;
}
.process__step__num span {
  position: absolute;
  top: 0.3em;
  left: 0.5em;
}
.process__step__text {
  margin-left: 0.9em;
  padding: 0 2em 8%;
  flex-basis: 75%;
  border-left: 2px dotted #B2B2B2;
}
.process__step__text.last {
  border-left: none
}
.process__step__title {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.process__step__desc {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.9em;
}
.counselor {
  background: #e1f0ef;
  text-align: center;
}
.counselor button:hover {
  background-color: rgba(65, 154, 157, 1.0);
  box-shadow: 0px 15px 20px rgba(79, 126, 126, 0.6);
  color: #fff;
  transform: translateY(-2px);
}
.counselor button:active {
  border: none;
  outline: none;
  transform: translateY(5px);
}
.counselor__boxes {
  padding: 0;
}
.counselor__boxes a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.counselor__boxes a:active {
  color: #fff;
}
.counselor__box {
  margin: 30px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.counselor__image {
  max-width: 70%;
}
.counselor__box__name {
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  margin: 20px 0 10px;
  background: #4f7e7e;
  padding: 8px 12px;
  border-radius: 12px 2px;
}
.counselor__box__roll {
  color: #4f7e7e;
  font-size: 15px;
  margin: 10px 0;
}
.counselor__box__text {
  font-size: 15px;
  text-align: left;
  width: 80%;
}
.use {
  text-align: center;
  background: #f6f6fb;
}
.use a {
  cursor: pointer;
  color:#559A98;
  text-decoration:none;
}
.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;
}
.price {
  background: #f7f7f7;
  text-align: center;
  position: relative;
}
.price__section {
  margin-bottom: 50px;
}
.price a {
  color: #2e2422;
  text-decoration: none;
  cursor: pointer;
}
.price a:active {
  color: #707070;
}
.price__title {
  line-height: 35px;
  font-size: 19px;
  color: #2e2422;
  width: 300px;
  position: absolute;
}
.price__title__circle {
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  background: radial-gradient(#fdf6ea 0%, #f7f7f7 80%);
  position: relative;
}
.price__plan {
  color: #2e2422;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 20px;
}
.price__plan:before,
.price__plan:after {
  border-top: 1px solid #2e2422;
  content: "";
  width: calc(calc(calc(100vw - 40px) * 0.9 - 5em) / 2);
  max-width: calc(calc(520px * 0.9 - 5em) / 2);
}
.price__plan:before {
  margin-right: 1em;
}
.price__plan:after {
  margin-left: 1em;
}
.price__box {
  background: #fff;
  position: relative;
}
.price__text {
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
}
.price__text .s {
  font-size: 19px;
}
.price__annotation {
  text-align: left;
  padding: 10px 0;
  font-size: 14px;
  list-style: "※";
}
.access {
  background: #fcfcff;
}
.access__boxes {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.access__title {
  font-size: 19px;
  padding-bottom: 16px;
}
.access__headline {
  font-size: 15px;
  font-weight: 700;
}
.access p {
  margin: 5px 0 20px;
}
.access__description {
  padding-top: 30px;
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.media {
  background: #f6f3f1;
}
.media__logo {
  padding: 40px 0;
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.media img {
  height: 35px;
}
.media img.large {
  height: 70px;
}
.faq {
  padding: 50px 0 0;
}
.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__source {
  margin: 15px;
  font-size: 12px;
  color: #898989;
  max-width: 100%;
  word-break: break-all;
  line-height: 16px;
}
.faq .faq-above {
  margin: 30px 0;
}
.faq a {
  color: #419A9D;
  text-decoration: none;
  cursor: pointer;
}
.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 (min-width: 540px) {
  .top__text {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
  }
  .top__text__topics {
    display: flex;
    position: relative;
    top: 20%;
    width: 100%;
    justify-content: center;
    grid-gap: 6%;
    margin: 3vw 0;
  }
  .top__text__topic__img {
    width: 17vw;
  }
  .top__text__topic p {
    position: absolute;
    text-align: center;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 2vw;
    color: #b8860b;
  }
  .top__text__topic__large {
    margin: 0.15em;
    font-size: 3.2vw;
  }
  .top__text__title {
    margin: 0;
    font-size: 3.5vw;
    letter-spacing: 0.12em;
    line-height: 1.6em;
  }
  .top__entry {
    font-size: 3vw;
    border-width: 2px;
  }
  .top__text__info {
    font-size: 2vw;
  }
}
@media screen and (max-width: 959px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  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: absolute;
    right: 40px;
    margin: 16px 0;
    z-index: 1;
  }
  .nav__pc ul {
    display: flex;
    gap: 2.5vw;
    list-style: none;
    padding-left: 0;
  }
  .nav__pc li:before {
    content: "";
  }
  .nav__pc a {
    position: relative;
    padding-bottom: 10px;
    color: #2f2a25;
    font-weight: 500;
    text-decoration: none;
    font-size: min(1.1vw, 14px);
    cursor: pointer;
  }
  .nav__pc a:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #2e2422;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    }
  .nav__pc a:hover::after {
    transform: scale(1, 1);
  }
  .nav__pc a:active {
    color: #707070;
  }
  .top {
    background-image: url(../img/main_pc.webp);
    background-size: cover;
    padding: 0;
    text-align: center;
    background-position: bottom;
  }
  .top__boxes {
    display: flex;
    flex-flow: column;
    gap: 2vw;
    position: absolute;
    top: 0;
    left: 10%;
    bottom: 0;
    width: 80%;
    text-align: center;
    align-items: center;
  }
  .top__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 10%;
    width: 80%;
  }
  .top__text__topics {
    display: flex;
    position: relative;
    top: 0;
    width: 60%;
    grid-gap: 8%;
    margin: 2vw 0;
  }
  .top__text__topic__img {
    width: 9.5vw;
  }
  .top__text__topic p {
    position: absolute;
    text-align: center;
    top: 18%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 1.2vw;
    color: #b8860b;
  }
  .top__text__topic__large {
    margin: 0.15em;
    font-size: 1.5vw;
  }
  .top__text__title {
    margin: 0;
    font-size: 1.6vw;
    letter-spacing: 0.12em;
    line-height: 1.6em;
  }
  .top__text__title__box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .top__text__img {
    height: 8vw;
  }
  .cta-buttons {
    bottom: 10%;
  }
  .top__entry {
    display: inline-block;
    font-size: 1.5vw;
    letter-spacing: 0.15em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    background: rgba(142,106,87,0.7);
    border: solid;
    border-width: 2px;
    border-radius: 5px;
    border-color: #fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    outline: none;
  }
  .top__text__info {
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
    font-size: 1.1vw;
  }
  .news__headline {
    font-size: 14px;
  }
  .news__headline a {
    font-size: 15px;
    margin-left: 23px;
    color: #559A98;
    text-decoration: none;
    cursor: pointer;
  }
  .news__see_more {
    position: relative;
    margin: 40px 0 0 auto;
    border: none;
    border-bottom: 1px solid #707070;
    width: 120px;
    max-width: 90%;
    line-height: 2em;
  }
  .news__see_more::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #707070;
    rotate: 40deg;
    position: absolute;
    right: -3px;
    bottom: 9px;
  }
  .news__see_more a {
    margin-left: 5px;
    font-size: 14px;
    color: #707070;
    text-decoration: none;
    cursor: pointer;
  }
  .about {
    position: relative;
  }
  .about__icon5 {
    position: absolute;
    top: 15px;
    left: 0;
    width: 300px;
  }
  .about__box {
    display: grid;
    grid-template-columns: 65% 35%;
    padding: 40px 80px;
    font-size: 15px;
  }
  .about__box.above {
    padding-top: 40px;
  }
  .about__box__left {
    line-height: 28px;
  }
  .about__box__right {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .about__box__right img {
    width: 50px;
    margin-right: 30px;
  }
  .about__box__right__text {
    font-size: 25px;
  }
  .about__box__right__rate {
    display: inline-block;
    font-size: 40px;
    color: #c76897;
  }
  .worries {
    position: relative;
    text-align: center;
  }
  .worries__point + .worries__point {
  margin-top: 100px;
}
  .worries__icon4 {
    position: absolute;
    top: 290px;
    right: 0;
    width: 200px;
  }
  .worries__title {
    text-align: center;
    font-size: 22px;
    position: relative;
    margin-bottom: 2em;
  }
  .worries__list {
    margin: 0 auto 60px;
    text-align: left;
    max-width: 500px;
  }
  .worries__list li:before {
    content: "◆";
    color: #419a9d;
    margin-right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
    font-size: 16px;
  }
  .worries__answer:after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 120px solid #fff;
  }
  .worries__answer__text {
    text-align: center;
    padding: 200px 0 80px;
    font-size: 20px;
    line-height: 40px;
    background-color: #f1f7f7;
  }
  .worries__answer__text span {
    font-size: 24px;
    color: #419a9d;
  }
  .benefits__points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .benefits__point {
    display: flex;
    gap: 5%;
    place-items: center;
  }
  .benefits__point__circle {
    width: 200px;
    height: 200px;
    margin: auto auto -20px;
  }
  .benefits__point__circle__text {
    color: #2f2a25;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.7em;
  }
  .benefits__annotation {
    font-size: 12px;
  }
  .benefits__point__desc {
    margin: 0;
    padding: 30px 0;
  }
  .process p {
    padding: 0 3%;
  }
  .process__steps {
    margin-top: 7%;
  }
  .process__step {
    position: relative;
    padding: 0 5% 0 10%;
    display: flex;
  }
  .process__step__num {
    position: absolute;
    top: -0.4em;
    width: 2.4em;
    height: 2.4em;
    border-radius: 2.4em;
    margin: 0;
    font-size: 1em;
    color: #fff;
  }
  .process__step__num span {
    position: absolute;
    top: 0.4em;
    left: 0.6em;
  }
  .process__step__text {
    margin-left: 1em;
    padding: 0 3em 6%;
    flex-basis: 75%;
    border-left: 3px dotted #B2B2B2;
  }
  .process__step__title {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .process__step__desc {
    text-align: left;
    font-size: 0.8em;
    line-height: 1.9em;
  }
  .counselor {
    background: #e1f0ef;
    text-align: center;
  }
  .counselor__boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 100px;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .counselor__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .counselor__image {
    max-width: 100%;
  }
  .counselor__box__name {
    font-size: 16px;
    margin-top: 30px;
  }
  .counselor__box__roll {
    color: #4f7e7e;
    font-size: 14px;
    margin: 10px -30px;
  }
  .counselor__box__text {
    font-size: 15px;
    text-align: left;
  }
  .cases {
    position: relative;
  }
  .about__title {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.9em;
    color: #fff;
    font-size: 18px;
  }
  .about__title__label {
    display: inline-block;
    margin: 10px 0;
    background: #419A9D;
    padding: 8px 20px;
    border-radius: 12px 2px;
    text-align: center;
    width: 110px;
  }
  .about__topic__title {
    text-decoration: underline dotted 0.28em #c6c6d8;
    padding: 0 0 15px;
    color: #2e2422;
    text-align: left;
  }
  .about__description {
    display: grid;
    grid-template-columns: 140px 1fr;
    font-size: 14px;
    line-height: 1.8em;
  }
  .about__case__title {
    display: flex;
    align-items: center;
    grid-template-columns: 140px 1fr;
    gap: 30px;
    line-height: 1.9em;
  }
  .about__case__title__label {
    display: inline-block;
    margin: 10px 0;
    background: #419A9D;
    padding: 8px 20px;
    border-radius: 12px 2px;
    text-align: center;
  }
  .about__case__description {
    display: grid;
    grid-template-columns: 100px 1fr;
    font-size: 14px;
    line-height: 1.8em;
  }
  .about__topic__title {
    text-decoration: underline dotted 0.28em #419A9D;
    padding: 0 0 15px;
    color: #2e2422;
    text-align: left;
  }
  .about__topic__text {
    margin: 0px;
    padding: 0 20px 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;
  }
  .price__title {
    font-size: 20px;
  }
  .price__plans {
    width: 100%;
    margin: 0;
  }
  .price__plan {
    color: #2e2422;
    font-size: 20px;
    margin: 80px 0 40px;
  }
  .price__plan:before,
  .price__plan:after {
    border-top: 1px solid #2e2422;
    content: "";
    width: calc(400px - 4em);
    max-width: 50vw;
  }
  .price__plan:before {
    margin-right: 1em;
  }
  .price__plan:after {
    margin-left: 1em;
  }
  .price__plan__second:before {
    margin-right: 1em;
  }
  .price__plan__second:after {
    margin-left: 1em;
  }
  .price__boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .price__box {
    text-align: center;
  }
  .price__text {
    padding: 0;
    text-align: center;
    font-size: 24px;
  }
  .price__text .s {
    font-size: 19px;
  }
  .access__boxes {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .access__title {
    font-size: 20px;
  }
  .access__description {
    float: left;
    width: 52%;
    padding: 0;
  }
  .access__img {
    float: right;
    position: relative;
    width: 48%;
    height: 0;
    padding-top: 0;
  }
  .media__logo {
    margin: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
  .media img {
    height: 40px;
  }
  .media img.large {
    height: 80px;
  }
  .faq {
    position: relative;
    padding: 120px 0 0;
  }
  .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;
  }
  .faq__source {
    font-size: 12px;
    color: #898989;
    line-height: 18px;
    margin: 10px 0;
  }
  .faq .faq-above {
    margin: 70px 0;
  }
  .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;
  }
}