#about .hero {
  background: url("/wp-content/themes/itreat_base/dist/img/about/hero-bg.jpg") center 36%/cover no-repeat;
}

@media screen and (max-width: 959px) {
  #about .hero {
    background-position: center;
  }
}

.about .about-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .about .about-unit {
    gap: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit {
    gap: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about .about-unit__item a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 220px 48px 40px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(85, 77, 58, 0.04);
  box-shadow: 0 0 8px rgba(85, 77, 58, 0.04);
}

@media screen and (max-width: 959px) {
  .about .about-unit__item a {
    padding: 150px 32px 32px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__item a {
    padding: 120px 24px 24px;
  }
}

.about .about-unit__item a:before {
  content: '';
  position: absolute;
  top: -220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 32px);
  height: 100%;
  max-width: 440px;
  max-height: 426px;
  border-radius: 50%;
  background: #7bba6b;
}

@media screen and (max-width: 959px) {
  .about .about-unit__item a:before {
    max-width: 366px;
    max-height: 350px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__item a:before {
    max-width: 336px;
    max-height: 320px;
  }
}

.about .about-unit__item a::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 170px;
  height: 170px;
}

@media screen and (max-width: 959px) {
  .about .about-unit__item a::after {
    width: 112px;
    height: 112px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__item a::after {
    width: 88px;
    height: 88px;
  }
}

.about .about-unit__item a .about-ttl {
  margin-bottom: 16px;
  text-align: center;
}

.about .about-unit__item a .about-ttl__main {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .about .about-unit__item a .about-ttl__main {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__item a .about-ttl__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit__item a .about-ttl__main {
    font-size: 1.8rem;
  }
}

.about .about-unit__item a .about-ttl__sub {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #7bba6b;
  line-height: 1.4;
}

.about .about-unit__item a:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  opacity: 0.95;
}

.about .about-unit__item a .arrow {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background-color: #e9e5dc;
  border-radius: 50%;
}

@media screen and (max-width: 519px) {
  .about .about-unit__item a .arrow {
    width: 56px;
    height: 56px;
  }
}

.about .about-unit__item a .arrow::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 17px;
  width: 17px;
  height: 13px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #867548;
}

@media screen and (max-width: 519px) {
  .about .about-unit__item a .arrow::before {
    position: absolute;
    top: 15px;
    left: 13px;
  }
}

.about .about-unit__item:nth-of-type(1) a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#B3E05D), to(#7bba6b));
  background: linear-gradient(#B3E05D, #7bba6b);
}

.about .about-unit__item:nth-of-type(1) a::after {
  background: url("/wp-content/themes/itreat_base/dist/img/about/about-ico.svg") center/contain no-repeat;
}

.about .about-unit__item:nth-of-type(1) a .about-ttl__sub {
  color: #7bba6b;
}

.about .about-unit__item:nth-of-type(2) a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#7bba6b), to(#027b22));
  background: linear-gradient(#7bba6b, #027b22);
}

.about .about-unit__item:nth-of-type(2) a::after {
  background: url("/wp-content/themes/itreat_base/dist/img/about/training-ico.svg") center/contain no-repeat;
}

.about .about-unit__item:nth-of-type(2) a .about-ttl__sub {
  color: #027b22;
}

.about .about-unit__item:nth-of-type(3) a::before {
  background: #e9546a;
}

.about .about-unit__item:nth-of-type(3) a::after {
  background: url("/wp-content/themes/itreat_base/dist/img/about/benefits-ico.svg") center/contain no-repeat;
}

.about .about-unit__item:nth-of-type(3) a .about-ttl__sub {
  color: #e9546a;
}

.about .about-unit__item:nth-of-type(4) a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#1dcbeb), to(#1da7eb));
  background: linear-gradient(#1dcbeb, #1da7eb);
}

.about .about-unit__item:nth-of-type(4) a::after {
  background: url("/wp-content/themes/itreat_base/dist/img/about/voice-ico.svg") center/contain no-repeat;
}

.about .about-unit__item:nth-of-type(4) a .about-ttl__sub {
  color: #1da7eb;
}

/*# sourceMappingURL=../../maps/pages/about.css.map */
