.p-toppage .kv-ttl p {
  font-size: 36px;
}
.p-toppage .kv-ttl h1{
  font-size: 50px;
}
.kv-new-content{
  margin-top: 18px;
  padding-left: 124px;
}
.kv-new-content .kv-new{
  width: 58px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BB2639;
  border: 1px solid #BB2639;
  font-weight: 700!important;
  font-size: 1.0625rem;
}
.kv-new-content .kv-new-btn{
  margin-top: 15px;
  display: block;
  border-radius: 10px;
  border: 3px solid #54B5E0;
  background: white;
  padding: 18px;
  width: 350px;
  position: relative;
}
.kv-new-content .kv-new-btn::after{
  content: '';
  position: absolute;
  top: 42px;
  right: 18px;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: #54B5E0 #54B5E0 transparent transparent;
  transform: rotate(45deg);
}
.kv-new-content .kv-new-btn .kv-detail{
  font-size: 16px;
  font-weight: 500!important;
  letter-spacing: 0;
}
.kv-new-content .kv-new-btn .kv-title{
  font-size: 24px;
  color: #54B5E0;
  font-weight: 700!important;
}
@media screen and (max-width: 833px) {
  .p-toppage .kv {
    height: 750px;
  }
	.p-toppage .kv-ttl h1{
    font-size: 42px;
    white-space: nowrap;
  }
  .p-toppage .kv-ttl p {
    font-size: 24px;
  }
  .p-toppage .kv-inner {
    bottom: 200px;
  }
  .kv-new-content{
    margin-top: 32px;
    padding-left: 0px;
  }
  .kv-new-content .kv-new-btn{
    margin-top: 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 18px;
    max-width: 335px;
    width: 100%;
    position: relative;
  }
  .kv-new-content .kv-new-btn::after{
    content: '';
    position: absolute;
    top: 40px;
    right: 14px;
    width: 10px;
    height: 10px;
  }
  .kv-new-content .kv-new-btn .kv-detail{
    font-size: 14px;
  }
  .kv-new-content .kv-new-btn .kv-title{
    font-size: 22px;
  }
}
/* 導入事例 */
.case{
  background: #F9F9F9;
}
.case-study{
  margin-top: 90px;
}
.case-study .case-study-title{
  width: 100%;
  height: 275px;
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/case-back.png');
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: white;
  font-weight: 700!important;
}
.case-study .case-study-content{
  background: #5AB5B3;
  padding: 60px 0 50px;
}
.case-study .case-study-inner{
  width: 1016px;
  margin: auto;
}
.case-study .case-study-inner .title{
  text-align: center;
  font-size: 42px;
  font-weight: 700!important;
  color: white;
}
.case-study .case-study-inner .sub-title{
  text-align: center;
  font-size: 22px;
  font-weight: 700!important;
  margin: 46px auto 30px;
  background: white;
  width: 300px;
  padding: 6px 0;
  letter-spacing: 4px;
  color: #5AB5B3;
}
.case-study .case-study-inner .description{
  text-align: center;
  font-size: 18px;
  font-weight: 400!important;
  line-height: 36px;
  color: white;
}
.case-study .case-study-inner .case-flex{
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.case-study .case-study-inner .case-flex .link{
  display: block;
  width: 470px;
  position: relative;
  padding-bottom: 26px;
}
.case-study .case-study-inner .case-flex .link::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid white;
}
.case-study .case-study-inner .case-flex .link .btn-top{
  border-radius: 20px;
  height: 235px;
  background: white;
  padding: 48px 60px 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.case-study .case-study-inner .case-flex .link .btn-top img{
  display: block;
  width: 100%;
}
.case-study .case-study-inner .case-flex .link .btn-top .link-text{
  font-size: 16px;
  font-weight: 500!important;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 833px) {
  .case-study{
    margin-top: 60px;
  }
  .case-study .case-study-title{
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/case-back-sp.png');
    width: 100%;
    height: 165px;
    font-size: 36px;
  }
  .case-study .case-study-content{
    background: #5AB5B3;
    padding: 24px 20px 40px;
  }
  .case-study .case-study-inner{
    width: 100%;
  }
  .case-study .case-study-inner .title{
    font-size: 18px;
  }
  .case-study .case-study-inner .sub-title{
    font-size: 24px;
    margin: 18px auto 24px;
    background: white;
    max-width: 335px;
    width: 100%;
    padding: 6px 0;
    color: #5AB5B3;
  }
  .case-study .case-study-inner .description{
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: white;
  }
  .case-study .case-study-inner .case-flex{
    flex-direction: column;
    margin-top: 40px;
  }
  .case-study .case-study-inner .case-flex .link{
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 18px;
    max-width: 335px;
    margin: auto;
  }
  .case-study .case-study-inner .case-flex .link.space{
    margin-top: 24px;
  }
  .case-study .case-study-inner .case-flex .link::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
  }
  .case-study .case-study-inner .case-flex .link .btn-top{
    border-radius: 20px;
    height: 115px;
    background: white;
    padding: 16px 42px 16px;
  }
  .case-study .case-study-inner .case-flex .link .btn-top img{
    display: block;
    width: 100%;
  }
  .case-study .case-study-inner .case-flex .link .btn-top .link-text{
    font-size: 16px;
    font-weight: 500!important;
    display: inline-block;
    text-decoration: underline;
  }
}
.case-one{
  width: 100%;
}
.case-ttl_04{
  width: 100%;
  position: relative;
  margin: 90px 0 0px;
  z-index: 1;
  color: #5AB5B3;
}
.case-ttl_04 h5{
  width: 1118px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 900!important;
}
.case-ttl_04::before {
  content: "";
  width: calc(50% - 584px);
  height: 4px;
  background: #5AB5B3;
  position: absolute;
  left: 0;
  top: 1.35em;
}
.case-detail .case-sub{
  width: 1118px;
  margin: 6px auto 0;
  font-size: 45px;
  font-weight: 900!important;
  position: relative;
}
.case-detail .case-sub span{
  color: #5AB5B3;
}

.case-detail-main{
  margin-top: 36px;
  padding: 76px 0 88px;
  width: 100%;
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/case-one-back.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 805px;
}
.case-detail-main.case-two-main{
  margin-top: 36px;
  padding: 60px 0 64px;
  width: 100%;
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/case-two-back.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 805px;
}
.case-detail-main-inner{
  width: 1016px;
  margin: auto;
}
.case-detail-main-inner-block{
  width: 425px;
  margin-left: auto;
}
.case-detail-main-inner-block.case-two-block{
  width: 485px;
}
.case-detail-main-inner-text{
  color: white;
  font-size: 16px;
  font-weight: 400!important;
  line-height: 30px;
}
.case-detail-main-inner-two-image{
  margin-top: 46px;
  width:53.6%;
  margin-left: auto;
  margin-right: auto;
}
.case-detail-main-inner-two-image img{
  width: 100%;
  display: block;
}
.case-detail-main-inner-image{
  margin-top: 32px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  padding: 40px;
  border: 3px solid #5AB5B3;
}
.case-detail-main-inner-image img{
  display: block;
  width: 100%;
}
.case-detail-content{
  padding-top: 84px;
  margin: auto;
  position: relative;
  width: 1016px;
}
.case-detail-content .case-detail-content-point {
  position: relative;
  z-index: 3;
  margin-left: 40px;
  margin-top: -235px;
  width: 295px;
  height: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5AB5B3;
  border-radius: 50%;
  box-sizing: border-box;
}
.case-detail-content .case-detail-content-point p{
  color: #FFFFFF;
  font-size: 46px;
  font-weight: 900!important;
  text-align: center;
  line-height: 56px;
}
.case-detail-content .case-detail-content-point p.center{
  
}
.case-detail-content .case-detail-content-point p.bottom{
  margin: -16px;
}
.case-detail-content .case-detail-content-point .s-24{
  font-size: 24px;
}
.case-detail-content .case-detail-content-point .s-34{
  font-size: 34px;
}
.case-detail-content .case-detail-content-point:before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 25px solid #5AB5B3;
  z-index: 0;
}
.case-detail-content .case-detail-point-list{
  width: 1016px;
  margin: auto;
  background: white;
  padding: 55px 85px 65px;
  margin-top: -70px;
}
.case-detail-content .case-detail-point-list .ttl-case{
  font-size: 40px;
  color: #5AB5B3;
  text-align: center;
  font-weight: 700!important;
}
.case-detail-content .case-detail-point-list ul{
  margin-top: 20px;
}
.case-detail-content .case-detail-point-list ul li{
  display: flex;
  align-items: center;
  border-bottom: 2px dashed #D5D5D5;
  padding-bottom: 10px;
}
.case-detail-content .case-detail-point-list ul li:nth-child(n + 2){
  margin-top: 16px;
}
.case-detail-content .case-detail-point-list ul li .number{
  width: 135px;
  color: #5AB5B3;
  font-weight: 700!important;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-detail-content .case-detail-point-list ul li .number span{
  display: block;
  line-height: 1;
}
.case-detail-content .case-detail-point-list ul li .number span.stroke{
  margin-left: 10px;
}
.case-detail-content .case-detail-point-list ul li .number span.stroke.one{
  width: 15px;
}
.case-detail-content .case-detail-point-list ul li .number span.stroke.two{
  width: 26px;
}
.case-detail-content .case-detail-point-list ul li .number span.stroke.three{
  width: 27px;
}
.case-detail-content .case-detail-point-list ul li .number span.stroke.four{
  width: 31px;
}
.case-detail-content .case-detail-point-list ul li .text{
  width: calc(100% - 135px);
  font-size: 26px;
}
.case-detail-content .case-detail-point-list ul li .text .sp-show{
  display: none;
}
.case-detail-content .case-detail-point-list ul li .text b{
  font-size: 26px;
}
.case-detail-content .case-detail-point-list ul li .text span{
  font-size: 24px;
}
.case-detail-content .case-detail-point-human{
  margin-top: 120px;
  position: relative;

}
.case-detail-content .case-detail-point-human .inner-flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.case-detail-content .case-detail-point-human .inner-flex .column{
  width: 44.3%;
  position: relative;
}
.case-detail-content .case-detail-point-human .inner-flex .column-circle{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  left: -42px;
  top: -70px;
  font-size: 18px;
  font-weight: 700!important;
  border-radius: 50%;
  background: #D7E9E3;
  width: 140px;
  height: 140px;
  text-align: center;
}
.case-detail-content .case-detail-point-human .inner-flex .column-circle .sp-show{
  display: none;
}
.case-detail-content .case-detail-point-human .inner-flex .column-circle.dark{
  background: #5AB5B3;
  color: white;
}
.case-detail-content .case-detail-point-human .inner-flex .column-circle span{
  position: relative;
  z-index: 2;
}
.case-detail-content .case-detail-point-human .inner-flex .column-circle::after{
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/human-back-white.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 84px;
}
.case-detail-content .case-detail-point-human .inner-flex .column-circle.dark::after{
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/human-back.png');
}
.case-detail-content .case-detail-point-human .inner-flex .column img{
  width: 100%;
  display: block;
}
.case-detail-content .case-detail-point-human .inner-flex .column .name{
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  font-weight: 500!important;
}
.case-detail-content .case-detail-point-human .inner-flex .column .name.aline-start{
  align-items: flex-start;
}
.case-detail-content .case-detail-point-human .inner-flex .column .school{
  font-size: 14px;
  margin-bottom: 3px;
}
.case-detail-content .case-detail-point-human .inner-flex .column .school.mt{
  margin-top: 8px;
}
.case-detail-content .case-detail-point-human .inner-flex .column .two-human{
  font-size: 22px;
}
.case-detail-content .case-detail-point-human .inner-flex .column .two-human p{
  font-size: 22px;
}
.case-detail-content .case-detail-point-human .inner-flex .column .two-human p span{
  font-size: 14px;
  margin-left: 16px;
}
.case-detail-content .case-detail-point-human .inner-flex .column .human-name{
  font-size: 22px;
  margin-left: 10px;
}
.case-detail-content .case-detail-point-human .inner-flex .column .human-name span{
  font-size: 14px;
  margin-left: 16px;
}
.case-detail-content .case-detail-point-human .task{
  margin-top: 72px;
}
.case-detail-content .case-detail-point-human .task .task-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.case-detail-content .case-detail-point-human .task .task-title.space{
  margin-top: 54px;
}
.case-detail-content .case-detail-point-human .task .task-title h5{
  font-size: 36px;
  font-weight: 700!important;
}
.case-detail-content .case-detail-point-human .task .task-title .line{
  height: 13px;
  width: 55px;
  position: relative;
}
.case-detail-content .case-detail-point-human .task .task-title .line.right{
  margin-right: 24px;
}
.case-detail-content .case-detail-point-human .task .task-title .line.left{
  margin-left: 16px;
}
.case-detail-content .case-detail-point-human .task .task-title .line::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #25313E;
}
.case-detail-content .case-detail-point-human .task .task-title .line::before{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #25313E;
}
.case-detail-content .case-detail-point-human .task .task-flex{
  display: flex;
  align-items: flex-start;
}
.case-detail-content .case-detail-point-human .task .task-flex.two-space{
  margin-top: 44px;
}
.case-detail-content .case-detail-point-human .task .task-flex.aline-end{
  align-items: flex-end;
}
.case-detail-content .case-detail-point-human .task .task-flex.justify-center{
  justify-content: center;
}
.case-detail-content .case-detail-point-human .task .task-flex.reverse{
  flex-direction: row-reverse;
}
.case-detail-content .case-detail-point-human .task .task-flex.second-decide{
  display: flex;
  align-items: flex-start;
  padding-left: 131px;
  margin-top: 16px;
}
.case-detail-content .case-detail-point-human .task .task-flex.four{
  padding-right: 102px;
  padding-left: 32px;
}
.case-detail-content .case-detail-point-human .task .task-flex.six{
  padding-right: 52px;
  padding-left: 48px;
}
.case-detail-content .case-detail-point-human .task .task-flex.seven{
  margin-top: 38px;
  padding-right: 24px;
  padding-left: 132px;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-image img{
  display: block;
  width: 100%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-image{
  width: 31.1%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text{
  width: 56.6%;
  margin-top: 50px;
  background: #D7E9E3;
  padding: 40px;
  position: relative;
  border-radius: 15px;
  margin-left: 20px;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text .arrow-image{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  width: 57px;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text .arrow-image.dark{
  width: 54px;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text .arrow-image.left{
  left: -6%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text .arrow-image.right{
  right: -6%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text .arrow-image.one-right{
  top: 55%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text .arrow-image.case-one-arrow{
  top: 35%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text .arrow-image.case-two-arrow{
  top: 50%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text .arrow-image.two-right{
  top: 35%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text .arrow-image img{
  display: block;
  width: 100%;
  object-fit: cover;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-image.two{
  width: 33.7%;
  margin-left: 12px;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-image.three{
  width: 26.1%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text.two{
  width: 66.3%;
  margin-top: 0px;
  background: #5AB5B3;
  border-radius: 15px;
  margin-left: 0px;
  color: white;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text p{
  font-size: 18px;
  font-weight: 400!important;
  line-height: 32px;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-image img{
  display: block;
  width: 100%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-image.five{
  width: 39.9%;
  position: relative;
  z-index: 2;
  margin-right: -24px;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text.four{
  width: 65.6%;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text.five{
  width: 57.8%;
  margin-top: 28px;
  color: white;
  background: #5AB5B3;
  padding: 40px;
  position: relative;
  border-radius: 15px;
  margin-right: -18px;
  margin-left: 0;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text.six{
  margin-left: 72px;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-image.seven{
  width: 36.3%;
  position: relative;
  z-index: 2;
}
.case-detail-content .case-detail-point-human .task .task-flex .task-text.seven{
  width: 63.7%;
  margin-top: 16px;
  color: white;
  background: #5AB5B3;
  padding: 40px;
  position: relative;
  border-radius: 15px;
  margin-right: 24px;
  margin-left: 0;
}

/* お客様の声 */
.customer-voice{
  margin-top: 38px;
}
.customer-voice.two-voice{
  margin-top: 127px;
}
.customer-voice-main{
  padding: 84px 0 80px;
  width: 100%;
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-one-back.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 712px;
}
.customer-voice-main.case-two-main{
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-two-back.png');
  height: 876px;
}
.customer-voice .task-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.customer-voice .task-title.space{
  margin-top: 32px;
}
.customer-voice .task-title h5{
  font-size: 36px;
  font-weight: 700!important;
}
.customer-voice .task-title .line{
  height: 13px;
  width: 55px;
  position: relative;
}
.customer-voice .task-title .line.right{
  margin-right: 24px;
}
.customer-voice .task-title .line.left{
  margin-left: 24px;
}
.customer-voice .task-title .line::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #25313E;
}
.customer-voice .task-title .line::before{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #25313E;
}
.customer-voice .customer-voice-detail{
  margin-top: 48px;
  width: 1016px;
  margin: 48px auto 0;
}
.customer-voice .customer-voice-detail .inner-flex{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.customer-voice .customer-voice-detail .inner-flex.justify-between{
  justify-content: space-between;
}
.customer-voice .customer-voice-detail .inner-column{
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.customer-voice .customer-voice-detail .inner-column p{
  font-size: 18px;
  font-weight: 400!important;
  width: 78.1%;
  line-height: 34px;
}
.customer-voice .customer-voice-detail .inner-column p.voice-16{
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
}
.customer-voice .customer-voice-detail .inner-column p.long{
  width: 82.1%;
}
.customer-voice .customer-voice-detail .inner-column::before{
  content: '';
  position: absolute;
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/spot-left.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 16px;
}
.customer-voice .customer-voice-detail .inner-column::after{
  content: '';
  position: absolute;
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/spot-right.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 16px;
}
.customer-voice .customer-voice-detail .inner-column.one{
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back01.png');
  width: 357px;
  height: 175px;
  margin: auto;
}
.customer-voice .customer-voice-detail .inner-column.two{
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back02.png');
  width: 357px;
  height: 211px;
  margin-left: auto;
  margin-top: 40px;
}
.customer-voice .customer-voice-detail .inner-column.three{
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back03.png');
  width: 357px;
  height: 191px;
  margin-right: 40px;
  margin-left: 118px;
}
.customer-voice .customer-voice-detail .inner-column.four{
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back04.png');
  width: 348px;
  height: 204px;
  margin-right: auto;
  margin-left: 12px;
  padding-left: 12px;
}
.customer-voice .customer-voice-detail .inner-column.five{
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back05.png');
  width: 347px;
  height: 158px;
  margin-left: auto;
  margin-top: 0;
  padding-left: 12px;
  padding-top: 8px;
}
.customer-voice .customer-voice-detail .inner-column.six{
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back06.png');
  width: 420px;
  height: 240px;
  margin-left: 16px;
  padding-left: 18px;
  padding-top: 8px;
  margin-top: -32px;
}
.customer-voice .customer-voice-detail .inner-column.seven{
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back07.png');
  width: 349px;
  height: 203px;
  margin-right: auto;
  padding-left: 12px;
  margin-top: -20px;
}
.customer-voice .customer-voice-detail .inner-column.eight{
  background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back08.png');
  width: 357px;
  height: 164px;
  margin-left: auto;
  margin-top: 24px;
  padding-left: 12px;
  padding-top: 8px;
}
.customer-voice .customer-voice-detail .inner-column.three p{
  margin-left: 16px;
  margin-top: 20px;
}
.customer-voice .customer-voice-detail .inner-column.one::before{
  left: 13px;
  top: 41px;
}
.customer-voice .customer-voice-detail .inner-column.one::after{
  bottom: 54px;
  right: 14px;
}
.customer-voice .customer-voice-detail .inner-column.two::before{
  left: 18px;
  top: 33px;
}
.customer-voice .customer-voice-detail .inner-column.two::after{
  bottom: 24px;
  right: 14px;
}
.customer-voice .customer-voice-detail .inner-column.three::before{
  left: 23px;
  top: 36px;
}
.customer-voice .customer-voice-detail .inner-column.three::after{
  bottom: 50px;
  right: 5px;
}
.customer-voice .customer-voice-detail .inner-column.four::before{
  left: 20px;
  top: 35px;
}
.customer-voice .customer-voice-detail .inner-column.four::after{
  bottom: 40px;
  right: 8px;
}
.customer-voice .customer-voice-detail .inner-column.five::before{
  left: 18px;
  top: 33px;
}
.customer-voice .customer-voice-detail .inner-column.five::after{
  bottom: 24px;
  right: 8px;
}
.customer-voice .customer-voice-detail .inner-column.six::before{
  left: 26px;
  top: 30px;
}
.customer-voice .customer-voice-detail .inner-column.six::after{
  bottom: 36px;
  right: -8px;
}
.customer-voice .customer-voice-detail .inner-column.seven::before{
  left: 12px;
  top: 36px;
}
.customer-voice .customer-voice-detail .inner-column.seven::after{
  bottom: 30px;
  right: 18px;
}
.customer-voice .customer-voice-detail .inner-column.eight::before{
  left: 8px;
  top: 34px;
}
.customer-voice .customer-voice-detail .inner-column.eight::after{
  bottom: 44px;
  right: 12px;
}
.difference-content{
  background: #5AB5B3;
  padding: 102px;
  padding-bottom: 70px;
  position: relative;
}
.difference-content .sp-show{
  display: none;
}
.difference-content .inner-content{
  width: 1016px;
  margin: auto;
}
.difference-content .title{
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  white-space: nowrap;
  padding: 22px 58px;
  font-size: 36px;
  background: white;
  border-radius: 48px;
  color: #5AB5B3;
  font-weight: 900!important;
}
.difference-content .title.sp-show{
  display: none;
}
.difference-content .difference-list{
  
}
.difference-content .difference-list .pc-show{
  display: block;
}
.difference-content .difference-list li{
  padding-bottom: 10px;
  border-bottom: 2px #D5D5D5 dashed;
  display: flex;
  align-items: center;
}
.difference-content .difference-list li:nth-child(n + 2){
  margin-top: 10px;
}
.difference-content .difference-list li .circle{
  width: 95px;
  height: 95px;
  background: white;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.difference-content .difference-list li .circle img{
  display: block;
  width: 72%;
}
.difference-content .difference-list li .text{
  width: 100%;
  margin-left: 30px;
  font-size: 26px;
  color: white;
  font-weight: 500!important;
}
.difference-content .difference-list li .text span{
  margin-left: 10px;
  font-size: 20px;
  color: white;
}
.difference-content .difference-list li .text .sp-text{
  display: none;
}
.difference-content .difference-btn{
  margin-top: 70px;
}
.difference-content .difference-list .inner-flex{
  display: flex;
  align-items: center;
}
.difference-content .difference-list li .remarks{
  margin-left: 10px;
  font-size: 20px;
  color: white;
  display: block;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 500!important;
}
.difference-content .difference-btn button{
  background: white url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/arrow_nb_01.svg) no-repeat right 20px center;
    background-size: 16px auto;
}
@media screen and (max-width: 833px) {
  .case-one{

  }
  .case-ttl_04{
    margin: 40px 0 0px ;
    padding-left: 24px;
  }
  .case-ttl_04 h5{
    width:100%;
    font-size: 20px;
    font-weight: 900;
  }
  .case-ttl_04::before {
    content: "";
    width: 14px;
    height: 3px;
    left: 0;
    top: 0.95em;
  }
  .case-detail .case-sub{
    width: 100%;
    margin: 6px auto 0;
    padding-left: 24px;
    font-size: 24px;
  }
  .case-detail .case-sub span{
    display: block;
  }
  .case-detail-main{
    margin-top: 18px;
    padding: 50px 20px 52px;
    width: 100%;
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/case-one-back-sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 695px;
  }
  .case-detail-main.case-two-main{
    margin-top: 18px;
    padding: 52px 20px;
    width: 100%;
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/case-two-back-sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 708px;
  }
  .case-detail-main-inner{
    width: 100%;
    margin: auto;
  }
  .case-detail-main-inner-block{
    width: 100%;
    margin: auto;
    max-width: 335px;
  }
  .case-detail-main-inner-text{
    color: white;
    font-size: 17px;
    font-weight: 700!important;
    line-height: 24px;
    letter-spacing: 0;
  }
  .case-detail-main-inner-image{
    margin-top: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
  }
  .case-detail-main-inner-two-image{
    margin-top: 25px;
    width:54.9%;
    margin-left: auto;
    margin-right: auto;
  }
  .case-detail-content{
    padding-top: 52px;
    margin: auto;
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .case-detail-content .case-detail-content-point {
    position: relative;
    margin-left: -20px;
    margin-top: -89px;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5AB5B3;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .case-detail-content .case-detail-content-point div{
    height: 75px;
  }
  .case-detail-content .case-detail-content-point p{
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 900!important;
    text-align: center;
    line-height: 25px;
  }
  .case-detail-content .case-detail-content-point p.bottom{
    margin-top: -4px;
  }
  .case-detail-content .case-detail-content-point .s-24{
    font-size: 14px;
  }
  .case-detail-content .case-detail-content-point .s-34{
    font-size: 18px;
  }
  .case-detail-content .case-detail-content-point:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 25px solid #5AB5B3;
    z-index: 0;
  }
  .case-detail-content .case-detail-point-list{
    width: 100%;
    margin: auto;
    margin-top: -48px;
    background: white;
    padding: 20px 20px 40px;
    border-radius: 20px;
  }
  .case-detail-content .case-detail-point-list .ttl-case{
    font-size: 24px;
  }
  .case-detail-content .case-detail-point-list ul li{
    padding-bottom: 20px;
  }
  .case-detail-content .case-detail-point-list ul li:nth-child(n + 2){
    margin-top: 20px;
  }
  .case-detail-content .case-detail-point-list ul li .number{
    width: 55px;
    font-size: 14px;
    white-space: nowrap;
  }
  .case-detail-content .case-detail-point-list ul li .number span.stroke{
    margin-left: 5px;
    margin-bottom: 4px;
  }
  .case-detail-content .case-detail-point-list ul li .number span.stroke.one{
    width: 11px;
  }
  .case-detail-content .case-detail-point-list ul li .number span.stroke.two{
    width: 17px;
  }
  .case-detail-content .case-detail-point-list ul li .number span.stroke.three{
    width: 17px;
  }
  .case-detail-content .case-detail-point-list ul li .number span.stroke.four{
    width: 20px;
  }
  .case-detail-content .case-detail-point-list ul li .text{
    width: calc(100% - 55px);
    font-size: 17px;
    margin-left: 20px;
    line-height: 24px;
  }
  .case-detail-content .case-detail-point-list ul li .text .sp-show{
    display: block;
  }
  .case-detail-content .case-detail-point-list ul li .text b{
    font-size: 17px;
  }
  .case-detail-content .case-detail-point-list ul li .text span{
    font-size: 12px;
  }
  .case-detail-content .case-detail-point-human{
    margin-top: 42px;
    position: relative;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column{
    width: calc(50% - 5px);
    position: relative;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column-circle{
    left: -9px;
    top: -36px;
    font-size: 10px;
    width: 62px;
    height: 62px;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column-circle .sp-show{
    display: block;
  }

  .case-detail-content .case-detail-point-human .inner-flex .column-circle::after{
    width: 39px;
    height: 36px;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column .name{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
    font-weight: 500!important;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column .school{
    font-size: 10px;
    width: 100%;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column .school.mt{
    margin-top: 0px;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column .two-human .human-name{
    font-size: 14px;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column .human-name span{
    font-size: 10px;
    margin-left: 10px;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column .human-name span.san{
    font-size: 10px;
    margin-left: 10px;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column .human-name{
    font-size: 14px;
    margin-left: 0px;
    margin-right: 10px;
  }
  .case-detail-content .case-detail-point-human .inner-flex .column .position{
    font-size: 10px;
  }
  .case-detail-content .case-detail-point-human .task{
    margin-top: 46px;
  }
  .case-detail-content .case-detail-point-human .task .task-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .case-detail-content .case-detail-point-human .task .task-title.space{
    margin-top: 50px;
  }
  .case-detail-content .case-detail-point-human .task .task-title h5{
    font-size: 22px;
    font-weight: 700!important;
  }
  .case-detail-content .case-detail-point-human .task .task-title .line{
    height: 10px;
    width: 28px;
    position: relative;
  }
  .case-detail-content .case-detail-point-human .task .task-title .line.right{
    margin-right: 15px;
  }
  .case-detail-content .case-detail-point-human .task .task-title .line.left{
    margin-left: 9px;
  }
  .case-detail-content .case-detail-point-human .task .task-title .line::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #25313E;
  }
  .case-detail-content .case-detail-point-human .task .task-title .line::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #25313E;
  }
  .case-detail-content .case-detail-point-human .task .task-flex{
    flex-direction: column;
    margin-top: 11px;
  }
  .case-detail-content .case-detail-point-human .task .task-flex.two-space{
    margin-top: 11px;
  }
  .case-detail-content .case-detail-point-human .task .task-flex.aline-end{
    align-items: center;
  }
  .case-detail-content .case-detail-point-human .task .task-flex.justify-center{
    justify-content: center;
  }
  .case-detail-content .case-detail-point-human .task .task-flex.reverse{
    flex-direction: column;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-image img{
    display: block;
    width: 100%;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-image{
    width: 80px;
    position: relative;
    z-index: 2;
    margin: auto;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-text{
    width: 100%;
    margin-top: -30px;
    background: #D7E9E3;
    padding: 40px 20px 20px;
    position: relative;
    border-radius: 15px;
    margin-left: 0px;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-image.two{
    width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-image.three{
    width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-text.two{
    width: 100%;
    margin-top: -30px;
    background: #5AB5B3;
    border-radius: 15px;
    margin-left: 0px;
    color: white;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-text.four{
    width: 100%;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-text p{
    font-size: 15px;
    line-height: 24px;
  }
  /* ケース2 */
  .case-detail-content .case-detail-point-human .task .task-flex.second-decide{
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    margin-top: 10px;
  }
  .case-detail-content .case-detail-point-human .task .task-flex.four{
    padding-right: 0px;
    padding-left: 0px;
  }
  .case-detail-content .case-detail-point-human .task .task-flex.six{
    padding-right: 0px;
    padding-left: 0px;
  }
  .case-detail-content .case-detail-point-human .task .task-flex.seven{
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-image.five{
    width: 80px;
    position: relative;
    z-index: 2;
    margin: auto;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-text.five{
    width: 100%;
    margin-top: -30px;
    padding: 40px 20px 20px;
    position: relative;
    border-radius: 15px;
    margin-left: 0px;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-text.six{
    margin-left: 0px;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-image.seven{
    width: 80px;
    position: relative;
    z-index: 2;
    margin: auto;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-text.seven{
    width: 100%;
    margin: -30px auto 0;
    padding: 40px 20px 20px;
    position: relative;
    border-radius: 15px;
  }
  /* お客様の声 */
  .customer-voice{
    margin-top: 50px;
  }
  .customer-voice.two-voice{
    margin-top: 66px;
  }
  .customer-voice-main{
    padding: 46px 20px 86px;
    width: 100%;
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-one-back.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 712px;
  }
  .customer-voice .task-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .customer-voice .task-title.space{
    margin-top: 32px;
  }
  .customer-voice .task-title h5{
    font-size: 22px;
    font-weight: 700!important;
  }
  .customer-voice .task-title .line{
    height: 10px;
    width: 28px;
    position: relative;
  }
  .customer-voice .task-title .line.right{
    margin-right: 15px;
  }
  .customer-voice .task-title .line.left{
    margin-left: 15px;
  }
  .customer-voice .task-title .line::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #25313E;
  }
  .customer-voice .task-title .line::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #25313E;
  }
  .customer-voice .customer-voice-detail{
    width: 100%;
    margin: 42px auto 0;
    max-width: 335px;
  }
  .customer-voice .customer-voice-detail .inner-flex{
    flex-direction: column;
  }
  .customer-voice .customer-voice-detail .inner-column p{
    font-size: 15px;
    width: 78.1%;
    line-height: 24px;
  }
  .customer-voice .customer-voice-detail .inner-column::before{
    content: '';
    position: absolute;
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/spot-left.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 16px;
  }
  .customer-voice .customer-voice-detail .inner-column::after{
    content: '';
    position: absolute;
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/spot-right.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 16px;
  }
  .customer-voice .customer-voice-detail .inner-column.one{
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back01-sp.png');
    width: 289px;
    height: 156px;
    margin-right: auto;
    margin-left: 0;
  }
  .customer-voice .customer-voice-detail .inner-column.two{
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back02-sp.png');
    width: 292px;
    height: 165px;
    margin-left: auto;
    margin-top: 18px;
    padding-left: 16px;
  }
  .customer-voice .customer-voice-detail .inner-column.two p{
    width: 83.1%;
  }
  .customer-voice .customer-voice-detail .inner-column.three{
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back03-sp.png');
    width: 291px;
    height: 149px;
    margin-right: auto;
    margin-left: 0;
    margin-top: 24px;
  }
  .customer-voice .customer-voice-detail .inner-column.three p{
    margin-left: 20px;
    margin-top: -2px;
    width: 82.1%;
  }
  .customer-voice .customer-voice-detail .inner-column.one::before{
    left: 2px;
    top: 37px;
  }
  .customer-voice .customer-voice-detail .inner-column.one::after{
    bottom: 32px;
    right: 14px;
  }
  .customer-voice .customer-voice-detail .inner-column.two::before{
    left: 14px;
    top: 28px;
  }
  .customer-voice .customer-voice-detail .inner-column.two::after{
    bottom: 34px;
    right: 1px;
  }
  .customer-voice .customer-voice-detail .inner-column.three::before{
    left: 7px;
    top: 20px;
  }
  .customer-voice .customer-voice-detail .inner-column.three::after{
    bottom: 36px;
    right: -4px;
  }
  .difference-content{
    background: #5AB5B3;
    padding: 90px;
    padding-bottom: 50px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  .difference-content .inner-content{
    width: 100%;
    margin: auto;
  }
  .difference-content .title{
    text-align: center;
    top: -48px;
    padding: 13px 46px;
    font-size: 22px;
  }
  .difference-content .sp-show{
    display: block;
  }
  .difference-content .difference-list li{
    padding-bottom: 15px;
    border-bottom: 2px #D5D5D5 dashed;
    display: flex;
    align-items: center;
  }
  .difference-content .difference-list li:nth-child(n + 2){
    margin-top: 15px;
  }
  .difference-content .difference-list li .circle{
    width: 52px;
    height: 52px;
  }
  .difference-content .difference-list li .circle img{
    display: block;
    width: 72%;
  }
  .difference-content .difference-list li .text{
    margin-left: 10px;
    font-size: 20px;
    line-height: 32px;
  }
  .difference-content .difference-list li .text span{
    display: inline-block;
  }
  .difference-content .difference-list li .text span{
    margin-left: 0px;
    font-size: 20px;
    color: white;
  }
  .difference-content .difference-btn{
    margin-top: 50px;

  }

  .difference-content .difference-btn button{
    background: white url(/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/arrow_nb_01.svg) no-repeat right 20px center;
      background-size: 16px auto;
  }
  /* case 2 */
  .customer-voice-main.case-two-main{
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-two-back-sp.png');
    height: 1144px;
    padding: 35px 20px 82px;
  }
  .customer-voice .customer-voice-detail .inner-column p.voice-16{
    font-size: 15px;
    line-height: 24px;
  }
  .customer-voice .customer-voice-detail .inner-column p.long{
    width: 81%;
    margin-top: 8px;
  }
  .customer-voice .customer-voice-detail .inner-column.four{
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back04-sp.png');
    width: 283px;
    height: 175px;
    margin-right: auto;
    margin-left: 0px;
    padding-left: 6px;
  }
  .customer-voice .customer-voice-detail .inner-column.four::before{
    left: 9px;
    top: 20px;
  }
  .customer-voice .customer-voice-detail .inner-column.four::after{
    bottom: 18px;
    right: 2px;
  }
  .customer-voice .customer-voice-detail .inner-column.five{
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back05-sp.png');
    width: 292px;
    height: 124px;
    margin-left: auto;
    margin-right: 8px;
    margin-top: 32px;
    padding-left: 10px;
    padding-top: 2px;
  }
  .customer-voice .customer-voice-detail .inner-column.five::before{
    left: 8px;
    top: 20px;
  }
  .customer-voice .customer-voice-detail .inner-column.five::after{
    bottom: 24px;
    right: 4px;
  }
  .customer-voice .customer-voice-detail .inner-column.six{
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back06-sp.png');
    width: 335px;
    height: 262px;
    margin-left: -12px;
    margin-right: auto;
    padding-left: 24px;
    padding-top: 0px;
    margin-top: 24px;
  }
  .customer-voice .customer-voice-detail .inner-column.six::before{
    left: 26px;
    top: 30px;
  }
  .customer-voice .customer-voice-detail .inner-column.six::after{
    bottom: 36px;
    right: -4px;
  }
  .customer-voice .customer-voice-detail .inner-column.seven{
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back07-sp.png');
    width: 292px;
    height: 144px;
    margin-right: auto;
    padding-left: 6px;
    margin-top: 26px;
  }
  .customer-voice .customer-voice-detail .inner-column.seven::before{
    left: 8px;
    top: 18px;
  }
  .customer-voice .customer-voice-detail .inner-column.seven::after{
    bottom: 18px;
    right: 6px;
  }
  .customer-voice .customer-voice-detail .inner-column.eight{
    background-image: url('/content/dam/nttcom/hq/jp/business/lp/education-ict/hirakata/img/voice-back08-sp.png');
    width: 292px;
    height: 127px;
    margin-left: auto;
    margin-top: 42px;
    padding-left: 6px;
    padding-top: 0px;
  }
  .customer-voice .customer-voice-detail .inner-column.eight::before{
    left: 8px;
    top: 20px;
  }
  .customer-voice .customer-voice-detail .inner-column.eight::after{
    bottom: 15px;
    right: 8px;
  }
  .difference-content .difference-list li .remarks{
    display: none;
  }
  .difference-content .difference-list .pc-show{
    display: none;
  }
  .case-detail-content .case-detail-point-human .task .task-flex .task-text .arrow-image{
    display: none;
  }
}