<section class="pg_message_staff">
<a class="pg_message_staff__anchor" href="{{ path('staff_index') }}">
<div class="pg_message_staff_img">
<img src="{{ asset('build/images/index/sp_staff.jpg') }}" alt="" class="sp-style">
<img src="{{ asset('build/images/index/staff.jpg') }}" alt="" class="pc-style">
</div>
<div class="pg_message_staff_pc-button">
<span class="pg_message_staff_pc-button_text">私たちと一緒に働きませんか?</span>
<span class="pg_message_staff_pc-button_more">VIEW MORE</span>
</div>
<div class="pg_message_staff_more-button">
{% include "components/common/_button.html.twig" with {
text: '私たちと一緒に働きませんか?',
src: 'build/images/common/double_arrow_black.svg',
href: path('staff_index'),
width: '12',
height: '10',
class: 'c-white-more_button',
}%}
</div>
</a>
</section>