@charset "UTF-8";

/*-----------------------------------------------------------------
contents-baseの代替ファイル
統一ファイルにする可能性
-----------------------------------------------------------------*/

* {
	overflow: visible ;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 150%;
}

body {
  font-size: 1.4rem;
	margin: 0 ;
	background: #fff;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

#header {
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
}

.l_header_sp{display:none;}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1; /* for IE6/7 */
}

a { 
	text-decoration: none;
	color: #333;
}

ul,dl,ol {text-indent: 0;}
li {list-style: none; list-style-position:outside;}

g text {
	width: 30%;
}

.footer .inner .text {
    width: 740px;
    color: #FFF;
    float: left;
}

.bottom_decoration {
    clear: both;
    background-image: url("../../img/home/grass01.png");
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    height: 50px;
    margin-top: 50px;
}

.topLink a {
  position: absolute;
  right: -20px;
  text-indent: -9999em;
  bottom: 105px;
  width: 127px;
  height: 58px;
  display: block;
  outline: none;
  background: url(../../img/home/topLink.png) no-repeat 0 0;
}

.topLink a:hover {
  bottom: 106px;
}

.pankuzu {
  float: none;
}

p#topicpath {
  margin: 15px auto 0;
  background: url(../../img/home/icon_pager_home.png) no-repeat 10px 1px;
  text-indent: 25px;
  padding: 4px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}
/*-----------------------------------------------------------------
以下共通項目#main
-----------------------------------------------------------------*/

#wrapper { 
  width: 980px;
  margin: 0px auto 0;
  overflow: hidden ;
}

#wrapper a{
	display: inline-block; 
	text-decoration: none;
}

#main { 
  width: 640px;
  float:left;
}
.l_footer_sp{display:none;}


/*-----------------------------------------------------------------
以下共通項目#side
-----------------------------------------------------------------*/

#side {
  width: 300px;
  float: right;
  margin-left: 40px;
}

.radius-shadow {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 7px #ddd;
  -webkit-box-shadow: 0px 0px 7px #ddd;
  box-shadow: 0px 0px 7px #ddd;
}

/*-----------------------------------------------------------------
新着コンテンツ
-----------------------------------------------------------------*/

.contents-box, aside ul {
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 20px;
}

#rank-new ul {
	margin-top: 10px;
}

#rank-new h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	height: 54px;
	line-height: 58px;
	color: #fff;
	text-indent: 50px;
	background: url(../../img/guidance/icon-ttl-new.png) no-repeat;
	background-position: 5% center;
	background-color: #00ab4a;
}

#rank-new li {
	padding: 10px 0px 15px;
	border-bottom: 1px dotted #ccc;
	background:url(../../img/guidance/arrow-list.png) no-repeat;
	background-position: 98% center;
	height: 60px;
	position: relative;
  box-sizing: content-box;/*★20200710追加*/
}

#rank-new li:hover {
  opacity: 0.5 ;
}
  
#rank-new li:last-child {
	border-bottom: none;
}

#rank-new li.date {
	padding: 0;
	border-bottom: none;
	background: none;
	margin-bottom: 10px;
	text-align: right;
	color: #f95c4b;
	height: 0;
}

#rank-new li a {
	display: inline-block;
	width: 280px;
	height: 60px;
}

#rank-new h4 {
	width: 85%;
	font-size: 13px;
  font-weight:normal;
	line-height: 1.6;
}

#rank-new .tag {
	bottom: 12px;
}

/*-----------------------------------------------------------------
バイトをさがす
-----------------------------------------------------------------*/
#to-job h3 {
    background: transparent url("../../img/guidance/bnr-bj.png") no-repeat scroll 0% 0%;
    width: 300px;
    height: 80px;
    text-indent: -9999px;
    margin-top: 30px;
}

#to-job h3:hover {
    opacity: 0.8;
}

/*-----------------------------------------------------------------
履歴書作成ツール
-----------------------------------------------------------------*/
#tool h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #cecac4;
  padding: 5px 0 8px 0;
  margin: 35px 0 15px;
  letter-spacing: 1px;
  background: none;
  text-indent: 2px;
}

#tool ul {
	background: none;
	padding: 0;
	box-sizing: border-box;
	margin-top: 0;
}

#tool ul li {
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 7px #ddd;
	-webkit-box-shadow: 0px 0px 7px #ddd;
	box-shadow: 0px 0px 7px #ddd;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

#tool ul li:hover {
    opacity: 0.8;
}

#tool #banner1 {
	background: url(../../img/guidance/icon-grad.png) no-repeat;
	background-position: 10px center;
	background-color: #ff8d9e;
}

#tool #banner2 {
	background: url(../../img/guidance/icon-birth.png) no-repeat;
	background-position: 10px center;
	background-color: #8ccc1d;
}

#tool h4 {
    width: 300px;
    height: 80px;
    text-indent: 85px;
    line-height: 84px;
    font-weight: bold;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 1px;
    background: transparent url("../../img/guidance/arrow-bnr.png") no-repeat scroll 94% center;
}

/*-----------------------------------------------------------------
コンテンツクラス別設定
-----------------------------------------------------------------*/
.tag {
	display: inline-block;
	margin-top: 5px;
	position: absolute;
	bottom: 8px;
	font-size: 10px;
	line-height: 10px;
	padding: 3px 3px 2px;
	color: #aaa;
	border: 1px solid #aaa;
}

.con_500 .tag {
	color: #ddbb17;
	border: 1px solid #ddbb17;
}

.con_3000 .tag {
	color: #f57563;
	border: 1px solid #f57563;
}

.con_grad .tag {
	color: #ff8d9e;
	border: 1px solid #ff8d9e;
}

.con_birth .tag {
	color: #8ccc1d;
	border: 1px solid #8ccc1d;
}

li:hover .tag {
	color: #fff;
	font-weight: bold;
}

.con_500:hover .tag {
	background: #ddbb17;
}

.con_3000:hover .tag {
	background: #f57563;
}

.con_grad:hover .tag {
	background: #ff8d9e;
}

.con_birth:hover .tag {
	background: #8ccc1d;
}

.tab-contents ul li h4::after {
  border-right: 3px solid #9b9b9b !important;
  border-top: 3px solid #9b9b9b !important;
  border-radius: 1px !important;
  content: "" !important;
  position: absolute !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  width: 10px !important;
  height: 10px !important;
  top: 31px !important;
  right: 0px !important;
}

#ranking ul li h4::after {
  border-right: 3px solid #9b9b9b !important;
  border-top: 3px solid #9b9b9b !important;
  border-radius: 1px !important;
  content: "" !important;
  position: absolute !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  width: 10px !important;
  height: 10px !important;
  top: 30px !important;
  right: 10px !important;
}

/*-----------------------------------------------------------------
gotop gobottom　ボタン
-----------------------------------------------------------------*/
#side{ position: relative; }

p.gotop{
    position: fixed;
    right: 50px;
    bottom: 10px !important  ;
    z-index: 1 ;
}

p.gobottom{
    position: fixed;
    right: 120px;
    bottom: 10px !important  ;
    z-index: 1 ;
}

p.gotop a,
p.gobottom a{
    width: 58px;
    height: 57px;
    margin: 0 ;
    display: block;
}



/*-----------------------------------------------------------------
スマートフォン版header footer
-----------------------------------------------------------------*/

.headerLeft, .txt_center, .menuList{ display: none; }




@media screen and (max-width: 1024px) {
  
#header .headerInner {
  width: 100%;
}

.header_link {
  width: 100%;
  margin: 0 auto;
}

p#topicpath {
  width: auto;
  margin: 15px auto 0;
  padding-left: 4px;
}

.topLink { display: none; }

.gnavi_inner {
  width:100%;
  margin: 0 auto;
}

.bottom_decoration_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.footer .inner {
  width: 80vw;
  margin: 0 auto;
}

.footer .inner .text {
  width: 80vw;
  margin: 0 ;
}

.footerLink ul {
  width: 100%;
  margin: 0 auto;
}

.footerLink ul li{margin: 15px 5px 15px 0px;}

}


@media screen and (max-width:767px){
 
 #header {
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
    display: none;
}
  
  #header::after {
  content: "";
  background: #1852A1 none repeat scroll 0% 0%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
  border-top: 1px solid #1480DF;
  border-bottom: 1px solid #1480DF;
  height: 44px;
  position: relative;
}

.topLead02 {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 0.5rem;
    text-shadow: -1px -1px #FFF, 1px -1px #FFF, -1px 1px #FFF, 1px 1px #FFF;
    line-height: 1.5rem;
    text-indent: 1%;
}
  
.breadcrumb, .l_header, .l_footer, .footer_info, .footer_nav, div.footer_description, .footerLink, div.copyright, .bottom_decoration, .headerInner, .jbt-globalnavi{ display: none; }

.l_header_sp, footer, .txt_center, .menuList{ display: block; }
.l_header_sp {
    background: #fff;
    border-top: 10px solid #279445;
    position: relative;
}
	
.l_header_sp div{
    position: relative;
    margin: 10px 8px;
	height: 58.2px;
    overflow: hidden;
}
.l_header_sp div h1{
   margin-top: 14px;
}
	
.footer.low_footer {
  position: relative;
  letter-spacing: 0;
  background: url(../../images/common/bg_sand.png) repeat;
  background-size: 100%;
  height: 100%;
  margin-top: 0;
}

.footer_grass {
    padding: 20px 10px 30px;
    background-color: #FFF;
    background-image: url("//www.arbeit-jungle.com/s/images/home/grass01.png");
    background-size: 85px auto;
    background-repeat: repeat-x;
    background-position: center bottom;
}

.footer_link {
  padding: 10px 20px 20px;
  text-align: center;
  line-height: 1.35rem;
  background: #9bbd61;
  font-weight: bold ;
  color: #ffffff;
  background-image: url(http://www.arbeit-jungle.com/s/images/home/grass02.png);
  background-size: 85px auto;
  background-repeat: repeat-x;
  background-position: center bottom;
}


.footer_link li {
    display: inline;
}

.footer_link li::after {
    display: inline;
    content: "｜";
}

.footer_link li:nth-of-type(2)::after, .footer_link li:last-child::after {
    content: "";
}

.footer_link a {
    color: #FFF;
    text-decoration: underline;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}
.copyright {
    display: table;
    font-size: 0.6rem;
    font-weight: bold ;
    width: 100%;
    color: #FFF;
    padding: 8px 0px 50px;
    line-height: 16px;
    background: #1A9F49 none repeat scroll 0% 0%;
    letter-spacing: 0;
}

.topLead02 {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 0.5rem;
  text-shadow: -1px -1px #FFFFFF, 1px -1px #FFFFFF, -1px 1px #FFFFFF, 1px 1px #FFFFFF;
  line-height: 1rem;
  text-indent: 1%;
}

header.low_header {
  line-height: 2.3rem;
  padding: 4px 15px;
  /* width: 100%; */
  -moz-box-sizing: border-box;
  webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /* position: relative; */
  z-index: 2;
  /*height: 70px;*/
  background: #FFF;
  display: table;
}

.headerLeft {
  display: table-cell;
  vertical-align: middle;
  width: 58%;
}

#wrapper::before{
    content: "" ;
    background: #00933e none repeat scroll 0% 0%;
    display: table;
    width: 100%;
    height: 44px;
    position: relative;
}

.headerLeft img {
  width: 50%;
  max-width: 300px;
  min-width: 200px;
  padding: 10px 0;
}

.pankuzu{ display: none; }

.menuList {
    background: #534741 none repeat scroll 0% 0%;
    box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.15);
    z-index: 4;
    height: 0px;
    overflow: hidden;
    padding: 10px 10px 0px;
}

#to-job h3 {
    display:block ;
    background: transparent url("../../img/guidance/bnr-bj.png") no-repeat scroll 0% 0%;
    width: 300px;
    height: 80px;
    text-indent: -9999px;
    margin: 0 auto;
}

p.gotop { display:none; }
p.gobottom { display:none; }

.l_footer_sp {
	display: block;
    text-align: center;
}
	.footer_description_sp {
    background: #e0e0e0;
    font-size: 1.2rem;
    padding: 1em 16px;
}

.footer_nav_sp {
    background: #279445;
    font-size: 1.4rem;
    padding: 1em 0;
}
.footer_nav_sp, .footer_nav_sp a {
    color: #fff;
}
	
	.footer_info_sp {
    padding: 20px 0;
    font-size: 1.4rem;
    color: #42c176;
    background: #3d3d3d;
}

.footer_description_sp p {
    text-align: left;
    margin: 1em auto;
}

}
/**/
.breadcrumb_items>span>span{color: #313131;}/*★20200710追加*/