*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.full-wide-slider .slick-slide,
.full-wide-slider .slick-slide::before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.full-wide-slider .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 5%;
  text-align: left;
  z-index: 1;
}
header h1 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding-top: 18px;
}
header nav {
  display: inline-block;
  float: right;
}
header nav ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
header nav ul li a {
  display: block;
  padding: 24px 15px;
}
header nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.18);
}


/*====================================

	 Archive(common)

====================================*/




/*====================================

	 Archive(works)

====================================*/
.container_works{
  padding: 0 16px;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  .container_works{
    padding: 0 8px;
  }
}
.container_works_inner{
  margin: auto;
  padding-top: 128px;
}
@media screen and (max-width: 768px) {
  .container_works_inner{
    padding: 96px 0 36px;
  }
}
.container_works_inner.front{
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .container_works_inner.front{
    padding-top: 40px;
  }
}
.thumb_list.works{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (max-width: 768px) {
  .thumb_list.works{
    flex-direction: column;
  }
}
.thumb_list.works .thumb_list_item{
  width: 50%;
  margin: 8px 0;
  padding: 0 8px;
}
@media screen and (min-width: 769px) {
  .thumb_list.works .thumb_list_item:nth-of-type(even){
    transition-delay: 0.3s;
  }
}

@media screen and (min-width: 769px) and (min-height: 719px) {
  body.post-type-archive-works .thumb_list.works .thumb_list_item:nth-of-type(3){
    transition-delay: 0.6s;
  }
  body.post-type-archive-works .thumb_list.works .thumb_list_item:nth-of-type(4){
    transition-delay: 0.9s;
  }
}

@media screen and (min-width: 769px) and (min-height: 1199px) {
  body.post-type-archive-works .thumb_list.works .thumb_list_item:nth-of-type(5){
    transition-delay: 1.2s;
  }
  body.post-type-archive-works .thumb_list.works .thumb_list_item:nth-of-type(6){
    transition-delay: 1.5s;
  }
}

@media screen and (max-width: 768px) {
  .thumb_list.works .thumb_list_item{
    margin: 4px 0;
  }
}
@media screen and (max-width: 768px) {
  .thumb_list_item{
    width: 100% !important;
    margin: 16px 0;
  }
}


.list_item_ttl{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 64px;
  padding: 16px 24px 0;
  background-image: linear-gradient(0deg, transparent, #0000004d);
  transition: all 0.3s;
}
.list_item_ttl:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-image: linear-gradient(0deg, transparent, #0000004d);
  opacity: 0;
  transition: opacity 0.3s;
}
.thumb_list_item a:hover .list_item_ttl:before{
  opacity: 1;
}
.list_item_ttl span{
  position: relative;
  z-index: 1;
  display: block;
}
.list_item_client{
  font-size: 1rem;
  font-weight: 300;
}
.list_item_works{
  margin-bottom: 7px;
  font-size: 1.4rem;
  font-weight: 300;
  transition: all 0.3s;
}
.list_item_img{
  position: relative;
  overflow: hidden;
}
.list_item_img:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.thumb_list_item a:hover .list_item_img:before{
  
}
.list_item_img img{
  width: 100%;
  transition: all 0.8s;
}
.thumb_list_item a:hover .list_item_img img{
  transition: all 8s;
  transform: scale(1.06);
}



/*====================================

	 Archive(news)

====================================*/
body.post-type-archive-news .header_logo .cls-2,
body.post-type-archive-news .gnav__logo .cls-2 {
  stroke: transparent !important;
}
.container_news {
  padding: 0 16px;
  min-height: calc(100vh - 44px);
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  .container_news {
    padding: 0 8px;
  }
}
.container_news_inner{
  margin: auto;
  padding-top: 128px;
}
@media screen and (max-width: 768px) {
  .container_news_inner{
    padding: 96px 0 16px;
  }
}
.thumb_list.news{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 110px;
}
.thumb_list.news .thumb_list_item{
  width: 25%;
  margin: 4px 0;
  padding: 0 4px;
}
@media screen and (max-width: 768px) {
  .thumb_list.news .thumb_list_item{
    width: 50% !important;
  }
}
.thumb_list_item a{
  position: relative;
  display: block;
  color: #fff;
}
.thumb_list_item a:hover{
  opacity: 1;
}
.thumb_list_item a:hover .list_item_works{
  opacity: 1;
}

.list_item_ttl_date{
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  padding: 0 8px 8px;
  background-image: linear-gradient(180deg, transparent, #0000004d);
  opacity: 0;
  transition: opacity 0.3s;
}
.list_item_ttl_date:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-image: linear-gradient(180deg, transparent, #0000004d);
  opacity: 0;
  transition: opacity 0.3s;
}
.list_item_outer_link a:hover .list_item_ttl_date,
.list_item_outer_link a:hover .list_item_ttl_date:before{
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .list_item_ttl_date{
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 100%;
  }
  
  .list_item_ttl_wrap{
    margin-bottom: 8px;
  } 
  
  .list_item_ttl_date:before{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent, #0000004d);
  }
  .list_item_outer_link a:hover .list_item_ttl_date:before{
    opacity: 1;
  }
}


.list_item_ttl_date span{
  display: flex;
  align-items: end;
}
.list_item_date{
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  white-space: nowrap;
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .list_item_date{
    margin-left: 0;
  }
}

.list_item_ttl_wrap{
  position: relative;
  display: flex;
  align-items: end;
}
.list_item_ttl_wrap a:hover{
  opacity: 1;
}
.list_item_news{
  text-align: left;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}
.btn_ext_link{
  background: transparent;
  border: none;
  transition: all 0.3s;
}
.btn_ext_link:hover{
  opacity: 0.6;
}
.list_item_inner_link {
  display: block;
  margin-left: 44px;
  width: 14px;
}
.btn_ext_link img,
.btn_ext_link svg{
  width: 12px;
  height: 12px;
}
.list_item_txt{
  padding: 10px;
  font-size: 1rem;
}
.list_item_txt a{
  color: #0042E3;
}
.list_item_img{
  position: relative;
  overflow: hidden;
}
.list_item_img:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}



/** hover **/



/*====================================

	 

====================================*/
.notice{
  padding-bottom: 45px;
  font-size: 0.9rem;
  line-height: 1.4;
}
.notice_prime{
  margin-bottom: 10px;
}



