.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-menu__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
}
.p-menu__item {
  position: relative;
  flex-shrink: 0;
  width: calc(33.3333333333% - 3rem);
  margin: 0 3rem 3rem 0;
}
.p-menu__item a {
  width: 100%;
  color: #323232;
  transition: 0.3s;
}
.p-menu__item a:visited, .p-menu__item a:active {
  color: #323232;
}
.p-menu__item a:hover {
  color: #323232;
}
.p-menu__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.p-menu__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: inherit;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.p-menu__title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.3s;
}
.p-menu__title:not(._none-arrow):before {
  content: "";
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 1.5px 0.5em 0 0;
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center center;
  background-color: #323232;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22780%22%20height%3D%22736%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-3133%20-257)%22%3E%3Crect%20x%3D%223133%22%20y%3D%22573%22%20width%3D%22715%22%20height%3D%22104%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M3545.32%20257.24%203839.3%20551.218%203912.79%20624.713%203839.3%20698.207%203545.32%20992.185%203471.83%20918.691%203765.81%20624.713%203471.83%20330.734Z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  border-radius: 50%;
  transition: 0.3s;
}
.p-menu__dsc {
  margin-top: 0.5rem;
  line-height: 1.8rem;
}
.p-menu__label {
  margin-top: 2rem;
  font-weight: bold;
  opacity: 0.5;
}
.p-menu__label + .p-menu__title {
  margin-top: 0.5rem;
}
.p-menu__item a:hover .p-menu__thumb img {
  transform: scale(1.2);
}
.p-menu__item a:hover .p-menu__text .p-menu__title {
  color: #028442;
}
.p-menu__item a:hover .p-menu__text .p-menu__title:before {
  background-color: #028442;
}
@media screen and (max-width: 1000px) {
  .p-menu__item {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 700px) {
  .p-menu__list {
    width: 100%;
  }
  .p-menu__item {
    width: 100%;
  }
}/*# sourceMappingURL=menu.css.map */