@charset "utf-8";
/***************************************************************************************************
	page_news.css
***************************************************************************************************/

#page_news {
	width:min(65%, 1200px);
  margin: auto;
  padding: clamp(100px, 18lvh, 200px) 3% 0 3%;
}
/*
*/
#page_news .blk_1 {
  width: 100%;
  text-align: center;
}
#page_news .blk_1 h2 {
  font-size:120px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}
#page_news .blk_1 h3 {
  font-size:24px;
  line-height: 1;
  font-weight: 600;
  padding:10px 0 0 0;
}
/*
*/
#page_news .blk_2 {
  width: 100%;
  min-height:400px;
  padding:clamp(50px, 9lvh, 100px) 0 0 0;
}
#page_news .blk_2 article {
  width: 100%;
  padding:0 0 20px 0;
}
#page_news .blk_2 article a {
  display: flex;
  width: 100%;
  border-bottom:1px solid #000000;
  padding:13px 0;
  transition: background-color .2s ease-out 0s;
}
#page_news .blk_2 article a.nm_hover {
  background-color: #000000;
}
#page_news .blk_2 article a h4 {
  order:2;
  font-size: 14px;
  line-height: 1.75;
  padding:0 4%;
  transition: color .2s ease-out 0s;
}
#page_news .blk_2 article a.nm_hover h4 {
  color:#ffffff;
}
#page_news .blk_2 article a p {
  order:1;
  font-size: 14px;
  line-height: 1.75;
  font-weight:700;
  color:#727272;
  padding:0 0 0 1%;
  transition: color .2s ease-out 0s;
}
#page_news .blk_2 article a.nm_hover p {
  color:#ffffff;
}
/*
*/
#page_news .blk_3 {
  padding:80px 0 200px 0;
  text-align: center;
  font-size: 0;
}
#page_news .blk_3 .btns {
  display:inline-block;
}
#page_news .blk_3 .btns .btn_num {
  display:inline-block;
  border:1px solid #000000;
  width:30px;
  height: 30px;
  margin: auto 3px;
  font-size: 14px;
  line-height: 28px;
  font-weight:700;
  border-radius: 100%;
  text-align: center;
  transition:
  background-color .2s ease-out 0s,
  color .2s ease-out 0s;
}
#page_news .blk_3 .btns .btn_num.nm_hover {
  background-color: #000000;
  color:#ffffff;
}
#page_news .blk_3 .btns .btn_prev,
#page_news .blk_3 .btns .btn_next {
  display:inline-block;
  border:1px solid #000000;
  width:30px;
  height: 30px;
  margin: auto 3px;
  font-size: 14px;
  line-height: 28px;
  font-weight:700;
  border-radius: 100%;
  text-align: center;
  transition:
  background-color .2s ease-out 0s,
  color .2s ease-out 0s;
}
#page_news .blk_3 .btns .btn_prev.nm_hover,
#page_news .blk_3 .btns .btn_next.nm_hover {
  background-color: #000000;
  color:#ffffff;
}
#page_news .blk_3 .btns .btn_prev.disable,
#page_news .blk_3 .btns .btn_next.disable {
  border:1px solid #cccccc;
  color:#cccccc;
  pointer-events: none;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (width <= 1000px) {
#page_news {
	width:min(100%, 600px);
  margin: auto;
  padding: 125px 4% 0 4%;
}
/*
*/
#page_news .blk_1 h2 {
  font-size:min(25vw, 100px);
}
#page_news .blk_1 h3 {
  font-size:20px;
  padding:8px 0 0 0;
}
/*
*/
#page_news .blk_2 {
  min-height:200px;
  padding:30px 0 0 0;
}
#page_news .blk_2 article {
  width: 100%;
  padding:0 0 8px 0;
}
#page_news .blk_2 article a {
  flex-direction: column;
  padding:8px 2%;
}
#page_news .blk_2 article a h4 {
  font-size: 12px;
  padding:0;
}
#page_news .blk_2 article a p {
  font-size: 10px;
  padding:0;
}
/*
*/
#page_news .blk_3 {
  padding:60px 0 100px 0;
}
#page_news .blk_3 .btns {
  scale:.9;
}

/*  */
}
