article#about section {
  padding: 0 0 50px;
}
article#about h2.title.sub {
  margin-bottom: 0;
}
article#about div.lead {
  text-align: center;
  padding: 1.5em 0;
}
article#about div.lead h3 {
  margin-bottom: 1em;
  font-size: 2rem;
}
article#about .graph + .graph {
  margin-top: 60px;
}
article#about .graph h4 {
  text-align: center;
  background: #8A8A8A;
  padding: 0.5em 0;
  font-size: 1.8rem;
}
article#about .graph figure img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
article#about .graph figure p {
  font-size: 80%;
  text-align: right;
}
article#about .graph figure figcaption {
  padding-top: 1.5em;
}
article#about .taiken dl + dl {
  margin-top: 50px;
}
article#about .taiken dl h3 {
  text-align: center;
  font-size: 1.8rem;
  padding: 0.5em 0;
  background: #FFD00B;
  border-radius: 40px;
  margin: 0 auto 1em;
}
article#about .taiken dl dd ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
article#about .taiken dl dd ul li {
  width: 36%;
  background: #e7bf2c;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 5px 5px #368eab;
  transition: 0.3s ease-in-out;
  color: #000000;
}
article#about .taiken dl dd ul li:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
  color: #27acd9;
}
article#about .taiken dl dd ul li a {
  padding: 1em;
  display: block;
  position: relative;
}
article#about .taiken dl dd ul li a::before {
  content: "\f0a9";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  right: 10px;
  top: 32%;
  font-size: 1.4rem;
}
article#about .instructor ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
article#about .instructor ul li {
  width: 80%;
  border: 1px solid;
  padding: 1.5em 1em;
}
article#about .instructor ul li div {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5em;
}
article#about .instructor ul li div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article#about .instructor ul li h3 {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2.6rem;
}
article#about .instructor ul li p {
  font-size: 1.4rem;
  line-height: 1.6;
}
article#about .houkoku .box + .box {
  margin-top: 30px;
}
article#about .houkoku .box h4 {
  text-align: center;
  background: #b30000;
  color: #ffffff;
  padding: 0.5em 0;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
article#about .houkoku .box img {
  width: 100%;
}