@charset "utf-8";

/*------------------------------------------------------------
  info
------------------------------------------------------------*/
.introduction {
  margin-bottom: 100px;
}

.directorName {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.directorName h3 {
  font-size: 24px;
  text-align: center;
}

.directorName p {
  display: inline-block;
  padding-top: 18px;
  border-top: 1px solid #957575;
  text-align: center;
  margin: 21px auto 0;
}

.career {
  margin-bottom: 97px;
}

.greeting {
  margin-top: 40px;
}

.comPhoBox.philosophy {
  margin-bottom: 97px;
}

.comPhoBox.philosophy .pho {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 24px;
}

.infoLocation {
  margin-top: 97px;
}

@media all and (max-width: 896px) {
  .directorName h3 {
    font-size: 17px;
  }

  .directorName p {
    padding-top: 10px;
    margin: 10px auto 0;
    font-size: 14px;
  }
}
