.scheme00 {
	width: 88%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 100px 0;
	justify-content: space-between;
	transition: padding-top 0.4s;
}
.scheme01 {
	width: 32%;
	display: flex;
	background-color: #131314;
	margin-bottom:60px;
	transition: width 0.4s;
}
.scheme01>img {
	width:100%;
	height: auto;
	transition: opacity 0.4s;
	border-radius: 5px;
}
.scheme01:hover img{
	opacity: 0.3;
}
.scheme02 {
	display: flex;
	position: absolute;
    width:28.16%;
	overflow: hidden;
	justify-content: space-between;
	transition: width 0.4s;
}
.scheme03>a{
	background-color: rgba(0,0,0,0.5);
	display: flex;
	width: 120px;
	height: 120px;
	border-top-left-radius: 5px;
	align-items: center;
	justify-content: center;
	transition: background-color 0.4s,width 0.4s,height 0.4s;
}
.scheme03>a>img{
	width: 20px;
	height: 20px;
}
.scheme01:hover .scheme03>a{
	background-color: rgba(0,0,0,0);
}
.scheme04 {
	width:28.16%;
	display: flex;
	align-self: flex-end;
	position: absolute;
	margin-bottom: 30px;
	transition: width 0.4s;
}

.scheme05 {
	width: 150px;
	margin-right: -30px;
	margin-top: -30px;
	transition:width 0.4s;
}

.scheme04>a {
		margin-left:30px;
		color: #FFFFFF;
		font-size: 1.8rem;
		font-weight:400;
		transition: font-size 0.4s;
}
.scheme04>a:hover{
		text-decoration: underline;
}
@media screen and (max-width:1800px) {
	.scheme04>a {
			font-size: 1.6rem;
	}
	.scheme05 {
		width: 120px;
	}
	.scheme03>a{
		background-color: rgba(0,0,0,0.5);
		display: flex;
		width: 80px;
		height:80px;
	}
}
@media screen and (max-width:1200px) {
	.scheme04>a {
			font-size: 1.2rem;
	}
.scheme01 {
	width:48%;
	margin-bottom: 20px;
}
.scheme00 {
	padding-top: 100px;
}
.scheme02,.scheme04 {
	width: 42.24%;
}
}
@media screen and (max-width:1200px) {
.scheme00 {
	padding-top: 120px;
}
}
@media screen and (max-width:800px) {
.scheme01 {
	width:100%;
}
.scheme02,.scheme04 {
	width: 88%;
}
.scheme00 {
	padding-top: 80px;
}
}