@charset "UTF-8";
html {
  font-size: 10px !important;
}
body {
  margin: 0;
}
a:focus, input:focus {
  outline: none;
}
sub {
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -3%;
}
#iot {
  font-family: sans-serif;
  width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0;
  z-index: 0;
  position: relative;
  box-sizing: border-box;
}
#iot *, #iot *::before, #iot *::after {
  box-sizing: border-box;
}
#iot a[href] {
  transition: ease 0.2s all;
}
#iot a[href]:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  #iot a[href]:hover {
    opacity: 1;
  }
}
#iot img {
  max-width: 100%;
}
#iot.contents {
  margin-top: 0;
}
.g-container {
  max-width: 982px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-container {
    max-width: 68.1944444444vw;
    width: 68.1944444444vw;
  }
}
@media (max-width: 767px) {
  .g-container {
    padding-inline: 4.5333333333vw;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
#iot .l-header {
  padding: 18px 12px 15px 26px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #f1f1f1;
  transition: 0.3s top;
  line-height: 1;
}
#iot .l-header.js-scroll {
  top: -38px;
}
@media screen and (max-width: 1400px) {
  #iot .l-header {
    top: 0 !important;
    padding: 14px 20px 14px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #iot .l-header__toggle {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  #iot .l-header__toggle span {
    display: block;
    width: 100%;
    height: 4px;
    background: #c03;
    position: absolute;
  }
  #iot .l-header__toggle span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0) scale(1);
  }
  #iot .l-header__toggle span:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0) scale(1);
    top: calc(50% - 13px);
  }
  #iot .l-header__toggle span:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0) scale(1);
    top: calc(50% + 13px);
  }
}
#iot .l-header .l-header__toggle.js-open + .l-header__navWrap {
  right: 0;
}
#iot .l-header__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 1400px) {
  #iot .l-header__top {
    display: none;
  }
}
#iot .l-header__top__text {
  font-weight: 500;
}
#iot .l-header__top__tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 5px 10px;
  font-family: Jost, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  max-width: 170px;
  text-align: center;
  color: #c03;
}
@media screen and (max-width: 1200px) {
  #iot .l-header__top__tel {
    display: none;
  }
}
#iot .l-header__top__tel span {
  color: #000;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
}
#iot .l-header__top__telIcon {
  width: 29px;
  display: block;
}
#iot .l-header__logo {
  width: 260px;
}
#iot .l-header__logo__img {
  width: 100%;
  display: block;
}
#iot .l-header__under {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  #iot .l-header__under {
    width: 100%;
  }
}
#iot .l-header__overlay {
  display: none;
}
@media screen and (max-width: 1400px) {
  #iot .l-header__overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transition-property: opacity, visibility;
  }
  #iot .l-header__overlay.js-open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1400px) {
  #iot .l-header__navWrap {
    position: fixed;
    transition: right 0.6s;
    right: -100%;
    top: 0;
    max-width: 320px;
    width: 80%;
    height: 100vh;
    background: #fff;
    padding: 80px 20px 40px;
    box-sizing: border-box;
    overflow: auto;
    z-index: 9999;
  }
  #iot .l-header__navWrap__close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  #iot .l-header__navWrap__close span {
    display: block;
    width: 100%;
    height: 2px;
    background: #c03;
    position: absolute;
  }
  #iot .l-header__navWrap__close span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
  }
  #iot .l-header__navWrap__close span:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
  }
}
#iot .l-header__nav {
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 1401px) {
  #iot .l-header__nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 12px;
    width: 540px;
    margin-top: 5px;
  }
  #iot .l-header__nav ul li {
    letter-spacing: 0.025em;
  }
  #iot .l-header__nav ul li:not(:first-child) {
    margin-left: 20px;
  }
  #iot .l-header__nav ul li:nth-child(n+5) {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1440px) {
  #iot .l-header__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 1270px) {
  #iot .l-header__nav {
    gap: 15px;
    font-size: 1.2rem;
  }
}
#iot .l-header__nav__item {
  transition: color 0.3s;
  text-decoration: none;
  color: #111;
}
#iot .l-header__nav__item.js-active, #iot .l-header__nav__item:hover {
  color: #c03;
}
#iot .l-header__nav__item--contact {
  color: #fff;
  box-sizing: border-box;
  transition: opacity 0.3s;
  text-decoration: none;
  margin-left: 14px;
}
#iot .l-header__nav__item--contact img {
  height: 45px;
}
#iot .l-header__nav__item--contact:hover {
  opacity: 0.8;
}
#iot .l-header__nav__tel, #iot .l-header__nav__text {
  display: none;
}
@media screen and (max-width: 1400px) {
  #iot .l-header__nav {
    display: block;
    font-size: 1.5rem;
    text-align: center;
  }
  #iot .l-header__nav__item {
    display: block;
    margin-bottom: 20px;
  }
  #iot .l-header__nav__item--contact {
    display: block;
    color: #fff;
    background: #c03;
    padding: 15px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  #iot .l-header__nav__tel, #iot .l-header__nav__text {
    display: block;
  }
  #iot .l-header__nav__tel {
    display: flex;
    flex-wrap: wrap;
    font-family: Jost, sans-serif;
    font-weight: 300;
    font-style: normal;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 3.4rem;
    font-weight: 500;
    color: #c03;
  }
  #iot .l-header__nav__telIcon {
    width: 30px;
  }
  #iot .l-header__nav__text {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
#iot .global-header__btnlogin, #iot .global-header__btnlogout {
  padding-right: 0;
}
#iot .global-header__btnlogin img, #iot .global-header__btnlogout img {
  width: 160px;
}
@media screen and (max-width: 480px) {
  #iot .global-header__btnlogin img, #iot .global-header__btnlogout img {
    width: 120px;
  }
}
@media (min-width: 1401px) {
  #iot .l-header__navWrap {
    position: relative;
    right: -3.6805555556vw;
  }
}
@media (max-width: 1400px) {
  #iot .l-header__navWrap {
    max-width: 100%;
    width: 375px;
    padding-inline: 0;
  }
  #iot .l-header__navWrap::before {
    content: "";
    display: block;
    background: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-menu-bg.png") no-repeat top center/cover;
    position: absolute;
    top: 80px;
    right: 0px;
    left: -1px;
    height: 120%;
  }
}
@media (max-width: 1400px) {
  #iot .l-header__nav {
    font-size: 18px;
    right: 0;
    text-align: left;
  }
  #iot .l-header__nav .l-header__nav__item {
    min-height: 65px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0;
    padding-inline: 24px;
    background: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-menu-right.png") no-repeat center right 32px/auto 15px;
  }
}
#iot .l-header__nav__item--contact {
  background: #CC0033 url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-menu-right.png") no-repeat center right 13px/auto 9px;
  height: 45px;
  width: 135px;
  border-radius: 5px;
  line-height: 45px;
  text-align: center;
}
@media (max-width: 1400px) {
  #iot .l-header__nav__item--contact {
    padding: 0;
    border-radius: 5px;
    border: none;
    margin-block: 24px;
    margin-inline: 24px auto;
    max-width: 100%;
    width: 332px;
    height: 47px;
    line-height: 47px;
    background: #CC0033 url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-menu-right.png") no-repeat center right 13px/auto 15px;
  }
  #iot .l-header__nav__item--contact img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1400px) {
  #iot .global-header__btnlogin, #iot .global-header__btnlogout {
    display: none;
  }
}
@media (min-width: 768px) {
  #iot .l-header__navWrap .global-header__btnlogin, #iot .l-header__navWrap .global-header__btnlogout {
    display: none;
  }
}
@media (max-width: 1400px) {
  #iot .l-header__navWrap .global-header__btnlogin, #iot .l-header__navWrap .global-header__btnlogout {
    padding: 0;
    display: block;
  }
  #iot .l-header__navWrap .global-header__btnlogin img, #iot .l-header__navWrap .global-header__btnlogout img {
    width: 332px;
    max-width: 100%;
    margin-left: 24px;
  }
}
.btn-text {
  width: 135px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  font-size: 12px;
  background: #CC0033 url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-article-icon-right.png") no-repeat center right 13px/auto 8px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .btn-text {
    width: 9.375vw;
    height: 3.125vw;
    line-height: 3.125vw;
    font-size: 0.8333333333vw;
    background: #CC0033 url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-article-icon-right.png") no-repeat center right 0.6944444444vw/auto 0.5555555556vw;
  }
}
@media (max-width: 767px) {
  .btn-text {
    font-size: 2.6666666667vw;
    height: 8vw;
    line-height: 8vw;
    width: 32.8vw;
    background-size: auto 1.3333333333vw;
    background-position: center right 1.7333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 85px;
  border-radius: 5px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  background: #C80033;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.08em;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .btn1 {
    height: 5.9027777778vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 767px) {
  .btn1 {
    height: 12vw;
    font-size: 3.2vw;
  }
}
.btn1::after {
  content: "";
  width: 15px;
  height: 24px;
  background: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/icon-arrow-w.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .btn1::after {
    width: 1.0416666667vw;
    height: 1.6666666667vw;
    right: 1.7361111111vw;
  }
}
@media (max-width: 767px) {
  .btn1::after {
    width: 1.7333333333vw;
    height: 2.9333333333vw;
    right: 3.6vw;
  }
}
.btn1.style1 {
  background: #fff;
  color: #000 !important;
  border: 1px solid #000;
  box-sizing: border-box;
  padding-top: 4px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .btn1.style1 {
    padding-top: 0.2777777778vw;
  }
}
@media (max-width: 767px) {
  .btn1.style1 {
    padding-top: 0;
  }
}
.btn1.style1::after {
  background: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/icon-arrow-g.png") no-repeat center;
  background-size: contain;
}
.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 11px 15px;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li:not(:last-child) {
  padding-right: 27px;
  margin-right: 15px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .breadcrumb li:not(:last-child) {
    padding-right: 1.875vw;
    margin-right: 1.0416666667vw;
  }
}
.breadcrumb li:not(:last-child)::after {
  content: "＞";
  font-size: 14px;
  line-height: 21px;
  color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1440px) and (min-width: 768px) {
  .breadcrumb li:not(:last-child)::after {
    font-size: 0.9722222222vw;
    line-height: 1.4583333333vw;
  }
}
.breadcrumb li a, .breadcrumb li span {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  letter-spacing: 0.14em;
  font-weight: 600;
  display: block;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .breadcrumb li a, .breadcrumb li span {
    font-size: 0.9722222222vw;
    line-height: 1.4583333333vw;
  }
}
.breadcrumb li a {
  text-decoration: none;
}
.g-section-8 {
  background-color: #fff;
  padding-block: 44px 40px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-section-8 {
    padding-block: 3.0555555556vw 2.7777777778vw;
  }
}
.g-section-8 .g-title {
  font-size: 48px;
  line-height: 1;
  color: #3C3C3C;
  text-align: center;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-section-8 .g-title {
    font-size: 3.3333333333vw;
  }
}
.g-section-8 .g-title > img {
  height: 43px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-section-8 .g-title > img {
    height: 2.9861111111vw;
  }
}
.g-section-8 .g-desc {
  font-size: 24px;
  line-height: 1;
  color: #3C3C3C;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-section-8 .g-desc {
    font-size: 1.6666666667vw;
    margin-top: 1.3888888889vw;
  }
}
.g-section-8 .g-contact {
  margin-top: 42px;
  position: relative;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-section-8 .g-contact {
    margin-top: 2.9166666667vw;
  }
}
.g-section-8 .g-contact__box {
  line-height: 0;
}
.g-section-8 .g-contact__box img {
  width: 100%;
}
.g-section-8 .g-contact__btn {
  position: absolute;
  top: 211px;
  left: 63px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-section-8 .g-contact__btn {
    top: 14.6527777778vw;
    left: 4.375vw;
    width: 25.3472222222vw;
  }
}
@media (max-width: 767px) {
  .g-section-8 .g-contact__btn {
    height: 97px;
  }
}
.g-section-8 .g-contact__tel {
  position: absolute;
  top: 224px;
  left: 542px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-section-8 .g-contact__tel {
    top: 15.5555555556vw;
    left: 37.6388888889vw;
    width: 24.5138888889vw;
  }
}
@media (max-width: 767px) {
  .g-section-8 .g-contact__tel {
    height: 59px;
  }
}
@media (max-width: 767px) {
  .g-section-8 .g-contact {
    max-width: 648px;
    margin-inline: auto;
    margin-top: 0;
  }
  .g-section-8 .g-contact__btn {
    width: 85.0308641975%;
    height: auto;
    top: 35.7340720222%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .g-section-8 .g-contact__tel {
    width: 74.537037037%;
    height: auto;
    top: 69.944598338%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 767px) {
  .g-section-8 {
    background: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-g8-bg.png") no-repeat center/cover;
    padding-block: 0;
    padding: 6.4vw 2vw;
  }
}
#iot .case-studies3 .g-link-wrapper .g-link-seemore {
  position: absolute;
  top: 37%;
  right: 3.3%;
  pointer-events: all;
  height: 25%;
}
.g-link-seemore-img {
  height: 11px;
}
@media (max-width: 767px) {
  .g-link-seemore-img {
    height: 2.5333333333vw;
  }
}
.g-link-seemore-text {
  color: #CC0033;
  font-size: 12px;
}
@media (max-width: 767px) {
  .g-link-seemore-text {
    font-size: 2.6666666667vw;
    text-decoration: underline;
  }
}
#iot {
  font-family: sans-serif;
  line-height: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #iot a[href]:hover {
    opacity: 1;
  }
}
div, span, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, label, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
ol, ul {
  list-style: none;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
#iot .contents {
  padding-top: 80px;
}
#iot .case-studies-kv {
  position: relative;
  margin-top: 80px;
}
#iot .case-studies-kv__img {
  width: 100%;
}
#iot .case-studies-kv-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1%;
}
#iot .case-studies-kv-ttl {
  font-size: 40px;
  line-height: 70px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies-kv-ttl {
    font-size: 2.7777777778vw;
    line-height: 4.8611111111vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies-kv-ttl {
    font-size: 6.2666666667vw;
    line-height: 1;
  }
}
#iot .case-studies-kv-ttl span {
  font-size: 22px;
  line-height: 1;
  text-align: center;
  display: block;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies-kv-ttl span {
    font-size: 1.5277777778vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies-kv-ttl span {
    font-size: 4.0625vw;
    margin-bottom: 2.4vw;
  }
}
#iot .case-studies-kv-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies-kv-text {
    font-size: 1.11111111111111vw;
    line-height: 1.8055555556vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies-kv-text {
    font-size: 2.5vw;
    line-height: 1.3;
    margin-top: 1.25vw;
  }
}
/******************************************************************************************/
/* ここから新コンテンツ */
/******************************************************************************************/
#iot .case-studies1 {
  padding-top: 3px;
  background: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/bg-case-studies.png") repeat-y top/100%;
}
@media (max-width: 767px) {
  #iot .case-studies1 {
    padding-top: 3.8666666667vw;
  }
}
#iot .case-studies1 .g-content-wrapper {
  background-color: #e0e1e1;
  position: relative;
  margin: 50px 0 50px;
  padding: 10px 0 0;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies1 .g-content-wrapper {
    background-color: #e0e1e1;
    position: relative;
    margin: 3.472222vw 0 3.472222vw;
    padding: 0.694444vw 0 0;
  }
}
@media (max-width: 767px) {
  #iot .case-studies1 .g-content-wrapper {
    background-color: #e0e1e1;
    position: relative;
    margin: 7.8125vw 0 7.8125vw;
    padding: 0.694444vw 0 0;
  }
}
#iot .case-studies1 .g-content {}
#iot .case-studies1 .g-content.active {
  display: block;
}
#iot .case-studies1 .g-content__title {
  color: #000;
  font-size: 28px;
  text-align: center;
  padding: 20px 23px 30px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies1 .g-content__title {
    font-size: 1.944444vw;
    padding: 1.388889vw 1.5972222222vw 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies1 .g-content__title {
    font-size: 4.375vw;
    padding: 3.125vw 1.5972222222vw 3.125vw;
  }
}
#iot .case-studies1 .g-desc {
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  padding-top: 20px;
  letter-spacing: 0.08em;
  margin-inline: auto;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies1 .g-desc {
    font-size: 1.25vw;
    line-height: 1.666667;
    padding-top: 1.388889vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies1 .g-desc {
    font-size: 2.8125vw;
    line-height: 1.666667;
    padding-top: 4.6875vw;
  }
}
#iot .case-studies1 .g-content__cross {
  width: 80px;
  height: 80px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies1 .g-content__cross {
    width: 5.555556vw;
    height: 5.555556vw;
    margin: 0 auto 3.472222vw;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #iot .case-studies1 .g-content__cross {
    width: 10.625vw;
    height: 10.625vw;
    margin: 0 auto 7.8125vw;
    text-align: center;
  }
}
#iot .case-studies1 .g-content__equal {
  width: 90px;
  height: 60px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies1 .g-content__equal {
    width: 6.25vw;
    height: 4.166667vw;
    margin: 0 auto 3.472222vw;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #iot .case-studies1 .g-content__equal {
    width: 14.53125vw;
    height: 9.84375vw;
    margin: 0 auto 7.8125vw;
    text-align: center;
  }
}
#iot .case-studies1 .g-box {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(auto-fit, 217px); */
  justify-content: center;
  gap: 16px;
  padding-inline: 33px;
  padding-bottom: 33px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies1 .g-box {
    /* grid-template-columns: repeat(4, 11.8055555556vw); */
    gap: 1.1111111111vw;
    padding-inline: 2.2916666667vw;
    padding-bottom: 2.2916666667vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies1 .g-box {
    width: 100%;
    /* grid-template-columns: repeat(4, 11.8055555556vw); */
    gap: 2.1875vw;
    padding-inline: 4.21875vw;
    padding-bottom: 6.25vw;
    justify-content: flex-start;
  }
}
#iot .case-studies1 .g-box__item {
  width: 217px;
  height: 170px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0px rgba(102, 102, 102, 0.3);
  cursor: pointer;
  position: relative;
  text-align: center
}
#iot .case-studies1 .g-box__item:hover {
  opacity: 0.8;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies1 .g-box__item {
    width: 15.069444vw;
    height: 11.8055555556vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies1 .g-box__item {
    display: flex;
    /* width: 25.9375vw; */
    width: calc((100% - (2 * 2.1875vw)) / 3);
    height: auto;
    align-items: center;
  }
}
#iot .case-studies1 .g-box__item img {
  width: 77%;
}
@media (max-width: 767px) {
  #iot .case-studies1 .g-box__item img {
    display: none;
  }
}
#iot .case-studies1 .g-box__item span {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
  top: 29px;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 1;
  position: absolute;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies1 .g-box__item span {
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
    top: 2.0138888889vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies1 .g-box__item span {
    margin: 0.5em 0;
    font-size: 3.125vw;
    position: relative;
    top: auto;
    left: auto;
  }
}
#iot .case-studies1 .g-box__item.active {
  cursor: default;
  background: #CC0033;
}
#iot .case-studies1 .g-box__item.active > img {
  filter: grayscale(1) brightness(0) invert(1);
}
#iot .case-studies1 .g-box__item.active span {
  color: #fff;
}
#iot .case-studies1 .g-box__item.active:hover {
  opacity: 1;
}
#iot .case-studies1 .g-box__item.is-disabled {
  cursor: default;
  background: #eee;
}
#iot .case-studies1 .g-box__item.is-disabled > img {
  filter: grayscale(1) brightness(1) invert(1);
}
#iot .case-studies1 .g-box__item.is-disabled span {
  color: #999999;
}
#iot .case-studies1 .g-box__item.is-disabled:hover {
  opacity: 1;
}
#iot .g-content-card-wrapper {
  padding: 0 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-content-card-wrapper {
    padding: 0 2.36111111111111vw;
    gap: 2.083333vw;
  }
}
@media (max-width: 767px) {
  #iot .g-content-card-wrapper {
    padding: 0;
    justify-content: center;
    gap: 0;
  }
}
#iot .g-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 442px;
  margin: 0 0 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 1px 1px 10px 0px rgba(102, 102, 102, 0.3);
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card {
    width: 30.694444vw;
    margin: 0 0 2.777778vw;
    border-radius: 1.388889vw;
  }
}
@media (max-width: 767px) {
  #iot .g-card {
    width: 100%;
    margin: 0 4.21875vw 4.6875vw;
    flex-direction: column;
    border-radius: 3.125vw;
  }
}
.g-card.is-hidden { display: none!important; }

@media (max-width: 767px) {
  #iot .g-card-top{
    display: flex;
    align-items:flex-start
  }
}
#iot .g-card__thumb {
  /* margin: 3.125vw; */
  position: absolute;
}
#iot .g-card__thumb img{
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__thumb img {
    border-radius: 1.388889vw 1.388889vw 0 0;
  }
}
@media (max-width: 767px) {
  #iot .g-card__thumb {
    position: relative;
    width: 23.4375vw;
    margin: 3.125vw;
  }
  #iot .g-card__thumb img {
    border-radius: 0 0 0 0;
  }
}
#iot .g-card__body {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__body {
    padding: 0 1.388889vw 1.388889vw;
  }
}
@media (max-width: 767px) {
  #iot .g-card__body {
    padding: 0 3.125vw 3.125vw;
  }
}
#iot .g-card__meta-top {
  width: 100%;
  margin-top: 300px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__meta-top {
    margin-top: 20.833333vw;
    padding: 0 1.38888888888889vw;
    gap: 0 1.388888889vw;
  }
}
@media (max-width: 767px) {
  #iot .g-card__meta-top {
    width: 51.25vw;
    margin-top: 3.125vw;
    padding: 0 3.125vw 0 0;
    gap: 0 1.388888889vw;
    align-items: flex-start;
  }
}
#iot .g-card__pill {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  padding: 10px;
  background: #999999;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__pill {
    margin: 0 0 0.694444444444444vw;
    padding: 0.694444444444444vw;
    font-size: 0.972222222222222vw;
  }
}
@media (max-width: 767px) {
  #iot .g-card__pill {
    margin: 0 0 0.78125vw;
    padding: 0.78125vw;
    font-size: 2.1875vw;
    align-items: flex-start;
  }
}
#iot .g-card__desc {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__desc {
    font-size: 1.25vw;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  #iot .g-card__desc {
    font-size: 2.5vw;
  }
}
#iot .g-card__desc--usecase{
  background: #f7f7f7;
  padding: 10px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__desc--usecase{
    padding: 0.694444444444444vw;
  }
}
#iot .g-card__arrow-down{
  margin: 0 auto;
  padding: 10px;
  position: relative;
  background: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/icon_triangle.svg") no-repeat center center / 10px auto;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__arrow-down{
    padding: 1.38888888888889vw;
    ackground: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/icon_triangle.svg") no-repeat center center / 0.694444444444444vw auto;
  }
}
#iot .g-card__solution{
  background: #f7f7f7;
  padding: 10px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__solution{
    padding: 0.694444444444444vw ;
  }
}
.g-card__solution-problem{
  font-size: 18px;
  line-height: 1.3;
  color: #cc0033;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-card__solution-problem{
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) {
  .g-card__solution-problem{
    font-size: 2.8125vw;
  }
}
.g-card__solution-title{
  font-size: 18px;
  line-height: 1.3;
  color: #cc0033;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-card__solution-title{
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) {
  .g-card__solution-title{
    font-size: 2.8125vw;
  }
}
.g-card__solution-text{
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-card__solution-text{
    margin: 0.694444444444444vw 0 0;
    font-size: 0.972222222222222vw;
  }
}
@media (max-width: 767px) {
  .g-card__solution-text{
    margin: 1.5625vw 0 0;
    font-size: 2.1875vw;
  }
}
#iot .g-card__company {
  margin-top: 10px;
  font-size: 14px;
  color: #cc0033;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__company {
    margin-top: 0.694444444444444vw;
    font-size: 0.972222222222222vw;
  }
}
@media (max-width: 767px) {
  #iot .g-card__company {
    margin-top: 1.5625vw;
    font-size: 2.1875vw;
  }
}
#iot .g-card__services {
  margin-top: auto;
}
#iot .g-card__services-ttl {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__services-ttl {
    margin: 1.38888888888889vw 0 0;
    font-size: 1.11111111111111vw;
  }
}
@media (max-width: 767px) {
  #iot .g-card__services-ttl {
    margin: 3.125vw 0 0;
    font-size: 2.5vw;
  }
}
#iot .g-card__service-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin: 10px auto 0;
  padding: 10px;
  border: 2px solid #cc0033;
  font-size: 16px;
  color: #cc0033;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__service-item {
    min-height: 2.77777777777778vw;
    margin: 0.694444444444444vw auto 0;
    padding: 0.694444444444444vw;
    font-size: 1.11111111111111vw;
  }
}
@media (max-width: 767px) {
  #iot .g-card__service-item {
    min-height: 5.625vw;
    margin: 1.5625vw auto 0;
    padding: 0.78125vw;
    font-size: 2.5vw;
  }
}
#iot .g-card__cta {
  margin: 20px 0 0;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__cta {
    margin: 1.38888888888889vw 0 0;
  }
}
@media (max-width: 767px) {
  #iot .g-card__cta {
    margin: 3.125vw 0 0;
  }
}
#iot .g-card__btn {
  min-height: 40px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  text-decoration: none;
  background: #cc0033 url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-menu-right.png") no-repeat center right 20px/auto 12px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .g-card__btn {
    min-height: 2.77777777777778vw;
    padding: 0.694444444444444vw;
    border-radius: 0.555555555555556vw;
    font-size: 1.11111111111111vw;
    background: #cc0033 url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-menu-right.png") no-repeat center right 1.38888888888889vw/auto 0.833333333333333vw;
  }
}
@media (max-width: 767px) {
  #iot .g-card__btn {
    min-height: 6.25vw;
    padding: 1.5625vw;
    border-radius: 1.25vw;
    font-size: 2.5vw;
    background: #cc0033 url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-menu-right.png") no-repeat center right 3.125vw/auto 1.875vw;
  }
}
/******************************************************************************************/
/* ./ここから新コンテンツ */
/******************************************************************************************/
#iot .case-studies4 {
  margin-top: 16px;
  padding: 58px 0 84px;
  background-image: linear-gradient(to right, #d3d3d4, #eff0f1);
  border-bottom: 3px solid #CC0133;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies4 {
    margin-top: 1.1111111111vw;
    padding: 4.0277777778vw 0 5.8333333333vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies4 {
    margin-top: 23px;
    padding: 6.5333333333vw 0 9.7333333333vw;
  }
}
#iot .case-studies4__ttl {
  text-align: center;
}
#iot .case-studies4__ttl img {
  width: 100%;
  max-width: 362px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies4__ttl img {
    max-width: 25.1388888889vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies4__ttl img {
    max-width: 61.8666666667vw;
  }
}
#iot .case-studies4 .list1 {
  margin: 47px 0 0;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies4 .list1 {
    margin: 3.2638888889vw 0 0;
  }
}
@media (max-width: 767px) {
  #iot .case-studies4 .list1 {
    margin: 5.4666666667vw 0 0;
    padding: 0 3.6vw;
  }
}
#iot .case-studies5 {
  padding-block: 49px 40px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies5 {
    padding-block: 3.4027777778vw 2.7777777778vw;
  }
}
@media (max-width: 767px) {
  #iot .case-studies5 {
    padding-block: 1.4666666667vw 5.3333333333vw;
  }
}
#iot .case-studies5 .g-contact {
  margin-top: 38px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .case-studies5 .g-contact {
    margin-top: 2.6388888889vw;
  }
}
@media (min-width: 768px) {
  #iot .case-studies5 .g-contact__btn {
    top: 49.5%;
    left: 6.5%;
    width: 37.3%;
  }
}
@media (min-width: 768px) {
  #iot .case-studies5 .g-contact__tel {
    top: 53%;
    left: 55.5%;
    width: 36%;
  }
}
#iot .listCheck {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 30px 16px 79px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .listCheck {
    padding: 3.125vw 2.0833333333vw 1.1111111111vw 5.4861111111vw;
  }
}
@media (max-width: 767px) {
  #iot .listCheck {
    padding: 3.7333333333vw 2.6666666667vw 0;
    align-items: center;
    margin-bottom: -1.4666666667vw;
  }
}
#iot .listCheck li {
  width: 25%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .listCheck li {
    margin-bottom: 1.3888888889vw;
  }
}
@media (max-width: 767px) {
  #iot .listCheck li {
    margin-bottom: 5.7333333333vw;
  }
}
#iot .listCheck li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
#iot .listCheck li label span {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #000;
  margin-left: 10px;
  letter-spacing: 0.025em;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .listCheck li label span {
    font-size: 1.1111111111vw;
    margin-left: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  #iot .listCheck li label span {
    font-size: 3.2vw;
    margin-left: 1.3333333333vw;
    font-weight: 300;
  }
}
#iot .list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #iot .list1 {
    display: block;
  }
}
#iot .list1 li {
  width: calc(50% - 21px);
  position: relative;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list1 li {
    width: calc(50% - 1.4583333333vw);
  }
}
@media (max-width: 767px) {
  #iot .list1 li {
    width: 100%;
  }
  #iot .list1 li:not(:last-child) {
    margin-bottom: 4vw;
  }
}
#iot .list1 li .btn-text {
  position: absolute;
  bottom: 9%;
  right: 8%;
  z-index: 1;
}
@media (max-width: 767px) {
  #iot .list1 li .btn-text {
    display: none;
  }
}
#iot .list1 li a img {
  margin-bottom: -4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#iot .list2 {
  display: flex;
  flex-wrap: wrap;
}
#iot .list2__item {
  width: calc(33.3333333333% - 12px);
  margin-right: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 54px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__item {
    width: calc(33.3333333333% - 0.8333333333vw);
    margin-right: 1.0416666667vw;
    box-shadow: 0.3472222222vw 0.3472222222vw 0.6944444444vw rgba(0, 0, 0, 0.1);
    margin-bottom: 3.75vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__item {
    width: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 2.5333333333vw;
  }
}
#iot .list2__item:nth-child(3n) {
  margin-right: 0;
}
#iot .list2__sub {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #00A3DF;
  padding: 5px 15px;
  margin-bottom: 0;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__sub {
    font-size: 0.9722222222vw;
    padding: 0.3472222222vw 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__sub {
    font-size: 3.2vw;
    font-weight: 300;
    padding: 1.3333333333vw 2.8vw;
    letter-spacing: 0.1em;
  }
}
#iot .list2__cont {
  padding: 23px 22px 22px 20px;
  background: #fff;
}
@media (max-width: 767px) {
  #iot .list2__cont {
    padding: 3.0666666667vw 2.9333333333vw 2.9333333333vw 2.6666666667vw;
    min-height: 32.8vw;
  }
}
#iot .list2__top {
  display: flex;
  align-self: flex-start;
}
@media (max-width: 767px) {
  #iot .list2__top {
    align-items: center;
  }
}
#iot .list2__icon1 {
  width: 30%;
}
@media (max-width: 767px) {
  #iot .list2__icon1 {
    width: 10.1333333333vw;
  }
}
#iot .list2__ttl {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  flex: 1;
  margin-left: 12px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__ttl {
    font-size: 0.9722222222vw;
    line-height: 1.6666666667vw;
    margin-left: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__ttl {
    font-size: 4.8vw;
    line-height: 5.3333333333vw;
    margin-left: 3.0666666667vw;
  }
}
#iot .list2__ttl span {
  font-size: 14px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__ttl span {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__ttl span {
    font-size: 4.8vw;
    line-height: 5.3333333333vw;
  }
}
#iot .list2__text {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: 200;
  margin-top: 16px;
  padding-left: 3px;
  letter-spacing: 0.11em;
  margin-bottom: 0;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__text {
    font-size: 1.0416666667vw;
    line-height: 1.1805555556vw;
    margin-top: 1.1111111111vw;
    padding-left: 0.2083333333vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
#iot .list2__text span {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__text span {
    margin-bottom: 0.3472222222vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__text span {
    font-size: 16px;
    line-height: 1.3;
  }
}
#iot .list2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 22px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__list {
    margin-top: 1.5277777778vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__list {
    margin-top: 0;
    background: #fff;
    width: 40.2%;
    height: 7.3333333333vw;
    position: absolute;
    top: 1.0666666667vw;
    right: 0;
    justify-content: flex-end;
    padding: 1.7333333333vw 2.1333333333vw;
  }
}
#iot .list2__list li {
  width: 28px;
  margin: 0 4px;
  max-width: 12%;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__list li {
    width: 1.9444444444vw;
    margin: 0 0.2777777778vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__list li {
    max-width: none;
    width: 3.7333333333vw;
    margin: 0 0.5333333333vw;
  }
}
#iot .list2__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__btn {
    margin-top: 1.3888888889vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0;
  }
}
#iot .list2__btn a {
  width: 100%;
  max-width: 136px;
  display: block;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__btn a {
    max-width: 9.4444444444vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn a {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn a::after {
    content: "";
    width: 2.5333333333vw;
    height: 4vw;
    background: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/case-studies/icon-arrow-blue.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 12.5333333333vw;
    right: 2vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn a img {
    display: none;
  }
}
#iot .list2__btn__item {
  width: 50%;
  padding: 0 4px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__btn__item {
    padding: 0 0.2777777778vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn__item {
    position: absolute;
    top: 8.6666666667vw;
    right: 0;
    width: 28%;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn__item a {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn__item a::after {
    top: 2vw;
    right: 0;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn__item:nth-child(2) {
    top: 21.3333333333vw;
  }
}
#iot .list2__btn__text {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__btn__text {
    font-size: 0.8333333333vw;
    line-height: 0.9722222222vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn__text {
    font-size: 2.6666666667vw;
    line-height: 3.2vw;
    text-align: left;
  }
}
#iot .list2__btn.style1 {
  margin-top: 15px !important;
  margin-left: -12px;
  margin-right: -16px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__btn.style1 {
    margin-top: 1.0416666667vw !important;
    margin-left: -0.8333333333vw;
    margin-right: -1.1111111111vw;
  }
}
#iot .list2__btn.style2 {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 100%;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__btn.style2 {
    bottom: 1.5277777778vw;
  }
}
#iot .list2__btn2 {
  margin-top: -4px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__btn2 {
    margin-top: -0.2777777778vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn2 {
    margin-top: 0;
    position: absolute;
    top: 9.7333333333vw;
    right: 0;
    width: 36%;
  }
}
#iot .list2__btn2 li {
  display: flex;
}
@media (max-width: 767px) {
  #iot .list2__btn2 li {
    display: block;
    position: relative;
  }
}
#iot .list2__btn2 li:not(:last-child) {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  #iot .list2__btn2 li:not(:last-child) {
    margin-bottom: 2.8vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn2 li:not(:last-child) p {
    width: 26.5333333333vw;
  }
}
#iot .list2__btn2 li p {
  width: 57%;
  padding-left: 5px;
  margin: 0;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__btn2 li p {
    padding-left: 0.3472222222vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn2 li p {
    padding-left: 0;
    width: 25.7333333333vw;
  }
}
#iot .list2__btn2 li a {
  width: 43%;
  margin-left: 8px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2__btn2 li a {
    padding-left: 0.5555555556vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn2 li a {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    margin-left: 0;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn2 li a::after {
    content: "";
    width: 2.5333333333vw;
    height: 4vw;
    background: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/case-studies/icon-arrow-pink.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 2vw;
    right: 1.6vw;
  }
}
@media (max-width: 767px) {
  #iot .list2__btn2 li a img {
    display: none;
  }
}
#iot .list2.style1 .list2__text {
  min-height: 108px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2.style1 .list2__text {
    min-height: 7.5vw;
  }
}
#iot .list2.style1 .list2__btn {
  margin-top: 67px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2.style1 .list2__btn {
    margin-top: 4.6527777778vw;
  }
}
@media (max-width: 767px) {
  #iot .list2.style1 .list2__btn {
    margin-top: 0;
  }
}
#iot .list2.style2 .list2__item {
  margin-bottom: 33px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  #iot .list2.style2 .list2__item {
    margin-bottom: 2.2916666667vw;
  }
}
@media (max-width: 767px) {
  #iot .list2.style2 .list2__item {
    margin-bottom: 2.5333333333vw;
  }
}
#iot .case-studies3__img {
  margin-top: 3.9583333333vw;
}
@media (max-width: 767px) {
  #iot .case-studies3__img {
    margin-top: 9.6vw;
  }
}
.g-sticky-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  pointer-events: none;
  transition: opacity ease 0.3s;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-sticky-wrapper {
    bottom: 1.3888888889vw;
    right: 1.3888888889vw;
  }
}
@media (max-width: 767px) {
  .g-sticky-wrapper {
    bottom: 50%;
    right: 0;
    transform: translate(0, 50%);
  }
}
.g-sticky-wrapper.is-hidden {
  opacity: 0;
}
.g-sticky-wrapper.is-hidden .g-sticky-btn-wrapper * {
  pointer-events: none;
}
.g-sticky-wrapper .g-sticky-container {
  position: relative;
}
.g-sticky-wrapper .g-sticky-btn {
  display: block;
  margin-top: 20px;
  width: 200px;
  height: 302px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: all;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-sticky-wrapper .g-sticky-btn {
    margin-top: 1.3888888889vw;
    width: 13.8888888889vw;
    height: 20.9722222222vw;
  }
}
@media (max-width: 767px) {
  .g-sticky-wrapper .g-sticky-btn {
    width: 9.3333333333vw;
    height: 30.6666666667vw;
    opacity: 1 !important;
    margin-top: 10.4vw;
  }
}
.g-sticky-wrapper .btn-text {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1440px) and (min-width: 768px) {
  .g-sticky-wrapper .btn-text {
    bottom: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  .g-sticky-wrapper .btn-text {
    width: 26.6666666667vw;
    height: 6.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 6.6666666667vw;
    bottom: 1.8666666667vw;
  }
}
@media (max-width: 767px) {
  #iot .g-sticky-wrapper .btn-text {
    bottom: 1.0666666667vw;
  }
}
.g-sticky-wrapper .g-sticky-btn-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .g-sticky-wrapper .g-sticky-btn-wrapper a {
    pointer-events: all;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    right: 3.0666666667vw;
    opacity: 1 !important;
  }
  .g-sticky-wrapper .g-sticky-btn-wrapper .g-sticky-btn {
    transform: translate(105%, 0);
  }
  .g-sticky-wrapper .g-sticky-btn-wrapper .g-sticky-btn-open {
    height: 100%;
    width: auto;
    max-width: none !important;
  }
  .g-sticky-wrapper .g-sticky-btn-wrapper .btn-close {
    position: absolute;
    top: -0.6666666667vw;
    right: 3.0666666667vw;
    width: 4.1599999999vw;
    height: 4.1599999999vw;
    background: url("/content/dam/nttcom/hq/jp/business/lp/iot/img/sp-btn-sticky-close.png") no-repeat center/contain;
    transform: translate(0, -100%);
    pointer-events: all;
  }
  .g-sticky-wrapper .g-sticky-btn-wrapper.is-closed a {
    right: 0;
    transform: translate(100%, 0);
  }
  .g-sticky-wrapper .g-sticky-btn-wrapper.is-closed .btn-close {
    display: none;
  }
  .g-sticky-wrapper .g-sticky-btn-wrapper.is-closed .g-sticky-btn {
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .g-sticky-wrapper .g-sticky-btn-wrapper--5g .btn-text {
    bottom: 1.3333333333vw !important;
  }
}