body {
  color: #262B36;
}

/*===========================================================================*/
/*  menu  */
/*===========================================================================*/
.p-menu {
  padding: 105px 0 120px;
}

.p-menu__title {
  font-size: 48px;
  line-height: 1.38;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.p-menu__title--sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-menu__title span {
  display: inline;
}

.p-menu__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 976px;
  margin: 50px auto 0;
}

.p-menu__item {
  display: table;
  box-shadow: 8px 8px 28px 0px rgba(0, 0, 0, 0.0509803922);
  width: calc((100% - 40px) / 3);
  border-radius: 12px;
}

.p-menu__link {
  width: 200px;
  height: 74px;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.01em;
  color: #313c55;
  font-weight: 700;
  position: relative;
  border: solid 1px #eee;
  padding: 25px 35px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 12px;
  transition: box-shadow .5s 0s cubic-bezier(.44, .14, .09, 1.02);
}

.p-menu__link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/function/arrow-bottom-perple.svg) no-repeat center center/contain;
  transition: all 0.2s ease;
}

.p-menu__link:hover {
  box-shadow: 8px 8px 28px 0px rgba(0, 0, 0, 0.22);
}

.p-menu__link span {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #262b36;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 900px) {
  .p-menu {
    padding: 50px 20px 60px;
    max-width: 375px;
    margin: 0 auto;
  }

  .p-menu__title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .p-menu__title--sub {
    text-align: left;
  }

  .p-menu__items {
    margin-top: 25px;
    padding: 0;
    max-width: 375px;
    flex-direction: column;
    gap: 12px;
    margin: 25px auto 0;
  }

  .p-menu__item {
    width: 100%;
  }

  .p-menu__link {
    padding: 20px 25px 20px 25px;
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: 0.02em;
  }

  .p-menu__link:hover {
    box-shadow: none;
  }

  .p-menu__link::after {
    right: 25px;
    width: 16px;
    height: 12px;
  }

  .p-menu__link span {
    font-size: 11px;
  }
}

/*===========================================================================*/
/*  case  */
/*===========================================================================*/
.p-case {
  padding: 0 50px 120px;
  background-color: #F7F8F8;
}

.p-case__content {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 130px;
}

.p-case__content:last-child {
  margin-bottom: 0;
}

.p-case__content--num {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 15px;
  color: #482DB5;
}

.p-case__content--user {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.38;
  text-align: center;
  margin-bottom: 21px;
}

.p-case__content--tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}

.p-case__content--tag {
  padding: 8px 16px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #E7E7E7;
}

.p-case__content--tag span {
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  position: relative;
}

.p-case__content--tag span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #482DB5;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.p-case__content--inner {
  padding: 80px 100px;
  background-color: #fff;
  margin-bottom: 50px;
  border-radius: 30px;
}

.p-case__content--head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 60px;
  position: relative;
  gap: 43px;
}

.p-case__content--head::after {
  content: "";
  height: 1px;
  width: 100%;
  background: url(../img/case/case_border.svg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-case__content--title {
  width: 39.0566037736%;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-feature-settings: 'palt' on;
}

.p-case__content--title span {
  display: inline;
}

.p-case__content--title--sub {
  width: 56.8867924528%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0.02em;
}

.p-case__content--example {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.p-case__content--example::after {
  content: "";
  height: 1px;
  width: 100%;
  background: url(../img/case/case_border.svg) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-case__content--example--head {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
  margin-right: 25px;
  width: 21.7924528302%;
}

.p-case__content--example--tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  width: 75.8490566038%;
}

.p-case__content--example--tag {
  padding: 20px 0 22px 15px;
  border-radius: 8px;
  background-color: #F7F8F8;
  width: 195px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-case__content--example--tag span {
  padding-left: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  text-align: left;
  position: relative;
}

.p-case__content--example--tag span .f-small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  padding-left: 0;
}

.p-case__content--example--tag span .f-small::before {
  content: none;
}

.p-case__content--example--tag span::before {
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: url(../img/case/list_icon.svg) no-repeat center center/contain;
}

.p-case__content--example--tag span.multi::before {
  background: url(../img/case/multi_icon.svg) no-repeat center center/contain;
}

.p-case__content--example--tag span.alltel::before {
  background: url(../img/case/alltel_icon.svg) no-repeat center center/contain;
}

.p-case__content--example--tag span.ivr::before {
  background: url(../img/case/ivr_icon.svg) no-repeat center center/contain;
}

.p-case__content--example--tag span.acd::before {
  background: url(../img/case/acd_icon.svg) no-repeat center center/contain;
}

.p-case__content--example--tag span.popup::before {
  background: url(../img/case/popup_icon.svg) no-repeat center center/contain;
}

.p-case__content--example--tag span.usercraft::before {
  background: url(../img/case/usercraft_icon.svg) no-repeat center center/contain;
}

.p-case__content--example--tag span.login::before {
  background: url(../img/case/login_icon.svg) no-repeat center center/contain;
}

.p-case__content--example--tag span.minitorling::before {
  background: url(../img/case/minitorling_icon.svg) no-repeat center center/contain;
}

.p-case__content--example--tag:nth-child(2) span::before {
  background: url(../img/case/tel_icon.svg) no-repeat center center/contain;
}

.p-case__content--example.device {
  margin-bottom: 60px;
}

.p-case__content--example.device .p-case__content--example--tag:nth-child(1) span::before {
  background: url(../img/case/smartphone_icon.svg) no-repeat center center/contain;
}

.p-case__content--example.device .p-case__content--example--tag:nth-child(2) span::before {
  background: url(../img/case/headset_icon.svg) no-repeat center center/contain;
}

.p-case__content--example.device .p-case__content--example--tag:nth-child(3) span::before {
  background: url(../img/case/phone_icon.svg) no-repeat center center/contain;
}

.p-case__content--solution--items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 52px;
}

.p-case__content--solution--item {
  padding: 25px 25px 30px 25px;
  border: 4px solid rgba(38, 43, 54, 0.1490196078);
  border-radius: 16px;
  position: relative;
}

.p-case__content--solution--item::after {
  content: "";
  width: 22px;
  height: 28px;
  background: url(../img/case/dash_icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -42px;
  transform: translateY(-50%);
}

.p-case__content--solution--item:last-child::after {
  content: none;
}

.p-case__content--solution--item--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  padding: 15px 0;
  width: 100%;
  background-color: #262B36;
  border-radius: 9px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.p-case__content--solution--item--text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 6px;
  column-gap: 40px;
}

.p-case__content--solution--item--text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  padding: 0 10px 0 29px;
  /* width: calc(50% - 20px); */
  font-feature-settings: 'palt' on;
}

.p-case__content--solution--item--text p::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 4px;
  left: 10px;
  background: url(../img/case/caution_icon.svg) no-repeat center center/contain;
}

.p-case__content--solution--item.enhance {
  border: 4px solid rgba(72, 45, 181, 0.1490196078);
}

.p-case__content--solution--item.enhance .p-case__content--solution--item--title {
  background: #482DB5;
}

.p-case__content--solution--item.enhance .p-case__content--solution--item--text p::before {
  background: url(../img/case/check_icon.svg) no-repeat center center/contain;
}

.p-case__content__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.p-case__content__btn a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 18px 86px 19px 64px;
  position: relative;
  border-radius: 45px;
  background: linear-gradient(93deg, #765DDA 8.21%, #482DB5 87.23%);
  color: #fff;
}

.p-case__content__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 16px;
  background: url(../img/common/btn-arrow-white.svg) no-repeat center center/contain;
}

.p-case__content__btn a:hover {
  transition: all 0.2s ease;
  opacity: 0.8;
}

@media screen and (max-width: 900px) {
  .p-case {
    padding: 0 0 60px;
  }

  .p-case__content {
    padding: 0 10px 60px;
    max-width: 375px;
  }

  .p-case__content--num {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .p-case__content--user {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .p-case__content--tags {
    gap: 6px;
    margin-bottom: 20px;
  }

  .p-case__content--tag {
    padding: 5px 14px 6px;
  }

  .p-case__content--tag span {
    font-size: 14px;
    padding-left: 12px;
  }

  .p-case__content--tag span::before {
    width: 7px;
    height: 7px;
  }

  .p-case__content--inner {
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 30px;
  }

  .p-case__content--head {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 25px;
  }

  .p-case__content--title {
    width: 100%;
    font-size: 22px;
    text-align: center;
    letter-spacing: -0.03em;
  }

  .p-case__content--title--sub {
    width: 100%;
    font-size: 14px;
  }

  .p-case__content--title span {
    display: inline;
  }

  .p-case__content--example {
    flex-direction: column;
    gap: 15px;
    padding: 25px 0;
  }

  .p-case__content--example::after {
    background: url(../img/case/case_border_sp.svg) no-repeat center center/cover;
  }

  .p-case__content--example--head {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-right: 0;
  }

  .p-case__content--example--tags {
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
  }

  .p-case__content--example--tag {
    width: 145px;
    height: 84px;
    padding: 15px 14px;
  }

  .p-case__content--example--tag span {
    font-size: 14px;
    padding-left: 0;
    padding-top: 34px;
    width: 100%;
    text-align: center;
    text-wrap: nowrap;
  }

  .p-case__content--example--tag span.f-small {
    font-size: 11px;
    display: inline;
  }

  .p-case__content--example--tag span::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .p-case__content--example.device {
    margin-bottom: 25px;
  }

  .p-case__content--solution--items {
    flex-direction: column;
    gap: 35px;
  }

  .p-case__content--solution--item {
    width: 100%;
    padding: 15px;
  }

  .p-case__content--solution--item::after {
    content: "";
    width: 19px;
    height: 24px;
    background: url(../img/case/dash_icon_sp.svg) no-repeat center center/contain;
    top: auto;
    bottom: -34px;
    right: 50%;
    transform: translate(50%, 0);
  }

  .p-case__content--solution--item--title {
    padding: 9px 0;
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .p-case__content--solution--item--text {
    justify-content: left;
    row-gap: 6px;
  }

  .p-case__content--solution--item--text p {
    padding: 0 0 0 22px;
    font-size: 14px;
    width: 100%;
  }

  .p-case__content--solution--item--text p::before {
    width: 12px;
    height: 12px;
    left: 5px;
  }

  .p-case__content--solution--item--text p+p {
    margin-top: 8px;
  }

  .p-case__content__btns {
    flex-direction: column;
    gap: 12px;
  }

  .p-case__content__btn a {
    font-size: 16px;
    padding: 17px 86px 18px 76px;
    width: 307px;
  }

  .p-case__content__btn a::after {
    width: 16px;
  }
}

/*# sourceMappingURL=case.css.map */