@charset "utf-8";

/* ---------------------------------------------
CSS Info

 File name:  top.css
 Style Info: TOPページ用レイアウト

------------------------------------------------ */


/* MVエリア
------------------------------------------------ */
.idx-panel {text-align: center;}
.idx-panel__update {font-weight: bold;}
.idx-panel__update .num {margin: 0 .25em;}
.idx-panel__various {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.idx-panel__various li {flex: 1;}
.idx-panel__various li:not(:last-child) {margin-right: 8px;}
.idx-panel__various li a {
	display: block;
	padding: 16px 0;
	background: #FFF;
	border: 2px solid #d3d3d3;
	border-radius: 8px;
	font-weight: bold;
	text-align: center;
	color: #111;
	line-height: 1.2;
}
.idx-panel__various li a i {
	display: block;
	margin-bottom: 6px;
	color: #dd134f;
}
.idx-panel__various li a:hover{background: #ffe2e8;}

@media screen and (max-width:979px) {
	.idx-mv__kv {
		padding: 0 0 40px 24px;
		background: url("../image/eyecatch3_sp.png") no-repeat center top;
		background-size: cover;
	}
	.idx-mv__kv .ttl {
		width: 50%;
		text-align: right;
	}
	.idx-panel {
		position: relative;
		width: 96%;
		margin: -32px auto 0;
		padding-bottom: 24px;
	}
	.idx-panel__signup .signup-btn {
		width: 100%;
		height: 64px;
		line-height: 64px;
		font-size: 20px;
		font-size: 2rem;
	}
	.idx-panel__signup .signup-btn span {
		height: 24px;
		line-height: 24px;
		border-radius: 12px;
		top: -2px;
		margin-right: 4px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.idx-panel__update {
		margin: 16px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.idx-panel__various li a {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.idx-panel__various li a i {
		font-size: 32px;
		font-size: 3.2rem;
	}
}
@media screen and (min-width:980px) {
	.idx-mv-block {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		width: 96%;
		max-width: 1200px;
		margin: 0 auto;
		background: #f3f3f3;
	}
	.idx-mv__kv {
		width: 100%;
		padding: 24px 40px;
		background: url("../image/choicejob-eyecatch3.png") no-repeat center;
	}
	.idx-panel {
		width: 45%;
		padding: 0 24px;
	}
	.idx-panel__signup .signup-btn {
		width: 100%;
		height: 104px;
		line-height: 104px;
		font-size: 32px;
		font-size: 3.2rem;
	}
	.idx-panel__signup .signup-btn span {
		height: 32px;
		line-height: 32px;
		border-radius: 16px;
		top: -2px;
		margin-right: 8px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.idx-panel__update {
		margin: 24px 0;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.idx-panel__various li a i {
		font-size: 40px;
		font-size: 4rem;
	}
}

/* 新着スライド
------------------------------------------------ */
* {
	min-height: 0; /* slick対策 */
	min-width : 0;
}

.idx-slide {
	margin-top: 16px;
	overflow: hidden;
}
.idx-slide .slick-list {margin-right: -16px;}
.slide-item {
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}
.slide-item a {
	display: block;
	background: #FFF;
	border-radius: 8px;
}
.idx-slide .slick-slide {
	margin-right: 16px;
	padding-bottom: 8px;
}
.slide-item .thumb img {
	border-radius: 8px 8px 0 0;
	vertical-align: bottom;
}
.slide-item .desc {
	padding:  8px 16px 16px;
}
.slide-item .desc .ttl {
	margin-bottom: .25em;
	font-weight: bold;
	color: #2ca681;
	line-height: 1.3;
}
.slide-item a:hover .desc .ttl {
	text-decoration: underline;
}
.slide-item .desc dl {
	font-size: 13px;
	font-size: 1.3rem;
	color: #111;
}
.slide-item .desc dl dt {
	clear: both;
	float: left;
	width: 4em;
	font-weight: bold;
}
.slide-item .desc dl dd {
	margin-left: 4em;
}



/* 勤務地から探す
------------------------------------------------ */
.idx-area-pref__item {
	border-bottom: 2px solid #d3d3d3;
	line-height: 1;
}
.idx-area-pref__item a,
.idx-popular-area_list a {
	display: block;
	color: #111;
}
.idx-area-pref__item_area {font-weight: bold;}
.idx-area-pref__item_pref ul,
.idx-popular-area_list ul {letter-spacing: -.40em;}
.idx-area-pref__item_pref li,
.idx-popular-area_list li {
	letter-spacing: normal;
	display: inline-block;
}
.idx-area-pref__item_pref li a:before,
.idx-popular-area_list li a:before{
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #f7a3bc;
	margin-right: .25em;
}
.idx-area-pref__item a:hover,
.idx-popular-area_list a:hover,
.idx-area-pref__item_pref li a:hover:before,
.idx-popular-area_list li a:hover:before{color: #e93e63;}

.idx-popular-area_ttl {
	margin-bottom: .75em;
	padding: .25em;
	background: #fdf571;
	font-weight: bold;
	text-align: center;
}
.idx-popular-area_list li {margin-bottom: .25em;}
.idx-popular-area_list li:not(:last-child) {margin-right: 1.25em;}

@media screen and (max-width:767px) {
	.idx-area-pref__item_area,
	.idx-area-pref__item_pref li {border-bottom: 1px solid #d3d3d3;}
	.idx-area-pref__item_area,
	.idx-area-pref__item_pref li a {padding: 1em 0;}
	.idx-area-pref__item_pref {padding-bottom: 24px;}
	.idx-area-pref__item_pref li {width: 48%;}
	.idx-area-pref__item_pref li:nth-child(odd) {margin-right: 4%;}
	.idx-popular-area {margin-top: 24px;}
}
@media screen and (min-width:768px) {
	.idx-area-pref__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
		padding: 24px 0 8px;
	}
	.idx-area-pref__item_area {
		width: 136px;
	}
	.idx-area-pref__item_pref {
		flex: 1;
	}
	.idx-area-pref__item_pref li {margin-bottom: 1em;}
	.idx-area-pref__item_pref li:not(:last-child) {
		margin-right: .75em;
		padding-right: .75em;
		border-right: 1px solid #d3d3d3;
	}
	.idx-popular-area {margin-top: 32px;}
}


/* 注目の求人
------------------------------------------------ */
.idx-pickup_list li a {
	position: relative;
	display: block;
	color: #111;
	line-height: 1.2;
}
.idx-pickup_list li a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #f7a3bc;
}

@media screen and (max-width:767px) {
	.idx-pickup_list {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.idx-pickup_list li {
		display: -ms-flexbox;
		display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
		width: 48%;
		border-bottom: 1px solid #d3d3d3;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.idx-pickup_list li:nth-child(odd) {margin-right: 4%;}
	.idx-pickup_list li a {
		width: 100%;
		padding: 1em 1.25em 1em 0;
	}
	.idx-pickup_list li a:after {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -.5em;
	}
}
@media screen and (min-width:768px) {
	.idx-pickup_list {
		margin-top: 16px;
		letter-spacing: -.40em;
	}
	.idx-pickup_list li {
		letter-spacing: normal;
		display: inline-block;
		margin-bottom: .75em;
	}
	.idx-pickup_list li:not(:last-child) {margin-right: .5em;}
	.idx-pickup_list li a {
		padding: .75em 1em;
		background: #ffe5eb;
		border-radius: 8px;
		border: 1px solid #fbbdca;
	}
	.idx-pickup_list li a:after {margin-left: .5em;}
	.idx-pickup_list li a:hover {background: #FFF;}
}
