@charset "utf-8";
.interview_content_area{
	max-width: 1160px;
	padding: 0 30px 90px;
	margin: 0 auto;
}
.movie_content_area{
	max-width: 960px;
	padding: 0 30px 90px;
	margin: auto;
}
.interview_content_area img{border-radius: 5px;}

/* ----- 社員インタビュー一覧 ----- */
.interview .page_top::before{
	height: 373px;
	background: url(/ja/recruit/img/common/bg.jpg) no-repeat left top / cover;
}
.interview .page_top::after{
	top: calc(373px - 73px);
	height: 73px;
}
.interview .page_title{border-bottom: 1px solid #ccc;}
.interview_list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 35px 40px;
	padding-top: 50px;
}
.interview #pankuzu{max-width: 1160px;}

/* ----- 社員インタビュー詳細 ----- */
.interview_top{
	position: relative;
	display: grid;
	grid-template-columns:repeat(2, 1fr);
	align-items: center;
	max-width: 1260px;
	padding: 50px 30px 0;
	margin: 0 auto;
}
.movie_top{
	position: relative;
	max-width: 960px;
	padding: 80px 30px 0;
	margin: 0 auto;
}
.interview_top::before,
.interview_top::after,
.movie_top::before,
.movie_top::after{
	content:'';
	position: absolute;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	pointer-events: none;
}
.interview_top::before,
.movie_top::before{
	top: 0;
	height: 100%;
	background: url(/ja/recruit/img/common/bg.jpg)no-repeat center top/cover;
	z-index: -2;
}
.interview_top::after,
.movie_top::after{
	bottom: 0;
	height: 73px;
	background: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%);
	z-index: -1;
}
.interview_top_txt h1{
	font-weight: bold;
	font-size: 3rem;
	line-height: 4.8rem;
	margin-bottom: 30px;
}
.interview_top_txt h1::before{
	content:'Interview';
	display:block;
	font-family: var(--font_inter);
	font-size: 1.7rem;
	line-height: 2rem;
	color: #CC0000;
	margin-bottom: 4px;
}
.interview_top_role{
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 2.5rem;
	margin-bottom: 12px;
}
.interview_top_meta{
	display: flex;
	gap: 20px;
	font-size: 1.5rem;
	line-height: 2.1rem;
	margin-bottom: 0;
}
.interview_top_meta span{position: relative;}
.interview_top_meta span:first-child::after{
	content:'';
	position: absolute;
	top: 1px;
	right: -10px;
	bottom: 0;
	display: inline-block;
	width: 1px;
	height: 14px;
	margin: auto;
	background: #222;
}
.interview_top_thumb img{border-radius: 5px;}
.interview_single h2{
	font-size: 2.6rem;
	line-height: 3.7rem;
	padding-bottom: 0;
	margin: 0;
}
.interview_single h2::before, .interview_single h2::after{all: unset;}
.qa_area{
	max-width: 800px;
	padding: 80px 0 75px;
	margin: 0 auto;
}
.movie_area{padding: 60px 0 75px;}
.qa_area h2, .movie_area h2{
	display: flex;
	gap: 10px;
	margin: 75px 0 28px;
}
.qa_area h2:first-of-type, .movie_area h2:first-of-type{margin-top: 0;}
.qa_area h2::before{
	content:'Q.';
	display: inline-block;
	font-family: var(--font_inter);
	font-size: 2.8rem;
	color: #CC0000;
}
.qa_img{
	position: relative;
	margin: 30px 0;
}
.qa_img img{width: 100%;}
.qa_img::before{
	content:'';
	position: absolute;
	top: 0;
	z-index: -1;
	pointer-events: none;
}
.qa_img:nth-of-type(1)::before{
	left: -212px;
	width: 424px;
	height: 400px;
	background:url(/ja/recruit/img/common/bg_interview_1.png) no-repeat center center/cover;
}
.qa_img:nth-of-type(2)::before{
	right: -273px;
	width: 546px;
	height: 400px;
	background:url(/ja/recruit/img/common/bg_interview_2.png) no-repeat center center/cover;
}
.qa_img:nth-of-type(3)::before{
	left: -212px;
	width: 424px;
	height: 400px;
	background:url(/ja/recruit/img/common/bg_interview_3.png) no-repeat center center/cover;
}
.offtime_area{
	position: relative;
	display: grid;
	grid-template-columns: 314px auto;
	gap: 40px;
	max-width: 800px;
	padding: 50px 0;
	margin: 0 auto;
}
.offtime_area::before{
	content:'';
	position: absolute;
	top: 0;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	height: 100%;
	background: url(/ja/recruit/img/common/bg.jpg)no-repeat left top/cover;
	z-index: -1;
	pointer-events: none;
}
.offtime_area h2{margin: 0 0 18px;}
.offtime_area p:last-child{margin: 0;}
.offtime_img{
	width: 100%;
	order: -1;
}
.schedule_area{
	max-width: 1000px;
	padding:70px 0 95px;
	margin: 0 auto;
}
.schedule_area h2{
	text-align: center;
	margin-bottom: 50px;
}
.schedule_col{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
	gap: 50px;
}
.schedule_list{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	padding: 5px 0 0;
}
.schedule_list::before{
	content:'';
	position:absolute;
	top:0;
	left:4px;
	width:1px;
	height:100%;
	background:#ddd;
}
.schedule_time{
	position: relative;
	width: 105px;
	font-family: var(--font_inter);
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.7rem;
	color: #CC0000;
	padding-left: 25px;
}
.schedule_time::after{
	content:'';
	position:absolute;
	top:8px;
	left:0;
	width:9px;
	height:9px;
	background:#CC0000;
	border-radius:50%;
}
.schedule_data{
	width:calc(100% - 105px);
	font-size: 1.5rem;
	line-height: 2.7rem;
	margin-bottom: 17px;
}
.schedule_data:last-child{margin-bottom:0;}
.schedule_ttl{
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.6rem;
	margin:10px 0 5px;
}
.schedule_data > .schedule_ttl:first-child{margin-top:0;}
.interview_rel_area{
	position: relative;
	padding: 80px 0;
}
.interview_rel_area::before{
	content:'';
	position: absolute;
	top: 0;
	left: calc(50% - var(--vw-50));
	width: var(--vw-100);
	max-height: 266px;
	height: 100%;
	background: url(/ja/recruit/img/common/bg.jpg)no-repeat center top/cover;
	z-index: -1;
	pointer-events: none;
}
.interview_rel_area h2{
	text-align: center;
	margin-bottom: 40px;
}
.interview_rel_list{padding: 0 0 40px;}
.interview_rel_list .slick-list{
	padding:0 30px !important;
	overflow:visible;
}
.interview_rel_item{
	width: 340px;
	margin-right: 40px;
}
.interview_btn .link_btn{margin: 0 auto;}
.interview_single #pankuzu{max-width: 1160px;}

@media screen and (max-width:1024px){
/* ----- アーカイブ ----- */
.interview_list{
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
	padding-top: 40px;
}

/* ----- 社員インタビュー詳細 ----- */
.interview_top{
	align-items: flex-start;
	gap: 20px;
	padding: 40px 30px 0;
}
.movie_top{padding: 40px 30px 0;}
.interview_top_txt{padding-top: 5px;}
.interview_top_txt h1{
	font-size: 2.5rem;
	line-height: 4rem;
	margin-bottom: 18px;
}
.interview_top_txt h1::before{
	font-size: 1.5rem;
	line-height: 1.9rem;
	margin-bottom: 3px;
}
.interview_top_role{
	font-size: 1.5rem;
	line-height: 2.1rem;
	margin-bottom: 8px;
}
.interview_top_meta{
	font-size: 1.4rem;
	line-height: 2rem;
}
.interview_single h2{
	font-size: 2.3rem;
	line-height: 3.68rem;
}
.qa_area{padding: 70px 0 55px;}
.movie_area{padding: 50px 0 55px;}
.qa_area h2, .movie_area h2{
	gap: 6px;
	margin: 55px 0 18px;
}
.qa_area h2::before{font-size: 2.6rem;}
.qa_img{margin: 20px 0;}
.offtime_area{
	grid-template-columns: 260px auto;
	gap: 30px;
	padding: 40px 0;
}
.offtime_area h2{margin: 0 0 15px;}
.schedule_area{padding:40px 0 60px;}
.schedule_area h2{margin-bottom: 30px;}
.schedule_col{gap: 38px;}
.schedule_list{padding: 3px 0 0;}
.schedule_list::before{left:3px;}
.schedule_time{
	width: 83px;
	font-size: 1.5rem;
	line-height: 2.1rem;
	padding-left: 16px;
}
.schedule_time::after{
	top:7px;
	width:7px;
	height:7px;
}
.schedule_data{
	width:calc(100% - 83px);
	font-size: 1.3rem;
	line-height: 2.34rem;
}
.schedule_ttl{
	font-size: 1.5rem;
	line-height: 2.1rem;
	margin-bottom: 4px;
}
.interview_rel_area{padding: 50px 0;}
.interview_rel_area h2{margin-bottom: 35px;}
.interview_rel_list{padding: 0 0 30px;}
.interview_rel_item{
	width: 305px;
	margin-right: 30px;
}
}

@media screen and (max-width:767px){
.interview_content_area{padding: 0 20px 80px;}
.movie_content_area{padding: 0 20px 80px;}
/* ----- アーカイブ ----- */
.interview .page_title{padding-bottom: 35px;}
.interview_list{
	grid-template-columns: repeat(1,1fr);
	padding-top: 30px;
}

/* ----- 社員インタビュー詳細 ----- */
.interview_top{
	grid-template-columns: repeat(1,1fr);
	gap: 30px;
	padding: 40px 20px 0;
}
.movie_top{padding: 40px 20px 0;}
.interview_top_txt{padding-top: 0;}
.qa_area{padding: 60px 0;}
.movie_area{padding: 40px 0 60px;}
.qa_img{margin: 15px 0;}
.qa_img:nth-of-type(1)::before{
	top: auto;
	bottom: 0;
	left: -72px;
	width: 212px;
	height: 200px;
}
.qa_img:nth-of-type(2)::before{
	top: 30px;
	right: -128px;
	width: 273px;
	height: 200px;
}
.qa_img:nth-of-type(3)::before{
	top: auto;
	bottom: 0;
	left: -72px;
	width: 212px;
	height: 200px;
}
.offtime_area{
	grid-template-columns: 1fr;
	gap: 20px;
}
.offtime_area h2{
	text-align: center;
	margin: 0 0 10px;
}
.schedule_area{padding:35px 0 55px;}
.schedule_area h2{margin-bottom: 28px;}
.schedule_col{
	grid-template-columns: repeat(1, 1fr);
	gap: 0;
}
.schedule_data:last-child{margin-bottom: 17px;}
.schedule_list:last-child .schedule_data:last-child{margin-bottom: 0;}
.interview_rel_area{padding: 50px 0 20px;}
.interview_rel_list{padding: 0 0 90px;}
.interview_rel_item{margin-right: 20px;}
}