body {
  background: #f7fffc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}

.inner {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 57px;
  }
}
@media screen and (min-width: 1280px) {
  .inner {
    max-width: 1166px;
    padding-inline: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .section__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section {
  padding-top: 30px;
}

.heading {
  text-align: center;
}

.heading__en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #00331d;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .heading__en {
    font-size: 15px;
  }
}

.heading__ja {
  font-weight: 700;
  line-height: 1;
  position: relative;
  color: #333333;
  margin-top: 9px;
  padding-bottom: 18px;
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .heading__ja {
    font-size: 36px;
  }
}
.heading__ja::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #00331d;
  width: 50px;
  height: 2px;
}
@media screen and (min-width: 1024px) {
  .heading__ja::after {
    width: 70px;
  }
}

.button {
  border-radius: 25px;
  -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 16px 24px;
}
.button-wh {
  background: #fff;
  color: #075735;
}
.button-or {
  color: #fff;
  background: linear-gradient(45deg, #ff8a00, #e9a012);
}
.button-gr {
  color: #fff;
  background: linear-gradient(45deg, #00ba6b, #075735);
}
.button-pc {
  font-size: 14px;
  padding: 12px 18px;
}
@media screen and (min-width: 1280px) {
  .button-pc {
    font-size: 16px;
    padding: 18px 39px 17px;
  }
}

.pc-hidden {
  display: block;
}
@media screen and (min-width: 1024px) {
  .pc-hidden {
    display: none;
  }
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sp-hidden {
    display: block;
  }
}

.underlayer__head {
  background: linear-gradient(45deg, #00ba6b, #075735);
  padding: 120px 15px 45px;
}
@media screen and (min-width: 1024px) {
  .underlayer__head {
    padding: 79px 0 87px;
  }
}

.underlayer__head-title {
  line-height: 1;
  font-weight: 700;
  background: #fff;
  color: #075735;
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
}
@media screen and (min-width: 600px) {
  .underlayer__head-title {
    font-size: 40px;
  }
}

.underlayer__text {
  text-align: center;
  margin-top: 27px;
  color: #fff;
}

.underlayer__inner {
  padding-inline: 15px;
}
@media screen and (min-width: 1024px) {
  .underlayer__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 78px 20px 124px;
  }
}

.wrap {
  overflow: hidden;
}

.header {
  position: relative;
}
.header.is-show, .header.is-show-all {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.is-show .inner, .header.is-show-all .inner {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.header.is-show .header__menu-bar-show, .header.is-show-all .header__menu-bar-show {
  background: #fff;
  padding-bottom: 25px;
  position: fixed;
  z-index: 50;
  width: 100%;
  padding-inline: 15px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.2509803922);
          box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.2509803922);
}
@media screen and (min-width: 768px) {
  .header.is-show .header__menu-bar-show, .header.is-show-all .header__menu-bar-show {
    padding-inline: 57px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .header.is-show .header__menu-bar, .header.is-show-all .header__menu-bar {
    width: 1166px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header.is-show .header__logo a, .header.is-show-all .header__logo a {
  color: #075735;
}
.header.is-show .drawer__icon, .header.is-show-all .drawer__icon {
  margin-top: 22px;
  color: #075735;
}
.header.is-show .drawer__icon-bar:nth-of-type(1), .header.is-show .drawer__icon-bar:nth-of-type(2), .header.is-show-all .drawer__icon-bar:nth-of-type(1), .header.is-show-all .drawer__icon-bar:nth-of-type(2) {
  background: #075735;
}
.header.is-show .header__nav-link, .header.is-show-all .header__nav-link {
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 1024px) {
  .header {
    padding-bottom: 30px;
  }
}

.header__background-color {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ba6b), to(#075735));
  background: linear-gradient(#00ba6b, #075735);
  -webkit-clip-path: polygon(100% 0%, 100% 34%, 26% 84%, 0% 84%, 0 0);
          clip-path: polygon(100% 0%, 100% 34%, 26% 84%, 0% 84%, 0 0);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .header__background-color {
    -webkit-clip-path: polygon(0 0, 66.27% 0, 25.7% 100%, 0 100%);
            clip-path: polygon(0 0, 66.27% 0, 25.7% 100%, 0 100%);
  }
}

.header__menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__menu-bar {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .header__menu-bar {
    width: 1166px;
  }
}

.header__logo {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    margin-top: 26px;
  }
}
.header__logo a {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .header__logo a {
    font-size: 32px;
  }
}

.drawer__icon {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 40px;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .drawer__icon {
    display: none;
  }
}
.drawer__icon.is-checked .drawer__icon-bar {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(1) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(2) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(3) {
  display: none;
}

.drawer__icon-bar {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drawer__icon-bar:nth-of-type(1) {
  top: 6px;
  left: 6px;
  background: #fff;
  width: 28px;
  height: 2px;
}
.drawer__icon-bar:nth-of-type(2) {
  top: 16px;
  left: 6px;
  background: #fff;
  width: 28px;
  height: 2px;
}
.drawer__icon-bar:nth-of-type(3) {
  top: 24px;
  font-size: 10px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__nav-menu {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .header__nav-menu {
    gap: 36px;
    margin-right: 70px;
  }
}

.header__nav-item {
  color: #fff;
  line-height: 1;
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .header__nav-item {
    font-size: 16px;
  }
}

.header__nav-button {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__nav-button {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

.header__drawer-nav {
  position: fixed;
  z-index: 999;
  -webkit-transform: translateX(125%);
          transform: translateX(125%);
  width: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ba6b), to(#075735));
  background: linear-gradient(#00ba6b, #075735);
  padding: 22px 13px 53px;
  margin-top: 627px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__drawer-nav.is-checked {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__drawer-nav-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__drawer-nav-menu {
  margin-top: 35px;
}

.header__drawer-nav-item {
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 19px 0 18px 10px;
  font-size: 14px;
}
.header__drawer-nav-item:nth-of-type(1) {
  border-top: 1px solid #fff;
}

.header__drawer-nav-link {
  color: #fff;
  font-size: 14px;
}

.header__drawer-nav-button {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.fv__inner {
  padding-top: 37px;
}
@media screen and (min-width: 600px) {
  .fv__inner {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .fv__inner {
    padding-top: 63px;
    position: relative;
  }
}

.fv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media screen and (min-width: 600px) {
  .fv__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fv__container-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fv__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  width: fit-content;
  color: #075735;
  line-height: 1;
  padding: 12px 15px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .fv__lead {
    padding: 19px 37px 18px;
    font-size: 20px;
  }
}
.fv__lead::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  width: 12px;
  height: 11px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.fv__title {
  margin-top: 23px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .fv__title {
    margin-top: 33px;
    margin-left: 3px;
    font-size: 40px;
  }
}

.fv__text {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .fv__text {
    margin-left: 3px;
    margin-top: 17px;
    font-size: 16px;
  }
}

.fv__image {
  width: 100%;
  max-width: 699px;
}
.fv__button {
  z-index: 5;
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.fv__button a {
  font-size: 16px;
  padding: 17px 94px;
}
@media screen and (min-width: 600px) {
  .fv__button {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fv__button {
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .fv__button a {
    font-size: 16px;
    padding: 17px 39px;
  }
  .fv__button a:nth-of-type(1) {
    background: #fff;
    color: #075735;
  }
}
@media screen and (min-width: 1024px) {
  .fv__button {
    margin-top: 40px;
    bottom: -50px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__button {
    margin-top: 0;
    bottom: 0;
  }
}

.fv__swiper {
  margin-top: 44px;
}
@media screen and (min-width: 600px) {
  .fv__swiper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fv__swiper {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__swiper {
    margin-top: 42px;
  }
}

.fv__swiper-wrapper {
  margin-left: -162px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fv__swiper-slide {
  width: 100%;
  max-width: 240px;
}
.fv__swiper-slide img {
  border-radius: 25px;
}
@media screen and (min-width: 1024px) {
  .fv__swiper-slide {
    max-width: 324px;
  }
}

.questionnaire {
  background: #f7fffc;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .questionnaire {
    padding-bottom: 82px;
  }
}

.questionnaire__container {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .questionnaire__container {
    margin-top: 71px;
  }
}

.questionnaire__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .questionnaire__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.questionnaire__box {
  width: 290px;
}
.questionnaire__box:nth-of-type(2) .questionnaire__title {
  margin-left: 32px;
}
.questionnaire__box:nth-of-type(3) .questionnaire__text {
  margin-left: -2px;
}

.questionnaire__head {
  padding: 3px 9px;
  color: #fff;
  background: #333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .questionnaire__head {
    font-size: 16px;
  }
}

.questionnaire__image {
  max-width: 290px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .questionnaire__image {
    margin-top: 7px;
  }
}
.questionnaire__title {
  color: #333333;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .questionnaire__title {
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.questionnaire__text {
  margin-top: 11px;
  font-size: 14px;
}

.cta-1 {
  padding: 86px 0 24px;
  background: linear-gradient(45deg, #00ba6b, #075735);
  position: relative;
}
.cta-1::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f2fffa;
  -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
          clip-path: polygon(100% 0, 50% 100%, 0 0);
  width: 214px;
  height: 81px;
}

.cta-1__title {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 10px 15px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  color: #075735;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .cta-1__title {
    font-size: 32px;
  }
}

.cta-1__title + .cta-1__title {
  margin-top: 13px;
}

.cta-1__text {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .cta-1__text {
    font-size: 16px;
  }
}

.features {
  background: #f7fffc;
  padding-bottom: 121px;
}

.features__container {
  margin-top: 56px;
}
@media screen and (min-width: 600px) {
  .features__container {
    margin-top: 70px;
  }
}

.features__contents {
  padding-inline: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .features__contents {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    gap: 111px;
  }
}

.features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .features__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: left;
  }
  .features__content:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1024px) {
  .features__wrap {
    position: relative;
    width: 430px;
  }
}

.features__number {
  color: #cbf7e6;
  font-weight: 700;
  font-size: 48px;
  left: 10%;
}
@media screen and (min-width: 1024px) {
  .features__number {
    position: absolute;
    top: 27px;
    left: 0%;
    font-size: 96px;
  }
}

.features__text-box {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .features__text-box {
    position: absolute;
    top: 109px;
    right: -57px;
    width: 100%;
    margin: 0;
  }
}

.features__title {
  color: #333333;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .features__title {
    font-size: 28px;
  }
}

.features__text {
  margin-top: 15px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .features__text {
    margin-top: 30px;
    width: 373px;
  }
}

.features__image {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .features__image img {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .features__image {
    padding-left: 20px;
  }
  .features__image img {
    max-width: 544px;
  }
}

.voices {
  background: #e6f8f1;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .voices {
    padding-bottom: 103px;
  }
}

.voices__inner {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .voices__inner {
    padding-left: 93px;
    padding-right: 93px;
  }
}

.voices__container {
  position: relative;
  padding-bottom: 67px;
}

.voices__swiper {
  margin-top: 56px;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .voices__swiper {
    margin-top: 119px;
  }
}

.voices__card {
  background: #fff;
  padding: 22px 22px 42px;
  border-radius: 25px;
  max-width: 262px;
}

.voices__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice__card-image {
  background: #f5f0c5;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice__card-image img {
  width: 41px;
  height: 41px;
}

.voices__card-title {
  color: #00331d;
  line-height: 1.2;
  font-weight: 700;
  padding: 10px 0 9px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .voices__card-title {
    font-size: 16px;
  }
}

.voices__card-company {
  margin-top: 14px;
  margin-left: 1px;
  padding: 3px 5px;
  background: #ff8a00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}

.voices__card-text {
  margin-top: 14px;
  font-size: 14px;
}

.voices__swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
.voices__swiper-pagination .swiper-pagination-bullet {
  background: #00331d;
  opacity: 0.2;
}
.voices__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00331d;
  opacity: 1;
}

.voices__swiper-button-prev,
.voices__swiper-button-next {
  width: 44px;
  height: 44px;
  top: 189px;
}
.voices__swiper-button-prev::after,
.voices__swiper-button-next::after {
  display: none;
}

.voices__swiper-button-prev {
  display: none;
}
@media screen and (min-width: 1024px) {
  .voices__swiper-button-prev {
    display: block;
    background: url(../img/prev.png) no-repeat center center/contain;
    left: -37px;
  }
}

.voices__swiper-button-next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .voices__swiper-button-next {
    display: block;
    background: url(../img/next.png) no-repeat center center/contain;
    right: -37px;
  }
}

.flow {
  padding-bottom: 90px;
}

.flow__lead {
  margin-top: 57px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .flow__lead {
    margin-top: 46px;
  }
}

.flow__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 81px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .flow__boxes {
    margin-top: 86px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flow__boxes .flow__box:nth-of-type(1) {
  background: #dafff1;
}
.flow__boxes .flow__box:nth-of-type(2) {
  background: #a4fad8;
}
.flow__boxes .flow__box:nth-of-type(2)::after {
  background: #dafff1;
}
.flow__boxes .flow__box:nth-of-type(3) {
  background: #76f6c5;
}
.flow__boxes .flow__box:nth-of-type(3)::after {
  background: #a4fad8;
}
.flow__boxes .flow__box:nth-of-type(4) {
  background: #3aefa2;
}
.flow__boxes .flow__box:nth-of-type(4)::after {
  background: #76f6c5;
}
.flow__boxes .flow__box:nth-of-type(2), .flow__boxes .flow__box:nth-of-type(3), .flow__boxes .flow__box:nth-of-type(4) {
  position: relative;
  overflow: hidden;
}
.flow__boxes .flow__box:nth-of-type(2)::after, .flow__boxes .flow__box:nth-of-type(3)::after, .flow__boxes .flow__box:nth-of-type(4)::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 19px;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: -5px;
  left: 23px;
}
@media screen and (min-width: 1024px) {
  .flow__boxes .flow__box:nth-of-type(2)::after, .flow__boxes .flow__box:nth-of-type(3)::after, .flow__boxes .flow__box:nth-of-type(4)::after {
    top: 47%;
    left: -47%;
    width: 247px;
    height: 19px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.flow__box {
  padding: 25px 17px 20px 13px;
  width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
@media screen and (min-width: 1024px) {
  .flow__box {
    padding: 27px 9px 29px 20px;
    width: 246px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow__step {
  font-weight: 700;
  color: #bbbbbb;
  line-height: 1;
  font-size: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flow__title {
  color: #00331d;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .flow__title {
    margin-top: 35px;
  }
}

.flow__text {
  color: #333333;
  font-size: 14px;
  margin-top: 19px;
}
@media screen and (min-width: 1024px) {
  .flow__text {
    margin-top: 20px;
  }
}

.price {
  padding-bottom: 66px;
}

.price__head {
  margin-top: 56px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 1024px) {
  .price__head {
    line-height: 1;
    margin-top: 46px;
  }
}

.price__cards {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .price__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.price__card {
  border-radius: 25px;
  overflow: hidden;
  width: 309px;
  max-width: 600px;
}
.price__card:nth-of-type(1) .price__card-head {
  background: #075735;
}
.price__card:nth-of-type(2) .price__card-head {
  position: relative;
  background: #00ba6b;
}
.price__card:nth-of-type(3) .price__card-head {
  background: #075735;
}

.price__card-head {
  padding: 30px 30px 25px;
}
@media screen and (min-width: 1280px) {
  .price__card-head {
    padding: 42px 72px 32px;
  }
}

.price_card-title {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

.price__card-text {
  margin-top: 17px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.price__card-body-head-wrap {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  background: #ff8a00;
  width: 100%;
  padding: 3px 0 4px;
  text-align: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 27px;
  left: 113px;
}

.price__card-body {
  background: #f1f1f1;
  color: #333333;
  text-align: center;
  padding: 35px 20px 58px;
}
@media screen and (min-width: 1280px) {
  .price__card-body {
    padding: 35px 43px 58px;
  }
}

.price__card-value {
  font-weight: 700;
  line-height: 0.7;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price__card-value span {
  font-size: 50px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .price__card-value span {
    font-size: 60px;
  }
}

.price__card-body-head-text {
  margin-top: 27px;
  line-height: 1;
  font-size: 16px;
}

.price__card-body-text-list {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .price__card-body-text-list {
    margin-top: 45px;
  }
}

.price__card-body-text {
  padding: 17px 0 16px;
  font-size: 14px;
  line-height: 1;
}

.price__card-body-text + .price__card-body-text {
  border-top: 2px solid #d9d9d9;
}

.price__card-button {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .price__card-button {
    margin-top: 58px;
  }
}

.button-square {
  padding: 11px 30px;
  color: #fff;
  background: #ff8a00;
  border-radius: 5px;
}

.price__lists {
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  .price__lists {
    margin-left: 20px;
  }
}

.price__list {
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .price__list {
    font-size: 14px;
  }
}

.qa {
  padding-bottom: 85px;
  background: #e6f8f1;
}

.qa__wrap {
  margin-top: 49px;
  padding-inline: 20px;
}

.qa__tab-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .qa__tab-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.qa__tab-list {
  background: #f1f1f1;
  color: #999999;
  border: 2px solid #999999;
  border-radius: 25px;
  width: 290px;
  text-align: center;
  padding: 8px 0;
  line-height: 1;
  font-size: 20px;
}
.qa__tab-list.is-active {
  background: #ff8a00;
  border-color: #ff8a00;
  color: #fff;
}

.qa__panel {
  margin-top: 49px;
}

.qa__boxes {
  display: none;
}
.qa__boxes.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.qa__box {
  max-width: 984px;
  border: 1px solid #ff8a00;
}
.qa__box.is-open .qa__q-box::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa__q-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  width: 100%;
  background: #ff8a00;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 42px 12px 12px;
}
@media screen and (min-width: 600px) {
  .qa__q-box {
    gap: 32px;
    padding: 10px 58px 12px 50px;
  }
}
.qa__q-box::before {
  content: "";
  position: absolute;
  top: 49%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/accordion.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 600px) {
  .qa__q-box::before {
    right: 28px;
  }
}
.qa__q-box::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url(../img/accordion.png) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 600px) {
  .qa__q-box::after {
    right: 28px;
  }
}

.qa__q {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  padding: 8px 12px;
  color: #ff8a00;
  background: #fff;
  border-radius: 25px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .qa__q {
    font-size: 20px;
  }
}

.qa__q-text {
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .qa__q-text {
    line-height: 1;
    font-weight: 700;
  }
}

.qa__a-box {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 12px;
  gap: 12px;
}
@media screen and (min-width: 600px) {
  .qa__a-box {
    padding: 20px 18px 20px 50px;
    gap: 33px;
  }
}

.qa__a {
  font-family: "Roboto Condensed", sans-serif;
  padding: 8px 12px;
  line-height: 1;
  background: #ff8a00;
  font-weight: 700;
  color: #fff;
  border-radius: 25px;
}
@media screen and (min-width: 600px) {
  .qa__a {
    font-size: 20px;
  }
}

.qa__a-text {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .qa__a-text {
    line-height: 1;
  }
}

.cat-2 {
  background: linear-gradient(45deg, #00ba6b, #075735);
  padding: 35px 15px;
}
@media screen and (min-width: 1280px) {
  .cat-2 {
    padding: 35px 0;
  }
}

.cat-2__inner {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 38px 15px;
}
@media screen and (min-width: 600px) {
  .cat-2__inner {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .cat-2__inner {
    padding: 72px 58px 74px 0;
    max-width: 984px;
  }
}

.cat-2__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media screen and (min-width: 1024px) {
  .cat-2__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cat-2__image img {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .cat-2__image {
    margin-left: -161px;
    height: 374px;
    width: 100%;
  }
  .cat-2__image img {
    width: 638px;
  }
}

.cat-2__wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cat-2__wrap {
    width: calc(50% - 10.5px);
    margin-left: -239px;
  }
}

.cat-2__title {
  line-height: 1;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82%, transparent), color-stop(35%, #00ba6b));
  background: linear-gradient(transparent 82%, #00ba6b 35%);
  border-bottom: 4px solid #00ba6b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .cat-2__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .cat-2__title {
    margin: 0;
  }
}

.cat-2__text {
  font-size: 14px;
  line-height: 2;
}
.cat-2__text:nth-of-type(1) {
  margin-top: 17px;
}
@media screen and (min-width: 600px) {
  .cat-2__text:nth-of-type(1) {
    line-height: 1.5;
    margin-top: 32px;
  }
}

.cat-2__text + .cat-2__text {
  margin-top: 14px;
}
@media screen and (min-width: 600px) {
  .cat-2__text + .cat-2__text {
    margin-top: 28px;
  }
}

.cat-2__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .cat-2__button {
    margin-top: 65px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.cat-2__button a {
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 600px) {
  .cat-2__button a {
    font-size: 16px;
    padding: 17px 39px;
  }
}

.footer {
  background: #f1f1f1;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 68px;
    padding-bottom: 77px;
  }
}

.footer__inner {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1080px;
    padding-inline: 20px;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.footer__wrap {
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 1024px) {
  .footer__wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
}

.footer__logo {
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  color: #075735;
  font-family: "Orbitron", sans-serif;
}

.footer__copyright-text {
  margin-top: 26px;
  line-height: 1;
  font-size: 12px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1024px) {
  .footer__menu {
    gap: 26px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -10px;
    margin-top: -3px;
  }
}

.footer__menu-lists {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 10px;
  max-width: 600px;
}
@media screen and (min-width: 1024px) {
  .footer__menu-lists {
    margin-top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px 36.06px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-width: 465px;
  }
}

.footer__menu-link {
  line-height: 1;
  font-weight: 700;
  color: #333333;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .footer__menu-link {
    font-size: 16px;
  }
}

.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1024px) {
  .footer__button {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer__button a {
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .footer__button a {
    font-size: 16px;
    padding: 17px 39px;
  }
}

.page-top {
  display: block;
  position: fixed;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-top {
    bottom: 10%;
    right: 40px;
  }
}
.page-top.is-show {
  opacity: 1;
}
.page-top img {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .page-top img {
    width: 88px;
    height: 88px;
  }
}

.pop-up {
  background: linear-gradient(45deg, #00ba6b, #075735);
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding-bottom: 27px;
  position: fixed;
  bottom: 5%;
  width: 210px;
  left: 20px;
  z-index: 50;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
@media screen and (min-width: 768px) {
  .pop-up {
    width: 300px;
  }
}
.pop-up.is-show {
  display: block;
  opacity: 1;
}
.pop-up.is-close {
  display: none;
}

.pop-up__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .pop-up__wrap {
    gap: 16px;
  }
}

.pop-up__close {
  position: absolute;
  right: -10px;
  top: -20px;
}
.pop-up__close img {
  width: 16px;
}
@media screen and (min-width: 768px) {
  .pop-up__close img {
    width: 27px;
  }
}

.pop-up__image {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .pop-up__image {
    width: 113px;
  }
}

.pop-up__text {
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .pop-up__text {
    font-weight: 700;
    padding-top: 20px;
    font-size: 16px;
  }
}

.pop-up__button {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .pop-up__button {
    margin-top: 34px;
  }
}

.pop-up__button-link {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 2px solid #333333;
  color: #333333;
  border-radius: 25px;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 5px;
}
@media screen and (min-width: 768px) {
  .pop-up__button-link {
    padding: 11px 21px;
    font-size: 16px;
  }
}

.download {
  background: #f7fffc;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .download {
    margin-top: 57px;
    padding: 0;
  }
}

.download__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .download__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.download__body-container .download__body-text:nth-of-type(1) {
  margin-top: 19px;
}
.download__body-container .download__body-text:nth-of-type(2) {
  margin-top: 66px;
}
.download__body-container .download__body-text:nth-of-type(3) {
  margin-top: 35px;
  font-size: 14px;
  line-height: 1;
}

.download__image {
  margin-top: 31px;
}
.download__image img {
  width: 250px;
  height: auto;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (min-width: 1024px) {
  .download__image {
    position: relative;
    width: 512px;
    height: 198px;
  }
  .download__image-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .download__image-2 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .download__image img {
    width: 268px;
    height: 151px;
  }
}

.download__tel {
  margin-top: 15px;
}
.download__tel a {
  font-weight: 700;
  line-height: 1;
  color: #075735;
  font-size: 40px;
}

.download__contact-wrap {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.2509803922);
          box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.2509803922);
  padding: 30px 30px 50px 29px;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .download__contact-wrap {
    width: 440px;
    height: 523px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.form__head {
  font-size: 14px;
  margin-top: 1px;
}

.download__fields {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.download__field {
  border-radius: 5px;
  width: 100%;
  padding: 8px 9px 8px 12px;
  border: 2px solid #bcbcbc;
}
.download__field::-webkit-input-placeholder {
  color: #999999;
}
.download__field::-moz-placeholder {
  color: #999999;
}
.download__field:-ms-input-placeholder {
  color: #999999;
}
.download__field::-ms-input-placeholder {
  color: #999999;
}
.download__field::placeholder {
  color: #999999;
}

.form__text {
  margin-top: 21px;
  font-size: 12px;
  color: #333333;
}
.form__text a {
  text-decoration: underline;
  color: #023e78;
}

.download__Select {
  color: #999999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/arrow_under.png) no-repeat center right 9px/14px 14px;
}

.download__button {
  margin-top: 21px;
  text-align: center;
}

.download__contact-button {
  background: #075735;
  color: #fff;
  border-radius: 5px;
  padding: 10px 50px;
  border: none;
}
@media screen and (min-width: 1024px) {
  .download__contact-button {
    padding: 10px 125px;
  }
}

.download__contact-title {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

.download__contact-text {
  margin-top: 26px;
  line-height: 1;
  font-size: 14px;
  color: #333333;
}

.download__contact-link {
  display: block;
  margin-top: 16px;
  text-decoration: underline;
  color: #023e78;
  font-size: 14px;
}

.contact {
  padding-top: 57px;
  padding-bottom: 64px;
  background: #f7fffc;
}
.contact-thanks {
  padding-bottom: 60px;
}

.contact__inner {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.2509803922);
          box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.2509803922);
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .contact__inner {
    margin-top: -50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 50px;
    border-radius: 20px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-field {
  background: #f7fffc;
  padding: 12px 13px;
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-field__label {
  color: #fff;
  font-weight: 700;
  background: #ff8a00;
  line-height: 1;
  font-size: 12px;
  padding: 3px 7px;
  white-space: nowrap;
}

.form-field__title {
  font-weight: 700;
  line-height: 1;
}

.contact__field-item {
  margin-top: 11px;
}

.form-field__text,
.form-field__email,
.form-field__tel,
.form-field__url {
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding: 11px 12px;
  width: 100%;
}
.form-field__text::-webkit-input-placeholder, .form-field__email::-webkit-input-placeholder, .form-field__tel::-webkit-input-placeholder, .form-field__url::-webkit-input-placeholder {
  color: #999999;
}
.form-field__text::-moz-placeholder, .form-field__email::-moz-placeholder, .form-field__tel::-moz-placeholder, .form-field__url::-moz-placeholder {
  color: #999999;
}
.form-field__text:-ms-input-placeholder, .form-field__email:-ms-input-placeholder, .form-field__tel:-ms-input-placeholder, .form-field__url:-ms-input-placeholder {
  color: #999999;
}
.form-field__text::-ms-input-placeholder, .form-field__email::-ms-input-placeholder, .form-field__tel::-ms-input-placeholder, .form-field__url::-ms-input-placeholder {
  color: #999999;
}
.form-field__text::placeholder,
.form-field__email::placeholder,
.form-field__tel::placeholder,
.form-field__url::placeholder {
  color: #999999;
}

@media screen and (min-width: 600px) {
  .form-field__name {
    width: 359px;
  }
}

.form-field__url {
  margin-top: 1px;
}

.contact__field-checkbox {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.form-field__checkbox-input {
  border-radius: 5px;
}

.form-field__checkbox-input,
.form-radio__input,
.form-checkbox__input {
  border-color: #bcbcbc;
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #bcbcbc;
  margin: 0px 0 0 0;
}

.form-field__checkbox-text {
  color: #333333;
  margin-left: 9px;
  font-size: 16px;
}

.form-field__radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  margin-top: 12px;
}

.form-radio__input {
  border-radius: 50%;
}

.form-radio__text {
  color: #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 9px;
}

.contact__privacy {
  line-height: 1;
}

.form-field__privacy {
  margin-top: 12px;
  display: block;
  line-height: 1;
}

.form-checkbox__input {
  border-radius: 5px;
}

.form-field__privacy-text {
  font-weight: 700;
  margin-left: 9px;
  margin-top: 0;
}

.contact__privacy-text {
  margin-top: 9px;
  margin-left: 30px;
  font-size: 12px;
}
.contact__privacy-text a {
  text-decoration: underline;
  color: #023e78;
}

.contact__button {
  margin-top: 60px;
  text-align: center;
}

.contact-button {
  background: #ff8a00;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border: none;
  border-radius: 20px;
  padding: 25px 50px;
}
@media screen and (min-width: 1024px) {
  .contact-button {
    padding: 25px 146px;
  }
}

.form-submit__input[disabled] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #bcbcbc;
  cursor: not-allowed;
}

.contact__inner-thanks {
  max-width: 800px;
  padding: 60px 50px 55px;
}

.term,
.policy {
  background: #f7fffc;
}

@media screen and (min-width: 768px) {
  .term-head,
  .policy-head {
    padding: 184px 0 115px;
  }
}

.term__inner,
.policy__inner {
  padding: 45px 15px 35px;
}
@media screen and (min-width: 768px) {
  .term__inner,
  .policy__inner {
    padding: 90px 20px 97px;
  }
}

.term-body,
.policy-body {
  margin-top: 58px;
}

.term-wrap,
.policy-wrap {
  margin-top: 38px;
}

.term__body-title,
.policy__body-title {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .term__body-title,
  .policy__body-title {
    font-size: 24px;
  }
}

.term__lists,
.policy__lists {
  margin-top: 38px;
}

.term__list,
.policy__list {
  list-style: decimal;
  margin-left: 23px;
}

.term__text,
.policy__text {
  margin-top: 38px;
  font-size: 16px;
}