ADVERTISEMENT

DMCI Homes, Marubeni to jointly build residential condo

Published Dec 19, 2023 06:29 am

Quadruple A developer DMCI Homes and Japanese trading conglomerate Marubeni Corporation are teaming up to build a residential condominium along C5 E. Rodriguez Jr. Avenue in Pasig City.

In a statement, DMCI Homes said the two firms have signed a memorandum of understanding (MOU) for a strategic collaboration including the development of The Valeron Tower.

DMCI_Homes_Marubeni_The_Valeron_Tower_C5_Pasig_Roof_Deck.jpg
Artist’s illustration of The Valeron Tower’s roof deck

President Ferdinand R. Marcos Jr. witnessed the signing of the MOU in Tokyo, Japan, on the sidelines of his participation at the Association of Southeast Asian Nations (ASEAN)-Japan Summit.

Among those who attended the MOU signing were Chairman Isidro A. Consunji of DMCI Holdings Inc., the parent company of DMCI Homes, and Taro Kawabe, Executive Officer, COO of Finance, Leasing, and Real Estate Business Division of Marubeni.

The Valeron Tower, a single-tower dual-wing designed condominium, is set to become Marubeni's flagship real estate investment in the ASEAN region, according to Marubeni Corp. Overseas Real Estate Business Department Senior Manager Shinya Matsuo. The project is targeted for launch in the first quarter of 2024.

With a rich 114-year history of doing business in the Philippines through Marubeni Philippines Corporation, Marubeni has actively participated in numerous infrastructure projects in the country, including various collaborations with the DMCI Group of Companies.

This partnership has extended to various projects, including the LRT Line 2 East Extension Project, Maynilad Water Services, Inc. consortium, and recent initiatives in reforestation and plantation development in Negros Occidental.

"We have fostered a strong relationship with DMCI built on mutual trust. Considering the longevity of our partnership, we anticipate that this business venture will also be long-term. This is just the kickoff," said Marubeni Philippines Corporation President and CEO Shigeru Shimoda.

DMCI Homes President Alfredo Austria, for his part, said the collaboration signifies a significant step in merging DMCI Homes and Marubeni’s areas of expertise.

"Our collaboration signifies a joint commitment to further enhancing quality living and providing innovative home solutions for homebuyers in the Philippines," Austria said.

With a focus on expanding into the Philippine real estate sector, Matsuo identified DMCI Homes as the ideal partner, citing the company's construction expertise, product differentiation, and a strong sales team.

"We conducted market research over the years, and as a conclusion, we found DMCI Homes to be the best partner," he said.

Meanwhile, Marubeni Corp. General Manager for Overseas Real Estate Business Department Noritake Miyaguchi emphasized that the commitment goes beyond project development, with Marubeni aiming to contribute Japanese culture, quality, and maintenance and construction systems to the local market.

“Our collaboration extends beyond project completion. By leveraging our real estate related business expertise accumulated both in Japan and internationally, we envision a long-term commitment that extends business collaboration between DMCI Homes to include asset management, property management, and building management,” Miyaguchi said.

Acknowledging the maturity of the Philippine market, Matsuo expressed confidence in business expansion, particularly given favorable demographic trends and an increasing population, especially among the younger generation.

The strategic location of The Valeron Tower, along C-5 also adds confidence to the project's success. “The location of The Valeron Tower is strategically positioned along C-5, making it very accessible from any point in the metro,” Matsuo said.

Related Tags

dmci homes Isidro A. Consunji Alfredo Austria MARUBENI CORPORATION
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.