@charset "utf-8";

/* ------------------------------
 社員紹介TOP
------------------------------ */
.person-block{
	display: grid;
	grid-template-columns: 520px 520px;
	gap: 0 100px;
}
.person-block .cms_image{
	width: 520px;
}
.person-block .cms_image img{
	border-radius: 33px;
}
.person-block .cms_image:nth-child(even){
	margin-top: 80px;
}
.cms_caption_b{
	margin-top: 35px;
}

/* ↓ 下層の他の社員のインタビューを見ると共通 */
.job {
	font-size: 1.8rem;
	color: #b9062b;
	font-weight: bold;
	margin-bottom: 20px;
}
.job:before {
	content: "";
	width: 10px;
	height: 6px;
	vertical-align: middle;
	display: inline-block;
	background:#b9062b;
	border-radius: 5px 0 0 5px;
	margin-right: 5px;
	margin-top: -4px;
}
.title {
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}
.name {
	margin-bottom: 20px;
}
/* ↑ */

.cms_link.arrow-link a {
	font-family: "Poppins", sans-serif;
  	font-style: italic;
  	font-weight: 700;
	min-width: 143px !important;
	border-bottom: 1px solid #b9062b !important;
}
@media print, screen and (min-width: 768px) {
	.person-block .cms_image > a{
		overflow: hidden;
		display: block;
		position: relative;
		border-radius: 33px;
	}
	.person-block .cms_image > a img {
		display: block;
		transition-duration: 0.3s;
		overflow: hidden;
		display: block;
		width: 100%;
	}
	.person-block .cms_image > a:hover img, .person-block .cms_image > a:focus img {
		opacity: 1;
		overflow: hidden;
		transform: scale(1.1);
		transition-duration: 0.3s;
	}
}
@media screen and (max-width: 767px) {
	.person-block{
		display: block;
	}
	.person-block .cms_image{
		width: 100%;
		margin-bottom: 60px;
	}
	.person-block .cms_image:nth-child(even){
		margin-top: 0;
	}
	.person-block .cms_image img{
		border-radius: 15px;
	}
	.cms_caption_b{
		margin-top: 20px;
	}
	.job {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.title {
		font-size: 2.5rem;
		margin-bottom: 15px;
	}
	.title br{
		display: none;
	}
	.title .sp{
		display: inline-block !important;
	}
	.name {
		margin-bottom: 5px;
	}
}
/* ------------------------------
 下層
------------------------------ */
/* -- メイン画像 -- */
.interview-main{
	padding-top: 85px;
}
.interview-main img {
	border-radius: 30px;
}
.interview-main h1{
	font-size: 4rem;
	margin-bottom: 30px;
}
.interview-main:before{
	content: "";
	width: 100%;
	height: 575px;
	background: #ecedee;
	top: 0;
	left: 0;
	position: absolute;
	padding-left: 40px;
	z-index: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 67%);
}
.interview-main .cms_text{
	position: relative;
	z-index: 10;
}
.interview-main .cms_image{
	position: relative;
	z-index: 10;
}
.interview-main .job:before {
	content: "";
	width: 14px;
	height: 8px;
	background-image: linear-gradient(135deg, #e91e2e 40%, #b9062b 100%);
	margin-right: 7px;
}
.contents h3 {
	color: #b9062b;
}
@media print, screen and (min-width: 768px) {
	/* -- 記事画像 -- */
	.cms_block.interview-articles {
		position: relative;
		margin-bottom: 120px;
	}
	.cms_block.interview-articles .cms_image {
		position: relative;
		width: calc(50% - 24px);
		margin-bottom: 0;
		margin-right: calc(50% + 55px);
	}
	.cms_block.interview-articles .cms_image img{
		height: 600px;
		object-fit: cover;
		object-position: right top;
		border-radius: 0 20px 20px 0;
	}
	.cms_block.interview-articles .cms_text {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1140px;
		margin: 0 0 0 -570px;
		padding-left: 595px;
	}
}
/* -- スケジュール -- */
.gradation-block{
	width: 100%;
	background: url('/shared/img/interview_gradation.png') no-repeat center 190px / cover;
	margin-top: 120px;
	padding-bottom: 115px;
}
.scheduleBlock {
	display: flex;
	justify-content: space-between;
	padding: 145px 70px 75px;
	background-color: #fff;
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	position: relative;
}
.scheduleBlock .title{
	position: absolute;
	top: 70px;
	font-size: 3.2rem;
	font-weight: bold;
}
.scheduleBlock .cms_text ul > li {
	display: flex;
	padding-left: 0;
}
.scheduleBlock .cms_text ul > li:not(:last-child) {
	padding-bottom: 33px;
}
.scheduleBlock .cms_text ul > li::before {
	content: none;
}
.scheduleBlock .cms_text ul > li > .time {
	width: 70px;
	font-size: 2.2rem;
	text-align: right;
	position: relative;
	margin-right: 65px;
	color: #b9062b;
	font-family: "Poppins", sans-serif;
  	font-style: italic;
  	font-weight: 700;
}
.scheduleBlock .w1-2{
	position: relative;
	margin-bottom: 0;
}
.scheduleBlock .cms_text.w1-2:before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 90px;
	width: 1px;
	height: 98%;
	background-color: #aaafb4;
}
.scheduleBlock .cms_text ul > li:first-child > .time::before {
	top: 15px;
}
.scheduleBlock .cms_text ul > li:last-child > .time::before {
	height: 100% ;
}
.scheduleBlock .cms_text ul > li > .time::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	right: -25px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #b9062b;
}
.scheduleBlock .cms_text ul > li .schedule{
	width: 350px;
	position: relative;
	padding-left: 0.8em;
	padding-top:  0.2em;
	font-size: 1.6rem;
}
.scheduleBlock .cms_text ul > li .schedule::before {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	left: -40px;
	width: 40px;
	height: 1px;
	background-color: #b9062b;
}
/* -- 横跳びリンク -- */
.jump-link{
	display: grid;
	grid-template-columns: 330px 330px 330px; 
	gap: 0 75px; 
}
.jump-link .cms_link{
	text-decoration: none;
}
.jump-link .cms_link.title,
.jump-link .cms_link.name{
	color: #000;
	text-decoration: none;
	transition: .3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
	.jump-link a:hover .title{
		color: #b9062b;
	}
	.jump-link .cms_image{
		overflow: hidden;
		display: block;
		position: relative;
		border-radius: 20px;
		height: 330px;
	}
	.jump-link a img {
		display: block;
		transition-duration: 0.3s;
		overflow: hidden;
		display: block;
		width: 100%;
	}
	.jump-link a:hover img, .jump-link a:focus img {
		opacity: 1;
		overflow: hidden;
		transform: scale(1.1);
		transition-duration: 0.3s;
	}
}
@media screen and (max-width: 767px) {
	.interview-main:before{
		content: none;
	}
	/* -- メイン画像 -- */
	.interview-main{
		width: 100% !important;
		background: #ecedee;
		padding-top: 40px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.interview-main img {
		border-radius: 0;
	}
	.interview-main .cms_text{
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	.interview-main h1{
		font-size: 2.5rem;
		margin-bottom: 15px;
	}
	.interview-main .cms_text.mb50{
		margin-bottom: 40px !important;
	}
	.interview-main h1 br{
		display: none;
	}
	/* -- 記事写真 -- */
	.interview-articles .cms_text {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.interview-articles .cms_image {
		width: 100%;
		padding-right: 5%;
	}
	.interview-articles .cms_image img{
		border-radius: 0 10px 10px 0;
	}
	/* -- スケジュール -- */
	.gradation-block{
		width: 100%;
		background: url('/shared/img/interview_gradation_sp.png') no-repeat center 55px / cover;
		margin-top: 60px;
		padding-bottom: 45px;
	}
	.scheduleBlock {
		display: block;
		padding: 90px 20px 50px;
		border-radius: 16px;
		margin-left: 5%;
		margin-right: 5%;
	}
	.scheduleBlock .title{
		top: 30px;
		font-size: 2.5rem;
		font-weight: bold;
	}
	.scheduleBlock .w1-2 + .w1-2{
		margin-top: 0 !important;
	}
	.scheduleBlock .cms_text.w1-2:last-child{
		padding-top: 20px !important;
	}
	.scheduleBlock .cms_text.w1-2:before {
		top: 15px;
		left: 4px;
	}
	.scheduleBlock .cms_text.w1-2:last-child:before {
		top: 0;
		height: 101%;
	}
	.scheduleBlock .cms_text ul > li .schedule::before {
		content: none;
	}
	.scheduleBlock .cms_text ul > li > .time::after {
		right: auto;
		width: 9px;
		left: 0;
	}
	.scheduleBlock .cms_text ul > li {
		display: block;
	}
	.scheduleBlock .cms_text ul > li > .time {
		width: 100%;
		margin-right: 0;
		padding-left: 20px;
		text-align: left;
	}
	.scheduleBlock .cms_text ul > li .schedule{
		width: 100%;
	}
	.scheduleBlock .cms_text ul > li .schedule{
		padding-left: 20px;
		margin-top: -0.4em;
	}
}
@media screen and (max-width: 767px) {
	.jump-link{
		grid-template-columns: 1fr; 
		gap: 20px; 
	}
}
