true, CURLOPT_TIMEOUT => 10, CURLOPT_HTTPHEADER => ['X-AI-Shared-Secret: ' . $secret], ]); $body = curl_exec($ch); $code = (int)curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); if ($body === false || $code < 200 || $code >= 300) return null; $data = json_decode($body, true); return is_array($data) ? $data : null; } $token = trim((string)($_GET['t'] ?? '')); $aiCtx = null; if ($token !== '') $aiCtx = fetch_ai_context($token); $pref = $aiCtx['company_profile']['prefecture'] ?? ''; $employeeSize = $aiCtx['company_profile']['employee_size'] ?? ''; $goal = $aiCtx['company_profile']['training_goal'] ?? ''; $aiSummary = $aiCtx['ai']['summary'] ?? ''; $aiQuestions = $aiCtx['ai']['questions'] ?? []; if (!is_array($aiQuestions)) $aiQuestions = []; ?> 応募フォーム

応募フォーム

AI相談内容(引き継ぎ)

トークン:

質問:

AI要点:

0): ?>

AIからの確認事項:

※最終判断は労働局等の確認が必要です。必要に応じて担当者が追って確認します。

AI相談内容の取得に失敗しました(期限切れ/取得済み/通信エラーの可能性)。このまま応募は可能です。