/* フッター直前のエントリーボタン */

.topEntryArea {
	margin: 0 auto;
	padding: 60px 0;
	max-width: 700px;
  }

  .topEntryArea__content {
	/* align-items: center; */
	color: #005eab;
	/* display: flex; */
	margin-bottom: 20px;
	/* justify-content: center; */
  }

  .topEntryArea__txtBox {
	padding-left: 10px;
  }

  .topEntryArea__tit {
	font-size: 30px;
	margin-bottom: 6px;
	line-height: 1.1;
  }

  .topEntryArea__txt {
	letter-spacing: -0.5px;
  }

  @media screen and (max-width: 900px) and (min-width: 768px) {
	.topEntryArea__txt {
	  letter-spacing: -1px;
	}
  }

  .topEntryArea__btnLink {
	background: #d10042;
	border-radius: 20px;
	box-shadow: 3px 3px 13px #888;
	color: #fff;
	display: block;
	font-size: 22px;
	height: 93px;
	line-height: 93px;
	text-align: center;
	text-decoration: none;
	padding-right: 68px;
	position: relative;
	overflow: hidden;
  }

  .topEntryArea__btnLink:hover {
	transform: scale(1.05) rotate(0.0001deg);
	-webkit-transform: scale(1.05) rotate(0.0001deg);
	transition: all .2s;
  }

  .topEntryArea__btnLink:before {
	content: "";
	background: rgba(255, 255, 255, .15);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: -10%;
	left: -100%;
	transition: .5s ease-in-out;
	height: 100%;
	width: 110%;
  }

  .topEntryArea__btnLink:hover:before {
	left: 80%;
  }

  .arrow--singleW:after {
	right: 30px;
	height: 22px;
	width: 38px;
  }

  .topEntryArea__btnCatchTxt {
	background: #fff;
	border-radius: 20px;
	color: #d10042;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 1px 21px 0;
	margin-right: 24px;
	display: inline-block;
	line-height: 30px;
  }


  @media screen and (max-width: 1024px) and (min-width: 768px) {
	.entryArea {
	  width: 78%;
	}
  }

  /* entryBtn - custom */
  .topEntryArea__btn--small {
	max-width: 284px;
	width: 100%;
  }

  .topEntryArea__btn--small .topEntryArea__btnLink {
	align-items: center;
	border-radius: 10px;
	display: flex;
	font-size: 16px;
	height: 64px;
	padding-left: 15px;
	padding-right: 36px;
	line-height: 1.4;
  }

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

  .topEntryArea__btn--small .topEntryArea__btnCatchTxt {
	border-radius: 6px;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	padding: 6px 5px 4px 7px;
	line-height: 1.1;
  }

  .topEntryArea__btnCatchTxt .pc {
	display: none!important;
  }

  @media all and (-ms-high-contrast: none) {

	/* IE */
	.topEntryArea__btn--small .topEntryArea__btnCatchTxt {
	  padding: 9px 7px 3px 8px;
	}
  }

  .topEntryArea__btn--small .topEntryArea__btnLink:after {
	font-size: 30px;
	right: 14px;
	height: 17px;
	width: 30px;
  }

  .entryArea__banner {
	margin-top: 40px;
  }

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

  .topEntryArea__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%;
  }

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

.section__entryButton {
	background-color: #eaf3f9;
}

  /* SP */
  @media screen and (max-width:767px) {

	.entryArea {
		margin: 0 auto!important;/* 既存上書き */
		padding: 46px 0;
		max-width: 700px;
	}

	.entryArea__content {
		color: #005eab;
		margin-bottom: 16px;
		position: relative;
	}

	.entryArea__img {
		padding: 38px 0 10px;
		margin: 0 auto;
		display: block;
		width: 85%;
	}

	.entryArea__txtBox {
		padding-left: 10px;
		line-height: 1.6;
	}

	.entryArea__tit {
		font-family: tbudrgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
	}

	.entryArea__txt {
		text-align: center;
	}

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

	.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);
	}


	.entryArea__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);
	}


	/* あなたの転職に、素敵な出会いを */
	.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;
		font-size: 16px;
		font-weight: bold;
	}
	.topEntryArea__tit {
		font-family: tbudrgothic-std, sans-serif;
		/* 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;
	}

}


@media screen and (max-width:767px) {
	.entryArea__btn {
		margin: 0!important;
		padding-bottom: 40px!important;
	}
}