@charset "UTF-8";


/*index
--------------------------------------------*/
.architectsIndex .lead {
	display: flex;
	justify-content: space-between;
	margin: -20px auto 40px;
}
.architectsIndex .lead p {
	width: 525px;
	font-weight: bold;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	font-size: 15px;
}
.architectsIndex .lead .attention {
	font-weight: normal;
	background: #F1F1ED;
	font-size: 12px;
	padding: 15px;
}
.filter {
	margin-bottom: 50px;
	border-bottom: 1px solid #99A567;
}
.filter dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.filter dt {
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 16px;
	width: 200px;
	pointer-events: none;
}
.filter dd {
	width: calc(100% - 200px);
	margin: 0 0 20px;
	height: auto;
}
.filter dd ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.filter dd li {
	margin: 0 8px 8px 0;
	font-size: 13px;
	font-weight: bold;
}
.filter dd li a {
	border: 1px solid #CCC;
	border-radius: 50px;
	padding: 0 15px;
	display: flex;
	align-items: center;
}
.filter dd li a.selected {
	border: 1px solid #99A567;
	background: #99A567;
	color: #FFF;
}
.filter dd.kana li a {
	border: none;
	font-size: 16px;
	padding: 0;
	color: #ccc;
}
.filter dd.kana li a.selected {
	background: none;
	border: none;
	color: #000;
}
.filter dd.kana li a::after {
	content: "";
	width: 1px;
	height: 18px;
	background: #ccc;
	margin: 0 15px;
}
@media screen and (min-width: 737px) {
	.filter dd {
		margin: 0 0 15px !important;
		height: auto !important;
		display: block !important;
	}
}
@media screen and (max-width: 736px) {
	.architectsIndex .lead {
		display: block;
		margin: -20px auto 20px;
	}
	.architectsIndex .lead p {
		width: 100%;
		font-size: 14px;
	}
	.architectsIndex .lead .attention {
		margin-top: 15px;
	}
	.filter {
		margin: 0 0 30px;
		width: auto;
	}
	.filter dl {
		display: block;
		margin: 0;
	}
	.filter dt {
		font-size: 13px;
		margin: 0;
		padding: 10px 20px;
		border-top: 1px solid #F1F1ED;
		position: relative;
		width: auto;
		pointer-events: auto;
	}
	.filter dt:first-child {
		border-top: none;
	}
	.filter dt::before,
	.filter dt::after {
		content: "";
		display: block;
		background: #99A567;
		position: absolute;
		width: 20px;
		height: 1px;
		top: 50%;
		right: 20px;
	}
	.filter dt::after {
		transform: rotate(-90deg);
		transition: 0.5s;
	}
	.filter dt.spOpen::after {
		transform: rotate(180deg);
	}
	.filter dd {
		margin: 0;
		padding: 0 20px 12px;
		display: none;
		width: auto;
	}
	.filter dd li {
		margin: 0 8px 8px 0;
		font-size: 12px;
	}
	.filter dd li a {
		padding: 0 10px;
	}
	.filter dd.kana li a::after {
		margin: 0 10px;
	}
}



.architectsIndex .list li {
	width: 220px;
	text-align: center;
	margin-bottom: 40px;
}
.architectsIndex .list span {
	display: block;
}
.architectsIndex .list .name {
	font-family: 'NotoSerif';
	line-height: 1.6;
	margin-top: 10px;
}
#no-match-info {
	font-size: 16px;
	transition: 0.2s ease;
	display: none;
	text-align: center;
	color: #999;
}
#no-match-info.on {
	display: block;
}


@media screen and (max-width: 736px) {
	.architectsIndex .list li {
		width: calc(50% - 10px);
		text-align: center;
		margin: 0 20px 20px 0;
	}
	.architectsIndex .list li:nth-child(2n) {
		margin-right: 0;
	}
	.architectsIndex .list .name {
		font-size: 13px;
	}
	#no-match-info {
		font-size: 12px;
	}
}




/*詳細ページ
--------------------------------------------*/
.architects .profile {
	margin-bottom: 80px;
}
.architects .profile .pho {
	float: left;
	margin: 0 50px 0 0;
}
.architects .profile .txt {
	overflow: hidden;
	position: relative;
}
.architects .profile h2 {
	font-size: 12px;
	color: #99A567;
	font-weight: bold;
	margin-bottom: 20px;
}
.architects .profile h2 em {
	font-size: 30px;
	font-weight: normal;
	font-family: 'NotoSerif';
	line-height: 1;
	color: #000;
}
.architects .profile .num {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	font-size: 12px;
}
.architects .profile .office {
	font-weight: bold;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.architects .profile .office span {
	font-size: 11px;
	background: #000;
	color: #FFF;
	display: inline-block;
	line-height: 20px;
	margin: 0 10px 0 0;
	padding: 0 10px;
}
.architects .profile .website {
	font-size: 12px;
}
.architects .profile .website a::after {
	content: "\e900";
	font-family: 'icon';
	padding: 0 0 0 5px;
}

.architects .case{
	padding: 70px 0 80px;
}
.architects h3 {
	font-size: 26px;
	font-weight: normal;
	font-family: 'NotoSerif';
	text-align: center;
	margin: 0 0 70px;
}
.architects .case h3::before {
	content: '';
  background: url(../architects/images/ico_case.svg) no-repeat;
  display: inline-block;
  width: 40px;
  height: 33px;
  vertical-align: middle;
  margin: -10px 20px 0 0;
}
.architects .career h3::before {
	content: '';
  background: url(../architects/images/ico_outline.svg) no-repeat;
  display: inline-block;
  width: 30px;
  height: 37px;
  vertical-align: middle;
  margin: -5px 20px 0 0;
}
.architects .case {
	clear: both;
	background: #F1F1ED;
}
.architects .case ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.architects .case ul::after{
  content:"";
  display: block;
  width:30%;
}
.architects .case li {
	width: 330px;
	margin-bottom: 50px;
	position: relative;
}
.architects .case .category {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	float: right;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.architects .case .pho {
	display: block;
	margin-bottom: 20px;
}
.architects .case li div a {
	display: block;
	width: 330px;
	height: 220px;
	position: absolute;
	top: 25px;
	text-indent: -9999px;
}
.architects .case li div a::after {
	color: #FFF;
	text-indent: 0;
	font-size: 20px;
	line-height: 40px;
	font-family: 'icon';
	content: "\e901";
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: 0.3s;
}
.architects .case li div a:hover::after {
	opacity: 0.6;
}
.architects .career {
	margin: 70px auto 0;
}
.architects .career div {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 50px 0;
}

@media screen and (max-width: 736px) {
	.architects .profile {
		margin-bottom: 40px;
	}
	.architects .profile .pho {
		display: block;
		width: 120px;
		margin: 0 20px 15px 0;
	}
	.architects .profile .txt {
		overflow: visible;
	}
	.architects .profile h2 {
		margin-bottom: 0;
	}
	.architects .profile h2 em {
		font-size: 22px;
	}
	.architects .profile .num {
		position: static;
		font-size: 10px;
	}
	.architects .profile .office {
		clear: both;
		font-size: 14px;
		margin: 20px 0 10px;
	}
	
	.architects .case{
		padding: 40px 0 50px;
	}
	.architects h3 {
		font-size: 22px;
		margin: 0 0 20px;
	}
	.architects .case li {
		width: 100%;
		margin-bottom: 40px;
	}
	.architects .case li img {
		width: 100%;
		height: auto;
	}
	.architects .case .pho {
		margin-bottom: 15px;
	}
	.architects .case li div a {
		width: 100%;
		height: calc((100vw - 40px) * (220 / 330));
		top: 25px;
	}
	.architects .case li div a::after {
		color: #FFF;
		text-indent: 0;
		font-size: 20px;
		line-height: 40px;
		font-family: 'icon';
		content: "\e901";
		text-align: center;
		display: block;
		width: 40px;
		height: 40px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
		transition: 0.3s;
	}
	.architects .career {
		margin: 40px auto 0;
	}
	.architects .career div {
		padding: 20px 0;
	}
}


/* footer 景品表示
--------------------------------------------------------------*/
.gFooter::before {
	/*content: "記載内容は2017年10月現在のものです";*/
	font-size: 11px;
	color: #999;
	text-align: right;
	position: absolute;
	right: calc(50% - 550px);
	top: -30px;
}
@media screen and (max-width: 736px) {
	.gFooter::before {
		font-size: 10px;
		text-align: left;
		right: 20px;
		top: -25px;
	}
}


