@media screen and (min-width: 768px) {
  #member-g04 {
    width: 100vw;
  }
  #member-g04 .member-g04 {
    position: relative;
  }
  #member-g04 .member-g04 img {
    width: 100%;
  }
  #member-g04 .text {
    position: absolute;
    left: 5.2083333333vw;
    top: 2.5vw;
    padding: 1.0416666667vw;
    border-radius: 3%;
  }
  #member-g04 .text h3 {
    line-height: 3.125vw;
    font-size: 1.3541666667vw;
    font-family: HYQiHeiX1-FEW, HYQiHeiX1;
    color: #323336;
    margin-bottom: 0.8333333333vw;
    text-align: center;
  }
  #member-g04 .text p {
    font-size: 0.9375vw;
    line-height: 1.4583333333vw;
    font-family: HYQiHeiX1-DEW, HYQiHeiX1;
    margin-bottom: 2.5vw;
    color: #595057;
    text-align: center;
  }
  #member-g04 .text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #member-g04 .text ul li {
    margin-right: 4.1666666667vw;
  }
  #member-g04 .text ul li img {
    width: 6.25vw;
    margin-bottom: 0.8333333333vw;
  }
  #member-g04 .text ul li p {
    font-size: 0.8333333333vw;
    color: #595057;
    line-height: 1.25vw;
    text-align: center;
  }
  #member-g04 .text ul li:last-child {
    margin-right: 0;
  }
}
/* mob */
@media screen and (max-width: 767.98px) {
  #member-g04 {
    width: 100vw;
  }
  #member-g04 .member-g04 {
    position: relative;
  }
  #member-g04 .member-g04 img {
    width: 100%;
  }
  #member-g04 .text {
    position: absolute;
    top: 8.5333333333vw;
    text-align: center;
    width: 90%;
    margin: 0 5.0666666667vw 0 5.0666666667vw;
    padding: 6.6666666667vw 0 6.6666666667vw 0;
    border-radius: 6%;
  }
  #member-g04 .text h3 {
    line-height: 9.6vw;
    font-size: 5.3333333333vw;
    font-family: HYQiHeiX1-FEW, HYQiHeiX1;
    color: #323336;
    margin-bottom: 2.1333333333vw;
  }
  #member-g04 .text p {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    font-family: HYQiHeiX1-DEW, HYQiHeiX1;
    margin-bottom: 6.4vw;
    color: #595057;
  }
  #member-g04 .text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #member-g04 .text ul li {
    width: auto;
    padding: 0 5.0666666667vw;
  }
  #member-g04 .text ul li img {
    width: 21.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  #member-g04 .text ul li p {
    font-size: 3.2vw;
    color: #595057;
    line-height: 4.8vw;
    text-align: center;
    margin-bottom: 4vw;
  }
}