パソコン教室

開催時間

  • 1回目:17:30〜19:20(休憩自由)
  • 2回目:19:30〜21:10(休憩自由)
  • セルフコーヒーあり
  • タバコ完全禁止(建物内・敷地内)
  • 問題行動はSECOMシステム(カメラ・音声)で記録

料金

  • 1回:2,000円(格安)
  • 個別検証学習(30分):500円
  • ソフト・アプリケーション無料
  • 支払いは相談可

対象者

ほぼ全ての学習に対応できます。

  • 社会人
  • 公務員・企業社員
  • 学校の先生(必修PC授業の負担軽減)
  • 学生
  • AIを使いこなしたい方
  • SNS・HP作成を学びたい方
  • 事務職スキルを上げたい方

学べる内容

  • PC基礎(初心者歓迎)
  • Word / Excel / PowerPoint
  • プレゼンテーション
  • 計算・事務処理
  • SNS活用
  • AI活用(正しい使い方)
  • ホームページ作成(画像・動画・音声)
  • 補助金活用の相談

この講座のメリット

  • 学校の先生の負担軽減(PC必修授業のサポート)
  • AIの正しい使い方が学べる
  • HP制作会社に丸投げしなくて済む
  • 更新料(毎月8,000円〜数万円)を払わず自分で作れる
  • 企業・自治体・個人でも即活用できる
area.addEventListener("mouseenter", () => { const img = document.querySelector("img[usemap]"); const rect = img.getBoundingClientRect(); const coords = b.coords.split(",").map(Number); // ★ 画像の縮小率を計算 const scaleX = rect.width / img.naturalWidth; const scaleY = rect.height / img.naturalHeight; let x, y; if (b.shape === "rect") { x = ((coords[0] + coords[2]) / 2) * scaleX; y = ((coords[1] + coords[3]) / 2) * scaleY; } else if (b.shape === "circle") { x = coords[0] * scaleX; y = coords[1] * scaleY; } else { let xs = [], ys = []; for (let i = 0; i < coords.length; i += 2) { xs.push(coords[i] * scaleX); ys.push(coords[i + 1] * scaleY); } x = xs.reduce((a,b)=>a+b) / xs.length; y = ys.reduce((a,b)=>a+b) / ys.length; } hoverRing.style.width = b.ringSize + "px"; hoverRing.style.height = b.ringSize + "px"; hoverRing.style.left = rect.left + x + "px"; hoverRing.style.top = rect.top + y + "px"; hoverRing.style.display = "block"; });
上部へスクロール