<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Help/about.twig */
class __TwigTemplate_6fc833d9ada9a1b2f56afd32497aadc7b62cd0e0ed7d9067b05d23e68eede96c extends \Eccube\Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'stylesheet' => [$this, 'block_stylesheet'],
'main' => [$this, 'block_main'],
];
}
protected function doGetParent(array $context)
{
// line 11
return "default_frame.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Help/about.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Help/about.twig"));
// line 13
$context["body_class"] = "about_page";
// line 11
$this->parent = $this->loadTemplate("default_frame.twig", "Help/about.twig", 11);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 15
public function block_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheet"));
// line 16
echo " <link rel=\"stylesheet\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/guide.css"), "html", null, true);
echo "\">
<link rel=\"stylesheet\" href=\"";
// line 17
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/about.css"), "html", null, true);
echo "\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 20
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "main"));
// line 21
echo "
\t<div
\t\tclass=\"contact_wrapper body-section-ui\">
\t\t<!-- breadcrumb -->
\t\t<nav class=\"breadcrumb\" aria-label=\"パンくずリスト\">
\t\t\t<a class=\"breadcrumb__item\" href=\"";
// line 26
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("homepage");
echo "\">ホーム</a>
\t\t\t<img class=\"breadcrumb__separator\" src=\"";
// line 27
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/default/icons/icon-breadcrumb-separator.svg"), "html", null, true);
echo "\" alt=\"\" width=\"12\" height=\"12\"/>
\t\t\t<span class=\"breadcrumb__item breadcrumb__item--current\">私たちについて</span>
\t\t</nav>
\t\t<div
\t\t\tclass=\"container-1200\">
\t\t\t<!-- title -->
\t\t\t<div class=\"base-title\">
\t\t\t\t<img class=\"base-title__icon\" src=\"";
// line 36
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/default/icons/icon-title.png"), "html", null, true);
echo "\" alt=\"\" width=\"48\" height=\"48\"/>
\t\t\t\t<h1 class=\"base-title__text\">私たちについて</h1>
\t\t\t</div>
\t\t\t<!-- about content -->
\t\t\t<div class=\"guide-content-wrapper\">
\t\t\t\t<div class=\"guide-content-left\">
\t\t\t\t\t<nav class=\"guide-nav\">
\t\t\t\t\t\t<a href=\"#watashitachi-no-omoi\" class=\"guide-nav__item\">
\t\t\t\t\t\t\t<span class=\"guide-nav__indicator\"></span>
\t\t\t\t\t\t\t<span class=\"guide-nav__text\">私たちの思い</span>
\t\t\t\t\t\t\t<img class=\"guide-nav__arrow\" src=\"";
// line 47
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/default/icons/icon-guide-arrow.svg"), "html", null, true);
echo "\" alt=\"\" width=\"24\" height=\"24\"/>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"#kigyo-gaiyo\" class=\"guide-nav__item\">
\t\t\t\t\t\t\t<span class=\"guide-nav__indicator\"></span>
\t\t\t\t\t\t\t<span class=\"guide-nav__text\">企業概要</span>
\t\t\t\t\t\t\t<img class=\"guide-nav__arrow\" src=\"";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/default/icons/icon-guide-arrow.svg"), "html", null, true);
echo "\" alt=\"\" width=\"24\" height=\"24\"/>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"#daihyo-message\" class=\"guide-nav__item\">
\t\t\t\t\t\t\t<span class=\"guide-nav__indicator\"></span>
\t\t\t\t\t\t\t<span class=\"guide-nav__text\">代表メッセージ</span>
\t\t\t\t\t\t\t<img class=\"guide-nav__arrow\" src=\"";
// line 57
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/default/icons/icon-guide-arrow.svg"), "html", null, true);
echo "\" alt=\"\" width=\"24\" height=\"24\"/>
\t\t\t\t\t\t</a>
\t\t\t\t\t</nav>
\t\t\t\t</div>
\t\t\t\t<div
\t\t\t\t\tclass=\"guide-content-right\">
\t\t\t\t\t<!-- guide item 1 -->
\t\t\t\t\t<div class=\"guide-item guide-item-1\" id=\"watashitachi-no-omoi\">
\t\t\t\t\t\t<div class=\"guide-item__content\">
\t\t\t\t\t\t\t<div class=\"about-philosophy\">
\t\t\t\t\t\t\t\t<div class=\"about-philosophy__section\">
\t\t\t\t\t\t\t\t\t<div class=\"about-philosophy__section-header\">
\t\t\t\t\t\t\t\t\t\t<svg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
\t\t\t\t\t\t\t\t\t\t\t<circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#828282\" stroke-width=\"2\"/>
\t\t\t\t\t\t\t\t\t\t\t<path d=\"M7.12671 8.30348C6.93657 6.66853 8.03012 5.17139 10.1251 5.17139C12.0661 5.17139 13.5076 6.63983 13.1489 8.17661C12.6279 10.4089 10.2424 9.78737 9.92637 12.143\" stroke=\"#828282\" stroke-width=\"2\" stroke-linecap=\"round\"/>
\t\t\t\t\t\t\t\t\t\t\t<circle cx=\"10\" cy=\"15.0176\" r=\"1.30469\" fill=\"#828282\"/>
\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t<h3 class=\"about-philosophy__section-title\">わたしたちの在り方</h3>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__heading\">炭は入口、地域が目的。</p>
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__heading about-philosophy__text--faded\">
\t\t\t\t\t\t\t\t\t\t商いと創生を両立させる、やさしい最短距離。
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-philosophy__content\">
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__text\">
\t\t\t\t\t\t\t\t\t\t売るたびに、一本の線が森へ戻ります。<br>
\t\t\t\t\t\t\t\t\t\t箱が街へ運ばれるたび、苗が山へ届きます。炭の赤は一夜の灯り、苗の緑は何年もの約束。私たちは大きな旗より、小さな段取りを積み重ねます。手と、頼れる道具と、確かめる目。長さをそろえ、湿りを見て、火の持ちを聞く。
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__text\">
\t\t\t\t\t\t\t\t\t\t――その静かな作法を、植えた土にも映します。<br>
\t\t\t\t\t\t\t\t\t\tうまくいった芽も、枯れた芽も、隠さず記します。派手に語らず、淡々と循環を深くする。使ったぶんだけ植え、植えたぶんだけ未来が近づく。<br>
\t\t\t\t\t\t\t\t\t\tやがて森の呼吸が整い、町の灯りはゆっくりと安定する。
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__text\">
\t\t\t\t\t\t\t\t\t\t私たちの仕事は商いであり、同時に祈りです。明日の風景へつなぐために。
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-philosophy__image\">
\t\t\t\t\t\t\t\t\t<img src=\"";
// line 100
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/default/image/about.png"), "html", null, true);
echo "\" alt=\"\"/>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-philosophy__section\">
\t\t\t\t\t\t\t\t\t<div class=\"about-philosophy__section-header\">
\t\t\t\t\t\t\t\t\t\t<svg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
\t\t\t\t\t\t\t\t\t\t\t<circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#828282\" stroke-width=\"2\"/>
\t\t\t\t\t\t\t\t\t\t\t<path d=\"M7.12671 8.30348C6.93657 6.66853 8.03012 5.17139 10.1251 5.17139C12.0661 5.17139 13.5076 6.63983 13.1489 8.17661C12.6279 10.4089 10.2424 9.78737 9.92637 12.143\" stroke=\"#828282\" stroke-width=\"2\" stroke-linecap=\"round\"/>
\t\t\t\t\t\t\t\t\t\t\t<circle cx=\"10\" cy=\"15.0176\" r=\"1.30469\" fill=\"#828282\"/>
\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t<h3 class=\"about-philosophy__section-title\">わたしたちの目指すもの</h3>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<h4 class=\"about-philosophy__heading\">木こりがいない時代だからこそ、<br>テクノロジーで森を守る。</h4>
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__heading about-philosophy__text--faded\">
\t\t\t\t\t\t\t\t\t\t植林が未来の町を守り、地域を豊かにする。
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<p class=\"about-philosophy__text\">
\t\t\t\t\t\t\t\t\tWoodTechは\"木と人と地域の循環\"を取り戻す挑戦を続けます。<br>
\t\t\t\t\t\t\t\t\t私たちはテクノロジーと手仕事で、伐る・使う・植えるの循環を整えます。安定供給で店の営みを支え、植林で未来の暮らしを守る。<br>
\t\t\t\t\t\t\t\t\t成果は地域へ還元し、透明な基準と手順を開きながら、連携するみなさまと地域の幸せな時間を増やしていきます。
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- guide item 2 -->
\t\t\t\t\t<div class=\"guide-item guide-item-1\" id=\"kigyo-gaiyo\">
\t\t\t\t\t\t<div class=\"guide-item__header\">
\t\t\t\t\t\t\t<img class=\"guide-item__icon\" src=\"";
// line 130
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/default/icons/icon-title.png"), "html", null, true);
echo "\" alt=\"\"/>
\t\t\t\t\t\t\t<h2 class=\"guide-item__title\">企業概要</h2>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"guide-item__content\">
\t\t\t\t\t\t\t<div class=\"about-info\">
\t\t\t\t\t\t\t\t<div class=\"about-info__row\">
\t\t\t\t\t\t\t\t\t<div class=\"about-info__label\">屋号</div>
\t\t\t\t\t\t\t\t\t<div class=\"about-info__value\">WoodTech</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-info__row\">
\t\t\t\t\t\t\t\t\t<div class=\"about-info__label\">代表者</div>
\t\t\t\t\t\t\t\t\t<div class=\"about-info__value\">濟陽 康次</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-info__row\">
\t\t\t\t\t\t\t\t\t<div class=\"about-info__label\">住所</div>
\t\t\t\t\t\t\t\t\t<div class=\"about-info__value\">
\t\t\t\t\t\t\t\t\t\t〒557-0001<br>
\t\t\t\t\t\t\t\t\t\t大阪府東大阪市徳庵本町7-2-508
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-info__row about-info__row--last\">
\t\t\t\t\t\t\t\t\t<div class=\"about-info__label\">住所</div>
\t\t\t\t\t\t\t\t\t<div class=\"about-info__value\">
\t\t\t\t\t\t\t\t\t\tこれはダミーテストです。<br>
\t\t\t\t\t\t\t\t\t\tWoodTechは\"木と人と地域の循環\"を取り戻す挑戦を続けます。<br>
\t\t\t\t\t\t\t\t\t\t私たちはテクノロジーと手仕事で、伐る・使う・植えるの循環を整えます。安定供給で店の営みを支え、植林で未来の暮らしを守る。<br>
\t\t\t\t\t\t\t\t\t\t成果は地域へ還元し、透明な基準と手順を開きながら、連携するみなさまと地域の幸せな時間を増やしていきます。
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- guide item 3 -->
\t\t\t\t\t<div class=\"guide-item guide-item-1 mb-0\" id=\"daihyo-message\">
\t\t\t\t\t\t<div class=\"guide-item__header\">
\t\t\t\t\t\t\t<img class=\"guide-item__icon\" src=\"";
// line 166
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/default/icons/icon-title.png"), "html", null, true);
echo "\" alt=\"\"/>
\t\t\t\t\t\t\t<h2 class=\"guide-item__title\">代表メッセージ</h2>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"guide-item__content\">
\t\t\t\t\t\t\t<p class=\"guide-item__text\">
\t\t\t\t\t\t\t\tこれはダミーテストです。<br>
\t\t\t\t\t\t\t\tWoodTechは“木と人と地域の循環”を取り戻す挑戦を続けます。<br>
\t\t\t\t\t\t\t\t私たちはテクノロジーと手仕事で、伐る・使う・植えるの循環を整えます。安定供給で店の営みを支え、植林で未来の暮らしを守る。<br>
\t\t\t\t\t\t\t\t成果は地域へ還元し、透明な基準と手順を開きながら、連携するみなさまと地域の幸せな時間を増やしていきます。
\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- chữ ký -->
\t\t\t\t\t<div class=\"about-signature\">
\t\t\t\t\t\t<span class=\"about-signature__label\">代表</span>
\t\t\t\t\t\t<span class=\"about-signature__name\">濟陽 康次</span>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "Help/about.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 270 => 166, 231 => 130, 198 => 100, 152 => 57, 144 => 52, 136 => 47, 122 => 36, 110 => 27, 106 => 26, 99 => 21, 89 => 20, 77 => 17, 72 => 16, 62 => 15, 51 => 11, 49 => 13, 36 => 11,);
}
public function getSourceContext()
{
return new Source("{#
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
#}
{% extends 'default_frame.twig' %}
{% set body_class = 'about_page' %}
{% block stylesheet %}
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/guide.css') }}\">
<link rel=\"stylesheet\" href=\"{{ asset('assets/css/about.css') }}\">
{% endblock %}
{% block main %}
\t<div
\t\tclass=\"contact_wrapper body-section-ui\">
\t\t<!-- breadcrumb -->
\t\t<nav class=\"breadcrumb\" aria-label=\"パンくずリスト\">
\t\t\t<a class=\"breadcrumb__item\" href=\"{{ url('homepage') }}\">ホーム</a>
\t\t\t<img class=\"breadcrumb__separator\" src=\"{{ asset('assets/img/default/icons/icon-breadcrumb-separator.svg') }}\" alt=\"\" width=\"12\" height=\"12\"/>
\t\t\t<span class=\"breadcrumb__item breadcrumb__item--current\">私たちについて</span>
\t\t</nav>
\t\t<div
\t\t\tclass=\"container-1200\">
\t\t\t<!-- title -->
\t\t\t<div class=\"base-title\">
\t\t\t\t<img class=\"base-title__icon\" src=\"{{ asset('assets/img/default/icons/icon-title.png') }}\" alt=\"\" width=\"48\" height=\"48\"/>
\t\t\t\t<h1 class=\"base-title__text\">私たちについて</h1>
\t\t\t</div>
\t\t\t<!-- about content -->
\t\t\t<div class=\"guide-content-wrapper\">
\t\t\t\t<div class=\"guide-content-left\">
\t\t\t\t\t<nav class=\"guide-nav\">
\t\t\t\t\t\t<a href=\"#watashitachi-no-omoi\" class=\"guide-nav__item\">
\t\t\t\t\t\t\t<span class=\"guide-nav__indicator\"></span>
\t\t\t\t\t\t\t<span class=\"guide-nav__text\">私たちの思い</span>
\t\t\t\t\t\t\t<img class=\"guide-nav__arrow\" src=\"{{ asset('assets/img/default/icons/icon-guide-arrow.svg') }}\" alt=\"\" width=\"24\" height=\"24\"/>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"#kigyo-gaiyo\" class=\"guide-nav__item\">
\t\t\t\t\t\t\t<span class=\"guide-nav__indicator\"></span>
\t\t\t\t\t\t\t<span class=\"guide-nav__text\">企業概要</span>
\t\t\t\t\t\t\t<img class=\"guide-nav__arrow\" src=\"{{ asset('assets/img/default/icons/icon-guide-arrow.svg') }}\" alt=\"\" width=\"24\" height=\"24\"/>
\t\t\t\t\t\t</a>
\t\t\t\t\t\t<a href=\"#daihyo-message\" class=\"guide-nav__item\">
\t\t\t\t\t\t\t<span class=\"guide-nav__indicator\"></span>
\t\t\t\t\t\t\t<span class=\"guide-nav__text\">代表メッセージ</span>
\t\t\t\t\t\t\t<img class=\"guide-nav__arrow\" src=\"{{ asset('assets/img/default/icons/icon-guide-arrow.svg') }}\" alt=\"\" width=\"24\" height=\"24\"/>
\t\t\t\t\t\t</a>
\t\t\t\t\t</nav>
\t\t\t\t</div>
\t\t\t\t<div
\t\t\t\t\tclass=\"guide-content-right\">
\t\t\t\t\t<!-- guide item 1 -->
\t\t\t\t\t<div class=\"guide-item guide-item-1\" id=\"watashitachi-no-omoi\">
\t\t\t\t\t\t<div class=\"guide-item__content\">
\t\t\t\t\t\t\t<div class=\"about-philosophy\">
\t\t\t\t\t\t\t\t<div class=\"about-philosophy__section\">
\t\t\t\t\t\t\t\t\t<div class=\"about-philosophy__section-header\">
\t\t\t\t\t\t\t\t\t\t<svg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
\t\t\t\t\t\t\t\t\t\t\t<circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#828282\" stroke-width=\"2\"/>
\t\t\t\t\t\t\t\t\t\t\t<path d=\"M7.12671 8.30348C6.93657 6.66853 8.03012 5.17139 10.1251 5.17139C12.0661 5.17139 13.5076 6.63983 13.1489 8.17661C12.6279 10.4089 10.2424 9.78737 9.92637 12.143\" stroke=\"#828282\" stroke-width=\"2\" stroke-linecap=\"round\"/>
\t\t\t\t\t\t\t\t\t\t\t<circle cx=\"10\" cy=\"15.0176\" r=\"1.30469\" fill=\"#828282\"/>
\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t<h3 class=\"about-philosophy__section-title\">わたしたちの在り方</h3>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__heading\">炭は入口、地域が目的。</p>
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__heading about-philosophy__text--faded\">
\t\t\t\t\t\t\t\t\t\t商いと創生を両立させる、やさしい最短距離。
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-philosophy__content\">
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__text\">
\t\t\t\t\t\t\t\t\t\t売るたびに、一本の線が森へ戻ります。<br>
\t\t\t\t\t\t\t\t\t\t箱が街へ運ばれるたび、苗が山へ届きます。炭の赤は一夜の灯り、苗の緑は何年もの約束。私たちは大きな旗より、小さな段取りを積み重ねます。手と、頼れる道具と、確かめる目。長さをそろえ、湿りを見て、火の持ちを聞く。
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__text\">
\t\t\t\t\t\t\t\t\t\t――その静かな作法を、植えた土にも映します。<br>
\t\t\t\t\t\t\t\t\t\tうまくいった芽も、枯れた芽も、隠さず記します。派手に語らず、淡々と循環を深くする。使ったぶんだけ植え、植えたぶんだけ未来が近づく。<br>
\t\t\t\t\t\t\t\t\t\tやがて森の呼吸が整い、町の灯りはゆっくりと安定する。
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__text\">
\t\t\t\t\t\t\t\t\t\t私たちの仕事は商いであり、同時に祈りです。明日の風景へつなぐために。
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-philosophy__image\">
\t\t\t\t\t\t\t\t\t<img src=\"{{ asset('assets/img/default/image/about.png') }}\" alt=\"\"/>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-philosophy__section\">
\t\t\t\t\t\t\t\t\t<div class=\"about-philosophy__section-header\">
\t\t\t\t\t\t\t\t\t\t<svg width=\"20\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">
\t\t\t\t\t\t\t\t\t\t\t<circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"#828282\" stroke-width=\"2\"/>
\t\t\t\t\t\t\t\t\t\t\t<path d=\"M7.12671 8.30348C6.93657 6.66853 8.03012 5.17139 10.1251 5.17139C12.0661 5.17139 13.5076 6.63983 13.1489 8.17661C12.6279 10.4089 10.2424 9.78737 9.92637 12.143\" stroke=\"#828282\" stroke-width=\"2\" stroke-linecap=\"round\"/>
\t\t\t\t\t\t\t\t\t\t\t<circle cx=\"10\" cy=\"15.0176\" r=\"1.30469\" fill=\"#828282\"/>
\t\t\t\t\t\t\t\t\t\t</svg>
\t\t\t\t\t\t\t\t\t\t<h3 class=\"about-philosophy__section-title\">わたしたちの目指すもの</h3>
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t\t<h4 class=\"about-philosophy__heading\">木こりがいない時代だからこそ、<br>テクノロジーで森を守る。</h4>
\t\t\t\t\t\t\t\t\t<p class=\"about-philosophy__heading about-philosophy__text--faded\">
\t\t\t\t\t\t\t\t\t\t植林が未来の町を守り、地域を豊かにする。
\t\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<p class=\"about-philosophy__text\">
\t\t\t\t\t\t\t\t\tWoodTechは\"木と人と地域の循環\"を取り戻す挑戦を続けます。<br>
\t\t\t\t\t\t\t\t\t私たちはテクノロジーと手仕事で、伐る・使う・植えるの循環を整えます。安定供給で店の営みを支え、植林で未来の暮らしを守る。<br>
\t\t\t\t\t\t\t\t\t成果は地域へ還元し、透明な基準と手順を開きながら、連携するみなさまと地域の幸せな時間を増やしていきます。
\t\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- guide item 2 -->
\t\t\t\t\t<div class=\"guide-item guide-item-1\" id=\"kigyo-gaiyo\">
\t\t\t\t\t\t<div class=\"guide-item__header\">
\t\t\t\t\t\t\t<img class=\"guide-item__icon\" src=\"{{ asset('assets/img/default/icons/icon-title.png') }}\" alt=\"\"/>
\t\t\t\t\t\t\t<h2 class=\"guide-item__title\">企業概要</h2>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"guide-item__content\">
\t\t\t\t\t\t\t<div class=\"about-info\">
\t\t\t\t\t\t\t\t<div class=\"about-info__row\">
\t\t\t\t\t\t\t\t\t<div class=\"about-info__label\">屋号</div>
\t\t\t\t\t\t\t\t\t<div class=\"about-info__value\">WoodTech</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-info__row\">
\t\t\t\t\t\t\t\t\t<div class=\"about-info__label\">代表者</div>
\t\t\t\t\t\t\t\t\t<div class=\"about-info__value\">濟陽 康次</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-info__row\">
\t\t\t\t\t\t\t\t\t<div class=\"about-info__label\">住所</div>
\t\t\t\t\t\t\t\t\t<div class=\"about-info__value\">
\t\t\t\t\t\t\t\t\t\t〒557-0001<br>
\t\t\t\t\t\t\t\t\t\t大阪府東大阪市徳庵本町7-2-508
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<div class=\"about-info__row about-info__row--last\">
\t\t\t\t\t\t\t\t\t<div class=\"about-info__label\">住所</div>
\t\t\t\t\t\t\t\t\t<div class=\"about-info__value\">
\t\t\t\t\t\t\t\t\t\tこれはダミーテストです。<br>
\t\t\t\t\t\t\t\t\t\tWoodTechは\"木と人と地域の循環\"を取り戻す挑戦を続けます。<br>
\t\t\t\t\t\t\t\t\t\t私たちはテクノロジーと手仕事で、伐る・使う・植えるの循環を整えます。安定供給で店の営みを支え、植林で未来の暮らしを守る。<br>
\t\t\t\t\t\t\t\t\t\t成果は地域へ還元し、透明な基準と手順を開きながら、連携するみなさまと地域の幸せな時間を増やしていきます。
\t\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- guide item 3 -->
\t\t\t\t\t<div class=\"guide-item guide-item-1 mb-0\" id=\"daihyo-message\">
\t\t\t\t\t\t<div class=\"guide-item__header\">
\t\t\t\t\t\t\t<img class=\"guide-item__icon\" src=\"{{ asset('assets/img/default/icons/icon-title.png') }}\" alt=\"\"/>
\t\t\t\t\t\t\t<h2 class=\"guide-item__title\">代表メッセージ</h2>
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"guide-item__content\">
\t\t\t\t\t\t\t<p class=\"guide-item__text\">
\t\t\t\t\t\t\t\tこれはダミーテストです。<br>
\t\t\t\t\t\t\t\tWoodTechは“木と人と地域の循環”を取り戻す挑戦を続けます。<br>
\t\t\t\t\t\t\t\t私たちはテクノロジーと手仕事で、伐る・使う・植えるの循環を整えます。安定供給で店の営みを支え、植林で未来の暮らしを守る。<br>
\t\t\t\t\t\t\t\t成果は地域へ還元し、透明な基準と手順を開きながら、連携するみなさまと地域の幸せな時間を増やしていきます。
\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<!-- chữ ký -->
\t\t\t\t\t<div class=\"about-signature\">
\t\t\t\t\t\t<span class=\"about-signature__label\">代表</span>
\t\t\t\t\t\t<span class=\"about-signature__name\">濟陽 康次</span>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
{% endblock %}
", "Help/about.twig", "/home/c9857171/public_html/wood-tech.tech/app/template/default/Help/about.twig");
}
}