.home-work__item:nth-child(5) .home-work__link {
      background-image: url(../img/home/img_work5.jpg); 
    }
    .extarnal_link2 {
	padding-right: 32px;
	color: #fff !important;
	text-decoration: none;
}
.extarnal_link2::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	content: '';
	width: 28px;
	height: 28px;
	background: url(/firstcareer/images/common/icon_extarnallink.png) no-repeat center / cover;
}
    .home-work__item:nth-child(4) {
        margin-bottom: 1.6vw;
    }
    .home-work__list {
    flex-wrap: wrap;
    justify-content: normal
}
.home-work__item{
    margin-top:10px
}
.home-work {
    max-width: 1500px;
    margin: 0 auto;
}
.home2_hatsudensyo{
    display: inline-block;
    padding-top:30px;
}
	.pc_only {
		display: block !important;
	}

	.sp_only {
		display: none !important;
	}
@media screen and (max-width: 1024px) {
        .home2_label{
        margin-top:0px
    }
    .home2_hatsudensyo{
    font-size: 22px!important;
}

    .home-work__list {
display: flex;
justify-content: center;
}
.home-work__item {
    max-width: 300px!important;
    height: 300px!important;
}
 .home-work__list:after{
		content:"";
		 display:block;
		width: 300px;
	 }
     	.pc_only {
		display: none !important;
	}

	.sp_only {
		display: block !important;
	}
        .home-work__label span {
        font-size: 6.4vw;
        margin-top: 20px;
    }
}