背景画像
トピックスヘッドライン画像

トピックス

Topics

最新記事一覧
2024.02.01 お知らせ

令和6年能登半島地震のお見舞い

令和6年能登半島地震によりお亡くなりになられた方々に謹んでお悔やみ申し上げますとともに

被災・避難されている皆様に心よりお見舞い申し上げます。

一日も早い復興と皆様の安心と安全が取り戻せる事を心よりお祈り申し上げます。

弊社は、被災地および被災者支援の一環として、ボランティア活動を当面の間実施する予定です。

今後も様々な形で被災地および被災者支援に取り組んでまいります。


株式会社 シダー■■■■

代表取締役 座小田 孝安


document.addEventListener('DOMContentLoaded', function() { // 通常のページングの前へ/次へリンク const paginationPrevLinks = document.querySelectorAll('.pagination li.prev.disabled'); const paginationNextLinks = document.querySelectorAll('.pagination li.next.disabled'); // 詳細ページのページング const detailPrevLinks = document.querySelectorAll('.detail-paging-prev.disabled'); const detailNextLinks = document.querySelectorAll('.detail-paging-next.disabled'); // すべての無効な要素を非表示に [].concat( Array.from(paginationPrevLinks), Array.from(paginationNextLinks), Array.from(detailPrevLinks), Array.from(detailNextLinks) ).forEach(function(link) { link.style.opacity = '0'; link.style.visibility = 'hidden'; link.style.pointerEvents = 'none'; }); });