.wp.wp1400 {
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
img {
	width: 100%;
	transition: .5s;
}
.g-coop-tit {
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 52px;
}
.m-coopa .bg{
	background-color: #FFFFFF;
}
.m-coopa {
	background: url(../images/coop/pic-coop-bg.png) no-repeat center;
	background-size: cover;
	padding: 76px 0 104px 0;
	margin-bottom: 70px;
}
.m-coopa .pic {
	float: left;
	width: 702px;
	height: 502px;
	overflow: hidden;
	margin-right: 54px;
}
.m-coopa .pic:hover img {
	-webkit-transform:scale(1.04);
	-moz-transform:scale(1.04);
	-ms-transform:scale(1.04);
	-o-transform:scale(1.04);
	transform:scale(1.04);
}
.m-coopa .txt {
	overflow: hidden;
	padding-bottom: 60px;
}
.m-coopa .tit {
	font-size: 32px;
	color: #111;
	font-weight: 600;
	padding-top: 50px;
	margin-bottom: 18px;
}
.m-coopa .desc {
	font-size: 18px;
	line-height: 1.6;
	color: #666666;
	margin-bottom: 36px;
	overflow:hidden;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 
	text-overflow:ellipsis;
}
.m-coopa .status .tita {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 20px;
}
.m-coopa .status p {
	padding-left: 30px;
	font-size: 16px;
	color: #000000;
	line-height: 2;
	background: url(../images/coop/ico-coop-a.png) no-repeat left 2px;
	background-size: 18px;
	margin-bottom: 6px;
	overflow:hidden;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 
	text-overflow:ellipsis;
}
.m-coopb {
	margin-bottom: 94px;
}
.m-coopb .coopb-tit {
	margin-bottom: 32px;
}
.ul-list {
	overflow: hidden;
	padding-top: 20px;
}
.ul-list li {
	width: 15%;
	float: right;
	position: relative;
	transition: .5s;
}
.ul-list li:nth-child(2) {
	padding-right: 165px;
}
.ul-list li:nth-child(3) {
	padding-right: 168px;
}
.ul-list li:nth-child(4) {
	padding-right: 170px;
}
.ul-list li:first-of-type {
	padding-left: 0px;
}
.ul-list .con {
	display: block;
	text-align: center;
}
.ul-list .pic{
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: .3s;
}
.ul-list .con:hover .pic{
	transform: translateY(-10px);
}
.ul-list .con:hover p{
	color: #f6b156;
}
.ul-list p {
	text-align: center;
	font-size: 20px;
	color: #111111;
	font-weight: 500;
	transition: .5s;
	overflow:hidden;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1; 
	text-overflow:ellipsis;
}
.ul-list .con::after {
	content: '';
	display: block;
	position: absolute;
	width: 64px;
	height: 47px;
	top: 30%;
	right: 14%;
	background: url(../images/coop/ico-coop-b.png) no-repeat;
	background-size: 64px 47px;
}
.ul-list .con::before {
	content: '';
	transition: .5s;
	display: block;
	position: absolute;
	width: 0px;
	height: 47px;
	top: 30%;
	left: 69%;
	z-index: 99;
	background: url(../images/coop/ico-coop-0.png) no-repeat;
	background-size: 64px 47px;
}
.ul-list .con:hover::before {
	content: '';
	display: block;
	position: absolute;
	width: 64px;
	height: 47px;
	top: 30%;
	left: 69%;
	z-index: 99;
	background: url(../images/coop/ico-coop-0.png) no-repeat;
	background-size: 64px 47px;
	transition: 1s;
}

.ul-list li:first-of-type .con::after,.ul-list li:first-of-type .con::before {
	display: none;
}


@media only screen and (min-width: 950px) and (max-width: 1920px) {
.wp.wp1400 {
	max-width: 72.91vw;
	margin: 0 auto;
	overflow: hidden;
}
img {
	width: 100%;
	transition: .5s;
}
.g-coop-tit {
	font-size: 3.125vw;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2.708vw;
}
.m-coopa .bg{
	background-color: #FFFFFF;
}
.m-coopa {
	background: url(../images/coop/pic-coop-bg.png) no-repeat center;
	background-size: cover;
	padding: 3.958vw 0 5.416vw 0;
	margin-bottom: 3.645vw;
}
.m-coopa .pic {
	float: left;
	width: 36.56vw;
	height: 26.14vw;
	overflow: hidden;
	margin-right: 2.812vw;
}
.m-coopa .pic:hover img {
	-webkit-transform:scale(1.04);
	-moz-transform:scale(1.04);
	-ms-transform:scale(1.04);
	-o-transform:scale(1.04);
	transform:scale(1.04);
}
.m-coopa .txt {
	overflow: hidden;
	padding-bottom: 3.125vw;
}
.m-coopa .tit {
	font-size: 1.666vw;
	color: #111;
	font-weight: 600;
	padding-top: 2.604vw;
	margin-bottom: 0.937vw;
}
.m-coopa .desc {
	font-size: 0.937vw;
	line-height: 1.6;
	color: #666666;
	margin-bottom: 1.875vw;
	overflow:hidden;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 
	text-overflow:ellipsis;
}
.m-coopa .status .tita {
	font-size: 0.937vw;
	font-weight: 700;
	color: #000000;
	margin-bottom: 1.041vw;
}
.m-coopa .status p {
	padding-left: 1.562vw;
	font-size: 0.833vw;
	color: #000000;
	line-height: 2;
	background: url(../images/coop/ico-coop-a.png) no-repeat left 0.104vw;
	background-size: 0.937vw;
	margin-bottom: 0.312vw;
	overflow:hidden;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 
	text-overflow:ellipsis;
}
.m-coopb {
	margin-bottom: 4.895vw;
}
.m-coopb .coopb-tit {
	margin-bottom: 1.666vw;
}
.ul-list {
	overflow: hidden;
	padding-top: 1.041vw;
}
.ul-list li {
	width: 15%;
	float: right;
	position: relative;
	transition: .5s;
}
.ul-list li:nth-child(2) {
	padding-right: 8.593vw;
}
.ul-list li:nth-child(3) {
	padding-right: 8.75vw;
}
.ul-list li:nth-child(4) {
	padding-right: 8.854vw;
}
.ul-list li:first-of-type {
	padding-left: 1px;
}
.ul-list .con {
	display: block;
	text-align: center;
}
.ul-list .pic{
	display: inline-block;
	width: 10.41vw;
	height: 10.41vw;
	overflow: hidden;
	margin-bottom: 1.041vw;
	transition: .3s;
}
.ul-list .con:hover .pic{
	transform: translateY(-0.520vw);
}
.ul-list .con:hover p{
	color: #f6b156;
}
.ul-list p {
	text-align: center;
	font-size: 1.041vw;
	color: #111111;
	font-weight: 500;
	transition: .5s;
	overflow:hidden;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1; 
	text-overflow:ellipsis;
}
.ul-list .con::after {
	content: '';
	display: block;
	position: absolute;
	width: 3.333vw;
	height: 2.447vw;
	top: 30%;
	right: 14%;
	background: url(../images/coop/ico-coop-b.png) no-repeat;
	background-size: 3.333vw 2.447vw;
}
.ul-list .con::before {
	content: '';
	transition: .5s;
	display: block;
	position: absolute;
	width: 1px;
	height: 2.447vw;
	top: 30%;
	left: 69%;
	z-index: 99;
	background: url(../images/coop/ico-coop-0.png) no-repeat;
	background-size: 3.333vw 2.447vw;
}
.ul-list .con:hover::before {
	content: '';
	display: block;
	position: absolute;
	width: 3.333vw;
	height: 2.447vw;
	top: 30%;
	left: 69%;
	z-index: 99;
	background: url(../images/coop/ico-coop-0.png) no-repeat;
	background-size: 3.333vw 2.447vw;
	transition: 1s;
}

.ul-list li:first-of-type .con::after,.ul-list li:first-of-type .con::before {
	display: none;
}
}
@media only screen and (max-width: 1200px){
	.m-coopa .tit {
		padding-top: 1vw;
	}
}
@media only screen and (max-width: 950px){
	.wp {
		padding: 0 30px;
	}
	img {
	    width: 100%;
		height: auto;
	}
	.m-coopa .bg {
	    background-color: unset;
	}
	.m-coopa {
	    background: url(../images/coop/pic-coop-bg.png) no-repeat center;
	    background-size: cover;
	    padding: 30px 0;
	    margin-bottom: 20px;
	}
	.g-coop-tit {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.m-coopa .pic {
	    float: unset;
	    width: 100%;
		height: auto;
	    overflow: hidden;
	    margin-right: unset;
		margin-bottom: 10px;
	}
	.m-coopa .tit {
	    font-size: 16px;
	    padding-top: unset;
	    margin-bottom: 10px;
	}
	.m-coopa .txt {
	    padding-bottom: unset;
	}
	.m-coopa .desc {
	    font-size: 14px;
	    margin-bottom: 20px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: unset;
	    text-overflow: ellipsis;
	}
	.m-coopa .status .tita {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.m-coopa .status p {
	    padding-left: 20px;
	    font-size: 14px;
	    background-size: 9px;
		line-height: 1.6;
		background: url(../images/coop/ico-coop-a.png) no-repeat left 0px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: unset;
	    text-overflow: ellipsis;
	}
	
	.m-coopb {
	    margin-bottom: 20px;
	}
	.ul-list {
	    padding-top: unset;
	}
	.ul-list li {
	    width: 50%;
	    float: left;
		margin-bottom: 10px;
	}
	.ul-list .con:hover .pic{
		transform: unset;
	}
	.ul-list li:nth-child(n) {
	    padding-right: unset;
	}
	.ul-list .con::after,.ul-list .con::before {
	    display: none;
	}
	.ul-list .con:hover::before {
		display: none;
	}
	.ul-list .pic {
	    display: inline-block;
	    width: 50%;
	    height: auto;
	    overflow: hidden;
	    margin-bottom: unset;
	    transition: .3s;
	}
	.ul-list p {
	    font-size: 16px;
	}
	.m-coopb .coopb-tit {
	    margin-bottom: 20px;
	}
}
@media only screen and (max-width: 750px){
	.wp {
		padding: 0 20px;
	}
}