<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>キャリア | 株式会社TOKYO - TOKYO CO., Ltd.</title>
	<atom:link href="https://www.tokyo-ict.com/category/tokyoplus/career/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tokyo-ict.com</link>
	<description>私たちは、ＩＣＴを通して世界の発展に寄与する社会貢献企業を目指します。</description>
	<lastBuildDate>Sat, 07 Mar 2026 08:15:02 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.tokyo-ict.com/wp-content/uploads/2020/06/cropped-TokyoLogo-scaled-1-32x32.gif</url>
	<title>キャリア | 株式会社TOKYO - TOKYO CO., Ltd.</title>
	<link>https://www.tokyo-ict.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Internship Report &#8211; Software Engineer meets ITSec</title>
		<link>https://www.tokyo-ict.com/tokyoplus/career/internship-report-software-engineer-meets-itsec/</link>
		
		<dc:creator><![CDATA[author]]></dc:creator>
		<pubDate>Sat, 07 Mar 2026 07:59:37 +0000</pubDate>
				<category><![CDATA[キャリア]]></category>
		<guid isPermaLink="false">https://www.tokyo-ict.com/?p=14849</guid>

					<description><![CDATA[<p>When I began my internship with TOKYO Co. in January of 2026, I couldn’t imagine how much I would learn about  [&#8230;]</p>
The post <a href="https://www.tokyo-ict.com/tokyoplus/career/internship-report-software-engineer-meets-itsec/">Internship Report – Software Engineer meets ITSec</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<p>When I began my internship with TOKYO Co. in January of 2026, I couldn’t imagine how much I would learn about IT Security Operations in just a few weeks. From exploring Security Information and Event Management Systems (SIEM) like Wazuh, to setting up virtual Ubuntu Servers with Snort3 as Intrusion Detection System (IDS), I had the chance to apply my new knowledge in real-world systems. I already built my own Security Operation Center (SOC) web app and this has only been half of my internship time!</p>



<h4 class="wp-block-heading">インターンで体験したITセキュリティ運用と日本文化</h4>



<p>2026年1月にTOKYO社でインターンを始めたとき、わずか数週間でこれほど多くのITセキュリティ運用について学べるとは想像していませんでした。WazuhのようなSIEM（Security Information and Event Management）を調べたり、Snort3を侵入検知システム（IDS）として動かすための仮想Ubuntuサーバーを構築したりと、新しく学んだ知識を実際のシステム環境で試す機会を得ることができました。さらに、自分自身でSOC（Security Operation Center）のWebアプリも開発しました。しかも、これはまだインターン期間の半分が過ぎた時点での成果です。</p>



<p>ここでは、インターン期間中に取り組んだITセキュリティのプロジェクトと、日本での体験について紹介したいと思います。</p>



<h2 class="wp-block-heading">The Brain: Wazuh Log and Alert Management</h2>



<p>Let me begin by explaining the basics of SIEM and IT Security Operations for those who might be unfamiliar with the concepts, just like I was a few weeks ago. Organizations must maintain a variety of IT systems to ensure seamless business operations. This heterogeneous environment, ranging from communication servers to employee workstations, presents a unique challenge: each system is exposed to different vectors. While a public-facing server might face direct brute-force attacks, an internal client is more likely to be compromised via phishing or malicious USB drives.</p>



<p>A SIEM system must observe all these systems and their respective risks at once, by collecting and analyzing logs. When something suspicious is detected, an alert must be raised to let an operator know about it so the respective countermeasures can be taken. A lot of times, this could be an automated response like blocking a malicious IP through a firewall setting. Wazuh is a powerful example of such a SIEM system, it is open-source which means it is developed by a community of engineers and can be installed and used for free by anyone!</p>



<p>Because organizations can have thousands of systems to observe, each creating hundreds of log messages every minute, it is very important to separate relevant logs from irrelevant ones. Wazuh achieves this by applying a set of rules to the alerts, detecting known attack patterns. To make the mass of log messages searchable efficiently, it uses OpenSearch (based on ElasticSearch) for indexing large amounts of data.</p>



<h4 class="wp-block-heading">SIEMの役割：Wazuhによるログとアラート管理</h4>



<p>まず、数週間前の私と同じように、SIEMやITセキュリティ運用にあまり馴染みのない方のために基本を簡単に説明します。</p>



<p>企業が日々の業務を円滑に進めるためには、多くのITシステムを運用する必要があります。通信サーバーやWebサーバー、社員のPCなど、さまざまなシステムが混在する環境では、それぞれ異なるセキュリティリスクにさらされています。例えば、インターネットに公開されているサーバーはブルートフォース攻撃を直接受ける可能性があります。一方、社内PCはフィッシングメールや不正なUSBデバイスによって侵害される可能性があります。</p>



<p>SIEMは、これらすべてのシステムからログを収集・分析することで、セキュリティ上の異常を検知する仕組みです。何か不審な動きが検出された場合にはアラートを発し、運用担当者に通知します。場合によっては、ファイアウォールで攻撃元のIPアドレスをブロックするなど、自動的に対策が実行されることもあります。WazuhはそのようなSIEMの代表的なツールで、オープンソースとしてコミュニティによって開発されています。そのため、誰でも無料で導入して利用することができます。</p>



<p>企業環境では、数千台のシステムが毎分何百ものログを生成することも珍しくありません。そのため、大量のログの中から重要なものを効率よく見つけ出す必要があります。Wazuhではルールセットを用いて既知の攻撃パターンを検知し、OpenSearch（ElasticSearchベースの検索エンジン）によって大量のログデータを高速に検索できるようにしています。</p>



<h2 class="wp-block-heading">Beyond the Code: Culture and Team Fun</h2>



<p>Of course I didn’t only learn about IT Security but also about Japanese culture! For example, on Setsubun we performed the bean-throwing ritual together at the office, to chase away the demons and attract good luck. When throwing the beans you shout <em>&#8220;Oni wa soto!“</em> and you can eat the beans afterwards! It was really fun and we continued to celebrate at a nearby Yakotiri restaurant after work. <em>Oishii desu!</em></p>



<h4 class="wp-block-heading">日本文化との出会い：節分イベント</h4>



<p>インターンではITセキュリティだけでなく、日本文化を体験する機会もありました。</p>



<p>節分の日には、オフィスで豆まきを行いました。鬼を追い払い、福を呼び込むための日本の伝統行事です。豆を投げながら「鬼は外！」と声を出し、その後は豆を食べることもできます。とても楽しい時間で、仕事の後には近くの焼き鳥屋さんに行き、みんなで食事をしました。とても美味しく、日本らしい雰囲気を楽しむことができました。</p>



<h2 class="wp-block-heading">The Honeypot: A public server running Snort3</h2>



<p>While Wazuh comes equipped with a set of rules for detecting common attacks or suspicious actions, new exploit techniques and security loopholes are discovered by hackers every day and attacks are becoming increasingly complex. Staying up-to-date and detecting even the newest attacks requires an IDS like Snort3 which monitors all network activity and can detect attacks before they actually create any damage.&nbsp;</p>



<p>With some custom configuration it is possible to make Snort3 and Wazuh talk to each other to combine their strengths. First, I installed Snort3 on a new Ubuntu Server and configured it to watch the local network traffic. Alerts are exported in JSON format and saved on the server&#8217;s local storage, where the Wazuh Agent reads them and forwards them continuously to the Wazuh Manager for analysis. To ensure that even the newest attacks are detected, an updated ruleset is downloaded every day using “PulledPork”, a script which downloads new rules from a public database and updates Snort’s configuration. Snort will detect and log malicious network traffic together with details like the source IP address and the suspicious action. With some additional configuration in Wazuh, an attacker&#8217;s IP address can be converted into geo-coordinates so you can see directly where your system is being attacked from!</p>



<h4 class="wp-block-heading">ハニーポット環境：Snort3によるネットワーク監視</h4>



<p>Wazuhには既知の攻撃を検知するルールが備わっていますが、新しい攻撃手法や脆弱性は日々発見されています。こうした最新の攻撃を検知するためには、ネットワーク通信そのものを監視するIDS（侵入検知システム）が重要になります。そこで今回、Snort3を用いた監視環境を構築しました。</p>



<p>まず、新しいUbuntuサーバーにSnort3をインストールし、ネットワークトラフィックを監視するよう設定しました。Snort3が生成するアラートはJSON形式で保存され、それをWazuh Agentが読み取ってWazuh Managerへ送信し、分析が行われます。また、最新の攻撃にも対応できるよう、「PulledPork」というスクリプトを利用して毎日最新のルールを取得し、Snortのルールセットを更新する仕組みも導入しました。Snortは攻撃を検知すると、攻撃元のIPアドレスや攻撃内容などの情報をログとして記録します。さらにWazuh側で設定を行うことで、IPアドレスを地理情報に変換し、どの地域から攻撃が行われているのかを可視化することも可能になります。</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="481" src="https://www.tokyo-ict.com/wp-content/uploads/2026/02/image-1-1024x481.png" alt="" class="wp-image-14851" srcset="https://www.tokyo-ict.com/wp-content/uploads/2026/02/image-1-1024x481.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2026/02/image-1-300x141.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2026/02/image-1-768x360.png 768w, https://www.tokyo-ict.com/wp-content/uploads/2026/02/image-1-1536x721.png 1536w, https://www.tokyo-ict.com/wp-content/uploads/2026/02/image-1.png 1600w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">The Control Center: A Next.js App with 3D Visualization</h2>



<p>Wazuh comes with its own dashboard for visualization and observation of alerts, where you can create time series charts or map overviews. However as a software engineer, I couldn’t help but create my own web app with a 3D globe animation showing attacks in real-time! The app is built using <a href="http://next.js">Next.js</a> as a framework and <a href="http://three.js">three.js</a> (specifically three-globe) for the 3D earth animation. The alert data is polled directly from the Wazuh Indexer’s REST API. On the client side, some statistics are calculated about where the most attacks are coming from, and what usernames are most commonly used for SSH brute force attempts. This provides real-time insights about the organization&#8217;s IT security status.</p>



<h4 class="wp-block-heading">SOCダッシュボード：3D地球で攻撃を可視化</h4>



<p>Wazuhには標準のダッシュボード機能がありますが、ソフトウェアエンジニアとして「自分でも作ってみたい」と思い、独自のWebアプリも開発しました。このアプリでは、3Dの地球を表示し、世界中からの攻撃をリアルタイムで可視化することができます。アプリはNext.jsをフレームワークとして使用し、3D地球の表示にはthree.js（three-globe）を利用しています。アラートデータはWazuh IndexerのREST APIから取得しています。クライアント側では、どの地域から攻撃が多いのか、SSHブルートフォース攻撃でよく使われるユーザー名は何かといった統計情報を計算し、リアルタイムでセキュリティ状況を確認できるようにしました。</p>



<p><strong>Bonus material:</strong> As someone with a background in cloud software engineering, of course I couldn’t just build the app and copy the files to the server manually. Instead I set up a full CI/CD pipeline using GitHub Actions. First the code quality is ensured by formatting and linting the codebase, then it’s checked for any errors by building the <a href="http://next.js">Next.js</a> app. In a subsequent step, the application is built as a Docker image and pushed to the GitHub container registry. As a final deployment step, the production server pulls the image from the registry and loads the docker-compose.yml with deployment instructions by performing a shallow clone. And they ran ‘<code>docker compose up</code>’ happily ever after …</p>



<p>I&#8217;m already amazed at how much I learned about IT Security and Japanese Culture in the past weeks and really looking forward to the second half of my internship!</p>



<h4 class="wp-block-heading">Bonus：CI/CDパイプラインの構築</h4>



<p>クラウド開発の経験もあったため、アプリを手動でサーバーにコピーするのではなく、CI/CDパイプラインも構築しました。GitHub Actionsを使い、コードのフォーマットやLintチェックを行った後、Next.jsアプリのビルドによってエラーがないか確認します。その後、アプリケーションをDockerイメージとしてビルドし、GitHub Container Registryに登録します。本番サーバーはレジストリからイメージを取得し、<code>docker-compose.yml</code> を読み込んで <code>docker compose up</code> を実行することでアプリケーションを起動します。</p>



<p>ここ数週間で、ITセキュリティの実践的な知識だけでなく、日本文化についても多くのことを学ぶことができました。インターンの後半では、さらに新しい技術やプロジェクトに挑戦できることを楽しみにしています。</p>The post <a href="https://www.tokyo-ict.com/tokyoplus/career/internship-report-software-engineer-meets-itsec/">Internship Report – Software Engineer meets ITSec</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>入社前研修を行いました！</title>
		<link>https://www.tokyo-ict.com/tokyoplus/career/pre-onboarding-training-202601/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 26 Jan 2026 05:34:07 +0000</pubDate>
				<category><![CDATA[キャリア]]></category>
		<guid isPermaLink="false">https://www.tokyo-ict.com/?p=14739</guid>

					<description><![CDATA[<p>弊社では、内定者に向けた入社前の研修を毎年2回程度開催しています。資格勉強のサポートの他、より会社の雰囲気に馴染んでもらうことを目的にしています。今回の研修では、アイスブレイク、先輩社員によるプロジェクト発表、アクティビ [&#8230;]</p>
The post <a href="https://www.tokyo-ict.com/tokyoplus/career/pre-onboarding-training-202601/">入社前研修を行いました！</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<p>弊社では、内定者に向けた入社前の研修を毎年2回程度開催しています。<br>資格勉強のサポートの他、より会社の雰囲気に馴染んでもらうことを目的にしています。<br>今回の研修では、アイスブレイク、先輩社員によるプロジェクト発表、アクティビティを用意しました。<br></p>



<h2 class="wp-block-heading">アイスブレイク</h2>



<p style="text-transform:uppercase">アイスブレイクは、頭の体操になるITに関連したゲームを行いました<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f64c.png" alt="🙌" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br><br><span data-fontsize="18px" style="font-size: 18px;" class="vk_inline-font-size advgb-dyn-1b92a7ed">①みかんゲーム<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f34a.png" alt="🍊" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span><br>みなさん「<strong>デッドロック</strong>」という現象をご存知でしょうか？デッドロックとは、複数の作業が「相手の完了待ち」になって、どちらも先へ進めなくなる状態のことをいいます。<br><br>たとえば班の発表準備で、Aが原稿を作る人、Bがスライドを作る人で役割分担することになりました。<br>Aは原稿を作っているけれど「Bがスライドを完成させてから内容を確定したい」と考えて待ってしまう。一方Bはスライドを作っているけれど「Aの原稿が確定しないと仕上げられない」と待ってしまう。<br>結果としてAもBも作業を進められず、全体が止まります。コンピュータでも同じように、処理同士が必要な情報や権限の解放を待ち合って停止してしまうことがあります。<br><br>みかんゲームでは、このデッドロックを避けるために<strong>協調性</strong>・<strong>論理的推論力</strong>を駆使し、みんなとゴールを目指します。<br>今回は5人で挑戦しましたが、みなさん協調性がありすぎるためか、すぐに終わってしまいました<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f605.png" alt="😅" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br><br>参考情報：<br><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f517.png" alt="🔗" class="wp-smiley" style="height: 1em; max-height: 1em;" /><a href="https://csunplugged.jp/index.php?%E3%81%BF%E3%81%8B%E3%82%93%E3%82%B1%E3%82%99%E3%83%BC%E3%83%A0" title="">https://csunplugged.jp/index.php?%E3%81%BF%E3%81%8B%E3%82%93%E3%82%B1%E3%82%99%E3%83%BC%E3%83%A0</a></p>



<p><br><span data-fontsize="18px" style="font-size: 18px;" class="vk_inline-font-size advgb-dyn-8e9a6d6f">②情報セキュリティ人狼ゲーム<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f43a.png" alt="🐺" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span><br>続いて、人狼ゲームの<strong>情報セキュリティ版</strong>のカードゲームを行いました！<br>一般的な人狼では、「村人」と「人狼」に分かれますが、情報セキュリティ人狼では、「CSIRT（セキュリティ専門家）」陣営と「サイバー犯罪者」陣営に分かれます。<br><br>登場人物として、「人狼」や「占い師」などが「<strong>ブラックハットハッカー</strong>」・「<strong>コマンダー</strong>」・「<strong>フォレンジックエンジニア</strong>」など、ITらしい役職・スキルに置き換わっており、非常にわかりやすかったです<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f44f.png" alt="👏" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br><br>「汚職者」カードを引いたインターンのLuccaさんが大活躍！<br>話し合いに重要な情報やスキルを持つ従業員がどんどん解雇に追い込まれていく。。。。<br>結果は「サイバー犯罪者」の勝利！<br><br>話し合いを自発的に進めていく必要のあるゲームなので、アイスブレイクとして今後も活用していきたいと思います。<br><br>参考情報：<br><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f517.png" alt="🔗" class="wp-smiley" style="height: 1em; max-height: 1em;" /><a href="https://www.jnsa.org/edu/secgame/secwerewolf/secwerewolf.html" title="">https://www.jnsa.org/edu/secgame/secwerewolf/secwerewolf.html</a><br><br></p>



<h2 class="wp-block-heading">アクティビティ</h2>



<p>前回のアクティビティは、html＆cssコードを使ったホームページづくりでしたが、今回は「<strong>画面設計書</strong>」なるものをつくってもらいました！<br><br>画面設計書とは、、、<br>システムの画面をどのように作るかを可視化した資料です。ユーザにどのような情報を入力させて、どのように表示させるかを決めていきます。<br><br>今回のアクテビティでは、最低限必要な画面や入力情報はこちらから指定して、内定者の方には自由に設計してもらいました<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f58b.png" alt="🖋" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" src="https://www.tokyo-ict.com/wp-content/uploads/2026/01/2036453F-07DA-4960-AC69-EC1BD5A5FD35-1-1-1024x768.jpg" alt="" class="wp-image-14773" srcset="https://www.tokyo-ict.com/wp-content/uploads/2026/01/2036453F-07DA-4960-AC69-EC1BD5A5FD35-1-1-1024x768.jpg 1024w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/2036453F-07DA-4960-AC69-EC1BD5A5FD35-1-1-300x225.jpg 300w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/2036453F-07DA-4960-AC69-EC1BD5A5FD35-1-1-768x576.jpg 768w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/2036453F-07DA-4960-AC69-EC1BD5A5FD35-1-1-1536x1152.jpg 1536w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/2036453F-07DA-4960-AC69-EC1BD5A5FD35-1-1-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f446.png" alt="👆" class="wp-smiley" style="height: 1em; max-height: 1em;" />黙々と作業をしている様子</p>



<p></p>



<p>発表では、それぞれの考え方や個性が出ており、参考になるページを自身で調べて設計書へ反映させたり、ユーザの立場を考えたデザインに工夫させたりと、ITスキルのポテンシャルを発揮してくれました！</p>



<p>最後は先輩社員からのフィードバックをもらって、幕を閉じました。<br></p>



<h2 class="wp-block-heading">さいごに</h2>



<p>他にも、現在TOKYOの社員が参画しているプロジェクトの紹介も行いました。難しい単語もいっぱい出てきましたが、とても真剣に聞いてくれました<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/263a.png" alt="☺" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p>基本情報に関するお悩み相談や、「Progate」(プログラミング学習ツール)が楽しい！っといった内定者の方の素直な気持ちを今回はたくさん聞けて、とても良い入社前研修となりました。<br><br>弊社では、今年度も2027年卒向けの新卒採用を予定しております。<br>国際協力やITなどに興味のある方は、ぜひ弊社の説明会にご参加ください！<br>みなさまのご応募お待ちしております。</p>The post <a href="https://www.tokyo-ict.com/tokyoplus/career/pre-onboarding-training-202601/">入社前研修を行いました！</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>【私らしく働く合同就職説明会】出展のお知らせ</title>
		<link>https://www.tokyo-ict.com/tokyoplus/career/job-fair-2026/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 23 Jan 2026 11:55:29 +0000</pubDate>
				<category><![CDATA[キャリア]]></category>
		<guid isPermaLink="false">https://www.tokyo-ict.com/?p=14723</guid>

					<description><![CDATA[<p>会社説明会＆面接を実施いたします 東京都主催の「私らしく働く合同就職説明会」に出展が決まりました！このイベントは東京都が主催し、女性のキャリア形成を応援する大規模な就職説明会です。 多様な企業との出会いや実際の職場につい [&#8230;]</p>
The post <a href="https://www.tokyo-ict.com/tokyoplus/career/job-fair-2026/">【私らしく働く合同就職説明会】出展のお知らせ</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<h2 class="wp-block-heading">会社説明会＆面接を実施いたします</h2>



<p>東京都主催の「私らしく働く合同就職説明会」に出展が決まりました！<br>このイベントは東京都が主催し、女性のキャリア形成を応援する大規模な就職説明会です。</p>



<p>多様な企業との出会いや実際の職場について知るチャンスが満載で、就職活動中の方や転職を検討している方にとって魅力的な機会となっております。</p>



<p>弊社では、<strong>システムエンジニア</strong>・<strong>ITコンサルタント</strong>を募集しております。<br>IT分野の他、国際協力に関心のある方、将来的に途上国に貢献するプロジェクトへ携わりたい方にとっても、魅力的な環境です。</p>



<p>当日は弊社の社員が直接お話しするブースを設け、会社の雰囲気や業務内容、求める人材像など丁寧にご説明します。少しでも興味のある方は、ぜひお気軽にお立ち寄りください！</p>



<div class="wp-block-vk-blocks-spacer vk_spacer vk_spacer-type-margin-top"><div class="vk_block-margin-md--margin-top"></div></div>



<h2 class="wp-block-heading">日時・場所</h2>



<p>【日時】2月7日（土）第1部 10：00～13：00</p>



<p>【場所】東京国際フォーラムE2</p>



<div>
<a href="https://jobfair-woman2026.metro.tokyo.lg.jp/" target="new">イベント詳細はこちら</a>
</div>



<p></p>The post <a href="https://www.tokyo-ict.com/tokyoplus/career/job-fair-2026/">【私らしく働く合同就職説明会】出展のお知らせ</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Web Development and AI OCR: A 4-Month Practical Internship</title>
		<link>https://www.tokyo-ict.com/tokyoplus/career/web-development-and-ai-ocr-a-4-month-practical-internship/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 08 Jan 2026 04:25:33 +0000</pubDate>
				<category><![CDATA[キャリア]]></category>
		<guid isPermaLink="false">https://www.tokyo-ict.com/?p=14572</guid>

					<description><![CDATA[<p>Project Overview Hello, my name is Mathis Cucherat, and I am currently studying Computer Science in an enginee [&#8230;]</p>
The post <a href="https://www.tokyo-ict.com/tokyoplus/career/web-development-and-ai-ocr-a-4-month-practical-internship/">Web Development and AI OCR: A 4-Month Practical Internship</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<h3 class="wp-block-heading"><strong>Project Overview</strong></h3>



<p>Hello, my name is Mathis Cucherat, and I am currently studying Computer Science in an engineering school in France.</p>



<p>During my international internship, I developed an veterinarian web application as a Proof of Concept (PoC) for one of the company’s clients.<br>The goal of this project was to present a digital platform for pet vaccination and appointment management.</p>



<p></p>



<h3 class="wp-block-heading"><strong>Core Features of the Application</strong></h3>



<p>The web application allows pet owners to register their animals, complete a basic health check, choose a designated veterinarian, and schedule vaccination appointments.</p>



<p>The application was not intended for direct production use. However, it was designed to reflect a real-world use case and demonstrate advanced technical capabilities.</p>



<figure class="wp-block-image size-large is-resized"><img decoding="async" width="1024" height="497" src="https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-1024x497.png" alt="" class="wp-image-14574" style="width:868px;height:auto" srcset="https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-1024x497.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-300x146.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-768x373.png 768w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image.png 1203w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<h3 class="wp-block-heading"><strong>AI-Based OCR Integration</strong></h3>



<p>One of the key features of this project is the integration of an AI-based OCR (Optical Character Recognition) system.<br>This system allows users to scan pet identification numbers directly from images, which reduces manual input and potential errors.</p>



<p>To improve recognition accuracy, the system applies several image preprocessing techniques:</p>



<ul class="wp-block-list">
<li>Grayscale conversion</li>



<li>Image binarization</li>



<li>Noise reduction</li>



<li>Contrast enhancement</li>
</ul>



<p>Here is a representation of the full preprocessing pipeline:</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="174" src="https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-1-1024x174.png" alt="" class="wp-image-14575" style="width:1163px;height:auto" srcset="https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-1-1024x174.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-1-300x51.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-1-768x130.png 768w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-1.png 1455w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Furthermore, the OCR model was fine-tuned using a custom dataset, which helped achieve reliable results in practical conditions.</p>



<p><em>OCR model used: <a href="https://github.com/PaddlePaddle/PaddleOCR">https://github.com/PaddlePaddle/PaddleOCR</a></em></p>



<p></p>



<h3 class="wp-block-heading"><strong>Administration Dashboard and PDF Generation</strong></h3>



<p>The application also includes an administration dashboard.<br>This dashboard provides a clear overview of appointments, registered pets, and vaccination progress. It displays key performance indicators (KPIs) and visual statistics to support decision-making.</p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="269" src="https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-2-1024x269.png" alt="" class="wp-image-14576" style="width:453px;height:auto" srcset="https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-2-1024x269.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-2-300x79.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-2-768x202.png 768w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-2.png 1210w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="432" src="https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-3-1024x432.png" alt="" class="wp-image-14577" style="width:449px;height:auto" srcset="https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-3-1024x432.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-3-300x127.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-3-768x324.png 768w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-3.png 1184w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="254" src="https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-4-1024x254.png" alt="" class="wp-image-14578" style="width:637px;height:auto" srcset="https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-4-1024x254.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-4-300x74.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-4-768x191.png 768w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-4-1536x381.png 1536w, https://www.tokyo-ict.com/wp-content/uploads/2026/01/image-4.png 1794w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p>In addition, the system can automatically generate PDF invitation letters for pet owners. These documents include personalized information, appointment instructions, and clinic details. This feature supports both digital and physical communication workflows.</p>



<p></p>



<h3 class="wp-block-heading"><strong>Project Outcome</strong></h3>



<p>This veterinarian web application PoC demonstrates my ability to design and implement a complete web solution, from backend logic to frontend interaction.<br>It also highlights my experience in integrating AI-based image recognition into a real business application.</p>



<p></p>



<h3 class="wp-block-heading">プロジェクト概要</h3>



<p>こんにちは。私の名前はマティス・クシュラです。現在、フランスの工学系大学でコンピュータサイエンスを専攻しています。</p>



<p>国際インターンシップ期間中、私はある企業のクライアント向けに、獣医向けWebアプリケーションのPoC（概念実証）を開発しました。<br>本プロジェクトの目的は、ペットのワクチン接種および診察予約管理を行うためのデジタルプラットフォームを提案することでした。</p>



<p></p>



<h3 class="wp-block-heading">アプリケーションの主な機能</h3>



<p>このWebアプリケーションでは、ペットの飼い主が自分のペットを登録し、簡単な健康チェックを行い、担当の獣医師を選択し、ワクチン接種の予約を行うことができます。本アプリケーションは、直接本番運用することを目的としたものではありませんが、実際の業務利用を想定したユースケースを反映し、高度な技術力を示す設計となっています。</p>



<p></p>



<h3 class="wp-block-heading">AIベースのOCR連携</h3>



<p>本プロジェクトの主要機能の一つに、AIベースのOCR（光学文字認識）システムの統合があります。</p>



<p>このシステムにより、ペットの識別番号を画像から直接読み取ることができ、手入力の手間や入力ミスを減らすことが可能になります。</p>



<p>認識精度を向上させるため、以下の画像前処理技術を適用しています。</p>



<ul class="wp-block-list">
<li>グレースケール変換</li>



<li>画像の二値化</li>



<li>ノイズ除去</li>



<li>コントラスト強調</li>
</ul>



<p>以下は、前処理パイプライン全体の構成を示したものです。</p>



<p>さらに、OCRモデルは独自データセットを用いてファインチューニングされており、実用環境においても信頼性の高い認識結果を得られるようになっています。</p>



<p>使用したOCRモデル：<br><a href="https://github.com/PaddlePaddle/PaddleOCR">https://github.com/PaddlePaddle/PaddleOCR</a></p>



<p></p>



<h3 class="wp-block-heading">管理者ダッシュボードおよびPDF生成</h3>



<p>本アプリケーションには管理者向けダッシュボードも含まれています。<br>このダッシュボードでは、予約状況、登録済みペット、ワクチン接種の進捗状況を一覧で確認でき、意思決定を支援するための主要業績指標（KPI）や各種統計情報を視覚的に表示します。</p>



<p>さらに、システムはペットオーナー向けの案内状（PDF）を自動生成することができます。<br>これらの文書には、個別にカスタマイズされた情報、予約手順、クリニックの詳細が含まれ、デジタルおよび紙媒体の両方のコミュニケーションに対応しています。</p>



<p></p>



<h3 class="wp-block-heading">プロジェクト成果</h3>



<p>この獣医向けWebアプリケーションのPoCは、バックエンドのロジック設計からフロントエンドのUI実装まで、一貫したWebソリューションを構築できる私の能力を示しています。<br>また、AIベースの画像認識技術を実際の業務アプリケーションに統合した経験も強調しています。</p>



<p></p>The post <a href="https://www.tokyo-ict.com/tokyoplus/career/web-development-and-ai-ocr-a-4-month-practical-internship/">Web Development and AI OCR: A 4-Month Practical Internship</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>【動物愛護×ＩＴ】ＩＴコンサルタント募集 説明会 12/20</title>
		<link>https://www.tokyo-ict.com/tokyoplus/career/animal/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 16 Dec 2025 09:10:58 +0000</pubDate>
				<category><![CDATA[キャリア]]></category>
		<guid isPermaLink="false">https://www.tokyo-ict.com/?p=14240</guid>

					<description><![CDATA[<p>情報システム開発プロジェクトを支える PMO（プロジェクトマネジメントオフィス）要員 を募集しております。動物愛護関連プロジェクトを円滑に推進するため、管理業務・調整業務を共に進めていただける方を求めています。説明会は以 [&#8230;]</p>
The post <a href="https://www.tokyo-ict.com/tokyoplus/career/animal/">【動物愛護×ＩＴ】ＩＴコンサルタント募集 説明会 12/20</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<p>情報システム開発プロジェクトを支える PMO（プロジェクトマネジメントオフィス）要員 を募集しております。<br>動物愛護関連プロジェクトを円滑に推進するため、管理業務・調整業務を共に進めていただける方を求めています。説明会は以下の通りで開催いたします。</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 会社説明会</p>



<ul class="wp-block-list">
<li>日時：2025年12月20日（土）15:30～16:30</li>



<li>会場：株式会社TOKYO会議室 又は Zoomオンライン</li>



<li>申込：採用担当 hr@tokyo-ict.com までメールで参加希望日時と参加方法をお知らせください。</li>
</ul>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://www.tokyo-ict.com/wp-content/uploads/2025/11/23978639_m-1024x768.jpg" alt="" class="wp-image-14241" srcset="https://www.tokyo-ict.com/wp-content/uploads/2025/11/23978639_m-1024x768.jpg 1024w, https://www.tokyo-ict.com/wp-content/uploads/2025/11/23978639_m-300x225.jpg 300w, https://www.tokyo-ict.com/wp-content/uploads/2025/11/23978639_m-768x576.jpg 768w, https://www.tokyo-ict.com/wp-content/uploads/2025/11/23978639_m-1536x1152.jpg 1536w, https://www.tokyo-ict.com/wp-content/uploads/2025/11/23978639_m.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 仕事内容</p>



<ul class="wp-block-list">
<li>プロジェクト進行管理・スケジュール調整</li>



<li>会議の準備・資料および議事録作成</li>



<li>関係者との調整業務</li>



<li>世界及び業界の動向や技術に関する調査</li>



<li>情報システム開発プロジェクトに係る課題管理・リスク管理</li>



<li>現行システムの運用に係る課題管理</li>



<li>次期開発プロジェクトに係る技術調査及び要件定義作成支援</li>
</ul>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 必要な技術・経験年数</p>



<ul class="wp-block-list">
<li>目安としてＩＴ業界経験２年以上</li>



<li>調査及び報告書作成業務の経験</li>



<li>プログラミング経験は不問</li>
</ul>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 問い合わせ先</p>



<ul class="wp-block-list">
<li>採用担当 hr@tokyo-ict.com</li>
</ul>The post <a href="https://www.tokyo-ict.com/tokyoplus/career/animal/">【動物愛護×ＩＴ】ＩＴコンサルタント募集 説明会 12/20</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Cybersecurity Internship</title>
		<link>https://www.tokyo-ict.com/tokyoplus/career/cybersecurity-internship/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 08 Dec 2025 08:03:13 +0000</pubDate>
				<category><![CDATA[キャリア]]></category>
		<guid isPermaLink="false">https://www.tokyo-ict.com/?p=14393</guid>

					<description><![CDATA[<p>Hi, I&#8217;m Nicolas, and I came to Japan to deepen my knowledge in the cybersecurity field while also immers [&#8230;]</p>
The post <a href="https://www.tokyo-ict.com/tokyoplus/career/cybersecurity-internship/">Cybersecurity Internship</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<p>Hi, I&#8217;m Nicolas, and I came to Japan to deepen my knowledge in the cybersecurity field while also immersing myself in Japanese culture.</p>



<p>When I started my internship, I found it quite challenging to understand the networking and cybersecurity concepts through various exercises. However, I received guidance and was able to complete my final task where I created a cybersecurity threat map.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="490" src="https://www.tokyo-ict.com/wp-content/uploads/2025/12/image-1024x490.png" alt="" class="wp-image-14395" srcset="https://www.tokyo-ict.com/wp-content/uploads/2025/12/image-1024x490.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2025/12/image-300x143.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2025/12/image-768x367.png 768w, https://www.tokyo-ict.com/wp-content/uploads/2025/12/image-1536x735.png 1536w, https://www.tokyo-ict.com/wp-content/uploads/2025/12/image.png 1863w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Even though some aspects, like the UI, were lacking, I&#8217;m still proud of my work and I hope the team is happy with the results.</p>



<p>I really enjoyed my stay in Japan, both for the professional growth and the cultural experiences. I&#8217;ll miss the delicious food, the wonderful places and people I&#8217;ve met here.</p>



<p>こんにちは、ニコラです。私はサイバーセキュリティ分野の知識を深めると同時に、日本の文化にも触れるために日本へ来ました。</p>



<p>インターンシップを始めた当初は、さまざまな演習を通してネットワークやサイバーセキュリティの概念を理解するのがとても難しく感じられました。しかし、指導を受けながら学ぶことで、最終課題として「サイバーセキュリティ脅威マップ」を作成することができました。</p>



<p>UI など一部至らない点もありますが、それでも自分の成果を誇りに思っていますし、チームの皆さんにも満足していただけていれば嬉しいです。</p>



<p>日本での滞在は、仕事面での成長だけでなく、文化的な体験の面でも本当に楽しいものでした。おいしい食べ物や素晴らしい場所、そしてここで出会った人々のことを、きっと恋しく思うと思います。</p>The post <a href="https://www.tokyo-ict.com/tokyoplus/career/cybersecurity-internship/">Cybersecurity Internship</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>【コンサル未経験ＯＫ】ＩＴコンサルタント募集</title>
		<link>https://www.tokyo-ict.com/tokyoplus/career/mynavi202512/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 06 Dec 2025 06:02:32 +0000</pubDate>
				<category><![CDATA[キャリア]]></category>
		<guid isPermaLink="false">https://www.tokyo-ict.com/?p=14361</guid>

					<description><![CDATA[<p>業務拡大により 動物愛護×ＩＴコンサルタントの求人をマイナビ転職にて掲載しております。将来的には　国際協力×ＩＴ分野での活躍も期待しております。関心のある方は、直接お問い合わせいただくか、マイナビ転職の求人ページをご覧く [&#8230;]</p>
The post <a href="https://www.tokyo-ict.com/tokyoplus/career/mynavi202512/">【コンサル未経験ＯＫ】ＩＴコンサルタント募集</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<p>業務拡大により 動物愛護×ＩＴコンサルタントの求人をマイナビ転職にて掲載しております。<br>将来的には　国際協力×ＩＴ分野での活躍も期待しております。<br>関心のある方は、直接お問い合わせいただくか、マイナビ転職の求人ページをご覧ください。</p>


<div class="wp-block-image is-style-vk-image-border">
<figure class="aligncenter size-full"><a href="https://tenshoku.mynavi.jp/jobinfo-444812-3-1-1/" target="_blank" rel=" noreferrer noopener"><img loading="lazy" decoding="async" width="950" height="216" src="https://www.tokyo-ict.com/wp-content/uploads/2025/12/mynavi202512.png" alt="" class="wp-image-14365" srcset="https://www.tokyo-ict.com/wp-content/uploads/2025/12/mynavi202512.png 950w, https://www.tokyo-ict.com/wp-content/uploads/2025/12/mynavi202512-300x68.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2025/12/mynavi202512-768x175.png 768w" sizes="(max-width: 950px) 100vw, 950px" /></a></figure>
</div>


<h4 class="wp-block-heading blue-message">《プロジェクト情報》</h4>



<p>◆ ご参画予定のプロジェクトは…</p>



<p>└ ペット及び動物の保護に直結するコンサル業務<br>└ 官公庁からの直依頼です</p>



<p>◆ 具体的にお願いしたいことは…</p>



<p>└ 進行管理・スケジュール調整<br>└ 要件整理・仕様書作成<br>└ プロジェクトに関する課題・リスク管理</p>



<h3 class="wp-block-heading blue-message">《応募条件》</h3>



<p>◆ ＩＴ業界での業務経験がある方<br>└ 分野・領域・経験年数などは問いません</p>



<p>◆ たとえば──<br>「経験はないけれどコンサルタントになりたい」<br>「セールスエンジニアの経験も活かせますか？」<br>「海外協力やグローバルな働き方に興味がある！」<br>これらも、ぜんぶ歓迎します！</p>



<h3 class="wp-block-heading blue-message">《問合せ先》</h3>



<p>採用担当 hr@tokyo-ict.com まで、メールでお問合せください。</p>



<p></p>The post <a href="https://www.tokyo-ict.com/tokyoplus/career/mynavi202512/">【コンサル未経験ＯＫ】ＩＴコンサルタント募集</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>R7年度秋季情報処理試験を受験してきました！〜資格取得で昇給？！〜</title>
		<link>https://www.tokyo-ict.com/tokyoplus/career/ipa-exam-r7-autumn/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 13 Oct 2025 23:21:22 +0000</pubDate>
				<category><![CDATA[キャリア]]></category>
		<category><![CDATA[#certificate]]></category>
		<guid isPermaLink="false">https://www.tokyo-ict.com/?p=14032</guid>

					<description><![CDATA[<p>10月の第2日曜日といえば… こんにちは。突然ですが、質問です。10月の第2日曜日といえば…？ そう、秋季情報処理技術者試験 ですね！（※2026年度からはCBT形式に変更予定） 弊社メンバーの数名も、今年の試験を受験し [&#8230;]</p>
The post <a href="https://www.tokyo-ict.com/tokyoplus/career/ipa-exam-r7-autumn/">R7年度秋季情報処理試験を受験してきました！〜資格取得で昇給？！〜</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="768" src="https://www.tokyo-ict.com/wp-content/uploads/2025/10/5330e4c6-092e-4c1f-8240-008a29b6df70-1024x768.jpg" alt="" class="wp-image-14046" srcset="https://www.tokyo-ict.com/wp-content/uploads/2025/10/5330e4c6-092e-4c1f-8240-008a29b6df70-1024x768.jpg 1024w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/5330e4c6-092e-4c1f-8240-008a29b6df70-300x225.jpg 300w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/5330e4c6-092e-4c1f-8240-008a29b6df70-768x576.jpg 768w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/5330e4c6-092e-4c1f-8240-008a29b6df70-1536x1152.jpg 1536w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/5330e4c6-092e-4c1f-8240-008a29b6df70.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<h2 class="wp-block-heading">10月の第2日曜日といえば…</h2>



<p>こんにちは。突然ですが、質問です。10月の第2日曜日といえば…？</p>



<p>そう、<strong><a href="https://www.ipa.go.jp/shiken/2025/index.html" target="_blank" rel="noopener" title="">秋季情報処理技術者試験</a></strong> ですね！（※2026年度からは<a href="https://www.ipa.go.jp/shiken/2026/ap_koudo_sc-cbt.html" target="_blank" rel="noopener" title="CBT形式">CBT形式</a>に変更予定）</p>



<p>弊社メンバーの数名も、今年の試験を受験してまいりました。受験された皆様、手ごたえはいかがでしたか？　長時間お疲れさまでした！</p>



<h2 class="wp-block-heading">資格を取るとお給料がUP？！</h2>



<p>IT企業では、情報処理技術者試験に合格すると数万円の「祝い金」が支給されるケースが多いですよね。一方でなんと弊社では、<strong>一度きりの祝い金ではなく、毎月のお給料がUPします！</strong>（2025年10月時点・上限あり）</p>



<p>つまり、「入社前に取得してしまったから祝い金がもらえない」なんてことはありません！</p>



<p>弊社への入社をご検討中の方は、<strong>応募前から昇給を目指して</strong>情報処理試験の勉強を始めてみてはいかがでしょうか。</p>



<h2 class="wp-block-heading">入社後は会社負担で参考書を購入可能！</h2>



<p>さらに、入社後は会社の経費で情報処理試験の<strong>参考書や過去問集を購入</strong>することが可能です。</p>



<p>この記事を書いている私は、入社後に会社の経費で参考書籍を購入し、</p>



<ul class="wp-block-list">
<li><a href="https://www.ipa.go.jp/shiken/kubun/ap.html" target="_blank" rel="noopener" title="">応用情報技術者試験</a></li>



<li><a href="https://www.ipa.go.jp/shiken/kubun/sc.html" target="_blank" rel="noopener" title="">情報処理安全確保支援士試験</a></li>
</ul>



<p>に合格しました。そして今回は、<a href="https://www.ipa.go.jp/shiken/kubun/db.html" target="_blank" rel="noopener" title="">データベーススペシャリスト</a>に挑戦してきました。<a href="https://www.ipa.go.jp/shiken/mondai-kaiotu/2025r07.html" target="_blank" rel="noopener" title="">IPA公式解答</a>をもとに自己採点をしたところ、午前Ⅰ・Ⅱともに合格ラインを超えていましたが、午後Ⅱで選択した問題が難しく、「今回はちょっと厳しいかも……」という感想です。</p>



<p>なお、<a href="https://www.ipa.go.jp/shiken/2025/20251012_schedule.html" target="_blank" rel="noopener" title="">令和7年度秋季の合格発表日時</a>は12月25日（木曜日）正午予定とのこと。クリスマスプレゼントになるといいな、とドキドキしながら待っています。</p>



<h2 class="wp-block-heading">2026年度からはCBT形式に変更</h2>



<p>2026年度からはCBT（Computer Based Testing）形式に移行し、<strong>一定期間内の複数日程で受験可能</strong>になる予定です。これまでのように「年1回・1日のみ」ではなくなるため、受験しやすくなりそうですね。</p>



<h2 class="wp-block-heading">弊社の待遇・福利厚生について</h2>



<p>弊社の<strong>待遇や資格手当、福利厚生</strong>について、より詳しく知りたい方は、ぜひ <strong><a href="https://www.tokyo-ict.com/contact/">お問い合わせフォーム</a></strong> よりお気軽にご連絡ください。</p>



<p></p>The post <a href="https://www.tokyo-ict.com/tokyoplus/career/ipa-exam-r7-autumn/">R7年度秋季情報処理試験を受験してきました！〜資格取得で昇給？！〜</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>「書く」から「考える」へ。初めての概要設計で学んだこと</title>
		<link>https://www.tokyo-ict.com/tokyoplus/career/first-outline-design/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 08 Oct 2025 02:06:30 +0000</pubDate>
				<category><![CDATA[キャリア]]></category>
		<category><![CDATA[#design]]></category>
		<guid isPermaLink="false">https://www.tokyo-ict.com/?p=13997</guid>

					<description><![CDATA[<p>はじめに こんにちは！　エンジニアのOです。 とあるシステムのリプレースプロジェクトで、初めて概要設計フェーズに携わる機会がありました。今回は、そのプロジェクトでの経験をまとめます。「エンジニアの仕事に興味はあるけれど、 [&#8230;]</p>
The post <a href="https://www.tokyo-ict.com/tokyoplus/career/first-outline-design/">「書く」から「考える」へ。初めての概要設計で学んだこと</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="683" src="https://www.tokyo-ict.com/wp-content/uploads/2025/10/f8dc9238c9c54689d48be8b73e15040d-1024x683.png" alt="" class="wp-image-14000" srcset="https://www.tokyo-ict.com/wp-content/uploads/2025/10/f8dc9238c9c54689d48be8b73e15040d-1024x683.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/f8dc9238c9c54689d48be8b73e15040d-300x200.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/f8dc9238c9c54689d48be8b73e15040d-768x512.png 768w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/f8dc9238c9c54689d48be8b73e15040d.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<h2 class="wp-block-heading">はじめに</h2>



<p>こんにちは！　エンジニアのOです。</p>



<p>とあるシステムのリプレースプロジェクトで、初めて概要設計フェーズに携わる機会がありました。今回は、そのプロジェクトでの経験をまとめます。「エンジニアの仕事に興味はあるけれど、実際どんなことをするの？」という方の参考になれば幸いです。</p>



<h2 class="wp-block-heading">1. プロジェクト概要</h2>



<p>クレジットカードの業務システムを刷新するプロジェクトで、要件定義フェーズはすでに完了していました。弊社は概要設計工程の途中から参画し、私は設計担当の一員として参加しました。</p>



<h2 class="wp-block-heading">2. 概要設計工程では何をするのか</h2>



<p>概要設計とは、要件定義フェーズで定めた要件を具体的なシステム構成に落とし込む工程です。</p>



<p>概要設計書の主な役割は、要件定義書の内容をより具体的な形で示し、お客様と開発側の間で仕様に対する認識のずれがないかを確認することにあります。</p>



<p>概要設計書の内容についてお客様から承認をいただいた後、次の工程である基本設計へと進みます。</p>



<h2 class="wp-block-heading">3. 概要設計書に記載した内容</h2>



<p>今回のプロジェクトでは、機能ごとに設計担当者が割り当てられており、私は5つの担当機能について概要設計書を作成しました。</p>



<h3 class="wp-block-heading">(1) 機能概要</h3>



<p>今回のプロジェクトでは概要設計書を機能単位で作成したため、「誰が」「いつ」「どのような状況で」「どのように」この機能を利用するのかを、冒頭に明記しました。</p>



<h3 class="wp-block-heading">(2) 画面遷移図</h3>



<p>画面遷移図とは、どの画面で何をしたら、どの画面に遷移するのかを視覚的に表現したものです。各画面で呼び出すAPIやテーブル、外部インターフェースも合わせて記載しました。</p>



<h3 class="wp-block-heading">(3) ビジネスルール</h3>



<p>ここでのビジネスルールとは、条件によって画面表示や処理を変えることを指します。たとえば「ゴールド会員の場合は変更ボタンを表示するが、一般会員の場合は表示しない」といった内容です。あらゆるパターンを洗い出し、分岐条件を明確に記載しました。</p>



<h3 class="wp-block-heading">(4) 画面イメージと各表示項目の機能説明</h3>



<p>機能内で登場するすべての画面イメージを作成し、各項目の役割やデータ元を明示しました。たとえば以下のように記載しました。</p>



<ul class="wp-block-list">
<li>会員氏名　：会員テーブル.氏名を表示</li>



<li>変更ボタン：変更内容確認画面へ遷移</li>
</ul>



<p>※概要設計書に必ずしも上記4項目を記載する必要があるわけではありません。今回のプロジェクトでは、上記の項目を含むテンプレートを使用して作成しました。</p>



<h2 class="wp-block-heading">4. 直面した課題</h2>



<p>初めて概要設計を担当した私は、「要件定義に書かれているとおりに設計しなければならない（提案は求められていない）」と考えていました。最初の1機能を書き終え、「よし、要件定義書どおりにできたぞ！」と自信満々でレビューに出すと……まさかのフィードバックの嵐。</p>



<p>理由は、<strong>要件定義書は実装や保守まで十分に考慮されていない部分もあるため、そのまま設計書に落とし込むと「処理が煩雑すぎて保守性が低い」といった問題が生じる</strong>からです。こうした観点を補い、<strong>より現実的な構成に落とし込むのが、まさに概要設計の役割</strong>でした。</p>



<p>また、「遷移元の画面によって、ボタン押下後の処理を分岐させる」といった仕様を記載した際には、「それは具体的にどう実現するの？」「値の受け渡しはどうするの？」といった指摘を受けることもありました。そのたびに「セッションIDを使う…？」「Reactの知識が足りないから調べよう…」「知らないことだらけだ…」と、何度も立ち止まりました。</p>



<h2 class="wp-block-heading">5. 徹底したこと</h2>



<p>「自分は技術面でまだまだだ」と痛感したため、せめて<strong>ドキュメントとしての品質</strong>だけは妥協しないと決めました。特に徹底したのは以下の点です。</p>



<ul class="wp-block-list">
<li>自分の担当範囲に限らず、チーム全体で表記ゆれをなくす<br>（例：「ユーザ」「ユーザー」「会員」など同義語を統一）</li>



<li>画面遷移図や画面イメージの図形は常に整列・均等配置を意識（「後でやる」と漏れやすいため、その場で修正することを徹底）</li>



<li>レビュー依頼前に、プロジェクト内専用のAIで誤字脱字チェックを実施</li>



<li>レビュー依頼前に、チーム共有のチェックリストに従って自己確認を実施</li>
</ul>



<p>これらを作成時だけでなく、全機能の概要設計書完成後にも再度確認し、最終的な品質向上に努めました。</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="683" src="https://www.tokyo-ict.com/wp-content/uploads/2025/10/5e894abd52c2257ad816de2a5222d400-1024x683.png" alt="" class="wp-image-14004" srcset="https://www.tokyo-ict.com/wp-content/uploads/2025/10/5e894abd52c2257ad816de2a5222d400-1024x683.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/5e894abd52c2257ad816de2a5222d400-300x200.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/5e894abd52c2257ad816de2a5222d400-768x512.png 768w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/5e894abd52c2257ad816de2a5222d400.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</div>


<h2 class="wp-block-heading">6. まとめ</h2>



<p>概要設計を経験して、「要件定義を正確に写すだけでは不十分」であり、<strong>実装・運用・保守までを見据えた設計力</strong>が求められることを学びました。また、<strong>実装言語やデータベース、ネットワーク、セキュリティなど、非常に幅広い知識が必要</strong>であることも実感しました。</p>



<p>今回の経験を通じて、システム開発における“設計”という工程の奥深さと面白さを改めて感じました。</p>The post <a href="https://www.tokyo-ict.com/tokyoplus/career/first-outline-design/">「書く」から「考える」へ。初めての概要設計で学んだこと</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>リモートワークの多国籍チームで進める設計フェーズ体験記</title>
		<link>https://www.tokyo-ict.com/tokyoplus/career/global-remote-work-experience/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 03 Oct 2025 05:41:40 +0000</pubDate>
				<category><![CDATA[キャリア]]></category>
		<category><![CDATA[#international]]></category>
		<guid isPermaLink="false">https://www.tokyo-ict.com/?p=11472</guid>

					<description><![CDATA[<p>1. はじめに リモートワークが定着しつつある中、弊社メンバーがシステム開発の設計フェーズを、ベトナム・中国・韓国のエンジニアとともに進める機会がありました。国境を越えて協力し合う中で得られた気づきや学びを共有します。  [&#8230;]</p>
The post <a href="https://www.tokyo-ict.com/tokyoplus/career/global-remote-work-experience/">リモートワークの多国籍チームで進める設計フェーズ体験記</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://www.tokyo-ict.com/wp-content/uploads/2025/10/e257a08ef7282d556a9eaae6ed288ba5.png" alt="" class="wp-image-11476" srcset="https://www.tokyo-ict.com/wp-content/uploads/2025/10/e257a08ef7282d556a9eaae6ed288ba5.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/e257a08ef7282d556a9eaae6ed288ba5-300x300.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/e257a08ef7282d556a9eaae6ed288ba5-150x150.png 150w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/e257a08ef7282d556a9eaae6ed288ba5-768x768.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">1. はじめに</h2>



<p>リモートワークが定着しつつある中、弊社メンバーがシステム開発の設計フェーズを、ベトナム・中国・韓国のエンジニアとともに進める機会がありました。国境を越えて協力し合う中で得られた気づきや学びを共有します。</p>



<h2 class="wp-block-heading">2. プロジェクト概要</h2>



<p>今回、弊社メンバーが担当したのは「概要設計」フェーズです。現行システムのリプレースにあたり、要件定義書と現行システムの設計書を照合しながら、新システムの設計書を作成しました。（国際協力案件ではありません）</p>



<p>チームは日本が中心で、ベトナム・中国・韓国のエンジニアも加わり、多国籍な体制で進めました。</p>



<h2 class="wp-block-heading">3. リモートワーク環境とツール</h2>



<ul class="wp-block-list">
<li>チャット　：<a href="https://mattermost.com/" target="_blank" rel="noopener" title="Mattermost">Mattermost</a></li>



<li>会議ツール　：<a href="https://www.zoom.com/ja/products/virtual-meetings/" target="_blank" rel="noopener" title="Zoom">Zoom</a>、<a href="https://www.gather.town/ja/" target="_blank" rel="noopener" title="Gather">Gather</a></li>



<li>ドキュメント共有　：<a href="https://nextcloud.stylez.co.jp/" title="Nextcloud">Nextcloud</a></li>



<li>課題管理　：<a href="https://www.atlassian.com/ja/software/jira" target="_blank" rel="noopener" title="Jira">Jira</a></li>
</ul>



<h2 class="wp-block-heading">4. 言語と文化の壁</h2>



<p>初めての多国籍チームに参加するにあたり、当初は「英語でやり取りするのかな」と少し期待していました。ところが実際には、すべてのコミュニケーションが日本語で行われました。各国のエンジニアは日本語の読み書きや会話をほぼ完璧にこなし、敬語も自然に使いこなしていました。違和感のある表現がごくまれにある程度で、コミュニケーションに支障はまったくありませんでした。</p>



<p>また、働き方の違いといった文化的な壁もまったく感じませんでした。</p>



<p>今回のプロジェクトでは、国籍に関わらず全員がリモートワークで作業していたため、国境を意識することなく、スムーズにプロジェクトを進めることができました。</p>



<h2 class="wp-block-heading">5. 得られた成果と学び</h2>



<p>国際的なメンバーとの協働は、語学力やドキュメント力の重要性を改めて認識させてくれただけでなく、互いを尊重しながら成果を出すチームワークの大切さを実感する機会となりました。</p>



<p>この経験を通じて、今後のプロジェクトでも異なる文化や考え方を積極的に取り入れることが、より良いシステム開発につながると確信しました。</p>



<h2 class="wp-block-heading">6. まとめ</h2>



<p>多国籍チームで概要設計を進めた経験を通じて、「国が違ってもエンジニアは同じゴールを目指せる」という実感を得ました。今回の案件は、とても貴重で有意義な体験となりました。</p>



<p>そして「インターナショナルに働くには、やはりこれほどの言語力が必要なのか。私も頑張らないと！」と、語学学習へのモチベーションが一層高まりました。</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="683" src="https://www.tokyo-ict.com/wp-content/uploads/2025/10/dde23390ac03f930bb34274ece66693d-1024x683.png" alt="" class="wp-image-11477" srcset="https://www.tokyo-ict.com/wp-content/uploads/2025/10/dde23390ac03f930bb34274ece66693d-1024x683.png 1024w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/dde23390ac03f930bb34274ece66693d-300x200.png 300w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/dde23390ac03f930bb34274ece66693d-768x512.png 768w, https://www.tokyo-ict.com/wp-content/uploads/2025/10/dde23390ac03f930bb34274ece66693d.png 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>The post <a href="https://www.tokyo-ict.com/tokyoplus/career/global-remote-work-experience/">リモートワークの多国籍チームで進める設計フェーズ体験記</a> first appeared on <a href="https://www.tokyo-ict.com">株式会社TOKYO - TOKYO CO., Ltd.</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
