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

section.archive.block01 .sec-inner {
    padding-top: 73px;
    padding-bottom: 104px;
}

section.archive.involved .filterWrap{
    max-width: 71.2%;/*783*/
}
section.archive.parent .filterWrap{
    max-width: 86.4%;/*950*/
}
.filterWrap {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	justify-content: center;
}
.filterWrap > dl {
    width: 50%;
    display: flex;
	align-items: center;
	gap: 0 20px;
}
.filterWrap > dl dt{
    font-size: 137.50%;/*22*/
	color: #754c24;
	letter-spacing: 0.05em;
}
.filterWrap > dl dd{
    max-width: 253px;
	width: 100%;
	height: 76px;
	position: relative;
}
.filterWrap > dl dd::before{
	content: '';
	width: 80%;
	height: 3px;
	background-color: #85ccb8;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
}
.filterWrap > dl dd::after{
    content: '';
    background: url("../images/voice/icon_pulldown.svg") 0 center / contain no-repeat;
    width: 31px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 23px;
    right: 19px;
	pointer-events: none;
}

.filterWrap > dl dd select{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	padding: 0 10px 0 25px;
	font-size: 112.50%;/*18*/
	position: relative;
}

/*------------------------------------------------------*/
.postLoad {
	margin-top: 81px;
}
.postLoad ul.slider-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 35px 19px;
}
.postLoad ul.slider-list li {
    width: 32.17%; /*386*/
    position: relative;
    z-index: 1;
}
.postLoad ul.slider-list li::before {
    content: '';
    background: url("../images/top/fukidashi_shadow.webp")no-repeat;
    background-size: 100% auto;
    width: 100.52%; /*388*/
    height: auto;
    aspect-ratio: 388 / 302;
    position: absolute;
    top: 28px;
    left: 5.44%; /*21*/
    z-index: -1;
}
.postLoad ul.slider-list li a.slider-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    aspect-ratio: 386 / 338;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.postLoad ul.slider-list li a.slider-link:hover {
    opacity: 1;
}
.postLoad ul.slider-list li a.slider-link::before {
    content: '';
    background: url("../images/top/fukidashi.webp")no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* ふわっと変化させる設定 */
    transition: opacity 0.3s ease;
    opacity: 1;
}
/* --- ホバー・フォーカス時の吹き出し（::after） --- */
.postLoad ul.slider-list li a.slider-link::after {
    content: '';
    background: url("../images/top/hov_fukidashi.webp") no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; /* 通常時の裏側に配置 */
    /* ふわっと変化させる設定 */
    transition: opacity 0.3s ease;
    opacity: 0; /* 最初は透明にしておく */
}
/* ==========================================
   ホバー時 & フォーカス時の挙動（重ね順と透明度の操作）
============================================ */
.postLoad ul.slider-list li a.slider-link:hover::before, .postLoad ul.slider-list li a.slider-link:focus-visible::before {
    opacity: 1; /* 通常時の吹き出しを消す */
}
.postLoad ul.slider-list li a.slider-link:hover::after, .postLoad ul.slider-list li a.slider-link:focus-visible::after {
    z-index: -1; /* 通常時が消えるので、こちらを前面に出す */
    opacity: 1; /* ホバー時の吹き出しを表示 */
}
.postLoad ul.slider-list li a.slider-link .prof_wrap {
    width: 88.60%; /*342*/
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.postLoad ul.slider-list li a.slider-link .prof_wrap .thumb {
    width: 29.53%; /*101*/
}
.postLoad ul.slider-list li a.slider-link .prof_wrap .thumb img {
    width: 100%;
    height: auto;
}
.postLoad ul.slider-list li a.slider-link .prof_wrap .prof_area {
    width: 67.54%; /*231*/
}
.postLoad ul.slider-list li a.slider-link .prof_wrap .prof_area p.initial {
    font-size: 125%; /*20*/
    line-height: 1;
    letter-spacing: 0.05em;
    color: #754c24;
}
.postLoad ul.slider-list li a.slider-link .prof_wrap .prof_area .info {
    width: 100%;
    height: 54px;
    background: #fff7d7;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3.46%; /*8*/
    box-sizing: border-box;
}
.postLoad ul.slider-list li a.slider-link .prof_wrap .prof_area .info p {
    font-size: 100%;
    line-height: 1.56;
    color: #333333;
}
.postLoad ul.slider-list li a.slider-link .post_tit {
    width: 88.60%; /*342*/
    margin: 15px auto 0;
}
.postLoad ul.slider-list li a.slider-link .post_tit p {
    font-size: 112.5%; /*18*/
    line-height: 1.67;
    letter-spacing: 0.05em;
    color: #333333;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.postLoad ul.slider-list li a.slider-link .link_area {
    width: 88.60%; /*342*/
    margin: 5px auto 0;
    display: flex;
    justify-content: flex-end;
}
.postLoad ul.slider-list li a.slider-link .link_area p {
    display: flex;
    align-items: center;
    min-width: 126px;
    width: 36.84%; /*126*/
    height: 35px;
    border-bottom: 3px solid #f28e1e;
    padding-left: 3px;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #000000;
    background-image: url("../images/common/link_ico_col06.svg");
    background-repeat: no-repeat;
    background-size: 18.3% auto; /*23*/
    background-position: right 2px center;
}
.voice_section .sec-inner .top_link_btn {
    width: 27.92%; /*335*/
    margin: 38px auto 0;
}
.voice_section .sec-inner .top_link_btn a {
    justify-content: flex-start;
    padding-left: 17.91%; /*60*/
}

/*------------------------------------------------------*/
section.single{
	padding-top: 40px;
}
section.single .profile{
	width: 90.5%;/*995*/
	margin: 40px auto 0;
	display: flex;
	align-items: center;
}
section.single .profile dl:first-of-type{
	width: calc( 100% - 66.8% );
	display: flex;
	align-items: center;
	gap: 0 30px;
	margin: 0 auto;
}
section.single .profile dl .icon{
	max-width: 95px;
	width: 100%;
	height: auto;
    aspect-ratio: 1 / 1;
	overflow: hidden;
}
section.single .profile dl .icon img{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 2px solid #f28e1e;
	box-sizing: border-box;
	border-radius: 50%;
}
section.single .profile dl .name{
	font-size: 143.8%;/*23*/
	color: #603813;
	font-weight: 700;
	letter-spacing: 0.05em;
}
section.single .profile dl:last-of-type{
	width: 66.8%;/*665*/
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
section.single .profile dl:last-of-type dt p{
	background-color: #fff7d7;
	border-radius: 5px;
	padding: 15px 30px;
	font-size: 125.00%;/*20*/
	font-weight: 700;
}

/*------------------------------------------------------*/
section.single .contentsInner p.wp-block-paragraph{
	line-height: 187.5%;
	text-align: justify;
}











