#main .greeting {
  position: relative;
  padding-bottom: 42px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  #main .greeting {
    padding-bottom: 0;
    margin-bottom: 29px;
  }
}
#main .greeting .message {
  background-color: #E9F2FE;
  border-radius: 10px;
  width: 58.25%;
  padding: 55px 62px 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .greeting .message {
    border-radius: 0 8px 8px 0;
    padding: 30px 0 73px 30px;
    width: calc(200 / 375 * 100%);
  }
}
#main .greeting .message img {
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  #main .greeting .message img {
    margin-left: 1px;
    width: 228px;
  }
}
#main .greeting .message .post {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #main .greeting .message .post {
    margin-top: 18px;
    font-size: 14px;
  }
}
#main .greeting .message .name {
  margin-top: 9px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #main .greeting .message .name {
    margin-top: 7px;
    font-size: 18px;
  }
}
#main .greeting .portrait {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
}
@media screen and (max-width: 767px) {
  #main .greeting .portrait {
    position: static;
    margin-top: -59px;
    margin-left: 86px;
    width: calc(260 / 375 * 100%);
  }
}
#main .greeting .portrait img {
  width: 100%;
  border-radius: 10px;
  vertical-align: top;
}
/*# sourceMappingURL=./about-greeting.css.map */