#page > article {
  background: #F2E9D8;
}

.plink {
  width: 12.03125vw;
  height: 1.9270833333vw;
  margin: 0 auto;
  border-radius: 37px;
  background: #AB3A3A;
  font-size: 0.9375vw;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#excavation01 .inner {
  padding-top: 3.9583333333vw;
}
#excavation01 .flex-around {
  margin: 0;
  padding: 0;
  padding-bottom: 4.1666666667vw;
  gap: 3.125vw 1.7%;
  justify-content: flex-start;
}
#excavation01 .flex-around a {
  display: flex;
  flex-wrap: wrap;
}
#excavation01 .flex-around .col33 {
  width: 32.2%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.16);
  border-radius: 1.25vw;
  position: relative;
  z-index: 1;
}
#excavation01 .flex-around .col33 .new-badge {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.7708333333vw;
  height: 6.875vw;
  z-index: 1;
}
#excavation01 .flex-around .col33 .new-badge img {
  border-top-left-radius: 1.25vw;
}
#excavation01 .flex-around .col33 .list-img {
  width: 100%;
  height: 15.625vw;
  overflow: clip;
}
#excavation01 .flex-around .col33 .list-img img {
  border-radius: 1.25vw 1.25vw 0 0;
}
#excavation01 .flex-around .col33 .list-txt {
  width: 100%;
  padding: 1.09375vw 1.3020833333vw 1.71875vw;
  box-sizing: border-box;
}
#excavation01 .flex-around .col33 .list-txt .txt-u {
  font-size: 0.7291666667vw;
  font-weight: 700;
  line-height: 1;
  color: #958A8A;
  padding-bottom: 0.6vw;
}
#excavation01 .flex-around .col33 .list-txt .txt-h3 {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.2em;
  height: 3.3vw;
  color: #3D3434;
  padding-bottom: 0.6vw;
  margin-bottom: 0.9895833333vw;
  position: relative;
  align-items: center;
}
#excavation01 .flex-around .col33 .list-txt .txt-h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/dot_line.svg) center repeat;
  width: 100%;
  height: 3px;
}
#excavation01 .flex-around .col33 .list-txt .txt-p {
  font-size: 0.78125vw;
  font-weight: 400;
  color: #3D3434;
  display: flex;
  align-items: center;
  margin-bottom: 0.3645833333vw;
  gap: 0.2604166667vw;
  line-height: 1.2em;
}
#excavation01 .flex-around .col33 .list-txt .txt-p .names {
  font-size: 0.8333333333vw;
  font-weight: 700;
  width: 4.6875vw;
  height: 1.6145833333vw;
  border-radius: 31px;
  background: #EFEBE4;
  color: #3D3434;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
#excavation01 .flex-around .col33 .list-txt .plink {
  margin-top: 1.3020833333vw;
  box-sizing: border-box;
  border: solid 3px #AB3A3A;
}
#excavation01 .flex-around .col33:nth-child(3n+1):before {
  content: "";
  position: absolute;
  width: 14.21875vw;
  height: 5.46875vw;
  left: -4.5833333333vw;
  top: -2.65625vw;
  background: url(../img/bg_icon01.svg) center no-repeat;
  background-size: cover;
  z-index: -1;
}
#excavation01 .flex-around .col33:nth-child(3n):after {
  content: "";
  position: absolute;
  width: 14.21875vw;
  height: 5.46875vw;
  z-index: 1;
  right: -8.6979166667vw;
  top: 4px;
  background: url(../img/bg_icon02.svg) center no-repeat;
  background-size: cover;
  z-index: -1;
}
#excavation01 .flex-around .col33:nth-child(1):before, #excavation01 .flex-around .col33:nth-child(1):after, #excavation01 .flex-around .col33:nth-child(3):before, #excavation01 .flex-around .col33:nth-child(3):after {
  content: none;
}
#excavation01 .flex-around .col33:hover .list-img {
  opacity: 0.8;
}
#excavation01 .flex-around .col33:hover .list-txt .plink {
  background: #ffffff;
  color: #AB3A3A;
}
#excavation01 .pagination {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.78125vw;
}
#excavation01 .pagination .page-numbers {
  background: #AB3A3A;
  color: #ffffff;
  border-color: #AB3A3A;
  width: 5vw;
  height: 2.6041666667vw;
  font-size: 1.4583333333vw;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin: 0;
}
#excavation01 .pagination .page-numbers:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #E2C2C2;
}
#excavation01 .pagination .page-numbers.current {
  border-color: #ffffff;
  background: #ffffff;
  color: #E2C2C2;
}
#excavation01 .pagination .page-numbers.next {
  margin-left: 1.40625vw;
}
#excavation01 .pagination .page-numbers.prev {
  margin-right: 1.40625vw;
}
#excavation01 .olds {
  padding-bottom: 5.3645833333vw;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.05vw 2.025%;
}
#excavation01 .olds .plink {
  margin: 0;
  width: 18.38%;
  height: 1.9270833333vw;
  border-radius: 37px;
  background: #ffffff;
  border: solid 3px #ffffff;
  color: #AB3A3A;
  font-size: 0.9375vw;
  box-sizing: border-box;
}
#excavation01 .olds .plink:hover {
  background: #AB3A3A;
  border-color: #AB3A3A;
  color: #ffffff;
}

@media (max-width: 900px) {
  .plink {
    width: 131px;
    height: 21px;
    border-radius: 21px;
    font-size: 10px;
  }
  #excavation01 {
    position: relative;
  }
  #excavation01::after {
    position: absolute;
    bottom: -26px;
    right: 30px;
    width: 186px;
    height: 72px;
    content: "";
    background: url(../img/bg_icon02.svg) center no-repeat;
    background-size: cover;
  }
  #excavation01 .inner {
    padding-top: 34px;
  }
  #excavation01 .box {
    width: 91.74%;
  }
  #excavation01 .flex-around {
    gap: 14px 0;
    justify-content: space-between;
    padding-bottom: 55px;
    position: relative;
  }
  #excavation01 .flex-around::before {
    position: absolute;
    top: 31%;
    right: -4.13%;
    width: 186px;
    height: 72px;
    content: "";
    background: url(../img/bg_icon02.svg) center no-repeat;
    background-size: cover;
  }
  #excavation01 .flex-around::after {
    position: absolute;
    bottom: 14px;
    left: -4.13%;
    width: 186px;
    height: 72px;
    content: "";
    background: url(../img/bg_icon01.svg) center no-repeat;
    background-size: cover;
  }
  #excavation01 .flex-around .col33 {
    width: 49%;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
  }
  #excavation01 .flex-around .col33:before, #excavation01 .flex-around .col33:after {
    content: none !important;
  }
  #excavation01 .flex-around .col33 .new-badge {
    width: 52px;
    height: 52.5px;
  }
  #excavation01 .flex-around .col33 .new-badge img {
    border-top-left-radius: 10px;
  }
  #excavation01 .flex-around .col33 .list-img {
    height: 32vw;
  }
  #excavation01 .flex-around .col33 .list-img img {
    border-radius: 10px 10px 0 0;
  }
  #excavation01 .flex-around .col33 .list-txt {
    width: 100%;
    padding: 6px 12px 58px;
  }
  #excavation01 .flex-around .col33 .list-txt .txt-u {
    font-size: 9px;
    padding-bottom: 4px;
    padding-bottom: 0;
  }
  #excavation01 .flex-around .col33 .list-txt .txt-h3 {
    font-size: 12px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    min-height: 30px;
    height: 12vw;
  }
/*  #excavation01 .flex-around .col33 .list-txt .txt-h3 .area {
    display: block;
  }*/
  #excavation01 .flex-around .col33 .list-txt .txt-h3::after {
    height: 2px;
    background-size: cover;
  }
  #excavation01 .flex-around .col33 .list-txt .txt-p {
    font-size: 10px;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
    gap: 5px;
    text-align: center;
    margin: 0;
  }
  #excavation01 .flex-around .col33 .list-txt .txt-p .names {
    font-size: 10px;
    width: 118px;
    height: 20px;
  }
  #excavation01 .flex-around .col33 .list-txt .txt-p:last-child {
    display: flex;
    flex-flow: column; 
    gap: 5px;
  }
  #excavation01 .flex-around .col33 .list-txt .plink {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  #excavation01 .pagination {
    margin-bottom: 55px;
    gap: 7px;
  }
  #excavation01 .pagination .page-numbers {
    width: 48px;
    height: 25px;
    font-size: 13px;
  }
  #excavation01 .pagination .page-numbers.next {
    margin-left: 13px;
  }
  #excavation01 .pagination .page-numbers.prev {
    margin-right: 13px;
  }
  #excavation01 .olds {
    width: 86.5%;
    gap: 12px 0;
    justify-content: space-between;
    padding-bottom: 71px;
  }
  #excavation01 .olds .plink {
    margin: 0;
    width: 47.5%;
    height: 28px;
    border-radius: 28px;
    font-size: 13px;
  }
}
/*# sourceMappingURL=excavation.css.map */