@charset "UTF-8";
#page-wrapper {
  min-width: 1200px;
  overflow: hidden;
}

.iot {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.iot img {
  max-width: 100%;
}

.iot * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iot .inner {
  margin: 0 auto;
}

.for-sp {
  display: none;
}

.iot-headline {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.iot-headline small {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
}

.iot-headline small.-en {
  font-family: "Lato", sans-serif;
}

.iot .links {
  margin-top: 30px;
}

.iot .links li + li {
  margin: 10px 0 0;
}

.iot .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  background: url(/svcsol/category/iot/business/images/bg_btn_02.jpg) no-repeat
    center center;
  background-size: cover;
  padding: 9.5px 32px 9.5px 20px;
  line-height: 1.6;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.iot .-r-w780 .link {
  display: block;
}

.iot .link small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 1px 5px 0 0;
}

.iot .link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.iot .link::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(/svcsol/category/iot/business/images/icn_blank.png) no-repeat
    center center;
  background-size: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}

.iot .link.-w440 {
  width: 440px;
}

.iot .link.-w260 {
  width: 260px;
}

.iot-hero {
  position: relative;
  line-height: 0;
}

.iot-hero__box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1433px;
}

.iot-hero__movie {
  line-height: 0;
}

.iot-hero img {
  width: 100%;
}

.iot-hero__video {
  width: 100%;
}

.iot-hero__conts {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -8px;
  width: 100%;
  color: #fff;
}

.iot-hero__conts p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.iot-hero__conts p strong {
  font-size: 20px;
  display: block;
  margin: 0 0 3px;
}

.iot-hero__headline {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-shadow: 0 0 20px #000;
  margin: 0 0 15px;
}

.iot-common-nav .nav {
  position: absolute;
  width: 100%;
  z-index: 11;
}

.iot-common-nav .nav.is-fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
}

.iot-top .iot-common-nav .nav.is-fixed {
  margin-top: -38px;
}

.iot-common-nav .nav.is-fixed .nav__link {
  height: 60px;
}

.iot-common-nav .nav.is-fixed .nav__link.-business img {
  width: 37px;
  height: 33px;
}

.iot-common-nav .nav.is-fixed .nav__link.-service img {
  width: 38px;
  height: 42px;
}

.iot-common-nav .nav.is-fixed .nav__link.-topics img {
  width: 37px;
  height: 34px;
}

.iot-common-nav .nav.is-fixed .nav__dropdown {
  height: 80px;
  padding: 7px 0;
}

.iot-common-nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iot-common-nav .nav__item {
  width: 400px;
}

.iot-common-nav .nav__item:hover {
  background: #08739a;
}

.iot-common-nav .nav__item:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
}

.iot-common-nav .nav__link:hover {
  text-decoration: none;
}

.iot-common-nav .nav__link.is-current {
  background: #08739a;
}

.iot-common-nav .nav__link span {
  margin: 0 20px 0 0;
}

.iot-common-nav .nav__link.-business img {
  width: 60px;
  height: 54px;
}

.iot-common-nav .nav__link.-service img {
  width: 48px;
  height: 54px;
}

.iot-common-nav .nav__link.-topics span {
  margin: 0 16px 0 0;
}

.iot-common-nav .nav__link.-topics img {
  width: 46px;
  height: 42px;
}

.iot-common-nav .nav__dropdown {
  background: #08739a;
  height: 100px;
  padding: 20px 0;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.iot-common-nav .nav__sub-list {
  font-size: 0;
  word-spacing: 0;
  letter-spacing: 0;
  text-align: center;
}

.iot-common-nav .nav__sub-list li {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
}

.iot-common-nav .nav__sub-list li + li::before {
  content: "｜";
  position: absolute;
  left: -9px;
  top: 0;
}

.iot-common-nav .nav__sub-list li a {
  display: block;
  color: #fff;
  padding: 0 35px;
}

.iot-common-nav .nav__sub-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  background: url(/svcsol/category/iot/business/images/icn_arw.svg) no-repeat
    center center;
  background-size: 10px 17px;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.iot-common-nav .nav__sub-list li a sup {
  font-size: 10px;
  line-height: 3;
}

.iot-common-nav .nav__sub-list li a:hover {
  text-decoration: none;
}

.iot-common-nav .nav__sub-list li a.-link::after {
  -webkit-transform: none;
  transform: none;
}

.iot-top .iot-pickup {
  padding: 180px 0 80px;
}

.iot-top .iot-pickup-head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
}

.iot-pickup-list .slick-prev,
.iot-pickup-arrow .slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -30px;
}

.iot-pickup-list .slick-next,
.iot-pickup-arrow .slick-next {
  right: -30px;
}

.iot-pickup-list .slick-track {
  padding-bottom: 7px;
}

.iot-pickup-arrow button {
  display: none;
}

.iot-topics-conts,
.iot-casestudy-conts {
  padding: 70px 0;
  position: relative;
}

.iot-topics-conts .inner,
.iot-casestudy-conts .inner {
  position: relative;
}

.iot-topics-conts h2,
.iot-casestudy-conts h2 {
  text-align: center;
  margin-bottom: 50px !important;
}

.iot-topics-conts h2 small,
.iot-casestudy-conts h2 small {
  color: #20c6f6;
}

.iot-topics-conts .error-txt,
.iot-casestudy-conts .error-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.iot-topics-list,
.iot-casestudy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.iot-topics-list__item,
.iot-casestudy-list__item {
  background: #fff;
  position: relative;
}

.iot-topics-list__item a,
.iot-casestudy-list__item a {
  display: block;
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.iot-topics-list__item a:hover,
.iot-casestudy-list__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.iot-topics-list__item[class*="hidden-"] {
  display: none;
}

.iot-casestudy-list__item[class*="hidden-"] {
  display: none;
}

.iot-topics-list__item.is-hidden,
.iot-casestudy-list__item.is-hidden {
  display: none;
}

.iot-topics-list__img,
.iot-casestudy-list__img {
  line-height: 0;
  min-height: 250px;
}

.iot-topics-list__txt ul,
.iot-casestudy-list__txt ul {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  margin: 14px -2.5px -5px;
}

.iot-topics-list .js-clamp,
.iot-casestudy-list .js-clamp {
  overflow: hidden;
}

.iot-pickup-list-wrap .partner {
  text-align: center;
  font-size: 40px;
  padding-bottom: 100px;
}

/* pagetop */
#footer-bottom #footer-up {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .footer-up-iot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
  }
  .footer-up-iot a {
    display: block;
    width: 60px;
    height: 60px;
    background: #d7063b;
    border-radius: 50%;
    text-align: center;
  }
  .footer-up-iot a img {
    position: absolute;
    width: 24px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -10px;
  }
}
/*# sourceMappingURL=style.css.map */

/* ===========================================
 * 20241016　リニューアル用
 * ======================================== */
/* 凡庸
--------------------------------------------*/
.iot-column {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

/* タイトル
--------------------------------------------*/
.iot-mv-ttl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-68%);
}

.iot-mv-ttl--en {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.02em;
  line-height: normal;
  padding-left: 40px;
  padding-right: 40px;
}

.iot-mv-ttl--ja {
  color: #fff;
  font-size: 65px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  padding-left: 23px;
  padding-right: 40px;
}

.iot-ttl-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.iot-ttl-01--blue span {
  color: #10507e;
}

.iot-ttl-01--en {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  line-height: 130%;
  letter-spacing: 0.02em;
}

.iot-ttl-01--ja {
  font-size: 45px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}

.iot-headline {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
}

.iot-headline.-blue {
  color: #10507e;
}

.iot-headline.-white {
  color: #fff;
}

.iot-headline .-en {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-align: center;
}

.iot-pickup-head__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

/* 共通ナビ
--------------------------------------------*/
.iot-common-nav .nav__link {
  color: #fff;
  border-left: solid 1px rgba(255, 255, 255, 0.36);
  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: 90px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.3;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.iot-common-nav .nav {
  background: none;
  margin-top: -38px;
  z-index: 11;
  position: absolute;
  width: 100%;
}

.iot-common-nav .nav .nav__inner {
  background: #10507e;
  max-width: 1350px;
  margin: 0 auto;
}

.iot-common-nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iot-common-nav .nav__item:not(:last-child) .nav__link::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 32px;
  background-color: #5884a5;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.iot-common-nav .nav__link {
  height: 75px;
  font-weight: 400;
  border-left: none;
}

.iot-common-nav .nav__item:last-child .nav__link {
  border-right: none;
}

.iot-common-nav .nav__item:hover {
  background: #297cb8;
}

.iot-common-nav .nav__item {
  width: 400px;
  transition: background 0.2s;
  text-decoration: none;
}

.iot-common-nav .nav__txt {
  display: none;
}

/* 共通 コンテンツ一覧
--------------------------------------------*/
.iot-common-content__wrap {
  padding-top: 120px;
  padding-bottom: 140px;
  background: #f7f7f7;
}

.iot-common-content__inner {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.content-head {
  text-align: center;
}

.content-inner {
  padding-top: 73px;
}

.content-item {
  border-bottom: 1px solid #a9a9a9;
}

.content-item:first-child {
  border-top: 1px solid #a9a9a9;
}

.content-item a {
  display: block;
  transition: background-color 0.3s;
}

.content-item__wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding-top: 30px;
  padding-bottom: 28px;
  padding-left: 2px;
}

.content-item__wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background: url(/svcsol/category/iot/business/images/icn_arrow_03.svg)
    no-repeat right 13px center;
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.3s;
  transition: all 0.3s;
}

.content-item__img {
  width: calc((250 / 1200) * 100%);
}

.content-item__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 250 / 148;
}

.content-item__inner {
  width: calc((902 / 1200) * 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-item__txt {
  max-width: 750px;
  color: #000;
  transition: color 0.3s;
}

.content-item__ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}

.content-item__desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 200%;
  padding-top: 15px;
}

@media (any-hover: hover) {
  .content-item a:hover {
    background-color: #fff;
    text-decoration: none;
  }

  .content-item a:hover {
    background-color: #fff;
    text-decoration: none;
  }

  .content-item a:hover .content-item__txt {
    color: #297cb8;
  }

  .content-item a:hover .content-item__txt {
    color: #297cb8;
  }

  .content-item a:hover .content-item__wrap::after {
    background: #297cb8
      url(/svcsol/category/iot/business/images/icn_arrow_03_white.svg) no-repeat
      right 13px center;
    border: 1px solid #297cb8;
  }

  .content-item a:hover .content-item__wrap::after {
    background: #297cb8
      url(/svcsol/category/iot/business/images/icn_arrow_03_white.svg) no-repeat
      right 13px center;
    border: 1px solid #297cb8;
  }
}

/* 絞り込み機能
--------------------------------------------*/
.iot-topics-tag,
.iot-casestudy-tag {
  padding: 25px 0 20px;
  background: #d8edf5;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.iot-topics-tag .inner,
.iot-casestudy-tag .inner {
  max-width: 1430px;
  padding-left: 40px;
  padding-right: 40px;
}

.iot-topics-tag dl,
.iot-casestudy-tag dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  gap: min(5.33vw, 80px);
}

.iot-topics-tag dl dt,
.iot-casestudy-tag dl dt {
  width: 168px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
}

.iot-topics-tag dl + dl,
.iot-casestudy-tag dl + dl {
  border-top: solid 1px #81bad0;
}

.iot-topics-tag__list,
.iot-casestudy-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.iot-topics-tag__list li.hidden,
.iot-casestudy-tag__list li.hidden {
  display: none;
}

.iot-topics-tag__list li .tag-all,
.iot-casestudy-tag__list li .tag-all {
  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;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 120px;
  height: 30px;
  border-radius: 30px;
  background: #fff;
  color: #33b8e7;
  cursor: pointer;
}

.iot-topics-tag__list li .tag-all.is-selected,
.iot-casestudy-tag__list li .tag-all.is-selected {
  background: #33b8e7;
  color: #fff;
}

.iot-topics-tag__list li label,
.iot-casestudy-tag__list li label {
  display: block;
}

.iot-topics-tag__list li input,
.iot-casestudy-tag__list li input {
  display: none;
}

.iot-topics-tag__list li input:checked + span,
.iot-casestudy-tag__list li input:checked + span {
  background: #10507e;
  color: #fff;
}

.iot-topics-tag__list li span,
.iot-casestudy-tag__list li span {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  cursor: pointer;
  color: #10507e;
  border: 1px solid #10507e;
  transition: background 0.2s, color 0.2s;
}

.iot-topics-tag,
.iot-casestudy-tag {
  padding: 25px 0 20px;
  background: #d8edf5;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  background: #d8edf5;
  box-shadow: none;
  padding-top: 103px;
  padding-bottom: 70px;
}

.iot-topics-tag dl + dl,
.iot-casestudy-tag dl + dl {
  border-top: 1px dashed #d1d1d1;
}

.iot-topics-tag__wrap,
.iot-casestudy-tag__wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.iot-topics-tag__inner,
.iot-casestudy-tag__inner {
  background: #eff8fb;
  padding-left: 40px;
  padding-right: 58px;
}

.iot-topics-tag__ttl span,
.iot-casestudy-tag__ttl span {
  display: block;
}

.iot-topics-tag__ttl--en,
.iot-casestudy-tag__ttl--en {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.02em;
  line-height: normal;
}

.iot-topics-tag__ttl--ja,
.iot-casestudy-tag__ttl--ja {
  padding-top: 7px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
}

@media (any-hover: hover) {
  .iot-topics-tag__list li span:hover,
  .iot-casestudy-tag__list li span:hover {
    background: #10507e;
    color: #fff;
  }
}

.iot-pickup-list-wrap {
  max-width: 1200px;
  margin-inline: auto;
}

/* TOP
--------------------------------------------*/
.iot-top .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

/* ページTOPボタン */
.footer-up-iot {
  z-index: 20;
}

/* header */
.iot-top .nav.is-fixed {
  top: 38px;
}

/* MV */
.iot-hero__headline {
  display: inline-block;
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
  font-size: 72px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 23px;
  margin-left: 40px;
  margin-right: 40px;
}

.iot-hero__conts {
  transform: translateY(-55%);
}

.iot-hero__txt {
  padding-left: 40px;
  padding-right: 40px;
}

.iot-hero__txt p {
  line-height: normal;
}
.iot-hero__txt p:nth-of-type(1) {
  font-size: 30px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}
.iot-hero__txt p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 65px;
}

/* TOPIC */
.iot-top .iot-pickup {
  padding-top: 157px;
  padding-bottom: 0;
}

.iot-pickup-head__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.iot-pickup-list,
.iot-topics-list,
.iot-casestudy-list {
  display: flex;
  margin-top: 44px;
  gap: min(3vw, 45px);
}

.iot-topics-list__item,
.iot-casestudy-list__item {
  margin-bottom: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  width: 370px;
  margin-left: 0;
  margin-right: 0;
}

.iot-topics-image,
.iot-casestudy-image {
  overflow: hidden;
}

.iot-topics-image img,
.iot-casestudy-image img {
  display: block;
  transition: 0.6s all;
  width: 100%;
}

.iot-topics-list__txt,
.iot-casestudy-list__txt {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 18px;
  padding-top: 17px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 80px;
  line-height: 170%;
}

.iot-topics-list__txt p,
.iot-casestudy-list__txt p {
  transition: color 0.3s;
}

.iot-topics-list__txt ul,
.iot-casestudy-list__txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 10px;
}

.iot-topics-list__txt ul li,
.iot-casestudy-list__txt ul li {
  background: #aaa;
  border-radius: 11px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin: 0 2.5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #7a7a7a;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  height: 18px;
}

.iot-topics-list__date,
.iot-casestudy-list__date {
  position: absolute;
  bottom: 25px;
  right: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #aaa;
  position: static;
  padding-top: 15px;
  color: #666;
  letter-spacing: 0;
  line-height: normal;
}

.iot-topics-list__more,
.iot-casestudy-list__more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding-bottom: 5px;
  transition: color 0.3s;
}

.iot-topics-list__more::after,
.iot-casestudy-list__more::after {
  content: "";
  width: 12px;
  height: 11px;
  background-image: url(/svcsol/category/iot/business/images/icn_arrow_01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.iot-topics-list__more::before,
.iot-casestudy-list__more::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: background 0.3s;
}

.iot-pickup-arrow {
  margin-top: 46px;
}

.iot-pickup-btn {
  width: 194px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.iot-pickup-btn a {
  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;
  background-size: 9px 12px;
  border-radius: 34px;
  color: #fff;
  text-decoration: none;
  background: #10507e url(/svcsol/category/iot/business/images/icn_arrow_02.svg)
    no-repeat right 13px center;
  height: 50px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  transition: background 0.3s;
}

@media (any-hover: hover) {
  .iot-topics-list__item a :hover {
    opacity: 1;
  }

  .iot-casestudy-list__item a :hover {
    opacity: 1;
  }

  .iot-topics-list__item a:hover .iot-topics-image img {
    scale: 1.1;
  }

  .iot-casestudy-list__item a:hover .iot-casestudy-image img {
    scale: 1.1;
  }

  .iot-topics-list__item
    a:hover
    .iot-topics-list__txt
    p:not(.iot-topics-list__date) {
    color: #297cb8;
  }

  .iot-casestudy-list__item
    a:hover
    .iot-casestudy-list__txt
    p:not(.iot-casestudy-list__date) {
    color: #297cb8;
  }

  .iot-topics-list__item a:hover .iot-topics-list__more {
    color: #297cb8;
  }

  .iot-casestudy-list__item a:hover .iot-casestudy-list__more {
    color: #297cb8;
  }

  .iot-topics-list__item a:hover .iot-topics-list__more::before {
    background: #297cb8;
  }

  .iot-casestudy-list__item a:hover .iot-casestudy-list__more::before {
    background: #297cb8;
  }

  .iot-casestudy-list__item a:hover .iot-casestudy-list__more::after {
    background-image: url(/svcsol/category/iot/business/images/icn_arrow_01_blue.svg);
  }

  .iot-topics-list__item a:hover .iot-topics-list__more::after {
    background-image: url(/svcsol/category/iot/business/images/icn_arrow_01_blue.svg);
  }

  .iot-pickup-btn a:hover {
    background: #297cb8
      url(/svcsol/category/iot/business/images/icn_arrow_02.svg) no-repeat right
      13px center;
  }
}

/* BUSINESS CONCEPT */
.iot-business-concept {
  position: relative;
  margin-top: 119px;
  background: linear-gradient(102.66deg, #53d1df 11.33%, #2394be 89.04%);
}

.iot-business-concept-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.iot-business-concept-slider__item {
  max-width: 600px;
}

.iot-business-concept-slider__item img {
  width: 100%;
  aspect-ratio: 600 / 361;
}

.iot-business-concept .slick-list {
  overflow: visible;
}

.iot-business-concept__inner {
  padding-top: 92px;
  padding-bottom: 120px;
}

.iot-business-concept__ttl {
  position: relative;
}

.iot-business-concept__wrap {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.iot-business-concept__container {
  margin-top: 81px;
  background: #fff;
  position: relative;
}

.iot-business-concept__container__head {
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
}

.iot-business-concept__container__ttl {
  background: #333333;
  width: 248px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.iot-business-concept__container__ttl p {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0;
  line-height: normal;
}

.iot-business-concept__box {
  padding-top: 81px;
  padding-bottom: 86px;
}

.iot-business-concept__box__lead {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 160%;
  padding-left: 132px;
  padding-right: 110px;
}

.iot-business-concept__box__in {
  padding-top: 46px;
  display: flex;
  align-items: center;
  gap: 74px;
  padding-left: 121px;
  padding-right: 97px;
}

.iot-business-concept__box__img {
  padding-top: 22px;
  width: 407px;
}

.iot-business-concept__box__img img {
  width: 100%;
  height: auto;
}

.iot-business-concept__box__txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 200%;
  max-width: 500px;
}

.iot-business-concept__box__txt p:nth-child(2) {
  padding-top: 28px;
}

/* SERVICE
--------------------------------------------*/
.iot-lower-mv {
  position: relative;
}

.iot-lower-mv__img img {
  width: 100%;
  display: block;
}

.iot-lower-mv__inner {
  position: absolute;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.iot-service-wrap {
  padding-top: 150px;
}

.iot-service-about__box {
  display: flex;
  gap: 62px;
}

.iot-service-about__img {
  max-width: 541px;
  width: 100%;
}

.iot-service-about__img img {
  width: 100%;
  height: auto;
  display: block;
}

.iot-service-about__txt {
  width: 100%;
}

.iot-service-about__txt p {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0;
  padding-top: 24px;
}

.iot-service-about__txt p:nth-of-type(n + 2) {
  padding-top: 16px;
}

.iot-service-about__txt .iot-headline.-blue {
  text-align: left;
}

.iot-service-about__txt .iot-headline.-blue .-en {
  text-align: left;
}

.iot-service-about__figure {
  padding-top: 81px;
}

.iot-service-about__figure__ttl {
  display: flex;
  justify-content: center;
}

.iot-service-about__figure__ttl p {
  display: inline-flex;
  font-size: 22px;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 0;
  color: #10507e;
  padding-left: 12px;
  padding-right: 12px;
  background: #d8edf5;
  border-radius: 2px;
  height: 36px;
  align-items: center;
  justify-content: center;
  height: 36px;
}

.iot-service-about__figure__img {
  padding-top: 40px;
}

.iot-service-about__figure__img img {
  width: 100%;
  display: block;
}

.iot-service-about__figure__txt {
  background: #d8edf5;
  max-width: 1000px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.iot-service-about__figure__txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0;
  color: #333;
  padding-top: 36px;
  padding-bottom: 44px;
  padding-left: 100px;
  padding-right: 100px;
}

.iot-service-introduction {
  margin-top: 126px;
  padding-top: 114px;
  padding-bottom: 120px;
  background-image: url(/svcsol/category/iot/business/images/service/bg_service_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.iot-service-introduction__contents {
  padding-top: 58px;
}

.iot-service-introduction__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;

  display: grid;
  grid-template-columns: repeat(auto-fit, 580px);
  justify-content: center;
}

.iot-service-introduction__item {
  position: relative;
  width: 580px;
  background: #fff;
  transition: background 0.2s;
}

.iot-service-introduction__item a {
  display: block;
  padding-top: 40px;
  padding-bottom: 52px;
  padding-left: 40px;
  padding-right: 40px;
}

.iot-service-introduction__tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.02em;
  background: #10507e;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.iot-service-introduction__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #10507e;
  line-height: 160%;
  letter-spacing: 0;
}

.iot-service-introduction__txt {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0;
  padding-top: 20px;
  color: #333;
}

.iot-service-introduction__more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.iot-service-introduction__more span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.iot-service-introduction__more span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #10507e;
  bottom: -4px;
  left: 0;
}

.iot-service-introduction__more span::after {
  content: "";
  background: url(/svcsol/category/iot/business/images/service/icon_service_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 5px;
  height: 9px;
}

@media (any-hover: hover) {
  .iot-service-introduction__item:hover {
    background: #d8edf5;
    text-decoration: none;
  }

  .iot-service-introduction__item a:hover {
    color: #10507e;
    text-decoration: none;
  }
}

/* Topics
--------------------------------------------*/
.iot-topics-tag__all,
.iot-casestudy-tag__all {
  padding-top: 42px;
}

.iot-topics-tag__all p,
.iot-casestudy-tag__all p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #10507e;
  background: #fff;
  line-height: 130%;
  letter-spacing: 0;
  font-weight: 500;
  width: 163px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #10507e;
  box-sizing: border-box;
  padding-top: 9px;
  padding-bottom: 13px;
}

.iot-topics-tag__all p.is-selected,
.iot-casestudy-tag__all p.is-selected {
  background: #10507e;
  color: #fff;
}

.iot-topics-conts,
.iot-casestudy-conts {
  padding-bottom: 120px;
}

.iot-topics-list {
  margin-top: 0;
}

.iot-topics-conts .inner,
.iot-casestudy-conts .inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.topics .more-btn,
.casestudy .more-btn {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background: #7a7a7a;
  margin: 50px auto 0;
  padding-top: 20px;
  padding-bottom: 23px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

.topics .more-btn::after,
.casestudy .more-btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  top: -2px;
  bottom: 0;
}

.topics .more-btn:hover,
.casestudy .more-btn:hover {
  opacity: 0.7;
}

.iot-topics-note {
  padding-top: 20px;
  padding-left: 412px;
}

.iot-topics-note__inner {
  font-size: 14px;
  line-height: 1.4;
  text-indent: -1.6em;
}

/* Case study
--------------------------------------------*/
.iot-casestudy-note {
  padding-top: 20px;
  padding-left: 265px;
}

.iot-casestudy-note__inner {
  font-size: 14px;
  line-height: 1.4;
  text-indent: -1.6em;
}

/* AREA
--------------------------------------------*/
.iot-area-head {
  position: relative;
  padding-top: 140px;
  padding-bottom: 178px;
  background-image: url(../images/area/bg_area_01.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}

.iot-area-head__inner {
  max-width: 1100px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.iot-area-head__ttl {
  color: #10507e;
  text-align: center;
}

.iot-area-head__ttl--en {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: normal;
  font-family: "Lato", sans-serif;
}

.iot-area-head__ttl--ja {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 170%;
  padding-top: 20px;
}

.iot-area-head__txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 220%;
  letter-spacing: 0;
  padding-top: 50px;
}

.iot-area-head__txt p:nth-of-type(n + 2) {
  padding-top: 20px;
}

.iot-area-container {
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
  background: #d8edf5;
  z-index: 1;
  margin-top: -1px;
}

.iot-area-container__ttl {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 170%;
  color: #10507e;
  text-align: center;
  z-index: 1;
}

.iot-area-container__ttl::after {
  position: absolute;
  content: "IOT BUSINESS AREA";
  color: #fff;
  font-size: 123px;
  font-family: "Lato";
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.25;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: -1;
}

.iot-area-container__industry {
  position: relative;
  margin-top: 83px;
  background: #fff;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/area/bg_area_02.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}

.iot-area-container__industry__wrap {
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.iot-area-container__industry__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.iot-area-container__industry__ttl {
  font-size: 45px;
  font-weight: 500;
  color: #10507e;
  line-height: 130%;
  letter-spacing: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.iot-area-container__industry__ttl::before {
  content: "";
  background: url(../images/area/icon_area_01.svg);
  background-repeat: no-repeat;
  width: 38px;
  height: 33px;
}

.iot-area-container__industry__copy {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  text-align: center;
  padding-top: 33px;
}

.iot-area-container__industry__figure {
  padding-top: 70px;
}

.iot-area-container__industry__item {
  padding-top: 70px;
}

.iot-area-container__industry__box {
  display: flex;
  gap: 50px;
}

.iot-area-container__industry__img {
  width: 350px;
}

.iot-area-container__industry__img img {
  width: 100%;
  display: block;
}

.iot-area-container__industry__txt {
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 200%;
}

.iot-area-container__industry__txt p:nth-of-type(n + 2) {
  padding-top: 16px;
}

.iot-area-container__industry__box:nth-of-type(n + 2) {
  padding-top: 38px;
}

.iot-area-container__industry__related {
  padding-top: 70px;
}

.iot-area-container__industry__related__ttl {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 130%;
  color: #10507e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  white-space: nowrap;
}

.iot-area-container__industry__related__ttl::after {
  content: "";
  background: #9bb2c3;
  width: calc(100% - 10px);
  height: 1px;
}

.iot-area-container__industry__related__wrap {
  padding-top: 25px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.iot-area-container__industry__related__link a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  background: #10507e;
  height: 70px;
  width: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: background 0.2s;
}

.iot-area-container__industry__related__link a::after {
  position: absolute;
  content: "";
  background: url(../images/area/icon_area_02.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media (any-hover: hover) {
  .iot-area-container__industry__related__link a:hover {
    background: #297cb8;
    text-decoration: none;
  }
}

.iot-area-container__agriculture {
  position: relative;
  margin-top: 83px;
  background: #fff;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/area/bg_area_03.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}

.iot-area-container__agriculture__wrap {
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.iot-area-container__agriculture__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.iot-area-container__agriculture__ttl {
  font-size: 45px;
  font-weight: 500;
  color: #10507e;
  line-height: 130%;
  letter-spacing: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.iot-area-container__agriculture__ttl::before {
  content: "";
  background: url(../images/area/icon_area_03.svg);
  background-repeat: no-repeat;
  width: 38px;
  height: 31px;
}

.iot-area-container__agriculture__copy {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
  text-align: center;
  padding-top: 33px;
}

.iot-area-container__agriculture__figure__ttl {
  width: 509px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}

.iot-area-container__agriculture__figure {
  padding-top: 30px;
}

.iot-area-container__agriculture__item {
  padding-top: 70px;
}

.iot-area-container__agriculture__box {
  display: flex;
  gap: 50px;
}

.iot-area-container__agriculture__img {
  width: 350px;
}

.iot-area-container__agriculture__img img {
  width: 100%;
  display: block;
}

.iot-area-container__agriculture__txt {
  width: 600px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 200%;
}

.iot-area-container__agriculture__txt p:nth-of-type(n + 2) {
  padding-top: 16px;
}

.iot-area-container__agriculture__box:nth-of-type(n + 2) {
  padding-top: 38px;
}

.iot-area-container__agriculture__related {
  padding-top: 70px;
}

.iot-area-container__agriculture__related__ttl {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 130%;
  color: #10507e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  white-space: nowrap;
}

.iot-area-container__agriculture__related__ttl::after {
  content: "";
  background: #9bb2c3;
  width: calc(100% - 10px);
  height: 1px;
}

.iot-area-container__agriculture__related__wrap {
  padding-top: 25px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.iot-area-container__agriculture__related__link a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  background: #10507e;
  height: 70px;
  width: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: background 0.2s;
}

.iot-area-container__agriculture__related__link a::after {
  position: absolute;
  content: "";
  background: url(../images/area/icon_area_02.svg);
  width: 12px;
  height: 12px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media (any-hover: hover) {
  .iot-area-container__agriculture__related__link a:hover {
    background: #297cb8;
    text-decoration: none;
  }
}
