<section class="pg_company_media">
{% include "components/common/_block-title.html.twig" with {
english:'MEDIA&SOCIAL CONTRIBUTIONS',
japanese :'メディア掲載・社会貢献活動',
class:'pg_company_media_head',
}%}
<div class="pg_company_media_inner">
{% include "components/media/_media-item.html.twig" %}
<div class="pg_index_media_button">
<div class="sp-style">
{% include "components/common/_button.html.twig" with {
text: '一覧を見る',
src: 'build/images/common/arrow_white.svg',
href: path('media_index'),
width: '8',
height: '12',
class: 'c-black-border_white-button',
}%}
</div>
<div class="pc-style">
{% include "components/common/_button.html.twig" with {
text: '一覧を見る',
src: 'build/images/common/arrow_red.svg',
href: path('media_index'),
width: '8',
height: '12',
class: 'c-black-border_white-button',
}%}
</div>
</div>
</div>
</section>