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


/*----------------------------------------------------*/
/*archive*/

section.archive .sec-inner {
    max-width: 1050px;
	padding-top: 70px;
	padding-bottom: 155px;
}

section.archive .catchTxt{
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

section.archive .postLoad{
	padding-top: 70px;
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}

section.archive .postLoad article{
	padding: 35px 65px 35px 35px;
	border: 3px solid #00a498;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	z-index: 1;
    overflow: hidden;
	position: relative;
	transition: all 0.5s;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}
section.archive .postLoad article a.fixLink{
	font-size: 137.50%;/*22*/
	color: #333;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-decoration: none;
}
section.archive .postLoad article a.fixLink::before {
    content: '';
    background: url("../images/common/arrow_pagerh.webp") 0 center / contain no-repeat;
	transform: scale(-1, 1);
    width: 34px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto;
    right: 20px;
}
section.archive .postLoad article a.fixLink::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}
section.archive .postLoad article:hover{
	background-color: #fcf6eb;
}
section.archive .postLoad article a.fixLink:hover{
	opacity: 1.0;
	text-decoration: underline;
}

/*----------------------------------------------------*/
/*single*/

section.single .sec-inner {
	padding-top: 45px;
}

section.single h2.border {
	border: 0;
	padding: 55px min(4.5%, 50px) 15px min(4.5%, 50px);
	font-size: 187.50%;/*30*/
}
section.single h2.border::before{
	background: url(../images/common/tit_parts02.svg) 0 center / contain no-repeat;
	width: 1.1%;/*12*/
	aspect-ratio: 12 / 76;
	transform: unset;
    transform-origin: unset;
	bottom: 0;
	left: 0;
}
section.single h2.border::after{
	content: '';
	width: 95.5%;/*1050*/
	height: 3px;
	background-color: #c7c7c7;
	position: absolute;
	bottom: 0;
	right: 0;
}

section.single p.wp-block-paragraph{
	line-height: 187.5%;
}

section.single .wp-block-button a{
	text-decoration: underline;
}


