/* CSS Document */


#fv {
	position: relative;
}
#fv h2 {
	position: absolute;
    bottom: 30%;
    right: 10%;
    width: 23%;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
}

#fv .labels {
	background-color: #54838d;
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 30px 0;
	flex-wrap: wrap;
	position: relative;
}

#fv .labels .labelTag {
	background: #e2e1de;
	padding: 20px 40px;
	border-radius:  0 0 10px 10px;
	box-shadow: -2px 4px 10px #000;
	font-size: 130%;
	line-height: 1.4;
	letter-spacing: 3.4px;
	font-weight: 500;
	position: absolute;
    left: 100px;
    top: 0;
}

#fv .labels .labelCategory {
	font-size: 140%;
	line-height: 1.4;
	letter-spacing: 3.4px;
	font-weight: 500;
	padding: 10px 24px;
	color: #fff;
}

#about{
	padding: 50px 0 0;
}
#about .lead{
   margin: 0 50px 50px;	
}
#about .labelCategory{
	color: #e2e1de;
    font-family: 'Zen Old Mincho';
    font-size: 300%;
    vertical-align: bottom;
    max-width: 1020px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
	padding: 0 0 3px;
}

#results{
	background: #e2e1de;
	padding: 50px 0;
}
#results .workItem {
	display: flex;
	align-items: flex-start;
    padding: 30px 50px;
    max-width: 920px;
	margin: 50px auto;
	flex-wrap: wrap;
	background:#fff;
}
#results .workImage {
	flex: 0 0 300px;
	margin-right: 20px;
	aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
	color: #999;
}
#results .workImage img {
	width: 100%;
	display: block;
	aspect-ratio: 4/3;
	object-fit: cover;
}
#results .workInfo {
	flex: 1;
}
#results .meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 10px 0;
}
#results .meta .date {
	color: #1b745b;
	font-size: 110%;
}
#results .meta .type1 {
	padding: 2px 15px;
	border: 1px solid #54838d;
	color: #54838d;
	border-radius: 8px;
	line-height: 1.5em;
	font-weight: 500;
}
#results .meta .type2 {
	padding: 2px 15px;
	border: 1px solid #70afbc;
	color: #70afbc;
	border-radius: 8px;
	line-height: 1.5em;
	font-weight: 500;
}

#results .workItem .meta .project {
	padding: 2px 15px;
	border: 1px solid #666;
	color: #666;
	border-radius: 8px;
	line-height: 1.5em;
	font-weight: 500;
}
#results .workItem.road .meta .project { border-color: #54838d; color: #54838d;}
#results .workItem.bank .meta .project { border-color: #70afbc; color: #70afbc;}
#results .workItem.bridge .meta .project { border-color: #54838d; color: #54838d;}
#results .workItem.construction .meta .project { border-color: #70afbc; color: #70afbc;}


#results .workInfo h2 {
	font-size: 1.2em;
    color: #1b745b;
    border-bottom: 1px solid #1b745b;
    padding-bottom: 5px;
    margin: 25px 0;
    font-weight: 500;
}
#results .award {
	 display: flex;
  	align-items: center;
	color: #b57e10;
}
#results .award .awardIcon {
	background: url(img/awardIcon.webp) no-repeat left center;
    background-size: 48px auto;
    padding-left: 55px;
    min-height: 33px;
    display: flex;
    align-items: center;
    margin: 0 3px;	
}
#results .areaButtonWrap {
	display: flex;
	align-items: center;
	gap: 10px; 
	flex-wrap: wrap;
	margin: 10px 0;
	justify-content: space-between;
}

#results .areaLabel {
	background: #1b745b;
	color: #fff;
	padding: 2px 6px;
	font-size: 0.9em;
	margin-right: 5px;
}
#results .btn {
    background: #54838d;
}
#results .btn::after {
    border-left: 4px solid #54838d;
}
#results .btn2{
	background: #70AFBC;
}
#results .btn2::after {
    border-left: 4px solid #70AFBC;
}

#results .workItem.road .workInfo .btn { background: #54838d;}
#results .workItem.bank .workInfo .btn { background: #70afbc;}
#results .workItem.bridge .workInfo .btn { background: #54838d;}
#results .workItem.construction .workInfo .btn { background: #70afbc;}
#results .workItem.road .workInfo .btn::after { border-color: #54838d;}
#results .workItem.bank .workInfo .btn::after { border-color: #70afbc;}
#results .workItem.bridge .workInfo .btn::after { border-color: #54838d;}
#results .workItem.construction .workInfo .btn::after { border-color: #70afbc;}


#results h3{
	text-align: center;
	padding-top: 30px;
}
#results h3 img{
	margin: auto;
    width: 23%;
}

#searchCategory{
	background: #e2e1de;
	padding: 50px 0 100px;
}
#searchCategory .inner{
	background: #ffff;
    border-radius: 40px;
	position: relative;
}
#searchCategory .labelTag {
	background: #e2e1de;
    padding: 20px 30px;
    border-radius: 0 0 10px 10px;
    box-shadow: -2px 4px 10px #000;
    font-size: 120%;
    line-height: 1.4;
    letter-spacing: 2.0px;
    font-weight: 500;
    position: absolute;
    left: 100px;
    top: -5px;
}
#searchCategory h2{
	padding: 80px 0 20px;
    text-align: center;
    font-size: 110%;
    line-height: 2em;
    letter-spacing: .4px;
	font-weight: 500;
}
#searchCategory h2 strong{
    font-size: 140%;
    padding-bottom: 10px;
	position: relative;
    display: inline-block;
    margin-bottom: 1.5em;
}
#searchCategory h2 strong:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #231d1c;
}

#searchCategory .categoryNav {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin: 20px auto 30px;
	max-width: 900px;
}

#searchCategory .categoryNav .btn {
	border: 2px solid #ccc;
    border-radius: 10px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.2s ease;
	color: #fff;
	letter-spacing: .4px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: center;
	white-space: nowrap;
	display: flex;
	align-items: center;   
	justify-content: center;
	gap: 8px;
	width: 160px;
	height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 3;
	background: #ccc;
}

#searchCategory .categoryNav .btn .arrowDownIcon {
	width: 12px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
#searchCategory .categoryNav .btn .arrowRightIcon {
	width: 8px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

#searchCategory .categoryNav .road {
	background-color: #54838d;
	border: 2px solid #54838d;
}
#searchCategory .categoryNav .bank {
	background-color: #70afbc;
	border: 2px solid #70afbc;
}
#searchCategory .categoryNav .bridge {
	background-color: #54838d;
	border: 2px solid #54838d;
}
#searchCategory .categoryNav .construction {
	background-color: #70afbc; 
	border: 2px solid #70afbc;
}

#searchCategory .categoryNav .current {
	background-color: #fff;
	border-color: #54838d;
	color: #54838d;
}


#searchCategory .categoryNav .btn.all {
	background: #1b745b;
	color: #fff;
	border: 2px solid #1b745b;
}

#searchCategory .searchMap{
	padding: 50px 0;
	text-align: center;
	font-size: 110%;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: .4px;
}
#searchCategory .searchMap .btn.map{
	background: #e2e1de;
	color: #333;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 140%;
    width: 170px;
}
#searchCategory .searchMap .btn.map::after{
	border-left: 4px solid #e2e1de;
}
#searchCategory .searchMap .btn.map .mapIcon {
	width: 20px;
	height: auto;
	display: inline-block;
}
#searchCategory .searchMap span{
	line-height: 3.4;
}

@media screen and (max-width: 480px) {
  
	
	#fv h2 {
    	width: 30%;
        right: 5%;
		bottom: 40%;
	}
	#fv > img {
		width: 100%;
		aspect-ratio: 5/3;
		object-fit: cover;
		object-position: 80%;
	}
	#fv .labels {
		flex-direction: column;
		gap: 10px;
		align-items: center;
		padding: 30px 0 20px;
	}

	#fv .labels .labelTag {
		padding: 10px 40px;
        left: auto;
		font-size: 120%;
	}
	#fv .labels .labelCategory {
		padding: 30px 24px 0;
		font-size: 130%;
	}
	
	
	#about .lead {
		margin: 0 0 30px;
	}
	#about .labelCategory {
		font-size: 150%;
        padding: 0 5px;
        margin: -9px auto;
	}
	#results {
		padding: 30px 0;
	}
	#results .workItem {
		flex-direction: row;
		padding: 20px;
        margin: 20px auto;
	}
	#results .workImage {
		flex: 0 0 auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#results .workImage img {
		width: 100%;
	}
	#results .workInfo h2 {
		margin: 10px 0;
	}
	#results .meta {
		margin: 10px 0;
	}
	#results .areaButtonWrap {
    	align-items: flex-start;
    	flex-direction: column;
	}
	#results .btn {
        margin: 10px auto 0;
    }
	#results h3 {
		padding-top: 10px;
	}
	#results .award .awardIcon {
		background-size: 48px auto;
		padding-left: 56px;
		margin: 0; 
	}
	#results h3 img {
		width: 50%;
	}
	#searchCategory {
		padding: 30px 0 50px;
	}
	#searchCategory .labelTag {
		font-size: 110%;
	}
	#searchCategory h2 strong {
		font-size: 130%;
	}
	#searchCategory .categoryNav {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
    	margin: 20px auto 10px;
	}
	#searchCategory .categoryNav .btn {
		width: 100%;
		justify-content: center;
		font-size: 1.1em;
        height: 40px;
		line-height: 6;
	}
	#searchCategory .categoryNav .btn .arrowRightIcon {
		width: 8px;
	}
	#searchCategory .searchMap .btn.map{
		width: 150px;
		font-size: 130%;
	}
	#searchCategory .searchMap .btn.map .mapIcon {
		width: 16px;
	}
}
