@charset "utf-8";
/*#ff5983;*/

::-moz-selection{
	background-color: #ff5983;
}

::selection{
	background-color: #ff5983;
}

.aside-page-index .svg-icon--arrow,
.sn--job-seeker .svg-icon--arrow {
	fill: #ff3963;
}
.pt--part-top .part-header {
	background-image: url(../images/job-seeker/bg_blur.jpg);
	background-color: #ffdcc4;
}

.page-index {
	margin-bottom: 10px;
}

.page-header__page-title {
	color: #ff5983;
}

.headding-state.headding-l-border::before {
	background-color: #ff5983;
}

.headding-state.headding-lb-border::before {
	background-color: #ff5983;
}

.headding-state.headding-bgb-bigger {
	border-top-color: #ff5983;
	color: #ff5983;
}

.headding-state.headding-bgb-bigger::before {
	background-color: #ff5983;
}

.part-header .floating-button a:hover {
	background: #ff5983;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
	box-shadow: 0 15px 15px rgba(0,0,0,0.2);
}

.pt--subpage .part-header__title a::before {
	 background-color: #ff5983;
}

.page-index .content-title {
	color: #ff5983;
}

.page-index .content-item .image-character:before {
	background: #f5cacf;
}

.pt--part-top .part-header:before {
	background: url(../images/job-seeker/illust_line_1.png) no-repeat center 0px;
	background-size: auto 100px;
}


.contact-title .icon {
	background-color: #ff5983;
}

.contact-tel-number {
	color: #ff5983;
}
.contact-link .button-state.ghost-button {
	border-color: #ff5983;
	color: #ff5983;
}

.contact-link .button-state.ghost-button:hover {
	background-color: #ff5983;
	color: #fff;
}

/* ============================================================================================== */

.find-jobs {
	margin-top: 0;
}

.find-jobs-header {
	padding: 50px 0 20px;
	box-sizing: border-box;
	font-size: 2.3rem;
	color: rgba(0, 0, 0, 0.6);
	background-size: auto 70px;
	background-position: right 50px bottom 0;
}

.find-jobs-header .find-jobs-title img {
	height: 30px;
}

.find-jobs-container.backcolor {
	background-color: #f5f2ee;
}



.job-list {
	padding-bottom: 10px;
}

.job-list .recent-jobs-header {
	margin-top: 0px;
	padding: 50px 0 0;
	position: relative;
	/*border-top: 4px solid rgba(0,0,0,0.1);*/
}

.find-jobs-title {
	font-size: 2.3rem;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}

.job-list .recent-jobs-header .job-list__find-title {
	font-size: 2.3rem;
	color: rgba(0, 0, 0, 0.6);
}

.job-list .job-list-container {
	padding-left: 0;
	padding-right: 0;
}

.job-list__find-title {
	font-weight: 600;
}

.job-list__find-title.headding-state {
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 5px 10px;
	border-top: 4px solid rgba(0,0,0,0.15);
	font-size: 1.4rem;
	border-radius: 2px;
	box-sizing: border-box;
}

.job-list__find-title .icon {
	opacity: 0.6;
}

.job-list__find-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}

.job-list__find-list .cat-item {
	flex-grow: 1;
	margin: 0px 10px 10px;
	max-width: 100%;
	min-width: 20%;
	width: 1px;
	display: flex;
}

.job-list__find-list .cat-item:first-child {
	margin-left: 0;
}

.job-list__find-list .cat-item:last-child {
	margin-right: 0;
}

.job-list__find-list a {
	transition: all 0.3s ease;
	text-decoration: none;
}

.job-list__find-list .cat-item a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 25px 15px 35px;
	border-radius: 5px;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

.job-list__find a:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}



.job-list__find-list .cat-item a:before,
.job-list__find-list .cat-item a:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: calc(5px + 0.5vw);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.3;
	vertical-align: middle;
	top: calc(50% - 12px);
}

.job-list__find-list .cat-item a:before {
	position: absolute;
	left: 10px;
}

.job-list__find-list .cat-item a:after {
	content: ">";
	position: absolute;
	right: 0;
	text-align: right;
	font-size: 80%;
	line-height: 200%;
}

.job-list__find.jobtype .cat-item a {
	padding-left: 40px;
}

.job-list__find.jobtype .cat-item a:before {
	background-image: url("../images/common/icon_assignment_bk.png");
}

.job-list__find.business {
	font-size: 1.4rem;
}

.job-list__find.business .cat-item a:before {
	width: 18px;
	height: 18px;
	background-image: url("../images/common/icon_loyalty_bk.png");
	top: calc(50% - 9px);
}

.job-list__find.tagcloud {
	background-image: url("../images/common/illust_peoples_rainbow.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 55px;
	padding-bottom: 90px;
}

.job-list__find.tagcloud .job-list__find-list a {
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 3px 8px;
	border: 1px solid rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.5);
	border-radius: 5px;
	display: inline-block;
	font-size: 1.3rem !important;
}

.job-list__find.tagcloud .job-list__find-list a:hover {
	border: 1px solid rgba(0,0,0,0);
	background: rgba(255,255,255,1);
}


.job-list__find-list .cat-item {
	margin: 0px 0 10px;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}


/* ---------------------------------------------------------------------------------------------- */
/* 1280以下のディスプレイ                                                                         */

@media screen and (max-width: 1180px) {
	.find-jobs-header {
		padding-right: 50px;
		padding-left: 50px;
	}
}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

/* iPad */

@media screen and (max-width: 768px) {
	
	.find-jobs-header {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.job-list__find.tagcloud {
		background-size: auto 15vw;
		padding-bottom: 13vw;
	}
	.pt--part-top .part-header:before {
		background-position: center bottom;
		background-size: auto 15vw;
		width: 100%;
		right: 0;
	}
}



/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/*@media screen and (max-width: 414px) {*/
@media screen and (max-width: 540px) {
	
	.pt--part-top .part-header:before {
		background-size: auto 20vw;
	}
	
	.find-jobs-header {
		padding: 20px;
		background-position: right 10px bottom;
		background-size: auto 60px;
	}
	.find-jobs-header .find-jobs-title img {
		height: 25px;
	}
	
	.job-list__find-title.headding-state {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.job-list__find-list {
		width: calc(100% - 40px);
		display: block;
		margin-bottom: 25px;
	}
	.job-list__find.tagcloud .job-list__find-list a {
		margin-bottom: 5px;
		margin-right: 0;
	}
	.job-list__find.jobtype .cat-item a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.job-list .recent-jobs-header {
		padding: 25px 0 0;
		position: relative;
		overflow: hidden;
	}
	
	.job-list .recent-jobs-header::before {
		display: none;
	}
	
	.job-list .item:first-child {
		margin-top: 0;
	}
	.job-list .item:nth-child(2n) {
		margin-right: auto;
	}
}


