.block.about h1 {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: url(../images/about/title_bg.jpg) no-repeat center top;
  background-size: cover;
  line-height: 0;
}
.block.about h1 img {
  width: 114px;
}
.block.about section.greeting .greeting-inner {
  padding: 10px 0 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.block.about section.profile .profile-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.block.about section.profile figure {
  width: 180px;
  margin: 24px auto;
}
.block.about section.profile figure img {
  width: 100%;
}
.block.about section.profile h3 {
  width: 214px;
  margin: 0;
}
.block.about section.profile h3 img {
  width: 100%;
}
.block.about section.profile dl {
  margin: 0;
  padding: 0;
}
.block.about section.profile dl dd, .block.about section.profile dl dt {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.7;
}
.block.about section.profile dl.list dt {
  padding-top: 1.3rem;
  margin-bottom: 5px;
}
.block.about section.profile dl.list dd {
  padding-bottom: 1rem;
  border-bottom: dotted 1px #dcd7c7;
}
.block.about section.profile dl.career {
  zoom: 1;
}
.block.about section.profile dl.career:after {
  content: "";
  display: block;
  clear: both;
}
.block.about section.profile dl.career dt, .block.about section.profile dl.career dd {
  padding-top: 0;
  padding-bottom: 1rem;
}
.block.about section.profile dl.career dt {
  float: left;
  width: 19%;
  margin-bottom: 0;
}
.block.about section.profile dl.career dd {
  float: right;
  width: 81%;
  border: none;
}
