section.message h2, section.history h2, section.info h2 {
  display: flex;
  justify-content: center;
  padding-bottom: 22px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative; }
  @media screen and (max-width: 768px) {
    section.message h2, section.history h2, section.info h2 {
      padding-bottom: 15px;
      font-size: 20px; } }
  section.message h2::after, section.history h2::after, section.info h2::after {
    content: '';
    width: 80px;
    height: 10px;
    background-color: #191919;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0px; }
    @media screen and (max-width: 768px) {
      section.message h2::after, section.history h2::after, section.info h2::after {
        width: 60px;
        height: 8px;
        left: calc(50% - 30px); } }
section.message {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 100px;
  border-radius: 10px;
  padding: 65px 125px 45px;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    section.message {
      margin: 65px auto 48px;
      padding: 28px 5% 22px; } }
  section.message h2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      section.message h2 {
        margin-bottom: 22px; } }
  section.message h3 {
    margin-bottom: 34px;
    font-size: 24px; }
    @media screen and (max-width: 768px) {
      section.message h3 {
        margin-bottom: 18px;
        font-size: 18px; } }
  section.message .msgBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    margin: 0 auto 6px;
    padding: 10px 0;
    border: 2px solid #191919;
    border-radius: 30px; }
    @media screen and (max-width: 768px) {
      section.message .msgBtn ~ p {
        display: none; } }
    section.message .msgBtn::after {
      content: '';
      width: 8px;
      height: 8px;
      margin-left: 10px;
      border-right: 2px solid #191919;
      border-bottom: 2px solid #191919;
      transform: rotate(45deg); }
  section.message p {
    line-height: 2;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      section.message p {
        line-height: 1.8;
        font-size: 16px; } }
    section.message p:nth-last-of-type(n+2) {
      margin-bottom: 24px; }
      @media screen and (max-width: 768px) {
        section.message p:nth-last-of-type(n+2) {
          margin-bottom: 16px; } }
  section.message figure {
    margin: 55px auto 35px;
    position: relative; }
    section.message figure::after {
      content: '';
      width: 57.85%;
      height: 307px;
      background: url(/about/img/president_bg.gif) no-repeat bottom right/contain;
      position: absolute;
      right: -54px;
      bottom: -93px; }
      @media screen and (max-width: 768px) {
        section.message figure::after {
          width: 48%;
          height: 70%;
          right: -3.5%;
          bottom: -20%; } }
    section.message figure img {
      width: 100%;
      position: relative;
      z-index: 2; }
    section.message figure figcaption {
      line-height: 20px;
      font-size: 12px;
      font-weight: bold; }
  section.message .profile .name {
    margin-bottom: 20px; }
    section.message .profile .name span {
      font-size: 12px; }
    section.message .profile .name h3 {
      font-size: 30px; }
      @media screen and (max-width: 768px) {
        section.message .profile .name h3 {
          font-size: 24px; } }
  section.message .profile .title {
    line-height: 1.6;
    font-size: 12px; }
    section.message .profile .title span {
      color: #04a554; }
section.history {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 110px;
  padding: 60px 80px 50px;
  border: 5px solid #191919;
  border-radius: 10px;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 768px) {
    section.history {
      margin: 0 auto 48px;
      padding: 26px 5% 30px;
      border-width: 3px; } }
  section.history h2 {
    margin: 0 auto 60px; }
    @media screen and (max-width: 768px) {
      section.history h2 {
        margin: 0 auto 28px; } }
  section.history dl {
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      section.history dl {
        flex-direction: column;
        padding: 0 3.5%; } }
    section.history dl:nth-last-of-type(n+2) {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ccc; }
      @media screen and (max-width: 768px) {
        section.history dl:nth-last-of-type(n+2) {
          margin-bottom: 8px;
          padding: 0 3.5% 8px; } }
    @media screen and (min-width: 769px) {
      section.history dl dt {
        width: 150px;
        padding-left: 25px; } }
    @media screen and (max-width: 768px) {
      section.history dl dt {
        margin-bottom: 3px;
        font-weight: bold; } }
    @media screen and (min-width: 769px) {
      section.history dl dd {
        width: calc(100% - 150px);
        padding: 0 10px 0 15px; } }
section.info {
  max-width: 500px;
  width: 90%;
  margin: 0 auto 120px; }
  @media screen and (max-width: 768px) {
    section.info {
      margin: 0 auto 48px; } }
  section.info h2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      section.info h2 {
        margin-bottom: 28px; } }
  section.info ul li {
    text-indent: -0.8em;
    padding-left: 0.8em;
    line-height: 1.8; }
    section.info ul li:nth-last-of-type(n+2) {
      margin-bottom: 8px; }
      @media screen and (max-width: 768px) {
        section.info ul li:nth-last-of-type(n+2) {
          margin-bottom: 6px; } }
  section.info ul a {
    font-size: 14px;
    text-decoration: underline; }
    section.info ul a:hover {
      text-decoration: none; }

/*# sourceMappingURL=style.css.map */
