/* トップページ
============================ */

/* トップページ共通
------------------------------------------------- */
/* 見出し */
.index h3 {
	position: relative;
	font-size: 3.2rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: normal;
	line-height: 1.4;
	margin-left: 105px;
}
.index h3::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -18px;
	background-size: contain;
	vertical-align: middle;
	margin-left: -105px;
}
@media screen and (max-width:1024px) {
	.index h3 {
		position: relative;
		font-size: 2.2rem;
		font-family: 'Zen Old Mincho', serif;
		font-weight: normal;
		line-height: 1.4;
		margin-left: 85px;
	}
	.index h3::before {
		position: absolute;
		content: '';
		display: inline-block;
		top: -18px;
		background-size: contain;
		vertical-align: middle;
		margin-left: -85px;
	}
}

/* オレンジボタン */
.index .btn a {
	display: inline-block;
	background: linear-gradient(to right, #f16e57, #fdae55);
	border: 0;
	border-radius: 100px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 20px;
	margin: 32px 0;
}
@media screen and (max-width:1024px) {
	.index .btn a {
		display: inline-block;
		background: linear-gradient(to right, #f16e57, #fdae55);
		border: 0;
		border-radius: 100px;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		color: #fff;
		cursor: pointer;
		padding: 15px;
		margin: 32px 0;
	}
}

/* visual
------------------------------------------------- */
.index .visualArea {
	width: 100%;
	background: url("../images/visual.jpg") top center;
	background-size: cover;
}
.index .visualArea .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 615px;
}
.index .visualArea h2 {
	font-size: 3rem;
	font-weight: 500;
	margin: 0 0 20px 5px;
}
.index .visualArea .copy {
	font-size: 6rem;
	font-family: 'Zen Old Mincho', serif;
	line-height: 1.3;
	padding-bottom: 30px;
}
.index .visualArea li {
	position: relative;
	font-size: 2.2rem;
	padding-left: 35px;
}
.index .visualArea li::after {
	content: '';
	display: block;
	position: absolute;
	top: .6em;
	left: 5px;
	width: 18px;
	height: 10px;
	border-left: 3px solid #4dc788;
	border-bottom: 3px solid #4dc788;
	transform: rotate(-45deg);
}
.index .visualArea .txt {
	font-size: 2.2rem;
	padding: 20px 0 50px 2px;
}
@media screen and (max-width:1024px) {
	.index .visualArea {
		width: 100%;
		background: url("../images/visual.jpg") top center;
		background-size: cover;
	}
	.index .visualArea .wrap {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 90%!important;
		height: 440px;
	}
	.index .visualArea h2 {
		font-size: 1.6rem;
		font-weight: 500;
		margin: 0 0 10px 5px;
	}
	.index .visualArea .copy {
		font-size: 3rem;
		font-family: 'Zen Old Mincho', serif;
		line-height: 1.3;
		padding-bottom: 15px;
	}
	.index .visualArea li {
		position: relative;
		font-size: 1.6rem;
		line-height: 1.4;
		padding-left: 26px;
		margin-bottom: 10px;
	}
	.index .visualArea li::after {
		content: '';
		display: block;
		position: absolute;
		top: .3em;
		left: 5px;
		width: 14px;
		height: 8px;
		border-left: 3px solid #4dc788;
		border-bottom: 3px solid #4dc788;
		transform: rotate(-45deg);
	}
	.index .visualArea .txt {
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 0 0 50px 2px;
	}
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
	.index .visualArea {
		background: url("../images/visual_sp.jpg") top left;
		background-size: cover;
	}
}

/* お知らせ
------------------------------------------------- */
.index .newsArea {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 86%;
	background: #fff8d8;
	border-radius: 30px;
	text-align: left;
	margin: -60px auto 100px;
	padding: 40px 45px;
	box-shadow: 0 0 70px rgba(153,184,204,0.2);
}
.index .newsArea .ttl {
	width: 12%;
	font-size: 2.8rem;
	font-family: 'Zen Old Mincho', serif;
}
.index .newsArea .txt_box {
	width: 85%;
	height: 100px;
	overflow-y: scroll;
	margin: 10px 0;
}
@media screen and (max-width:1024px) {
	.index .newsArea {
		display: block;
		width: 86%;
		background: #fff8d8;
		border-radius: 30px;
		text-align: left;
		margin: -60px auto 80px;
		padding: 15px 25px 20px 25px;
		box-shadow: 0 0 70px rgba(153,184,204,0.2);
	}
	.index .newsArea .ttl {
		width: 100%;
		font-size: 2.4rem;
		font-family: 'Zen Old Mincho', serif;
	}
	.index .newsArea .txt_box {
		width: 100%;
		height: 90px;
		overflow-y: scroll;
		margin: 5px 0;
	}
}


/* キャリア登録
------------------------------------------------- */
.index .careerArea {
	background: #fff8d8;
	margin: 70px 0;
	padding: 35px 0;
}
.index .careerArea .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index .careerArea h3::before {
	width: 89px;
	height: 86px;
	background-image: url(../images/pic_career.png);
}
.index .careerArea .btn {
	margin-left: auto;
}
.index .careerArea .btn a {
	width: 410px;
	margin-left: 10px;
}
/* キャリア登録 */
#contentsArea.joblist .careerEntry {
	background:#fff8d8;
	padding:32px 0;
	width: 86%;
	max-width: 1200px;
	margin: 80px auto;
}
#contentsArea.joblist .careerEntry .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#contentsArea.joblist .careerEntry h3 {
	font-size:2.6rem;
}
#contentsArea.joblist .careerEntry h3::before {
	width: 89px;
	height: 86px;
	background-image: url(../images/pic_career.png);
}
#contentsArea.joblist .careerEntry .btn a{
	width:360px;
}


@media screen and (max-width:1024px) {
	.index .careerArea {
		background: #fff8d8;
		margin: 70px 0 50px;
		padding: 35px 0 10px;
	}
	.index .careerArea .wrap {
		display: block;
	}
	.index .careerArea h3::before {
		top: -2px;
		width: 71px;
		height: 69px;
		background-image: url(../images/pic_career.png);
	}
	.index .careerArea .btn {
		margin-left: auto;
	}
	.index .careerArea .btn a {
		width: 100%;
		margin-left: 0;
	}
	#contentsArea.joblist .careerEntry {
		background: #fff8d8;
		padding: 32px 0;
		margin: 20px auto 75px;
	}
	#contentsArea.joblist .careerEntry .wrap {
		display:flex;
	    flex-direction: column;
		width:90%;
	}
	#contentsArea.joblist .careerEntry h3 {
		font-size: 1.5rem;
		min-height: 60px;
		margin: 0 0 0 70px;
		display: flex;
		align-items: center;
	}
	#contentsArea.joblist .careerEntry h3::before {
	width: 67px;
	height: 86px;
	top: 0;
	left:10px;
	background-image: url(../images/pic_career.png);
	background-repeat: no-repeat;
	}
	#contentsArea.joblist .careerEntry .btn,
	#contentsArea.joblist .careerEntry .btn a {
		width: 100%;
	}
}

/* ピックアップ
------------------------------------------------- */
.index .pickupArea {
	margin-bottom: 80px;
}
.index .pickupArea h3::before {
	width: 80px;
	height: 85px;
	background-image: url(../images/pic_pickup.png);
}
.index .pickupArea ul {
	text-align: left;
	margin-top: 40px;
}
.index .pickupArea ul li a {
	position: relative;
	display: block;
	width: 460px;
	height: 100%;
	border-radius: 30px;
	background: #fff8d8;
	font-size: 1.4rem;
	color: #2e3239;
	padding: 40px;
	margin: 5px 20px;
}
.index .pickupArea ul li a:before {
	content: "";
	position: absolute;
	top: -5px;
	right: -5px;
	width: 0;
	height: 0;
	border-top: 90px solid #f99956;
	border-left: 90px solid transparent;
	z-index: 10;
}
.index .pickupArea ul li a:after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	transform: rotate(45deg) translate(3px, 10px);
	z-index: 10;
}
.index .pickupArea ul li a.new:after {
	content: "新着";
}
.index .pickupArea ul li a.atten:after {
	content: "注目";
}
.index .pickupArea ul li a.wanted:after {
	content: "急募";
}
.index .pickupArea .jobname {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	padding-bottom: 15px;
}
.index .pickupArea .area,
.index .pickupArea .type,
.index .pickupArea .salary {
	line-height: 1;
	margin: 0 0 6px 30px!important;
}
.index .pickupArea .area::before,
.index .pickupArea .type::before,
.index .pickupArea .salary::before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 23px;
	background-size: contain;
	vertical-align: middle;
	margin: 0 10px 5px -30px;
}
.index .pickupArea .area::before {
	background-image: url(../images/icon_area.png);
}
.index .pickupArea .type::before {
	background-image: url(../images/icon_type.png);
}
.index .pickupArea .salary::before {
	background-image: url(../images/icon_salary.png);
}
.index .pickupArea .cmt {
	font-size: 1.4rem;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index .pickupArea .others_lnk {
	width: 86%;
	max-width: 1200px;
	text-align: right;
	margin: 50px auto 0!important;
}
.index .pickupArea .others_lnk a {
	position: relative;
	color: #2e3239;
	text-decoration: underline!important;
	padding-right: 35px;
}
.index .pickupArea .others_lnk a::before {
	position: absolute;
	display: inline-block;
	content: "";
	top: 0;
	bottom: 0;
	right: -10px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: linear-gradient(to right, #f16e57, #fdae55);
	margin: auto;
}
.index .pickupArea .others_lnk a::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 5px;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-135deg);
	margin: auto;
}
@media screen and (max-width:1024px) {
	.index .pickupArea {
		margin-bottom: 50px;
	}
	.index .pickupArea h3 {
		padding-bottom: 30px;
	}
	.index .pickupArea h3::before {
		width: 64px;
		height: 68px;
		background-image: url(../images/pic_pickup.png);
	}
	.index .pickupArea ul {
		text-align: left;
		margin-top: 0;
	}
	.index .pickupArea ul li a {
		position: relative;
		display: block;
		width: 300px;
		height: 100%;
		border-radius: 30px;
		background: #fff8d8;
		font-size: 1.2rem;
		color: #2e3239;
		padding: 25px;
		margin: 5px 20px;
	}
	.index .pickupArea ul li a:before {
		content: "";
		position: absolute;
		top: -5px;
		right: -5px;
		width: 0;
		height: 0;
		border-top: 75px solid #f99956;
		border-left: 75px solid transparent;
		z-index: 10;
	}
	.index .pickupArea ul li a:after {
		position: absolute;
		top: -4px;
		right: 0;
		font-size: 1.6rem;
		font-weight: 700;
		color: #fff;
		transform: rotate(45deg) translate(3px, 10px);
		z-index: 10;
	}
	.index .pickupArea ul li a.new:after {
		content: "新着";
	}
	.index .pickupArea ul li a.atten:after {
		content: "注目";
	}
	.index .pickupArea ul li a.wanted:after {
		content: "急募";
	}
	.index .pickupArea .jobname {
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 1.6;
		padding-bottom: 15px;
	}
	.index .pickupArea .area,
	.index .pickupArea .type,
	.index .pickupArea .salary {
		line-height: 1;
		margin: 0 0 6px 30px!important;
	}
	.index .pickupArea .area::before,
	.index .pickupArea .type::before,
	.index .pickupArea .salary::before {
		content: '';
		display: inline-block;
		width: 19px;
		height: 23px;
		background-size: contain;
		vertical-align: middle;
		margin: 0 10px 5px -30px;
	}
	.index .pickupArea .area::before {
		background-image: url(../images/icon_area.png);
	}
	.index .pickupArea .type::before {
		background-image: url(../images/icon_type.png);
	}
	.index .pickupArea .salary::before {
		background-image: url(../images/icon_salary.png);
	}
	.index .pickupArea .cmt {
		font-size: 1.4rem;
		padding-top: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.index .pickupArea .others_lnk {
		width: 86%;
		max-width: 1200px;
		text-align: right;
		margin: 95px auto 0!important;
	}
	.index .pickupArea .others_lnk a {
		position: relative;
		color: #2e3239;
		text-decoration: underline!important;
		padding-right: 45px;
	}
	.index .pickupArea .others_lnk a::before {
		position: absolute;
		display: inline-block;
		content: "";
		top: 0;
		bottom: 0;
		right: 0;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background: linear-gradient(to right, #f16e57, #fdae55);
		margin: auto;
	}
	.index .pickupArea .others_lnk a::after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		right: 15px;
		width: 6px;
		height: 6px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: rotate(-135deg);
		margin: auto;
	}
}

/* スライダー */
.index .pickupArea ul {
	position: relative;
}
.index .pickupArea .slick-prev,
.index .pickupArea .slick-next {
	position: absolute;
	cursor: pointer;
	display: block!important;
	content: "";
	top: -90px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: #dadada;
	appearance: none;
	border: none;
	outline: none;
	text-indent: -9999px;
	padding: 0;
	margin: auto;
	z-index: 1;
	transition: all 0.3s;
}
.index .pickupArea .slick-prev {
	right: 170px;
}
.index .pickupArea .slick-next {
	right: 90px;
}
.index .pickupArea .slick-prev::before,
.index .pickupArea .slick-next::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 9px;
	height: 9px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transition: all 0.3s;
}
.index .pickupArea .slick-prev::before {
	transform: rotate(45deg);
	left: 3px;
}
.index .pickupArea .slick-next::before {
	transform: rotate(-135deg);
	right: 2px;
}
.index .pickupArea .slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: -30px;
	width: 100%;
}
.index .pickupArea .slick-dots li {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #bcc1be;
	text-indent: -9999px;
	margin: 0 8px;
	opacity: 0.8;
	cursor: pointer;
}
.index .pickupArea .slick-dots li.slick-active {
	background: #ff7522;
}
@media screen and (max-width:1024px) {
	.index .pickupArea ul {
		position: relative;
	}
	.index .pickupArea .slick-prev,
	.index .pickupArea .slick-next {
		position: absolute;
		cursor: pointer;
		display: block!important;
		content: "";
		top: auto;
		bottom: -78px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #dadada;
		appearance: none;
		border: none;
		outline: none;
		text-indent: -9999px;
		padding: 0;
		margin: auto;
		z-index: 1;
		transition: all 0.3s;
	}
	.index .pickupArea .slick-prev {
		left: calc(50% - 50px);
		right: auto;
	}
	.index .pickupArea .slick-next {
		right: calc(50% - 50px);
	}
	.index .pickupArea .slick-prev::before,
	.index .pickupArea .slick-next::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		content: "";
		width: 7px;
		height: 7px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		transition: all 0.3s;
	}
	.index .pickupArea .slick-prev::before {
		transform: rotate(45deg);
		left: 3px;
	}
	.index .pickupArea .slick-next::before {
		transform: rotate(-135deg);
		right: 2px;
	}
	.index .pickupArea .slick-dots {
		position: absolute;
		display: flex;
		justify-content: center;
		bottom: -18px;
		width: 100%;
	}
	.index .pickupArea .slick-dots li {
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #bcc1be;
		text-indent: -9999px;
		margin: 0 6px;
		opacity: 0.8;
		cursor: pointer;
	}
	.index .pickupArea .slick-dots li.slick-active {
		background: #ff7522;
	}
}

/* ３つの魅力
------------------------------------------------- */
.index .pointArea {
	background: #ebf8de;
	padding: 80px 0;
}
#contentsArea.joblist .pointArea {
	background: #f8f7eb;
}
.index .pointArea h3::before {
	width: 88px;
	height: 95px;
	background-image: url(../images/pic_point.png);
}
.index .pointArea img {
	width: auto;
}
.index .pointArea ul {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.index .pointArea ul li {
	position: relative;
	counter-increment: section;
	width: 30%;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 70px rgba(187,185,158,0.2);
	padding: 50px 40px 40px;
}
.index .pointArea ul li::before {
	position: absolute;
	content: counter(section, decimal-leading-zero);
	display: block;
	top: -35px;
	left: 0;
	right: 0;
	font-family: 'Zen Old Mincho', serif;
	font-size: 6rem;
	text-align: center;
	line-height: 1;
	color: #5e77ac;
	color: transparent;
	background: repeating-linear-gradient( 90deg, #f16e57 40%, #fdae55 60% );
	-webkit-background-clip: text;
	margin: auto;
}
.index .pointArea .pic {
	text-align: center;
}
.index .pointArea .sttl {
	font-size: 2.6rem;
	font-family: 'Zen Old Mincho', serif;
	text-align: center;
	line-height: 1.4;
	padding: 20px 0;
}
.index .pointArea .lnk {
	font-size: 1.4rem;
	text-align: center;
	padding-top: 20px;
}
.index .pointArea .lnk a,
#contentsArea.joblist .pointArea .lnk span {
	position: relative;
	color: #2e3239;
	letter-spacing: 0.08em;
	text-decoration: underline!important;
	padding-right: 35px;
}
.index .pointArea .lnk a::before,
#contentsArea.joblist .pointArea .lnk span::before {
	position: absolute;
	display: inline-block;
	content: "";
	top: 0;
	bottom: 0;
	right: -10px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: linear-gradient(to right, #50c6b0, #46c832);
	margin: auto;
}
.index .pointArea .lnk a::after,
#contentsArea.joblist .pointArea .lnk span::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 5px;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-135deg);
	margin: auto;
}
#contentsArea.joblist .pointArea ul li {
	padding: 50px 10px 40px;
}
#contentsArea.joblist .pointArea ul li a:link,
#contentsArea.joblist .pointArea ul li a:visited {
	color: #2e3239;
}
#contentsArea.joblist .pointArea .sttl {
	font-size:2rem;
}

/* あなたが閲覧したお仕事 */
#contentsArea.joblist .historyArea ul {
	display:flex;
	flex-wrap: wrap;
}
#contentsArea.joblist .historyArea ul li {
	box-sizing: border-box;
	margin: 0 45px 40px 0;
	flex-basis: calc(33.33333333% - 90px / 3);
	width: calc(33.33333333% - 90px / 3);
}
#contentsArea.joblist .historyArea ul li:nth-child(3n) {
    margin: 0 0 40px 0;
}
#contentsArea.joblist .historyArea ul li a {
	width:100%;
	margin: 0;
}
@media screen and (max-width:1024px) {
	.index .pointArea {
		background: #ebf8de;
		padding: 50px 0 20px;
	}
	.index .pointArea h3 {
		text-align: left;
		padding: 0 7%;
	}
	.index .pointArea h3::before {
		top: -5px;
		width: 70px;
		height: 76px;
		background-image: url(../images/pic_point.png);
	}
	.index .pointArea img {
		width: 75px;
	}
	.index .pointArea ul {
		display: block;
		margin-top: 40px;
	}
	.index .pointArea ul li {
		position: relative;
		counter-increment: section;
		width: 100%;
		background: #fff;
		border-radius: 30px;
		box-shadow: 0 0 70px rgba(187,185,158,0.2);
		padding: 35px 28px 30px;
		margin-bottom: 40px;
	}
	.index .pointArea ul li::before {
		position: absolute;
		content: counter(section, decimal-leading-zero);
		display: block;
		top: -28px;
		left: 0;
		right: 0;
		font-family: 'Zen Old Mincho', serif;
		font-size: 5rem;
		text-align: center;
		line-height: 1;
		color: #5e77ac;
		color: transparent;
		background: repeating-linear-gradient( 90deg, #f16e57 40%, #fdae55 60% );
		-webkit-background-clip: text;
		margin: auto;
	}
	.index .pointArea .pic {
		text-align: center;
	}
	.index .pointArea .sttl {
		font-size: 2rem;
		font-family: 'Zen Old Mincho', serif;
		text-align: center;
		line-height: 1.4;
		padding: 15px 0 10px;
	}
	.index .pointArea .lnk {
		font-size: 1.4rem;
		text-align: center;
		padding-top: 20px;
	}
	.index .pointArea .lnk a {
		position: relative;
		color: #2e3239;
		letter-spacing: 0.08em;
		text-decoration: underline!important;
		padding-right: 35px;
	}
	.index .pointArea .lnk a::before {
		position: absolute;
		display: inline-block;
		content: "";
		top: 0;
		bottom: 0;
		right: -10px;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background: linear-gradient(to right, #50c6b0, #46c832);
		margin: auto;
	}
	.index .pointArea .lnk a::after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		right: 5px;
		width: 6px;
		height: 6px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: rotate(-135deg);
		margin: auto;
	}

	#contentsArea.joblist .historyArea ul li {
		width:100%;
		flex-basis: 100%;
		margin: 0 0 40px;
	}


}


/* 特別コンテンツ
------------------------------------------------- */
.index .specialArea {
	background: url("../images/dot_bg.png") top left;
	padding: 86px 0;
}
.index .specialArea .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index .specialArea .wrap div {
	background: #fff8d8;
	border-radius: 30px;
	padding: 46px;
}
.index .specialArea .msg_box {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	padding-right: 250px!important;
}
.index .specialArea .msg_box::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 55px;
	right: 66px;
	width: 154px;
	height: 172px;
	background-image: url(../images/pic_msg.png);
	background-size: contain;
	vertical-align: middle;
}
.index .specialArea .match_box {
	position: relative;
	width: 50%;
	padding-right: 190px!important;
}
.index .specialArea .match_box::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 125px;
	right: 26px;
	width: 154px;
	height: 172px;
	background-image: url(../images/pic_match.png);
	background-size: contain;
	vertical-align: middle;
}
.index .specialArea .blog_box {
	width: 46%;
}
.index .specialArea .blog_box p {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60%;
}
.index .specialArea h3 {
	margin: 0 0 30px;
}
.index .specialArea .btn a {
	width: 310px;
	font-size: 1.6rem;
	padding: 15px;
	margin: 32px 0 0;
}
@media screen and (max-width:1024px) {
	.index .specialArea {
		background: url("../images/dot_bg.png") top left;
		padding: 50px 0;
	}
	.index .specialArea .wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.index .specialArea .wrap div {
		background: #fff8d8;
		border-radius: 30px;
		padding: 120px 26px 26px;
	}
	.index .specialArea .wrap .blog_box {
		padding: 26px 26px 46px;
	}
	.index .specialArea .msg_box {
		position: relative;
		width: 100%;
		margin-bottom: 40px;
		padding-right: 26px!important;
	}
	.index .specialArea .msg_box::before {
		position: absolute;
		content: '';
		display: inline-block;
		top: -15px;
		left: 0;
		right: 0;
		width: 108px;
		height: 120px;
		background: url(../images/pic_msg.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin: auto;
	}
	.index .specialArea .match_box {
		position: relative;
		width: 100%;
		margin-bottom: 30px;
		padding-right: 26px!important;
	}
	.index .specialArea .match_box::before {
		position: absolute;
		content: '';
		display: inline-block;
		top: -15px;
		left: 0;
		right: 0;
		width: 108px;
		height: 120px;
		background: url(../images/pic_match.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin: auto;
	}
	.index .specialArea .blog_box {
		width: 100%;
	}
	.index .specialArea .blog_box p {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60%;
	}
	.index .specialArea h3 {
		margin: 0 0 15px;
	}
	.index .specialArea .btn a {
		width: 100%;
		font-size: 1.6rem;
		padding: 12px;
		margin: 15px 0 0;
	}
}

/* Page-nav */
.nav-links {
	text-align: center;
	margin-bottom: 20px;
}
.nav-links a {
text-decoration: none;
}
.page-numbers {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background: #eee;
	color: #565b62;
	margin: 0 4px;
}
.page-numbers.current {
	background: #fff8d8;
}
@media screen and (max-width:1024px) {
	.nav-links {
		text-align: center;
		margin-bottom: 40px;
	}
	.page-numbers {
		display: inline-block;
		width: 35px;
		height: 35px;
		line-height: 33px;
		text-align: center;
		border-radius: 50%;
		background: #eee;
		color: #565b62;
		margin: 0 2px;
	}
}