@charset "UTF-8";
/* CSS Document */
.section-top-image {
  position: relative;
}
.section-top-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.60);
}
.section-top-image img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: 50% 30%;
}
.section-top-image h1 {
  color: #404B75;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: max-content;
}
.section-top-image h1::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  display: block;
  border-radius: 50px;
  background: #E1ECF4;
  width: 100px;
  height: 100px;
  z-index: -1;
}
#breadcrumbs {
    padding: 0 20px 60px;
    text-align: left;
}
#breadcrumbs  a {
	color: #404B75;
	text-decoration: underline;
}
.section-gallery {
  max-width: 1280px;
  margin: 120px auto 60px;
  padding: 0 20px;
  position: relative;
}
.section-gallery::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -15%;
  width: 450px;
  height: 450px;
  background-color: #E1ECF4;
  border-radius: 50%;
  z-index: -1;
  animation: soft 1s ease-in-out alternate infinite;
}
.section-gallery::after {
  content: "";
  position: absolute;
  bottom: -15%;
  right: 0;
  width: 400px;
  height: 400px;
  background-color: #E1ECF4;
  border-radius: 50%;
  z-index: -1;
  animation: soft 1s ease-in-out alternate infinite;
}
@keyframes soft {
  to {
    transform: translateY(1em);
  }
}
.section-gallery h2 {
  color: #404B75;
  font-weight: 500;
  font-size: 2.8rem;
  margin: 0 0 100px;
  position: relative;
}
.section-gallery h2::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -30px;
  display: block;
  border-radius: 50px;
  background: #E1ECF4;
  width: 70px;
  height: 70px;
  z-index: -1;
}
.section-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.section-gallery-article {
  width: calc(25% - 40px);
  margin: 0 20px 40px 20px;
}
.section-gallery-article img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: solid 1px #dddddd;
  border-radius: 4px;
}
.section-gallery-article img:hover {
  opacity: 0.8;
}
.section-gallery-txt {
  padding: 10px 0 0;
  text-align: left;
}
.section-gallery-txt .title {
  padding-bottom: 5px;
  font-weight: 500;
}
.section-gallery-txt .area, .section-gallery-txt .budget {
  font-size: 1.4rem;
}
.budget {
  margin-bottom: 5px;
}
.category-label {
  display: flex;
  flex-wrap: wrap;
}
.works-category {
  display: inline-block;
  font-size: 1.4rem;
  color: #404B75;
  font-weight: 500;
  line-height: 1.4;
  background-color: #E1ECF4;
  border-radius: 50px;
  padding: 5px 10px;
  margin: 10px 5px 0 0;
}
.nav-links {
  font-size: 1.8rem;
}
.current {
  padding: 15px;
  background-color: #4F597E;
  color: #fff;
  border-radius: 2px;
}
a.page-numbers {
  border-radius: 2px;
  padding: 15px;
  border: solid 1px #4F597E;
  color: #4F597E;
}
a.page-numbers:hover {
  opacity: 0.8;
}
@media screen and (max-width:1160px) {
  .section-top {
    padding-top: 108px;
  }
  .section-top-image h1 {
    font-size: 3.6rem;
  }
	.section-gallery-txt .title {
		font-weight: 600;
	}
  .section-gallery-article img {
    height: 180px;
  }
	.works-category {
		font-weight: 600;
	}
}
@media screen and (max-width:960px) {
  .section-top {
    padding-top: 103px;
  }
  .section-top-image img {
    height: 70vh;
    object-position: 50% 20%;
  }
  .section-top-image h1 {
    font-size: 3.0rem;
  }
  .section-top-image h1::before {
    width: 80px;
    height: 80px;
    top: -30px;
    left: -30px;
  }
  .section-gallery-article {
    width: calc(33% - 40px);
  }
}
@media screen and (max-width:768px) {
  .section-gallery {
    margin: 80px auto 60px;
  }
  .section-gallery h2 {
    font-size: 2.4rem;
  }
	.section-gallery::before {
		top: -10%;
	}
  .section-gallery-article img {
    height: 150px;
  }
}
@media screen and (max-width:580px) {
  .section-top {
    padding-top: 78px;
  }
	#breadcrumbs {
    padding: 0 10px 40px;
	}
  .section-gallery-article {
    width: calc(50% - 20px);
  }
  .section-gallery-article {
    margin: 0px 10px 20px 10px;
  }
}
@media screen and (max-width:480px) {
  .section-top-image h1 {
    font-size: 2.6rem;
  }
  .section-top-image h1::before {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -30px;
  }
  .section-gallery h2 {
    font-size: 2.0rem;
  }
	.section-gallery::before {
		top: -2%;
		width: 350px;
		height: 350px;
	}
	.section-gallery::after {
		bottom: 0;
		width: 350px;
		height: 350px;
	}
  .section-gallery-article {
    width: 100%;
  }
  .section-gallery-article img {
    height: auto;
  }
  .section-gallery-article {
    margin: 0px 10px 40px 10px;
  }
  .section-gallery-article:last-child {
    margin: 0px 10px 0 10px;
  }
  .section-gallery-txt .title {
    font-size: 1.6rem;
  }
  .section-gallery-txt .budget, .area {
    font-size: 1.4rem;
  }
}