.univ#greeting .sec01__holder {
  position: relative;
}

.univ#greeting .sec01__holder__texts {
  width: 656px;
}

@media only screen and (max-width: 767px) {
  .univ#greeting .sec01__holder__texts {
    width: 100%;
  }
}

.univ#greeting .sec01__holder__fig {
  width: 456px;
  position: absolute;
  top: 105px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .univ#greeting .sec01__holder__fig {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }
}

.univ#greeting .sec01__holder__fig > figure > figcaption {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .univ#greeting .sec01__holder__fig > figure > figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
