@charset "UTF-8";

/*--------------------------------------------------
**************************************************
各地トップ画像
**************************************************
--------------------------------------------------*/
div#sub_top {
	position: relative;
	width: 100%;
}
#column div#sub_top,
#event div#sub_top{
	margin-bottom: 50px;
}
div#sub_top .top_wrap {
	position: revert;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}
div#sub_top .top_wrap .top_img {
}
div#sub_top .top_wrap .top_img span.map_r {
	position: absolute;
	display: block;
	width: 150px;
	height: 200px;
	top: 0;
	left: 200px;
	right: 0;
	bottom: 0;
	margin: auto;
}
div#sub_top .top_wrap .top_text {
	position: absolute;
	width: calc(100% / 2);
  height: 100%;
	top: 55px;
	left: 220px;
	right: -220px;
	bottom: 0;
	margin: auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0.2em;
	text-align: center;
}
div#sub_top .top_wrap .top_text .it_wrap {
	display: block;
	width: 180px;
	margin: 10px auto;
}
div#sub_top .top_wrap .top_text .itcareer span.it {
	display: block;
	font-size: 40px;
	line-height: 25px;
	letter-spacing: 0.1em;
	margin-top: 20px;
}
div#sub_top .top_wrap .top_text .itcareer span.career {
	display: block;
	font-size: 10px;
	letter-spacing: 0;
}
div#sub_top .top_wrap .top_text .it_wrap .place {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-left: 20px;
}

/*--------------------------------------------------
**************************************************
画像ありトップ
**************************************************
--------------------------------------------------*/
div#sub_top .top_img_titlie_wrap {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
div#sub_top .top_img_titlie_wrap .top_text {
	position: absolute;
  display: flex;
  width: calc(100% / 2);
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.2em;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*--------------------------------------------------
**************************************************
テキストトップ
**************************************************
--------------------------------------------------*/
div#sub_top .top_text_title_wrap {
	background: #f7f7f7;
}
div#sub_top .top_text_title_wrap .top_text {
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

/*--------------------------------------------------
**************************************************
タイトル込みトップ
**************************************************
--------------------------------------------------*/
div#sub_top.job_search {
    background: #f6f5f0;
}
