/*-----------------------------------------------------------------
	top
-----------------------------------------------------------------*/

.top_contents {
	position: relative;
	padding: 0;
}

.h1_top {
	width: 100%;
	max-width: 400px;
	background: url(../images/h1_bg_left.png) no-repeat top left, url(../images/h1_bg_right.png) no-repeat top right;
	color: #000;
	font-size: 113%;
	margin: 0 auto 30px;
	text-align: center;
}

.h1_top strong {
	color: #000;
	font-size: 180%;
	line-height: 0.8em;
}

/*-----------------------------------------------------------------
	top_new_graduates
-----------------------------------------------------------------*/

.top_new_graduates {
	border-top: #fff 1px solid;
}

.top_new_graduates img {
	width: 100%;
}

/*-----------------------------------------------------------------
	top_bn
-----------------------------------------------------------------*/

.top_bn {
	border-top: #fff 1px solid;
}

.top_bn ul {
	width: 100%;
	font-size: 0;
}

.top_bn ul li {
	width: 50%;
	display: inline-block;
	font-size: initial;
}

.top_bn ul li img {
	width: 100%;
}

/*-----------------------------------------------------------------
	top_job
-----------------------------------------------------------------*/

.top_job {
	padding: 40px 0;
}

.top_job ul {
	width: 100%;
	margin: auto;
	text-align: center;
}

.top_job ul li {
	width: 40%;
	max-width: 160px;
	display: inline-block;
	margin: 0 3% 30px;
	position: relative;
	vertical-align: top;
}

.top_job ul li img {
	width: 100%;
}

.job_cate_name {
	background: url("../images/icon_arrow.png") no-repeat left;
	font-size: 88%;
	padding: 0 0 0 35px;
	text-align: left;
}

.job_icon {
	border-radius: 50%;
	margin: 0 0 10px;
}

.job01 { background: #F93A37;}
.job02 { background: #F6A836;}
.job03 { background: #87DA54;}
.job04 { background: #4BBEDA;}
.job05 { background: #8A5BDA;}
.job06 { background: #AC6127;}
.job07 { background: #666;}
.job08 { background: #969696;}

/*-----------------------------------------------------------------
	top_information
-----------------------------------------------------------------*/

.top_information {
	padding: 40px 0;
	background: #F4F4F4;
}

.information_list {
	width: 100%;
	margin: 0 auto 30px;
}

.information_list li {
	width: 45%;
	max-width: 490px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	display: inline-block;
	margin: 0 2% 20px;
	padding: 15px;
	position: relative;
}

.information_job {
	font-weight: bold;
}

.information_style {
	padding: 5px 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.information_link {
	position: absolute;
	bottom: 0;
	right: 0;
}

.information_style.regular { background: #A1D6F4;}
.information_style.part { background: #F6DB69;}

.information_list li table {
	width: 100%;
	font-size: 88%;
}

.information_list li table tr {
	border-bottom: #ccc 1px solid;
}

.information_list li table tr th {
	width: 70px;
	font-weight: normal;
}

/*-----------------------------------------------------------------
	top_map
-----------------------------------------------------------------*/

.top_map {	
	padding: 40px 0;
	position: relative;
}

.top_map_img {
}

.top_map_list {
	width: 350px;
	position: absolute;
	top: 10%;
	right: 10%;
}

.top_map_list li a {
	width: 100%;
	background-image: url(../images/icon_arrow.png);
	background-position: 6px center;
	background-size: 20px;
	background-repeat: no-repeat;
	border-bottom: #fff 1px solid;
	color: #000;
	display: block;
	font-size: 66%;
	font-weight: bold;
	padding: 5px 10px 5px 30px;
}

@media screen and (max-width: 1100px) {
	
/*-----------------------------------------------------------------
	top
-----------------------------------------------------------------*/

.h1_top {
	font-size: 100%;
}

.h1_top strong {
	font-size: 133%;
}
	
/*-----------------------------------------------------------------
	information
-----------------------------------------------------------------*/

.information_list li {
	width: 96%;
}
	
/*-----------------------------------------------------------------
	top_map
-----------------------------------------------------------------*/

.top_map_img {
	margin: 0 0 20px;
}

.top_map_list {
	width: 100%;
	position: static;
}

}