/* ============================================================================
 	Copyright (C) Mynavi Corporation
 	All Rights Reserved.

	トップページ

	00.common
	01.module
	02.keyVisual
	03.マイナビ転職エージェントはあなたの転職を成功へと導くサービスです。
	04.マイナビ転職エージェントが選ばれる3つの理由
	05.サービスの流れ
	06.よくある質問
	07.転職マニュアル
============================================================================ */

/*----------------------------------------------------------------------------
  00.common
    / bg / headding / content marginTB /
----------------------------------------------------------------------------*/
body {
	color: #333;
	font-size: 15px;
}
h2,h3 {
	font-weight: normal;
}
img {
	max-width: 100%;
}
.tablet {
	display: none;
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.tablet {
		display: block;
	}
} */
.top {
	font-weight: 400;
	font-style: normal;
}

.alpha:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}
.list {
	margin: 0;
}
a:hover {
	text-decoration: none;
}
/*------ section ------*/
.section {
	padding: 46px 0;
}
/*---- contentArea ----*/
.contentArea {
	max-width: 90%;
	margin: 0 auto;
}
.contentArea--full {
	max-width: 100%;
}
/*----- headding -----*/
.headding__tit{
	color: #005eab;
	font-size: 18px;
	font-weight: 700;
    text-align: center;
}
.headding__subTit {
	font-size: 15px;
	color: #005eab;
	text-align: center;
}
.headding__txt {
	text-align: center;
	margin: 10px 0;
	line-height: 1.6;
	letter-spacing: -0.4px;
}
/*-------- bg --------*/
.bg--stripes_blue {
	background: url(/resource/top/img/bg_stripes_01.png) #E6EFF6;
}
.bg--stripes_gray {
	background: url(/resource/top/img/bg_stripes_01.png) #F3F3F3;
}
/*----------------------------------------------------------------------------
  01.module
    / entryBtn /
----------------------------------------------------------------------------*/
/* entryBtn - custom - spNoImg */
.entryBtn--spNoImg .entryArea__tit {
	position: unset;
}
/* entryBtn - normalLink */
.entryArea__btn--normalLink .entryArea__btnLink {
	background: #005eab;
	font-size: 15px;
	height: 45px;
	width: 100%;
	text-align: center;
	padding-right: 3%;
	line-height: 30px;
}
.entryArea__btn--normalLink .entryArea__btnTxt {
	line-height: 3.1;
	height: inherit;
	vertical-align: middle;
	text-align: center;
	width: inherit;
}
.entryArea__txtBox01 {
	padding: 0 18px;
	line-height: 122px;
	text-align: center;
}
.entryArea__txtBox01 .entryArea__img01 {
	width: 40%;
	display: inline-block;
	padding-right: 5px;
}
.entryArea__txtBox01 .entryArea__txt {
	text-align: left;
	display: inline-block;
	width: 58%;
	vertical-align: middle;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: -1px;
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.entryArea__btn--small {
    	max-width: 100%;
	}
	.entryArea__txtBox01 .entryArea__img01 {
		width: 25%;
	}
	.entryArea__txtBox01 .entryArea__txt {
		width: 51%;
	}
} */


.entryArea__banner {
  width: 90%;
  margin: 40px auto 0;
}

.entryArea__banner-anchor {
  transition: all .3s;
  position: relative;
  display: block;
}

.entryArea__banner-anchor::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/resource/common/img/placeholder.png");
  background-position: top left;
  background-size: 100% 100%;
}

.entryArea__banner-anchor:hover {
  opacity: 0.8;
}

.entryArea__banner-anchor img {
  width: 100%;
}

/*----------------------------------------------------------------------------
  01.parts
    / color / marker / sideborder / txtlink / arrow / scrollBox /
----------------------------------------------------------------------------*/
/*------- color -------*/
.txt--black {
	color: #000;
}
/* ----- marker ----- */
.marker--pink {
	background: #f6ccd9;
}
/* ----- entryArea custom ----- */
.search .entryArea__btn--small .entryArea__btnCatchTxt {
	margin-right: 22px;
}
/* --- sideborder --- */
/* --- sideborder - both --- */
.search .headding__subTit,
.search .labelArea .headding__subTit,
.specialize .siteArea .headding__subTit {
	text-align: center;
	position: relative;
}
.search .headding__subTit:before,
.search .headding__subTit:after,
.search .labelArea .headding__subTit:before,
.search .labelArea .headding__subTit:after,
.specialize .siteArea .headding__subTit:before,
.specialize .siteArea .headding__subTit:after
 {
	content: "";
	background: #005eab;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
	width: 33%;
}
.search .headding__subTit:before,
.search .labelArea .headding__subTit:before,
.specialize .siteArea .headding__subTit:before {
	left: 0;
}
.search .headding__subTit:after,
.search .labelArea .headding__subTit:after,
.specialize .siteArea .headding__subTit:after {
	right: 0;
}
/* ---- txtlink  ---- */
.txtlinkBox {
	margin-top: 6px;
	text-align: right;
}
.txtlinkBox__link {
	color: #707070;
	font-size: 13px;
	text-decoration: none;
}
.txtlinkBox__link:hover {
	text-decoration: underline;
}
/* arrow */
.arrow--singleW:after,
.arrow--singleB:after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.arrow--singleW:after {
	background: url(/resource/top/img/icon_allow_single_white_01.svg) no-repeat center;
	background-size: contain;
}
.arrowSP--bracketsW:after,
.arrow--bracketsBeforeW:before,
.arrowSP--bracketsB:after,
.arrow--bracketsBeforeB:before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	height: 12px;
	width: 9px;
	z-index: 1;
}
.arrowSP--bracketsW:after,
.arrow--bracketsBeforeW:before {
	background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
	background-size: contain;
}
/* arrow - single W hover B */
.search .btnArea__link:after,
.office .list--place .list__item:last-child .list__link:after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	height: 12px;
	width: 20px;
	z-index: 1;
}
.search .btnArea__link:after,
.office .list--place .list__item:last-child .list__link:after {
	background: url(/resource/top/img/icon_allow_single_blue_01.svg) no-repeat center;
	background-size: contain;
}
/* scrollBox */
.scrollBox,
.scrollBox__txt {
	color: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.scrollBox {
	display: none;
}
/*----------------------------------------------------------------------------
  02.keyVisual
----------------------------------------------------------------------------*/
.keyVisual__Inner {
	position: relative;
}
.keyVisual__imgBox {
	position: relative;
	height: 100%;
}
.keyVisual .list__item {
	max-width: 100%;
	overflow: hidden;
}
.keyVisual .slick-slide img {
	object-fit: cover;
	width: 100%;
}
/* .keyVisual .list__item.slick-active,
.keyVisual .list__item.slick-continue {
	animation: zoomIn 60s 1;
} */
.keyVisual__btnImg--ble {
	position: absolute;
	top: -11px;
	right: -6px;
	width: 43px;
}
@keyframes zoomIn {
	0% {
		transform:scale(1);
		-webkit-transform:scale(1);
	}
	to {
		transform:scale(1.5);
		-webkit-transform:scale(1.5);
	}
}
/* .keyVisual .list__item.slick-active .list__mainImg--second {
	animation: fadeInA 10s 1;
} */
@keyframes fadeInA {
	0% {
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	100% {
		opacity: 1
	}
}
.keyVisual__tailImg {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.tailImg {
	width: 100%;
	height: auto;
}
.keyVisual__subTit {
	top: 100px;
}
/*.keyVisual__mainTit .keyVisual__titImg {
	visibility: hidden;
}*/
/*.keyVisual__subTit .keyVisual__titImg {
	display: none;
}*/

/*231108 add*/
.list--mainTit {
    position: relative;
}
.list--mainTit__wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.list--mainTit__wrap img {
	width: 79.8%;
	width: clamp(274px, 79.8%, 400px);
	height: auto;
}
.list--mainTit.list__mainTit--add {
	width: 100%;
	position: relative;
	/* height: 124px;
	left: calc((100vw - 380px) / 5 ); */
}
.list__item.titImg--bottom {
    display: flex;
    justify-content: center;
}
.keyVisual__titImg--first.pc {
	display: none;
}
.keyVisual__titImg--first.sp {
	display: block;
} 

/*231108オリコン表示対応 .list--mainTit {
	height: 150px;
	position: relative;
} */

/* 231108オリコン表示対応 .list--mainTit .keyVisual__titImg--first {
	top: 0;
	max-width: 270px;
} */

/*231108オリコン表示対応追記*/

/* 231108オリコン表示対応.list--mainTit .keyVisual__titImg--second {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	max-width: 205px;
} */
/*231108オリコン表示対応 .list--mainTit .keyVisual__titImg--sub {
	bottom: 10px;
	max-width: 248px;
} */

.list__mainImg--sp .keyVisual__titImg--sub {
	padding: 12px 15px 15px;
	margin-bottom: 10px;
}

.keyVisual__btnArea {
	margin: auto;
	position: absolute;
	bottom: 26px;
	left: 0;
	right: 0;
	justify-content: center;
}
.android .keyVisual__btnArea .entryArea__btnLink {
	width: 330px;
}
.keyVisual__btnArea .entryArea__btnLink:after {
	content: "";
	background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
	background-size: contain;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	height: 12px;
	width: 9px;
	z-index: 1;
}
.keyVisual__btnArea .entryArea__btn--keyVisual .entryArea__btnLink {
	font-size: 15.5px;
	margin: 0 auto 14px;
	height: 60px;
	line-height: 60px;
	padding-right: 18px;
	text-align: center;
}
.keyVisual__btnArea .entryArea__btnCatchTxt {
	margin-right: 5px;
}
.keyVisual__btnArea .entryArea__btn--normalLink .arrowSP--bracketsW:after {
	top: 0;
	right: 25px;
	height: 8px;
	width: 6px;
}
.keyVisual__btnArea .entryArea__btn--normalLink {
	width: 75%;
	margin: 0 auto;
	position: relative;
}
.keyVisual__btnArea .entryArea__btn--normalLink .entryArea__btnLink:before {
	content: "";
	background: url(/resource/top/img/sp/mark.svg) no-repeat center;
	background-size: contain;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.keyVisual__btnArea .entryArea__btn--normalLink .entryArea__btnLink:after {
	right: 41px;
	height: 9px;
	width: 6px;
}
.android .keyVisual__btnArea .entryArea__btn--normalLink .entryArea__btnLink {
	width: 100%;
}

.cvArea .cvArea__inner{
	width: 90%;
	margin: 0 auto;
}

.cvArea .cvArea__inner .cvArea__text{
	text-align: center;
}


@media screen and (max-width: 670px) and (min-width: 620px) {
	.keyVisual__btnArea .entryArea__btn--normalLink {
		width: 42%;
	}
}
@media screen and (max-width: 619px) and (min-width: 480px)  {
	.keyVisual__btnArea .entryArea__btn--keyVisual .entryArea__btnLink {
		width: 55%;
	}
	.keyVisual__btnArea .entryArea__btn--normalLink {
		width: 48%;
	}
}

@media screen and (max-width: 360px) {
  .entryArea__btn--keyVisual .entryArea__btnLink {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .entryArea__btn--keyVisual .entryArea__btnCatchTxt {
    line-height: 1.2;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 0 0 1px;
    border-radius: 5px;
    margin-right: 3%;
		font-size: 12px;
  }
  .keyVisual__btnArea .entryArea__btn--normalLink .entryArea__btnLink:after {
    right: 13% ;
  }
}

@media screen and (max-width: 320px) {
	.keyVisual__btnImg--ble {
		right: -11px;
	}
	.keyVisual__btnArea .entryArea__btn--normalLink .entryArea__btnLink:before {
		left: 2px;
	}
	.keyVisual__btnArea .entryArea__btn--normalLink {
		width: 80%;
	}
	.keyVisual__btnArea .entryArea__btn--normalLink .entryArea__btnLink:before {
		left: 5px;
	}
	.list__item.titImg--bottom {
		margin-top: 0;
	}
}

#recommend_banner{
	padding-bottom: 0;
}

.recommend_banner__wrap .contentArea h2{
	margin-bottom: 20px;
}



/*----------------------------------------------------------------------------
  03.マイナビ転職エージェントはあなたの転職を成功へと導くサービスです。
----------------------------------------------------------------------------*/

.desc__inner{
  width: 90%;
    margin: 35px auto 30px;
    text-align: center;
}

.desc__title{
  /* 太さ調整 */
  /* font-weight: 700; */
  font-weight: normal;
  text-shadow: 1px 0 0 currentColor;
  font-size: 20px;
  color: #005eab;
  }

  .desc__text{
  font-weight: normal;
  font-size: 15px;
  color: #333;
  margin-top: 8px;
    }

.desc__imgOuter{
  text-align: center;
  width: 90%;
  max-width: 350px;
  margin: 5px auto 15px;
}

.desc__txt--top {
	color: #005eab;
	font-size: 15px;
	margin: 10px 0 0;
	line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
.about.section {
	padding: 0px 0 46px;
}
.about .list__item {
	margin: 15px 0 0;
	position: relative;
}
.about .list__item:nth-child(even) {
	flex-direction: row-reverse;
}
.about .list__item:last-child {
	margin-bottom: 0;
}
.about .list__txtBox {
	margin: 0 auto;
	width: 90%;
}
.about .list__tit {
	color: #fff;
	font-size: 16px;
	padding: 3px 0 0 53px;
	position: absolute;
	top: 65%;
	height: 45px;
	width: 100%;
	z-index: 1;
	font-weight: 700;
	font-style: normal;
}
.about .list__item:nth-child(even) .list__tit {
	padding: 3px 0 0 114px;
	text-align: left;
}
.about .list__tit:before {
	content: "";
	background: url(/resource/top/img/icon_check_yellowblue_01.svg) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 6px;
	height: 20px;
	width: 20px;
}
.about .list__item:nth-child(odd) .list__tit:before {
	left: 25px;
}
.about .list__item:nth-child(even) .list__tit:before {
	left: 90px;
}
.about .list__txt {
	line-height: 1.5;
	letter-spacing: -1px;
	font-size: 14px;
	margin-top: 10px;
}
.about .list__imgBox {
	position: relative;
	overflow: hidden;
	/* height: 163px; */
	width: 95%;
}
/* .android .about .list__imgBox {
	height: 176px;
} */
.about .list__item:nth-child(even) .list__imgBox {
	margin: 0 0 0 auto;
}
.about .list__img {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.about .list__item .list__imgBg {
	height: auto;
	width: 100%;
}
.about .list__item:nth-child(even) .list__img {
	left: 0;
	transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.about .list__item {
    	display: flex;
		width: 90%;
	}
	.about .list__imgBox {
		margin-right: 15px;
	}
	.about .list__item:nth-child(even) .list__imgBox {
		margin-left: 15px;
	}
	.about .list__item:nth-child(even) {
		margin: 15px 0 15px auto;
	}
	.about .list__img.pc {
		display: block !important;
	}
	.about .list__img.sp {
		display: none !important;
	}
	.about .list__img {
		right: 0;
		width: auto;
	}
	.about .list__tit {
		padding: 4px 0 0 52px;
	}
	.about .list__item:nth-child(even) .list__tit {
		padding: 4px 0 0 117px;
	}
	.about .list__tit:before {
		top: 6.5px;
	}
	.about .list__txtBox {
		width: 60%;
		line-height: 153px;
	}
	.about .list__imgBox .tablet {
		display: none;
	}
	.about .list__imgBox h3 {
		font-weight: bold;
	}
	.about .list__txt {
		display: inline-block;
		vertical-align: middle;
		margin-top: -10%;
	}
} */
@media screen and (max-width: 740px) and (min-width: 730px) {
	.iphone .about .list__tit {
		position: absolute;
		top: 70%;
	}
	.iphone .about .list__imgBox {
		height: 173px;
	}
	.android .about .list__tit {
		position: absolute;
		top: 67%;
	}
}
@media screen and (max-width: 680px) and (min-width: 661px) {
	.android .about .list__tit {
		position: absolute;
		top: 61%;
	}
}
@media screen and (max-width: 660px) and (min-width: 560px) {
	.about .list__tit {
		padding-left: 48px;
		font-size: 14px;
	}
	.about .list__imgBox {
		height: auto;
	}
	.about .list__tit:before {
		width: 18px;
		height: 18px;
	}
	.about .list__txtBox {
		line-height: 137px;
	}
	.android .about .list__tit {
		top: 59%;
	}
}
@media screen and (max-width: 559px) and (min-width: 411px) {
	.iphone .about .list__tit {
		top: 73%;
	}
	.iphone .about .list__txt {
		margin-top: 5px;
	}
	.android .about .list__tit {
		top: 67%;
	}
	.iphone .about .list__item:nth-child(even) .list__tit:before {
		left: 145px;
	}
	.iphone .about .list__item:nth-child(even) .list__tit {
		padding: 3px 0 0 174px;
		text-align: left;
	}
	.android .about .list__item:nth-child(even) .list__tit:before {
		left: 125px;
	}
	.android .about .list__item:nth-child(even) .list__tit {
		padding: 3px 0 0 154px;
		text-align: left;
	}
}
@media screen and (max-width: 410px) and (min-width: 360px) {
	.android .about .list__tit {
		position: absolute;
		top: 58%;
	}
}
@media screen and (max-width: 320px) {
	.about .list__tit {
		padding-left: 48px;
		font-size: 14px;
		top: 67%;
	}
	.about .list__imgBox {
		height: 135px;
	}
	.about .list__tit:before {
		width: 18px;
		height: 18px;
	}
}

/*----------------------------------------------------------------------------
  04.マイナビ転職エージェントが選ばれる3つの理由
     / tab--custom /
----------------------------------------------------------------------------*/

.reason__list--main{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
	justify-content: center;
  }
  .reason__list--item{
	width: 320px;
	border-radius: 20px;
	border: 1px solid #005EAB;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
  }
  .reason__list--item:last-child {
    margin-bottom: 30px;
  }
  
  .reason__list--item h3{
	font-size: 20px;
    font-weight: bold;
	color: #005EAB;
	text-align: center;
	margin:40px auto 20px;
  }
  
  .reason__list--item img{
	margin: 0 auto;
	display: block;
	width: 240px;
  }
  
  .reason__list--number{
	position: absolute;
	top:-27px;
	left:50%;
	transform: translateX(-50%);
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #005EAB;
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
  }
  
  .reason__list--text{
	width: 90%;
	margin: 0 auto;
	border-top: 1px dashed #333333;
	padding-top: 20px;
	height: 110px;
  }
  
  .reason__list--item .btnArea__link{
	background: #005eab;
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	text-decoration: none;
	padding: 4px 24px 6px 12px;
	position: relative;
	line-height: 1.6;
	margin: 20px auto 20px;
	min-height: 38px;
	width: 90%;
    font-size: 14px;
    font-weight: bold;
  }

  .reason__list--item .btnArea__link span {
    font-size: 12px;
    font-weight: normal;
  }
  
  .reason .btnArea__link::before{
	content: "";
	width: 7px;
	height: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	background-image: url(/resource/top/img/icon_arrow_brackets_white_01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
  }

  .reason__anchor {
	display: block;
	width: 90%;
	margin: 30px auto 0;
}

.reason__anchor img {
	height: auto;
}

.reason__anchor:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.reason__list--main + ol {
    max-width: 320px;
    margin: 0 auto;
}
.reason__list--main + ol li {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    list-style: none;
    counter-increment: reason;
    padding-left: 3em;
}
.reason__list--main + ol li::before {
    content: "※" counter(reason);
    position: absolute;
    left: 0;
    top: 0;
}
.reason__list--main + ol li + li {
    margin-top: 1em;
}

.reason__list--main + ol + div {
    margin-top: 30px;
}
.reason__list--main + ol + div a {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    margin: 0 auto;
    height: 72px;
    padding: 16px 32px 16px 12px;
    border-radius: 10px;
    background: #d10042;
    box-shadow: 0px 0px 10px 0px rgba(78, 78, 78, 0.70);
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: transform .2s;
}
.reason__list--main + ol + div a span:nth-of-type(1) {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-align: center;
    color: #d10042;
    border-radius: 8px;
    background: #fff;
    padding: 4px 8px;
    margin-right: 10px;
}
.reason__list--main + ol + div a::before {
    content: "";
    background: rgba(255, 255, 255, .15);
    transform: rotate(-45deg);
    position: absolute;
    top: -10%;
    left: -100%;
    transition: .5s ease-in-out;
    height: 100%;
    width: 110%;
}
.reason__list--main + ol + div a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    height: 14px;
    width: 11px;
    z-index: 1;
    background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 767px) and (min-width: 734px) {
	.reason .contentArea{
	  width: 110%;
	  box-sizing: inherit;
	  transform: translateX(-5%);
	  padding: 0;
	  max-width: inherit;
	}
	.reason__list--main{
	  margin-top: 20px;
	  transform: scale(0.86);
      display: grid;
      grid-template-columns: repeat(3, 1fr);
	}
  
	.reason__list--item{
        width: 100%;
	  /* transform: scale(0.7); */
	  /* margin-left: -100px; */
	  margin-bottom: -1px;
	}
	.reason__list--item:first-child{
	  /* margin-left: 0px; */
	}
    .reason__list--item:last-child {
	  margin-bottom: -1px;
    }
	.reason__list--item h3 {
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }	
  
  }

/*----------------------------------------------------------------------------
  05.サービスの流れ
----------------------------------------------------------------------------*/

.flow .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	min-height: 810px;
	margin: 60px auto 0;
	max-width: 1000px;
  }
  
  .flow .contentArea{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.11);
  }
  
  .flow .headding__tit{
	padding-top: 46px;
	margin-bottom: 30px;
  }
  
  .flow__list--main{
	margin: 0 5%;
  }
  
  .flow__list--item{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 40px;
  }
  
  .flow__list--img{
	margin-right: 5%;
	position: relative;
	width: 30%;
  }
  
  .flow__list--img img{
	width: 110px;
	position: relative;
	z-index: 10;
	display: block;
	margin: 0 auto;
  }
  
  .flow__list--img::after{
	content: "";
	border-left: solid 1px #005eab;
	position: absolute;
	top: 70px;
    left: 50%;
    height: 90px;
  }
  
  .last.flow__list--img::after{
	display: none;
  }
  
  .flow__list--text_wrap{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
  }
  
  .flow .flow__list--text_wrap span{
	  background-color: #0A9FC2;
	  border-radius: 20px;
	  padding: 5px 20px;
	  color: #fff;
	  font-size: 12px;
  }
  
  .flow__list__tit{
	font-size: 18px;
	color: #005eab;
	margin-left: 10px;
  }
  
  .flow__list__txt{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #707070;
	width: 100%;
  }
  
  .flow .btnArea{
	padding-bottom: 46px;
  }

  
  .flow .btnArea__link_2 {
	background: #005eab;
	border-radius: 32px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 24px;
	position: relative;
	line-height: 24px;
	margin: 0 auto;
	height: 60px;
	max-width: 85%;
  }
  
  
/* .flow .btnArea__link_2 {
    background: #005eab;
    border-radius: 32px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    padding-right: 24px;
    position: relative;
    line-height: 24px;
    margin: 0 auto;
    height: 60px;
    max-width: 85%;
} */

.flow .arrow--singleW:after {
	right: 28px;
	height: 13px;
	width: 24px;
}


/*----------------------------------------------------------------------------
  06.よくある質問
----------------------------------------------------------------------------*/
.faq .list {
	margin: 34px auto 0;
	max-width: 700px;
}
.faq .list__item {
	color: #005eab;
	margin-bottom: 20px;
}
.faq .list__item:last-child {
	margin-bottom: 0;
}

.faq .list__content--question,
.faq .list__content--answer {
	align-items: center;
	background: #fff;
	display: flex;
}
.faq .list__content--question {
    border: 2px solid #0a9fc2;
    border-radius: 32px;
    box-sizing: border-box;
    color: #0a9fc2;
    cursor: pointer;
    line-height: 1.2;
    letter-spacing: -0.5px;
    padding-left: 70px;
    position: relative;
    height: 60px;
    font-size: 14px;
}
.faq .list__item:nth-child(2) .list__content--question {
	letter-spacing: -1.2px;
}
.faq .list__content--question:before {
	content: "";
	background: url(/resource/top/img/icon_question_blue_01.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	left: -2px;
	height: 60px;
	width: 60px;
}
.faq .list__content--question:after {
	content: "+";
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	top: 45%;
    right: 16px;
    line-height: 0.3;
}
.faq .list__content--question.open:after {
	content: "";
	display: block;
	background: #0a9fc2;
	position: absolute;
	top: 45%;
	right: 18px;
	height: 2px;
	width: 16px;
}
.faq .list__content--answer {
	display: none;
	position: relative;
}
.faq .list__content--answer:before {
	content: "";
	background: url(/resource/top/img/sp/parts_faq_tail_01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -14px;
	left: 30px;
	height: 14px;
	width: 34.5px;
}
.faq .list__content--answer {
	display: none;
	border: 2px solid #005eab;
	border-radius: 20px;
	margin-top: 20px;
	padding: 15px;
}
.faq .list__txt {
	line-height: 1.8;
}
.faq .list__linkArea {
	display: block;
	text-align: right;
}
.faq .list__link {
	color: #707070;
	display: inline-block;
	font-size: 13px;
	margin-top: 14px;
	text-decoration: none;
	position: relative;
	padding-right: 14px;
	text-align: left;
}
.faq .list__link:after {
	content: ">";
	color: #707070;
	position: absolute;
	top: 55%;
	right: 0;
	height: 23px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.faq .list {
    	width: 80%;
	}
} */
@media screen and (max-width: 359px) {
	.faq .list__content--question {
		padding-left: 60px;
	}
	.faq .list__item:nth-child(2) .list__content--question {
		letter-spacing: -2.4px;
	}
}

.faq .btnArea__link {
	background: #005eab;
	border-radius: 19px;
    box-sizing: border-box;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-right: 24px;
	position: relative;
	line-height: 38px;
	margin: 0 auto;
	height: 38px;
	max-width: 85%;
  margin-top: 30px;
  width: 100%;
}
/* @media screen and (max-width: 1024px) and (min-width: 480px){
  .faq .btnArea__link {
    width: 43%;
  }
} */
.faq .arrow--singleW:after {
	right: 28px;
	height: 13px;
	width: 24px;
}

/*----------------------------------------------------------------------------
  07.転職マニュアル
----------------------------------------------------------------------------*/
.manual .list {
	border-radius: 14px;
	margin: 60px auto 0;
}
.manual .list__item {
	position: relative;
}
.manual .list__item--age {
	margin-top: 45px;
}
.manual .group {
	background: url(/resource/top/img/sp/parts_tape_01.png) no-repeat center;
	background-size: contain;
	color: #fff;
	display: block;
	font-size: 15px;
	text-align: center;
	padding: 10px 20px;
}
.manual .list__item .group {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 88px;
	z-index: 1;
}
.manual .list__item--times .group {
	transform: rotate(-0.8deg);
	-webkit-transform: rotate(-0.8deg);
}
.manual .list__item--age .group {
	transform: rotate(0.8deg);
	-webkit-transform: rotate(0.8deg);
}
.manual .groupList {
	box-shadow: 0px 1px 4px #cacaca;
	padding: 34px 15px 15px;
}
.manual .list__item--times .groupList {
	background: #fff;
}

.manual .groupList__itemList_re {
	border-radius: 8px 0px 0px 8px;
	display: flex;
	position: relative;
}
.manual .list__item--age .groupList {
	background: #eaf6ff;
}
.manual .groupList__item:first-child {
	border-bottom: 2px dashed #005eab;
	margin-bottom: 20px;
}
.manual .groupList__link {
	text-decoration: none;
	display: block;
}
.manual .groupList__tit {
	border-bottom: 1px solid #b4b4b4;
	color: #005eab;
	font-size: 16px;
	padding-bottom: 8px;
	position: relative;
}
.manual .arrow--bracketsBeforeW:before {
	top: -13px;
	right: 7px;
	height: 10px;
	width: 8px;
}
.manual .groupList__tit:after {
	content: "";
	background: #0a9fc2;
	border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0;
    height: 25px;
    width: 25px;
}
.manual .groupList__txtBox {
	display: flex;
	margin: 10px 0 20px;
	text-align: justify;
}
.manual .list__item .groupList__item:nth-child(2) .groupList__txtBox {
	flex-flow: row-reverse;
}
.manual .list__item .groupList__item:nth-child(2) .groupList__txt {
	margin: 0 10px 0 0;
}
.manual .groupList__img {
	height: 100%;
	width: 115px;
}
.manual .groupList__item:last-child .groupList__txtBox {
	margin-bottom: 0;
}
.manual .groupList__txt {
	font-size: 13px;
	margin-left: 10px;
}
.manual .list--partsUnder {
	display: none;
}

.manual .list_re {
	margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 520px;
}
.manual .list__item_re {
	/* width: 100%; */
	/* text-align: center; */
}
.manual .groupList_re {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.manual .groupList__itemList_re {
	position: relative;
    display: grid;
    grid-template-columns: auto calc(36 / 240 * 100%);
	grid-template-rows: minmax(0,1fr);
	/* border-radius: 8px 0px 0px 8px; */
	/* width: 335px; */
	/* margin: auto; */
	/* margin-bottom: 15px; */
}
.manual .groupList__itemList_re:before {
	content: "";
	margin: auto;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 50%;
	bottom: 50%;
	/* height: 20px; */
	/* width: 20px; */
    width: min(2.6vw, 16px);
    height: min(2.6vw, 16px);
	/* border-radius: 20px; */
	z-index: 1;
	background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
	background-size: contain;
	/* left: 298px; */
    right: min(2.2vw, 13px);
}
.manual .groupList__itemList_re:after {
	content: "";
	margin: auto;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 50%;
	bottom: 50%;
	/* height: 25px; */
	/* width: 25px; */
    width: min(3.6vw, 22px);
    height: min(3.6vw, 22px);
	/* border-radius: 25px; */
    border-radius: 50%;
	z-index: 0;
	background-color: #005eab;
	background-size: contain;
	/* left: 295px; */
    right: min(1.8vw, 11px);
}
.manual .age .groupList__itemList_re:after {
	/* content: ""; */
	/* margin: auto; */
	/* box-sizing: border-box; */
	/* display: block; */
	/* position: absolute; */
	/* top: 0; */
	/* bottom: 0; */
	/* height: 25px; */
	/* width: 25px; */
	/* border-radius: 25px; */
	/* z-index: 0; */
	background-color: #0a9fc2;
	/* background-size: contain; */
	/* left: 295px; */
}
.manual .groupList__item_re {
	background-color: #005eab;
	/* width: 285px; */
	/* height: 58px; */
    height: calc(100% - 0.62vw);
	border-radius: 8px 0px 0px 8px;
	box-shadow: 0px 2px 4px #888;
}
.manual .age .groupList__item_re {
	background-color: #0a9fc2;
}
.manual .group_re {
	/* border: 1px solid #005eab; */
	/* background-color: #fff; */
	/* border-radius: 24px; */
	/* color: #005eab; */
	/* font-size: 15px; */
	/* width: 90px; */
	/* height: 26px; */
	/* text-align: center; */
	/* align-items: center; */
	/* display: block; */
}
.manual .group_re--age {
	/* border: 1px solid #0a9fc2; */
	/* color: #0a9fc2; */
}
.manual .list__item--times_re .group_re {
	/* width: 90px; */
	/* height: 23px; */
	/* display: inline-block; */
	/* margin: 15px 0; */
}
.manual .groupList__link_re {
	display: flex;
	align-items: center;
    gap: 6%;
    padding: 2% 4%;
    height: 100%;
	/* text-align: center; */
	/* width: 100%; */
}
.manual .groupList__imgBox {
    flex: 0 0 40%;
}
.manual .groupList__tit_box_re {
	/* margin-left: 15px; */
	color: #fff;
    font-size: min(calc(12 / 375 * 100vw), 18px);
    line-height: 1.1;
}
.manual .groupList__tit_re,
.manual .groupList__tit_sub_re {
	/* color: #fff; */
	/* font-size: 18px; */
	/* line-height: 16px; */
	/* text-align: left; */
}
.manual .groupList__tit_sub_re {
	/* font-size: 15px; */
    font-size: 0.9em;
}
.manual .groupList__img_re {
	/* height:100%; */
	/* max-width: 120%; */
	/* width: 110px; */

}
.manual .group__item--age {
	/* background-color: #0a9fc2; */
}
.manual .groupList__img_btn_re img {
    /* height: 100%; */
}
.manual .groupList__img_btn_spre {
	/* width: 52px; */
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.manual .groupList {
		margin: 0 auto;
    	width: 80%;
	}
} */
/* @media screen and (max-width: 320px) {
	.manual .groupList__item_re {
		width: 82%;
	}
	.manual .groupList__itemList_re {
		width: 100%;
	}
	.manual .groupList__img_btn_spre {
		width: 51px;
	}
	.manual .groupList__itemList_re:before {
		right: 5%;
		left: auto;
	}
	.manual .groupList__itemList_re:after,
	.manual .age .groupList__itemList_re:after {
		right: 4%;
		left: auto;
	}
} */


/*----------------------------------------------------------------------------
  08.公開求人検索
----------------------------------------------------------------------------*/
.search .tabBoxArea {
	border: 1px solid #0a9fc2;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 90px;
	position: relative;
	width: 100%;
}
.search .desc,
.search .corpresult {
	max-width: 1000px;
	margin: 0 auto;
}
.search .headding__subTit:before,
.search .headding__subTit:after {
	width: 29%;
}
.search .desc {
	padding: 10px 0 0;
}
.search .desc__txt {
	margin-bottom: 10px;
	letter-spacing: -1px;
}
/* corpresult */
.search .corpresult {
	padding: 18px 0 50px;
	overflow: hidden;
}
.search .corpresult__linkBox {
	text-align: right;
	margin-top: 8px;
}
.search .corpresult .listBox {
	border-bottom: 1px solid #005eab;
	padding: 4px 0 5px;
	width: 4132px;
}
/* @keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-2066px);
	}
} */
.corporateLogo__image {
	width: 2066px;
	height: 80px;
	flex-shrink: 0;
}
.corporateLogo__wrapper {
	display: flex;
	will-change: transform;
	overflow: hidden;
	margin-bottom: 5px;
}
.search .corpresult .listBox .corporateLogo__item img {
	width: auto;
	max-width: none;
	height: 100%;
}
.loopImage {
	overflow: hidden;
    height: 60px;
    position: relative;
}
.loopImage:before,
.loopImage:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 50px;
	z-index: 1;
}
.loopImage:before {
	background: linear-gradient(to left, rgba(255,255,255,0), #fff 95%);
	left: 0;
}
.loopImage:after {
	background: linear-gradient(to right, rgba(255,255,255,0), #fff 95%);
	right: 0;
}
.search .slick-initialized .slick-slide {
	width: auto !important;
}
.search .slick-slide img {
	margin: -3px 25px 0 0;
	height: 63px;
}
/* tabBoxArea => tab--custom */
.search .tabBoxArea__icon {
	background: #0a9fc2;
	border-radius: 18px;
	border: 1px solid #fff;
	color: #fff;
	display: table;
	font-size: 15px;
	position: absolute;
	top: -20px;
	left: -10px;
	text-align: center;
}
.search .tabBoxArea__iconTxt {
	padding: 0 18px;
	height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .tabBoxArea__iconTxt--big {
	font-size: 22px;
	margin: -8px 0 -10px;
}
.search .tabBoxArea__iconTxt--small {
	font-size: 18px;
}
/* tab--custom */
.tabBox--linkBox {
	margin: 32px 0 28px;
}
.tabBox--linkBox .tab__label:before {
	left: 0;
	top: 0;
    bottom: 0;
    margin: auto;
}
.tabBox--linkBox .tab__label {
	padding-left: 28px;
}
.tabBox--linkBox .tabList__item:first-child .tab__label {
	padding-left: 60px;
}
.tabBox--linkBox .tabList__item:nth-child(2) .tab__label {
	padding-left: 44px;
}
.tabBox--linkBox .tabList__item:last-child .tab__label {
	padding-left: 54px;
}
.tabBox--linkBox .tabList__item:first-child .tab__label:before { /* 手前の指1（アイコン） */
	background: url(/resource/top/img/icon_search_01.png) no-repeat 0 center;
	height: 32px;
	width: 35px;
}
.tabBox--linkBox .tabList__item:nth-child(2) .tab__label:before { /* 手前の指2（アイコン） */
	background: url(/resource/top/img/icon_search_02.png) no-repeat 0 center;
	height: 31px;
	width: 23px;
}
.tabBox--linkBox .tabList__item:last-child .tab__label:before { /* 手前の指3（アイコン） */
	background: url(/resource/top/img/icon_search_03.png) no-repeat 0 center;
	height: 32px;
	width: 40px;
}
/* tab--inner */
.search .linkList {
	display: none;
	margin: 5px 0 0;
}
.search .linkList.open {
	display: block;
}
.search .tabList__item {
	background: #0a9fc2;
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	padding-left: 52px;
	position: relative;
}
.search .tabList__item.open {
	background: #ffc000;
	color: #005eab;
	transition: transform 0.3s;
}
.search .tabList__item.open:before {
	content: "";
	background: url(/resource/top/img/parts_tail_yellow_01.svg) no-repeat center;
    position: absolute;
    bottom: -12px;
    left: 12px;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    height: 14px;
    width: 30px;
    z-index: 1;
}
.search .tabList__item:after {
	content: "+";
	color: #fff;
    font-size: 22px;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.search .tabList__item.open:after {
    content: "";
    display: block;
    background: #005eab;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 2px;
    width: 13px;
}
.search .contentList__item .tabList__icon {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
}
.search .contentList__item:nth-child(1) .tabList__icon {
	background: url(/resource/top/img/icon_search_occupation_white_01.svg) no-repeat 0 center;
	background-size: contain;
	height: 23px;
	width: 26px;
}
.search .contentList__item:nth-child(1) .tabList__item.open .tabList__icon {
	background: url(/resource/top/img/icon_search_occupation_blue_01.svg) no-repeat 0 center;
	background-size: contain;
	height: 23px;
	width: 26px;
}
.search .contentList__item:nth-child(2) .tabList__icon {
	background: url(/resource/top/img/icon_search_location_white_01.svg) no-repeat 0 center;
	background-size: contain;
	left: 18px;
	height: 23px;
	width: 26px;
}
.search .contentList__item:nth-child(2) .tabList__item.open .tabList__icon {
	background: url(/resource/top/img/icon_search_location_blue_01.svg) no-repeat 0 center;
	background-size: contain;
	left: 18px;
	height: 23px;
	width: 26px;
}
.search .contentList__item:nth-child(3) .tabList__icon {
	background: url(/resource/top/img/icon_search_industry_white_01.svg) no-repeat 0 center;
	background-size: contain;
	height: 23px;
	width: 26px;
}
.search .contentList__item:nth-child(3) .tabList__item.open .tabList__icon {
	background: url(/resource/top/img/icon_search_industry_blue_01.svg) no-repeat 0 center;
	background-size: contain;
	height: 23px;
	width: 26px;
}
.search .linkList__item {
	margin-bottom: 3px;
}
.search .linkList__link {
	background: #eeeeee;
	box-sizing: border-box;
	color: #333;
	display: block;
	font-size: 12px;
	height: 40px;
	padding-left: 10px;
	position: relative;
	text-decoration: none;
}
.search .linkList__link:after {
	content: "";
	display: block;
	background: url(/resource/top/img/icon_arrow_brackets_blue_01.svg) no-repeat center;
	background-size: cover;
	margin: auto;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	height: 11px;
	width: 8px;
}
.search .linkList__link--summary {
	display: flex;
	align-items: center;
	height: 41px;
}
@media screen and (max-width: 359px) {
	.search .linkList .linkList__item:nth-child(1) .linkList__link--summary {
		letter-spacing: -1.4px;
	}
}
.search .linkList__link--detail {
	display: none;
}
.search .linkList__item:nth-child(5) .linkList__link--detail,
.search .linkList__item:nth-child(11) .linkList__link--detail {
	letter-spacing: -1px;
}
.search .linkList__item:nth-child(8) .linkList__link--detail {
	letter-spacing: -1.8px;
}
.search .linkList__item--blank {
	display: none;
}
/* tab--inner - location custom */
.search .contentList__item--location .linkList__link {
	background: #d2d2d2;
}
.search .contentList__item--location .smallLinkList {
	align-content: space-between;
	background: #eee;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 8px;
	gap: 15px 7px;
}
.search .contentList__item--location .smallLinkList__item {
	background: #fff;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	width: calc((100% - 28px) / 4);
}
.search .contentList__item--location .smallLinkList__item--blank {
	background: #eee;
}
.search .contentList__item--location .smallLinkList__link {
	display: block;
	padding: 5px 0;
}
/* labelArea - list--label */
.search .labelArea {
	margin: 0 10px;
}
.search .labelArea .headding__subTit {
	color: #000;
}
.search .list--label {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	justify-content: space-between;
}
.search .list--label .list__item {
	margin-bottom: 10px;
	position: relative;
	width: calc((100% - 32px) / 5);
}
.search .list--label .list__item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform: scale(.5);
	-webkit-transform: scale(.5);
}
.search .list--label .list__link {
	background: #0a9fc2;
	border-radius: 50%;
	color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	height: 55px;
	width: 55px;
}
.search .list--label .list__txt {
	align-items: center;
	display: flex;
	font-size: 12px;
	padding-left: 2px;
	position: absolute;
	justify-content: center;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.android .search .list--label .list__txt {
	padding-right: 2px;
}
.search .list--label .list__item:nth-child(3) .list__txt {
	letter-spacing: -1.5px;
	padding-left: 0;
}
.search .list--label .list__item:nth-child(7) .list__txt {
	letter-spacing: -1px;
	padding-left: 0;
}
.search .btnArea {
	align-items: center;
	background: #005eab;
	display: flex;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	justify-content: center;
	height: 70px;
	width: 100%;
}
.search .btnArea__link {
	background: #fff;
	border: 2px solid #005eab;
	border-radius: 20px;
	box-shadow: 1px 1px 8px #004075;
	color: #005eab;
	display: block;
	font-size: 15px;
	margin: 54px auto 54px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	padding-right: 12px;
	position: relative;
	height: 38px;
	width: 250px;
}
.search .btnArea__link:hover {
	background: #005eab;
	color: #fff;
	transition: background 0.3s;
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.search .contentArea {
    	width: 80%;
	}
	.search .list--label .list__item {
		background: none;
		border-radius: none;
	}
	.search .list--label .list__link {
		background: #0a9fc2;
    	border-radius: 50%;
    	margin: 0 auto;
    	height: 70px;
    	width: 70px;
	}
} */
/*----------------------------------------------------------------------------
  09.業界特化のマイナビ転職エージェント
----------------------------------------------------------------------------*/
/* list--advisor */
.specialize .contentArea {
	max-width: 100%;
}
.specialize .headding__txt,
.specialize .txtlinkBox,
.specialize .siteArea {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.specialize .list--advisor {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.specialize .list--advisor .list__item {
	margin-right: 10px;
	margin-left: 10px;
}
.specialize .list--advisor .list__feature {
	text-align: center;
	margin-bottom: 8px;
	white-space: nowrap;
}
.specialize .list--advisor .list__featureTxt {
	font-size: 16px;
	padding: 0 2px;
	letter-spacing: -0.8px;
}
.specialize .list--advisor .list__featureTxt--small {
	font-size: 13px;
	padding-left: 6px;
}
.specialize .list--advisor .list__content {
	border-radius: 6px;
	box-shadow: 0px 2px 8px #909090;
	position: relative;
}
.specialize .list--advisor .list__txt {
	border-radius: 0 0 6px 6px;
	height: 24px;
}
.specialize .txtlinkBox {
	margin-top: 18px;
}
/* slickslider custom */
.specialize .list__caption {
	display: block;
	bottom: 24px;
	padding: 8px 0;
}

@media screen and (max-width: 330px) {
	.list__caption.bg--kansai {
		letter-spacing: -1.8px;
	}
}
.specialize .list__caption.bg--it {
	background: rgba(72, 163, 228, 0.55);
}
.specialize .list__caption.bg--sales {
	background: rgba(29, 49, 111, 0.55);
}
.specialize .list__caption.bg--maker {
	background: rgba(13, 142, 72, 0.55);
}
.specialize .list__caption.bg--kansai {
	background: rgba(228, 57, 40, 0.55);
}
.specialize .list__caption:before {
	content: "";
	margin: auto;
	position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    height: 15px;
    width: 35px;
}
.specialize .slick-active .list__caption.bg--it:before {
	background: url(/resource/top/img/icon_tail_it_01.svg) no-repeat center;
}
.specialize .slick-active .list__caption.bg--sales:before {
	background: url(/resource/top/img/icon_tail_sales_01.svg) no-repeat center;
}
.specialize .slick-active .list__caption.bg--maker:before {
	background: url(/resource/top/img/icon_tail_maker_01.svg) no-repeat center;
}
.specialize .slick-active .list__caption.bg--kansai:before {
	background: url(/resource/top/img/icon_tail_kansai_01.svg) no-repeat center;
}
.specialize .slick-slider .slick-track {
	padding: 20px 0 10px;
}
.specialize .slick-dots li {
	width: 10px;
}
.specialize .slick-center {
	transform: translate(0,-15px);
	-webkit-transform: translate(0,-15px);
	transition: all 0.5s;
}
.specialize .slick-slide {
	transition: all 0.5s;
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.specialize .slick-active .list__caption {
		font-size: 13px;
    	letter-spacing: -0.5px;
	}
	.specialize .siteArea {
		max-width: 80%;
	}
} */
/* siteArea */
.specialize .siteArea {
	background: #fff;
	border-radius: 16px;
	padding: 20px 20px 36px;
}
.specialize .siteArea .headding__subTit {
	font-size: 15px;
}
.specialize .siteArea .headding__subTit:before,
.specialize .siteArea .headding__subTit:after {
	width: 30%;
}
.specialize .list--site {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 24px;
}
.specialize .list--site .list__link {
	align-items: center;
	border: 1px solid #fff;
	display: flex;
	background: #fff;
	border-radius: 50%;
	box-shadow: 1px 3px 7px #bdbdbd;
	box-sizing: border-box;
	margin: 0 auto;
	justify-content: center;
	height: 65px;
	width: 65px;
}
.specialize .list--mainSite .list__item .list__iconImg,
.specialize .list--attribute .list__item .list__iconImg,
.specialize .list--area .list__item .list__iconImg {
	width: 60%;
}
.specialize .list--mainSite .list__item:nth-child(1) .list__iconImg,
.specialize .list--mainSite .list__item:nth-child(3) .list__iconImg,
.specialize .list--mainSite .list__item:nth-child(8) .list__iconImg,
.specialize .list--mainSite .list__item:nth-child(6) .list__iconImg {
	width: 70%;
}
.specialize .list--mainSite .list__item:nth-child(5) .list__iconImg {
	width: 80%;
}
.specialize .list--site .list__txt {
	font-size: 13px;
	text-align: center;
	margin-top: 8px;
	line-height: 1.2;
}
.specialize .list--mainSite .list__item {
	margin-bottom: 15px;
	width: calc(100% / 3);
}
.specialize .list--mainSite .list__item:last-child {
	margin-bottom: 0;
}
.specialize .list--mainSite .list__item:nth-child(8) .list__txt {
	letter-spacing: -1.2px;
}
.specialize .list--attribute {
  margin: 26px auto 30px;
  width: 170px!important;
}
.specialize .list--area {
	margin: 0 auto;
}
.specialize .list--area .list__item{
  margin-top: 26px;
}
.specialize .siteArea__box--secondary .headding__subTit:before,
.specialize .siteArea__box--secondary .headding__subTit:after {
	width: 38%;
}
.specialize .siteArea__box--secondary .list {
	width: 95%;
}
.specialize .list--attribute .list__item:last-child {
	transform: translate(15px,0);
	-webkit-transform: translate(15px,0);
}
.specialize .txtlinkBox {
	margin-bottom: 40px;
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.specialize .siteArea__box--secondary .list {
    	width: 260px;
	}
} */

/*----------------------------------------------------------------------------
  10.面談場所のご案内
  / list--office / list--place / info /
----------------------------------------------------------------------------*/
.desc__txt {
	text-align: center;
	line-height: 1.6;
}
/* list--office */
/* .office .contentArea {
	max-width: 100%;
}
.office .list--office .list__item {
	margin: 40px 25px 0 0;
	position: relative;
}
.office .list--office .list__tit {
	position: absolute;
	top: 10px;
	left: 175px;
	letter-spacing: -0.5px;
}
.android .office .list--office .list__txt {
	letter-spacing: -0.5px;
}
.android .office .list__item .list__img--right {
	width: calc((100% - 14px) / 2);
}
.office .list--office .list__txtBox {
	display: flex;
	position: relative;
}
*/
.office .contentArea {
	max-width: 100%;
}
.list--office .list__item {
	position: relative;
	height: 180px;
	max-width: 95%;
	margin: 10% auto 0 0;
}
.list--office .list__item:nth-child(2) {
	margin: 10% 0 0 auto;
}
.list--office .list__item .list__tit {
	position: absolute;
	right: 0;
	border-top: solid #005eab 2px;
	padding-top: 10px;
	width: 52%;
}
.list--office .list__item:nth-child(2) .list__tit {
	left: 0;
	letter-spacing: -0.01em;
}
.list--office .list__txtBox {
	width: 100%;
	height: 100%;
	position: relative;
}
.list--office .list__link {
	position: relative;
	width: 100%;
	display: block;
	height: 100%;
}
.list--office .list__txt {
	position: absolute;
	top: 40px;
	right: 0;
	font-size: 11px;
	width: 52%;
}
.list--office .list__item:nth-child(2) .list__txt {
	left: 0;
}
.list--office .list__item .list__img--left {
	border-radius: 0 10px 10px 0;
	height: 100%;
	width: 42%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.list--office .list__item:nth-child(2) .list__img--left {
	left: 58%;
	border-radius: 10px 0 0 10px;
}
.list--office .list__item .list__img--right {
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 90px;
	width: 54%;
}
.list--office .list__item:nth-child(2) .list__img--right {
	left: 0;
}
.list--office .list__item .list__subTit {
	font-size: 10px;
}
@media screen and (max-width: 359px) {
	.list--office .list__item .list__subTit {
		margin-left: -5px;
    letter-spacing: -2px;
	}
}
.list--office .list__item--kyobashi .list__img--left {
	background: url(/resource/top/img/img_ofice_kyobashi_01.png) no-repeat center;
	background-size: 110%;
}
.list--office .list__item--kyobashi .list__img--right {
	background: url(/resource/top/img/img_ofice_kyobashi_02.png) no-repeat center -32px;
	background-size: 116%;
}
.office .list__item--ginza .list__img--left {
	background: url(/resource/top/img/img_ofice_ginza_01.png) no-repeat center ;
	background-size: 116%;
}
.office .list__item--ginza .list__img--right {
	background: url(/resource/top/img/sp/img_ofice_ginza_02_sp.png) no-repeat center ;
	background-size: 130%;
}
.office .list__item--osaka .list__img--left {
	background: url(/resource/top/img/img_ofice_osaka_01.png) no-repeat center;
	background-size: 111%;
}
.office .list__item--osaka .list__img--right {
	background: url(/resource/top/img/sp/img_ofice_osaka_02_sp.png) no-repeat center ;
	background-size: 140%;
}
@media screen and (max-width: 360px) and (min-width: 351px) {
	.list--office .list__txt {
		letter-spacing: -0.5px;
	}
}
@media screen and (max-width: 350px) {
	.list--office .tablet_none {
		display: none;
	}
	.list--office .list__txt {
		letter-spacing: -1.6px;
	}
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.list--office .list__item--kyobashi .list__img--left {
		background: url(/resource/top/img/img_ofice_kyobashi_01.png) no-repeat center 42%;
		background-size: 100%;
	}
	.list--office .list__item--kyobashi .list__img--right {
		background: url(/resource/top/img/img_ofice_kyobashi_02.png) no-repeat center;
		background-size: 100%;
	}
	.office .list__item--ginza .list__img--left {
		background: url(/resource/top/img/img_ofice_ginza_01.png) no-repeat center 0;
		background-size: 100%;
	}
	.office .list__item--ginza .list__img--right {
		background: url(/resource/top/img/img_ofice_ginza_02.png) no-repeat center;
		background-size: 100%;
	}
	.office .list__item--osaka .list__img--left {
		background: url(/resource/top/img/img_ofice_osaka_01.png) no-repeat center 20%;
		background-size: 100%;
	}
	.office .list__item--osaka .list__img--right {
		background: url(/resource/top/img/img_ofice_osaka_02.png) no-repeat center 72%;
		background-size: 100%;
	}
} */
/* list--place */
.office .list--place {
	display: flex;
	flex-wrap: wrap;
	margin: 25px auto 80px;
	justify-content: center;
	line-height: 1;
	width: 70%;
}
.office .list--place .list__item {
	border-right: 1px solid #333;
	text-align: center;
	/* pointer-events: none; */
	margin-bottom: 6px;
	width: calc(100% / 4);
}
.office .list--place .list__item:nth-child(4),
.office .list--place .list__item:nth-child(8),
.office .list--place .list__item:last-child {
	border-right: none;
}
.office .listBox {
	position: relative;
}
.office .list--place .list__item:last-child {
	pointer-events: auto;
	position: absolute;
	bottom: -60px;
	height: 40px;
	width: 100%;
}
.office .list--place .list__link {
	align-items: center;
	color: #333;
	display: flex;
	height: 100%;
	justify-content: center;
	text-decoration: none;
}
.office .list--place .list__item:last-child .list__link {
	background: #f1f1f1;
	border-radius: 10px;
	color: #005eab;
	position: relative;
	margin: 0 auto;
	width: 87%;
}
.office .list--place .list__item:last-child .list__link:after {
	right: 50px;
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.office .list--place .list__item:last-child .list__link {
    	width: 58%;
	}
	.office .list--place {
		width: 60%;
	}
	.office .list--place .list__item {
		margin-bottom: 5px;
	}
} */
/* info */
.office .info {
	margin: 0 auto;
	max-width: 600px;
	width: 90%;
}
.office .info__txt {
	align-items: center;
	display: flex;
	margin-bottom: 20px;
	letter-spacing: -1.5px;
	position: relative;
	padding-left: 78px;
	height: 60px;
}
.office .info__txt:before {
	content: "";
	background: url(/resource/top/img/icon_tellok_01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	height: 60px;
	width: 68px;
}
@media (max-width: 767px) {
	.office .info__txt {
		padding: 0;
		justify-content: center;
	}
	.office .info__txt:before {
		position: relative;
	}
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.office .contentArea {
		width: 80%;
	}
	.office .list__item .list__img--left,
	.office .list__item:nth-child(even) .list__img--left {
		border-radius: 10px !important;
	}
	.office .list__item .list__img--right {
    	right: 11%;
    	max-width: 100%;
	}
	.office .list--office .list__item:nth-child(even) .list__img--right {
		left: 11%;
	}
	.office .list--office .list__txt {
		letter-spacing: -1px;
		width: 60%;
	}
	.office .list--office .list__item:last-child .list__txt {
		letter-spacing: -2px;
	}
	.office .list--office .list__item:nth-child(even) .list__tit {
		left: 31px;
	}
	.office .tablet_none {
		display: none;
	}
	.office .list__txt--tablet {
		margin-left: 10px;
	}
	.office .info__txt {
		margin: 0 auto 20px;
		width: 322px;
	}
} */


/*----------------------------------------------------------------------------
  11.転職成功事例
----------------------------------------------------------------------------*/
.case .contentArea {
	max-width: 100%;
}
.case .list {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
	margin-bottom: 30px;
}
.case .list__item {
	background: #fff;
	border-radius: 14px;
	box-shadow: 1px 3px 7px #bdbdbd;
	box-sizing: border-box;
	position: relative;
	margin: 0 10px;
	height: 362px;
}
.android .case .list__item {
	height: 382px;
}
.case .list__link {
	color: #333;
	display: block;
	padding: 14px 10px 10px 10px;
	text-decoration: none;
}

.case .list__cat {
	color: #fff;
	border-radius: 4px;
	font-weight: 700;
	font-style: normal;
	position: absolute;
	top: 14px;
	left: -4px;
	line-height: 32px;
	letter-spacing: -1.5px;
	text-align: center;
	height: 32px;
	width: 142px;
}
.case .list__unique {
	text-align: right;
	height: 32px;
	line-height: 33px;
}
.case .list__desc {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin: 20px 10px 10px;
}
.case .list__descImg {
	margin-right: 10px;
	height: 70px;
	width: 70px;
}
.case .list__descTxt {
	line-height: 1.2;
	text-align: justify;
}
.case .list__introBox {
	display: flex;
	font-size: 13px;
	margin: 0 10px 10px;
	height: 48px;
}
.case .list__intro,
.case .list__introTxt {
	align-items: center;
	display: flex;
}
.case .list__intro {
	border-radius: 4px 0 0 4px;
	color: #fff;
	min-width: 48px;
	justify-content: center;
}
.case .list__introTxt {
	border-radius: 0 4px 4px 0;
	line-height: 1.2;
	padding: 0 10px;
	width: 100%;
}
.case .list__txtBox {
	box-shadow: 0px 2px 5px #eaeaea;
	position: relative;
}
.case .list__txt {
	font-size: 12px;
	letter-spacing: -0.5px;
	line-height: 1.6;
	padding: 42px 10px 6px;
}
.case .list__txtTag {
	background: #fff;
	font-size: 13px;
	margin-left: 10px;
	padding: 3px 12px 3px 8px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.case .list__txtTag:before {
	content: "";
	background: url(/resource/top/img/parts_tag_01.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	height: 25px;
	width: 12px;
	left: -11px;
	top: 0;
}
.case .list__scrollTxt {
	position: absolute;
	border-radius: 0 0 10px 10px;
	display: block;
}
@keyframes scrollBox--case {
	0% {
			height: 0
	}
	100% {
			height: 35px;
	}
}
.case .scrollBox__txt {
	align-items: center;
	display: flex;
	font-size: 13px;
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 86px;
}
.case .scrollBox__txt:after {
	content: "";
	background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
    background-size: contain;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
	right: 0;
	height: 9px;
	width: 8px;
}
.case .scrollBox {
	left: 0;
	right: 0;
	height: 25px;
}
.case .txtlinkBox {
	width: 95%;
}
/*-- slick slider - custom --*/
.case .slick-list {
	height: 390px;
}
.android .case .slick-list {
	height: 410px;
}
.case .slick-track {
	margin-top: 20px;
	height: 380px;
	position: relative;
}
.case .slick-active {
	margin-bottom: 20px;
}
.case .slick-center {
	transform: translate(0,-15px);
	-webkit-transform: translate(0,-15px);
	transition: all 0.5s;
}
.case .slick-slide.slick-current .slider__item,
.case .slick-slide.is-active-next .slider__item {
	transform: translate(0,-15px);
	-webkit-transform: translate(0,-15px);
}
.case .slick-slide {
	transition: all 0.5s;
}
.case .slick-prev,
.case .slick-next {
	background: #fff;
	border: 1px solid #005eab;
	border-radius: 50%;
	box-shadow: 0 0 5px #8e8e8e;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
	width: 30px;
	z-index: 1;
	font-size: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
}
.case .slick-prev {
	left: 27px;
}
.case .slick-next {
	right: 27px;
}
.case .slick-prev:before,
.slick-next:before {
	content: "" !important;
	background: url(/resource/top/img/icon_arrow_brackets_blue_01.svg) no-repeat center;
	background-size: contain;
	display: block;
	height: 12px;
	width: 30px;
	z-index: 1;
}
.case .slick-prev {
	transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
}
.case .slick-next {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.slick-dots li.slick-active button:before {
	color: #005eab !important;
}
.case .slick-dots {
	bottom: -35px;
}
.case .slick-dots li {
	width: 10px;
}
.case .slick-prev:hover,
.case .slick-next:hover,
.case .slick-prev:focus,
.case .slick-next:focus {
	background-color: #FFF;
}
/* @media screen and (max-width: 767px) and (min-width: 480px) {
	.case .slick-next {
		right: 27.5%;
	}
	.case .slick-prev {
		right: 44.5%;
	}
} */
@media screen and (max-width: 359px) {
	.case .list__txt {
		padding: 42px 5px 6px;
	}
	.case .slick-list {
		height: 440px !important;
	}
	.case .list__item {
		height: 400px !important;
	}
}
@media screen and (max-width: 332px) {
	.case .slick-list {
		height: 440px !important;
	}
	.case .list__item {
		height: 420px !important;
	}
}
.slick-dots li button:before {
	font-size: 35px !important;
}
/*----------------------------------------------------------------------------
  12.ご紹介企業情報
----------------------------------------------------------------------------*/
.company .list__logoBox {
	align-items: center;
	display: flex;
	max-width: 186px;
	justify-content: center;
	width: 100%;
}
.company .list__item {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 5px #BBB;
	margin: 20px auto 50px;
	max-width: 698px;
	width: 100%;
	border: 1px solid #b0b0b0;
}
.company .list__item:last-child {
	margin: 20px auto 52px;
}
.company .list__link {
	display: flex;
	position: relative;
	height: 100%;
}
.company .arrowSP--bracketsW:after {
	right: 10px;
}
.company .list__txt {
	animation: scrollTxt 0.2s linear;
	display: flex;
	margin: auto;
	position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    justify-content: center;
	width: 100%;
}
@keyframes scrollTxt {
	0% {
			opacity: 0;
	}
	80% {
			opacity: 0;
	}
	100% {
			opacity: 1;
	}
}
.company .list__txt {
	font-size: 12px;
}
.company .list__txt--industry {
	border-right: 1px solid #333;
	margin-right: 8px;
	padding-right: 8px;
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.company .list__item {
    	width: 65%;
	}
} */

/*----------------------------------------------------------------------------
  13.おすすめ転職情報
----------------------------------------------------------------------------*/
.recommend .unity {
	margin: 20px 0;
}
.recommend .unity--last {
	margin-bottom: 0;
}
.recommend .headding__subTit {
	font-weight: bold;
	text-align: left;
	margin-bottom: 6px;
}
.recommend .list__item {
	border: 1px solid #b0b0b0;
	position: relative;
	margin-top: -1px;
}
.recommend .list__item .list__link:after {
	content: "";
	background: #fff;
	border: 1px solid #005eab;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: 30px;
	width: 30px;
}
/* list--linkStyle */
.recommend .list--linkStyle .list__item .list__link:before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	height: 14px;
	width: 11px;
	z-index: 1;
}
.recommend .list--linkStyle .list__item .list__link:before {
	background: url(/resource/top/img/icon_arrow_brackets_blue_01.svg) no-repeat center;
	background-size: contain;
}
.recommend .list--linkStyle .arrow--bracketsBeforeW:before {
	display: none;
}
.recommend .list--linkStyle .list__link {
	align-items: center;
	color: #333;
	font-size: 13px;
	display: flex;
	max-height: 80px;
	text-decoration: none;
	background-color: #FFF;
}
.recommend .list--linkStyle .list__img {
	object-fit: contain;
	margin-right: 10px;
	height: 60px;
	width: 85px;
}
/* list--bnr */
.recommend .list--bnr {
	margin-top: 40px;
}
.recommend .list--bnr .list__item {
	border:none;
	position: relative;
	margin-bottom: 15px;
}
.recommend .list--bnr .list__item:last-child {
	margin-bottom: 0;
}
.recommend .list--bnr .list__link {
	display: block;
}
.recommend .list--bnr .list__txt {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 13px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 45px;
	margin: auto;
}
.recommend .list--bnr .list__item .list__link:after {
	display: none;
}
.recommend .list--bnr .arrow--bracketsBeforeW:before {
	right: 18px;
}
/* @media screen and (max-width: 1024px) and (min-width: 480px) {
	.recommend .contentArea {
    	max-width: 80%;
	}
	.recommend .unity--last {
		margin: 0 auto;
		width: 90%;
	}
	.recommend .list--bnr .list__item {
		text-align: center;
	}
	.recommend .list--bnr .list__txt .tablet {
		display: none;
	}
	.recommend .list--bnr .list__img {
		width: 100%;
	}
} */
.note {
	background-color: #f6f6f6;
}

.announcement {
	width: 90%;
	max-width: 1000px;
	background: #e8e8e8;
	margin: 10px auto 0;
}
.announcement__tit {
	padding: 10px 30px 10px 10px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}
.announcement__anchor {
  color: #005eab;
  /* display: inline-block;
  margin-top: 10px;
  width: 100%;
  text-align: right; */
}
.announcement__tit:after {
	content: "+";
	font-size: 21px;
	position: absolute;
	top: 48%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	line-height: 0.3;
	color: #005eab;
	font-weight: 700;
}
.announcement__tit.open:after {
	content: "";
	display: block;
	background: #005eab;
	position: absolute;
	right: 10px;
	height: 2px;
	width: 15px;
}
.announcement__txt {
	padding: 0 20px 20px 20px;
	display: none;
	width: 100%;
	font-size: 14px;
	text-align: justify;
}
.announcement__titInner {
	margin-left: 10px;
	font-size: 14px;
}
.announcement__exclamation {
	background: #005eab;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -3px;
	color: #fff;
}
@media screen and (max-width: 359px) {
	.announcement__exclamation {
		width: 23px;
	}
}

/* お知らせアコーディオン */
.information{
	max-width: 90%;
	margin: 15px auto 40px;
	border: 2px solid #0a9fc2;
	background: #fff;
}
.information__anchor{
	position: relative;
	padding: 18px 20px 18px 10px;
	display: flex;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	background-color: #0a9fc2;
}
.information__anchor::after{
	content: "+";
    font-size: 21px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 0.3;
    color: #ffffff;
}

.information__anchor.open::after{
	content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: 10px;
    height: 2px;
    width: 15px;
}

.information__heading{
	position: relative;
	padding-left: 10px;
	color: #fff;
}
.information__heading--white::before{
	content: '';
    display: inline-block;
    margin: 0 10px -4px 0;
    width: 20px;
    height: 20px;
    background: url(/resource/top/img/icon_info_white.svg) center center/contain no-repeat;
}
.information__content{
	display: none;
	text-align: left;
	padding: 15px;
}
.information__lead{
	color: #0a9fc2;
	font-weight: bold;
	font-size: 14px;
}
.information__lead--small{
	padding-top: 5px;
	color: #0a9fc2;
	font-size: 13px;
	font-weight: bold;
}
.information__text{
	padding-top: 10px;
	font-size: 13px;
}
.information__text--linkTitle {
  margin-top: 10px;
}
.information__link {
	display: block;
	text-decoration: underline;
	color: #1262b2;
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.information{
		margin: 20px 20px;
	}
}

/*----------------------------------------------------------------------------
  14.注目の条件
----------------------------------------------------------------------------*/
.trendWord {
	margin: 15px auto 28px;
}
.trendWord__item {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 3.1%;
	font-size: 12px;
}
.trendWord__img {
	width: 50%;
}
.trendWord__img > img {
	width: 100%;
}
.trendWord__txtArea {
	width: 85%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #fff;
}
.trendWord__txt {
	padding-top: 2px;
}
.trendWord__subtxt {
	border: solid 1px #fff;
	border-radius: 2px;
	padding: 0 4px 0px 6px;
	margin: 0 3.7%;
	height: 19px;
}
@media screen and (max-width: 1024px) and (min-width: 568px) {
	.trendWord__item {
		font-size: 15px;
	}
	.trendWord__subtxt {
		height: auto;
		padding: 1px 4px 0px 6px;
	}
}
@media screen and (max-width: 320px) {
	.trendWord__txtArea {
		letter-spacing: -1px;
	}
	.trendWord__subtxt {
		margin: 0 2%;
	}
}
.lp__wire {
	max-width: 335px;
	height: 45px;
	background: #0a9fc2;
	margin: 25px auto 25px;
	border-radius: 10px;
}
.lp__icon {
	width: 50px;
	height: 45px;
	background: #fff;
	border-radius: 10px 0 0px 10px;
}
.lp__text {
	font-size: 14px;
	color: #fff;
	width: calc(100% - 60px);
	padding-top: 4px;
	letter-spacing: 1px;
	padding-left: 15px;
	position: relative;
	line-height: 1.3;
}
.lp__text:after {
	content: "";
    margin: auto;
    height: 14px;
    width: 11px;
	background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	margin-top: -7px;
	margin-left: 32px;
}
.icon--data {
	width: 33px;
	padding-top: 5px;
	margin-left: 8px;
}
.notice__link {
	display: flex;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	text-decoration: none;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:before {
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
}

/* 東海エリアのみ表示させるエリア */
.to_tokai {
	width: 90%;
	margin: 40px auto;
	padding: 35px 20px 20px;
	background: url(/resource/top/img/bg_stripes_01.png) #e9f6f0;
	text-align: center;
	position: relative;
	border-radius: 8px;
}
.to_tokai .img__icon--tokai {
	position: absolute;
	top:-17px;
	left: -12px;
	width: 45px;
	height: 45px;
	z-index: 1;
}
.to_tokai .refer_tit {
	position: absolute;
	top:-10px;
	left: 25px;
	background-color: #24b37e;
	padding: 0 10px 0 20px;
	color: #FFF;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
}
.to_tokai .refer_tit:after {
	content: "";
    height: 31px;
    width: 23px;
	background: url(/resource/top/img/flag.svg) no-repeat;
	position: absolute;
	top: 0;
	right: -20px;
}
.to_tokai .refer_tit .tit_strong {
	font-size: 16px;
}
.to_tokai .headding__txt {
	font-size: 14px;
	margin: 0;
}
.to_tokai .tokaiCompanyList {
	margin: 15px 0 20px;
	justify-content: center;
}
.to_tokai .tokaiCompanyList .tokaiCompanyList_item {
	width: 300px;
	border: 1px solid #24b37e;
	border-radius: 8px;
	background-color: #FFF;
	text-align: left;
	position: relative;
	margin: 0 auto 20px;
	box-shadow: 2px 2px 6px #BBB;
}
.to_tokai .tokaiCompanyList .tokaiCompanyList_item .link_tokai {
	text-decoration: none;
	color: #333;
	padding-left: 60px;
	font-size: 15px;
	width: 100%;
	height: 50px;
	line-height: 1.2;
	display: inline-block;
}
.to_tokai .tokaiCompanyList .tokaiCompanyList_item .list__img--tokaiCompany {
	position: absolute;
	top: 0;
	left: 0;
	width: 50.5px;
	height: 50.5px;
	border-right: 1px solid #24b37e;
}
.to_tokai .tokaiCompanyList .tokaiCompanyList_item .txt_companyName {
	height: 50px;
	display: flex;
	align-items: center;
}
.to_tokai .tokaiCompanyList .tokaiCompanyList_item .txt_detail {
	display: none;
}
.to_tokai .tokaiCompanyList .tokaiCompanyList_item .link_tokai:before {
	background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
	background-size: contain;
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	height: 12px;
	width: 11px;
	z-index: 1;
}
.to_tokai .tokaiCompanyList .tokaiCompanyList_item .link_tokai:after {
	content: "";
	background-color: #24b37e;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: 25px;
	width: 25px;
}
.to_tokai .entryArea {
	padding: 0;
}
.to_tokai .entryArea .entryArea__btnLink {
	width: 222px;
	height: 45px;
	line-height: 45px;
	border-radius: 8px;
	font-size: 15px;
	padding: 7px 25px 7px 6px;
	display: flex;
}
.to_tokai .entryArea .entryArea__btnLink .entryArea__btnCatchTxt {
	font-size: 12px;
	margin: 0 5px 0 0;
	width: 35px;
	height: 35px;
	line-height: 1.2;
	border-radius: 8px;
	padding: 4px 5px;
	text-align: left;
	letter-spacing: 0.5px;
}
.to_tokai .entryArea .entryArea__btnLink .entryArea__btnTxt {
	font-size: 14px;
	text-align: left;
	height: 35px;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.to_tokai .arrow--bracketsW:after {
	background: url(/resource/top/img/icon_arrow_brackets_white_01.svg) no-repeat center;
	background-size: contain;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto;
	height: 10px;
	width: 11px;
	z-index: 1;
}

.pickupBanner{
  margin-top: 30px;
 }

.pickupBanner img{
  width: 100%;
}

.pickupBanner__anchor{
  transition: all .3s;
}

.pickupBanner__anchor:hover{
 opacity: 0.8;
}

.whatIs .list {
  margin: 35px auto 32px;
  max-width: 700px;
  counter-reset: whatIs__item 0;
}

/* @media screen and (max-width: 1024px) and (min-width: 480px){
  .whatIs .list {
    margin: 35px auto 0;
    max-width: 700px;
    width: 80%;
    counter-reset: whatIs__item 0;
  }
} */

.whatIs .list__item {
  /* width: 700px;
height: 272px; */

}

.whatIs .list__item:nth-of-type(n+2) {
  margin-top: 20px;
}

.whatIs .list__content--question {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  padding: 8px 55px;
  font-size: 15px;
  color: #005eab;
  position: relative;
  cursor: pointer;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.whatIs .list__content--question.open {
  border-radius: 10px 10px 0 0;
  box-shadow: none;
  border: 2px solid #005eab;
  border-bottom: none;
  background-color: #005eab;
  color: #fff;
}

.whatIs .list__content--question:before {
  counter-increment: whatIs__item 1;
  content: counter(whatIs__item,decimal-leading-zero) " ";
  /* background: url(/resource/top/img/whatIs_balloon.svg) no-repeat center; */
  background-image: url(../img/whatIs_balloon.svg);
  position: absolute;
  left: -5px;
  top: -5px;
  height: 54px;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
}

.whatIs .list__content--question:after {
  content: "+";
  font-size: 24px;
  position: absolute;
  top: 49%;
  right: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 0.3;
  font-weight: 700;
}

.whatIs .list__content--question.open::before {
  left: -7px;
  top: -7px;
}

.whatIs .list__content--question.open:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  right: 28px;
  height: 2px;
  width: 20px;
}

.whatIs .list__content--answer {
  display: none;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
  border: 2px solid #005eab;
  padding: 20px;
  margin-bottom: 32px;
}

.whatIs .list__txt{
font-size: 15px;
line-height: 27px;
color: #333;
}

.whatIs .list__linkArea{
margin: 15px auto 0;
  font-size: 15px;
  text-align: right;
 position: relative;
 padding-right: 14px;

}
.whatIs .list__linkArea:after {
  content: ">";
  color: #0a9fc2;

  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.whatIs .list__linkArea a{
  color: #0a9fc2;
  text-decoration: none;
}

.whatIs .list__linkArea a:hover{
  text-decoration: underline;
}

.whatIs .btnArea__link {
	background: #005eab;
	border-radius: 19px;
    box-sizing: border-box;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-right: 24px;
	position: relative;
	line-height: 38px;
	margin: 0 auto;
	height: 38px;
	max-width: 85%;
  margin-top: 30px;
  width: 100%;
}

.whatIs .btnArea__link_2 {
    background: #005eab;
    border-radius: 32px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    padding-right: 24px;
    position: relative;
    line-height: 24px;
    margin: 0 auto;
    height: 60px;
    max-width: 85%;
  }
/* @media screen and (max-width: 1024px) and (min-width: 480px){
  .whatIs .btnArea__link {
    width: 43%;
  }
} */
.whatIs .arrow--singleW:after {
	right: 28px;
	height: 13px;
	width: 24px;
}

/* 面談場所のご案内部分のCVボタン */
.topEntryArea__btn--small {
    margin: 0 auto;
    max-width: 370px;
    width: 100%;
}

.topEntryArea__btn--small .topEntryArea__btnLink {
    align-items: center;
    border-radius: 5px;
    display: flex;
    font-size: 15px;
    height: 55px;
    padding-left: 15px;
    padding-right: 0;
    line-height: 1.4;
}

.topEntryArea__btn--small .topEntryArea__btnCatchTxt {
    align-items: center;
    border-radius: 5px;
    display: flex;
    font-size: 12px;
    margin-right: 14px;
    padding: 1px 0 0 1px;
    line-height: 1.2;
    justify-content: center;
    height: 35px;
    width: 35px;
}

.topEntryArea__btn--small .topEntryArea__btnTxt {
    text-align: left;
}

.topEntryArea__btnLink {
    background: #d10042;
    border-radius: 8px;
    box-shadow: 0px 2px 6px #4e4e4e;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    padding-right: 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    height: 60px;
    width: 90%;
}


.topEntryArea__btnCatchTxt {
    background: #fff;
    border-radius: 16.5px;
    color: #d10042;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-right: 2px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    transform: translateY(-1px);
}

/* 求人紹介から面接対策など、あなたの転職活動を幅広くサポート！部分のCVボタン */
.android .topEntryArea__btnLink {
    text-align: center;
    padding-right: 0;
}

.topEntryArea__btnLink {
    width: 90%;
}

/* 公開求人検索部分のCVボタン */

.topEntryArea__btn--small {
    margin: 0 auto;
    max-width: 370px;
    width: 100%;
}
.topEntryArea__btn--small .topEntryArea__btnLink {
    align-items: center;
    border-radius: 5px;
    display: flex;
    font-size: 15px;
    height: 55px;
    padding-left: 15px;
    padding-right: 0;
    line-height: 1.4;
}

.search .topEntryArea__btn--small .topEntryArea__btnCatchTxt {
    margin-right: 22px;
}

.topEntryArea__btn--small .topEntryArea__btnCatchTxt {
    align-items: center;
    border-radius: 5px;
    display: flex;
    font-size: 12px;
    margin-right: 14px;
    padding: 1px 0 0 1px;
    line-height: 1.2;
    justify-content: center;
    height: 35px;
    width: 35px;
}

.entryArea__btn--small .entryArea__btnTxt {
    text-align: left;
}

/* あなたの転職に、素敵な出会いを */
.topEntryArea__content {
    color: #005eab;
    margin-bottom: 16px;
    position: relative;
}
.topEntryArea__img {
    padding: 38px 0 10px;
    margin: 0 auto;
    display: block;
    width: 85%;
}
.topEntryArea__txtBox {
    padding-left: 10px;
    line-height: 1.6;
}
.topEntryArea__tit {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.topEntryArea__txt {
    text-align: center;
}

/* TOPfooter */
.footerFixArea {
    background: #f1f1f1;
    bottom: 0;
    box-shadow: 0 0px 8px #9c9c9c;
    display: none;
    position: fixed;
    line-height: 1.5;
    height: 65px;
    width: 100%;
    z-index: 9999;
}

.footerFixArea .topEntryArea {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 0;
    transform: translateY(10px);
	width: 95%;
	margin: 0 auto;
}

.footerFixArea .topEntryArea__btn {
    width: 63%;
}

.footerFixArea .topEntryArea__btn--normalLink {
    width: 29%;
}

.footerFixArea .topEntryArea__btn--normalLink .topEntryArea__btnLink {
    box-shadow: 0 4px 0 #0e4674;
    max-width: inherit;
    width: 100%;
}

.footerFixArea .topEntryArea__btnLink, .footerFixArea .topEntryArea__btn--normalLink .topEntryArea__btnLink {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: auto;
}

.footerFixArea .topEntryArea__btn--normalLink .topEntryArea__btnTxt {
    display: block;
    letter-spacing: -0.3px;
    line-height: 1.3;
    padding: 4px 5px 0 0;
}

.footerFixArea .topEntryArea__btn--normalLink .footerFixArea__btn--ble {
    position: absolute;
    top: 5%;
    right: -10%;
    width: 31px;
}

.topEntryArea__btn--normalLink .topEntryArea__btnLink {
    background: #005eab;
    font-size: 15px;
    height: 45px;
    width: 100%;
    text-align: center;
    padding-right: 3%;
    line-height: 30px;
}

.footerFixArea .topEntryArea__btn--normalLink .footerFixArea__btn--ble {
    position: absolute;
    top: 5%;
    right: -10%;
    width: 31px;
}

.footerFixArea .topEntryArea__btn--normalLink {
    width: 31%;
    position: relative;
    margin-right: 2%;
}

.android .footerFixArea .topEntryArea__btnLink {
    text-align: center;
}

.footerFixArea .topEntryArea__btnLink {
    box-shadow: 0 4px 0 #7c354b;
    letter-spacing: -1px;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 375px){
	.topEntryArea__btn--keyVisual .topEntryArea__btnCatchTxt {
		line-height: 1.2;
		font-size: 12px;
	}
	.topEntryArea__btn--keyVisual .topEntryArea__btnLink {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.topEntryArea__btn--keyVisual .topEntryArea__btnCatchTxt {
		line-height: 1.2;
		height: 35px;
		width: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1px 0 0 1px;
		border-radius: 5px;
		margin-right: 3%;
		font-size: 12px;
	}
	.footerFixArea .topEntryArea__btnLink, .footerFixArea .topEntryArea__btn--normalLink .topEntryArea__btnLink {
		font-size: 13px;
		height: 40px;
		line-height: 1.2;
		width: auto;
	}
}

/*----- oricon_sp -----*/
@media screen and (max-width: 767px) {
	.banner_oricon2026{
		text-align: center;
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.banner_oricon2026 img{
		height: auto;
	}
}