.p-experience__cards {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
.p-experience__card {
  margin-left: 24px;
  border: 1px solid transparent;
  position: relative;
  padding: 24px;
  display: flex;
  gap: 24px;
  color: #1b2131;
}
.p-experience__card:hover {
  color: #1b2131;
}
@media (max-width: 768px) {
  .p-experience__card {
    flex-direction: column;
    gap: 8px;
  }
}
.p-experience__card-accent {
  display: inline-flex;
  align-items: center;
  color: white;
  position: absolute;
  height: 36px;
  top: 16px;
  left: -24px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}
.p-experience__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-experience__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-experience__card-accent span {
  vertical-align: middle;
  white-space: nowrap;
}
.p-experience__card-accent span:nth-of-type(1) {
  margin-left: 18px;
  font-size: 1.2rem;
}
.p-experience__card-accent span:nth-of-type(2) {
  margin-left: 8px;
  font-size: 1.6rem;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .p-experience__card-accent span:nth-of-type(1) {
    margin-left: 18px;
    font-size: 1rem;
  }
  .p-experience__card-accent span:nth-of-type(2) {
    margin-left: 8px;
    font-size: 1.2rem;
    margin-right: 8px;
  }
}
.p-experience__card--blue {
  border-color: #687bf1;
}
.p-experience__card--blue .p-experience__card-accent {
  background-color: #687bf1;
}
.p-experience__card--blue .p-experience__card-accent::before {
  background-color: rgb(57.3272727273, 82.2, 236.6727272727);
}
.p-experience__card--blue .p-experience__card-name {
  color: #687bf1;
}
.p-experience__card--pink {
  border-color: #f07a94;
}
.p-experience__card--pink .p-experience__card-accent {
  background-color: #f07a94;
}
.p-experience__card--pink .p-experience__card-accent::before {
  background-color: rgb(234.8310810811, 76.1689189189, 111.1283783784);
}
.p-experience__card--pink .p-experience__card-name {
  color: #f07a94;
}
.p-experience__card-image {
  margin: 0 auto;
  margin-top: 32px;
  width: 40%;
}
@media (max-width: 768px) {
  .p-experience__card-image {
    width: 90%;
  }
}
.p-experience__card-contents {
  flex: 1;
}
.p-experience__card-name {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-experience__card-name {
    text-align: center;
    font-size: 1.6rem;
  }
}
.p-experience__card-name span:nth-of-type(2) {
  font-size: 1rem;
}
.p-experience__card-viewmore {
  text-decoration: underline;
  text-align: end;
  color: #687bf1;
  margin-bottom: 0 !important;
}

.p-experience__cards .p-experience__card-name {
  margin-bottom: 8px;
}
.p-experience__cards .p-experience__card-univ {
  margin-bottom: 16px;
}

.p-experience__qa {
  margin-top: 32px;
  margin-bottom: 64px;
}
.p-experience__qa dt {
  color: #ec6c00;
}
.p-experience__qa dd:not(:last-child) {
  margin-bottom: 48px;
}
.p-experience__qa-name {
  font-weight: 600;
}
.p-experience__qa-name--blue {
  color: #2d4cd0;
}
.p-experience__qa-name--pink {
  color: #ef1ca2;
}

.p-experience__btn {
  margin: 0 auto;
  display: block;
  width: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .l-table tbody,
  .l-table tr,
  .l-table td {
    display: block;
    width: 100%;
  }
  .l-table td {
    border-bottom: none;
  }
  .l-table tr:last-of-type td:last-of-type {
    border-bottom: 1px solid #ccc;
  }
}/*# sourceMappingURL=experience.css.map */