@charset "UTF-8";

.sec-chairman .common-ttl {
  letter-spacing: 2.2px;
}

.chariman-blk {
  position: relative;
}

.about-chairman {
  position: absolute;
  top: 50%;
  right: 40px;
  content: '';
  transform: translateY(-50%);
  width: 50%;
  text-align: right;
}

.chairman-info span {
  padding-left: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 767.9px) {
  .about-chairman {
    position: unset;
    margin: 30px 0;
    transform: unset;
    width: 100%;
    text-align: left;
  }

  .about-chairman .text {
    font-size: 1rem;
  }
}