@charset "utf-8";
/* ===================================================================
 	Copyright (C) Mynavi Corporation
 	All Rights Reserved.

	トップページ
	1. トップページ
=================================================================== */


/* ===================================================================
 1. トップページ
=================================================================== */
/*==========================================
 1-1. トップページ
============================================*/
/* keyvisual
------------------------------------*/
@-moz-keyframes visualscroll {
	0%{background-position:0 0;}
	100% {background-position:2100px 0;}
}
@-webkit-keyframes visualscroll {
	0%{background-position:0 0;}
	100%{background-position:2100px 0;}
}
@keyframes visualscroll {
	0%{background-position:0 0;}
	100%{background-position:2100px 0;}
}

#wrap #contentWrap #keyVisual{
	background:#a55100;
	background: -moz-linear-gradient(
		left,
		#f2a100 0%,
		#661100);
	background: -webkit-gradient(
		linear, left top, right top,
		from(#f2a100),
		to(#661100));
	background: linear-gradient(
		to right,
		#f2a100 0%,
		#661100);
}
#wrap #contentWrap #keyVisual #keyVisualInner{
	height:333px;
	position:relative;
}
#wrap #contentWrap #keyVisual #keyVisualInner .text{
	background: url(/resource/backoffice/img/key_title.png) 6px -12px no-repeat;
	width:970px;
	height:142px;
	margin: 0 auto;	
}
#wrap #contentWrap #keyVisual #keyVisualInner .text span{
	display: none;
}
#wrap #contentWrap #keyVisual #keyVisualInner .text span.subText{
	display:inline-block;
	padding:112px 0 0 5px;
	color:#fff;
	font-weight:bold;
}
#wrap #contentWrap #keyVisual #keyVisualInner .rollImg {
	-moz-animation: visualscroll 84s linear infinite;
	-webkit-animation: visualscroll 84s linear infinite;
	animation: visualscroll 84s linear infinite;
	background: url(/resource/common/img/keyvisual_consultant.jpg) 50% 0 repeat-x;
	height:180px;
	margin: 6px auto;	
}

/* Top entry btn area
------------------------------------*/
#wrap #contentWrap #topEntryArea {
	background:#f2f2f2;
	margin: 0 0 30px;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner{
	width:970px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner .leftBox{
	float: left;
	width:432px;
	padding: 20px 0 15px;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner .leftBox ul.careerChangeBtn li {
	float:left;
	margin-left:10px;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner .leftBox ul.careerChangeBtn li:first-child {
	margin-left:0;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner .leftBox ul.careerChangeBtn li a{
	display:block;
	font-size: 1.3em;
	color: #000;
	text-decoration:none;
	padding: 12px 27px 12px 21px;
	width:210px;
	background:#fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ccc;
	line-height:1;
	position:relative;
	-ms-transition: background-color 0.4s ease 0s, text-decoration 0.4s ease 0s;
	-webkit-transition: background-color 0.4s ease 0s, text-decoration 0.4s ease 0s;
	transition: background-color 0.4s ease 0s, text-decoration 0.4s ease 0s;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner .leftBox ul.careerChangeBtn li a:hover{
	background:#f2f2f2;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner .leftBox p.text {
	width:100%;
	margin:8px 0 6px;
  text-align: center;
	font-size:12px;
	font-weight:bold;
	color: #333;
	line-height: 1em;
}

#wrap #contentWrap #topEntryArea #topEntryAreaInner .leftBox p.text img{
  margin-top: 5px;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner .rightBox{
	float: right;
	width:538px;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner .rightBox p a{
	margin: 20px 0 15px;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner .rightBox p a.entryBtn07{
	margin: 4px 0;
}

/* 20180301ABテスト
------------------------------------*/
	/*COMMON*/

	/*切り替え表示用*/

	#wrap #contentWrap #topEntryArea{
		display: block;
	}
	/*Aテスト*/
	#wrap #contentWrap #topEntryArea {
	background-color:#f1f1f1;/*#f1f1f1*/
	}
	#wrap #contentWrap #topEntryArea  #topEntryAreaInner{
		box-sizing: border-box;
			padding: 18px 0 20px;
	}

	#wrap #contentWrap #topEntryArea  #topEntryAreaInner .leftBox{
			float: left;
			width:432px;
			padding:0;
	}
	#wrap #contentWrap #topEntryArea  #topEntryAreaInner .leftBox figure{
		text-align: center;
	}
	#wrap #contentWrap #topEntryArea  #topEntryAreaInner .leftBox p.text{
		color:#333;
		font-size: 12px;
		margin-top: 8px;
		font-weight: bold;
		line-height: 1em;
	}
	#wrap #contentWrap #topEntryArea  #topEntryAreaInner .leftBox p.text span{
		white-space: nowrap;
		display: block;
		font-size: 7px;
		font-weight: normal;
	}


	#wrap #contentWrap #topEntryArea #topEntryAreaInner .rightBox{
		float: right;
		width:538px;
	}
	#wrap #contentWrap #topEntryArea #topEntryAreaInner .rightBox p a{
		margin: 20px 0 15px;
	}
	#wrap #contentWrap #topEntryArea #topEntryAreaInner .rightBox p a.entryBtn07{
		margin: 4px 0;
	}

  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__head {
    width: 42.58%;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__list {
    display: flex;
    justify-content: space-between;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__item {
    width: 196px;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__item-title {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__item-title span {
    color: #1262b2;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__item-title span:after {
    position: absolute;
    top: 12px;
    right: 0;
    border-top: 1px solid #1262b2;
    content: '';
    display: inline-block;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__item-span--1:after {
    width: 81px;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__item-span--2:after {
    width: 96px;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__inItem {
    margin-top: 15px;
    box-shadow: 0 4px 5px 0 #6d6d6d;
    border-radius: 7px;
    transition: 0.3s;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__inItem:hover {
    opacity: 0.7;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__inItem img {
    max-width: 100%;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__body {
    width: 54.43%;
    margin-right: -2.8em;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__body-anchor {
    transition: 0.3s;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__body-anchor:hover {
    opacity: 0.7;
  }
  
  #wrap #contentWrap #topEntryArea #topEntryAreaInner .topEntryArea__body .topEntryArea__body-anchor img {
    max-width: 100%;
  }


#wrap #contentWrap #topEntryArea .entryBtnLarge {
  display: block;
  width: 538px;
  height: 94px;
	background: url(/resource/20s30s/img/btn-top-large.png) no-repeat 0 0;
}

#wrap #contentWrap #topEntryArea .entryBtnLarge:hover {
  background-position: -538px 0;
}




/* jobchange module with face */

.jobChangeFaceModule {
  margin: 15px auto 0;
  padding-bottom: 30px;
  width: 970px;
}
.jobChangeFaceModule .numJobchange {
  width: 720px;
  float: left;
}
.jobChangeFaceModule .numJobchangeHead {
  width: 100%;
  position: relative;
}
.jobChangeFaceModule .numJobchangeHead span {
  color: #1262b2;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
.jobChangeFaceModule .numJobchangeHead span:after {
  position: absolute;
  top: 12px;
  right: 0;
  border-top: 1px solid #1262b2;
  width: 600px;
  content: '';
  display: inline-block;
}
.jobChangeFaceModule .numJobchangeBtn {
  float: left;
  padding: 2px 0 0 0;
}
.jobChangeFaceModule .numJobchangeBtn a:hover{
  opacity:0.7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  }

.jobChangeFaceModule .numJobchangeBtn a{
   -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  }
.jobChangeFaceModule .numJobchangeBtn:first-child {
  padding: 2px 20px 0 0;
}
.jobChangeFaceModule .generation {
  width: 210px;
  float: right;
}
.jobChangeFaceModule .generationHead {
  width: 100%;
  position: relative;
}
.jobChangeFaceModule .generationHead span {
  color: #1262b2;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
.jobChangeFaceModule .generationHead span:after {
  position: absolute;
  top: 12px;
  right: 0;
  border-top: 1px solid #1262b2;
  width: 105px;
  content: '';
  display: inline-block;
}
.jobChangeFaceModule .generationLink {
  background-color: #ffffff;
  margin-top: 18px;
  border: 2px solid #1262b2;
  border-radius: 5px;
  width: 206px;
  position: relative;
  -ms-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  color: #1262b2;
  }
.jobChangeFaceModule .generationLink a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #1262b2;
  padding:8px 40px 8px 15px;
  -ms-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s;  }

.jobChangeFaceModule .generationLink:hover {
  background: #0f5aa5;
  color: #ffffff;
  }

.jobChangeFaceModule .generationLink a:hover {
  background: #0f5aa5;
  color: #ffffff;
  }


.jobChangeFaceModule .generationLink a .pickUp {
  font-size: 16px;
}
.jobChangeFaceModule .generationLink:after {
  display: inline-block;
  content: '>';
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 12px;
  top:8px;
}


.jobChangeFaceModule .generationLink:first-child {
  margin-top: 15px;
}

/* for AB test */

#vwo-2 {
	display: block;
}

#wrap #contentWrap #breadcrumbArea{
		background: #f9f9f9;
	margin: 0;
	}


/*------------------------------------------------
  公開求人検索-人気の条件から求人を探す 19.07.04 追加
------------------------------------------------*/
#wrap #mainContentsArea .searchItem--popSearch {
	border-top: 1px solid #d9d9d9;
}
#wrap #mainContentsArea .popSearch__list {
	border-top: 1px solid #d9d9d9;
	display: flex;
	flex-wrap: wrap;
}
#wrap #mainContentsArea .popSearch__item {
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
    box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	width: calc(100% / 2);
}
#wrap #mainContentsArea .popSearch__item:hover {
	background: #f2f2f2;
	transition: background-color 0.4s ease 0s, text-decoration 0.4s ease 0s;
}
#wrap #mainContentsArea .popSearch__item:nth-child(even) {
	border-right: none;
}
#wrap #mainContentsArea .popSearch__item:nth-child(9),
#wrap #mainContentsArea .popSearch__item:nth-child(10) {
	border-bottom: none;
}
#wrap #mainContentsArea .popSearch__link {
	display: block;
	padding-left: 18px;
	position: relative;
}
/*  転職回数別エリア改修 */
.numJobchangeList2 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.numJobchangeBtn2 {
	display: flex;
	align-items: flex-end;
	height: 100px;
	box-shadow: 0 4px 5px 0 #6d6d6d;
	border-radius: 7px;
	transition: 0.3s;
}
.numJobchangeBtn2:hover {
	opacity: 0.7;
}
.generationLinks2 {
	margin-top: 27px;
}
.generationLink2 {
	box-shadow: 0 4px 5px 0 #6d6d6d;
	border-radius: 7px;
	transition: 0.3s;
}
.generationLink2:hover {
	opacity: 0.7;
}
.generationLink2:nth-child(2n) {
	margin-top: 15px;
}
/* サービス紹介改修 */
.serviceIntroduction .list {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-radius: 5px;
}
.serviceIntroduction .list__item {
	width: calc(50% - 5px);
	margin-bottom: 16px;
	transition: 0.3s;
	box-shadow: 0 2px 6px 0 #6d6d6d;
	border-radius: 5px;
}
.serviceIntroduction .list__item:hover {
	opacity: 0.8;
}
.serviceIntroduction .list__item:nth-child(2n+1) {
	margin-right: 5px;
}
.serviceIntroduction .list__item:nth-child(2n) {
	margin-left: 5px;
}
.serviceIntroduction .list__item a {
	text-decoration: none;
}
.serviceIntroduction .list__item p {
	background-color: #005eab;
	color: #fff;
	font-size: 15px;
	padding: 12px 15px;
	font-weight: 600;
	position: relative;
	border-radius: 5px 5px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.serviceIntroduction .list__item p::after {
	content: "";
	display: inline-block;
	background-image: url("/resource/common/img/top_maru_arrow.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}

/* トップ knowhow導線 */
#wrap #contentWrap .knowhowList {
  display: flex;
  margin: 0 -10px;
}
#wrap #contentWrap .knowhowList li {
  width: 100%;
  margin: 0 10px;
}
#wrap #contentWrap .knowhowList a {
  display: block;
}
#wrap #contentWrap .knowhowList a div {
  margin-bottom: 10px;
}
#wrap #contentWrap .knowhowList a div img {
  max-width: 100%;
}
#wrap #contentWrap .knowhowList a p {
  font-size: 12px;
}

/* ===================================================================
 2. 下層ページ
=================================================================== */
#wrap .plusPict.backofficeContentsBg01 {
  background: url(/resource/backoffice/img/backoffice_accounting.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg02 {
  background: url(/resource/backoffice/img/backoffice_general_affairs.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg03 {
  background: url(/resource/backoffice/img/backoffice_legal_affairs.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg04 {
  background: url(/resource/backoffice/img/backoffice_human_resources.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg05 {
  background: url(/resource/backoffice/img/backoffice_labor.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg06 {
  background: url(/resource/backoffice/img/backoffice_internal_audit.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg07 {
  background: url(/resource/backoffice/img/backoffice_secretary.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg08 {
  background: url(/resource/backoffice/img/backoffice_accounting_shikaku.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg09 {
  background: url(/resource/backoffice/img/backoffice_backoffice_shikaku.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg10 {
  background: url(/resource/backoffice/img/backoffice_legal_affairs_shikaku.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg11 {
  background: url(/resource/backoffice/img/backoffice_patent_clerk.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg12 {
  background: url(/resource/backoffice/img/backoffice_internal_audit_shikaku.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg13 {
  background: url(/resource/backoffice/img/backoffice_secretary_shikaku.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg14 {
  background: url(/resource/backoffice/img/backoffice_motivation_accounting.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg15 {
  background: url(/resource/backoffice/img/backoffice_motivation_general_affairs.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg16 {
  background: url(/resource/backoffice/img/backoffice_motivation_human_resources.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg17 {
  background: url(/resource/backoffice/img/backoffice_motivation_secretary.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg18 {
  background: url(/resource/backoffice/img/backoffice_secretary_medical.jpg) right 0 no-repeat; }
#wrap .plusPict.backofficeContentsBg19 {
  background: url(/resource/backoffice/img/backoffice_sales_assistant.jpg) right 0 no-repeat; }

#wrap .bgDot {
  padding: 28px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/resource/prepare/img/bg-dot.png);
}
ol.list-text.dec li {
  list-style-type: decimal;
}
