:root {
  --green1: #0D642F;
  --green2: #10281B;
  --green3: #768C80;
  --black1: #0F0F0F;
  --black2: #070707;
  --black3: #171717;
  --grey1: #B5B5B5;
  --grey2: #8B8B8B;
  --grey3: #434343;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: var(--black1);
  font-family: "Montserrat", serif;
}

.hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 41.8229166667vw;
  overflow: hidden;
}
.hero .bg {
  width: 100%;
  height: 100%;
  display: flex;
}
.hero .bg::after {
  content: "";
  position: absolute;
  height: 20.8333333333vw;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 0%, #0F0F0F 100%);
}
.hero .bg .history-wrapper {
  width: 50vw;
  position: relative;
}
.hero .bg .history-wrapper .img-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: var(--black1);
  z-index: 2;
  position: relative;
}
.hero .bg .history-wrapper .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 40%;
}
.hero .bg .history-wrapper .info-container {
  position: absolute;
  z-index: 3;
  bottom: 6.25vw;
  left: 12.5vw;
  width: 37.03125vw;
}
.hero .bg .history-wrapper .info-container .title {
  width: 33.6458333333vw;
  font-weight: 400;
  font-size: 2.9166666667vw;
  color: white;
}
.hero .bg .history-wrapper .info-container .title span {
  font-weight: 700;
}
.hero .bg .history-wrapper .info-container .links-main {
  margin-top: 2.7083333333vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625vw;
}
.hero .bg .history-wrapper .info-container .links-main a {
  text-decoration: none;
}
.hero .bg .history-wrapper .info-container .links-main .item {
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
  padding: 0.8333333333vw 1.25vw;
  white-space: nowrap;
  border-radius: 2.65625vw;
  border: 1px solid var(--grey3);
  transition: background-color 300ms ease, border 300ms ease;
}
.hero .bg .history-wrapper .info-container .links-main .item:hover {
  background-color: var(--green1);
  border: 1px solid var(--green1);
}
.hero .bg .tracking-wrapper {
  width: 50vw;
}
.hero .bg .tracking-wrapper .img-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero .bg .tracking-wrapper .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  opacity: 40%;
}
.hero .bg .tracking-wrapper .img-container img.img-pc {
  display: block;
}
.hero .bg .tracking-wrapper .img-container img.img-mobile {
  display: none;
}
.hero .bg .tracking-wrapper .info-container {
  position: absolute;
  z-index: 3;
  bottom: 6.25vw;
  right: 12.5vw;
  width: 37.03125vw;
}
.hero .bg .tracking-wrapper .info-container .title {
  margin-left: auto;
  text-align: right;
  position: relative;
  width: 30.4166666667vw;
  font-weight: 400;
  font-size: 2.9166666667vw;
  color: white;
}
.hero .bg .tracking-wrapper .info-container .title span {
  font-weight: 700;
}
.hero .bg .tracking-wrapper .info-container .links-main {
  margin-top: 2.7083333333vw;
}
.hero .bg .tracking-wrapper .info-container .links-main a {
  text-decoration: none;
}
.hero .bg .tracking-wrapper .info-container .links-main .item {
  float: right;
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
  padding: 0.8333333333vw 1.25vw;
  white-space: nowrap;
  border-radius: 2.65625vw;
  border: 1px solid var(--grey3);
  transition: background-color 300ms ease, border 300ms ease;
}
.hero .bg .tracking-wrapper .info-container .links-main .item:hover {
  background-color: var(--green1);
  border: 1px solid var(--green1);
}

.breadcrumb {
  z-index: 1;
  position: relative;
  margin-top: 7.0833333333vw;
  font-weight: 600;
  font-size: 0.8333333333vw;
  padding-left: 12.5vw;
}
.breadcrumb ol {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.breadcrumb ol li {
  list-style: none;
  color: var(--grey1);
}
.breadcrumb ol li a {
  color: white;
  text-decoration: none;
}
.breadcrumb ol .line {
  width: 0.8333333333vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.advantages-wrapper {
  margin-top: 42.03125vw;
  padding: 0px 12.5vw;
}
.advantages-wrapper .title-section {
  display: flex;
  align-items: last baseline;
  justify-content: space-between;
}
.advantages-wrapper .title-section .title {
  width: 49.5833333333vw;
  font-size: 2.9166666667vw;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
}
.advantages-wrapper .title-section .title span {
  color: var(--green1);
}
.advantages-wrapper .title-section .subtitle {
  width: 24.1666666667vw;
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: var(--grey2);
}
.advantages-wrapper .achievement-section {
  margin-top: 4.1666666667vw;
  display: grid;
  gap: 1.25vw;
  grid-template-columns: repeat(2, 1fr);
}
.advantages-wrapper .achievement-section .item {
  background-color: var(--black3);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.advantages-wrapper .achievement-section .item .info {
  margin: 3.125vw 1.953125vw 3.125vw 3.125vw;
}
.advantages-wrapper .achievement-section .item .title {
  font-size: 1.25vw;
  font-weight: 500;
  color: white;
}
.advantages-wrapper .achievement-section .item .description {
  margin-top: 0.8333333333vw;
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: var(--grey2);
}
.advantages-wrapper .achievement-section .item .bg-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14.4791666667vw;
}
.advantages-wrapper .achievement-section .item .imgs {
  height: 100%;
}
.advantages-wrapper .achievement-section .item .ach-img {
  position: relative;
  z-index: 1;
  width: 14.4791666667vw;
  height: 100%;
}

.faq-wrapper {
  margin-top: 8.3333333333vw;
  padding: 0px 12.5vw;
}
.faq-wrapper .title-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.faq-wrapper .title-container .title {
  width: 55.5729166667vw;
  font-weight: 400;
  font-size: 2.9166666667vw;
  color: white;
}
.faq-wrapper .title-container .title span {
  color: var(--grey2);
}
.faq-wrapper .title-container .section-name {
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: white;
  padding: 0.8333333333vw 1.25vw;
  border-radius: 2.65625vw;
  border: 1px solid var(--green1);
}
.faq-wrapper .faq-main {
  margin-top: 3.75vw;
}
.faq-wrapper .faq-main .item {
  padding: 2.0833333333vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-wrapper .faq-main .item.active .question-item .icon {
  background-color: var(--green1);
  border: 1px solid var(--green1);
}
.faq-wrapper .faq-main .item.active .question-item .icon .open {
  display: none;
}
.faq-wrapper .faq-main .item.active .question-item .icon .close {
  display: block;
}
.faq-wrapper .faq-main .item.active .answer-item {
  margin-top: 1.5625vw;
}
.faq-wrapper .faq-main .item .question-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-wrapper .faq-main .item .question-item:hover {
  cursor: pointer;
}
.faq-wrapper .faq-main .item .question-item:hover .icon {
  background-color: var(--green1);
  border: 1px solid var(--green1);
}
.faq-wrapper .faq-main .item .question-item .title {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
.faq-wrapper .faq-main .item .question-item .title .number {
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: var(--grey2);
  padding: 0.8333333333vw 1.25vw;
  border-radius: 2.65625vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-wrapper .faq-main .item .question-item .title .name {
  font-weight: 600;
  font-size: 1.25vw;
  color: white;
}
.faq-wrapper .faq-main .item .question-item .icon {
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 300ms ease, border 300ms ease;
}
.faq-wrapper .faq-main .item .question-item .icon svg {
  width: 0.8333333333vw;
}
.faq-wrapper .faq-main .item .question-item .icon .close {
  display: none;
}
.faq-wrapper .faq-main .item .answer-item {
  margin-top: 0px;
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: var(--grey2);
  max-height: 0px;
  overflow: hidden;
  transition: margin-top 300ms ease;
}

@media (max-width: 1024px) {
  .hero {
    position: relative;
    height: 264.631043257vw;
  }
  .hero .bg {
    flex-direction: column;
  }
  .hero .bg::after {
    width: 0;
    height: 0;
  }
  .hero .bg .history-wrapper {
    width: 100%;
    height: 132.3155216285vw;
  }
  .hero .bg .history-wrapper .info-container {
    bottom: 9.1603053435vw;
    left: 5.0890585242vw;
    width: calc(100% - 10.1781170483vw);
  }
  .hero .bg .history-wrapper .info-container .title {
    width: 100%;
    font-size: 8.1424936387vw;
  }
  .hero .bg .history-wrapper .info-container .links-main {
    margin-top: 4.0712468193vw;
    gap: 3.0534351145vw;
    flex-direction: column;
  }
  .hero .bg .history-wrapper .info-container .links-main .item {
    font-size: 4.0712468193vw;
    padding: 4.0712468193vw 6.106870229vw;
    border-radius: 12.9770992366vw;
    text-align: center;
  }
  .hero .bg .tracking-wrapper {
    width: 100%;
    height: 132.3155216285vw;
  }
  .hero .bg .tracking-wrapper .img-container {
    position: relative;
    overflow: visible;
    width: 255.4707379135vw;
    height: 143.7659033079vw;
  }
  .hero .bg .tracking-wrapper .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: -53%;
  }
  .hero .bg .tracking-wrapper .img-container img.img-pc {
    display: none;
  }
  .hero .bg .tracking-wrapper .img-container img.img-mobile {
    display: block;
  }
  .hero .bg .tracking-wrapper .info-container {
    bottom: 16.7938931298vw;
    right: 5.0890585242vw;
    width: calc(100% - 10.1781170483vw);
  }
  .hero .bg .tracking-wrapper .info-container .title {
    text-align: left;
    width: 100%;
    font-size: 8.1424936387vw;
  }
  .hero .bg .tracking-wrapper .info-container .links-main {
    margin-top: 4.0712468193vw;
  }
  .hero .bg .tracking-wrapper .info-container .links-main .item {
    font-size: 4.0712468193vw;
    padding: 4.0712468193vw 0;
    border-radius: 12.9770992366vw;
    width: 100%;
    text-align: center;
  }
  .breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5.0890585242vw;
    margin-top: 19.3384223919vw;
    font-size: 4.0712468193vw;
  }
  .breadcrumb ol {
    gap: 3.0534351145vw;
    white-space: nowrap;
    overflow: hidden;
  }
  .breadcrumb ol .line {
    width: 4.0712468193vw;
    min-width: 4.0712468193vw;
  }
  .advantages-wrapper {
    margin-top: 18.320610687vw;
    padding: 0 5.0890585242vw;
  }
  .advantages-wrapper .title-section {
    flex-direction: column;
    gap: 4.0712468193vw;
  }
  .advantages-wrapper .title-section .title {
    font-size: 8.1424936387vw;
    width: 100%;
  }
  .advantages-wrapper .title-section .subtitle {
    font-size: 4.0712468193vw;
    width: 100%;
  }
  .advantages-wrapper .achievement-section {
    margin-top: 15.2671755725vw;
    gap: 6.106870229vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .advantages-wrapper .achievement-section .item {
    flex-direction: column-reverse;
    background-color: var(--black2);
  }
  .advantages-wrapper .achievement-section .item .imgs {
    position: relative;
    width: 100%;
    height: 52.9262086514vw;
    overflow: hidden;
  }
  .advantages-wrapper .achievement-section .item .imgs .ach-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .advantages-wrapper .achievement-section .item .imgs .bg-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .advantages-wrapper .achievement-section .item .info {
    margin: 6.106870229vw;
  }
  .advantages-wrapper .achievement-section .item .info .title {
    font-size: 6.106870229vw;
  }
  .advantages-wrapper .achievement-section .item .info .description {
    margin-top: 4.0712468193vw;
    font-size: 4.0712468193vw;
  }
  .faq-wrapper {
    margin-top: 18.320610687vw;
    padding: 0 5.0890585242vw;
  }
  .faq-wrapper .title-container .title {
    width: 100%;
    font-size: 8.1424936387vw;
  }
  .faq-wrapper .title-container .section-name {
    display: none;
  }
  .faq-wrapper .faq-main {
    margin-top: 15.2671755725vw;
  }
  .faq-wrapper .faq-main .item {
    padding: 5.0890585242vw 4.0712468193vw;
  }
  .faq-wrapper .faq-main .item .question-item .title {
    width: 62.3409669211vw;
  }
  .faq-wrapper .faq-main .item .question-item .title .number {
    display: none;
  }
  .faq-wrapper .faq-main .item .question-item .title .name {
    font-size: 5.0890585242vw;
  }
  .faq-wrapper .faq-main .item .question-item .icon {
    width: 13.2315521628vw;
    height: 13.2315521628vw;
  }
  .faq-wrapper .faq-main .item .question-item .icon svg {
    width: 4.0712468193vw;
  }
  .faq-wrapper .faq-main .item.active .answer-item {
    margin-top: 7.6335877863vw;
  }
  .faq-wrapper .faq-main .item .answer-item {
    font-size: 4.0712468193vw;
  }
}

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