@charset "utf-8";
.works_archive_head {
  margin-top: 120px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 25px;
  line-height: 1em;
  overflow: visible;
}
.works_archive_head h1 {
  margin-bottom: 60px;
  font-family: 'Noto Serif JP';
}
@media (max-width: 599px) {
  .works_archive_head {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .works_archive_head h1 {
    margin-bottom: 40px;
  }
}
.cat_list {
  display: flex;
  font-size: 12px;
  line-height: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
.cat_list li {
  margin-right: 2em;
  margin-left: 2em;
}
.cat_list li:last-child {
  margin-right: 0;
}
.cat_list li a {
  font-size: 12px;
  padding-bottom: 3px;
  line-height: 1em;
  border-bottom: 1px solid transparent;
  margin-top: 9px;
  color: #231815;
}
.cat_list li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #231815;
}
.cat_list li a.current {
  border-bottom: 1px solid #231815;
}
.cat_list li a.current:hover {
  border-bottom: 1px solid #231815;
}
@media (max-width: 599px) {
  .cat_list li {
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 20px;
    line-height: 1em;
  }
  .cat_list li:last-child {
    margin-bottom: 0;
  }
}
.list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
/* .card-column {
  display: flex;
  justify-content: space-between;
} */
.card {
  margin-bottom: 50px;
/* margin-right: 23px; */
  width: 33.3333%;
  padding: 0 12px;
}
@media (max-width: 599px) {
  .card {
    margin-bottom: 40px;
/* margin-right: 23px; */
  }
  .card:last-child {
    margin-bottom: 0;
  }
}
.case-study {
  width: 100%;
}
.description {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: flex-start;
}
.type {
  font-size: 12px;
  padding-bottom: 3px;
  line-height: 1em;
  border-bottom: 1px solid #a47858;
  margin-top: 9px;
  color: #a47858;
}
.case-study {
  display: block;
  background-size: cover;
}
.case-study:after {
  content: "";
  display: block;
  padding-bottom: 66.6666%;
}
@media screen and (max-width: 599px) {
  .card {
    width: 100%;
  }
}
.pager {
  padding-top: 35px;
}
.pager nav {
  width: 100%;
}
.pager nav .nav-links {
  position: relative;
  height: 18px;
}
.pager nav .nav-links .prev_link_wrap,
.pager nav .nav-links .next_link_wrap {
  width: 117px;
  margin-bottom: 0;
}
.pager nav .nav-links .prev_link_wrap a,
.pager nav .nav-links .next_link_wrap a {
  font-size: 15px;
}
.pager nav .nav-links .prev_link_wrap {
  position: absolute;
  right: 0;
}
.pager nav .nav-links .prev_link_wrap a {
  text-align: right;
  position: relative;
}
.pager nav .nav-links .prev_link_wrap a:after {
  display: none;
}
.pager nav .nav-links .prev_link_wrap a:before {
  content: "";
  width: 61px;
  height: 11px;
  background: url("../images/arrow_back.svg") no-repeat;
  background-position: 0 center;
  background-size: 61px 11px;
  position: absolute;
  left: 0;
  bottom: 2px;
  overflow: hidden;
  display: inline-block;
}
.pager nav .nav-links .prev_link_wrap a:hover:before {
  animation: anim3 0.4s ease-out;
}
@-moz-keyframes anim3 {
  0% {
    background-position: 0 center;
  }
  20% {
    background-position: 30px center;
  }
  100% {
    background-position: 0 center;
  }
}
@-webkit-keyframes anim3 {
  0% {
    background-position: 0 center;
  }
  20% {
    background-position: 30px center;
  }
  100% {
    background-position: 0 center;
  }
}
@-o-keyframes anim3 {
  0% {
    background-position: 0 center;
  }
  20% {
    background-position: 30px center;
  }
  100% {
    background-position: 0 center;
  }
}
@keyframes anim3 {
  0% {
    background-position: 0 center;
  }
  20% {
    background-position: 30px center;
  }
  100% {
    background-position: 0 center;
  }
}
.pager nav .nav-links .next_link_wrap {
  position: absolute;
  left: 0;
}
.pager nav a {
  padding: 0;
  border-top: 0;
}
@media (max-width: 599px) {
  .pager {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .pager nav .nav-links .prev_link_wrap,
  .pager nav .nav-links .next_link_wrap {
    width: fit-content !important;
  }
  .pager nav .nav-links .prev_link_wrap {
    position: absolute;
    right: 0;
    padding-right: 0 !important;
  }
  .pager nav .nav-links .prev_link_wrap a {
    text-align: right;
    position: relative;
  }
  .pager nav .nav-links .prev_link_wrap a:after {
    display: none;
  }
  .pager nav .nav-links .prev_link_wrap a:before {
    content: "";
    width: 61px;
    height: 11px;
    background: url("../images/arrow_back.svg") no-repeat;
    background-position: 0 center;
    background-size: 61px 11px;
    position: absolute;
    left: 0;
    bottom: 2px;
    overflow: hidden;
    display: inline-block;
  }
  .pager nav .nav-links .prev_link_wrap a:hover:before {
    animation: anim3 0.4s ease-out;
  }
@-moz-keyframes anim3 {
    0% {
      background-position: 0 center;
    }
    20% {
      background-position: 30px center;
    }
    100% {
      background-position: 0 center;
    }
}
@-webkit-keyframes anim3 {
    0% {
      background-position: 0 center;
    }
    20% {
      background-position: 30px center;
    }
    100% {
      background-position: 0 center;
    }
}
@-o-keyframes anim3 {
    0% {
      background-position: 0 center;
    }
    20% {
      background-position: 30px center;
    }
    100% {
      background-position: 0 center;
    }
}
@keyframes anim3 {
    0% {
      background-position: 0 center;
    }
    20% {
      background-position: 30px center;
    }
    100% {
      background-position: 0 center;
    }
}
  .pager nav .nav-links .next_link_wrap {
    position: absolute;
    left: 0;
    padding-left: 0 !important;
  }
  .pager nav a {
    padding: 0;
    border-top: 0;
  }
}
.btn_wrap {
  max-width: 740px;
  text-align: center;
  line-height: 0;
  margin: 60px auto;
}
.btn_wrap a {
  line-height: 0;
  display: inline-block;
}
.btn_wrap a img {
  width: 318px;
  max-width: 100%;
}
@media (max-width: 599px) {
  .btn_wrap {
    display: none;
  }
}
.float_fukidashi {
  display: none;
}
@media (max-width: 599px) {
  .float_fukidashi {
    display: inline-block;
    width: 50vw;
    position: fixed;
    bottom: 68px;
    left: 10px;
  }
}
