@charset "UTF-8";
/* CSS Document */
.interviewPage #cmnPageKvWrapper{
	margin-bottom: 0;
	margin-inline: auto;
	width: var(--widthBase);
}
/*
	KV
-----------------------------------------------------------------------------------------------*/
.interviewPageKvAreaWrapper{
	margin:  0 auto;
	padding-inline: 30px;
	position: relative;
}
.interviewPageKvArea{
	position: relative;
	overflow: hidden;
}

/* キャッチ
============================== */
.interviewPageCatch{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	position: absolute;
	z-index: 10;
}
.interviewPageCatch > *{
    line-height: 1.0;
}
.interviewPageCatch span{
	padding: 8px 10px;
	font-size: 3.5rem;
	font-weight: 600;
	color: var(--colorPrimary);
	letter-spacing: 0.1rem;
	background-color: #fff;
}
/* K.K */
.interviewPageKk .interviewPageCatch{
	top: 120px;
	left: 120px;
}
/* R.Y */
.interviewPageRy .interviewPageCatch{
	top: 120px;
	left: 120px;
}
/* R.S */
.interviewPageRs .interviewPageCatch{
	top: 120px;
	left: 120px;
}
/* Y.S */
.interviewPageYs .interviewPageCatch{
	top: 100px;
	left: 120px;
}
/* Y.E */
.interviewPageYe .interviewPageCatch{
	top: 100px;
	left: 120px;
}

/* 番号
============================== */
.interviewPageNum{
	font-size: 100px;
	font-weight: 900;
	line-height: 1.0;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
	opacity: 0.9;
	position: absolute;
	right: 40px;
	bottom: -10px;
	opacity: 0;
}
.interviewPageNum span{
	font-size: 140px;
}

/* 画像
============================== */
.interviewPageKv{
	border-radius: var(--br50);
}


.interviewCtsWrapper{
	margin-inline: auto;
	width: var(--widthBase);
}
/* プロフィール
============================== */
.interviewPageProfileArea{
	align-items: center;
	background-color: #ffeaca;
	border-radius: var(--br50);
	display: flex;
	gap: 50px;
	margin: -50px 0 0 -80px;
	padding: 85px 50px 35px 150px;
	position: relative;
	width: 1005px;
	z-index: -1;
}
[class^="category0"]{
	align-items: center;
	background: var(--colorCategory01);
	border-radius: 3px;
	color: #fff;
	display: flex;
	font-size: 1.0rem;
	height: 20px;
	justify-content: center;
	letter-spacing: .1rem;
	line-height: 1;
	width: 60px;
}
.category02{
	background: var(--colorCategory02);
}
.name{
	color: #999;
}
.name .en{
	color: #000;
	font-family: var(--ffEn);
	font-size: 3.0rem;
	font-weight: 700;
	margin-right: 15px;
}
.job{
	font-size: 1.4rem;
}
.interviewPageProfileArea .txt{
	font-size: 1.2rem;
	line-height: 1.8;
	max-width: 520px;
	text-align: justify;
}

/*
	インタビューエリア
-----------------------------------------------------------------------------------------------*/
.interviewCts{
	padding-right: 30px;
}
.interview{
	display: flex;
}

/* アンカーリンク
============================== */
.index{
	background: #fff;
	width: 330px;
}
.indexList{
	padding: 100px 0;
	position: sticky;
	top: 0;
}
.indexList li{
	padding: 0 20px;
}
.indexAnchor{
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	gap: 20px;
	height: 50px;
	margin: 0 auto;
	width: 230px;
	padding-right: 25px;
	position: relative;
}
/* 矢印 */
.indexAnchor::after{
	content: "";
	display: inline-block;
	width: 20px;
	aspect-ratio: 1/1;
	background: url("../images/ico_arrow_wh.svg") var(--colorPrimary) no-repeat center center / 8px auto;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transition: background-color .3s;
	transform: translateY(-50%) rotate(90deg);
}
@media (any-hover: hover){
	.indexAnchor:hover::after{
		background-color: #000;
		transition: background-color .3s;
	}
}

.interviewBox{
	margin-left: auto;
	max-width: 810px;
}
/* インタビュー
============================== */
[class^="section0"]{
	align-items: center;
	display: flex;
	gap: 50px;
	margin: 100px 0;
}
.section02{
	flex-direction: row-reverse;
}
.section03{
	flex-direction: column;
}
.section03 .sectionBox{
	width: calc(100% - 90px);
}
.sectionHead{
	display: inline-block;
	font-size: 2.5rem;
	line-height: 2.0;
	margin-bottom: 30px;
	position: relative;
	text-decoration: underline;
	text-decoration-color: var(--colorPrimary);
	text-decoration-thickness: 1px;
	text-underline-offset: 10px;
}
.sectionHead::before,
.sectionHead::after{
	background: url(../images/item_people01_pc.png) no-repeat center / 100%;
	content: '';
	height: 30px;
	position: absolute;
	width: 40px;
	z-index: -1;
}
.sectionHead::before{
	left: -20px;
	top: -5px;
}
.sectionHead::after{
	bottom: -20px;
	right: -20px;
	transform: scale(-1.0);
}
.sectionTxt{
	font-size: 1.4rem;
	line-height: 2.0;
	text-align: justify;
}
.sectionImg img{
	border-radius: var(--br20);
}

/* この仕事だから出会える物語。
============================== */
#report{
	border-radius: var(--br30);
	background: radial-gradient(circle, rgba(204, 204, 204, .6) .5px, transparent 1px) 0 0 / 10px 10px #fff;
	margin-block: 100px;
	padding: 60px 60px 50px;
	position: relative;
}
.reportHead{
	align-items: center;
	background: #fff;
	border: 1px solid var(--colorPrimary);
	border-radius: 20px;
	color: var(--colorPrimary);
	display: inline-flex;
	font-size: 1.6rem;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	left: 50%;
	letter-spacing: .1rem;
	padding: 0 20px;
	position: absolute;
	top: -20px;
	transform: translate(-50%, 0);
}
.reportTit{
	color: var(--colorPrimary);
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.0;
	margin-bottom: 30px;
	text-align: center;
}
.reportTxt{
	font-size: 1.4rem;
	line-height: 2.0;
	text-align: justify;
}

/* キャリアパス〜その他の先輩社員インタビューの見出し
============================== */
.interviewHead{
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .2rem;
	line-height: 1.0;
	margin-bottom: 42px;
	text-align: center;
}
.interviewHeadEn{
	color: var(--colorPrimary);
	display: block;
	font-family: var(--ffEn);
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: .1rem;
	margin-top: 13px;
}

/* キャリアパス
============================== */
#career{
	background: #FFEECC;
	border-radius: 0 var(--br50) var(--br50) 0;
	padding: 60px;
}
.careerList{
	align-items: start;
	display: flex;
	flex-wrap: nowrap;
	gap: 27px;
	max-width: 805px;
}
/* 矢印 */
.careerItem{
	flex: 1;
	position: relative;
}
.careerItem::before,
.careerItem::after{
	content: '';
	position: absolute;
}
.careerItem::before{
	background: #000;
	top: 50px;
	height: 1px;
	left: 0;
	width: calc(100% + 27px);
}
.careerItem:last-child::before{
	width: calc(100% + 15px);
}
.careerItem:last-child::after{
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	top: 46px;
	height: 9px;
	transform: rotate(45deg);
	right: -15px;
	width: 9px;
}
.careerTit{
	align-items: center;
	background: var(--colorCategory02);
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	height: 25px;
	justify-content: center;
	line-height: 1.0;
	margin-bottom: 45px;
	position: relative;
}
/* ● */
.careerTit::before{
	background: var(--colorCategory02);
	border: 3px solid #FFEECC;
	border-radius: 8px;
	bottom: -33px;
	content: '';
	height: 16px;
	left: -8px;
	position: absolute;
	width: 16px;
}
/* 2カラム目 */
.careerItem:nth-child(2) .careerTit,
.careerItem:nth-child(2) .careerTit::before{
	background: var(--colorCategory01);
}
/* 3カラム目 */
.careerItem:nth-child(3) .careerTit,
.careerItem:nth-child(3) .careerTit::before{
	background: var(--colorPoint01);
}
/* 4カラム目 */
.careerItem:last-child .careerTit,
.careerItem:last-child .careerTit::before{
	background: #9353bc;
}

.careerTxt{
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: justify;
}

/* 就活生の皆さんへのメッセージ
============================== */
#message{
	padding-block: 100px;
}
#message .interviewHead{
	border-bottom: 1px solid #ccc;
	display: flex;
	gap: 20px;
	margin-bottom: 28px;
	padding-bottom: 25px;
	max-width: calc(100% - 98px);
}
.messageBox{
	display: flex;
	flex-direction: row-reverse;
	gap: 35px;
}
.messageImg{
	border: 5px solid #fff;
	border-radius: 50%;
	display: inline-table;
	height: 205px;
	margin-top: -90px;
	overflow: hidden;
	width: 205px;
}
.messageTxt{
	width: 570px;
	font-size: 1.4rem;
	line-height: 2.0;
	text-align: justify;
}

/*
	その他の先輩社員インタビュー
-----------------------------------------------------------------------------------------------*/
.other{
	background: radial-gradient(circle, rgba(255, 255, 255, .6) .5px, transparent 1px) 0 0 / 10px 10px var(--colorSub02);
	border-radius: 0 var(--br50) 0 0;
}
.other .ctsArea{
	padding-block: 80px;
}

/* リスト
============================== */
.listPeople{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 30px;
	position: relative;
}
.listPeople > li{
	width: 204px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.listPeople > li a{
	display: block;
}
/* 写真エリア */
.listPeople .imgArea{
	position: relative;
}
/* tag */
.listPeople [class^="tag"]{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 17px;
	font-size: 1.0rem;
	color: #fff;
	line-height: 1.0;
	border-radius: 4px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.listPeople .tag01{
	background-color: var(--colorCategory01);
}
.listPeople .tag02{
	background-color: var(--colorCategory02);
}
/* comment */
.listPeople [class^="comment"]{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	padding: 15px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s;
}
.listPeople .comment01{
	background-color: rgba(0,174,209,0.8);
}
.listPeople .comment02{
	background-color: rgba(28,207,164,0.8);
}
.listPeople [class^="comment"]::before,
.listPeople [class^="comment"]::after{
	content: "";
	width: 15px;
	height: 12px;
	background: url("../images/ico_ doubleQuotes_wh.svg") no-repeat center center / 100%;
	position: absolute;
}
.listPeople [class^="comment"]::before{
	top: 55px;
	left: 15px;
}
.listPeople [class^="comment"]::after{
	right: 15px;
	bottom: 55px;
	transform: rotate(-180deg);
}
@media (any-hover: hover){
	.listPeople a:hover [class^="comment"]{
		opacity: 1.0;
	}
}
/* テキストエリア */
.listPeople .txtArea{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 8px 17px;
}
.listPeople .txt{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
}
/* 名前 */
.listPeople .txt .name{
	color: #000;
	font-family: var(--ffEn);
	font-size: 1.7rem;
	font-weight: 700;
}
/* 入社年 */
.listPeople .txt .year{
	font-size: 1.0rem;
	color: #999;
}

/* ボタン
============================== */
.btnArrow{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 15px;
	background-color: var(--colorPrimary);
	border-radius: 12.5px;
	position: relative;
	transition: background-color 0.3s;
}
.btnArrow::after{
	content: "";
	display: block;
	width: 7px;
	aspect-ratio: 1/1;
	background: url("../images/ico_arrow_wh.svg") no-repeat center center / 100%;
}
@media (any-hover: hover){
	.btnArrow:hover{
		background-color: var(--colorPrimary);
	}
	.listPeople a:hover .btnArrow{
		background-color: #000;
	}
}

@media screen and (max-width:812px){
	#wrapper{
		overflow: hidden;
	}
	/*
		KV
	-----------------------------------------------------------------------------------------------*/
	.interviewPageKvAreaWrapper{
		max-width: 400px;
		padding-inline: 25px;
		z-index: 2;
	}

	/* キャッチ
	============================== */
	.interviewPageCatch{
		gap: 5px;
	}
	.interviewPageCatch span{
		padding: 5px 7px;
		font-size: 2.0rem;
		letter-spacing: 0.1rem;
	}
	/* K.K */
	.interviewPageKk .interviewPageCatch{
		bottom: 50px;
		top: auto;
		left: 20px;
	}
	/* R.Y */
	.interviewPageRy .interviewPageCatch{
		bottom: 50px;
		top: auto;
		left: 20px;
	}
	/* R.S */
	.interviewPageRs .interviewPageCatch{
		bottom: 50px;
		top: auto;
		left: 20px;
	}
	/* Y.S */
	.interviewPageYs .interviewPageCatch{
		bottom: 20px;
		top: auto;
		left: 20px;
	}
	/* Y.E */
	.interviewPageYe .interviewPageCatch{
		bottom: 20px;
		top: auto;
		left: 20px;
	}

	/* 番号
	============================== */
	.interviewPageNum{
		font-size: 5.5rem;
		writing-mode: vertical-rl;
		right: -15px;
		bottom: 20px;
	}
	.interviewPageNum span{
		font-size: 5.5rem;
	}

	/* プロフィール
	============================== */
	.interviewPageProfileArea{
		border-radius: 0 0 var(--br50);
		flex-direction: column;
		gap: 15px;
		justify-content: left;
		margin: -50px 0 0 0;
		max-width: 500px;
		padding: 80px 25px 30px 40px;
		width: 85%;
		z-index: 1;
	}
	.interviewPageProfile{
		margin-right: auto;
	}
	[class^="category0"]{
		height: 17px;
		width: 50px;
	}
	.name{
		line-height: 1.7;
	}
	.name .en{
		font-size: 2.5rem;
		margin-right: 10px;
	}
	.job{
		font-size: 1.3rem;
	}
	.interviewPageProfileArea .txt{
		font-size: 1.2rem;
		line-height: 1.6;
		max-width: 100%;
	}

	/*
		インタビューエリア
	-----------------------------------------------------------------------------------------------*/
	.interviewCts{
		padding-right: 0;
	}
	.interview{
		flex-direction: column;
	}

	/* アンカーリンク
	============================== */
	.index{
		margin-top: -50px;
		width: 100%;
	}
	.indexList{
		padding: 70px 25px 30px;
		position: static;
		top: auto;
	}
	.indexAnchor{
		gap: 20px;
		height: 40px;
		max-width: 500px;
		width: 80%;
	}

	.interviewBox{
		margin: auto;
		max-width: 500px;
		padding-inline: 25px;
		width: 100%;
	}
	/* インタビュー
	============================== */
	[class^="section0"]{
		flex-direction: column;
		gap: 30px;
		margin: 60px 0;
	}
	.section02{
		flex-direction: column;
	}
	.section03 .sectionBox{
		width: 100%;
	}
	.sectionBox{
		text-align: center;
	}
	.sectionHead{
		font-size: 2.0rem;
		line-height: 2.0;
		text-underline-offset: 8px;
	}
	.sectionHead::before,
	.sectionHead::after{
		background: url(../images/item_people01_sp.png) no-repeat center / 100%;
		height: 26px;
		width: 35px;
	}
	.sectionHead::before{
		left: -20px;
		top: -5px;
	}
	.sectionHead::after{
		bottom: -15px;
		right: -20px;
	}
	.sectionTxt{
		font-size: 1.4rem;
		line-height: 1.8;
	}

	/* この仕事だから出会える物語。
	============================== */
	#report{
		border-radius: var(--br30);
		margin: 80px auto 60px;
		max-width: 450px;
		padding: 40px 25px 30px;
		width: calc(100% - 50px);
	}
	.reportHead{
		font-size: 1.6rem;
		padding: 15px 0;
		top: -20px;
		width: 83%;
	}
	.reportTit{
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	.reportTxt{
		font-size: 1.4rem;
		line-height: 1.6;
	}

	/* キャリアパス〜その他の先輩社員インタビューの見出し
	============================== */
	.interviewHead{
		font-size: 2.4rem;
		letter-spacing: .2rem;
		line-height: 1.0;
		margin-bottom: 25px;
	}
	.interviewHeadEn{
		font-size: 1.0rem;
		margin-top: 10px;
	}

	/* キャリアパス
	============================== */
	#career{
		border-radius: 0 var(--br50) var(--br50) 0;
		padding: 50px 0;
		overflow: hidden;
		width: calc(100% - 25px);
	}
	#career .interviewBox{
		max-width: none;
		padding-inline: 25px 0;
	}
	.careerList{
		gap: 23px;
		overflow-x: scroll;
		padding-left: 8px;
	}
	/* 矢印 */
	.careerItem{
		flex: 0 0 auto;
		width: 180px;
		min-width: 180px;
	}
	.careerItem::before{
		top: 41px;
		width: calc(100% + 23px);
	}
	.careerItem:last-child::after{
		top: 37px;
	}
	.careerTit{
		border-radius: 3px;
		font-size: 1.3rem;
		height: 23px;
		margin-bottom: 30px;
	}
	/* R.S */
	.interviewPageRs .careerItem{
		flex: 1;
	}
	/* ● */
	.careerTit::before{
		bottom: -26px;
		height: 15px;
		left: -6px;
		width: 15px;
	}

	.careerTxt{
		font-size: 1.2rem;
		line-height: 1.6;
	}

	/* 就活生の皆さんへのメッセージ
	============================== */
	#message{
		padding-block: 60px;
	}
	#message .interviewHead{
		border-bottom: none;
		display: block;
		margin-bottom: 20px;
		padding-bottom: 0;
		max-width: 100%;
	}
	.messageBox{
		align-items: center;
		flex-direction: column;
		gap: 18px;
	}
	.messageImg{
		display: inline-block;
		height: 155px;
		margin-top: 0;
		width: 155px;
	}
	.messageTxt{
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.7;
	}

	/*
		その他の先輩社員インタビュー
	-----------------------------------------------------------------------------------------------*/
	.other .ctsArea{
		padding: 60px 25px;
	}

	/* リスト
	============================== */
	.listPeople{
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 15px;
		width: 100%;
		max-width: 350px;
		margin: 20px auto 0;
	}
	.listPeople > li{
		width: calc((100% - 15px)/2);
		border-radius: 15px;
	}
	/* tag */
	.listPeople [class^="tag"]{
		width: 40px;
		height: 20px;
		font-size: 0.9rem;
		border-radius: 2px;
		top: 10px;
		left: 10px;
	}
	/* comment */
	.listPeople [class^="comment"]{
		display: none;
	}
	/* テキストエリア */
	.listPeople .txtArea{
		padding: 6px 12px;
	}
	.listPeople .txt{
		gap: 5px;
	}
	/* 名前 */
	.listPeople .txt .name{
		font-size: 1.4rem;
	}
	/* 入社年 */
	.listPeople .txt .year{
		font-size: 1.0rem;
	}

	/* ボタン
	============================== */
	#peopleWrapper .btnArrow{
		width: 20px;
		height: auto;
		aspect-ratio: 1/1;
		border-radius: 50%;
	}
	#peopleWrapper .btnArrow::after{
		width: 8px;
	}
}