/* News
-------------------------------------------*/

.news .page_header__nav{
  margin-top: 1%;
}
.news .page_header__mv{
  padding-bottom: min(100px,6%);
}

/*一覧ページ*/
.news_list_wrap,
.news_wrap{
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.news_list_wrap .sec_in > div{
  padding: 4% 0;
  border-bottom: 1px solid #ccc;
}
.news_list_wrap .sec_in div a{
  display: flex;
  justify-content: flex-start;
  column-gap: 4px;
}
.news_list_wrap .sec_in div a:hover{
  color: var(--green);
}
.news_list_wrap .sec_in div .date{
  width: min(120px,20%);
}
.news .category{
  width: min(100px,20%);
  font-size: clamp(11px,1.25vw,12px);
  text-align: center;
  height: 34px;
  line-height: 32px;
  border-radius: 17px;
  color: var(--green);
  background-color: #fff;
  border: 1px solid var(--green);
  margin-top: 4px;
}
.news_list_wrap .sec_in div .title{
  width: 80%;
  padding-left: 5%;
  line-height: 1.75;
}

/*シングルページ*/

.news_wrap .news_head{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: clamp(12px,1.5vw,16px);
  border-bottom: 1px solid #ccc;
}
.news_wrap .news_head .category{
  margin-left: 20px;
}
.news_wrap .news_head .title{
  display: block;
  width: 100%;
  padding: 3% 0 2%;
  font-size: clamp(16px,2.46vw,21px);
  letter-spacing: .05em;
}
.news_wrap .news_cont{
  padding-top: 5%;
  letter-spacing: .05em;
}
.news_wrap .news_cont a{
  color: var(--green);
}
.news_wrap .news_cont a:hover{
  opacity: var(--hover);
}
.news .morebtn a{
  width: min(50%,250px);
  margin: 0 auto;
  text-align: left;
}

/* 動画 */

#main .news_cont .wp-video,
#main .news_cont .wp-video video{
  width: 100% !important;
  height: auto;
}


@media screen and (max-width: 650px){
  
  .news_list_wrap,
  .news_wrap{
    width: 100%;
  }
  /*一覧ページ*/
  
  .news_list_wrap .sec_in > div{
    padding: 5% 0;
    border-bottom: 1px solid #ccc;
  }
  .news_list_wrap .sec_in div a{
    flex-wrap: wrap;
  }
  .news_list_wrap .sec_in div .date{
    width: auto;
    padding-right: 3%;
  }
  .news .category{
    width: auto;
    height: 28px;
    line-height: 26px;
    border-radius: 14px;
    padding: 0 14px;
    margin-top: 0;
  }
  .news_list_wrap .sec_in div .title{
    width: 100%;
    padding: 3% 0 2%;
    font-size: 14px;
  }
  
  /*シングルページ*/
  
  .news_wrap .news_head{
    padding-top: 5%;
  }
  .news_wrap .news_head .category{
    margin-left: 3%;
  }
  .news_wrap .news_head .title{
    padding: 3% 0 5%;
    letter-spacing: 0;
    line-height: 1.75;
  }
  .news_wrap .news_cont{
    padding-top: 10%;
    letter-spacing: .1em;
  }
  .news .morebtn{
    padding-bottom: 5%;
  }
}