/* about */
.section__about {
  overflow: hidden;
}
.message__img {
  position: relative;
}
.message__img picture {
  position: relative;
  z-index: 1;
}

@media all and (max-width: 768px) {

  .section__about p {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 1em;
  }
  .read__wrap {
    margin-bottom: 10%;
  }
  .message__wrap .message__fx {
    position: relative;
  }
  .message__wrap .message__fx:after {
    content: "";
    display: block;
    background: #f9f9f9;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 10%;
    left: 10%;
  }
  .message__img {
    width: 90%;
    margin-bottom: 10%;
  }
  .message__cap {
    position: relative;
    z-index: 1;
  }
  
}

@media all and (min-width: 769px) {

  .section__about p {
    font-size: 16px;
    line-height: 2.125;
    margin-bottom: 2.2em;
  }
  .read__wrap {
    padding-top: 20px;
    margin-bottom: 130px;
  }
  .message__wrap .head__wrap {
    margin-bottom: 50px;
  }
  .message__wrap .message__fx {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .message__img {
    width: 48.18%;
  }
  .message__img:after {
    content: "";
    display: block;
    background: #f9f9f9;
    position: absolute;
    width: 100vw;
    height: calc(100% - 162px);
    top: 118px;
    left: 180px;
  }
  .message__cap {
    width: 47.81%;
    padding-top: 90px;
  }

}
