ADVERTISEMENT

Behind the exit: Minowa's honest take on his Akari departure

Published Jun 6, 2025 12:31 am

At A Glance

  • One of the bombshells that came out at the end of May was the split between Japanese coach Takayuki Minowa and the Akari Chargers. Minowa bid the team farewell via social media, reflecting on his time with the PVL team.
Taka Minowa (PVL Images)
Taka Minowa (PVL Images)
Beyond the Game 
Behind the Exit: Minowa’s Honest Take on His Akari Departure
By Brian Yalung
One of the bombshells that came out at the end of May was the split between Japanese coach Takayuki Minowa and the Akari Chargers. Minowa bid the team farewell via social media, reflecting on his time with the PVL team.
Considering the time and effort coach Taka gave, it was unfortunate. In an exclusive interview, the former PVL coach shared his thoughts on his sudden exit and what the future holds for him.
“First, the timing aligned with the end of my contract, and I had received offers from club teams in other countries,” Minowa said. “Since the end of March, I had been asking management to share the next vision for the team by the end of April. However, even after the conference ended, I received no updates, and then suddenly on May 1, I was informed that I was leaving.”
Minowa admits that this caught him off guard. Personally, he felt it could have been handled better.
“I think the owner and new head coach needed time to plan things, which led to this situation — but honestly, it was not handled in a very professional way,” he explained. “Other departing coaches are in similar situations. Since the team’s culture and discipline were finally improving, I was personally very surprised by the owner’s decision.”
Volleyball life goes on for Minowa
Rather than sulk, Minowa made it clear that he remains committed volleyball, a sport that shaped his life. In fact, he prefers to look at it from a different perspective.
“Volleyball is my passion and an essential part of my life, so I fully intend to continue being involved in the sport.”
Because of the PVL’s tight year-round schedule, the 33-year-old coach admitted his work left him little space for his own development. Looking ahead, he hopes to recollect and improve himself both as a person and as a coach.
“The PVL holds three conferences a year, which means I must be focused almost all year round. Because of that, I had very little time to create opportunities for my own learning and development. Going forward, I want to dedicate some time to update and grow myself as a coach,” Minowa said.
Minowa reveals what he will miss sorely
For now, coach Taka will try to adjust and start a new chapter. However, he admits that one thing that he will miss sorely about the Chargers.
“I will miss witnessing the team’s growth process,” he admitted, stressing that it was the most meaningful part of his work.
“What I will miss the most is witnessing the team’s growth process. Nothing we started was easy, but we definitely achieved progress. In my own plan, we were only at step 5 or 6 out of 10, so not being able to follow that journey every day anymore is something I will truly miss,” Minowa added.
Throughout his journey since arriving to coach in the Philippines, Taka admitted to being thankful that his wife Sachi Minowa (Jaja Santiago) is by his side. The National University product was also saddened by the plight of her husband but knows things happen for a reason.
“Ever since I started working in the Philippines, I have always consulted with Jaja. She was also very saddened by the decision management made toward me,” Minowa ended.
For now, it is anyone’s guess what Minowa will do next. Although there were offers from clubs in other countries, nothing has been made official as of this writing. It is an unfortunate development. But being a professional, coach Taka knows there is nothing to do but move forward.

Related Tags

Taka Minowa Akari Chargers PVL
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.