@charset "utf-8";

/*============================
ナビゲーション
============================*/
.pc_navi .navi .list {
	position: relative;
}

#interview_parts .lead {
	display: none;
}

#interview_parts .sec_title {
	padding-bottom: 0;
}

/*============================
MV
============================*/
#mv {
	position: relative;
	z-index: 0;
	padding: 0 0.15rem;
	max-width: 16.00rem;
	margin: -0.40rem auto 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#mv {
		margin-top: 0.20rem;
		padding: 0;
	}
}

#mv .ph_wrap {
	width: 100%;
	max-width: 16.00rem;
	height: 6.40rem;
	margin: auto;
	box-sizing: border-box;
	position: relative;
	border-radius: 0.10rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#mv .ph_wrap {
		height: 2.80rem;
		padding: 0 0.15rem;
		z-index: 1;
	}	
}
#mv .ph_wrap::after {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background: url(../img/interview/mv_bg.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 640px) {
	#mv .ph_wrap::after {
		content: none;
	}		
}

#mv .ph_wrap img  {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 640px) {
	#mv .ph_wrap img  {
		border-radius: 0.10rem;
	}

	#mv.img_left img {
		object-position: -2.20rem;
	}
}


#mv .ph_wrap .title {
	position: absolute;
	width: 5.30rem;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #FFFBF6;
	color: #006837;
	font-weight: bold;
	padding: 0.35rem 0 0.35rem 0.40rem;
	display: flex;
	align-items: center;
	border-radius: 0.50rem 0 0 0.50rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#mv .ph_wrap .title {
		width: 2.40rem;
		top: 70%;
		padding: 0.20rem 0 0.20rem 0.40rem;
	}		
}


#mv .ph_wrap .title .logo {
	width: 1.05rem;
}
@media screen and (max-width: 640px) {
	#mv .ph_wrap .title .logo {
	position: absolute;
	width: 0.70rem;
	top: -0.10rem;
	right: 0.2rem;
	}		
}


#mv .ph_wrap .title span {
	font-size: 0.26rem;
	padding-right: 0.15rem;
}
@media screen and (max-width: 640px) {
	#mv .ph_wrap .title span {
		font-size: 0.2rem;
	}		
}


/* テキスト */
#mv .text_wrap {
	width: 100%;
	position: absolute;
	bottom: 0.65rem;
	left:0.70rem;
	color: #fff;
	text-shadow: 0 0 0.06rem rgba(0,0,0,0.6);
}
@media screen and (max-width: 640px) {
	#mv .text_wrap {
		position: relative;
		text-align: center;
		box-sizing: border-box;
		padding: 0.20rem 0;
		color: #006837;
		text-shadow: none;
		bottom: auto;
		left: auto;
	}
	#mv .text_wrap::before {
		content: "";
		width: 100%;
		height: calc(100% + 0.40rem);
		background-color: #E7F3E9;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 0;
	}
}

#mv .text_wrap .in1000 {
	max-width: 100%;
	position: relative;
	z-index: 1;
}

#mv .text_wrap .lead {
	font-size: 0.18rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.66;
	margin-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	#mv .text_wrap .lead {
		font-size: 0.15rem;
		margin-bottom: 0.15rem;
	}		
}


#mv .text_wrap .lead span {
	color: #006837;
	background: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	display: inline-block;
	padding: 0.02rem 0.30rem 0.03rem;
	box-sizing: border-box;
	border-radius: 0.20rem;
	margin-right: 0.10rem;
	text-shadow: none;
}
@media screen and (max-width: 640px) {
	#mv .text_wrap .lead span {
		color: #fff;
		background: #006837;
		font-size: 0.15rem;
	}		
}



#mv .text_wrap .excerpt {
	font-size: 0.32rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.56;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
	#mv .text_wrap .excerpt {
		font-size: 0.2rem;
		margin-bottom: 0.15rem;
	}		
}


#mv .text_wrap .name {
	font-size: 0.20rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.56;
}
@media screen and (max-width: 640px) {
	#mv .text_wrap .name {
		font-size: 0.14rem;
	}		
}

#mv .text_wrap .name span {
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	line-height: 1.56;
}
@media screen and (max-width: 640px) {
	#mv .text_wrap .name span {
		font-size: 0.12rem;
		display: block;
		margin-top: 0.05rem;
	}		
}

/*============================
インタビュー
============================*/
#interview {
	margin-top: 0.55rem;
	margin-bottom: 1.0rem;
}
@media screen and (max-width: 640px) {
	#interview {
		margin-bottom: 0.5rem;
		background-color: #FFFBF6;
		margin-top: 0;
		padding-top: 0.40rem;
	}		
}

#interview .interview_wrap .cont_box {
	padding-left: 0.50rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .cont_box {
		padding-left: 0.30rem;
	}		
}


#interview .interview_wrap .cont_box dl {
	max-width: 9.50rem;
	margin: 0 auto;
	margin-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .cont_box dl {
		margin-bottom: 0.3rem;
	}		
}


#interview .interview_wrap .cont_box dt {
	font-size: 0.20rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.65;
	position: relative;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .cont_box dt {
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}		
}

#interview .interview_wrap .cont_box dt::before {
	content: '';
	display: block;
	width: 0.30rem;
	height: 0.02rem;
	background: #CB2E27;
	position: absolute;
	top: 50%;
	left: -0.50rem;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .cont_box dt::before {
		width: 0.12rem;
		left: -0.25rem;
	}		
}


#interview .interview_wrap .cont_box dd {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 1.87;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .cont_box dd {
		font-size: 0.14rem;
	}		
}


#interview .interview_wrap .cont_box dd a {
	color: #2F2F2F;
	text-decoration: underline;
	font-weight: 500;
}

#interview .interview_wrap .cont_box dd a:hover {
	color: #CB2E27;
	text-decoration: none;
}

/* 写真共通 */
#interview .interview_wrap .ph_box {
	margin-bottom: 0.60rem;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .ph_box {
		margin-bottom: 0.30rem;
	}
}


#interview .interview_wrap .ph_box img {
	border-radius: 0.10rem;
}

/* 写真２枚 */
#interview .interview_wrap .ph02 {
	display: flex;
	gap: 0.15rem;
}

/* 写真３枚 */
#interview .interview_wrap .ph03 {
	display: flex;
	gap: 0.15rem;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .ph03 {
		flex-wrap: wrap;
		gap: 0.12rem;
	}		
}

#interview .interview_wrap .ph03 .left_box{
	width: 7.70rem;
	height: 100%;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .ph03 .left_box{
		width: 100%;
		height: 100%;
	}		
}

#interview .interview_wrap .ph03 .left_box .item {
	width: 7.70rem;
	height: 6.00rem;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .ph03 .left_box .item {
		width: 100%;
		height: 2.18rem;
	}		
}

#interview .interview_wrap .ph03 .left_box .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#interview .interview_wrap .ph03 .right_box{
	width: calc(100% - 7.55rem); 
	height: 6.00rem;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .ph03 .right_box{
		width: 100% ;
		height: auto;
		display: flex;
		gap: 0.12rem;
	}		
}

#interview .interview_wrap .ph03 .right_box .item {
	width: 100%;
	height: 2.92rem;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .ph03 .right_box .item {
		width: 50%;
		height: 1.31rem;
	}		
}

#interview .interview_wrap .ph03 .right_box .item:first-child {
	box-sizing: border-box;
	margin-bottom: 0.15rem;
}

#interview .interview_wrap .ph03 .right_box .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 写真4枚 */
#interview .interview_wrap .ph04 {
	position: relative;
	height: 7.00rem;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .ph04 {
		height: 2.64rem;
	}
}

#interview .interview_wrap .ph04 .ph {
	border-radius: 0.10rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#interview .interview_wrap .ph04 .ph {
		border-radius: 0.06rem;
	}
}

#interview .interview_wrap .ph04 .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

#interview .interview_wrap .ph04 .ph.-ph01 {
	width: 55%;
	height: 49%;
	position: absolute;
	top: 0;
	left: 0;
}

#interview .interview_wrap .ph04 .ph.-ph02 {
	width: 44%;
	height: 49%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#interview .interview_wrap .ph04 .ph.-ph03 {
	width: 44%;
	height: 49%;
	position: absolute;
	top: 0;
	right: 0;
}

#interview .interview_wrap .ph04 .ph.-ph04 {
	width: 55%;
	height: 49%;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* メッセージ */
#interview .message  {
	display: flex;
	background: #fff;
	border-radius: 0.20rem;
	box-shadow: 0px 0px 10px -5px #000;
	max-width: 9.50rem;
	margin: 1.00rem auto 0;
}
@media screen and (max-width: 640px) {
	#interview .message  {
		flex-wrap: wrap;
		border-radius: 0.10rem;
		margin-top: 0.20rem;
	}
}

#interview .message  .ph_wrap {
	width: 4.00rem;
}
@media screen and (max-width: 640px) {
	#interview .message  .ph_wrap {
		width: 100%;
		height: 3.00rem;
		overflow: hidden;
	}		
}

#interview .message  .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.20rem 0 0 0.20rem;
}
@media screen and (max-width: 640px) {
	#interview .message  .ph_wrap img {
		border-radius: 0.10rem 0.10rem 0 0;
	}		
}

#interview .message  .text_wrap {
	width: calc(100% - 4.00rem);
	box-sizing: border-box;
	padding: 0 0.35rem 0.35rem;
}
@media screen and (max-width: 640px) {
	#interview .message  .text_wrap {
		width: 100%;
		padding: 0 0.20rem 0.25rem;
	}		
}

#interview .message  .text_wrap .title {
	position: relative;
	top: -0.20rem;
}
@media screen and (max-width: 640px) {
	#interview .message .text_wrap .title {
		position: static;
		text-align: center;
		margin-top: 0.15rem;
		margin-bottom: 0.10rem;
	}		
	#interview .message .text_wrap .title img {
		width: 0.80rem;
	}		
}

#interview .message  .text_wrap .lead {
	font-size: 0.20rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.55;
	color: #006837;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
	#interview .message  .text_wrap .lead {
		font-size: 0.16rem;
		text-align: center;
	}
		
}

#interview .message  .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.875;
}
@media screen and (max-width: 640px) {
	#interview .message  .text_wrap .text {
		font-size: 0.14rem;
	}		
}

/* メッセージ写真２段 */
#interview .message  .ph_row2 {
	width: 4.00rem;
}
@media screen and (max-width: 640px) {
	#interview .message  .ph_row2 {
		width: 100%;
	}
}


#interview .message  .ph_row2 .ph_box {
	width: 4.00rem;
	height: 50%;
}
@media screen and (max-width: 640px) {
	#interview .message  .ph_row2 .ph_box {
		width: 100%;
		height: 3.00rem;
		overflow: hidden;
	}
}

#interview .message  .ph_row2 .ph_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#interview .message  .ph_row2 .ph_box01 {
	margin-bottom: 0.02rem;
}

#interview .message  .ph_row2 .ph_box01 img {
	border-radius: 0.20rem 0 0 0;
}
@media screen and (max-width: 640px) {
	#interview .message  .ph_row2 .ph_box01 img {
		border-radius: 0.10rem 0.10rem 0 0;
	}
}


#interview .message  .ph_row2 .ph_box02 img {
	border-radius: 0 0 0 0.20rem;
}
@media screen and (max-width: 640px) {
	#interview .message  .ph_row2 .ph_box02 img {
		border-radius: 0;
	}
}
