@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:#b30000;
	background: -moz-linear-gradient(
		left,
		#ff957f 0%,
		#8c0000);
	background: -webkit-gradient(
		linear, left top, right top,
		from(#ff957f),
		to(#8c0000));
	background: linear-gradient(
		to right,
		#ff957f 0%,
		#8c0000);
}
#wrap #contentWrap #keyVisual #keyVisualInner{
	height:333px;
	position:relative;
}
#wrap #contentWrap #keyVisual #keyVisualInner p.text{
	background: url(/resource/kyusyu/img/key_title.png) 6px -12px no-repeat;
	width:970px;
	height:142px;
	margin: 0 auto;	
}
#wrap #contentWrap #keyVisual #keyVisualInner p.text span{
	display: none;
}
#wrap #contentWrap #keyVisual #keyVisualInner p.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;	
}


/* 個別相談会
------------------------------------*/
#navKansaiSeminar {
margin:20px 0 0;
}
#navKansaiSeminar h3{
	width:100%;
	padding:inherit;
	border:none;
	height:inherit;
	background:none;
}
#navKansaiSeminar h3 a{
	font-size:1.15em;
	color:#fff;
	width:192px;
	height:66px;
	display:block;
	background: url(/resource/kyusyu/img/kyusyu_seminar_bnr01.png) 50% 0 no-repeat;
	text-decoration:none;
	padding:26px 19px 8px 19px;
	line-height:1.5;
}
#navKansaiSeminar h3 a:hover{
	text-decoration:underline;
}
#navKansaiSeminar dl {
border-bottom:solid 1px #d9d9d9;
}

#navKansaiSeminar dd {
border-top:solid 1px #d9d9d9;
border-left:solid 1px #d9d9d9;
border-right:solid 1px #d9d9d9;
width:228px;
position:relative;
}

#navKansaiSeminar dd.new15{
	margin-top: -18px;
}

#navKansaiSeminar dl a {
padding:8px 26px 8px 19px;
display:block;
-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;
}

#navKansaiSeminar dl a:hover {
background:#f2f2f2;
}

/*-- #spetialArea --*/
#spetialArea {
}
#spetialArea .cmnCntArea {
	padding: 20px 0 20px 0;
}
#spetialArea .cmnCntArea h2 {
	color: #082a4d;
	font-size: 233%;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	margin-bottom: 46px;
	padding: 4px 0;
}
#spetialArea .cmnCntArea h2 span {
	color: #082a4d;
}
#spetialArea .cmnCntArea a, #spetialArea .cmnCntArea a img {
	text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    outline: 0;
}

#spetialArea .cmnCntArea a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* jobOffer > */
#spetialArea .cmnCntArea .jobList {
	width: 720px;
	margin: 0 auto;
	text-align: center;
}

/* .consulting-col > */
.consulting-col2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.consulting-col2Item {
  flex: 0 0 50%;
  box-sizing: border-box;
  max-width: 50%;
  margin-bottom: 25px;
}
.consulting-col2Item:nth-child(odd) {
  padding-right: 10px;
}
.consulting-col2Item:nth-child(even) {
  padding-left: 10px;
}

.consulting-col2Item img {
  margin-bottom: 10px;
  max-width: 100%;
}
.consulting-col2Item a {
  text-decoration: none;
  color: #4c4c4c;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}
.consulting-itemShoulder {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.4;
}
.consulting-itemTitle {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1.5;
  color: #0066af;
  text-decoration: underline;
}
.consulting-itemText {
  font-size: 1em;
  line-height: 1.6;
}
.consulting-col2Item a:hover {
  opacity: .8;
}
.consulting-col2Item a:hover .consulting-itemTitle {
  text-decoration: none;
}

.consulting-job {
	margin: 20px 0 5px;
	display: flex;
	flex-wrap: wrap;
}
.consulting-job__box {
	flex: 0 0 50%;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 351px;
    float: left;
    padding: 0 1px;
    text-align: left;
}
.consulting-job__box:nth-child(odd) {
	border-right: 1px solid #d9d9d9;
	padding-right: 20px;
}
.consulting-job__box:nth-child(even) {
	padding-left: 20px;
}
.consulting-job__image {
	margin-bottom: 10px;
}
.consulting-job__image img {
	max-width: 100%;
}
.consulting-job__image a:hover img {
	opacity: .8;
}
.consulting-job__title {
  margin-bottom: 13px;
  font-size: 1.1em;
	line-height: 1.5;
  font-weight: bold;
}
.consulting-job__title > a {
  color: #1262b2;
  text-decoration: underline;
}
.consulting-job__title > a:hover {
  text-decoration: none;
}
.consulting-job__sub {
  margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.6;
}
.consulting-job__commentBox {
	display: flex;
	align-items: flex-start;
}
.consulting-job__commentImage {
	flex: 0 0 70px;
	border-radius: 50%;
	margin-right: 13px;
}
.consulting-job__commentImage > img {
	width: 100%;
}
.consulting-job__commontText {
	font-size: 1em;
	line-height: 1.83;
	border-radius: 10px;
	background: #f4fbfe;
	border: 1px solid #6cc1f3;
	position: relative;
	padding: 12px 15px;
}
.consulting-job__commontText::before,
.consulting-job__commontText::after {
	content: '';
	position: absolute;
	left: -13px;
	top: 27px;
	border: 5px solid transparent;
	border-right-width: 7px;
	border-right-color: #6cc1f3;
}
.consulting-job__commontText::after {
	left: -11px;
	border-right-color: #f4fbfe;
}
/*-- 関西 --*/
.consulting-job__commontText_kansai {
	font-size: 1em;
	line-height: 1.83;
	border-radius: 10px;
	background: #fff6f2;
	border: 1px solid #e5864c;
	position: relative;
	padding: 12px 15px;
}
.consulting-job__commontText_kansai::before,
.consulting-job__commontText_kansai::after {
	content: '';
	position: absolute;
	left: -13px;
	top: 27px;
	border: 5px solid transparent;
	border-right-width: 7px;
	border-right-color: #e5864c;
}
.consulting-job__commontText_kansai::after {
	left: -11px;
	border-right-color: #fff6f2;
}

/* owl-item  ------- */

.owl-controls {
	position: relative;
	display: inline-block;
	margin-top: 15px;
}
.owl-dots .owl-dot {
	display: inline-block;
	border-radius: 50%;
	margin-left: 10px;
}
.owl-dots .owl-dot:first-child {
	margin-left: 0;
}
.owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	background: #d0d0d0;
	border-radius: 50%;
}
.owl-dots .owl-dot.active span {
	background: #00acec;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	position: absolute;
	top: 5px;
	left: -26px;
	text-indent: -9999px;
	width: 9px;
	height: 9px;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-nav .owl-prev {
	border-bottom: 2px solid #1262b2;
	border-left: 2px solid #1262b2;
}
.owl-nav .owl-next {
	left: auto;
	right: -26px;
	border-top: 2px solid #1262b2;
	border-right: 2px solid #1262b2;
}
/* company > */

#spetialArea .cmnCntArea.company {
	padding: 54px 0 73px;
	background: none;
}
#spetialArea .cmnCntArea h2 .icnCpn {
	background: url(/jobsearch/img/search_top_icon04.png) 0 0 no-repeat;
	padding: 4px 0 4px 42px;
	letter-spacing: 3px;
	margin-left: -38px;
}
#spetialArea .cmnCntArea.company h2 {
	margin-bottom: 36px;
}
/*==========================================
 20180327	関西トップページのバナースライダー 
============================================*/

#wrap #contentWrap #contentsArea #mainContentsArea .topBnrArea {
	width: 100%;
	margin: -10px 0 10px;
}

/* バナーのスライダー */
#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderWrapper {
	position: relative;
	overflow: hidden;
	height: 221px;
}

#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderWrapper .slick-list,
#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderWrapper .slick-list .slick-track {
	height: 211px;
	overflow: hidden;
}

#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderWrapper .topBnrSlider {
	margin-bottom: 30px;
}

#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderWrapper .topBnrSlider .slick-dots {
	bottom: -15px;
}

#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderController .prev,
#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderController .next {
	width: 28px;
	height: 90px;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 4;
}

#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderController .prev {
	left: 0;
}

#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderController .next {
	right: 0;
}

#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderController .prev:hover,
#wrap #contentWrap #contentsArea #mainContentsArea .topBnrSliderController .next:hover {
	cursor: pointer;
	opacity: .6;
}

/*==========================================
 201806	関西領域　転職業界地図
============================================*/
.areaMap {
	margin-bottom: 20px;
}
.areaMapMain {
	border: 1px solid #e44234;
	display: flex;
}
.areaMapImg {
	flex: 0 0 402px;
}
.areaMapImg > img {
	max-width: 100%;
}


.areaMapBody {
	padding: 24px 25px 28px;
}
.areaMapTitle {
	margin-bottom: 9px;
	font-size: 2em;
	font-weight: bold;
	color: #e44234;
}
.areaMapText {
	margin: 0 0 11px 2px;
	font-size: 1.1667em;
	line-height: 1.5;
}
.areaMapLink {
	margin-bottom: -10px;
	width: 225px;
	display: flex;
	flex-wrap: wrap;
}

.areaMapLink > li {
	margin: 0 30px 10px 0;
}

.areaMapLink > li > a {
	font-size: 1.083em;
}

.areaMapBtnWrap {
	padding: 0;
	background: #ffe5da;
}

.areaMapBtnWrap > a {
	display:block;
	text-align:center;
	padding: 10px 0;
    background: #ffe5da;
    width: 100%;
	margin: 0 auto;
	line-height:1;
	position:relative;
	transition: background-color 0.4s ease 0s, text-decoration 0.4s ease 0s;
    text-decoration: none;
    font-size: 14px;
    color: #e44234;
    font-weight: bold;
    border-top: 1px solid #ffe5da;
    border-bottom: 1px solid #ffe5da;
    border-radius: inherit;
    border: none;
    box-shadow: 0 2px 2px #efccbc;
}

.areaMapBtnWrap > a::after {
	position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    content: "";
    border-top: 2px solid #e44234;
    border-right: 2px solid #e44234;
}
.areaMapBtnWrap > a:hover{
    background: #f7dbce;
    box-shadow: 0 3px 3px #edcbbe;
}


/* Top entry btn area
------------------------------------*/
#wrap #contentWrap #topEntryArea {
	background:#f2f2f2;
	margin: 0 0 30px;
}
#wrap #contentWrap #topEntryArea #topEntryAreaInner{
	width:970px;
	margin: 0 auto;
}
#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 .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 0;
	}

	#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 .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;
	}


/* 2019.06.27 転職成功者インタビュー追加 */
#wrap #contentWrap #contentsArea #mainContentsArea .interviewee .intervieweeBox ul li.list_s_01 {
	background: url(/resource/kyusyu/case/img/interviewee_icon_s_01.jpg) no-repeat;
	background-size: 96px;
}


/*------------------------------------------------
  公開求人検索-人気の条件から求人を探す 19.07.04 追加
------------------------------------------------*/
#wrap #mainContentsArea .searchItem--jobtypeSearch {
	border-bottom: 1px solid #d9d9d9;
}
#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;
}
/* 公開求人検索-人気の条件から求人を探す 19.07.04 追加 end */