@charset "UTF-8";
.header {
  background: transparent;
  box-shadow: none;
}

.header.js-scrolled {
  background-color: #fff;
  box-shadow: 0 0 24px 6px rgb(34, 34, 34, 0.04);
}

.header .header-navi ul li a,
.header .header-navi ul li span {
  color: #fff;
}

.header .header-navi ul li a[target="_blank"] .text-outer span::after {
  background: url(/assets/images/icon_outer.svg) center center / cover no-repeat;
}

.header.js-scrolled .header-navi ul li a[target="_blank"] .text-outer span::after {
  background: url(/assets/images/icon_outer_black.svg) center center / cover no-repeat;
}

@media screen and (max-width: 1100px) {
  .header,
  .header.js-scrolled {
    background-color: transparent;
    box-shadow: none;
  }

  .header .header-menu .menu-icon i {
    border: 2px solid rgb(255, 255, 255, 0.4);
  }

  .header.js-scrolled .menu-icon i {
    border: 2px solid #dfdfdf;
    background-color: #fff;
  }

  .header .header-menu .menu-icon i:before,
  .header .header-menu .menu-icon i:after {
    background-color: #fff;
  }

  .header.js-scrolled .menu-icon i:before,
  .header.js-scrolled .menu-icon i:after {
    background-color: #222;
  }

  .header.js-menu-open .menu-icon i:before,
  .header.js-menu-open .menu-icon i:after {
    background-color: #222;
  }

  .header.js-menu-open .menu-icon i {
    border: 2px solid #dfdfdf;
  }
}

.top-sec-heading {
  display: flex;
  column-gap: 160px;
  align-items: center;
}

.top-sec-title {
  position: relative;
  width: fit-content;
  padding-bottom: 38px;
}

.top-sec-title::before,
.top-sec-title::after {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 3px;
  content: "";
}

.top-sec-title::before {
  left: 0;
  background-color: var(--main-color-orange);
}

.top-sec-title::after {
  left: 30px;
  background: var(--gradient-blue);
}

.top-sec-title p {
  margin: 0;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-sec-title h2 {
  width: fit-content;
  margin: 16px 0 0;
  font-size: 3em;
  line-height: 1.5;
  color: var(--main-color-black);
}

@media screen and (max-width: 1200px) {
  .top-sec-heading {
    column-gap: 80px;
  }
}

@media screen and (max-width: 768px) {
  .top-sec-heading {
    flex-direction: column;
    align-items: unset;
    row-gap: 31px;
  }

  .top-sec-title {
    padding-bottom: 22px;
  }

  .top-sec-title::before,
  .top-sec-title::after {
    width: 20px;
    height: 2px;
  }

  .top-sec-title::after {
    left: 20px;
  }

  .top-sec-title p {
    font-size: 0.75em;
  }

  .top-sec-title h2 {
    margin: 7px 0 0;
    font-size: 2em;
  }
}

.top-sec-heading-desc {
  margin: 0;
  flex: 1;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .top-sec-heading-desc {
    font-size: 0.9375em;
  }
}

.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.is-inview .js-fade {
  opacity: 1;
  transform: translateY(0);
}

/* .top-mv */
.top-mv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.top-mv .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #edf3f7;
  /* background: url("/assets/images/top/mv.jpg") center center / cover no-repeat; */
}

.top-mv .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-mv .top-mv-text {
  position: absolute;
  left: 136px;
  bottom: 24vh;
}

.top-mv .top-mv-text h2 {
  font-size: 4em;
  line-height: 1.5;
  color: #fff;
  overflow: hidden;
}

.top-mv .top-mv-text h2 span {
  display: block;
  transform: translate3d(0, 105%, 0);
  transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.top-mv .top-mv-text.is-active h2 span {
  transform: translate3d(0, 0, 0);
}

.top-mv .top-mv-text p {
  margin: 27px 0 0;
  font-size: 1.5em;
  color: #fff;
  overflow: hidden;
}

.top-mv .top-mv-text p span {
  display: block;
  transform: translate3d(0, 105%, 0);
  transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.top-mv .top-mv-text.is-active p span {
  transform: translate3d(0, 0, 0);
}

.top-mv .top-mv-scroll-text {
  position: absolute;
  display: flex;
  bottom: -121px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.top-mv .top-mv-scroll-text ul {
  display: flex;
  white-space: nowrap;
  column-gap: 32px;
  margin: 0;
  padding: 0 32px 0 0;
  animation: infinity-scroll 150s infinite linear both;
  will-change: transform;
}

.top-mv .top-mv-scroll-text ul li {
  display: inline-block;
  font-size: 12.5em;
  font-weight: 700;
  background: linear-gradient(to bottom, #fff 0%, rgb(255, 255, 255, 0.2) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  .top-mv .top-mv-text {
    left: 48px;
  }
}

@media screen and (max-width: 768px) {
  .top-mv .top-mv-text {
    left: 24px;
    bottom: 15vh;
  }

  .top-mv .top-mv-text h2 {
    font-size: 2.25em;
  }

  .top-mv .top-mv-text h2 span {
    transform: translate3d(0, 102%, 0);
  }

  .top-mv .top-mv-text p {
    margin: 14px 0 0;
    font-size: 1em;
  }

  .top-mv .top-mv-text p span {
    transform: translate3d(0, 102%, 0);
  }

  .top-mv .top-mv-scroll-text {
    bottom: -45px;
    height: 180px;
  }

  .top-mv .top-mv-scroll-text ul {
    column-gap: 16px;
    padding: 0 16px 0 0;
    animation: infinity-scroll 120s infinite linear both;
  }

  .top-mv .top-mv-scroll-text ul li {
    font-size: 7.5em;
  }
}

/* .top-info */
.top-info {
  position: relative;
  background: var(--gradient-blue);
}

.top-info .top-info-wrap {
  position: relative;
  display: flex;
  column-gap: 20px;
  padding: 120px 136px;
  z-index: 1;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.top-info .top-info-text {
  flex: 1;
}

.top-info .top-info-text h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.top-info .top-info-text p {
  margin: 40px 0 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}

.top-info .top-info-text .common-btn {
  margin: 80px 0 0;
}

.top-info .top-info-image {
  width: 51%;
}

.top-info .top-info-image img {
  width: 100%;
}

.top-info .top-info-lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.top-info .top-info-lines .top-info-top-line-wrap {
  position: absolute;
  top: -34%;
  right: 0;
  width: 55.556%;
}

.top-info .top-info-lines .top-info-top-line-wrap .top-info-top-line {
  position: relative;
  width: 100%;
  padding-top: 88%;
}

.top-info .top-info-lines .top-info-top-line-wrap .top-info-top-line svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.top-info .top-info-lines .top-info-top-line-wrap .top-info-top-line svg path {
  stroke-dasharray: 1426;
  stroke-dashoffset: 1426;
}

.top-info.is-inview .top-info-lines .top-info-top-line-wrap .top-info-top-line svg path {
  animation: draw-anime 0.75s ease-in forwards;
}

.top-info .top-info-lines .top-info-bottom-line-wrap {
  position: absolute;
  bottom: -5%;
  left: -1%;
  width: 23.681%;
}

.top-info .top-info-lines .top-info-bottom-line-wrap .top-info-bottom-line {
  position: relative;
  width: 100%;
  padding-top: 101%;
}

.top-info .top-info-lines .top-info-bottom-line-wrap .top-info-bottom-line svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.top-info .top-info-lines .top-info-bottom-line-wrap .top-info-bottom-line svg path {
  stroke-dasharray: 668;
  stroke-dashoffset: 668;
}

.top-info.is-inview .top-info-lines .top-info-bottom-line-wrap .top-info-bottom-line svg path {
  animation: draw-anime 0.5s ease-in forwards 0.75s;
}

@media screen and (max-width: 1200px) {
  .top-info .top-info-wrap {
    padding: 100px 48px;
  }
}

@media screen and (max-width: 768px) {
  .top-info .top-info-wrap {
    flex-direction: column;
    row-gap: 48px;
    padding: 64px 20px 54px;
  }

  .top-info .top-info-text h2 {
    font-size: 2em;
  }

  .top-info .top-info-text p {
    margin: 24px 0 0;
    font-size: 1em;
  }

  .top-info .top-info-text .common-btn {
    margin: 52px auto 0;
  }

  .top-info .top-info-image {
    width: 100%;
  }

  .top-info .top-info-lines .top-info-top-line-wrap {
    top: -19%;
    right: -98%;
    width: 150%;
  }

  .top-info .top-info-lines .top-info-top-line-wrap .top-info-top-line {
    padding-top: 71%;
  }

  .top-info .top-info-lines .top-info-bottom-line-wrap {
    bottom: -7%;
    left: -4%;
    width: 65%;
    transform: rotate(-15deg);
  }
}

/* .top-products */
.top-products {
  background-color: #edf3f7;
}

.top-products .top-products-wrap {
  padding: 168px 136px 120px;
}

.top-products .top-products-main {
  position: relative;
  margin: 84px 0 0;
}

.top-products .top-products-main .top-products-block {
  position: relative;
  display: flex;
  column-gap: 78px;
}

.top-products .top-products-main .top-products-block + .top-products-block {
  margin: 148px 0 0;
}

.top-products .top-products-main .top-products-image {
  width: 36%;
}

.top-products .top-products-main .top-products-image img {
  width: 100%;
}

.top-products .top-products-main .top-products-list .top-products-list-title p {
  margin: 0;
  font-size: 0.75em;
  font-weight: 700;
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-products .top-products-main .top-products-list .top-products-list-title h3 {
  margin: 10px 0 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
}

.top-products .top-products-main .top-products-list {
  flex: 1;
}

.top-products .top-products-main .top-products-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 48px 0 0;
  padding: 0;
}

.top-products .top-products-main .top-products-list ul li {
  width: calc(50% - 6px);
}

.top-products .top-products-main .top-products-list ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 92px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
}

.top-products .top-products-main .top-products-list ul li a::after {
  position: absolute;
  bottom: 9px;
  right: 9px;
  width: 18px;
  height: 18px;
  background: url(/assets/images/icon_arrow_gray.svg) center center / cover no-repeat;
  content: "";
}

.top-products .top-products-main .top-products-list ul li a.modal-open-btn::after {
  width: 18px;
  height: 17px;
  background: url(/assets/images/icon_detail.svg) center center / cover no-repeat;
}

.top-products .top-products-main .top-products-list ul li a figure {
  width: 23%;
  height: 100%;
  overflow: hidden;
}

.top-products .top-products-main .top-products-list ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.top-products .top-products-main .top-products-list ul li a:hover figure img {
  transform: scale(1.1);
}

.top-products .top-products-main .top-products-list ul li a p {
  flex: 1;
  margin: 0;
  padding: 22px 24px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  color: var(--main-color-black);
}

.top-products .common-btn {
  margin: 56px 0 0 auto;
}

.top-products .top-products-wrap > .common-btn a {
  border: 3px solid var(--main-color-gray);
}

@media screen and (max-width: 1200px) {
  .top-products .top-products-wrap {
    padding: 100px 48px;
  }
}

@media screen and (max-width: 768px) {
  .top-products .top-products-wrap {
    padding: 58px 20px 54px;
  }

  .top-products .top-products-main {
    margin: 32px 0 0;
  }

  .top-products .top-products-main .top-products-block {
    flex-direction: column;
    row-gap: 32px;
  }

  .top-products .top-products-main .top-products-block + .top-products-block {
    margin: 64px 0 0;
  }

  .top-products .top-products-main .top-products-image {
    position: static;
    width: 100%;
    height: auto;
  }

  .top-products .top-products-main .top-products-list .top-products-list-title p {
    font-size: 0.625em;
  }

  .top-products .top-products-main .top-products-list .top-products-list-title h3 {
    margin: 8px 0 0;
    font-size: 1.5em;
  }

  .top-products .top-products-main .top-products-list ul {
    flex-direction: column;
    gap: 8px;
    margin: 24px 0 0;
  }

  .top-products .top-products-main .top-products-list ul li {
    width: 100%;
  }
  
  .top-products .top-products-main .top-products-list ul li:nth-child(5) {
    position: relative;
  }
  
  .top-products .top-products-main .top-products-list ul li:nth-child(5)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(237, 243, 247, 0.2) 0%, rgb(237, 243, 247, 0.8) 50%, #edf3f7 100%);
    content: "";
    z-index: 1;
  }
  
  .top-products .top-products-main .top-products-block.is-visible .top-products-list ul li:nth-child(5)::before {
    content: none;
  }

  .top-products .top-products-main .top-products-list ul li a {
    align-items: stretch;
    min-height: 56px;
  }

  .top-products .top-products-main .top-products-list ul li a::after {
    bottom: 9px;
    right: 9px;
  }

  .top-products .top-products-main .top-products-list ul li a figure {
    width: 15%;
    height: auto;
  }

  .top-products .top-products-main .top-products-list ul li a p {
    display: flex;
    align-items: center;
    padding: 2px 15px;
    font-size: 0.9375em;
  }

  .top-products .top-products-main .top-products-list .more-btn {
    margin: 15px auto 0;
  }

  .top-products .common-btn {
    margin: 52px auto 0;
  }
}

/* .top-intro */
.top-intro {
  position: relative;
}

.top-intro .top-intro-wrap {
  position: relative;
  padding: 168px 136px 120px;
  z-index: 1;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.top-intro .top-intro-main {
  margin: 84px 0 0;
}

.top-intro .top-intro-main ul {
  display: flex;
  column-gap: 33px;
  margin: 0;
  padding: 0;
}

.top-intro .top-intro-main ul li {
  width: calc(100% / 3 - 22px);
}

.top-intro .top-intro-main ul li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.top-intro .top-intro-main ul li a figure {
  overflow: hidden;
}

.top-intro .top-intro-main ul li a figure img {
  width: 100%;
  transition: all 0.3s ease;
}

.top-intro .top-intro-main ul li a:hover figure img {
  transform: scale(1.1);
}

.top-intro .top-intro-main ul li a .top-intro-item-cat {
  margin: 28px 0 0;
  font-weight: 500;
  line-height: 1.5;
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-intro .top-intro-main ul li a .top-intro-item-title {
  margin: 10px 0 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--main-color-black);
}

.top-intro .common-btn {
  margin: 56px 0 0 auto;
}

.top-intro .common-btn a {
  border: 3px solid var(--main-color-gray);
}

.top-intro .top-intro-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.top-intro .top-intro-line .top-intro-top-line-wrap {
  position: absolute;
  top: -23%;
  right: -19%;
  width: 67.709%;
}

.top-intro .top-intro-line .top-intro-top-line-wrap .top-intro-top-line {
  position: relative;
  width: 100%;
  padding-top: 69.232%;
}

.top-intro .top-intro-line .top-intro-top-line-wrap .top-intro-top-line svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.top-intro .top-intro-line .top-intro-top-line-wrap .top-intro-top-line svg path {
  stroke-dasharray: 1426;
  stroke-dashoffset: 1426;
}

.top-intro.is-inview .top-intro-line .top-intro-top-line-wrap .top-intro-top-line svg path {
  animation: draw-anime 0.75s ease-in forwards;
}

@media screen and (max-width: 1200px) {
  .top-intro .top-intro-wrap {
    padding: 100px 48px;
  }
}

@media screen and (max-width: 768px) {
  .top-intro .top-intro-wrap {
    padding: 58px 20px 64px;
  }

  .top-intro .top-intro-main {
    margin: 44px 0 0;
  }

  .top-intro .top-intro-main ul {
    flex-direction: column;
    row-gap: 40px;
  }

  .top-intro .top-intro-main ul li {
    width: 100%;
  }

  .top-intro .top-intro-main ul li a .top-intro-item-cat {
    margin: 22px 0 0;
    font-size: 0.875em;
  }

  .top-intro .top-intro-main ul li a .top-intro-item-title {
    margin: 8px 0 0;
    font-size: 1.125em;
  }

  .top-intro .common-btn {
    margin: 52px auto 0;
  }

  .top-intro .top-intro-line .top-intro-top-line-wrap {
    top: -10%;
    right: -58%;
    width: 140%;
  }
}

/* .top-company */
.top-company {
  background-color: #edf3f7;
}

.top-company .top-company-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  min-height: 700px;
  padding: 0 136px;
}

.top-company .top-company-wrap .top-company-text {
  flex: 1;
  max-width: 568px;
}

.top-company .top-company-wrap .top-company-text > p {
  margin: 72px 0 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
}

.top-company .top-company-wrap .top-company-text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 30px;
  margin: 64px 0 0;
  padding: 0;
}

.top-company .top-company-wrap .top-company-text ul li {
  position: relative;
  width: calc(50% - 15px);
  padding-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}

.top-company .top-company-wrap .top-company-text ul li::after {
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--main-color-black);
  transition: all 0.4s ease;
  content: "";
}

.top-company .top-company-wrap .top-company-text ul li:has(a:hover)::after {
  width: 100%;
}

.top-company .top-company-wrap .top-company-text ul li a {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--main-color-black);
  text-decoration: none;
}

.top-company .top-company-wrap .top-company-text ul li a span {
  font-size: 0.5em;
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-company .top-company-wrap .top-company-text ul li a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--main-color-black);
  transform: translateY(-50%);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  content: "";
}

.top-company .top-company-wrap .top-company-text ul li a::after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 10px;
  height: 10px;
  background: url(/assets/images/icon_arrow.svg) center center / cover no-repeat;
  transform: translateY(-50%);
  content: "";
}

.top-company .top-company-wrap .top-company-text ul li a:hover::before {
  transform: translateY(-50%) scale(1.72);
}

.top-company .top-company-wrap .top-company-text ul li a:hover::after {
  animation: slide-arrow-right 0.3s ease-in-out;
}

.top-company .top-company-wrap figure {
  width: 40%;
  min-height: 700px;
}

.top-company .top-company-wrap figure img {
  width: calc(100% + 136px);
  height: 100%;
  min-height: 700px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
  .top-company .top-company-wrap {
    padding: 0 48px;
  }

  .top-company .top-company-wrap figure img {
    width: calc(100% + 48px);
  }
}

@media screen and (max-width: 1000px) {
  .top-company .top-company-wrap .top-company-text ul {
    flex-direction: column;
  }

  .top-company .top-company-wrap .top-company-text ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-company .top-company-wrap {
    flex-direction: column;
    align-items: unset;
    row-gap: 48px;
    min-height: auto;
    padding: 58px 20px 0;
  }

  .top-company .top-company-wrap .top-company-text {
    flex: 1;
    max-width: none;
  }

  .top-company .top-company-wrap .top-company-text > p {
    margin: 30px 0 0;
    font-size: 0.9375em;
  }

  .top-company .top-company-wrap .top-company-text ul {
    gap: 19px;
    margin: 50px 0 0;
  }

  .top-company .top-company-wrap .top-company-text ul li {
    padding-bottom: 16px;
  }

  .top-company .top-company-wrap .top-company-text ul li a {
    column-gap: 12px;
    font-size: 1.25em;
  }

  .top-company .top-company-wrap .top-company-text ul li a::before {
    right: 5px;
  }

  .top-company .top-company-wrap .top-company-text ul li a::after {
    right: 9px;
  }

  .top-company .top-company-wrap figure {
    width: 100%;
    min-height: auto;
  }

  .top-company .top-company-wrap figure img {
    margin-left: -20px;
    min-height: auto;
  }

  .top-company .top-company-wrap figure img {
    width: calc(100% + 40px);
  }
}

/* .top-news */
.top-news {
  position: relative;
}

.top-news .top-news-wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  padding: 168px 136px 184px;
}

.top-news .top-news-text {
  flex: 1;
  max-width: 302px;
}

.top-news .top-news-text > p {
  margin: 72px 0 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
}

.top-news .common-btn {
  margin: 64px 0 0;
}

.top-news .common-btn a {
  border: 3px solid var(--main-color-gray);
}

.top-news .top-news-list {
  width: 57.5%;
}

.top-news .top-news-list ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.top-news .top-news-list ul li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 14px;
  padding: 0 0 27px;
  border-bottom: 1px solid var(--main-color-gray);
  color: var(--main-color-black);
  text-decoration: none;
}

.top-news .top-news-list ul li a::after {
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--main-color-black);
  transition: all 0.4s ease;
  content: "";
}

.top-news .top-news-list ul li a:hover::after {
  width: 100%;
}

.top-news .top-news-list ul li a time {
  width: 100%;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.75;
}

.top-news .top-news-list ul li a .top-news-category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 28px;
  margin: 0;
  padding: 0 10px 2px;
  border-radius: 28px;
  background: linear-gradient(to right bottom, rgb(34, 136, 214, 0.08) 0%, rgb(38, 75, 128, 0.08) 100%);
}

.top-news .top-news-list ul li a .top-news-category span {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.75;
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-news .top-news-list ul li.important a .top-news-category {
  background: rgb(255, 102, 48, 0.08);
}

.top-news .top-news-list ul li.important a .top-news-category span {
  color: var(--main-color-orange);
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.top-news .top-news-list ul li a .top-news-title {
  margin: 0;
  font-weight: 500;
}

.top-news .top-news-gallery {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 112px;
  overflow: hidden;
  z-index: 1;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.top-news .top-news-gallery ul {
  display: flex;
  column-gap: 24px;
  margin: 0;
  padding: 0 24px 0 0;
  animation: infinity-scroll 120s infinite linear both;
  will-change: transform;
}

.top-news .top-news-gallery ul li {
  width: 27.78vw;
}

.top-news .top-news-gallery ul li:nth-child(2n) {
  margin: 64px 0 0;
}

.top-news .top-news-gallery ul li img {
  width: 100%;
}

.top-news .top-news-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.top-news .top-news-line .top-news-bottom-line-wrap {
  position: absolute;
  bottom: -6%;
  left: -18%;
  width: 83%;
}

.top-news .top-news-line .top-news-bottom-line-wrap .top-news-bottom-line {
  position: relative;
  width: 100%;
  padding-top: 69.232%;
}

.top-news .top-news-line .top-news-bottom-line-wrap .top-news-bottom-line svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.top-news .top-news-line .top-news-bottom-line-wrap .top-news-bottom-line svg path {
  stroke-dasharray: 1426;
  stroke-dashoffset: 1426;
}

.top-news.is-inview .top-news-line .top-news-bottom-line-wrap .top-news-bottom-line svg path {
  animation: draw-anime 0.75s ease-in forwards;
}

@media screen and (max-width: 1200px) {
  .top-news .top-news-wrap {
    padding: 100px 48px;
  }
}

@media screen and (max-width: 768px) {
  .top-news .top-news-wrap {
    flex-direction: column;
    row-gap: 44px;
    padding: 58px 20px 72px;
  }

  .top-news .top-news-text {
    max-width: none;
  }

  .top-news .top-news-text > p {
    margin: 28px 0 0;
    font-size: 0.9375em;
  }

  .top-news .top-news-text .common-btn {
    margin: 64px 0 0;
  }

  .top-news .top-news-text .common-btn a {
    border: 3px solid var(--main-color-gray);
  }

  .top-news .top-news-list {
    width: 100%;
  }

  .top-news .top-news-list ul {
    gap: 20px;
  }

  .top-news .top-news-list ul li a {
    gap: 16px 12px;
    padding: 0 0 20px;
  }

  .top-news .top-news-list ul li a time {
    width: fit-content;
    font-size: 0.8125em;
  }

  .top-news .top-news-list ul li a .top-news-category {
    min-width: 96px;
    height: 24px;
    margin: 0;
  }

  .top-news .top-news-list ul li a .top-news-category span {
    font-size: 0.6875em;
  }

  .top-news .top-news-list ul li a .top-news-title {
    width: 100%;
    font-size: 0.9375em;
  }

  .top-news .common-btn {
    margin: 12px auto 0;
  }

  .top-news .top-news-gallery {
    padding: 0 0 64px;
  }

  .top-news .top-news-gallery ul {
    column-gap: 16px;
    padding: 0 16px 0 0;
    animation: infinity-scroll 80s infinite linear both;
  }

  .top-news .top-news-gallery ul li {
    width: 79vw;
  }

  .top-news .top-news-gallery ul li:nth-child(2n) {
    margin: 47px 0 0;
  }
}

/* .top-recruit */
.top-recruit {
  position: relative;
  background: var(--gradient-blue);
}

.top-recruit .top-recruit-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 88px 136px 231px;
  z-index: 1;
}

.top-recruit .top-recruit-wrap .top-recruit-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 38px;
}

.top-recruit .top-recruit-wrap .top-recruit-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  background: #fff;
  transform: translateX(-50%);
  content: "";
}

.top-recruit .top-recruit-wrap .top-recruit-title p {
  margin: 0;
  font-size: 0.875em;
  font-weight: 700;
  color: #fff;
}

.top-recruit .top-recruit-wrap .top-recruit-title h2 {
  margin: 20px 0 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.top-recruit .top-recruit-wrap > p {
  margin: 72px 0 0;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}

.top-recruit .top-recruit-wrap .common-btn {
  margin: 64px 0 0;
}

.top-recruit .top-recruit-scroll-text {
  display: flex;
  position: absolute;
  bottom: 36px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  z-index: 0;
}

.top-recruit .top-recruit-scroll-text ul {
  display: flex;
  column-gap: 32px;
  padding: 0 32px 0 0;
  animation: infinity-scroll 150s infinite linear both;
  will-change: transform;
}

.top-recruit .top-recruit-scroll-text ul li {
  display: inline-block;
  white-space: nowrap;
  font-size: 12.5em;
  font-weight: 700;
  background: linear-gradient(to bottom, #fff 0%, rgb(255, 255, 255, 0.2) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.08;
}

@media screen and (max-width: 1200px) {
  .top-recruit .top-recruit-wrap {
    padding: 50px 48px 231px;
  }
}

@media screen and (max-width: 768px) {
  .top-recruit {
  }

  .top-recruit .top-recruit-wrap {
    padding: 64px 20px 217px;
  }

  .top-recruit .top-recruit-wrap .top-recruit-title {
    padding-bottom: 20px;
  }

  .top-recruit .top-recruit-wrap .top-recruit-title::after {
    width: 40px;
    height: 2px;
  }

  .top-recruit .top-recruit-wrap .top-recruit-title p {
    font-size: 0.75em;
  }

  .top-recruit .top-recruit-wrap .top-recruit-title h2 {
    margin: 11px 0 0;
    font-size: 2em;
  }

  .top-recruit .top-recruit-wrap > p {
    max-width: 538px;
    margin: 28px 0 0;
    font-size: 0.9375em;
  }

  .top-recruit .top-recruit-wrap .common-btn {
    margin: 52px 0 0;
  }

  .top-recruit .top-recruit-scroll-text {
    bottom: 117px;
    height: 180px;
  }

  .top-recruit .top-recruit-scroll-text ul {
    column-gap: 24px;
    padding: 0 24px 0 0;
    animation: infinity-scroll 30s infinite linear both;
  }

  .top-recruit .top-recruit-scroll-text ul li {
    font-size: 7.5em;
  }
}
