body {
  font-family: Inter;
  overflow-x: hidden;
}
.kv-container {
  width: 100vw;
  aspect-ratio: 96/35
}
.kv-container .splide__slide > img {
  width: 100%;
  object-fit: cover;
}
.kv-container .slide-pagination {
  gap: 2px;
  width: 100%;
  position: absolute;
  bottom: 24px;
}
.kv-container .slide-page.is-active {
  background: #F5F5F5;
}
.kv-container .slide-page {
  background: #95a5a6;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 .1rem;
  padding: 0;
  position: relative;
  transition: background-color .2s ease,color .2s ease;
  width: 12px;
  cursor: pointer;
}

.tenx-sec-02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100vw;
  height: 500px;
  background: url(../../img/main/section2_bg.jpg);
  background-size: cover;
  margin-bottom: 100px;
}
.tenx-sec-02-words-1 {
  font-family: 'Playfair Display';
  font-size: 42px;
  text-align: center;
  line-height: 140%;
}
.tenx-sec-02-words-2 {
  font-size: 16px;
  text-align: center;
  line-height: 140%;
}
.tenx-sec-02 .decorator {
  width: 1px;
  height: 32px;
  background-color: #cdcdcd;
}

.tenx-sec-03 {
  display: flex;
  justify-content: space-between;
  padding-right: 36px;
  max-width: 1200px;
  margin: 0 auto 100px auto;
}
.tenx-sec-03 .item-1 {
  color: #333333;
}
.tenx-sec-03 .item-1 > h4 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 4px;
}
.tenx-sec-03 .item-1 > h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
.tenx-sec-03 .item-1 > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  margin-left: 60px;
}
.tenx-sec-03 .item-1 > ul li {
  position: relative;
  cursor: pointer;
}
.tenx-sec-03 .item-1 > ul li::before {
  content: '';
  width: 0px;
  height: 1px;
  background-color: #FF6B3D;
  position: absolute;
  top: 50%;
  left: -56px;
  transform: translateY(-50%);
  transition: width .3s ease-in-out;
}
.tenx-sec-03 .item-1 > ul li.active::before {
  width: 40px;
}
.tenx-sec-03 .item-2 {
  display: none;
  width: 680px;
  align-self: center;
}

.tenx-sec-03 .item-2:nth-of-type(1) {
  display: block;
}
.tenx-sec-03 .item-2 .splide__slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 410px;
  padding: 24px;
  background-color: #F7F9FB;
}
.tenx-sec-03 .item-2 .splide__slide img {
  width: 100%;
  height: 88%;
  object-fit: contain;
  object-position: center;
}
.tenx-sec-03 .item-2 .splide__slide .label {
  font-family: 'Inter';
  font-size: 16px;
  color: #727272;
}
.tenx-sec-03 .item-2 .splide__arrows {
  display: flex;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
  transform: translateY(-20px);
  z-index: 3;
}
.tenx-sec-03 .item-2 .splide__arrows .splide__arrow--prev {
  position: absolute;
  left: -2.5rem;
  cursor: pointer;
  visibility: hidden;
}
.tenx-sec-03 .item-2 .splide__arrows .splide__arrow--next {
  position: absolute;
  right: -2.5rem;
  cursor: pointer;
}
.tenx-sec-03 .item-2 .splide__arrows .splide__arrow span {
  font-size: 40px;
}

.tenx-sec-04 {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 100px auto;
}
.tenx-sec-04 .item-1 {
  flex-basis: 50%;
}
.tenx-sec-04 .item-1 img {
  width: 100%;
  max-width: 600px;
  object-fit: cover;
}
.tenx-sec-04 .item-2 {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 96px;
}
.tenx-sec-04 .item-2 h3 {
  font-size: 34px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 4px;
}
.tenx-sec-04 .item-2 h4 {
  font-size: 16px;
  font-weight: 400;
  color: #FF6B3D;
  margin-bottom: 16px;
}
.tenx-sec-04 .item-2 .line {
  position: relative;
  margin-bottom: 16px;
}
.tenx-sec-04 .item-2 .line div {
  position: absolute;
  top: 0px;
  left: -196px;
  width: 700px;
  height: 1px;
  background-color: #FF6B3D;
}
.tenx-sec-04 .item-2 li {
  font-size: 16px;
  color: #606060;
  line-height: 2.0;
}


.tenx-sec-05 {
  width: 100vw;
  height: 750px;
  background: url(../../img/main/section5/background.jpg);
  background-size: cover;
  margin-bottom: 100px;
}
.tenx-sec-05 .wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.tenx-sec-05 .item-1,
.tenx-sec-05 .item-2 {
  flex-basis: 50%;
}
.tenx-sec-05 .item-1 h3 {
  font-size: 34px;
  font-weight: 400;
  color: #333333;
}
.tenx-sec-05 .item-1 p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.tenx-sec-05 .item-1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 45px;
  font-size: 12px;
  color: #4B4B4B;
  border: 1px solid #9C9C9C;
  background: transparent;
  padding: 0 20px 0 28px;
}
.tenx-sec-05 .item-1 a span {
  font-size: 24px;
}
.tenx-sec-05 .item-2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.tenx-sec-05 .item-2 img {
  position: absolute;
}
.tenx-sec-05 .item-2 img:nth-of-type(1) {
  top: 96px;
  width: 330px;
  z-index: 3;
}
.tenx-sec-05 .item-2 img:nth-of-type(2) {
  left: 72px;
  bottom: 96px;
  width: 440px;
  z-index: 2;
}


.tenx-sec-06 {
  width: 100vw;
  margin-bottom: 100px;
}
.tenx-sec-06 article {
  max-width: 1200px;
  margin: 0 auto 20px auto;
}
.tenx-sec-06 article > h3 {
  font-size: 34px;
}
.tenx-sec-06 article > p {
  font-size: 16px;
}
.tenx-sec-06 .splide__slide > img {
  width: 495px;
}


@media (max-width: 1199px) {
  .kv-container {
     width: 100vw;
     aspect-ratio: 10/9;
  }
  .tenx-sec-02 {
    height: 300px;
    background: url(../../img/main/section2_bg_sm.jpg);
  }
  .tenx-sec-02-words-1 {
    font-size: 22px;
  }
  .tenx-sec-02-words-2 {
    font-size: 14px;
  }

  .tenx-sec-03 {
    flex-direction: column;
    padding: 0 24px;
  }
  .tenx-sec-03 .item-1 {
    text-align: center;
    margin-bottom: 16px;
  }
  .tenx-sec-03 .item-1 > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .tenx-sec-03 .item-1 > ul li.active::before {
    content: none;
    width: 0;
  }
  .tenx-sec-03 .item-1 > ul li {
    border-bottom: 1px solid rgb(255, 107, 61, 0);
    padding-bottom: 2px;
    transition: border-bottom-color .4s ease-in-out;
  }
  .tenx-sec-03 .item-1 > ul li.active {
    border-bottom-color: rgb(255, 107, 61, 1);
  }
  .tenx-sec-03 .item-2 {
    width: calc(100% - 20px);
  }
  .tenx-sec-03 .item-2 .splide__slide {
    height: 220px;
  }
  .tenx-sec-03 .item-2 .splide__slide img {
    height: 80%;
  }


  .tenx-sec-04 {
    flex-direction: column;
    gap: 32px;
    padding: 0 24px;
  }
  .tenx-sec-04 .item-1, .tenx-sec-04 .item-2 {
    flex-basis: 100%;
  }
  .tenx-sec-04 .item-2 {
    align-items: center;
    padding-left: 0;
  }
  .tenx-sec-04 .item-2 .line {
    width: 100%;
  }
  .tenx-sec-04 .item-2 .line div {
    left: 0;
    width: 100%;
  }
  .tenx-sec-04 .item-2 ul {
    text-align: center;
  }
  .tenx-sec-04 .item-2 li {
    font-size: 14px;
    line-height: 1.6;
  }

  .tenx-sec-05 {
    flex-direction: column;
    height: 536px;
  }
  .tenx-sec-05 .item-1 {
    flex-basis: 30%;
  }
  .tenx-sec-05 .item-2 {
    flex-basis: 70%;
  }
  .tenx-sec-05 .wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .tenx-sec-05 .item-1 {
    text-align: center;
    margin-top: 64px;
  }
  .tenx-sec-05 .item-1 p {
    font-size: 14px;
  }
  .tenx-sec-05 .item-1 a {
    margin: 0 auto;
  }
  .tenx-sec-05 .item-2 {
    display: flex;
    justify-content: center;
  }
  .tenx-sec-05 .item-2 img:nth-of-type(1) {
    top: 0;
    margin-left: -112px;
    width: 140px;
  }
  .tenx-sec-05 .item-2 img:nth-of-type(2) {
    top: 64px;
    margin-left: 40px;
    width: 184px;
  }


  .tenx-sec-06 article {
    text-align: center;
  }
  .tenx-sec-06 .splide__slide > img {
    width: 240px;
  }
}