/*! Writen  by SCSS */
.iot_wrap .qua_ttl.bg {
  background: #a89990;
  line-height: 1;
  padding: 10px;
  color: #fff; }
.iot_wrap .sec01 .sec01_wrap01 {
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: clamp(10px, 1.667vw, 20px);
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .iot_wrap .sec01 .sec01_wrap01 {
      align-items: center;
      margin-bottom: 50px; } }
  .iot_wrap .sec01 .sec01_wrap01 .qua_ttl {
    width: 100%;
    line-height: 1.4; }
  .iot_wrap .sec01 .sec01_wrap01 .img01 {
    width: 11.92%; }
    @media screen and (max-width: 480px) {
      .iot_wrap .sec01 .sec01_wrap01 .img01 {
        width: 20%; } }
  .iot_wrap .sec01 .sec01_wrap01 .qua_txt {
    width: 50.42%; }
    @media screen and (max-width: 480px) {
      .iot_wrap .sec01 .sec01_wrap01 .qua_txt {
        width: 76%; } }
  .iot_wrap .sec01 .sec01_wrap01 .img02 {
    width: 31.84%; }
    @media screen and (max-width: 480px) {
      .iot_wrap .sec01 .sec01_wrap01 .img02 {
        width: 100%; } }
.iot_wrap .sec01 .sec01_wrap02 {
  margin-bottom: clamp(50px, 6.667vw, 80px); }
  .iot_wrap .sec01 .sec01_wrap02 .btn_wrap {
    margin-bottom: 20px; }
    .iot_wrap .sec01 .sec01_wrap02 .btn_wrap .list {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      align-items: flex-start;
      align-content: start;
      grid-auto-flow: dense;
      justify-content: space-between;
      gap: 6px; }
      .iot_wrap .sec01 .sec01_wrap02 .btn_wrap .list li {
        position: relative;
        aspect-ratio: 1;
        display: grid;
        place-items: center;
        line-height: 1;
        color: #bf2128;
        font-size: 30px;
        cursor: pointer; }
        .iot_wrap .sec01 .sec01_wrap02 .btn_wrap .list li::after {
          content: '';
          position: absolute;
          inset: 0;
          border: 1px solid #bf2128; }
        .iot_wrap .sec01 .sec01_wrap02 .btn_wrap .list li.active {
          background: #bf2128;
          color: #fff; }
  .iot_wrap .sec01 .sec01_wrap02 .text_list {
    position: relative; }
    .iot_wrap .sec01 .sec01_wrap02 .text_list li {
      position: relative;
      padding: 15px;
      opacity: 0;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
      pointer-events: none; }
      .iot_wrap .sec01 .sec01_wrap02 .text_list li.active {
        position: relative;
        pointer-events: all;
        opacity: 1; }
      .iot_wrap .sec01 .sec01_wrap02 .text_list li::after {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        border: 1px solid #bf2128; }
      .iot_wrap .sec01 .sec01_wrap02 .text_list li .qua_ttl {
        display: flex;
        align-items: baseline;
        color: #000000;
        font-size: 3.4vw;
        margin-bottom: 0.4em;
        height: fit-content !important; }
        .iot_wrap .sec01 .sec01_wrap02 .text_list li .qua_ttl .icon {
          width: 28px;
          height: 28px;
          font-size: 20px;
          background: #bf2128; }
.iot_wrap .sec01 .sec01_wrap03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.49%;
  row-gap: clamp(20px, 2.5vw, 30px);
  margin-bottom: clamp(50px, 10vw, 120px); }
  .iot_wrap .sec01 .sec01_wrap03 .item {
    width: 31.67%;
    position: relative;
    row-gap: 10px; }
    @media screen and (max-width: 480px) {
      .iot_wrap .sec01 .sec01_wrap03 .item {
        width: 100% !important; } }
    .iot_wrap .sec01 .sec01_wrap03 .item::after {
      content: '';
      position: absolute;
      inset: 0;
      border: 1px solid #000;
      pointer-events: none; }
    .iot_wrap .sec01 .sec01_wrap03 .item .ttl {
      display: flex;
      align-items: center;
      column-gap: 2.64%;
      font-size: clamp(14px, 1.334vw, 16px);
      background: #bde9e5;
      padding: 10px;
      line-height: 1.5; }
      .iot_wrap .sec01 .sec01_wrap03 .item .ttl .icon {
        border-radius: 50%;
        background: #b60005;
        display: inline-block;
        aspect-ratio: 75/40;
        width: 75px;
        flex-shrink: 0;
        display: grid;
        place-items: center;
        line-height: 1;
        color: #fff;
        font-size: clamp(13px, 1.334vw, 16px); }
        @media screen and (max-width: 480px) {
          .iot_wrap .sec01 .sec01_wrap03 .item .ttl .icon {
            width: 60px; } }
    .iot_wrap .sec01 .sec01_wrap03 .item .in_box {
      padding: 0 20px;
      display: flex;
      flex-direction: column; }
  .iot_wrap .sec01 .sec01_wrap03 .item01 .in_box {
    row-gap: clamp(10px, 1.25vw, 15px); }
    .iot_wrap .sec01 .sec01_wrap03 .item01 .in_box .img {
      margin-left: auto; }
  .iot_wrap .sec01 .sec01_wrap03 .item02 .in_box {
    height: 100%;
    justify-content: space-between; }
    .iot_wrap .sec01 .sec01_wrap03 .item02 .in_box .img {
      margin-left: auto; }
  .iot_wrap .sec01 .sec01_wrap03 .item03 .in_box {
    height: 100%;
    justify-content: space-between;
    row-gap: clamp(10px, 1.167vw, 14px); }
  .iot_wrap .sec01 .sec01_wrap03 .item03 .img_wrap {
    align-items: flex-end; }
    .iot_wrap .sec01 .sec01_wrap03 .item03 .img_wrap .img {
      width: 49.12%; }
      .iot_wrap .sec01 .sec01_wrap03 .item03 .img_wrap .img:nth-child(2) {
        width: 45.3%; }
  .iot_wrap .sec01 .sec01_wrap03 .item04 .ttl02, .iot_wrap .sec01 .sec01_wrap03 .item05 .ttl02 {
    background: #dcdddd; }
    .iot_wrap .sec01 .sec01_wrap03 .item04 .ttl02 .icon02, .iot_wrap .sec01 .sec01_wrap03 .item05 .ttl02 .icon02 {
      font-size: clamp(10px, 1vw, 12px);
      color: #fff;
      background: #898989;
      flex-shrink: 0;
      line-height: 1;
      padding: 8px 5px; }
  .iot_wrap .sec01 .sec01_wrap03 .item04 .in_box, .iot_wrap .sec01 .sec01_wrap03 .item05 .in_box {
    padding-bottom: clamp(10px, 1.25vw, 15px); }
  .iot_wrap .sec01 .sec01_wrap03 .item04 {
    width: 30%; }
  .iot_wrap .sec01 .sec01_wrap03 .item05 {
    width: 34.34%; }
    .iot_wrap .sec01 .sec01_wrap03 .item05 .qua_txt {
      width: fit-content;
      margin-inline: auto; }
      @media screen and (max-width: 480px) {
        .iot_wrap .sec01 .sec01_wrap03 .item05 .qua_txt {
          margin-inline: 0; } }
.iot_wrap .sec01 .sec01_wrap04 .item01 {
  flex-wrap: wrap;
  flex-direction: row; }
  @media screen and (max-width: 480px) {
    .iot_wrap .sec01 .sec01_wrap04 .item01 {
      flex-wrap: wrap;
      margin-bottom: 30px; } }
  .iot_wrap .sec01 .sec01_wrap04 .item01 .qua_ttl {
    width: 100%; }
  .iot_wrap .sec01 .sec01_wrap04 .item01 .img {
    width: 27.17%; }
    @media screen and (max-width: 480px) {
      .iot_wrap .sec01 .sec01_wrap04 .item01 .img {
        width: 70%;
        margin-inline: auto; } }
  .iot_wrap .sec01 .sec01_wrap04 .item01 .qua_txt {
    width: 70.17%; }
    @media screen and (max-width: 480px) {
      .iot_wrap .sec01 .sec01_wrap04 .item01 .qua_txt {
        width: 100%; } }
.iot_wrap .sec01 .sec01_wrap04 .item02 {
  width: 70%;
  margin-left: auto;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: clamp(-80px, -9.52%, -10px); }
  @media screen and (max-width: 480px) {
    .iot_wrap .sec01 .sec01_wrap04 .item02 {
      margin-top: 0;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in {
      width: 100% !important; } }
  .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in .ttl_border {
    font-size: clamp(13px, 1.25vw, 15px);
    padding-bottom: 0.5em;
    line-height: 1;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 1em;
    max-width: 440px;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in .ttl_border {
        padding-bottom: 0.7em; } }
  .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in .text_list {
    display: flex;
    flex-direction: column;
    row-gap: clamp(15px, 2.5vw, 30px); }
    .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in .text_list li .ttl {
      color: #fff;
      margin-bottom: 0.5em;
      padding: 5px;
      background: linear-gradient(90deg, #719aa7 20%, #fff 100%);
      line-height: 1; }
    .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in .text_list li .txt {
      font-size: clamp(11px, 1.084vw, 13px); }
  .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in01 {
    width: 35%; }
  .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in02 {
    width: 60.12%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
    .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in02 .text_list {
      width: 57.83%; }
      @media screen and (max-width: 480px) {
        .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in02 .text_list {
          width: 100%;
          margin-bottom: 15px; } }
    .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in02 .img {
      width: 36.64%; }
      @media screen and (max-width: 480px) {
        .iot_wrap .sec01 .sec01_wrap04 .item02 .item_in02 .img {
          width: 100%;
          max-width: 185px;
          margin-inline: auto; } }
  .iot_wrap .sec01 .sec01_wrap04 .item02 .cap_l {
    width: 100%; }

/*# sourceMappingURL=quality06.css.map */
