.layout_hero-height {
  height: auto;
  overflow: hidden;
}

.layout_hero {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 250px;
  overflow: hidden;
  padding-top: 39%;
  position: relative;
}

.hero-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-background {
  position: relative;
}

.hero-image-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%;
  background: #003c62;
}
.hero-image-item.active {
  -webkit-animation: zoom 5s;
          animation: zoom 5s;
  opacity: 1;
}
.hero-image-item img {
  min-width: 636px;
  opacity: 0.4;
}

.hero-body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.hero-body .hero-text {
  font-size: 1vw;
  line-height: 1.75em;
  color: #fff;
  padding: 1vw 0 0 0;
  margin: 0;
}

.hero-message {
  color: #ffffff;
}
.hero-message span {
  display: inline-block;
  font-size: 2vw;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .hero-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 250px;
    margin: 0 0.75rem;
    position: relative;
    z-index: 1;
  }
  .hero-message span {
    font-size: 24px;
    text-align: center;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .hero-message span {
    font-size: 1.875rem;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .layout_hero-height {
    height: 374px;
    overflow: hidden;
  }
  .hero-wrap {
    height: 374px;
  }
  .hero-image-item img {
    width: 100%;
    height: auto;
  }
  .hero-body {
    margin: 0 auto;
    width: 960px;
  }
  .hero-message span {
    font-size: 2.125rem;
  }
  .fade-enter-active,
  .fade-leave-active {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .fade-enter, .fade-leave-to {
    opacity: 0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-message span {
    padding-top: 0.9375rem;
  }
}
@media screen and (max-width: 959px) {
  .hero-body {
    height: 100%;
  }
  .hero-body .hero-text {
    font-size: 16px;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 1921px) {
  .layout_hero-height {
    height: 20vw;
  }
  .hero-wrap {
    height: 20vw;
  }
  .hero-body {
    width: 60vw;
  }
  .hero-message span {
    font-size: 1.75vw;
  }
}
@media only screen and (max-width: 320px) {
  .hero-message span {
    font-size: 20px;
  }
  .hero-body .hero-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .lead {
    margin-bottom: 2.8125rem;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
  }
}
.under-hero {
  background-color: #f8fafb;
}

@media screen and (min-width: 960px) {
  .under-hero {
    position: relative;
    padding: 80px 0;
  }
  .under-hero::before {
    background: linear-gradient(240deg, #21c2c0 0%, #004ec4 100%);
    content: "";
    display: block;
    height: 15.625rem;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.section-news .news-inner {
  background-color: #ffffff;
  padding: 37px 20px 55px;
}
.section-news .headline {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(240deg, #21c2c0 0%, #004ec4 100%) 1/0 0 1px 0;
     border-image: linear-gradient(240deg, #21c2c0 0%, #004ec4 100%) 1/0 0 1px 0;
  display: inline;
  font-size: 1.5625rem;
  padding-bottom: 0.75rem;
}
.section-news .iot-information {
  margin-top: 2.75rem;
}
.section-news .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.875rem;
}
.section-news .news-item:last-child {
  margin-bottom: 0;
}
.section-news .news-date {
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 960px) {
  .section-news {
    position: relative;
  }
  .section-news .news-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 18px rgba(0, 78, 196, 0.1019607843);
            box-shadow: 0 0 18px rgba(0, 78, 196, 0.1019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 calc(50vw - 960px / 2);
    padding: 3rem 1.25rem 3rem 5.5rem;
    position: relative;
    right: 0;
    z-index: 1;
  }
  .section-news .headline-wrap {
    margin-bottom: 0;
  }
  .section-news .iot-information {
    margin: 0 0 0 5.9375rem;
    width: 686px;
  }
  .section-news .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-news .news-item .news-date {
    margin: 0 3.125rem 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-news .news-inner {
    margin: 0 0 0 25vw;
  }
  .section-news .iot-information {
    width: auto;
  }
  .section-news .news-item .news-date {
    font-size: 1vw;
  }
  .section-news .news-item a {
    font-size: 1vw;
  }
}
.section-features {
  margin: 3.125rem 20px;
}
.section-features .lead {
  padding-bottom: 2.5rem;
  margin: 0;
}
.section-features .features-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3.125rem;
}
.section-features .features-box .features-img {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.section-features .features-box:last-child {
  margin-bottom: 0;
}
.section-features .features-box p {
  font-size: 0.875rem;
  line-height: 1.8;
  max-width: 100%;
}
.section-features .features-head {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1.875rem 0;
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .section-features .features-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .section-features .features-box {
    margin: 64px 0.625rem 0;
    min-width: 290px;
    width: calc(50% - 1.875rem);
  }
}
@media screen and (min-width: 960px) {
  .section-features {
    margin: 8.635rem auto;
    width: 960px;
  }
  .section-features .features-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-features .features-box {
    margin: 64px 45px 0 0;
    width: 290px;
  }
  .section-features .features-box:last-child, .section-features .features-box:nth-child(3n) {
    margin-right: 0;
  }
  .section-features .features-img {
    height: 103px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-features {
    width: 60vw;
  }
  .section-features .features-box {
    width: calc(33.3333333333% - 40px);
  }
  .section-features .features-head {
    font-size: 1vw;
  }
  .section-features .features-box p {
    font-size: 1vw;
  }
  .section-features .lead {
    font-size: 1vw;
  }
  .section-features .features-img {
    height: 6.4375vw;
  }
}
.section-case {
  background: url(../images/top/bg_case.png) repeat center top/auto 800px, linear-gradient(240deg, #21c2c0 0%, #004ec4 100%);
  color: #ffffff;
  padding: 6.25rem 20px 2.8125rem;
}
.section-case .headline {
  color: #ffffff;
}
.section-case .case-box-head {
  font-size: 0.9375rem;
  font-weight: normal;
  padding: 20px 20px 0 20px;
}
.section-case .case-category {
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
  color: #666;
}
.section-case .case-description {
  font-weight: normal;
  margin: 0;
  padding: 10px 20px 24px 20px;
  text-decoration: none;
  font-size: 14px;
  line-height: 2em;
  color: #666;
}
.section-case .case-description a:hover {
  text-decoration: underline;
}
.section-case .case-tag a {
  border: 1px solid #a2b5d5;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.375rem;
}
.section-case .case-tag a:hover {
  text-decoration: none;
}
.section-case .case-alott {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 2.8125rem 0 3.5625rem;
}
.section-case .case-alott a {
  color: #ffffff;
}
.section-case .case-alott .case-description {
  font-size: 1.0625rem;
}
.section-case .case-alott .case-tag a {
  border-color: #ffffff;
}
.section-case .case-alott .case-tag a:hover {
  background-color: #0c6f9f;
}
.section-case .case-alott .case-category {
  color: #fff;
}
.section-case .case-alott .case-movie {
  margin-bottom: 2.0625rem;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.section-case .case-alott .case-movie iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
.section-case .case-box {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 8px 16px rgba(193, 200, 222, 0.3);
          box-shadow: 0 8px 16px rgba(193, 200, 222, 0.3);
  color: #333;
  border-radius: 8px;
  overflow: hidden;
}
.section-case .case-box .case-summary {
  color: #020202;
  padding: 0;
}
.section-case .case-box .click-area {
  display: block;
  width: 100%;
  height: 100%;
}
.section-case .case-box .case-img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-case .case-box .click-area .case-img img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-case .case-box .click-area:hover .case-img img {
  opacity: 0.6;
}
.section-case .case-box .click-area:hover {
  text-decoration: none;
}
.section-case .case-box .click-area:hover .case-customer-name {
  color: #0F55C4;
}
.section-case .case-box .case-description a {
  color: #020202;
}
.section-case .case-box .case-tag {
  border-color: #a2b5d5;
}
.section-case .case-box .case-tag a:hover {
  background-color: #e9eef7;
}
.section-case .case-customer-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
}
.section-case .btn-area {
  width: 200px;
  margin: 0 auto 40px auto;
}
.section-case .btn-area .click-area {
  display: block;
  background: #fff;
  border: 2px solid #0F55C4;
  text-align: center;
  border-radius: 25px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 3px 6px 18px -9px rgba(25, 57, 128, 0.36);
          box-shadow: 3px 6px 18px -9px rgba(25, 57, 128, 0.36);
  line-height: 1em;
}
.section-case .btn-area .click-area:hover {
  text-decoration: none;
  background-color: #0F55C4;
  color: #fff;
}
.section-case .btn-area .click-area .text {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
}
.section-case .btn-area .click-area .text .fa {
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}

@media screen and (max-width: 959px) {
  .section-case .case-box {
    -webkit-box-flex: column;
        -ms-flex: column;
            flex: column;
    width: auto;
  }
  .section-case .lead.center {
    margin-bottom: 40px;
    text-align: center;
  }
  .section-case .case-img {
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .section-case .case-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20px 0;
  }
  .section-case .lead.center {
    margin-bottom: 40px;
    text-align: center;
  }
  .section-case .case-box {
    margin: 0 0.625rem 2.75rem;
    min-width: 300px;
    width: calc(50% - 20px);
  }
  .section-case .case-img {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 200px;
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .section-case {
    background: #ffffff;
    overflow: hidden;
    padding: 0;
    padding: 6.25rem 0 2.8125rem;
    position: relative;
  }
  .section-case::before {
    background: url(../images/top/bg_case.png) repeat center top, linear-gradient(240deg, #21c2c0 0%, #004ec4 100%);
    content: "";
    display: block;
    height: 62.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .section-case::after {
    background: #ffffff;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    top: 55rem;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    width: 105%;
    z-index: 0;
  }
  .section-case .case-inner {
    position: relative;
    z-index: 1;
  }
  .section-case .case-alott {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 3.125rem auto;
    width: 960px;
  }
  .section-case .case-alott .case-summary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .section-case .case-alott .case-movie {
    margin-right: 3.5rem;
    min-width: 622px;
    padding-top: 348px;
  }
  .section-case .case-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 960px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 45px;
  }
  .section-case .case-box {
    width: calc(33.3333333333% - 30px);
    margin-bottom: 80px;
    -webkit-box-shadow: 0 8px 16px rgba(193, 200, 222, 0.3);
            box-shadow: 0 8px 16px rgba(193, 200, 222, 0.3);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #333;
  }
  .section-case .case-box .case-summary {
    padding: 0;
  }
  .section-case .case-img {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 175px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1600px) {
  .section-case {
    font-size: 2vw;
  }
  .section-case .headline {
    font-size: 2.5vw;
  }
  .section-case .case-boxes {
    width: 60vw;
  }
  .section-case .lead {
    font-size: 1vw;
  }
  .section-case .case-img {
    height: 10vw;
  }
  .section-case .case-img img {
    width: 100%;
  }
  .section-case .case-category {
    font-size: 0.75vw;
  }
  .section-case .case-customer-name {
    font-size: 1vw;
  }
  .section-case .case-description {
    font-size: 0.85vw;
  }
  .section-case .btn-area {
    width: 15vw;
  }
  .section-case .btn-area .click-area {
    height: 3.125vw;
    border-radius: 1.5625vw;
  }
  .section-case .btn-area .click-area .text {
    font-size: 1vw;
  }
}
.section-service {
  background-color: #f8fafb;
  padding: 5.375rem 20px 2.875rem;
}
.section-service .lead.center {
  text-align: center;
  margin: 0;
  padding: 0;
}
.section-service .lead {
  color: #333;
  text-align: left;
  line-height: 2em;
  font-size: 16px;
  margin: 0;
  padding-bottom: 20px;
}
.section-service .service-boxes {
  margin: 0 auto;
  padding: 24px 0 40px 0;
}
.section-service .service-boxes .lead {
  color: #666;
}
.section-service .service-boxes.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-service .service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-shadow: 0 8px 16px rgba(193, 200, 222, 0.3);
          box-shadow: 0 8px 16px rgba(193, 200, 222, 0.3);
  border-radius: 8px;
  overflow: hidden;
}
.section-service .click-area {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.section-service .click-area:hover {
  text-decoration: none;
}
.section-service .click-area:hover .service-head {
  color: #0F55C4;
}
.section-service .service-head-area {
  padding: 24px 0 12px 0;
}
.section-service .btn-area {
  margin: 0;
  padding-bottom: 40px;
  width: auto;
  background: #fff;
}

.service-image-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.875rem;
  height: 200px;
}
.service-image-link img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service-image-link:hover img {
  opacity: 0.6;
}
.service-sim .service-image-link {
  background-color: #2C95BB;
}
.service-sim .service-image-link img {
  width: 32%;
}
.service-platform .service-image-link {
  background-color: #ff5500;
}
.service-platform .service-image-link img {
  width: 45%;
}

.service-summary {
  background-color: #ffffff;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 20px 20px 20px;
  height: auto;
}
.service-summary p {
  line-height: 2;
}

.service-head {
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.3em;
}
.service-head a {
  color: #020202;
}
.service-head a:hover {
  text-decoration: none;
}

.service-link-wrap {
  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;
  margin: 0 auto;
  padding: 20px 40px 20px 50px;
  width: auto;
  max-height: 40px;
  border-radius: 21px;
  border: 1px solid #0F55C4;
  position: relative;
  bottom: 0;
  color: #0F55C4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  width: 200px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.service-link-wrap:hover {
  background-color: #0F55C4;
  color: #fff;
  text-decoration: none;
}
.service-link-wrap .fa {
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}

@media screen and (max-width: 959px) {
  .service-sim {
    margin-bottom: 80px;
  }
  .service-boxes.center .pc {
    display: none;
  }
  .service-boxes.center .sp {
    display: block;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .service-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-boxes.center .pc {
    display: block;
  }
  .service-boxes.center .sp {
    display: none;
  }
  .service-box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    width: calc(50% - 16px);
  }
  .service-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .service-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .service-image-link {
    height: 11.75rem;
  }
  .service-sim .service-image-link {
    background-color: #1b74a1;
  }
  .service-sim .service-image-link img {
    min-width: 124px;
  }
  .service-platform .service-image-link {
    background-color: #e9611e;
  }
  .service-platform .service-image-link img {
    min-width: 174px;
  }
}
@media screen and (min-width: 960px) {
  .section-service {
    padding: 7.75rem 0 6.6875rem;
  }
  .service-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5.125rem auto 0;
    width: 960px;
  }
  .service-boxes.center .pc {
    display: block;
  }
  .service-boxes.center .sp {
    display: none;
  }
  .service-box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    width: 448px;
  }
  .service-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .service-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .service-image-link {
    height: 11.75rem;
  }
}
.iotbeta_banner {
  margin: 1.875rem auto 1.25rem;
  position: relative;
  text-align: center;
  width: 90%;
  z-index: 1;
}
.iotbeta_banner a img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.iotbeta_banner a:hover img {
  opacity: 0.9;
}

@media screen and (min-width: 960px) {
  .iotbeta_banner {
    margin: 0 auto 1.875rem;
    padding-top: 1.875rem;
    width: 960px;
  }
}
.section-monopla {
  background: linear-gradient(240deg, #21c2c0 0%, #004ec4 100%);
  background-color: #2f2f2f;
  color: #ffffff;
  padding: 5.375rem 20px 2.875rem;
}
.section-monopla .headline {
  color: #ffffff;
}
.section-monopla .headline_small {
  font-size: 1.5625rem;
  font-weight: normal;
}
.section-monopla .new {
  color: #4ff2f7;
  font-size: 1.5625rem;
  font-weight: bold;
  margin: 0 0.625rem 0 0;
}
.section-monopla .iotbeta_monopla_form {
  height: 4.375rem;
  line-height: 4.375rem;
  margin: 3.75rem auto 1.25rem;
  text-align: center;
}
.section-monopla .iotbeta_monopla_form a {
  background: #ffffff;
  border-radius: 2px;
  display: block;
  font-size: 1.25rem;
  width: 100%;
}
.section-monopla .iotbeta_monopla_form a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .section-monopla {
    padding: 7.75rem 0 6.6875rem;
  }
  .section-monopla .lead {
    margin: 0 auto;
  }
  .section-monopla .iotbeta_monopla_form {
    width: 400px;
  }
}
.campaign {
  padding-top: 20px;
}
.campaign .campaign-inner .service-box {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.campaign .campaign-inner .service-box .service-summary {
  background-color: transparent;
  padding: 20px 0;
}
.campaign .campaign-inner .service-box .service-summary .note {
  font-size: 12px;
}
.campaign .campaign-inner .click-area {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(193, 200, 222, 0.3);
          box-shadow: 0 8px 16px rgba(193, 200, 222, 0.3);
  display: block;
}
.campaign .campaign-inner .click-area img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.campaign .campaign-inner .click-area:hover img {
  opacity: 0.8;
}
.campaign .subheadline {
  border-bottom: none;
  position: relative;
  margin: 0;
  padding: 10px 0 20px 0;
  min-height: auto;
  background: none;
  text-align: center;
  margin-bottom: 40px;
}
.campaign .subheadline span {
  padding: 0;
  font-size: 32px;
  text-align: center;
  color: #333;
  letter-spacing: 0.01em;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
}
.campaign .subheadline span::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #2C95BB;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 25px);
}

.section-service .campaign .btn-area {
  width: max(15vw, 240px);
  background-color: transparent;
  padding-bottom: 0;
}

.section-service .campaign .btn-area .click-area {
  height: max(3.125vw, 50px);
  border-radius: max(1.5625vw, 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 max(2vw, 32px);
  border: 1px solid #0f55c4;
  width: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section-service .campaign .btn-area .click-area .text {
  font-size: max(1vw, 16px);
}

.section-service .campaign .btn-area .click-area .fa {
  padding-left: max(1vw, 16px);
}

.section-service .campaign .btn-area .click-area:hover {
  background-color: #0f55c4;
}

.section-service .campaign .btn-area .click-area:hover .text {
  color: #fff;
}

@media screen and (min-width: 960px) {
  .campaign {
    width: auto;
  }
  .campaign .campaign-inner {
    width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
  }
  .campaign .campaign-inner .service-box {
    width: 448px;
  }
}
@media screen and (max-width: 959px) {
  .campaign {
    width: auto;
  }
  .campaign .campaign-inner {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .campaign .campaign-inner .service-box {
    width: auto;
  }
  .campaign .subheadline {
    margin-bottom: 20px;
  }
  .campaign .subheadline span {
    font-size: 24px;
    display: block;
  }
  .campaign .subheadline span::before {
    width: 25px;
    bottom: -20px;
    left: calc(50% - 12.5px);
  }
  .campaign .campaign-inner .service-box {
    width: auto;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .campaign .campaign-inner .service-box .click-area {
    width: auto;
    margin-bottom: 0.625rem;
  }
  .campaign .campaign-inner .service-box .service-summary {
    width: auto;
    padding: 0 !important;
  }
  .section-service .campaign .btn-area {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .campaign {
    width: auto;
  }
  .campaign .campaign-inner {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-service .campaign .campaign-inner .click-area {
    width: 100%;
  }
  .section-service .campaign .campaign-inner .service-summary {
    width: 100%;
    padding: 0 0 0 16px;
  }
  .campaign .campaign-inner .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1600px) {
  .campaign .campaign-inner .service-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .campaign .campaign-inner .click-area {
    width: 100%;
  }
  .campaign .campaign-inner .service-box .service-summary {
    width: 100%;
    padding: 0 0 0 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .campaign .campaign-inner {
    width: 60vw;
  }
  .campaign .campaign-inner .service-box {
    width: auto;
  }
  .campaign .campaign-inner .click-area img {
    width: 100%;
  }
  .campaign .campaign-inner .click-area {
    width: 50%;
  }
  .campaign .campaign-inner .service-box .service-summary {
    width: auto;
    padding-left: max(1vw, 16px);
  }
  .campaign .campaign-inner .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  .service-boxes {
    width: 60vw;
  }
  .section-service .click-area {
    overflow: visible;
  }
  .section-service .service-boxes.center {
    width: 50vw;
  }
  .section-service .service-box {
    width: calc(50% - 20px);
  }
  .section-service .service-head {
    font-size: 1.5vw;
    padding-top: 0.5vw;
  }
  .section-service .service-head-area {
    height: 100%;
  }
  .service-sim .service-image-link {
    height: 80%;
  }
  .campaign .subheadline span {
    font-size: 1.85vw;
  }
  .service-sim .service-image-link img {
    width: 12.3vw;
  }
  .service-platform .service-image-link {
    height: 80%;
  }
  .service-platform .service-image-link img {
    width: 15vw;
  }
  .service-summary {
    padding: 1vw 1.5vw 1vw 1.5vw;
  }
  .section-service .lead {
    font-size: 1vw;
  }
  .service-link-wrap {
    width: 15vw;
    max-height: 100%;
    padding: 0;
    height: 3vw;
    border-radius: 1.5vw;
    font-size: 1vw;
  }
  .campaign .campaign-inner .service-box .service-summary .note {
    font-size: 0.75vw;
  }
  .campaign .campaign-inner .click-area {
    width: 50%;
  }
  .campaign .campaign-inner .service-box .service-summary {
    width: 100%;
  }
  .campaign .campaign-inner .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-document {
  padding: 80px 0;
  background-color: #f8fafb;
}
.section-document .sub-section {
  padding-bottom: 80px;
}
.section-document .subheadline {
  border-bottom: none;
  position: relative;
  margin: 0;
  padding: 10px 0 20px 0;
  min-height: auto;
  background: none;
  text-align: center;
  margin-bottom: 40px;
}
.section-document .subheadline span {
  padding: 0;
  font-size: 32px;
  text-align: center;
  color: #333;
  letter-spacing: 0.01em;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
}
.section-document .subheadline span::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #2c95bb;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 25px);
}
.section-document .lead {
  padding: 0 10px 40px 10px;
  margin-bottom: 0;
  text-align: center;
}
.section-document .swiper-slide .click-area {
  min-height: auto;
}
.section-document .special .swiper-slide .click-area {
  min-height: 30vw;
}
.section-document .special .swiper-slide .click-area .title {
  padding-bottom: 8px;
}
.section-document .special .swiper-slide .click-area .title .text {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.section-document .special .swiper-slide .click-area .lead {
  text-align: left;
  padding: 0 20px 20px 20px;
  color: #666;
  font-size: 16px;
}
.section-document .special .click-area:hover .title .text,
.section-document .special .click-area:hover .lead {
  color: #2d5fbd;
}
.section-document .btn-area {
  width: 200px;
  margin: 0 auto 40px auto;
}
.section-document .btn-area .click-area {
  display: block;
  background: #fff;
  border: 2px solid #0F55C4;
  text-align: center;
  border-radius: 25px;
  height: 50px;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 3px 6px 18px -9px rgba(25, 57, 128, 0.36);
          box-shadow: 3px 6px 18px -9px rgba(25, 57, 128, 0.36);
  line-height: 1em;
}
.section-document .btn-area .click-area:hover {
  text-decoration: none;
  background-color: #0F55C4;
  color: #fff;
}
.section-document .btn-area .click-area .text {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
}
.section-document .btn-area .click-area .text .fa {
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}

@media screen and (max-width: 959px) {
  .section-document .swiper-slide {
    height: auto;
  }
  .section-document .swiper-slide .click-area {
    min-height: auto;
    height: auto;
  }
  .section-document .special .swiper-slide .click-area {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .headline.gradation,
  .section-document .headline.gradation {
    font-size: 2.5vw;
  }
  .section-document .sub-section {
    padding-bottom: 5vw;
  }
  .campaign .subheadline span {
    font-size: 1.85vw;
  }
  .section-document .lead {
    font-size: 1vw;
  }
  .section-document .btn-area {
    width: 15vw;
  }
  .section-document .btn-area .click-area {
    height: 3.125vw;
    border-radius: 1.5625vw;
  }
  .section-document .btn-area .click-area .text {
    font-size: 1vw;
  }
  .section-document .special .swiper-slide .click-area .title {
    padding-bottom: 0.5vw;
  }
  .section-document .special .swiper-slide .click-area .title .text {
    font-size: 1.25vw;
  }
  .section-document .special .swiper-slide .click-area .lead {
    font-size: 1vw;
  }
}
.section-column {
  padding: 80px 0;
  background-color: #f8fafb;
}
.section-column .lead {
  padding: 0 10px 40px 10px;
  margin-bottom: 0;
}
.section-column .btn-area {
  width: 200px;
  margin: 0 auto 40px auto;
}
.section-column .btn-area .click-area {
  display: block;
  background: #fff;
  border: 2px solid #0F55C4;
  text-align: center;
  border-radius: 25px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 3px 6px 18px -9px rgba(25, 57, 128, 0.36);
          box-shadow: 3px 6px 18px -9px rgba(25, 57, 128, 0.36);
  line-height: 1em;
}
.section-column .btn-area .click-area:hover {
  text-decoration: none;
  background-color: #0F55C4;
  color: #fff;
}
.section-column .btn-area .click-area .text {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
}
.section-column .btn-area .click-area .text .fa {
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}

@media only screen and (min-width: 1600px) {
  .section-column .lead {
    font-size: 1vw;
  }
  .section-column .headline.gradation {
    font-size: 2.5vw;
  }
  .section-column .btn-area {
    width: 15vw;
  }
  .section-column .btn-area .click-area {
    height: 3.125vw;
    border-radius: 1.5625vw;
  }
  .section-column .btn-area .click-area .text {
    font-size: 1vw;
  }
}
.swiper-wrapper {
  width: 100%;
  height: 480px;
}

.swiper-slide {
  color: #ffffff;
  width: auto;
  text-align: center;
  padding: 0;
}
.swiper-slide .click-area {
  display: block;
  width: 100%;
  min-height: 25vw;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 8px 16px rgba(193, 200, 222, 0.3);
          box-shadow: 0 8px 16px rgba(193, 200, 222, 0.3);
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.swiper-slide .click-area img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.swiper-slide .click-area:hover img {
  opacity: 0.6;
}
.swiper-slide .click-area .title {
  line-height: 1em;
  margin: 0;
  border: none;
  min-height: auto;
  background: none;
  display: block;
  padding: 20px;
  text-align: left;
  display: block;
  text-decoration: none;
}
.swiper-slide .click-area .title .text {
  font-size: 18px;
  line-height: 1.75em;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
.swiper-slide .click-area:hover .title .text {
  color: #2D5FBD;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  position: static;
  width: auto !important;
  padding: 0 16px 20px 16px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  position: static;
  margin: 0 32px 20px 32px;
  display: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0F55C4;
  color: #0F55C4;
}

.swiper-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-top: 60px;
}
.swiper-pages .swiper-button-next,
.swiper-pages .swiper-button-prev {
  position: static;
  z-index: 1000;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #2B55BD;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #2B55BD;
  -webkit-box-shadow: 3px 6px 18px -9px rgba(25, 57, 128, 0.36);
          box-shadow: 3px 6px 18px -9px rgba(25, 57, 128, 0.36);
}
.swiper-pages .swiper-button-next:hover,
.swiper-pages .swiper-button-prev:hover {
  background-color: #2B55BD;
  color: #fff;
}
.swiper-pages .swiper-button-next::after,
.swiper-pages .swiper-button-prev::after {
  display: none;
}
.swiper-pages .swiper-button-next .fa,
.swiper-pages .swiper-button-prev .fa {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.swiper-pages .swiper-button-next .fa {
  left: 1px;
}
.swiper-pages .swiper-button-prev .fa {
  right: 1px;
}

@media screen and (max-width: 959px) {
  .section-column .swiper-pages {
    position: relative;
    top: -10px;
  }
  .section-column .swiper-slide {
    min-height: auto;
  }
  .section-column .swiper-slide .click-area {
    min-height: auto;
    height: 84vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .section-column .swiper-slide .click-area {
    min-height: 50vw;
    height: 50vw;
  }
}
@media only screen and (min-width: 1600px) {
  .swiper-wrapper {
    height: 100%;
  }
  .swiper-slide .click-area {
    min-height: 25vw;
  }
  .swiper-slide .click-area .title .text {
    font-size: 1vw;
  }
  .swiper-pages .swiper-button-next,
  .swiper-pages .swiper-button-prev {
    width: 3vw;
    height: 3vw;
  }
  .swiper-pages .swiper-button-next .fa,
  .swiper-pages .swiper-button-prev .fa {
    font-size: 1.5vw;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom, .swiper-pagination- {
    padding: 0 1vw 1.25vw 1vw;
  }
}
.contents-foot {
  background: #808088;
  border-bottom: 1px solid #707077;
  -webkit-box-shadow: 0 -1px 0 0 #8c8c92 inset;
          box-shadow: 0 -1px 0 0 #8c8c92 inset;
}

.contents-foot-inner .inner {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
}

.contents-foot .bread {
  padding: 15px 0;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 75%;
}

.contents-foot .bread li {
  margin-left: 10px;
}

.contents-foot a {
  color: #ccc;
}

.contents-foot a .fa {
  margin-left: 10px;
}

@media screen and (max-width: 959px) {
  .hide-mobile {
    display: none;
  }
}