#hoge{
  width:100%;
  height:150px;
  margin:0 auto;
  background-color:#f4f4f4;
    margin-bottom: 40px;
}

.relative {
    position: relative;
    width: 100%;
}
.absolute {
    position: absolute;
    bottom: 50px;
    color: #111;
    width: 100%;
}
.absolute p {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
}
