.judge_list li figure{
    position: relative;
}

.judge_list li:nth-child(2) figure::after {
    content: 'photo：Katsuhiro Ichikawa';
    display: block;
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    color: #fff;
    font-size: 12px;
}

.judge_list li:nth-child(3) figure::after {
    content: 'photo : Yuya Futamura';
    display: block;
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    color: #fff;
    font-size: 12px;
}