@charset "utf-8";

:root {
	--minWidth: 1200px;
	--maxWidth: 1140px;
}

.inner {
	width: 1140px;
	margin: 0 auto;
}

p.breadcrumb {
	margin-bottom: 60px;
}
p.breadcrumb a {
	color: #3e2723;
	text-decoration: none;
}

#profile, .qa, #message {
	color: #000;
	margin-bottom: 40px;
}
#profile {
 padding: 80px 0 0;
}
#profile::after {
	content: "";
	display: table;
	clear: both;
}
figure.photo {
	float: right;
	width: 50vw;
	min-height: 565px;
 margin-left: 3.2%;
 margin-right: calc(50% - 50vw);
	aspect-ratio: 395 / 268;
}
figure.photo img {
	width: 100%;
	height: 100%;
	aspect-ratio: 395 / 268;
	object-fit: cover;
}

@media only screen and (max-width: 1200px){
	figure.photo {
		width: 56%;
		height: 565px;
  margin-right: -23px;
 }
}
#profile h1.interview_title,
#profile .summary{
	display: block;
	width: 41%;
}
#profile h1.interview_title {
	font-size: 4.0rem;
}
#profile h1.interview_title small,
#profile h1.interview_title span {
	display: block;
}
#profile h1.interview_title small {
	font-size: 2.0rem;
}
#profile h1.interview_title span {
	line-height: 1.4;
}
#profile h1.interview_title span.name_en {
	font-size: 3.0rem;
}
#profile .summary {
	padding: 0 18px;
	margin: 65px 0;
	border: 1px solid #8d6e63;
	border-width: 0 1px;
}
#profile .summary h3 {
	font-size: 2.0rem;
	line-height: 1;
	margin-bottom: 0.4em;
}
#profile .summary p {
	font-size: 1.4rem;
	line-height: 2;
	text-align: justify;
}



h2.question,
.answer h3,
#message h2 {
 font-size: 3.0rem;
	font-weight: 500;
}
h2.question {
	padding-left: 1.5em;
	margin-bottom: 40px;
}
h2.question::before {
	content: "Q：";
	margin-left: -1.5em;
}
.answer {
	display: flex;
	justify-content: space-between;
}
.answer figure {
	order: 1;
	width: 53.6%;
}
.answer-txt {
	order: 2;
	width: 41%;
}
.answer-txt h3 {
	margin-bottom: 30px;
}
.answer-txt p {
	font-size: 1.4rem;
	text-align: justify;
	line-height: 2;
	margin-bottom: 1em;
}
.answer.img-r figure {
	order: 2;
}
.answer.img-r .answer-txt {
	order: 1;
}

#message {
	padding: 0 0 40px;
}
#message h2 {
	margin-bottom: 40px;
}
.message_bord {
	padding: 50px 70px;
	font-size: 1.4rem;
	border: 1px solid #ff7043;
}
.message_bord p {
	line-height: 2;
}
.entry_block {
	padding: 80px 0 145px;
}


/* ------------------------------------------------------------------
 Break Point 767px
-------------------------------------------------------------------*/
@media only screen and (max-width: 767px){
	.inner {
		width: 92%;
	}
	#profile {
  padding-top: 40px;
 }
	#profile .inner {
		display: flex;
		flex-direction: column;
	}
	p.breadcrumb {
		display: none;
	}
	#profile h1.interview_title,
	#profile .summary {
		width: 100%;
	}
	#profile h1.interview_title {
  order: 1;
		margin-bottom: 20px;
 }
	figure.photo {
		order: 2;
  float: none;
  width: 108%;
  height: auto;
  min-height: auto;
  margin: 0 -4%;
 }
	figure.photo img {
  width: 100%;
  height: auto;
 }
	#profile .summary {
		order: 3;
  padding: 0 4%;
  margin: 20px auto;
	}
	
	h2.question,
	.answer h3,
	#message h2 {
  font-size: 6.2vw;
		line-height: 1.5;
		margin-bottom: 20px;
 }
	h2.question {
		margin-bottom: 30px;
	}
	.answer {
		display: block;
	}
	.answer > div,
	.answer > figure {
  width: 100%;
  margin-bottom: 20px;
 }
	#message {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	#message h2 {
		font-size: 5.65vw;
	}
	.message_bord {
		padding: 10px 15px;
	}
	.entry_block {
		padding: 0;
	}
}