.pj-part{
	width: 1920px;
	position: relative;
	background: #171717;
	padding: 60px 0;
	left: 50%;
	margin-left: -960px;
}
.pj-wrap{
	width: 1300px;
	display: flex;
	align-content: flex-start;
  	flex-flow: row wrap;
  	margin: auto;
}
.pj{
	height: 300px;
	padding: 7px;
	width: 33.3333%;
	box-sizing: border-box;
}
.pj a{
	display: block;
	background: #fff;
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}
.pj-img{
	position: absolute;
	transform: translateX(-50%);
	bottom: 0;
	left: 50%;
	font-size: 0;
}
.pj-img img{
	width: 100%;
	height: auto;
}
.pj-text{
	position: relative;
	line-height: 1;
	padding: 30px 30px 0;
}
.pj-text h3{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	color: #272727;
}
.pj-text p{
	color: #272727;
	margin: 0;
	font-size: 20px;
}
.pj:nth-of-type(1){
	width: 50%;
}
.pj:nth-of-type(2){
	width: 25%;
}
.pj:nth-of-type(3){
	width: 25%;
}
.pj:nth-of-type(4){
	width: 35%;
}
.pj:nth-of-type(5){
	width: 40%;
}
.pj:nth-of-type(6){
	width: 25%;
}
.pj:nth-of-type(1) .pj-img{
	width: 423px;
	bottom: 54px;
	left: 55%;
}
.pj:nth-of-type(2) .pj-img{
	width: 156px;
	bottom: 15px;
}
.pj:nth-of-type(3) .pj-img{
	width: 143px;
	bottom: 15px;
}
.pj:nth-of-type(4) .pj-img{
	width: 346px;
	bottom: -35px;
	left: 36%;
}
.pj:nth-of-type(5) .pj-img{
	width: 269px;
	bottom: 0;
	left: 55%;
}
.pj:nth-of-type(6) .pj-text{
	position: absolute;
	width: 70%;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	padding: 0;
}
@media(max-width: 1300px){
	.pj-part{
		width: 100%;
		left: auto;
		margin-left: 0;
		padding: 40px 0;
	}
	.pj-wrap{
		width: 100%;
		padding-left: 5px;
	    padding-right: 5px;
	    box-sizing: border-box;
	}
	.pj a{
		border-radius: 18px;
	}
}
@media(max-width: 1080px){
	.pj-part{
		padding: 34px 0;
	}
	.pj{
		padding: 5px;
		height: 240px;
	}
	.pj a{
		border-radius: 15px;
	}
	.pj:nth-of-type(1) .pj-img{
		width: 338px;
		bottom: 43px;
	}
	.pj:nth-of-type(2) .pj-img{
		width: 143px;
		bottom: 12px;
	}
	.pj:nth-of-type(3) .pj-img{
		width: 114px;
		bottom: 12px;
	}
	.pj:nth-of-type(4) .pj-img{
		width: 276px;
		bottom: -28px;
	}
	.pj:nth-of-type(5) .pj-img{
		width: 215px;
	}
	.pj-text{
		padding: 24px 24px 0;
	}
	.pj-text h3{
		font-size: 24px;
	}
	.pj-text p{
		font-size: 18px;
	}
}
@media(max-width: 767px){
	.pj-part{
		padding: 22px 0;
	}
	.pj-wrap{
		padding-left: 4px;
		padding-right: 4px;
	}
	.pj{
		padding: 4px;
	}
	.pj a{
		border-radius: 12px;
	}
	.pj:nth-of-type(1),
	.pj:nth-of-type(2),
	.pj:nth-of-type(3),
	.pj:nth-of-type(4),
	.pj:nth-of-type(5),
	.pj:nth-of-type(6){
		width: 50%;
	}
	.pj{
		height: 200px;
	}
	.pj-text{
		padding: 20px 20px 0;
	}
	.pj-text h3{
		font-size: 18px;
		margin-bottom: 10px;
		font-weight: 700;
	}
	.pj-text p{
		font-size: 15px;
	}
	.pj:nth-of-type(1) .pj-img{
		width: 253px;
		bottom: 32px;
		left: 55%;
	}
	.pj:nth-of-type(2) .pj-img{
		width: 120px;
		bottom: 9px;
	}
	.pj:nth-of-type(3) .pj-img{
		width: 90px;
		bottom: 9px;
	}
	.pj:nth-of-type(4) .pj-img{
		width: 208px;
		bottom: -21px;
		left: 36%;
	}
	.pj:nth-of-type(5) .pj-img{
		width: 161px;
		bottom: 0;
		left: 55%;
	}
}
@media(max-width: 450px){
	.pj-part{
		padding: 20px 0 5px;
	}
	.pj{
		height: 180px;
	}
	.pj-text h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.pj-text p{
		font-size: 14px;
	}
	.pj:nth-of-type(1) .pj-img{
		width: 169px;
		bottom: 60px;
		left: 55%;
	}
	.pj:nth-of-type(2) .pj-img{
		width: 100px;
		bottom: 15px;
	}
	.pj:nth-of-type(3) .pj-img{
		width: 80px;
		bottom: 6px;
	}
	.pj:nth-of-type(4) .pj-img{
		width: 180px;
		bottom: -14px;
		left: 36%;
	}
	.pj:nth-of-type(5) .pj-img{
		width: 140px;
		bottom: 0;
		left: 55%;
	}
}
.pj-title{
	width: 1300px;
	margin: auto;
	padding: 0 30px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.pj-title h3{
	font-size: 45px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	margin: 0 0 20px;
}
.pj-title p{
	line-height: 1;
	color: #fff;
	font-size: 22px;
	margin: 0;
}
@media(max-width: 1300px){
	.pj-title{
		width: 100%;
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.pj-title h3{
		font-size: 30px;
		margin: 0 0 13px;
	}
	.pj-title p{
		font-size: 19px;
	}
}
@media(max-width: 1080px){
	.pj-title{
		width: 100%;
		padding: 0 20px;
		margin-bottom: 23px;
	}
	.pj-title h3{
		font-size: 25px;
		margin: 0 0 10px;
	}
	.pj-title p{
		font-size: 17px;
	}
}
@media(max-width: 767px){
	.pj-title{
		margin-bottom: 15px;
		padding: 0 15px;
	}
	.pj-title h3{
		font-size: 22px;
		margin: 0 0 10px;
	}
	.pj-title p{
		font-size: 15px;
	}
}
@media(max-width: 450px){
	.pj-title{
		margin-bottom: 12px;
		padding: 0 12px;
	}
	.pj-title h3{
		font-size: 20px;
		margin: 0 0 10px;
	}
	.pj-title p{
		font-size: 14px;
	}
}