@charset "UTF-8";
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body {
  margin: 0;
  padding: 0;
  color: var(--wp--preset--color--text-dark);
  background: #ffffff;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  font-family: var(--wp--preset--font-family--brand-sans);
  background-image: url("../../assets/images/banner_hero_bg.webp");
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
@media (max-width: 500px) {
  body {
    background-size: auto 500px;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  object-fit: cover;
}

figure {
  margin: 0;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.main-content-wrapper,
.page-main-layout {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content-section,
.site-footer,
.page-main-layout,
.single-article-layout {
  position: relative;
}
.content-section .container,
.site-footer .container,
.page-main-layout .container,
.single-article-layout .container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
.content-section .page-entry-header,
.content-section .article-header,
.site-footer .page-entry-header,
.site-footer .article-header,
.page-main-layout .page-entry-header,
.page-main-layout .article-header,
.single-article-layout .page-entry-header,
.single-article-layout .article-header {
  padding-top: 100px;
}
.content-section .page-entry-header .title,
.content-section .article-header .title,
.site-footer .page-entry-header .title,
.site-footer .article-header .title,
.page-main-layout .page-entry-header .title,
.page-main-layout .article-header .title,
.single-article-layout .page-entry-header .title,
.single-article-layout .article-header .title {
  text-align: center;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  font-size: 2.7rem;
  color: var(--wp--preset--color--primary);
  background: linear-gradient(120deg, var(--wp--preset--color--primary) 30%, #fff 50%, var(--wp--preset--color--primary) 70%);
  background-size: 650% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineEffect 8.1s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
.content-section .page-entry-header .title span,
.content-section .article-header .title span,
.site-footer .page-entry-header .title span,
.site-footer .article-header .title span,
.page-main-layout .page-entry-header .title span,
.page-main-layout .article-header .title span,
.single-article-layout .page-entry-header .title span,
.single-article-layout .article-header .title span {
  font-size: 1rem;
  display: block;
}
.content-section .page-entry-body,
.content-section .article-entry-body,
.site-footer .page-entry-body,
.site-footer .article-entry-body,
.page-main-layout .page-entry-body,
.page-main-layout .article-entry-body,
.single-article-layout .page-entry-body,
.single-article-layout .article-entry-body {
  background: #fff;
}
.content-section .article-entry-body .container .content,
.site-footer .article-entry-body .container .content,
.page-main-layout .article-entry-body .container .content,
.single-article-layout .article-entry-body .container .content {
  padding: 20px 0;
}
@media (max-width: 1510px) {
  .content-section .container,
  .site-footer .container,
  .page-main-layout .container,
  .single-article-layout .container {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .content-section .page-entry-header .title,
  .content-section .article-header .title,
  .site-footer .page-entry-header .title,
  .site-footer .article-header .title,
  .page-main-layout .page-entry-header .title,
  .page-main-layout .article-header .title,
  .single-article-layout .page-entry-header .title,
  .single-article-layout .article-header .title {
    margin: 0;
  }
}
@keyframes shineEffecth1 {
  0% {
    background-position: 150% 0%;
  }
  30%, 100% {
    background-position: -100% 0%;
  }
}

.cpt-navigation .nav-links {
  border-top: 2px solid var(--wp--preset--color--primary-blue);
  border-bottom: 1px solid var(--wp--preset--color--primary-blue);
}
.cpt-navigation .nav-links .nav-previous,
.cpt-navigation .nav-links .nav-next {
  border-bottom: 1px solid var(--wp--preset--color--primary-blue);
}
.cpt-navigation .nav-links .nav-previous a,
.cpt-navigation .nav-links .nav-next a {
  display: block;
  color: var(--wp--preset--color--primary);
  line-height: 1.2rem;
  padding: 15px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.cpt-navigation .nav-links .nav-previous a:hover,
.cpt-navigation .nav-links .nav-next a:hover {
  color: var(--wp--preset--color--primary);
  transform: translate(-5px, 0);
}
.cpt-navigation .nav-links .nav-next {
  text-align: right;
}
.cpt-navigation .nav-links .nav-next a:hover {
  transform: translate(5px, 0);
}

h1,
h2 {
  font-family: var(--wp--preset--font-family--noto-serif-font);
  font-weight: 700;
}

.title {
  text-align: center;
  letter-spacing: 0.06rem;
  font-size: var(--wp--preset--font-size--huge);
}
.title span {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: clamp(0px, 0.5vw, 1rem);
  font-size: var(--wp--preset--font-size--normal);
  padding-top: 10px;
}
.title span.longspan {
  letter-spacing: 0.3rem;
}
.title.alignleft {
  text-align: left;
}

.button-area {
  display: flex;
  justify-content: flex-end;
  padding-top: 40px;
}
.button-area a {
  background: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--small-14);
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  line-height: 45px;
  padding: 0 45px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.button-area a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.button-area a:hover {
  box-shadow: inset 0px 0px 18px 0px #fffcfc;
  animation: boundScale 0.4s cubic-bezier(0.25, 2.5, 0.69, 0.45);
}
.button-area a:hover::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 40px;
  animation: buttonfadeIn 0.4s ease-out;
}
.button-area.more-works-action {
  justify-content: center;
}
.button-area.more-works-action .btn-more-works span {
  padding-left: 10px;
}
@keyframes buttonfadeIn {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.pagination {
  margin-top: 3rem;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  margin: 0 0.25rem;
  background: #c4c4c4;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  background: var(--wp--preset--color--text-dark);
}
.pagination .current {
  background: var(--wp--preset--color--secondary);
}

.wp-block-image.aligncenter {
  margin: 0 auto;
}

.category-filter {
  transform: translate(0, 30px);
}
.category-filter .filter-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category-filter .filter-menu li.active a::after {
  background: var(--wp--preset--color--secondary);
}
.category-filter .filter-menu li.active a {
  color: #fff;
}
.category-filter .filter-menu li a {
  padding: 10px 20px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  margin: 5px;
  line-height: 1;
}
.category-filter .filter-menu li a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--wp--preset--color--worktext);
  transition: all 0.3s ease;
}
.category-filter .filter-menu li a:hover {
  color: #fff;
}
.category-filter .filter-menu li a:hover::after {
  background: var(--wp--preset--color--text-dark);
  animation: boundScale 0.4s cubic-bezier(0.25, 2.5, 0.69, 0.45);
}

.yuanda-breadcrumbs {
  font-size: var(--wp--preset--font-size--small-14);
  padding-bottom: 30px;
}
.yuanda-breadcrumbs .crumb-separator {
  color: #ccc;
  font-weight: 300;
  user-select: none;
}
.yuanda-breadcrumbs a {
  color: var(--wp--preset--color--primary);
}
.yuanda-breadcrumbs a:hover {
  text-decoration: none;
}

@keyframes boundScale {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.wp-lightbox-overlay .scrim {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.hero-marquee-wrapper {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}

.hero-marquee-track {
  display: inline-block;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: var(--wp--preset--color--text-english);
  letter-spacing: 0em;
  padding-left: 100%;
  animation: marqueeLinear 40s linear infinite;
  margin: 0;
  opacity: 0.5;
}
.hero-marquee-track span {
  display: inline-block;
  padding-right: 1rem;
}

@keyframes marqueeLinear {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
section.hero-banner-section {
  position: relative;
}
section.hero-banner-section .hero-banner-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 960px;
  max-width: 1500px;
  margin: 0 auto;
}
section.hero-banner-section .hero-banner-container .hero-banner-content {
  position: relative;
  z-index: 2;
  font-family: var(--wp--preset--font-family--noto-serif-font);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--wp--preset--color--text-title);
  max-width: 700px;
}
section.hero-banner-section .hero-banner-container .hero-banner-content .hero-title {
  margin: 0;
  font-size: clamp(2.5vw, 4rem, 8vw);
  background: linear-gradient(120deg, #000 30%, #fff 50%, #000 70%);
  background-size: 650% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineEffect 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
section.hero-banner-section .hero-banner-container .hero-banner-content .hero-tagline {
  font-size: clamp(1vw, 3rem, 6vw);
  margin: 0;
  background: linear-gradient(120deg, #000 30%, #fff 50%, #000 70%);
  background-size: 650% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineEffect 8.1s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
section.hero-banner-section .hero-banner-container .hero-banner-content .hero-subtitle {
  font-size: clamp(1rem, 1.3rem, 1vw);
}
section.hero-banner-section .hero-banner-container .hero-banner-image {
  position: absolute;
  left: 0%;
  bottom: 0;
}
section.hero-banner-section .hero-banner-container .hero-banner-image img {
  display: block;
  margin: 0 auto;
}
@keyframes shineEffect {
  0% {
    background-position: 150% 0%;
  }
  30%, 100% {
    background-position: -100% 0%;
  }
}
@media (max-width: 1380px) {
  section.hero-banner-section .hero-banner-container .hero-banner-content {
    text-align: right;
  }
  section.hero-banner-section .hero-banner-container .hero-banner-image {
    width: 50vw;
  }
}
@media (max-width: 1080px) {
  section.hero-banner-section {
    min-height: auto;
  }
  section.hero-banner-section .hero-banner-container {
    padding-top: 120px;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
  }
  section.hero-banner-section .hero-banner-container .hero-banner-content {
    text-align: center;
  }
  section.hero-banner-section .hero-banner-container .hero-banner-image {
    position: relative;
    width: 100vw;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  width: 100%;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.site-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.site-header .header-container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.site-header .header-container .header-logo-area {
  padding-bottom: 10px;
  position: relative;
  z-index: 4;
}
.site-header .header-container .header-logo-area .logo-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--wp--preset--color--primary);
  padding: 0 0 10px 210px;
  position: relative;
  height: 81px;
}
.site-header .header-container .header-logo-area .logo-link img {
  display: none;
}
.site-header .header-container .header-logo-area .logo-link::before {
  content: "";
  width: 200px;
  height: 81px;
  background-image: url("../../assets/images/logo.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .header-container .header-logo-area .logo-link .logo-text-main {
  font-size: 1.25rem;
  font-weight: 600;
}
.site-header .header-container .header-logo-area .logo-link .logo-text-sub {
  font-size: 0.8rem;
  font-weight: 400;
}
.site-header .header-container .header-right-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.site-header .header-container .header-right-wrapper span.menuopen {
  display: none;
  width: 45px;
  height: 45px;
  background: var(--wp--preset--color--faqbar);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  cursor: pointer;
  margin-right: 15px;
  z-index: 2;
}
.site-header .header-container .header-right-wrapper .main-navigation {
  display: flex;
  overflow: hidden;
  padding: 0 10px 0 0;
  z-index: 3;
}
.site-header .header-container .header-right-wrapper .main-navigation span.menuclose {
  display: none;
  width: 45px;
  height: 45px;
  background: var(--wp--preset--color--faqbar);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  cursor: pointer;
  margin-right: 15px;
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 0px;
}
.site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list {
  gap: 25px;
  list-style-type: none;
  display: flex;
}
.site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item {
  gap: 25px;
  padding: 20px 0;
}
.site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item a {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--wp--preset--color--text-title);
  transition: color 0.3s ease;
  text-decoration: none;
  position: relative;
  display: block;
}
.site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -10px;
  height: 2px;
  width: 0px;
  display: block;
  background: var(--wp--preset--color--primary);
  transition: all 0.3s ease;
}
.site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item a:hover {
  color: var(--wp--preset--color--primary);
}
.site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item a:hover::after {
  content: "";
  width: 100%;
}
.site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item.current-menu-item a {
  color: var(--wp--preset--color--primary);
}
.site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item.current-menu-item a::after {
  content: "";
  width: 100%;
}
.site-header .header-container .header-action-menu {
  margin-right: -20px;
  display: flex;
  z-index: 4;
}
.site-header .header-container .header-action-menu .action-btn {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small-14);
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
  display: block;
  text-align: center;
  line-height: 45px;
  height: 50px;
  width: 160px;
  padding-right: 10px;
  padding-top: 5px;
  margin-left: -20px;
  border-radius: 0 0 0 20px;
  position: relative;
  letter-spacing: 0.05rem;
  transform: translateY(-5px);
}
.site-header .header-container .header-action-menu .action-btn:last-child {
  border-radius: 0 0 20px 20px;
  padding-right: 0px;
}
.site-header .header-container .header-action-menu .action-btn:hover {
  transform: translateY(0px);
  filter: brightness(1.1);
  z-index: 10;
  border-radius: 0 0 20px 20px;
}
.site-header .header-container .header-action-menu .action-btn.btn-call {
  background: linear-gradient(90deg, #012F7A 0%, #2B7DB7 100%);
  z-index: 1;
}
.site-header .header-container .header-action-menu .action-btn.btn-recruitment {
  background: linear-gradient(90deg, #EF2D04 0%, #FEC203 100%);
  z-index: 2;
}
.site-header .header-container .header-action-menu .action-btn.btn-line {
  background: linear-gradient(90deg, #18B256 0%, #4FE217 100%);
  z-index: 3;
}
@media (max-width: 1080px) {
  .site-header.is-scrolled .header-container .header-logo-area {
    padding: 10px;
  }
  .site-header.is-scrolled .header-container .header-logo-area .logo-link img {
    width: 100px;
  }
  .site-header .header-container {
    align-items: center;
  }
  .site-header .header-container .header-logo-area {
    padding: 20px;
  }
  .site-header .header-container .header-logo-area .logo-link {
    padding: 0;
    height: auto;
  }
  .site-header .header-container .header-logo-area .logo-link::before,
  .site-header .header-container .header-logo-area .logo-link .logo-text-main,
  .site-header .header-container .header-logo-area .logo-link .logo-text-sub {
    display: none;
  }
  .site-header .header-container .header-logo-area .logo-link img {
    width: 150px;
    display: block;
  }
  .site-header .header-container .header-right-wrapper span.menuopen {
    display: flex;
  }
  .site-header .header-container .header-right-wrapper .main-navigation {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3;
    gap: 0px;
    transition: all 0.5s ease;
    overflow-y: auto;
  }
  .site-header .header-container .header-right-wrapper .main-navigation.open {
    transform: translate(-100%, 0);
  }
  .site-header .header-container .header-right-wrapper .main-navigation span.menuclose {
    display: flex;
  }
  .site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list {
    flex-direction: column;
    padding: 100px 0 0 0;
    text-align: center;
    width: 100%;
    gap: 0px;
  }
  .site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item {
    border-bottom: 1px solid #8DA8D0;
    padding: 0;
    margin: 0;
    gap: 0px;
  }
  .site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item:last-child {
    border-bottom: none;
    padding-bottom: 60px;
  }
  .site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item a {
    font-size: 24px;
    line-height: 80px;
  }
  .site-header .header-container .header-right-wrapper .main-navigation .nav-menu-list .menu-item a::after {
    display: none;
  }
  .site-header .header-container .header-action-menu {
    margin-right: 0px;
    position: fixed;
    bottom: 0;
    left: 0%;
    width: 100%;
  }
  .site-header .header-container .header-action-menu .action-btn {
    flex: 1;
    padding-bottom: 5px;
    border-radius: 20px 0 0 0;
    transform: translateY(5px);
  }
  .site-header .header-container .header-action-menu .action-btn:last-child {
    border-radius: 20px 20px 0 0;
    padding-right: 10px;
  }
  .site-header .header-container .header-action-menu .action-btn:first-child {
    margin-left: 0;
  }
  .site-header .header-container .header-action-menu .action-btn:hover {
    transform: translateY(0px);
    border-radius: 20px 20px 0 0;
  }
}

.content-section.front-page {
  background-image: url("../../assets/images/feature_bg.webp");
  background-size: cover;
  background-position: center bottom;
}
.content-section.front-page .container {
  color: #fff;
}
.content-section.front-page .container h2 {
  text-align: center;
}
.content-section.front-page .container .features-grid {
  display: flex;
  flex-wrap: wrap;
}
.content-section.front-page .container .features-grid .feature-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
.content-section.front-page .container .features-grid .feature-item:nth-child(1) {
  width: 45%;
}
.content-section.front-page .container .features-grid .feature-item:nth-child(3), .content-section.front-page .container .features-grid .feature-item:nth-child(4) {
  border-top: 1px solid #fff;
}
.content-section.front-page .container .features-grid .feature-item:nth-child(1), .content-section.front-page .container .features-grid .feature-item:nth-child(3) {
  border-right: 1px solid #fff;
}
.content-section.front-page .container .features-grid .feature-item h4 {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  letter-spacing: 1px;
}
.content-section.front-page .container .features-grid .feature-item h4 span {
  font-size: 0.85rem;
  letter-spacing: 1.2px;
}
.content-section.front-page .container .features-grid .feature-item span {
  display: block;
}
.content-section.front-page .container .features-grid .feature-item span.material-symbols-outlined {
  font-size: 75px;
  padding-right: 10px;
  line-height: 1;
}
.content-section.front-page .container .features-center {
  text-align: center;
  line-height: 2rem;
  padding: 30px 0 0 0;
}
@media (max-width: 660px) {
  .content-section.front-page .container .features-grid .feature-item {
    width: 100%;
    padding: 20px;
  }
  .content-section.front-page .container .features-grid .feature-item:nth-child(1) {
    width: 100%;
  }
  .content-section.front-page .container .features-grid .feature-item:nth-child(2), .content-section.front-page .container .features-grid .feature-item:nth-child(3), .content-section.front-page .container .features-grid .feature-item:nth-child(4) {
    border-top: 1px solid #fff;
  }
  .content-section.front-page .container .features-grid .feature-item:nth-child(1), .content-section.front-page .container .features-grid .feature-item:nth-child(3) {
    border-right: none;
  }
}

.content-section.front-work {
  position: relative;
  background: #fff;
}
.content-section.front-work .container {
  max-width: 1200px;
}
.content-section.front-work::after {
  content: "WORKS";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  font-weight: 900;
  font-size: clamp(15vw, 18.75rem, 25vw);
  line-height: 0.65;
  color: var(--wp--preset--color--worktext, #ECF0F5);
  z-index: -1;
}
.content-section.front-work .project-swiper {
  position: relative;
}
.content-section.front-work .project-swiper .swiper-wrapper {
  position: relative;
  z-index: 4;
  transition-property: transform, height;
  transition-duration: 0.8s;
}
.content-section.front-work .project-swiper .swiper-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: flex;
}
.content-section.front-work .project-swiper .swiper-button > div {
  width: 45px;
  height: 45px;
  background: #c4c4c4;
  color: #fff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.content-section.front-work .project-swiper .swiper-button > div:hover {
  background: var(--wp--preset--color--secondary);
}
.content-section.front-work .project-swiper .project-item {
  opacity: 0.4;
  transform: scale(0.9);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.content-section.front-work .project-swiper .project-item .project-info {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.content-section.front-work .project-swiper .project-item.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  filter: grayscale(0%);
}
.content-section.front-work .project-swiper .project-item.swiper-slide-active .project-info {
  opacity: 1;
  transform: translateY(0);
}
.content-section.front-work .project-item .project-link {
  text-decoration: none;
  display: flex;
  padding: 40px 0;
  color: var(--wp--preset--color--text-dark);
  line-height: 1.5;
}
.content-section.front-work .project-item .project-link .project-img-wrapper {
  width: 50%;
  padding-right: 25px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.content-section.front-work .project-item .project-link .project-img-wrapper img {
  aspect-ratio: 480/600;
  max-width: 480px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.content-section.front-work .project-item .project-link .project-info {
  padding-left: 25px;
  width: 50%;
}
.content-section.front-work .project-item .project-link .project-info h3 {
  color: var(--wp--preset--color--text-title);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 400;
  margin-top: 0;
}
.content-section.front-work .project-item .project-link .project-info h3 span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.content-section.front-work .project-item .project-link .project-info h3 span::after {
  content: "";
  width: 0%;
  height: 4px;
  display: block;
  background: linear-gradient(90deg, #EF2D04 0%, #FEC203 100%);
  position: absolute;
  bottom: 0px;
  right: 0;
  transition: all 0.3s ease;
}
.content-section.front-work .project-item .project-link:hover .project-img-wrapper img {
  transform: scale(0.99);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.content-section.front-work .project-item .project-link:hover .project-info h3 span::after {
  width: 100%;
  left: 0;
  transform: translate(0%, 0);
}
@media (max-width: 660px) {
  .content-section.front-work .project-swiper .swiper-button {
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translate(0, -50%);
    width: 100%;
    justify-content: space-between;
  }
  .content-section.front-work .project-swiper .swiper-button > div {
    border-right: none;
    opacity: 0.7;
    transition: all 0.3s ease;
  }
  .content-section.front-work .project-swiper .swiper-button > div:hover {
    opacity: 1;
  }
  .content-section.front-work .project-item .project-link {
    display: block;
    padding: 0;
  }
  .content-section.front-work .project-item .project-link .project-img-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    justify-content: center;
  }
  .content-section.front-work .project-item .project-link .project-info {
    padding-left: 0px;
    width: 100%;
  }
}

.content-section.front-feedback {
  background: var(--wp--preset--color--worktext, #ECF0F5);
}

.feedback-area {
  display: flex;
}
.feedback-area .item {
  width: 50%;
  padding: 40px 20px 20px 20px;
  display: flex;
  align-items: flex-start;
  font-size: var(--wp--preset--font-size--small-14);
  line-height: 2;
}
.feedback-area .item img {
  border-radius: 99em;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: -10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}
.feedback-area .item .feedback-text {
  flex: 1;
}
.feedback-area .item .feedback-text p {
  margin: 0 0 10px 0;
}
.feedback-area .item .feedback-text p:last-child {
  margin-bottom: 0;
}
.feedback-area .item .feedback-text .feedback-name {
  margin-top: 1.4rem;
  font-size: var(--wp--preset--font-size--normal-to-large);
  display: block;
}
@media (max-width: 860px) {
  .feedback-area {
    display: block;
  }
  .feedback-area .item {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .feedback-area {
    display: block;
  }
  .feedback-area .item {
    flex-direction: column;
    align-items: center;
  }
  .feedback-area .item img {
    margin-right: 0px;
  }
}

.content-section.front-faq {
  position: relative;
  background: #fff;
}
.content-section.front-faq::after {
  content: "FAQ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  font-weight: 900;
  font-size: clamp(15vw, 18.75rem, 25vw);
  line-height: 0.6;
  color: var(--wp--preset--color--worktext, #ECF0F5);
  z-index: -1;
}

.fan-faq-accordion a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.fan-faq-accordion .faq-item {
  margin: 1.5rem 0 0 0;
  transition: all 0.3s ease;
  padding: 5px 30px 10px 30px;
  border-radius: 30px;
  background: var(--wp--preset--color--faqbar);
  transition: all 0.3s ease;
}
.fan-faq-accordion .faq-item:hover {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  transform: translate(0, 3px);
}
.fan-faq-accordion .faq-item[open] {
  padding: 10px 30px 10px 30px;
  border: 2px solid var(--wp--preset--color--faqbar);
  background: #fff;
}
.fan-faq-accordion .faq-item[open] .faq-question {
  font-weight: 600;
  color: var(--wp--preset--color--faqbar);
}
.fan-faq-accordion .faq-item[open] .faq-question span.material-symbols-outlined.add {
  display: none;
}
.fan-faq-accordion .faq-item[open] .faq-question span.material-symbols-outlined.remove {
  display: block;
}
.fan-faq-accordion .faq-question {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  padding-bottom: 5px;
}
.fan-faq-accordion .faq-question span.material-symbols-outlined {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 35px;
}
.fan-faq-accordion .faq-question span.material-symbols-outlined.add {
  display: block;
}
.fan-faq-accordion .faq-question span.material-symbols-outlined.remove {
  display: none;
}
.fan-faq-accordion .faq-question::-webkit-details-marker {
  display: none;
}
.fan-faq-accordion .faq-question::before {
  content: "Q.";
  display: inline-block;
  padding-right: 10px;
  font-size: 2rem;
  font-weight: 400;
  transform: translate(0px, 3px);
}
.fan-faq-accordion .faq-answer {
  position: relative;
  margin: 10px 0 0 40px;
  color: #1D1D1D;
  line-height: 2;
  font-size: 0.95rem;
  animation: fadeIn 0.4s ease-out;
}
.fan-faq-accordion .faq-answer::before {
  content: "A.";
  display: inline-block;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-150%, -10%);
}
.fan-faq-accordion .faq-answer p {
  margin-top: 0;
}
@media (max-width: 860px) {
  .fan-faq-accordion .faq-item {
    padding: 5px 10px 10px 10px;
  }
  .fan-faq-accordion .faq-item[open] {
    padding: 10px 15px;
  }
  .fan-faq-accordion .faq-answer {
    margin: 5px 0 0 30px;
  }
  .fan-faq-accordion .faq-question {
    padding-right: 35px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-footer {
  background-image: url("../../assets/images/footer_bg.webp");
  background-size: cover;
  background-position: center top;
  position: relative;
  border-top: 60px solid #fff;
}
.site-footer .container {
  color: #fff;
}
.site-footer .footer-service {
  display: flex;
  align-items: center;
  padding: 0;
}
.site-footer .footer-service .logobox {
  display: flex;
  align-items: center;
  background: url(../../assets/images/rectangle.svg) left top no-repeat;
  background-size: cover;
  width: 360px;
  max-width: 100%;
  height: 240px;
}
.site-footer .footer-service .logobox img {
  margin-left: 70px;
  width: 160px;
}
.site-footer .footer-service nav.footer-servicelist {
  flex: 1;
  font-size: 0.95rem;
}
.site-footer .footer-service nav.footer-servicelist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-service nav.footer-servicelist ul li {
  padding: 10px 20px;
  width: 25%;
}
.site-footer .footer-service nav.footer-servicelist ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.site-footer .footer-service nav.footer-servicelist ul li a::before {
  content: "[";
  display: inline-block;
  transition: all 0.3s ease;
}
.site-footer .footer-service nav.footer-servicelist ul li a::after {
  content: "]";
  display: inline-block;
  transition: all 0.3s ease;
}
.site-footer .footer-service nav.footer-servicelist ul li a:hover {
  color: #ffdf35;
}
.site-footer .footer-service nav.footer-servicelist ul li a:hover::before {
  padding: 0 5px 0 0;
}
.site-footer .footer-service nav.footer-servicelist ul li a:hover::after {
  padding: 0 0 0 5px;
}
.site-footer .company-data-area {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 15px;
  line-height: 1.8;
}
.site-footer .company-data-area p {
  padding: 0;
  width: 40%;
}
.site-footer .company-data-area .company-data .logo-text-main {
  display: block;
  font-weight: 400;
  font-size: 17px;
}
.site-footer .company-data-area .company-data .logo-text-sub {
  display: block;
  font-size: 11px;
  padding-bottom: 15px;
}
.site-footer .company-data-area .social-area {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .company-data-area .social-area span {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.site-footer .company-data-area .social-area span.text {
  padding: 10px 0 0 0;
}
.site-footer .company-data-area .social-area a.facebook img {
  transform: translate(0, -3px);
  width: 47px;
}
.site-footer .company-data-area .social-area a {
  display: block;
  padding: 5px 30px 5px 0;
}
.site-footer .company-data-area .social-area a img {
  filter: invert(1);
  width: 40px;
  display: block;
  transition: all 0.2s ease;
}
.site-footer .company-data-area .social-area a:hover img {
  transition: all 0.4s ease;
}
.site-footer .company-data-area .social-area:hover a img {
  filter: invert(0.5);
  transform: scale(0.8);
}
.site-footer .company-data-area .social-area:hover a:hover img {
  filter: invert(1);
  transform: scale(1);
}
.site-footer .company-data-area .copyright {
  width: 20%;
  text-align: right;
  font-size: var(--wp--preset--font-size--small);
}
.site-footer .footer-service {
  background: var(--wp--preset--color--primary-blue, #014596);
  transform: translate(0, -60px);
}
@media (max-width: 1500px) {
  .site-footer {
    border-top: none;
  }
  .site-footer .footer-service {
    transform: translate(0, 0px);
  }
}
@media (max-width: 1024px) {
  .site-footer .footer-service .logobox {
    height: 150px;
  }
  .site-footer .footer-service nav.footer-servicelist {
    padding: 20px 0;
  }
  .site-footer .footer-service nav.footer-servicelist ul {
    display: block;
    overflow: hidden;
  }
  .site-footer .footer-service nav.footer-servicelist ul li {
    width: auto;
    float: left;
  }
  .site-footer .company-data-area {
    padding-top: 0;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .site-footer .company-data-area p {
    width: 100%;
    text-align: center;
  }
  .site-footer .company-data-area .social-area {
    justify-content: center;
  }
  .site-footer .company-data-area .copyright {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-service {
    display: block;
  }
}
@media (max-width: 360px) {
  .site-footer .footer-service .logobox {
    justify-content: center;
  }
  .site-footer .footer-service .logobox img {
    margin-left: 0px;
  }
}

.work-area {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.work-area .item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 3rem);
}
.work-area .item a {
  color: var(--wp--preset--color--text-title);
  transition: all 0.3s ease;
  display: block;
  position: relative;
  min-height: 100px;
}
.work-area .item a:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  transform: translate(5px, 5px);
}
.work-area .item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}
.work-area .item .text {
  position: absolute;
  z-index: 3;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  padding: 15px 10px 15px 0;
  transition: all 0.5s ease;
  bottom: 0;
}
.work-area .item .text::before {
  content: "";
  position: absolute;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top-color: transparent;
  border-right-color: var(--wp--preset--color--faqbar);
  border-bottom-color: var(--wp--preset--color--faqbar);
  border-left-color: transparent;
  z-index: -1;
  transition: all 0.3s ease;
  left: -16px;
}
.work-area .item .text::after {
  content: "";
  height: 100%;
  display: block;
  background: #e2eaf3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
  width: calc(100% + 16px);
  transform: translate(-16px, 0);
}
.work-area .item .link {
  display: block;
  text-decoration: none;
}
@media (max-width: 900px) {
  .work-area {
    gap: 2rem;
  }
  .work-area .item {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 500px) {
  .work-area {
    gap: 2rem;
  }
  .work-area .item {
    width: 100%;
  }
}

.article-entry-body h1.subject-title {
  font-size: 1.5rem;
  margin: 0;
}
.article-entry-body .article-meta {
  font-size: 0.8rem;
}
.article-entry-body .content_main {
  display: flex;
  padding-bottom: 50px;
}
.article-entry-body .content_main .content_article {
  flex: 1;
}
.article-entry-body .content_main .video {
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  padding-right: 30px;
}
.article-entry-body .content_main .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
.article-entry-body .work-gallery {
  background: var(--wp--preset--color--text-dark);
  padding: 40px;
  position: relative;
}
.article-entry-body .work-gallery h4 {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  color: #8b8b8b;
  margin: 0;
  padding: 0;
}
.article-entry-body .work-gallery h4 span {
  font-weight: 900;
  font-size: 3rem;
}
.article-entry-body .work-gallery:hover > .wp-block-image {
  opacity: 0.3;
}
.article-entry-body .work-gallery > .wp-block-image {
  transition: all 0.3s ease;
  padding: 20px;
  position: relative;
}
.article-entry-body .work-gallery > .wp-block-image:hover {
  opacity: 1;
}
.article-entry-body .work-gallery .lightbox-trigger {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.article-entry-body .work-gallery .lightbox-trigger:hover, .article-entry-body .work-gallery .lightbox-trigger:focus {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.article-entry-body .work-gallery .lightbox-trigger svg {
  display: block;
  pointer-events: none;
}
@media (max-width: 900px) {
  .article-entry-body .content_main {
    display: block;
    padding-bottom: 30px;
  }
  .article-entry-body .content_main .video {
    padding-right: 0px;
  }
  .article-entry-body .work-gallery {
    padding: 20px;
  }
  .article-entry-body .work-gallery h4 {
    font-size: 1rem;
  }
  .article-entry-body .work-gallery h4 span {
    font-size: 2rem;
  }
  .article-entry-body .work-gallery > .wp-block-image {
    padding: 10px 5px;
  }
  .article-entry-body .work-gallery .lightbox-trigger {
    top: 18px;
    right: 13px;
  }
}

.service-area {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.service-area .item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 3rem);
}
.service-area .item a {
  color: var(--wp--preset--color--text-title);
  transition: all 0.3s ease;
  display: block;
  position: relative;
  min-height: 100px;
}
.service-area .item a:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  transform: translate(5px, 5px);
}
.service-area .item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}
.service-area .item .text {
  position: absolute;
  z-index: 3;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  padding: 15px 10px 15px 0;
  transition: all 0.5s ease;
  bottom: 0;
}
.service-area .item .text::before {
  content: "";
  position: absolute;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top-color: transparent;
  border-right-color: var(--wp--preset--color--faqbar);
  border-bottom-color: var(--wp--preset--color--faqbar);
  border-left-color: transparent;
  z-index: -1;
  transition: all 0.3s ease;
  left: -16px;
}
.service-area .item .text::after {
  content: "";
  height: 100%;
  display: block;
  background: #e2eaf3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
  width: calc(100% + 16px);
  transform: translate(-16px, 0);
}
.service-area .item .link {
  display: block;
  text-decoration: none;
}
@media (max-width: 900px) {
  .service-area {
    gap: 2rem;
  }
  .service-area .item {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 500px) {
  .service-area {
    gap: 2rem;
  }
  .service-area .item {
    width: 100%;
  }
}

.service-entry-body h1.subject-title {
  font-size: 1.5rem;
  margin: 0;
}
.service-entry-body .service-meta {
  font-size: 0.8rem;
}
.service-entry-body .content_main {
  display: flex;
  padding-bottom: 50px;
}
.service-entry-body .content_main .content_article {
  flex: 1;
}

.related-works-section {
  background: #fbfbfb;
  background: linear-gradient(#fbfbfb, #fff);
  padding: 5rem 0;
  border-top: 1px solid #f0f0f0;
}
.related-works-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.related-works-section .container header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.related-works-section .container header h3 {
  font-size: 1.3rem;
  color: #111;
  margin-bottom: 0.5rem;
  font-family: var(--wp--preset--font-family--noto-serif-font);
  letter-spacing: 1.5px;
}
.related-works-section .container header p {
  color: #8c8c8c;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.related-works-section .container .work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2.5rem;
}
.related-works-section .container .work-grid .work-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.related-works-section .container .work-grid .work-card .work-card-thumb {
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
}
.related-works-section .container .work-grid .work-card .work-card-thumb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.related-works-section .container .work-grid .work-card .work-card-text {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.related-works-section .container .work-grid .work-card .work-card-text h4 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 600;
}
.related-works-section .container .work-grid .work-card .work-card-text h4 a {
  color: #111;
  text-decoration: none;
  transition: all 0.3s ease;
}
.related-works-section .container .work-grid .work-card .work-card-text h4 a:hover {
  color: var(--wp--preset--color--primary);
}
.related-works-section .container .work-grid .work-card .work-card-text a.goto {
  color: #111;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.related-works-section .container .work-grid .work-card .work-card-text a.goto span {
  font-size: 1rem;
}
.related-works-section .container .work-grid .work-card .work-card-text a.goto {
  transition: all 0.3s ease;
}
.related-works-section .container .work-grid .work-card .work-card-text a.goto:hover {
  color: var(--wp--preset--color--primary);
  letter-spacing: 1px;
}

.step-list {
  counter-reset: step-counter;
}
.step-list h3 {
  color: var(--wp--preset--color--primary);
  font-size: 22px;
}
.step-list .process-step {
  overflow: hidden;
  margin: 30px 0 0 0;
  min-height: 80px;
  padding-left: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  counter-increment: step-counter;
}
.step-list .process-step:nth-child(odd) {
  margin-left: 80px;
}
.step-list .process-step span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 86px;
  color: #cfa349;
  display: block;
}
.step-list .process-step h4::before {
  content: counter(step-counter, decimal-leading-zero);
  color: transparent;
  font-size: 50px;
  -webkit-text-stroke: 1px #5a5a5a;
  text-stroke: 1px #5a5a5a;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.step-list .process-step h4 {
  position: relative;
  padding-top: 25px;
  padding-left: 80px;
  margin: 0px 0 10px 0;
  color: #2b2b2b;
  overflow: hidden;
}
.step-list .process-step p {
  margin: 0;
}
.step-list hr {
  margin: 40px 0;
  border: none;
  background: #cfa349;
  height: 1px;
}
@media (max-width: 767px) {
  .step-list .process-step:nth-child(odd) {
    margin-left: 0px;
  }
  .step-list .process-step span {
    top: 0%;
    transform: translate(0, 0%);
  }
}
@media (max-width: 400px) {
  .step-list .process-step {
    padding-left: 0px;
  }
  .step-list .process-step span {
    position: relative;
    margin: 0 auto;
  }
}

.error-notice-section {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 200px;
}
.error-notice-section .container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.error-notice-section .container h1 {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 20px 0;
  color: #e63946;
}
.error-notice-section .container h2 {
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #333;
}
.error-notice-section .container p {
  color: #666;
  margin: 0 0 40px 0;
  line-height: 1.6;
}
.error-notice-section .container .error-actions a {
  display: inline-block;
  padding: 12px 35px;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s;
}
.error-notice-section .container .error-actions a:hover {
  animation: boundScale 0.4s cubic-bezier(0.25, 2.5, 0.69, 0.45);
}

.aboutimg {
  position: relative;
  background: url("../../assets/images/about_yd.webp") 85% top no-repeat;
  background-size: contain;
  max-width: 1200px;
  margin: 0px auto;
  padding: 85px 0 100px 0;
}
.aboutimg img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
.aboutimg::before {
  content: "YUANDA";
  display: block;
  position: absolute;
  bottom: 82px;
  right: 20px;
  pointer-events: none;
  font-weight: 900;
  font-size: clamp(5vw, 8rem, 10vw);
  line-height: 1;
  color: #EAEAEA;
  z-index: 2;
}
@media (max-width: 720px) {
  .aboutimg {
    padding: 0px 0 20px 0;
    background: none;
  }
  .aboutimg::before {
    display: none;
  }
}

.strong-text {
  color: #2F2F2F;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .strong-text {
    text-align: left;
  }
}

.about-service,
.about-superiority {
  padding: 100px 0 0 0;
}
.about-service .art-title,
.about-superiority .art-title {
  font-family: var(--wp--preset--font-family--noto-serif-font);
  font-weight: 200;
  text-align: center;
  font-size: 1.5rem;
  line-height: 100px;
  position: relative;
  letter-spacing: 8px;
}
.about-service .art-title span,
.about-superiority .art-title span {
  font-family: var(--wp--preset--font-family--brand-sans);
  font-weight: lighter;
  font-size: 6rem;
  color: #F1F1F1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 900px) {
  .about-service,
  .about-superiority {
    padding: 50px 0 0 0;
  }
  .about-service .art-title span,
  .about-superiority .art-title span {
    font-size: 4rem;
    letter-spacing: 0px;
  }
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
}
.service-grid .item {
  padding: 20px;
  border-right: 1px solid #D9D9D9;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-grid .item .material-symbols-outlined {
  width: 110px;
  height: 110px;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ECF0F5, #5E99F2);
  font-size: 70px;
  color: #fff;
}
.service-grid .item h3 {
  font-size: var(--wp--preset--font-size--medium);
}
.service-grid .item ul.wp-block-list {
  font-size: var(--wp--preset--font-size--small14);
  margin-left: 20px;
}
.service-grid .item ul.wp-block-list li {
  list-style: disc;
  line-height: 2;
}
.service-grid .item:last-child {
  border-right: none;
}
@media (max-width: 900px) {
  .service-grid .item {
    width: 50%;
    flex: none;
    padding: 20px 10px;
  }
  .service-grid .item:nth-child(even) {
    border-right: none;
  }
}

.about-superiority ul {
  display: flex;
  flex-wrap: wrap;
}
.about-superiority ul li {
  width: 33.33%;
  padding: 10px 0;
  font-weight: 300;
  text-align: center;
}
.about-superiority ul li::before {
  content: "✓";
  display: inline-block;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .about-superiority ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .about-superiority ul li {
    width: 100%;
  }
}

.about-company {
  margin-top: 100px;
  background: url(../../assets/images/aboutbg.webp) center center;
  background-size: 100% auto;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  position: relative;
}
.about-company::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  width: 292px;
  height: 88px;
  background: url(../../assets/images/abotutext.webp) center center;
}
.about-company h2 {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--brand-sans);
  font-weight: 500;
}
.about-company address {
  font-style: normal;
}
.about-company address ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-company address ul li {
  padding: 15px;
}
.about-company address ul li span {
  transform: translate(0, 6px);
}
@media (max-width: 767px) {
  .about-company {
    background-size: cover;
    padding: 40px 20px 120px 20px;
  }
}
@media (max-width: 500px) {
  .about-company address ul {
    flex-direction: column;
  }
  .about-company address ul li {
    padding: 15px 10px 0 10px;
  }
}

.recruitment-area {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.recruitment-area .item {
  width: calc(33.33% - 3rem);
  transition: all 0.8s ease;
  transition: none;
}
.recruitment-area .item a {
  color: var(--wp--preset--color--text-title);
  transition: all 0.3s ease;
  display: block;
  position: relative;
  text-decoration: none;
}
.recruitment-area .item a:hover {
  animation: holoCard 10s ease;
  box-shadow: -20px -20px 30px -25px #459BE2, 20px 20px 30px -25px #D37E15, -7px -7px 10px -5px #459BE2, 7px 7px 10px -5px #D37E15, 0 0 13px 4px rgba(255, 255, 255, 0.3), 0 55px 35px -20px rgba(0, 0, 0, 0.5);
}
.recruitment-area .item img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
  border: 1px solid #cfcfcf;
}
.recruitment-area .item .text {
  padding: 15px 10px;
}
.recruitment-area .item .text h2 {
  font-size: 18px;
  padding: 0 0 10px 0;
  margin: 0;
}
@media (max-width: 900px) {
  .recruitment-area {
    gap: 2rem;
  }
  .recruitment-area .item {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 500px) {
  .recruitment-area {
    gap: 2rem;
  }
  .recruitment-area .item {
    width: 100%;
  }
}

@keyframes holoCard {
  0%, 100% {
    transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg);
  }
  5%, 8% {
    transform: rotateZ(0deg) rotateX(6deg) rotateY(-20deg);
  }
  13%, 16% {
    transform: rotateZ(0deg) rotateX(-9deg) rotateY(26deg);
  }
  35%, 38% {
    transform: rotateZ(3deg) rotateX(12deg) rotateY(20deg);
  }
  55% {
    transform: rotateZ(-3deg) rotateX(-12deg) rotateY(-27deg);
  }
}
