.recentPostWrap {
  margin-top: 5rem;
  position: relative;
}
.recentPostWrap .dc_container { 
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
} 
.recentPostWrap .dc_btn_wrap a {
  width: 100%;
  max-width: 310px;
  height: 68px;
  padding: 10px; 
  display: -ms-inline-grid;
  display: inline-grid; 
  place-content: center;
  font-size: 0.875rem; 
  font-weight: 500; 
  letter-spacing: 0.05em; 
  position: relative;
  overflow: hidden;
  margin: 2.5rem auto;
  line-height: 3.6rem;
  text-align: center;
  position: relative;
  background: #fff;
  border: solid 1px #E08407;
  text-decoration:none;
}
.recentPostWrap .dc_btn_wrap a span {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #E08407;
  position: relative;
  z-index: 3;
}
.recentPostWrap .dc_btn_wrap a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #E08407;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.recentPostWrap .dc_btn_wrap a:after {
  pointer-events: none;
  content: '';
  width: 0.9rem;
  height: 0.4rem;
  position: absolute;
  top: 50%; 
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  z-index: 3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.recentPostWrap .dc_btn_wrap a:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
} 
.recentPostWrap .dc_btn_wrap a:hover span { 
  color: #fff; 
}
.recentPostWrap .dc_btn_wrap a:hover:after {  
  right: 0.6rem;
}
.recentPostWrap .dc_btn_wrap a:after {
  right: 1.333rem;
}
.recentPostWrap h2.dc_ttl_type_index {
  padding-top: calc( 0.777rem + 0.75rem);
  font-size: 1.25rem;
  font-family: "Barlow Condensed",sans-serif;
  font-weight: bold;
  position: relative;
  margin-bottom: 2.5rem;
}
.recentPostWrap h2.dc_ttl_type_index:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #E08407; 
  display: block;
  margin-top: 0.812rem; 
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1); 
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1); 
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.recentPostWrap h2.dc_ttl_type_index:before {
  content: attr(data-text);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
}
.recentPostWrap .special-box:last-child {
  position: relative;
  margin-left: 50%;
  width: 50%;
  height: auto;
}
.recentPostWrap .special-box:first-child {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 11.888rem 0 11.833rem 11.833rem;
  height: 100vh;
  min-height: 940px;
  color: #FFFFFF;
}
.recentPostWrap p.dc_lead {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.61;
}
.recentPostWrap .dc_btn_wrap { 
  text-align:center;
}
.recentPostWrap .special-box:last-child .dc_btn_wrap {
  display: block;
}
.recentPostWrap .special-list-wrap {
  padding: 0; 
  margin: 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: inherit;
  padding-left: 17px;
  width: calc(100% + 17px);
  height: auto;
}

.recentPostWrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 2.5rem;
  display: -ms-grid;
  display: grid;
}

.recentPostWrap ul a {
  padding: 1rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.25rem 1fr;
  grid-template-columns: 8.25rem 1fr;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  text-decoration: none;
}

.recentPostWrap ul a h3 {
  margin: 0;
  font-size: 0.875rem;
  color: #222;
  line-height: inherit;
  font-family: inherit;
}

.recentPostWrap ul li {
  border-bottom: 1px solid #E5E5E5;
  background: #fff;
}

.recentPostWrap ul a figure.image {
  margin: 0;
  overflow: hidden;
}

.recentPostWrap ul a figure.image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none;
  width: 100%;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.recentPostWrap ul a .content {
  background-color: #FFFFFF;
}
.recentPostWrap ul a .content .blog__info {
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.recentPostWrap ul a .content .blog__info span.date {
  color: #D0D0D0;
  margin-right: 1.312rem;
  font-size: 0.75rem;
}
.recentPostWrap ul a .content .blog__info span.cat {
  color: #6E6E6E;
  background: #E5E5E5;
  padding: 0.25rem 1.375rem;
  border-radius: 2rem;
  font-size: 0.75rem;
}
.recentPostWrap ul a:hover {
  opacity: 0.7 !important;
}
.recentPostWrap ul a:hover figure.image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 960px) {  
  .recentPostWrap:before {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    width: 100%;
    height: 28.388rem;
    background: linear-gradient(135deg, #F7F7F7 0%, #F5EFE7 100%);
    z-index: -1;
  }
  .recentPostWrap { 
    margin-top:11rem;
  }
  .recentPostWrap .dc_container { 
    width: 66.1em; 
    max-width: 1190px; 
  } 
  .recentPostWrap .dc_btn_wrap a {  
    width: 17.2rem;
    height: 3.75rem; 
    font-size: 0.888rem;
    margin: 4rem auto ;
  }  
  .recentPostWrap .dc_btn_wrap a:hover:after {  
    right: 0.833rem;   
  } 
  .recentPostWrap h2.dc_ttl_type_index {
    padding-top: calc(1.388rem + 1.055rem);
    font-size: 1.388rem;  
    margin-bottom: 4rem;
  }
  .recentPostWrap h2.dc_ttl_type_index:after { 
    position: absolute;
    right: 0; 
    bottom: 20%; 
    z-index: 0;  
    -webkit-transform: scale(1, 1); 
    transform: scale(1, 1);
    max-width: 94%; 
  } 
  .recentPostWrap h2.dc_ttl_type_index:before {
    font-size: 0.777rem;   
  } 
  .recentPostWrap .special-box:last-child .dc_btn_wrap { 
    display: none;
  }
  .recentPostWrap ul a .special-thumbnail{
    margin-bottom: 1rem;
  }
  .recentPostWrap ul {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 4rem; 
  }
  .recentPostWrap ul a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 10rem 1fr; 
    grid-template-rows: 10rem 1fr;
    height: 100%;
    padding: 0;
  } 
  .recentPostWrap ul li {
    border-bottom: 0;
  }
  .recentPostWrap ul li:not(:last-child) {
    border-right: 1px solid #E5E5E5;
  }
  .recentPostWrap ul a .content h3.blog__ttl {
    padding: 1rem;
  }
  .recentPostWrap ul a .content .blog__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 0 auto 3.166rem 1rem; 
  }
  .recentPostWrap ul a .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }


}
@media (max-width: 1599px) {
  .recentPostWrap {
    margin-top: 11rem;
  }

}


@media (max-width: 959px) {
  .recentPostWrap {
    margin-top: 5rem;
  }


}

