@charset "UTF-8";
.fontfix {
  font-family: "Heebo", "Noto Sans", "Noto Sans TC", "Noto Sans JP", sans-serif;
}

.pgkv {
  display: block;
  position: relative;
  width: 100%;
}
.pgkv .mimg {
  overflow: hidden;
  z-index: 2;
}
.pgkv .mtitle {
  color: white;
  font-weight: 500;
  line-height: 1;
}
@media all and (max-width: 575px) {
  .pgkv .mtitle {
    font-size: 0.9375em;
  }
}
@media all and (min-width: 576px) {
  .pgkv .mtitle {
    font-size: 1.25em;
  }
}
.pgkv .mtitle + div {
  color: white;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.5em;
  display: block;
}
@media all and (max-width: 575px) {
  .pgkv .mtitle + div {
    font-size: 1.75em;
  }
}
@media all and (min-width: 576px) {
  .pgkv .mtitle + div {
    font-size: 3.125em;
  }
}
.pgkv .txt_pos {
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.pgkv .bgcolor {
  background-color: rgb(115,115,115);
  height: 0;
}
@media all and (max-width: 768px) {
  .pgkv .bgcover {
    padding-bottom: 108%;
  }
  .pgkv .bgcover.pc_use {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .pgkv .bgcover {
    height: 450px;
  }
  .pgkv .bgcover.mo_use {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .pgkv .bgcolor {
    padding-bottom: 60%;
    width: 40vw;
  }
  .pgkv .mimg {
    width: 60vw;
    position: absolute;
    top: 0;
    left: 40vw;
  }
  .pgkv .txt_pos {
    width: 100%;
    padding: 0 25px;
    top: 55%;
  }
}
@media all and (min-width: 769px) {
  .pgkv .bgcolor {
    height: 400px;
    width: 34vw;
  }
  .pgkv .mimg {
    width: 70vw;
    position: absolute;
    top: 0;
    left: 30vw;
  }
  .pgkv .txt_pos {
    padding: 0 16px;
    max-width: 1296px;
    width: 96%;
  }
}
@media all and (min-width: 769px) and (max-width: 1441px) {
  .pgkv .txt_pos {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.top-menu-ul .item_menu_Box {
  position: relative;
  margin: 0 auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: center;
}
.top-menu-ul .item_menu_Box::-webkit-scrollbar {
  display: none;
}
.top-menu-ul ul.slides {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.top-menu-ul li {
  position: relative;
  display: inline-block;
}
.top-menu-ul li:last-child:after {
  opacity: 0;
}
.top-menu-ul li:after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #e60036;
  display: inline-block;
  -webkit-transform: rotate(30deg) translate(10px, 10px);
          transform: rotate(30deg) translate(10px, 10px);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.top-menu-ul li.active a {
  color: #e60036;
  border-color: #e60036;
}
.top-menu-ul li a {
  position: relative;
  color: #4f4e4e;
  font-weight: 500;
  line-height: 2;
  display: inline-block;
  border-bottom: 2px solid rgba(230, 0, 54, 0);
}
@media all and (max-width: 768px) {
  .top-menu-ul {
    margin: 0 auto;
    padding: 0 20px;
  }
  .top-menu-ul .item_menu_Box {
    height: 42px;
    overflow-y: hidden;
  }
  .top-menu-ul li a {
    margin-right: 1em;
  }
  .top-menu-ul li:not(:last-child) {
    margin-right: 3em;
  }
  .top-menu-ul li:after {
    position: absolute;
    top: -50%;
    right: -5%;
  }
  .top-menu-ul::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
    width: 30px;
    height: 60px;
    content: "";
    z-index: 1;
    pointer-events: none;
    position: absolute;
    top: -10px;
    left: 12px;
  }
  .top-menu-ul.mleft::before {
    opacity: 0;
  }
  .top-menu-ul::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
    width: 30px;
    height: 60px;
    content: "";
    z-index: 1;
    pointer-events: none;
    position: absolute;
    top: -10px;
    right: 12px;
  }
  .top-menu-ul.mright::after {
    opacity: 0;
  }
}
@media all and (min-width: 769px) {
  .top-menu-ul.open_flexslider .flex-direction-nav {
    display: block;
  }
  .top-menu-ul li a {
    margin: 0 2em;
  }
  .top-menu-ul li:not(:last-child) {
    margin-right: 1em;
  }
  .top-menu-ul li:hover a {
    color: #e60036;
    border-color: #e60036;
  }
}
@media all and (min-width: 1440px) {
  .top-menu-ul {
    width: 1400px;
  }
}

.flex-direction-nav {
  display: none;
}
.flex-direction-nav .svg {
  width: 10px;
  stroke: #333;
}
.flex-direction-nav a {
  position: absolute;
  position: absolute;
  top: 0.3em;
  width: 40px;
  height: 60px;
  padding-top: 12px;
  background-color: white;
}
.flex-direction-nav a.ltbn {
  left: 16px;
}
.flex-direction-nav a.rtbn {
  right: 16px;
  text-align: right;
}
.flex-direction-nav a:hover .svg {
  stroke: #e60036;
}
@media all and (max-width: 768px) {
  .flex-direction-nav a {
    text-align: center;
  }
}

@media all and (max-width: 575px) {
  #topmenu1 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 576px) {
  #topmenu1 {
    font-size: 1.5rem;
  }
}

/*----------------------編輯器------------------------*/
.editor_box {
  line-height: 1.75;
}
.editor_box ul, .editor_box ol {
  padding-left: 10px;
}
.editor_box ol {
  list-style: decimal;
}
.editor_box ul {
  list-style: disc;
}
.editor_box img {
  max-width: 100%;
  height: auto !important;
}
.editor_box b, .editor_box strong {
  font-weight: bold;
  font-style: inherit;
}
.editor_box em {
  font-style: italic;
}
.editor_box a {
  text-decoration: underline;
  color: #0782C1;
}
.editor_box iframe {
  max-width: 100%;
}
.editor_box h1, .editor_box h2, .editor_box h3, .editor_box h4, .editor_box h5, .editor_box h6 {
  margin: inherit;
}
.editor_box blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  border-left: 5px solid #ccc;
  margin-left: 40px;
}
.editor_box hr {
  border: none;
  border-top: 1px solid #4f4e4e;
}
@media all and (max-width: 990px) {
  .editor_box {
    line-height: 1.7;
  }
  .editor_box.pc_use {
    display: none;
  }
}
@media all and (min-width: 991px) {
  .editor_box {
    line-height: 2;
  }
  .editor_box.mo_use {
    display: none;
  }
}

.style1 .titleB {
  margin: 1.2em 0 1.2em;
}
.style1 .top-menu-ul li.active a {
  color: #333;
  border-color: #333;
  border-bottom-color: rgba(51, 51, 51, 0);
}
@media all and (max-width: 768px) {
  .style1 .imgbx {
    height: calc(100vh - 200px);
    overflow: auto;
  }
  .style1 .imgbx img {
    height: 100%;
    max-width: initial;
  }
}
@media all and (min-width: 769px) {
  .style1 .titleB {
    margin: 2em 0 1em;
  }
  .style1 #topmenu1 {
    margin-bottom: 5em;
  }
}

.envir #topmenu1 {
  margin-bottom: 2em;
}
@media all and (min-width: 769px) {
  .envir #topmenu1 {
    margin-bottom: 5em;
  }
}

.recruit .langbtngroup {
  display: none;
}
.recruit .tag-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.recruit .tag-menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
}
.recruit .tag-menu h4 {
  font-size: 1.5rem;
  color: #4f4e4e;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 16px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.recruit .tag-menu h4:before, .recruit .tag-menu .select-wrap:before {
  content: "";
  display: inline-block;
  border-radius: 99em;
  background: #c4002e;
  margin-right: 0.5em;
  width: 5px;
  height: 5px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.recruit .tag-menu .select-wrap:before {
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 2;
}
.recruit .tag-menu .select-wrap:after {
  content: "";
  background: no-repeat url(https://www.advancision.com/dist/images/select_arrow.png) center/contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 2;
}
.recruit .tag-menu select {
  position: relative;
  width: 100%;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.25rem;
  padding: 16px 0 16px 25px;
  color: #4f4e4e;
}
@media all and (max-width: 990px) {
  .recruit .tag-menu ul {
    display: none;
  }
}
@media all and (min-width: 991px) {
  .recruit .tag-menu .select-wrap {
    display: none;
  }
  .recruit .tag-menu li:hover h4 {
    color: #c4002e;
    border-bottom-color: #c4002e;
  }
  .recruit .tag-menu li:hover h4:before {
    background-color: #4f4e4e;
  }
}
@media all and (min-width: 1200px) {
  .recruit .tag-menu li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    width: 23%;
  }
}
