@charset "UTF-8";
/* CSS Document */

.profile {
	background: url(../images/bg_profile.jpg) right 35px no-repeat;
	background-size: contain;
}

.concept {
	background: url(../images/bg_concept.jpg) right bottom no-repeat;
	background-size: contain;

}

.works {
	background: url(../images/bg_works.jpg) right bottom no-repeat;
	background-size: contain;
}

.works-list {
	margin: 10px 0 0;
	padding: 20px 10px 10px;
	border-top: 1px solid rgba(51,51,51,1);
}

.works-list .enter {
	margin: 10px 0 0;
	text-align: center;
}

@media screen and (min-width:481px) and (max-width:768px) {
	.profile {
	background: url(../images/bg_profile.jpg) right -60px no-repeat;
	background-size: contain;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
}
}

@media screen and (min-width:769px){
.profile {
	background: url(../images/bg_profile.jpg) right bottom no-repeat;
	background-size: contain;
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
}

.works {
	background: url(../images/bg_works.jpg) right bottom no-repeat;
	background-size: auto;
}

.works {
}

.works-area {
	display: flex;
	margin: 10px 0 0 200px;
}

.works-list {
	width: 33%;
	max-width: 305px;
	margin: 20px 20px 0 0;
	border: 1px solid rgba(51,51,51,1);
}

.works-list h3 {
	margin: 0;
	padding: 20px;
	font-size: 150%;
}

.works-list p {
	padding: 20px;
}

.works-list .enter {
	vertical-align: bottom;
	text-align: center;
}

}