@charset "UTF-8";

/*===============================================
	Voiceページ
===============================================*/

#Contents .CareersContentsArea img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/* ページタイトルエリア */
.CareersContentsArea .PageTitleAreaBg{
	background-image: url("/products/it/finance/careers/image/voice/bg_pic_voice.png");
}

#Contents .CareersContentsArea img.VoiceNum{
	max-width: 800px;
}

#Contents .CareersContentsArea img.VoiceNum_sp,
#Contents .CareersContentsArea img.VoiceReasion_sp,
#Contents .CareersContentsArea img.VoiceFactor_sp{
	display: none;
}

/* 声エリア */
.CareersContentsArea .VoiceTabWrap label{
	display: none;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.CareersContentsArea .VoiceTabWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.CareersContentsArea .tab-content{
	background: var(--color-gray70);
	border-radius: 8px;
	width: calc(50% - 8px);
	margin-bottom: 16px; 
	padding: 25px;
}

/* 吹き出しエリア */
.CareersContentsArea .tab-content .BGInner{
	margin-bottom: 25px;
}

.CareersContentsArea .GrayBG{
	background: var(--color-gray70);
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.CareersContentsArea .GrayBG .voice{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: calc(50% - 10px);
}

.CareersContentsArea .even li,
.CareersContentsArea .GrayBG li{
	display: grid;
	justify-content: stretch;
	align-items: center;
	grid-gap: 10px;
	margin-bottom: 10px;
	grid-template-columns: 51px auto;
}

.CareersContentsArea .odd li{
	display: grid;
	justify-content: stretch;
	align-items: center;
	grid-gap: 10px;
	margin-bottom: 10px;
	grid-template-columns: auto 51px;
}

.CareersContentsArea .tab-content li:last-child,
.CareersContentsArea .GrayBG li:last-child{
	margin-bottom: 0px;
}

.CareersContentsArea .even li img,
.CareersContentsArea .GrayBG li img{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.CareersContentsArea .even li .speechBubble,
.CareersContentsArea .GrayBG li .speechBubble{
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.CareersContentsArea .odd li img{
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.CareersContentsArea .odd li .speechBubble{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.CareersContentsArea .even .speechBubble,
.CareersContentsArea .GrayBG .speechBubble{
  position: relative;
  display: inline-block;
  width: calc(100% - 20px);
  margin-left: 20px;
  padding: 16px 24px;
  border-radius: 30px;
  background-color: var(--color-white);
  text-align: left;
  line-height: 1.5;
  color: var(--color-primary);
}

.CareersContentsArea .even .speechBubble::after,
.CareersContentsArea .GrayBG .speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent var(--color-white) transparent transparent;
  translate: -100% -50%;
}

.CareersContentsArea .odd .speechBubble {
  position: relative;
  display: inline-block;
  width: calc(100% - 20px);
  margin-right: 20px;
  padding: 16px 24px;
  border-radius: 30px;
  background-color: var(--color-white);
  text-align: left;
  line-height: 1.5;
  color: var(--color-primary);
}

.CareersContentsArea .odd .speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent var(--color-white);
  translate: 100% -50%;
}

/* What's Nextエリア */
.CareersContentsArea .WhatsNextArea .WhatsNextBg::after{
	background-image: url("/products/it/finance/careers/image/member/bg_member_link.png");
}

/*===============================================
	レスポンシブ
===============================================*/
@media screen and (max-width: 767px) {
	#Contents .CareersContentsArea img.VoiceNum,
	#Contents .CareersContentsArea img.VoiceReasion,
	#Contents .CareersContentsArea img.VoiceFactor{
		display: none;
	}
	
	#Contents .CareersContentsArea img.VoiceNum_sp{
		display: block;
		max-width: 320px;
	}
	
	#Contents .CareersContentsArea img.VoiceReasion_sp{
		display: block;
		max-width: 320px;
	}
	
	#Contents .CareersContentsArea img.VoiceFactor_sp{
		display: block;
		max-width: 300px;
	}
	
	#Contents .CareersContentsArea .TwoColumn img{
		max-width: 400px;
	}

	/* 声エリア */
	/* タブ表示 */
	.CareersContentsArea .VoiceTabWrap label{
		display: block;
	}
	
	.CareersContentsArea .VoiceTabWrap {
	  display: flex;
	  flex-wrap: wrap;
	  margin:20px 0;
	}
	.CareersContentsArea .VoiceTabWrap:after {
	  content: '';
	  width: 100%;
	  height: 3px;
	  background: var(--color-gray70);
	  display: block;
	  order: -1;
	}
	.CareersContentsArea .tab-label {
	  color: var(--color-primary);
	  background: var(--color-gray02);
	  white-space: nowrap;
	  text-align: left;
	  order: -1;
	  position: relative;
	  z-index: 1;
	  cursor: pointer;
	  border-radius: 8px 8px 0 0;
	  flex: 1;
	}
	.CareersContentsArea .tab-label:not(:last-of-type) {
	  margin-right: 5px;
	}
	
	.CareersContentsArea .tab-label .ButtonWrap{
		padding: 25px 8px;
		display: flex;
		font-weight: bold;
	}
	
	.CareersContentsArea .tab-label .ButtonWrap::after{
		content: url("/products/it/finance/careers/image/common/down_gray.svg");
		margin-left: auto;
		margin-right: 8px;
	}
	
	.CareersContentsArea .tab-content{
		width: 100%;
		height: 0;
		overflow: hidden;
		opacity: 0;
		padding: 0;
		margin-bottom: 0;
	}
	
	/* アクティブなタブ */
	.CareersContentsArea .tab-switch:checked+.tab-label {
	  background: var(--color-gray70);
	}
	.CareersContentsArea .tab-switch:checked+.tab-label .ButtonWrap{
		border-top-color: var(--color-red01);
		border-top-style: solid;
		border-top-width: 2px;
		margin-inline: 8px;
		padding: 25px 0px;
		display: flex;
	}
	
	.CareersContentsArea .tab-switch:checked+.tab-label .ButtonWrap::after{
		content: url("/products/it/finance/careers/image/common/down_red.svg");
		margin-left: auto;
		margin-right: 0px;
	}
	
	.CareersContentsArea .tab-switch:checked+.tab-label+.tab-content {
	  height: auto;
	  overflow: auto;
	  opacity: 1;
	  transition: .5s opacity;
	  background: var(--color-gray70);
	  border-radius: 0 0 8px 8px;
	  padding: 25px;
	}
	/* 吹き出し */
	.CareersContentsArea .odd .speechBubble{
	  margin-left: 20px;
	}
	
	.CareersContentsArea .odd .speechBubble::after {
	  left: 2px;
	  border-width: 10px 20px 10px 0;
	  border-color: transparent var(--color-white) transparent transparent;
	  translate: -100% -50%;
	}
	.CareersContentsArea .odd li{
		grid-template-columns: 51px auto;
	}
	
	.CareersContentsArea .odd li img{
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	
	.CareersContentsArea .odd li .speechBubble{
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	
	.CareersContentsArea .GrayBG{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.CareersContentsArea .GrayBG .voice{
		width: 100%;
	}
	
	.CareersContentsArea .GrayBG .SpMargin{
		margin-bottom: 10px;
	}
	/* What's Nextエリア */
	.CareersContentsArea .WhatsNextArea .WhatsNextBg::after{
		background-image: url("/products/it/finance/careers/image/interview/bg_member_link_sp.png");
	}
}
