@keyframes ttl_anim_limited {
	0% {
	 color:#8e8466;
	}
	8% {
	 color:#ffffff;
	}
	16% {
	 color:#8e8466;
	}
	100% {
	 color:#8e8466;
	}
}


@charset "utf-8";
.contentsArea .navList a {
	color: #2f4b2f;
}
.contentsArea .navList.active a {
	color: #ffffff;
}



.cvBtn {
  display: none; 
}
.pageContents {
	opacity: 0;
	background-color: #092d0a;
}
.contentsFoot {
  display: none;
}
.titleWrap .title {
  color: #8e8466;
}
.titleWrap .txt-en {
	color: #fff;
	opacity: 0.05;
}
/* .contentsArea .contentInner .mv .mask {
	background-color: #092d0a;
} */
.contentsArea .contentInner .mv .mask picture img {
	background-color: #092d0a;
}
.contentsArea .contentInner .mv.acctive .mask picture::before {
	background-color: #092d0a;
}

.contentInner .mv{
	position: relative;
	margin-bottom: 100px;
}
.contentSec03 .mv {
	margin-bottom: 0;
}
.history.contentInner .mv {
	margin-bottom: 0;
}
.history.contentInner .exCap {
	margin: 4px 2px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	text-align: right;
	margin-bottom: 97px;
}
.contentInner .mv .cap{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 4px 2px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
}
.contentInner .mv .cap.bk {
	color: #000;
}
.contentInner .contentWrap{
	position: relative;
	width: 900px;
	color: #fff;
}
.contentSec03 .exCap {
	margin: 4px 2px;
  margin-bottom: 4px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	text-align: right;
	margin-bottom: 97px;
}
@media screen and (max-width: 768px) {
	.contentInner .mv{
		margin-bottom: 14vw;
		width: 94.791%;
		margin-left: auto;
	}
	.contentSec03 .mv {
		margin-bottom: 0;
	}
	.history.contentInner .exCap {
		margin: 1vw 0.5%;
		font-size: 2.604vw;
		color: #fff;
		line-height: 1.4;
		margin-bottom: 15.2vw;
	}
	.contentInner .mv .cap{
		margin: 1vw 0.5%;
		font-size: 2.604vw;
	}
	.contentInner .contentWrap{
    width: 89.583%;
		margin: 0 auto;
    padding-top: 0vw;
	}
	.contentSec03 .exCap {
    margin: 1vw 0.5%;
		margin-bottom: 1vw;
		font-size: 2.604vw;
		line-height: 1.4;
		margin-bottom: 15.2vw;
	}
}


.contentWrap {
	padding-top: 3px;
}
.contentWrap .title {
	font-size: 40px;
}
@media screen and (max-width: 768px) {
	.contentWrap {
		padding-top: 3px;
	}
	.contentWrap .title {
		font-size: 5.208vw;
	}
}






.backBtnBlk {
  padding: 80px 0 80px;
  background-color: #fff;
  width: 100%;
}
.bakcBtnWrap {
  margin: 0 auto;
  display: flex;
  width: 820px;
  justify-content: space-between;
  font-size: 0;
}
.backBtnBlk a {
  background-color: #88794a;
  display: block;
  width: 400px;
  margin: 0 0;
}
.backBtnBlk a p {
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 24.75px 0;
}
@media screen and (max-width: 768px) {
  .backBtnBlk {
    padding: 10.41vw 0 10.41vw;
  }
  .bakcBtnWrap {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .backBtnBlk a {
    background-color: #88794a;
    display: block;
    width: 78.906%;
    /*! height: 76.56px; */
    margin: 0 auto 2.5vw;
  }
  .backBtnBlk a p {
    font-size: 3.125vw;
    padding: 4.2vw 0;
  }
}


.contentInner {
	margin-bottom: 232px;
}
@media screen and (max-width: 768px) {
	.contentInner {
		margin-bottom: 30.208vw;
  }
	#sec03.contentInner {
		margin-bottom: 20vw;
  }
}

.intervieweeWrap {
	border-top: solid 1px rgba(255, 255, 255 , 0.2);
	border-bottom: solid 1px rgba(255, 255, 255 , 0.2);
	padding: 39px 0;
	margin-bottom: 119px;
}
.intervieweeWrap .flexWrap {
	display: flex;
}
.intervieweeWrap .innerTitel {
	display: grid;
	flex: 1;
	justify-content: left;
	align-items: center;
}
.intervieweeWrap .innerTitel  p {
	font-size: 19px;
	letter-spacing: -0.03em;
}
.intervieweeWrap .profileWrap {
	flex: 3.411;
}
.intervieweeWrap .hashizume {
	display: flex;
}
.hashizume img {
	width: 180px;
  padding-right: 30px;
}
.hashizume .text {
	flex: 2.314;
}
.hashizume .text .profileTitle {
	font-size: 18px;
}
.hashizume .text .name {
	font-size: 27px;
	margin-bottom: 10px;
}
.hashizume .text .name .smallChar {
	font-size: 17px;
}
.hashizume .text .about {
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.intervieweeWrap {
		border-top: solid 1px rgba(255, 255, 255 , 0.2);
		border-bottom: solid 1px rgba(255, 255, 255 , 0.2);
		padding: 8vw 0;
		margin-bottom: 14.5vw;
	}
	.intervieweeWrap .flexWrap {
		display: flex;
	}
	.intervieweeWrap .innerTitel {
		display: block;
	}
	.intervieweeWrap .innerTitel p {
    font-size: 3.467vw;
    margin-bottom: 6.5vw;
	}
	.intervieweeWrap .profileWrap {
		flex: 1.866;
	}
	.intervieweeWrap .hashizume {
		display: flex;
	}
	.hashizume img {
		width: 32vw;
		padding-right: 0;
		height: 40.9vw;
		/*! display: inline; */
	}
	.hashizume .text {
		flex: 2.314;
		padding-left: 6.1%;
	}
	.hashizume .text .profileTitle {
		font-size: 2.933vw;
	}
	.hashizume .text .name {
		font-size: 4.267vw;
		margin-bottom: 2vw;
	}
	.hashizume .text .name .smallChar {
		font-size: 3.125vw;
	}
	.hashizume .text .about {
		font-size: 3.2vw;
		line-height: 1.667;
	}
}

.contentInner h3  {
	font-size: 40px;
	line-height: 1.375;
	margin: -7.5px 0 28px;
}
.contentInner .flexWrap {
	display: flex;
}
.contentInner .innerText {
	font-size: 16px;
	line-height: 2;
	flex: 1;
}
.contentInner .contentSec01 .innerText {
	padding-right: 48px;
}
.contentSec01 .contentWrap .flexWrap .img {
	flex: 0.777;
	max-width: 350px;
}
@media screen and (max-width: 768px) {
	.contentInner h3  {
		font-size: 5.195vw;
		line-height: 1.4;
		margin: 0 0 3.623%;
	}
	.contentInner .flexWrap {
		display: block;
	}
	.contentInner .innerText p {
		font-size: 3.2vw;
		line-height: 1.667;
		padding-right: initial;
		margin-bottom: 5.8vw;
	}
	.contentInner .contentSec01 .innerText {
		padding-right: 0px;
	}
	.contentSec01 .contentWrap .flexWrap .img {
		flex: initial;
		max-width: initial;
	}
}

#sec02 .innerText {
	margin-bottom: 34px;
	padding-right: 0;
}
#sec02 .flexWrap {
	justify-content: space-between;
}
#sec02 .flexWrap .img {
	max-width: 440px;
	position: relative;
}
#sec02 .flexWrap .img .cap {
	position: absolute;
	display: block;
	right: 3px;
	bottom: 2px;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	#sec02 .innerText {
		margin-bottom: initial;
	}
	#sec02 .flexWrap {
		display: flex;
	}
	#sec02 .flexWrap .img {
		max-width: 48.691%;
		position: relative;
	}
	#sec02 .flexWrap .img .cap {
		right: 1vw;
		bottom: 0.6vw;
		font-size: 2.604vw;
	}
}

#sec03 .innerText {
	margin-bottom: 36px;
}
#sec03 .img .cap {
	position: absolute;
	display: block;
	line-height: 1.5;
	font-size: 12px;
	right: 3px;
	bottom: 2px;	
}
#sec03  .flexWrap {
	margin-top: 20px;
	justify-content: space-between;
}
#sec03 .flexWrap .img {
	width: 440px;
	max-width: none;
}
#sec03 .flexWrap .img.size_one {
	width: 48.444%;
}
#sec03 .flexWrap .img.size_two {
	width: 49.667%;
}
#sec03  .cap {
	font-size: 12px;
	text-align: right;
	
}
@media screen and (max-width: 768px) {
	#sec03 .innerText {
		margin-bottom: 5.8vw;
	}
	#sec03 .img .cap {
		font-size: 2.604vw;
		right: 1vw;
		bottom: 0.6vw;
		text-align: right;
	}
	#sec03  .flexWrap {
		margin-top: 1.692vw;
		justify-content: space-between;
		display: flex;
	}
	#sec03 .flexWrap .img {
		width: 48.691%;
		position: relative; 
		max-width: none;
	}
	#sec03  .cap {
		font-size: 12px;
		text-align: right;
		margin: 1vw 0.5%;
		margin-bottom: 1vw;
		font-size: 2.604vw;
		line-height: 1.4;
		margin-bottom: 0;
	}
}