@charset "utf-8";

/* 社員インタビュー（詳細）
============================ */
/* キャッチコピー
------------------------------------------------- */
.second #contentsArea {
	padding-top: 0;
	overflow: hidden;
}
#contentsArea #videoCover {
	position: fixed;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 50, 76, 0.65);
	z-index: 1;
}
#contentsArea .copy {
	position: relative;
	z-index: 2;
	color: #fff;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#contentsArea .copy h2 {
	font-size: 1.3rem;
	font-weight: 300;
	padding-bottom: 20px;
}
#contentsArea .copy h2 span {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	padding-left: 0;
}
#contentsArea .copy h2 span::before {
	display: none;
}
#contentsArea .copy h2::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70px;
	height: 2px;
	background: #1e7bc0;
}
.copy h3 {
	font-size: 2.2rem;
	line-height: 1.8;
	margin-top: 30px;
	padding-left: 0;
}
#contentsArea .copy h2::before,
.copy h3::before {
	display: none;
}
#contentsArea .copy .name {
	font-size: 1.5rem;
	font-weight: 300;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .copy {
		padding-top: 90px;
	}
	#contentsArea .copy h2 {
		font-size: 1.8rem;
		padding-bottom: 40px;
	}
	#contentsArea .copy h2 span {
		font-size: 3.6rem;
	}
	#contentsArea .copy h2::after {
		width: 80px;
	}
	.copy h3 {
		font-size: 4rem;
		margin-top: 60px;
	}
	#contentsArea .copy .name {
		font-size: 2rem;
	}
}

/* 白背景
------------------------------------------------- */
.bgW	{
	background: #fff;
	position: relative;
	z-index: 5;
	overflow: hidden;
	padding: 0 0 50px;
}
.itvArea .bgW::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background: #eef5fa;
	z-index: 5;
}
.itvArea .appearWrap .bgW:nth-of-type(1)::before {
	display: none;
}
.itvArea .appearWrap .bgW:nth-of-type(2)::before {
	top: 60px;
}
.itvArea .bgW:last-of-type {
	padding: 0 0 60px;
}
.itvArea .bgW.mtMovie:last-of-type::before {
	height: calc(100% - 81px);
	}
	@media screen and (min-width:1025px) {
	.bgW	{
		background: #fff;
		position: relative;
		z-index: 5;
		overflow: hidden;
		padding: 0 0 120px;
	}
	.itvArea .bgW::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 100%;
		background: #eef5fa;
		z-index: 5;
	}
	.itvArea .appearWrap .bgW:nth-of-type(2)::before {
		top: 215px;
	}
	.itvArea .bgW:last-of-type {
		padding: 0 0 120px;
	}
	.itvArea .bgW.mtMovie:last-of-type::before {
		height: calc(100% - 154px);
	}
}

/* 動画バナー
------------------------------------------------- */
.mtMovie {
	margin-top: 240px;
	}
	@media screen and (min-width:1025px) {
	.mtMovie {
		margin-top: 445px;
	}
}


/* プロフィール
------------------------------------------------- */
.itvArea .profile {
	width: 84%;
	margin: 0 auto;
	padding: 24px 20px;
	position: relative;
}
.itvArea .profile::before {
	display: block;
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 1px;
	height: 80px;
	background: #666;
}
.itvArea .profile::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -12px;
	width: 120px;
	height: 1px;
	background: #666;
}
.bgW:first-of-type {
	padding: 50px 0;
}
.itvArea .profile h4 {
	font-size: 1.7rem;
	margin: 0 0 12px;
	color: #333;
}
.itvArea .profile dl {
	text-align: left;
	position: relative;
}
.itvArea .profile dl::before {
	display: block;
	content: "";
	position: absolute;
	bottom: -42px;
	right: -24px;
	width: 1px;
	height: 80px;
	background: #666;
}
.itvArea .profile dl::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -30px;
	right: -36px;
	width: 120px;
	height: 1px;
	background: #666;
}
.itvArea .profile dl dt {
	text-align: center;
}
.itvArea .profile dl dt img {
	width: 123px;
}
.itvArea .profile dl dd .name {
	font-size: 2rem;
	color: #1e7bc0;
	text-align: center;
	margin: 10px 0 6px;
}
.itvArea .profile dl dd .name span {
	display: inline-block;
	margin-left: 4px;
	font-size: 1.3rem;
	color: #333;
	line-height: 1.6;
}
.itvArea .profile dl dd .txt	{
	font-size: 1.3rem;
	}
	@media screen and (min-width:1025px) {
	.itvArea .profile {
		width: 986px;
		margin: 0 auto;
		padding: 30px;
		display: flex;
		align-items: center;
		position: relative;
	}
	.itvArea .profile::before {
		display: block;
		content: "";
		position: absolute;
		top: -18px;
		left: 0;
		width: 1px;
		height: 100px;
		background: #666;
	}
	.itvArea .profile::after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: -18px;
		width: 160px;
		height: 1px;
		background: #666;
	}
	.bgW:first-of-type {
		padding: 64px 0 75px;
	}
	.itvArea .profile h4 {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		width: 40px;
		padding-right: 16px;
		font-size: 2.2rem;
		margin: 0;
	}
	.itvArea .profile dl {
		display: flex;
		text-align: left;
		align-items: center;
		position: relative;
		width: 100%;
	}
	.itvArea .profile dl::before {
		display: block;
		content: "";
		position: absolute;
		bottom: -48px;
		right: -30px;
		width: 1px;
		height: 100px;
		background: #666;
	}
	.itvArea .profile dl::after {
		display: block;
		content: "";
		position: absolute;
		bottom: -30px;
		right: -48px;
		width: 160px;
		height: 1px;
		background: #666;
	}
	.itvArea .profile dl dt {
		flex-basis: 200px;
		text-align: center;
	}
	.itvArea .profile dl dt img {
		width: 123px;
	}
	.itvArea .profile dl dd {
		flex-basis: calc(100% - 200px);
	}
	.itvArea .profile dl dd .name {
		font-size: 3.2rem;
		color: #1e7bc0;
		text-align: left;
	}
	.itvArea .profile dl dd .name span {
		display: inline-block;
		margin-left: 10px;
		font-size: 1.4rem;
		color: #333;
	}
	.itvArea .profile dl dd .txt	{
		font-size: 1.5rem;
	}
}

/* インタビューエリア
------------------------------------------------- */
.itvArea {
	text-align: left;
}
.itvArea .wrap01 {
	width: 84%;
	margin: 0 auto 40px;
}
.itvArea h4 {
	color: #1e7bc0;
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
	margin: 50px 0 24px;
	line-height: 1.6;
	position: relative;
	z-index: 5;
}	
.itvArea .pic01 {
	margin: 0 auto;
	width: 90%;
	position: relative;
	z-index: 5;
}
.itvArea .txt {
	position: relative;
	z-index: 5;
}
.itvArea .txt p {
	margin-bottom: 1em;
}
.itvArea .txt p:last-of-type {
	margin-bottom: 0;
	}
	@media screen and (min-width:1025px) {
	.itvArea {
		text-align: left;
	}
	.itvArea .wrap01 {
		width: 1200px;
		margin: 0 auto 40px;
	}
	.itvArea h4 {
		color: #1e7bc0;
		font-size: 3rem;
		text-align: center;
		margin: 90px auto 60px;
		line-height: 1.6;
		position: relative;
		z-index: 5;
	}	
	.itvArea .pic01 {
		margin: 0 auto;
		width: 1200px;
		position: relative;
		z-index: 5;
	}
	.itvArea .txt {
		position: relative;
		z-index: 5;
	}
	.itvArea .txt p {
		margin-bottom: 1em;
	}
}

/* 写真左 */
.itvArea .flex_picL {
	position: relative;
	z-index: 5;
}
.itvArea .flex_picL .pic {
	text-align: center;
}
.itvArea .flex_picL .pic > span {
	width: 70%;
}
.itvArea .flex_picL .txt {
	padding: 40px 0 0;
	}
	@media screen and (min-width:1025px) {
	.itvArea .flex_picL {
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 5;
		margin-top: 60px;
	}
	.itvArea .flex_picL .pic {
		flex-basis: 50%;
		text-align: right;
		order: -1;
	}
	.itvArea .flex_picL .pic > span {
		width: auto;
	}
	.itvArea .flex_picL .pic img {
		width: 70.83%;
	}
	.itvArea .flex_picL .txt {
		flex-basis: 50%;
		padding: 70px 0 0 70px;
	}
}

/* 写真右 */
.itvArea .flex_picR {
	position: relative;
	z-index: 5;
}
.itvArea .flex_picR .pic {
	margin: 40px 0;
	text-align: center;
}
.itvArea .flex_picR .pic > span {
	width: 80%;
	}
	@media screen and (min-width:1025px) {
	.itvArea .flex_picR {
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 5;
		margin-bottom: 70px;
	}
	.itvArea .flex_picR .pic {
		flex-basis: 50%;
		margin: 70px 0 0;
	}
	.itvArea .flex_picR .pic > span {
		width: 100%;
	}
	.itvArea .flex_picR .txt {
		flex-basis: 50%;
		padding: 0 7%;
		order: -1;
	}
	.itvArea .flex_picR + .txt {
		width: 1200px;
		margin: 40px auto 0;
		padding-left: 70px;
	}
} 
.itv06 .flex_picR,
.itv08 .flex_picR {
	margin-bottom: 0;
}

/* 2カラム */
.itvArea .wrap02 {
	width: 84%;
	margin: 0 auto;
}
.itvArea .txt_col2 + .pic {
	margin: 40px auto;
	position: relative;
	z-index: 5;
	text-align: center;
}
.itvArea .txt_col2 + .pic > span {
	width: 90%;
	}
	@media screen and (min-width:1025px) {
	.itvArea .wrap02 {
		width: 1200px;
	}
	.itvArea .txt_col2 {
		columns: 2;
		column-gap: 4em;
	}
	.itvArea .txt_col2 p:last-of-type {
		margin-bottom: 0;
	}
	.itvArea .txt_col2 + .pic {
		margin: 50px auto;
		width: 830px;
		position: relative;
		z-index: 5;
	}
	.itvArea .txt_col2 + .pic > span {
		width: auto;
	}
}

/* 写真フレーム */
.itvArea .pic span,
.itvArea .pic span span {
	display: inline-block;
	position: relative;
}
.itvArea .pic span span img {
	width: 100% !important;
}
.itvArea .pic span::before,
.itvArea .pic span::after,
.itvArea .pic span span::before,
.itvArea .pic span span::after {
	display: block;
	content: "";
	position: absolute;
	background: #1e7bc0;
}
.itvArea .pic span::before {
	top: -22px;
	left: -10px;
	width: 1px;
	height: 80px;
}
.itvArea .pic span::after {
	top: -10px;
	left: -22px;
	width: 120px;
	height: 1px;
}
.itvArea .pic span span::before {
	left: auto;
	top: auto;
	bottom: -22px;
	right: -10px;
	width: 1px;
	height: 80px;
}
.itvArea .pic span span::after {
	left: auto;
	top: auto;
	bottom: -10px;
	right: -22px;
	width: 120px;
	height: 1px;
	}
	@media screen and (min-width:1025px) {
	.itvArea .pic span,
	.itvArea .pic span span {
		display: inline-block;
		position: relative;
	}
	.itvArea .pic span span img {
		width: 100% !important;
	}
	.itvArea .pic span::before,
	.itvArea .pic span::after,
	.itvArea .pic span span::before,
	.itvArea .pic span span::after {
		display: block;
		content: "";
		position: absolute;
		background: #1e7bc0;
	}
	.itvArea .pic span::before {
		top: -22px;
		left: -10px;
		width: 1px;
		height: 100px;
	}
	.itvArea .pic span::after {
		top: -10px;
		left: -22px;
		width: 160px;
		height: 1px;
	}
	.itvArea .pic span span::before {
		left: auto;
		top: auto;
		bottom: -22px;
		right: -10px;
		width: 1px;
		height: 100px;
	}
	.itvArea .pic span span::after {
		left: auto;
		top: auto;
		bottom: -10px;
		right: -22px;
		width: 160px;
		height: 1px;
	}
}

/* INDEXを見るボタン
------------------------------------------------- */
.itvArea a.btn {
	width: 280px;
	margin: 50px auto 0;
	display: block;
	position: relative;
	z-index: 5;
	color: #fff !important;
	}
	@media screen and (min-width:1025px) {
	.itvArea a.btn {
		width: 460px;
		margin: 90px auto 0;
		display: block;
		position: relative;
		z-index: 5;
		color: #fff !important;
	}
}

/* 動画背景
------------------------------------------------- */
video#bgvid {
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}

/* おすすめコンテンツ調整
------------------------------------------------- */
.recommendArea {
	margin-top: 0;
}


/* for appear
============================ */
.interview .appearWrap {
	z-index: 5;
}
.interview .copy h3,
.interview .copy .name,
.interview .appearWrap,
.interview .mtMovie {
	opacity: 0;
	position: relative;
	top: 50px;
}