@charset "UTF-8";
.mainImgArea {
  position: relative;
}
.mainImgArea .dxTxt {
  position: absolute;
  bottom: 8%;
  right: 10px;
  width: 324px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  line-height: 2;
}
.mainImgArea .dxTxt > span {
  display: block;
}
.occupation {
  margin-top: 20px;
}
.presidentName {
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 736px) {
  #bigTtlArea .bigTtlImg .capture {
    background: url("/company/common/img/img_main_company_ttl.jpg")
  }
  .mainImgArea .dxTxt {
    position: static;
    width: 100%;
    padding: 20px 0;
  }
}