ADVERTISEMENT

Epson shapes the future of the workplace with sustainable innovation

Published Mar 8, 2023 07:19 pm
Koichi Kubota, Seiko Epson Corporation Representative Director and Senior Managing Executive Officer, discusses Epson’s commitment to sustainability during the official launch of Epson’s Philippine headquarters and solution center in Pasig City.

Over the past years, sustainability has become the center of boardroom conversations across industries. While there are multiple initiatives businesses can take to work toward achieving their sustainability goals, investing in more eco-conscious printing systems is often overlooked.

Printing has always been one of the key components to an office space. A study conducted by Epson revealed that 10% of office consumption can be traced back to printers, which is why the global technology leader is pioneering the shift to responsible and sustainable printing in the workplace.

Epson has always been committed to creating breakthroughs that will change the way customers conduct business. Across sectors, Epson continues to leverage its efficient, compact, and precise innovation to enrich lives and create a better world. Guided with this purpose, Epson has grown into a global technology leader, with an 80,000-strong team and a 1-trillion Japanese yen (approximately 450-billion pesos) business.

“Sustainability has and will always be part of Epson’s DNA.  Guided by our global aspirations, we have put sustainability at the core of our business,” said Koichi Kubota, Seiko Epson Corporation Representative Director and Senior Managing Executive Officer. “We will contribute to the achievement of a better future as envisioned by the United Nations Sustainable Development Goals to support climate action and a circular economy while ensuring that solutions drive the growth of our customers’ businesses."

Investing in a more sustainable Philippines

Epson Philippines Corporation’s history in the country spans over two decades. Since its establishment in 1998, the Philippines has long been an important region and a growth market for Epson, and its continued investment in the market is a show of confidence in both the country and its people.

Epson Philippines recently launched its new headquarters in Pasig City. Its decision to stay in the “Smart City with a Green Heart” aligns with Epson’s mission to be a progressive, efficient, and sustainable partner to the local community.

The 2,090-square-meter headquarters also houses the first physical Solution Centers in Metro Manila, which are display venues where Epson products provide users with business solutions through actual demonstrations. Located at the Ground Floor and 9th Floor of Exquadra Tower, the Solution Centers showcase Epson’s unique portfolio of printing technology and visual imaging solutions. 

Shaping a sustainable future for the workplace

Epson is known for innovations that look towards the future, with sustainability as a valued part of its philosophy. Harmonious co-existence with the communities in which Epson operates has long been a cornerstone of the company, and even as operations have expanded globally, the company’s culture of respect for the environment has never wavered.

Epson has updated its Environmental Vision 2050, a statement of its environmental goals up to the year 2050 that identifies three key actions the company will be taking to address major societal issues such as decarbonization and resource recycling. 

Other major environment initiatives that Epson has committed to include: transitioning to 100% renewable electricity in all Epson manufacturing sites worldwide by 2023; closing the resource loop by reducing product size and weight, using recycled materials, extending service lives, and driving a shift from wasteful analog to energy-saving, low-waste digital inkjet technologies; developing environmental technologies such as creating naturally derived plastic-free materials, new applications for its dry fiber technology, and metal recycling technologies; and converting all new office printers in its portfolio to inkjet printers and discontinuing the sales of its current laser printers globally by 2026.

Through these efforts, Epson puts to action its beliefs that energy-saving solutions, space-saving innovation, and ultra-high precision help protect the natural environment and enrich communities. 

“We continue to reduce the environmental impacts of our products and services. We will achieve sustainability in a circular economy and advance the frontiers of industry through creative, open innovation,” concluded Kubota. “Epson was founded in Japan, a nation blessed with outstanding natural beauty and a rich cultural heritage. Our commitment to protecting such abundant gifts for future generations has never wavered. We constantly pay close attention to societal issues and dedicate ourselves to addressing them, which stems from our philosophy of efficient, compact, and precise innovation.”

Related Tags

Epson
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.