<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<title>企業ログイン | 評価コンパス</title>

	<link href="/css/client/bootstrap.min.css" rel="stylesheet">
	<link href="/font-awesome/css/font-awesome.css" rel="stylesheet">

	<link href="/css/client/animate.css" rel="stylesheet">
	<link href="/css/client/style.css" rel="stylesheet">
</head>

<body class="gray-bg">

<div class="middle-box text-center loginscreen animated fadeInDown">
	<div>
		<div>
						<h1 class="logo-name"
				style="background: url('/img/icon_logo_login_002.png') no-repeat; background-size: 200px 268px; background-position: 50px; height: 268px; margin-top:0px; margin-bottom:20px; text-indent:100%; overflow:hidden; white-space:nowrap;">
				評価コンパス</h1>
		</div>
				
		<p>メールアドレスとパスワードを入力し、ログインをクリックしてください。</p>

						
				
				
		<form action="https://hcompass.net/c/login" id="form" class="m-t" role="form" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/><input type="hidden" name="data[_Token][key]" value="c3a6be968d1500268455338d9d3e460a0cdf5d39" id="Token1589596600"/></div>		<input type="hidden" name="data[Employee][code]" value="" id="EmployeeCode"/>		<div class="form-group">
			<input name="data[Employee][mail]" placeholder="Email" class="form-control" id="mail" maxlength="200" autocomplete="off" type="text"/>		</div>
		<div class="form-group">
			<input name="data[Employee][password]" placeholder="Password" class="form-control" id="password" maxlength="200" autocomplete="off" type="password"/>		</div>
		<div class="form-group text-left">
			<input type="hidden" name="retention_login" id="retention-login_" value="0"/><input type="checkbox" name="retention_login" id="retention-login" checked="checked" style="  position: relative; margin: 0 5px;" value="1"/><label for="retention-login">ログインを維持</label>			<a href="javascript:void(0);" data-container="body" data-toggle="popover" data-placement="right"
			   data-content="チェックを入れることで、ログイン状態を3日間保持します。<br>パソコンを複数人で共有している場合はチェックを外してください。"
			   data-original-title="ログインを維持"><span><i class="fa fa-question-circle" aria-hidden="true"
													  style="font-size:14px;">&nbsp;</i></span></a>
		</div>
		<button type="submit" class="btn btn-primary block full-width m-b">ログイン</button>
		<a href="/c/nopasswd">
			<small>パスワードを忘れた方</small>
		</a>

		<div style="display:none;"><input type="hidden" name="data[_Token][fields]" value="e114ed8c55a3be960ce14f0b97657fec16e05bf0%3AEmployee.code" id="TokenFields1583957260"/><input type="hidden" name="data[_Token][unlocked]" value="" id="TokenUnlocked1593067335"/></div></form>		<p class="m-t">
			<small>Fournotes Inc. &copy; 2026</small>
		</p>
	</div>
</div>

<!-- Mainly scripts -->
<script src="/js/client/jquery-2.1.1.js"></script>
<script src="/js/client/bootstrap.min.js"></script>
<script src="/js/client/common.js"></script>
<script>
	$(function () {
		$('[data-toggle="popover"]').popover({
			html: true
		});
	});
</script>
</body>

</html>
