@charset "UTF-8";
/* CSS Document */
.header {
  position: fixed;
  top: 0;
}
.section-works__top {
  height: 589px;
  width: 100%;
  margin-bottom: 68px;
  background-image: url("../images/works/building@2x.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #FFF;
  text-shadow: 1px 1px 2px grey;
}
.section-works__top p {
  margin: 0 auto;
  width: 240px;
  padding: 273px 0 17px;
  font-size: 4.6rem;
  font-family: "Helvetica Neue";
  letter-spacing: 0.2rem;
  line-height: 5.6rem;
  border-bottom: 1px solid #FFF;
}
.section-works h1 {
  padding-top: 7px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP";
  letter-spacing: 0.5rem;
}
@media(min-width:960px) {
  .section-works__top {
    height: 755px;
    margin-bottom: 100px;
  }
  .section-works__top p {
    width: 510px;
    padding: 314px 0 22px;
    font-size: 9.0rem;
    line-height: 11.1rem;
    border-bottom: 2px solid #FFF;
  }
  .section-works h1 {
    padding-top: 10px;
    font-size: 3.4rem;
    line-height: 15.0rem;
  }
}
.breadcrumbs {
  display: none;
}
@media(min-width:960px) {
  .breadcrumbs {
    display: flex;
    max-width: 1040px;
    justify-content: flex-end;
    margin: 0 auto 90px;
    align-items: baseline;
    font-family: "Noto Serif JP";
  }
  /*横線*/
  .home-box {
    display: flex;
    align-items: center;
  }
  .home-box::after {
    content: "";
    width: 120px;
    height: 1px;
    margin: 0 12px;
    flex-grow: 1;
    background-color: #2E9568;
  }
  .section-works nav ol li {
    font-size: 1.8rem;
    color: #2E9568;
    list-style: none;
    vertical-align: middle;
  }
  .breadcrumbs a {
    color: #2E9568;
    text-decoration: none;
  }
  .breadcrumbs img {
    width: 31px;
    height: 24px;
  }
}
/*絞り込みbtn-list*/
.btn {
  max-width: 310px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.btn li {
  margin-bottom: 20px;
  background-color: #FFF;
}
.btn a {
  display: block;
  width: 130px;
  color: #2E9568;
  text-decoration: none;
  border-radius: 10px;
  border: 1.5px solid #2E9568;
}
.btn a:hover {
  background: #2E9568;
  color: #FFF;
}
.btn span {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP";
  letter-spacing: 0.1rem;
}
.btn li a.selected1 {
  background-color: #2E9568;
  color: #FFF;
}
@keyframes test {
  0% {
    transform: scale(.1);
  }
  100% {
    transform: none;
  }
}
@media(min-width:960px) {
  .btn {
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
  }
  .btn a {
    padding: 15px 0;
    width: 200px;
    border: 3px solid #2E9568;
  }
  .btn span {
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
  }
}
/*img-list*/
.section-works__list {
  margin: 120px 0 100px;
}
.section-works__picture {
  height: 232px;
}
.works-box {
  position: relative;
  margin: 0 auto;
  width: 310px;
}
.section-works__list h2 {
  margin: 10px auto 77px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: 0.1rem;
}
@media(min-width:960px) {
  .section-works__list ol {
    display: flex;
    flex-wrap: wrap;
    max-width: 1040px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .section-works__list li {
    width: 50%;
    list-style: none;
  }
  .section-works__picture {
    object-fit: cover;
    height: 374px;
  }
  .works-box {
    position: relative;
    margin: 0 auto;
    width: 460px;
  }
  .section-works__list h2 {
    margin: 40px auto 142px;
    font-size: 2.8rem;
  }
}
/*pagenation*/
.pagenation {
  text-align: center;
}
.pagenation__list li {
  display: inline-block;
}
.pagenation__list li a {
  display: block;
  margin-left: 12px;
  padding: 2px 12px;
  max-width: 33px;
  max-height: 33px;
  font-size: 1.0rem;
  border: solid 2px #2E9568;
  border-radius: 5px;
  color: #2E9568;
  background-color: #FFF;
  text-decoration: none;
}
.pagenation__list li a.selected2 {
  background-color: #2E9568;
  color: #FFF;
}
.pagenation__list a:hover {
  background: #2E9568;
  color: #FFF;
}
@media(min-width:960px) {
  .pagenation {
    margin-bottom: 150px;
  }
  .pagenation__list li a {
    margin-left: 15px;
    padding: 10px 18px;
    max-width: 48px;
    max-height: 48px;
    font-size: 1.7rem;
  }
}