  /* CSS Document */

.p-main_body{
	padding-bottom: 0;
}

/*top_lede_area*/
.p-top_lede_area{
	padding: 2.25rem 0 2.5rem;
	background-color: #10642E;
	color: #fff;
	font-size: 1.125rem;
	line-height: 2.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

/*scroll_bg*/
.p-scroll_bg{
	position: fixed;
	top:0px; left: 0px;
	width: 100vw;
	height: 100vh;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: -1;
	transition: opacity 1.2s;
}
#scroll_bg_1{
	background-image: url("/sustainability/forest/images/bg_01.jpg");
}
#scroll_bg_2{
	background-image: url("/sustainability/forest/images/bg_02.jpg");
}
#scroll_bg_3{
	background-image: url("/sustainability/forest/images/bg_03.jpg");
}
.p-scroll_bg.is-appear{
	opacity: 1;
}

/**/
/*ruby*/
ruby[data-ruby] {
	position:relative;
}
ruby[data-ruby]::before {
	content: attr(data-ruby);
	position:absolute;
	left:-2em;
	top:-0.6em;
	right:-2em;
	text-align:center;
	font-size:.4em;
}
rt {
	display:none;
}
.p-index_title ruby[data-ruby]::before{
	left:0em;
	right:-1.4em;
	letter-spacing: 1.4em;
}

.p-index_title{
	padding: 0rem 0.25rem 0 0;
	position: absolute;
	top:50%;
	left: 0px;
	margin-top: min(-5%, -96px);
	width: 100%;
	height: auto;
	z-index: 1;
	opacity: 0;
	transform: translateY(40px);
	transition: transform 1s 0.5s, opacity 1s 0.5s;
}

/*president_photos*/
.p-president_photos{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
}
.p-president_photos__col{
	flex: 0 0 auto;
	width: 64%;
	min-width: 140px;
}

.p-president_photos.u-spAppear{
	display: none;
	flex-direction: row;
	justify-content: space-between;
	width: min(420px, 100%);
	margin: 0 auto;
}
.u-spAppear .p-president_photos__col{
	width: 44%;
	min-width: inherit;
	margin: 0;
}

/*p-separate_area*/
.p-separate_area{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 8rem;
}

.p-separate_area__below{
	display: block;
	width: 28px;
	height: 28px;
	border: #fff 3px solid;
	border-width: 0 3px 3px 0;
	transform-origin: center;
	transform: rotate(45deg);
	margin-top: -12px;
	transition: transform 0.3s;
}
.p-separate_area__below:hover{
	transform: scale(1.15) rotate(45deg) ;
}

/*p-logo_1000*/
.p-logo_1000{
	/*width: min(480px, 80%);
	margin: 0 auto -20px;*/
	width: min(560px, 80%);
	margin: -30px auto 20px;
	position: relative;
}
.p-logo_1000__photo{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	/*transition: opacity 0.4s 1.4s;*/
}
.p-logo_1000__photo.is-appear{
	/*opacity: 0;*/
	animation: logo1000-hidePhoto-anim forwards 0.6s ease 1.2s;
}
.p-logo_1000__photo.is-appear.is-show{
	animation: logo1000-showPhoto-anim forwards 0.3s ease 0s;
}
.p-logo_1000__photo.is-appear.is-hide{
	animation: logo1000-hidePhoto-anim forwards 0.6s ease 0.4s;
}

@keyframes logo1000-hidePhoto-anim{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes logo1000-showPhoto-anim{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/*p-forest_phase*/
.p-forest_phase{
	padding-top: 1rem;
}
.p-phase_chart{
	text-align: center;
	margin: 0 auto;
	/*padding: 0 60px;*/
	width: min(1180px, 100%);
}
.p-forest_phase__link{
	padding: 1.5rem 0 2.5rem;
}
.p-forest_phase__btn{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.p-forest_phase__title{
	flex: 0 0 auto;
	background-color: #10642E;
	padding: 1.4375rem 1rem 1.9375rem;
	display: flex;
	justify-content: center;
	position: relative;
}
.p-forest_phase__title::after{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: #fff 2px solid;
	border-width: 2px 2px 0 0;
	transform-origin: center;
	transform: rotate(45deg);
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -10px;
}

.p-forest_phase__title h3{
	font-size: 2.375rem;
	line-height: 1;
	color: #fff;
}
.p-forest_phase__txt{
	flex: 1 0 auto;
	padding: 1rem 1.125rem 1.875rem;
	text-align: justify;
	font-feature-settings: "palt";
}
.p-forest_phase__more{
	flex: 0 0 auto;
	background-color: #EDEEF0;
	display: flex;
	justify-content: center;
	padding: 0.75rem;
	font-size: 0.9375rem;
	line-height: 1;
}
.p-forest_phase__more a{
	display: inline-block;
	padding-left: 1rem;
	background: url("/common/image/bn_arrow/arrow_right_s_red.svg") no-repeat 0px 1px;
	background-size: 6px auto;
}

/*p-gallery_area*/
.p-gallery_area h2.p-article_title{
	padding: 0;
	margin-bottom: 2.375rem;
	font-size: 2.375rem;
	line-height: 1;
}

/*swiper customaize*/
.p-gallery_area .swiper-button-prev,
.p-gallery_area .swiper-button-next{
	opacity: 0.8;
	transition: transform 0.3s, opacity 0.3s;
}
.p-gallery_area .swiper-button-prev:hover,
.p-gallery_area .swiper-button-next:hover{
	opacity: 1;
	transform: scale(1.2);
}

@media screen and ( max-width:1159px) {
	.p-phase_chart{
		padding: 0;
	}
	.p-forest_phase__title h3{
		font-size: 1.875rem;
	}
}

@media screen and ( max-width:859px) {
	.col3.p-forest_phase__link .col{
		width: 75%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.p-phase_chart>.u-def_view{
		display: none;
	}
	.p-phase_chart>.u-sp_view{
		display: block;
	}
	.p-gallery_area h2.p-article_title{
		font-size: 2rem;
	}
}

@media screen and ( max-width:759px) {
	.p-president_photos.u-spNone{
		display: none;
	}
	.p-president_photos.u-spAppear{
		display: flex;
	}
}

@media screen and ( max-width:599px) {
	.p-top_lede_area{
		padding: 2rem 0 2.25rem;
		font-size: 1.0625rem;
		line-height: 2rem;
		font-weight: 400;
		letter-spacing: 0.02em;
	}
	.p-forest_phase{
		padding-top: 0;
	}
}

/*info_content.news*/

.p-info_content ul.c-link li.c-has_tag{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: none;
	padding-left: 0;
}
.p-info_content__date{
	flex: 0 0 auto;
	width: 14rem;
	margin-right: 0.25rem;
	display: flex;
	justify-content: space-between;
}
.p-info_content__txt{
	flex: 1 1 auto;
	width: auto;
	background: url(/sustainability/forest/common/images/arrow_right_s_red.svg) no-repeat 0.25rem 0.3125rem;
	padding-left: 1.125rem;
	background-size: 6px auto;
}
.p-info_content li.c-has_tag .p-info_content__date::after{
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 5.5rem;
	margin: 0 0.25rem;
	padding: 0.125rem 0;
	border-radius: 3px;
	background-color: #628DBB;
	font-size: 0.75rem;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.p-info_content li.c-has_tag.update .p-info_content__date::after{
	content: "¸üÐÂÇéˆó";
	background-color: #628DBB;
}
.p-info_content li.c-has_tag.rel_info .p-info_content__date::after{
	content: "évßBÇéˆó";
	background-color: #818c9a;
}
.p-info_content li.c-has_tag.release .p-info_content__date::after{
	content: "¥×¥ì¥¹¥ê¥ê©`¥¹";
	background-color: #3c928e;
}

@container info_box-container (max-width: 800px) {
	.p-info_content li.c-has_tag{
		flex-wrap: wrap;
	}
	.p-info_content__txt{
		flex: 0 0 auto;
		width: 100%;
		margin-top: 0.375rem;
	}
}


