ADVERTISEMENT

70 years of Japan-Philippines ties — Japan and ASEAN 'Navigating Our Future, Together'

Published Jul 21, 2026 12:05 am  |  Updated Jul 20, 2026 10:09 pm
MOTEGI TOSHIMITSU
JAPANESE FOREIGN MINISTER
MOTEGI TOSHIMITSU JAPANESE FOREIGN MINISTER

By JAPANESE FOREIGN MINISTER MOTEGI TOSHIMITSU

Amid the structural changes taking place in the world, I would like to express my deepest respect to the Government of the Philippines for its dedication to hosting the ASEAN-related Foreign Ministers’ Meetings under the theme of “Navigating Our Future, Together.” In this milestone year marking the 70th anniversary of the normalization of diplomatic relations between Japan and the Philippines, I am delighted to visit this country once again, following my visit in January. I extend my sincere gratitude to the people of the Philippines for their warm welcome.

The Philippines is one of Japan’s closest like-minded partners, sharing fundamental values and principles. Following the state visit of President Marcos to Japan in May, our bilateral relations were elevated to a “Comprehensive Strategic Partnership.” This reflects the strong determination of both countries to continue strengthening bilateral relations in a sustained and multilayered manner without being swayed by changes in the international environment.

In his speech delivered before the National Diet of Japan, President Marcos mentioned that former President Quirino’s choice of the path toward reconciliation after the war laid the foundation for the trust and friendship that endure to this day. I reiterate my profound respect to the countries of the region, including the Philippines, for choosing to move forward together hand-in-hand with Japan. It is a great honor that Japan has been selected as the most trusted partner in the ASEAN region for eight consecutive years since the inception of the State of Southeast Asia Survey Report, a prominent regional public opinion report. Building upon these accumulated achievements, we are committed to steadily deepening Japan-Philippines relations.

The free and open international order based on the rule of law that we have built has been shaken in other parts of the world, and is now facing various challenges in the Indo-Pacific region as well. In this context, ASEAN’s presence at the heart of the region, and its central role, are more vital than ever.

To ensure the prosperity and stability of this region, it is crucial to realize the ASEAN Community Vision 2045, guided by the ASEAN Outlook on the Indo-Pacific (AOIP) as a key pillar of this endeavor. Japan is fully committed to supporting efforts toward this goal.

The Free and Open Indo-Pacific (FOIP) vision proposed by Japan ten years ago aims to maintain and strengthen a free and open international order based on the rule of law, sharing the same direction and fundamental principles with the AOIP. The core of its implementation is precisely the ASEAN region, which values shared principles such as “openness,” “transparency,” and “inclusivity.”

In May, Japan announced its updated FOIP, building on the achievements of the previous FOIP. In this new iteration, we have emphasized support for regional partners to acquire resilience and capability to have freedom to decide for themselves. In this regard, we believe it is important to focus on the following three areas, in light of the current international situation.

First, each country has to possess the capability to defend its own territory and territorial waters. 

Japan will seamlessly utilize and coordinate the full range of policy tools at its disposal—including Official Development Assistance (ODA), Official Security Assistance (OSA), and defense equipment transfers and related cooperation to contribute to strengthening the security and law enforcement capabilities of countries in the region.

Second is energy security and economic security, including critical minerals. Given that the current situation in the Middle East significantly affects Asian countries, Japan has launched the Partnership On Wide Energy and Resources Resilience in Asia (POWERR Asia). To enhance regional supply chain resilience, Japan is working on the immediate procurement of crude oil and petroleum products in Asia, alongside establishing stockpiling systems and diversifying energy sources. We will also develop the Asia Zero Emission Community (AZEC) by incorporating the perspectives of economic and energy resilience.

Third, the capacity to respond to rapid technological advancements and increasingly severe disasters is also indispensable. Japan will focus on developing both hard and soft infrastructure, which are necessary for the age of AI and data. Furthermore, drawing upon our own experience and expertise, we will work to address disasters, which are becoming more severe and frequent due to the impacts of climate change.

Through these initiatives, we aim to realize an Indo-Pacific where we can “become more resilient and prosperous together” with the region as a whole. To this end, Japan will cooperate with ASEAN countries, including the Philippines, to continue contributing to the peace, stability, and prosperity of the region. At the ASEAN-related Foreign Ministers’ Meetings as well, I look forward to exchanging views and joining in-depth discussions on ways to “Navigate Our Future, Together.”

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; } }

{{ static_articles_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.