@charset "UTF-8";

.mt8 {
	margin-top: 8px !important;
}
.mt16 {
	margin-top: 16px !important;
}
.mt24 {
	margin-top: 24px !important;
}
.mt32 {
	margin-top: 32px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt48 {
	margin-top: 48px !important;
}
.mr8 {
	margin-right: 8px !important;
}
.mr16 {
	margin-right: 16px !important;
}
.mr24 {
	margin-right: 24px !important;
}
.mr32 {
	margin-right: 32px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr48 {
	margin-right: 48px !important;
}
.mb8 {
	margin-bottom: 8px !important;
}
.mb16 {
	margin-bottom: 16px !important;
}
.mb24 {
	margin-bottom: 24px !important;
}
.mb32 {
	margin-bottom: 32px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb48 {
	margin-bottom: 48px !important;
}
.ml8{
	margin-left: 8px !important;
}
.ml16 {
	margin-left: 16px !important;
}
.ml24 {
	margin-left: 24px !important;
}
.ml32 {
	margin-left: 32px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml48 {
	margin-left: 48px !important;
}
.mAuto {
	margin-right: auto !important;
	margin-left: auto !important;
}

body {
	color: #3e3a39;
	font-family: Meiryo, "メイリオ" , sans-serif;
}
.main {
    width: 100%;
    overflow: hidden;
}

/* グローバルナビ */

.gb_nav {
	width: 448px;
	float: right;
}
.gb_nav a {
	color: #FFFFFF;
	font-weight: bold;
}
.gb_nav ul li a {
	display: inline-block;
	padding: 30px 20px;
	font-size: 16px;
}
.gb_nav ul li a.inquiry {
    background: #171c61;
}
.gb_nav ul li {
	float: left;
}
.gb_nav ul li:last-child {
	margin-right: 0px;
}

/* メインビジュアル */

.mv {
	position: relative;
}
.index_logo {
	width: 474px;
	float: left;
	padding-top: 16px;
}
.header {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	top: 0;	
	left: 50%;
	z-index: 99;
}
.main_wrapper {
	width: 1000px;
	margin: 0 auto;
}
.recruit .main_wrapper {
	height: 100%;
	position: relative;
}
/* ブロック */

.index_h1 {
	width: 194px;
	margin: 0 auto;
	padding: 54px 0 48px;
}
.work_block_header {
	margin-bottom: 12px;
	text-align: center;
	color: #036eb8;
	font-size: 20px;
	font-weight: bold;
}
.work_2_block_detail,.work_3_block_detail {
	padding: 24px 0;
}
.index_detail {
	color: #595757;
}
.work_2_block {
    width: 100%;
}
.work_2 {
    width: 50%;
    float: left;
	overflow: hidden;
	background: #eaf6fc;
	transition: .1s;
}
.work_2:hover {
	background: #c0e4f6;
}
.work_3_block {
    width: 100%;
}
.work_3 {
    width: 33.3333%;
    float: left;
	overflow: hidden;
	background: #eaf6fc;
	transition: .1s;
}
.work_3:hover {
	background: #c0e4f6;
}
.work_block_detail {
	margin-bottom: 12px;
	line-height: 1.44;
	font-size: 14px;
	color: #595757;
	text-align: center;
}
.index_more {
	width: 200px;
    display: block;
	text-align: center;
	margin: 0 auto;
    padding: 8px 48px;
    color: #2ea7e0;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #2ea7e0;
	transition: .2s;
	position: relative;
}
.index_more:after {
	content: "";
    display: block;
    width: 12px;
    height: 21px;
    background: url("../img/more_arrow_index.png");
    position: absolute;
    top: 4px;
    right: 34px;
	transition: .2s;
}
.index_more:hover {
	background: #2ea7e0;
	color: #FFFFFF;
	transition: .2s;
}
.index_more:hover:after {
    width: 12px;
    height: 21px;
    background: url("../img/more_arrow_work.png");
}
.work_2_pht, .work_3_pht {
	box-shadow:0px 4px 12px -1px #919191;
}

/* INDEX NEWS */
.index_news_wrapper {
	width: 800px;
	margin: 0 auto;
}
.index_news {
	padding: 64px 0;
}
.index_news h2 {
	margin-bottom: 32px;
	text-align: center;
	font-size: 32px;
	letter-spacing: 4px;
	color: #036eb8;
}
.index_news table {
	width: 100%;
	margin-bottom: 32px;
}
.index_news table tr th, .index_news table tr td {
    padding: 10px 0 8px;
    line-height: 1.44;
}
.index_news table tr th {
	width: 140px;
	color: #036eb8;
	font-weight: normal;
}
.index_news table tr td {
	font-size: 14px;
}
.index_news table tr {
	border-top: dotted 1px #595757;
}
.index_news table tr:last-child {
	border-bottom: dotted 1px #595757;
}
/* ABOUT RECRUIT */
.banner_b_01, .banner_b_02 {
	width: 465px;
}
.banner_b_01 {
	float: left;
}
.banner_b_02 {
	float: right;
}
.work_bottom_2 {
	width: 49.5%;
	float: left;
}
.work_bottom_2:first-child {
	margin-right: 1%;
}
.work_bottom_2_block {
	
}

/* INDEX バナー */
.banners_bottom {
	padding: 64px 0;
}

/* FOOTER */
footer {
	padding: 32px 0;
	background: #505050;
}
footer a , .footer_etc a {
	color: #FFFFFF;
}
footer a:hover , .footer_etc a:hover {
	color: #C7C7C7;
}
.footer_top {
	padding-bottom: 12px;
	border-bottom: 1px solid #9fa0a0;
	margin-bottom: 8px;
}
.footer_block {
	margin-right: 48px;
	float: left;
}
.footer_block ul li a {
	font-size: 13px;
	line-height: 1.44;
}
.footer_block ul li {
	padding: 4px 0;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.44;
}
.footer_block_header  {
	margin-bottom: 12px;
	font-size:16px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer_logo {
	text-align: right;
}
.footer_logo img {
	width: 324px;
}
.footer_etc {
	float: left;
}
.footer_etc ul li {	
	float: left;
}
.footer_etc ul li:first-child {	
	margin-right: 16px;
}
.footer_etc ul li a {
	color: #FFFFFF;
	font-size: 12px;	
}
.copy {
	color: #FFFFFF;
	font-size: 12px;
	float: right;
}

/* 共通 */
.sub_nav {
	padding: 8px;
	background: #3e3a39;
}
.sub_nav ul li:first-child {
	border-left: 1px solid #FFFFFF;
}
.sub_nav ul li {
	border-right: 1px solid #FFFFFF;
}
.common_triple {
	width: 280px;
	margin-right: 30px;
	float: left;
}
.common_triple:last-child {
	margin-right: 0;
}
.common_triple_pht {
	margin-bottom: 8px;
}
.common_triple_header {
	text-align: right;
    font-size: 14px;
}
/* スライダー */
#mvslider {
  position: relative;
  width: 100%;
  padding-top: 47%;
  overflow: hidden;
  margin: 0 auto;
}
#mvslider .item {
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
}
.in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.out {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 4s;
  transition: 4s;
  z-index: 1;
 }
.title {
  text-align: center;
  color: rgba(102, 102, 102, 0.70);
  margin: 20px 0 15px 0;
}


#mv_txtslider {
  position: absolute;
  width: 100%;
  padding-top: 47%;
  margin: 0 auto;
  overflow: hidden;
    z-index: 10;
  
}
#mv_txtslider .txtitem {
  width: 100%;
  position: absolute;
  top: 0;
  right:0;
    bottom: 0;
    left: 0;
  display: none;
}
.in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.out {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 4s;
  transition: 4s;
  z-index: 1;
 }
.title {
  text-align: center;
  color: rgba(102, 102, 102, 0.70);
  margin: 20px 0 15px 0;
}





