@charset "UTF-8";

/*----------------------------------------

　value

-----------------------------------------*/

#content.inner .visual {
	
}
#content.inner .visual h1 {top: 18.8%;font-size: 1.8vw;letter-spacing: 0.3em;}
#content.inner .visual h1 span {
	font-size: 4vw;
	margin-bottom: 1.2vw;
	background: linear-gradient(0deg, #ffffffff 0%, #ffffff44 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100vw;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}
#content.inner .visual h1.active span {
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
#content.inner .visual h1 span::after {
	display: none;
}
#content.inner .content {
  padding-bottom: 0;
}
#content.inner .content .submenu {
  margin-bottom: 70px;
}
#content.inner .content .bg {
	padding-bottom: 220px;	margin-top: 0;
}
#content.inner .content .sec {
	
}
#content.inner .content .sec .label {width: 584px;font-size: 32px;margin: 0px auto 30px auto;line-height: 1em;position: relative;letter-spacing: 0.2em;font-weight: 600;padding: 6px 0;color: #fff;}
#content.inner .content .sec .label::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% + 40px);
	height: 3px;
	background: linear-gradient(to right,  rgba(172,135,110,1) 0%,rgba(172,135,110,1) 60%,rgba(172,135,110,0) 95%,rgba(172,135,110,0) 100%);
}
#content.inner .content .sec h2 {
	width: 584px;
	font-size: 70px;
	margin: 0px auto 45px auto;
	line-height: 1em;
	text-align: center;
	color: #d2a36c;
	box-sizing: border-box;
	padding-right: 0;
}
#content.inner .content .sec h2 .mini {font-size: 52px;}
#content.inner .content .sec.value2 .label,
#content.inner .content .sec.value4 .label {
	color: #727171;
}
#content.inner .content .sec.value2 h2,
#content.inner .content .sec.value4 h2 {
	color: #92664b;
}
#content.inner .content .sec.value4 h2 {
	font-size: 90px;
}
#content.inner .content .sec.value4 h2 .f_en {display: block;}
#content.inner .content .sec.value5 .label {
	letter-spacing: 0.1em;
}
#content.inner .content .sec.value5 h2 {
	font-size: 80px;
	margin-bottom: 48px;
}
#content.inner .content .sec .lead {
  font-size: 34px;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
#content.inner .content .sec .lead span {font-size: 55px;}
#content.inner .content .sec .text {
  font-size: 24px;
  text-align: center;
  line-height: 1.7em;
  margin-top: 40px;
}
#content.inner .content .value1 .fbox {display: flex;justify-content: center;margin-top: 60px;gap: 50px;align-items: center;}
#content.inner .content .value1 .img1 {
  width: 474px;
}
#content.inner .content .value1 .img2 {
  width: 500px;
}
#content.inner .content .value1 .img2 .caption {line-height: 1.8em;font-size: 11px;position: relative;bottom: auto;margin-top: 21px;}
#content.inner .content .value2 .fbox {display: flex;justify-content: center;align-items: end;gap: 70px;padding-right: 60px;margin-bottom: 100px;}
#content.inner .content .value2 .img1 {
  width: 648px;
}
#content.inner .content .value2 .img2 {
  width: 206px;
  margin: 0;
}
#content.inner .content .bg.pb0 {
	padding-bottom: 0;
}
#content.inner .content .value3 {
  padding-bottom: 220px;
}
#content.inner .content .value3 .wrap {
  box-sizing: border-box;
}
#content.inner .content .value3 .img1 {
  width: 800px;
  margin: 35px auto 60px auto;
}
#content.inner .content .value4 .img1 {
  width: 800px;
  margin: 35px auto 60px auto;
}
#content.inner .content .bgstyle2 {
	background: url(../img/bg_value5.webp) repeat-x center -130px / 100% auto;
	position: relative;
	padding-bottom: 100px;
	margin-top: -100px;
	overflow: hidden;
	padding-top: 40px;
	color: #fff;
	background-color: #2f3130;
}
#content.inner .content .bgstyle2::before {
	content: "";
	display: block;
	position: absolute;
	right: -142px;
	top: -120px;
	width: 200px;
	height: 200px;
	transform: rotate(52deg);
	background: #ffffff;
}
#content.inner .content .bgstyle2 .v_caption {
	position: absolute;
	right: 30px;
	top: 397px;
	font-size: 12px;
}
#content.inner .content .value5 .img1 {
  width: 800px;
  margin: 80px auto 60px auto;
}
#content.inner .content .value5 .img2 {
  width: 630px;
  margin: 66px auto 60px auto;
}
#content.inner .content .value5 .img2 .caption {line-height: 1.8em;font-size: 11px;position: relative;bottom: auto;margin-top: 21px;}

@media screen and (max-width: 1920px) {
	#content.inner .content .bgstyle2 {
		background-size: 1920px auto;
	}
}
#content.inner .content .bt_more {
	display: block;
	background: #94745e;
	width: 530px;
	height: 88px;
	margin: 70px auto 0 auto;
	border-radius: 100px;
	font-size: 20px;
	color: #fff;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	line-height: 1em;
	padding: 0 40px;
	font-size: 16px;
	letter-spacing: 0.1em;
	box-shadow: 5px 5px 5px #00000030;
	position: relative;
	transition: 0.6s ease all;
}
.pc_view #content.inner .content .bt_more:hover {
	opacity: 0.75;
}
#content.inner .content .bt_more::before {
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	border: 1px solid #fff;
	border-radius: 100px;
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translate(0, -50%);
}
#content.inner .content .bt_more::after {
	content: "";
	display: block;
	position: absolute;
	right: 51px;
	top: 48px;
	width: 130px;
	height: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg, 0deg);
	
  transition: 0.6s ease all;
}
.pc_view #content.inner .content .bt_more:hover::after {
	right: 42px;
}

#content.inner .content .towervalue {
	background: url(../img/bg_towervalue.webp) repeat-x center top /cover;
	position: relative;
	padding-bottom: 100px;
}#content.inner .content .towervalue .title {text-align: center;background: #94745e;color: #fff;font-size: 45px;font-weight: 600;line-height: 1em;padding: 20px 0;letter-spacing: 0.4em;}

#content.inner .content .towervalue .fbox {display: flex;justify-content: center;margin-top: 60px;gap: 50px;align-items: center;}
#content.inner .content .towervalue .img1 {width: 390px;margin: 90px auto 0 auto;}
#content.inner .content .towervalue .img2 {width: 440px;position: relative;margin-top: 10px;}
#content.inner .content .towervalue .img3 {width: 500px;margin: 0;position: relative;}
#content.inner .content .towervalue .lead {
  font-size: 34px;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
#content.inner .content .towervalue .lead span {font-size: 55px;}
#content.inner .content .towervalue .text {
  font-size: 24px;
  text-align: center;
  line-height: 1.7em;
  margin-top: 60px;
  letter-spacing: 0.05em;
}
#content.inner .content .towervalue .note {width: 760px;margin: 20px auto 100px auto;font-size: 12px;line-height: 1.5em;}

#content.inner .content .bt_more.fade { transition-delay: 3s;}

#content.inner .content .bt_more span {line-height: 1em;letter-spacing: 0.3em;font-size: 23px;font-weight: 600;display: block;margin-bottom: 6px;}

@media screen and (max-width: 768px) {
	#content.inner .visual h1 {top: 15.8%;font-size: 3.8vw;letter-spacing: 0.3em;}
	#content.inner .visual h1 span {
		font-size: 8vw;
		margin-bottom: 2.4vw;
		background: linear-gradient(0deg, #ffffffff 0%, #ffffff44 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		width: 100vw;
	}
	#content.inner .visual h1.active span {
		letter-spacing: 0.2em;
		text-indent: 0.2em;
	}
	#content.inner .visual h1 span::after {
		display: none;
	}
  #content.inner .content {
    padding-bottom: 0;
  }
  #content.inner .content .submenu {
    margin-bottom: 28px;
  }
	#content.inner .content .bg {
		padding-bottom: 90px;
		margin-top: 0;
	}
	#content.inner .content .sec {
		
	}
	#content.inner .content .sec .label {width: 90%;font-size: 22px;margin: 0px auto 16px auto;line-height: 1em;position: relative;letter-spacing: 0.2em;font-weight: 600;padding: 4px 0;color: #fff;}
	#content.inner .content .sec .label::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 105%;
		height: 2px;
		background: linear-gradient(to right,  rgba(172,135,110,1) 0%,rgba(172,135,110,1) 60%,rgba(172,135,110,0) 95%,rgba(172,135,110,0) 100%);
	}
	#content.inner .content .sec h2 {
		width: 90%;
		font-size: 47px;
		margin: 0px auto 25px auto;
		line-height: 1em;
		text-align: center;
		color: #d2a36c;
		box-sizing: border-box;
		padding-right: 0;
	}
	#content.inner .content .sec h2 .mini {font-size: 36px;}
	#content.inner .content .sec.value2 .label,
	#content.inner .content .sec.value4 .label {
		color: #727171;
	}
	#content.inner .content .sec.value2 h2,
	#content.inner .content .sec.value4 h2 {
		color: #92664b;
	}
	#content.inner .content .sec.value4 h2 {
		font-size: 55px;
	}
	#content.inner .content .sec.value4 h2 .f_en {display: block;}
	#content.inner .content .sec.value5 .label {
		letter-spacing: 0.1em;
	}
	#content.inner .content .sec.value5 h2 {
		font-size: 60px;
		margin-bottom: 30px;
	}
  #content.inner .content .sec .lead {
    font-size: 17px;
    /* text-align: left; */
    line-height: 1.6em;
    letter-spacing: 0.1em;
    /* margin-left: 7%; */
  }
	#content.inner .content .sec .lead span {font-size: 26px;}
  #content.inner .content .sec .text {
    font-size: 12px;
    text-align: left;
    line-height: 1.7em;
    margin-top: 15px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
	#content.inner .content .value1 .fbox {display: block;margin-top: 23px;align-items: center;}

	#content.inner .content .value1 .img1 {
	  width: 100%;
	  margin: 0 auto 30px auto;
	}

	#content.inner .content .value1 .img2 {
	  width: 86%;
	  margin: 25px auto 0 auto;
	}
	#content.inner .content .value1 .img2 .caption {line-height: 1.8em;font-size: 10px;position: relative;bottom: auto;margin-top: 15px;line-height: 1.5em;}
	#content.inner .content .value2 .fbox {display: block;padding-right: 0;margin-bottom: 0;}
	#content.inner .content .value2 .img1 {
	  width: 90%;
	  margin: 0px auto 0 auto;
	}
	#content.inner .content .value2 .img2 {
	  width: 100%;
	  margin: 40px auto 20px auto;
	}
	#content.inner .content .bg.pb0 {
		padding-bottom: 0;
	}
	#content.inner .content .value3 {
	padding-bottom: 90px;
	}
	#content.inner .content .value3 .img1 {
	  width: 100%;
	  margin: 20px auto 30px auto;
	}
	#content.inner .content .value4 .img1 {
	  width: 100%;
	  margin: 20px auto 30px auto;
	}
	#content.inner .content .bgstyle2 {
		background: url(../img/bg_value5.webp) repeat-x left 45% top -21px / 173% auto;
		position: relative;
		padding-bottom: 50px;
		margin-top: -40px;
		overflow: hidden;
		padding-top: 40px;
		color: #fff;
		background-color: #2f3130;
	}
	#content.inner .content .bgstyle2::before {
		content: "";
		display: block;
		position: absolute;
		right: -175px;
		top: -120px;
		width: 200px;
		height: 200px;
		transform: rotate(52deg);
		background: #ffffff;
	}
	#content.inner .content .bgstyle2 .v_caption {
		position: absolute;
		right: 20px;
		top: 236px;
		font-size: 10px;
	}
	#content.inner .content .value5 .img1 {
	  width: 90%;
	  margin: 28px auto 20px auto;
	}
	#content.inner .content .value5 .img2 {
	  width: 86%;
	  margin: 55px auto 27px auto;
	}
	#content.inner .content .value5 .img2 .caption {line-height: 1.5em;font-size: 10px;position: relative;bottom: auto;margin-top: 14px;}

	#content.inner .content .towervalue .title {text-align: center;background: #94745e;color: #fff;font-size: 18px;font-weight: 600;line-height: 1em;padding: 8px 0;letter-spacing: 0.4em;}
	#content.inner .content .towervalue {
	padding-bottom: 50px;
	}
	#content.inner .content .towervalue::before {
	height: 40px;
	}
	#content.inner .content .towervalue h2 {
		text-align: center;
		background: #94745e;
		color: #e5dfda;
		font-size: 21px;
		letter-spacing: 0.3em;
		font-weight: 600;
		line-height: 1.5em;
		text-indent: 0.3em;
		padding: 6px 0;
		box-shadow: 0 0 20px #664e3d;
	}
	#content.inner .content .towervalue > .inner {text-align: center;padding: 40px 0;}
	#content.inner .content .towervalue .lead {
		font-size: 17px;
		line-height: 1.6em;
		letter-spacing: 0.1em;
		margin-top: 20px;
	}
	#content.inner .content .towervalue .fbox {
	display: block;
	margin-top: 30px;
	}
	#content.inner .content .towervalue .img1 {
		width: 210px;
		margin: 0px auto 0 auto;
	}
	#content.inner .content .towervalue .img2 {
		width: 270px;
		margin: 20px auto 0 auto;
		left: 20px;
	}
	#content.inner .content .towervalue .img3 {
		width: 90%;
		margin: 20px auto 0px auto;
	}
	#content.inner .content .towervalue .text {
		font-size: 12px;
		text-align: left;
		line-height: 1.7em;
		margin-top: 15px;
		width: 86%;
		margin-left: auto;
		margin-right: auto;
	}
	#content.inner .content .towervalue .note {margin: 16px auto 0 auto;font-size: 10px;line-height: 1.5em;width: 86%;text-align: left;}

	#content.inner .content .towervalue .lead2 {
		margin-top: 30px;
	}
	#content.inner .content .bt_more {
		display: block;
		background: #94745e;
		width: 320px;
		height: 54px;
		margin: 20px auto 0 auto;
		border-radius: 100px;
		font-size: 20px;
		color: #fff;
		display: flex;
		box-sizing: border-box;
		flex-direction: column;
		align-items: start;
		justify-content: center;
		line-height: 1em;
		padding: 0px 26px;
		font-size: 11px;
		letter-spacing: 0.1em;
		box-shadow: 5px 5px 5px #00000030;
		position: relative;
	}
	#content.inner .content .bt_more::before {
		content: "";
		display: block;
		width: 28px;
		height: 28px;
		border: 1px solid #fff;
		border-radius: 100px;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translate(0, -50%);
	}
	#content.inner .content .bt_more::after {
		content: "";
		display: block;
		position: absolute;
		right: 30px;
		top: 27px;
		width: 74px;
		height: 4px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: skew(45deg, 0deg);
	}
	#content.inner .content .bt_more span {line-height: 1em;letter-spacing: 0.3em;font-size: 15px;font-weight: 600;display: block;margin-bottom: 3px;}
}