
<!DOCTYPE html>
<html lang="ja">
<head>

<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<link rel="alternate" href="https://growthpower.jp/Japanese//NULL" hreflang="ja"/><link rel="alternate" href="https://growthpower.jp/English//NULL" hreflang="en"/><link rel="alternate" href="https://growthpower.jp/Chinese//NULL" hreflang="zh"/><title>中古重機を世界中で売買｜GROWTH POWER（グロースパワー）</title>
<meta name="description" content='GROWTH POWERは中古建設機械【中古建機・中古重機】、中古農機を世界中で売買できるマーケットプレイスです。閲覧は全世界から。中古ショベル、中古ブルドーザー、中古クレーンなどの買いたい・売りたいの安心取引はGROWTH POWERにお任せください。'>
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,maximum-scale=1">
<meta name="format-detection" content="telephone=no">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PJX4JC9');</script>
<!-- End Google Tag Manager -->
<!--Search Console20171208-->
<meta name="google-site-verification" content="Xz8boIVo38Ji02yqtihnyRuUpDHaelYYPHhIwSZ8qy4" />
<link rel="stylesheet" href="/assets/css/base/base_header_v2.min.css?20220201"  media="none" onload="if(media!='all')media='all'"><noscript><link rel="stylesheet" href="/assets/css/base/base_header_v2.min.css?20220201" ></noscript>
<link href="/assets/css/site.min.css?20240520" rel="stylesheet">
<link href="/assets/css/charts.min.css" rel="stylesheet">
<!--[jQuery]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="/assets/js/base/base_header_v3.min.js"  async defer></script>

<script>

  var language = 'Japanese';
  var site_currency = 'JPY';
  var data_currency = [{"value":"USD","tooltip":"US Dollar"},{"value":"JPY","tooltip":"Yen"},{"value":"CNY","tooltip":"Yuan Renminbi"},{"value":"HKD","tooltip":"Hong Kong Dollar"},{"value":"EUR","tooltip":"Euro"},{"value":"THB","tooltip":"Baht"},{"value":"VND","tooltip":"dong"},{"value":"GBP","tooltip":"Great Britain Pound"}];
  var japan_time = '日本時間';

</script>

<!--[favicon]-->
  <link rel="apple-touch-icon" href="/assets/img/favicon/512.png?20220201">
  <link rel="apple-touch-icon-precomposed" href="/assets/img/favicon/512.png?20220201">
  <link rel="apple-touch-icon" sizes="144x144" href="/assets/img/favicon/144.png?20220201">
  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/img/favicon/144.png?20220201">
  <link rel="apple-touch-icon" sizes="114x114" href="/assets/img/favicon/114.png?20220201">
  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/img/favicon/114.png?20220201">
  <link rel="apple-touch-icon" sizes="72x72" href="/assets/img/favicon/72.png?20220201">
  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/img/favicon/72.png?20220201">
  <link rel="apple-touch-icon" sizes="57x57" href="/assets/img/favicon/57.png?20220201">
  <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/assets/img/favicon/57.png?20220201">
  <link rel="shortcut icon" type="image/x-icon" href="/assets/img/favicon/favicon.ico?20220201">
  <link rel="shortcut" href="/assets/img/favicon/favicon.ico?20220201" type="image/x-icon">


<script type="text/javascript" src="/assets/js/site.min.js?20240927" async></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script type="text/javascript" src="/assets/js/jquery.lazy.min.js"></script>

<script>
$(function() {
    // lazy load image
    // $('.lazy').lazy({
    //   effect: 'fadeIn',
    //   skip_invisible : true,
    //   effectTime: 500,
    //   threshold: 0
    // });

  // Mobile
  // var isMobile = true;
  // var ua = navigator.userAgent;
  // if (ua.indexOf('iPhone') > 0 || ua.indexOf('iPod') > 0 || ua.indexOf('Android') > 0 && ua.indexOf('Mobile') > 0) {
  //     // SP
  // } else if (ua.indexOf('iPad') > 0 || ua.indexOf('Android') > 0) {
  //     // tablet
  // } else {
  //     // PC
  //     isMobile = false;
  // }
  //  // Header
  // if(!isMobile){
  //     $(window).scroll(function () {
  //         if($(window).scrollTop() > 176){
  //             $("body").addClass("compact");
  //         }else{
  //             $("body").removeClass("compact");
  //         }
  //     });
  // }

	$("#select_lang").change(function(){
            // var language = 'English';
            var pathname = location.pathname;
            var path = pathname.split('/');
            if(language == 'Chinese'){
					language = 'Chinese';
			}
            if (path[1] == language) {
                path[1] = $(this).val();
            } else {
				path[0] = '/' + $(this).val();
            }
            pathname = path.join('/');
            window.location.href = 'https://growthpower.jp/Japanese/language/'+pathname + location.search + location.hash;
			// alert('language/'+pathname + location.search + location.hash);
     });
	/*
  $("#select_currency").change(function(){
       var pathname = location.pathname;
      alert(pathname);
      window.location.href = 'https://growthpower.jp/Japanese/currency/switch/'+ $(this).val() +"/"+pathname + location.search + location.hash;
  });*/
	$("#select_currency").change(function(){
            var pathname = location.pathname;
            var path = pathname.split('/');
            var currency_name = $(this).val();
            window.location.href = 'https://growthpower.jp/Japanese/currency/switch/'+ currency_name ;
			// alert('language/'+pathname + location.search + location.hash);
     });
	$("#select_currency_detail").change(function(){
            var pathname = location.pathname;
            var path = pathname.split('/');
            var currency_name = $(this).val();
            window.location.href = 'https://growthpower.jp/Japanese/currency/switch/'+ currency_name ;
			// alert('language/'+pathname + location.search + location.hash);
     });

});

</script>
<script>(function(w,d,t,r,xszszszsZsu){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"97047476", enableAutoSpaTracking: true};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script>
</head>
<body>
  <div class="loading">
    <div>ページを読み込んでおります。<br>少々お待ちください。</div>
  </div>
  <!-- Google Tag Manager (noscript) -->
	<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PJX4JC9"
	height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  <!-- End Google Tag Manager (noscript) -->
  <!--<div id="fb-root"></div>
  <script>(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.async = true;
    js.src = "//connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v2.9&appId=130206287072854";
    fjs.parentNode.insertBefore(js, fjs);
  }(document, 'script', 'facebook-jssdk'));</script> -->


<header>

	<div id="header">
		<h1 class="meta-title-text only_pc">中古重機を世界中で売買</h1>
		<div id="header-inner">
			<p><a href="https://growthpower.jp/Japanese"><img src="/assets/img/header_logo.png" srcset="/assets/img/header_logo_2x.png" alt="中古重機トップ"></a></p>
			<div id="gnav-search" class="only_pc">
				<form action="https://growthpower.jp/Japanese/search" method="get" name="">
					<input type="text" name="keyword" value="" placeholder="型式名で検索">
				</form>
			</div>
				<div id="header-menu">
									</div>
									<div id="login-btn"><a href="https://growthpower.jp/Japanese/user/login" rel="nofollow">LOGIN</a></div>
				

			<div id="sp-trigger" class="menu sb-toggle-right"><span></span></div>
		</div><!--[/header-inner]-->
			<div id="gnav-search" class="only_sp">
				<form action="https://growthpower.jp/Japanese/search" method="get" name="">
					<input type="text" name="keyword" value="" placeholder="型式名で検索">
				</form>
			</div>
			<h1 class="meta-title-text only_sp">中古重機を世界中で売買</h1>
		<div id="hedaer_breadcrumb-div">
			<ul id="header-breadcrumb-nav">
				
																<li>
						<a href="/Japanese">中古重機トップ</a>
					</li>
										</ul>
		</div>
	</div><!--[/header]-->
	<nav>
		<div id="gnav">
			<div id="gnav-inner">
				<div id="gnav-set">
					<ul id="gnav-sub">
						<li class="gnav-search-btn">
							<a class="gnav-parent" href="https://growthpower.jp/Japanese/search#search_category" rel="nofollow">建設機械カテゴリから探す</a>
							<ul class="gnav-link">
								<div class="subjectsNav gnav-child-0">
										<h3><a href="https://growthpower.jp/Japanese/construction-machinery">建設機械</a></h3><ul><li><a href="https://growthpower.jp/Japanese/mini-excavators">ミニユンボ</a></li><li><a href="https://growthpower.jp/Japanese/dozers">ブルドーザー</a></li><li><a href="https://growthpower.jp/Japanese/graders">グレーダー</a></li><li><a href="https://growthpower.jp/Japanese/finishers">フィニッシャー</a></li><li><a href="https://growthpower.jp/Japanese/environmental-recyclling-machines">環境リサイクル機械</a></li><li><a href="https://growthpower.jp/Japanese/crane">クレーン</a></li><li><a href="https://growthpower.jp/Japanese/foundation-machines">基礎工事用機械</a></li><li><a href="https://growthpower.jp/Japanese/aerial-platform-truck">高所作業車</a></li><li><a href="https://growthpower.jp/Japanese/rollers">ロードローラー</a></li><li><a href="https://growthpower.jp/Japanese/forklifts">フォークリフト</a></li><li><a href="https://growthpower.jp/Japanese/generators">発電機</a></li><li><a href="https://growthpower.jp/Japanese/attachments">建機アタッチメント</a></li><li><a href="https://growthpower.jp/Japanese/carrier-dump">キャリアダンプ</a></li></ul></div><div class="subjectsNav gnav-child-01">
										<h3><a href="https://growthpower.jp/Japanese/vehicle">車両</a></h3><ul><li><a href="https://growthpower.jp/Japanese/trucks">トラック</a></li></ul></div><div class="subjectsNav gnav-child-02">
										<h3><a href="https://growthpower.jp/Japanese/agricultural-equipment">農業機械</a></h3></div><div class="subjectsNav gnav-child-03">
										<h3><a href="https://growthpower.jp/Japanese/making-tool">工作機械</a></h3></div><div class="subjectsNav gnav-child-04">
										<h3><a href="https://growthpower.jp/Japanese/ship">船舶</a></h3></div></li></li></li></li></li></li></li></li></li></li></li></li></li></li></li></li>								<div class="subjectsNav gnav-child-05">
									<h3><a href="#">--------</a></h3>
									<li><a href="https://growthpower.jp/Japanese/search#search_category" rel="nofollow">カテゴリ一覧</a></li>
								</div>
							</ul>
						</li>
						<li class="gnav-search-btn">
							<a class="gnav-parent" href="https://growthpower.jp/Japanese/search#search_maker" rel="nofollow">建設機械メーカーから探す</a>
							<ul class="gnav-link">
									<div class="subjectsNav gnav-child-06">
										<ul>
																						<li><a href="https://growthpower.jp/Japanese/maker/cat">CAT(キャタピラー)</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/komatsu">コマツ</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/hitachi-construction">日立建機</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/kobelco">コベルコ</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/yanmar">ヤンマー</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/kubota">クボタ</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/sumitomo">住友建機</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/ihi">IHI</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/kato">加藤製作所</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/tadano">タダノ</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/kawasaki-heavy-indus">川崎重工業</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/tcm">TCM</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/nippon-sharyo">日本車輌製造</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/airman">AIRMAN（エアーマン）</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/mitsubishi">三菱</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/toyota">TOYOTA</a></li>
																						<li><a href="#">--------</a></li>
											<li><a href="https://growthpower.jp/Japanese/search#search_maker" rel="nofollow">メーカー覧</a></li>
										</ul>
									</div>
							</ul>
						</li>
						<li>
							<a class="gnav-parent" href="https://growthpower.jp/Japanese/sekai_satei">重機買取査定</a>
						</li>
						<li>
							<a class="gnav-parent" href="https://growthpower.jp/Japanese/how-to-buy">初めてご利用の方へ</a>
						</li>
						<li>
							<a class="gnav-parent" href="https://growthpower.jp/Japanese/news">ニュース</a>
						</li>
					</ul>
				</div><!--[/gnav-set]-->
				<div id="currency-set" style="vertical-align:top;padding-top: 10px;">
					<label for="select_currency">Currency</label>
					<select id="select_currency" name="select_currency" class="js_select2">
													<option value="USD"  >USD</option>
													<option value="JPY" selected >JPY</option>
													<option value="CNY"  >CNY</option>
													<option value="HKD"  >HKD</option>
													<option value="EUR"  >EUR</option>
													<option value="THB"  >THB</option>
													<option value="VND"  >VND</option>
													<option value="GBP"  >GBP</option>
											</select>
				</div>

				<!-- <div id="jp_clock"></div> -->
				<div id="language-set" style="vertical-align:top;padding-top: 10px;">
					<label for="select_lang">Language</label>
					<select id="select_lang" name="select_lang" class="js_select2">
													<option value="1" selected >日本語</option>
													<option value="2"  >English</option>
													<option value="3"  >简体中文</option>
											</select>
				</div>
			</div><!--[/gnav-inner]-->

		</div><!--[gnav]-->
		<div id="sp-gnav">
			<div id="gnav-inner">
				<div id="gnav-set">
					<ul id="gnav-sub">
						<li class="gnav-search-btn">
							<a class="gnav-parent" href="#">建設機械カテゴリから探す</a>
							<ul class="gnav-link">
								<div class="subjectsNav gnav-child-0">
										<h3><a href="https://growthpower.jp/Japanese/construction-machinery">建設機械</a></h3><ul><li><a href="https://growthpower.jp/Japanese/mini-excavators">ミニユンボ</a></li><li><a href="https://growthpower.jp/Japanese/dozers">ブルドーザー</a></li><li><a href="https://growthpower.jp/Japanese/graders">グレーダー</a></li><li><a href="https://growthpower.jp/Japanese/finishers">フィニッシャー</a></li><li><a href="https://growthpower.jp/Japanese/environmental-recyclling-machines">環境リサイクル機械</a></li><li><a href="https://growthpower.jp/Japanese/crane">クレーン</a></li><li><a href="https://growthpower.jp/Japanese/foundation-machines">基礎工事用機械</a></li><li><a href="https://growthpower.jp/Japanese/aerial-platform-truck">高所作業車</a></li><li><a href="https://growthpower.jp/Japanese/rollers">ロードローラー</a></li><li><a href="https://growthpower.jp/Japanese/forklifts">フォークリフト</a></li><li><a href="https://growthpower.jp/Japanese/generators">発電機</a></li><li><a href="https://growthpower.jp/Japanese/attachments">建機アタッチメント</a></li><li><a href="https://growthpower.jp/Japanese/carrier-dump">キャリアダンプ</a></li></ul></div><div class="subjectsNav gnav-child-01">
										<h3><a href="https://growthpower.jp/Japanese/vehicle">車両</a></h3><ul><li><a href="https://growthpower.jp/Japanese/trucks">トラック</a></li></ul></div><div class="subjectsNav gnav-child-02">
										<h3><a href="https://growthpower.jp/Japanese/agricultural-equipment">農業機械</a></h3></div><div class="subjectsNav gnav-child-03">
										<h3><a href="https://growthpower.jp/Japanese/making-tool">工作機械</a></h3></div><div class="subjectsNav gnav-child-04">
										<h3><a href="https://growthpower.jp/Japanese/ship">船舶</a></h3></div></li></li></li></li></li></li></li></li></li></li></li></li></li></li></li></li>								<div class="subjectsNav gnav-child-05">
									<h3><a href="#">--------</a></h3>
									<li><a href="https://growthpower.jp/Japanese/search#search_category" rel="nofollow">カテゴリ一覧</a></li>
								</div>
							</ul>
						</li>
						<li class="gnav-search-btn">
							<a class="gnav-parent" href="#">建設機械メーカーから探す</a>
							<ul class="gnav-link">
									<div class="subjectsNav gnav-child-06">
										<ul>
																						<li><a href="https://growthpower.jp/Japanese/maker/cat">CAT(キャタピラー)</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/komatsu">コマツ</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/hitachi-construction">日立建機</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/kobelco">コベルコ</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/yanmar">ヤンマー</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/kubota">クボタ</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/sumitomo">住友建機</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/ihi">IHI</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/kato">加藤製作所</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/tadano">タダノ</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/kawasaki-heavy-indus">川崎重工業</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/tcm">TCM</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/nippon-sharyo">日本車輌製造</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/airman">AIRMAN（エアーマン）</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/mitsubishi">三菱</a></li>
																						<li><a href="https://growthpower.jp/Japanese/maker/toyota">TOYOTA</a></li>
																						<li><a href="#">--------</a></li>
											<li><a href="https://growthpower.jp/Japanese/search#search_maker" rel="nofollow">メーカー覧</a></li>
										</ul>
									</div>
							</ul>
						</li>
					</ul>
				</div><!--[/gnav-set]-->
			</div><!--[/gnav-inner]-->
		</div>
	</nav>
</header>
<div class="sb-slidebar sb-right">
	<div class="menu-set menu-taxonomy">
	<h2><a href="https://growthpower.jp/Japanese/search">商品在庫検索<img src="/assets/img/i_x_2x.png" class="sb-close-btn sb-close"/></a></h2>
	<div class="subjectsNav gnav-child-01">
		<h3 class="sub_category">重機（建設機械）を検索する</h3>
		<ul>
			<li><a href="https://growthpower.jp/Japanese/search#search_category">カテゴリ（機種）から調べる</a></li>
			<li><a href="https://growthpower.jp/Japanese/search#search_maker">メーカーから調べる</a></li>
			<li><a href="https://growthpower.jp/Japanese/search#search_form">年式等から詳細に調べる</a></li>
		</ul>
	</div>
	<div class="subjectsNav gnav-child-02">
		<h3 class="sub_category">重機の買取査定をしてもらう</h3>
		<ul>
			<li><a href="https://growthpower.jp/Japanese/sekai_satei">重機買取トップ</a></li>
	</div>
	<div class="subjectsNav gnav-child-03">
		<h3 class="sub_category">その他</h3>
		<ul>
			<li><a href="https://growthpower.jp/Japanese/how-to-buy" rel="nofollow">初めてご利用の方へ</a></li>
			<li><a href="https://growthpower.jp/Japanese/user/register" rel="nofollow">無料バイヤー登録</a></li>
			<li><a href="https://growthpower.jp/Japanese/how-to-seller" rel="nofollow">出品者の方へ</a></li>
			<li><a href="https://growthpower.jp/Japanese/news" rel="nofollow">ニュース</a></li>

	</div>
</div>
</div><!--[/sb-slidebar]-->


<div id="sb-site">

	<div class="main main-2column">		

		<div class="main-side-center index">

				<div class="item-counter">
					<span>商品掲載数</span>
					<div><strong></strong><span>件</span></div>
				</div>


			<article role="article">
<div>
	<div>
		<div  property="schema:text">
			<div class="common-contact-box common-contact-box-panel">
				<p style="font-size:2em;font-weight:bold">404 Page Not Found</p>
				お探しのページは見つかりませんでした。				<div class="" style="text-align:center;margin-top:15px">
					<!-- 中古重機トップページへ移動する -->
					<div class="btn-404">
						<a href="https://growthpower.jp/Japanese/">中古重機トップへ移動する</a>
					</div>

					<!-- カテゴリから中古重機を検索する -->
					<div class="btn-404">
						<a href="https://growthpower.jp/Japanese/search">建設機械カテゴリから探す</a>
					</div>

					<!-- 型式名から中古重機を検索する -->
					<div style="width:50%;display:inline-block">
						<form class="" action="https://growthpower.jp/Japanese/search" method="get">
							<input type="text" name="keyword" value="" placeholder="型式名から探す" style="background: #000 url(/assets/img/i_zoom.png) no-repeat 4px 50%;padding-left:36px;">
						</form>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>

</article>

		</div><!--[/main-side-center]-->

		<div class="main-side-right">
			
<div class="side-img-bnr">
	<a href="https://growthpower.jp/Japanese/sekai_satei">
		<img alt="かんたん60秒で無料一括査定！" src="/assets/img/bnr_satei_world.webp" srcset="/assets/img/bnr_satei_world.webp" />
	</a>
</div>


	<div class="side-img-bnr">
		<a href="https://growthpower.jp/Japanese/selected">
			<img alt="かんたん60秒で無料一括査定！" src="/assets/img/bnr_select.webp" srcset="/assets/img/bnr_select.webp" />
		</a>
	</div>




			
				<div class="side-img-bnr right-tel-bnr"><a href="tel:0120954512"><img src="/assets/img/bnr_tel_jp.png" srcset="/assets/img/bnr_tel_jp_2x.png" alt="ご希望の商品をお探しいたします 0120-954-512 お気軽にご連絡ください"></a></div>

			
			<!-- <div id="facebook_gp_right" class="facebook-page-plugin">

			</div> -->

			
				</div><!--[/main-side-right]-->

<script type="text/javascript">
	$(document).ready(function()
	{
		// Mobile
	  var isMobile = true;
	  var ua = navigator.userAgent;
	  if (ua.indexOf('iPhone') > 0 || ua.indexOf('iPod') > 0 || ua.indexOf('Android') > 0 && ua.indexOf('Mobile') > 0) {
	      // SP
	  } else if (ua.indexOf('iPad') > 0 || ua.indexOf('Android') > 0) {
	      // tablet
	  } else {
	      // PC
	      isMobile = false;
	  }
	   // Header
		

	});
</script>

	</div><!--[/main]-->

	<footer>
			
		<div id="footer-column-set">

			<!-- //修正するところ -->
			<div id="footer-column">
					<div id="footer-column">
											<h4>GROWTH POWER(グロースパワー)について</h4>
<p>中古建設機械・船舶・航空機等を中心としたマーケットプレイスです。良質な製品を、売りたい方から、買いたい方へ繋げます。<br>
GROWTH POWERは、このマーケットプレイスを通じて、世界中で暮らす人々の無限の成長、無限の可能性、無限の繋がりを支える原動力になることを目的に皆様の売買をご支援しています。</p>										</div>
			</div><!--[/footer-column]-->
		</div><!--[/footer-column-set]-->

		<div id="footer">
			<div id="fnav">
				<div class="fnav-set fnav-set-taxonomy footer-pc-70">
					<h3><a href="/search">商品在庫検索</a></h3>
					<div class="fnav-link">
						<h4 class="fnav-taxonomytitle-010">
							<a href="https://growthpower.jp/Japanese/construction-machinery">建設機械</a>
						</h4>
						<ul>
							<li>

								<a href="https://growthpower.jp/Japanese/mini-excavators">【中古】ミニユンボ（ミニ油圧ショベル）</a>
							</li>
							<li>
								<a href="https://growthpower.jp/Japanese/excavators">【中古】ユンボ（油圧ショベル）</a>
							</li>
							<li>
								<a href="https://growthpower.jp/Japanese/wheel-loaders">【中古】ホイールローダー（タイヤショベル）</a>
							</li>
							<li>
								<a href="https://growthpower.jp/Japanese/dozers">【中古】ブルドーザー</a>
							</li>
						</ul>
					</div>
					<div class="fnav-link">
						<h4 class="fnav-taxonomytitle-011 only_pc">
							　
						</h4>
						<ul>
							<li>
								<a href="https://growthpower.jp/Japanese/graders">【中古】グレーダー</a>
							</li>
							<li>
								<a href="https://growthpower.jp/Japanese/finishers">【中古】フィニッシャー</a>
							</li>
							<li>
								<a href="https://growthpower.jp/Japanese/crane">【中古】クレーン</a>
							</li>
							<li>
								<a href="https://growthpower.jp/Japanese/rollers">【中古】ロードローラー</a>
							</li>
						</ul>
					</div>
					<div class="fnav-link">
						<h4 class="fnav-taxonomytitle-012 only_pc">
							　
						</h4>
						<ul>
							<li>
								<a href="https://growthpower.jp/Japanese/hand-roller">【中古】ハンドローラー</a>
							</li>
							<li>
								<a href="https://growthpower.jp/Japanese/forklifts">【中古】フォークリフト</a>
							</li>
							<li style="">
								<a href="https://growthpower.jp/Japanese/attachments">【中古】建機アタッチメント</a>
							</li>

						</ul>
					</div>
					<div class="fnav-link footer-pc-25">
						<h4 class="fnav-taxonomytitle-012">
								<a href="https://growthpower.jp/Japanese/vehicle">車両</a>
						</h4>
						<ul>
							<li>
								<a href="https://growthpower.jp/Japanese/aerial-platform-truck">【中古】高所作業車</a>
							</li>
							<li>
								<a href="https://growthpower.jp/Japanese/trucks">【中古】トラック</a>
							</li>
							<li style="">
								<a href="https://growthpower.jp/Japanese/dumps">【中古】ダンプ</a>
							</li>
						</ul>
					</div>

				</div><!--[/fnav-set-taxonomy]-->




				<div class="fnav-set fnav-set-taxonomy">
					<h3><span>GROWTH POWERについて</span></h3>
					<div class="fnav-link footer-pc-50">
						<ul>
							<li class="only_pc"><a href="https://growthpower.jp/Japanese/how-to-buy" rel="nofollow">初めてご利用の方へ</a></li>
							<li><a href="https://growthpower.jp/Japanese/company" rel="nofollow">運営会社</a></li>
							<li><a href="https://growthpower.jp/Japanese/terms" rel="nofollow">利用規約</a></li>
							<li><a href="https://growthpower.jp/Japanese/privacy-policy" rel="nofollow">プライバシーポリシー</a></li>
							<li class="only_sp"><a href="https://growthpower.jp/Japanese/faq" rel="nofollow">よくあるご質問</a></li>
						</ul>

					</div>
					<div class="fnav-link footer-pc-50">
						<ul>
							<li class="only_pc"><a href="https://growthpower.jp/Japanese/faq" rel="nofollow">よくあるご質問</a></li>
							<li><a href="https://growthpower.jp/Japanese/contact/growthpower" rel="nofollow">お問い合わせ</a></li>
							<li class="only_pc"><a href="https://growthpower.jp/Japanese/user/register" rel="nofollow">無料バイヤー登録</a></li>
							<li class="only_pc"><a href="https://growthpower.jp/Japanese/how-to-seller" rel="nofollow">出品者の方へ</a></li>
						</ul>
					</div><!--[/fnav-link]-->
				</div><!--[/fnav-set-other]-->
			</div><!--[/fnav]-->

			<div id="footer-bottom">
				<div id="footer-bottom-set">
					<div id="footer-bottom-approval"><span>古物営業法に基づく表示</span><span>株式会社GROWTH POWER</span><span>東京都公安委員会　第307791705164号</span></div>
					<div id="footer-bottom-copyright">
						<span>&copy; Copyright 2017 - 2026 Growth Power </span><span>All rights reserved</span>
					</div>
					<div id="footer-sns-set">
						<div id="gnav-sns-set">
	<div class="gnav-sns gnav-sns-facebook"><a href="https://www.facebook.com/Growth-Power-439204016424925/" target="_blank"><img src="/assets/img/sns_facebook.png" srcset="/assets/img/sns_facebook_2x.png" alt="facebook"></a></div>
	<div class="gnav-sns gnav-sns-twitter"><a href="https://twitter.com/GROWTHPOWER_JP" target="_blank"><img src="/assets/img/sns_twitter.png" srcset="/assets/img/sns_twitter_2x.png" alt="facebook"></a></div>
	<div class="gnav-sns gnav-sns-instagram"><a href="https://www.instagram.com/growthpower_japan/" target="_blank"><img src="/assets/img/sns_instagram.png" srcset="/assets/img/sns_instagram_2x.png" alt="facebook"></a></div>
</div><!--[/gnav-sns-set]-->
					</div><!--[/gnav-sns-set]-->
				</div><!--[/footer-bottom-set]-->
			</div><!--[/footer-bottom]-->
		</div><!--[/footer]-->
	</footer>
<div id="sp-search">
	<form action="https://growthpower.jp/Japanese/search" method="get" name="">
		<input type="text" name="keyword" value="" placeholder="型式名で検索">
	</form>
</div>

<div class="footer-freedial footer-freedial-pc-hide">

	<div class="footer-freedial-inner">
		<a href="tel:0120954512"><img src="/assets/img/freedial_gp_sp_1x.webp" srcset="/assets/img/freedial_gp_sp_2x.webp" width="380" height="80" alt="フリーダイヤル 日本全国対応 0120-954512"></a>
	</div>
</div>
</div><!--[/sb-site]-->

</body>
</html>
