html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 23.2558139535vw;
  }
}

body {
  transition: opacity 0.3s ease;
  background-color: #fff;
  color: #000;
  font-family: "AkkuratLLSub", sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.no-scroll {
  overflow: hidden;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    font-weight: 300;
    line-height: 1.6;
  }
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

.ft-noto {
  font-family: "Noto Sans JP", sans-serif;
}

strong {
  font-weight: bold;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.is-load {
  opacity: 0;
}
html.is-visible .is-load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  display: inline-block;
  color: #000;
}

@media print, (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: 100%;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@font-face {
  font-family: "AkkuratLLSub";
  src: url("../fonts/AkkuratLLSub-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkkuratLLSub";
  src: url("../fonts/AkkuratLLSub-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.ft-akkurat {
  font-family: "AkkuratLLSub", sans-serif;
}

.common-button {
  display: inline-flex;
  min-width: 2.2rem;
  height: 0.48rem;
  padding: 0 0.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  border: 0.01rem solid #fff;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.common-button.is-black {
  border-color: #000;
  color: #000;
}
.common-button.is-black:hover {
  color: #fff;
}
.common-button.is-small {
  min-width: auto;
  padding: 0 0.32rem;
}
.common-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.4rem;
  background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
  width: 0;
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: -1;
}
.common-button:hover {
  border-color: transparent;
}
.common-button:hover::before {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .common-button {
    min-width: 1.8rem;
    height: 0.36rem;
    font-size: 0.12rem;
    width: max-content;
  }
}
.common-status {
  display: inline-flex;
  align-items: center;
  font-style: italic;
  height: 0.24rem;
  border-radius: 0.24rem;
  background: #DD0614;
  color: #fff;
  font-size: 0.12rem;
  padding: 0 0.12rem;
}

@media only screen and (max-width: 767.98px) {
  .common-status {
    font-size: 0.1rem;
    height: 0.2rem;
  }
}
.common-salary {
  display: inline-flex;
  font-size: 0.2rem;
  font-weight: bold;
  align-items: center;
  color: #DD0614;
  min-width: max-content;
}
.common-salary i {
  margin-right: 0.04rem;
}

@media only screen and (max-width: 767.98px) {
  .common-salary {
    font-size: 0.16rem;
    text-align: right;
    display: block;
  }
}
.form-message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 201;
}
.form-message .message-inner {
  position: absolute;
  left: 50%;
  background-color: #fff;
  border-radius: 0.12rem;
  font-size: 0.22rem;
  box-shadow: 0 0 0.15rem 0rem rgba(0, 0, 0, 0.1);
  padding: 0.4rem;
  z-index: 101;
  min-width: 5rem;
  text-align: center;
  top: 0;
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
.form-message .message-inner::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: #fff url(../img/common/checkmark_icon.svg) center/60% auto no-repeat;
  box-shadow: 0 0 0.15rem 0rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  transition-delay: 0.6s;
}
.form-message .message-title {
  text-align: center;
  margin-top: 0.35rem;
}
.form-message .message-text {
  text-align: center;
  font-size: 0.14rem;
  line-height: 1.8;
  margin: 0.2rem 0;
}
.form-message.is-show {
  opacity: 1;
  pointer-events: none;
  pointer-events: visible;
  filter: blur(0);
  backdrop-filter: blur(0.03rem);
}
.form-message.is-show .message-inner {
  top: 50%;
  transform: translate(-50%, -50%);
}
.form-message.is-show .message-inner::before {
  animation: hithere 1s ease;
  animation-delay: 0.6s;
}
.form-message .message-error {
  display: none;
}
.form-message.is-error .message-success {
  display: none;
}
.form-message.is-error .message-error {
  display: block;
}
.form-message.is-error .message-inner::before {
  background-image: url("../img/common/icon_error.png");
  background-size: 90% auto;
}

@media only screen and (max-width: 767.98px) {
  .form-message {
    padding: 0 0.15rem;
  }
  .form-message .message-inner {
    min-width: auto;
    width: calc(100% - 0.3rem);
    padding: 0.2rem;
  }
  .form-message .message-inner::before {
    width: 0.75rem;
    height: 0.75rem;
  }
  .form-message .message-title {
    font-size: 0.32rem;
    margin-top: 0.2rem;
  }
  .form-message .message-text {
    font-size: 0.12rem;
    margin: 0.1rem 0;
  }
}
@keyframes hithere {
  30% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  40%, 60% {
    transform: translate(-50%, -50%) rotate(-20deg) scale(1.2);
  }
  50% {
    transform: translate(-50%, -50%) rotate(20deg) scale(1.2);
  }
  70% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.section-common-banner {
  height: 50vh;
  min-height: 4rem;
  background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
  width: 0;
  transition: all 0.8s ease;
  overflow: hidden;
}
.section-common-banner .wrapper {
  height: 100%;
}
.section-common-banner .banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  transform: scale(2.5);
  filter: blur(0.1rem);
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.8s;
  text-align: center;
}
.section-common-banner.start-animation {
  width: 100%;
}
.section-common-banner.start-animation .banner-title {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

@media only screen and (max-width: 767.98px) {
  .section-common-banner {
    height: 40vh;
    min-height: auto;
  }
  .section-common-banner .banner-title {
    font-size: 0.48rem;
    text-align: center;
    line-height: 1.2;
  }
}
.common-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
}
.common-loading.is-fixed {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.common-loading .spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.common-loading .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@keyframes colors {
  0% {
    stroke: #00aaff;
  }
  25% {
    stroke: #7a00ff;
  }
  50% {
    stroke: #ff007a;
  }
  75% {
    stroke: #ffb300;
  }
  100% {
    stroke: #00aaff;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

.loading-line-wrapper:nth-child(1) .loading-line {
  border-color: hsl(0, 80%, 60%);
  height: 0.9rem;
  width: 0.9rem;
  top: 0.07rem;
}

.loading-line-wrapper:nth-child(2) .loading-line {
  border-color: hsl(60, 80%, 60%);
  height: 0.76rem;
  width: 0.76rem;
  top: 0.14rem;
}

.loading-line-wrapper:nth-child(3) .loading-line {
  border-color: hsl(120, 80%, 60%);
  height: 0.62rem;
  width: 0.62rem;
  top: 0.21rem;
}

.loading-line-wrapper:nth-child(4) .loading-line {
  border-color: hsl(180, 80%, 60%);
  height: 0.48rem;
  width: 0.48rem;
  top: 0.28rem;
}

.loading-line-wrapper:nth-child(5) .loading-line {
  border-color: hsl(240, 80%, 60%);
  height: 0.34rem;
  width: 0.34rem;
  top: 0.35rem;
}

@keyframes spin {
  0%, 15% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-40%);
  }
  100% {
    transform: translateY(40%);
  }
}
@keyframes floating-y-vertical {
  0% {
    transform: translateY(-40%) rotate(90deg);
  }
  100% {
    transform: translateY(40%) rotate(90deg);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-circle {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.icon-circle {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 0.06rem solid rgba(0, 0, 0, 0.8);
  position: absolute;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.icon-triangle {
  display: inline-block;
  filter: grayscale(1);
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  background: url("../img/common/icon-triangle-01.png") center/100% auto no-repeat;
  animation: rotateme 15s linear infinite;
}
.icon-triangle.is-plus {
  background: url("../img/common/icon-triangle-02.png") center/contain no-repeat;
  animation: rotateme 15s linear infinite;
}
@media only screen and (max-width: 767.98px) {
  .icon-triangle {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.icon-decoration-one {
  display: inline-block;
  filter: grayscale(1);
  width: 1.12rem;
  height: 0.78rem;
  position: absolute;
  background: url("../img/top/icon_decoration_01.png") center/100% auto no-repeat;
  animation: rotateme 15s linear infinite;
}
@media only screen and (max-width: 767.98px) {
  .icon-decoration-one {
    width: 0.75rem;
    height: 0.52rem;
  }
}

.icon-decoration-two {
  display: inline-block;
  filter: grayscale(1);
  width: 0.55rem;
  height: 0.64rem;
  position: absolute;
  background: url("../img/top/icon-decoration-02.png") center/100% auto no-repeat;
  animation: rotateme 15s linear infinite;
}
@media only screen and (max-width: 767.98px) {
  .icon-decoration-two {
    width: 0.36rem;
    height: 0.4rem;
  }
}

.section-title {
  font-size: 0.48rem;
  margin-bottom: 0.2rem;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .section-title {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(0.03rem);
}
.modal .modal-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media print, (min-width: 768px) {
  .modal .modal-inner {
    padding: 0 0.15rem;
  }
}
.modal .wrapper {
  background-color: #fff;
  margin: 0 auto;
  padding: 0 0.4rem;
  border-radius: 0.2rem;
  min-height: 6rem;
  max-height: calc(100vh - 1rem);
  overflow-y: auto;
}
.modal .modal-close {
  position: absolute;
  right: 0.2rem;
  top: 0.1rem;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal .modal-close:hover {
  opacity: 0.7;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .modal .modal-close {
    color: #000;
    right: 0.15rem;
    top: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .modal {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.js-modal-job .wrapper {
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  .js-modal-job .wrapper {
    max-height: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .js-modal-job {
    overflow: hidden;
  }
  .js-modal-job .modal-inner {
    height: calc(100% - 0.5rem);
    padding: 0;
  }
  .js-modal-job .modal-close {
    position: sticky;
    width: 100%;
    height: 0.5rem;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0.15rem;
    font-size: 0.18rem;
    box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, 0.2);
  }
  .js-modal-job .modal-close i {
    margin-right: 0.12rem;
  }
}

.modal-job {
  border-radius: 0.16rem;
  position: relative;
  height: 100%;
}
.modal-job .modal-aside {
  display: inline-block;
  width: 3.4rem;
  position: absolute;
  left: 0.2rem;
  height: 100%;
  top: 0.2rem;
  height: 100%;
  vertical-align: text-top;
  max-height: calc(100vh - 1.8rem);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.2rem;
}
.modal-job .list-aside {
  display: inline-flex;
  flex-direction: column;
  gap: 0.24rem;
}
.modal-job .list-aside > li {
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 0.16rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 0 0.1rem 0rem rgba(0, 0, 0, 0.1);
}
.modal-job .list-aside > li:hover {
  box-shadow: 0 0 0.15rem 0.05rem rgba(0, 0, 0, 0.2);
}
.modal-job .list-aside > li::before, .modal-job .list-aside > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0.01rem solid gray;
  border-radius: 0.1rem;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0;
}
.modal-job .list-aside > li::before {
  background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
}
.modal-job .list-aside > li::after {
  transition: none;
}
.modal-job .list-aside > li.is-active {
  position: relative;
  box-shadow: 0 0 0.15rem 0rem rgba(0, 0, 0, 0.4);
  border: 0.01rem solid gray;
  z-index: 1;
  padding: 0.1rem 0.2rem 0.3rem 0.3rem;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
}
.modal-job .list-aside > li.is-active::before {
  left: 0.1rem;
  top: -0.1rem;
  opacity: 1;
}
.modal-job .list-aside > li.is-active::after {
  left: 0.05rem;
  top: -0.05rem;
  opacity: 1;
}
.modal-job .list-aside > li.is-active .common-status {
  background-color: #DD0614;
  color: #fff;
}
.modal-job .list-aside .item-title {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  transform-origin: left top;
  font-weight: bold;
}
.modal-job .list-aside .common-status {
  background-color: #fff;
  color: #DD0614;
  border: 0.01rem solid #DD0614;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.modal-job .modal-detail {
  display: inline-block;
  vertical-align: text-top;
  width: calc(100% - 3.4rem);
  margin-left: 3.4rem;
  position: relative;
  overflow: auto;
  height: 100%;
  padding: 0.4rem;
  max-height: calc(100vh - 1rem);
}
.modal-job .detail-wrapper {
  background-color: #fff;
  border-radius: 0.16rem;
  padding-bottom: 0.2rem;
  box-shadow: 0 0 0.15rem 0rem rgba(0, 0, 0, 0.1);
}
.modal-job .detail-heading {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0.4rem;
  gap: 0.2rem;
  justify-content: space-between;
  align-items: flex-end;
  background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
  border-radius: 0.16rem 0.16rem 0 0;
}
.modal-job .detail-heading .common-salary {
  padding: 0.08rem 0.16rem;
  border-radius: 0.3rem;
  background-color: #fff;
  margin-left: auto;
}
.modal-job .heading-title {
  margin-bottom: 0.16rem;
  color: #fff;
}
.modal-job .heading-skill {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.08rem;
  margin-top: 0.12rem;
}
.modal-job .heading-skill::before {
  content: "Skills:";
  margin-right: 0.04rem;
  font-style: italic;
  color: #fff;
  font-size: 0.16rem;
}
@media only screen and (max-width: 767.98px) {
  .modal-job .heading-skill::before {
    font-size: 0.14rem;
  }
}
.modal-job .heading-skill li {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  height: 0.22rem;
  padding: 0 0.08rem 0.01rem;
  border-radius: 0.25rem;
  font-size: 0.12rem;
  min-width: max-content;
}
@media only screen and (max-width: 767.98px) {
  .modal-job .heading-skill li {
    font-size: 0.1rem;
  }
}
.modal-job .detail-content {
  padding: 0.1rem 0.4rem 0.4rem;
  background-color: #fff;
  border-radius: 0 0 0.2rem 0.2rem;
}
.modal-job .detail-content h2 {
  margin-top: 0.2rem;
  margin-bottom: 0.06rem;
}
.modal-job .detail-content h3 {
  font-size: 0.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0.06rem;
}
.modal-job .detail-content p {
  min-height: 0.22rem;
}
.modal-job .detail-content ul {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  margin-bottom: 0.2rem;
}
.modal-job .detail-content ul li {
  padding-left: 0.2rem;
  position: relative;
}
.modal-job .detail-content ul li:before {
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  background-color: #71717a;
  border-radius: 50%;
  position: absolute;
  left: 0.08rem;
  top: 0.09rem;
}
.modal-job .detail-content p {
  font-size: 0.16rem;
  line-height: 1.6;
}
.modal-job .detail-button {
  position: sticky;
  right: 0;
  bottom: 0.6rem;
  padding-right: 0.2rem;
  text-align: right;
}
.modal-job .detail-button .common-button {
  background-color: #fff;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .modal-job .detail-heading {
    flex-direction: column;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .modal-job .modal-detail {
    width: calc(100% - 2rem);
    margin-left: 2rem;
    padding: 0.2rem;
  }
  .modal-job .modal-aside {
    width: 2.1rem;
    left: 0;
    top: 0.2rem;
  }
  .modal-job .detail-content {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .modal-job .list-aside .item-title {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-job .modal-aside {
    display: none;
  }
  .modal-job .modal-detail {
    width: 100vw;
    margin-left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(var(--vh, 1vh) * 100 - 0.5rem);
    padding: 0;
    max-height: 100%;
  }
  .modal-job .detail-heading {
    flex-direction: column;
    border-radius: 0;
    padding: 0.15rem;
    justify-content: flex-start;
    gap: 0;
  }
  .modal-job .detail-heading .common-salary {
    padding: 0.04rem 0.08rem;
    font-size: 0.14rem;
    margin-top: -0.3rem;
  }
  .modal-job .heading-inner {
    width: 100%;
  }
  .modal-job .heading-title {
    font-size: 0.2rem;
  }
  .modal-job .detail-wrapper {
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .modal-job .detail-content {
    width: 100vw;
    padding: 0.08rem 0.15rem;
  }
  .modal-job .detail-content h2 {
    margin-top: 0.1rem;
  }
  .modal-job .detail-content h3 {
    font-size: 0.18rem;
    margin-top: 0.1rem;
    margin-bottom: 0.06rem;
  }
  .modal-job .detail-content p {
    font-size: 0.14rem;
  }
  .modal-job .detail-button {
    bottom: 0.2rem;
  }
}
.modal-gallery {
  display: flex;
  transform: scale(0);
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100vh;
  width: 100vw;
}
.modal-gallery.is-show {
  transform: scale(1);
}
.modal-gallery .modal-btn {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -0.55rem;
  width: 0.9rem;
  height: 1.1rem;
  -webkit-tap-highlight-color: transparent;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 11;
  box-shadow: none;
  touch-action: manipulation;
  transition: all 0.3s ease;
}
.modal-gallery .modal-btn:hover {
  opacity: 1;
}
.modal-gallery .modal-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.35rem;
  margin-left: 0.35rem;
  border: medium inset transparent;
  border-top-width: 0.21rem;
  border-bottom-width: 0.21rem;
  opacity: 0.7;
}
.modal-gallery .modal-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  margin-top: 0.35rem;
  border: medium inset transparent;
  border-top-width: 0.13rem;
  border-bottom-width: 0.13rem;
  top: 0.08rem;
}
.modal-gallery .prev-btn {
  left: 0;
}
.modal-gallery .prev-btn::before {
  margin-left: 0.25rem;
  border-right: 0.27rem solid #3f3f3f;
}
.modal-gallery .prev-btn::after {
  border-right: 0.17rem solid #fff;
  margin-left: 0.31rem;
}
.modal-gallery .next-btn {
  right: 0;
}
.modal-gallery .next-btn::before {
  border-left: 0.27rem solid #3f3f3f;
}
.modal-gallery .next-btn::after {
  border-left: 0.17rem solid #fff;
  margin-left: 0.39rem;
}
.modal-gallery .modal-close {
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.modal-gallery .modal-close:hover {
  opacity: 0.7;
  color: #fff;
}
.modal-gallery .modal-copyright {
  position: absolute;
  bottom: 0.14rem;
  left: 0;
  color: #fff;
  font-size: 0.14rem;
  font-style: italic;
  opacity: 0;
}
.modal-gallery .modal-order {
  position: absolute;
  bottom: 0.14rem;
  right: 0;
  color: #fff;
  font-size: 0.14rem;
  font-style: italic;
  opacity: 0;
}
.modal-gallery .modal-inner {
  width: 100%;
}
.modal-gallery .modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.modal-gallery .modal-body {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.4rem 0;
  max-width: 85%;
  max-height: 95vh;
  margin: 0 auto;
}
.modal-gallery .modal-body img {
  width: 100%;
  max-height: calc(95vh - 0.8rem);
}
.modal-gallery .modal-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: -1;
}
.modal-gallery .modal-loading.is-show ~ .modal-copyright, .modal-gallery .modal-loading.is-show ~ .modal-order {
  opacity: 0;
}
.modal-gallery .modal-loading:not(.is-show) ~ .modal-copyright, .modal-gallery .modal-loading:not(.is-show) ~ .modal-order {
  opacity: 1;
}
.modal-gallery .modal-image {
  margin: 0 auto;
}

@media only screen and (max-width: 767.98px) {
  .modal-gallery .modal-close {
    right: 0.2rem;
    top: 0.1rem;
  }
}
.modal.is-form .wrapper {
  max-width: 9rem;
  min-height: auto;
  padding: 0.4rem;
}
.modal.is-form .modal-title {
  text-align: center;
  font-size: 0.22rem;
}
.modal.is-form .apply-form {
  display: block;
  box-shadow: none;
  padding: 0;
  margin-top: 0.4rem;
}

@media only screen and (max-width: 767.98px) {
  .modal.is-form .wrapper {
    max-height: 100vh;
    border-radius: 0;
    padding: 0.24rem 0.15rem;
    position: relative;
  }
  .modal.is-form .apply-form {
    margin-top: 0.2rem;
  }
}
.apply-form {
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 0.16rem;
  margin-top: 0.4rem;
  display: none;
  box-shadow: 0 0 0.15rem 0rem rgba(0, 0, 0, 0.1);
  position: relative;
}
.apply-form .form-row {
  display: flex;
  gap: 0.16rem;
  margin-top: 0.16rem;
}
.apply-form .form-row:first-child {
  margin-top: 0;
}
.apply-form .form-item {
  flex: 1;
}
.apply-form .form-item.is-required .form-label::after {
  content: "*";
  color: #DD0614;
}
.apply-form .form-item.is-error .form-error {
  display: block;
}
.apply-form .form-item.is-error .form-input,
.apply-form .form-item.is-error .form-upload-container .file-input {
  border-color: #DD0614;
}
.apply-form .form-item.is-error .file-button {
  background-color: #DD0614;
  color: #fff;
}
.apply-form .form-error {
  font-size: 0.12rem;
  color: #DD0614;
  padding-top: 0.05rem;
  font-style: italic;
  display: none;
}
.apply-form .form-label {
  display: flex;
  gap: 0.04rem;
  font-size: 0.14rem;
  margin-bottom: 0.04rem;
}
.apply-form label {
  width: 100%;
}
.apply-form .form-upload-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.08rem;
  transition: all 0.3s ease;
}
.apply-form .form-upload-container:hover {
  opacity: 0.7;
}
.apply-form .form-upload-container .form-input {
  display: none;
}
.apply-form .form-upload-container .file-input {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.1rem 0.12rem 0.12rem;
  height: 0.48rem;
  border: 0.01rem solid rgb(228, 228, 230);
  background-color: #fff;
  outline: none;
  border-radius: 0.08rem;
  font-size: 0.14rem;
  color: #a1a1aa;
}
.apply-form .form-upload-container .file-input.is-active {
  color: #DD0614;
  font-style: italic;
}
.apply-form .form-upload-container .file-input.is-active span {
  color: #1a1a1a;
}
.apply-form .file-note {
  font-size: 0.12rem;
  color: #71717a;
}
.apply-form .file-button {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
  height: 100%;
  font-size: 0.14rem;
  color: #71717a;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.16rem;
  background-color: #e4e4e7;
}
.apply-form .file-button i {
  font-size: 0.18rem;
}
.apply-form .form-input {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.1rem 0.12rem 0.12rem;
  height: 0.48rem;
  border: 0.01rem solid rgb(228, 228, 230);
  background-color: #fff;
  outline: none;
  border-radius: 0.08rem;
  font-size: 0.14rem;
}
.apply-form .form-input::placeholder {
  color: #a1a1aa;
}
.apply-form .form-input.is-textarea {
  height: 1.2rem;
  resize: none;
}
.apply-form .form-select {
  background: #fff url("../img/common/dropdown_icon.svg") center right 0.1rem/0.28rem auto no-repeat;
}
.apply-form .form-policy input {
  display: none;
}
.apply-form .form-policy input:checked + .policy-text::before {
  opacity: 1;
}
.apply-form .policy-text {
  padding-left: 0.28rem;
  font-size: 0.14rem;
  position: relative;
  cursor: pointer;
}
.apply-form .policy-text::after, .apply-form .policy-text::before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 0.04rem;
  border: 0.01rem solid #000;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.apply-form .policy-text::before {
  opacity: 0;
  transform: translateY(calc(-50% - 0.05rem));
  width: 0.25rem;
  height: 0.25rem;
  background: url("../img/common/checkmark_icon.svg") center/contain no-repeat;
  z-index: 1;
  border: none;
  transition: all 0.3s ease;
}
.apply-form a {
  color: #00aaff;
}
.apply-form a:hover {
  text-decoration: underline;
}
.apply-form .form-submit {
  position: relative;
}
.apply-form .form-submit span {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.apply-form.is-submit {
  pointer-events: none;
}
.apply-form.is-submit .form-submit {
  background-color: rgba(0, 0, 0, 0.05);
  padding-left: 0.52rem;
}
.apply-form.is-submit .form-submit span {
  opacity: 1;
}
.apply-form .common-loading {
  min-height: auto;
}
.apply-form .common-loading svg {
  width: 0.16rem;
}
.apply-form .form-submit.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .apply-form .form-upload-container .file-input {
    height: auto;
    padding-right: 1.62rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .apply-form {
    margin-top: 0.2rem;
    padding: 0.15rem;
  }
  .apply-form .form-row {
    flex-wrap: wrap;
    gap: 0.16rem;
  }
  .apply-form .form-item {
    width: 100%;
    flex: none;
  }
  .apply-form .form-label {
    font-size: 0.12rem;
  }
  .apply-form .form-input {
    padding: 0.06rem 0.08rem 0.08rem;
    height: 0.36rem;
    font-size: 0.12rem;
  }
  .apply-form .form-input.is-textarea {
    height: 0.8rem;
  }
  .apply-form .form-select {
    background-size: 0.16rem auto;
    font-size: 0.12rem;
  }
  .apply-form .file-note {
    font-size: 0.1rem;
  }
  .apply-form .file-button {
    font-size: 0.12rem;
    padding: 0 0.08rem;
  }
  .apply-form .form-upload-container .file-input {
    padding: 0.06rem 0.38rem 0.08rem 0.08rem;
    height: 0.36rem;
    font-size: 0.12rem;
    height: auto;
  }
  .apply-form a {
    display: inline;
  }
  .apply-form .policy-text {
    font-size: 0.12rem;
    padding-left: 0.2rem;
  }
  .apply-form .policy-text::before {
    width: 0.2rem;
    height: 0.2rem;
  }
  .apply-form .policy-text::after {
    width: 0.14rem;
    height: 0.14rem;
  }
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-image: linear-gradient(180deg, #d0368a 0%, #708ad4 99%);
  box-shadow: inset 0.02rem 0.02rem 0.05rem 0 rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
}
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.06rem rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 0.06rem;
  background-color: #F5F5F5;
}

.job-button {
  display: inline-flex;
  position: relative;
  height: 0.4rem;
  overflow: hidden;
  cursor: pointer;
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 0.01rem;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  top: 0;
}
.job-button.is-active {
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.5);
  top: -0.08rem;
}
.job-button.is-active .button-label {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
.job-button .button-label,
.job-button .button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  padding: 0 0.24rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.job-button .button-label {
  background-color: #000;
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask-size: 3000% 100%;
  color: #fff;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}
@media print, (min-width: 768px) {
  .job-button .button-label:hover {
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
  }
}
.job-button .button-text {
  position: absolute;
  overflow: hidden;
  background: linear-gradient(to left, #00aaff, #7a00ff, #ff007a, #ffb300);
}

@media only screen and (max-width: 767.98px) {
  .job-button {
    width: 100%;
    min-height: 0.32rem;
    height: 100%;
  }
  .job-button .button-label,
  .job-button .button-text {
    padding: 0.08rem 0.12rem;
    text-align: center;
    font-size: 0.12rem;
  }
  .job-button.is-active {
    top: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(0.97);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  background-color: #fff;
}
.header.is-sticky {
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.header.is-sticky .logo-text {
  opacity: 0;
  transform: translateY(100%);
}
.header.is-sticky .logo-image {
  opacity: 1;
  transform: translateY(0);
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-logo {
  display: flex;
  align-items: center;
  color: #000;
  overflow: hidden;
  position: relative;
}
.header .logo-text {
  font-size: 0.24rem;
  white-space: nowrap;
  padding: 0.1rem 0;
  font-weight: bold;
  color: #000;
  line-height: 1;
  transition: all 0.3s ease;
}
.header .logo-image {
  opacity: 0;
  width: 0.8rem;
  position: absolute;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  top: calc(50% - 0.4rem);
  left: 0;
}
.header .header-navigation {
  display: flex;
  align-items: center;
  gap: 0.24rem;
  position: relative;
  margin-left: auto;
}
.header .navbar-progress {
  border-bottom: 0.01rem solid #000;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.header .list-navbar {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
.header .list-navbar:hover .navbar-link:after {
  display: none;
}
.header .navbar-item {
  position: relative;
}
.header .navbar-item:hover .navbar-menu {
  height: 50vh;
}
.header .navbar-link {
  display: inline-flex;
  align-items: center;
  color: #000;
  padding: 0.06rem 0.1rem;
  height: 0.8rem;
  position: relative;
  cursor: pointer;
  font-size: 0.18rem;
}
.header .navbar-link.is-active {
  font-weight: bold;
}
.header .navbar-link.is-active::after {
  content: "";
  display: block;
  width: calc(100% - 0.2rem);
  height: 0;
  border-top: 0.01rem solid #000;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
}
.header .job-list-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.4rem;
  color: #000;
  padding: 0 0.2rem;
  background-color: #fff;
  font-weight: bold;
  border-radius: 0.4rem;
  font-size: 0.14rem;
  transition: all 0.3s ease;
  position: relative;
  transition: all 0.3s ease;
}
.header .job-list-button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.header .header-select {
  position: relative;
  padding: 0.1rem 0;
  cursor: pointer;
}
.header .header-select:hover .header-lang::after {
  transform: rotate(180deg);
}
.header .header-select:hover .lang-list {
  opacity: 1;
  visibility: visible;
}
.header .header-lang {
  color: #fff;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  background: url("../img/common/icon_lang.svg") left center/0.18rem auto no-repeat;
  position: relative;
  text-transform: uppercase;
  min-width: 0.7rem;
}
.header .header-lang::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url("../img/common/arrow_down.svg") center/0.1rem auto no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 0.1rem);
  transform-origin: center;
  transition: all 0.3s ease;
}
.header .lang-list {
  display: flex;
  flex-direction: column;
  color: #fff;
  position: absolute;
  left: 50%;
  top: calc(100% - 0.01rem);
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  z-index: 101;
  min-width: 1.2rem;
  transform: translateX(-50%);
  border-radius: 0.08rem;
  background-color: #fff;
  color: #000;
  padding: 0.08rem;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}
.header .lang-list li {
  display: flex;
  gap: 0.08rem;
  font-size: 0.14rem;
  cursor: pointer;
  background: url("../img/common/flag_en.png") left 0.08rem center/0.2rem auto no-repeat;
  padding: 0.08rem 0.08rem 0.08rem 0.38rem;
  border-radius: 0.04rem;
  transition: all 0.3s ease;
  min-width: max-content;
}
.header .lang-list li:hover {
  background-color: lightgray;
}
.header .lang-list li.lang-ja {
  background-image: url("../img/common/flag_ja.png");
}

.navbar-menu {
  position: fixed;
  z-index: 98;
  top: 0.8rem;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  pointer-events: none;
  height: 0;
  transition: all 0.3s ease;
}
.navbar-menu .menu-item {
  color: #fff;
}
.navbar-menu .menu-list {
  pointer-events: visible;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 10.2rem;
  margin: 0 auto;
  padding: 0 0.2rem;
  gap: 0.4rem;
  padding: 1rem 0.2rem;
  backdrop-filter: blur(0.03rem);
}
.navbar-menu .menu-list li {
  flex: 1;
  overflow: hidden;
  position: relative;
  clip-path: polygon(0 0, 87% 0%, 100% 18%, 100% 100%, 13% 100%, 0 81%);
}
.navbar-menu .menu-list li:hover a, .navbar-menu .menu-list li.is-active a {
  transform: scale(1.05);
  filter: grayscale(0);
}
.navbar-menu .menu-list li:hover a::before, .navbar-menu .menu-list li.is-active a::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar-menu .menu-list li:hover span, .navbar-menu .menu-list li.is-active span {
  background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.navbar-menu .menu-item {
  width: 100%;
  padding-top: 60%;
  position: relative;
  background-repeat: repeat, no-repeat;
  background-position: 0 0, 50% 50%;
  background-size: 0.04rem 0.04rem, cover;
  transition: all 1.4s ease;
  filter: grayscale(1);
}
.navbar-menu .menu-item-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 0.3s ease;
  min-width: max-content;
}
.navbar-menu .item-culture {
  background-image: linear-gradient(-45deg, transparent 25%, rgba(29, 31, 31, 0.2) 25%, rgba(29, 31, 31, 0.2) 50%, transparent 50%, transparent 75%, rgba(29, 31, 31, 0.2) 75%, rgba(29, 31, 31, 0.2)), url("../img/top/about_culture_img.jpg");
}
.navbar-menu .item-offices {
  background-image: linear-gradient(-45deg, transparent 25%, rgba(29, 31, 31, 0.2) 25%, rgba(29, 31, 31, 0.2) 50%, transparent 50%, transparent 75%, rgba(29, 31, 31, 0.2) 75%, rgba(29, 31, 31, 0.2)), url("../img/top/about_offices_img.jpg");
}
.navbar-menu .item-benefits {
  background-image: linear-gradient(-45deg, transparent 25%, rgba(29, 31, 31, 0.2) 25%, rgba(29, 31, 31, 0.2) 50%, transparent 50%, transparent 75%, rgba(29, 31, 31, 0.2) 75%, rgba(29, 31, 31, 0.2)), url("../img/top/about_benefits_img.jpg");
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .header .list-navbar {
    gap: 0.08rem;
  }
  .header .navbar-link {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header.is-active .header-navigation {
    opacity: 1;
    visibility: visible;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0.03rem);
    transform: translateX(0);
  }
  .header.is-active .logo-text {
    color: #fff;
  }
  .header.is-active .logo-image {
    z-index: 11;
  }
  .header.is-active .logo-image .is-white {
    opacity: 1;
  }
  .header.is-active .logo-image .is-black {
    opacity: 0;
  }
  .header .logo-image img {
    transition: all 0.3s ease;
    width: 0.8rem;
  }
  .header .logo-image .is-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .header .header-logo {
    position: relative;
    z-index: 11;
  }
  .header .header-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 0.8rem;
    padding-bottom: 1rem;
    overflow: auto;
    transition: all 0.3s ease;
    transform: translateX(100%);
  }
  .header .navbar-link {
    height: auto;
    font-size: 0.16rem;
    color: #fff;
  }
  .header .navbar-link.is-active {
    background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  }
  .header .navbar-link.is-active:after {
    display: none;
    bottom: 0;
  }
  .header .has-children .navbar-link {
    display: none;
  }
  .header .list-navbar {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .header .navbar-menu {
    height: auto;
    position: static;
    background: transparent;
  }
  .header .menu-list {
    gap: 0;
    padding: 0;
    flex-direction: column;
    width: 100%;
    gap: 0.16rem;
    backdrop-filter: unset;
  }
  .header .menu-list li {
    display: block;
    clip-path: none;
  }
  .header .menu-list li.is-active a {
    transform: scale(1);
  }
  .header .menu-list li a {
    width: 100%;
  }
  .header .menu-item {
    padding: 0;
    background: none;
  }
  .header .menu-item-text {
    padding: 0.06rem 0.1rem;
    position: static;
    font-size: 0.14rem;
    transform: none;
    display: block;
  }
  .header .logo-text {
    font-size: 0.2rem;
  }
  .header .logo-image {
    width: 0.6rem;
    top: calc(50% - 0.3rem);
  }
  .header .button-menu {
    display: block;
    z-index: 104;
    cursor: pointer;
    width: 0.32rem;
    height: 0.22rem;
    position: relative;
  }
  .header .button-menu span {
    background-color: #000;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.2s;
    height: 0.02rem;
    min-height: 2px;
    border-radius: 0.04rem;
  }
  .header .button-menu span:nth-child(1) {
    top: 0;
  }
  .header .button-menu span:nth-child(2) {
    top: 0.1rem;
  }
  .header .button-menu span:nth-child(3) {
    bottom: 0;
  }
  .header .button-menu.is-active span {
    background-color: #fff;
  }
  .header .button-menu.is-active span:nth-child(1) {
    top: 0.1rem;
    transform: rotate(45deg);
  }
  .header .button-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header .button-menu.is-active span:nth-child(3) {
    bottom: 0.1rem;
    transform: rotate(-45deg);
  }
}
.footer {
  padding-top: 0.5rem;
  position: relative;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5rem;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .info-list {
  display: flex;
  gap: 0.24rem;
  max-width: 7rem;
  margin: 0 auto;
  position: relative;
}
.footer .info-list li {
  flex: 1;
}
.footer .info-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem 0.2rem;
  gap: 0.04rem;
  height: 100%;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
  min-height: 2.21rem;
  border-bottom: 0.04rem solid #fff;
  position: relative;
  transition: all 0.3s ease;
  top: 0;
}
.footer .info-list a:hover {
  border-bottom: 0.04rem solid gray;
  top: -0.04rem;
}
.footer .info-list a:hover i.is-shadow {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.footer .info-list .item-icon {
  position: relative;
}
.footer .info-list i {
  font-size: 0.4rem;
  color: black;
  transition: all 0.3s ease;
}
.footer .info-list i.is-shadow {
  background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.footer .info-list span {
  display: block;
  text-align: center;
  font-size: 0.14rem;
}
.footer .item-label {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.16rem;
  font-weight: bold;
  margin-top: 0.1rem;
  margin-bottom: 0.04rem;
}

.footer-main {
  padding: 0.4rem 0;
}
.footer-main .wrapper {
  display: flex;
  gap: 0.4rem;
  max-width: 10.8rem;
}
.footer-main .footer-logo {
  display: inline-flex;
  align-items: center;
  color: #000;
}
.footer-main .footer-logo img {
  width: 1.2rem;
}
.footer-main .footer-logo p {
  margin-top: 0.28rem;
  font-size: 0.4rem;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1;
}
.footer-main .detail-title {
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
  margin-top: 0.24rem;
}
.footer-main .detail-sub-title {
  display: block;
  font-size: 0.16rem;
  font-weight: 600;
  margin: 0.1rem 0;
  font-style: italic;
  margin-top: 0.1rem;
}
.footer-main .footer-detail {
  width: 51%;
}
.footer-main .footer-form {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
}
.footer-main .form-row {
  display: flex;
  gap: 0.2rem;
  width: 100%;
}
.footer-main .form-error {
  font-size: 0.12rem;
  color: #DD0614;
  padding-top: 0.05rem;
  font-style: italic;
  display: none;
}
.footer-main .form-item {
  flex: 1;
  position: relative;
}
.footer-main .form-item.is-error .form-error {
  display: block;
}
.footer-main .form-item.is-error .form-input,
.footer-main .form-item.is-error .form-upload-container .file-input {
  border-color: #DD0614;
}
.footer-main .form-item.is-error .file-button {
  background-color: #DD0614;
  color: #fff;
}
.footer-main .form-label {
  margin-bottom: 0.04rem;
  font-weight: 600;
}
.footer-main .form-input {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.1rem 0.12rem 0.12rem;
  height: 0.48rem;
  border: 0.01rem solid black;
  background-color: #fff;
  outline: none;
  border-radius: 0.08rem;
  font-size: 0.14rem;
}
.footer-main .form-input.is-textarea {
  height: 1.2rem;
}
.footer-main .footer-form.is-submit {
  pointer-events: none;
}
.footer-main .footer-form.is-submit .form-submit {
  background-color: rgba(0, 0, 0, 0.05);
}
.footer-main .footer-form.is-submit .form-submit span {
  opacity: 1;
}
.footer-main .common-loading {
  min-height: auto;
  height: 0.22rem;
  width: 0.22rem;
}
.footer-main .form-submit {
  z-index: 1;
  margin: 0 auto;
  height: 0.48rem;
  width: 100%;
  font-size: 0.18rem;
  padding-top: 0.02rem;
  font-weight: bold;
  background-color: #fff;
  position: relative;
}
.footer-main .form-submit span {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(calc(-50% - 0.8rem), -50%);
}
.footer-main .form-submit.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.footer-copyright .wrapper {
  display: flex;
  gap: 0.4rem;
  max-width: 10.8rem;
  border-top: 0.01rem solid gray;
  justify-content: space-between;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-top: 0.4rem;
}
.footer-copyright .copyright-text {
  text-align: left;
  font-size: 0.14rem;
}

.footer-social {
  display: flex;
  gap: 0.08rem;
  margin-top: 0.28rem;
}
.footer-social li {
  display: inline-flex;
  padding: 0 0.08rem;
  cursor: pointer;
}
.footer-social i {
  font-size: 0.24rem;
  transition: all 0.2s ease;
}

.social-facebook i {
  color: rgb(25, 119, 242);
}

.social-youtube i {
  color: #EE1B0D;
}

.social-linkedin i {
  color: #0073B1;
}

@media only screen and (max-width: 767.98px) {
  .footer {
    padding-top: 0.3rem;
  }
  .footer::before {
    height: 2.75rem;
  }
  .footer .info-list {
    flex-direction: column;
  }
  .footer .info-list i {
    font-size: 0.22rem;
  }
  .footer .info-list a {
    flex-direction: row;
    align-items: center;
    padding: 0.1rem 0.15rem;
    gap: 0.15rem;
    min-height: unset;
  }
  .footer .info-list span {
    text-align: left;
    font-size: 0.12rem;
  }
  .footer .info-list span br {
    display: none;
  }
  .footer .info-list .item-icon {
    min-width: 0.3rem;
    text-align: center;
  }
  .footer .item-detail {
    flex: 1;
    text-align: left;
  }
  .footer .item-label {
    text-align: left;
    margin-top: 0;
    font-size: 0.14rem;
  }
  .footer-main {
    padding: 0.4rem 0 0;
  }
  .footer-main .wrapper {
    flex-direction: column;
    gap: 0.2rem;
  }
  .footer-main .footer-detail {
    width: 100%;
  }
  .footer-main .footer-logo p {
    margin-top: 0.1rem;
    font-size: 0.28rem;
  }
  .footer-main .detail-title {
    font-size: 0.22rem;
    margin: 0.1rem 0;
  }
  .footer-main .detail-text {
    font-size: 0.12rem;
  }
  .footer-main .detail-sub-title {
    font-size: 0.13rem;
    margin: 0.05rem 0;
  }
  .footer-main .footer-social {
    margin-top: 0.12rem;
  }
  .footer-main .footer-social i {
    font-size: 0.16rem;
  }
  .footer-main .footer-form {
    gap: 0.12rem;
  }
  .footer-main .form-row {
    gap: 0.12rem;
  }
  .footer-main .form-input {
    padding: 0.06rem 0.08rem 0.08rem;
    height: 0.36rem;
    font-size: 0.12rem;
  }
  .footer-main .form-input.is-textarea {
    height: 0.8rem;
  }
  .footer-main .form-submit {
    height: 0.36rem;
    font-size: 0.14rem;
    padding-top: 0;
  }
  .footer-copyright .wrapper {
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    margin-top: 0.2rem;
  }
  .footer-copyright .copyright-text {
    font-size: 0.1rem;
    text-align: center;
  }
}
.common-title {
  position: relative;
  font-size: 0.6rem;
}
.common-title.is-center {
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .common-title {
    font-size: 0.4rem;
  }
}
.section-top-keyvisual {
  height: calc(var(--vh, 1vh) * 100 - 0.8rem);
  position: relative;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    min-height: 8rem;
  }
}
.section-top-keyvisual .keyvisual-swiper {
  overflow: hidden;
  position: relative;
}
.section-top-keyvisual .keyvisual-swiper,
.section-top-keyvisual .swiper-container {
  height: 100%;
}
.section-top-keyvisual .swiper-item,
.section-top-keyvisual video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.section-top-keyvisual video {
  object-fit: contain;
  background-color: #000;
}
.section-top-keyvisual .item-icon {
  position: absolute;
  z-index: 11;
  right: 0.5rem;
  top: 0;
}
.section-top-keyvisual .item-icon img {
  transform: scale(1) !important;
  position: static;
  max-width: 230px;
  object-fit: unset;
  width: auto;
  height: auto;
}
.section-top-keyvisual .has-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.section-top-keyvisual .has-bg.is-right::after {
  background: rgba(0, 0, 0, 0.3);
}
.section-top-keyvisual .swiper-slide.swiper-slide-active .swiper-item > img {
  transform: scale(1.1);
  transition: transform 13s linear;
}
.section-top-keyvisual img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: bottom center;
  transform-origin: center;
  pointer-events: none;
  object-fit: cover;
  transition: transform 13s linear;
}
.section-top-keyvisual .item-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  max-width: 14.8rem;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 30%;
  padding-left: 0.2rem;
  color: #fff;
  z-index: 11;
}
.section-top-keyvisual .detail-title {
  font-size: 0.5rem;
  margin-bottom: 0.12rem;
  text-transform: uppercase;
}
.section-top-keyvisual .detail-title.is-big {
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  text-align: right;
  width: 100%;
  line-height: 1.2;
}
.section-top-keyvisual .detail-title.is-big span {
  display: inline-block;
  text-align: left;
}
.section-top-keyvisual .detail-text {
  font-size: 0.18rem;
  margin-bottom: 0.4rem;
  line-height: 1.8;
}
.section-top-keyvisual .swiper-pagination.swiper-pagination-horizontal {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0.25rem;
  justify-content: flex-end;
  padding-right: 0.4rem;
  transition: bottom 1s ease, opacity 1s ease;
  gap: 0.07rem;
}
.section-top-keyvisual .swiper-pagination-bullet {
  position: relative;
  width: 1.5rem;
  height: 0;
  margin: 0 !important;
  border-top: 0.01rem solid #818181;
  border-radius: 0;
  opacity: 1;
}
.section-top-keyvisual .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
}
.section-top-keyvisual .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  animation: sliderPagination 4.8s ease-out forwards;
}
.section-top-keyvisual .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.01rem;
  left: 0;
  width: 100%;
  height: 0.01rem;
  transform: scaleX(0);
  transform-origin: 0 0;
  background: #fff;
}
.section-top-keyvisual .icon-scroll {
  width: 0.3rem;
  height: 0.5rem;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 0.01rem #fff;
  border-radius: 0.25rem;
  position: absolute;
  z-index: 11;
  display: flex;
  justify-content: center;
}
.section-top-keyvisual .icon-scroll::before {
  display: inline-block;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  background: #fff;
  top: 0.1rem;
  border-radius: 0.04rem;
  animation: scroll infinite 1.5s;
  position: relative;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0.3rem);
  }
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-top-keyvisual .detail-title.is-big {
    font-size: 0.7rem;
    padding-right: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    height: 160vw;
  }
  .section-top-keyvisual .detail-title {
    font-size: 0.22rem;
  }
  .section-top-keyvisual .detail-title.is-big {
    font-size: 0.4rem;
    text-align: left;
    padding: 0 0.15rem;
  }
  .section-top-keyvisual .item-detail {
    padding: 0 0.15rem;
  }
  .section-top-keyvisual .item-icon {
    right: 0.2rem;
    top: 0;
  }
  .section-top-keyvisual .item-icon img {
    max-width: 1.6rem;
  }
  .section-top-keyvisual .detail-text {
    font-size: 0.14rem;
  }
  .section-top-keyvisual .swiper-pagination.swiper-pagination-horizontal {
    padding-right: 0.2rem;
    bottom: 0.15rem;
  }
  .section-top-keyvisual .swiper-pagination-bullet {
    width: 0.6rem;
  }
}
.section-top-vision {
  padding: 1rem 0 0.5rem;
  color: #000;
}
.section-top-vision .vision-title {
  font-size: 0.28rem;
}
.section-top-vision .vision-inner {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.6rem;
  position: relative;
}
.section-top-vision img {
  transition: all 0.3s ease;
}
.section-top-vision .vision-content {
  flex: 1;
}
.section-top-vision .vision-image {
  width: 58%;
  padding-top: 6.15rem;
  position: relative;
  overflow: hidden;
}
.section-top-vision .vision-image span {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url("../img/common/shape_02.png");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("../img/common/shape_02.png");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.section-top-vision .vision-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.section-top-vision .vision-image:hover img {
  transform: scale(1.05);
}
.section-top-vision .icon-triangle {
  left: 49%;
  top: 0.47rem;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .section-top-vision .icon-triangle {
    left: auto;
    right: 0.2rem;
    top: 0.5rem;
  }
}
.section-top-vision .icon-decoration-one {
  left: 10%;
  top: 0.47rem;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .section-top-vision .icon-decoration-one {
    left: 16%;
    top: 30px;
  }
}
.section-top-vision .icon-decoration-two {
  left: 36%;
  bottom: 0.82rem;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .section-top-vision .icon-decoration-two {
    top: 3rem;
    bottom: auto;
    right: 1.02rem;
    left: auto;
  }
}
.section-top-vision .icon-circle {
  top: 71%;
  left: 10%;
  z-index: 1;
}
.section-top-vision .image-wrapper {
  overflow: hidden;
}
.section-top-vision .vision-description {
  margin: 0.3rem 0;
}
.section-top-vision .vision-description p {
  margin: 0.12rem 0;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-top-vision .vision-title {
    font-size: 0.22rem;
  }
  .section-top-vision .vision-inner {
    gap: 0.2rem;
  }
  .section-top-vision .vision-description p {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-vision {
    padding: 0.6rem 0;
  }
  .section-top-vision .vision-inner {
    flex-direction: column;
    margin-top: 0;
    gap: 0;
  }
  .section-top-vision .vision-image {
    width: 100%;
    padding-top: 100%;
  }
  .section-top-vision .vision-title {
    font-size: 0.2rem;
  }
  .section-top-vision .vision-description {
    margin: 0.1rem 0;
  }
  .section-top-vision .vision-description p {
    margin: 0.1rem 0;
    line-height: 1.8;
  }
}
.section-top-about {
  overflow: hidden;
  padding: 0.5rem 0 2rem;
}
.section-top-about .about-list {
  display: flex;
  margin-left: -0.84rem;
  margin-right: -0.7rem;
  margin-top: 0.8rem;
}
.section-top-about .about-item {
  width: calc(33.33% + 0.02rem);
  transition: all 0.5s;
  transform: skewX(-15deg);
  overflow: hidden;
  margin: 0 -0.01rem;
}
.section-top-about .about-item:hover {
  width: calc(50% + 0.02rem);
}
.section-top-about .about-item:hover a {
  filter: grayscale(0%);
}
.section-top-about .about-item:hover .item-text {
  background-color: rgba(0, 0, 0, 0.2);
}
.section-top-about .about-item:hover .item-text span {
  background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 0.32rem;
}
.section-top-about .about-item span {
  font-size: 0.22rem;
  transition: all 0.3s ease;
  letter-spacing: 0.2em;
}
.section-top-about .about-item small {
  font-size: 0.18rem;
  margin-top: 0.08rem;
  line-height: 1.13;
}
.section-top-about .about-item a {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  color: #fff;
  transform: skewX(15deg);
  min-height: 3.51rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  filter: grayscale(1);
  background-size: cover;
  background-position: center;
}
.section-top-about .item-text {
  background-color: rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}
.section-top-about .item-text {
  padding-bottom: 0.09rem;
}
.section-top-about .item-culture {
  padding-left: 0.98rem;
  position: relative;
}
.section-top-about .item-culture::before {
  content: "";
  display: block;
  width: calc(100% - 1.33rem);
  height: 100%;
  background: url("../img/top/about_culture_img.jpg") center/cover no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.section-top-about .item-offices {
  padding-left: 0;
  position: relative;
}
.section-top-about .item-offices::before {
  content: "";
  display: block;
  width: calc(100% - 1.22rem);
  height: 100%;
  background: url("../img/top/about_offices_img.jpg") center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-top-about .item-benefits {
  background-image: url("../img/top/about_benefits_img.jpg");
}
.section-top-about .item-benefits .item-text {
  padding-left: 0.06rem;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-top-about .about-item span {
    font-size: 0.16rem;
  }
  .section-top-about .about-item:hover .item-text span {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-about {
    padding: 0.4rem 0 0.6rem;
  }
  .section-top-about .about-list {
    flex-direction: column;
    margin: 0.4rem 0 0;
  }
  .section-top-about .about-item {
    width: 100%;
    transform: none;
    margin: -0.01rem 0 0;
  }
  .section-top-about .about-item:hover {
    width: 100%;
  }
  .section-top-about .about-item:hover .item-text span {
    font-size: 0.22rem;
  }
  .section-top-about .about-item a {
    transform: none;
    margin: 0;
    min-height: 1.95rem;
    padding: 0;
    filter: grayscale(0);
  }
  .section-top-about .about-item a::before {
    top: 0;
    left: 0;
    width: 100%;
    right: auto;
  }
  .section-top-about .about-item span {
    font-size: 0.18rem;
    padding-bottom: 0;
  }
}
.section-top-career {
  text-align: center;
  color: #fff;
  padding: 0.5rem 0 1.5rem;
  background: url("../img/career/job_bg.jpg") top center/auto 100% repeat-x;
  position: relative;
}
.section-top-career .career-sub-title {
  font-size: 0.22rem;
}
.section-top-career .career-list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  gap: 0.24rem;
  margin: 0.8rem 0;
}
.section-top-career .career-list li {
  width: calc(33.333% - 0.16rem);
}
.section-top-career .career-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.5rem;
  text-align: center;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.section-top-career .career-list a:hover {
  border-color: transparent;
  background-color: transparent;
}
.section-top-career .career-list a:hover::after {
  width: 150%;
  padding-top: 150%;
}
.section-top-career .career-list a:hover .item-title {
  color: #fff;
}
.section-top-career .career-list a:hover .item-icon {
  width: 1.1rem;
  height: 1.1rem;
  padding: 0.3rem;
}
.section-top-career .career-list a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
  transition: all 0.3s ease;
  z-index: -0.01rem;
}
.section-top-career .career-list a .item-icon {
  margin-bottom: 0.5rem;
}
.section-top-career .item-icon {
  width: 1rem;
  height: 1rem;
  padding: 0.2rem;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}
.section-top-career .item-title {
  font-size: 0.18rem;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  width: 100%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 1;
}

@media only screen and (max-width: 767.98px) {
  .section-top-career {
    padding: 0.5rem 0;
  }
  .section-top-career .career-list {
    margin-top: 0.4rem;
    gap: 0.16rem;
  }
  .section-top-career .career-list li {
    width: calc(50% - 0.08rem);
  }
  .section-top-career .career-list li a {
    min-height: 2rem;
  }
  .section-top-career .career-list a:hover .item-icon {
    width: 0.8rem;
    height: 0.8rem;
    padding: 0.15rem;
  }
  .section-top-career .item-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .section-top-career .item-title {
    font-size: 0.14rem;
    padding: 0 0.05rem;
  }
}
.section-top-services {
  margin: 0.8rem 0;
}
.section-top-services ~ section {
  margin: 0.8rem 0;
}

@keyframes sliderPagination {
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  90.1% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  93.1% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  94% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes autoRun {
  from {
    transform: perspective(10rem) rotateX(-16deg) rotateY(0deg);
  }
  to {
    transform: perspective(10rem) rotateX(-16deg) rotateY(360deg);
  }
}
.section-top-life {
  overflow: hidden;
  width: 100%;
  min-height: 8.5rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
}
.section-top-life .life-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  pointer-events: none;
  background: linear-gradient(to right, #00aaff, #7a00ff, #ff007a, #ffb300);
}
.section-top-life .life-overlay img {
  width: 100%;
}
.section-top-life .life-background {
  pointer-events: none;
}
.section-top-life .life-background svg {
  width: 100%;
}
@media print, (min-width: 768px) {
  .section-top-life .life-background {
    top: -0.5rem;
  }
}
.section-top-life .logo-spin {
  position: absolute;
  top: 3.7rem;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(90eg);
  animation: rotateAnimation 1.5s linear infinite;
  max-width: 3rem;
  z-index: 1;
}
@keyframes rotateAnimation {
  from {
    transform: translate(-50%, -50%) rotateY(90deg);
  }
  to {
    transform: translate(-50%, -50%) rotateY(-90deg);
  }
}
.section-top-life .life-slider {
  position: absolute;
  width: 2rem;
  height: 2.5rem;
  top: 10%;
  left: calc(50% - 1rem);
  transform-style: preserve-3d;
  transform: perspective(10rem);
  animation: autoRun 20s linear infinite;
  z-index: 2;
}
.section-top-life .item {
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  inset: 0 0 0 0;
  transform: rotateY(calc((var(--position) - 1) * 360 / var(--quantity) * 1deg)) translateZ(5.5rem);
}
.section-top-life .item:hover {
  opacity: 0.7;
}
.section-top-life .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-top-life .life-carousel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-top-life .swiper-container {
  background-color: #000;
}
.section-top-life .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.section-top-life .swiper-slide {
  width: 4rem;
  padding-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.section-top-life .swiper-slide::before, .section-top-life .swiper-slide::after {
  content: "";
  width: calc(100% + 0.25rem);
  height: 100%;
  background: url(../img/top/life_swiper_bg.png) center/auto 4.25rem repeat-x;
  position: absolute;
  left: 0rem;
  top: -0.65rem;
  z-index: -1;
}
.section-top-life .swiper-slide::after {
  top: auto;
  bottom: -0.63rem;
}
.section-top-life .swiper-slide img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 0.04rem;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-top-life {
    min-height: 5rem;
  }
  .section-top-life .life-slider {
    width: 1.3rem;
    height: 1.6rem;
    left: calc(50% - 0.65rem);
  }
  .section-top-life .item {
    transform: rotateY(calc((var(--position) - 1) * 360 / var(--quantity) * 1deg)) translateZ(3rem);
  }
  .section-top-life .logo-spin {
    top: 2.2rem;
    left: 50%;
    max-width: 1.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-life {
    margin-top: 0.4rem;
    min-height: 2.4rem;
  }
  .section-top-life .life-slider {
    width: 0.6rem;
    height: 0.8rem;
    top: 0.5rem;
    left: calc(50% - 0.3rem);
  }
  .section-top-life .item {
    transform: rotateY(calc((var(--position) - 1) * 360 / var(--quantity) * 1deg)) translateZ(1.7rem);
  }
  .section-top-life .logo-spin {
    top: 1.35rem;
    max-width: 1rem;
  }
}
.svg {
  position: absolute;
  left: 0;
  width: 100%;
}
.svg.-svg01 {
  top: 0;
}
.svg.-svg02 {
  top: 25%;
}
.svg.-svg03 {
  top: 50%;
}
.svg.-svg04 {
  top: 83%;
}
.svg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 90%, #fff);
  z-index: 1;
}
.svg .js-svg {
  opacity: 0.4;
  width: 100%;
}
.svg .js-svg .cls-6 {
  animation: opacity 2s ease infinite alternate, translateX 5s ease-in-out infinite alternate;
}
.svg .js-svg .cls-7 {
  animation: opacity 4s ease infinite alternate, translateY 8s ease-in-out infinite alternate;
}
.svg .js-svg .cls-2,
.svg .js-svg .cls-3 {
  animation: translateX 8s ease-in-out infinite alternate;
}
.svg .js-svg .cls-2:nth-child(0),
.svg .js-svg .cls-3:nth-child(0) {
  animation-delay: -0.2s;
}
.svg .js-svg .cls-2:nth-child(1),
.svg .js-svg .cls-3:nth-child(1) {
  animation-delay: 0s;
}
.svg .js-svg .cls-2:nth-child(2),
.svg .js-svg .cls-3:nth-child(2) {
  animation-delay: 0.2s;
}
.svg .js-svg .cls-2:nth-child(3),
.svg .js-svg .cls-3:nth-child(3) {
  animation-delay: 0.4s;
}
.svg .js-svg .cls-2:nth-child(4),
.svg .js-svg .cls-3:nth-child(4) {
  animation-delay: 0.6s;
}
.svg .js-svg .cls-2:nth-child(5),
.svg .js-svg .cls-3:nth-child(5) {
  animation-delay: 0.8s;
}
.svg .js-svg .cls-2:nth-child(6),
.svg .js-svg .cls-3:nth-child(6) {
  animation-delay: 1s;
}
.svg .js-svg .cls-2:nth-child(7),
.svg .js-svg .cls-3:nth-child(7) {
  animation-delay: 1.2s;
}
.svg .js-svg .cls-2:nth-child(8),
.svg .js-svg .cls-3:nth-child(8) {
  animation-delay: 1.4s;
}
.svg .js-svg .cls-2:nth-child(9),
.svg .js-svg .cls-3:nth-child(9) {
  animation-delay: 1.6s;
}
.svg .js-svg .cls-2:nth-child(10),
.svg .js-svg .cls-3:nth-child(10) {
  animation-delay: 1.8s;
}
.svg .js-svg .cls-5 {
  animation: translateY 10s ease-in-out infinite alternate;
}
.svg .js-svg .cls-5:nth-child(0) {
  animation-delay: -0.2s;
}
.svg .js-svg .cls-5:nth-child(1) {
  animation-delay: 0s;
}
.svg .js-svg .cls-5:nth-child(2) {
  animation-delay: 0.2s;
}
.svg .js-svg .cls-5:nth-child(3) {
  animation-delay: 0.4s;
}
.svg .js-svg .cls-5:nth-child(4) {
  animation-delay: 0.6s;
}
.svg .js-svg .cls-5:nth-child(5) {
  animation-delay: 0.8s;
}
.svg .js-svg .cls-5:nth-child(6) {
  animation-delay: 1s;
}
.svg .js-svg .cls-5:nth-child(7) {
  animation-delay: 1.2s;
}
.svg .js-svg .cls-5:nth-child(8) {
  animation-delay: 1.4s;
}
.svg .js-svg .cls-5:nth-child(9) {
  animation-delay: 1.6s;
}
.svg .js-svg .cls-5:nth-child(10) {
  animation-delay: 1.8s;
}

@keyframes translateX {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes translateY {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
}