@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
.r3Main .mkrTitle01{
	margin-bottom: 15px;
}
.r3Main .mkrTitle01 figure.bg{
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
	background-color: #9b7737;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.r3Main div h2.mkrTit01{
	line-height: 1.6;
	margin: 0;
	font-size: 265%;
	font-family: "Noto Serif JP", serif;
	color: #000;
	font-weight: 500;
	text-align: center;
}
.r3Main div .mkrTit01_en{
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	letter-spacing: 0.3em;
}
.r3Main div h3.mkrTit02{
	line-height: 1.5;
	margin: 0 0 25px;
	font-size: 233%;
	font-family: "Noto Serif JP", serif;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.05em;
}


@media only screen and (max-width: 990px) { 
	.r3Main div h3.mkrTit02{
		line-height: 1.4;
		margin: 0 0 15px;
	}
}


.mkrNotes{
	padding: 0 20px;
}
.mkrNotes_in{
	max-width: 1240px;
	margin: 0 auto;
}
.mkrNotes p{
	text-align: right;
}




/* ビジュアル
------------------------------------------------------------------------------- */
.mkrVisual01 {
	margin-bottom: 70px;
	position: relative;
}
.mkrVisual01_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
	z-index: 2;
}
.mkrVisual01_in {
	opacity: 0;
	transition: opacity .4s .1s;
}
.mkrVisual01_in-show {
	opacity: 1;
}
.mkrVisual01_item img {
	width: 100%;
}


/* リード
------------------------------------------------------------------------------- */
.mkrLead{
	margin-bottom: 96px;
	padding: 0 20px;
}
.mkrLead_in{
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
}
.mkrLead h1{
	margin-bottom: 76px;
}
.mkrLead_block01{
	font-family: "Noto Serif JP", serif;
}
.mkrLead_block01 p{
	line-height: 2.0;
}
.mkrLead_block01 p.fsL{
	margin: 65px 0;
	font-size: 250%;
	line-height: 1.4;
}
.mkrLead_block01 p.fsXL{
	font-size: 265%;
	line-height: 1.4;
}
.mkrLead_block02{
	padding: 30px 40px 40px;
	border: 2px solid #e3e0de;
}
.mkrLead_block02 figure{
	margin-bottom: 30px;
	text-align: center;
}
.mkrLead_block02 > div{
	color: #666;
	text-align: left;
}
.mkrLead_block02 > div p{
	line-height: 1.875;
	font-weight: 500;
}


/* アンカー
------------------------------------------------------------------------------- */
.mkrAnchor{
	margin-bottom: 80px;
	padding: 0 20px;
}
.mkrAnchor_in{
	max-width: 1240px;
	margin: 0 auto;
}
.mkrAnchor ul{
	font-size: 135%;
	line-height: 1.3;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 0 20px;
}
.mkrAnchor li{
	width: calc(100% - 60px / 4);
}
.mkrAnchor li a {
	width: 100%;
	min-height: 80px;
	background-color: #6e7b71;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.mkrAnchor li a::after{
	content: "";
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background: url(../images/ico_arw01.svg) left top no-repeat;
	background-size: 22px auto;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
}




/* コンセプトムービー
------------------------------------------------------------------------------- */
.mkrConceptMovie{
	padding: 65px 20px 240px;
	background: url(../images/bg01.jpg) center top no-repeat;
	background-size: 100% auto;
}
.mkrConceptMovie_in{
	max-width: 1240px;
	margin: 0 auto;
}
.r3Main .mkrConceptMovie_tit {
	margin-bottom: 56px;
	color: #FFF;
	text-align: center;
}
.r3Main .mkrConceptMovie_tit figure{
	margin-bottom: 20px;
}
.r3Main .mkrConceptMovie_tit h2.mkrTit01{
	margin-bottom: 20px;
	color: #FFF;
}
.mkrConceptMovie .mkrConceptMovie_movie {
	max-width: 950px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.mkrConceptMovie iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 1400px) { 
	.mkrConceptMovie{
		background-size: auto 100%;
	}
}

/* MOKURIEの特徴
------------------------------------------------------------------------------- */
.mkrFeatures{
	padding: 96px 20px 0;
	background-color: #FFF;
}
.mkrFeatures_in{
	max-width: 1240px;
	margin: 0 auto;
}
.mkrFeatures_tit{
	padding-top: 50px;
	background-color: #FFF;
	border-radius: 10px 10px 0 0;
	position: relative;
	top: -230px !important;
}
.mkrFeatures .mkrFeatures_lead{
	margin-top: -230px;
	margin-bottom: 70px;
	line-height: 2.0;
	font-weight: 500;
	text-align: center;
}

.mkrFeatures_block{
	max-width: 1240px;
	margin: 0 auto 80px;
	overflow: hidden;
	position: relative;
}
.mkrFeatures_block .mkrFeatures_docs p{
	line-height: 2.25;
	font-weight: 500;
}
.mkrFeatures_block .mkrFeatures_docs p.mkrFeatures_note{
	margin-left: 1em;
	font-size: 117%;
	line-height: 1.7;
	color: #666;
	font-weight: 400;
	text-indent: -1em;
	text-align: left;
}
.mkrFeatures_side{
	position: absolute;
}
.mkrFeatures01 .mkrFeatures_side {
	top: 0;
	left: 0;
}
.mkrFeatures02 .mkrFeatures_side {
	top: 0;
	right: 0;
}
.mkrFeatures03 .mkrFeatures_side {
	top: 0;
	left: 0;
}


.mkrFeatures01_wrap{
	margin-top: 124px;
	position: relative;
}
.mkrFeatures01 .mkrFeatures_item{
	width: 88.306%;
	max-width: 1095px;
	background-color: #e9e6e5;
	color: #333;
	box-sizing: border-box;
}
.mkrFeatures01 .mkrFeatures_item.mkrFeatures01-1{
	padding: 40px 54.838% 40px 70px;
}
.mkrFeatures01-1 figure{
	max-width: 786px;
	width: 63.387%;
	position: absolute;
	right: 0;
	top: -124px;
}
.mkrFeatures01 .mkrFeatures_item.mkrFeatures01-2{
	padding: 30px 40px 30px 70px;
	display: flex;
	gap: 0 40px;
	justify-content: space-between;
	position: relative;
}
.mkrFeatures01 .mkrFeatures_item.mkrFeatures01-2::before{
	content: "";
	width: calc(100% - 110px);
	height: 1px;
	background-color: #FFF;
	display: block;
	position: absolute;
	top: 0;
	left: 70px;
}
.mkrFeatures01 .mkrFeatures_item.mkrFeatures01-2 h3 span.fsS{
	margin-top: 10px;
	line-height: 1.6;
	font-size: 71.428%;
	display: inline-block;
}
.mkrFeatures01 .mkrFeatures_item.mkrFeatures01-2 .mkrFeatures_docs{
	padding-top: 10px;
}
.mkrFeatures01 .mkrFeatures_item.mkrFeatures01-2 .mkrFeatures_imgs{
	max-width: 260px;
	min-width: 194px;
	width: 23.744%;
}

.mkrFeatures02 .mkrFeatures_imgs,
.mkrFeatures03 .mkrFeatures_imgs{
	max-width: 1095px;
	width: 88.3%;
}

.mkrFeatures02 .mkrFeatures_item{
	position: relative;
}
.mkrFeatures02 .mkrFeatures_docs{
	max-width: 785px;
	margin: 410px 0 0 auto;
	padding: 380px 70px 60px;
	padding-top: clamp(180px, 30vw, 380px);
	background-color: #e9e6e5;
	color: #333;
	box-sizing: border-box;
}
.mkrFeatures02 .mkrFeatures_imgs{
	position: absolute;
	left: 0;
	top: -410px;
}

.mkrFeatures03 .mkrFeatures_item{
	position: relative;
}
.mkrFeatures03 .mkrFeatures_docs{
	max-width: 785px;
	margin: 410px auto 0 0;
	padding: 380px 70px 60px;
	padding-top: clamp(180px, 30vw, 380px);
	background-color: #e9e6e5;
	color: #333;
	box-sizing: border-box;
}
.mkrFeatures03 .mkrFeatures_imgs{
	position: absolute;
	right: 0;
	top: -410px;
}



@media only screen and (max-width: 1280px) { 
	.mkrFeatures_block.mkrFeatures01,
	.mkrFeatures_block.mkrFeatures03{
		margin-right: -20px;
	}
	.mkrFeatures_block.mkrFeatures02{
		margin-left: -20px;
	}
	.mkrFeatures02 .mkrFeatures_imgs,
	.mkrFeatures03 .mkrFeatures_imgs{
		max-width: 1095px;
		width: calc(88.3% + 20px);
	}
}
@media only screen and (max-width: 1200px) { 
	.mkrFeatures01 .mkrFeatures_item.mkrFeatures01-1{
		padding: 40px 50% 40px 60px;
	}
	.mkrFeatures01-1 figure{
		right: -4%;
	}
	.mkrFeatures01 .mkrFeatures_item.mkrFeatures01-2{
		padding: 30px 40px 30px 60px;
	}
	.mkrFeatures01 .mkrFeatures_item.mkrFeatures01-2::before{
		width: calc(100% - 100px);
		left: 60px;
	}

	.mkrFeatures02 .mkrFeatures_docs{
		margin: 360px 0 0 auto;
		padding: 400px 60px 60px;
		padding-top: clamp(180px, 32vw, 400px);
	}
	.mkrFeatures02 .mkrFeatures_imgs{
		top: -360px;
	}

	.mkrFeatures03 .mkrFeatures_docs{
		margin: 360px auto 0 0;
		padding: 400px 60px 60px;
		padding-top: clamp(180px, 32vw, 400px);
	}
	.mkrFeatures03 .mkrFeatures_imgs{
		top: -360px;
	}
}
@media only screen and (max-width: 1160px) { 
	.mkrFeatures01_wrap{
		margin-top: 100px;
	}
	.mkrFeatures01-1 figure{
		top: -100px;
		right: -6%;
	}
}
@media only screen and (max-width: 1100px) { 
	.mkrFeatures_block .mkrFeatures_docs p{
		line-height: 2;
	}
	.mkrFeatures01_wrap{
		margin-top: 80px;
	}
	.mkrFeatures01-1 figure{
		top: -80px;
	}

	.mkrFeatures02 .mkrFeatures_docs{
		margin: 330px 0 0 auto;
		padding: 400px 60px 50px;
		padding-top: clamp(180px, 32vw, 400px);
	}
	.mkrFeatures02 .mkrFeatures_imgs{
		top: -330px;
	}

	.mkrFeatures03 .mkrFeatures_docs{
		margin: 330px auto 0 0;
		padding: 400px 60px 50px;
		padding-top: clamp(180px, 32vw, 400px);
	}
	.mkrFeatures03 .mkrFeatures_imgs{
		top: -330px;
	}
}
@media only screen and (max-width: 990px) { 
	.mkrFeatures_block .mkrFeatures_docs p{
		line-height: 1.8;
	}
	.mkrFeatures01 .mkrFeatures_item.mkrFeatures01-2 h3 span.fsS{
		margin-top: 5px;
		line-height: 1.5;
	}

}
@media only screen and (max-width: 950px) { 
	.mkrFeatures02 .mkrFeatures_docs{
		padding-top: 290px;
	}
	.mkrFeatures03 .mkrFeatures_docs{
		padding-top: 290px;
	}
}


/* 環境への取り組み
------------------------------------------------------------------------------- */
.mkrEnvironment{
	margin-bottom: 80px;
	padding: 70px 20px 0;
	background: url(../images/bg02.jpg) center top no-repeat;
	background-size: 100% auto;
}
.mkrEnvironment_in{
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 0 0;
	background-color: #FFF;
	border-radius: 10px 10px 0 0;
	position: relative;
	z-index: 3;
}
.mkrEnvironment_lead{
	margin-bottom: 70px;
	line-height: 1.875;
	color: #000;
	font-weight: 500;
	text-align: center;
}
.mkrEnvironment .mkrEnvironment_txtLink01{
	margin: 0 0 40px;
	font-weight: 500;
	text-align: right;
}
.mkrEnvironment .mkrEnvironment_txtLink01 a{
	position: relative;
}
.mkrEnvironment .mkrEnvironment_txtLink01 a::after{
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: -5px 5px 0 0;
	border-width: 3px 3px 0 0;
	border-style: solid;
	color: #9b7737;
	transform:rotate(45deg);
}

.mkrEnvironment_wrap{
	margin-bottom: 40px;
	display: flex;
	gap: 0 75px;
}
.mkrEnvironment_item{
	width: calc((100% - 75px) / 2);
	box-sizing: border-box;
}
.r3Main .mkrEnvironment_item h3{
	margin-bottom: 50px;
	padding: 17px 0;
	border-top: 1px solid #9b7737;
	border-bottom: 1px solid #9b7737;
	font-size: 250%;
	font-family: "Noto Serif JP", serif;
	color: #333;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
}
.mkrEnvironment_item figure{
	margin-bottom: 50px;
	flex-grow: 1;
}
.mkrEnvironment_item figcaption{
	margin-top: 20px;
	font-size: 100%;
	color: #999;
}
.mkrEnvironment_item p{
	line-height: 2.0;
	font-weight: 500;
	color: #333;
}




/* 森とともに、地域とともに
------------------------------------------------------------------------------- */
.mkrSocial{
	margin-bottom: 80px;
	padding: 70px 20px 0;
	background: url(../images/bg03.jpg) center top no-repeat;
	background-size: 100% auto;
}
.mkrSocial_in{
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 0 0;
	background-color: #FFF;
	border-radius: 10px 10px 0 0;
	position: relative;
	z-index: 3;
}
.mkrSocial_lead{
	margin-bottom: 45px;
	line-height: 1.875;
	color: #000;
	font-weight: 500;
	text-align: center;
}
.r3Main .mkrSocial h3{
	max-width: 580px;
	margin: 0 auto 25px;
	padding: 17px 0;
	border-top: 1px solid #9b7737;
	border-bottom: 1px solid #9b7737;
	font-size: 250%;
	font-family: "Noto Serif JP", serif;
	color: #333;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
}
.mkrSocial_txt01{
	margin-bottom: 20px;
	line-height: 2;
	color: #333;
	font-weight: 500;
	text-align: center;
}
.mkrSocial figure{
	text-align: center;
}


/* 社有林での植樹
------------------------------------------------------------------------------- */
.mkrEnvironment02 {
	margin-bottom: 80px;
	padding: 0 20px;
}
.mkrEnvironment02_in {
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.mkrEnvironment02_wrap{
	display: flex;
}
.r3Main .mkrEnvironment02 .mkrTit02{
	font-size: 300%;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
}
.mkrEnvironment02_docs{
	padding-right: 42px;
	color: #333;
}
.mkrEnvironment02_docs p{
	line-height: 2.25;
	font-weight: 500;
}
.mkrEnvironment02_docs p em {
	font-size: 137.5%;
}
.mkrEnv_companyForest {
	width: 50%;
	position: relative;
}
.mkrEnv_companyForest_in {
	max-width: 506px;
	margin: 0 auto;
	overflow: hidden;
	transition: opacity .5s;
	opacity: 0;
}
.mkrEnv_companyForest_in.swiper-initialized {
	opacity: 1;
}
.mkrEnvironment02 .mkrEnv_companyForest_page {
	padding-top: 30px;
	position: static;
	height: 15px;
	text-align: center;
}
.mkrEnvironment02 .mkrEnv_companyForest_page .swiper-pagination-bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border-radius: 50%;
	background: #999;
	opacity: 1.0;
}
.mkrEnvironment02 .mkrEnv_companyForest_page .swiper-pagination-bullet-active {
	background: #9b7737;
}
.mkrEnvironment02 .mkrEnv_companyForest_btn {
	position: absolute;
	top: 170px;
	width: 30px;
	height: 30px;
	background-color: #333;
	border-radius: 5px;
	margin: -15px 0 0;
	z-index: 3;
	cursor: pointer;
	transition: opacity .5s;
	opacity: 0;
}
.mkrEnvironment02 .tmkrEnv_companyForest-show .mkrEnv_companyForest_btn {
	opacity: 1;
}
.mkrEnvironment02 .mkrEnv_companyForest_btn-prev {
	left: 10px;
}
.mkrEnvironment02 .mkrEnv_companyForest_btn-next {
	right: 10px;
}
.mkrEnvironment02 .mkrEnv_companyForest_btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.mkrEnvironment02 .mkrEnv_companyForest_btn-prev::before {
	margin-left: -11px;
	background-image: url(/tochikatsu/d-room/products/mokurie/images/ico_arw03.svg);
}
.mkrEnvironment02 .mkrEnv_companyForest_btn-next::before {
	margin-left: -9.5px;
	background-image: url(/tochikatsu/d-room/products/mokurie/images/ico_arw02.svg);
}


@media only screen and (max-width: 1200px) { 
	.mkrEnvironment02_docs{
		padding-right: 37px;
	}
	.mkrEnvironment02_txt_msg01{
		left: 60px;
	}
	.mkrEnv_companyForest {
		width: 45%;
	}

}
@media only screen and (max-width: 1100px) { 
	.mkrEnvironment02_docs p{
		line-height: 2;
	}
	.mkrEnvironment02 .mkrEnv_companyForest_btn {
		top: 150px;
	}
}
@media only screen and (max-width: 1000px) { 
	.mkrEnvironment02_txt_msg01{
		left: 50px;
	}
	.mkrEnvironment02 .mkrEnv_companyForest_btn {
		top: 140px;
	}
}


/* Interview
------------------------------------------------------------------------------- */
.mkrInterview{
	padding: 70px 20px;
	background: url(../images/bg04.jpg) center top no-repeat;
	background-size: 100% auto;
}
.mkrInterview_in{
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 0 0;
	background-color: #FFF;
	border-radius: 10px 10px 0 0;
	position: relative;
	z-index: 3;
}
.mkrInterview .mkrInterview_lead{
	margin-bottom: 60px;
	line-height: 2.25;
	color: #000;
	font-weight: 500;
	text-align: center;
}
.mkrInterview .mkrInterview_movie {
	max-width: 950px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.mkrInterview .mkrInterview_movie iframe{
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9 !important;
}


/* アニメーション
------------------------------------------------------------------------------- */
.fade-bg {
	animation: fadeInBg 1s ease-out forwards;
}





.mkrFeatures_block .mkrFeatures_imgs,
.mkrFeatures_block .mkrTit02,
.mkrFeatures_block .mkrFeatures_side,
.mkrFeatures_block .mkrFeatures_docs p {
	opacity: 0;
	transition: opacity 2s ease;
}
.mkrFeatures_block .mkrTit02,
.mkrFeatures_block .mkrFeatures_side {
	transition-delay: 0.7s;
}
.mkrFeatures_block .mkrFeatures_docs p {
	transition-delay: 1.5s;
}
.mkrFeatures01_wrap .mkrFeatures_item,
.mkrFeatures02 .mkrFeatures_docs,
.mkrFeatures03 .mkrFeatures_docs {
	background-color: rgba(233, 230, 229, 0);
}

.is-show.mkrFeatures_block .mkrFeatures_imgs,
.is-show.mkrFeatures_block .mkrTit02,
.is-show.mkrFeatures_block .mkrFeatures_side,
.is-show.mkrFeatures_block .mkrFeatures_docs p {
	opacity: 1;
}
.is-show .mkrFeatures01_wrap .mkrFeatures_item,
.is-show.mkrFeatures02 .mkrFeatures_docs,
.is-show.mkrFeatures03 .mkrFeatures_docs {
	animation: fadeInBg 1s ease forwards;
	animation-delay: 0.5s;
}


@keyframes fadeInBg {
	0% {
		background-color: rgba(233, 230, 229, 0);
	}
	100% {
		background-color: rgba(233, 230, 229, 1);
	}
}