@charset "utf-8";


/* header
------------------------------------------------ */

/* contents
------------------------------------------------ */
div#contents{
	padding:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	background-color:transparent;
	overflow:visible;
}
div#contents div.inner{
	max-width:1024px;
	margin:0 auto;
	padding:60px 0;
}
h2.ttl {
	width: 480px;
	position: relative;
	margin: 0 auto 60px;
	padding: 0 0 15px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px #4e7aff solid;
}
@media screen and (max-width:1084px){
	div#contents div.inner{
		width:calc(100% - 120px);
	}
}
@media screen and (max-width: 960px) {
	h2.ttl {
		margin-bottom:30px;
	}
}
@media screen and (max-width: 540px) {
	div#contents div.inner{
		width:calc(100% - 60px);
	}
	h2.ttl {
		width: 100%;
		font-size: 24px;
	}
	h2.ttl strong {
		width: 100%;
		margin-left: 0;
	}
}



/* project_list
------------------------------------------------ */
div#contents div#projects.inner{
	width:100vw;
	max-width:100vw;
	margin-left:calc(-100%/18);
}
div#contents div#projects.inner h2.ttl{
	position:absolute;
	top:60vw;
	left:120px;
	color:#fff;
	font-size:16px;
	text-align:left;
	border-bottom:none;
	z-index:3;
}
div#contents div#projects.inner h2.ttl:before{
	content:"Completed Project";
	display:block;
	color:#fff;
	font-size:48px;
	font-weight:bold;
	text-align:left;
}
div#contents div#projects ul.list_projects{
	width:100vw;
	position:absolute;
	top:0;
	left:0;
}
div#contents div#projects ul.list_projects li{
	position:relative;
	width:25vw;
	height:calc(50vw*2/3);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
div#contents div#projects ul.list_projects li:nth-child(1){width:100vw;height:60vw;}
div#contents div#projects ul.list_projects li:nth-child(2){width:50vw;}

div#contents div#projects ul.list_projects li span.name{
	position:absolute;
	left:30px;
	bottom:15px;
	padding:3px 10px;
	text-align:center;
	line-height1;
	background-color:rgba(255,255,255,0.85);
}
div#contents div#projects ul.list_projects li:nth-child(1){width:100vw;height:60vw;}
div#contents div#projects ul.list_projects li:nth-child(2){width:50vw;}


/* topics_list
------------------------------------------------ */
div#contents div#topics.inner{
	width:calc(50vw - 120px);
	position:absolute;
	top:50vw;
	right:0;
	padding:30px 60px;
	background-color:#fff;
	transform-origin:center center;
}
div#topics_list{
	margin-bottom:30px;
}
div#contents div#topics.inner a.link2{
	position:absolute;
	top:15px;
	right:30px;
}