@charset "utf-8";

/*===========================================================
カテゴリ
===========================================================*/

.news-cate-block section {
	padding: 20px 10px;
}

.news-cate-title-box {
	padding: 0 10px 10px;
	border-bottom: 1px solid var(--black);
}

.news-cate-title {
	font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.4531)), 25px);
	font-weight: 300;
	font-family: var(--font-family02);
	letter-spacing: 0.15em;
}

.cate-link {
	display: inline-block;
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
	font-weight: 300;
	letter-spacing: 0.15em;
	color: var(--black);
	position: relative;
	transition: all .3s;
}

.cate-link::before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: var(--black);
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: all .3s;
}

.cate-link:hover::before {
	width: 100%;
}

.cate-link:hover {
	color: var(--black);
}

/*===========================================================
News
===========================================================*/

.news-item {
	margin: 40px 0 0;
	padding: 0 0 40px;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	border-bottom: 1px solid var(--black);
	position: relative;
}

.news-item:first-child {
	margin: 0;
}

.news-id-position {
	width: 100%;
	height: 60px;
	position: absolute;
	top: -80px;
}

.news-img {
    width: 100%;
    background: var(--bg-primary);
    padding: 0 0 60.71%;
    position: relative;
    height: 0;
    transition: all .3s;
}

.news-img img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

img + .noImg {
    display: none;
}

.news-cate-flex {
    display: inline-flex;
    flex-direction: column;
}

.news-cate {
	margin: 8px 0 0;
	padding: 4px 13px;
	display: inline-block;
	width: auto;
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
	font-weight: 400;
	letter-spacing: 0.05em;
	background: var(--secondary);
	border-radius: 2px;
	color: var(--black);
}

.news-date {
	margin: 6px 0 0 0;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 300;
    letter-spacing: 0.05em;
    color: var(--black);
}

.news-content {
	margin: 20px 0 0;
	width: 100%;
}

.news-detail-title {
    margin: 10px 0 0;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 0.6472)), 30px);
    font-weight: 300;
    letter-spacing: 0.15em;
}

.news-text {
	margin: 20px 0 0;
}

.pdfBtn {
	z-index: 1;
}

/*  ページャー */

.webgene-pagination {
    width: 100%;
    grid-column: 1/3;
}

.webgene-pagination>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.webgene-pagination>ul>li {
    display: flex;
    margin: 30px 5px 0;
    height: 40px;
    min-height: 40px;
    width: 100%;
    max-width: 40px;
    font-size: 14px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 4px 0;
    align-items: center;
    border-radius: 50%;
}

.webgene-pagination>ul>li>a {
    width: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: initial;
    font-size: 15px;
    transition: all .3s;
    color: var(--black);
}

.webgene-pagination>ul>li>a:hover {
    color: #fff;
    background-color: var(--black);
    text-decoration: none;
    transition: all .3s;
}

.webgene-pagination>ul>li.selected>a {
    color: #fff;
    background: var(--black);
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s;
}

.webgene-pagination>ul>li.selected>a:hover {
    color: #fff;
    background-color: var(--black);
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 40px;
    border: 0;
    font-size: 0;
    font-weight: 500;
    letter-spacing: .05em;
    color: #F6AB24;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {
    color: #fff;
    opacity: .5;
    background-color: initial;
}


.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
    content: "";
    display: block;
    top: 50%;
    width: 20px;
    height: 16px;
    margin: 0 0 .3em;
    transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 10px 0;
    border-color: transparent var(--black) transparent transparent;
}

.webgene-pagination>ul>.next>a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent var(--black);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================

===========================================================*/



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================

===========================================================*/


	.news-id-position {
		top: -100px;
	}


} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================

===========================================================*/

	.news-item {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}

	.news-id-position {
		top: -140px;
	}

	.news-img {
		padding: 0 0 17.56%;
		max-width: 330px;
		width: 29%;
	}

	.news-content {
		margin: 0;
		max-width: 770px;
		width: 68%;
	}

} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 