@charset "UTF-8";
/*humanresources*/

/*mainimg*/
#mainimg{
	background: url('../../imgs/humanresources/img_mainimg_pc.jpg') center center no-repeat;
	background-size: cover;
	}

#mainimg h2.index_h2{
	width: 447px;
	height: 97px;
	background: url('../../imgs/humanresources/h2_humanresources.png') center center no-repeat;
	}


/*index_contents*/
.index_contents_item{
	width: calc(50% - 10px);
	height: auto;
	padding: 20px 0;
	}

.index_contents_item ul{
	list-style-type: none;
	}

.index_contents_item ul li.item{
	height: 20px;
	margin: 10px 0;
	padding: 10px;
	line-height: 1;
	}

.index_contents_item a{
	width: calc(100% - 70px);
	height: auto;
	font-size: 1.428em;
	}


.index_contents_item:hover{
	opacity: 1;
	}

.index_contents_item a:hover{
	opacity: 0.8;
	}

.index_contents_item li.no_link{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	width: calc(100% - 80px);
	height: auto;
	font-size: 1.428em;
	text-align: left;
	text-decoration: none;
	padding: 3px 10px 0 70px;
	margin: 10px 0;
	}

.index_contents_item li.no_link::before{
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #ffffff;
	filter: drop-shadow(0 3px 3px rgba(51,51,153,0.35));
	}

.index_contents_item li.no_link::after{
	content: '';
	position: absolute;
	top: 12px;
	left: 30px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #333399;
	border-right: 2px solid #333399;
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
	}

.index_contents_item li.no_link ul{
	width: 100%;
	margin-top: 20px;
	}
.index_contents_item li.no_link ul li{
	margin-bottom: 10px;
	}

.index_contents_item li.no_link ul li:last-child{
	margin-bottom: 0;
	}

.index_contents_item li.no_link a{
	width: calc(100% - 20px);
	font-size: 1em;
	padding: 0 0 0 20px;
	position: relative;
	}

.index_contents_item li.no_link a::before{
	content: none;
	}
.index_contents_item li.no_link a::after{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333399;
	border-right: 2px solid #333399;
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
	}



/* Media Queries
==========================================================================*/
@media screen and (max-width:999px) {

#mainimg{
	background: url('../../imgs/humanresources/img_mainimg_sp.jpg') center center no-repeat;
	background-size: cover;
	}


#mainimg h2.index_h2{
	height: 49px;
	background-size: 224px 49px;
	}


/*index_contents*/
#index_contents{
	padding: 10px 0 5px;
	}

.index_contents_item{
	width: calc(100% - 2px);
	height: auto;
	padding: 10px 0;
	}
.index_contents_item ul li.item{
	height: auto;
	margin: 5px 0;
	padding: 0;
	}

.index_contents_item a{
	width: calc(100% - 40px);
	height: calc(100% - 10px); 
	padding: 5px 5px 5px 35px;
	font-size: 1.25em;
	}


.index_contents_item a::before{
	top: 13px;
	}

.index_contents_item a::after{
	top: 10px;
	}


.index_contents_item li.no_link{
	width: calc(100% - 40px);
	padding: 0 5px 0 35px;
	margin: 0;
	font-size: 1.25em;
	}

.index_contents_item li.no_link::before{
	top: 3px;
	left: 10px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	filter: drop-shadow(0 2px 2px rgba(51,51,153,0.35));
	}

.index_contents_item li.no_link::after{
	top: 9px;
	left: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333399;
	border-right: 1px solid #333399;
	}

.index_contents_item li.no_link ul{
	width: 100%;
	margin-top: 5px;
	}
.index_contents_item li.no_link ul li{
	margin-bottom: 5px;
	}

.index_contents_item li.no_link ul li:last-child{
	margin-bottom: 0;
	}

.index_contents_item li.no_link a{
	width: calc(100% - 10px);
	padding: 0 0 0 10px;
	}

.index_contents_item li.no_link a::after{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333399;
	border-right: 1px solid #333399;
	}



}
