/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  font-weight: 400;
}
h1 {
  font-size: 1.5rem;
  font-weight: 400;
}
h3 {
  font-size: 1.5rem;
}
.title, .sub-title {
  text-align: center;
}
.title span, .sub-title span {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
}
.title span {
  color: rgba(42, 69, 146);
  font-size: 4rem;
  font-weight: normal;
}
.title.left {
  text-align: left;
}
.sub-title {
  margin: 3rem 0;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.sub-title span {
  font-size: 1rem;
  color: rgba(42, 69, 146);
}
.sub-title span::before {
  content: url("../images/svg/sub-title-under.svg");
  display: block;
}
.section-header {
  align-items: center;
}
.section-header .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.section-header .title.left {
  padding: 8.33%;
  width: 40%;
}
/*画像スライダー*/
.slider {
  position: relative;
  overflow: hidden;
  margin-left: auto;
}
.slider {
  width: 100%;
  height: 640px;
  background-size: cover;
  background-position: center;
}
.main-slider.slider {
  height: auto;
}
.slider-item {
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: .2s;
  background-size: cover;
  background-position: center;
  height: 640px;
}
.slider-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 640px;
  z-index: 3;
  transition: 1s;
  transform-origin: right center;
  background: rgba(255, 255, 255, 1);
  transform: scaleX(1);
  -webkit-transition: width .4s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform .8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width .4s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform .8s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.slider-item.now {
  opacity: 1;
  left: 0;
  z-index: 5;
}
.slider-item.now::before {
  transform: scaleX(0);
  width: 100%;
}
/*--------------------------------------------------------------
メインビジュアル
--------------------------------------------------------------*/
.copy {
  background: rgba(255, 255, 255, 0.95);
  padding: 5rem 4rem;
  margin-left: 10vw;
}
.copy h2 {
  font-size: 3.125rem;
  line-height: 4rem;
  font-weight: normal;
}
.copy h2 span {
  font-size: 1.75rem;
}
.copy h2 span::after {
  background: url("../images/svg/copy-under.svg");
  content: "";
  display: block;
  margin: 1rem 0;
  width: 100%;
  height: 9px;
  background-repeat: repeat-x;
}
.main-visual {
  background-image: url("../images/mainvisual2026.jpg");
  background-repeat: repeat-x;
}
.pc.main-visual {
  background-position: -1920px 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.main-visual.parallax {
  background-attachment: fixed;
}
/*@-webkit-keyframes scroll-anime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}
@keyframes scroll-anime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1920px 0;
  }
}*/
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
.column-2 {
  justify-content: space-evenly;
}
.column-2 .block {
  width: 50%;
  padding: 2.08%;
}
.column-3 {
  flex-wrap: wrap;
  justify-content: space-around;
}
.column-3 .block {
  flex-wrap: wrap;
  width: 27.76%;
}
.column-3 dt {
  text-align: center;
  color: rgb(42, 69, 146);
  padding: 8.33%;
  padding-bottom: 0;
}
.column-3.flex {
  justify-content: center;
}
.column-3.flex:after {
  content: "";
  display: block;
  width: 27.76%; /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.column-3 dd {
  line-height: 1.8rem;
  padding: 1rem 8.33%;
}
.column-3 dl img {
  display: block;
  margin: 0 auto 1rem;
}

.column-2 .slider.block {padding: 0;}

/*--------------------------------------------------------------
Contents
--------------------------------------------------------------*/
.concept {
  padding: 0;
}
.concept .column-2 .slider-item, .concept .column-2 .slider-item::before {
  height: 100%;
}
.concept .message {
  color: rgb(255, 255, 255);
  background: rgba(76, 119, 190, 1);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 171, 216, 1) 0%, rgba(76, 119, 190, 1) 100%);
  padding: 6.25%;
  line-height: 2.5;
}
.concept .message .title {
  margin-bottom: 4rem;
  line-height: 1.5;
}
.concept .message .title span {
  color: rgb(255, 255, 255);
}
/*事業紹介******************************************/

.business,.welfare-bg {
	background: url("../images/bg-business-header.png");
	background-repeat: no-repeat;
	background-position: 95% 5%;
}

.system,.business-bg {
	background: url("../images/bg-system-header.png");
background-repeat: no-repeat;
  background-position: 10% 0;
	background-size: 200px;
	margin: 6.25% 0;
}

.system-bg,.business-bg {position: relative;}
.system-bg::before,.business-bg::before {
	 background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,.1) 0%, rgba(0,171,216,.1) 0%, rgba(76,119,190,.1) 100%); 
	content:"";
	height: 100%;
	width: 75vw;
	position: absolute;
	z-index: -1;
	top:10vh;
	left:0;
}

.welfare-bg {
	margin-top: 15vh;
background-color: #fff;
padding-top: 4%;
}

.lede {
  padding: 6.25% 0;
  line-height: 1.8rem;
}
.business {
  margin-top: 6.25%;
}
.business .column-2 {
  flex-wrap: wrap;
}
.business .column-2 .block {
  width: 50%;
}
.business .column-2 .block:hover dl {
  background: rgba(76, 119, 190, 1);
}
.block:hover dl {
  display: block;
  transition: all 0.2s 0s ease;
}
.business .column-2 .block:hover dt span, .business .column-2 .block:hover dd {
  color: rgb(255, 255, 255);
}
.contents a:hover img {
  transform: scale(1.1);
}
.business dl {
  background: rgb(237, 241, 249);
  border: 1px rgb(255, 255, 255);
  overflow: hidden;
}
.business dt span {
  display: block;
  padding: 6.25%;
  color: rgb(42, 69, 146);
}
.business dd {
  padding: 0 6.25% 6.25%;
}
.business dd::after {
  background: url("../images/svg/view-more.svg");
  background-size: contain;
  content: "";
  display: block;
  width: 94px;
  height: 26px;
  margin-top: 1rem;
  transition: all 0.5s 0s ease;
}
.business .column-2 .block:hover dd::after {
  background-image: url("../images/svg/view-more-hover.svg");
}
.dear {
  background: rgb(244, 244, 244);
  padding: 6.25%;
  margin: 8.33% 0;
}
.dear h3 {
  color: rgb(42, 69, 146)
}
.dear .flex {
  justify-content: space-between;
  align-items: center;
}
.dear .image {
  background: url("../images/image-work-style02.jpg");
  padding-left: 6.25%;
  background-size: cover;
  background-position: center;
  width: 320px;
  height: 320px;
  position: relative;
}
.dear .message {
  max-width: 32rem;
  line-height: 1.8rem;
}
/*仕事紹介******************************************/
.work-style {
  background: url("../images/bg-work-style.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 0;
  margin-top: 6.25%;
  background-size: 90% 100%;
}
.work-style .column-2 .block {
  width: 40.63%;
  margin: 6.25%;
  position: relative;
  background-size: cover;
  transition: all 0.5s 0s ease; /*transitionの記述を追加*/
  overflow: hidden;
  padding: 0;
}
.work-style .column-2 .block dl {
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  top: auto;
  bottom: 1rem;
  padding: 6.25%;
  z-index: 1;
  line-height: 1.8rem;
}
.work-style .column-2 .block dt {
  color: rgba(42, 69, 146);
}
.work-style .column-2 .block.staff02, .work-style .column-2 .block.staff04 {
  position: relative;
  top: 2rem;
}
.work-style .column-2 .block dt span {
  color: rgb(17, 17, 17);
  display: block;
  padding-top: 0.5rem;
}
.work-style .column-2 .block:hover dl, .work-style .column-2 .block:hover dt span, .work-style .column-2 .block:hover dt {
  color: rgb(255, 255, 255);
}
.work-style .column-2 .block:hover dl {
  background: rgba(76, 119, 190, 1);
}
.work-style dd {
  font-size: 0.85rem;
  padding: 1rem 0;
  line-height: 1.2rem;
}
.work-style dd::after {
  background: url("../images/svg/view-more.svg");
  background-size: contain;
  content: "";
  display: block;
  width: 94px;
  height: 26px;
  margin-top: 1rem;
}
.work-style .column-2 .block:hover dd::after {
  background-image: url("../images/svg/view-more-hover.svg");
}
/*キーワードで見るNTTデータ東北******************************************/
.key-word {
  background: rgb(244, 244, 244);
}
.key-word .section-header {
  background: url("../images/bg-key-word.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  margin-top: 6.25%;
}
.key-word dl {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(244, 244, 244);
}
.key-word dl img {
  width: 60px;
}
.key-word .column-3 {
  margin-top: 6.25%;
  padding-bottom: 6.25%;
}
/*社員紹介バナー******************************************/
.person {
  margin-bottom: 6.25%;
  padding-top: 8.33%;
}
.person .column-2 {
  overflow: hidden;
}
.person a:hover {
  opacity: 0.8;
}
.person .block {
  background: rgb(79, 116, 190);
  color: rgb(255, 255, 255);
  width: 50%;
  padding: 8.33%;
  line-height: 3rem;
}
.person .thumb {
  max-width: 50%;
  height: auto;
}
.person .title span {
  color: rgb(255, 255, 255);
  font-size: 3rem;
}
.person .title {
  font-size: 1.125rem;
}
.person p {
  line-height: 1.2rem;
}
.person .view-more {
  width: 94px;
}


/*人財育成と働き方を支援する制度******************************************/
.system {
  padding: 0;
margin: 0;
}

.scroll-image {height: auto;}

/*福利厚生・各種制度******************************************/
.welfare dl {
  background: rgb(237, 241, 249);
  border: 1px solid rgb(255, 255, 255);
}
/*制度利用者の声******************************************/

.voice {
	padding: 2% 0 4%;
	background-color: #fff;
}

.voice dl {
  background: rgba(244, 244, 244);
}
.voice-img {
  width: 80px;
  border-radius: 80px;
}
.voice .column-2 .block {
  width: 40.63%;
  margin: 0 1.04%;
  padding: 2.08%;
  line-height: 1.4rem;
  display: flex;
  flex-direction: column;
}
.voice .column-2 {
  justify-content: center;
}
.voice .column-2 .block dt {
  color: rgba(0, 114, 188, 1);
  padding-bottom: 1rem;
  font-size: 1.2rem;
}

.voice .column-2 .block dd {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.voice .column-2 .block dd p {
  flex-grow: 1;
}

.voice .profile.flex {
margin-top:auto;
}

.voice .profile.flex {
  padding-top: 4.33%;
  justify-content: flex-start;
  align-items: center;
}
.voice .profile .text {
  margin-left: 1rem;
}
.voice .profile .name {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.voice .profile {
  line-height: 1.2rem;
  font-size: 0.75rem;
}
/*採用情報******************************************/
.recruit {
  padding-top: 6.25%;
  background: rgba(244, 244, 244);
  padding-bottom: 0;
}
.recruit .flow li {
  background: rgb(255, 255, 255);
  justify-content: flex-start;
  padding: 2.5%;
}
.recruit .flow li p {
  margin-bottom: 1rem;
}
.step-no, .recruit .flow li h3 {
  color: rgb(42, 69, 146);
}
.recruit .flow li h3 {
  padding-bottom: 1rem;
}
.recruit .flow-arrow {
  background: url("../images/flow-arrow.svg");
  width: 60px;
  height: 20px;
  display: block;
  margin: 1rem auto;
  align-items: center;
}
.step-no {
  font-size: 4rem;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  padding-right: 2.5%;
  align-self: flex-start;
}
.step-no::before {
  content: "STEP";
  display: block;
  font-size: 1rem;
}
.recruit .flow dl {
  flex-wrap: wrap;
}
.recruit .flow dt,.job-remodal h5 {
  width: 20%;
  border-top: 1px solid rgb(212, 212, 212);
  padding: 2.5%;
}

.job-remodal h5 {font-weight:bold;}


.modal-content .flex {
	border-top: 1px solid rgba(244, 244, 244);
	margin: 1rem;
}

.recruit .flow dd,.job-remodal table {
  width: calc(100% - 20%);
  border-top: 1px solid rgb(212, 212, 212);
  padding: 2.5%;
  line-height: 1.8rem;
}

.job-remodal table td {
	padding: 1rem;
}

.recruit .flow dd a, .footer-entry .column-3 dd a {
  color: rgba(42, 69, 146);
  text-decoration: underline;
  display: contents;
}

.recruit .flow dd .hrmos {
  max-width: 260px;
  height: auto;
  display: block;
  margin: 2.08% 0;
}

.footer-entry .column-3 dd li a,.recruit .flow dd .inline-list a {
	display: inline;
}


.recruit .flow dd a:hover, .footer-entry .column-3 dd a:hover {
	text-decoration: inherit;
opacity: 0.8;
}


/*募集要項******************************************/
.job .list li a {
  color: rgb(42, 69, 146);
  border-bottom: 1px solid rgba(244, 244, 244);
  background: rgb(255, 255, 255);
  position: relative;
  padding: 1.5rem;
  display: block;
  z-index: 0;
  overflow: hidden;
}
.job .list li a {
  position:relative;
	z-index: 1;
  background-image: url("../images/svg/view-more.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 94px 24px;
  padding-right: 9rem;
}
	
.job .list li a:hover {
  background-image: url("../images/svg/view-job-hover.svg");
}

.job h3 {
  padding: 2rem 0;
  font-weight: bold;
}
.job .list li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width:0%;
  height: 100%;
  background-color: rgb(237, 241, 249);
  transition: .3s;
}
.job .list li a:hover::before {
  width: 100%;
  mix-blend-mode: multiply;
  
}
/*よくある質問******************************************/
.faq {
  background: rgba(244, 244, 244);
  padding: 6.25%;
  line-height: 1.8rem;
}
.faq dt {
  display: block;
  border-top: rgb(212, 212, 212) 1px solid;
  cursor: pointer;
  position: relative;
  padding: 1.5rem;
  color: rgb(42, 69, 146);
}
.faq dt:hover {
  background-color: rgb(237, 241, 249);
  transition: .3s;
}
.faq dt::before {
  content: "Q.";
  margin-right: 0.5rem;
}
.faq dd::before {
  content: "A.";
  margin-right: 0.5rem;
position: absolute;
left:0;
}
.faq dt::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  background: url("../images/svg/icon-plus.svg");
  background-size: cover;
  margin-top: .5rem;
}
.faq dt.active::after {
  background: url("../images/svg/icon-minus.svg");
}
.faq dd {
  display: none;
  padding: 1.5rem;
  padding-top: 0;
  position:relative;
  margin-left:2rem;
}
.faq dl {
  border-bottom: rgb(212, 212, 212) 1px solid;
}
/*経験者採用 エントリー******************************************/
.footer-entry {
  color: rgb(255, 255, 255);
  background: rgba(42, 69, 146, 0.75);
  padding: 2.08%;
  padding-top: 0;
}
.footer-entry .section-header {
  justify-content: flex-start;
  align-items: center;
}
.footer-entry .section-header .title.left {
  border-right: 1px solid rgb(255, 255, 255);
  padding: 1rem 4rem 1rem 0;
  margin: 2rem 2rem 2rem 0;
}
.footer-entry .title span {
  color: rgb(255, 255, 255);
  margin-bottom: 1rem;
}
.footer-entry .column-3 {
  color: rgb(17, 17, 17);
  background: rgb(255, 255, 255);
  justify-content: space-around;
}
.footer-entry .column-3 .block {
  padding: 2rem 0;
}
.footer-entry .column-3 dt {
  background: rgb(76, 119, 190);
  color: rgb(255, 255, 255);
  padding: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.footer-entry .column-3 dd {
  padding: 0;
}
.notice {
  font-size: 0.75rem;
}

.hrmos {
  max-width: 500px;
  width: 100%;
  height: 155px;
  display: block;
  margin: 2.5% auto;
}
.footer-entry .column-3 dd .hrmos {margin: 2.5%;max-width: 260px;
  height: auto;
  display: block;}
