#mainv {
  position: relative;
  min-width: 1000px;
  background: url("../../img/topmessage-mainv.png") no-repeat center;
  background-size: cover;
  width: 100%
}

#mainv .inner {
  width: 1000px;
  margin: 0 auto;
  display: table;
  min-height: 300px;
  height: 300px;
}

#mainv .title {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.message-text {
  width: 1000px;
  padding-top: 70px;
  font-size: 1.4rem;
  margin: 0 auto
}

.message-text .ceo-picture {
  margin-bottom: 30px
}

.message-text .ceo-text {
  margin-bottom: 15px
}

.message-text .ceo-name {
  margin-top: 20px;
  text-align: right
}

@media screen and (max-width: 768px) {
  #mainv {
    min-width: auto;
    margin-top: 55px;
    background-size: auto
  }
  #mainv .inner {
    width: 90%
  }
  .pp-box {
    width: auto;
    padding-left: 15px;
    padding-right: 15px
  }
  .pp-box .post-heading-var1 {
    margin: 30px 0 10px 0
  }
  .pp-box .post-heading-var2 {
    margin: 0px 0 5px 0
  }
  .pp-box .pp-text {
    width: auto
  }
  .message-text {
    padding-top: 30px;
    width: auto
  }
  .message-text img {
    width: 100%
  }
  .message-text .ceo-text {
    width: auto;
    line-height: 1.5
  }
  .message-text .ceo-name {
    width: auto
  }
  .message-text .ceo-picture {
    margin-bottom: 15px
  }
}