<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>レーザーテック株式会社 on OKURIRU ブログ</title><link>https://okuriru.com/blog/ja/companies/1020001022180/</link><description>Recent content in レーザーテック株式会社 on OKURIRU ブログ</description><generator>Hugo</generator><language>ja</language><atom:link href="https://okuriru.com/blog/ja/companies/1020001022180/index.xml" rel="self" type="application/rss+xml"/><item><title>【6920】レーザーテックの財務分析：オングストローム世代を待つ踊り場と前受金の減少</title><link>https://okuriru.com/blog/ja/2026/0407-lasertec-analysis/</link><pubDate>Tue, 07 Apr 2026 20:15:17 +0900</pubDate><guid>https://okuriru.com/blog/ja/2026/0407-lasertec-analysis/</guid><description>&lt;p&gt;皆さん、こんにちは。okuriru.comの開発者です。&lt;/p&gt;
&lt;p&gt;最近、週末に福岡の温泉に家族で行ってきたのですが、露天風呂でぼーっと空を眺めていると、「温泉のお湯が一気に流れ込むタイミングと、ちょろちょろとしか出ないタイミングがあるな……」と変なところに気がついてしまいました。これ、まさに企業の「受注と売上」の関係に似ていませんか？&lt;/p&gt;
&lt;p&gt;今回は、そんな「お湯の出具合」が非常に気になった銘柄、レーザーテック（6920）を取り上げます。半導体検査装置の絶対王者であり、長らく投資家たちを熱狂させてきた企業ですが、彼らの決算データをokuriru.comに流し込んだとき、一つの興味深いシグナルが浮かび上がりました。&lt;/p&gt;
&lt;p&gt;今日は、ただ表面的な増収増益を喜ぶのではなく、データから見えてくる「踊り場」の存在と、その先にある「本当の勝ち筋」を深掘りしてみたいと思います。&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="2025年期の圧倒的な実績と異常なまでの資本効率"&gt;2025年期の圧倒的な実績と、異常なまでの資本効率&lt;/h2&gt;
&lt;p&gt;まずは第3章「分析」の前に、彼らが今期（2025年6月期）に出した実績を振り返りましょう。&lt;/p&gt;
&lt;h3 id="成長性効率性の確認"&gt;成長性・効率性の確認&lt;/h3&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th style="text-align: left"&gt;指標&lt;/th&gt;
 &lt;th style="text-align: center"&gt;2023&lt;/th&gt;
 &lt;th style="text-align: center"&gt;2024&lt;/th&gt;
 &lt;th style="text-align: center"&gt;2025&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;売上高（億円）&lt;/td&gt;
 &lt;td style="text-align: center"&gt;1528.3&lt;/td&gt;
 &lt;td style="text-align: center"&gt;2135.1&lt;/td&gt;
 &lt;td style="text-align: center"&gt;2514.8&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;純利益（億円）&lt;/td&gt;
 &lt;td style="text-align: center"&gt;461.6&lt;/td&gt;
 &lt;td style="text-align: center"&gt;590.8&lt;/td&gt;
 &lt;td style="text-align: center"&gt;846.5&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td style="text-align: left"&gt;売上高純利益率（%）&lt;/td&gt;
 &lt;td style="text-align: center"&gt;30.2%&lt;/td&gt;
 &lt;td style="text-align: center"&gt;27.7%&lt;/td&gt;
 &lt;td style="text-align: center"&gt;33.7%&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;div id="echart-growth-1780381731624871000" style="width: 100%; height: 420px;"&gt;&lt;/div&gt;



&lt;script&gt;
 document.addEventListener('DOMContentLoaded', function () {
 var el = document.getElementById('echart-growth-1780381731624871000');
 var scriptSrc = '\/blog\/js\/echarts.min.js';

 function initChart() {
 if (!el || typeof echarts === 'undefined') {
 console.error('ECharts is not available or target element is missing.');
 return;
 }

 try {
 var option = JSON.parse("{\"grid\":{\"bottom\":\"10%\",\"containLabel\":true,\"left\":\"3%\",\"right\":\"4%\"},\"legend\":{\"data\":[\"売上高\",\"純利益\",\"売上高純利益率\"]},\"series\":[{\"data\":[1528.3,2135.1,2514.8],\"itemStyle\":{\"color\":\"#5470c6\"},\"name\":\"売上高\",\"type\":\"bar\",\"yAxisIndex\":0},{\"data\":[461.6,590.8,846.5],\"itemStyle\":{\"color\":\"#91cc75\"},\"name\":\"純利益\",\"type\":\"bar\",\"yAxisIndex\":0},{\"data\":[30.2,27.7,33.7],\"itemStyle\":{\"color\":\"#ee6666\"},\"name\":\"売上高純利益率\",\"type\":\"line\",\"yAxisIndex\":1}],\"title\":{\"left\":\"center\",\"text\":\"レーザーテック株式会社の売上高純利益率の推移\"},\"tooltip\":{\"axisPointer\":{\"type\":\"cross\"},\"trigger\":\"axis\"},\"xAxis\":{\"data\":[\"2023\",\"2024\",\"2025\"],\"type\":\"category\"},\"yAxis\":[{\"axisLabel\":{\"formatter\":\"{value}\"},\"name\":\"金額（億円）\",\"position\":\"left\",\"type\":\"value\"},{\"axisLabel\":{\"formatter\":\"{value}%\"},\"name\":\"利益率（%）\",\"position\":\"right\",\"type\":\"value\"}]}");

 
 if (option.series &amp;&amp; !Array.isArray(option.series)) {
 option.series = [option.series];
 }
 var seriesArray = Array.isArray(option.series) ? option.series : [];
 var seriesNames = seriesArray
 .map(function (s, idx) {
 if (s &amp;&amp; s.name) return s.name;
 
 return 'Series ' + (idx + 1);
 })
 .filter(Boolean);
 
 
 if (option.title) {
 option.title.top = option.title.top || 0;
 }
 
 
 option.legend = {
 data: seriesNames,
 bottom: 10,
 left: 'center',
 orient: 'horizontal'
 };

 
 option.grid = option.grid || {};
 if (option.grid.bottom == null) {
 option.grid.bottom = 50;
 }

 var chart = echarts.init(el);
 chart.setOption(option);
 window.addEventListener('resize', function () { chart.resize(); });
 } catch (err) {
 console.error('Failed to initialize ECharts growth-efficiency chart:', err);
 }
 }

 function ensureEcharts(callback) {
 if (typeof echarts !== 'undefined') {
 callback();
 return;
 }

 if (window.__echartsLoading) {
 document.addEventListener('echarts:loaded', callback, { once: true });
 return;
 }

 window.__echartsLoading = true;
 var script = document.createElement('script');
 script.src = scriptSrc;
 script.onload = function () {
 window.__echartsLoading = false;
 document.dispatchEvent(new Event('echarts:loaded'));
 callback();
 };
 script.onerror = function () {
 window.__echartsLoading = false;
 console.error('Failed to load ECharts library from', scriptSrc);
 };
 document.head.appendChild(script);
 }

 ensureEcharts(initChart);
 });
&lt;/script&gt;

&lt;p&gt;売上高は（&lt;strong&gt;前年比+17.8%&lt;/strong&gt;）で2,514億円、純利益は（&lt;strong&gt;前年比+43.3%&lt;/strong&gt;）で846億円。相変わらずモンスター級の成長を見せています。利益率も33%を超え、メーカーとしては信じられない水準です。&lt;/p&gt;</description></item></channel></rss>