@charset "utf-8";

/*===========================================================
一覧
===========================================================*/

img + .no-img {
    display: none;
}

.newsItem a:hover .newsTitle {
    text-decoration: underline;
}

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 9.18%;
}

.newsSet {
    display: block;
}

.news-main section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    width: 100%;
}

.news-main article {
    width: 100%;
}


.newsTitle {
    font-size: 16px;
    color: #413B31;
    line-height: 1.44em;
    font-weight: 500;
    margin-top: 14px;
}

.newsItem {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.newsItem a {
    display: block;
    position: relative;
}

.newsImgBx {
    position: relative;
    padding: 0 0 58.82%;
    background: #fff;
    overflow: hidden;
}

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

.newsImgControl {
    width: 100%;
    position: relative;
    padding: 0 0 66.5%;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

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

.newsImgBx > img+.noimg{
    display: none;
}

.newsCate{
	font-size: 12px;
	display: inline-block;
	font-weight: 400;
	padding: 2px 16px;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	background: #6F6A62;
	color: #fff;
}

.newsDay {
    font-size: 14px;
    color: #413B31;
    line-height: 1.438em;
    font-weight: 400;
}

.newsTitleBx {
    margin: 16px 0 0;
}

/*===========================================================
詳細
===========================================================*/

.news-detail {
    max-width: 100%;
    width: 100%;
    background: var(--bg-fifth);
    /* border-top: solid 5px var(
    --primary);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%); */
}

.news-detail-flex {
	display: flex;
	align-items: center;
	gap: 10px;
}

.news-detail .news-title {
    font-size: 20px;
    border-bottom: solid 1px #B5B1AD;
    padding: 20px 0;
    margin: 0 0 40px;
}

.news-detail .news-date {
    display: block;
    margin: 0 15px 0 0;
}

.news-detail .news-img {
    margin: 20px 0 0;
	background: unset;
}

img + .no-img {
    display: none;
}

.news-content {
    margin: 15px 0 0;
}

.news-content a {
    color: var(--primary);
    text-decoration: underline;
}

.news-content a:hover {
    text-decoration: none;
	opacity: 0.65;
}

.news-pdf-btn {
    margin: 20px auto 0;
    padding: 14px 15px;
    max-width: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 500;
	font-family: var(--font-family01);
    letter-spacing: 0.05em;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 30px;
    /* background: var(--bg-fifth); */
    position: relative;
    transition: all .3s;
}

.news-pdf-btn:hover {
	color: var(--black);
}

.news-pdf-btn::before {
    content: "";
	display: block;
	max-width: 16px;
	width: 100%;
	height: 10px;
	background: url(/system_panel/uploads/images/btn_arrow01.svg) center / contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	margin: auto;
	transition: all .3s;
}

.news-pdf-btn:hover::before {
	transform: translateX(6px);
}

.news-back-btn {
    margin: 25px auto 0;
    padding: 14px 15px;
    max-width: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 500;
	font-family: var(--font-family01);
    letter-spacing: 0.05em;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 30px;
    /* background: var(--bg-fifth); */
    position: relative;
    transition: all .3s;
}

.news-back-btn:hover {
	color: var(--black);
}

.news-back-btn::before {
    content: "";
	display: block;
	max-width: 16px;
	width: 100%;
	height: 10px;
	background: url(/system_panel/uploads/images/btn_arrow01.svg) center / contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10%;
	margin: auto;
	transition: all .3s;
    transform: scale(-1, 1) translateX(0);
}

.news-back-btn:hover::before {
	transform: scale(-1, 1) translateX(6px);
}

.news-detail .btn01::before {
	display: none;
}

.news-btn:after {
    transform: scale(-1, 1);
}

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

.category-box {
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.category-box:not(:first-child) {
    margin: 30px 0 0;
}

.category-box > section {
    margin: 10px 0 0;
}

.category-header {
	font-size: 16px;
	font-weight: 500;
	/* font-family: var(--font-family02); */
    letter-spacing: 0.05em;
    /* background: var(--primary); */
    /* color: var(--white); */
    padding: 10px;
	border-bottom: 1px solid #413B31;
    /* border-radius: 5px; */
}

.category-link {
    display: block;
    color: inherit;
    padding: 10px 0;
    /* border-bottom: solid 1px var(--primary); */
    font-size: 16px;
	font-weight: 400;
    transition: .3s;
}

.category-link:hover {
	color: #413B31;
	text-decoration: underline;
}

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


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

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



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


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


/*===========================================================
一覧
===========================================================*/

.newsCate{
	font-size: 14px;
}

.news-main  section {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

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


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

/*===========================================================
詳細
===========================================================*/

.news-detail .news-title {
    font-size: 22px;
}

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

.category-header {
	font-size: 18px;
}

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

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

.news-main section {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

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


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

/*===========================================================
一覧
===========================================================*/

.news-main section {
    gap: 50px;
}

.newsDay {
    font-size: 16px;
}

.newsCate{
	font-size: 16px;
}

.newsTitle {
    font-size: 18px;
}

/*===========================================================
詳細
===========================================================*/

.news-detail .news-title {
    font-size: 30px;
}
.news-detail {
    font-size: 16px;
}

.news-detail-img {
    margin: 40px 0 0;
}
    
.news-content {
    margin: 40px 0 0;
}

.news-pdf-btn {
    margin: 40px auto 0;
}
    
.news-back-btn {
    margin: 50px auto 0;
}

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

.category-header {
	font-size: 18px;
}

.category-link {
    font-size: 18px;
}

} /* 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 ここまで */

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