@charset "UTF-8";

/*--------------------------------------------------
**************************************************
各地トップ画像
**************************************************
--------------------------------------------------*/
div#sub_top {
  position: relative;
  width: 100%;
}
#column div#sub_top,
#event div#sub_top{
	margin-bottom: 20px;
}
div#sub_top .top_wrap {
  position: revert;
  height: auto;
  margin: 0 auto;
  padding: 0px 0 0px 0;
}
div#sub_top .top_wrap .top_img {
}
div#sub_top .top_wrap .top_img span.map_r {
  position: absolute;
  display: block;
  width: 17vw;
  height: 25vw;
  top: 3vw;
  left: 15vw;
  right: 0;
  bottom: 0;
  margin: auto;
}
div#sub_top .top_wrap .top_text {
  position: absolute;
  top: 3vw;
  left: 45vw;
  right: 0vw;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1;
}
div#sub_top .top_wrap .top_text .it_wrap {
	display: block;
  width: 20vw;
  margin: 10px auto;
}
div#sub_top .top_wrap .top_text .itcareer span.it {
  display: block;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
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: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
@media (max-width: 650px) {
  div#sub_top .top_wrap .top_text {
    top: 3vw;
  }
}
/*--------------------------------------------------
**************************************************
画像ありトップ
**************************************************
--------------------------------------------------*/
div#sub_top .top_img_titlie_wrap {
    position: relative;
    margin: 0px auto;
}
div#sub_top .top_img_titlie_wrap .top_text {
	position: absolute;
	display: flex;
	width: calc(100% / 2);
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2em;
	align-items: center;
	text-align: center;
	justify-content: center;
}
div#sub_top .top_wrap .top_text h1{
  font-size: 20px;
}
/*--------------------------------------------------
**************************************************
テキストトップ
**************************************************
--------------------------------------------------*/
div#sub_top .top_text_title_wrap {
	background: #f7f7f7;
}
div#sub_top .top_text_title_wrap .top_text {
	margin: 0 auto;
	padding: 30px 0;
}

div#sub_top .top_text_title_wrap .top_text h1 {
  width: calc(100% - 40px);
  font-size: 18px;
  color: #333333;
  text-align: left;
  margin: 0 auto;
}
