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

  <header class="sub-header">
    <div class="container">
      <a href="<?php echo e(home_url('/')); ?>"><img class="d-none d-sm-inline" src="<?= App\asset_path('images/logo-black.svg'); ?>"><img class="d-sm-none" src="<?= App\asset_path('images/logo-yellow.svg'); ?>"></a>
    </div>
  </header>


<div class="wrapper">
  <div class="container">

    <div class="title-unit">
      <p class="en sub d-none d-sm-block">Notes</p>
      <div class="d-flex justify-content-between align-items-end">
        <h3><i class="fas fa-angle-down d-sm-none mr-2"></i><?php the_title(); ?></h3>
        <p class="gray">サービスのご利用について</p>
      </div>
    </div>

    <div class="notes">
      <?php the_content(); ?>

      <!-- <div class="btn-wrap">
        <a href="javascript:void(0)" onclick="window.open('about:blank', '_self').close();" class="btn-white">閉じる</a>
      </div> -->
    </div>

  </div>
</div>

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

<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
  AOS.init({
    once: true,
  });
</script>
</body>
</html>
