Skip to main content
Institute for Social Vision Design
ISVD-LAB-006Hypothesis

Seven Years of Young-Carer Mentions in Japanese Local Assemblies — The Time Structure of 'Children Who Care for Family Members' in Assembly Discourse

Naoya Yokota
About 6 min read

Drawing on the assembly-minutes dataset built at the machikarte Lab, this article aggregates speeches mentioning 'young carer' or 'youth carer' by year and prefecture from 2018 to 2024. Mention counts were near zero before 2020, surged sharply from 2021 onward, and reached their seven-year peak in 2024. Prefecture-level mention density varies by a factor of roughly ten, making it possible to observe both the time-lag effects of awareness-raising measures and the underlying regional disparities.

This article uses the assembly-minutes dataset built at the machikarte Lab (containing over one million speech records as of 2024) to aggregate, by year and prefecture, speeches containing terms such as "young carer" (yangu kearā), "youth carer" (wakamono kearā), or "children who care for family members" (kazoku kaigo woになう kodomo). The aim is to read the time structure and regional distribution of young-carer discourse. Evaluating individual assemblies or individual councillors is outside the article's scope.

What is happening

Over the seven years from 2018 to 2024, young-carer-related-term mentions in Japanese local assemblies show a markedly non-linear pattern of growth. Before 2020, national totals for young-carer mentions remained at barely negligible levels, yet in 2021 they surged to several times the prior-year count, and by 2024 had reached their highest level in the seven-year window.

This pattern of increase shares the structure of "social vocabulary diffusion" seen in climate-related terms (decarbonization, carbon neutrality). Unlike already-established terms such as "child poverty" or "family caregiving," the word "young carer" itself is a neologism that gained social recognition only in the early 2020s — a feature that makes this pattern distinctive.

YearYoung-carer mention trendKey policy milestones
2018Extremely lowBefore social recognition of the term
2019LowJoint research launched by the Ministry of Health, Labour and Welfare and Ministry of Education, Culture, Sports, Science and Technology
2020Slight increaseGovernment's first fact-finding survey (targeting 2nd-year junior-high and 2nd-year full-time-high-school students)
2021Sharp surgeGovernment report released — Support Promotion Project Team established
2022Sustained high levelPreparations for establishment of Children and Families Agency — legislative proposal movement
2023High levelChildren and Families Agency launched (April) — municipal support programs expanded
2024Seven-year peakMunicipal ordinance enactment — expansion of support-coordinator placement

Comparing per-municipality mention density (mentions per municipality, prefectures with six or more municipalities covered) for the single year 2024 across prefectures, a roughly tenfold gap exists between the top and bottom groups. This regional variation may correspond to the timing of prefectural ordinance enactment and the deployment of support coordinators, but cannot be confirmed from this aggregation alone.

Background and context

The process by which the term took hold

"Young carer" denotes a child who routinely performs household tasks or care for family members that would normally be expected of an adult. In the United Kingdom the concept became established as a policy term from the 1990s. In Japan it began to circulate among researchers and support practitioners in the late 2010s, and emerged as a policy concept only after the joint research study by the Ministry of Health, Labour and Welfare (MHLW) and the Ministry of Education, Culture, Sports, Science and Technology (MEXT) in 2019.

The Young Carer Support Collaboration Project Team, established jointly by MHLW and MEXT in April 2021, published its final report in May of that year, and NHK along with other major media outlets ran intensive feature coverage. This media peak coincides with the sharp rise in assembly mentions.

In April 2023, the Children and Families Agency (Kodomo Katei-chō) was established and young-carer support became its remit. The Agency launched a dedicated website and expanded subsidies for municipalities to deploy support coordinators.

Vocabulary diffusion as a structural determinant of assembly mentions

The increase in local-assembly mentions of young carers reflects both the emergence of the issue on municipal agendas as a challenge requiring response, and the fact that an already-existing phenomenon — children bearing family-care responsibilities — came to be described using the new label "young carer." Speech data from 2018 to 2020, when the same phenomenon was referred to in different vocabulary, and data from 2021 onward, when "young carer" became the standard term, are not directly comparable on a consistent basis. The "sharp surge" measured by this aggregation includes the vocabulary-diffusion effect; the actual increase in assembly interest is likely smaller than the increase in mention counts suggests.

Reading the regional variation

The roughly tenfold gap in prefecture-level mention density incorporates multiple factors. Early municipal ordinance enactment (pioneer municipalities in 2021–2022) generates mentions through pre-enactment deliberations and post-enactment reviews. Prefectures that deployed support coordinators see recurring mentions through budget discussions and performance reports. Differences in the population-size distribution of covered municipalities also affect absolute counts.

Reading the structure

Policy-cycle ripple effects on assembly discourse

The increase in young-carer assembly mentions can be read as a reflection of the policy cycle in assembly discourse. The successive steps of the government's fact-finding survey (2020), the Project Team report (May 2021), municipal surveys and ordinance enactment (2021–2022), and the launch of the Children and Families Agency and expansion of support programs (2023) are visible as a stepwise increase in local-assembly mention counts at each stage.

This ripple effect from "policy cycle to assembly mentions" may involve a lag of roughly six months to one year. This observation, however, rests on surface keyword aggregation; a separate analysis would be needed to assess the substantive quality of policy debate.

Characteristics of "awareness-raising" policy

The early phase of young-carer policy (2021–2022) was dominated by measures focused on raising awareness and disseminating information. The simultaneous increase in local-assembly mentions during that period is reasonably consistent with the effect of those awareness-raising measures.

From 2023 onward, the policy has been moving into a "substantive support" phase — deploying support coordinators, establishing consultation hotlines, and enacting ordinances. Whether assembly mentions have shifted correspondingly to include concrete numerical discussions such as budget scales and coordinator headcounts can only be verified by adding contextual classification.

Comparison of mention density with other welfare topics

Compared with the related analysis in this lab (year-by-year trends in care-related terms: care-mentions-trends-2018-2024), young-carer mention density remains considerably lower than the already-established "care" and "older persons" vocabulary. As of 2024, it may still fall within the category of "emerging topics."

On the intersection with fiscal-soundness discussions (trends-fiscal-health-2018-2024), there is a possible avenue for examining whether budgetary discussions around support-coordinator deployment compete with fiscal-soundness debate, through co-occurrence analysis of the two query sets.

Caveats — what is not yet covered

  • No separation of vocabulary-diffusion effect: The apparent increase due to diffusion of the term "young carer" and the genuine increase in assembly interest have not been separated
  • No semantic classification: Contextual classification by type of discussion — awareness-raising / budget requests / status reports / ordinance deliberations — has not been applied
  • No separation of speakers: Councillor questions and administrative responses are not distinguished
  • Coverage bias: Year-on-year changes in the number of municipalities recorded affect absolute counts
  • No individual naming: This article stays at the structural level and does not publish municipality-level or councillor-level rankings

Verifiability

The query specification used for aggregation (spec_version v1-young-carer-2026-07) is documented at the end of this article, and the BigQuery aggregation queries will be placed in the machikarte GitHub repository.

Aggregation queries (spec_version v1-young-carer-2026-07)

Year-by-year trend (2018–2024):

SELECT
  year,
  COUNT(*) AS young_carer_mentions,
  COUNT(DISTINCT municipality_code) AS municipalities
FROM `correlate-workspace.isvd_machikarte.speeches`
WHERE year BETWEEN 2018 AND 2024
  AND REGEXP_CONTAINS(body, r'(ヤングケアラー|若者ケアラー|家族介護.*若者|子ども.*介護.*担)')
GROUP BY year
ORDER BY year

References

About Young Carers — Children and Families AgencyChildren and Families Agency (Kodomo Katei-chō). Children and Families Agency

Do You Know About Young Carers? — Young Carer Dedicated WebsiteChildren and Families Agency (Kodomo Katei-chō). Children and Families Agency

Collaboration Project Team on Welfare, Long-Term Care, Medical, and Educational Support for Young CarersMinistry of Health, Labour and Welfare. Ministry of Health, Labour and Welfare

machikarte — Nationwide Local Assembly Speech Search Platform (Beta)Institute for Social Vision Design (ISVD). ISVD

machikarte (GitHub) — schema, aggregation queries, licenses (MIT + CC BY 4.0)Institute for Social Vision Design (ISVD). GitHub

Verification of Role Classification Methods for Diet Records Using BERT-Based Classifiers (in Japanese)Miyaki, Y. and Uchida, Y.. Journal of Japan Society for Fuzzy Theory and Intelligent Informatics, Vol. 37, No. 1, pp. 530-534

Related Content

Participate in & Support Research

If you're interested in ISVD's research, we welcome your support as a supporting member.