@charset "UTF-8";

.pre-inc #intro,.pre-inc #interview_area{
	font-family: "Noto Sans JP", sans-serif;
}
.pre-inc.layer .main_wrap{
	margin-top: 85px;
}
.pre-inc.layer .main_wrap .main_img::after {
	display: none;
}
.pre-inc.layer .interview_mainvisual{
	opacity: 0;
	animation: fadeIn 1s ease forwards;
	animation-delay: 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pre-inc #intro .cap_b{
    right: -1.3em;
    bottom: 0;
}
.pre-inc .interview_introimages {
	background: url("../img/interview/icon_tree.svg") no-repeat right bottom;
	background-size: 9.701492537313433% auto;
  max-width: 1340px;
  width: 98%;
  margin: 80px auto 50px;
  position: relative;
  aspect-ratio: 67 / 26;
}
.pre-inc .introtext{
	width: 32.83582089552239%;
	position: absolute;
	right: 11.94029850746269%;
	bottom: 5.769230769230769%;
}
.pre-inc .introtext h3{
	font-size: 24px;
	color: #89b127;
}
.pre-inc .introimg {
  display: inline-block;
  position: absolute;
}
.pre-inc .introimg01 {
  width: 22.38805970149254%;
  aspect-ratio: 3/2;
  left: 11.7910447761194%;
  top: 0.77%;
}
.pre-inc .introimg02 {
  width: 29.85074626865672%;
  aspect-ratio: 200 / 133;
  left: 37.61194029850746%;
  top: 0%;
}
.pre-inc .introimg03 {
  width: 23.88059701492537%;
  aspect-ratio: 320 / 213;
  right: 4.925373134328358%;
  top: 16.34615384615385%;
}
.pre-inc .introimg04 {
  width: 19.40298507462687%;
  aspect-ratio: 260 / 173;
  left: 8.955223880597015%;
  top: 48.07692307692308%;
}
.pre-inc .introimg05 {
  width: 19.40298507462687%;
  aspect-ratio: 260 / 173;
  left: 32.08955223880597%;
  top: 60.76923076923077%;
}
/* interview */
.pre-inc #interview_area{
	background: #eae6d4;
	padding: 80px 0 30px;
}
.pre-inc .marker {
	background-image: linear-gradient(90deg, #fff000,#fff000 100%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.2s;
	padding: 3px 0;
}
.pre-inc .marker.on {
  background-size: 100% 100%;
}
.pre-inc .interview_section{
	margin-bottom: 50px;
}
.pre-inc .interview_section h2{
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	background: #b28184;
	padding: 10px 30px;
	line-height: 100%;
	margin-bottom: 25px;
}
.pre-inc .interview_section h3{
	color: #8d7e38;
	font-size: 16px;
	margin-bottom: 20px;
}
.pre-inc .flexcontents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pre-inc .flexcontents.row_reverse{
	flex-direction: row-reverse;
}
.pre-inc .flexcontents .fleximg{
	width: 31.25%
}
.pre-inc .flexcontents .flextext{
	flex: 1;
	margin-right: 20px;
}
.pre-inc .flexcontents .flexinner{
	display: flex;
	line-height: 180%;
	margin-bottom: 10px;
}
.pre-inc .flexcontents .flexinner .interview_name {
	color: #8d7e38;
  width: 74px;
}
.pre-inc .flexcontents .flexinner .interview_text {
	flex: 1;
	letter-spacing: 0.05em;
}
.pre-inc .interview_contents .wideimg{
	margin-top: 20px;
}
.pre-inc .locationinfo{}
.pre-inc .locationinfo .location_flex{
	background: #FFF;
	border: 2px solid #5a5a5a;
	width: 100%;
	max-width: 810px;
	display: flex;
	justify-content: center;
	margin: 10px auto 30px;
	padding: 30px;
}
.pre-inc .locationinfo .location_flex .locationspot:nth-child(1){
	margin-right: 30px;
}
.pre-inc .locationinfo .location_flex .locationspot .locationimage{
	margin-bottom: 5px;
}
.pre-inc .locationinfo .location_flex .locationspot p{
	font-size: 14px;
	line-height: 140%;
}
.pre-inc .wideimg .wideimg_flex{
	display: flex;
	justify-content: space-between;
}
.pre-inc .wideimg .wideimg_flex figure{
	width: 48.828125%;
}
.pre-inc .editors_note{
	background: #FFF;
	border: 2px solid #5a5a5a;
	padding: 30px;
	margin-top: 50px;
}
.pre-inc .editors_note_title{
	background: url("../img/interview/icon_pen.svg") no-repeat left center;
	background-size: 36px 36px;
	padding-left: 50px;
}
.pre-inc .editors_note_title h3{
	display: flex;
	align-items: center;
	height: 36px;
	margin-bottom: 5px;
}
.pre-inc .editors_note p{
	margin-left: 50px;
	line-height: 180%;
}

@media screen and (max-width: 1000px) {
	.pre-inc .introtext h3 {
		font-size: 20px;
	}
	.pre-inc .introtext p{
		font-size: 14px;
	}
	.pre-inc .introtext {
		bottom: 0%;
	}
}

@media screen and (max-width: 768px) {
	.pre-inc.layer .main_wrap{
		margin-top: 0;
	}
	.pre-inc .interview_introimages {
		background: url("../img/interview/icon_tree.svg") no-repeat right bottom;
		background-size: 9.701492537313433% auto;
		margin: 40px auto 30px;
	}
	.pre-inc #intro .cap_b{
	    right: 0;
	    bottom: -1.5em;
	}
	.pre-inc .introimg01 {
		width: 28.388%;
		aspect-ratio: 3/2;
		left: 5.791%;
		top: 2.77%;
	}
	.pre-inc .introimg03 {
		width: 26.881%;
		aspect-ratio: 320 / 213;
		right: 1.925%;
		top: 10.346%;
	}
	.pre-inc .introimg04 {
		width: 28.403%;
		aspect-ratio: 260 / 173;
		left: 17.955%;
		top: 58.077%;
	}
	.pre-inc .introimg05 {
		width: 28.403%;
		aspect-ratio: 260 / 173;
		left: 52.09%;
		top: 60.76923076923077%;
	}
	.pre-inc .introtext {
		width: 100%;
		position: relative;
		right: 0;
		bottom: 0;
		padding: 0 20px 20px;
	}
	.pre-inc .introtext p{
		font-size: 100%;
	}
	.pre-inc .flexcontents {
		display: block;
	}
	.pre-inc .interview_section h2 {
		font-size: 22px;
		padding: 10px 20px;
	}
	.pre-inc .flexcontents .fleximg {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.pre-inc .flexcontents .flexinner .interview_name {
		width: 66px;
	}
	.pre-inc .locationinfo .location_flex {
		padding: 15px;
	}
	.pre-inc .locationinfo .location_flex .locationspot:nth-child(1) {
		margin-right: 15px;
	}
	.pre-inc .locationinfo .location_flex .locationspot p {
		font-size: 12px;
	}
	.pre-inc .editors_note_title{
		margin-bottom: 15px;
	}
	.pre-inc .editors_note p{
		margin-left: 0px;
	}
}