@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.imgArea {
	background-image: url("../img/news/main_bg.jpg");
}
.ttlArea .inner .h1Area h1.news:after {
	content: "NEWS";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}
.ttlArea .inner .h1Area h1.tag:after {
	content: "TAGLIST";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}
.ttlArea .inner .h1Area h1.event:after {
	content: "EVENT";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}
.ttlArea .inner .h1Area h1.newslist:after {
	content: "NEWSLIST";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}
.ttlArea .inner .h1Area h1.agriculture:after {
	content: "AGRICULTURE";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}

/*.ttlArea .inner .workslist h1:before {
	content: "WORKSLIST";
}*/
.ttlArea .inner .h1Area .title {
	font-weight: 700;
	font-size: 16px;
	padding-top: 86px;
	margin-bottom: 26px;
}
.ttlArea .inner .h1Area .title:after {
	content: "NEWS";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}
.ttlArea .inner .h1Area .pickup:after {
	content: "PICK UP";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}
.ttlArea .inner .h1Area .hito:after {
	content: "HITO";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}
.ttlArea .inner .h1Area .report:after {
	content: "REPORT";
	display: block;
    width: 100%;
	position: absolute;
	bottom: -40px;
    left: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(6.5vw,30px);
    line-height: 1.5;
    color: #D77A61;
	text-align: center;
    letter-spacing: 0.19em;
}
.ttlArea .inner .h1Area .title:before {
    position: absolute;
    line-height: 2;
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 0.09em;
	content: "";
	display: block;
    width: 70px;
	height: 31px;
	top: 40px;
    left: 50%;
	transform: translateX(-50%);
	background-image: url("../img/common/sun_ora.svg");
	background-size: cover;
}

/* newslistArea */


.newslistArea .inner {
	padding: 74px 20px 100px;
	max-width: 1100px;
	margin: 0 auto;
}
.newslistArea .inner .listArea {
	padding-bottom: 80px;
}
.newslistArea .inner .listArea li {
	padding: 26px 0 12px;
	border-bottom: 1px dotted #acacad;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.newslistArea .inner .listArea li .detail{
	width: 85%;
	padding-left: 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newslistArea .inner .listArea li .eyecatch{
	width: 15%;
}
.newslistArea .inner .listArea li .date {
	width: 130px;
	background-color: #eaeaea;
	text-align: center;
	border-radius: 30px;
	color: #222;
	font-size: min(3vw,13px);
	font-weight: bold;
	line-height: 2.5;
	padding: 0px 1em;
	margin-bottom: 5px;
}
.newslistArea .inner .listArea li .badge {
    margin: 3px 0;
}
.newslistArea .inner .listArea li .badge a {
    font-size: min(2.2vw,12px);
    padding: 0 2em;
    display: inline-block;
    color: #FFF;
    background-color: #DBD3D8;
}
.newslistArea .inner .listArea li .news a {
    background-color: #DBD3D8;
}
.newslistArea .inner .listArea li .event a {
    background-color: #D77A61;
}
.newslistArea .inner .listArea li .hito a {
    background-color: #D77A61;
}
.newslistArea .inner .listArea li .ttl {
	width: 100%;
	line-height: 1.3;
	padding-top: 15px;
}
.newslistArea .inner .listArea li .ttl a {
	font-size: min(3.5vw,16px);
    font-weight: bold;
    color: #3E3A39;
}
.newslistArea .inner .listArea li .ttl a:hover {
	color: #ccc;
}
.newslistArea .inner .listArea li .htagList a {
	display: inline-block;
	font-size: 13px;
	padding: 3px .5em 2px;
	border: 1px solid #DDD;
	border-radius: 5rem;
	margin: 3px .5em 0;
}

/* pager */
.pager ul {
	position: relative;
}
.pager ul .prearrow {
	position: absolute;
	left: 0;
}
.pager ul .nextarrow {
	position: absolute;
	right: 0;
}
.pager ul li a {
	position: relative;
	padding: 0 18px;
	font-size: 13px;
	color: #8c8c8c;
	font-weight: 700;
	line-height: 1;
}
.pager ul .prev .prearrow:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: absolute;
	top: 4px;
	left: 0;
	border-left: 2px solid #44618b;
	border-bottom: 2px solid #44618b;
}
.pager ul .next .nextarrow:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	position: absolute;
	top: 4px;
	right: 0;
	border-right: 2px solid #44618b;
	border-bottom: 2px solid #44618b;
}
.pager ul li a:hover {
	opacity: .8;
}

/* singlettlArea */
.single-imgArea {
	height: 100px;
	background-image: url("../img/NEWS/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* singleArea */
.singleArea .inner {
	padding: 0 2vw 100px;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.singleArea .inner:before {
    content: "";
    position: absolute;
    top: 40px;
    right: -10%;
    width: 15rem;
    height: 15rem;
    background-image: url("../img/news/circle02.svg");
    background-repeat: no-repeat;
    background-size: cover;
    animation: rotateAnimation 15s linear infinite; /* アニメーションの追加 */
	opacity: .8;
}
.singleArea .inner:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -15%;
    width: 21rem;
    height: 21rem;
    background-image: url("../img/news/circle02.svg");
    background-repeat: no-repeat;
    background-size: cover;
    animation: rotateAnimation 15s linear infinite; /* アニメーションの追加 */
	opacity: .3;
}
@keyframes rotateAnimation {
    from {
        transform: rotate(0deg); /* 初期角度 */
    }
    to {
        transform: rotate(-360deg); /* 終了角度 */
    }
}
.singleArea .inner .single {
	position: relative;
	z-index: 1;
	padding-bottom: 80px;
}
.singleArea .inner .categoryArea {
	padding: 20px 0;
}
.singleArea .inner .categoryArea {
	padding: 20px 0;
}
.singleArea .inner .categoryArea .icon {
	font-size: min(2.2vw,12px);
	padding: 0 2em;
	display: inline-block;
	color: #FFF;
	background-color: #223843;
}
.singleArea .inner .categoryArea .event {
	background-color: #223843;
}
.singleArea .inner .single .ttlArea {
	padding-bottom: 20px;
}
.singleArea .inner .single .ttlArea .date {
	width: 100%;
	display: inline-block;
	text-align: right;
	border-radius: 30px;
	color: #131834;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 1em;
	margin-bottom: 5px;
}
.singleArea .inner .single .ttl {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: min(3.5vw,18px);
	font-weight: 700;
	line-height: 1.4;
	padding: 26px 10px;
	border-top: 2px dotted #223843;
	border-bottom: 2px dotted #223843;
}
.singleArea .inner .single h2{
	color: #D77A61;
	font-weight: bold;
	font-size: 20px;
	border-left: 5px solid #D77A61;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.singleArea .inner .single .txt p {
    padding: 20px 0;
    font-size: 15px;
}
.singleArea .inner .single .txt img {
	height: auto;
}
.singleArea .inner .single .txt p img {
	height: auto;
}
.wp-caption-text{
	text-align: center;
}
.wp-caption{
	width: 100%!important;
}

@media screen and (max-width: 1000px) {
/* newslistArea */
	.newslistArea .inner {
		padding: 46px 6vw 60px;
		max-width: 100%;
		width: 100%;
	}
	.newslistArea .inner .listArea {
		padding-bottom: 40px;
	}
	
/* singleArea */
	.singleArea .inner {
		padding: 0 6vw 60px;
		max-width: 100%;
		width: 100%;
	}
	.singleArea .inner .single {
		padding-bottom: 40px;
	}
	.singleArea .inner .single .ttl {
		padding: 22px 0;
		font-size: 16px;
	}
	.singleArea .inner .single .txt p{
		padding-top: 30px;
	}
}	

@media screen and (max-width: 767px) {
.singleArea .inner .single .ttl {
	margin-bottom: 0;
}
	.newslistArea .inner .listArea li .detail{
	width: 100%;
	padding-left: 0;
		padding-top: 20px;
}
.newslistArea .inner .listArea li .eyecatch{
	width: 100%;
}

}	

@media screen and (max-width: 600px) {
	/* ttlArea */
	.ttlArea .inner .h1Area .title {
		font-size: 14px;
		padding-top: 50px;
		margin-bottom: 16px;
	}	
	.ttlArea .inner .h1Area .title:before {
		font-size: 35px;
	}	
	/* newslistArea */
	.newslistArea .inner {
		padding: 20px 6vw 52px;
	}
	
	/* singleArea */
	.singleArea .inner {
		padding: 0 6vw 52px;
	}
	.singleArea .inner .ttlArea {
		padding: 25px 0;
	}
	.singleArea .inner .single .ttl {
		padding: 18px 0;
		font-size: 15px;
	}
	.singleArea .inner .single .txt p {
		padding-top: 26px;
	}	
}	
