@charset "utf-8";
.pa15 {
  padding-bottom: 15px;
}
.pa30 {
  padding-bottom: 30px;
}
.pa40 {
  padding-bottom: 40px;
}
.pa50 {
  padding-bottom: 50px;
}
.pa60 {
  padding-bottom: 60px;
}
.pa70 {
  padding-bottom: 70px;
}
.pa80 {
  padding-bottom: 80px;
}
.pa100 {
  padding-bottom: 100px;
}
.pa120 {
  padding-bottom: 120px;
}
.ma15 {
  margin-bottom: 15px;
}
.ma20 {
  margin-bottom: 20px;
}
.ma30 {
  margin-bottom: 30px;
}
.mat40 {
  margin-top: 40px;
}
.ma40 {
  margin-bottom: 40px;
}
.ma50 {
  margin-bottom: 50px;
}
.ma60 {
  margin-bottom: 60px;
}
.mat60 {
  margin-top: 60px;
}
.ma70 {
  margin-bottom: 70px;
}
.ma80 {
  margin-bottom: 80px;
}
.ma100 {
  margin-bottom: 100px;
}
.ma120 {
  margin-bottom: 120px;
}
.ga60 {
  gap: max(var(--px-60), 30px);
}
.ga40 {
  gap: max(var(--px-40), 20px);
}
/*mv*/
.sub-mv {
  padding-top: 180px;
  padding-bottom: 100px;
}
.sub-mv h2 {
  font-size: max(var(--px-64), 3.2rem);
  font-weight: 300;
}
.post-mv {
  background: url(../../../uploads/2026/03/sub-main-item.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.service-mv {
  background: url(../../../uploads/2026/03/sub-main-service.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.company-mv {
  background: url(../../../uploads/2026/03/sub-main-company.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-mv {
  background: url(../../../uploads/2026/03/sub-main-contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.page-company {
  background: #1a1a1a;
}
.p-sec1 {
  padding-top: 60px;
}
/*item*/
.item-inner {
  background: #393939;
  padding-top: 60px;
  padding-bottom: 80px;
}
.sub-item-wrap {
  display: grid;
  grid-template-columns: repeat(4, max(var(--px-300), 170px));
  justify-content: space-between;
  gap: 80px 0;
}
.item-thumbnail img {
  width: 100%;
  height: max(var(--px-300), 170px);
  object-fit: cover;
  object-position: center;
}
.item-thumbnail {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.item-thumbnail::after {
  content: "";
  width: 62px;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.style-table .row {
  display: flex;
  gap: var(--px-40), 20px;
}

.style-table dt {
  font-size: max(var(--px-20), 1.6rem);
  line-height: 1.6;
  width: max(var(--px-320), 160px);
  padding: 30px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.style-table dd {
  font-size: max(var(--px-20), 1.6rem);
  line-height: 1.6;
  padding: 30px 0 30px 50px;
  flex: 1;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.sub-gwrap {
  height: clamp(350px, var(--px-461), 460px);
}
.contact-wrap {
  max-width: (var(--px-1120), 1120px);
  padding-inline: 5.55vw;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #cbcbcb;
}
.policy {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: max(var(--px-60), 20px);
  background: #fff;
}
.policy-wrap {
  height: 200px;
  padding-right: max(var(--px-40), 20px);
  overflow: auto;
}
.policy-wrap::-webkit-scrollbar {
  width: 3px;
}
.policy-wrap::-webkit-scrollbar-track {
  background: #fff;
}
.policy-wrap::-webkit-scrollbar-thumb {
  background: #434343;
}
.policy-wrap::-webkit-scrollbar-thumb:hover {
  background: #434343;
}
/* .policy-wrap {
  scrollbar-width: 3px;
  scrollbar-color: #434343 #fff;
} */
.policy .font5 {
  margin-bottom: 50px;
}
.policy p {
  margin-bottom: 2em;
}
.policy .policy-ltxt {
  font-weight: 400;
  font-size: max(var(--px-20), 1.6rem);
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .sub-item-wrap {
    gap: 40px 0;
  }
}
@media screen and (max-width: 680px) {
  .pa60,
  .pa70,
  .pa80 {
    padding-bottom: 30px;
  }
  .pa100,
  .pa120 {
    padding-bottom: 50px;
  }

  .ma70,
  .ma80,
  .ma100,
  .ma120 {
    margin-bottom: 50px;
  }
  .ma60 {
    margin-bottom: 30px;
  }
  .sub-item-wrap {
    grid-template-columns: repeat(2, max(var(--px-300), 170px));
  }
  .style-table .row {
    flex-direction: column;
  }
  .style-table dd {
    margin: 0;
    padding: 10px 0 10px 10px;
  }
  .style-table dt {
    justify-content: flex-start;
    padding: 10px 0 0px 5px;
    width: 100%;
    border-bottom: 0;
  }
  .contact-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .policy {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .policy .font5 {
    margin-bottom: 20px;
  }
  .table-form th {
    padding: 20px 0;
  }
}
