@charset "utf-8";

/*================================================
 * --tech
 ================================================*/

/* table01 */
.--company .table01 th,
.--company .table01 td {
  width: 200px;
}

.--company .table01 th:last-of-type,
.--company .table01 td:last-of-type {
  width: calc(100% - 200px);
  padding-left: 1em;
  text-align: left;
}


.--company .table02 th,
.--company .table02 td {
  width: 240px;
}

.--company .table02 th:last-of-type,
.--company .table02 td:last-of-type {
  width: calc(100% - 240px);
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}

.--company .table02 .col {
  align-items: center;
  gap: 46px;
}




.--company .table02 .col p:first-of-type {
  width: 120px;
}

.--company .table02 .col p:nth-of-type(2) {
  width: calc(100% - 166px);
}

/* en */
html[lang="en"] .--company .table02 .col p:first-of-type {
  width: 160px;
}

html[lang="en"] .--company .table02 .col p:nth-of-type(2) {
  width: calc(100% - 206px);
}




.--company .col-lg-2 .box-2 {
  width: 33%;
}

.--company .col-lg-2 .box-3 {
  width: calc(100% - (33% + 48px));
}


.--company .table03 th {
  width: 33.333%;
}

/* factory_swiper */
.--company .factory_swiper-box {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.--company .factory_swiper-box .swiper-slide img {
  overflow: hidden;
  object-fit: cover;
  aspect-ratio: 1350/751;
}

.--company .factory_swiper-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

.--company .factory_swiper-box .swiper-pagination-bullet-active {
  background: #000000;
}



.--company .pin-access {
  width: 22px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}

.--company .col-fit {
  gap: 100px;
}


.--company #intro img {
  aspect-ratio: 3/4;
  overflow: hidden;
  object-fit: cover;
}

@media screen and (max-width: 1023.8px) {

  .--company .table02 .col {
    gap: 12px;
    flex-direction: column;
    align-items: start;
  }

  .--company .table02 .col p:first-of-type,
  .--company .table02 .col p:nth-of-type(2),
  html[lang="en"] .--company .table02 .col p:first-of-type,
  html[lang="en"] .--company .table02 .col p:nth-of-type(2) {
    width: 100%;
  }
}

@media screen and (max-width: 768.8px) {

  .--company .table01 th,
  .--company .table01 td {
    width: 110px;
  }

  .--company .table01 th:last-of-type,
  .--company .table01 td:last-of-type {
    width: calc(100% - 110px);
  }

  .--company .table02 th,
  .--company .table02 td {
    width: 110px;
  }

  .--company .table02 th:last-of-type,
  .--company .table02 td:last-of-type {
    width: calc(100% - 110px);
    padding-left: 1em;
    padding-right: 1em;
  }

  .--company .col-lg-2 .box-2 {
    width: 100%;
  }

  .--company .col-lg-2 .box-3 {
    width: 100%;
  }
}