.gibier {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .gibier.subcon_ttl {
    padding-bottom: 60px;
  }
}

.gibier .subcon_ttl-jp {
  font-size: 3rem;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .gibier .subcon_ttl-jp {
    padding: 0;
    font-size: 1.2rem;
  } 
}

.gibier .subcon_ttl-en {
  padding-bottom: 140px;
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .gibier .subcon_ttl-en {
    padding-bottom: 40px;
    font-size: 16px;
    color: #fff;
  }
}

.gibier .company_img01 {
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .gibier .company_img01 {
    margin-top: 30px;
  }
}

.gibier .gibier-picture {
  display: block;
  margin-bottom: 0;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .gibier .gibier-picture {
    margin-top: 0px;
  } 
}


.gibier .gibier-box {
  margin-bottom: 50px;
}

.gibier .gibier-box .content_subttl {
  text-align: left;
  background: #288e4f;
  color: #fff;
  padding: 4px 20px 6px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .gibier .gibier-box .content_subttl {
    font-size: 1.1rem;
    margin-bottom: 16px;
    padding: 4px 10px 6px;
  }
}


.gibier .gibier-box .content_catch {
  margin-bottom: 48px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .gibier .gibier-box .content_catch {
    margin-bottom: 32px;
  }
}

.gibier .gibier-box .sns_header {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .gibier .gibier-box .sns_header {
    margin-bottom: 40px;
  }
}


.gibier .gibier-box .gibier_plan {
  counter-reset: number 0;
}

.gibier .gibier-box .gibier_plan .content_catch span {
  display: flex;
  color: #288e4f;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .gibier .gibier-box .gibier_plan .content_catch span {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

.gibier .gibier-box .gibier_plan .content_catch span:before {
  counter-increment: number 1;
  content: counter(number) ".";  
}


.gibier .gibier-box .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gibier .gibier-box .gallery img {
  margin-bottom: 24px;
  width: 32%;
}


.header {
  min-width: 1230px;
}

.header .logo {
  margin: 0 0 0 50px;
}

@media screen and (max-width: 768px) {
  .header .logo {
    margin: 0;
  }
}

.sns_header::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .header {
    min-width: auto;
  }
}

.header_nav {
  margin-right: 0;
}

.header_nav li {
  margin-right: 20px;
}

@media screen and (max-width: 1366px) {
  .header_nav li  {
    font-size: .8375rem;
  }
}

@media screen and (max-width: 1288px) {
  .header_nav li  {
    font-size: .78rem;
  }
}


.gibier-news_ttl {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .gibier-news_ttl {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}

.gibier_news_sec .news_list {
  margin: 0 24px;
}

@media screen and (max-width: 768px) {
  .gibier_news_sec .news_list {
    margin: 0;
  } 
}

.gibier_news_sec .news_list .news_item {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

.gibier_news_sec .news_list dl {
  /* justify-content: space-evenly; */
  padding: 30px 10px;
  align-items: center;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .gibier_news_sec .news_list dl {
    padding: 20px 10px;
  }
}

.gibier_news_sec .news_list dl dt {
  font-size: 16px;
  margin-right: 0;
  min-width: 209px;
}

@media screen and (max-width: 768px) {
  .gibier_news_sec .news_list dl dt {
    font-size: .7rem;
    margin-bottom: 8px;
    min-width: none;
  }
}

.gibier_news_sec .news_list dl .news_item-meta {
  display: block;
  width: auto;
}

.gibier_news_sec .news_list dl .news_text {
  font-size: 18px;
  width: calc(100% - 230px);
  margin-left: 24px;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .gibier_news_sec .news_list dl .news_text {
    width: calc(100% - 40px);
    margin: 0;
    font-size: 0.8rem;
    margin-right: auto;
  }
}

.news_item-label {
  cursor: pointer;
  position: relative;
}

.news_item-label:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-left: solid 1px #288e4f;
  border-bottom: solid 1px #288e4f;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .news_item-label:after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}

.news_item-label.active:after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.gibier_news_sec .news_list .news_item_content {
  display: none;
  padding: 20px 10px 30px;
}

@media screen and (max-width: 768px) {
  .gibier_news_sec .news_list .news_item_content {
    font-size: .8rem;
  }
}

/* 2024.05.21追加 */
.gibier-img{
  display: flex;
  gap: 0 30px;
  margin-top: 15px;
}
.gibier-img figure img{
  width: 348px;
  height: auto;
}

/* 2025.08.29追加 */
@media screen and (max-width: 768px) {
  .gibier.subcon_ttl {
      margin-top: calc(49px + 3%);
  }
}