.shippori-mincho-b1-semibold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
.leader {
  width: 90vw;
  max-width: 985px;
  margin: 0 auto;
}
.leader .top-pad {
  background-color: #FAF7F1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  border-radius: 40px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .leader .top-pad {
    padding: 30px 20px;
    border-radius: 24px;
    margin-bottom: 30px;
  }
}
.leader .top-pad::before {
  position: absolute;
  width: 32px;
  height: 27px;
  background-color: #FAF7F1;
  content: "";
  left: 70px;
  bottom: -26px;
  z-index: -1;
  clip-path: polygon(0 0, 92% 0, 100% 100%);
}
@media (max-width: 991px) {
  .leader .top-pad::before {
    width: 28px;
    height: 23px;
    left: 40px;
    bottom: -22px;
  }
}
.leader .top-pad .title {
  font-size: 64px;
  font-family: TsukuAntique;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .leader .top-pad .title {
    font-size: 30px;
  }
}
.leader .top-pad .title::after {
  position: absolute;
  bottom: 20px;
  height: 28px;
  background-color: rgba(236, 152, 114, 0.15);
  width: 100%;
  left: 0;
  z-index: -1;
  content: "";
}
@media (max-width: 991px) {
  .leader .top-pad .title::after {
    height: 12px;
    bottom: 8px;
  }
}
.leader .top-pad .leader-title {
  font-size: 26px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding: 30px 0 10px 0;
}
@media (max-width: 991px) {
  .leader .top-pad .leader-title {
    font-size: 16px;
    padding: 14px 0 6px 0;
  }
}
.leader .top-pad .leader-name {
  font-size: 42px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 991px) {
  .leader .top-pad .leader-name {
    font-size: 24px;
  }
}
.leader .intro-content {
  display: flex;
  justify-content: space-between;
  gap: 56px;
  margin-bottom: 165px;
  padding: 0 30px 0 60px;
}
@media (max-width: 991px) {
  .leader .intro-content {
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
    align-items: center;
  }
}
.leader .intro-content .leader-avatar {
  width: 200px;
  min-width: 200px;
}
@media (max-width: 991px) {
  .leader .intro-content .leader-avatar {
    width: 190px;
    min-width: 190px;
  }
}
.leader .intro-content .content {
  margin-top: 10px;
}
.leader .intro-content .content p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 991px) {
  .leader .intro-content .content p {
    font-size: 16px;
  font-weight: 500;
  }
}
