@charset "utf-8";

/*===========================================================
NEWS
===========================================================*/

.newsBlock section article {
    min-width: 0;
}

.newsTxt a {
    text-decoration: underline;
    color: #001537;
}

.newsTxt a:hover {
    color: #001537;
    text-decoration: unset;
}

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

.newsItem a:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.newsItem a img {
    transition: all .5s;
}

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

.newsSet {
    display: block;
}

.newsBlock section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 100%;
}

.newsBlock>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 2;
} 

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


.newsTitle {
    font-size: 16px;
    color: #042966;
    line-height: 1.4435em;
    font-weight: 500;
    margin-top: 15px;
}

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

.newsItem a {
    display: block;
    position: relative;
    color: #001537;
}

.newsMinText {
    margin-top: 5px;
    font-size: 14px;
}

.newsImgBx {
    position: relative;
    padding: 0 0 68.97%;
    background: #EDEEF0;
    overflow: hidden;
}

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

.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{
    max-width: max-content;
    display: inline-block;
    border: solid 1px #BFC0C2;
    color: #001537;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0;
    text-align: center;
    padding: 2px 10px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.newsDay {
    font-size: 16px;
    color: #042966;
    line-height: 1.3125em;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}

.newsTitleBx {
    margin: 10px 0 0;
}

/*---カテゴリ---*/

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

.categoryBox {
    letter-spacing: 0.03em;
    line-height: 1.44em;
}

.categoryHeader {
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 0 0 10px;
    font-size: 16px;
    border-bottom: 1px solid #CBCFD6;
    margin-bottom: 10px;
}

.categoryLink {
    display: block;
    line-height: 1.722em;
    letter-spacing: 0.03em;
    color: #001537;
    font-weight: 500;
    font-size: 14px;
}

.categoryLink:hover {
    color: #001537;
    text-decoration: underline;
}


/*---詳細---*/

.newsImgSetDt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 30px;
}

.newsImgItem {
    position: relative;
    padding: 0 0 68.97%;
    background: #EDEEF0;
    overflow: hidden;
}

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

.newsTxt img {
    display: block;
}

.newsTxt h1 {
    font-size: 22px;
}

.newsTxt h2 {
    font-size: 20px;
}

.newsTxt h3 {
    font-size: 18px;
}

.comBtn01.pdfBtn {
    margin: 40px auto 0;
}

.comBtn01.pdfBtn .comBtnBox,
.comBtn01.pdfBtn .comBtnArrow {
    background: #042966 !important;
}

.comBtn01.newsBtn .comBtnBox,
.comBtn01.newsBtn .comBtnArrow {
    background: #042966 !important;
}

.comBtn01.newsBtn {
    padding-left: 61px;
    padding-right: 0;
    margin: 40px auto 0;
}

.comBtn01.newsBtn .comBtnArrow {
    right: auto;
    left: 0;
}

.newsTxt {
    margin-top: 20px;
}

.newsDate {
    color: #042966;
    line-height: 1.3125em;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.newsCateFlex {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.newsTit {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #042966;
    margin-bottom: 25px;
}

.comBtn01.newsBtn:hover .comBtnArrow>img {
    transform: translateX(-5px);
}

/* アーカイブリスト */

.archiveBlock {
    font-size: 14px;
}

.archiveBlock:nth-of-type(n + 2) {
    margin: 0.4em 0 0;
}

.archiveBox .webgene-item {
	display: none;
}

.archiveList {
	display: none;
}

.archiveYear {
	display: flex;
	color: #001537;
	margin: 0.1em 0 0;
	padding: 0;
	font-weight: 500;
	letter-spacing: 0.05em;
	transition: .5s;
	cursor: pointer;
	align-items: center;
}

.archiveYear:hover {
	color: #9A9A9A;
	transition: .5s;
}

.archiveYear .fa {
	margin: 0.1em 0 0;
	font-size: 1.2em;
	transition: .3s;
	transform-origin: center;
}

.archiveYear.active .fa {
	transform: rotate(90deg);
	transform-origin: center;
	transition: .3s;
}

.archiveYear > span {
	margin: 0 0 0 0.5em;
}

.archiveList {
	margin: 0.3em 0 0;
	padding: 0 0 0 1.2em;
	font-size: 1em;
}

.archiveList > li {
	padding: 0;
	list-style: none;
}

.archiveList > li > a {
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: block;
	color: #001537;
	transition: .5s;
}

.archiveList > li:nth-of-type(n + 2) {
	margin: 0.2em 0 0;
}

.archiveList > li > a:before {
	content: "-";
	padding: 0 0.5em 0 0;
}

.archiveList > li > a:hover {
	color: #9A9A9A;
	transition: .5s;
}

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

@media screen and (min-width:375px) {

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

  



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

  
/*===========================================================
NEWS
===========================================================*/
  

  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

.newsDay {
    font-size: 20px;
}
  
.newsImgSetDt {
    grid-template-columns: repeat(3, 1fr);
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*===========================================================
NEWS
===========================================================*/

.newsBlock section {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
  
.newsBlock>section .webgene-pagination:nth-last-child(1) {
    grid-area: auto/auto/auto/span 3;
} 
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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

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

.categoryBox:not(:first-child) {
    margin: 60px 0 0;
}

.categoryHeader {
    padding: 0 0 10px;
    font-size: 20px;
    margin-bottom: 15px;
}

.categoryLink {
    font-size: 18px;
}

.newsTit {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.newsCateFlex {
    margin-bottom: 20px;
}

.newsTxt {
    margin-top: 40px;
}

.newsTxt h1 {
    font-size: 30px;
}

.newsTxt h2 {
    font-size: 25px;
}

.newsTxt h3 {
    font-size: 20px;
}
  
.archiveBlock {
    font-size: 18px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*===========================================================
NEWS
===========================================================*/

.newsTitle {
    font-size: 18px;
}

.newsCate{
	font-size: 16px;
}

.newsTitleBx {
    margin: 15px 0 0;
}

.newsBlock section {
    gap: 50px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */