@charset "utf-8";

/* ==============================================
  font
============================================== */
article #main .lead_block,
article section h2.icon,
article .signature {
	font-family: YuMincho, 'Yu Mincho', serif;
}

@media all and (-ms-high-contrast:none) {
	article #main .lead_block,
	article section h2.icon,
	article .signature {
		font-family: 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	}
}

/* ==============================================
  interview
============================================== */
article {
	padding-bottom: 125px;
}

article #main {
	padding-bottom: 125px;
}
article #main .inner {
	display: -webkit-flex;
	display: flex;
	padding-left: 55px;
}
article #main .inner:before {
	position: absolute;
	top: 40px;
	left: 50%;
	content: '';
	width: 775px;
	height: 490px;
	-webkit-transform: translateX(-75px);
	transform: translateX(-75px);
	background: url(/interview/img/kv.jpg) no-repeat 0 0;
	z-index: 1;
}
article #main h1 {
	position: relative;
	display: inline-block;
	padding: 40px 48px 0 0;
}
article #main h1 .icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
article #main h1 .text {
	position: relative;
	display: inline-block;
	z-index: 2;
}
article #main .lead_block {
	padding-top: 190px;
	z-index: 2;
}
article #main p {
	font-size: 1.8rem;
	letter-spacing: .04em;
	line-height: 2.2;
}
article #main p:not(:last-child) {
	margin-bottom: 1.5em;
}

article section {
	margin-bottom: 90px;
}
article section .inner {
	padding-left: 280px;
}
article section h2.icon {
	margin-bottom: 35px;
	padding: 0 0 0 50px;
	font-size: 2.4rem;
	letter-spacing: .04em;
	background: url(/interview/img/ico_subtitle.svg) no-repeat 0 50%;
}
article section p {
	letter-spacing: -0.025em;
}
article .signature {
	font-size: 1.8rem;
	letter-spacing: -0.025em;
	text-align: right;
}

@media screen and (max-width: 1099px) {
	article #main .inner:before {
		-webkit-transform: translateX(-20vw);
		transform: translateX(-20vw);
	}
	article #main p {
		text-shadow:0px 0px 3px #fff;
	}
	article section .inner {
		padding-left: 135px;
	}
}

@media screen and (max-width: 768px) {
	article {
		padding-bottom: 12vw;
	}
	article #main {
		padding-bottom: 21.333333vw;
	}
	article #main .inner {
		display: -webkit-flex;
		display: flex;
		padding-left: 0;
	}
	article #main .inner:before {
		top: 0;
		left: 0;
		content: '';
		width: 100vw;
		height: 64.8vw;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		background: url(/interview/img/kv.jpg) no-repeat 0 0;
		background-size: contain;
	}
	article #main h1 {
		position: relative;
		display: inline-block;
		margin-top: 43.2vw;
		padding: 12.5333333vw 8.8vw 0;
	}
	article #main h1 .icon {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	article #main h1 .icon img {
		width: 12.2666666vw;
	}
	article #main h1 .text {
		position: relative;
		z-index: 2;
	}
	article #main h1 .text img {
		width: 6.5333333vw;
	}
	article #main .lead_block {
		padding-top: 73.333333vw;
	}
	article #main p {
		font-size: 4vw;
		letter-spacing: 0;
		line-height: 1.6;
	}
	article #main p:not(:last-child) {
		margin-bottom: 1.5em;
	}

	article section {
		margin-bottom: 12vw;
	}
	article section .inner {
		padding: 0 20px;
	}
	article section h2.icon {
		margin-bottom: .8em;
		padding: 0 0 0 9vw;
		font-size: 5.333333vw;
		line-height: 1.3;
		background: url(/interview/img/ico_subtitle.svg) no-repeat 0 .8vw;
		background-size: 7vw;
	}
	article .signature {
		font-size: 4vw;
		padding-right: 10px;
	}
}
