.area-prmy-staff .body-prmy .specifics .list-post {
  display: flex;
  flex-wrap: wrap;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item {
  max-inline-size: calc((100% - clamp(24px, 17.68px + 1.58vw, 48px) * 2) / 3);
  inline-size: 100%;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics {
  position: relative;
  display: grid;
  grid-template-areas: "title disp" "title disp" "list-title list-title" "list-service list-service";
  grid-template-columns: max-content 1fr;
  grid-template-rows: repeat(4, max-content);
  inline-size: 100%;
  block-size: 100%;
  background-color: white;
  border-color: #888;
  border-style: solid;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics::before, .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics::after {
  content: "";
  position: absolute;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics::before {
  z-index: 1;
  inline-size: 100%;
  block-size: 50%;
  background-color: #000088;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics::after {
  z-index: 2;
  inline-size: 100%;
  background-color: #ebab37;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title,
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp,
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title,
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service {
  z-index: 2;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title {
  grid-area: title;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading {
  display: inline-block;
  background-color: #fff14d;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading .string {
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp {
  grid-area: disp;
  overflow: hidden;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp .media {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 7 / 8;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp .media .image {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 7 / 8;
  object-fit: cover;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp .media {
  background-color: #dedede;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title {
  grid-area: list-title;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading {
  position: relative;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: -2;
  inline-size: 100%;
  background-color: #e667c4;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service {
  grid-area: list-service;
}
.area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service > .item-data {
  list-style: disc;
}
.area-prmy-staff .body-prmy .specifics .list-post {
  gap: clamp(24px, 17.68px + 1.58vw, 48px);
}
.area-prmy-staff .body-prmy .specifics .list-post .review-details {
  background-color: #000088;
  border-bottom-color: transparent;
  border-bottom-style: solid;
}
.area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary {
  position: relative;
  text-align: center;
}
.area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::webkit-details-marker {
  display: none;
}
.area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::marker {
  content: none;
}
.area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inline-size: 100%;
  rotate: 135deg;
  transition-property: rotate, inset-block-start;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  translate: 0 -50%;
}
.area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
  border-block-start-color: #fff;
  border-block-start-style: solid;
}
.area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
  border-inline-end-color: #fff;
  border-inline-end-style: solid;
}
.area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary .string {
  color: #fff;
  font-weight: bold;
}
.area-prmy-staff .body-prmy .specifics .list-post .review-details[open] .m-heading-summary::after {
  inset-block-start: 64%;
  rotate: -45deg;
}
.area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
  background-color: white;
}
.area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading {
  position: relative;
}
.area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading::before {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inline-size: 100%;
  border-radius: 50%;
  background-color: #555555;
  translate: 0 -50%;
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item {
    max-inline-size: calc((100% - clamp(24px, 17.68px + 1.58vw, 48px)) / 2);
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics {
    border-block-width: 0.1953125vw;
    border-inline-width: 0.1953125vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title {
    padding-inline-start: 3.515625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading {
    padding-block-start: 1.5625vw;
    padding-block-end: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading {
    padding-inline-start: 1.171875vw;
    padding-inline-end: 1.171875vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading .string {
    font-size: 1.7578125vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp {
    padding-block-end: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp {
    padding-inline-start: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title {
    padding-block-start: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading::before {
    max-inline-size: 19.53125vw;
    block-size: 0.9765625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading .string {
    padding-block-start: 1.5625vw;
    padding-block-end: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading .string {
    padding-inline-start: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading .string {
    font-size: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service {
    padding-block-end: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service {
    padding-inline-start: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service > .item-data {
    padding-inline-start: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    inset-inline-end: 2.34375vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    max-inline-size: 2.34375vw;
    block-size: 2.34375vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    border-block-start-width: 0.5859375vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    border-inline-end-width: 0.5859375vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary .string {
    padding-block-start: 1.171875vw;
    padding-block-end: 1.171875vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary .string {
    font-size: 2.1484375vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    margin-block-end: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    margin-inline-start: 1.5625vw;
    margin-inline-end: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    padding-block-start: 1.5625vw;
    padding-block-end: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    padding-inline-start: 1.5625vw;
    padding-inline-end: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading {
    margin-block-end: 1.171875vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading {
    padding-inline-start: 1.5625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading {
    font-size: 1.46484375vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading::before {
    max-inline-size: 0.78125vw;
    block-size: 0.78125vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading::before {
    inset-inline-start: 0.390625vw;
    inset-inline-end: 0.390625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .sentence {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 600px) {
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item {
    max-inline-size: 100%;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics {
    border-block-width: 0.5vw;
    border-inline-width: 0.5vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics::after {
    inset-block-end: 0;
    inset-inline-end: 6vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics::after {
    max-inline-size: 6vw;
    block-size: 40vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title {
    padding-inline-start: 6vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading {
    padding-block-start: 3vw;
    padding-block-end: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading {
    padding-inline-start: 3vw;
    padding-inline-end: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading .string {
    font-size: 4vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp {
    padding-block-end: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp {
    padding-inline-start: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title {
    padding-block-start: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading::before {
    max-inline-size: 40vw;
    block-size: 2vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading .string {
    padding-block-start: 3vw;
    padding-block-end: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading .string {
    padding-inline-start: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading .string {
    font-size: 3.5vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service {
    padding-block-end: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service {
    padding-inline-start: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service > .item-data {
    padding-inline-start: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post {
    flex-direction: column;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    inset-inline-end: 6vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    max-inline-size: 4vw;
    block-size: 4vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    border-block-start-width: 1vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    border-inline-end-width: 1vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary .string {
    padding-block-start: 3vw;
    padding-block-end: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary .string {
    font-size: 4.5vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    margin-block-end: 6vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    margin-inline-start: 6vw;
    margin-inline-end: 6vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    padding-block-start: 3vw;
    padding-block-end: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    padding-inline-start: 3vw;
    padding-inline-end: 3vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading {
    margin-block-end: 2vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading {
    padding-inline-start: 4vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading {
    font-size: 3.5vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading::before {
    max-inline-size: 2vw;
    block-size: 2vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading::before {
    inset-inline-start: 1vw;
    inset-inline-end: 1vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .sentence {
    font-size: 3.25vw;
  }
}
@media screen and (min-width: 601px) {
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics::after {
    inset-block-end: 0;
    inset-inline-end: 2.5vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics::after {
    max-inline-size: 1.25vw;
    block-size: 12.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics {
    border-block-width: 0.1041666667vw;
    border-inline-width: 0.1041666667vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title {
    padding-inline-start: 1.875vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading {
    padding-block-start: 1.25vw;
    padding-block-end: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading {
    padding-inline-start: 0.8333333333vw;
    padding-inline-end: 0.8333333333vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .title > .heading .string {
    font-size: 1.0416666667vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp {
    padding-block-end: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .disp {
    padding-inline-start: 1.875vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title {
    padding-block-start: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading::before {
    max-inline-size: 12.5vw;
    block-size: 0.625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading .string {
    padding-block-start: 1.25vw;
    padding-block-end: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading .string {
    padding-inline-start: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-title > .heading .string {
    font-size: 0.8854166667vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service {
    padding-block-end: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service {
    padding-inline-start: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post.des-staff-profile .item .atcl-post .specifics .list-service > .item-data {
    padding-inline-start: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    inset-inline-end: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    max-inline-size: 1.25vw;
    block-size: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    border-block-start-width: 0.4166666667vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary::after {
    border-inline-end-width: 0.4166666667vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary .string {
    padding-block-start: 0.625vw;
    padding-block-end: 0.625vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .review-details > .m-heading-summary .string {
    font-size: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    margin-block-end: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    margin-inline-start: 1.25vw;
    margin-inline-end: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    padding-block-start: 1.25vw;
    padding-block-end: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner {
    padding-inline-start: 1.25vw;
    padding-inline-end: 1.25vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading {
    margin-block-end: 0.8333333333vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading {
    padding-inline-start: 0.8333333333vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading {
    font-size: 0.8333333333vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading::before {
    max-inline-size: 0.4166666667vw;
    block-size: 0.4166666667vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .m-heading::before {
    inset-inline-start: 0.2083333333vw;
    inset-inline-end: 0.2083333333vw;
  }
  .area-prmy-staff .body-prmy .specifics .list-post .m-content > .m-inner > .sentence {
    font-size: 0.78125vw;
  }
}
/*# sourceMappingURL=archive-staff.css.map */
