@charset "utf-8";
/* CSS Document */

/*===================================
	.archive.block01
=====================================*/

.archive.block01{
	padding: 62px 0 136px;
}

.archive.block01 .sec-inner .select_wrap{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 11.27%;/*124*/
	position: relative;
}

.archive.block01 .sec-inner .select_wrap .arc_wrap{
	width: 22.27%;/*245*/
	display: flex;
	align-items: center;
}

.archive.block01 .sec-inner .select_wrap .arc_wrap p.arc_txt{
	flex: 1;
	font-size: 112.5%;/*18*/
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000000;
}

.archive.block01 .sec-inner .select_wrap .arc_wrap .select_cov{
	width: 71.43%;/*175*/
	position: relative;
}

.archive.block01 .sec-inner .select_wrap .arc_wrap .select_cov::before{
	content: '';
	background: #c1976d;
	width: 81.14%;/*142*/
	height: 3px;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.archive.block01 .sec-inner .select_wrap .arc_wrap select{
	width: 100%;
	height: 76px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background-image: url("../images/news/select_ico02.svg");
	background-repeat: no-repeat;
	background-size: 17.71% auto;/*31*/
	background-position: right 12.57% center;/*22*/
	background-color: #fff;
	padding: 0 31.43% 0 14.29%;/*55 25*/
	box-sizing: border-box;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
	font-size: 112.5%;/*18*/
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000000;
	
}

.archive.block01 .sec-inner .select_wrap .cat_wrap{
	width: 41.73%;/*459*/
	display: flex;
	align-items: center;
}

.archive.block01 .sec-inner .select_wrap .cat_wrap p{
	flex: 1;
	font-size: 112.5%;/*18*/
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000000;
}

.archive.block01 .sec-inner .select_wrap .cat_wrap .select_cov{
	width: 78.87%;/*362*/
	position: relative;
}

.archive.block01 .sec-inner .select_wrap .cat_wrap .select_cov::before{
	content: '';
	background: #85ccb8;
	width: 90.33%;/*327*/
	height: 3px;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.archive.block01 .sec-inner .select_wrap .cat_wrap select{
	width: 100%;
	height: 76px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background-image: url("../images/news/select_ico01.svg");
	background-repeat: no-repeat;
	background-size: 9.48% auto;/*31*/
	background-position: right 6.73% center;/*22*/
	background-color: #fff;
	padding: 0 21.41% 0 8.56%;/*70 28*/
	box-sizing: border-box;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
	font-size: 112.5%;/*18*/
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000000;
	
}

/**/

section.archive .postLoad{
	padding: 65px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 55px 30px;
}

section.archive .postLoad article{
	width: calc((100% - 90px) / 4);
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
section.archive .postLoad article::before{
	content: '';
	background: url("../images/common/link_ico_col06.svg") 0 center / contain no-repeat;
	width: 27px;
	height: auto;
	aspect-ratio: 1 / 1;
	pointer-events: none;
	position: absolute;
	bottom: 17px;
	right: 15px;
}

section.archive .postLoad article::after{
	content: '';
	border: 3px solid #f28e1e;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	box-sizing: border-box;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
/* ★追加：最初は透明にする */
	opacity: 0;
	/* ★追加：0.3秒かけてふんわり変化させる設定（時間は好みで調整してください） */
	transition: opacity 0.3s ease;
}

/* 2. ホバー時：articleがホバーされたら、::after を表示する */
section.archive .postLoad article:hover::after,
section.archive .postLoad article:focus-within::after {
	opacity: 1;
}

/*
section.archive .postLoad article:hover{
	background-color: #fcf6eb;
}
*/

section.archive .postLoad article a{
	text-decoration: none;
}
section.archive .postLoad article a:hover{
	opacity: 1;
	text-decoration: underline;
}
section.archive .postLoad article a.fixLink::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

section.archive .postLoad .thumb{
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
}
section.archive .postLoad .thumb img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
	transform-origin: center center;
}
section.archive .postLoad article:hover .thumb img{
	transform: scale(1.08);
}
section.archive .postLoad article .meta{
	width: 100%;
	padding: 12px 18px 18px;
	text-align: justify;
}
section.archive .postLoad article .meta .title{
	padding-bottom: 14px;
	border-bottom: 2px solid #f28e1e;
}
section.archive .postLoad article .meta .title a{
	color: #333;
	letter-spacing: 0.05em;
	line-height: 143.8%;
}
section.archive .postLoad article .meta .date{
	padding-top: 14px;
}
section.archive .postLoad article .meta .category{
	padding-top: 10px;
}

section .meta .date{
	font-size: 81.25%;/*13*/
	color: #754c24;
}
section.archive .meta .category{
	position: relative;
	z-index: 10;
}
section.archive .meta .category > a{
	width: 132px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid;
	border-radius: 12px;
	border-color: var(--category-color);
	box-sizing: border-box;
	background-color: #fff;
	font-size: 81.25%;/*13*/
	color: #333;
	letter-spacing: 0.05em;
	text-decoration: none;
}


section.archive .meta .category > a:hover{
	opacity: 1;
	text-decoration: underline;
}

/**/

section.archive .pager {
	margin-top: 92px;
}

/*===================================
	.single.block01
=====================================*/

.single.block01 .sec-inner .download_wrap{
	margin-top: 84px;
	padding: 85px 0 100px;
	position: relative;
}

.single.block01 .sec-inner .download_wrap::before{
	content: '';
	background: #fffbee;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.single.block01 .sec-inner .download_wrap .dl_btn{
	margin-top: 28px;
}

.single.block01 .sec-inner .download_wrap .dl_btn + .dl_btn{
	margin-top: 32px;
}

/**/

.single.block01 .sec-inner .sitelink_wrap{
	margin-top: 84px;
	padding: 100px 0 0;
	position: relative;
}

.single.block01 .sec-inner .download_wrap + .sitelink_wrap{
	margin-top: 0;
}

.single.block01 .sec-inner .sitelink_wrap .external_link_btn{
	margin-top: 28px;
}

.single.block01 .sec-inner .sitelink_wrap .external_link_btn + .external_link_btn{
	margin-top: 32px;
}
