div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

div.awac-wrapper {
  margin-bottom: 64px;
}

.c-page__header--post {
  width: 100% !important;
}

.c-page__header--post .c-page__eyecatch {
  width: 100% !important;
  max-width: 900px;
}

/* 実績紹介 タグラベル */
.b-archive-post-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.b-archive-post-item__tags .c-label {
  display: inline-flex;
  align-items: center;
  height: 33px;
  padding: 4px 12px;
  font-size: 18px;
  font-weight: 700;
  color: #424242;
  text-decoration: none;
  background-color: var(--label-bg, #dcf5f0);
  transition: filter 0.2s;
  box-sizing: border-box;
  line-height: 1;
}

.b-archive-post-item__tags .c-label:hover {
  filter: brightness(0.95);
}

/* 実績紹介 セクション見出しと一覧の間隔調整 */
.p-post .c-section__header {
  margin-bottom: -24px;
}

.p-post .c-section__header .c-title--l3 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-post .c-section__header {
    margin-bottom: -40px;
  }
}

.p-post+.p-post {
  margin-top: 48px;
}

/* divカードのカーソル */
div.b-archive-post-item {
  cursor: pointer;
}

/* アーカイブ 見学可能な農園 説明文 */
.p-post__description {
  line-height: 1.8;
  margin-bottom: -24px;
}

@media screen and (min-width: 768px) {
  .p-post__description {
    margin-bottom: -40px;
  }
}

/* 実績紹介 該当記事なし */
.p-post__empty {
  padding: 32px 0;
  text-align: center;
  font-size: 16px;
  color: #424242;
  line-height: 1.8;
}

/* 実績紹介 タグ絞り込みドロップダウン */
.p-post__filter-nav {
  width: 100%;
}

.p-post__filter-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-post__filter-item {
  list-style: none;
}

.p-post__filter-item--has-children {
  position: relative;
  cursor: pointer;
  transition: 0.3s all cubic-bezier(0.16, 1, 0.3, 1);
}

.p-post__filter-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 57px;
  padding: 16px 24px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #424242;
  background-color: var(--label-bg, #dcf5f0);
  box-sizing: border-box;
  line-height: 1;
  user-select: none;
  transition: 0.3s all cubic-bezier(0.16, 1, 0.3, 1);
}

.p-post__filter-label::after {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.96967%200.96967C3.26256%200.676777%203.73744%200.676777%204.03033%200.96967L8.78033%205.71967C9.07322%206.01256%209.07322%206.48744%208.78033%206.78033L4.03033%2011.5303C3.73744%2011.8232%203.26256%2011.8232%202.96967%2011.5303C2.67678%2011.2374%202.67678%2010.7626%202.96967%2010.4697L7.18934%206.25L2.96967%202.03033C2.67678%201.73744%202.67678%201.26256%202.96967%200.96967Z%22%20fill%3D%22%23262626%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  transform: rotate(90deg);
  transition: 0.3s all cubic-bezier(0.16, 1, 0.3, 1);
}

.p-post__filter-item--has-children:hover>.p-post__filter-label {
  color: #1a1a1a;
}

.p-post__filter-item--has-children:hover>.p-post__filter-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.96967%200.96967C3.26256%200.676777%203.73744%200.676777%204.03033%200.96967L8.78033%205.71967C9.07322%206.01256%209.07322%206.48744%208.78033%206.78033L4.03033%2011.5303C3.73744%2011.8232%203.26256%2011.8232%202.96967%2011.5303C2.67678%2011.2374%202.67678%2010.7626%202.96967%2010.4697L7.18934%206.25L2.96967%202.03033C2.67678%201.73744%202.67678%201.26256%202.96967%200.96967Z%22%20fill%3D%22%231a1a1a%22%2F%3E%3C%2Fsvg%3E");
}

.p-post__filter-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  display: none;
  min-width: 200px;
  margin-top: 0;
  padding: 24px 20px 16px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all cubic-bezier(0.16, 1, 0.3, 1);
}

@media screen and (min-width: 768px) {
  .p-post__filter-dropdown {
    display: block;
  }
}

.p-post__filter-children {
  display: grid;
  grid-template-columns: 100%;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-post__filter-child {
  list-style: none;
}

.p-post__filter-child a {
  display: block;
  font-size: 16px;
  color: #424242;
  text-decoration: none;
  transition: color 0.2s;
}

.p-post__filter-child a:hover {
  color: #2ac7ab;
}

@media screen and (min-width: 768px) {
  .p-post__filter-item--has-children:hover .p-post__filter-dropdown {
    z-index: 3;
    pointer-events: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-post__filter-item--has-children.is-open .p-post__filter-dropdown {
    z-index: 3;
    display: block;
    pointer-events: auto;
    opacity: 1;
  }
}

/* 詳細ページ 見学ボタン */
.p-post__visit-button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}