@charset "UTF-8";
/* ------------------------------
 社員インタビュートップ（PC）
------------------------------ */
.flexBox.div3 .cms_caption_b::before {
	content: none;
}
.flexBox.div3 .cms_caption_b {
	margin-top: -19px;
}
.flexBox.div3 .cms_caption_b p {
	margin-bottom: 5px;
	font-size: 2rem;
	line-height: 1.9;
	font-weight: 700;
}
.flexBox.div3 .cms_caption_b p span {
	padding: 0 8px 1px;
	background-color: #1f1f1f;
}
@media print, screen and (min-width: 768px) {
	.flexBox.div3 .cms_image {
		transition: .3s ease-in-out;
	}
	.flexBox.div3 .cms_image:hover {
		opacity: .7;
	}
	.flexBox.div3 .cms_image a:hover {
		opacity: 1;
	}
}
/* ------------------------------
 社員インタビュートップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.flexBox.div3 .cms_caption_b p {
		font-size: 1.8rem;
	}
}

/* ------------------------------
 社員インタビュー下層（PC）
------------------------------ */
/* メインイメージ */
.interviewMainimg {
	position: relative;
}
.interviewMainimg .cms_text {
	padding: 54px 60px 60px;
	background: url(../img/linedot_bg_black.svg) repeat 0 0 / 30px 30px;
	color: #fff;
}
.interviewMainimg h1 {
	margin-bottom: 40px;
	font-size: 3.5rem;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .05em;
}
.interviewMainimg .company {
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
	border-radius: 3px;
	background-color: #00a0e9;
	color: #1f1f1f;
	font-size: 2rem;
	font-weight: 700;
}
.interviewMainimg .department {
	font-size: 2.6rem;
	font-weight: 700;
}
/* インタビュー */
.shoulder {
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 8px 2px;
	background-color: #00a0e9;
	color: #fff;
	font-size: 1.8rem;
	line-height: 31px;
	font-weight: 700;
}
.contents h2 {
	margin-bottom: 15px;
	padding-bottom: 0;
	font-size: 3rem;
}
.contents h2::after {
	content: none;
}
.interviewBlock01 {
	padding: 120px 0;
	background-color: #f1f3f5;
}
.interviewBlock02 {
	padding: 0 0 120px;
	background-color: #f1f3f5;
}
.cms_block.interviewBlock01 {
	margin-bottom: 0;
}
/* メッセージ */
.messageTitle {
	color: #00a0e9;
	font-family: "Outfit", sans-serif;
	font-size: 7.1rem;
	line-height: 1;
	font-weight: 500;
}
.messageTitle p {
	margin-top: 21px;
	background-color: #1f1f1f;
	color: #fff;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	line-height: 33px;
	font-weight: 700;
	text-align: center;
}
/* スケジュール・オフ */
.timeBlock {
	padding: 120px 0;
	background-color: #f1f3f5;
}
.timeBlock .cms_text {
	background-color: #fff;
}
.timeSchedule {
	padding: 50px 60px;
}
.offTime {
	padding: 50px 30px;
	text-align: center;
}
.timeSchedule .title,
.offTime .title {
	font-family: "Outfit", sans-serif;
	font-size: 4.8rem;
	line-height: .6;
	font-weight: 600;
	text-align: center;
	letter-spacing: .02em;
}
.timeSchedule .title {
	margin-bottom: 30px;
}
.timeSchedule .title p,
.offTime .title p {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 5px;
	background-color: #1f1f1f;
	color: #fff;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 23px;
	font-weight: 700;
}
.cms_text.timeSchedule ul > li {
	display: flex;
	padding-left: 0;
}
.cms_text.timeSchedule ul > li:not(:last-child) {
	padding-bottom: 10px;
}
.cms_text.timeSchedule ul > li::before {
	content: none;
}
.cms_text.timeSchedule ul > li > .time {
	position: relative;
	width: calc(3em + 25px);
	padding-right: 25px;
	color: #00a0e9;
	font-weight: 700;
	text-align: right;
}
.cms_text.timeSchedule ul > li > .time::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 12px;
	width: 1px;
	height: calc(100% + 19px);
	background-color: #00a0e9;
}
.cms_text.timeSchedule ul > li:first-child > .time::before {
	top: 9px;
}
.cms_text.timeSchedule ul > li:last-child > .time::before {
	height: calc(100% - 12px);
}
.cms_text.timeSchedule ul > li > .time::after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 8px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #00a0e9;
}
.cms_text.timeSchedule ul > li > .schedule {
	width: calc(100% - (3em + 25px));
}
.offTime img {
	margin-top: -12px;
	margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
	/* メインイメージ */
	.interviewMainimg {
		position: relative;
	}
	.interviewMainimg .cms_text {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.interviewMainimg h1 span {
		display: block;
	}
	/* インタビュー */
	.contents h2 span {
		display: block;
	}
	.interviewBlock01,
	.interviewBlock02 {
		position: relative;
	}
	.cms_block.interviewBlock01 .cms_image {
		position: relative;
		width: calc(50% + 95px);
		margin-bottom: 0;
		margin-right: calc(50% - 95px);
	}
	.cms_block.interviewBlock01 .cms_image img {
		width: 100%;
		height: 580px;
		object-fit: cover;
		object-position: right center;
	}
	.cms_block.interviewBlock01 .cms_text {
		position: absolute;
		top: 120px;
		left: 50%;
		width: 1140px;
		margin: 0 0 0 -570px;
		padding-left: 700px;
	}
	.cms_block.interviewBlock02 .cms_image {
		position: relative;
		width: calc(50% + 95px);
		margin-bottom: 0;
		margin-left: calc(50% - 95px);
	}
	.cms_block.interviewBlock02 .cms_image img {
		width: 100%;
		height: 580px;
		object-fit: cover;
		object-position: right center;
	}
	.cms_block.interviewBlock02 .cms_text {
		position: absolute;
		top: 0;
		right: 50%;
		width: 1140px;
		margin: 0 -570px 0 0;
		padding-right: 700px;
	}
	/* メッセージ */
	.messageBlock {
		display: flex;
		justify-content: space-between;
	}
	.cms_block.messageBlock::after {
		content: none;
	}
	.cms_text.messageTitle {
		width: 280px;
		margin-bottom: 0;
	}
	.messageText {
		width: 820px;
		margin-top: 20px;
	}
	/* スケジュール・オフ */
	.timeBlock {
		display: flex;
		justify-content: center;
		column-gap: 48px;
	}
	.cms_block.timeBlock::after {
		content: none;
	}
	.timeBlock .cms_text {
		width: 546px;
		margin-bottom: 0;
	}
}
@media print, screen and (min-width: 1536px) {
	/* メインイメージ */
	.interviewMainimg .cms_text {
		padding: 72px 80px 80px;
	}
	.interviewMainimg h1 {
		font-size: 4.6rem;
	}
}
/* ------------------------------
 社員インタビュー下層（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* メインイメージ */
	.interviewMainimg .cms_text {
		padding: 37px 5% 40px;
		background: url(../img/linedot_bg_black_sp.svg) repeat 0 0 / 24px 24px;
	}
	.interviewMainimg h1 {
		margin-bottom: 30px;
		font-size: 3.2rem;
	}
	.interviewMainimg .company {
		margin-bottom: 3px;
		font-size: 1.8rem;
	}
	.interviewMainimg .department {
		font-size: 2.3rem;
	}
	/* インタビュー */
	.shoulder {
		margin-bottom: 20px;
		padding: 0 6px 2px;
		font-size: 1.6rem;
		line-height: 27px;
	}
	.contents h2 {
		font-size: 2.3rem;
		line-height: 1.45;
	}
	.contents h2 span {
		display: inline;
	}
	.interviewBlock01 {
		padding: 70px 0;
	}
	.interviewBlock02 {
		padding: 0 0 70px;
	}
	.cms_block.interviewBlock02 {
		margin-bottom: 60px;
	}
	.cms_block.interviewBlock01 .cms_image {
		width: 95%;
		margin-right: 5%;
	}
	.cms_block.interviewBlock02 .cms_image {
		width: 95%;
		margin-left: 5%;
	}
	.cms_block.interviewBlock01 .cms_text,
	.cms_block.interviewBlock02 .cms_text {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* メッセージ */
	.cms_block.messageBlock {
		margin-bottom: 60px;
	}
	.messageTitle {
		font-size: 6.1rem;
		line-height: .7;
		text-align: center;
	}
	.messageTitle p {
		display: inline-block;
		margin-top: 0;
		padding: 0 8px;
		font-size: 1.6rem;
		line-height: 29px;
	}
	.messageText {
		font-size: 1.6rem;
	}
	/* スケジュール・オフ */
	.timeBlock {
		padding: 70px 5%;
	}
	.timeSchedule,
	.offTime {
		padding: 35px 30px 30px;
	}
	.timeSchedule .title,
	.offTime .title {
		font-family: "Outfit", sans-serif;
		font-size: 4rem;
		line-height: .63;
		font-weight: 600;
		text-align: center;
		letter-spacing: .02em;
	}
	.timeSchedule .title {
		margin-bottom: 30px;
	}
}

/* ------------------------------
 社員インタビュースライドリンク（PC）
------------------------------ */
.interviewSlide {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.interviewSlide .swiper-slide {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
}
.interviewSlide .swiper-slide img {
	position: relative;
}
.interviewSlide .swiper-slide .profile {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: -12px;
}
.interviewSlide .swiper-slide .company {
	display: inline-block;
	margin-bottom: 8px;
	padding: 0 5px;
	border-radius: 3px;
	background-color: #1f1f1f;
	color: #fff;
	line-height: 29px;
	font-weight: 700;
}
.interviewSlide .swiper-slide .company + .company {
	margin-top: -4px;
}
.interviewSlide .swiper-button-next,
.interviewSlide .swiper-button-prev {
	top: 33.5%;
    color: #c4cbd4;
	font-weight: bold;
}
.interviewSlide .swiper-button-next {
	right: -60px;
}
.interviewSlide .swiper-button-prev {
	left: -60px;
}
@media print, screen and (min-width: 768px) {
	.interviewSlide {
		width: 1140px;
	}
}
/* ------------------------------
 社員インタビュースライドリンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.interviewSlide {
		width: 74%;
	}
	.interviewSlide .swiper-slide {
		font-size: 1.8rem;
	}
	.interviewSlide .swiper-slide .profile {
		margin-top: -15px;
	}
	.interviewSlide .swiper-slide .company {
		margin-bottom: 10px;
		padding: 0 6px;
		border-radius: 4px;
		line-height: 35px;
	}
	.interviewSlide .swiper-slide .company + .company {
		margin-top: -5px;
	}
	.interviewSlide .swiper-button-next,
	.interviewSlide .swiper-button-prev {
		top: 34.5%;
	}
	.interviewSlide .swiper-button-next {
		right: -40px;
	}
	.interviewSlide .swiper-button-prev {
		left: -40px;
	}
}