@charset "utf-8";





/*-------------------------------
	サービスレイアウト
-------------------------------*/

.sec1{
	padding-bottom: 170px;
}
.sec1 .mainimage .mainimage_message{
	font-size: 4.5rem;
	margin-bottom: 100px;
	margin-top: -2rem;
	padding-left: 45px;
	padding-right: 45px;
	line-height: 1;
	font-weight: bold;
}
.sec1 .mainimage img{
	width: 100%;
}
.sec1 .mainimage .mainimage_message span{
	padding: 8px 10px 12px 15px;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	background: #00a475;
	background: -moz-linear-gradient(left, #00a475 0%, #00bdff 100%);
	background: -webkit-linear-gradient(left, #00a475 0%,#00bdff 100%);
	background: linear-gradient(to right, #00a475 0%,#00bdff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a475', endColorstr='#00bdff',GradientType=1 );
}
.sec1 .mainimage .mainimage_message span:not(:last-child){
	margin-bottom: 15px;
}
.sec1 .reason_cont .reason_title{
	font-size: 3.0rem;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
}
.sec1 .reason_cont .reason_title:after{
	content: "";
	width: 100px;
	height: 4px;
	margin: 35px auto 100px;
	display: block;
	background: #00a475;
	background: -moz-linear-gradient(left, #00a475 0%, #00bdff 100%);
	background: -webkit-linear-gradient(left, #00a475 0%,#00bdff 100%);
	background: linear-gradient(to right, #00a475 0%,#00bdff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a475', endColorstr='#00bdff',GradientType=1 );
}
.sec1 .reason_cont .reason:not(:last-child){
	margin-bottom: 115px;
}
.sec1 .reason_cont .reason .detail{
	padding-top: 25px;
}
.sec1 .reason_cont .reason .detail .subtitle{
	font-size: 2.5rem;
	margin-bottom: 35px;
	line-height: 1.8;
	font-weight: bold;
}

/*----- 介護・医療人材紹介事業 */
.service2{
	padding-bottom: 100px;
}
.service2 .banner_cont > *{
	text-align: center;
}
.service2 .banner{
	margin-top: 135px;
	padding: 60px 40px 30px;
	border-radius: 20px;
	border: 5px solid #49c6a3;
	display: inline-block;
	background: #f7f5f7;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
}
.service2 .banner a{
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.service2 .banner a:hover{
	opacity: 1 !important;
}
.service2 .banner .title{
	font-size: 2.5rem;
	line-height:46px;
	width: 600px;
	border-radius: 23px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	background: #f01487;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(-60px - 5px - 23px);
	margin-left: auto;
	margin-right: auto;
}
.service2 .banner a .banner_btn{
	padding: 10px;
	font-size: 1.9rem;
	border-radius: 25px;
	margin-top: 30px;
	color: #49c6a3;
	font-weight: bold;
	background: #fff;
	box-shadow: 10px 10px 10px rgb(0 0 0 / 15%);
	position: relative;
	transition: 0.2s;
}
.service2 .banner a .banner_btn span{
	font-size: 1.9rem;
	margin-left: 10px;
	color: #f01487;
	font-weight: bold;
}
.service2 .banner a .banner_btn:after{
	content: "";
	width: 20px;
	height: 10px;
	background-image: url(../images/service2/arrow_pink.svg);
	display: block;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
}
.service2 .banner a:hover .banner_btn{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

/*----- 外国人就労支援事業 */
/* .service3{
	padding-bottom: 100px;
}
.service3 .banner_cont > *{
	text-align: center;
} */
.service3 .banner.ghk{
	margin-top: 128px;
	padding: 15px 15px 30px;
	border-radius: 20px;
	border: 5px solid #b71c25;
	display: inline-block;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
	background: #fff;

}
.service3 .banner.ghk a{
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	&::before{
		content: none;
	}
}



/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width:768px) , print{

	/*-------------------------------
		サービスレイアウト
	-------------------------------*/

	.sec1{
		padding-bottom: 18vw;
	}
	.sec1 .mainimage img{
		width: 100%;
	}
	.sec1 .mainimage .mainimage_message{
		font-size: 1.8rem;
		margin-bottom: 18vw;
		margin-top: -2rem;
		padding-left: 3.5vw;
		padding-right: 3.5vw;
	}
	.sec1 .mainimage .mainimage_message span{
		padding: 2vw 2.5vw;
	}
	.sec1 .mainimage .mainimage_message span:not(:last-child){
		margin-bottom: 2.5vw;
	}
	.sec1 .reason_cont .reason_title{
		font-size: 1.6rem;
	}
	.sec1 .reason_cont .reason_title:after{
		width: 16.5vw;
		height: 2px;
		margin: 8vw auto 13.5vw;
	}
	.sec1 .reason_cont .reason:not(:last-child){
		margin-bottom: 25vw;
	}
	.sec1 .reason_cont .reason .detail{
		padding-top: 7vw;
	}
	.sec1 .reason_cont .reason .detail .subtitle{
		font-size: 1.8rem;
		margin-bottom: 5vw;
	}
	.sec1 .reason_cont .reason .detail .txt{
		font-size: 1.2rem;
	}

	/*----- 介護・医療人材紹介事業 */
	.service2 .banner{
		margin-top: 30vw;
		padding: 5vw;
		border-radius: 2.5vw;
	}
	.service2 .banner a{
		width: 100%;
	}
	.service2 .banner .title{
		font-size: 1.3rem;
		line-height: 2.6rem;
		width: 100%;
		border-radius: 1.3rem;
		top: calc(-5vw - 5px - 1.3rem);
	}
	.service2 .banner a .banner_btn{
		padding: 3.5vw;
		font-size: 1.3rem;
		border-radius: 2.5vw;
		margin-top: 0;
		text-align: center;
	}
	.service2 .banner a img{
		width: 85%;
		margin: 3vw auto 5vw;
	}
	.service2 .banner a .banner_btn span{
		font-size: 1.3rem;
		margin-left: 0;
	}
	.service2 .banner a .banner_btn:after{
		display: none;
	}
	.service2 .banner a .banner_btn span:after{
		content: "";
		width: 3.5vw;
		height: 1.75vw;
		margin-left: 2.5vw;
		background-image: url(../images/service2/arrow_pink.svg);
		display: inline-block;
	}

	/*----- 外国人就労支援事業 */
	.service3{
		padding-bottom: 18vw;
	}
	/* .service3 .banner{
		margin-top: 30vw;
		padding: 5vw;
		border-radius: 2.5vw;
	}
	.service3 .banner a{
		width: 100%;
	}
	.service3 .banner a img{
		width: 100%;
	} */

}


.service3__news {
	margin-top: 100px;
		padding: 54px 0;
		background: #f7f5f7;

}

.service3__news .news {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}

.service3__news .detail {
		width: 32%;
		margin-bottom: 32px;

	@media screen and (max-width: 768px) {
		width: 48%;
		margin-bottom: 20px;
	}
}

.service3__news__image {
	border-radius: 10px;
	margin-bottom: 16px;
	transition: 0.3s all ease-in-out;
	display: block;
}

.service3__news__image:hover {
	opacity: 0.8;

}
.service3__news__image img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.service3__news .title {
	font-size: 1.8rem;

	@media screen and (max-width: 768px) {
		font-size: 1.4rem;
	}	
}
.service3__news .date {
	color: #666;
}