#bspack header {
  border-bottom: 0;
  padding-left: 13px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#bspack header .lp_header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 750px) {
  #bspack header {
    padding-left: 20px;
    border-bottom-width: 2px;
  }
}
#bspack main {
  padding-top: 85px;
}
#bspack .l-header__toggle {
  margin-left: auto;
}
#bspack .l-header {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: none;
  right: 0;
  left: auto;
}
@media (min-width: 1201px) {
  #bspack .l-header {
    width: calc(100% - 300px);
  }
  #bspack .l-header__nav {
    gap: 0;
  }
  #bspack .l-header__nav__item {
    font-size: min(13px, 0.9027777778vw);
    letter-spacing: -0.02em;
    cursor: pointer;
  }
  #bspack .l-header__nav__item:not(:nth-child(1)) {
    margin-left: min(30px, 2.0833333333vw);
  }
  #bspack .l-header__nav__item--contact {
    width: min(194px, 13.4722222222vw);
    height: min(44px, 3.0555555556vw);
    padding-block: 0;
    line-height: min(44px, 3.0555555556vw);
    font-size: min(13px, 0.9027777778vw);
    font-weight: bold;
    letter-spacing: 0.04em;
    text-align: center;
    margin-left: min(35px, 2.4305555556vw);
    white-space: nowrap;
  }
  #bspack .l-header__nav__item--contact + .l-header__nav__item--contact {
    margin-left: min(12px, 0.8333333333vw);
  }
}

#bspack main {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
}
#bspack main * {
  color: inherit;
}
#bspack main img {
  max-width: 100%;
}
#bspack.wrap {
  padding: 0;
}
@media (max-width: 750px) {
  #bspack .only-pc {
    display: none !important;
  }
}
@media (min-width: 751px) {
  #bspack .only-sp {
    display: none !important;
  }
  #bspack .hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #bspack .hover:hover {
    opacity: 0.8;
  }
}
#bspack .sec-inner {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #bspack .sec-inner {
    max-width: 100%;
    padding: 0 3.2vw;
  }
}
#bspack .txt-red {
  color: #c81d33;
}
#bspack .sr-only {
  position: absolute !important;
  width: min(1px, 0.0694444444vw) !important;
  height: min(1px, 0.0694444444vw) !important;
  padding: 0 !important;
  margin: max(-1px, -0.0694444444vw) !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#bspack.page-iot-sign picture {
  display: block;
}
@media (min-width: 751px) {
  #bspack .cta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(17px, 1.1805555556vw);
  }
}
@media (max-width: 750px) {
  #bspack .cta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.0666666667vw;
  }
}
#bspack .cta-group.group-01 {
  margin-block: min(50px, 3.4722222222vw) 0;
}
@media (max-width: 750px) {
  #bspack .cta-group.group-01 {
    margin-block: 9.0666666667vw 0;
  }
}
#bspack .cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: min(350px, 24.3055555556vw);
  height: min(86px, 5.9722222222vw);
  color: #fff;
  background: #c81d33 url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/btn_arrow.png) right min(15px, 1.0416666667vw) center no-repeat;
  background-size: min(20px, 1.3888888889vw) auto;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 750px) {
  #bspack .cta-link {
    width: 85.0666666667vw;
    height: 15.8666666667vw;
    background-position: right 3.7333333333vw center;
    background-size: 4.8vw auto;
  }
}
@media (min-width: 751px) {
  #bspack .cta-link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #bspack .cta-link:hover {
    opacity: 0.8;
  }
}
#bspack .cta-link span {
  font-size: min(21px, 1.4583333333vw);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  #bspack .cta-link span {
    font-size: 4.2666666667vw;
  }
}
#bspack .cta-link .txt-sm {
  position: relative;
  display: inline-block;
  padding-inline: min(15px, 1.0416666667vw);
  margin-block: max(-2px, -0.1388888889vw) min(11px, 0.7638888889vw);
  font-size: min(16px, 1.1111111111vw);
  line-height: min(16px, 1.1111111111vw);
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  #bspack .cta-link .txt-sm {
    padding-inline: 3.7333333333vw;
    margin-block: -0.2666666667vw 1.4666666667vw;
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
  }
}
#bspack .cta-link .txt-sm:before, #bspack .cta-link .txt-sm:after {
  content: "";
  position: absolute;
  top: max(-2px, -0.1388888889vw);
  width: min(30px, 2.0833333333vw);
  height: 100%;
  background: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/btn_line.png) no-repeat;
  background-size: auto min(16px, 1.1111111111vw);
}
@media (max-width: 750px) {
  #bspack .cta-link .txt-sm:before, #bspack .cta-link .txt-sm:after {
    top: -0.2666666667vw;
    width: 4vw;
    background-size: auto 3.3333333333vw;
  }
}
#bspack .cta-link .txt-sm:before {
  left: 0;
  background-position: top left;
}
#bspack .cta-link .txt-sm:after {
  right: 0;
  background-position: top right;
}
#bspack .lp-fixedbnr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: min(30px, 2.0833333333vw);
  right: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 750px) {
  #bspack .lp-fixedbnr {
    display: none !important;
  }
}
#bspack .lp-fixedbnr__img {
  width: min(267px, 18.5416666667vw);
}
#bspack .lp-fixedbnr__anchor {
  position: absolute;
  display: block;
  width: min(189px, 13.125vw);
  bottom: min(47px, 3.2638888889vw);
  left: 52%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 750px) {
  #bspack .lp-fixedbnr__anchor {
    width: 25.2vw;
    bottom: 6.2666666667vw;
  }
}
#bspack .lp-fixedbnr__close {
  position: absolute;
  border: 0;
  z-index: 9;
  top: 0;
  left: 0;
  width: min(31px, 2.1527777778vw);
  height: min(31px, 2.1527777778vw);
  cursor: pointer;
  background: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/bnr_btn_close.png) no-repeat;
  background-size: 100% 100%;
}
#bspack .lp-fixedbnr.is-hide {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}
#bspack .kv-img {
  text-align: center;
  line-height: 0;
  background: #040000 url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/kv_img.jpg) no-repeat center top;
  background-size: auto 100%;
}
#bspack .kv-img img {
  display: block;
  width: min(1440px, 100vw);
  margin: 0 auto;
}
#bspack .points {
  padding: min(70px, 4.8611111111vw) 0 min(83px, 5.7638888889vw);
  background: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/points_bg.png) repeat-x center bottom;
  background-size: 100% min(1221px, 84.7916666667vw);
}
@media (max-width: 750px) {
  #bspack .points {
    padding: 5.0666666667vw 0 14.4vw;
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/points_bg_sp.png);
    background-size: 100% auto;
  }
  #bspack .points .sec-inner {
    padding-inline: 0;
  }
}
#bspack .points-h2 {
  margin-bottom: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10.8vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media (min-width: 751px) {
  #bspack .points-h2 {
    margin: 0 auto min(22px, 1.5277777778vw);
    width: min(972px, 67.5vw);
    height: min(80px, 5.5555555556vw);
    letter-spacing: 0.04em;
  }
}
#bspack .points-txt {
  text-align: center;
  font-size: min(21px, 1.4583333333vw);
  line-height: 1.619047619;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
}
@media (max-width: 750px) {
  #bspack .points-txt {
    font-size: 4vw;
    line-height: 6.8vw;
    letter-spacing: 0.04em;
  }
}
#bspack .points-img {
  position: relative;
  left: max(-6px, -0.4166666667vw);
  width: min(1024px, 71.1111111111vw);
  margin: min(56px, 3.8888888889vw) auto min(34px, 2.3611111111vw);
}
@media (max-width: 750px) {
  #bspack .points-img {
    position: relative;
    left: -0.9333333333vw;
    width: 96.2666666667vw;
    margin: 11.7333333333vw auto 0;
  }
}
#bspack .points-note {
  margin: 5.3333333333vw auto 0;
}
@media (min-width: 751px) {
  #bspack .points-note {
    max-width: min(975px, 67.7083333333vw);
    margin: 0 auto;
  }
}
#bspack .txt-note {
  font-size: min(15px, 1.0416666667vw);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #231815;
}
@media (min-width: 751px) {
  #bspack .txt-note {
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media (max-width: 750px) {
  #bspack .txt-note {
    width: 89.3333333333vw;
    margin: 0 auto;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
#bspack .features {
  padding: min(107px, 7.4305555556vw) 0 min(90px, 6.25vw);
  background: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/feature_bg.png) no-repeat center bottom;
  background-size: 100% min(2118px, 147.0833333333vw);
  color: #231815;
}
@media (max-width: 750px) {
  #bspack .features {
    padding: 13.0666666667vw 0 9.3333333333vw;
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/feature_bg_sp.png);
    background-position: center bottom 49.3333333333vw;
    background-size: 100% auto;
  }
  #bspack .features.--button01 {
    background-position: center bottom 32.2666666667vw;
  }
  #bspack .features .sec-inner {
    padding-inline: 0;
  }
}
#bspack .features-h5 {
  width: min(478px, 33.1944444444vw);
  margin: 0 auto min(21px, 1.4583333333vw);
  line-height: 0;
}
@media (max-width: 750px) {
  #bspack .features-h5 {
    width: 88.1333333333vw;
    margin: 0 auto 3.4666666667vw;
  }
}
#bspack .features-h2 {
  margin: 0 auto min(14px, 0.9722222222vw);
  padding-bottom: min(6px, 0.4166666667vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: min(50px, 3.4722222222vw);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #231815;
  border-bottom: min(5px, 0.3472222222vw) solid #cca62d;
}
@media (max-width: 750px) {
  #bspack .features-h2 {
    margin: 0 auto 4.2666666667vw;
    padding-bottom: 2.2666666667vw;
    font-size: 8vw;
    line-height: 1.2666666667;
    letter-spacing: 0.1em;
    border-bottom-width: 1.3333333333vw;
  }
}
#bspack .features-subttl {
  font-size: min(21px, 1.4583333333vw);
  line-height: 1.619047619;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #bspack .features-subttl {
    font-size: 4.6666666667vw;
    line-height: 1.4571428571;
    letter-spacing: 0.04em;
  }
}
#bspack .features-block {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media (min-width: 751px) {
  #bspack .features-block {
    width: min(970px, 67.3611111111vw);
    margin: min(44px, 3.0555555556vw) auto min(40px, 2.7777777778vw);
    outline: min(3px, 0.2083333333vw) solid #929292;
  }
  #bspack .features-block:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(92px, 6.3888888889vw);
    height: min(43px, 2.9861111111vw);
    bottom: max(-43px, -2.9861111111vw);
    background: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/feature_arrow.png) no-repeat center bottom;
    background-size: auto min(46px, 3.1944444444vw);
  }
}
@media (max-width: 750px) {
  #bspack .features-block {
    margin-block: 9.6vw 0;
  }
}
#bspack .features-block-head {
  padding: min(21px, 1.4583333333vw) min(27px, 1.875vw);
  min-height: min(145px, 10.0694444444vw);
  color: #fff;
  background-color: #929292;
}
@media (max-width: 750px) {
  #bspack .features-block-head {
    padding: 6.6666666667vw 2.6666666667vw 0;
    min-height: 42.6666666667vw;
  }
}
#bspack .features-block-head-ttl {
  width: min(750px, 52.0833333333vw);
  font-size: min(40px, 2.7777777778vw);
  font-weight: bold;
}
@media (max-width: 750px) {
  #bspack .features-block-head-ttl {
    width: 81.0666666667vw;
    font-size: 6.2666666667vw;
  }
}
#bspack .features-block-body {
  padding-bottom: min(80px, 5.5555555556vw);
}
@media (max-width: 750px) {
  #bspack .features-block-body {
    padding-bottom: 0;
  }
}
#bspack .features-block-txt {
  margin: min(29px, 2.0138888889vw) auto min(23px, 1.5972222222vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(17px, 1.1805555556vw);
  font-weight: bold;
  line-height: 1.4117647059;
  letter-spacing: 0.04em;
  color: #231815;
}
@media (max-width: 750px) {
  #bspack .features-block-txt {
    margin: 4.8vw auto 8.2666666667vw;
    width: 84.5333333333vw;
    font-size: 4vw;
    line-height: 1.4666666667;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 751px) {
  #bspack .features-block-img {
    position: relative;
    left: min(2px, 0.1388888889vw);
    width: min(755px, 52.4305555556vw);
    margin: 0 auto min(18px, 1.25vw);
  }
}
@media (max-width: 750px) {
  #bspack .features-block-img {
    width: 90.6666666667vw;
    margin: 0 auto 5.7333333333vw;
  }
}
#bspack .features-btn {
  margin: min(56px, 3.8888888889vw) auto 0;
  text-align: center;
}
@media (max-width: 750px) {
  #bspack .features-btn {
    margin: 11.7333333333vw auto 0;
  }
  #bspack .features-btn .cta-link {
    height: 18.9333333333vw;
  }
  #bspack .features-btn .txt-sm {
    line-height: 1.08;
  }
  #bspack .features-btn .txt-sm:before, #bspack .features-btn .txt-sm:after {
    top: 3.7333333333vw;
  }
}
@media (min-width: 751px) {
  #bspack .features-btn .cta-link {
    width: min(391px, 27.1527777778vw);
    background-position: right min(8px, 0.5555555556vw) center;
  }
  #bspack .features-btn .txt-sm {
    margin-top: 0;
    font-size: min(13px, 0.9027777778vw);
  }
  #bspack .features-btn .txt-sm:before, #bspack .features-btn .txt-sm:after {
    top: max(-2px, -0.1388888889vw);
  }
}
#bspack .benefit {
  padding: min(86px, 5.9722222222vw) 0 0;
}
@media (max-width: 750px) {
  #bspack .benefit {
    padding: 14.9333333333vw 0 0;
  }
  #bspack .benefit .features-h2 {
    margin: 0 auto 1.7333333333vw;
  }
}
@media (max-width: 750px) {
  #bspack .benefit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
    width: 92vw;
    margin: 4vw auto 20.8vw;
  }
}
@media (min-width: 751px) {
  #bspack .benefit-list {
    width: min(988px, 68.6111111111vw);
    margin: min(36px, 2.5vw) auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: min(23px, 1.5972222222vw);
  }
}
#bspack .benefit-item {
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #bspack .benefit-item.item-02 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 751px) {
  #bspack .benefit-item:nth-child(2) {
    margin-top: 0;
  }
  #bspack .benefit-item.item-01 {
    margin-top: min(84px, 5.8333333333vw);
  }
  #bspack .benefit-item.item-01 .benefit-item-img {
    margin-bottom: min(26px, 1.8055555556vw);
  }
  #bspack .benefit-item.item-02 .benefit-item-txt {
    width: min(272px, 18.8888888889vw);
  }
  #bspack .benefit-item.item-03 {
    margin-top: min(100px, 6.9444444444vw);
  }
}
#bspack .benefit-item-img {
  width: min(128px, 8.8888888889vw);
  margin: 0 auto min(18px, 1.25vw);
}
@media (max-width: 750px) {
  #bspack .benefit-item-img {
    position: relative;
    left: -0.8vw;
    width: 19.3333333333vw;
    margin: 0 auto 3.4666666667vw;
  }
}
#bspack .benefit-item-ttl {
  position: relative;
  padding: 1.0666666667vw;
  min-height: 19.0666666667vw;
  font-size: 5.6vw;
  line-height: 1.380952381;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #c81d33;
}
@media (max-width: 750px) {
  #bspack .benefit-item-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 751px) {
  #bspack .benefit-item-ttl {
    width: min(314px, 21.8055555556vw);
    padding: min(8px, 0.5555555556vw);
    min-height: min(89px, 6.1805555556vw);
    font-size: min(26px, 1.8055555556vw);
    line-height: 1.2692307692;
  }
}
#bspack .benefit-item-ttl:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(30px, 2.0833333333vw);
  height: min(16px, 1.1111111111vw);
  bottom: max(-10px, -0.6944444444vw);
  background: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/benefit_arrow_red.png) no-repeat center bottom;
  background-size: auto 100%;
}
@media (max-width: 750px) {
  #bspack .benefit-item-ttl:before {
    width: 9.6vw;
    height: 4.8vw;
    bottom: -4vw;
  }
}
#bspack .benefit-item-txt {
  width: min(280px, 19.4444444444vw);
  margin: min(21px, 1.4583333333vw) auto 0;
  font-size: min(16px, 1.1111111111vw);
  line-height: 1.5625;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media (max-width: 750px) {
  #bspack .benefit-item-txt {
    width: 87.4666666667vw;
    margin: 6.4vw auto 0;
    font-size: 4vw;
    line-height: 1.6333333333;
    letter-spacing: 0.02em;
  }
}
#bspack .benefit-img {
  width: min(445px, 30.9027777778vw);
  margin: max(-2px, -0.1388888889vw) auto min(52px, 3.6111111111vw);
}
@media (max-width: 750px) {
  #bspack .benefit-img {
    width: 76.4vw;
    margin: 6vw auto 0;
  }
}
#bspack .cases {
  padding: min(81px, 5.625vw) 0 min(73px, 5.0694444444vw);
  background: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/case_bg.png) no-repeat center bottom;
  background-size: 100% min(912px, 63.3333333333vw);
}
@media (max-width: 750px) {
  #bspack .cases {
    padding: 8vw 0 11.2vw;
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/case_bg_sp.png);
    background-size: 100% auto;
  }
}
#bspack .cases-subttl {
  margin: 0 auto min(5px, 0.3472222222vw);
  min-width: min(572px, 39.7222222222vw);
  text-align: center;
  font-weight: 500;
  font-size: min(28px, 1.9444444444vw);
  line-height: min(40px, 2.7777777778vw);
  letter-spacing: 0.04em;
  background: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/cases_subttl.png) no-repeat center top;
  background-size: auto min(35px, 2.4305555556vw);
}
@media (max-width: 750px) {
  #bspack .cases-subttl {
    margin: 0 auto 2.8vw;
    min-width: 83.7333333333vw;
    font-size: 4.6666666667vw;
    line-height: 5.2vw;
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/cases_subttl_sp.png);
    background-size: auto 5.2vw;
  }
}
#bspack .cases-h2 {
  text-align: center;
  font-size: min(50px, 3.4722222222vw);
  line-height: 1;
  color: #c81d33;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  #bspack .cases-h2 {
    font-size: 8vw;
    line-height: 1.2666666667;
    letter-spacing: 0.02em;
  }
}
#bspack .cases .txt-01 {
  margin: min(43px, 2.9861111111vw) auto min(55px, 3.8194444444vw);
  text-align: center;
  width: min(713px, 49.5138888889vw);
  height: min(70px, 4.8611111111vw);
  font-size: min(27px, 1.875vw);
  font-weight: bold;
  color: #fff;
  background-color: #929292;
}
@media (max-width: 750px) {
  #bspack .cases .txt-01 {
    margin: 4.2666666667vw auto 11.7333333333vw;
    width: 92vw;
    height: 21.3333333333vw;
    font-size: 5.6vw;
    line-height: 1.380952381;
  }
}
#bspack .cases-item {
  position: relative;
  width: 92vw;
  margin: 0 auto;
}
@media (min-width: 751px) {
  #bspack .cases-item {
    width: min(972px, 67.5vw);
    margin: 0 auto;
  }
}
#bspack .cases-item-head {
  position: relative;
  padding: min(18px, 1.25vw);
  border-top: min(3px, 0.2083333333vw) solid #c81d33;
  border-bottom: min(3px, 0.2083333333vw) solid #c81d33;
  font-size: min(28px, 1.9444444444vw);
  line-height: 1.3214285714;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #c81d33;
}
@media (max-width: 750px) {
  #bspack .cases-item-head {
    padding: 2.8vw;
    border-top: 0.4vw solid #c81d33;
    border-bottom: 0.4vw solid #c81d33;
    font-size: 4.6666666667vw;
    line-height: 1.2285714286;
  }
}
#bspack .cases-item .txt-02 {
  position: absolute;
}
@media (min-width: 751px) {
  #bspack .cases-item .txt-02 {
    top: max(-80px, -5.5555555556vw);
    left: max(-69px, -4.7916666667vw);
    width: min(158px, 10.9722222222vw);
  }
}
@media (max-width: 750px) {
  #bspack .cases-item .txt-02 {
    width: 30vw;
    left: 50%;
    top: -10.1333333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#bspack .cases-item-row {
  position: relative;
  z-index: 8;
}
@media (max-width: 750px) {
  #bspack .cases-item-row {
    margin: 5.8666666667vw auto 0;
    width: 87.4666666667vw;
  }
}
@media (min-width: 751px) {
  #bspack .cases-item-row {
    margin: min(35px, 2.4305555556vw) min(16px, 1.1111111111vw) min(47px, 3.2638888889vw) min(16px, 1.1111111111vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#bspack .cases-item-row:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(92px, 6.3888888889vw);
  height: min(34px, 2.3611111111vw);
  bottom: max(-17px, -1.1805555556vw);
  background: url(/content/dam/nttcom/hq/jp/business/lp/iot/sign/img/feature_arrow.png) no-repeat center bottom;
  background-size: auto 100%;
}
@media (max-width: 750px) {
  #bspack .cases-item-row:before {
    width: 13.3333333333vw;
    height: 6.6666666667vw;
    bottom: -14.1333333333vw;
  }
}
#bspack .cases-item-img {
  margin-block: min(5px, 0.3472222222vw) 0;
  width: min(371px, 25.7638888889vw);
}
@media (max-width: 750px) {
  #bspack .cases-item-img {
    position: relative;
    left: 2.4vw;
    margin: 6.2666666667vw auto 19.7333333333vw;
    width: 61.2vw;
  }
}
#bspack .cases-item-desc {
  color: #040000;
}
@media (max-width: 750px) {
  #bspack .cases-item-desc {
    font-size: 4vw;
    line-height: 1.6333333333;
    letter-spacing: 0.04em;
  }
  #bspack .cases-item-desc p + p {
    margin-top: 6.5333333333vw;
  }
}
@media (min-width: 751px) {
  #bspack .cases-item-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
  #bspack .cases-item-desc p + p {
    margin-top: min(28px, 1.9444444444vw);
  }
}
#bspack .cases-block {
  overflow: hidden;
  border-radius: min(20px, 1.3888888889vw);
  background-color: #fff;
  -webkit-box-shadow: min(6px, 0.4166666667vw) min(6px, 0.4166666667vw) min(7px, 0.4861111111vw) 0 rgba(119, 113, 113, 0.4);
          box-shadow: min(6px, 0.4166666667vw) min(6px, 0.4166666667vw) min(7px, 0.4861111111vw) 0 rgba(119, 113, 113, 0.4);
}
#bspack .cases-block-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: min(59px, 4.0972222222vw);
  font-size: min(27px, 1.875vw);
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #c81d33;
}
@media (max-width: 750px) {
  #bspack .cases-block-ttl {
    min-height: 29.7333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.375;
    letter-spacing: 0.1em;
  }
}
#bspack .cases-block-body {
  position: relative;
  padding: min(38px, 2.6388888889vw) min(48px, 3.3333333333vw) min(50px, 3.4722222222vw);
  color: #040000;
}
#bspack .cases-block-body p {
  font-size: min(18px, 1.25vw);
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
}
#bspack .cases-block-body sup {
  font-size: 0.7em;
  vertical-align: super;
}
@media (max-width: 750px) {
  #bspack .cases-block-body {
    padding: 6vw 5.0666666667vw 8.2666666667vw;
  }
  #bspack .cases-block-body p {
    font-size: 4vw;
    line-height: 1.6333333333;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 751px) {
  #bspack .cases-block-img {
    position: absolute;
    top: min(16px, 1.1111111111vw);
    right: min(38px, 2.6388888889vw);
    width: min(242px, 16.8055555556vw);
  }
}
@media (max-width: 750px) {
  #bspack .cases-block-img {
    display: block;
    margin: 5.6vw auto 0;
    width: 51.7333333333vw;
    position: relative;
    left: -2.6666666667vw;
  }
}
#bspack .cases-block .txt-red {
  color: #cf0f31;
  font-weight: bold;
  font-size: min(21px, 1.4583333333vw);
  letter-spacing: 0.08em;
  margin-bottom: min(8px, 0.5555555556vw);
}
@media (max-width: 750px) {
  #bspack .cases-block .txt-red {
    font-size: 4.6666666667vw;
    line-height: 1.3428571429;
    letter-spacing: 0.1em;
    margin-bottom: 2.4vw;
  }
}
#bspack .related {
  padding-block: min(85px, 5.9027777778vw) min(80px, 5.5555555556vw);
}
@media (max-width: 750px) {
  #bspack .related {
    padding-block: 10vw 10vw;
  }
}
#bspack .related-note {
  margin-bottom: min(44px, 3.0555555556vw);
}
@media (min-width: 751px) {
  #bspack .related-note {
    text-align: center;
  }
}
@media (max-width: 750px) {
  #bspack .related-note {
    margin-bottom: 16vw;
    width: 90vw;
  }
}
#bspack .related-ttl {
  width: min(592px, 41.1111111111vw);
  height: min(114px, 7.9166666667vw);
  margin: min(100px, 6.9444444444vw) auto min(23px, 1.5972222222vw);
  padding: min(19px, 1.3194444444vw) min(10px, 0.6944444444vw) 0;
  font-size: min(28px, 1.9444444444vw);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #929292;
}
@media (min-width: 751px) {
  #bspack .related-ttl {
    clip-path: polygon(100% 86.09%, 50% 100%, 0% 86.09%, 0% 35.15%, 0% 0%, 50% 0%, 100% 0%, 100% 35.15%, 100% 86.09%);
  }
}
@media (max-width: 750px) {
  #bspack .related-ttl {
    width: 90vw;
    height: 42.5333333333vw;
    margin: 11.0666666667vw auto 4.6666666667vw;
    padding: 6.2666666667vw 1.3333333333vw 0;
    font-size: 6vw;
    line-height: 1.2444444444;
    clip-path: polygon(100% 86.09%, 50% 100%, 0% 86.09%, 0% 35.15%, 0% 0%, 50% 0%, 100% 0%, 100% 35.15%, 100% 86.09%);
  }
}
#bspack .related-ttl .txt-small {
  margin-top: min(12px, 0.8333333333vw);
  display: block;
  font-size: min(20px, 1.3888888889vw);
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  #bspack .related-ttl .txt-small {
    margin-top: 0.5333333333vw;
    font-size: 4.6666666667vw;
    line-height: 1.4285714286;
  }
}
#bspack .related-item {
  width: min(465px, 32.2916666667vw);
  margin: 0 auto;
  min-height: min(338px, 23.4722222222vw);
  border: min(4px, 0.2777777778vw) solid #929292;
  color: #231815;
  text-align: center;
}
@media (max-width: 750px) {
  #bspack .related-item {
    width: 89.6vw;
    min-height: 80.8vw;
    border: 0.8vw solid #929292;
  }
}
#bspack .related-item-img {
  width: 100%;
  background-color: #929292;
}
#bspack .related-item-img img {
  width: 100%;
  display: block;
}
#bspack .related-item-ttl {
  margin-block: min(9px, 0.625vw) 0;
  font-weight: bold;
  font-size: min(20px, 1.3888888889vw);
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  #bspack .related-item-ttl {
    margin-block: 3.0666666667vw 0;
    font-size: 4.6666666667vw;
  }
}
#bspack .related-item-txt {
  font-size: min(16px, 1.1111111111vw);
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  #bspack .related-item-txt {
    font-size: 4vw;
    line-height: 1.4333333333;
  }
}
#bspack .related-item-link {
  display: block;
  margin: min(10px, 0.6944444444vw) auto min(10px, 0.6944444444vw);
  width: min(267px, 18.5416666667vw);
  height: min(35px, 2.4305555556vw);
  font-size: min(19px, 1.3194444444vw);
  line-height: min(35px, 2.4305555556vw);
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #c81d33;
}
@media (max-width: 750px) {
  #bspack .related-item-link {
    margin: 2.9333333333vw auto 1.3333333333vw;
    width: 63.7333333333vw;
    height: 8.4vw;
    font-size: 4vw;
    line-height: 8.4vw;
  }
}