@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.about-banner {
  padding: calc(var(--headerheight) + 90px) 0 0;
  position: relative;
}
.banner.about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--gray);
}
@media only screen and (max-width: 520px) {
  .banner.about-banner {
    padding: calc(var(--headerheight) + 40px) 0 0;
  }
}
.banner.about-banner::before {
  z-index: -1;
  bottom: auto;
  height: 70%;
}
@media only screen and (max-width: 991px) {
  .banner.about-banner::before {
    height: 75%;
  }
}
.banner.about-banner .content {
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .content {
    margin-bottom: 55px;
  }
}
.banner.about-banner .content p {
  line-height: 20px;
  margin-top: 15px;
}
.banner.about-banner .ico-sys {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .ico-sys {
    max-width: 265px;
  }
}

.about-secA {
  padding: 105px 0;
}
@media only screen and (max-width: 1152px) {
  .about-secA {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA {
    padding: 3rem 0;
  }
}
.about-secA .flex {
  gap: 65px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex {
    gap: 3rem;
  }
}
.about-secA .flex figure, .about-secA .flex figcaption {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex figure, .about-secA .flex figcaption {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.about-secA .flex figure img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex figcaption {
    text-align: center;
  }
}
.about-secA .flex figcaption h4 {
  font-size: 24px;
  line-height: 1.28;
  text-transform: uppercase;
  color: var(--text);
}
@media only screen and (max-width: 675px) {
  .about-secA .flex figcaption h4 {
    font-size: 18px;
  }
}
.about-secA .flex figcaption h3 {
  font-family: "Sometimes Times";
  font-size: 80px;
  line-height: 1;
  margin: 14px 0;
}
@media only screen and (max-width: 1230px) {
  .about-secA .flex figcaption h3 {
    font-size: 74px;
  }
}
@media only screen and (max-width: 1152px) {
  .about-secA .flex figcaption h3 {
    font-size: 62px;
    max-width: 454px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .flex figcaption h3 {
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    max-width: 565px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex figcaption h3 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 320px) {
  .about-secA .flex figcaption h3 {
    font-size: 40px;
  }
}
.about-secA .flex figcaption p {
  font-size: 18px;
  line-height: 1.3;
  color: var(--text);
  padding-right: 6rem;
}
@media only screen and (max-width: 991px) {
  .about-secA .flex figcaption p {
    padding-right: 0;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-secB {
  padding: 114px 0 0;
  position: relative;
}
.about-secB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
@media only screen and (max-width: 991px) {
  .about-secB {
    padding: 65px 0 0;
  }
}
@media only screen and (max-width: 520px) {
  .about-secB {
    padding: 2.5rem 0 0;
  }
}
.about-secB::before {
  z-index: -1;
  background: var(--primary) url(../../images/vector/vector-3.svg) no-repeat;
  background-position: calc(100% - 15px) 100%;
  bottom: auto;
  height: 75%;
}
@media only screen and (max-width: 675px) {
  .about-secB::before {
    height: 90%;
  }
}
.about-secB .heading {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 520px) {
  .about-secB .heading {
    margin-bottom: 2rem;
  }
}
.about-secB .heading p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  line-height: 1.3;
}
.about-secB .about-tab-nav {
  margin-bottom: 1.5rem;
  text-align: center;
}
.about-secB .about-tab-nav li {
  display: inline-block;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s ease;
  position: relative;
  font-size: 32px;
  line-height: 1.28;
  padding: 10px;
}
.about-secB .about-tab-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--white);
}
@media only screen and (max-width: 540px) {
  .about-secB .about-tab-nav li {
    font-size: 24px;
    padding: 6px;
  }
}
@media only screen and (max-width: 345px) {
  .about-secB .about-tab-nav li {
    font-size: 20px;
  }
}
.about-secB .about-tab-nav li::before {
  transition: 0.5s ease;
  height: 1px;
  width: 0;
  top: auto;
}
.about-secB .about-tab-nav li:not(:last-child) {
  margin-right: 70px;
}
@media only screen and (max-width: 767px) {
  .about-secB .about-tab-nav li:not(:last-child) {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 540px) {
  .about-secB .about-tab-nav li:not(:last-child) {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 345px) {
  .about-secB .about-tab-nav li:not(:last-child) {
    margin-right: 14px;
  }
}
.about-secB .about-tab-nav li.active {
  color: var(--white);
}
.about-secB .about-tab-nav li.active::before {
  width: 100%;
}
.about-secB .about-tab-nav-content .tabs .content {
  max-width: 526px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--white);
}
.about-secB .about-tab-nav-content .tabs .content p {
  font-size: 20px;
  line-height: 1.282;
}
@media only screen and (max-width: 675px) {
  .about-secB .about-tab-nav-content .tabs .content p {
    font-size: 18px;
  }
}
.about-secB .sec-video {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .about-secB .sec-video {
    margin-top: 65px;
  }
}
.about-secB .sec-video img, .about-secB .sec-video video {
  height: 100%;
  width: 100%;
  aspect-ratio: 1.72345;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-secC {
  padding: 115px 0;
}
@media only screen and (max-width: 991px) {
  .about-secC {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .about-secC {
    padding: 3rem 0;
  }
}
.about-secC .heading {
  margin-bottom: 80px;
}
@media only screen and (max-width: 675px) {
  .about-secC .heading {
    margin-bottom: 3rem;
  }
}
.about-secC .heading h3 {
  letter-spacing: 0px;
}
.about-secC .heading h5 {
  font-size: 24px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 991px) {
  .about-secC .heading h5 {
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .heading h5 {
    font-size: 18px;
  }
}
.about-secC .about-process-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 75px;
}
@media only screen and (max-width: 1152px) {
  .about-secC .about-process-wrap {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secC .about-process-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .about-process-wrap {
    grid-gap: 25px 22px;
  }
}
.about-secC .about-process-wrap .item {
  text-align: center;
}
.about-secC .about-process-wrap .item .ico {
  width: 118px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}
@media only screen and (max-width: 1152px) {
  .about-secC .about-process-wrap .item .ico {
    width: 85px;
  }
}
.about-secC .about-process-wrap .item .ico img {
  width: 100%;
}
.about-secC .about-process-wrap .item h5 {
  font-size: 24px;
  line-height: 1;
  margin: 14px 0 12px;
}
@media only screen and (max-width: 675px) {
  .about-secC .about-process-wrap .item h5 {
    font-size: 20px;
  }
}
.about-secC .about-process-wrap .item p {
  color: var(--text);
  line-height: 20px;
}
.about-secC .btn-div-wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 520px) {
  .about-secC .btn-div-wrap {
    margin-top: 2rem;
  }
}

.about-secE {
  padding: 78px 0;
  background: var(--gray);
}
@media only screen and (max-width: 991px) {
  .about-secE {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secE {
    padding: 3rem 0;
  }
}
.about-secE .flex {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  gap: 104px;
  align-items: center;
}
@media only screen and (max-width: 1152px) {
  .about-secE .flex {
    gap: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secE .flex {
    max-width: 500px;
  }
}
.about-secE .flex figure {
  flex: 0 1 48%;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex figure {
    flex: 0 1 100%;
  }
}
.about-secE .flex figure img {
  width: 100%;
}
.about-secE .flex figcaption {
  flex: 1;
}
.about-secE .flex figcaption .heading h3 {
  letter-spacing: 0px;
}
.about-secE .flex figcaption .ico {
  line-height: 0;
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex figcaption .ico {
    margin-bottom: 18px;
  }
}
.about-secE .flex figcaption .ico img {
  width: 100%;
}
.about-secE .flex figcaption .desc {
  margin: 20px 0 48px;
}
@media only screen and (max-width: 991px) {
  .about-secE .flex figcaption .desc {
    max-width: 400;
  }
}
.about-secE .flex figcaption .desc p {
  font-size: 18px;
  color: var(--text);
}
.about-secE .flex figcaption .name {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 17px;
  font-weight: 500;
}

.about-secF {
  padding: 90px 0;
}
@media only screen and (max-width: 991px) {
  .about-secF {
    padding: 65px 0;
  }
}

.WCU-sec {
  padding: 7rem 0 0;
}
@media only screen and (max-width: 1152px) {
  .WCU-sec {
    padding: 5rem 0 0;
  }
}
@media only screen and (max-width: 520px) {
  .WCU-sec {
    padding: 3rem 0 0;
  }
}
.WCU-sec .heading {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1152px) {
  .WCU-sec .heading {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 675px) {
  .WCU-sec .heading {
    margin-bottom: 2.2rem;
  }
}
.WCU-sec .heading h5 {
  font-size: 20px;
  margin-top: 1rem;
}
@media only screen and (max-width: 675px) {
  .WCU-sec .heading h5 {
    font-size: 17px;
  }
}
.WCU-sec .flex {
  gap: 5rem;
}
@media only screen and (max-width: 1152px) {
  .WCU-sec .flex {
    gap: 3rem;
  }
}
@media only screen and (max-width: 860px) {
  .WCU-sec .flex {
    flex-direction: column-reverse;
  }
}
.WCU-sec .flex figure, .WCU-sec .flex figcaption {
  flex: 1;
}
@media only screen and (max-width: 860px) {
  .WCU-sec .flex figure, .WCU-sec .flex figcaption {
    flex: 0 1 100%;
  }
}
.WCU-sec .flex figure {
  line-height: 0;
}
@media only screen and (max-width: 860px) {
  .WCU-sec .flex figure {
    display: none;
  }
}
.WCU-sec .flex figure img {
  width: 100%;
}
.WCU-sec .flex figcaption h4 {
  margin-bottom: 8px;
  font-size: 26px;
}
@media only screen and (max-width: 860px) {
  .WCU-sec .flex figcaption h4 {
    font-size: 22px;
  }
}
.WCU-sec .flex figcaption p {
  color: var(--text);
  line-height: 1.35;
  font-size: 17px;
}
@media only screen and (max-width: 1152px) {
  .WCU-sec .flex figcaption p {
    font-size: 16px;
  }
}
.WCU-sec .flex figcaption p:not(:last-of-type) {
  margin-bottom: 20px;
}/*# sourceMappingURL=about.css.map */