  @charset "utf-8";
/* ----採用情報 - 社員インタビュー---- */

.displayOff {
    display: none;
}

a { 
    outline: none;
}

/* --- タブボタン --- */
.btnTab {
  display: flex;
  margin-bottom: 30px;
}
.btnTab li {
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  padding: 10.5px 0;
  border-radius: 100px;
  background-color: #fff;
  width: 50%;
  cursor: pointer;
}
.btnTab li.select {
  color: #fff;
  background-color: #F19716;
}


/* --- 新卒採用一覧 --- */
.graduateMember {
  padding-bottom: 80px;
}
.graduateMember .staffList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 40px;
}
.graduateMember .staffList li {
  width: calc(50% - 12px);
  text-align: center;
}
.graduateMember .staffList li a {
  color: #333;
}
.graduateMember .staffList li img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
}
.graduateMember .staffList .catchphrase {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
}
.graduateMember .staffList .nameBlock {
  font-size: 14px;
  line-height: 1.6;
  background-color: #EDEDED;
  padding: 5px;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;;
}
.graduateMember .staffList .nameBlock dt {
  font-weight: 700;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #333;
}
.graduateMember .staffList .teams {
  line-height: 1.8;
}
.careerMember {
  margin-top: 70px;
}


/* ----社員インタビュー　サムネイル---- */
/*

#main div {
	background-image: url(/wp/wp-content/themes/ios/recruit/img/bg_diagonal.gif);
	background-repeat: repeat;
}
*/

.itvMenu {
	width: 720px;
}

.member{
    display: none;
}

.member.displayOn {
    display: block;
}

.staff {
	float: left;
	position: relative;
	display: inline;
	text-align: center;
	width: 240px;
	height: 317px;
	padding: 18px 0px 0px 0px;
	background-color: rgba(255,255,255,1.0);
	cursor: pointer;
}

.staff div {
	background-image: none !important;
}

.staff div span {
	margin-bottom: -40px;
}

.staff:hover div span {
	font-weight: bold;
	color: #000;
}

.staff div h3 {
	position: relative;
	top: -15px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 140%;
	text-align: left;
	margin: 0 30px;
	padding: 0px;
    color: #000;
}

#next {
	cursor: auto;
}

#next h3 {
	top: 15px;
	left: 45px;
}

.itvMenu ul li div p:nth-child(4) {
	font-size: 11px;
	letter-spacing: 0.5px;
	text-align: left;
	margin: 0px 30px 15px;
	color: #666;
}

.itvMenu ul li div span {
	position: absolute;
	display: block;
	bottom: 50px;
	margin-left: 104px;
	color: #c1c1c1;
}

.type {
	position: relative;
	top: -40px;
	left: 24px;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 20px;
	width: 160px;
	height: 20px;
	color: #fff;
}

.type.pink {
	background-color: #f28491;
}

.type.green {
	background-color: #53c57e;
}

.type.blue {
	background-color: #5a83cc;
}

/* ----社員インタビュー 詳細ページ 新卒---- */

.interviewDetail {
  clear: both;
  max-width: 980px;
  height: 80%;
  text-align: left;
  padding: 0;
  color: #333;
  line-height: 1.8;
}

.interviewDetail > div {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.interviewDetail button {
  position: absolute;
  top: -15px;
  right: 0;
  transform: translateY(-100%);
  width: 50px;
  height: 50px;
}

.interviewDetail button::before,
.interviewDetail button::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 24px;
  width: 1.5px;
  height: 45px;
  background-color: #fff;
}

.interviewDetail button::before {
	transform: rotate(45deg)
}

.interviewDetail button::after {
	transform: rotate(-45deg)
}

/* ----社員インタビュー 新卒 上部---- */
.stfDetailTop {
  padding: 30px 50px 50px;
  background-image: url(/wp/wp-content/themes/ios/recruit/img/bg_interview_detil_top.png);
  background-size: cover;
  background-position: left bottom;
  position: relative;
  background-repeat: no-repeat;
  margin-bottom: 110px;
}
.stfDetailTop::after {
  content: "";
  width: 100%;
  height: 100px;
  background-size: contain;
  background-position: left top;
  background-image: url(/wp/wp-content/themes/ios/recruit/img/bg_interview_detil_top_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -100px;
  left: 0;
}
.stfDetailTopInner {
}
.stfDetailTopDecorationTop {
  display: flex;
  column-gap: 15px;
}
.stfDetailTopDecorationTop::before {
  content: "";
  background-image: url(/wp/wp-content/themes/ios/recruit/img/img_interview_top_decoration01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 75px;
  background-position: left top;
  flex-shrink: 0;
}
.stfDetailTopDecorationTop::after {
  content: "";
  width: 100%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top-right-radius: 20px;
}
.stfDetailTopDecorationBottom {
  position: relative;
  display: flex;
  column-gap: 15px;
}
.stfDetailTopDecorationBottom p {
  font-size: 30px;
  letter-spacing: 1.5em;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 40px;
}
.stfDetailTopDecorationBottom::after {
  content: "";
  background-image: url(/wp/wp-content/themes/ios/recruit/img/img_interview_top_decoration02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 75px;
  background-position: left top;
  flex-shrink: 0;
}
.stfDetailTopDecorationBottom::before {
  content: "";
  width: 100%;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom-left-radius: 20px;
}
.profileBlock {
  font-size: 16px;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  padding: 25px 420px 20px 50px;
}
.profileBlock .catchphrase {
  line-height: 1.6;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 20px;
}
.profileBlock .profileBlockTop {
  display: flex;
  column-gap: 5px;
  margin-bottom: 5px;
}
.profileBlock .profileBlockTop .name,
.profileBlock .profileBlockTop .joining {
  color: #fff;
  padding: 4px 15px;
  background-color: #F19716;
}
.profileBlock .department {
  padding: 4px 15px;
  background-color: #fff;
  display: inline-block;
}
.stfDetailTop .personImg {
  position: absolute;
  bottom: 0px;
  right: 100px;
  height: 392px;
  z-index: 1;
}

/* ----社員インタビュー 新卒 中部---- */

.graduateStfDetailMiddle {
  padding: 0 80px 80px;
  counter-reset: question_number;
}

.graduateStfDetailMiddle dl {
  display: flex;
  column-gap: 80px;
  font-size: 16px;
  line-height: 1.8;
  counter-increment: question_number;
}

.graduateStfDetailMiddle dl + dl {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 40px;
}

.graduateStfDetailMiddle dl + .detailMiddleImg {
  margin: 40px 0;
}

.graduateStfDetailMiddle dt {
  padding-left: 40px;
  font-weight: 700;
  width: 280px;
  position: relative;
}

.graduateStfDetailMiddle dt .question_number {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
  display: block;
}

.graduateStfDetailMiddle dt .question_number::after {
  content: counter(question_number);
  padding-left: .5em;
}

.graduateStfDetailMiddle dt::before {
  content: "";
  background-image: url(/wp/wp-content/themes/ios/recruit/img/icon_interview_question.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 0;
}
.graduateStfDetailMiddle .question_aster {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
}

.graduateStfDetailMiddle dd {
  flex: 1;
}

.graduateStfDetailMiddle .detailMiddleImg {
  margin-bottom: 40px;
}

.graduateStfDetailMiddle .detailMiddleImg img {
  width: 100%;
  border-radius: 20px;
}

/* ----社員インタビュー 新卒 下部---- */

.graduateStfDetailBottom {
  background-image: url(/wp/wp-content/themes/ios/recruit/img/bg_interview_detil_buttom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 80px;
  font-size: 16px;
  line-height: 1.8;
}

.graduateStfDetailBottom h4 {
  background-color: #f19716;
  border-radius: 20px;
  padding: 5px 0;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
}

.graduateStfDetailBottom .schedule {
  display: flex;
  column-gap: 80px;
  align-items: flex-start;
  margin-bottom: 60px;
}

.graduateStfDetailBottom .schedule img {
  width: 280px;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
}

.graduateStfDetailBottom .scheduleList {
  width: calc(100% - 280px - 80px);
}

.graduateStfDetailBottom .schedule ul {
  margin-top: 25px;
  padding-left: 20px;
}

.graduateStfDetailBottom .schedule li {
  margin-bottom: 10px;
}

.graduateStfDetailBottom .schedule li dl {
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
}

.graduateStfDetailBottom .schedule li dt {
  width: 50px;
  text-align: right;
  font-weight: 700;
}

.graduateStfDetailBottom .schedule li dd {
  display: flex;
  column-gap: 15px;
  position: relative;
  flex: 1;
}

.graduateStfDetailBottom .schedule li dd::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #f19716;
  background-color: #fff;
  flex-shrink: 0;
  margin-top: 8px;
  box-sizing: border-box;
}

.graduateStfDetailBottom .schedule li:not(:last-child) dd::after {
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  background-color: #ccc;
  left: 4.5px;
  top: 18px;
  position: absolute;
}

.graduateStfDetailBottom .comment {
  background-color: #fff;
  padding: 30px 40px;
}

.graduateStfDetailBottom .comment h4 {
  margin-bottom: 20px;
}

.graduateStfDetailBottom .comment p {
  font-size: 16px;
  line-height: 38px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #eaeaea 1px, transparent 1px);
  background-size: 100% 38px;
  padding: 0 10px 1px;
  font-weight: 700;
}

/* ----社員インタビュー 詳細ページ キャリア---- */

.detail {
  clear: both;
  max-width: 720px;
  padding-top: 40px;
  height: 80%;
  overflow: auto;
  text-align: left;
}

#stfDetail4,
#stfDetail5,
#stfDetail6 {
  margin-bottom: 80px;
}

.detail h3 {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0px auto 44px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.detail dl dt {
  font-size: 16px;
  font-weight: bold;
  padding: 0px 0px 25px 10px;
  border-left: 2px solid rgba(68, 112, 189, 0.3);
  color: #4470bd;
}

.detail dl dd {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 130%;
  margin: 0px 0px 42px 0px;
  padding-left: 10px;
  border-left: 2px solid rgba(68, 112, 189, 0.3);
}

.detail dl dd span {
  font-size: 12px;
}

.detail img {
  float: right;
  margin: 0px 0px 0px 15px;
}

.detail div {
  clear: both;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
}

.close {
  display: block;
  height: 50px;
  background-color: #a7bbc5;
  color: #fff;
  bottom: 20px;
  width: 100%;
  font-size: 30px;
  border: none;
  outline: none;
  cursor: pointer;
}

/* ----社員インタビュー モーダルカスタマイズ キャリア---- */

#cboxLoadedContent {
  margin-bottom: 60px;
}

#cboxClose {
  background: none;
  height: 50px;
  background-color: #a7bbc5;
  color: #fff;
  text-indent: 0;
  font-size: 24px;
}


/*
****     SP     ***
**/
@media (max-width: 767px) {
/*
	#main div {
		background: none;
	}
*/
	#up {
		width: 100%;
		overflow: hidden;
	}

/* --- 新卒採用一覧 --- */
  .graduateMember {
    padding-bottom: 40px;
  }
  .graduateMember .staffList {
    row-gap: 24px;
  }
  .graduateMember .staffList li {
    width: 100%;
  }
  .careerMember {
    margin-top: 40px;
  }
	.itvMenu {
		width: 100%;
	}
	.member {
		margin-bottom: 40px;
	}
	.staff {
		width: 50%;
		box-sizing: border-box;
		height: auto;
		padding-top: 30px;
	}
	.staff:first-child,
	.staff:nth-child(2) {
		padding-top: 0;
	}
	.staff img {
		width: 100%;
		height: auto;
	}
	.staff div h3 {
		margin-left: 0;
		min-height: 60px;
	}
	.itvMenu ul li div p:nth-child(4) {
		margin: -10px 0 0 ;
		letter-spacing: 0;
	}
	.staff:nth-child(odd) {
		padding-right: 5px;
	}
	.staff:nth-child(even) {
		padding-left: 5px;
	}
	.type {
		width: 100%;
		left: 0;
		top: -20px;    
		padding: 5px 0;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 0;
		line-height: 1;
		height: auto;
		font-weight: bold;
	}
	.detail {
		text-align: center;
	}
	.detail h3,
	.detail dl dt,
	.detail dl dd {
		text-align: left;
	}
	.detail h3 {
		margin-bottom: 20px;
	}
	.detail img {
		float: none;
		margin: 0;
		margin-bottom: 20px;
		width: 80%;
    height: auto;
	}
	.detail dl dt {
		padding: 0px 0px 10px 10px;
		line-height: 120%;
	}
	.detail dl dd {
		margin-bottom: 40px;
		line-height: 140%;
	}

  /* ----社員インタビュー 詳細ページ 新卒---- */

  .interviewDetail button {
    width: 30px;
    height: 30px;
  }

  .interviewDetail button::before,
  .interviewDetail button::after {
    top: -4px;
    left: 17px;
    width: 1px;
    height: 34px;
  }

  /* ----社員インタビュー 新卒 上部---- */
  .stfDetailTop {
    padding: 20px 15px;
    margin-bottom: 80px;;
  }
  .stfDetailTop::after {
    height: 40px;
    bottom: -40px;
  }
  .stfDetailTopDecorationTop::before {
    width: 53px;
    height: 55px;
  }
  .stfDetailTopDecorationBottom p {
    letter-spacing: .2em;
    top: 10px;
    left: 20px;
  }
  .stfDetailTopDecorationBottom::after {
    width: 53px;
    height: 55px;
  }
  .profileBlock {
    font-size: 16px;
    padding: 10px 20px 200px;
  }
  .profileBlock .catchphrase {
    line-height: 1.6;
    font-weight: 700;
    font-size: 20px;
  }
  .profileBlock .profileBlockTop .name,
  .profileBlock .profileBlockTop .joining {
    padding: 4px 10px;
    font-size: 12px;
  }
  .profileBlock .department {
    padding: 4px 10px;
    font-size: 12px;
  }
  .stfDetailTop .personImg {
    right: 50%;
    transform: translateX(50%);
    height: 250px;
  }

  /* ----社員インタビュー 新卒 中部---- */

  .graduateStfDetailMiddle {
    padding: 0 20px 80px;
  }

  .graduateStfDetailMiddle dl {
    flex-flow: column;
    row-gap: 20px;
  }

  .graduateStfDetailMiddle dt {
    padding-left: 0;
    width: 100%;
  }

  .graduateStfDetailMiddle dt span {
    margin-left: 40px;
  }

  /* ----社員インタビュー 新卒 下部---- */

  .graduateStfDetailBottom {
    padding: 30px 20px;
    background-position: left;
  }

  .graduateStfDetailBottom h4 {
    width: 240px;
  }

  .graduateStfDetailBottom .schedule {
    flex-flow: column;
    row-gap: 40px;
    margin-bottom: 40px;
  }

  .graduateStfDetailBottom .schedule h4 {
    margin-bottom: 25px;
  }

  .graduateStfDetailBottom .schedule img {
    width: 100%;
  }
  
  .graduateStfDetailBottom .scheduleList {
    width: 100%
  }
  
  .graduateStfDetailBottom .schedule ul {
    margin-top: 0;
    padding-left: 0;
  }

  .graduateStfDetailBottom .comment {
    padding: 30px 10px;
  }

  .graduateStfDetailBottom .comment p {
    font-size: 14px;
    line-height: 33px;
    background-size: 100% 33px;
  }

}