@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

.br-sp {
  display: none;
}
@media not screen and (min-width: 768px) {
  .br-sp {
    display: block;
  }
}

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

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Noto Serif JP", "serif";
  background: #fff;
  color: #333333;
}

.inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
}

.button {
  width: 158px;
  padding: 11px 3px;
  text-align: center;
  border: 1px solid var(--3-ea-1-d-1, #3ea1d1);
  background: #fff;
  color: #3ea1d1;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button:hover {
  background-color: #3ea1d1;
  color: #fff;
}

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

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

.title {
  color: #333333;
  font-size: 31px;
  font-weight: 600;
  line-height: 100%; /* 30px */
  text-align: center;
  padding-bottom: 28px;
  position: relative;
}
.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background-color: #3ea1d1;
}
@media screen and (min-width: 768px) {
  .title {
    padding-bottom: 24px;
    font-size: 41.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 40px */
  }
}

.inline {
  letter-spacing: 0.8px;
}

.inline-kigou {
  display: inline-block;
}

.header {
  position: relative;
  padding-top: 14px;
  padding-bottom: 19px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 19px;
    padding-bottom: 21px;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-logo a img {
  width: 120px;
  height: 22px;
}
@media screen and (min-width: 768px) {
  .header-logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-logo a:hover {
    opacity: 0.7;
  }
}

.header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 47px;
    margin-top: 2.5px;
  }
}

.header-item {
  color: #333333;
  font-style: normal;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .header-item {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header-item:hover {
    color: #3ea1d1;
  }
}

@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 30px;
  height: 18px;
  position: relative;
  z-index: 6;
  margin-top: 5px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(44.89deg);
          transform: rotate(44.89deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 9px;
  -webkit-transform: rotate(-44.904deg);
          transform: rotate(-44.904deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #3ea1d1;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 10px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  z-index: 50;
  width: 270px;
  height: calc(100% - 60.188px);
  position: fixed;
  right: 0;
  top: 60.188px;
  background: #3ea1d1;
  padding: 40px 15px 295px 187px;
  display: none;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.drawer-content__menu {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
}

.drawer-content__link {
  text-align: right;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.drawer-content__button {
  margin-top: 14px;
  text-align: right;
}

.fv {
  padding-bottom: 93.5px;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .fv__wrap {
    position: relative;
  }
}

.fv__img {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .fv__img img {
    width: 990px;
    margin-left: auto;
    display: block;
  }
}

.fv__content {
  margin-top: 30px;
  color: #333333;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .fv__content {
    margin-top: 0;
    padding: 80px 40px;
    position: absolute;
    inset-block: 0px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-block: auto;
    left: -40px;
  }
}

.fv__content__heading {
  font-size: 26px;
  font-weight: 600;
}

.fv__content__text {
  margin-top: 16px;
  font-weight: 300;
}

.concept {
  padding-bottom: 95px;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-bottom: 159px;
  }
}

.concept__content {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .concept__content {
    margin-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.640625%;
  }
}

.concept__content-image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept__content-image {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.concept__content-image img {
  width: 100%;
}
.concept__text-boxes {
  vertical-align: middle;
  margin-top: 1px;
}

.concept__text-heading {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.concept__text-body {
  margin-top: 22px;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .concept__text-body {
    margin-top: 40px;
  }
}

.feature {
  padding-bottom: 96px;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-bottom: 160px;
  }
}

.feature__content {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .feature__content {
    margin-top: 64px;
  }
}

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

.feature__box {
  -webkit-box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
          box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
}

@media screen and (min-width: 768px) {
  .feature__content-img img {
    width: 340px;
  }
}

.feature__content-body {
  text-align: center;
  padding-top: 25.5px;
  padding-bottom: 25.5px;
}

.feature__content-body__text {
  font-style: normal;
  font-weight: 600;
}

.cta {
  background: url(../image/sp/bg.png) no-repeat top center/cover;
  padding-top: 182px;
  padding-bottom: 48px;
  margin-bottom: 96px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta {
    margin-bottom: 159px;
    background: url(../image/pc/bg-pc.png) no-repeat center center/cover;
    padding-top: 122.5px;
    padding-bottom: 122px;
  }
}
.cta::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.cta__content {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cta__content {
    width: 50%;
  }
}

.cta__text-head {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cta__text-head {
    font-size: 22px;
  }
}

.cta__text-body {
  margin-top: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  .cta__text-body {
    font-size: 16px;
    line-height: 1.69;
  }
}

.product {
  padding-bottom: 94.5px;
}
@media screen and (min-width: 768px) {
  .product {
    padding-bottom: 160px;
  }
}

.products__inner {
  padding-right: 56px;
  padding-left: 56px;
}
@media screen and (min-width: 768px) {
  .products__inner {
    max-width: 1052px;
    margin-right: auto;
    margin-left: auto;
  }
}

.products__content {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .products__content {
    margin-top: 64px;
  }
}

.products__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}
@media screen and (min-width: 768px) {
  .products__boxes {
    -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;
    gap: 80px;
  }
}

@media screen and (min-width: 768px) {
  .products__box {
    max-width: 260px;
  }
  .products__box:hover .products__content-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.products__content-img img {
  width: 263px;
}
@media screen and (min-width: 768px) {
  .products__content-img {
    width: 260px;
    overflow: hidden;
  }
  .products__content-img img {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.products__content-body {
  margin-top: 21px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  .products__content-body {
    margin-top: 18px;
    line-height: 1.72;
  }
}

.products__content-body__text {
  margin-top: 0.5px;
  font-weight: 300;
}

.products__content-body__money {
  margin-top: 10px;
  color: #989898;
}

.products__button {
  margin: 0 auto;
  margin-top: 41.5px;
}
@media screen and (min-width: 768px) {
  .products__button {
    margin-top: 44px;
  }
}

.news__inner {
  max-width: 1120px;
}

.news__content {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .news__content {
    margin-top: 63px;
  }
}

.news__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}
@media screen and (min-width: 768px) {
  .news__boxes {
    gap: 23px;
  }
}

.news__box {
  padding-bottom: 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-bottom: 24.6px;
  }
  .news__box:hover .news__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.news__box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
}

.news__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.news__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__img img {
    width: 260px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.news__text-box {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .news__text-box {
    margin-top: 0px;
    padding-top: 2px;
  }
}

.news__day {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.news__text-main {
  margin-top: 9px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .news__text-main {
    margin-top: 15.5px;
    font-size: 18.07px;
    line-height: 1.7;
  }
}

.news__text-sub {
  margin-top: 15px;
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.02px;
}
@media screen and (min-width: 768px) {
  .news__text-sub {
    margin-top: 10px;
    letter-spacing: -0.06px;
  }
}

.symbol {
  font-size: 11.9px;
}

.products__button {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .products__button {
    margin-top: 44px;
  }
}

.message__wrapper {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media screen and (min-width: 768px) {
  .message__wrapper {
    padding-top: 160px;
    padding-bottom: 159px;
  }
}

@media screen and (min-width: 768px) {
  .message__inner {
    max-width: 1280px;
  }
}

@media screen and (min-width: 768px) {
  .message__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 80px;
  }
}

.message__img {
  text-align: center;
}
.message__img img {
  width: 345;
}
@media screen and (min-width: 768px) {
  .message__img img {
    width: 600px;
  }
}

.message__text-content {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .message__text-content {
    margin-top: 3px;
  }
}

.message__text-head {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .message__text-head {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
  }
}

.message__text-body {
  margin-top: 22.8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .message__text-body {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .message__text-body {
    margin-top: 36px;
  }
}

.contact {
  background: url(../image/sp/contact_bg.png) no-repeat center center/cover;
  padding-bottom: 56px;
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  .contact {
    background: url(../image/pc/contact_bg-pc.png) no-repeat center center/cover;
    padding-bottom: 78px;
    padding-top: 80px;
  }
}

.contact__inner {
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
}

.contact__title {
  color: #3ea1d1;
}

.typography {
  color: #e7728e;
}

.contact__message {
  margin-top: 47px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .contact__message {
    margin-top: 64px;
  }
}

.contact-table {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32.3px;
}
@media screen and (min-width: 768px) {
  .contact-table {
    margin-top: 19px;
    gap: 31.8px;
  }
}

.contact-item {
  opacity: 0.7;
  background: #3ea1d1;
  padding: 4px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .contact-item {
    background: url(../image/pc/otamesi.png) no-repeat center center/contain;
    padding: 5px 10px 4px 10px;
    width: 180px;
    height: 40px;
    font-size: 18px;
    white-space: nowrap;
  }
}
.contact-item::after {
  content: "＊";
  color: #e7728e;
  margin-left: 4px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .contact-item::after {
    font-size: 12px;
  }
}

.contact-body {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .contact-body {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .contact__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}

.form-text {
  width: 100%;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
  border: none;
}
.form-text:focus {
  outline: #3ea1d1 auto 1px;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
}
@media screen and (min-width: 768px) {
  .form-text {
    width: 320px;
  }
}

.contact__radio-body {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contact__radio-body {
    margin-top: 0;
  }
}

.form-radio__input {
  width: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text {
  background: #3ea1d1;
  color: #fff;
}
.form-radio__input:focus + .form-radio__text {
  outline: #3ea1d1 auto 1px;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
}

.form-radio__text {
  border: 1px solid #fff;
  background: #fff;
  padding: 6px 23px 5px 23px;
  color: #3ea1d1;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
}

.form-textarea {
  width: 100%;
  height: 122px;
  background: #fff;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(96, 96, 96, 0.16);
  border: none;
  resize: vertical;
}
.form-textarea:focus {
  outline: #3ea1d1 auto 1px;
  -webkit-box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
          box-shadow: 5px 6px 16px 0px rgba(62, 161, 209, 0.16);
}
@media screen and (min-width: 768px) {
  .form-textarea {
    width: 320px;
  }
}

.contact__privacy {
  margin-top: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 32px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .checkbox__text::before {
  border-color: #3ea1d1;
  outline: #3ea1d1 auto 1px;
}

.checkbox__text {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-style: normal;
  font-weight: 300;
}
.checkbox__text a {
  color: #3ea1d1;
  text-decoration-line: underline;
}
.checkbox__text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #3ea1d1;
  background-color: #fff;
}
.checkbox__text::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%) rotate(39deg);
          transform: translateY(-50%) rotate(39deg);
  left: 6px;
  width: 10px;
  height: 17px;
  border-right: 2.5px solid #3ea1d1;
  border-bottom: 2.5px solid #3ea1d1;
  opacity: 0;
}

.contact__button {
  text-align: center;
  margin-top: 21.2px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 43px;
  }
}

.footer {
  padding-top: 34.6px;
  padding-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 36px;
  }
}

.footer__inner {
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    margin-bottom: 23px;
  }
}

@media screen and (min-width: 768px) {
  .footer__title__headeing {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__title__headeing:hover {
    opacity: 0.7;
  }
}
.footer__title__headeing img {
  width: 120px;
  height: 22px;
}

.footer__container {
  margin-top: 21.5px;
}
@media screen and (min-width: 768px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    white-space: nowrap;
  }
}

.privacy {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.description {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .description {
    margin-top: 0;
  }
}

.footer__link {
  margin-top: 18.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__link {
    margin-top: 20px;
  }
}

.footer__icon {
  height: 22.2px;
}
@media screen and (min-width: 768px) {
  .footer__icon {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer__icon:hover {
    opacity: 0.7;
  }
}

.footer-copy-wrapper {
  display: inline-block;
}

.footer-copylight {
  color: #888;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}