.group_entry-contents {
  padding: 100px 0 120px;
  /* max-width: 790px; */
  margin: 0 auto;
}

.group_entry-contents-title h2 {
  color: #26292b;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
}

.group_entry-contents-info-top {
  border-radius: 8px;
  background: #def0fc;
  padding: 30px 50px 20px;
  margin-bottom: 50px;
}

.group_entry-contents-info-top-grid {
  display: grid;
  grid-template-columns: 129px 1fr;
  align-items: center;
  margin-bottom: 11px;
  gap: 18px;
}

.group_entry-contents-info-top-grid h3 {
  border-radius: 6px;
  background: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 40px;
  gap: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
}

.group_entry-contents-info-top-grid h3 img {
  max-width: 16px;
}

.group_entry-contents-info-top-grid p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.group_entry-contents-info-top-grid p span {
  margin-right: 10px;
  display: inline-block;
}

.group_entry-contents-info-top-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.group_entry-contents-info-top-tag p {
  color: #005d8b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border-radius: 17px;
  border: 1px solid #005d8b;
  width: 110px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.group_entry-contents-deco-title {
  color: #26292b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  padding-left: 18px;
  position: relative;
  margin-bottom: 16px;
}

.group_entry-contents-deco-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  background: #d44b25;
  width: 6px;
  height: 28px;
}

.group_entry-contents-desc {
  margin-bottom: 50px;
}

.group_entry-contents-desc p {
  color: #26292b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3;
}

.group_entry-contents-detail {
  margin-bottom: 50px;
}

.group_entry-contents-detail-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  border-top: 1px solid #d9d9d9;
}

.group_entry-contents-detail-grid:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.group_entry-contents-detail-grid-title {
  background: #e6f2fa;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  padding: 20px 5px;
}

.group_entry-contents-detail-grid-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  padding-left: 38px;
}

.swiper-button-next {
  background-image: url(../../img/group_entry/slide-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 54px;
  height: 38px;
}
.swiper-button-prev {
  background-image: url(../../img/group_entry/slide-arrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 54px;
  height: 38px;
}

.swiper-pagination {
  bottom: -30px !important;
}

.swiper {
  overflow: visible;
}

.slide-imgs-wrap {
  overflow: hidden;
  padding-bottom: 50px;
}

.slide-imgs-single {
  padding-bottom: 50px;
}

.group_entry-contents-contact {
  margin-top: 60px;
}

.group_entry-contents-contact-inner {
  border-radius: 8px;
  background: #007d98;
  padding: 30px 60px 40px;
}

.group_entry-contents-contact-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 26px;
}

.group_entry-contents-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
}

.group_entry-contents-contact-grid-item.is-disabled {
  pointer-events: none;
  cursor: default;
}

.group_entry-contents-contact-grid-item {
  border-radius: 8px;
  background: #fff;
  padding: 16px 10px;
  overflow: hidden;
}

.group_entry-contents-contact-grid-item.is-disabled {
  position: relative;
}
.group_entry-contents-contact-grid-item.is-disabled:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #979595;
  opacity: 0.6;
}

.group_entry-contents-contact-grid-item.is-disabled a {
  pointer-events: none;
}

.group_entry-contents-contact-grid-icon {
  max-width: 60px;
  margin: 0 auto;
}

.group_entry-contents-contact-grid-text {
  color: #29262b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 12px;
}

.group_entry-contents-contact-grid-number {
  color: #007d98;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  margin-top: 2px;
}

.group_entry-contents-contact-grid-text--hp {
  display: grid;
  grid-template-columns: 1fr 20px;
  gap: 4px;
  align-items: center;
}

.group_entry-share {
  border-top: 2px solid #005d8b;
  border-bottom: 2px solid #005d8b;
  margin-top: 70px;
  padding: 35px;
}

.group_entry-share-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.group_entry-share-title img {
  max-width: 28px;
}

.group_entry-share-title p {
  color: #005d8b;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.group_entry-share-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.group_entry-share-items a:nth-child(4) {
  position: relative;
}

.copy-message {
  font-size: 12px;
  text-align: center;
  color: #333;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .group_entry-contents {
    padding: 60px 0;
  }

  .group_entry-contents-title h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .group_entry-contents-info-top {
    padding: 20px;
    margin-bottom: 30px;
  }

  .group_entry-contents-info-top-grid {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    margin-bottom: 11px;
    gap: 10px;
  }

  .group_entry-contents-info-top-grid h3 {
    background: #fff;
    font-size: 16px;
    height: 40px;
    gap: 8px;
    padding-left: 6px;
  }

  .group_entry-contents-info-top-grid h3 img {
    max-width: 10px;
  }

  .group_entry-contents-info-top-grid p {
    font-size: 14px;
  }

  .group_entry-contents-info-top-tag p {
    color: #005d8b;
    font-size: 11px;
    width: 80px;
    height: 28px;
  }

  .group_entry-contents-desc {
    margin-bottom: 30px;
  }

  .group_entry-contents-desc p {
    font-size: 14px;
    line-height: 2;
  }

  .group_entry-contents-detail {
    margin-bottom: 30px;
  }

  .group_entry-contents-detail-grid {
    grid-template-columns: 120px 1fr;
  }

  .group_entry-contents-detail-grid-title {
    font-size: 14px;
    padding: 16px 5px;
  }

  .group_entry-contents-detail-grid-text {
    font-size: 14px;
    padding-left: 16px;
  }

  .group_entry-contents-contact {
    margin-top: 30px;
  }

  .group_entry-contents-contact-inner {
    padding: 20px;
  }

  .group_entry-contents-contact-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .group_entry-contents-contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .group_entry-contents-contact-grid-icon {
    max-width: 60px;
    margin: 0 auto;
  }

  .group_entry-contents-contact-grid-text {
    color: #29262b;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 12px;
  }

  .group_entry-contents-contact-grid-number {
    color: #007d98;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline;
    margin-top: 2px;
  }

  .group_entry-contents-contact-grid-text--hp {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
  }
  .group_entry-contents-contact-grid-text--hp img {
    width: 20px;
  }

  .group_entry-share {
    margin-top: 60px;
    padding: 20px 10px;
  }

  .group_entry-share-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
  }

  .group_entry-share-title img {
    max-width: 20px;
  }

  .group_entry-share-title p {
    font-size: 16px;
  }

  .copy-message {
    font-size: 10px;
    bottom: -14px;
  }
}

/*----------
 .active-filters  
 ----------*/

.active-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 8px;
  flex-wrap: wrap;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.active-filters__label {
  font-weight: 600;
}
.active-filters__chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.chip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border-radius: 17px;
  border: 1px solid #005d8b;
  background: #fff;
  color: #005d8b;
}
.chip__remove {
  display: inline-block;
  text-decoration: none;
  border-radius: 50%;
  line-height: 1.4;
}
.active-filters__clear {
  font-size: 12px;
  border: 1px solid #005d8b;
  background: #fff;
  padding: 6px 10px;
  color: #005d8b;
  border-radius: 17px;
}

/*----------
 .active-filters  
 ----------*/

.group_entry-flex {
  display: flex;
  gap: 80px;
  flex-direction: row-reverse;
}

.group_entry-article {
  max-width: 750px;
}
.group_entry-search {
  max-width: 370px;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .group_entry-flex {
    display: flex;
    gap: 60px;
    flex-direction: column;
  }

  .group_entry-article {
    max-width: 100%;
    margin: 0 auto;
  }
  .group_entry-search {
    max-width: 100%;
    flex: 1;
  }
}

.group_entry-search .search-area {
  margin-top: 0 !important;
}

.group_entry-search .search-wrap {
  padding: 40px 20px !important;
  background-color: #f4ede3 !important;
}

.group_entry-search .search-title {
  font-size: 24px !important;
  color: #26292b !important;
}

.group_entry-search .search-title img {
  max-width: 24px !important;
}

.group_entry-search .search-area-grid-top {
  grid-template-columns: 1fr !important;
}

.group_entry-search .search-date button,
.group_entry-search .search-region button {
  padding: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 30px !important;
}

.group_entry-search .search-date button p,
.group_entry-search .search-region button p {
  margin-top: 0 !important;
  font-size: 18px !important;
  text-align: left !important;
  max-width: 200px !important;
}

.group_entry-search .search-date button > img {
  max-width: 41px !important;
  margin: 0 !important;
}

.group_entry-search .search-region button > img {
  max-width: 47px !important;
  margin: 0 !important;
}

.group_entry-search .search-date button p:after,
.group_entry-search .search-region button p:after {
  top: 4px !important;
}

.group_entry-search .search-area-grid-bottom {
  grid-template-columns: 1fr !important;
}

.group_entry-search .search-cleanup-area,
.group_entry-search .search-scale,
.group_entry-search .search-participation {
  padding: 20px !important;
}

.group_entry-search .search-buttons {
  grid-template-columns: 1fr 1fr !important;
}

.group_entry-search .search-label {
  font-size: 18px !important;
  margin-bottom: 20px !important;
}

.group_entry-search .search-label img {
  max-width: 20px !important;
}

/* トップページ用の装飾は常に非表示 */
.group_entry-search .search-region--top-page:after,
.group_entry-search .search-date--top-page:after {
  content: none !important;
}

/* .after-event-result */
.after-event-result {
  margin-bottom: 60px;
}

.after-event-result-flag {
  color: #d44b25;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.after-event-result-stats {
  border-radius: 8px;
  background: #005d8b;
  padding: 22px;
}
.after-event-result-stats-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.after-event-result-item {
  flex: 1;
  border-radius: 8px;
  background: #fff;
  max-width: 350px;
  padding: 25px;
}
.after-event-result-stats-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 24px;
}

.after-event-result-label {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
}

.after-event-result-label-001:after {
  content: '';
  position: absolute;
  background-image: url(../../img/group_entry/after-event-result-label-001.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 39.856px;
  height: 47.14px;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.after-event-result-label-002:after {
  content: '';
  position: absolute;
  background-image: url(../../img/group_entry/after-event-result-label-002.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 38.923px;
  height: 43.721px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.after-event-result-value {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
}

.after-event-result-value span {
  color: #005d8b;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  display: inline-block;
  padding: 0 6px;
}

.after-event-result-summary {
  margin-top: 30px;
}
.after-event-result-summary p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .after-event-result {
    margin-bottom: 40px;
  }

  .after-event-result-flag {
    font-size: 18px;
  }

  .after-event-result-stats-wrap {
    flex-direction: column;
    align-items: center;
  }

  .after-event-result-stats-title {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .after-event-result-label {
    font-size: 18px;
  }

  .after-event-result-value {
    font-size: 18px;
    margin-top: 30px;
  }
  .after-event-result-item {
    min-width: 350px;
  }

  .after-event-result-value span {
    font-size: 38px;
  }

  .after-event-result-summary p {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 400px) {
  .after-event-result-stats-wrap {
    align-items: flex-start;
  }
  .after-event-result-item {
    min-width: auto;
    width: 100%;
  }
}
