/*=========================================================== 
    共通内容
===========================================================*/
.secWrap{
	/* padding: 50px 30px 0; */
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.innerWrap{
  padding: 0 30px 0;
}
/* p {
  font-size: 16px;
  color: #473a3a;
  line-height: 1.8;
  font-weight: 300;
} */
p {
  font-size: 16px;
  color: #596363;
  line-height: 1.8;
  font-weight: 500;
}
.maruTl{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #473a3a;
  font-size: 30px;
}
@media screen and (max-width: 767px){
  .maruTl{
    font-size: 22px;
    letter-spacing: 0;
  }
}


/*=========================================================== 
    改行
===========================================================*/
.brPad{
	display: none;
}
.br375{
	display: none;
}
.brPc{
	display: block;
}
@media print, screen and (max-width: 768px){
	.brPc{
		display: none;
	}
	.brPad{
		display: block;
	}
}
@media print, screen and (max-width: 375px){
	.brPad{
		display: none;
	}
	.br375{
		display: block;
	}
}

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

    MV

===========================================================*/
body{
	padding-top: 81px;
}
.head_ttl{
	background-repeat: no-repeat;
	background-image: url(../img/forest/bg_mv2.png);
	background-position: center 0;
	background-size: cover;
	/* height: 300px; */
	 height: 277px;
	position: relative;
}
.head_ttl::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-image: url(../img/forest/mv_window.png);
	background-position: center 0;
	background-size: 1782px;
	/* top: 20px; */
	bottom: 0;
	left: 0;
}
.head_ttl h1{
	text-align: center;
	font-weight: 300;
	/* font-size: 56px;
	padding-top: 56px; */
	font-size: 50px;
	padding-top: 50px;
	line-height: 1.4;
	color: #fff;
}
@media screen and (max-width: 768px){
	body{
		padding-top: 64px;
	}
	.head_ttl{
		background-image: url(../img/forest/bg_mv_sp.png);
		height: 152px;
	}
	.head_ttl::after{
		background-image: url(../img/forest/mv_window_sp.png);
		background-position: bottom;
		background-size: 768px;
		top: 6px;
	}
	.head_ttl h1{
		font-size: 30px;
		padding-top: 24px;
	}
}
@media screen and (max-width: 375px){
	body{
		padding-top: 60px;
	}
	.head_ttl{
		background-position: center 0;
	}
	.head_ttl::after{
		background-position: center 0;
		background-size: 600px;
		top: 12px;
	}

}



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

    活動報告

===========================================================*/
.secReport .logoJoy{
  /* width: 284px;
  margin: 62px 0 97px 30px; */
	width: 200px;
	margin: 10px 0 80px 30px;
}
.secReport .centerWrap{
  text-align: center;
}
.secReport .centerWrap h2 img{
  /* width: 702px;
  margin-bottom: 56px; */
	width: 600px;
  margin-bottom: 40px;
}
.secReport .centerWrap h2 span{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  /* font-size: 42px; */
	font-size: 32px;
  border-bottom: solid 4px #fff150;
  color: #59392c;
}
.secReport .centerWrap .imgReport{
	margin-top: 80px;
  display: flex;
  gap: 38px;
}
.secReport .centerWrap .imgReport img{
	width: calc((100% - 38px)/2);
}
.secReport .centerWrap p{
  font-size: 22px;
  margin-top: 54px;
	color: #473a3a;
}
.secReport .centerWrap p span{
  color: #0b905e;
  font-weight: bold;
}
.secReport ul{
	margin-top: 195px;
}
.secReport ul li{
	margin-bottom: 195px;
}
.secReport ul li .txtbox{
  display: flex;
	justify-content: space-between;
	align-items:center
}
.secReport ul li .txtbox h3{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 32px;
  color: #59392c;
  flex:1;
	letter-spacing: 1px;
}
.secReport ul li .txtbox h3 span{
  display: inline-block;
  border-bottom: solid 4px #92bf2a;
	padding-bottom: 10px;
}
.secReport ul li .txtbox p{
  width: 605px;
	font-size: 18px;
	color: #473a3a;
	font-weight: 400;
}
.secReport ul li .workSeen{
	margin-top: 93px;
}
.secReport ul li .workSeen h4{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #777452;
}
.secReport ul li .workSeen div{
	margin-top: 36px;
	display: flex;
}
.secReport ul li .workSeen .imgBoxCut{
	gap: 26.6px;
}
.secReport ul li .workSeen .imgBoxCut img{
	width: calc((100% - 79.8px) / 4);
}
.secReport ul li .workSeen .imgBoxEarth{
	gap: 25px;
}
.secReport ul li .workSeen .imgBoxEarth img{
	width: calc((100% - 50px) / 3);
	height: 220px;
	border-radius: 20px;
	object-fit: cover;

}
.secReport ul li .workSeen .imgBoxPlant{
	gap: 26px;
	justify-content: space-between;
}
.secReport ul li .workSeen .imgBoxPlant img{
	width: calc((100% - 26px) / 2);
	height: 220px;
	border-radius: 20px;
	object-fit: cover;
	object-position: 100% 20%;
}
.secReport ul li .workSeen .txtPlant{
	background: #efeeea;
	font-size: 22px;
	color: #473a3a;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
	line-height: 1.5;
	border-radius: 25px;
	padding: 32px 0 ;
	margin-top: 26px;
}
@media screen and (max-width: 768px){
	.secReport .logoJoy{
		width: 130px;
		display: block;
		margin: 36px auto 30px;
	}
  .secReport .centerWrap h2 img{
		width: 300px;
		margin-bottom: 28px;
	}
	.secReport .centerWrap h2 span{
		font-size: 21px;
		border-bottom: solid 2px #fff150
	}
	.secReport .centerWrap p{
		font-size: 18px;
		margin-top: 42px;
		padding: 0 30px;
		text-align-last: left;
	}
	.secReport ul{
		margin-top: 80px;
	}
	.secReport ul li{
		margin-bottom: 80px;
	}
	.secReport ul li .txtbox{
		text-align: center;
		display: block;
	}
	.secReport ul li .txtbox h3{
		font-size: 22px;
		display: inline-block;
		padding-bottom: 8px;
		letter-spacing: 1.2px;
	}
	.secReport ul li .txtbox h3 span{
		display: inline-block;
		border-bottom: solid 2px #92bf2a;
		padding-bottom: 8px;
	}
	.secReport ul li .txtbox p{
		width: 100%;
		font-size: 16px;
		margin-top: 20px;
		text-align: left;
	}
	.secReport ul li .workSeen{
		margin-top: 50px;
	}
	.secReport ul li .workSeen h4{
		font-size: 20px;
	}
	.secReport ul li .workSeen .txtPlant{
		font-size: 16px;
		text-align: left;
		line-height: 1.5;
		border-radius: 16px;
		padding: 20px 17px ;
		margin-top: 18px;
	}
}
@media screen and (max-width: 375px){
	.secReport .centerWrap .imgReport{
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
		margin-top: 40px;
	}
	.secReport .centerWrap .imgReport img{
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	.secReport ul li .workSeen div{
		margin-top: 24px;
		flex-wrap: wrap;
	}
	.secReport ul li .workSeen .imgBoxCut{
		gap: 18px;
	}
	.secReport ul li .workSeen .imgBoxCut img{
		width: calc((100% - 18px) / 2);
	}
	.secReport ul li .workSeen .imgBoxEarth,
	.secReport ul li .workSeen .imgBoxPlant{
		gap: 18px;
	}
	.secReport ul li .workSeen .imgBoxEarth img,
	.secReport ul li .workSeen .imgBoxPlant img{
		width: calc((100% - 18px) / 2);
		height: 136px;
		border-radius: 16px;
		}
	.secReport ul li .workSeen .imgBoxEarth img:last-child{
		width: 100%;
		height: 136px;
		border-radius: 16px;
	}
}

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

	森林づくりのスケジュール

===========================================================*/
.areaSche{
	background-repeat: no-repeat;
	background-image: url(../img/forest/bg_sche.png);
	background-size: cover;
	height: 812px;
	position: relative;
}
.areaSche::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/forest/up-win2.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 1782px;
	top: 0;
	left: 0;
}
.areaSche::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/forest/down-win2.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 1782px;
	top: 480px;
	left: 0;
}
.secSche{
	padding-top: 55px;
}
.secSche .deco{
	width: 151px;
	margin: 0 auto 16px;
	display: block;
}
.secSche h2{
	font-size: 34px;
	color: #59392c;
	text-align: center;
	letter-spacing: 0;
}
.secSche table{
	width: 700px;
	margin: 42px auto 0;
}
.secSche table tbody tr{
	background: #fff;
	font-size: 24px;
	color: #473a3a;
	font-weight: 300;
	border-bottom: 2px solid #efeeea;
}
.secSche table tbody tr:last-child{
	border-bottom: none;
}
.secSche table tbody tr th{
	color: #92bf2a;
	font-size: 26px;
	padding: 16px 0;
}
.secSche table tbody tr.bloCare th{
	color: #fff;
	background: #c4c1a0;
}
@media screen and (max-width: 960px){
	.areaSche::before{
		background-size: 1150px;
	}
}@media screen and (max-width: 430px){
	.areaSche::before{
		background-image: url(../img/forest/up-win_sp.png);
		background-size: 600px;
	}
}
@media screen and (max-width: 375px){
	.areaSche {
		background-image: url(../img/forest/bg_sche_sp.png);
    height: 760px;
	}
	.areaSche::after{
	background-image: url(../img/forest/down-win_sp.png);
	background-size: 600px;
	top: 660px;
}
	.secSche .deco{
		width: 90px;
		margin: 0 auto 10px;
		display: block;
	}
	.secSche h2{
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: 1.5px;
	}
	.secSche table{
		width: 100%;
		margin: 38px auto 0;
	}
	.secSche table tbody tr{
		font-size: 16px;
		border-bottom: 2px solid #efeeea;
	}
	.secSche table tbody tr th,
	.secSche table tbody tr td{
		display: block;
		text-align: center;
	}
	.secSche table tbody tr th{
		font-size: 18px;
		padding: 8px 0 4px;
	}
	.secSche table tbody tr td{
		padding: 0 0 8px;
	}
	.secSche table tbody tr.bloCare th{
		padding: 17px 0;
	}
}

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

	section ECOTO

===========================================================*/
#section03 h2{
	line-height: 1.2;
}
#section03 h2 img{
		margin: 48px 0 52px;
}
#section03 .intro{
	margin: 50px 0 70px;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
}
#section03 h3{
	line-height: 3;
}
#section03 .blcBtn {
	display: block;
	width: 553px;
	height: 100px;
	border-radius: 300px;
	text-align: center;
	border: 2px solid #0b905e;
	color: #0b905e;
	font-size: 24px;
	padding-top: 37px;
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-image: url(../img/forest/righat_arrow.svg);
	background-size: 26px;
	margin: 40px auto 0;
	transition: all .2s;
}
#section03 .blcBtn:hover{
	transition: all .2s;
	opacity: 0.3;
}
#section03 .flex .right .cover .total .exp,
#section03 .flex .right .cover .total .num{
	font-weight: 500;
}
#section03 .att p{
	font-weight: 500;
	font-size: 14px;
	text-align: left;
	margin-bottom: 15px;
	letter-spacing: normal;
}
@media screen and (max-width: 960px){
	#section03 .att p{
		font-size: 1.458vw;
	}
}

@media screen and (max-width: 767px){
	#section03 .att p{
			font-size: 2.933vw;
			margin-bottom: 3vw;
	}
}

@media screen and (max-width: 375px){
	#section03 h2 span {
    line-height: 1.2;
		font-size: 18px;
	}
	#section03 h2 img {
    margin: 28px 0 26px;
	}
	#section03 h3{
		padding-bottom: 60px;
	}
	#section03 .intro {
    margin: 30px 0 0;
    font-size: 16px;
    text-align: left;
	}
	#section03 .blcBtn {
		width: 100%;
		height: 80px;
		font-size: 18px;
		padding-top: 18px;
		line-height: 1.2;
		background-position: right 12px center;
		background-size: 22px;
	}
}

.title .green_ttl p{
	font-weight: 500;
}
#section05 .qa .option_btn summary p{
	list-style: none;
	text-align: left;
	color: #0b905e;
	letter-spacing: normal;
	cursor: pointer;
	font-size: 20px;
}	
#section05 .qa .option_btn .content_inner p {
	font-size: 20px;
	color: #596363;
}
@media screen and (max-width: 960px) {
	#section05 .qa .option_btn summary p{
		/* list-style: none;
		text-align: left;
		letter-spacing: normal;
		cursor: pointer; */
		font-size: 2.083vw;
		color: #0b905e;
	}	
	#section05 .qa .option_btn .content_inner p {
    font-size: 2.083vw;
	}
}
@media screen and (max-width: 767px) {
	#section05 .qa .option_btn summary p,
	#section05 .qa .option_btn .content_inner p {
			letter-spacing: normal;
			font-size: 3.2vw;
			line-height: 1.3;
	}
}
