@charset "UTF-8"; /*!
 * _descriptions.scss
 * diffco-site-template
 *
 * Created by Diffco.us
 * Copyright © 2019 Diffco.us. All rights reserved.
 */
.g-hiw {
  padding: 80px 0;
  color: #131426;
}
@media (max-width: 767px) {
  .g-hiw {
    padding: 48px 0;
  }
}
.g-hiw .title {
  margin-bottom: 64px;
}
@media (max-width: 1279px) {
  .g-hiw .title {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .g-hiw .title {
    margin-bottom: 32px;
  }
}
.g-hiw__wrap {
  padding: 80px 48px;
  border-radius: 24px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #f4f4fa 0, #fff 100%);
  box-shadow: 0 24px 40px 0 rgba(28, 28, 56, 0.04);
}
@media (max-width: 1279px) {
  .g-hiw__wrap {
    padding: 64px 24px;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 24px 40px 0 rgba(28, 28, 56, 0.04);
  }
}
@media (max-width: 767px) {
  .g-hiw__wrap {
    padding: 48px 16px;
  }
}
.g-hiw__content {
  display: flex;
}
.g-hiw .left {
  flex: 1 1 60%;
}
@media (max-width: 1279px) {
  .g-hiw .left {
    flex: 1 1 100%;
  }
}
.g-hiw .left .items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.g-hiw .left .items .item {
  cursor: pointer;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #f5f5fb;
}
.g-hiw .left .items .item:last-child {
  border-bottom: none;
}
.g-hiw .left .items .item .tl,
.g-hiw .left .items .item p {
  display: none;
}
@media (max-width: 1279px) {
  .g-hiw .left .items .item .tl,
  .g-hiw .left .items .item p {
    display: block;
  }
}
.g-hiw .left .items .item .step {
  color: #5d21d1;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}
.g-hiw .left .items .item h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1279px) {
  .g-hiw .left .items .item h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .g-hiw .left .items .item h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
.g-hiw .left .items .item p {
  color: #131426;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}
.g-hiw .left .items .item .tl {
  color: #131426;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding-left: 32px;
  background: url(../images/service/team/hiw-tl.svg) no-repeat left center;
}
@media (min-width: 1280px) {
  .g-hiw .left .items .item.-active {
    align-items: flex-start;
    border-radius: 0 24px 24px 24px;
    background: #fff;
    box-shadow: 0 16px 16px 0 rgba(50, 50, 107, 0.04);
    position: relative;
  }
  .g-hiw .left .items .item.-active .step::after {
    content: "";
    position: absolute;
    top: 62px;
    bottom: 32px;
    left: 45px;
    width: 8px;
    background: url(../images/service/team/hiw-arrow.svg) no-repeat center
      center;
    background-size: contain;
  }
  .g-hiw .left .items .item.-active h4 {
    margin-top: 6px;
    margin-bottom: 16px;
  }
  .g-hiw .left .items .item.-active .tl,
  .g-hiw .left .items .item.-active p {
    display: block;
  }
}
@media (max-width: 1279px) {
  .g-hiw .left .items .item {
    padding: 32px;
    align-items: flex-start;
    position: relative;
  }
  .g-hiw .left .items .item .step::after {
    content: "";
    position: absolute;
    top: 68px;
    bottom: 32px;
    left: 44px;
    width: 8px;
    background: url(../images/service/team/hiw-arrow.svg) no-repeat center
      center;
    background-size: contain;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .g-hiw .left .items .item .step::after {
    top: 48px;
    bottom: 10px;
    left: 21px;
  }
}
@media (max-width: 1279px) {
  .g-hiw .left .items .item .item__art img {
    max-width: 120px;
  }
}
@media (max-width: 1279px) and (max-width: 767px) {
  .g-hiw .left .items .item .item__art img {
    max-width: 72px;
  }
}
@media (max-width: 767px) {
  .g-hiw .left .items .item {
    padding: 8px;
    gap: 24px;
  }
}
@media (max-width: 1279px) {
  .g-hiw .left .items .item__content {
    display: flex;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .g-hiw .left .items .item__content {
    flex-direction: column;
    gap: 16px;
  }
}
.g-hiw .left .items .item__art {
  display: none;
}
@media (max-width: 1279px) {
  .g-hiw .left .items .item__art {
    display: block;
  }
}
@media (max-width: 767px) {
  .g-hiw .left .items .item__art {
    order: -1;
  }
  .g-hiw .left .items .item__art img {
    max-width: 72px;
  }
}
.g-hiw .left .items .item:hover h4 {
  color: #5d21d1;
}
.g-hiw .right {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .g-hiw .right {
    display: none;
  }
}
.g-hiw .right .g-hiw__art {
  display: none;
  text-align: center;
}
.g-hiw .right .g-hiw__art.-active {
  display: block;
}
