<section class="pg_index_news">
<div class="pg_index_news_inner">
<div class="pg_index_news_title">
{% include "components/common/_main-title.html.twig" with {
title: 'お知らせ',
text: '-NEWS-',
class: 'c-main-title',
}%}
</div>
{% include "components/news/_news-item.html.twig" %}
<div class="pg_index_news_button">
{% include "components/common/_button.html.twig" with {
text: 'VIEW MORE',
src: 'build/images/common/double_arrow_white.svg',
href: path('news_index'),
width: '12',
height: '10',
class: 'c-white-border-more_button',
hover_src:'build/images/common/double_arrow_black.svg',
}%}
</div>
</div>
</section>