
<!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 we support.</h2>
                  </div>

                  <div class="pt-5">
                    <ul class="row img-list">
                      <li class="col-6 col-md-4">
                        <img src="<?= App\asset_path('images/b_01.png'); ?>" class="img-fluid">
                        <h2>1. コンセプトづくり</h2>
                        <p>”なぜ私たちがそれをやるのか”というブランドストーリーやコンセプトを共に考えます</p>
                      </li>
                      <li class="col-6 col-md-4">
                        <img src="<?= App\asset_path('images/b_02.png'); ?>" class="img-fluid">
                        <h2>2. 商品企画</h2>
                        <p>ブランドコンセプトと、インフルエンサーの「世界観」や「こだわり」をもとに、商品のアイデアを共に広げます</p>
                      </li>
                      <li class="col-6 col-md-4">
                        <img src="<?= App\asset_path('images/b_03.png'); ?>" class="img-fluid">
                        <h2>3. 製造元選定</h2>
                        <p>作りたい商品に最適な製造元をBitStarが選定し、商品の作り方や費用・スケジュールを調整します</p>
                      </li>
                      <li class="col-6 col-md-4">
                        <img src="<?= App\asset_path('images/b_04.png'); ?>" class="img-fluid">
                        <h2>4. 事業プランづくり</h2>
                        <p>市場調査や製造価格をもとに、販売ロット数や販売価格を提案します</p>
                      </li>
                      <li class="col-6 col-md-4">
                        <img src="<?= App\asset_path('images/b_05.png'); ?>" class="img-fluid">
                        <h2>5. 商品製造</h2>
                        <p>サンプル品へのフィードバックを加えながら、メーカー/工場と理想的な商品に近づけていきます</p>
                      </li>
                      <li class="col-6 col-md-4">
                        <img src="<?= App\asset_path('images/b_06.png'); ?>" class="img-fluid">
                        <h2>6. クリエイティブづくり</h2>
                        <p>ロゴ・ECサイト・箱などのデザイン、写真をBitStarのデザイナーがこだわり抜きます</p>
                      </li>

                      <li class="col-6 col-md-4">
                        <img src="<?= App\asset_path('images/b_07.png'); ?>" class="img-fluid">
                        <h2>7. プロモーション企画</h2>
                        <p>SNS活用はもちろん、ファンを巻き込み、ファンから愛されるブランドを作っていくために必要なキャンペーン等もBitStarが提案します</p>
                      </li>
                      <li class="col-6 col-md-4">
                        <img src="<?= App\asset_path('images/b_08.png'); ?>" class="img-fluid">
                        <h2>8. 物流</h2>
                        <p>スピーディーに商品が届けられるよう、BitStarが物流パートナーとしっかり連携します。</p>
                      </li>
                      <li class="col-6 col-md-4">
                        <img src="<?= App\asset_path('images/b_09.png'); ?>" class="img-fluid">
                        <h2>9. 顧客対応・データ分析</h2>
                        <p>顧客からの問い合わせへの対応、売上最大化のためのデータ分析をBitStarが行います</p>
                      </li>
                    </ul>
                  </div>

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

  <?php wp_footer() ?>

</div>



</body>
</html>
