section{
  margin-bottom: 60px;
}
.kaityou_container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.kaityou_img{
  width: 200px;
  margin-right: 60px;
}
.kaityou_right_line{
  color: #0B7D6B;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
h4{
  font-size: 3.2rem;
  font-weight: bold;
  color: #0B7D6B;
}
.kaityou{
  font-size: 1.6rem;
  margin-right: 20px;
}
.kaityou_right_line {
  position: relative;
  padding-left: 20px; /* 線とテキストの間隔調整 */
}

.kaityou_right_line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  background-color: #0B7D6B;
}

.committee-container{
  display: flex;
  margin: 40px 0;
}
.committee-number{
  font-size: 3.2rem;
  color: #0B7D6B;
  padding-right: 8px;
}
.committee {
	background: #F5F3F0;
  border-radius: 8px;
  padding: 20px;
  width: calc(100% / 4);
  margin: 0 8px;
}
.committee-subtitle{
  font-size: 1.6rem;
  text-align: center;
}
.committee-number-title{
  font-size: 1.6rem;
  display: flex;
  padding-bottom: 20px;
}
.committee-title {
  color: #0B7D6B;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
h3{
  font-weight: bold;
}
.committee-number-title{
  display: flex;
  align-items: center;
}