.new-item-blog {
  position: relative;
}

.new-item-bg {
  position: absolute;
}

.new-item-bg img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.3;
}

.new-item {
  width: calc(100% - 44px);
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 0;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}

.new-date {
  font-family: "Poppins", serif;
}

.new-category {
  font-size: 14px;
  margin: 12px 0;
}

.new-title {
  font-size: 20px;
  margin-bottom: 24px;
}

.new-img img {
  width: 100%;
  height: auto;
}

.new-content {
  margin: 24px 0;
}

.new-link {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.new-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  width: 245px;
  background: #A88B62;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.new-list-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.new-list-btn::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 23px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='23' viewBox='0 0 20 23' fill='none'><path d='M18.8326 9.87201L7.76562 20.9141L8.93189 22.0777L19.9989 11.0357L18.8326 9.87201Z' fill='white'/><path d='M8.93189 0.000423778L7.76562 1.16406L18.8326 12.2061L19.9989 11.0425L8.93189 0.000423778Z' fill='white'/><path d='M18.7193 10.2188H0V11.8656H18.7193V10.2188Z' fill='white'/></svg>") center / contain no-repeat;
  transition: transform 0.25s ease;
}