
<!doctype html>

<html <?php echo get_language_attributes(); ?>>
<?php echo $__env->make('partials.head', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<body id="creators" <?php body_class() ?>><?php wp_body_open(); ?>
<div class="pacewrap">

  <div id="container">

<header class="banner clearfix row row-0 mx-0">

<a class="en close_btn" href="#!" onclick="history.back(); return false;">
Close <span><svg class="svg-inline--fa fa-times fa-w-11" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512" data-fa-i2svg=""><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg><!-- <i class="fas fa-times"></i> --></span>
</a>

</header>
        <div class="content-wrapper">
          <div><!-- sticky wrapper -->
            <section>
              <div class="container pb-5 mb-5">
                <div class="row">
                  <div class="page_title">
                    <h3 class="pt_sub">クリエイターのあなたにお願いしたいこと</h3>
                    <h2 class="pt_main en">What you do</h2>
                  </div>

                  <div class="d-pc-block pt-5">
                    <ul class="row img-list">
                      <li class="col-4">
                        <img src="<?= App\asset_path('images/s01.jpg'); ?>" class="img-fluid">
                        <h2>1. コンセプトづくり</h2>
                        <p>”なぜ私たちがそれをやるのか”というブランドストーリーやコンセプトを共に考えます</p>
                      </li>
                      <li class="col-4">
                        <img src="<?= App\asset_path('images/s02.jpg'); ?>" class="img-fluid">
                        <p>ピアス | ヘアアクセサリー | イヤリング etc.</p>
                      </li>
                      <li class="col-4">
                        <img src="<?= App\asset_path('images/s03.jpg'); ?>" class="img-fluid">
                        <p>スキンケア | コスメ etc.</p>
                      </li>
                    </ul>
                  </div>

                </div>
              </div>
            </section>
          </div>
        </div>

  <?php wp_footer() ?>

</div>



</body>
</html>
