@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'),
       local('NotoSansCJKjp-Regular'),
       local('NotoSansJP-Regular'),
       url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
       url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}

/* ------------------------------
    news
------------------------------ */
#container{
	background: url(../img/common/bg_dot.png);
}
#container:after{
	content: "";
	display: block;
	width: 100%;
	height: 150px;
	background: url(../img/news/bg_news02.png) 50% 100% no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 768px){
	#container:after{
		height: 40px;
	    background-repeat: repeat-x;
	    background-size: auto 100%;
	}
}

/* ------------------------------
    area_ttl
------------------------------ */
.area_ttl{
	position: relative;
	width: 100%;
	min-width: 1260px;
	height: 0;
	padding-top: 16.6%;
	background: url(../img/news/bg_news01.png) no-repeat;
	background-size: cover;
	border-top: 2px solid #fff;
}
.area_ttl .ttl_page{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 176px;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 768px){
	.area_ttl{
		min-width: 0;
		padding-top: 40%;
		background-color: #a9dbee;
	    background-position: 50% 0;
	    background-size: 200% auto;
	}
	.area_ttl .ttl_page{
		width: 30%;
	}
}

/* ------------------------------
    list_article
------------------------------ */
.list_article{
	margin-bottom: -40px;
	padding-top: 125px;
}
.list_article .inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.item_article{
	width: 384px;
	margin: 0 24px 40px 0;
	background-color: #fff;
}
.item_article:nth-child(3n){
	margin-right: 0;
}
.item_article a{
	display: block;
	text-decoration: none;
}
.item_article .img img{
	width: 384px;
	height: 257px;
	object-fit: cover;
}
.item_article .txt_box{
	padding: 30px 30px 25px;

}
.item_article .date{
	margin-bottom: 0.8em;
	font-weight: 700;
	font-size: 1.9rem;
	color: #0f653a;
}
.item_article .ttl{
	margin-bottom: 1em;
	line-height: 1.78;
	font-size: 1.9rem;
	color: #0f653a;
}
.item_article .cate{
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 4px 15px;
	font-weight: 700;
	font-size: 1.6rem;
	color: #3c3000;
	border-radius: 4px;
	background-color: #fff0c7;
}

@media screen and (max-width: 768px){
	.list_article{
	    margin-bottom: -20px;
	    padding-top: 8%;
	}
	.list_article .inner{
		display: block;
	}
	.item_article{
	    width: 100%;
	    margin: 0 0 20px;
	}
	.item_article a{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		padding-left: 5%;
	}
	.item_article .img{
		width: 40%;
	}
	.item_article .txt_box{
		width: 60%;
	    padding: 5% 5% 3%;
	}
	.item_article .date{
		font-size: 1.1rem;
	}
	.item_article .ttl{
		font-size: 1.0rem;
	}
	.item_article .cate{
		margin-bottom: 5px;
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 550px){
	.item_article .img img{
		height: 120px;
	}
}

@media screen and (max-width: 400px){
	.item_article .img img{
		height: 80px;
	}
}

/* ------------------------------
    box_pager
------------------------------ */
.box_pager{
	padding: 95px 0 160px;
	font-size: 0;
}
.btn_pager{
	position: relative;
	display: inline-block;
	width: 62px;
	height: 62px;
	margin-right: 18px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 2.6rem;
	color: #3c3000;
	background: url(../img/news/btn_num.png);
	background-size: 100% auto;
    transition: background 0.3s ease-out;
	z-index: 2;
}
.btn_prev, .btn_next{
	position: relative;
	font-size: 0;
}
.btn_prev:after, .btn_next:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 20px;
	background: url(../img/news/btn_num_arrow.png) no-repeat;
	background-size: 100% auto;
	transform: translate(-50%,-50%);
}
.btn_prev:after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.btn_pager:hover{
	background-image: url(../img/news/btn_num_active.png);
}

@media screen and (max-width: 768px){
	.box_pager{
	    padding: 10% 0 15%;
	}
	.btn_pager{
		display: none;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 5px;
		font-size: 1.3rem;
	}
	.btn_pager:nth-child(1),
	.btn_pager:nth-child(2),
	.btn_pager:nth-child(3),
	.btn_pager:nth-child(4),
	.btn_pager:nth-child(5),
	.btn_pager:nth-child(6),
	.btn_pager:nth-child(7){
		display: inline-block;
	}
	.btn_prev, .btn_next{
		display: inline-block;
	    font-size: 0;
	}
	.btn_prev:after, .btn_next:after{
		width: 6px;
		height: 10px;
	}
}

/* ------------------------------
    arc_info
------------------------------ */
.arc_info{
	width: 792px;
	margin: auto;
}
.box_ttl{
	padding: 123px 0 68px;
}
.box_ttl .hd_ttl{
	margin-bottom: 50px;
}
.box_ttl .hd_ttl .cate{
    display: inline-block;
    margin: 0 5px 30px 0;
    padding: 4px 15px;
    font-weight: 700;
    font-size: 1.6rem;
    color: #3c3000;
    border-radius: 4px;
    background-color: #fff;
}
.box_ttl .hd_ttl .txt_date{
	font-weight: 700;
	font-size: 1.9rem;
}
.box_ttl h1{
	padding: 12px 24px;
	line-height: 1.6;
	font-size: 2.7rem;
	border-left: 18px solid #0f653a;
}
.contents_article p:not([class]){
	margin-bottom: 2em;
	line-height: 2.5;
	font-size: 1.7rem;
}
.contents_article h2{
	height: 78px;
	margin: 80px auto 50px;
	padding-left: 36px;
	line-height: 78px;
	font-weight: 700;
	font-size: 2.8rem;
	color: #fff;
	background: url(../img/news/bg_ttl.png) no-repeat;
	background-size: cover;
}
.contents_article h3{
	margin: 40px auto;
	padding: 20px 14px;
	font-weight: 700;
	font-size: 2.2rem;
	border-top: 3px solid #0f653a;
	border-bottom: 3px solid #0f653a;
}
.contents_article h4{
	margin: 1em 0;
	font-weight: 700;
	font-size: 2.2rem;
}
.contents_article > img{
	margin: 30px 0;
}
.contents_article > img:first-child{
	margin-top: 0;
}
hr{
	height: 7px;
	margin: 60px auto;
	background: url(../img/news/line_news.png);
	background-size: cover;
	border: none;
}
.row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 70px auto;
}
.row .col-1{
	width: 100%;
}
.row .col-2{
	width: 384px;
}
figcaption{
	padding-top: 1em;
	line-height: 1.6;
	font-size: 1.5rem;
	font-family: 'Noto Sans CJK JP Subset', sans-serif;
}
.box_contents{
	position: relative;
	margin: 70px 0;
	padding: 30px 45px;
	background: url(../img/news/bg_list02.png) repeat-y;
	background-size: 100% auto;
}
.box_contents:before{
	content: "";
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	height: 14px;
	background: url(../img/news/bg_list01.png) 50% 0 no-repeat;
	background-size: 100% auto;
}
.box_contents:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 11px;
	background: url(../img/news/bg_list03.png) 50% 100% no-repeat;
	background-size: 100% auto;
}
.box_contents li{
	padding-left: 24px;
	text-indent: -24px;
	line-height: 1.8;
	font-weight: 700;
	font-size: 1.8rem;
	color: #3c3000;
}
.box_contents li:before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 12px;
	background: url(../img/news/ico_leaf.svg);
}
.box_contents li + li{
	margin-top: 1em;
}
.box_btn{
	margin: 100px auto;
}
.box_btn .txt_att{
	text-align: center;
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 1.8rem;
	color: #3c3000;
}
.box_btn .btn_pdf{
	display: block;
	width: 373px;
	height: 82px;
	margin: auto;
	line-height: 82px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 2.2rem;
	color: #3c3000;
	background: url(../img/news/btn_pdf.png) no-repeat;
	background-size: cover;
	border-radius: 10px;
}
.box_link{
	margin: 100px auto;
}
.box_link .btn_link{
	position: relative;
	display: block;
	padding: 35px;
	text-decoration: none;
	border: 3px solid #c8161d;
}
.box_link .btn_inner:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 35px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/news/ico_link.svg);
	transform: translateY(-50%);
}
.box_link .btn_inner{
	padding-left: 85px;
}
.box_link .inner_txt{
	line-height: 1.8;
	font-size: 2.2rem;
	color: #c8161d;
}
.box_balloon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
}
.box_balloon .img{
	width: 100px;
	height: 100px;
	padding: 7px;
	background: url(../img/news/bg_balloon.png) no-repeat;
	background-size: 100% 100%;
}
.box_balloon .img img{
	border-radius: 100%;
 object-fit: cover;
 height: 100%;
}
.box_balloon .txt_box{
	position: relative;
	width: 651px;
	padding: 25px 35px 25px 40px;
	background-color: #3c7044;
	border-radius: 0 10px 10px 10px;
}
.box_balloon .txt_box:before{
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 26px 26px 0;
	border-color: transparent #3c7044 transparent transparent;
}
.box_balloon .txt_box .txt{
	line-height: 2.125;
	font-family: 'Noto Sans CJK JP Subset', sans-serif;
	font-size: 1.6rem;
	color: #fff;
}
.box_movie{
	position: relative;
	height: 518px;
	margin: 100px auto;
}
.box_movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box_map{
	position: relative;
	height: 518px;
	margin: 100px auto;
}
.box_map .map-inner {
    width: 100%;
    height: 100%;
}
.box_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box_map .btn_map{
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	height: 38px;
	padding: 0 20px;
	line-height: 38px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.8rem;
	color: #3c3000;
	background: url(../img/news/btn_map.png) no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 768px){
	.arc_info{
	    width: 90%;
	}
	.box_ttl{
		padding: 10% 0 8%;
	}
	.box_ttl .hd_ttl{
	    margin-bottom: 5%;
	}
	.box_ttl .hd_ttl .cate{
		margin-bottom: 5%;
	    font-size: 1.0rem;
	}
	.box_ttl .hd_ttl .txt_date{
	    font-size: 1.4rem;
	}
	.box_ttl h1{
	    padding: 6px 12px;
	    line-height: 1.3;
	    font-size: 1.4rem;
	    border-left: 6px solid #0f653a;
	}
	.contents_article p:not([class]){
	    line-height: 1.6;
	    font-size: 1.2rem;
	}
	.contents_article h2{
	    height: auto;
	    margin: 40px auto 25px;
	    padding: 5px 18px;
	    line-height: 1.3;
	    font-size: 1.6rem;
	}
	.contents_article h3{
	    margin: 20px auto;
	    padding: 10px 7px;
	    font-size: 1.4rem;
	    border-top: 2px solid #0f653a;
	    border-bottom: 2px solid #0f653a;
	}
	.contents_article h4{
	    font-size: 1.4rem;
	}
	.contents_article > img:first-child{
		margin-top: 0;
	}
	.contents_article > img{
		margin: 15px 0;
	}
	hr{
	    margin: 30px auto;
	}
	.row{
		margin: 35px 0;
	}
	.row .col-2{
	    width: 49%;
	}
	figcaption{
	    line-height: 1.3;
	    font-size: 1.1rem;
	}
	.box_contents{
	    margin: 35px 0;
	    padding: 15px 22px;
	}
	.box_contents:before{
		top: 0;
		height: 0;
		margin-top: -1.6%;
		padding-top: 1.7%;
	}
	.box_contents:after{
		bottom: 0;
		height: 0;
		margin-bottom: -1.2%;
		padding-top: 1.3%;
	}
	.box_contents li{
	    padding-left: 16px;
	    text-indent: -16px;
		line-height: 1.4;
		font-size: 1.4rem;
	}
	.box_contents li:before{
		width: 10px;
		height: 10px;
		margin-right: 6px;
	}
	.box_btn{
	    margin: 50px auto;
	}
	.box_btn .txt_att{
	    font-size: 1.2rem;
	}
	.box_btn .btn_pdf{
    	width: 80%;
    	max-width: 263px;
    	height: 50px;
	    line-height: 50px;
	    font-size: 1.4rem;
    	background-position: 50% 50%;
    	background-size: 100% auto;
   		border-radius: 5px;
	}
	.box_link{
	    margin: 50px auto;
	}
	.box_link .btn_link{
	    padding: 15px;
	}
	.box_link .btn_inner:before{
	    left: 15px;
	    width: 30px;
	    height: 30px;
	}
	.box_link .btn_inner{
	    padding-left: 45px;
	}
	.box_link .inner_txt{
	    line-height: 1.4;
	    font-size: 1.4rem;
	}
	.box_balloon{
		margin: 20px auto;
	}
	.box_balloon .img{
	    width: 50px;
	    height: 50px;
	    padding: 3px;
	}
	.box_balloon .txt_box{
		width: calc( 93% - 50px );
    	padding: 10px 15px 10px 20px;
	}
	.box_balloon .txt_box:before{
	    left: -10px;
	    border-width: 0 10px 10px 0;
	}
	.box_balloon .txt_box .txt{
	    line-height: 1.6;
	    font-size: 1.4rem;
	}
	.box_movie{
	    height: 0;
	    padding-top: 65.4%;
	    margin: 50px auto;
	}
	.box_map{
	   margin:0;
    height: 250px;
	}
	.box_map .btn_map{
	    height: 25px;
	    padding: 0 10px;
	    line-height: 25px;
	    font-size: 1.2rem;
	}
}

/* ------------------------------
    area_release
------------------------------ */
.area_release{
	margin-top: 125px;
}
.area_release .ttl_release{
	height: 80px;
	padding: 0 30px;
	line-height: 80px;
	font-weight: 700;
	font-size: 2.8rem;
	color: #fff;
	background: url(../img/news/bg_ttl02.png) no-repeat;
	background-size: cover;
}
.area_release .list_article{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}

@media screen and (max-width: 768px){
	.area_release{
		min-width: 0;
		margin-top: 10%;
	}
	.area_release .ttl_release{
		height: auto;
		padding: 3% 5%;
		line-height: 1.3;
		font-size: 1.4rem;
    	background-position: 50% 50%;
    	background-size: 200% auto;
	}
	.area_release .list_article{
		padding-top: 8%;
	}
}

/* ------------------------------
    area_btn
------------------------------ */
.area_btn{
	min-width: 1260px;
	text-align: center;
	padding: 65px 0 113px;
}
.btn_back{
	position: relative;
	display: inline-block;
	width: 263px;
	height: 82px;
	text-decoration: none;
	text-align: center;
	background: url(../img/news/btn_back.png) no-repeat;
	background-size: contain;
}
.btn_back:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 38px;
	display: inline-block;
	width: 8px;
	height: 14px;
	background: url(../img/common/btn_arrow_brown.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
.btn_back .inner_txt{
	line-height: 82px;
	font-weight: 700;
	font-size: 2.2rem;
	color: #3c3000;
}

@media screen and (max-width: 768px){
	.area_btn{
		min-width: 0;
		padding: 10% 0 15%
	}
	.btn_back{
		width: 70%;
		max-width: 263px;
		height: 50px;
		background-position: 50% 50%;
		background-size: 100% auto;
		border-radius: 5px;
	}
	.btn_back .inner_txt{
		line-height: 50px;
		font-size: 1.4rem;
	}
}