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

 file name  : information.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* Font-family - Japanese01 */
/* Font-family - Japanese02 */
/* Font-family - English01 */
/* Font-family - English02 */
/* Font-family - English03 */
.con_intro:after {
	content: "";
	display: table;
	clear: both;
}

/* 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(../information/images/img_main_2022.jpg) center 0 no-repeat #f4f5f9;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 1140px) {
  .con_intro {
	margin-bottom: 30px;
}
}
@media print {
  .con_intro {
	margin-bottom: 30px;
}
}
.con_intro .box_l img,
.con_intro .box_r img {
	width: auto;
	max-width: none;
}

@media only screen and (max-width: 1140px) {
  .con_intro .box_l img,
  .con_intro .box_r img {
	max-width: 100%;
}
}
@media print {
  .con_intro .box_l img,
  .con_intro .box_r img {
	max-width: 100%;
}
}
@media only screen and (max-width: 768px) {
  .con_intro .box_l,
  .con_intro .box_r {
	width: 100%;
	float: none;
}
}
.con_intro .box_r {
	width: 50%;
}

@media only screen and (max-width: 768px) {
  .con_intro .box_r {
	width: 100%;
	float: none;
}
}
.con_intro .box_l {
	width: 50%;
	float: left;
	padding-top: 30px;
}

@media only screen and (max-width: 1700px) {
  .con_intro .box_l {
	padding-top: 30px;
}
}
@media print {
  .con_intro .box_l {
	padding-top: 30px;
}
}
@media only screen and (max-width: 1500px) {
  .con_intro .box_l {
	padding-top: 30px;
}
}
@media print {
  .con_intro .box_l {
	padding-top: 30px;
}
}
@media only screen and (max-width: 1140px) {
  .con_intro .box_l {
	padding-top: 10px;
}
}
@media print {
  .con_intro .box_l {
	padding-top: 10px;
}
}
@media only screen and (max-width: 768px) {
  .con_intro .box_l {
	width: 100%;
	float: none;
}
}
.con_intro .box_l .box_txt {
	width: 570px;
	float: right;
	padding-right: 30px;
}

@media only screen and (max-width: 1500px) {
  .con_intro .box_l .box_txt {
	width: 530px;
	padding-right: 30px;
}
}
@media print {
  .con_intro .box_l .box_txt {
	width: 530px;
	padding-right: 30px;
}
}
@media only screen and (max-width: 1140px) {
  .con_intro .box_l .box_txt {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
}
@media print {
  .con_intro .box_l .box_txt {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
}
.con_intro .box_l .box_txt h3 {
	margin-bottom: 30px;
	height: 0;
	margin-bottom: 30px;
	overflow: hidden;
	background: url(../information/images/st_intro.png) 0 bottom no-repeat;
	width: 408px;
	padding-top: 84px;
	font-weight: normal;
}

@media only screen and (max-width: 1024px) {
  .con_intro .box_l .box_txt h3 {
	height: auto;
	padding: 0;
	background: none;
	width: auto !important;
	font-size: 154%;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	color: #111111;
}
}
@media only screen and (max-width: 640px) {
  .con_intro .box_l .box_txt h3 {
	font-size: 131%;
}
}
@media only screen and (max-width: 1500px) {
  .con_intro .box_l .box_txt h3 {
	margin-bottom: 20px;
}
}
@media print {
  .con_intro .box_l .box_txt h3 {
	margin-bottom: 20px;
}
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_l .box_txt h3 {
	height: auto;
	padding: 0;
	background: none;
	width: auto;
	font-size: 231%;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	color: #111111;
}
}
@media only screen and (max-width: 768px) {
  .con_intro .box_l .box_txt h3 {
	font-size: 185%;
}
}
@media only screen and (max-width: 640px) {
  .con_intro .box_l .box_txt h3 {
	font-size: 131%;
}
}
@media only screen and (max-width: 1500px) {
  .con_intro .box_l .box_txt h3 img {
	max-width: 75%;
}
}
@media print {
  .con_intro .box_l .box_txt h3 img {
	max-width: 75%;
}
}
@media only screen and (max-width: 1140px) {
  .con_intro .box_l .box_txt h3 img {
	max-width: 60%;
}
}
@media print {
  .con_intro .box_l .box_txt h3 img {
	max-width: 60%;
}
}
@media only screen and (max-width: 768px) {
  .con_intro .box_l .box_txt h3 img {
	max-width: 70%;
}
}
.con_intro .box_l .box_txt .txt {
	margin-bottom: 45px;
	line-height: 1.84;
}

@media only screen and (max-width: 1500px) {
  .con_intro .box_l .box_txt .txt {
	margin-bottom: 30px;
}
}
@media print {
  .con_intro .box_l .box_txt .txt {
	margin-bottom: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .con_intro .box_l .box_txt .con_btn {
	display: none;
}
}
@media print {
  .con_intro .box_l .box_txt .con_btn {
	display: none;
}
}
.con_intro .box_l .box_txt .con_btn .btn_wel,
.con_intro .box_l .box_txt .con_btn .btn_car {
	width: 40%;
}

.con_intro .box_l .box_txt .con_btn .btn_wel a,
.con_intro .box_l .box_txt .con_btn .btn_car 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;
	text-align: left;
}

.con_intro .box_l .box_txt .con_btn .btn_wel a i,
.con_intro .box_l .box_txt .con_btn .btn_car a i {
	margin-right: 5px;
}

.con_intro .box_l .box_txt .con_btn .btn_wel a:hover,
.con_intro .box_l .box_txt .con_btn .btn_car a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

@media only screen and (max-width: 1140px) {
  .con_intro .box_l .box_txt .con_btn .btn_wel,
  .con_intro .box_l .box_txt .con_btn .btn_car {
	width: 60%;
}
}
@media print {
  .con_intro .box_l .box_txt .con_btn .btn_wel,
  .con_intro .box_l .box_txt .con_btn .btn_car {
	width: 60%;
}
}
@media only screen and (max-width: 768px) {
  .con_intro .box_l .box_txt .con_btn .btn_wel,
  .con_intro .box_l .box_txt .con_btn .btn_car {
	display: inline-block;
	width: 49.5%;
}
}
@media only screen and (max-width: 640px) {
  .con_intro .box_l .box_txt .con_btn .btn_wel,
  .con_intro .box_l .box_txt .con_btn .btn_car {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
}
.con_intro .box_l .box_txt .con_btn .btn_wel {
	margin-bottom: 10px;
}

.con_intro .box_r {
	float: right;
}

@media only screen and (max-width: 768px) {
  .con_intro .box_r {
	margin-bottom: 20px;
}
}
.con_intro .box_r .con_btn_sp {
	display: none;
}

@media only screen and (max-width: 1140px) {
  .con_intro .box_r .con_btn_sp {
	display: block;
	padding: 0;
	margin: 30px auto;
}
}
@media print {
  .con_intro .box_r .con_btn_sp {
	display: block;
	padding: 0;
	margin: 30px auto;
}
}
@media only screen and (max-width: 768px) {
  .con_intro .box_r .con_btn_sp {
	display: none;
}
}
@media only screen and (max-width: 1140px) {
  .con_intro .box_r .con_btn_sp .btn_wel,
  .con_intro .box_r .con_btn_sp .btn_car {
	display: inline-block;
	width: 49.5%;
}
}
@media print {
  .con_intro .box_r .con_btn_sp .btn_wel,
  .con_intro .box_r .con_btn_sp .btn_car {
	display: inline-block;
	width: 49.5%;
}
}
@media only screen and (max-width: 950px) {
  .con_intro .box_r .con_btn_sp .btn_wel,
  .con_intro .box_r .con_btn_sp .btn_car {
	display: block;
	width: 70%;
}
}
.con_intro .box_r .con_btn_sp .btn_wel a,
.con_intro .box_r .con_btn_sp .btn_car 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;
	text-align: left;
}

.con_intro .box_r .con_btn_sp .btn_wel a i,
.con_intro .box_r .con_btn_sp .btn_car a i {
	margin-right: 5px;
}

.con_intro .box_r .con_btn_sp .btn_wel a:hover,
.con_intro .box_r .con_btn_sp .btn_car a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.con_intro .box_r .con_btn_sp .btn_wel {
	margin-bottom: 10px;
}

/* -----------------------------------------------------------
	con_info
----------------------------------------------------------- */
.con_info {
	padding: 70px 0;
	overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .con_info {
	padding: 20px;
}
}
.con_info .box_list {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}

@media only screen and (max-width: 1140px) {
  .con_info .box_list {
	width: 100%;
	max-width: 1140px;
}
}
@media print {
  .con_info .box_list {
	width: 100%;
	max-width: 1140px;
}
}
.con_info .box_list > li {
	float: left;
	width: 336px;
	margin-left: 66px;
	position: relative;
}

@media only screen and (max-width: 1140px) {
  .con_info .box_list > li {
	width: 31.33%;
	margin-left: 3%;
}
}
@media print {
  .con_info .box_list > li {
	width: 31.33%;
	margin-left: 3%;
}
}
@media only screen and (max-width: 640px) {
  .con_info .box_list > li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}
}
.con_info .box_list > li:first-child {
	margin-left: 0 !important;
}

.con_info .box_list > li.clickable {
	-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_info .box_list > li.clickable.hovered {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.con_info .box_list > li img {
	width: 100%;
}

.con_info .box_list > li h3 {
	text-align: center;
	margin: 20px auto 40px auto;
	overflow: hidden;
	font-weight: normal;
	color: #000;
	width: auto !important;
	height: auto;
	text-align: center;
	font-weight: normal;
	line-height: 2.4em;
	background: none !important;
	text-indent: 1px;
}

.con_info .box_list > li h3 span {
	display: block;
}

.con_info .box_list > li h3 span.jp {
	margin-bottom: 8px;
	padding: 0 30px 15px;
	display: inline-block;
	border-bottom: 1px solid #333;
	font-size: 200%;
	width: auto;
}

@media only screen and (max-width: 768px) {
  .con_info .box_list > li h3 span.jp {
	font-size: 131%;
	width: auto;
}
}
@media only screen and (max-width: 640px) {
  .con_info .box_list > li h3 span.jp {
	font-size: 147%;
}
}
.con_info .box_list > li h3 span.en {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-style: italic !important;
	font-size: 139%;
}

@media only screen and (max-width: 640px) {
  .con_info .box_list > li h3 span.en {
	font-size: 124%;
}
}
@media only screen and (max-width: 640px) {
  .con_info .box_list > li {
	padding-top: 20px;
}
}
.con_info .box_list > li .con_btn .btn_emp 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: 224px;
	margin: 0 auto 10px;
}

.mouse .con_info .box_list > li .con_btn .btn_emp a:hover,
.touch .con_info .box_list > li .con_btn .btn_emp a.touchstart {
	text-decoration: none;
	color: #fff;
}

.con_info .box_list > li .con_btn .btn_emp a i {
	margin-right: 5px;
}

.con_info .box_list > li .con_btn .btn_emp a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .con_info .box_list > li .con_btn .btn_emp a {
	width: 100%;
}
}
.con_info .box_list > li .con_btn .btn_ent a {
	padding: 0.8em;
	display: block;
	background-color: #f16927;
	text-decoration: none;
	text-align: center;
	border: 1px solid #f16927;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	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: 224px;
	margin: 0 auto;
}

.mouse .con_info .box_list > li .con_btn .btn_ent a:hover,
.touch .con_info .box_list > li .con_btn .btn_ent a.touchstart {
	text-decoration: none;
	color: #fff;
}

.con_info .box_list > li .con_btn .btn_ent a i {
	margin-right: 5px;
}

.con_info .box_list > li .con_btn .btn_ent a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .con_info .box_list > li .con_btn .btn_ent a {
	width: 100%;
}
}
