.post-superintendent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 10px;
  margin: 0 0 2rem;
}
.post-superintendent .superintendent-card {
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 15px;
  width: calc(50% - 7.5px);
}
.post-superintendent .superintendent-card .card-upper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 15px;
}
.post-superintendent .superintendent-card .card-upper a:has(.superintendent-photo) {
  display: block;
  width: 75px;
}
.post-superintendent .superintendent-card .card-upper a:has(.superintendent-photo) .superintendent-photo {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.post-superintendent .superintendent-card .card-upper a:has(.superintendent-photo) .superintendent-ribbon {
  position: relative;
  margin-top: -10px;
  height: 20px;
  background-color: transparent;
}
.post-superintendent .superintendent-card .card-upper a:has(.superintendent-photo) .superintendent-ribbon .ribbon-label {
  position: relative;
  z-index: 20;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
}
.post-superintendent .superintendent-card .card-upper a:has(.superintendent-photo) .superintendent-ribbon::before {
  position: absolute;
  z-index: 10;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 72px 50%, 100% 100%, 0% 100%, 3px 50%, 0% 0%);
          clip-path: polygon(100% 0, 72px 50%, 100% 100%, 0% 100%, 3px 50%, 0% 0%);
  background-color: #333;
}
.post-superintendent .superintendent-card .card-upper .superintendent-info {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 320px;
}
.post-superintendent .superintendent-card .card-upper .superintendent-info .superintendent-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.post-superintendent .superintendent-card .card-upper .superintendent-info .superintendent-name {
  font-size: 16px;
  font-weight: 600;
  color: #39a0ff;
}
.post-superintendent .superintendent-card .card-upper .superintendent-info .intro-show-fs {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.post-superintendent .superintendent-card .card-upper .superintendent-info .intro-show-fs:active {
  transform: translateY(2px);
}
.post-superintendent .superintendent-card .card-lower {
  display: none;
  padding: 15px 0 0;
}
.post-superintendent .superintendent-card .card-lower .superintendent-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
.post-superintendent .superintendent-card .card-lower.card-lower--opened {
  display: block;
}

.footer-link {
  position: relative;
  margin-bottom: 30px;
}
.footer-link .footer-link-list-heading {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.footer-link .footer-link-list {
  position: relative;
  height: 120px;
  overflow: hidden;
  margin-top: 10px;
}
.footer-link .footer-link-list.link-list--show-all {
  height: auto;
}
.footer-link .link-list-overlay {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 72px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.footer-link .show-all-fs {
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 30px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.footer-link .show-all-fs:active {
  transform: translateY(2px);
}/*# sourceMappingURL=single_1293.css.map */