お問い合わせ

随時 会社見学会を開催しています!

会社概要、事業内容、採用条件などを詳しくご説明させていただきます。
また会社説明会後に社内各部門(総務、工務部、住宅)の見学、若手社員とのカフェタイムも予定しております。
少しでも興味をお持ちの方、ぜひご参加ください!!

●会場:株式会社ヤマタケ創建(〒520-2531 滋賀県蒲生郡竜王町山之上3276)

【3day】大型施設&こだわり住宅の施工管理じっくり体験コース

開催地域 滋賀 開催時期 8月上旬から9月末 応募締切 2022年2月11日 実施日数 2~3日

【1day】大型施設&こだわり住宅の施工管理を凝縮体験コース

開催地域 滋賀 開催時期 7月下旬から9月末 応募締切 2022年2月11日 実施日数 1日(ワンデー仕事体験)
// --- スムーズスクロール処理(Elementorポップアップ対応) --- function scrollToAnchor(targetID) { const target = document.querySelector(targetID); if (target) { const y = target.getBoundingClientRect().top + window.pageYOffset - OFFSET; window.scrollTo({ top: y, behavior: "smooth" }); history.replaceState(null, null, targetID); } } // 通常のアンカーリンクすべてに対応(ポップアップ内外問わず) document.querySelectorAll('a[href^="#"], a[href*="#"]').forEach(link => { link.addEventListener("click", function (e) { const href = link.getAttribute("href"); if (!href || !href.includes("#")) return; const url = new URL(href, window.location.origin); const hash = url.hash; const samePage = url.pathname === window.location.pathname; if (hash && samePage) { const targetID = hash; const targetElement = document.querySelector(targetID); if (targetElement) { e.preventDefault(); // ポップアップ内なら閉じる if (link.closest('.elementor-popup-modal')) { if (typeof jQuery !== 'undefined' && typeof jQuery.magnificPopup !== 'undefined') { jQuery.magnificPopup.close(); } setTimeout(() => { scrollToAnchor(targetID); }, 400); // ポップアップ閉じ後にスクロール } else { // 通常のアンカー移動 scrollToAnchor(targetID); } } } }); });