{% extends 'base.html.twig' %}
{% block title %}プライバシーポリシー |【公式】「とこワク」は三重県のワーケーションポータルサイト{% endblock %}
{% block meta_og_title %}プライバシーポリシー |【公式】「とこワク」は三重県のワーケーションポータルサイト{% endblock %}
{% block meta_twitter_title %}プライバシーポリシー |【公式】「とこワク」は三重県のワーケーションポータルサイト{% endblock %}
{% block meta_description %}
{{ parent() }}
「利用規約/個人情報保護ポリシー/リンク・著作権・免責事項」に関する各種ガイドラインを確認いただけます。
{% endblock %}
{% block meta_og_description %}
{{ parent() }}
「利用規約/個人情報保護ポリシー/リンク・著作権・免責事項」に関する各種ガイドラインを確認いただけます。
{% endblock %}
{% block body %}
<main id="privacy">
<div class="privacyContainer">
<nav class="privacyContainer-nav">
<ol class="BreadcrumbTrail">
<li><a href="{{ path('top') }}">{{'common.top' |trans|raw}}</a></li>
<li>{{'privacy.policy' |trans|raw}}</li>
</ol>
</nav>
<section class="privacyProtection">
<h2>{{'privacy.privacyProtection.title' |trans|raw}}</h2>
{% for item in data1 %}
{% include "pages/privacy/_content.html.twig" %}
{% endfor %}
</section>
<section class="privacyProtection">
<h2>{{'privacy.privacyProtection.supplementary.title' |trans|raw}}</h2>
{% for item in data2 | slice(0,8) %}
{% include "pages/privacy/_content.html.twig"%}
{% endfor %}
</section>
<section class="privacyProtection">
<h2>{{'privacy.privacyProtection.supplementary.title2' |trans|raw}}</h2>
{% for item in data2 | slice(8,3)%}
{% include "pages/privacy/_content.html.twig" %}
{% endfor %}
</section>
<section class="supplementary">
<div class="supplementary-imgBox">
<div class="supplementary-imgBox__imgContent1">
<div>
<img src="{{ asset('build/images/privacy/logo_bnr_300x250.png') }}" class="img1" alt="イメージ">
<p>{{'privacy.privacyProtection.pixel.pixel-1' |trans|raw}}</p>
</div>
<div>
<img src="{{ asset('build/images/privacy/logo_bnr_300x300.png') }}" class="img2" alt="イメージ">
<p>{{'privacy.privacyProtection.pixel.pixel-2' |trans|raw}}</p>
</div>
<div>
<img src="{{ asset('build/images/privacy/logo_bnr_160x600.png') }}" class="img3" alt="イメージ">
<p class="pixcelR">{{'privacy.privacyProtection.pixel.pixel-3' |trans|raw}}</p>
</div>
</div>
<div class="supplementary-imgBox__imgContent2">
<div>
<img src="{{ asset('build/images/privacy/logo_bnr_200x60.png') }}" class="img4" alt="イメージ">
<p>{{'privacy.privacyProtection.pixel.pixel-4' |trans|raw}}</p>
</div>
<div>
<img src="{{ asset('build/images/privacy/logo_bnr_320x50.png') }}" class="img5" alt="イメージ">
<p>{{'privacy.privacyProtection.pixel.pixel-5' |trans|raw}}</p>
</div>
<div>
<img src="{{ asset('build/images/privacy/logo_bnr_486x60.png') }}" class="img6" alt="イメージ">
<p class="pixcelR2">{{'privacy.privacyProtection.pixel.pixel-6' |trans|raw}}</p>
</div>
</div>
</div>
</section>
</div>
</main>
{% endblock %}