#chairman {
  padding-top: 76px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #chairman {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#chairman .common-title.type03 {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  #chairman .common-title.type03 {
    margin-bottom: 50px;
  }
}
#chairman .content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #chairman .content {
    flex-direction: column;
  }
}
#chairman .content .pht-area {
  margin-right: 64px;
  width: 324px;
}
@media screen and (max-width: 767px) {
  #chairman .content .pht-area {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 100%;
  }
}
#chairman .content .pht-area img {
  width: 100%;
}
#chairman .content .text-area {
  width: 592px;
}
@media screen and (max-width: 767px) {
  #chairman .content .text-area {
    width: 100%;
  }
}
#chairman .content .text-area .name {
  margin-bottom: 30px;
}
#chairman .content .text-area .name .sub {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #chairman .content .text-area .name .sub {
    font-size: 14px;
  }
}
#chairman .content .text-area .name .main {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #chairman .content .text-area .name .main {
    font-size: 14px;
  }
}
#chairman .content .text-area .name .main .large {
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #chairman .content .text-area .name .main .large {
    font-size: 18px;
  }
}
#chairman .content .text-area .message p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #chairman .content .text-area .message p {
    font-size: 14px;
    line-height: 22px;
  }
}
#chairman .content .text-area .box {
  margin-top: 30px;
  padding: 26px 45px;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  #chairman .content .text-area .box {
    padding: 20px;
  }
}
#chairman .content .text-area .box .set:not(:first-child) {
  margin-top: 18px;
}
#chairman .content .text-area .box .set .title {
  margin-bottom: 6px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  #chairman .content .text-area .box .set .title {
    font-size: 14px;
    line-height: 24px;
  }
}
#chairman .content .text-area .box .set .text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #chairman .content .text-area .box .set .text {
    font-size: 12px;
    line-height: 22px;
  }
}

#staff {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #staff {
    padding-bottom: 80px;
  }
}
#staff .common-title.type03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #staff .common-title.type03 {
    margin-bottom: 50px;
  }
}
#staff .staff-list li {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #staff .staff-list li {
    flex-direction: column;
  }
}
#staff .staff-list li:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #staff .staff-list li:not(:first-child) {
    margin-top: 50px;
  }
}
#staff .staff-list li .pht-area {
  margin-right: 64px;
  width: 233px;
}
@media screen and (max-width: 767px) {
  #staff .staff-list li .pht-area {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 100%;
  }
}
#staff .staff-list li .pht-area img {
  width: 100%;
}
#staff .staff-list li .text-area {
  width: 683px;
}
@media screen and (max-width: 767px) {
  #staff .staff-list li .text-area {
    width: 100%;
  }
}
#staff .staff-list li .text-area .name {
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #000;
  border-bottom: solid 2px var(--theme-color);
}
@media screen and (max-width: 767px) {
  #staff .staff-list li .text-area .name {
    margin-bottom: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }
}
#staff .staff-list li .text-area .content .set:not(:nth-child(1)) {
  margin-top: 12px;
}
#staff .staff-list li .text-area .content .set .title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  #staff .staff-list li .text-area .content .set .title {
    font-size: 14px;
    line-height: 22px;
  }
}
#staff .staff-list li .text-area .content .set .text {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #staff .staff-list li .text-area .content .set .text {
    font-size: 14px;
    line-height: 22px;
  }
}/*# sourceMappingURL=staff.css.map */