/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho:wght@400;500;600&display=swap');*/

#header{
	background-color: #fff;
}

#kajima_forest{
	font-family: "Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-feature-settings: "palt" 1;
}
.bottom_wrap{
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.bottom_wrap .bottom{
	margin-bottom: 0;
}

#kajima_forest *{
	box-sizing: border-box;
}

#kajima_forest_body .c-inner--bodyWidth{
    width: auto;
		max-width: 1380px;
    padding-left: 40px;
    padding-right: 40px;
}

#kajima_forest_body {
	position: relative;
	font-size: 1rem;
	line-height: 1.9375;
}

/*clearfix reset*/
#kajima_forest_body .col{
	float: none;
}
#kajima_forest_body ul::after,
#kajima_forest_body .col::after{
	display: none;
}
/**/

@media screen and ( max-width:1159px) {
	#kajima_forest_body .c-inner--bodyWidth{
    padding-left: 3%;
    padding-right: 3%;
	}
}

/*appearBox*/
.js-appearBox{}
.js-fadeInbox{
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s, transform 0.8s;
}
.js-fadeInbox.is-appear{
	opacity: 1;
	transform: translateY(0px);
}
.js-preload{
	display: none;
}	
/*/appearBox*/


/*==header================================================*/
.l-forest_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-family: "Zen Old Mincho", serif;
}
.l-forest_header h1 a{
	color: #fff;
	text-decoration: none;
}
.c-font_serif{
	font-family: "Zen Old Mincho", serif !important;
}

.p-forest_pagetop__wrap{
	position: relative;
	z-index: 4;
}
.p-forest_pagetop{
	background-color: transparent;
	position: absolute;
	top:0px;
	width: 100%;
	z-index: 100;
	transition: box-shadow 0.3s, background-color 0.3s;
	line-height: 1;
}
.p-forest_pagetop:hover,
.p-forest_pagetop.is-fixed,
.p-lev3 .p-forest_pagetop{
	background-color: #10642E;
	box-shadow: 0 2px 8px -1px rgba(0,0,0,0.3);
}
.p-forest_pagetop.is-fixed{
	position: fixed;
}

.p-forest_pagetop__inner{
	width: 100%;
	max-width: 1200px;
	min-height: 51px;
	margin: 0 auto;
	padding: 0 1.25rem;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

h1.p-forest_pagetop__logo{
	width: auto;
	flex: 0 0 auto;
	margin: 0;
	padding-bottom: 0.3125rem;
	font-size: 1.875rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.03em;
}
h1.p-forest_pagetop__logo, .p-forest_gnav__item>a{
	text-shadow: 1px 1px 4px rgb(0 0 0 / 70%), 2px 3px 24px rgb(0 0 0 / 18%);
	transition: text-shadow 0.3s;
}
.p-forest_pagetop:hover h1.p-forest_pagetop__logo,
.p-forest_pagetop.is-fixed h1.p-forest_pagetop__logo,
.p-lev3 .p-forest_pagetop h1.p-forest_pagetop__logo,
.p-forest_pagetop:hover .p-forest_gnav__item>a,
.p-forest_pagetop.is-fixed .p-forest_gnav__item>a,
.p-lev3 .p-forest_pagetop .p-forest_gnav__item>a{
	text-shadow: none;
}

/*lev3: p-lev3_title_bar*/
.p-lev3_title_bar{
	padding: 60px 1rem 0.875rem;
	color: #10642e;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1;
}
.p-lev3_title_bar__inner{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.p-lev3_title_bar__goback{
	position: absolute;
	left: 1.25rem; top: 0px;
	font-size: 0.9375rem;
	width: auto;
	height: 100%;
}
.p-lev3_title_bar__goback a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	color: #212121;
	font-weight: 500;
	border-radius: 3px;
	padding: 0 1.25rem 0 1.4375rem;
	height: 100%;
	transition: background-color 0.3s;
}
.p-lev3_title_bar__goback a:hover{
	background-color: #9CD1B5;
}
.p-lev3_title_bar__goback a::before{
	content: "";
	display: block;
	position: absolute;
	width: 10px; height: 10px;
	left: 8px; top: 0.5rem;
	border-color: #10642E transparent transparent #10642E;
	border-style: solid;
	border-width: 1px;
	transform: rotate(-45deg);
}

/*==gnav=========================*/

/*p-forest_gnav*/
.p-forest_gnav{
	display: flex;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
}
.p-forest_gnav__item{
	flex: 0 0 auto;
	width: auto;
	margin: 0 1px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	position: relative;
	text-align: left;
}
.p-forest_gnav__item>a{
	display: inline-block;
	padding: 0.4em 0.8em 0.6em;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	transition: background-color 0.3s;
}
.p-forest_gnav__item.current a>span{
	position: relative;
}
.p-forest_gnav__item.current a>span:after{
	content: "";
	display: block;
	border-bottom: #fff 2px solid;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -3px;
	opacity: 0.8;
}
.p-forest_gnav__item:hover>a{
	background-color: #00481E;
}

@media screen and ( max-width:1159px) {
	h1.p-forest_pagetop__logo{
		font-size: 1.75rem;
	}
	.p-forest_gnav__item{
		font-size: 1rem;
	}
	.p-forest_gnav__item>a{
		padding: 0.6em 0.8em 0.8em;
	}
}
@media screen and ( max-width:599px) {
	.p-forest_pagetop__inner{
		justify-content: center;
	}
	h1.p-forest_pagetop__logo{
		font-size: 1.375rem;
		letter-spacing: 0;
		padding-bottom: 0.4375rem;
	}
}

/*==gnav_sp==================*/
.p-forest_gnav_sp{
	display: none;
}
.p-forest_gnav_sp__inner{
	display: none;
	opacity: 0;
	position: absolute;
	top:100%;
	left: 0px;
	width: 100%;
	max-height: calc(100vh - 160px);
	overflow-y: auto;
	padding: 1rem 1.875rem 1.875rem;
	background-color: #10642E;
	box-shadow: 0 4px 6px -2px rgba(0,0,0,0.4);
	transform: translateY(-10px);
	transition: opacity 0.4s,transform 0.3s;
}
.p-forest_gnav_sp__inner.open{
	opacity: 1;
	transform: translateY(0);
}

.p-gnav__icon{
	position: absolute;
	width:70px;
	height: 100%;
	top:0px;
	right: 0px;
	transition: background-color 0.3s;
	cursor: pointer;
}
.p-gnav__icon span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 22px;
	height: 2px;
	background-color: #fff;
	left: 24px;
	transition: all 0.4s;
}
.p-gnav__icon span:nth-of-type(1) {
	top: 15px;
}
.p-gnav__icon span:nth-of-type(2) {
	top: 23px;
}
.p-gnav__icon span:nth-of-type(3) {
	top: 31px;
}

.p-gnav__icon.open span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}
.p-gnav__icon.open span:nth-of-type(2) {
	opacity: 0;
  transform: translateX(8px);
}
.p-gnav__icon.open span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}

/*p-forest_gnav__item sp*/
.p-forest_gnav_sp .p-forest_gnav__item{
	margin: 0.875rem 2rem;
	font-size: 1.375rem;
	line-height: 1;
	text-align: center;
}
.p-forest_gnav_sp .p-forest_gnav__item>a{
	display: block;
	padding: 0.625rem 0.8125rem 0.9375rem;
}
.p-forest_gnav_sp__close{
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 0.625rem 1.625rem 0.75rem 1.5rem;
	border-radius: 3px;
	border: #58926D 1px solid;
	margin: 0.875rem auto;
	cursor: pointer;
	transition: background-color 0.3s;
}
.p-forest_gnav_sp__close:hover{
	background-color: #00481E;
}

@media screen and ( max-width:959px) {
	.p-forest_gnav{
		display: none;
	}
	.p-forest_pagetop{
		background-color: #10642E;
		box-shadow: 0 2px 8px -1px rgba(0,0,0,0.3);
	}
	h1.p-forest_pagetop__logo,
	.p-forest_pagetop .p-forest_gnav__item>a{
		text-shadow: none;
	}
	.p-forest_gnav_sp{
		display: block;
	}
}

/*==/header================================================*/

/*==common conponents=========*/
.c-main_text,
.c-medium_width{
	/*width: calc((100% - 120px)/4*3 + 80px);*/
	width: min(100%,905px);
}
.c-main_text{
	padding-bottom: 0.375rem;
}
.c-bg--green{
	background-color: #e4eeea;
}
.c-txt--fff{
	color: #fff !important;
}
.c-txt--green{
	color: #10642e !important;
}
.c-flex_row_reverse{
	flex-direction: row-reverse;
}
.c-note{
	font-size: 0.8125rem;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-feature-settings: "palt";
}
.c-nowrap{
	white-space: nowrap;
}

.c-strong_txt{
	font-weight: 700;
	font-size: 1.1em;
}
.c-highlight{
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.4em; /* 線の太さ */
  text-decoration-color: rgba(221, 230, 126, 0.4); /* 線の色 */
  text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.c-datasize{
	color: #595757;
}

/*c-link*/
ul.c-link{
	margin: 0; padding: 0;
}
ul.c-link li{
	margin: 0.25rem 0;
	padding: 0.1875rem 0.25rem 0.1875rem 1.125rem;
	background: url(../images/arrow_right_s_red.svg) no-repeat 0.25rem 0.5625rem;
  background-size: 6px auto;
	border-radius: 3px;
	transition: background-color 0.3s;
	line-height: 1.5;
}
.c-link a{
	/*display: inline-block;*/
	text-decoration: none;
	color: #212121;
}
.c-link a:hover{
	text-decoration: underline;
}
.c-link a.c-small{
	padding: 0.125rem 0.25rem 0.125rem 1.25rem;
	background: url("../images/arrow_right_s_red.svg") no-repeat 0.25rem 0.25rem;
	font-size: 0.875rem;
}
ul.c-link li.c-inline{
	display: inline-block;
	margin-right: 1rem;
}

.c-flex--0_0{
	flex: 0 0 auto;
}
.c-flex--1_0{
	flex: 1 0 auto;
}
.c-flex--1_1{
	flex: 1 1 auto;
}
.c-caption {
	font-size: 0.875rem;
	padding: 0.3125rem 0 0;
	color: #46484E;
	line-height: 1.5;
}
.c-caption.c-num_cap {
	position: relative;
	padding-left: 1.5625rem;
}
.c-caption.c-num_cap .c-num {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top:5px; left: 0px;
	line-height: 1;
}
.c-caption.c-num_cap .c-num img{
	width: 100%;
	height: auto;
}

@media screen and ( max-width:599px) {
	ul.c-link li{
		font-size: 0.875rem;
		background-position: 0.25rem 0.375rem;
	}
}

/*grid col customize*/

.p-content_box{
	container: box-container / inline-size; /*container-name / container-style*/
}

@container box-container (max-width: 904px) {
	.c-flex--between,
	.c-flex--start,
	.c-flex--start,
	.c-flex--end,
	.c-flex--center{
		flex-wrap: wrap;
	}
	.col2 .col{
		width: 100%;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}
}

@container box-container (max-width: 799px) {
	.p-content_box .col3 .col{
		width: 75%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.p-content_box .col3 .col.span-2{
		width: 100%;
		max-width: inherit;
	}
}

/*==common projects=========*/

/*main_body*/

.p-main_body{
	position: relative;
	padding-bottom: 3rem;
}
.p-content_box{
	padding: 2rem 2.5rem 0.25rem;
	text-align: justify;
}
.p-article_body{
	position: relative;
	font-feature-settings: "pwid";
	/*letter-spacing: -0.02em;*/
}

/*heading*/

h2.p-article_title{
	margin: 3.5rem auto 3rem;
	padding-top: 1.875rem;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5;
	color: #10642e;
	position: relative;
}
h2.p-article_title.first{
	margin-top: 0;
}
h2.p-article_title.line{
	border-top: #fff 3px solid;
}
h2.p-article_title .shoulder{
	display: block;
	position: absolute;
	top:-14px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.03em;
}
h2.p-article_title.c-txt--fff{
	text-shadow: 2px 3px 14px rgba(0,0,0,0.25), 1px 1px 3px rgba(0,0,0,0.4);
}

h3.p-article_subtitle{
	margin: 2.875rem auto 2.25rem;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #10642e;
}
h3.p-article_subtitle.first{
	margin-top: 0px;
}
h3.p-article_subtitle.box{
	margin: 0;
}

h4.p-line_heading,
h4.p-mov_heading{
	margin: 1.875rem 0 0;
	padding: 1rem 1rem 1.125rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	color: #10642E;
}

h4.p-mov_heading{
	background-color: #E4EEEA;
	border-radius: 4px 4px 0 0;
}
h4.p-line_heading{
	border-top: #9CD1B5 1px solid;
	padding: 1rem 0rem 2rem;
}

/*box_article*/
.c-box_article.p-forest_box_article{
	border: #9CD1B5 1px solid;
	padding: 2rem 2.5rem 0.25rem;
}

/*c-line_section*/
.c-line_section{
	border-top: #9CD1B5 1px solid;/*border-top: #C0C5CC 1px solid;*/
}

/*blank icon*/
a.c-pdf::after,
a.c-blank::after{
	content:"";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0 0.25rem -4px 0.375rem;
}
a.c-pdf::after{
	background-image: url("/common/image/icon_pdf.gif");
}
a.c-blank::after{
	background-image: url("/common/image/icon_blank.png");
}
a.c-blank.wh::after{
	background-image: url("/common/image/icon_blank_w.png");
}

/*info_box*/
.p-info_box_area{
	background-color: #fff;
	padding: 1.125rem 2.5rem 1.375rem;
	position: relative;
	container: info_box-container / inline-size; /*container-name / container-style*/
}
.p-info_box{
	display: flex;
	justify-content: flex-start;
	text-align: left;
	
}
.p-info_box dt.p-info_heading{
	flex: 0 0 auto;
	width: 9rem;
	padding-top: 0.25rem;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1;
	color: #6D7983;
}
.p-info_box dd.p-info_content{
	flex: 1 0 auto;
	width: calc(100% - 9rem);
	padding-right: 60px;
}
.p-info_box .date{
	display: inline-block;
	width: 7.5rem;
	margin-right: 0.5rem;
}
.p-info_box.p-rel_info dd.p-info_content{
	padding-right: 0px;
}

@container info_box-container (max-width: 699px) {
	.p-info_box{
		display: block;
	}
	.p-info_box dt.p-info_heading{
		font-size: 1.375rem;
		padding-bottom: 0.875rem;
	}
	.p-info_box dd.p-info_content{
		width: 100%;
		padding-right: 0px;
		padding-left: 0 !important;
	}
	.p-info_box .date{
		display: block;
		width: auto;
		margin-bottom: 0.25rem;
	}
}

@media screen and ( max-width:959px) {
	h2.p-article_title{
		font-size: 2.25rem;
	}
	h2.p-article_title .shoulder{
		font-size: 1.375rem;
		top:-10px;
	}
	h3.p-article_subtitle{
		margin: 1.875rem auto 1.875rem;
		font-size: 1.5rem;
	}
	.p-content_box,
	.p-info_box_area{
		padding: 1.25rem 1.375rem;
		text-align: left;
	}
	.c-box_article.p-forest_box_article{
		padding: 2rem 1.375rem;
	}
}

.p-mov_area{
	width: 100%;
	padding: 0 !important;
}
.p-mov_area video{
	width: 100%;
}

@media screen and ( max-width:599px) {
	h2.p-article_title{
		font-size: 1.875rem;
		margin-bottom: 2.5rem;
	}
	h2.p-article_title .shoulder{
		font-size: 1.125rem;
	}
	.p-info_box_area{
		padding: 0.875rem 1rem;
	}
	.p-info_box_area .c-inner--bodyWidth{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.p-content_box{
		padding: 1.125rem 1rem;
	}
	.c-box_article.p-forest_box_article{
		padding: 1.875rem 1rem !important;
	}
	h4.p-line_heading,
	h4.p-mov_heading{
		font-size: 1rem;
		text-align: left;
		padding-top: 0.875rem;
		padding-bottom: 1rem;
	}
}

/*goto_index*/
.p-goto_index{
	text-align: center;
}
.p-info_box_area .p-goto_index{
	margin: 1.5rem 0 1rem;
}
.p-goto_index__btn {
	display: inline-block;
	padding: 1rem 4rem 1.125rem;
	width: auto;
	text-align: center;
	line-height: 1;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 4px;
	position: relative;
	background-color: #E4EEEA;
	margin: 0 auto;
}
.p-goto_index__btn a {
	display: inline-block;
	text-decoration: none;
	color: #10642E;
}



/*==lev2_style================================================*/

/*top_lede_box*/
.p-top_lede_box_wrap{
	position: relative;
	z-index: 2;
	color: #fff;
	margin-bottom: 3.25rem;
}
.p-top_lede_box {
	background-color: #10642E;
	min-height: 400px;
	/*margin-top: clamp(-300px,-18vw,-230px);*/
	margin-top: clamp(-350px, -15.5vw, -220px);
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 4px;
}
.p-top_lede_box .p-lede{
	flex: 1 0 auto;
	padding: 2.25rem 2.5rem 1.875rem;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: justify;
}

.p-page_anc_menu{
	flex: 0 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.875rem;
}
.p-page_anc_menu__item{
	flex: 1 1 auto;
	position: relative;
	line-height: 1.5;
	text-align: center;
	border-right: rgba(255,255,255,0.3) 1px solid;
	padding: 0 0.5rem;
}
.col2 .p-page_anc_menu__item{
	width: calc((100% - 1px)/2);
}
.col3 .p-page_anc_menu__item{
	width: calc((100% - 2px)/3);
}
.col4 .p-page_anc_menu__item{
	width: calc((100% - 3px)/4);
}
.p-page_anc_menu .p-page_anc_menu__item:last-of-type{
	border-right: none;
}

.p-page_anc_menu__link{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	padding: 0.4375rem 0.4375rem 3.125rem;
	position: relative;
	border-radius: 3px;
	transition: background-color 0.3s;
}
.p-page_anc_menu__link:hover{
	background-color: #00481E;
}
.p-page_anc_menu__link::after{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: #fff 2px solid;
	border-left: none;
	border-top: none;
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: 14px;
	margin-left: -8px;
}

.p-page_anc_menu__sub{
	flex: 0 0 auto;
	font-weight: 400;
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	padding: 0.125rem 0;
	display: block;
}
.p-page_anc_menu__main{
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 600;
	font-size: 2rem;
}
.p-page_anc_menu__item a{
	color: #fff;
	text-decoration: none;
}
.p-page_anc_menu__item a::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
}

@media screen and ( max-width:1159px) {
	.p-page_anc_menu__sub{
		font-size: 1rem;
	}
	.p-page_anc_menu__main{
		font-size: 1.5rem;
	}
	.p-page_anc_menu__link{
		padding-bottom: 2.5rem;
	}
}

@media screen and ( max-width:959px) {
	.p-top_lede_box .p-lede{
		padding: 1.5rem 1.25rem 1rem;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.p-page_anc_menu{
		display: block;
		padding-bottom: 1.875rem;
	}
	.p-page_anc_menu__item{
		text-align: left;
		border-right: none;
		padding: 0 1rem;
	}
	.col2 .p-page_anc_menu__item,
	.col3 .p-page_anc_menu__item,
	.col4 .p-page_anc_menu__item{
		width: 100%;
	}
	.p-page_anc_menu__link{
		padding-bottom: 0.75rem;
		padding-left: 2.75rem;
		display: flex;
		justify-content: flex-start;
	}
	.p-page_anc_menu__sub{
		flex: 0 0 auto;
		width: 6em;
		font-size: 1rem;
		padding-top: 0.375rem;
	}
	.p-page_anc_menu__link::after{
		width: 10px;
		height: 10px;
		left: 16px;
		top: 16px;
		bottom: inherit;
		margin-left: 0;
	}
	
}
@media screen and ( max-width:599px) {
	.p-page_anc_menu__link{
		display: block;
	}
}

/*p-forest_bnav*/
.p-forest_bnav{
	text-align: center;
	padding-bottom: 1.75rem;
}
h2.p-forest_bnav_heading{
	padding: 2.25rem 0 2.875rem;
	line-height: 1;
	font-size: 2rem;
	color: #10642E;
	font-weight: 600;
	letter-spacing: -0.04em;
}
.p-forest_bnav__link{
	display: flex;
	justify-content: space-between;
}
.p-forest_bnav__link::after{
	display: none;
}
.p-forest_bnav__item{
	flex: 0 0 auto;
	width: calc((100% - 60px)/3);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.75rem;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	background-color: #10642E;
	padding: 1.4375rem 1rem 1.5rem;
	position: relative;
	transition: background-color 0.3s;
}
.p-forest_bnav__item:hover{
	background-color: #00481E;
}
.p-forest_bnav__item::after{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: #fff 2px solid;
	border-top: none; border-left: none;
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -9px;
}
.p-forest_bnav__item.current::after{
	display: none;
}
.p-forest_bnav__item a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 0.3125rem;
	border-bottom: #10642E 3px solid;
}
.p-forest_bnav__item a::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}
.p-forest_bnav__item.current{
	background-color: #E4EEEA;
}
.p-forest_bnav__item.current a{
	color: #212121;
	border-color: #14885A;
}

@media screen and ( max-width:959px) {
	h2.p-forest_bnav_heading{
		font-size: 1.75rem;
		line-height: 1.5;
	}
	.p-forest_bnav__item{
		width: calc((100% - 20px)/3);
		padding: 1.375rem 0.625rem 1.25rem;
		font-size: 1.25rem;
	}
	.p-forest_bnav__item::after {
		width: 10px;
		height: 10px;
		margin-top: -7px;
		right: 16px;
	}
}

@media screen and ( max-width:599px) {
	h2.p-forest_bnav_heading{
		font-size: 1.5rem;
	}
	.p-forest_bnav{
		padding-bottom: 0;
	}
	.p-forest_bnav__link{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.p-forest_bnav__item{
		width: 100%;
		margin-bottom: 6px;
	}
}

/*==/lev2_style================================================*/

/*GREEN KAJIMA logo*/

.p-logo_green_kajima{
	padding: 1.6875rem 0 3rem;
	background-color: #fff;
	text-align: center;
	border-bottom: #E4EEEA 2px solid;
	/*container: box-green_kajima / inline-size;*/
}

.p-logo_green_kajima__inner{
	width: min(calc(100% - 40px), 520px);
	margin: 0 auto;
	padding: 0.625rem;
}


/*utility*/
.u-nowrap{
	white-space: nowrap;
}
.u-kana{
	display: inline-block;
	letter-spacing: -0.05em;
	font-feature-settings: "palt" 1;
}
.u-absolute_anc{
	display: block;
	position: absolute;
	top:-2rem;
}
.u-spNone{
	display: block;
}
.u-spAppear{
	display: none;
}
.u-spLeft{}

.u-def_view{
	display: block;
}
.u-sp_view{
	display: none;
}

.u-sp_full_width_col{}
.u-sp_full_width{}

@media screen and ( max-width:599px) {
	.u-spNone{
		display: none;
	}
	.u-spAppear{
		display: block;
	}
	.u-spLeft{
		text-align: left;
	}
	.u-def_view{
		display: none;
	}
	.u-sp_view{
		display: block;
	}
	
	.sp .p-content_box .u-sp_full_width{
		width: calc(100% + 2rem);
		margin-left: -1rem;
		margin-right: -1rem;
	}
	
	.sp .col.u-sp_full_width_col{
		width: 100% !important;
	}
	
}

/*==lev3_style================================================*/
.p-lev3_main_heading{
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.5;
	padding: 2rem 1rem 3rem;
}

@media screen and ( max-width:959px) {
	.p-lev3_main_heading{
		font-size: 2.5rem;
	}
}
@media screen and ( max-width:599px) {
	.p-lev3_main_heading{
		font-size: 2.25rem;
	}
	
	.p-lev3_title_bar{
		font-size: 1.25rem;
		padding-left: 0;
		padding-right: 0;
	}
	.p-lev3_title_bar__goback{
		position: absolute;
		left: 0.625rem; top: 0px;
		font-size: 0.6875rem;
		width: auto;
		height: 100%;
	}
	.p-lev3_title_bar__goback a{
		padding: 0 0.5rem 0 0.625rem;
	}
	.p-lev3_title_bar__goback a::before{
		width: 6px; height: 6px;
		left: 0px; top: 0.3125rem;
	}
}

.p-award{
	font-size: 1.125rem;
	line-height: 1.5;
	color: #E6002D;
	text-align: center;
	display: block;
	margin: 0.375rem auto 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

