Proxy Request 339fe7b3-3596-4958-b9c1-d01f6a613542

Parent Attack ead1debf-9d2e-4036-945d-b6d7bdc1bc8f
Date 2020-09-27 12:06:32PM
URL
celm-cn.com/
Form Data []
Headers ["User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0", "Accept: text/html", "Connection: keep-alive"]
<!doctype html>
<html lang="ja">
<head>
	<link rel="profile" href="https://gmpg.org/xfn/11">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="author" content="Celm Asia">
  <!-- <meta name="description" content="celm asia"> -->
  <meta name="viewport" content="width=device-width, initial-scale=1">
	<title>セルム上海 | 上海での人材開発、現地リーダー育成・組織基盤確立</title>
<link rel="alternate" hreflang="zh-hans" href="http://celm-cn.com/zh-hans/" />
<link rel="alternate" hreflang="ja" href="http://celm-cn.com/" />

<!-- All In One SEO Pack 3.6.2[321,366] -->
<meta name="description"  content="私たちは、お客様の課題に寄り添い、カスタマイズで人づくり・組織づくりを通じて、新たな経営・変革を支援します。" />

<script type="application/ld+json" class="aioseop-schema">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"http://celm-cn.com/#organization","url":"http://celm-cn.com/","name":"セルム上海","sameAs":[],"logo":{"@type":"ImageObject","@id":"http://celm-cn.com/#logo","url":"http://celm-cn.com/wp-content/uploads/2020/03/logo_celmshanghai-5.jpg","caption":""},"image":{"@id":"http://celm-cn.com/#logo"}},{"@type":"WebSite","@id":"http://celm-cn.com/#website","url":"http://celm-cn.com/","name":"セルム上海","publisher":{"@id":"http://celm-cn.com/#organization"},"potentialAction":{"@type":"SearchAction","target":"http://celm-cn.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"http://celm-cn.com#webpage","url":"http://celm-cn.com","inLanguage":"ja","name":"セルム上海","isPartOf":{"@id":"http://celm-cn.com/#website"},"breadcrumb":{"@id":"http://celm-cn.com#breadcrumblist"},"description":"上海での人材開発、現地リーダー育成・組織基盤確立","datePublished":"2019-04-29T09:01:11+00:00","dateModified":"2020-06-05T06:28:50+00:00","about":{"@id":"http://celm-cn.com/#organization"}},{"@type":"BreadcrumbList","@id":"http://celm-cn.com#breadcrumblist","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"http://celm-cn.com/","url":"http://celm-cn.com/","name":"セルム上海"}}]}]}</script>
<link rel="canonical" href="http://celm-cn.com/" />
<!-- All In One SEO Pack -->
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="セルム上海 &raquo; フィード" href="http://celm-cn.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="セルム上海 &raquo; コメントフィード" href="http://celm-cn.com/comments/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"wpemoji":"http:\/\/celm-cn.com\/wp-includes\/js\/wp-emoji.js?ver=5.4.2","twemoji":"http:\/\/celm-cn.com\/wp-includes\/js\/twemoji.js?ver=5.4.2"}};
			/**
 * @output wp-includes/js/wp-emoji-loader.js
 */

( function( window, document, settings ) {
	var src, ready, ii, tests;

	// Create a canvas element for testing native browser support of emoji.
	var canvas = document.createElement( 'canvas' );
	var context = canvas.getContext && canvas.getContext( '2d' );

	/**
	 * Checks if two sets of Emoji characters render the same visually.
	 *
	 * @since 4.9.0
	 *
	 * @private
	 *
	 * @param {number[]} set1 Set of Emoji character codes.
	 * @param {number[]} set2 Set of Emoji character codes.
	 *
	 * @return {boolean} True if the two sets render the same.
	 */
	function emojiSetsRenderIdentically( set1, set2 ) {
		var stringFromCharCode = String.fromCharCode;

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );
		context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 );
		var rendered1 = canvas.toDataURL();

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );
		context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 );
		var rendered2 = canvas.toDataURL();

		return rendered1 === rendered2;
	}

	/**
	 * Detects if the browser supports rendering emoji or flag emoji.
	 *
	 * Flag emoji are a single glyph made of two characters, so some browsers
	 * (notably, Firefox OS X) don't support them.
	 *
	 * @since 4.2.0
	 *
	 * @private
	 *
	 * @param {string} type Whether to test for support of "flag" or "emoji".
	 *
	 * @return {boolean} True if the browser can render emoji, false if it cannot.
	 */
	function browserSupportsEmoji( type ) {
		var isIdentical;

		if ( ! context || ! context.fillText ) {
			return false;
		}

		/*
		 * Chrome on OS X added native emoji rendering in M41. Unfortunately,
		 * it doesn't work when the font is bolder than 500 weight. So, we
		 * check for bold rendering support to avoid invisible emoji in Chrome.
		 */
		context.textBaseline = 'top';
		context.font = '600 32px Arial';

		switch ( type ) {
			case 'flag':
				/*
				 * Test for Transgender flag compatibility. This flag is shortlisted for the Emoji 13 spec,
				 * but has landed in Twemoji early, so we can add support for it, too.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (white flag emoji + transgender symbol).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 0x1F3F3, 0xFE0F, 0x200D, 0x26A7, 0xFE0F ],
					[ 0x1F3F3, 0xFE0F, 0x200B, 0x26A7, 0xFE0F ]
				);

				if ( isIdentical ) {
					return false;
				}

				/*
				 * Test for UN flag compatibility. This is the least supported of the letter locale flags,
				 * so gives us an easy test for full support.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly ([U] + [N]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 0xD83C, 0xDDFA, 0xD83C, 0xDDF3 ],
					[ 0xD83C, 0xDDFA, 0x200B, 0xD83C, 0xDDF3 ]
				);

				if ( isIdentical ) {
					return false;
				}

				/*
				 * Test for English flag compatibility. England is a country in the United Kingdom, it
				 * does not have a two letter locale code but rather an five letter sub-division code.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 0xD83C, 0xDFF4, 0xDB40, 0xDC67, 0xDB40, 0xDC62, 0xDB40, 0xDC65, 0xDB40, 0xDC6E, 0xDB40, 0xDC67, 0xDB40, 0xDC7F ],
					[ 0xD83C, 0xDFF4, 0x200B, 0xDB40, 0xDC67, 0x200B, 0xDB40, 0xDC62, 0x200B, 0xDB40, 0xDC65, 0x200B, 0xDB40, 0xDC6E, 0x200B, 0xDB40, 0xDC67, 0x200B, 0xDB40, 0xDC7F ]
				);

				return ! isIdentical;
			case 'emoji':
				/*
				 * Love is love.
				 *
				 * To test for Emoji 12 support, try to render a new emoji: men holding hands, with different skin
				 * tone modifiers.
				 *
				 * When updating this test for future Emoji releases, ensure that individual emoji that make up the
				 * sequence come from older emoji standards.
				 */
				isIdentical = emojiSetsRenderIdentically(
					[0xD83D, 0xDC68, 0xD83C, 0xDFFE, 0x200D, 0xD83E, 0xDD1D, 0x200D, 0xD83D, 0xDC68, 0xD83C, 0xDFFC],
					[0xD83D, 0xDC68, 0xD83C, 0xDFFE, 0x200B, 0xD83E, 0xDD1D, 0x200B, 0xD83D, 0xDC68, 0xD83C, 0xDFFC]
				);

				return ! isIdentical;
		}

		return false;
	}

	/**
	 * Adds a script to the head of the document.
	 *
	 * @ignore
	 *
	 * @since 4.2.0
	 *
	 * @param {Object} src The url where the script is located.
	 * @return {void}
	 */
	function addScript( src ) {
		var script = document.createElement( 'script' );

		script.src = src;
		script.defer = script.type = 'text/javascript';
		document.getElementsByTagName( 'head' )[0].appendChild( script );
	}

	tests = Array( 'flag', 'emoji' );

	settings.supports = {
		everything: true,
		everythingExceptFlag: true
	};

	/*
	 * Tests the browser support for flag emojis and other emojis, and adjusts the
	 * support settings accordingly.
	 */
	for( ii = 0; ii < tests.length; ii++ ) {
		settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] );

		settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ];

		if ( 'flag' !== tests[ ii ] ) {
			settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ];
		}
	}

	settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag;

	// Sets DOMReady to false and assigns a ready function to settings.
	settings.DOMReady = false;
	settings.readyCallback = function() {
		settings.DOMReady = true;
	};

	// When the browser can not render everything we need to load a polyfill.
	if ( ! settings.supports.everything ) {
		ready = function() {
			settings.readyCallback();
		};

		/*
		 * Cross-browser version of adding a dom ready event.
		 */
		if ( document.addEventListener ) {
			document.addEventListener( 'DOMContentLoaded', ready, false );
			window.addEventListener( 'load', ready, false );
		} else {
			window.attachEvent( 'onload', ready );
			document.attachEvent( 'onreadystatechange', function() {
				if ( 'complete' === document.readyState ) {
					settings.readyCallback();
				}
			} );
		}

		src = settings.source || {};

		if ( src.concatemoji ) {
			addScript( src.concatemoji );
		} else if ( src.wpemoji && src.twemoji ) {
			addScript( src.twemoji );
			addScript( src.wpemoji );
		}
	}

} )( window, document, window._wpemojiSettings );
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='wp-block-library-css'  href='http://celm-cn.com/wp-includes/css/dist/block-library/style.css?ver=5.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='wpml-tm-admin-bar-css'  href='http://celm-cn.com/wp-content/plugins/wpml-translation-management/res/css/admin-bar-style.css?ver=2.9.8' type='text/css' media='all' />
<link rel='stylesheet' id='celm-styles-css-css'  href='http://celm-cn.com/wp-content/themes/celm/dist/styles.css?ver=5342343' type='text/css' media='all' />
<link rel='stylesheet' id='celm-main-css-css'  href='http://celm-cn.com/wp-content/themes/celm/dist/main.css?ver=5342343' type='text/css' media='all' />
<link rel='stylesheet' id='celm-index-css-css'  href='http://celm-cn.com/wp-content/themes/celm/dist/index.css?ver=5342343' type='text/css' media='all' />
<link rel='stylesheet' id='celm-aboutus-css-css'  href='http://celm-cn.com/wp-content/themes/celm/dist/aboutus.css?ver=5342343' type='text/css' media='all' />
<link rel='stylesheet' id='celm-interview-css-css'  href='http://celm-cn.com/wp-content/themes/celm/dist/interview.css?ver=5342343' type='text/css' media='all' />
<link rel='stylesheet' id='celm-news-css-css'  href='http://celm-cn.com/wp-content/themes/celm/dist/news.css?ver=5342343' type='text/css' media='all' />
<link rel='stylesheet' id='celm-policy-css-css'  href='http://celm-cn.com/wp-content/themes/celm/dist/policy.css?ver=5342343' type='text/css' media='all' />
<link rel='stylesheet' id='celm-declaration-css-css'  href='http://celm-cn.com/wp-content/themes/celm/dist/declaration.css?ver=5342343' type='text/css' media='all' />
<link rel='stylesheet' id='celm-contactus-css-css'  href='http://celm-cn.com/wp-content/themes/celm/dist/contactus.css?ver=5342343' type='text/css' media='all' />
<link rel='stylesheet' id='celm-solutions-css-css'  href='http://celm-cn.com/wp-content/themes/celm/dist/solutions.css?ver=5342343' type='text/css' media='all' />
<link rel='stylesheet' id='celm-style-css'  href='http://celm-cn.com/wp-content/themes/celm/style.css?ver=5.4.2' type='text/css' media='all' />
<script type='text/javascript' src='http://celm-cn.com/wp-content/themes/celm/dist/main.bundle.js?ver=5342343'></script>
<link rel='https://api.w.org/' href='http://celm-cn.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://celm-cn.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://celm-cn.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.4.2" />
<link rel='shortlink' href='http://celm-cn.com/' />
<link rel="alternate" type="application/json+oembed" href="http://celm-cn.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fcelm-cn.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="http://celm-cn.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fcelm-cn.com%2F&#038;format=xml" />
<meta name="generator" content="WPML ver:4.3.15 stt:59,65;" />
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link rel="icon" href="http://celm-cn.com/wp-content/uploads/2019/07/cropped-Screenshot-2019-07-18-at-8.53.24-PM-1-32x32.png" sizes="32x32" />
<link rel="icon" href="http://celm-cn.com/wp-content/uploads/2019/07/cropped-Screenshot-2019-07-18-at-8.53.24-PM-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="http://celm-cn.com/wp-content/uploads/2019/07/cropped-Screenshot-2019-07-18-at-8.53.24-PM-1-180x180.png" />
<meta name="msapplication-TileImage" content="http://celm-cn.com/wp-content/uploads/2019/07/cropped-Screenshot-2019-07-18-at-8.53.24-PM-1-270x270.png" />
  
	<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-140664516-2"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-140664516-2');
</script>
	<script>
		var baseUrl = 'http://celm-cn.com/wp-content/themes/celm/dist/images/';
	</script>
	
<style>
  @import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,700,800);
</style>

</head>

<body class="home page-template-default page page-id-4658 wp-custom-logo" >
	<main class="main">
		<header class="header">
		    <nav class="navbar navbar-expand-lg">
		        <a class="navbar-brand" href="http://celm-cn.com">
		        		        <img src="http://celm-cn.com/wp-content/uploads/2020/03/logo_celmshanghai-5.jpg" alt="セルム上海">
		        		        </a>
		        <button class="navbar-toggler collapsed" type="button" id="ham" data-toggle="collapse" data-target="#navbarMainmenu" aria-controls="navbarMainmenu" aria-expanded="false" aria-label="Toggle navigation">
		            <span class="icon-menu"></span>
		            <span class="icon-close"></span>
		        </button>
		        <div class="navbar-dropdown">
				      <div class="d-none d-lg-inline-block dropdown">
				        <button class="btn btn-transparent dropdown-toggle" type="button" id="drpList" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
				          セルムグループ				        </button>
				        <div class="dropdown-menu" aria-labelledby="drpList">
				        <a target="_blank" rel="noopener noreferrer" href="http://www.celm.co.jp/" class=" dropdown-item">株式会社セルム <span class="icon-icon_external_link"></span></a>
<a target="_blank" rel="noopener noreferrer" href="http://www.firstcareer.co.jp/" class=" dropdown-item">株式会社ファーストキャリア <span class="icon-icon_external_link"></span></a>
<a target="_blank" rel="noopener noreferrer" href="https://www.celm-asia.com/" class=" dropdown-item">CELM ASIA Pte. Ltd. <span class="icon-icon_external_link"></span></a>
<a target="_blank" rel="noopener noreferrer" href="https://www.sevencolors.co.jp/" class=" dropdown-item">株式会社NANAIRO <span class="icon-icon_external_link"></span></a>
<a target="_blank" rel="noopener noreferrer" href="https://www.risejapan.com/" class=" dropdown-item">RISE Japan 株式会社 <span class="icon-icon_external_link"></span></a>
				        </div>
				      </div>

				      <div class="navbar-lang">
				        <div class="navbar-lang__wrap">&nbsp;
				          <!-- <img class="navbar-lang__language" src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-globe-1.png" alt="language switcher"> <span class="navbar-lang__text">JP</span> -->
				        </div>
				      </div>
				
				      <div class="navbar-lang">
					      <div class="dropdown">
					        <button class="btn btn-transparent dropdown-toggle" type="button" id="drpList" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
					          
				          		<img class="navbar-lang__language" src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-globe-1.png" alt="language switcher"> <span class="navbar-lang__text" style="text-transform: uppercase;">日本語</span>
					        </button>
					        <div class="dropdown-menu" aria-labelledby="drpList" style="left: 0 !important;right: 0 !important;">
					        <a href="http://celm-cn.com/zh-hans/" class=" dropdown-item"><img src="http://celm-cn.com/wp-content/uploads/flags/zh-hans.png" height="12" alt="zh-hans" width="18" style="margin-right:7px;" /> <span class="icl_lang_sel_current icl_lang_sel_native">中文</span></a><li class=" dropdown-item"><img src="http://celm-cn.com/wp-content/uploads/flags/jp.png" height="12" alt="jp" width="18" style="margin-right:7px;" /> <span class="icl_lang_sel_current icl_lang_sel_native">日本語</span></li>					        </div>
					      </div>
				      </div>

				    </div>
				
		        <div class="collapse navbar-collapse" id="navbarMainmenu">
		        	<ul id="menu-main-menu-english-japan" class="navbar-nav ml-auto"><li id="nav-menu-item-3767" class="main-menu-item navbar-nav__item nav-item   menu-item-even menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children  dropdown nav--expand"><a href="http://celm-cn.com/%e4%ba%8b%e6%a5%ad%e5%86%85%e5%ae%b9/" class="main-menu-link nav-link navbar-nav__link navbar-nav__dropdown ">事業内容</a>
<ul class="sub-menu submenu nav-expand-content navbarDrp-1 menu-odd  menu-depth-1">
	<li id="nav-menu-item-3768" class="sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 d-block d-lg-none first menu-item menu-item-type-custom menu-item-object-custom "><a href="#" class="sub-menu-link submenu__link  nav-back-link"><img src="http://celm-cn.com/wp-content/uploads/2019/04/icon-light-left-blue-long-arrow.png" alt="">BACK</a></li>
	<li id="nav-menu-item-3769" class="sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page "><a href="http://celm-cn.com/consulting-service/" class="sub-menu-link submenu__link  ">組織開発・人材開発 コンサルティングサービス</a></li>
	<li id="nav-menu-item-3770" class="sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page "><a href="http://celm-cn.com/corporate-training/" class="sub-menu-link submenu__link  ">コーポレート・トレーニング</a></li>
	<li id="nav-menu-item-3771" class="sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page "><a href="http://celm-cn.com/assessment-survey/" class="sub-menu-link submenu__link  ">アセスメント/ サーベイ</a></li>
	<li id="nav-menu-item-3772" class="sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page "><a href="http://celm-cn.com/coaching/" class="sub-menu-link submenu__link  ">コーチング</a></li>
</ul>
</li>
<li id="nav-menu-item-3773" class="main-menu-item navbar-nav__item nav-item   menu-item-even menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page "><a href="http://celm-cn.com/customer-voice/" class="main-menu-link nav-link navbar-nav__link  ">お客様インタビュー</a></li>
<li id="nav-menu-item-3774" class="main-menu-item navbar-nav__item nav-item   menu-item-even menu-item-depth-0 menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children  dropdown nav--expand"><a href="#" class="main-menu-link nav-link navbar-nav__link navbar-nav__dropdown ">会社情報</a>
<ul class="sub-menu submenu nav-expand-content navbarDrp-2 menu-odd  menu-depth-1">
	<li id="nav-menu-item-3775" class="sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 d-block d-lg-none first menu-item menu-item-type-custom menu-item-object-custom "><a href="#" class="sub-menu-link submenu__link  nav-back-link"><img src="http://celm-cn.com/wp-content/uploads/2019/04/icon-light-left-blue-long-arrow.png" alt="">BACK</a></li>
	<li id="nav-menu-item-3776" class="sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page "><a href="http://celm-cn.com/vision/" class="sub-menu-link submenu__link  ">ビジョン・経営理念</a></li>
	<li id="nav-menu-item-3777" class="sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page "><a href="http://celm-cn.com/company/" class="sub-menu-link submenu__link  ">会社概要</a></li>
</ul>
</li>
<li id="nav-menu-item-3778" class="main-menu-item navbar-nav__item nav-item   menu-item-even menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page "><a href="http://celm-cn.com/news-seminar/" class="main-menu-link nav-link navbar-nav__link  ">ニュース・セミナー</a></li>
<li class="main-menu-item navbar-nav__item nav-item   menu-item-even menu-item-depth-0 d-block d-lg-none menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children  dropdown nav--expand"><a href="#" class="main-menu-link nav-link navbar-nav__link navbar-nav__dropdown">セルムグループ</a><ul class="sub-menu submenu nav-expand-content navbarDrp-3 menu-odd menu-depth-1">
                <li id="nav-menu-item-144" class="sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 d-block d-lg-none first menu-item menu-item-type-custom menu-item-object-custom"><a href="#" class="sub-menu-link submenu__link  nav-back-link"><img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-light-left-blue-long-arrow.png" alt="">BACK</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3784 sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" rel="noopener noreferrer" href="http://www.celm.co.jp/" class=" sub-menu-link submenu__link ">株式会社セルム <span class="submenu__icon icon-icon_external_link"></span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3785 sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" rel="noopener noreferrer" href="http://www.firstcareer.co.jp/" class=" sub-menu-link submenu__link ">株式会社ファーストキャリア <span class="submenu__icon icon-icon_external_link"></span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3786 sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" rel="noopener noreferrer" href="https://www.celm-asia.com/" class=" sub-menu-link submenu__link ">CELM ASIA Pte. Ltd. <span class="submenu__icon icon-icon_external_link"></span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3787 sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" rel="noopener noreferrer" href="https://www.sevencolors.co.jp/" class=" sub-menu-link submenu__link ">株式会社NANAIRO <span class="submenu__icon icon-icon_external_link"></span></a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3788 sub-menu-item submenu__item  menu-item-odd menu-item-depth-1 menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" rel="noopener noreferrer" href="https://www.risejapan.com/" class=" sub-menu-link submenu__link ">RISE Japan 株式会社 <span class="submenu__icon icon-icon_external_link"></span></a></li>
</ul></li></ul>		            
		            <form class="navbar-register">
		            			            	<a href="http://celm-cn.com/contact-us/" class="btn menu-link main-menu-link">お問い合わせ</a></li>
		                <!-- <a class="btn" href="#">お問い合わせ</a> -->
		            </form>
		        </div>
		    </nav>
		</header>
<section class="slider">
  <div class="slider__wrapper">
    <div class="slider__outer" style="background-image: url('http://celm-cn.com/wp-content/themes/celm/dist/images/homepage-slider-bg.jpg');">
      <div class="banner-slider">
                <div class="banner-slider__item">
          <div class="banner-slider__wrap">
            <figure class="banner-slider__photo">
              <img class="banner-slider__img d-none d-md-block" src="http://celm-cn.com/wp-content/uploads/2019/05/download-3-1.jpg" alt="Led by China" alt="Led by Asia">
              <img class="banner-slider__img d-block d-md-none" src="http://celm-cn.com/wp-content/uploads/2019/05/banner1mobile-1.jpg" alt="Led by China" alt="Led by Asia">
              <figcaption class="banner-slider__caption">
              <div class="container">
                <div class="row">
                  <div class="col-12 col-md-9 col-lg-10">
                                          
                        <h2 class="banner-slider__title  ">Led by China</h2>
                        <h3 class="banner-slider__subtitle   ">多様性あふれる中国から<span class="d-block">世界を変える</span>  <span class="d-block d-lg-inline">リーダーと組織を生み出す</span></h3>
                                                          </div>
                </div>
              </div>
              </figcaption>
            </figure>
          </div>
        </div>
                <div class="banner-slider__item">
          <div class="banner-slider__wrap">
            <figure class="banner-slider__photo">
              <img class="banner-slider__img d-none d-md-block" src="http://celm-cn.com/wp-content/uploads/2019/05/banner2.jpg" alt="Led by China" alt="Led by Asia">
              <img class="banner-slider__img d-block d-md-none" src="http://celm-cn.com/wp-content/uploads/2019/05/mobile2.jpg" alt="Led by China" alt="Led by Asia">
              <figcaption class="banner-slider__caption">
              <div class="container">
                <div class="row">
                  <div class="col-12 col-md-9 col-lg-10">
                                          
                        <h2 class="banner-slider__title  ">Led by China</h2>
                        <h3 class="banner-slider__subtitle   ">多様性あふれる中国から<span class="d-block">世界を変える</span>  <span class="d-block d-lg-inline">リーダーと組織を生み出す</span></h3>
                                                          </div>
                </div>
              </div>
              </figcaption>
            </figure>
          </div>
        </div>
                <div class="banner-slider__item">
          <div class="banner-slider__wrap">
            <figure class="banner-slider__photo">
              <img class="banner-slider__img d-none d-md-block" src="http://celm-cn.com/wp-content/uploads/2019/05/homepage-slider-4.jpg" alt="Led by China" alt="Led by Asia">
              <img class="banner-slider__img d-block d-md-none" src="http://celm-cn.com/wp-content/uploads/2019/05/homepage-slider-mobile-4.jpg" alt="Led by China" alt="Led by Asia">
              <figcaption class="banner-slider__caption">
              <div class="container">
                <div class="row">
                  <div class="col-12 col-md-9 col-lg-10">
                                          
                        <h2 class="banner-slider__title banner-slider__title--white ">Led by China</h2>
                        <h3 class="banner-slider__subtitle banner-slider__subtitle--white  "><span style="color:#fff;">多様性あふれる中国から<span class="d-block">世界を変える</span>  <span class="d-block d-lg-inline">リーダーと組織を生み出す</span></span></h3>
                                                          </div>
                </div>
              </div>
              </figcaption>
            </figure>
          </div>
        </div>
        
        
      </div>
    </div>
  </div>
  <a class="slider__scroll" href="javascript:void(0);">
    <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-scroll.png" alt="">
    <span class="link">SCROLL</span>
  </a>
</section>


<section class="whatwedo" id="what-we-do">
  <div class="whatwedo__wrapper">
    <div class="container">
      <div class="row align-items-center">
        <div class="col-12 col-md-6 col-lg-6 wow fadeInUp order-2 order-md-1">
          <figure class="whatwedo__figure">
            <img class="box-shadow" src="http://celm-cn.com/wp-content/uploads/2019/05/photo-index-what-we-do-2.jpg" alt="WHAT WE DO">
          </figure>
        </div>
        <div class="col-12 col-md-5 col-lg-5 wow fadeInRight whatwedo__row order-1 order-md-2">
          <h2 class="whatwedo__title title-ex title-ex--style-1">WHAT WE DO</h2>
                    <h4 class="whatwedo__title mb-4 mb-md-3 title-l title-l--darkblue-15">私たちについて</h4>
                              <p class="whatwedo__excerpt text-d text-d--lightgray-15">私たちは、お客様の課題に寄り添い、カスタマイズで人づくり・組織づくりを通じて、新たな経営・変革を支援します。</p>
                  </div>
      </div>
    </div>
  </div>
</section>

<section class="why-celm section-container mb-5" id="why-celm">
  <div class="why-celm__wrapper">
    <div class="why-celm__inside">
      <div class="container">
        <div class="row align-items-center mb-3 mb-lg-5">
          <div class="col-12 wow fadeInUp text-center">
            <h2 class="why-celm__title title-r title-r--white-36">WHY CELM?</h2>
                        <p class="why-celm__excerpt text-d text-d--white-15">セルムが選ばれる理由</p>
                      </div>
        </div>
                <div class="row align-items-center">
                    <div class="col-6 col-md-3 px-md-0 text-center why-celm__item">
            <h4 class="why-celm__heading text-d text-d--white-14">累計受講者数</h4>
            <p class="why-celm__number"><span id="whycelm_0">13200 </span> <span class="why-celm__unit">名</span></p>           
          </div>
          <script>
          var whycelm_0 = '13200';
          </script>
                    <div class="col-6 col-md-3 px-md-0 text-center why-celm__item">
            <h4 class="why-celm__heading text-d text-d--white-14">お取引企業</h4>
            <p class="why-celm__number"><span id="whycelm_1">150 </span> <span class="why-celm__unit">社</span></p>           
          </div>
          <script>
          var whycelm_1 = '150';
          </script>
                    <div class="col-6 col-md-3 px-md-0 text-center why-celm__item">
            <h4 class="why-celm__heading text-d text-d--white-14">テーラーメイド研修</h4>
            <p class="why-celm__number"><span id="whycelm_2">650 </span> <span class="why-celm__unit">件</span></p>           
          </div>
          <script>
          var whycelm_2 = '650';
          </script>
                    <div class="col-6 col-md-3 px-md-0 text-center why-celm__item">
            <h4 class="why-celm__heading text-d text-d--white-14">パートナーコンサルティング ネットワーク</h4>
            <p class="why-celm__number"><span id="whycelm_3">150 </span> <span class="why-celm__unit">名</span></p>           
          </div>
          <script>
          var whycelm_3 = '150';
          </script>
                    
                    <p class="why-celm__context">※2018年時点、アジアオールの実績</p>
          
                    <a href="http://celm-cn.com/jp/vision/"  class="why-celm__btn btn btn-gradient-1">VIEW ABOUT US            <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-white-long-arrow.svg" alt="">
          </a>
                  </div>
            </div>
    </div>
  </div>
</section>
<style type="text/css">
  .btn-gradient-1:hover {
    color: hsla(0,0%,100%,.8);
    transition: color .4s ease .1s;
  }
</style>

<section class="solutions section-container" id="solutions">
  <div class="wrapper">
    <div class="container">
      <div class="row align-items-center">
        <div class="col-12 wow fadeInUp text-center">
          <h2 class="solutions__title title-ex title-ex--style-1-mod">SOLUTIONS</h2>
                    <h4 class="solutions__subtitle title-l title-l--darkblue-15">事業内容</h4>
                              <p class="solutions__excerpt text-d text-d--lightgray-15">セルムは、以下のソリューションを組み合わせ、お客様の状況に合わせた
企画・実行支援を通じ、企業のパフォーマンス向上に貢献します。</p>
                  </div>
      </div>
    </div>
                <div class="contain-fuild">
      <div class="solution">
                <div class="solution__row">
          <div class="solution__wrap-info wow fadeInLeft">
            <div class="solution__infomation">
              <h2 class="solution__title title-r title-r--darkblue-28">組織開発・人材開発<br>コンサルティングサービス</h2>              
              <p class="solution__excerpt text-d text-d--lightgray-15">組織・人材の課題は、1社1社異なる固有のものです。個社の状況に寄り添い、お客様とともにどのように解決していくか、一番フィットする形でのコンサルティングサービスを企画し、提供します。</p>             
              <a href="http://celm-cn.com/consulting-service/" class="solution__btn btn btn-readmore">READ MORE<img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-blue-long-arrow.svg" class="darkblue" > <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-white-long-arrow.svg" class="white"></a>             
              <div class="solution__number">01</div>                
            </div>
          </div>
          

<div class="solution__wrap-photo wow fadeInRight">
<figure class="solution__figure">
<img class="solution__photo" src="http://celm-cn.com/wp-content/uploads/2019/05/home-solution-photo-1.jpg" alt="組織開発・人材開発<br>コンサルティングサービス">
</figure>
</div>        </div>
                        <div class="solution__row">
          <div class="solution__wrap-info wow fadeInLeft">
            <div class="solution__infomation">
              <h2 class="solution__title title-r title-r--darkblue-28">コーポレート・トレーニング</h2>              
              <p class="solution__excerpt text-d text-d--lightgray-15">セルムのトレーニングで重視しているのは、「気づき」と「実践」です。スキルのインプットにとどまらず、実際の現場で活用し、成果につなげていくことをゴールにトレーニングをデザインします。</p>             
              <a href="http://celm-cn.com/corporate-training/" class="solution__btn btn btn-readmore">READ MORE<img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-blue-long-arrow.svg" class="darkblue" > <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-white-long-arrow.svg" class="white"></a>             
              <div class="solution__number">02</div>                
            </div>
          </div>
          

<div class="solution__wrap-photo wow fadeInRight">
<figure class="solution__figure">
<img class="solution__photo" src="http://celm-cn.com/wp-content/uploads/2019/05/home-solution-photo-2-2.jpg" alt="コーポレート・トレーニング">
</figure>
</div>        </div>
                        <div class="solution__row">
          <div class="solution__wrap-info wow fadeInLeft">
            <div class="solution__infomation">
              <h2 class="solution__title title-r title-r--darkblue-28">アセスメント/サーベイ</h2>              
              <p class="solution__excerpt text-d text-d--lightgray-15">タレントの保有スキルやポテンシャルの「見える化」から、組織の隠れたリスクの発見まで、いかなるサーベイもカスタマイズで設計します。課題の明確化だけではなく、その後の対策につなげていくことを重要視しています。</p>             
              <a href="http://celm-cn.com/assessment-survey/" class="solution__btn btn btn-readmore">READ MORE<img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-blue-long-arrow.svg" class="darkblue" > <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-white-long-arrow.svg" class="white"></a>             
              <div class="solution__number">03</div>                
            </div>
          </div>
          

<div class="solution__wrap-photo wow fadeInRight">
<figure class="solution__figure">
<img class="solution__photo" src="http://celm-cn.com/wp-content/uploads/2019/05/home-solution-photo-3-2.jpg" alt="アセスメント/サーベイ">
</figure>
</div>        </div>
                        <div class="solution__row">
          <div class="solution__wrap-info wow fadeInLeft">
            <div class="solution__infomation">
              <h2 class="solution__title title-r title-r--darkblue-28">コーチング</h2>              
              <p class="solution__excerpt text-d text-d--lightgray-15">幹部・管理者向けのエグゼクティブコーチングから、戦略や会計などの専門分野に特化したパーソナルコーチングまで、いかなるご要望にもお応えいたします。</p>             
              <a href="http://celm-cn.com/coaching/" class="solution__btn btn btn-readmore">READ MORE<img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-blue-long-arrow.svg" class="darkblue" > <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-white-long-arrow.svg" class="white"></a>             
              <div class="solution__number">04</div>                
            </div>
          </div>
          

<div class="solution__wrap-photo wow fadeInRight">
<figure class="solution__figure">
<img class="solution__photo" src="http://celm-cn.com/wp-content/uploads/2019/05/home-solution-photo-4-2-1.jpg" alt="コーチング">
</figure>
</div>        </div>
                       
      </div>
    </div>
      </div>
</section>

<section class="interview section-container" id="interview">
  <div class="interview__wrapper">
    <div class="container">
      <div class="row align-items-center">
        <div class="col-12">
          <div class="interview__header wow fadeInUp">
            <div class="interview__overspend wow fadeInUp text-center">
              <h2 class="interview__title title-ex title-ex--style-1-mod">INTERVIEW</h2>
                          </div>
          </div>
        </div>
      </div>
      <div class="row mt-lg-3">
        <div class="col-12 px-3 px-md-0 px-lg-0">
                    <div class="owl-carousel owl-theme interview-slider">
            <div class="interview-slider__item wow slideInLeft"><figure class="interview-slider__figure"><a href="http://celm-cn.com/customer-voice/toto/"><img class="interview-slider__photo" src="http://celm-cn.com/wp-content/uploads/2020/03/東陶_03.jpg" alt="東陶(中国)有限公司 – TOTO WAYを大切にする リーダーと一緒に会社を成長させたい"></a><figcaption class="interview-slider__info"><p class="interview-slider__detail text-d title-r title-r--black-16"><a href="http://celm-cn.com/customer-voice/toto/">東陶(中国)有限公司 – TOTO WAYを大切にする リーダーと一緒に会社を成長させたい</a></p><p class="interview-slider__name text-d text-d--strongblue-12"><a href="http://celm-cn.com/customer-voice/toto/">東陶(中国)有限公司</a></p><a href="http://celm-cn.com/customer-voice/toto/"><img class="interview-slider__icon" src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-light-blue-long-arrow.svg" alt=""></a></figcaption></figure></div>            <div class="interview-slider__item wow slideInLeft"><figure class="interview-slider__figure"><a href="http://celm-cn.com/customer-voice/tokio-marine/"><img class="interview-slider__photo" src="http://celm-cn.com/wp-content/uploads/2020/03/marin-1のコピー-1.jpg" alt="東京海上日動火災保険(中国)有限公司 – 人事施策によって風土を変え、社員も企業も、さらにはお客様も幸せにする"></a><figcaption class="interview-slider__info"><p class="interview-slider__detail text-d title-r title-r--black-16"><a href="http://celm-cn.com/customer-voice/tokio-marine/">東京海上日動火災保険(中国)有限公司 – 人事施策によって風土を変え、社員も企業も、さらにはお客様も幸せにする</a></p><p class="interview-slider__name text-d text-d--strongblue-12"><a href="http://celm-cn.com/customer-voice/tokio-marine/">東京海上日動火災保険(中国)有限公司</a></p><a href="http://celm-cn.com/customer-voice/tokio-marine/"><img class="interview-slider__icon" src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-light-blue-long-arrow.svg" alt=""></a></figcaption></figure></div>                        
          </div>
                            </div>
      </div>
    </div>
  </div>
</section>

<section class="client">
  <div class="client__wrapper">
    <div class="client__box">
      <div class="container">
        <div class="row ">
          <div class="col-12">
            <h3 class="client__title title-l title-l--darkgray-16 wow fadeInUp">主要取引企業</h3>
          </div>
        </div>
                <div class="row mt-3 mt-lg-4 client-list justify-content-center">
          <div class="col-12 col-md-10">
            <div class="row justify-content-center">
                            <div class="col-6 col-md-3 client-list__item animated fadeIn">
                <div class="client-list__photo ">
                  <img class="client-list__logo" src="http://celm-cn.com/wp-content/uploads/2020/03/CASIO_白底蓝字(单个)-更新済み-01-1.png" alt="">
                </div>
              </div>
                            <div class="col-6 col-md-3 client-list__item animated fadeIn">
                <div class="client-list__photo ">
                  <img class="client-list__logo" src="http://celm-cn.com/wp-content/uploads/2019/05/logo_hitachi.jpg" alt="">
                </div>
              </div>
                            <div class="col-6 col-md-3 client-list__item animated fadeIn">
                <div class="client-list__photo ">
                  <img class="client-list__logo" src="http://celm-cn.com/wp-content/uploads/2019/05/Itochu.png" alt="">
                </div>
              </div>
                            <div class="col-6 col-md-3 client-list__item animated fadeIn">
                <div class="client-list__photo ">
                  <img class="client-list__logo" src="http://celm-cn.com/wp-content/uploads/2019/05/jtekt-logo-1.png" alt="">
                </div>
              </div>
                            <div class="col-6 col-md-3 client-list__item animated fadeIn">
                <div class="client-list__photo ">
                  <img class="client-list__logo" src="http://celm-cn.com/wp-content/uploads/2020/03/kyowa-kirin.jpg" alt="">
                </div>
              </div>
                            <div class="col-6 col-md-3 client-list__item animated fadeIn">
                <div class="client-list__photo ">
                  <img class="client-list__logo" src="http://celm-cn.com/wp-content/uploads/2020/03/SGLC.jpg" alt="">
                </div>
              </div>
                            <div class="col-6 col-md-3 client-list__item animated fadeIn">
                <div class="client-list__photo ">
                  <img class="client-list__logo" src="http://celm-cn.com/wp-content/uploads/2020/03/yuchai.jpg" alt="">
                </div>
              </div>
                          </div>
          </div>
        </div>
              </div>
    </div>
  </div>
</section>
<style type="text/css">
  .client-list__item:after, .client-list__item:before {
    height: 0 !important;
  }
  .client-list__item:hover {
    background: transparent !important;
    cursor: auto !important;
  }
</style>

<section class="news">
  <div class="news__wrapper">
    <div class="container">
      <div class="row">
        <div class="col-12 animated fadeInUp text-center">
          <h2 class="news__title title-ex title-ex--style-1-mod">NEWS</h2>
                  </div>
      </div>
                  <div class="row mt-3 mt-lg-4 news-list justify-content-center">
        <div class="col-12 col-md-10">
        <div class="col-12 news-list__item wow slideInLeft">
  <div class="row align-items-center no-gutters">
        <div class="news-list__flex1  col-md-4 col-lg-2 col-xl-2 mb-2 mb-lg-0">
      <span class="news-list__date text-d text-d--lightgray-16">
                        2020年9月27日              </span>
    </div>
        <div class="news-list__flex2 col-md-8 col-lg-2 col-xl-2 mb-2 mb-lg-0">
      <span class="news-list__category text-d text-d--white-13" style="background-color: #21349f">ニュース</span>
    </div>
    <div class="col-12 col-md-12 col-lg-8 col-xl-8">
      <span class="news-list__name text-d text-d--black-16"><a href="http://celm-cn.com/news/renewal/">コーポレートサイトをリニューアルしました。</a></span>
    </div>

  </div>
</div>
     
        </div>
      </div>
                        <a href="http://celm-cn.com/news-seminar/"  class="news-list__btn btn btn-readmore">VIEW ALL        <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-blue-long-arrow.svg" class="darkblue" alt="">
        <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-white-long-arrow.svg" class="white" alt="">
      </a>
          </div>
  </div>
</section>

<style type="text/css">
  .potential__wrapper:after{
    background-image: url('http://celm-cn.com/wp-content/uploads/2019/06/bg-potential-thumbnail-mo.jpg');
  }
  @media (min-width: 768px){
    .potential__wrapper:after{
      background-image: url('http://celm-cn.com/wp-content/uploads/2019/05/home-bg-tablet-potention.jpg');
    }
  }
  @media (min-width: 992px){
    .potential__wrapper:after{
      background-image: url('http://celm-cn.com/wp-content/uploads/2019/05/home-bg-potention.jpg');
    }
  }
</style>

<section class="potential" id="potential">
  <div class="potential__wrapper wow fadeInLeft" >
    <div class="potential__row">
      <div class="container">
        <div class="row">
          <div class="col-12 wow fadeInLeft" data-wow-duration="2s">
            <h2 class="potential__title title-r title-r--white-36">Activate Your Potential</h2>
                        <p class="potential__excerpt text-d text-d--white-20">可能性が動き出す</p>
                                    <div class="text-center">
              <a href="http://celm-cn.com/contact-us/" class="potential__btn btn btn-white">お問い合わせ                <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-blue-long-arrow.svg" class="darkblue" alt="">
                <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-white-long-arrow.svg" class="white" alt="">
              </a>
            </div>
                      </div>
        </div>
      </div>
    </div>    
  </div>
</section>

<section class="footer">
  <div class="footer__wrapper">
    <div class="container">
      <div class="row footer__info">
        <div class="col-2 col-md-4 col-lg-4">
          <a href="http://celm-cn.com">
                          <img src="http://celm-cn.com/wp-content/uploads/2020/04/リサイズ.jpg" class="footer__logo" alt="CELM ASIA">
                      </a>
        </div>
        <div class="col-8 col-md-4 col-lg-4">
          <h3 class="footer__heading title-m title-m--footerblue-14">事業内容</h3>
                      <ul class="footer__menu">
                              <li class="footer__list"><a href="http://celm-cn.com/consulting-service/" class="footer__link text-d text-d--lightgray-14">組織開発・人材開発 コンサルティングサービス</a></li>
                              <li class="footer__list"><a href="http://celm-cn.com/corporate-training/" class="footer__link text-d text-d--lightgray-14">コーポレート・トレーニング</a></li>
                              <li class="footer__list"><a href="http://celm-cn.com/assessment-survey/" class="footer__link text-d text-d--lightgray-14">アセスメント/ サーベイ</a></li>
                              <li class="footer__list"><a href="http://celm-cn.com/coaching/" class="footer__link text-d text-d--lightgray-14">コーチング</a></li>
                          </ul>
                    <div id="wrap-footer__copyright"></div>
        </div>
        <div class="col-2 col-md-4 col-lg-4 position-relative">
          <ul id="menu-footer-menu-english-japan" class="footer-nav"><li id="menu-item-3789" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3789 footer-nav__list b"><a href="http://celm-cn.com/customer-voice/" class=" footer-nav__link mb-4">お客様インタビュー</a></li>
<li id="menu-item-3790" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3790 footer-nav__list b"><a href="/company" class=" footer-nav__link mb-4">会社情報</a>
<ul class="sub-menu">
	<li id="menu-item-3791" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3791 footer-nav__list b"><a href="http://celm-cn.com/vision/" class=" footer-nav__link mb-4">ビジョン・経営理念</a></li>
	<li id="menu-item-3792" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3792 footer-nav__list b"><a href="http://celm-cn.com/company/" class=" footer-nav__link mb-4">会社概要</a></li>
</ul>
</li>
<li id="menu-item-3793" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3793 footer-nav__list b"><a href="http://celm-cn.com/news-seminar/" class=" footer-nav__link mb-4">ニュース・セミナー</a></li>
</ul>          <style type="text/css">
            .footer-nav .sub-menu li a {
              color: #666;
            }
            .footer-nav .sub-menu li a:hover {
              color: #262626;
            }
            .footer-nav .dropdown > a {
              pointer-events: none;
            }
            @media (min-width: 992px){
              .footer-nav .dropdown > a {
                  margin-bottom: 24px;
              }
            }
          </style>
          <a class="footer__pagetop" href="javascript:void(0);">PAGETOP <img src="http://celm-cn.com/wp-content/themes/celm/dist/images/icon-blue-long-arrow.svg" alt=""></a>
        </div>
      </div>
    </div>
  </div>
  <div class="footer__wrapper--copy">
    <div class="container">
      <div class="row">
                  <div class="col-12 col-md-12 col-lg-5 col-xl-5 order-2 order-md-2 order-lg-1">
            <p class="footer__copytext mb-0 text-d text-d--lightgray-14">&copy;Copyright CELM Shanghai Co., Ltd. (升励銘) All rights reserved</p>
          </div>
                          <div class="col-12 col-md-12 col-lg-7 order-1 order-md-1 order-lg-2 col-xl-7 d-none d-md-flex">
            <div id="footer__copyright">
              <ul class="footer__copyright">
                                  <li class="footer__copyright--list">
                    <a href="http://celm-cn.com/disclaimer/" class="footer__copyright--link">免責事項</a>
                  </li>
                                  <li class="footer__copyright--list">
                    <a href="http://celm-cn.com/privacy-policy/" class="footer__copyright--link">プライバシーポリシー</a>
                  </li>
                                  <li class="footer__copyright--list">
                    <a href="http://celm-cn.com/declaration/" class="footer__copyright--link">反社会的勢力排除宣言</a>
                  </li>
                              </ul>
            </div>
          </div>
              </div>
    </div>
  </div>
</section> <!-- Footer -->

</main>
<script type='text/javascript' src='http://celm-cn.com/wp-content/themes/celm/dist/styles.bundle.js?ver=5342343'></script>
<script type='text/javascript' src='http://celm-cn.com/wp-content/themes/celm/dist/index.bundle.js?ver=5342343'></script>
<script type='text/javascript' src='http://celm-cn.com/wp-content/themes/celm/dist/aboutus.bundle.js?ver=5342343'></script>
<script type='text/javascript' src='http://celm-cn.com/wp-content/themes/celm/dist/interview.bundle.js?ver=5342343'></script>
<script type='text/javascript' src='http://celm-cn.com/wp-content/themes/celm/dist/news.bundle.js?ver=5342343'></script>
<script type='text/javascript' src='http://celm-cn.com/wp-content/themes/celm/dist/policy.bundle.js?ver=5342343'></script>
<script type='text/javascript' src='http://celm-cn.com/wp-content/themes/celm/dist/declaration.bundle.js?ver=5342343'></script>
<script type='text/javascript' src='http://celm-cn.com/wp-content/themes/celm/dist/contactus.bundle.js?ver=5342343'></script>
<script type='text/javascript' src='http://celm-cn.com/wp-content/themes/celm/dist/solutions.bundle.js?ver=5342343'></script>
<script type='text/javascript' src='http://celm-cn.com/wp-includes/js/wp-embed.js?ver=5.4.2'></script>
</body>
</html>
© 2021 threat.gg