@charset "UTF-8";
@font-face {
  font-family: "新微軟正黑體";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic);
}
@font-face {
  font-family: "新微軟正黑體";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體), local(Microsoft JhengHei);
}
body {
  font-family: Arial, "新微軟正黑體", Helvetica, Meiryo, Microsoft JhengHei, "微軟正黑體", sans-serif !important;
  box-sizing: border-box;
  letter-spacing: 0.4px;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: Arial, "新微軟正黑體", Helvetica, Meiryo, Microsoft JhengHei, "微軟正黑體", sans-serif !important;
  letter-spacing: 0.4px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

*:hover {
  transition: all 0.2s;
}

body {
  color: #262626;
}
@media all and (max-width: 320px) {
  body {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
  line-height: 1.5;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.btn {
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.highlight {
  color: #ff7f30;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

footer {
  padding: 48px 16px;
  background: #262626;
  line-height: 1.5;
}
footer .container {
  text-align: center;
}
footer .container p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
@media all and (max-width: 430px) {
  footer .container .pc {
    display: none;
  }
}
footer .container .pc p {
  margin-bottom: 4px;
}
footer .container .pc p:last-of-type {
  margin-bottom: 0;
}
footer .container .m {
  display: none;
}
@media all and (max-width: 430px) {
  footer .container .m {
    display: block;
  }
}
footer .container .m p {
  margin-bottom: 8px;
}
footer .container .m p:last-of-type {
  margin-bottom: 24px;
}
footer .container .technology {
  color: #80858c;
}

.toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  opacity: 0.8;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  border-radius: 8px;
}

.head {
  background-color: #f6f9ff;
  position: relative;
  overflow: hidden;
  padding: 40px 0 0;
}
@media all and (max-width: 768px) {
  .head {
    padding: 24px 0 0;
    background-image: url(../img/img_hero_list_M.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: cover;
  }
}
.head::before {
  content: "";
  display: inline-block;
  background: url(../img/img_hero_left.png);
  height: 100%;
  width: auto;
  width: 650px;
  min-height: 273px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media all and (max-width: 430px) {
  .head::before {
    display: none;
  }
}
.head::after {
  content: "";
  display: inline-block;
  background: url(../img/img_hero_right.png);
  height: 100%;
  width: auto;
  width: 711px;
  min-height: 273px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media all and (max-width: 430px) {
  .head::after {
    display: none;
  }
}
.head .container {
  position: relative;
  z-index: 1;
}
.head .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media all and (max-width: 768px) {
  .head .container .content {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.head .container .content .compIntroduce {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
@media all and (max-width: 768px) {
  .head .container .content .compIntroduce {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
.head .container .content .compIntroduce .logo {
  width: 132px;
  height: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 13.2px;
  border: 1px solid #D4DCE8;
  background: #FFF;
  display: inline-block;
  margin-right: 24px;
}
@media all and (max-width: 768px) {
  .head .container .content .compIntroduce .logo {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-bottom: 12px;
  }
}
.head .container .content .compIntroduce .introduce .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media all and (max-width: 768px) {
  .head .container .content .compIntroduce .introduce .title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 320px) {
  .head .container .content .compIntroduce .introduce .title {
    font-size: 12px;
  }
}
.head .container .content .compIntroduce .introduce .item {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 12px;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .head .container .content .compIntroduce .introduce .item {
    font-size: 13px;
    margin-bottom: 24px;
    text-align: center;
  }
}
@media all and (max-width: 430px) {
  .head .container .content .compIntroduce .introduce .item {
    display: none;
  }
}
.head .container .content .compIntroduce .introduce .item span {
  display: inline-block;
  border-left: 1px solid #e3e3e4;
  padding: 0 8px;
}
.head .container .content .compIntroduce .introduce .item span:first-child {
  border: none;
  padding: 0 8px 0 0;
}
.head .container .content .compRecruitment ul {
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .head .container .content .compRecruitment ul {
    justify-content: space-between;
    width: 100vw;
  }
}
.head .container .content .compRecruitment ul li {
  font-size: 16px;
}
@media all and (max-width: 768px) {
  .head .container .content .compRecruitment ul li {
    text-align: center;
    flex: 1;
    font-size: 14px;
  }
}
.head .container .content .compRecruitment ul li p {
  padding: 0 24px;
}
@media all and (max-width: 768px) {
  .head .container .content .compRecruitment ul li p {
    padding: 0;
    display: inline-flex;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 320px) {
  .head .container .content .compRecruitment ul li p {
    font-size: 12px;
  }
}
.head .container .content .compRecruitment ul li span {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  margin-left: 6px;
}
@media all and (max-width: 768px) {
  .head .container .content .compRecruitment ul li span {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media all and (max-width: 320px) {
  .head .container .content .compRecruitment ul li span {
    font-size: 16px;
  }
}
.head .container .content .compRecruitment ul li:last-of-type p {
  padding-right: 0;
}
.head .container .content .compRecruitment ul li:nth-child(2) {
  border-left: 2px solid #E3E3E4;
  border-right: 2px solid #E3E3E4;
}
@media all and (max-width: 768px) {
  .head .container .content .compRecruitment ul li:nth-child(2) {
    border-width: 1px;
  }
}
.head .container nav {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
@media all and (max-width: 768px) {
  .head .container nav {
    padding: 0;
    gap: 0;
  }
}
.head .container nav a {
  color: #606060;
  padding: 8px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
}
@media all and (max-width: 430px) {
  .head .container nav a {
    text-align: center;
  }
}
@media all and (max-width: 320px) {
  .head .container nav a {
    font-size: 12px;
  }
}
.head .container nav a.active, .head .container nav a:hover {
  opacity: 1;
  color: #00A98F;
  border-color: #00A98F;
}
.head .container nav a .num {
  opacity: 0;
}

.otherContent {
  min-width: 240px;
  margin-left: auto;
}
.otherContent .shareItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media all and (max-width: 768px) {
  .otherContent .shareItem {
    display: none;
  }
}
.otherContent .shareItem button {
  padding: 4px 12px 4px 8px;
  border-radius: 50px;
  border: 1px solid;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.otherContent .shareItem button:hover {
  opacity: 0.7;
}
.otherContent .shareItem button i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
}
.otherContent .shareItem button.fbBtn {
  color: #1877f2;
}
.otherContent .shareItem button.fbBtn i {
  background: url(../img/ic_media_fb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.otherContent .shareItem button.lineBtn {
  color: #00b900;
}
.otherContent .shareItem button.lineBtn i {
  background: url(../img/ic_media_line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.otherContent .shareItem button.copyBtn {
  color: #606060;
}
.otherContent .shareItem button.copyBtn i {
  background: url(../img/ic_connect.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.otherContent .otherItem {
  width: 240px;
}
@media all and (max-width: 768px) {
  .otherContent .otherItem {
    width: 100%;
    padding: 48px 16px 64px;
  }
}
.otherContent .otherItem .item {
  margin-bottom: 48px;
}
.otherContent .otherItem .item .video {
  width: 240px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media all and (max-width: 768px) {
  .otherContent .otherItem .item .video {
    width: 100%;
    height: auto;
  }
}
.otherContent .otherItem .item .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.otherContent .otherItem .item .text {
  font-size: 14px;
  color: #606060;
}
.otherContent .otherItem .item .shortVideo {
  width: 100%;
  aspect-ratio: 35/63;
}
.otherContent .otherItem .item .more {
  text-align: right;
  margin-top: 16px;
}
.otherContent .otherItem .item .more a {
  color: #00A98F;
  padding: 10px;
  border-bottom: 2px solid;
}
.otherContent .otherItem .item .more a:hover {
  opacity: 0.7;
}

.swiper {
  padding-bottom: 6px;
}
.swiper .swiper-slide img {
  border-radius: 8px;
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media all and (max-width: 768px) {
  .swiper .swiper-slide img {
    width: 100%;
    height: 228px;
  }
}
.swiper .swiper-pagination-bullet-active {
  background: #00a98f !important;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 2px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
}

.lb-nav a.lb-next {
  opacity: 1;
  background: url(../img/plugin/next.png) right 48% no-repeat;
}

.lb-nav a.lb-prev {
  opacity: 1;
  background: url(../img/plugin/prev.png) left 48% no-repeat;
}

.pop {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  padding: 40px 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 430px) {
  .pop {
    padding: 0;
  }
}
.pop .popContent {
  position: relative;
}
.pop .popContent iframe {
  width: 160.1423487544vh;
  height: 90vh;
}
@media all and (max-width: 430px) {
  .pop .popContent iframe {
    width: 100vw;
    height: 56.2vw;
  }
}
.pop .popContent .close-btn {
  color: #fff;
  cursor: pointer;
  height: 25px;
  width: 25px;
  right: 0;
  top: -40px;
  position: absolute;
  transition: 250ms ease;
}
@media all and (max-width: 430px) {
  .pop .popContent .close-btn {
    right: 4px;
  }
}
.pop .popContent .close-btn:before, .pop .popContent .close-btn:after {
  content: "";
  height: 2px;
  background: #fff;
  width: 100%;
  top: 50%;
  left: 5%;
  position: absolute;
  transition: 250ms ease;
}
.pop .popContent .close-btn:before {
  transform: rotate(-45deg);
}
.pop .popContent .close-btn:after {
  transform: rotate(45deg);
}
.pop .popContent .close-btn:hover, .pop .popContent .close-btn:focus {
  border: 2px solid;
  border-radius: 100%;
}
.pop .popContent .close-btn:hover:before, .pop .popContent .close-btn:hover:after, .pop .popContent .close-btn:focus:before, .pop .popContent .close-btn:focus:after {
  width: 50%;
  left: 25%;
}

main .container {
  padding: 32px 16px 96px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 60px;
}
@media all and (max-width: 768px) {
  main .container {
    flex-wrap: wrap;
    padding: 32px 0 64px;
  }
}
@media all and (max-width: 768px) {
  main .container .compContent {
    padding: 0 16px;
  }
}
main .container .compContent section {
  margin-bottom: 48px;
}
main .container .compContent section .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}
main .container .compContent section .info {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media all and (max-width: 320px) {
  main .container .compContent section .info {
    font-size: 14px;
  }
}
main .container .compContent section .info a {
  color: #00A98F;
}
main .container .compContent section .tableInfo {
  font-size: 16px;
  line-height: 170%;
}
main .container .compContent section .tableInfo tr th,
main .container .compContent section .tableInfo tr td {
  padding-bottom: 12px;
}
main .container .compContent section .tableInfo tr:last-of-type th,
main .container .compContent section .tableInfo tr:last-of-type td {
  padding-bottom: 0;
}
main .container .compContent section .tableInfo tr th {
  color: #80858c;
  white-space: nowrap;
  padding-right: 16px;
}
main .container .compContent section .systemInfo .item {
  margin-bottom: 24px;
}
main .container .compContent section .systemInfo .item:last-of-type {
  margin-bottom: 0;
}
main .container .compContent section .systemInfo .item .systemTitle {
  color: #80858c;
  margin-bottom: 12px;
}
main .container .compContent .allJobBtn {
  color: #00a98f;
  background: #fff;
  border: 1px solid;
}
@media all and (max-width: 430px) {
  main .container .compContent .allJobBtn {
    display: none;
  }
}