@charset "UTF-8";
/* ------------------------------
 社員インタビューINDEX（PC）
------------------------------ */
.interviewIndex {
	position: relative;
	z-index: 1;
}
.interviewIndex .cms_text a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #1a1a1a;
	text-decoration: none;
}
.interviewIndex .interviewImage {
	position: relative;
	border: 2px solid #1a1a1a;
	border-radius: 25px;
	background: url(../img/interview_bg01.jpg) no-repeat 0 0 / cover;
}
.interviewIndex .cms_text:nth-child(3n-1) .interviewImage {
	background: url(../img/interview_bg02.jpg) no-repeat 0 0 / cover;
}
.interviewIndex .cms_text:nth-child(3n) .interviewImage {
	background: url(../img/interview_bg03.jpg) no-repeat 0 0 / cover;
}
.interviewIndex .interviewImage::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 11px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #1a1a1a;
	border-radius: 30px;
	background-color: #fff;
}
.interviewIndex .interviewImage img {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: -30px;
	border-radius: 0 0 28px 28px;
}
.interviewIndex .interviewImage div {
	position: absolute;
	top: 30px;
	left: 40px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 4.6rem;
	line-height: 1;
	font-weight: 600;
}
.interviewIndex .interviewImage p {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: 700;
	writing-mode: vertical-rl;
}
.interviewIndex .interviewImage p span {
	display: inline-block;
	padding: 10px 5px;
	border: 2px solid #1a1a1a;
	background-color: #fff;
}
.interviewIndex .interviewImage p span:nth-of-type(2) {
	margin-right: -2px;
	padding-bottom: 0;
}
.interviewIndex .profile {
	display: inline-flex;
	align-items: center;
	height: 36px;
	margin-top: 32px;
	padding-right: 55px;
	font-family: "Inter", sans-serif;
	font-size: 2.2rem;
	line-height: 36px;
	font-weight: 600;
	background: url(../img/icon_circle_arrow.svg) no-repeat right 0 / 36px 36px;
}
.interviewIndex .profile span {
	display: inline-block;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px solid #1a1a1a;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 26px;
	font-weight: 500;
}
@media print, screen and (min-width: 768px) {
	.interviewIndex {
		display: flex;
		flex-wrap: wrap;
		gap: 100px;
	}
	.interviewIndex .cms_text {
		width: 520px;
		margin-bottom: 0;
	}
	.interviewIndex .interviewImage {
		width: 507px;
		margin: 0 11px 11px 0;
	}
}
/* ------------------------------
 社員インタビューINDEX（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.interviewIndex .cms_text {
		margin-bottom: 60px;
	}
	.interviewIndex .interviewImage {
		width: calc(100% - 8px);
		margin: 0 7px 7px 0;
		border-radius: 20px;
	}
	.interviewIndex .interviewImage::after {
		top: 7px;
		left: 7px;
		border-radius: 25px;
	}
	.interviewIndex .interviewImage img {
		margin-top: -23px;
		border-radius: 0 0 18px 18px;
	}
	.interviewIndex .interviewImage div {
		position: absolute;
		top: 18px;
		left: 23px;
		font-size: 2.9rem;
	}
	.interviewIndex .interviewImage p {
		top: 15px;
		right: 15px;
		font-size: 2.2rem;
	}
	.interviewIndex .profile {
		height: 30px;
		margin-top: 22px;
		padding-right: 45px;
		font-size: 1.8rem;
		line-height: 30px;
		background: url(../img/icon_circle_arrow.svg) no-repeat right 0 / 30px 30px;
	}
	.interviewIndex .profile span {
		margin-left: 15px;
		padding-left: 15px;
		font-size: 1.4rem;
		line-height: 22px;
	}
}

/* ------------------------------
 社員インタビュー（PC）
------------------------------ */
/* メインイメージ */
.interviewMainimg {
	position: relative;
	z-index: 1;
}
.interviewMainimg .interviewImage {
	position: relative;
	margin: 0 18px 18px 0;
	border: 2px solid #1a1a1a;
	border-radius: 45px;
	background: url(../img/interview_mainimg_bg01.jpg) no-repeat center 0 / cover;
}
.interviewMainimg .interviewImage.bg02 {
	background: url(../img/interview_mainimg_bg02.jpg) no-repeat center 0 / cover;
}
.interviewMainimg .interviewImage.bg03 {
	background: url(../img/interview_mainimg_bg03.jpg) no-repeat center 0 / cover;
}
.interviewMainimg .interviewImage::after {
	content: "";
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #1a1a1a;
	border-radius: 50px;
	background-color: #fff;
}
.interviewMainimg .interviewImage img {
	position: relative;
	bottom: 2px;
}
.interviewMainimg .interviewImage div {
	position: absolute;
	top: 51px;
	left: 62px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 7.6rem;
	line-height: 1.15;
	font-weight: 600;
}
.interviewMainimg .interviewImage div span {
	display: block;
	font-size: 2.6rem;
}
.interviewMainimg .interviewImage h1 {
	position: absolute;
	top: 53px;
	right: 63px;
	font-size: 4.5rem;
	line-height: 1.28;
	font-weight: 700;
	writing-mode: vertical-rl;
}
.interviewMainimg .interviewImage h1 span {
	display: inline-block;
	padding: 15px 10px;
	border: 2px solid #1a1a1a;
	background-color: #fff;
}
.interviewMainimg .interviewImage h1 span:nth-of-type(2) {
	margin-right: -2px;
	padding-bottom: 0;
}
.interviewMainimg .profile {
	line-height: 2;
	font-weight: 500;
}
.interviewMainimg .profile span {
	display: block;
	width: 80px;
	height: 25px;
	margin-bottom: 5px;
	border-radius: 5px;
	background-color: #1a1a1a;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 1.4rem;
	line-height: 25px;
	font-weight: 600;
	text-align: center;
}
.interviewMainimg .profile strong {
	font-family: "Inter", sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
}
/* 1日のスケジュール */
.scheduleBlock {
	padding: 80px 90px 70px;
	border-radius: 30px;
	background-color: #eaf2fb;
}
.scheduleHeading {
	display: flex;
	flex-direction: column;
	font-size: 2.6rem;
	line-height: 1;
	font-weight: 700;
}
.scheduleHeading p {
	margin-bottom: 12px;
	color: #8fa3aa;
	font-family: "Inter", sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
}
.scheduleBlock .cms_text ul > li {
	display: flex;
	column-gap: 47px;
	padding-left: 0;
	font-size: 1.8rem;
}
.scheduleBlock .cms_text ul > li:not(:last-child) {
	padding-bottom: 16px;
}
.scheduleBlock .cms_text ul > li::before {
	content: none;
}
.scheduleBlock .cms_text ul > li > .time {
	position: relative;
	width: 53px;
	padding-top: 2px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	vertical-align: text-bottom;
}
.scheduleBlock .cms_text ul > li > .time::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -24px;
	width: 2px;
	height: calc(100% + 19px);
	background-color: #1a1a1a;
}
.scheduleBlock .cms_text ul > li:first-child > .time::before {
	top: 14px;
}
.scheduleBlock .cms_text ul > li:last-child > .time::before {
	height: calc(100% - 14px);
}
.scheduleBlock .cms_text ul > li > .time::after {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	right: -28px;
	width: 6px;
	height: 6px;
	border: 2px solid #1a1a1a;
	border-radius: 50%;
	background-color: #4cd3af;
}
.scheduleBlock .cms_text ul > li > .schedule {
	width: calc(100% - 100px);
	font-weight: 500;
}
.scheduleBlock .cms_image {
	position: relative;
}
.scheduleBlock .cms_image::after {
	content: "OFF\ATIME";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -23px;
	right: -21px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #1a1a1a;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 2rem;
	line-height: 1.15;
	font-weight: 600;
	text-align: center;
	white-space: pre;
}
.scheduleBlock .cms_caption_b {
	margin-top: 20px;
}
/* メッセージ */
.cms_block.messageBlock {
	position: relative;
	margin-bottom: 0;
	padding: 90px;
	border-radius: 30px;
	background-color: #596466;
	color: #fff;
}
.messageBlock::before {
	content: "MESSAGE";
	position: absolute;
	bottom: -13px;
	right: -7px;
	color: rgba(255,255,255,.1);
	font-family: "Inter", sans-serif;
	font-size: 9.2rem;
	line-height: 1;
	font-weight: 600;
}
@media print, screen and (min-width: 768px) {
	/* メインイメージ */
	.interviewMainimg {
		margin-top: -396px;
	}
	.interviewMainimg .interviewImage {
		width: 1120px;
		height: 669px;
	}
	.interviewMainimg .interviewImage img {
		height: 722px;
		width: auto;
		margin-top: -55px;
	}
	.interviewMainimg .interviewImage.mo img {
		left: 96px;
	}
	.interviewMainimg .interviewImage.nnh img {
		left: 158px;
	}
	.interviewMainimg .interviewImage.htnv img {
		left: 182px;
	}
	.interviewMainimg .interviewImage.rt img {
		left: 198px;
	}
	.interviewMainimg .interviewImage.sm img {
		left: 248px;
	}
	.interviewMainimg .interviewImage.sh img {
		left: 218px;
	}
	.interviewMainimg .interviewImage.nh img {
		left: 246px;
	}
	.interviewMainimg .cms_text.profile {
		position: absolute;
		bottom: 48px;
		left: 60px;
		width: auto;
		margin: 0;
	}
	.interviewText .cms_image.r30.cms_center img {
		box-sizing: content-box;
	}
	/* 1日のスケジュール */
	.scheduleBlock .cms_text.fl {
		width: 474px;
		margin-bottom: 0;
	}
	.scheduleBlock .cms_image {
		width: 436px;
		margin-bottom: 0;
	}
}
/* ------------------------------
 社員インタビュー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* メインイメージ */
	.interviewMainimg {
		margin-top: -143px;
	}
	.interviewMainimg .interviewImage {
		margin: 0 9px 9px 0;
		border-radius: 20px;
		aspect-ratio: 1 / 1.065;
	}
	.interviewMainimg .interviewImage::after {
		top: 7px;
		left: 7px;
		border-radius: 25px;
	}
	.interviewMainimg .interviewImage img {
		bottom: 0;
		max-width: initial;
		height: calc(100% + 25px);
		width: auto;
		margin-top: -25px;
	}
	.interviewMainimg .interviewImage.mo img {
		left: -88px;
	}
	.interviewMainimg .interviewImage.nnh img {
		left: -41px;
	}
	.interviewMainimg .interviewImage.htnv img {
		left: -32px;
	}
	.interviewMainimg .interviewImage.rt img {
		left: -18px;
	}
	.interviewMainimg .interviewImage.sm img {
		left: 9px;
	}
	.interviewMainimg .interviewImage.sh img {
		left: -4px;
	}
	.interviewMainimg .interviewImage.nh img {
		left: 5px;
	}
	.interviewMainimg .interviewImage div {
		top: 20px;
		left: 25px;
		font-size: 4.2rem;
	}
	.interviewMainimg .interviewImage div span {
		font-size: 1.4rem;
	}
	.interviewMainimg .interviewImage h1 {
		top: 20px;
		right: 20px;
		font-size: 2rem;
	}
	.interviewMainimg .interviewImage h1 span {
		padding: 5px 3px;
	}
	.interviewMainimg .cms_text.profile {
		width: 90%;
		margin: 40px auto 0;
	}
	.cms_block.interviewText {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	/* 1日のスケジュール */
	.scheduleBlock {
		padding: 50px 5% 70px;
	}
	.scheduleHeading {
		font-size: 2.3rem;
	}
	.scheduleHeading p {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.scheduleBlock .cms_text.fl {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.scheduleBlock .cms_text ul > li {
		column-gap: 42px;
		font-size: 1.6rem;
	}
	.scheduleBlock .cms_text ul > li:not(:last-child) {
		padding-bottom: 14px;
	}
		.scheduleBlock .cms_text ul > li > .time {
		width: 48px;
	}
	.scheduleBlock .cms_text ul > li > .time::before {
		right: -19px;
	}
	.scheduleBlock .cms_text ul > li > .time::after {
		top: 11px;
		right: -23px;
	}
		.scheduleBlock .cms_text ul > li > .schedule {
		width: calc(100% - 90px);
	}
	.scheduleBlock .cms_image::after {
		top: -26px;
		right: -11px;
		width: 70px;
		height: 70px;
		font-size: 1.6rem;
	}
	/* メッセージ */
	.contentsInterview .cms_block.messageBlock {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 40px 30px 70px;
	}
	.messageBlock::before {
		bottom: -6px;
		right: -3px;
		font-size: 4.5rem;
	}
	.messageBlock h2 span {
		display: inline-block;
	}
}

/* ------------------------------
 リンクバナー（PC）
------------------------------ */
.interviewBlock {
	position: relative;
	margin-bottom: 106px;
}
.interviewBlock::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -106px;
	left: 0;
	width: 87.5%;
	height: 655px;
	border-radius: 0 50px 50px 0;
	background-color: #f2f7fd;
}
.interviewBoxWrap {
	margin-bottom: 30px;
}
.interviewBoxWrap .interviewBox {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.interviewBoxWrap .swiper {
	overflow: visible;
	box-sizing: content-box;
}
.interviewBoxWrap .swiper .swiper-slide a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.interviewImage {
	position: relative;
	margin: 0 8px 8px 0;
	border: 2px solid #1a1a1a;
	border-radius: 30px;
	background: url(../img/interview_bg01.jpg) no-repeat 0 0 / cover;
}
.interviewBox .swiper-slide:nth-child(3n-1) .interviewImage {
	background: url(../img/interview_bg02.jpg) no-repeat 0 0 / cover;
}
.interviewBox .swiper-slide:nth-child(3n) .interviewImage {
	background: url(../img/interview_bg03.jpg) no-repeat 0 0 / cover;
}
.interviewImage::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #1a1a1a;
	border-radius: 30px;
	background-color: #fff;
}
.interviewImage img {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: -20px;
	border-radius: 0 0 28px 28px;
}
.interviewImage div {
	position: absolute;
	top: 21px;
	left: 27px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 3.1rem;
	line-height: 1;
	font-weight: 600;
}
.interviewImage p {
	position: absolute;
	top: 13px;
	right: 13px;
	font-size: 2.1rem;
	line-height: 1.3;
	font-weight: 700;
	writing-mode: vertical-rl;
}
.interviewImage p span {
	display: inline-block;
	padding: 8px 4px;
	border: 2px solid #1a1a1a;
	background-color: #fff;
}
.interviewImage p span:nth-of-type(2) {
	margin-right: -2px;
	padding-bottom: 0;
}
.interviewBox .profile {
	display: inline-flex;
	align-items: center;
	height: 30px;
	margin-top: 22px;
	padding-right: 45px;
	font-size: 2rem;
	line-height: 30px;
	font-weight: 700;
	background: url(../img/icon_circle_arrow.svg) no-repeat right 0 / 30px 30px;
}
.interviewBox .profile span {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #1a1a1a;
	font-size: 1.6rem;
	line-height: 22px;
	font-weight: 400;
}
.interviewBoxWrap .swiper-button-next,
.interviewBoxWrap .swiper-button-prev {
	top: auto;
	bottom: 0;
	right: 0;
	width: 48px;
	height: 48px;
	margin-top: 0;
	border: 2px solid #1a1a1a;
	border-radius: 50%;
	background-color: #fff;
}
.interviewBoxWrap .swiper-button-prev {
	right: 58px;
	left: auto;
}
.interviewBoxWrap .swiper-button-next::after,
.interviewBoxWrap .swiper-button-prev::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 14px;
	background: url(../img/icon_slide_arrow.svg) 0 0 / cover;
}
.interviewBoxWrap .swiper-button-prev::after {
	transform: scaleX(-1);
}
.interviewBoxWrap .swiper-horizontal > .swiper-scrollbar {
	position: absolute;
	bottom: 21px;
	left: 0;
	z-index: 50;
	height: 6px;
	border-radius: 3px;
	background-color: #1a1a1a;
}
.interviewBoxWrap .swiper-scrollbar-drag {
	background: #4cd3af;
	background: linear-gradient(90deg,rgba(76,211,175,1) 0%, rgba(64,180,221,1) 100%);
}
.interviewBlock .btn {
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
	.interviewBoxWrap {
		overflow: hidden;
	}
	.interviewBoxWrap .interviewBox {
		width: 1140px;
	}
	.interviewBoxWrap .swiper {
		height: 474px;
		padding: 120px 0 108px;
	}
	.interviewBoxWrap .swiper-horizontal > .swiper-scrollbar {
		width: 997px;
	}
}
/* ------------------------------
 リンクバナー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.interviewBlock {
		margin-bottom: 50px;
	}
	.interviewBlock::after {
		bottom: -50px;
		width: 88%;
		height: 568px;
		border-radius: 0 30px 30px 0;
	}
	.interviewBoxWrap {
		margin-bottom: 20px;
	}
	.interviewBoxWrap .interviewBox {
		width: 90%;
	}
	.interviewBoxWrap .swiper {
		height: auto;
		padding: 70px 2px 78px 0;
	}
	.interviewImage {
		margin: 0 7px 7px 0;
		border-radius: 20px;
	}
	.interviewImage::after {
		top: 7px;
		left: 7px;
		border-radius: 20px;
	}
	.interviewImage img {
		margin-top: -23px;
		border-radius: 0 0 18px 18px;
	}
	.interviewImage div {
		position: absolute;
		top: 18px;
		left: 23px;
		font-size: 2.9rem;
	}
	.interviewImage p {
		top: 15px;
		right: 15px;
		font-size: 2.2rem;
	}
	.interviewBox .profile {
		height: 30px;
		margin-top: 22px;
		padding-right: 45px;
		font-size: 1.8rem;
		line-height: 30px;
		background: url(../img/icon_circle_arrow.svg) no-repeat right 0 / 30px 30px;
	}
	.interviewBox .profile span {
		margin-left: 15px;
		padding-left: 15px;
		font-size: 1.4rem;
		line-height: 22px;
	}
	.interviewBoxWrap .swiper-horizontal > .swiper-scrollbar {
		bottom: 16px;
		width: 72%;
		height: 6px;
		border-radius: 3px;
		background-color: #1a1a1a;
	}
	.interviewBoxWrap .swiper-button-next,
	.interviewBoxWrap .swiper-button-prev {
		right: 0;
		width: 38px;
		height: 38px;
	}
	.interviewBoxWrap .swiper-button-prev {
		right: 46px;
	}
	.interviewBoxWrap .swiper-button-next::after,
	.interviewBoxWrap .swiper-button-prev::after {
		width: 14px;
		height: 11px;
	}
	.interviewBlock .btn {
		margin-left: 5%;
	}
}