@charset "UTF-8";

/* 下層ページ共通部分 */
.container.under_page {
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-top: 118px;
}

ul.att {
  margin: 0 auto;
}

.sub_ttl {
  font-size: 26px;
  text-align: center;
}

.ttl_txt {
  font-size: 18px;
  text-align: center;
}

.txt {
  font-size: 18px;
  text-align: center;
}

.normal_txt {
  font-size: 16px;
  text-align: center;
}

.page_txt {
  font-size: 14px;
  text-align: center;
}

.page_ttl {
  /* background-image: url(../img/copy_img.jpg); */
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 15%;
  position: relative;
}

.page_ttl h2 {
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #eae4d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page_ttl h2 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
}

figure {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .container.under_page {
    padding-top: 158px;
  }
}

@media only screen and (max-width: 767px) {
  .container.under_page {
    padding-top: 0;
  }

  .page_ttl {
    background-position: center right;
    padding: 18% 0;
  }

  .page_ttl h2 {
    width: 100%;
    font-size: 24px;
    text-align: center;
  }

  .page_ttl h2 span {
    font-size: 13px;
  }

  .sub_ttl {
    font-size: 20px;
  }

  .txt {
    font-size: 14px;
  }

  .ttl_txt {
    font-size: 16px;
  }
}

/* 下層ページ共通部分ここまで */
.w_100 {
  width: 100%;
}

/* コピー */
.copy {
  padding: 0 0 50px 0;
}

.copy p.ttl {
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}

.copy p.txt {
  font-size: 14px;
  line-height: 2;
}

.item_txt {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.en_txt {
  display: block;
  font-size: 24px;
  text-align: left;
}

.small {
  font-size: 12px;
}

.smart_ttl {
  text-align: center;
}

.smart_ttl .ttl_txt {
  align-items: center;
  justify-content: center;
  line-height: 1.8;
  text-align: center;
}

.smart_ttl .ttl_txt.flex {
  padding: 70px 0;
}

.smart_ttl .ttl_txt .ttl_Img {
  /* width: 27%; */
  max-width: 230px;
  margin-right: 40px;
}

/* .smart_ttl .ttl_txt .ttl_Text {
  width: 70%;
} */

/* スライダーのwrapper */
.infinite-slider {
  margin: 0 auto;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 302px !important;
  /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

/* スライド内キャプション */
.loop_Box {
  position: relative;
}

.loop_caption {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: -25px;
  right: 5px;
}

.iot {
  background: #f6f5f0;
  padding: 70px 0;
}

.iot h3 {
  font-size: 30px;
  color: #2b4d78;
  text-align: center;
  margin-bottom: 40px;
}

.iot_2column {
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.iot_2column li {
  width: 45%;
  max-width: 450px;
  margin-right: 10%;
}

.iot_2column li:nth-of-type(2n) {
  margin-right: 0;
}

.iot_2column li p {
  text-align: left;
}

.iot_2column li figure {
  margin-top: 20px;
}

.iot .remote {
  padding-top: 30px;
}

.iot .remote li {
  width: 100%;
  position: relative;
  padding-left: 15px;
}

.iot .remote li::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #2b4d78;
  position: absolute;
  top: 0;
  left: 0;
}

.iot .remote li .item_txt {
  margin-top: 20px;
}

.iot .smart_ttl .txt {
  text-align: center;
}

.iot_item {
  margin-top: 100px;
}

.iot_item_3column li:not(:first-of-type) {
  margin-top: 80px;
}

.iot_item_3column li p {
  text-align: left;
}

.iot_item_3column li p.iot_item_ttl {
  font-size: 20px;
  color: #fff;
  background: #2b4d78;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}

.iot_item_3column li p.iot_item_ttl span {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}

.iot_item_3column li .description {
  margin-top: 10px;
}

.iot_item_3column li .description p {
  font-size: 12px;
  text-align: left;
}

.iot_item_3column li p.normal_txt {
  margin-top: 30px;
}

.iot_item_3column li figure.smart06 {
  max-width: 612px;
  margin: 0 auto;
}

.smart03 {
  margin-top: 30px;
}

.smart07 {
  margin-top: 20px;
}

.iot_item_3column li .support_3column {
  flex-wrap: wrap;
  margin-top: 20px;
}

.iot_item_3column li .support_3column li {
  width: calc((100% - 70px) / 3);
  max-width: 310px;
  margin: 0 35px 0 0;
}

.iot_item_3column li .support_3column li p.support_ttl {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #768b8f;
  padding: 5px 0;
}

.iot_item_3column li .support_3column li:nth-of-type(3n) {
  margin-right: 0;
}

.iot_item_3column li.wifi {
  border-top: 1px solid #768b8f;
  border-bottom: 1px solid #768b8f;
}

.iot_item_3column li.wifi {
  display: flex;
  flex-wrap: wrap;
}

.iot_item_3column li.wifi figure {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .en_txt {
    font-size: 18px;
  }

  .smart_ttl .ttl_txt {
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .smart_ttl .ttl_txt.flex {
    padding: 40px 0;
  }

  .smart_ttl .ttl_txt .ttl_Img {
    display: block;
    width: 38%;
    max-width: 100%;
    margin: 0 6% 0 0;
  }

  .smart_ttl .ttl_txt .ttl_Text {
    width: 56%;
    font-size: 16px;
  }

  .copy {
    padding: 0;
  }

  .copy p.ttl {
    font-size: 18px;
  }

  .infinite-slider .swiper-slide {
    height: 151px !important;
    /* 高さを指定 */
    width: auto !important;
  }

  .iot h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .iot_2column li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .iot_2column li.iot_2column_item:nth-of-type(n+2) {
    margin-top: 60px;
  }

  .iot .remote {
    padding-top: 0;
  }

  .iot_2column {
    margin-bottom: 50px;
  }

  .iot_2column li figure {
    width: 70%;
    margin: 20px auto 0;
  }

  .iot .smart_ttl {
    padding: 30px 0 20px 0;
  }

  .iot_item {
    margin-top: 30px;
  }

  .iot_item_3column li:not(:first-of-type) {
    margin-top: 60px;
  }

  .iot_item_3column li p.iot_item_ttl {
    font-size: 18px;
  }

  .iot_item_3column li p.iot_item_ttl span {
    font-size: 14px;
  }

  .iot_item_3column li p.normal_txt {
    margin-top: 20px;
  }

  .iot_item_3column li .support_3column li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .iot_item_3column li .support_3column li:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .iot_item_3column li .support_3column li p.support_ttl {
    font-size: 18px;
  }

  .js-scrollable {
    overflow-y: hidden;
  }

   .js-scrollable img {
    width:500px;
    height: auto;
   }
}