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

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #3B4043;
  background: #fff;
  counter-reset: number 0 feature 0;
}

@media (max-width: 1024px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 1025px) {
  .is-tab {
    display: none;
  }
}

@media (min-width: 1025px) {
  .is-sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .is-sp {
    display: none;
  }
}

.is-sp_s {
  display: none;
}

@media screen and (max-width: 520px) {
  .is-sp_s {
    display: block;
  }
}

@media (max-width: 767px) {
  .no-sp {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .no-sp_s {
    display: none;
  }
}

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  background-color: #2E5696;
}

@media (min-width: 1025px) {
  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    display: none;
  }
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.container {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #fff;
  display: block;
}

a:hover {
  opacity: .6;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
}

h3 {
  margin: 0;
}

p {
  margin: 0;
}

/* section {
    padding-bottom: 200px;
    padding-top: 100px;
} */
section {
  padding-bottom: 100px;
}

.title {
  margin-bottom: 100px;
  margin-top: 0;
  font-size: 40px;
  color: #fff;
}

/* .title {
    font-size: 60px;
    text-align: center;
    margin: 0;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    padding: 20px  30px;

    @include mq(sp){
        font-size: 40px;
    }

    &::before,
    &::after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        content: '';
        background-color: $color-main;
    }

    &::before {
        top: 0;
    }

    &::after {
        bottom: 0;
    } 
} */
.title-wrapper {
  text-align: center;
}

/*.description {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    position: relative;
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 40px;

    @include mq(sp){
        font-size: 20px;
    }

    &:before,
    &:after {
    position: absolute;
    content: '';
    }

    &:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    }

    &:before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    }
} */
figure {
  margin: 0;
}

/* .drawer-menu {
    background-color: $color-main;
    text-align: center;
} */
/* .nav__item {
    font-size: 20px;
    padding: 20px 0;
    border: 1px solid #fff;
} */
.header {
  background-color: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 20;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  width: 95%;
  margin-left: auto;
}

.header__img-wrapper {
  max-width: 214px;
  width: 100%;
  margin-right: auto;
}

.header-nav {
  padding: 30px 0;
  margin-left: auto;
}

.header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.header-nav__item {
  margin-right: 15px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .header-nav__item {
    margin-right: 0;
  }
}

.header-contact {
  height: 70px;
}

.header-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  color: #fff;
  background-color: #299114;
  font-size: 18px;
  height: 35px;
}

.header-contact__img-wrapper {
  width: 20px;
  height: 20px;
}

.header-contact__text {
  text-align: center;
  margin-left: 10px;
}

.font_m {
  font-size: 20px;
}

.font_white {
  color: #fff;
}

.heading-bg {
  background: url(/img/heading-bg.png) center center/cover no-repeat;
  max-width: 600px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 100px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .heading-bg {
    font-size: 30px;
    line-height: 2.4;
  }
}

/*menu*/
.menu {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
  position: fixed;
}

.menu__line {
  background: #3B4043;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__line--center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/*gnav*/
.gnav {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}

.gnav__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
}

.gnav__menu__item {
  margin: 20px 0;
  border-bottom: 2px dashed #fff;
}

.gnav__menu__item a {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.gnav__menu__item a:hover {
  color: #666;
}

@media (max-width: 767px) {
  .gnav__menu__item a {
    font-size: 20px;
  }
}

.top {
  position: relative;
  height: 100vh;
}

@media (max-width: 1024px) {
  .top {
    margin-top: 0;
  }
}

.top .btns {
  position: absolute;
  background-color: #FFC000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #299114;
}

.top .btns__item {
  width: 50%;
  text-align: center;
  border-right: 2px solid #fff;
  padding-top: 20px;
}

.top .btns__link {
  font-size: 36px;
}

.top-offer {
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-offer img {
  background-color: #fff;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .top-offer img {
    width: 250px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .top-offer {
    left: 0;
    -webkit-transform: none;
            transform: none;
    bottom: 1%;
  }
}

.img__wrapper {
  height: 95%;
  height: 100vh;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .img__wrapper {
    height: auto;
  }
}

.strong {
  color: red;
  font-size: 60px;
}

.strong-sm {
  font-size: 24px;
  color: red;
  font-weight: bold;
}

@media (max-width: 767px) {
  .strong-sm {
    font-size: 18px;
  }
}

.color-r {
  color: red;
  font-weight: bold;
}

.about {
  padding: 100px 50px;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  background-color: #937640;
  background-color: rgba(112, 146, 181, 0.8);
  margin-top: 60px;
  color: #fff;
  font-size: 60px;
}

@media (max-width: 1024px) {
  .about {
    padding: 60px 30px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 30px 10px;
  }
}

.about-container {
  text-align: center;
}

.about__text {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .about__text {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .about__text {
    font-size: 30px;
  }
}

@media screen and (max-width: 520px) {
  .about__text {
    font-size: 20px;
  }
}

.about .font-yellow {
  color: #FFC000;
}

.mt {
  margin-top: 100px;
}

.pt {
  padding-top: 100px;
}

.service {
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
  background-color: rgba(245, 242, 226, 0.4);
  background-attachment: fixed;
  margin-top: 60px;
}

.service-card {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

.service-card__title {
  margin: 0;
  color: #3B4043;
  font-size: 22px;
}

.card {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.card__body {
  padding: 15px;
}

.card__body > *:last-child {
  margin-bottom: 0;
}

.card__title {
  margin-bottom: 5px;
  margin-top: 5px;
  margin: 30px 0;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 2px solid currentColor;
  padding-bottom: 20px;
  color: #accbf9;
  color: #3b4e6d;
}

@media (max-width: 767px) {
  .card__title {
    font-size: 24px;
  }
}

.card__text {
  color: #777;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .cards {
    display: block;
  }
}

.cards--col3 {
  margin-bottom: -30px;
}

@media (max-width: 767px) {
  .cards--col3 {
    margin-bottom: -20px;
  }
}

.cards--col3 > .cards__item {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 30px;
}

.cards--col3 > .cards__item:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .cards--col3 > .cards__item:nth-of-type(3n) {
    margin-right: 2.43902%;
  }
}

@media (max-width: 1024px) {
  .cards--col3 > .cards__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .cards--col3 > .cards__item {
    width: 48.707%;
  }
}

@media (max-width: 767px) {
  .cards--col3 > .cards__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.contact {
  background: url(../img/offer_s.png) center center/cover;
  text-align: center;
  height: 400px;
  padding: 80px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-weight: bold;
}

.contact::before {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.contact__text {
  font-size: 40px;
}

@media (max-width: 767px) {
  .contact__text {
    font-size: 24px;
  }
}

.btn__link {
  padding: 10px 20px;
  margin-top: 80px;
  font-size: 60px;
  border-radius: 8px;
  padding: 0;
}

@media (max-width: 1024px) {
  .btn__link {
    margin-top: 40px;
  }
}

.contact__img-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .contact__img-wrapper {
    max-width: 400px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .top-contact__img-wrapper {
    height: 80px;
  }
}

.attachment {
  font-size: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .attachment {
    font-size: 16px;
  }
}

.feature {
  background-color: #f5f2e2;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .media {
    margin-bottom: 60px;
  }
}

.media:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.media:nth-of-type(2n) .media__img-wrapper {
  margin-right: 0;
  margin-left: 3.3333%;
}

@media (max-width: 767px) {
  .media {
    display: block;
  }
}

.media__title {
  font-size: 30px;
  border-bottom: 2px solid #accbf9;
}

.media__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-right: 3.3333%;
  position: relative;
}

.media__img-wrapper::before {
  counter-increment: feature 1;
  content: "0" counter(feature);
  position: absolute;
  font-size: 60px;
  color: #fff;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .media__img-wrapper::before {
    top: 20%;
  }
}

@media (max-width: 767px) {
  .media__img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.media__img {
  width: 100%;
}

.media__img-text {
  font-size: 40px;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  background-color: #FFC000;
  background-color: #3b4e6d;
  height: 60px;
  max-width: 500px;
  width: 90%;
  line-height: 1.6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .media__img-text {
    font-size: 30px;
    top: 60%;
  }
}

@media (max-width: 767px) {
  .media__img-text {
    font-size: 24px;
    line-height: 2.4;
  }
}

.media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.media__body > *:last-child {
  margin-bottom: 0;
}

.media__text {
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .media__text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .media__text {
    font-size: 14px;
  }
}

.media__sub-title {
  font-size: 28px;
  margin-top: 10px;
}

.media__sub-text {
  font-size: 18px;
}

.skill__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.col-4 {
  max-width: calc(25% - 40px * 3 / 4);
  width: 100%;
  margin-right: 40px;
  margin-bottom: 40px;
}

.col-4:nth-of-type(4n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .col-4 {
    max-width: calc(33.3333% - 40px * 2 / 3);
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .col-4:nth-of-type(4n) {
    margin-right: 20px;
  }
  .col-4:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .col-4 {
    max-width: calc(50% - 20px * 1 / 2);
    width: 100%;
    margin-right: 20px;
  }
  .col-4:nth-of-type(4n) {
    margin-right: 20px;
  }
  .col-4:nth-of-type(3n) {
    margin-right: 20px;
  }
  .col-4:nth-of-type(2n) {
    margin-right: 0;
  }
}

.representative {
  background-color: #f5f2e2;
}

.representative-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  margin-right: 3.3333%;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .representative-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31.3333%;
            flex: 0 1 31.3333%;
  }
}

@media (max-width: 1024px) {
  .representative-media {
    display: block;
  }
}

.customer {
  position: relative;
  background-color: #F5F5F5;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  font-size: 18px;
  background-color: #fff;
  border: 2px solid #accbf9;
  padding: 60px 80px;
  border-radius: 10px;
  /*display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;*/
}

@media (max-width: 767px) {
  .swiper-slide {
    padding: 20px;
  }
}

.swiper-slide .media__text {
  margin: 0;
}

@media (max-width: 1024px) {
  .customer-media {
    display: block;
  }
}

@media (max-width: 767px) {
  .customer-media {
    margin-bottom: 0;
  }
}

.customer-name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.customer-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27.58333%;
          flex: 0 1 27.58333%;
}

@media (max-width: 767px) {
  .customer-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50.33333%;
            flex: 0 1 50.33333%;
  }
}

.customer-qa__items {
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .customer-qa__items {
    padding: 0;
  }
}

.customer-qa__item {
  margin-bottom: 60px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .customer-qa__item {
    margin-bottom: 0;
  }
}

.customer-qa__item:last-child {
  margin-top: 30px;
  margin-bottom: 0;
}

.customer-question {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px solid #accbf9;
}

@media (max-width: 767px) {
  .customer-question {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .customer-answer {
    font-size: 12px;
  }
}

.flow__items {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .flow__items {
    display: block;
  }
}

.flow__item {
  margin-bottom: 100px;
  width: calc(50% - 40px * 1 / 2);
  margin-right: 40px;
}

.flow__item:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .flow__item {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
  }
}

.flow__img-wrapper {
  margin-bottom: 100px;
}

.flow-media__img-wrapper {
  margin-right: 3.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 14.58333%;
          flex: 0 1 14.58333%;
}

.flow-media__img-wrapper::before {
  content: '';
}

@media (max-width: 767px) {
  .flow-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flow-media__title {
  margin-bottom: 0;
  font-size: 40px;
  margin: 0;
}

@media (max-width: 1024px) {
  .flow-media__title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .flow-media__title {
    font-size: 24px;
  }
}

.flow-media__text {
  font-size: 16px;
}

@media (max-width: 767px) {
  .flow-media__text {
    font-size: 14px;
  }
}

.qa {
  background-color: #F5F5F5;
}

.ps {
  padding: 60px 0;
}

.ps__text {
  text-align: center;
  font-size: 40px;
  line-height: 1.8;
  font-weight: bold;
}

@media (max-width: 767px) {
  .ps__text {
    font-size: 30px;
  }
}

.text_caution {
  background-color: red;
  color: #FFC000;
  padding: 20px 10px;
  font-size: 60px;
}

@media (max-width: 767px) {
  .text_caution {
    font-size: 40px;
  }
}

.offer {
  text-align: center;
}

.offer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

@media (max-width: 1024px) {
  .offer__items {
    display: block;
  }
}

.offer__item {
  width: 33.3333%;
  border-right: 2px solid #3B4043;
  height: 400px;
  padding: 60px 40px;
  position: relative;
}

@media (max-width: 1024px) {
  .offer__item {
    width: 100%;
    border: none;
  }
}

.offer__item:last-child {
  border: none;
}

.offer__item .contact__btn-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .offer__item .contact__btn-wrapper {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .offer__item .contact__btn-wrapper {
    width: 80%;
  }
}

.offer__title {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .offer__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .offer__title {
    font-size: 30px;
  }
}

.offer__text {
  margin-top: 40px;
}

.offer .btn__link {
  margin-top: 0;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}

.mail__img {
  background: url(/img/magazine_s.png) center center/cover;
}

.document__img {
  background: url(/img/document_s.png) center center/cover;
}

.contact__img {
  background: url(/img/contact_s.png) center center/cover;
}

.footer {
  background-color: #2E5696;
  padding: 20px 0;
  z-index: 10;
  color: #fff;
  text-align: left;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
}

.footer__inner {
  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 (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}

.footer-address__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .footer-address__items {
    display: block;
  }
}

.footer-address__item {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .footer-address__item {
    margin-bottom: 20px;
  }
}

.floating {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: none;
  z-index: 30;
}

.floating__img-wrapper {
  width: 60px;
  height: 60px;
}

.floating a {
  display: block;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  opacity: .6;
}

.floating a:hover {
  opacity: 1;
}

h1 {
  margin: 0;
}
