@charset "UTF-8";

.sub_backTo-top{
  text-align: center;
}
.goPageTop{
  color: rgb(46,52,112);
  text-align: center;
}
.mainPR .slick-slide a{
  color: #000;
  text-decoration: underline;
}
.mainPR .slick-slide a:hover{
  opacity: 1 !important;
  color: #CC0033 !important;
  text-decoration: none;
}
.searchResultsArea ul li .disc p.read{
  color: #000;
  text-decoration: underline;
}
.searchResultsArea ul li .disc p.read:hover{
  color: #CC0033 !important;
  text-decoration: none;
}
.searchResultsArea ul li .disc p a{
  color: #000;
  text-decoration: underline;
}
.searchResultsArea ul li .disc p a:hover{
  color: #CC0033 !important;
  text-decoration: none;
}
.mainPR .sliderPanel .panelLink span {
  position: relative;
  display: inline-block;
  width: 130px;
  padding: 5px 8px 5px 23px;
  border: 2px solid #d6d6d6;
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}
.mainPR .sliderPanel .panelLink span:hover {
  opacity: 1 !important;
  color: #CC0033 !important;
  text-decoration: none;
}

/* 検索結果ブロック */
.sliderItemTag{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.sliderItemTag span{
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  transform: rotate(-45deg);
  color: #fff;
  z-index: 9;
}
.sliderItemTag::after{
  content: "";
  display: inline-block;
  border-bottom: 4.2em solid transparent;
  border-left: 4.2em solid #cc023a;
}


/* 検索結果ブロック */
.searchResultsArea ul li .disc .read h4{
  color: #004385;
}
.searchResultsArea ul li .disc .read p{
  color: #000;
  text-decoration: underline;
}
.searchResultsArea ul li .disc .read a:hover p{
  color: #CC0033;
  text-decoration: none;
}

.caseSearchArea legend{
  width: 100%;
  font-size: 24px;
  color: #004385;
  border-top: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  line-height: 1.3;
  margin: 0;
}
.caseSearchArea legend:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	top: 50%;
	right: 0;
	margin-top: -12px;
	background: url(https://www.ntt.com/content/dam/nttcom/cmn/img/btn-blind-open.png) left top no-repeat;
	background-size: contain;
}
.caseSearchArea legend.close:after{
	background-image: url(https://www.ntt.com/content/dam/nttcom/cmn/img/btn-blind-close.png);
}

/* 導入事例　条件検索 */
.search_count .countWrap p{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_count .countWrap p img{
  margin-right: 10px;
}
.search_count .countWrap p .result_cnt{
  margin: 0 5px 0 10px;
}
.search_count .countWrap p .inpage_anchor_link{
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  /* スライダー */
  .navPrev{
    left: 5%;
  }
  .navNext{
    right: 5%;
  }
  .mainPR .playerConsole{
    display: block;
    bottom: 20px;
    left: calc(50% - 25px);
  }



}



/*------------------------
  MV
------------------------*/
.img-mv {
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}

.img-mv__image {
  height: 100%;
  min-height: 280px;
  position: absolute;
  width: 100%;
}
.img-mv__image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: auto;
}

.img-mv__contents {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
}

.img-mv__contents--inner {
  max-width: 700px;
  min-height: 280px;
  padding: 20px 0;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.img-mv__contents--title {
  margin-bottom: 0.8em;
}

.img-mv__contents--title h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

.img-mv__contents--summary {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 834px) {
  .img-mv__image {
    display: none;
    min-height: auto;
  }
  .img-mv__contents {
    padding: 0 5%;
  }
  .img-mv__contents--inner {
    max-width: none;
    min-height: auto;
    padding: 20px 0;
    width: 100%;
    display: block;
  }
  .img-mv__contents--title {
    margin: 0;
  }
  .img-mv__contents--title h1 {
    margin: 0;
    font-size: 30px;
    text-align: center;
  }
  .img-mv__contents--summary {
    display: none;
  }
}
/*------------------------
  MV
------------------------*/
.shape-top {
  background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/case-studies/img/bg_1.svg);
  background-repeat: no-repeat;
  background-size: 862.75px 1015.06px;
  background-position: -630px -350px;
}
.mainPR.shape-top{
  padding: 50px 0 0;
}

@media screen and (max-width: 834px) {
  .shape-top.sp-none {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .mainPR.shape-top{
    padding-top: 30px;
  }
}

.shape-right {
  position: relative;
}
.shape-right::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  z-index: -2;
  display: block;
  width: 591px;
  height: 714.02px;
  top: 300px;
  right: -500px;
  background-image: url(https://www.ntt.com/content/dam/nttcom/hq/jp/business/dx/smart/img/top/bg_2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .shape-right::after {
    content: none;
  }
}