@charset "utf-8";
/* ＮＸ情報システム 採用サイト 社員に密着 Style CSS */


@media screen and (min-width:1025px) {
  .int-sub #ttl-area .mv-txt .mv-sub {
    font-size: var(--txtfs-df);
  }
  .int-sub .contents-area__inner .normal-h2 {
    margin-bottom: 68px;
  }
}


/* table-schedule */
.int-sub .table-schedule {
  margin-top: 123px;
}
.int-sub .table-schedule .table-schedule__ttl {
  margin-bottom: -24px;
}

.int-sub .table-schedule .table-schedule__ttl img {
  margin: auto;
}

.int-sub .table-schedule__body {
  border-radius: 20px;
  padding: 59px 60px 89px;
  background-color: var(--color-mono5);
}

.int-sub .table-schedule__sub {
  margin-left: 3px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--font-family-bold);
  letter-spacing: var(--txtls-l);
}

.int-sub .table-schedule__contents {
  margin-top: 57.5px;
  position: relative;
}

.int-sub .table-schedule__contents::before {
  content: '';
  position: absolute;
  top: 68px;
  bottom: 68px;
  left: 38px;
  width: 4px;
  background-image: url('/recruit/interview/images/ico-dot_purple.png');
  background-repeat: repeat-y;
}

.int-sub .table-schedule__item {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.int-sub .table-schedule__item:last-of-type {
  margin-bottom: 0;
}

.int-sub .table-schedule__item:nth-child(1) .table-schedule__item--time::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(-100% - 25px);
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('/recruit/interview/images/ico-sun_green.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.int-sub .table-schedule__item:last-of-type .table-schedule__item--time::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: calc(-100% - 23px);
  left: 0;
  right: 0;
  margin: auto;
  background-image: url('/recruit/interview/images/ico-moon_green.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.int-sub .table-schedule__item--time {
  position: relative;
  width: 100%;
  height: 36px;
  display: grid;
  place-content: center;
  border-radius: 20px;
  background-color: var(--color-navy60);
}

.int-sub .table-schedule__item--time span {
  font-size: var(--txtfs-m);
  font-weight: bold;
  font-family: var(--font-family-bold);
  color: var(--color-white);
  letter-spacing: var(--txtls-df);
}

.int-sub .table-schedule__item--contents {
  border-radius: 20px;
  background-color: var(--color-white);
  padding: 28px 30px;
  color: var(--color-mono100);
}

.int-sub .table-schedule__item--contents span {
  font-size: var(--txtfs-df);
  font-weight: bold;
  font-family: var(--font-family-bold);
  letter-spacing: var(--txtls-df);
}
@media screen and (max-width: 1024px) {
  .int-sub .block {
      margin-bottom: 45px;
  }
  .int-sub .table-schedule {
    margin-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  .int-sub .table-schedule .table-schedule__ttl {
    margin-bottom: -16px;
  }
  .int-sub .table-schedule .table-schedule__ttl img {
    max-width: 195px;
  }
  .int-sub .table-schedule__body {
    width: calc(100% + 50px);
    margin-left: -25px;
    padding: 27px 25px 48px;
  }

  .int-sub .table-schedule .table-schedule__sub {
    margin-left: -4px;
    font-size: var(--txtfs-df);
    margin-bottom: 0;
    line-height: 2;
  }

  .int-sub .table-schedule__contents {
    margin-top: 33px;
  }

  .int-sub .table-schedule__item {
    column-gap: 15px;
  }

  .int-sub .table-schedule__item--contents {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 0px 20px;
    border-radius: 10px;
  }

  .int-sub .table-schedule__item--contents span {
    font-size: var(--txtfs-m);
    line-height: 1.8571;
  }

  .int-sub .table-schedule__item:nth-child(1) .table-schedule__item--time::before {
    width: 30px;
    height: 30px;
    top: calc(-100% - 5px);
  }

  .int-sub .table-schedule__item:last-of-type .table-schedule__item--time::before {
    width: 30px;
    height: 30px;
    bottom: calc(-100% - 3px);
  }
}

/* spotlightの追加記述ここから */

@media (min-width: 1361px) {
  .interview-card>.card {
    flex: 0 0 calc((100% - 140px) / 2);
  }
}

#ttl-area .mv-txt .job {
    display: block;
    margin-top: 12px;
    font-size: clamp(var(--txtfs-l), 1.25vw, 2.4rem);
    letter-spacing: var(--txtls-df);
    line-height: 2.083;
}

@media screen and (min-width:1025px) {
  #ttl-area .block.block-pd {
      padding: 10px 0 0 10px;
  } 
}
.int-sub .table-schedule__item--contents .table-schedule__item--contents__contents-box p {
	margin-top: calc(1em);
    margin-bottom: 0;
	line-height: 1.6;
}
.int-sub .table-schedule__item--contents .table-schedule__item--contents__contents-box p + .img-rounded{
	margin: auto;
    margin-top: calc(1em);
	max-width: 600px;
}
@media screen and (max-width: 750px) {
  .int-sub .table-schedule__item--contents {
	flex-wrap: wrap;
  }
  .int-sub .table-schedule__item--contents .table-schedule__item--contents__contents-box{
	padding: 20px 0px;
  }
}
.int-sub .QandA__speech-bubble{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.int-sub .QandA__speech-bubble .speech-bubble{
	width: 70%;
	margin-right: 60px;
	position: relative;
	background-color: var(--color-mono5);
	border-radius: 20px;
	padding: 40px 60px;
}
.int-sub .QandA .question__txt{
	color: var(--color-navy100);
    font-size: 2rem;
    letter-spacing: var(--txtls-l);
	font-weight: bold;
}
.int-sub .QandA .question__txt::first-letter{
	color: var(--color-green100);
}
.int-sub .QandA p.question__txt{
	margin-bottom: 20px;
}
.int-sub .QandA__speech-bubble .speech-bubble::after{
	content: "";
	position: absolute;
	display: inline-block;
	top: 50%;
	right: -36px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 36px solid var(--color-mono5);
	border-right: 0;
	transform: translate(0%,-50%);
}
.int-sub .QandA__speech-bubble picture{
	width: 20%;
}
.int-sub .QandA__speech-bubble picture img{
	border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .int-sub .QandA__speech-bubble{
	justify-content: flex-end;
  }
  .int-sub .QandA__speech-bubble .speech-bubble{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 60px;
	position: relative;
	background-color: var(--color-mono5);
	padding: 20px;
  }
  .int-sub .QandA__speech-bubble .speech-bubble::after{
	border-top: 20px solid var(--color-mono5);
    border-right: 40px solid var(--color-mono5);
    border-bottom: 20px solid transparent;
    border-left: 40px solid transparent;
	top: auto;
	bottom: -40px;
	right: 20%;
	transform: translate(0%);
  }
  .int-sub .QandA .question__txt{
    font-size: var(--txtfs-df);
    line-height: 2;
  }
  .int-sub .QandA__speech-bubble picture{
	width: 20%;
	min-width: 100px;
  }
}
.block .mv-img img {
    border-radius: 40px;
}
.image-clm2 {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(60px, 3.65vw, 70px);
  justify-content: space-between;
  align-items: center;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:1025px) {
.image-clm2 {
  gap: clamp(60px, 60px, 70px);
}
.image-clm2 > div{
  width: calc(50% - 30px);
}
/* spotlightの追加記述ここまで */

/* Common */
.int-sub .img-rounded img {
  width: 100%;
}
.mb0{
  margin-bottom: 0 !important;
}