h1 {
	width: 135px;
}

.news {
	list-style: none;
}

.news .news_li {
	overflow: hidden;
	line-height: 1.5;
	border-bottom: 1px solid var(--black);
	display: flex;
    align-items: center;
    padding: 40px 0;
    gap: 64px;
    position: relative;
}

.news .news_li:first-child {
	border-top: 1px solid var(--black);
}

.news .news_li .datetime {
	leading-trim: both;
	text-edge: cap;
	font-family: kaneda-gothic, sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: 80%;
	width: 125px;
}

.news .news_li .title {
	float: left;
	font-size: 18px;
    font-family: ryo-gothic-plusn, sans-serif;
    width: 80%;
}

.news .news_li .title a {
	color: #000;
	font-feature-settings: "palt";
}

.news .news_li .title a:before {
	background: var(--gold);
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform 300ms cubic-bezier(0.8, 0, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
	.news .news_li .title a:hover:before {
		transform: scale(1, 1);
	}
}
.news .news_li .title a:after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    content: '';
    vertical-align: middle;
    transition: all 0s;
    background: url(images/common/rightarrow_bg.svg) no-repeat right center / cover;
    overflow: hidden;
    transition: width 300ms cubic-bezier(0.8, 0, 0.5, 1);
    transition: background-position 0.3s;	
}
@media (hover: hover) and (pointer: fine) {
	.news .news_li .title a:hover:after {
		background: url(images/common/rightarrow_bg.svg)no-repeat left center/cover;
		transform: scale(1, 1);
	}
}

.news .news_li .title a .news_link {
	display: inline;
	background-image: linear-gradient(90deg, #000000, #000000);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 1px;
	transition: background-size 0.3s;
	transition-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
	padding-bottom: 5px;
}
@media (hover: hover) and (pointer: fine) {
	.news .news_li .title a:hover .news_link {
	    background-size: 100% 1px;
	}
}


/* news_li arrow */
.news .news_li .arrowbox {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 14px;
	width: 20px;
	right: 0;
	min-width: 20px;
}

.news .news_li .title a .arrowbox {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	width: 16px;
	right: 0;
	min-width: 16px;
}

.news .news_li .title a .arrowbox img {
	width: 16px;
	height: auto;
}

.news .news_li .title a .arrowbox .arrow {
	position: absolute;
	transform: translateX(0%);
	transition: transform 300ms cubic-bezier(0.8, 0, 0.5, 1);
}

.news .news_li .title a .arrowbox .arrow-hover {
	position: absolute;
	transform: translateX(-100%);
	transition: transform 300ms cubic-bezier(0.8, 0, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
	.news .news_li .title a:hover .arrowbox .arrow {
		transform: translateX(100%);
	}
	
	.news .news_li .title a:hover .arrowbox .arrow-hover {
		transform: translateX(0%);
	}
}

/* pager */
.pager {
	display: flex;
    margin: 80px 0 0;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.pager .page {
	font-family: kaneda-gothic, sans-serif;
	font-size: 24px;
}
.pager .hear {
	font-weight: 500;
}
.pager .other {
	color: #707070;
}
.pager .other a {
	color: #707070;
	position: relative;
}
.pager .other a:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -5px;
	margin: auto;
	transform-origin: left top;
	transform: scale(0, 1);
	transition: transform 300ms cubic-bezier(0.8, 0, 0.5, 1);
	background: var(--gold);
}
@media (hover: hover) and (pointer: fine) {
	.pager .other a:hover {
		color: var(--gold);
	}
	.pager .other a:hover:before {
		transform: scale(1, 1);
	}
}
.pager .prev {
	margin-right: 17%;
}
.pager .next {
	margin-left: 17%;
}
.pager .non_active {
	opacity: 0.5;
}
.pager li .arrowbox{
    background-color:#D4C999 ;
    border-radius: 50%;
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.pager li .arrowbox{
	    width: 40px;
	    height: 40px;
	}
	.pager .page {
		font-size: 20px;
	}
}

.pager li .arrowbox img{
    position: relative;
    width: 18px;
    z-index: 2;
}

.pager li .arrowbox .arrow{
    transform: translateX(50%);
    transition: transform 300ms cubic-bezier(0.8, 0, 0.5, 1);
}

.pager .prev .arrowbox .arrow {
	transform: translateX(50%)scaleX(-1);
}

.pager li .arrowbox .arrow-hover{
    transform: translateX(-300%);
    transition: transform 300ms cubic-bezier(0.8, 0, 0.5, 1);
}

.pager .prev .arrowbox .arrow-hover{
    transform: translateX(300%);
}

.pager li .arrowbox::after {
    content: "";
    background-color: var(--gold);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: center;
    transition: transform 300ms cubic-bezier(0.8, 0, 0.5, 1);
    width: 36px;
    height: 36px;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
	.pager li .arrowbox::after {
	    width: 33.333px;
	    height: 33.333px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.pager li a:hover .arrowbox::after {
	    transform: translate(-50%, -50%) scale(0.95);
	}
	
	.pager li a:hover .arrowbox .arrow{
	    transform: translateX(300%);
	}
	
	.pager .prev a:hover .arrowbox .arrow{
	    transform: translateX(-300%);
	}
	
	.pager li a:hover .arrowbox .arrow-hover{
	    transform: translateX(-50%);
	}
	
	.pager .prev a:hover .arrowbox .arrow-hover{
	    transform: translateX(-50%)scaleX(-1);
	}
}

/* smart phone */

@media only screen and ( max-width: 768px ) {
	h1 {
		width: 27.03125%;
	}
	.news {
		list-style: none;
	}
	.news .news_li {
		display: block;
		padding: 30px 0;
	}
	.news .news_li .datetime {
		float: none;
		font-size: 28px;
		width: 100%;
	}
	.news .news_li .title {
		float: none;
		margin-top: 20px;
		width: 88%;
	}
	.news .news_li .title a {
		line-height: 175%;
		font-size: 17px;
		overflow: hidden;
		width: auto;
	}
	.news .news_li .title a:hover {
		text-decoration: none;
	}
	.pager {
	    gap: 25px;
	    margin: 60px 0 0;
	}
	.pager .prev {
		margin-right: 7%;
	}
	.pager .next {
		margin-left: 7%;
	}
}
/*ipad*/
@media screen and (max-width: 834px) and (min-width: 769px) {
	.news .news_li .title {
		width: 70%;
	}
}