/* CSS Document */

/*大枠*/
.news_wrap{
	display: flex;
  background-color: #eaf5cf;
  box-sizing: border-box;
}
body[wc-view-code="pc"] .news_wrap{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
body[wc-view-code="tb"] .news_wrap,
body[wc-view-code="sp"] .news_wrap{
	padding: var(--headerHeight) 0;
}
body[wc-view-code="sp"] .news_wrap{
	flex-direction: column;
}
/*リストや記事部分*/
.news_wrap .n_contents{
	
}
body[wc-view-code="sp"] .news_wrap .n_contents{
	gap: 1.5rem;
  align-items: center;
	padding: 0 0 3rem;
}
body[wc-view-code="tb"] .news_wrap .n_contents{
	padding-right: 2rem;
  padding-left: 2.5rem;
  width: calc(100% - 320px);
}
body[wc-view-code="pc"] .news_wrap .n_contents{
	width: 100%;
	padding-right: 3rem;
  align-content: flex-start;
}
/*リストページ*/
.news_wrap .n_contents.n_list{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
  gap:1rem;
}
body[wc-view-type="tb"] .news_wrap .n_contents.n_list,
body[wc-view-code="sp"] .news_wrap .n_contents.n_list{
  align-items: center;
  gap:1.5rem;
	flex-direction: column;
}




.news_wrap .n_contents.n_list > a{
  display: block;
  flex: none;
  text-decoration: none;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms ease;
}
body[wc-view-code="sp"] .news_wrap .n_contents.n_list > a{
  width: 86vw;
}
body[wc-view-type="tb"] .news_wrap .n_contents.n_list > a{
  width: 100%;
}
body[wc-view-type="tb-l"] .news_wrap .n_contents.n_list > a{
  width: calc(50% - 0.5rem);
}
.news_wrap .n_contents.n_list > a.wcvisible{
  opacity: 1;
  filter: blur(0);
}
body[wc-view-code="pc"] .news_wrap .n_contents.n_list > a{
  width: calc(((780px - 3rem) / 3) - 0.67rem);
}
.news_wrap .n_contents.n_list > a article{
  display: flex;
  flex-direction: column-reverse;
}
.news_wrap .n_contents.n_list > a article .news_text{
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  box-sizing: border-box;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.news_wrap .n_contents.n_list > a article .news_text *{
  color: var(--defColor);
}
.news_wrap .n_contents.n_list > a article .news_text > h2{
  order: 2;
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.news_wrap .n_contents.n_list > a article .news_text > h2::after{
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--accentColor);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/arrow.svg");
  mask-image: url("/img/svg/arrow.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_wrap .n_contents.n_list > a article .news_text > time{
  order: 1;
  padding: 0 0.75rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 1rem 0 0 0;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 2;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.25px;
  font-weight: 700;
}
.news_wrap .n_contents.n_list > a article .news_text > time::before,
.news_wrap .n_contents.n_list > a article .news_text > time::after{
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/point_deco_left_down.svg");
  mask-image: url("/img/svg/point_deco_left_down.svg");
  z-index: 3;
  position: absolute;
}
.news_wrap .n_contents.n_list > a article .news_text > time::before{
  left: -15px;
  bottom: 0;
}
.news_wrap .n_contents.n_list > a article .news_text > time::after{
  top: -15px;
  right: 0;
}
.news_wrap .n_contents.n_list > a article .news_text > .n_category{
  order: 3;
  display: flex;
  gap:0.5rem;
  overflow: hidden;
  margin-top: 0.5rem;
  list-style: none;
  list-style-position: outside;
}
.news_wrap .n_contents.n_list > a article .news_text > .n_category li{
  background-color: #eaf5cf;
  font-size: 0.87rem;
  flex: none;
  color: var(--defColor);
  padding: 0 0.25rem;
}
.news_wrap .n_contents.n_list > a article > figure{
}
.news_wrap .n_contents.n_list > a article > figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem 1rem 0 0;
}
/*ページャー*/
.pager_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
	width: 100%;
  margin: 2rem auto 0 auto;
  gap:0.3rem;
}
.pager_wrap > div{
	width: 45px;
	height: 45px;
}
body[wc-view-code="sp"] .pager_wrap > div{
	width: 36px;
	height: 36px;
}
.pager_wrap > .active,
.pager_wrap > div a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Number";
	width: 45px;
	height: 45px;
	font-weight: 700;
  border-radius: 0.5rem;
}
body[wc-view-code="sp"] .pager_wrap > .active,
body[wc-view-code="sp"] .pager_wrap > div a{
	width: 36px;
	height: 36px;
  border-radius: 0.5rem;
}
.pager_wrap > .active{
	color: #fff;
  background-color: var(--accentColor);
}
.pager_wrap > div a{
	color:var(--defColor);
	text-decoration: none;
  background-color: #fff;
}
.pager_wrap > .prev a,
.pager_wrap > .next a{
	position: relative;
	z-index: 1;
}
.pager_wrap > .prev a::before,
.pager_wrap > .next a::before{
	content: "";
  width: 45px;
  height: 45px;
  background-color: #bbb;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
body[wc-view-code="sp"] .pager_wrap > .prev a::before,
body[wc-view-code="sp"] .pager_wrap > .next a::before{
  width: 36px;
  height: 36px;
  background-color: var(--defColor);
}
.pager_wrap > .prev a{
}
.pager_wrap > .next a{
}
/*スティッキー*/
.sticky_block{
	flex: none;
	position: relative;
	z-index: 8800;
	box-sizing: border-box;
}

body[wc-view-code="sp"] .sticky_block{
	padding: 0 7vw;
}
body[wc-view-code="tb"] .sticky_block{
	width: 320px;
	padding-right: 2.5rem;
}
body[wc-view-code="pc"] .sticky_block{
	width: 320px;
}
.sticky_block .in_sticky{
	position: sticky;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	gap:1rem;
}
.sticky_block .in_sticky > dl{
	box-sizing: border-box;
  background-color: #fff;
  border-radius: 1rem;
}
.sticky_block .in_sticky > dl dt{
}
.sticky_block .in_sticky > dl dt span{
	color: var(--accentColor);
  background-color: #eaf5cf;
  font-weight: 700;
  height: 40px;
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
  z-index: 1;
  padding: 0 1.25rem;
  border-radius: 0 0 1rem 0;
  font-size: 1.1rem;
}

.sticky_block .in_sticky > dl dt span::before,
.sticky_block .in_sticky > dl dt span::after{
  content: "";
  width: 20px;
  height: 20px;
  background-color: #eaf5cf;
  position: absolute;
  z-index: 3;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/point_deco.svg");
  mask-image: url("/img/svg/point_deco.svg");
}
.sticky_block .in_sticky > dl dt span::before{
  top: 0;
  right: -20px;
}
.sticky_block .in_sticky > dl dt span::after{
  left: 0;
  bottom: -20px;
}
.sticky_block .in_sticky > dl dd{
	padding: 0 0.75rem 0.5rem 0.75rem;
	box-sizing: border-box;
}
.sticky_block .in_sticky > dl dd a{
	display: block;
  padding-right: 1.5rem;
  padding-left: 0.75rem;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-bottom: dotted #b5d3b7 2px;
  box-sizing: border-box;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  color: var(--defColor);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 700;
}
.sticky_block .in_sticky > dl dd a::after{
	content: "";
  width: 1rem;
  height: 1rem;
  background-color: var(--accentColor);
  -webkit-mask-image: url("/img/svg/arrow.svg");
  mask-image: url("/img/svg/arrow.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: calc(50% + 0.28rem);
  right: 0.75rem;
  transform: translateY(-50%);
  z-index: 2;
}
/*記事*/
.n_contents > article{
	display: flex;
	flex-direction: column;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
}
body[wc-view-code="sp"] .n_contents > article{
	width: 86vw;
	margin: 0 auto;
  padding: 1rem;
}
.n_contents > article > *{
	margin-top: 1rem;
}
.n_contents > article .eyecatch{
}
body[wc-view-type="tb-l"] .n_contents > article .eyecatch,
body[wc-view-code="pc"] .n_contents > article .eyecatch{
	order: 4;
  width: calc(100% - 2rem);
  margin: 1rem auto 0;
}
.n_contents > article .eyecatch img{
	aspect-ratio:16/9;
}
.n_contents > article > h2{
	font-size: 1.2rem;
	font-weight: 700;
}
body[wc-view-type="tb-l"] .n_contents > article > h2,
body[wc-view-code="pc"] .n_contents > article > h2{
	order:1;
  margin-top: 0;
}
.n_contents > article > time{
	display: table;
  margin-left: auto;
  font-size: 1.25rem;
  font-weight: 700;
}
body[wc-view-type="tb-l"] .n_contents > article > time,
body[wc-view-code="pc"] .n_contents > article > time{
	order:2;
}
.n_contents > article > .category_list{
}
body[wc-view-type="tb-l"] .n_contents > article > .category_list,
body[wc-view-code="pc"] .n_contents > article > .category_list{
	order: 3;
}
.n_contents > article > .category_list{
	width: calc(100% - 1.5rem);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap:0.25rem;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
	margin-top: 0.5rem;
}
.n_contents > article > .category_list li{
  background-color: #eaf5cf;
  font-size: 0.87rem;
  flex: none;
  color: var(--defColor);
  padding: 0 0.25rem;
}
.n_contents > article > .news_text{
	padding: 0 1rem;
	box-sizing: border-box;
}
body[wc-view-type="tb-l"] .n_contents > article > .news_text,
body[wc-view-code="pc"] .n_contents > article > .news_text{
	order: 5;
}
.btn_block{
	margin: 2rem auto 0;
}
body[wc-view-code="sp"] .btn_block{
	margin-top: 1rem;
}
body[wc-view-type="tb"] .btn_block{
  flex-direction: column;
  margin-top: 1rem;
}