.p-cheering__cards {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
.p-cheering__card {
  margin-left: 24px;
  border: 1px solid transparent;
  position: relative;
  padding: 24px;
}
.p-cheering__card-accent {
  display: inline-flex;
  align-items: center;
  color: white;
  position: relative;
  height: 36px;
  top: 0;
  left: -48px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}
.p-cheering__card-accent::before {
  position: absolute;
  content: "";
  width: 24px;
  left: 0;
  height: 8px;
  top: 0;
  translate: 0 -100%;
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
}
.p-cheering__card-accent::after {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100% + 36px);
  background-color: inherit;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 36px) 100%, 0 100%);
}
.p-cheering__card-accent span {
  vertical-align: middle;
  white-space: nowrap;
}
.p-cheering__card-accent span:nth-of-type(1) {
  margin-left: 18px;
  font-size: 1.2rem;
}
.p-cheering__card-accent span:nth-of-type(2) {
  margin-left: 8px;
  font-size: 1.6rem;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .p-cheering__card-accent span:nth-of-type(1) {
    margin-left: 18px;
    font-size: 1rem;
  }
  .p-cheering__card-accent span:nth-of-type(2) {
    margin-left: 8px;
    font-size: 1.2rem;
    margin-right: 8px;
  }
}
.p-cheering__card:nth-of-type(1) {
  border-color: #f07a94;
}
.p-cheering__card:nth-of-type(1) .p-cheering__card-accent {
  background-color: #f07a94;
}
.p-cheering__card:nth-of-type(1) .p-cheering__card-accent::before {
  background-color: rgb(234.8310810811, 76.1689189189, 111.1283783784);
}
.p-cheering__card:nth-of-type(2) {
  border-color: #687bf1;
}
.p-cheering__card:nth-of-type(2) .p-cheering__card-accent {
  background-color: #687bf1;
}
.p-cheering__card:nth-of-type(2) .p-cheering__card-accent::before {
  background-color: rgb(57.3272727273, 82.2, 236.6727272727);
}
.p-cheering__card:nth-of-type(2) .p-cheering__card-name {
  color: #687bf1;
}
.p-cheering__card-image {
  margin: 0 auto;
  width: 60%;
  margin-bottom: 16px;
}
.p-cheering__card-name {
  text-align: center;
  color: #f07a94;
  font-size: 2rem;
}
.p-cheering__card-name span:nth-of-type(2) {
  font-size: 1rem;
}
.p-cheering__card-univ {
  text-align: center;
  color: #fa871a;
  margin-bottom: 32px;
}

.p-cheering__cards .p-cheering__card-name {
  margin-bottom: 0;
}
.p-cheering__cards .p-cheering__card-univ {
  margin-bottom: 16px;
}/*# sourceMappingURL=cheeringmessage.css.map */