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

.works{
	width: fit-content;
	margin: 0 auto;
}
.works-box{
	margin-bottom: 6vh;
}

.year{
	border-bottom: 1px solid #000;
	padding-bottom: 0.5em;
	margin-bottom: 3vh;
	font-family: futura-pt, sans-serif, source-han-sans-japanese, sans-serif; 
}
.year2{
	border-bottom: 1px solid #000;
	padding-bottom: 0.5em;
	margin: 9vh 0 3vh 0;
	font-family: futura-pt, sans-serif, source-han-sans-japanese, sans-serif; 
}

.works dl{
	width: 100%;
	margin: 1.5vh auto;
	display: flex;
}
.works dt,.works dd{
	vertical-align: top;
}
.works dt{
	width: 250px;
	font-weight: 700;	
	display: flex;
}
.works dd{
	width: calc(100% - 185px) ;
	margin-left: 0;
}
.works span{
	display: block;
	width: 120px;
	align-items: center;
	
	line-height: 2;
	font-size: 0.7em;
	font-weight: 400;
	margin-left: 12px;
	border-radius:15px;
}
.works .logodesign{
	text-align: center;
	background-color: #ffd700;
}
.works .coverdesign{
	text-align: center;
	background-color: #00ced1;
}
.works .flierdesign{
	text-align: center;
	background-color: #fa8072;
}
.works .webdesign{
	text-align: center;
	background-color: #9acd32;
}



.sec-second{
	background-color: #eee;
}



.prof{
	display: flex;
	align-items: center;
	justify-content:center;
}
.icon{
	max-width: 300px;
	border-radius:50%;
}
.prof-text{
	line-height: 2em;
	margin: 0 0 0 3vw;
}
.name{
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.3em;
	margin-bottom: 3vh;
}


@media screen and (max-width:900px) {
	.works dl{
		display: block;
	}
	.works span{
		width: 100px;
		
		vertical-align: 0px;
		font-size: 0.8em;
		font-weight: 500;
		margin-left: 6px;
		border-radius:15px;
	}
	.works dd{
		width: 100%;
	}
	
	
	.prof{
		display: block;
	}
	.icon{
		max-width: 50vw;
		border-radius:50%;
		margin: 0 auto 5vh auto;
		display: block;
	}
	.name{
		text-align: center;
	}
	.prof-text{
		line-height: 2em;
		margin: 0;
	}
}