@charset "utf-8";
body {
	color: #333;
}
.employerHero {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
}
.employerHero__headline {
	text-align: center;
	font-size: 24px;
	padding: 20px 0 40px;
}
.employerHero__serifArea {
	width: 600px;
	padding-left: 60px;
}
.employerHero__serifHead {
	display: flex;
	width: 80%;
	justify-content: space-between;
}
.employerHero__serifFoot {
	display: flex;
	width: 80%;
	justify-content: space-between;
	margin: 0 0 0 auto;
}
.employerHero__serifTxt {
	font-size: 15px;
	width: 45%;
	position: relative;
	z-index: 9;
	text-align: center;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.employerHero__serifTxt::before {
	width: 36px;
	height: 36px;
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -8px;
	border-radius: 50%;
	border-radius: 50%;
}
.employerHero__serifTxt--sp1::before {
	background: center / contain no-repeat url(/resource/employer/img/index/kao_green.svg);
}
.employerHero__serifTxt--sp2::before {
	background: center / contain no-repeat url(/resource/employer/img/index/kao_brown.svg);
}
.employerHero__serifTxt--sp3::before {
	background: center / contain no-repeat url(/resource/employer/img/index/kao_pink.svg);
}
.employerHero__serifTxt--sp4::before {
	background: center / contain no-repeat url(/resource/employer/img/index/kao_purple.svg);
}
.employerHero__serifTxt::after {
	width: 250px;
	height: 160px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -21px;
	background: center / contain no-repeat url(/resource/employer/img/index/pc_hukidashi.png);
	z-index: -1;
}
.employerHero__txt {
	font-size: 22px;
	color: #fff;
	padding-left: 80px;
}
.employerHero__txtArea {
	position: relative;
	margin-top: 10px;
}

.employerHero__txtArea::after {
	content: "";
	display: block;
	background: center / 100% no-repeat url(/resource/employer/img/index/pc_ca.png);
	position: absolute;
	bottom: -34px;
	width: 100%;
	height: 350px;
	z-index: -1;
}

.employerMerit {
	background: #ecf2f8;
}
.employerMerit__wrap {
	max-width: 1000px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
.employerMerit__headline {
	border-bottom: solid 2px #005eab;
	text-align: center;
	font-size: 24px;
	padding: 40px 0 20px;
	margin-bottom: 50px;
}
.employerMerit__list {
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
}
.employerMerit__item {
	width: calc(100% / 3);
	position: relative;
}
.employerMerit__headWrap {
	height: 230px;
	width: 230px;
	margin: 0 auto;
	position: relative;
}
.employerMerit__headImgArea {
	border: solid 1px #005eab;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	height: 80px;
	width: 80px;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: -30px;
	top: 170px;
	z-index: 5;
	overflow: hidden;
}
.employerMerit__headImg {
	width: 80px;
	height: 80px;
}
.employerMerit__head {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	border: solid 1px #005eab;
}
.employerMerit__headTxt {
	position: relative;
	z-index: 1;
	text-align: center;
	height: 35%;
	padding: 19px 0 9px;
	font-size: 28px;
	background: #fff;
	box-sizing: border-box;
}
.employerMerit__headTxtImg {
	width: 37%;
}
.employerMerit__headTit {
	position: relative;
	z-index: 1;
	text-align: center;
	height: 65%;
	font-size: 23px;
	padding-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	letter-spacing: -1.2px;
	line-height: 1.3;
	background: linear-gradient(to bottom, #0095da, #005fac);
	box-sizing: border-box;
}
.employerMerit__txt {
	width: 250px;
	letter-spacing: -0.3px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	border-bottom: solid 1px #005eab;
	padding: 7px 0;
	line-height: 1.4;
}
.employerMerit__txtInner {
	color: #f15a24;
}
.employerMerit__txt--first {
	border-top: solid 1px #005eab;
	margin-top: 40px;
}

.employerFlow {
	background: #ecf2f8;
}
.employerFlow__wrap {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}
.employerFlow__headline {
	text-align: center;
	font-size: 24px;
	padding: 40px 0 20px;
}
.employerFlow__txt {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: solid 2px #005eab;
  font-size: 15px;
	text-align: center;
}
.employerFlow__list {
	list-style: none;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 90px;
}
.employerFlow__itemSP {
	width: 50%;
	display: flex;
	box-sizing: border-box;
	margin-bottom: 50px;
	align-items: flex-start;
}
.employerFlow__list > div.employerFlow__itemSP:nth-child(2n+1) > .employerFlow__item:nth-child(2) {
	transform: translateY(30px);
}
.employerFlow__list > div.employerFlow__itemSP:nth-child(2n) > .employerFlow__item:nth-child(1) {
	transform: translateY(60px);
}
.employerFlow__list > div.employerFlow__itemSP:nth-child(2n) > .employerFlow__item:nth-child(2) {
	transform: translateY(90px);
}
.employerFlow__item {
	width: 50%;
	background: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
}
.employerFlow__tit {
	display: flex;
	align-items: center;
	padding: 10px 15px 10px 0;
}
.employerFlow__titStep {
	font-size: 20px;
	width: 40%;
	color: #fff;
	text-align: center;
	padding: 9px 9px 9px 0px;
	background: linear-gradient(to right, #005fac, #46b4e6);
	position: relative;
	display: flex;
	justify-content: center;
}
.employerFlow__titStep::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	border-style: solid;
	border-width: 0 0px 42px 16px;
	border-color: transparent;
	border-bottom-color: #fff;
}
.employerFlow__stepImg {
	width: 70%;
}
.employerFlow__titInner {
	font-size: 18px;
	width: 60%;
	text-align: right;
	color: #005eab;
	font-weight: 600;
	margin-top: 7px;
}
.employerFlow__imgArea {
	width: 100%;
}
.employerFlow__img {
	width: 100%;
}
.employerFlow__itemFoot {
	font-size: 14px;
	line-height: 1.6;
	padding: 15px;
	display: flex;
	align-items: center;
	text-align: justify;
	text-justify: inter-ideograph;
}

.employerProfile {
	background: #ecf2f8;
}
.employerProfile__wrap {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 60px;
}
.employerProfile__graph {
	display: flex;
	flex-wrap: wrap;
}
.employerProfile__graphItem {
	position: relative;
}
.employerProfile__graph .employerProfile__graphItem:nth-child(1) {
	padding-right: 30px;
}
.employerProfile__graph .employerProfile__graphItem:nth-child(2) {
	padding-left: 30px;
}
.employerProfile__graph .employerProfile__graphItem:nth-child(3) {
	padding:45px 30px 0 40px;
}
.employerProfile__graphTxt {
	position: absolute;
	line-height: 1.2;
	font-size: 18px;
	color: #005eab;
	font-weight: 600;
}
.employerProfile__graph .employerProfile__graphItem:nth-child(1) p.employerProfile__graphTxt {
	top: 118px;
	left: 167px;
}
.employerProfile__graph .employerProfile__graphItem:nth-child(2) p.employerProfile__graphTxt {
	top: 118px;
	left: 163px;
}
.employerProfile__graph .employerProfile__graphItem:nth-child(3) p.employerProfile__graphTxt {
	top: 174px;
	left: 160px;
}

.employerProfile__graphItem {
	width: 50%;
	box-sizing: border-box;
}
.employerProfile__feature {
	background: #fff;
	width: 50%;
	border-radius: 10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	position: relative;
	margin-top: 45px;
}

.employerProfile__tit {
	font-size: 20px;
	padding: 35px 0 25px;
	width: 90%;
	margin: 0 auto;
	border-bottom: solid 2px #005eab;
	font-weight: 600;
	color: #005eab;
}
.employerProfile__list {
	width: 90%;
	margin: 0 auto;
	font-weight: 600;
}
.employerProfile__item {
	font-size: 22px;
	color: #f15a24;
	margin-top: 30px;
	display: flex;
	align-items: center;
	line-height: 1.2;
}
.employerProfile__item::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	margin: -3px 15px 0 0;
	background: center / contain no-repeat url(/resource/employer/img/index/check_blue.svg);
	border-radius: 50%;
}
.txt_linkhub {
	font-size: 15px;
	margin-top: 5px;
}
.link_linkhub {
	color: #333;
	position: relative;
	margin-right: 20px;
}
.link_linkhub:after {
	content: "";
	background: url(/resource/common/img/icon_blank_02.svg) no-repeat center / contain;
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
}
@media all and (-ms-high-contrast: none){
	.employerProfile__item::before {
		width: 22px;
		height: 22px;
		padding: 3px;
	}
}
.employerProfile__txt {
	font-size: 12px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #878787;
}

.employerCV {
	text-align: center;
	background: #fff;
	padding: 45px 0;
}
.employerCV__txt {
	text-align: center;
	color: #005eab;
	font-size: 20px;
	font-weight: 600;
}
.employerCV__txtInner {
	color: #fff;
	background: #005eab;
	padding: 3px 15px 0;
	border-radius: 20px;
	margin-left: 10px;
	font-weight: 100;
}
.employerCV__btn {
	display: block;
	color: #fff;
	width: 700px;
	padding: 22px 0 18px;
	background: linear-gradient(to bottom,#71d031 0,#2c8c09);
	font-size: 26px;
	text-decoration: none;
	transition: .2s;
	font-weight: 700;
	border-radius: 10px;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	box-shadow: 1px 4px 2px #1b6505;
	margin: 10px auto;
	position: relative;
}
.employerCV__btn:hover {
	background: linear-gradient(#5cd936,#3eba18);
	box-shadow: 2px 5px 7px #1c7900;
}
.employerCV__btn::after {
	position: absolute;
	content: ">";
	display: block;
	color: #fff;
	font-size: 14px;
	right: 15px;
	top: 31px;
	text-shadow: none;
}
.employerCV__btnInner {
	font-size: 20px;
	color: #48a81a;
	background: #fff;
	padding: 3px 10px 1px 15px;
	border-radius: 40px;
	margin-right: 14px;
	vertical-align: middle;
}
.employerCV__add {
	font-size: 16px;
	font-style: normal;
	color: #333;
	display: flex;
	justify-content: center;
}
.employerCV__tel {
	color: #333;
	text-decoration: none;
	display: flex;
	margin-left: 15px;
}
.employerCV__tel::before {
	content: "";
	display: block;
	width: 24px;
	margin-top: 3px;
	height: 15px;
	background: center / contain no-repeat url(/resource/employer/img/index/tell.svg);
}
.employerProfile {
	background: #ecf2f8;
}

@media screen and (max-width: 599px) {
	.employerHero {
		padding-bottom: 6%;
	}
	.employerHero__content {
		max-width: 375px;
		padding: 0 20px;
		margin: 0 auto;
	}
	.employerHero__headline {
		font-size: 17px;
		padding: 0;
	}
	.employerHero__serifArea {
    width: 100%;
		margin-top: 10px;
		padding: 0;
	}
	.employerHero__serifHead {
    display: block;
    width: 100%;
	}
	.employerHero__serifTxt {
    width: 80%;
    padding: 0;
    margin: 0 0 0 auto;
    height: 75px;
    text-align: left;
		line-height: 1.4;
		display: flex;
    align-items: center;
		justify-content: flex-start;
	}
	.employerHero__serifTxtInner {
		margin-top: -5px;
	}
	.employerHero__serifTxt::after {
    width: 129%;
    height: 75px;
		left: -73px;
	}
	.employerHero__serifTxt--sp3 {
		height: 90px;
	}
	.employerHero__serifTxt--sp1::after {
		background: center / contain no-repeat url(/resource/employer/img/index/sp_hukidashi-1.png);
	}
	.employerHero__serifTxt--sp2::after {
		background: center / contain no-repeat url(/resource/employer/img/index/sp_hukidashi-4.png);
	}
	.employerHero__serifTxt--sp3::after {
		background: center / contain no-repeat url(/resource/employer/img/index/sp_hukidashi-2.png);
		height: 90px;
    width: 130%;
	}
	.employerHero__serifTxt--sp4::after {
		background: center / contain no-repeat url(/resource/employer/img/index/sp_hukidashi-4.png);
	}
	.employerHero__serifTxt::before {
		top: 18px;
		left: -47px;
	}
	.employerHero__serifTxt--sp3::before {
		top: 23px;
	}
	.employerHero__serifFoot {
		width: 100%;
		display: block;
	}
	.employerHero__txtArea {
		margin-top: calc(14px + 14%);
	}
	.employerHero__txtArea::after {
		bottom: -40px;
    height: 190px;
		background: center / 100% no-repeat url(/resource/employer/img/index/sp_ca.png);
	}
	.employerHero__txt {
		font-size: 17px;
    width: 55%;
    padding: 0;
    margin: 0px auto 0 7%;
	}
	.employerMerit__wrap {
		max-width: 375px;
		padding: 0 20px;
	}
	.employerMerit__headline {
		font-size: 17px;
	}
	.employerMerit__list {
		flex-wrap: wrap;
		padding: 0;
	}
	.employerMerit__item {
		width: 100%;
		margin-bottom: 10%;
	}
	.employerMerit__txt {
		width: 286px;
		letter-spacing: 0;
	}
	.employerMerit__txt--first {
		border-top: solid 2px #005eab;
	}
	.employerMerit__txt {
		border-bottom: solid 2px #005eab;
	}
	.employerFlow__wrap {
		max-width: 375px;
		padding: 0 20px;
	}
	.employerFlow__headline {
		font-size: 17px;
		letter-spacing: -1px;
    padding: 40px 0 15px;
	}
	.employerFlow__txt {
		font-size: 15px;
		padding-bottom: 15px;
    margin-bottom: 30px;
	}
	.employerFlow__list {
		padding: 0 0 40px 0;
	}
	.employerFlow__itemSP {
		width: 100%;
		display: block;
		margin-bottom: 0;
		padding: 10px 20px;
		position: relative;
		border-bottom: solid 2px #005eab;
	}
	.employerFlow__item {
		width: 100%;
		transform: translateY(0) !important;
		margin-bottom: 20px;
		height: 200px;
	}
	.employerFlow__itemHead {
		display: flex;
		border-bottom: solid 1px #ecf2f8;
	}
	.employerFlow__tit {
		width: 45%;
		padding: 3% 0 0 0;
		display: block;
	}
	.employerFlow__titStep {
    width: 68%;
    font-size: 16px;
	}
	.employerFlow__stepImg {
    width: 60%;
	}
	.employerFlow__titInner {
    width: 100%;
    padding: 11% 0 0 10px;
    display: block;
		text-align: left;
		margin: 0;
	}
	.employerFlow__imgArea {
		width: 55%;
	}
	.employerFlow__img {
		width: 160px;
		margin: 0 0 0 auto;
	}
	.employerFlow__itemFoot {
		height: 103px;
		letter-spacing: -0.9px;
	}

	.employerProfile__wrap {
		max-width: 375px;
		padding: 0 20px;
	}
	.employerProfile__graphItem {
		width: 100%;
		padding: 30px 0 !important;
		border-top: dashed 2px #005eab;
	}
	.employerProfile__graph .employerProfile__graphItem:nth-child(1) > img {
    width: 90%;
    margin: 0 auto;
    min-width: 290px;
	}
	.employerProfile__graph .employerProfile__graphItem:nth-child(2) > img {
		width: 96%;
    margin: 0 auto;
		min-width: 287px;
	}
	.employerProfile__graph .employerProfile__graphItem:nth-child(3) > img {
		width: 70%;
    margin: 0 auto;
    min-width: 243px;
	}
	.employerProfile__graph .employerProfile__graphItem:nth-child(1) p.employerProfile__graphTxt {
		top: 33%;
    left: 44.7%;
	}
	.employerProfile__graph .employerProfile__graphItem:nth-child(2) p.employerProfile__graphTxt {
    top: 32%;
    left: 44.3%;
	}
	.employerProfile__graph .employerProfile__graphItem:nth-child(3) p.employerProfile__graphTxt {
		top: 39%;
    left: 44.5%;
	}
	.employerProfile__feature {
		width: 100%;
		order: -1;
		margin: 40px 0 60px;
	}
	.employerProfile__tit {
		text-align: center;
		padding: 15px 0;
		border-bottom: none;
		position: absolute;
		top: -56px;
		width: 100%;
		font-size: 18px;
	}
	.employerProfile__item {
    margin: 25px 0 25px 58px;
    width: 87%;
    position: relative;
		font-size: 19px;
	}
	.employerProfile__txt {
		bottom: -27px;
		right: 0;
		font-size: 10px;
	}
	.employerProfile__item::before {
		margin: 0;
		position: absolute;
		left: -36px;
	}

	.employerCV {
		padding: 30px 0;
	}
	.employerCV__txt {
		font-size: 17px;
	}
	.employerCV__txtInner {
		margin-left: 5px;
		padding: 4px 15px 2px;
	}
	.employerCV__btn {
		width: 90%;
    max-width: 335px;
		font-size: 17px;
		font-weight: 500;
		padding: 19px 0 19px;
		letter-spacing: -1.6px;
		margin: 7px auto;
		display: flex;
		align-items: center;
		    line-height: 1.6;
	}
	.employerCV__btnInner {
		font-size: 15px;
    padding: 2px 6px 2px;
    margin: 0 1% 0 2.5%;
		font-weight: 600;
		vertical-align: baseline;
	}
	.employerCV__btn::after {
		right: 2%;
    top: 31.5%;
		font-size: 15px;
	}
	.employerCV__add {
		font-size: 14px;
	}
	.employerCV__tel::before {
    margin-top: 1px;
	}

	/* slick 調整 */
	.slick-dots {
		position: relative;
		bottom: initial;
	}
	.slick-dots li {
		border-right: solid 1px #005eab;
		width: 54px;
		margin: 0;
	}
	.slick-dots li:nth-child(1) {
		border-left: solid 1px #005eab;
	}
	.slick-dots li button {
		width: 53px;
		padding: 0;
		position: relative;
		opacity: 1;
		white-space: nowrap;
	}
	_::-webkit-full-page-media, _:future, :root .slick-dots li button {
		padding-left: 8px;
	}
	.slick-dots li button:before {
		font-size: 20px;
		position: relative;
		line-height: 1;
		opacity: 1;
		color: #333;
		display: block;
		width: 100%;
	}
	.slick-dots li.slick-active button:before {
		color: #005eab;
		opacity: 1;
		white-space: nowrap;
	}
	.slick-dots li button:after {
    content: "";
    display: block;
    position: absolute;
    background: #005eab;
    border-radius: 50%;
    height: 7px;
    width: 7px;
    top: -11px;
    right: 22px;
		opacity: 0;
	}
	.slick-dots li.slick-active button:after {
		opacity: 1;
	}
	.slick-dots li:nth-child(1) button:before {
		content: '1 2';
	}
	.slick-dots li:nth-child(2) button:before {
		content: '3 4';
	}
	.slick-dots li:nth-child(3) button:before {
		content: '5 6';
	}
	.slick-dots li:nth-child(4) button:before {
		content: '7 8';
	}
	.slide-arrow{
		position: absolute;
		top: 43%;
		width: 30px;
		height: 30px;
	}
	.prev-arrow{
		left: -15px;
		background: center / contain no-repeat url(/resource/employer/img/index/sp_sankaku.png);
		transform: scale(-1, 1);
		z-index: 100;
	}
	.next-arrow{
		right: -15px;
		background: center / contain no-repeat url(/resource/employer/img/index/sp_sankaku.png);
		z-index: 100;
	}
	button {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.slick-disabled {
		opacity: 0;
	}
	.slick-dotted.slick-slider {
		margin: 0;
	}
	.link_linkhub {
		text-decoration: underline;
	}
}
@media screen and (max-width: 359px) {
	.employerCV__txtInner {
		margin-left: 0;
	}
	.employerCV__btn {
		font-size: 15px;
		letter-spacing: -1.8px;
	}
	.employerCV__btnInner {
		font-size: 13px;
		padding: 3px 9px 2px;
	}
	.employerCV__btn::after {
		top: 21px;
	}
	.employerCV__innerRight {
		margin-bottom: -3px;
	}
	.employerProfile__item {
    margin: 25px 0 25px 40px;
	}
	.employerProfile__graph .employerProfile__graphItem:nth-child(1) p.employerProfile__graphTxt {
    left: 45.5%;
	}
	.employerProfile__graph .employerProfile__graphItem:nth-child(2) p.employerProfile__graphTxt {
    left: 44.5%;
	}
	.employerProfile__graph .employerProfile__graphItem:nth-child(3) p.employerProfile__graphTxt {
		left: 43.5%;
		top: 39.4%;
	}
	.employerFlow__tit {
		padding: 2% 0 0 0;
		width: 50%;
	}
	.employerFlow__titInner {
		padding: 5% 0 0 10px;
	}
	.employerFlow__titStep::before {
		border-width: 0 0px 34px 16px;
	}
	.employerFlow__imgArea {
		width: 50%;
	}
	.employerFlow__img {
		width: 120px;
	}
	.employerFlow__itemFoot {
		height: 128px;
	}
	.employerHero__serifTxt {
		letter-spacing: -1px;
		line-height: 1.2;
	}
	.employerHero__headline {
		letter-spacing: -0.6px;
	}
	.employerHero__serifTxt::after {
    width: 127%;
		height: 57px;
		left: -56px;
	}
	.employerHero__serifTxt {
		height: 60px;
		width: 85%;
	}
	.employerHero__serifTxt--sp3 {
		height: 78px;
	}
	.employerHero__serifTxt--sp3::after {
		height: 75px;
	}
	.employerHero__serifTxt::before {
		width: 30px;
		height: 30px;
		top: 10px;
		left: -33px;
	}
	.employerHero__serifTxt--sp3::before {
		top: 19px;
	}
}
/* employer用ヘッダー */
@media screen and (min-width: 600px) {
	.headEntryBtnInner {
		display: block;
		border-bottom: solid 1px #fff;
		padding-bottom: 2px;
		margin-bottom: 2px;
	}
	#wrap .headerHeading__list li#headEntryBtn a {
		display:block;
		color: #fff;
		text-decoration:none;
		padding: 4px 10px;
		background:#308c0e;
		background: -moz-linear-gradient(top, #64c224 0%, #308c0e);
		background: -webkit-gradient(linear, left top, left bottom, from(#64c224), to(#b5b5b5));
		background: linear-gradient(to bottom, #64c224 0%, #308c0e);
		border-radius: 0 0 4px 4px;
		border: 1px solid #308c0e;
		border-top: none;
		box-shadow: 0 2px 0 #1a4d00;
		font-size: 12px;
		font-weight: 500;
		transition: .2s;
		line-height: 1;
		margin: -10px 0 3px 20px;
	}
	#wrap .headerHeading__list li#headEntryBtn a:hover {
		background:#3cbb0d;
		background: -moz-linear-gradient(top, #6ed727 0%, #3cbb0d);
		background: -webkit-gradient(linear, left top, left bottom, from(#6ed727), to(#3cbb0d));
		background: linear-gradient(to bottom, #6ed727 0%, #3cbb0d);
		box-shadow: 2px 4px 6px #1c7900;
	}
	header .h1block > h1 {
		right: 371px;
		width: 160px;
	}
	.changeHeaderBtn > p {
		width: 100% !important;
	}
	.changeAreaWrap .changeArea .changeHeaderBtn p a {
		text-shadow: none;
		font-size: 12px;
	    padding: 4px 10px;
		text-align: left;
		border-radius: 4px;
		line-height: 1;
		letter-spacing: 0;
		background: linear-gradient(to bottom, #64c224 0%, #308c0e);
		width: auto;
		display: block;
		color: #FFF;
		text-decoration: none;
		font-weight: 500;
		transition: .2s;
		box-shadow: 1px 3px 2px #1b6505;
	}
	.changeAreaWrap .changeArea .changeHeaderBtn p a:hover {
		background: linear-gradient(#5cd936,#3eba18);
		box-shadow: 2px 4px 6px #1c7900;
	}
	.changeAreaWrap .changeArea .changeHeaderBtn p a span {
		display: block;
    border-bottom: solid 1px #fff;
		margin: 0 0 2px 0;
		padding: 0 0 2px 0;
		background: none;
		color: #fff;
	}
	.headerHeading__item {
		height: 18px;
	}
}

.employerTenshoku{
  position: relative;
}

.employerTenshoku__wrap::before{
  content: "";
  position: absolute;
  left: 50%;
  top: -22.5px;
  transform: translateX(-50%);
  border-top: solid 2px #005eab;
  width: 100%;
  display: block;
}

.employerTenshoku__wrap {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0 45px;
  position: relative;
}

.employerTenshoku__txt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.employerTenshoku__btn{
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  transition: opacity .3s;
}

.employerTenshoku__btn:hover{
  opacity: .7;
}

.employerTenshoku__btn img{
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  .employerTenshoku__wrap::before{
    top: -15px;
    width: calc(100% - 40px);
  }

  .employerTenshoku__wrap {
    max-width: 375px;
    padding: 25px 20px 30px;
  }

  .employerTenshoku__txt{
    font-size: 15px;
  }

  .employerTenshoku__btn{
    margin-top: 5px;
  }
}