>>387

bool has実務経験=false;
bool is新卒=get新卒判定();

if(has実務経験 || is新卒) {
採用();
has実務経験=true;
}

// じゃないかと思うんだ