
<!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="contact" <?php body_class('renewal2023') ?>><?php wp_body_open(); ?>
  <div class="pacewrap">

    <div id="container">
      <?php echo $__env->make('partials.header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

      <article>

        <div class="page_titleheader">
          <div class="row row-0 position-relative">
            <p class="pagetitlebg_left col-md-4 plr-0"><img src="<?= App\asset_path('images/service/top_pattern_left.png'); ?>" alt=""></p>


            <div class="col-lg-3 col-md-11 offset-md-1 plr-0 align-self-center">
              <p class="pagetitlebg_right col-lg-4 col-md-12 plr-0"><img src="<?= App\asset_path('images/service/top_pattern_right.png'); ?>" alt=""></p>
              <h1 class="en weight_bold"><?php echo get_the_title(); ?></h1>
            </div>
            <div id="mv" class="col-lg-8 col-md-12 plr-0">
              <div class="mv">
              </div>
            </div>
          </div>
        </div>

        <section class="main">

          <div class="row plr-0 row-0">
            <div class="container">
              <div class="row-0">
                <div class="col-10 offset-1 weight_bold desc">
                  <p>If you are an enterprise customer considering using a YouTuber to promote your products or
                    services, please contact us via the form below.<br>A representative from BitStar will contact you
                    shortly.</p>
                </div>
                <div class="bg-gray-sp" id="contact-form">
                  <div class="bg-gray col-lg-11 offset-lg-1 col-md-10 offset-md-1 col-sm-10 offset-sm-1">
                    <div class="contact-wrap offset-lg-1">
                      <div class="contents_list row row-0 row-eq-height form-wrap">
                        <div class="contactarea effect-fade">

                          <div class="position-relative mb-3 d-block">
                            <select class="news_select selectpicker en" onChange="location.href=value;">
                              <option class="check_cat" <?php $url = $_SERVER['REQUEST_URI'];
                              if (strstr($url, 'contact') == true) {
                                  echo 'selected';
                              } ?> name="cat"
                                value="<?php echo e(home_url('/en/contact-en/#contact-form')); ?>">Inquire about advertising/PR
                              </option>
                              <option class="check_cat" <?php $url = $_SERVER['REQUEST_URI'];
                              if (strstr($url, 'c02') == true) {
                                  echo 'selected';
                              } ?> name="cat"
                                value="<?php echo e(home_url('/en/contact-en/c02-en/#contact-form')); ?>">Request literature
                              </option>
                              <option class="check_cat" <?php $url = $_SERVER['REQUEST_URI'];
                              if (strstr($url, 'c03') == true) {
                                  echo 'selected';
                              } ?> name="cat"
                                value="<?php echo e(home_url('/en/contact-en/c03-en/#contact-form')); ?>">Inquire about video or
                                other content creation or channel management</option>
                              <option class="check_cat" <?php $url = $_SERVER['REQUEST_URI'];
                              if (strstr($url, 'c09') == true) {
                                  echo 'selected';
                              } ?> name="cat"
                                value="<?php echo e(home_url('/en/contact-en/c09-en/#contact-form')); ?>">Consultation on media
                                coverage and appearances for our creators</option>
                              <option class="check_cat" <?php $url = $_SERVER['REQUEST_URI'];
                              if (strstr($url, 'c04') == true) {
                                  echo 'selected';
                              } ?> name="cat"
                                value="<?php echo e(home_url('/en/contact-en/c04-en/#contact-form')); ?>">Media coverage and public
                                relations consultation for our company BitStar</option>
                              <option class="check_cat" <?php $url = $_SERVER['REQUEST_URI'];
                              if (strstr($url, 'c05') == true) {
                                  echo 'selected';
                              } ?> name="cat"
                                value="<?php echo e(home_url('/en/contact-en/c05-en/#contact-form')); ?>">Inquiries about employment
                              </option>
                              <option class="check_cat" <?php $url = $_SERVER['REQUEST_URI'];
                              if (strstr($url, 'c06') == true) {
                                  echo 'selected';
                              } ?> name="cat"
                                value="<?php echo e(home_url('/en/contact-en/c06-en/#contact-form')); ?>">Inquire about use of
                                personal information</option>
                              <option class="check_cat" <?php $url = $_SERVER['REQUEST_URI'];
                              if (strstr($url, 'c07') == true) {
                                  echo 'selected';
                              } ?> name="cat"
                                value="<?php echo e(home_url('/en/contact-en/c07-en/#contact-form')); ?>">Notify us of infringement
                              </option>
                              <option class="check_cat" <?php $url = $_SERVER['REQUEST_URI'];
                              if (strstr($url, 'c08') == true) {
                                  echo 'selected';
                              } ?> name="cat"
                                value="<?php echo e(home_url('/en/contact-en/c08-en/#contact-form')); ?>">Other feedback/requests
                              </option>
                            </select>
                          </div>

                          <?php while(have_posts()): ?>
                            <?php the_post() ?>
                            <?php echo $__env->make('partials.content-page', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                          <?php endwhile; ?>
                        </div>
                      </div>
                      <div class="address-wrap pr-0 pr-md-5">
                        <div class="contact_address">
                          <h5 class="weight_bold">Tokyo Headquarters</h5>
                          <address class="disable-auto-tel">
                            <p>Shibuya Higashiguchi Building 10th Floor, 2-22-3 Shibuya, Shibuya-ku, Tokyo Prefecture,
                              150-0002<br>TEL&nbsp;&nbsp;03-4520-5777<br>MAIL&nbsp;&nbsp;contact@bitstar.tokyo</p>
                            <a href="https://goo.gl/maps/xUgZ62sujmBPNecw7" target="_blank"
                              class="map_link weight_bold">Google Map</a>
                          </address>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>

        </section>
      </article>



      <?php do_action('get_footer') ?>
      <?php echo $__env->make('partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
      <?php wp_footer() ?>

    </div>

    <!-- Start of HubSpot Embed Code -->
    <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/40110885.js"></script>
    <!-- End of HubSpot Embed Code -->
</body>

</html>
