@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : company.css
 author     : Ability Consultant
 style info : コピー02
=================================================================== */
/* Font-family - Japanese01 */
/* Font-family - Japanese02 */
/* Font-family - English01 */
/* Font-family - English02 */
/* Font-family - English03 */
/* Opacity */
/* Hover animation */
/* Zoom in-Zoom out */
/* Chrome, Safari, Opera */
@-webkit-keyframes zoomin {
  from {
	-webkit-transform: scale(1.5, 1.5);
}

  to {
	-webkit-transform: scale(1, 1);
}
}

/* Standard syntax */
@keyframes zoomin {
  from {
	transform: scale(1.5, 1.5);
}

  to {
	transform: scale(1, 1);
}
}

@-webkit-keyframes zoomout {
  from {
	-webkit-transform: scale(1, 1);
}

  to {
	-webkit-transform: scale(1.5, 1.5);
}
}

/* Standard syntax */
@keyframes zoomout {
  from {
	transform: scale(1, 1);
}

  to {
	transform: scale(1.5, 1.5);
}
}

/* Zoom outホバー */
/* 白いボタン */
/* 英語日本のシンプル見出し */
/* 中見出し キャッチコピー*/
/* H2 TITLE */
/* 中見出し 黒だし*/
/* 中見出し 青みだし*/
/* 中見出し クエスチョン付タイトル*/
/* 中見出し・下にドットライン付き*/
/* 中見出し・下に黒いボーダー*/
/* 中見出し 下に黒の2pxのライン*/
/* 中見出し 左と下ボーダー付き*/
/* 中見出し 日本語と英語の文字＋下にドットのアンダーライン*/
/* グリーンボタン */
/* -----------------------------------------------------------
	メインイメージ
----------------------------------------------------------- */
.con_mainimg {
	background: url(../company/images/img_main.jpg) center 0 no-repeat #f4f5f9;
}

.con_mainimg .box_inner {
	height: 350px;
}

@media only screen and (max-width: 1024px) {
  .con_mainimg .box_inner {
	height: 300px;
}
}
@media only screen and (max-width: 640px) {
  .con_mainimg .box_inner {
	height: 240px;
}
}
@media only screen and (max-width: 480px) {
  .con_mainimg .box_inner {
	height: 170px;
}
}
.con_mainimg .box_inner .box_title {
	bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  .con_mainimg .box_inner .box_title {
	bottom: 40px;
}
}
@media only screen and (max-width: 640px) {
  .con_mainimg .box_inner .box_title {
	bottom: 20px;
}
}
.con_mainimg .box_inner .box_title .txt {
	font-size: 100%;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	max-width: 1140px;
	margin: 2em auto 3em;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
  .con_intro {
	padding: 0 10px;
}
}
.con_intro .st {
	margin-bottom: 1.5em;
}

/* -----------------------------------------------------------
	.con_status
----------------------------------------------------------- */
.con_status {
	max-width: 1140px;
	margin: 2em auto 0;
}

@media only screen and (max-width: 1024px) {
  .con_status {
	padding: 0 10px;
}
}
.con_status h3 {
	font-weight: normal;
	border-left: solid 2px #000;
	line-height: 1.4;
	padding-left: 10px;
	margin-bottom: 50px;
	position: relative;
	font-size: 154%;
	margin-bottom: 2em;
}

@media only screen and (max-width: 1024px) {
  .con_status h3 {
	font-size: 108%;
}
}
@media only screen and (max-width: 640px) {
  .con_status h3 {
	font-size: 77%;
}
}
.con_status h3:after {
	content: ' ';
	position: absolute;
	display: block;
	width: 100%;
	bottom: -10px;
	left: -5px;
	height: 1px;
	margin-top: 10px;
	line-height: 0;
	border-bottom: dotted 1px #000;
}

.con_status .tbl_secondary {
	font-size: 100%;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .con_status .tbl_secondary {
	text-align: center;
}
}
.con_status .tbl_secondary th {
	width: 15%;
	padding: 5px 10px;
}

.con_status .tbl_secondary td {
	width: 35%;
	padding: 5px 10px;
	overflow: hidden;
	vertical-align: middle;
}

.con_status .tbl_secondary td.name span {
	line-height: 3em;
}

.con_status .tbl_secondary td.name .btn {
	float: right;
}

@media only screen and (max-width: 640px) {
  .con_status .tbl_secondary td.name .btn {
	float: none;
}
}
.con_status .tbl_secondary td.name .btn a {
	padding: 0.8em;
	display: block;
	background-color: #28928a;
	text-decoration: none;
	text-align: center;
	border: 1px solid #28928a;
	color: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	width: 200px;
	padding: 0.7em;
}

.mouse .con_status .tbl_secondary td.name .btn a:hover,
.touch .con_status .tbl_secondary td.name .btn a.touchstart {
	text-decoration: none;
	color: #fff;
}

.con_status .tbl_secondary td.name .btn a i {
	margin-right: 5px;
}

.con_status .tbl_secondary td.name .btn a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

@media only screen and (max-width: 640px) {
  .con_status .tbl_secondary td.name .btn a {
	width: 100%;
}
}

/* -----------------------------------------------------------
	.con_links
----------------------------------------------------------- */
.con_links {
	max-width: 1140px;
	margin: 5em auto;
}

@media only screen and (max-width: 1024px) {
  .con_links {
	padding: 0 10px;
}
}
.con_links .box_catch {
	margin-bottom: 2em;
}

.con_links .box_catch .st {
	height: 0;
	margin: 0 auto 30px;
	overflow: hidden;
	background: url(../company/images/txt_intro.png) 0 bottom no-repeat;
	width: 226px;
	padding-top: 36px;
	font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .con_links .box_catch .st {
	height: auto;
	padding: 0;
	background: none;
	width: auto;
	text-align: center;
	font-size: 131%;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	color: #111111;
}
}
.con_links .box_catch .txt {
	text-align: center;
}

.con_links .box_links {
	overflow: hidden;
}

.con_links .box_links .inner {
	float: left;
	width: 33.33%;
	height: auto;
	position: relative;
}

@media only screen and (max-width: 640px) {
  .con_links .box_links .inner {
	width: 50%;
}
}
.con_links .box_links .inner img {
	width: 100%;
	height: auto;
}

.con_links .box_links .inner img.grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/* For Webkit browsers */
	filter: gray;
	/* For IE 6 - 9 */
	-webkit-transition: all .6s ease;
	/* Transition for Webkit browsers */
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.con_links .box_links .inner img.grayscale:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
}

.con_links .box_links .inner .st {
	width: 333px;
	height: 100px;
	position: absolute;
	z-index: 200;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -166px;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .con_links .box_links .inner .st {
	width: 200px;
	height: 60px;
	margin-top: -30px;
	margin-left: -100px;
}
}
@media only screen and (max-width: 640px) {
  .con_links .box_links .inner .st {
	width: 133px;
	height: 40px;
	margin-top: -20px;
	margin-left: -66px;
}
}
.con_links .box_links .inner .st img {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.con_links .btn {
	margin-top: 2em;
}

.con_links .btn a {
	padding: 0.8em;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 1px solid #b6b6b6;
	color: #222222;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	width: 540px;
	margin: 0 auto;
}

.con_links .btn a i {
	margin-right: 5px;
}

.con_links .btn a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

@media only screen and (max-width: 640px) {
  .con_links .btn a {
	width: 100%;
}
}
