@charset "utf-8";
/* CSS Document */

/****************************************
    .archive_wrap
*****************************************/

.archive_wrap{
	padding: 27px 0 85px;
}

.archive_wrap .wrap_inner{
	width: 90.2777%;/*650*/
	margin: 0 auto;
}

.archive_wrap .wrap_inner .cat-wrap{
	width: 86.4615%;/*562*/
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.archive_wrap .wrap_inner .cat-wrap .drop-wrap{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.archive_wrap .wrap_inner .cat-wrap .drop-wrap + .drop-wrap{
	margin-top: 2.25rem;
}

.archive_wrap .wrap_inner .cat-wrap .drop-wrap span{
	font-size: 1.5rem;
	color: #000;
	padding-right: 13px;
	box-sizing: border-box;
}

.archive_wrap .wrap_inner .cat-wrap .drop-wrap select{
	width: 68.3274%;/*384*/
	height: 36px;
	border: 1px solid #c6c6c6;
	border-radius: 10px;
	background: url("../images/news/select_ico.svg")no-repeat #fff right 9.8958% center;/*38*/
	background-size: 5.8854% auto;/*22.6*/
	font-size: 1.4rem;
	color: #000000;
	padding: 0 11.5658% 0 5.6939%;/*65 32*/
	box-sizing: border-box;
}

/**/

.archive_wrap .wrap_inner .news_area{
	width: 100%;
	margin-top: 37px;
}

.archive_wrap .wrap_inner .news_area ul.news_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.archive_wrap .wrap_inner .news_area ul.news_list li{
	width: 47.3846%;/*308*/
	cursor: pointer;
}

.archive_wrap .wrap_inner .news_area ul.news_list li:nth-child(n + 3){
	margin-top: 37px;
}

.archive_wrap .wrap_inner .news_area ul.news_list li .news_thumb{
	width: 100%;
	height: auto;
	aspect-ratio: 308 / 240;
}

.archive_wrap .wrap_inner .news_area ul.news_list li .news_thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive_wrap .wrap_inner .news_area ul.news_list li .date_area{
	width: 100%;
	margin-top: 7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.archive_wrap .wrap_inner .news_area ul.news_list li .date_area .date_txt{
	width: 100%;
	font-size: 1.1375rem;
	line-height: 1;
	color: #000;
	margin-bottom: 4px;
}

.archive_wrap .wrap_inner .news_area ul.news_list li .date_area .category{
	width: 100%;
}

.archive_wrap .wrap_inner .news_area ul.news_list li .date_area .category a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 20px;
	border-radius: 2.5px;
	background: #61c1be;
	font-size: 1.2365rem;
	line-height: 1;
	color: #fff;
}

.archive_wrap .wrap_inner .news_area ul.news_list li .date_area .category a.campaign{
	background: #ec5a24;
}

.archive_wrap .wrap_inner .news_area ul.news_list li .date_area .category a.event{
	background: #0071b7;
}

.archive_wrap .wrap_inner .news_area ul.news_list li .txt_area{
	width: 100%;
	margin-top: 6px;
}

.archive_wrap .wrap_inner .news_area ul.news_list li .txt_area p{
	font-size: 1.3845rem;
	line-height: 1.2860;
	color: #000;
	text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;	
}

/****************************************
    .single_wrap
*****************************************/

.single_wrap{
	padding: 25px 0 65px;
}

.single_wrap .wrap_inner{
	width: 90.2777%;/*650*/
	margin: 0 auto;
}

.single_wrap .wrap_inner .post_tit_wrap{
	width: 100%;
	padding: 0 3.8461% 14px;/*25*/
	border-bottom: 1.5px solid #61c1be;
	box-sizing: border-box;
}

.single_wrap .wrap_inner .post_tit_wrap .date_area{
	display: flex;
	align-items: center;
}

.single_wrap .wrap_inner .post_tit_wrap .date_area p.date_txt{
	width: 80px;
	font-size: 1.25rem;
	line-height: 1;
	color: #000;
}

.single_wrap .wrap_inner .post_tit_wrap .date_area .category{
	width: calc(100% - 80px);/*440*/
	display: flex;
	flex-wrap: wrap;
	gap: 5px 4px;
}

.single_wrap .wrap_inner .post_tit_wrap .date_area .category a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 61.3636%;/*270*/
	height: 21px;
	border-radius: 2.5px;
	background: #61c1be;
	font-size: 1.2865rem;
	line-height: 1;
	color: #fff;
}

.single_wrap .wrap_inner .post_tit_wrap .date_area .category a.campaign{
	background: #ec5a24;
}

.single_wrap .wrap_inner .post_tit_wrap .date_area .category a.event{
	background: #0071b7;
}

.single_wrap .wrap_inner .post_tit_wrap h1{
	padding-top: 20px;
	font-size: 1.65rem;
	line-height: 1.3636;
	color: #333333;
}

.single_wrap .wrap_inner .post_area{
	width: 92.3076%;/*600*/
	margin: 15px auto;
}

.single_wrap .wrap_inner .post_area img{
	max-width: 100%;
	height: auto;
}

.single_wrap .wrap_inner .post_area p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;	
	font-size: 1.4rem;
	line-height: 1.8214;
	color: #000;
}

.single_wrap .wrap_inner .post_area h2{
	padding: 1.05rem 0 1.05rem 4.5%;/*27*/
	border-bottom: 1.5px solid #c6c6c6;
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;	
	font-size: 1.5rem;
	line-height: 1.2333;
	color: #333333;
	position: relative;
}

.single_wrap .wrap_inner .post_area h2::before{
	content: '';
	background: #61c1be;
	width: 1.5px;
	height: 72.3913%;/*83.25*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1px;
}

.single_wrap .wrap_inner .post_area h3{
	padding-bottom: 1.15rem;
	border-bottom: 1.5px solid #c6c6c6;
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;	
	font-size: 1.5rem;
	line-height: 1.2333;
	color: #219b95;
	position: relative;
}

.single_wrap .wrap_inner .post_area h4{
	padding-left: 5.6666%;/*34*/
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;	
	font-size: 1.5rem;
	line-height: 1.2333;
	color: #333333;
	position: relative;
}

.single_wrap .wrap_inner .post_area h4::before{
	content: '';
	background: #61c1be;
	width: 2.83333%;/*17*/
	height: 1.5px;
	position: absolute;
	top: 8px;
	left: 1px;
}

.single_wrap .wrap_inner .post_area ul{
	list-style: none;
}

.single_wrap .wrap_inner .post_area ul li{
	padding-left: 5.6666%;/*34*/
	box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;	
	font-size: 1.4rem;
	line-height: 1.8214;
	color: #000;
	position: relative;
}

.single_wrap .wrap_inner .post_area ul li::before{
	content: '';
	background: #61c1be;
	width: 3.3333%;/*20*/
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}


/****************************************
    .pager_area
*****************************************/

.pager_area{
	margin-top: 4.85rem;
	border-top: 1px solid #e0e0e0;
	padding-top: 16px;
}

.pager_area.single{
	margin-bottom: 5.75rem;
	padding-top: 2.25rem;
}

.pager_area .wp-pagenavi{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2.3076%;/*15*/
	position: relative;
}

.pager_area .wp-pagenavi a.previouspostslink,
.pager_area .wp-pagenavi a.nextpostslink{
	width: 11.2307%;/*73*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.pager_area .wp-pagenavi a.previouspostslink{
	left: 3.8461%;/*25*/
}

.pager_area .wp-pagenavi a.nextpostslink{
	right: 3.8461%;/*25*/
}

.pager_area .wp-pagenavi a.page,
.pager_area .wp-pagenavi span.current{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9.0769%;/*59*/
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #dadada;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;	
	font-size: 1.2275rem;
	line-height: 1;
	color: #fff;
}

.pager_area .wp-pagenavi span.current{
	background: #61c1be;
}

/**/

.pager_area .wp-pagenavi .bak_btn{
	width: 51.0769%;/*332*/
}

.pager_area .wp-pagenavi .bak_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5.05rem;
	border-radius: 15px;
	border: 3px solid #61c1be;
	box-sizing: border-box;
	font-size: 1.23rem;
	line-height: 1;
	color: #000;
	text-align: center;
	background: url("../images/common/link_ico_ligr.webp")no-repeat #fff right 8.7349% center;/*29*/
	background-size: 9.0361% auto;/*30*/
}