@charset "UTF-8";
/*日本語*/
body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "YuGothic", "Yu Gothic", "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  background-image: url(/svcsol/campaign/images/iot-industry-f_202401/bg01_pc.png);
  background-position: left 98px;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  body {
    background: none;
  }
}
body:before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/svcsol/campaign/images/iot-industry-f_202401/bg01_pc.png);
  background-position: center top;
}
@media screen and (max-width: 767px) {
  body:before {
    background-image: url(/svcsol/campaign/images/iot-industry-f_202401/bg01_sp.png);
  }
}

@media screen and (min-width: 769px) {
  body {
    min-width: 0;
  }
}
.contents202401 {
  width: 100%;
  padding-top: 80px;
  /*------------------------------------------------------------

  アニメーション

  -------------------------------------------------------------*/
  /* MV上で、下からフェード */
  /* フェードイン */
  /* フェードアウト */
  /* 下からフェード */
  /* 上からフェード */
  /* 左からフェード */
  /* 右からフェード */
  /*-----------------------------------------------

  header

  -------------------------------------------------*/
  /*-----------------------------------------------

  MV

  -------------------------------------------------*/
  /*------------------------------------------------------------

  conversion

  -------------------------------------------------------------*/
  /*-----------------------------------------------

  コンテンツラッパー

  -------------------------------------------------*/
  /*-----------------------------------------------

  各セクション見出しとリード

  -------------------------------------------------*/
  /*------------------------------------------------------------

  voice

  -------------------------------------------------------------*/
  /*------------------------------------------------------------

  problem

  -------------------------------------------------------------*/
  /*------------------------------------------------------------

  solution

  -------------------------------------------------------------*/
  /*------------------------------------------------------------

  case

  -------------------------------------------------------------*/
  /*------------------------------------------------------------

  faq

  -------------------------------------------------------------*/
  /*------------------------------------------------------------

  flow

  -------------------------------------------------------------*/
  /*------------------------------------------------------------

  footer

  -------------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  .contents202401 {
    padding-top: 15.3846153846vw;
  }
}
.contents202401 * {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents202401 br {
  line-height: 1;
}
.contents202401 a,
.contents202401 a:link,
.contents202401 a:visited,
.contents202401 a:hover,
.contents202401 a:active {
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .contents202401 .pc-br,
  .contents202401 .is-pc {
    display: none;
  }
}
.contents202401 .sp-br,
.contents202401 .is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents202401 .sp-br,
  .contents202401 .is-sp {
    display: block;
  }
}
.contents202401 .nowrap {
  white-space: nowrap;
}
.contents202401 a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .contents202401 a[href^="tel:"] {
    pointer-events: none;
  }
}
.contents202401 .animate01-switch,
.contents202401 .animate02-switch,
.contents202401 .animate-image2 {
  opacity: 0;
}
.contents202401 .fadeIn, .contents202401 .fadeInUp, .contents202401 .fadeInUpMV, .contents202401 fadeInUpMV02, .contents202401 .fadeInDown, .contents202401 .fadeInLeft, .contents202401 .fadeInRight {
  opacity: 0;
}
.contents202401 .text-animation {
  -webkit-background-clip: text;
          background-clip: text;
  background-repeat: no-repeat;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  background-size: 0 100%;
  background-position: left top;
}
.contents202401 .text-animation.is-browser-in {
  -webkit-animation: textAnimation 0.4s linear 0.4s forwards;
          animation: textAnimation 0.4s linear 0.4s forwards;
}
@-webkit-keyframes textAnimation {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes textAnimation {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.contents202401 .fadeInUpMV {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeInUpMV;
          animation-name: fadeInUpMV;
  visibility: visible !important;
  position: inherit;
}
@-webkit-keyframes fadeInUpMV {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUpMV {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.contents202401 .fadeInUpMV02 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-name: fadeInUpMV02;
          animation-name: fadeInUpMV02;
  visibility: visible !important;
  position: absolute;
}
@-webkit-keyframes fadeInUpMV02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUpMV02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.contents202401 .fadeIn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contents202401 .fadeOut {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contents202401 .fadeInUp {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
  position: inherit;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.contents202401 .fadeInDown {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.contents202401 .fadeInLeft {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .contents202401 .fadeInLeft {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    visibility: visible !important;
    position: inherit;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0%, 0);
            transform: translate3d(-10%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
            transform: translate3d(0%, 0%, 0);
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0%, 0);
            transform: translate3d(-10%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
            transform: translate3d(0%, 0%, 0);
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.contents202401 .fadeInRight {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  visibility: visible !important;
}
@media screen and (max-width: 767px) {
  .contents202401 .fadeInRight {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    visibility: visible !important;
    position: inherit;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
@-webkit-keyframes fadeInRight02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
            transform: translate3d(15%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
@keyframes fadeInRight02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
            transform: translate3d(15%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  @media screen and (max-width: 767px) {
    0% {
      opacity: 0;
      -webkit-transform: translateY(15%);
              transform: translateY(15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.contents202401 .fadeInLeft.is-delay1,
.contents202401 .fadeInUp.is-delay1 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.contents202401 .fadeInLeft.is-delay2,
.contents202401 .fadeInUp.is-delay2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.contents202401 .fadeInLeft.is-delay3,
.contents202401 .fadeInUp.is-delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.contents202401 .fadeInLeft.is-delay4,
.contents202401 .fadeInUp.is-delay4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.contents202401 .fadeInLeft.is-delay5,
.contents202401 .fadeInUp.is-delay5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.contents202401 .fadeInLeft.is-delay6,
.contents202401 .fadeInUp.is-delay6 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.contents202401 .fadeInLeft.is-delay7,
.contents202401 .fadeInUp.is-delay7 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.contents202401 .fadeInLeft.is-delay8,
.contents202401 .fadeInUp.is-delay8 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.contents202401 .fadeInLeft.is-delay9,
.contents202401 .fadeInUp.is-delay9 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.contents202401 header {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
}
.contents202401 .header-nav {
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0 22px;
  background: #000;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  jusitify-content: space-between;
  border-bottom: 4px solid #d7093a;
}
@media screen and (max-width: 1200px) {
  .contents202401 .header-nav {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .header-nav {
    height: 15.3846153846vw;
    margin: 0;
    padding: 0;
  }
}
.contents202401 .header-logo-content {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .contents202401 .header-logo-content {
    width: 30.83%;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .header-logo-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .header-logo-image {
    padding: 0 0 0 4.1025641026vw;
    width: 19.2307692308vw;
  }
}
.contents202401 .header-logo-image img {
  width: 54px;
}
@media screen and (max-width: 767px) {
  .contents202401 .header-logo-image img {
    width: 9.7435897436vw;
    padding-top: 2.0512820513vw;
  }
}
.contents202401 .header-logo-catch {
  padding: 0 0 5px 45px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .contents202401 .header-logo-catch {
    padding: 0 2% 0 3.75%;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .header-logo-catch {
    width: 80.7692307692vw;
    padding: 0;
    font-size: 3.3333333333vw;
  }
}
.contents202401 .header-link {
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .contents202401 .header-link {
    width: 69.17%;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .header-link {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .header-link.is-open .header-link-inner {
    display: block;
  }
}
.contents202401 .sp-header-switch {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents202401 .sp-header-switch {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
}
.contents202401 .sp-header-switch span {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 5.1282051282vw;
}
.contents202401 .sp-header-switch span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-top: 0.5128205128vw solid #d7083c;
}
.contents202401 .sp-header-switch span.is-bar-middle {
  top: 7.1794871795vw;
}
.contents202401 .sp-header-switch span.is-bar-bottom {
  top: 9.2307692308vw;
}
.contents202401 .header-link-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contents202401 .header-link-inner {
    display: none;
    height: auto;
    position: absolute;
    z-index: 1000;
    background: #000;
    width: 100%;
    left: 0;
    top: 15.3846153846vw;
    padding: 14.8717948718vw 0 24.358974359vw;
  }
}
.contents202401 .header-link-anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contents202401 .header-link-anchor-list {
    display: block;
  }
}
.contents202401 .header-link-anchor-item {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents202401 .header-link-anchor-item {
    font-size: 4.1025641026vw;
    text-align: center;
  }
}
.contents202401 .header-link-anchor-item a {
  position: relative;
  color: #fff;
}
.contents202401 .header-link-anchor-item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 1px solid #fff;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.contents202401 .header-link-anchor-item a:hover:after {
  width: 100%;
}
.contents202401 .header-link-anchor-item + .header-link-anchor-item {
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  .contents202401 .header-link-anchor-item + .header-link-anchor-item {
    padding-left: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .header-link-anchor-item + .header-link-anchor-item {
    padding-top: 7.6923076923vw;
    padding-left: 0;
  }
}
.contents202401 .header-link-btn {
  padding: 0 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .header-link-btn {
    padding: 10.2564102564vw 0 0;
    width: 43.5897435897vw;
    margin: 0 auto;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .header-link-btn a {
  position: relative;
  z-index: 1;
  display: block;
}
.contents202401 .header-link-btn .is-icon {
  position: absolute;
  z-index: 10;
  display: block;
  width: 14px;
  height: 14px;
  right: 16px;
  top: calc(50% - 7px);
}
.contents202401 .header-link-btn .is-icon path {
  -webkit-transition: stroke ease 0.4s;
  transition: stroke ease 0.4s;
}
.contents202401 .header-link-btn .is-text {
  display: block;
  width: 220px;
  height: 44px;
  border-radius: 24px/50%;
  background: #d7083c;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: color ease 0.4s, background ease 0.4s;
  transition: color ease 0.4s, background ease 0.4s;
}
@media screen and (min-width: 768px) {
  .contents202401 .header-link-btn .is-text {
    -webkit-transition: background ease 0.4s, color ease 0.4s;
    transition: background ease 0.4s, color ease 0.4s;
  }
}
.contents202401 .header-link-btn.bg-white .is-text {
  background: #fff;
  border: 2px solid #d7083c;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #d7083b;
}
.contents202401 .header-link-btn.bg-white .is-text:before, .contents202401 .header-link-btn.bg-white .is-text:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d7083c;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contents202401 .header-link-btn.bg-white .is-text:before {
  opacity: 0.5;
}
.contents202401 .header-link-btn.bg-white .is-text:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .contents202401 .header-link-btn.bg-white a:hover .is-icon path {
    stroke: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  .contents202401 .header-link-btn.bg-white a:hover .is-text {
    color: #fff;
  }
  .contents202401 .header-link-btn.bg-white a:hover .is-text:before, .contents202401 .header-link-btn.bg-white a:hover .is-text:after {
    top: 0;
  }
}
.contents202401 .header-link-btn.bg-red {
  padding-left: 12px;
}
.contents202401 .header-link-btn.bg-red .is-text {
  border: 2px solid #d7083c;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contents202401 .header-link-btn.bg-red .is-text:before, .contents202401 .header-link-btn.bg-red .is-text:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contents202401 .header-link-btn.bg-red .is-text:before {
  opacity: 0.5;
}
.contents202401 .header-link-btn.bg-red .is-text:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .contents202401 .header-link-btn.bg-red a:hover .is-icon path {
    stroke: rgb(215, 8, 60);
  }
}
@media screen and (min-width: 768px) {
  .contents202401 .header-link-btn.bg-red a:hover .is-text {
    background: #d7083c;
    color: #d7083b;
  }
  .contents202401 .header-link-btn.bg-red a:hover .is-text:before, .contents202401 .header-link-btn.bg-red a:hover .is-text:after {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .is-sp-erase {
    display: none;
  }
}
.contents202401 .screen {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.5);
}
.contents202401 .mv {
  width: 100%;
  height: 550px;
  position: relative;
  background: url(/svcsol/campaign/images/iot-industry-f_202401/mv02_pc.png) repeat-x center top;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv {
    background: url(/svcsol/campaign/images/iot-industry-f_202401/mv02_sp.png) no-repeat center top;
    background-size: 100%;
    height: auto;
    height: 135.8974358974vw;
  }
}
.contents202401 .mv-image {
  width: 100%;
  height: 550px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-image {
    background: #f7f7f7;
  }
}
.contents202401 .mv-image img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-image img {
    height: auto;
    max-width: 100%;
  }
}
.contents202401 .mv-content-box {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-content-box {
    padding: 0;
  }
}
.contents202401 .mv-content-box .l-wrap {
  height: 100%;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-content-box .l-wrap {
    padding: 7.1794871795vw 0 0;
  }
}
.contents202401 .mv-info-wrap {
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-info-wrap {
    width: 100%;
    padding: 0;
  }
}
.contents202401 .mv-headline {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-headline {
    padding: 0 9.2307692308vw;
    font-size: 7.6923076923vw;
  }
}
.contents202401 .mv-headline span {
  display: inline-block;
  background: #fff;
  padding: 10px;
  margin: 0 0 20px;
  font-size: 20px;
  color: #003a8e;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-headline span {
    padding: 2.0512820513vw;
    margin-bottom: 5.1282051282vw;
    font-size: 3.5897435897vw;
    line-height: 1.5;
  }
}
.contents202401 .mv-headline b {
  color: #d7083b;
  font-weight: 700;
}
.contents202401 .mv-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 44px 0 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-link-list {
    padding: 6.1538461538vw 6.1538461538vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contents202401 .mv-link-item {
  width: 27.5%;
  min-width: 330px;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-link-item {
    width: 100%;
    min-width: 0;
    padding: 0 4.1025641026vw;
  }
}
.contents202401 .mv-link-item.is-single {
  width: 34.5%; /*単独ボタンのとき*/
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-link-item.is-single {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-link-item.is-single .is-icon {
    right: 6.1538461538vw;
  }
}
.contents202401 .mv-link-item + .mv-link-item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-link-item + .mv-link-item {
    margin-left: 0;
    margin-top: 3.0769230769vw;
  }
}
.contents202401 .mv-link-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.contents202401 .mv-link-item .is-icon {
  position: absolute;
  z-index: 10;
  display: block;
  width: 14px;
  height: 14px;
  right: 36px;
  top: calc(50% - 7px);
}
.contents202401 .mv-link-item .is-icon path {
  -webkit-transition: stroke ease 0.4s;
  transition: stroke ease 0.4s;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-link-item .is-icon {
    width: 16px;
    right: 9.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-link-item .is-icon svg {
    width: 100%;
  }
}
.contents202401 .mv-link-item .is-text {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 80px;
  border-radius: 36px/50%;
  font-size: 20px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-link-item .is-text {
    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;
    border-radius: 8.2051282051vw/50%;
    height: 15.3846153846vw;
    font-size: 3.5897435897vw;
    line-height: 1.3;
    text-align: center;
  }
}
.contents202401 .mv-link-item .is-text:before, .contents202401 .mv-link-item .is-text:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contents202401 .mv-link-item .is-text:before {
  opacity: 0.5;
}
.contents202401 .mv-link-item .is-text:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.contents202401 .mv-link-item.is-contact .is-text {
  border: 2px solid #d7083c;
  background: #fff;
  color: #d7083b;
}
.contents202401 .mv-link-item.is-contact .is-text:before, .contents202401 .mv-link-item.is-contact .is-text:after {
  /*扇風
  				width:200%;
  				height:300%;
  				top:100%;
  				left:-50%;
  				transform:rotate(0);
  				transform-origin:right bottom;
  */
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #d7083c;
}
@media screen and (min-width: 768px) {
  .contents202401 .mv-link-item.is-contact a:hover .is-icon path {
    stroke: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  .contents202401 .mv-link-item.is-contact a:hover .is-text {
    color: #fff;
  }
  .contents202401 .mv-link-item.is-contact a:hover .is-text:before, .contents202401 .mv-link-item.is-contact a:hover .is-text:after {
    top: 0;
  }
}
.contents202401 .mv-link-item.is-download .is-text {
  border: 2px solid #d7093a;
  background: #d7083c;
  color: #fff;
}
.contents202401 .mv-link-item.is-download .is-text:before, .contents202401 .mv-link-item.is-download .is-text:after {
  width: 100%;
  height: 100%;
  background: #fff;
  top: -100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .contents202401 .mv-link-item.is-download a:hover .is-icon path {
    stroke: rgb(215, 8, 60);
  }
}
@media screen and (min-width: 768px) {
  .contents202401 .mv-link-item.is-download a:hover .is-text {
    color: #d7083b;
  }
  .contents202401 .mv-link-item.is-download a:hover .is-text:before, .contents202401 .mv-link-item.is-download a:hover .is-text:after {
    top: 0;
  }
}
.contents202401 .mv-float-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-float-box {
    display: none;
  }
}
.contents202401 .mv-float-image {
  position: absolute;
  z-index: 1;
  left: 53%;
  top: 130px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contents202401 .mv-float-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: -38.9743589744vw;
    text-align: center;
  }
}
.contents202401 .mv-float-image img {
  width: 627px;
}
.contents202401 .conversion {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 120px 0 60px;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion {
    padding: 18.4615384615vw 0 20.5128205128vw;
  }
}
@media screen and (min-width: 1920px) {
  .contents202401 .conversion {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .contents202401 .conversion.convAnimation .conversion-download-box {
    -webkit-animation: convAnimation 0.4s linear 0.4s forwards;
            animation: convAnimation 0.4s linear 0.4s forwards;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion.convAnimation .conversion-download-box {
    -webkit-animation: convAnimation_sp 0.4s linear 0.4s forwards;
            animation: convAnimation_sp 0.4s linear 0.4s forwards;
  }
}
@-webkit-keyframes convAnimation {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: -50px;
    opacity: 1;
  }
}
@keyframes convAnimation {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: -50px;
    opacity: 1;
  }
}
@-webkit-keyframes convAnimation_sp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes convAnimation_sp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contents202401 .l-conversion-inner {
  width: 100%;
  min-height: 335px;
  padding: 55px 0;
  background: #b9002e;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents202401 .l-conversion-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    min-height: 0;
    padding: 14.358974359vw 6.1538461538vw 13.3333333333vw;
    border-radius: 5.1282051282vw;
  }
}
.contents202401 .l-conversion-inner.is-revise2024 {
  background: url(/svcsol/campaign/images/iot-industry-f_202401/conv_pc_bg.jpg) no-repeat center center;
  height: 343px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contents202401 .l-conversion-inner.is-revise2024 {
    background: #b9002e url(/svcsol/campaign/images/iot-industry-f_202401/conv_sp_bg.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 0 6.1538461538vw 10.2564102564vw;
    height: auto;
  }
}
.contents202401 .l-conversion-inner.is-revise2024 .conversion-contact {
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .l-conversion-inner.is-revise2024 .conversion-contact {
    padding-top: 64.1025641026vw;
  }
}
.contents202401 .l-conversion-inner.is-revise2024 .conversion-contact-headline {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .l-conversion-inner.is-revise2024 .conversion-contact-headline {
    font-size: 6.1538461538vw;
  }
}
.contents202401 .l-conversion-inner.is-revise2024 .conversion-contact-btn {
  width: 410px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .l-conversion-inner.is-revise2024 .conversion-contact-btn {
    width: 100%;
    padding-top: 6.1538461538vw;
  }
}
.contents202401 .conversion-contact {
  width: 63%;
  padding-left: 8%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-contact {
    width: 100%;
    padding-left: 0;
  }
}
.contents202401 .conversion-contact-headline {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-contact-headline {
    font-size: 5.1282051282vw;
    text-align: center;
  }
}
.contents202401 .conversion-contact-headline span {
  display: block;
  margin-bottom: 28px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-contact-headline span {
    margin-bottom: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .conversion-contact-headline em {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-contact-headline em {
    margin-bottom: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .conversion-contact-catch {
  padding: 24px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-contact-catch {
    display: none;
  }
}
.contents202401 .conversion-contact-catch span {
  display: inline-block;
  position: relative;
  padding: 0 24px;
}
.contents202401 .conversion-contact-catch span:before, .contents202401 .conversion-contact-catch span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 16px;
  height: 0;
  border-top: 3px solid #fff;
}
.contents202401 .conversion-contact-catch span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.contents202401 .conversion-contact-catch span:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.contents202401 .conversion-contact-btn {
  width: 300px;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-contact-btn {
    width: 100%;
    padding: 5.1282051282vw 0 0;
  }
}
.contents202401 .conversion-contact-btn a {
  position: relative;
  z-index: 1;
  display: block;
}
.contents202401 .conversion-contact-btn .is-icon {
  position: absolute;
  z-index: 10;
  display: block;
  width: 14px;
  height: 14px;
  right: 30px;
  top: calc(50% - 7px);
}
.contents202401 .conversion-contact-btn .is-icon path {
  -webkit-transition: stroke ease 0.4s;
  transition: stroke ease 0.4s;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-contact-btn .is-icon {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    right: 6.1538461538vw;
    top: calc(50% - 1.7948717949vw);
  }
}
.contents202401 .conversion-contact-btn .is-text {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  border-radius: 32px/50%;
  background: #000;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-contact-btn .is-text {
    border-radius: 7.1794871795vw/50%;
    font-size: 4.1025641026vw;
    padding-right: 2.0512820513vw;
  }
}
.contents202401 .conversion-contact-btn .is-text:before, .contents202401 .conversion-contact-btn .is-text:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  /*扇風
  			width:200%;
  			height:300%;
  			top:150%;
  			left:-50%;
  			transform:rotate(0);
  			transform-origin:center top;
  */
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contents202401 .conversion-contact-btn .is-text:before {
  opacity: 0.5;
}
.contents202401 .conversion-contact-btn .is-text:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .contents202401 .conversion-contact-btn a:hover .is-icon path {
    stroke: rgb(0, 0, 0);
  }
}
@media screen and (min-width: 768px) {
  .contents202401 .conversion-contact-btn a:hover .is-text {
    color: #000;
  }
  .contents202401 .conversion-contact-btn a:hover .is-text:before, .contents202401 .conversion-contact-btn a:hover .is-text:after {
    top: 0;
  }
}
.contents202401 .conversion-download-box {
  position: absolute;
  z-index: 1;
  width: 30.416%;
  min-height: 420px;
  right: 8%;
  top: -50px;
  background: #fff url(/svcsol/campaign/images/iot-industry-f_202401/bg_conv_dl.png) no-repeat center top;
  border-radius: 20px;
  padding: 80px 0 0;
  overflow: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-box {
    position: relative;
    min-height: 0;
    right: auto;
    top: auto;
    width: 100%;
    background: #fff url(/svcsol/campaign/images/iot-industry-f_202401/bg_conv_dl_sp.png) no-repeat center top;
    background-size: 100% auto;
    border-radius: 5.1282051282vw;
    padding: 16.4102564103vw 0 0;
    margin-top: 12.3076923077vw;
  }
}
.contents202401 .conversion-download-content {
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 24px), #bece4f calc(100% - 24px));
  padding: 80px 0 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-content {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#bece4f));
    background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 7.1794871795vw), #bece4f calc(100% - 7.1794871795vw));
    padding: 15.3846153846vw 0 3.0769230769vw;
  }
}
.contents202401 .conversion-download-catch {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  left: calc(50% - 60px);
  top: -68px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-catch {
    width: 21.5384615385vw;
    height: 21.5384615385vw;
    left: calc(50% - 10.7692307692vw);
    top: -10.7692307692vw;
  }
}
.contents202401 .conversion-download-catch:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: calc(50% - 50px);
  bottom: 6px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-catch:before {
    left: calc(50% - 10.7692307692vw);
    bottom: 1.0256410256vw;
    width: 21.5384615385vw;
    height: 21.5384615385vw;
  }
}
.contents202401 .conversion-download-catch span {
  display: block;
  padding-top: 28px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #d7083b;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-catch span {
    padding-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
}
.contents202401 .conversion-download-catch img {
  margin: 10px 0 0 4px;
  width: 36px;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-catch img {
    margin: 2.0512820513vw 0 0 1.0256410256vw;
    width: 7.6923076923vw;
  }
}
.contents202401 .conversion-download-headline {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #d7083b;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-headline {
    font-size: 4.6153846154vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.contents202401 .conversion-download-text {
  padding: 0 32px 8px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-text {
    padding: 0 9.2307692308vw 11.2820512821vw;
    font-size: 3.5897435897vw;
    letter-spacing: 0.075em;
  }
}
.contents202401 .conversion-download-text + .conversion-download-btn {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-text + .conversion-download-btn {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.contents202401 .conversion-download-btn {
  padding: 0 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-btn {
    padding: 5.1282051282vw 6.1538461538vw 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .conversion-download-btn + .conversion-download-text {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-btn + .conversion-download-text {
    padding-top: 0;
  }
}
.contents202401 .conversion-download-btn a {
  position: relative;
  z-index: 1;
  display: block;
}
.contents202401 .conversion-download-btn .is-icon {
  position: absolute;
  z-index: 10;
  display: block;
  width: 14px;
  height: 14px;
  right: 30px;
  top: calc(50% - 7px);
}
.contents202401 .conversion-download-btn .is-icon path {
  -webkit-transition: stroke ease 0.4s;
  transition: stroke ease 0.4s;
}
.contents202401 .conversion-download-btn .is-text {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 64px;
  border: 2px solid #d7083c;
  border-radius: 30px/50%;
  color: #d7083b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .contents202401 .conversion-download-btn .is-text {
    height: 14.358974359vw;
    border-radius: 7.6923076923vw/50%;
    line-height: 13.3333333333vw;
  }
}
.contents202401 .conversion-download-btn .is-text:before, .contents202401 .conversion-download-btn .is-text:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d7083c;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contents202401 .conversion-download-btn .is-text:before {
  opacity: 0.5;
}
.contents202401 .conversion-download-btn .is-text:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .contents202401 .conversion-download-btn a:hover .is-icon path {
    stroke: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  .contents202401 .conversion-download-btn a:hover .is-text {
    color: #fff;
  }
  .contents202401 .conversion-download-btn a:hover .is-text:before, .contents202401 .conversion-download-btn a:hover .is-text:after {
    top: 0;
  }
}
.contents202401 .l-wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 1220px) {
  .contents202401 .l-wrap {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .l-wrap {
    padding: 0 3.0769230769vw;
  }
}
.contents202401 .section-headline {
  font-size: 36px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .contents202401 .section-headline {
    font-size: 6.1538461538vw;
  }
}
.contents202401 .section-headline span {
  display: block;
  margin: 0 0 20px;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #ccc;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .contents202401 .section-headline span {
    margin: 0 0 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
}
.contents202401 .section-headline b {
  font-weight: 700;
  color: #d7083b;
}
.contents202401 .section-headline small {
  font-size: 24px;
  color: #d7083b;
}
@media screen and (max-width: 767px) {
  .contents202401 .section-headline small {
    display: inline-block;
    margin-bottom: 5.1282051282vw;
    font-size: 4.6153846154vw;
    line-height: 1.2;
  }
}
.contents202401 .section-lead {
  padding: 50px 8.333% 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .section-lead {
    padding: 8.2051282051vw 0 0;
  }
}
.contents202401 .section-lead .is-text {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .contents202401 .section-lead .is-text {
    font-size: 4.1025641026vw;
  }
}
.contents202401 .section-lead .is-annotation {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents202401 .section-lead .is-annotation {
    padding-top: 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
}
.contents202401 .voice {
  width: 100%;
  position: relative;
  padding: 100px 40px 120px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice {
    padding: 0 3.0769230769vw 20.5128205128vw;
  }
}
.contents202401 .voice .section-headline {
  position: relative;
  z-index: 3;
  text-align: left;
  padding: 0 8.333%;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice .section-headline {
    padding: 0;
  }
}
.contents202401 .voice-list {
  width: 100%;
  padding: 56px 8.333% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 13.3333333333vw 0 0;
  }
}
.contents202401 .voice-item {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 5px 8px 14px 2px rgba(1, 1, 1, 0.1);
          box-shadow: 5px 8px 14px 2px rgba(1, 1, 1, 0.1);
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item {
    width: 100%;
  }
}
.contents202401 .voice-item:nth-of-type(1) .voice-item-headline {
  background: #d7083c;
}
.contents202401 .voice-item:nth-of-type(1) .voice-item-legend .is-text.is-l1:before {
  background-color: #d7083b;
}
.contents202401 .voice-item:nth-of-type(1) .voice-item-legend .is-text.is-l2:before {
  background-color: #9b002c;
}
.contents202401 .voice-item:nth-of-type(1) .voice-item-legend .is-text.is-l3:before {
  background: url(/svcsol/campaign/images/iot-industry-f_202401/marker_graph.svg) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item:nth-of-type(1) .voice-item-legend .is-text.is-l3:before {
    background: url(/svcsol/campaign/images/iot-industry-f_202401/marker_graph.svg) no-repeat center center;
    background-size: 3.8461538462vw auto;
  }
}
.contents202401 .voice-item:nth-of-type(1) .voice-item-legend .is-text.is-l4:before {
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item:nth-of-type(2) {
    margin-top: 5.1282051282vw;
  }
}
.contents202401 .voice-item:nth-of-type(2) .voice-item-headline {
  background: #1f67bf;
}
.contents202401 .voice-item:nth-of-type(2) .voice-item-legend .is-text.is-l1:before {
  background-color: #c2cc3e;
}
.contents202401 .voice-item:nth-of-type(2) .voice-item-legend .is-text.is-l2:before {
  background-color: #1f67bf;
}
.contents202401 .voice-item:nth-of-type(2) .voice-item-legend .is-text.is-l3:before {
  background-color: #c8dfed;
}
.contents202401 .voice-item:nth-of-type(2) .voice-item-legend .is-text.is-l4:before {
  background-color: #fff;
  border: 1px solid #000;
}
.contents202401 .voice-item-headline {
  background: #000;
  min-height: 130px;
  padding: 20px 36px 20px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item-headline {
    min-height: 0;
    padding: 5.1282051282vw 4.1025641026vw 5.1282051282vw 14.358974359vw;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .voice-item-headline:after {
  content: "Q";
  display: block;
  position: absolute;
  left: 40px;
  top: calc(50% - 20px);
  font-size: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item-headline:after {
    left: 6.1538461538vw;
    top: calc(50% - 3.0769230769vw);
    font-size: 6.1538461538vw;
  }
}
.contents202401 .voice-item-image {
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item-image {
    padding-top: 6.1538461538vw;
  }
}
.contents202401 .voice-item-image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item-image img {
    width: 51.7948717949vw;
  }
}
.contents202401 .voice-item-annotation {
  padding: 0 40px;
  margin-top: -10px;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item-annotation {
    padding: 0 6.1538461538vw;
    margin-top: 2.0512820513vw;
    font-size: 3.5897435897vw;
  }
}
.contents202401 .voice-item-legend {
  margin: 28px 40px 0;
  padding: 25px 0 40px;
  border-top: 1px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item-legend {
    margin: 4.1025641026vw 6.1538461538vw 0;
    padding: 4.1025641026vw 0 10.2564102564vw;
  }
}
.contents202401 .voice-item-legend .is-text {
  padding-left: 32px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item-legend .is-text {
    padding-left: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}
.contents202401 .voice-item-legend .is-text + .is-text {
  margin-top: 0.4em;
}
.contents202401 .voice-item-legend .is-text b {
  font-weight: 700;
}
.contents202401 .voice-item-legend .is-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents202401 .voice-item-legend .is-text:before {
    top: 1.0256410256vw;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}
.contents202401 .problem {
  width: 100%;
  position: relative;
  padding: 100px 40px 60px;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem {
    padding: 20.5128205128vw 3.0769230769vw 20.5128205128vw;
  }
}
.contents202401 .problem:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: calc(100% - 30px);
  margin-left: -180px;
  border: 180px solid transparent;
  border-top: 60px solid #d7083c;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem:after {
    top: calc(100% - 6.1538461538vw);
    margin-left: -25.641025641vw;
    border: 25.641025641vw solid transparent;
    border-top: 9.2307692308vw solid #d7083c;
  }
}
.contents202401 .problem-list-wrap {
  width: 100%;
  min-height: 460px;
  margin-top: 68px;
  padding: 0 8.333%;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem-list-wrap {
    min-height: 0;
    margin-top: 8.2051282051vw;
    padding: 0;
  }
}
.contents202401 .problem-list {
  width: 100%;
  height: 100%;
  padding: 36px 8.333% 36px 50%;
  background: #fff url(/svcsol/campaign/images/iot-industry-f_202401/illust_problem.svg) no-repeat 120px center;
  background-size: 264px auto;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 5px 8px 14px 2px rgba(1, 1, 1, 0.1);
          box-shadow: 5px 8px 14px 2px rgba(1, 1, 1, 0.1);
}
@media screen and (max-width: 767px) {
  .contents202401 .problem-list {
    padding: 70.7692307692vw 3.0769230769vw 10.2564102564vw;
    background: #fff url(/svcsol/campaign/images/iot-industry-f_202401/illust_problem.svg) no-repeat center 10.2564102564vw;
    background-size: 41.5384615385vw auto;
    border-radius: 5.1282051282vw;
  }
}
.contents202401 .problem-item {
  width: 100%;
  background: #f7f7f7;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem-item {
    border-radius: 2.5641025641vw;
  }
}
.contents202401 .problem-item + .problem-item {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem-item + .problem-item {
    margin-top: 2.0512820513vw;
  }
}
.contents202401 .problem-item:after {
  content: "";
  display: block;
  position: absolute;
  right: 99.9%;
  top: 50%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 20px solid #f7f7f7;
  width: 0;
  height: 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem-item:after {
    display: none;
  }
}
.contents202401 .problem-item-content {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem-item-content {
    padding: 5.1282051282vw 6.1538461538vw;
  }
}
.contents202401 .problem-item-content dt {
  font-size: 18px;
  font-weight: 700;
  color: #d7083b;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem-item-content dt {
    font-size: 3.0769230769vw;
    text-align: center;
  }
}
.contents202401 .problem-item-content dd {
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem-item-content dd {
    padding-top: 2.0512820513vw;
  }
}
.contents202401 .problem-item-content dd .is-text {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem-item-content dd .is-text {
    font-size: 4.1025641026vw;
  }
}
.contents202401 .problem02-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem02-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contents202401 .problem02-item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem02-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .problem02-item + .problem02-item {
    margin-top: 10.2564102564vw;
  }
}
.contents202401 .problem02-item-image {
  position: relative;
  text-align: center;
}
.contents202401 .problem02-item-image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem02-item-image img {
    width: 80%;
  }
}
.contents202401 .problem02-item-headline {
  position: relative;
  z-index: 1;
  margin-top: -28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem02-item-headline {
    margin-top: -6.1538461538vw;
  }
}
.contents202401 .problem02-item-headline span {
  display: inline-block;
  width: 100%;
  background: #d7083c;
  padding: 12px 0;
  border-radius: 24px/50%;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem02-item-headline span {
    padding: 2.5641025641vw 0;
    border-radius: 6.1538461538vw/50%;
    font-size: 5.1282051282vw;
  }
}
.contents202401 .problem02-item-lead {
  padding: 16px 1em 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem02-item-lead {
    padding: 4.1025641026vw 1em 0;
  }
}
.contents202401 .problem02-item-lead .is-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contents202401 .problem02-item-lead .is-text {
    font-size: 4.1025641026vw;
  }
}
.contents202401 .solution {
  width: 100%;
  position: relative;
  padding: 110px 40px 100px;
  z-index: 1;
  background: #f7f7f7 url(/svcsol/campaign/images/iot-industry-f_202401/solution_bg_pc.png) repeat-x center top;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution {
    padding: 18.4615384615vw 0 0;
    background: #f7f7f7 url(/svcsol/campaign/images/iot-industry-f_202401/solution_bg_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .solution .section-headline {
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .solution .section-lead {
    padding-left: 3.0769230769vw;
    padding-right: 3.0769230769vw;
  }
}
.contents202401 .solution-list {
  padding: 100px 0 0;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-list {
    padding: 13.3333333333vw 3.0769230769vw 0;
  }
}
.contents202401 .solution-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contents202401 .solution-item.is-reverse .solution-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-item.is-reverse .solution-content {
    padding: 8.2051282051vw 0 0;
  }
}
.contents202401 .solution-item.is-reverse .solution-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.contents202401 .solution-item + .solution-item {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-item + .solution-item {
    margin-top: 13.3333333333vw;
  }
}
.contents202401 .solution-content {
  width: 51.66%;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 8.2051282051vw 0 0;
  }
}
.contents202401 .solution-content-catch {
  width: 184px;
  margin: 0 auto 0 37px;
  padding-left: 1em;
  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;
  height: 36px;
  border-radius: 0 20px 20px 0;
  border: 2px solid #d7083c;
  background: #fff;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #d7083b;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-content-catch {
    width: 41.0256410256vw;
    margin: 0 auto 0 9.2307692308vw;
    padding-left: 0.8em;
    height: 9.2307692308vw;
    border-radius: 0 5.1282051282vw 5.1282051282vw 0;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .solution-content-catch:before {
  counter-increment: number 1;
  content: "0" counter(number) "";
  display: block;
  position: absolute;
  z-index: 1;
  left: -36px;
  top: -2px;
  width: 72px;
  height: 36px;
  line-height: 36px;
  background: #d7083c;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-content-catch:before {
    left: -9.2307692308vw;
    width: 15.3846153846vw;
    height: 9.2307692308vw;
    line-height: 9.2307692308vw;
    border-radius: 5.1282051282vw;
  }
}
.contents202401 .solution-content-headline {
  padding: 36px 0 0;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-content-headline {
    padding: 5.1282051282vw 0 0;
    font-size: 5.1282051282vw;
    line-height: 1.5;
  }
}
.contents202401 .solution-content-lead {
  padding: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-content-lead {
    padding: 4.1025641026vw 0 0;
  }
}
.contents202401 .solution-content-lead .is-text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-content-lead .is-text {
    font-size: 4.1025641026vw;
    letter-spacing: 0.05em;
  }
}
.contents202401 .solution-content-lead .is-annotation {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-content-lead .is-annotation {
    font-size: 3.5897435897vw;
  }
}
.contents202401 .solution-image {
  width: 48.34%;
}
@media screen and (max-width: 767px) {
  .contents202401 .solution-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.contents202401 .solution-image img {
  max-width: 100%;
  border-radius: 20px;
}
.contents202401 .case {
  width: 100%;
  position: relative;
  padding: 100px 40px 120px;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contents202401 .case {
    padding: 18.4615384615vw 0 20.5128205128vw;
  }
}
.contents202401 .case-list {
  width: 100%;
  padding: 76px 0 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-list {
    padding: 10.2564102564vw 0 0;
  }
}
.contents202401 .case-item {
  width: 100%;
  background: #f7f7f7;
  padding: 60px 8.333%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item {
    padding: 10.2564102564vw 3.0769230769vw;
    border-radius: 5.1282051282vw;
  }
}
.contents202401 .case-item + .case-item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item + .case-item {
    margin-top: 10.2564102564vw;
  }
}
.contents202401 .case-item-headline {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-headline {
    font-size: 5.1282051282vw;
    letter-spacing: 0.025em;
    line-height: 1.6;
  }
}
.contents202401 .case-item-headline span {
  display: inline-block;
  margin-bottom: 20px;
  background: #d7083c;
  border-radius: 18px/50%;
  padding: 8px 1.8em;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-headline span {
    margin-bottom: 5.1282051282vw;
    border-radius: 4.6153846154vw/50%;
    padding: 2.0512820513vw 1.8em;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .case-item-content {
  border-top: 4px solid #d7083c;
  padding-top: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-content {
    border-top: none;
    padding-top: 0;
    margin: 6.1538461538vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-sp-wrap {
    margin: 0 3.0769230769vw;
    border-top: 1.0256410256vw solid #d7083c;
    padding: 6.1538461538vw 0;
    overflow-y: auto;
  }
}
.contents202401 .case-item-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-image {
    width: 300%;
  }
}
.contents202401 .case-item-image img {
  max-width: 100%;
}
.contents202401 .case-item-compare {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-compare {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10.2564102564vw;
  }
}
.contents202401 .case-item-before,
.contents202401 .case-item-after {
  width: 48%;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  -webkit-box-shadow: 5px 8px 14px 2px rgba(1, 1, 1, 0.1);
          box-shadow: 5px 8px 14px 2px rgba(1, 1, 1, 0.1);
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-before,
  .contents202401 .case-item-after {
    width: 100%;
    border-radius: 5.1282051282vw;
    padding: 10.2564102564vw 3.0769230769vw 5.1282051282vw;
  }
}
.contents202401 .case-item-before dt,
.contents202401 .case-item-after dt {
  font-size: 18px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-before dt,
  .contents202401 .case-item-after dt {
    font-size: 4.1025641026vw;
  }
}
.contents202401 .case-item-before dt span,
.contents202401 .case-item-after dt span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-before dt span,
  .contents202401 .case-item-after dt span {
    padding: 0 0.25em;
  }
}
.contents202401 .case-item-before dt span:after,
.contents202401 .case-item-after dt span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-before dt span:after,
  .contents202401 .case-item-after dt span:after {
    bottom: -1.0256410256vw;
  }
}
.contents202401 .case-item-before dd,
.contents202401 .case-item-after dd {
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-before dd,
  .contents202401 .case-item-after dd {
    padding-top: 6.1538461538vw;
  }
}
.contents202401 .case-item-before dt {
  color: #ccc;
}
.contents202401 .case-item-before dt span:after {
  border-top: 2px solid #ccc;
}
.contents202401 .case-item-before .case-item-compare-item:before {
  background: url(/svcsol/campaign/images/iot-industry-f_202401/icon_check_gray.svg) no-repeat center center;
  background-size: contain;
}
.contents202401 .case-item-after {
  border: 4px solid #d7083c;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-after {
    margin-top: 5.1282051282vw;
  }
}
.contents202401 .case-item-after:before, .contents202401 .case-item-after:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: -60px;
  top: calc(50% - 35px);
  width: 70px;
  height: 70px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-after:before, .contents202401 .case-item-after:after {
    width: 14.358974359vw;
    height: 14.358974359vw;
    left: calc(50% - 7.1794871795vw);
    top: -11.2820512821vw;
    opacity: 1;
  }
}
.contents202401 .case-item-after:before {
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 5px 8px 14px 2px rgba(1, 1, 1, 0.1);
          box-shadow: 5px 8px 14px 2px rgba(1, 1, 1, 0.1);
}
.contents202401 .case-item-after:after {
  background: url(/svcsol/campaign/images/iot-industry-f_202401/icon_arrow_red.svg) no-repeat center center;
  background-size: auto 37px;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-after:after {
    background: url(/svcsol/campaign/images/iot-industry-f_202401/icon_arrow_red.svg) no-repeat center center;
    background-size: auto 7.6923076923vw;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .contents202401 .case-item-after.fadeInUp:before, .contents202401 .case-item-after.fadeInUp:after, .contents202401 .case-item-after.fadeInLeft:before, .contents202401 .case-item-after.fadeInLeft:after {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight02;
            animation-name: fadeInRight02;
    visibility: visible !important;
  }
}
.contents202401 .case-item-after dt {
  color: #d7083b;
}
.contents202401 .case-item-after dt span:after {
  border-top: 2px solid #d7083c;
}
.contents202401 .case-item-after .case-item-compare-item:before {
  background: url(/svcsol/campaign/images/iot-industry-f_202401/icon_check_red.svg) no-repeat center center;
  background-size: contain;
}
.contents202401 .case-item-compare-list {
  width: 100%;
}
.contents202401 .case-item-compare-item {
  padding-left: 28px;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-compare-item {
    padding-left: 9.2307692308vw;
    padding-right: 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .case-item-compare-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 21px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .contents202401 .case-item-compare-item:before {
    left: 2.0512820513vw;
    top: 1.5384615385vw;
    width: 5.3846153846vw;
    height: 4.6153846154vw;
  }
}
.contents202401 .faq {
  width: 100%;
  position: relative;
  padding: 110px 40px 120px;
  background: transparent;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents202401 .faq {
    padding: 18.4615384615vw 0 20.5128205128vw;
  }
}
.contents202401 .faq-list {
  width: 800px;
  margin: 0 auto;
  padding: 60px 0 0;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .faq-list {
    width: 100%;
    padding: 13.3333333333vw 3.0769230769vw 0;
  }
}
.contents202401 .faq-item {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 5px 8px 14px 2px rgba(1, 1, 1, 0.1);
          box-shadow: 5px 8px 14px 2px rgba(1, 1, 1, 0.1);
}
@media screen and (max-width: 767px) {
  .contents202401 .faq-item {
    border-radius: 5.1282051282vw;
  }
}
.contents202401 .faq-item + .faq-item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contents202401 .faq-item + .faq-item {
    margin-top: 5.1282051282vw;
  }
}
.contents202401 .faq-content {
  width: 100%;
  padding: 36px 45px 36px 36px;
}
@media screen and (max-width: 767px) {
  .contents202401 .faq-content {
    padding: 9.2307692308vw 3.0769230769vw;
  }
}
.contents202401 .faq-content dt {
  padding-left: 50px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contents202401 .faq-content dt {
    padding: 0 3.0769230769vw 0 11.2820512821vw;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .faq-content dt:before {
  counter-increment: number 1;
  content: "Q" counter(number) "";
  display: block;
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #d7083b;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents202401 .faq-content dt:before {
    left: 2.0512820513vw;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .faq-content dd {
  padding: 16px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .contents202401 .faq-content dd {
    padding: 4.1025641026vw 3.0769230769vw 0 11.2820512821vw;
  }
}
.contents202401 .faq-content dd .is-text {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contents202401 .faq-content dd .is-text {
    font-size: 4.1025641026vw;
  }
}
.contents202401 .flow {
  width: 100%;
  position: relative;
  padding: 100px 40px 100px;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow {
    padding: 18.4615384615vw 0 0;
  }
}
.contents202401 .flow-list {
  width: 800px;
  margin: 60px auto 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow-list {
    width: 100%;
    margin-top: 11.2820512821vw;
  }
}
.contents202401 .flow-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 3.0769230769vw;
  }
}
.contents202401 .flow-item:nth-of-type(1) .flow-item-content {
  border-top: none;
}
.contents202401 .flow-item:nth-of-type(1):after {
  display: none;
}
.contents202401 .flow-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 11%;
  top: -8px;
  width: 18px;
  height: 16px;
  background: url(/svcsol/campaign/images/iot-industry-f_202401/icon_arrow_step.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow-item:after {
    left: 12%;
    top: -2.0512820513vw;
    width: 4.6153846154vw;
    height: 4.1025641026vw;
  }
}
.contents202401 .flow-item-headline {
  width: 25%;
  padding: 40px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow-item-headline {
    width: 31%;
    padding: 40px 0;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .flow-item-headline span {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #d7083b;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow-item-headline span {
    margin-bottom: 2.0512820513vw;
    font-size: 3.0769230769vw;
  }
}
.contents202401 .flow-item-content {
  width: 75%;
  padding: 40px 0;
  border-top: 1px solid #d4d4d4;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow-item-content {
    width: 69%;
    padding: 9.2307692308vw 0;
  }
}
.contents202401 .flow-item-content .flow-item-subhead {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -18px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow-item-content .flow-item-subhead {
    top: -4.1025641026vw;
  }
}
.contents202401 .flow-item-content .flow-item-subhead span {
  display: inline-block;
  width: 260px;
  height: 36px;
  padding: 0 1.3em;
  background: #bece4f;
  border-radius: 16px/50%;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow-item-content .flow-item-subhead span {
    width: 49.2307692308vw;
    height: 8.2051282051vw;
    border-radius: 4.1025641026vw/50%;
    font-size: 3.5897435897vw;
    line-height: 8.2051282051vw;
  }
}
.contents202401 .flow-item-content .is-text {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow-item-content .is-text {
    padding-left: 5.1282051282vw;
    font-size: 4.1025641026vw;
  }
}
.contents202401 .flow-item-content .is-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .contents202401 .flow-item-content .is-text:before {
    top: 2.0512820513vw;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
.contents202401 .flow-item-content .is-text + .is-text {
  margin-top: 0.8em;
}
.contents202401 .footer {
  width: 100%;
  border-top: 4px solid #d7093a;
  background: #000;
  padding: 45px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer {
    height: auto;
    padding: 10.2564102564vw 9.7435897436vw 5.1282051282vw;
  }
}
.contents202401 .footer-logo {
  position: absolute;
  top: 50px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-logo {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    text-align: left;
  }
}
.contents202401 .footer-logo img {
  width: 108px;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-logo img {
    width: 28.2051282051vw;
  }
}
.contents202401 .footer-main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .contents202401 .footer-main {
    max-width: calc(100% - 370px);
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-main {
    width: 100%;
    max-width: 100%;
  }
}
.contents202401 .footer-main-headline {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-main-headline {
    padding: 3.8461538462vw 0 0;
    font-size: 4.6153846154vw;
    line-height: 1.6;
  }
}
.contents202401 .footer-main-list {
  width: 100%;
  margin: 13px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-main-list {
    margin: 5.1282051282vw 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contents202401 .footer-main-item {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-main-item {
    padding: 0 7.6923076923vw 0 0;
    margin: 0 0 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
}
.contents202401 .footer-main-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 0;
  width: 0;
  height: 100%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-main-item:after {
    left: inherit;
    right: 3.5897435897vw;
  }
}
.contents202401 .footer-main-item:nth-of-type(1) {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-main-item:nth-of-type(1) {
    padding: 0 7.6923076923vw 0 0;
  }
}
.contents202401 .footer-main-item:nth-of-type(1):after {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-main-item:nth-of-type(1):after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-main-item:nth-of-type(3):after {
    display: none;
  }
}
.contents202401 .footer-main-item a {
  position: relative;
  padding-right: 20px;
  background: url(/svcsol/campaign/images/iot-industry-f_202401/icon_outer_white.svg) no-repeat right center;
  background-size: auto 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-main-item a {
    padding-right: 5.1282051282vw;
    background: url(/svcsol/campaign/images/iot-industry-f_202401/icon_outer_white.svg) no-repeat right center;
    background-size: auto 3.5897435897vw;
  }
}
.contents202401 .footer-main-item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 1px solid #fff;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.contents202401 .footer-main-item a:hover:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-main-item a:hover:after {
    width: 0;
  }
}
.contents202401 .footer-sub {
  width: 100%;
  padding: 0 35px 0 0;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-sub {
    padding: 8.9743589744vw 0 0;
  }
}
.contents202401 .footer-cp {
  font-size: 14px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  text-align: right;
  color: #d7083b;
}
@media screen and (max-width: 767px) {
  .contents202401 .footer-cp {
    font-size: 3.5897435897vw;
    text-align: left;
  }
}
.contents202401 .back-to-top {
  position: absolute;
  z-index: 99;
  width: 60px;
  height: 60px;
  right: 35px;
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contents202401 .back-to-top {
    width: 11.5384615385vw;
    height: 11.5384615385vw;
    right: 6.4102564103vw;
    bottom: 64.1025641026vw;
  }
}
.contents202401 .back-to-top span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d7083c;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
.contents202401 .back-to-top span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  width: 18px;
  height: 22px;
  left: calc(50% - 9px);
  top: calc(50% - 11px);
  background: url(/svcsol/campaign/images/mobile_202101/v202309_icon_arrow02.svg) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .contents202401 .back-to-top span:after {
    width: 3.5897435897vw;
    height: 5.641025641vw;
    left: calc(50% - 1.7948717949vw);
    top: calc(50% - 2.8205128205vw);
  }
}
.contents202401 .back-to-top a:hover span {
  background: #fff;
}
.contents202401 .is-no-isobs .fadeIn, .contents202401 .is-no-isobs .fadeInUp, .contents202401 .is-no-isobs .fadeInUpMV, .contents202401 .is-no-isobs .fadeInUpMV02, .contents202401 .is-no-isobs .fadeInDown, .contents202401 .is-no-isobs .fadeInLeft, .contents202401 .is-no-isobs .fadeInRight {
  opacity: 1 !important;
}
.contents202401 .is-no-isobs .animate01-switch, .contents202401 .is-no-isobs .animate02-switch, .contents202401 .is-no-isobs .animate-image2 {
  opacity: 1 !important;
}