@charset "utf-8";
#bg_main_image_recruit {
	background-image: url(../img/img_main.jpg);
}


@media screen and (min-width:1025px) {

}

@media screen and (max-width: 1024px) and (min-width: 751px) {

}

@media print, screen and (min-width: 751px) {
	.contents_rounded > .ttl{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		color: #FFF;
		font-size: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		margin: -50px -60px 0;
		padding: 130px 20px;
		text-align: center;
	}
	
	#work1.contents{
		padding-bottom: 40px;
	}
	#work1 > .ttl{
		background-image: url(../img/img_bosyu.jpg);
	}
	#work1 > ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 -20px;
	}
	#work1 > ul > li{
		align-self: center;
		background-color: #FBFAEB;
		border-radius: 10px;
		font-size: 16px;
		margin-top: 20px;
		padding: 20px;
		text-align: center;
		width: 49%;
	}
	
	#work2 > .ttl{
		background-image: url(../img/img_taigu.jpg);
	}
	#work2 > #point_list{
		margin: 0 -60px 0;
	}
	#work2 > #point_list > .point_set{
		border-bottom: 6px solid #FFAA7D;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 55px 37px 55px;
	}
	#work2 > #point_list > .point_set:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	#work2 > #point_list > .point_set > .point{
		color: #F38247;
		text-align: center;
		line-height: 1;
		width: 100px;
	}
	#work2 > #point_list > .point_set > .point:after{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		display: block;
		padding-bottom: 71.3%;
	}
	#work2 > #point_list > .point_set:nth-child(1) > .point:after{
		background-image: url(../img/bg_point01.png);
	}
	#work2 > #point_list > .point_set:nth-child(2) > .point:after{
		background-image: url(../img/bg_point02.png);
	}
	#work2 > #point_list > .point_set:nth-child(3) > .point:after{
		background-image: url(../img/bg_point03.png);
	}
	#work2 > #point_list > .point_set > .point > span{
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 15px;
		display: block;
		margin-bottom: 40px;
	}
	#work2 > #point_list > .point_set > .detail{
		margin-left: 40px;
		width: calc(100% - 140px);
	}
	#work2 > #point_list > .point_set > .detail dt{
		font-size: 24px;
		font-weight: bold;
		line-height: 1.25;
	}
	#work2 > #point_list > .point_set > .detail dd{
		margin-top: 25px;
	}
	
	#dot_band{
		background: url(../../../../common/img/recruit/bg_dot_kaigo.png);
		background-size: 102px auto;
		margin-top: 120px;
		padding: 60px 20px;
	}
	#dot_band_inner{
		margin: 0 auto;
		max-width: 1080px;
	}
	#dot_band_inner > p{
		color: #433F36;
		font-size: 28px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		text-align: center;
		line-height: 1.42;
	}
	#dot_band_inner > div{
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	#dot_band_inner > div > a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 49.1%;
	}
	#dot_band_inner a{
		background-color: #E97673;
		border-radius: 10px;
		box-shadow: 0 3px 4px rgba(0,0,0,.16);
		color: #FFF;
		font-size: 28px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		display: block;
		padding: 20px;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}
	#dot_band_inner a > span{
		font-size: 16px;
		display: block;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 750px) {
	.contents_rounded > .ttl{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #FFF;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		margin: -50px -20px 0;
		padding: 45px 20px;
		text-align: center;
	}
	
	#work1.contents{
		padding-bottom: 40px;
	}
	#work1 > .ttl{
		background-image: url(../img/img_bosyu.jpg);
	}
	#work1 > ul{
	}
	#work1 > ul > li{
		align-self: center;
		background-color: #FBFAEB;
		border-radius: 10px;
		font-size: 16px;
		margin-top: 20px;
		text-align: center;
		padding: 20px;
	}
	
	#work2 > .ttl{
		background-image: url(../img/img_taigu.jpg);
	}
	#work2 > #point_list{
		margin: 0 -20px 0;
	}
	#work2 > #point_list > .point_set{
		border-bottom: 6px solid #FFAA7D;
		display: flex;
		flex-direction: column;
		padding: 25px 20px 25px;
	}
	#work2 > #point_list > .point_set:last-child{
		border-bottom: none;
		padding-bottom: 0;
	}
	#work2 > #point_list > .point_set > .point{
		color: #F38247;
		text-align: center;
		line-height: 1;
		margin: 0 auto;
		width: 50px;
	}
	#work2 > #point_list > .point_set > .point:after{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		display: block;
		padding-bottom: 71.3%;
	}
	#work2 > #point_list > .point_set:nth-child(1) > .point:after{
		background-image: url(../img/bg_point01.png);
	}
	#work2 > #point_list > .point_set:nth-child(2) > .point:after{
		background-image: url(../img/bg_point02.png);
	}
	#work2 > #point_list > .point_set:nth-child(3) > .point:after{
		background-image: url(../img/bg_point03.png);
	}
	#work2 > #point_list > .point_set > .point > span{
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 15px;
		display: block;
		margin-bottom: 10px;
	}
	#work2 > #point_list > .point_set > .detail{
		margin-top: 30px;
	}
	#work2 > #point_list > .point_set > .detail dt{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.25;
	}
	#work2 > #point_list > .point_set > .detail dd{
		margin-top: 25px;
	}
	
	#dot_band{
		background: url(../../../../common/img/recruit/bg_dot_kaigo.png);
		background-size: 102px auto;
		margin-top: 60px;
		padding: 30px 20px;
	}
	#dot_band_inner{

	}
	#dot_band_inner > p{
		color: #433F36;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		text-align: center;
		line-height: 1.42;
	}
	#dot_band_inner > p > span{
		display: block;
	}
	#dot_band_inner > div{
		margin-top: 20px;
	}
	#dot_band_inner a{
		background-color: #E97673;
		border-radius: 10px;
		box-shadow: 0 3px 4px rgba(0,0,0,.16);
		color: #FFF;
		font-size: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		display: block;
		margin-top: 20px;
		padding: 20px;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}
	#dot_band_inner a > span{
		font-size: 12px;
		display: block;
		margin-bottom: 10px;
	}
}
