/*===================================
  Common 
=====================================*/
.l-container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.l-container--1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.l-container--1100r {
  padding-left: max(calc(50% - 500px), 0px);
}
.l-container--1000 {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.l-container--1000r {
  padding-left: max(calc(50% - 400px), 20px);
}
.l-container--800 {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.l-container--900r {
  max-width: 1040px;
  padding-inline: 120px 20px;
  margin: 0 auto;
  width: 100%;
}
.l-container--1200r {
  max-width: 1200px;
  padding-inline: 100px 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1150px) {
  .l-container--1200r {
    padding-inline: 20px 0;
  }
  .l-container--900r {
    max-width: 940px;
    padding-inline: 20px 20px;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .l-container--1200r {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 750px) {
  .l-container--1000r {
    padding-inline: 20px;
  }
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}

.font-en {
  font-family: var(--roboto);
}
.font-jp {
  font-family: var(--noto);
}
.is-no-scroll {
  overflow: hidden;
}
.is-disable-scroll {
  overflow: hidden;
  touch-action: none;
}
.mt-30 {
  margin-top: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.sp-only {
  display: none;
}
.sp-flex {
  display: none !important;
}
.tab-only {
  display: none;
}

@media screen and (max-width: 1150px) {
  .tab-only {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
  .sp-flex {
    display: flex !important;
  }
  body {
    font-size: 1.4rem;
  }
  .mt-30 {
    margin-top: 15px;
  }
}

.f-14 {
  font-size: 1.4rem;
}
.f-20 {
  font-size: 2rem;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word;
}

/*===================================
  Components 
=====================================*/
.para {
  font-size: 1.6rem;
}

.c-main {
  padding-bottom: 140px;
}
.scroll-hint-icon {
  min-height: 90px;
}
@media screen and (max-width: 750px) {
  .para {
    font-size: 1.4rem;
  }
  .c-main {
    padding-bottom: 70px;
  }
}

.bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 0;
}

.bar-right {
  right: 0px;
}

.is-show .l-mask,
.is-show.l-mask {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.l-mask {
  display: inline-block;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  vertical-align: middle;
}

.is-show .l-mask2,
.is-show.l-mask2 {
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
}

.l-mask2 {
  display: inline-block;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  vertical-align: middle;
}
.heading-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.heading.right {
  width: fit-content;
  margin-left: auto;
}
.heading.white,
.heading.white * {
  color: var(--white);
}
.heading__en {
  font-size: clamp(3.5rem, 10vw, 6rem);
  letter-spacing: 0.06em;
  font-family: var(--roboto);
  line-height: calc(17 / 15);
}
.heading__jp {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: calc(18 / 16);
  font-weight: 500;
  color: var(--para-light);
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .p-top .heading__en {
    font-size: clamp(3.5rem, 6vw, 5rem);
  }
}
.c-title1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.c-title1::before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background: var(--gradient-lr);
}
.c-title1__en {
  font-size: 4rem;
  letter-spacing: 0.06em;
  font-family: var(--roboto);
  line-height: calc(52 / 40);
  background: var(--gradient-lr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-title1__jp {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: calc(18 / 16);
  font-weight: 500;
  color: var(--para-light);
}

.c-title {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  writing-mode: vertical-rl;
  line-height: calc(30 / 24);
}
.c-title__sub {
  color: var(--para-light);
}
.c-title__ttl {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: var(--blue);
}

.c-h2 {
  font-size: clamp(2.8rem, 7.4vw, 5rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--blue);
  display: flex;
  align-items: flex-start;
}
.c-h2::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--gradient-br);
  margin-right: 15px;
  margin-top: 25px;
  flex-shrink: 0;
}

.c-h3 {
  font-size: clamp(2.5rem, 6.6vw, 4rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
  border-bottom: 4px solid;
  border-image: var(--gradient-right) 1;
  padding-bottom: 10px;
  color: var(--blue);
  margin-top: 80px;
  margin-bottom: 35px;
}

.c-h4 {
  font-size: 2.5rem;
  line-height: calc(38 / 25);
  letter-spacing: 0.05em;
  border-bottom: 2.5px solid #beccdc;
  padding-bottom: 10px;
  color: var(--blue);
  margin-top: 80px;
  width: 375px;
  min-width: fit-content;
  max-width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.c-h4::after {
  content: "";
  position: absolute;
  width: 26.67%;
  top: 100%;
  left: 0;
  height: 2.5px;
  background: var(--gradient-right);
}
.c-h4.color {
  color: #4d4d4d;
}
.c-h4.color::after {
  width: 100px;
  background: linear-gradient(to right,
        #a8edea 0%,
        #70d6ff 20%,
        #57cc99 40%,
        #ffcb77 60%,
        #f7797d 80%,
        #f85032 100%
      );
}
@media screen and (max-width: 750px) {
  .heading.right {
    margin-left: 0;
  }
  .heading__jp.txt-right {
    text-align: left;
  }
  .c-h2::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 12px;
  }
  .c-h3,
  .c-h4 {
    margin-top: 40px;
  }
  .c-h4 {
    font-size: 2rem;
  }
}

/* Breadcrumb
------------------------------------------------------------*/

.c-breadcrumb {
  text-align: left;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: calc(18 / 14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #999;
  padding: 20px 0;
  gap: 5px 0;
}
.c-breadcrumb.white {
  color: var(--white);
}
.c-breadcrumb > a {
  display: flex;
  align-items: center;
}
.c-breadcrumb svg {
  margin-right: 10px;
}
.c-breadcrumb.white svg .cls-breadcrumb-1 {
  fill: var(--white);
}
.c-breadcrumb .separator {
  margin: 0 14px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 1px;
}
.c-breadcrumb.white .separator {
  border-color: var(--white);
}
@media screen and (max-width: 750px) {
  .c-breadcrumb .separator {
    margin: 0 15px;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.link-button {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: calc(34 / 18);
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: fit-content;
  cursor: pointer;
  line-height: 1;
}
.link-button.white {
  color: var(--white);
}

.link-button .text {
  display: block;
  position: relative;
  top: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.link-button .label,
.link-button .hover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.link-button .label {
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
}

.link-button .hover {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
  opacity: 0;
}
.link-button .icon {
  flex-shrink: 0;
}

.link-button:after {
  height: 1.6666666667vw;
  right: 3.1944444444vw;
  transition: background-color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link-button:hover .label {
  transform: translateY(-100%);
  opacity: 0;
}

.link-button:hover .hover {
  transform: translate(-50%, 0%);
  opacity: 1;
}

.link-button.border {
  border: 2px solid #ebf4ffe6;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  gap: 10px;
  letter-spacing: 0.05em;
}
.link-button.border--blue {
  border-color: var(--blue);
  color: var(--blue);
}
@media screen and (min-width: 751px) {
  .link-button.border--blue:hover {
    background-color: var(--blue);
    color: var(--white);
  }
}

.link-button.link-button--blue {
  background-color: var(--blue);
  color: var(--white);
}
.link-button.link-button--blue.white:hover {
  background-color: var(--white);
  color: var(--blue);
}

.link-button-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.c-header .link-button-wrap {
  margin-bottom: 12px;
}
.c-btn-download {
  display: block;
  border: 2px solid var(--primary);
  border-radius: 5px;
  text-align: center;
  color: var(--primary);
  font-size: 1.4rem;
  line-height: calc(10 / 7);
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 20px 10px 15px;
  margin-top: 55px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .c-btn-download {
    margin-top: 0;
  }
  .link-button .icon img {
    width: 50px;
  }
}

.c-btn.c-btn--gradient,.c-btn.c-btn--blue{
  cursor: pointer;
  display: block;
  color: var(--white);
  padding: 10px 36px;
  border-radius: 5px;
  font-size: 2rem;
  line-height: calc(26 / 20);
  letter-spacing: 0.01em;
  font-weight: 500;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.c-btn__notes{
  font-size: 1.6rem;
  position: absolute;
  white-space: nowrap;
  color: var(--blue);
  font-weight: 700;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: calc(25/16);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .c-btn.c-btn--gradient,.c-btn.c-btn--blue{
    padding: 10px 20px;
    font-size: 1.6rem;
    height: 50px;
  }

  .c-btn__notes{
    font-size: 1.4rem;
  }
}

.c-btn.c-btn--gradient{
  background: var(--gradient-lr);
}

.c-btn__icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn__text{
  overflow: hidden;
  position: relative;
}

.c-btn__text-visible,.c-btn__text-hidden{
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
  display: flex;
}

.c-btn__text-hidden{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s linear;
  opacity: 0;
  width: 100%;
  text-align: center;
}

.c-btn.c-btn--gradient::before{
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: var(--white);
  margin-right: 20px;
  mask: url("../img/common/download.svg") no-repeat center center / contain;
  -webkit-mask: url("../img/common/download.svg") no-repeat center center / contain;
}

@media screen and (max-width: 750px) {
  .c-btn.c-btn--gradient::before{
    width: 15px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 751px) {
  .c-btn.c-btn--gradient:hover,.c-btn.c-btn--blue:hover {
    .c-btn__text-visible{
      transform: translateY(-100%);
      opacity: 0;
    }
    .c-btn__text-hidden{
      transform: translate(-50%, 0%);
      opacity: 1;
    }
  }
}

.c-btn.c-btn--blue{
  background-color: var(--blue);
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 750px) {
  .c-btn.c-btn--blue{
    gap: 10px;
  }

  .c-btn.c-btn--blue .c-btn__icon img{
    width: 17px;
  }
}

/*------------------------------------------------------------
menu
------------------------------------------------------------*/
.c-menu {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: var(--primary);
  flex-direction: column;
  gap: 9px;
  z-index: 999;
}
.c-menu span {
  background: #fff;
  width: 35px;
  height: 2px;
  margin-left: 11px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-menu span:nth-child(1) {
  top: 14px;
}
.c-menu span:nth-child(3) {
  top: 24px;
  width: 23px;
}
.c-menu.is-active span:nth-child(1) {
  -webkit-transform: translate(-3px, 11.5px) rotate(30deg);
  transform: translate(-3px, 11.5px) rotate(30deg);
  width: 42.45px;
}
.c-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.c-menu.is-active span:nth-child(3) {
  -webkit-transform: translate(-3px, -10.5px) rotate(-30deg);
  transform: translate(-3px, -10.5px) rotate(-30deg);
  width: 42.45px;
}
/*------------------------------------------------------------
post article
------------------------------------------------------------*/
.post-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.type-column.post-item,
.type-news.post-item {
  justify-content: space-between;
}
.post-date {
  color: var(--para-light);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: calc(18 / 14);
  display: inline-block;
}
.post-cat {
  margin-left: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
}
.post-cat a {
  color: var(--blue);
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: bold;
  background-color: #d2e6f5;
  border-radius: 3px;
  padding: 7.5px 9px;
}
.post-cat a.is-special {
  color: #fa7700;
  background-color: #ffe6c8;
}
.post-cat.border a {
  background-color: transparent;
  border: 1px solid var(--blue);
}
.post-cat.border:hover a,
.post-cat.border.is-active a {
  background-color: var(--blue);
  color: var(--white);
}
.post-cat a.case {
  display: none;
}
.post-thumb a,
.post-thumb .image {
  display: block;
  aspect-ratio: 751 / 466;
  overflow: hidden;
}
.post-thumb-img {
  height: 100%;
  overflow: hidden;
}
.post-thumb img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-thumb:hover img {
  transform: scale(1.1);
}
.post-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.type-column .post-content,
.type-news .post-content {
  height: unset;
}
/*------------------------------------------------------------
 secondary page title
------------------------------------------------------------*/
.page-title__wrap {
  margin-top: 75px;
  margin-bottom: 75px;
}
.page-title__wrap .page-title {
  font-size: clamp(2.4rem, 10vw, 6rem);
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}
.page-title__wrap .page-subtitle {
  font-size: 1.6rem;
  color: var(--para-light);
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .page-title__wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/*------------------------------------------------------------
 swiper & progress bar
------------------------------------------------------------*/
.range-wrapper {
  position: relative;
  width: calc(100% - 100px);
  height: 30px;
  margin-top: 60px;
}
.range-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a1b3d7;
  transform: translateY(-50%);
}
.range-progress {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10%;
  height: 4px;
  background: #0b308e;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.range-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0b308e;
  transform: translate(-50%, -50%);
  transition: left 0.3s ease;
  pointer-events: none;
}
.range-wrapper:hover #control,
.range-wrapper input[type="range"] {
  cursor: pointer;
}
#control,
.range-wrapper input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#control::-webkit-slider-thumb,
.range-wrapper input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
}
#control::-moz-range-thumb,
.range-wrapper input[type="range"]::-moz-range-thumb {
  width: 0;
  height: 0;
  border: none;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: unset;
  bottom: 0;
  background-image: url("../img/common/arrow-slide.svg");
}
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url("../img/common/arrow-slide-dis.svg");
  opacity: 1;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-prev.swiper-button-disabled {
  transform: scaleX(-1);
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-prev {
  left: unset;
  right: 40px;
}

/*------------------------------------------------------------
 Table
------------------------------------------------------------*/
.c-table{
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border-spacing: 0;
}

.c-table tr:first-child th, .c-table tr:first-child td{
  border-top: 1px solid var(--white);
}

.c-table tr:first-child td{
  border-top-color: var(--grey3);
}

.c-table th, .c-table td{
  font-size: 1.6rem;
  line-height: calc(20.8/16);
  letter-spacing: 0.05em;
  padding: 8px 15px 8px 20px;
  border-bottom: 1px solid var(--white);
}

.c-table th{
  font-weight: 700;
  background: var(--blue);
  color: var(--white);
  width: 130px;
}

.c-table td{
  font-weight: 500;
  color: var(--para);
  border-color: var(--grey3);
}

.c-table-data{
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border-spacing: 0;
}

.c-table-data th:last-of-type{
  background: transparent;
}

.c-table-data tr th, .c-table-data tr td{
  font-size: 1.6rem;
  line-height: calc(20.8/16);
  letter-spacing: 0.05em;
  padding: 10px 5px;
}

.c-table-data tr th{
  background: var(--blue);
  color: var(--white);
  text-align: center;
  border-right: 1px solid var(--white);
  position: relative;
  height: 55px;
  vertical-align: middle;
}
.c-table-data tr th.is-filtered {
  background-color: #4992C9;
}
.c-table-data__filter-btn{
  position: relative;
  z-index: 1;
  vertical-align: -8px;
  height: 10px;
  display: inline-block;
  padding: 8px 4px;
  cursor: pointer;
  margin-left: 4px;
}

.c-table-data__filter-list{
  position: absolute;
  width: auto;
  left: 0;
  top: 100%;
  background: var(--white);
  color: var(--para);
  font-size: 1.6rem;
  line-height: calc(38/16);
  letter-spacing: 0.14em;
  z-index: 1;
  min-width: 100px;
  box-shadow: 0px 0px 3px rgba(153, 153, 153, 0.35);
  display: none;
}

.c-table-data__filter-list li a{
  display: block;
  padding: 0 10px;
  width: max-content;
}

.c-table-data__filter-list li a.is-active{
  background: #edf8fd;
}

.c-table-data__filter-list li a:hover{
  background: #edf8fd;
}

@media screen and (min-width: 751px) {
  .c-table-data__filter-list li a:hover{
    background: #edf8fd;
  }

  
}

@media screen and (min-width: 900px){
  .c-table-data th.col-color{
    width: 170px;
  }

  .c-table-data th.col-tape{
    width: 125px;
  }

  .c-table-data th.col-tape .c-table-data__filter-btn{
    transform: translateY(-10px);
  }  
}

.c-table-data th:first-of-type{
  width: 162px;
}

.c-table-data th.col-tape{
  text-align: left;
  padding-left: 10px;
}



.c-table-data th.is-last-col{
  width: 90px;
}
.c-table-data__filter-btn img{
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.c-table-data__filter-btn.is-active img{
  transform: rotate(180deg);
}

.c-table-data td:nth-of-type(5),
.c-table-data td.is-last-col{
  border-right: none !important;
}

.c-table-data th button{
  background: transparent;
  border: none;
  color: var(--white);
  display: inline-block;
  vertical-align: middle;
}

.c-table-data td:not(:last-of-type){
  font-weight: 500;
  border-left: 1px solid var(--grey3);
  border-bottom: 1px solid var(--grey3);
  text-align: center;
}

.c-table-data td:first-of-type{
  background: #edf8fd;
  font-weight: 700;
  border-left: unset;
}

.c-table-data td{
  position: relative;
}

.c-table-data td .submenu{
  width: auto;
  min-width: 128px;
  /* right: -40px; */
  right: 10px;
  left: unset;
}

.c-table-data td > .link-button{
  font-size: 1.6rem;
  gap: 10px;
  justify-content: center;
  padding: 4px;
}

.c-table-data td > .link-button img{
  opacity: 0;
}

.c-table-data td .link-button{
  z-index: 0;
}

.c-table-data td .link-button .icon{
  position: relative;
  z-index: 1;
}

.c-table-data td .link-button .icon::before{
  content: '';
  background: var(--blue);
  position: absolute;
  inset: 0;
  mask-image: url(../img/brand/ic-cart.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s ease;
}

.c-table-data td .submenu li a{
  width: auto;
}

@media screen and (min-width: 751px) {
  .c-table-data td .link-button:hover .icon::before{
    background: var(--white);
  }
  
  .c-table-data td.hover-menu:hover .submenu{
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .c-table tr th, .c-table tr td, .c-table-data tr th, .c-table-data tr td{
    font-size: 1.4rem;
  }

  .c-table-data td .submenu {
    min-width: 135px;
    bottom: 100%;
    right: 10px;
  }

  .c-table-data td .submenu li{
    width: 100%;
    border-right: unset;
  }

  .c-table-data td .submenu li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: unset;
    padding: 10px 20px;
  }

  .c-table-data td .submenu li a img{
    width: 15px;
    height: auto;
  }

  .c-table-data td .submenu{
    padding-block: 10px;
  }
}

.c-table-data button.js-filter{
  cursor: pointer;
}

.p-brand-products__article-table-data {
  /* overflow-y: auto; */
}
.p-brand-products__article-table-data tr th {
  /* position: sticky;
  top: 0;
  z-index: 10; */
}

.p-brand-products__article-table-data.is-scalable {
  position: relative;
}
.p-brand-products__article-table-data .c-table-data-scalable {
  position: sticky;
  /* bottom: 45px; */
  left: 0;
  margin-top: -45px;
  width: 100%;
  height: 70px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 35.75%);
  align-items: center;
  justify-content: center;
  color: var(--primary);
  display: none;
}
.p-brand-products__article-table-data.is-scalable .c-table-data-scalable {
  display: flex;
}
.p-brand-products__article-table-data.is-scalable.is-opened .c-table-data-scalable {
  /* bottom: 0; */
  margin-top: 0;
}
.c-table-data-scalable .link-button {
  margin-top: 10px;
  font-weight: bold;
}
.p-brand-products__article-table-data.is-scalable.is-opened .c-table-data-scalable .link-button .icon {
  transform: rotate(-180deg);
}
.c-table-data tbody tr.is-hidden {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .c-table-data-scalable .link-button .icon img {
    width: 20px;
  }
}
/*------------------------------------------------------------
 Technology introduce page component
------------------------------------------------------------*/
.c-tech-topWrapper {
  position: relative;
}
.c-tech-topWrapper::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 52%;
  background-color: var(--grey);
  z-index: -1;
}
.c-tech-top {
  display: flex;
  gap: 28px;
}

.c-tech-top__textWrapper {
  width: 47%;
  margin-top: 30px;
}

.c-tech-top .heading {
  font-size: 5rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--primary);
}

.c-tech-top .subheading {
  margin-top: 15px;
  font-size: 2.5rem;
  line-height: calc(40 / 25);
  letter-spacing: 0.06em;
  color: var(--primary);
  font-weight: bold;
}

.c-tech-top .desc {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: calc(26 / 16);
  letter-spacing: 0.05em;
  color: var(--para);
}

.c-tech-top .desc strong {
  font-size: 1.8rem;
  line-height: calc(26 / 18);
  font-weight: bold;
  color: var(--primary);
}

.c-tech-top .desc p {
  margin-top: 24px;
}

.c-tech-top .img {
  flex: 1;
}
.c-tech-top .img img {
  width: 100%;
  aspect-ratio: 572 / 394;
}

@media screen and (max-width: 1150px) {
  .c-tech-top .heading {
    font-size: 4rem;
  }
  .c-tech-top .subheading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 900px) {
  .c-tech-top {
    flex-direction: column;
    gap: 30px;
  }
  .c-tech-top__textWrapper {
    margin-top: unset;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  
  .c-tech-top .heading {
    font-size: 3.2rem;
  }
  .c-tech-top .subheading {
    font-size: 2rem;
  }
  .c-tech-top .desc p {
    margin-top: 12px;
  }
  .c-tech-top .img {
    transform: unset;
  }
}


/* Tech tabs compontents */
.c-tech-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.c-tech-tabs .item {
  position: relative;
  height: 58px;
  padding: 12px;
  display: flex;
  align-items: center;
  border: 2px solid rgba(29, 66, 148, 0.9);
  border-radius: 3px;
  box-sizing: border-box;
}

.c-tech-tabs .item span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(27 / 18);
  letter-spacing: 0.05em;
  color: #1d4294;
}

.c-tech-tabs .item .icon {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.c-tech-tabs .item .white {
  display: none;
}

.c-tech-tabs .item.is-active {
  background-color: #1d4294;
}

.c-tech-tabs .item.is-active span {
  color: #fff;
}

.c-tech-tabs .item.is-active .white {
  display: block;
}

.c-tech-tabs .item.is-active .blue {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-tech-tabs .item span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 750px) {
  .c-tech-tabs {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-tech-tabs .item {
    height: 48px;
  }
  .c-tech-tabs .item span {
    font-size: 1.4rem;
  }
}

/* Tech text banner */
.c-tech-textbanner {
  padding: 45px 0 57px;
  background: linear-gradient(-45deg, rgba(0, 52, 181, 1) 0%, rgba(8, 61, 184, 1) 10.06%, rgba(29, 87, 194, 1) 26.81%, rgba(64, 128, 209, 1) 48.17%, rgba(112, 186, 230, 1) 73.31%, rgba(170, 255, 255, 1) 100%);
}
.c-tech-textbanner h2 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: calc(60 / 35);
  letter-spacing: 0.06em;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .c-tech-textbanner {
    padding: 25px 0px;
  }
  .c-tech-textbanner h2 {
    font-size: 2rem;
  }
}

/* Tech sidebar */
.c-tech-sidebar {
  position: sticky;
  top: 150px;
  width: 230px;
}
.c-tech-sidebar .item:not(:first-of-type) {
  margin-top: 20px;
}
.c-tech-sidebar .tab {
  font-size: 2rem;
  font-weight: bold;
  line-height: calc(27 / 20);
  letter-spacing: 0.1em;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.3s ease-in-out;
}
.c-tech-sidebar .tab:hover {
  cursor: pointer;
}
.c-tech-sidebar .item.is-active .tab,
.c-tech-sidebar .item .tab:hover {
  text-decoration: unset;
}
.c-tech-sidebar .item .sublist {
  display: none;
  flex-direction: column;
}
.c-tech-sidebar .item.is-active .sublist {
  display: flex;
}
.c-tech-sidebar .subitem:not(:first-of-type) {
  margin-top: 12px;
}
.c-tech-sidebar .sublink {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(27 / 18);
  letter-spacing: 0.1em;
  color: #999999;
}
.c-tech-sidebar .sublink::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.c-tech-sidebar .sublink.is-active,
.c-tech-sidebar .sublink:hover {
  color: var(--primary);
}
.c-tech-sidebar .sublink.is-active::before,
.c-tech-sidebar .sublink:hover::before {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .c-tech-sidebar {
    position: unset;
  }
  /* .c-tech-sidebar {
    position: unset;
    width: 100%;
    overflow-y: scroll;
    padding-bottom: 20px;
  }
  .c-tech-sidebar .list {
    width: max-content;
    display: flex;
    gap: 24px;
  }
  .c-tech-sidebar .item {
    display: flex;
    gap: 24px;
  }
  .c-tech-sidebar .item:not(:first-of-type) {
    margin-top: unset;
  }
  .c-tech-sidebar .tab {
    font-size: 1.6rem;
    text-align: center;
  }
  .c-tech-sidebar .item .sublist {
    width: max-content;
    margin-top: 16px;
    flex-direction: row;
    gap: 24px;
  }

  .c-tech-sidebar .subitem:not(:first-of-type) {
    margin-top: unset;
  }

  .c-tech-sidebar .sublink {
    padding-left: unset;
    font-size: 1.4rem;
    text-align: center;
  }

  .c-tech-sidebar .sublink::before {
    left: 50%;
    top: unset;
    bottom: -12px;
    transform: translate(-50%, 0);
  } */
}


.u-mt-7 {
  margin-top: 7px;
}