@charset "UTF-8";
/*# job_openings  */
.clearfix {
  clear: both;
  white-space: nowrap;
}

.job_group {
  max-width: 1440px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  position: relative;
  /* 使得內部的 div 能夠相對於此 div 定位 */
  background-image: url(../../images/main/vedio_background.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .job_group {
    padding: 40px 20px;
  }
}

.job_brock {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.job_brock .text_brock {
  /* width: 50%; */
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.job_brock .text_brock h1 {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.38;
  color: #0054A5;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .job_brock .text_brock h1 {
    font-size: 4.096rem;
  }
}
.job_brock .text_brock h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .job_brock .text_brock h3 {
    font-size: 2.048rem;
  }
}

.short_divider {
  display: inline-block;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 85px;
  height: 2px;
  background: linear-gradient(90deg, #0054A5 28.88%, #37E2DC 92.98%);
}
@media only screen and (max-width: 768px) {
  .short_divider {
    bottom: -5px;
  }
}

.Vacancies_selection {
  display: flex;
  /* position: relative; */
  /* 使得內部的 div 能夠相對於此 div 定位 */
  flex-direction: column;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .Vacancies_selection {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.Vacancies_selection .item-main {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .Vacancies_selection .item-main {
    flex-direction: column;
    align-content: flex-end;
  }
}
.Vacancies_selection .item-main .item {
  display: flex;
  /* position: absolute; */
  /* 使得內部的 div 能夠相對於此 div 定位 */
  align-items: flex-start;
  width: 480px;
  padding: 0;
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin: 20px 15px 50px 15px;
}
@media only screen and (max-width: 768px) {
  .Vacancies_selection .item-main .item {
    max-width: 430px;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    --def_max_vw: 768px;
    --cal_scale: calc(100vw/768);
    margin: 20px 15px;
  }
}
.Vacancies_selection .item-main .item img {
  padding: 0;
  width: 100%;
}
.Vacancies_selection .item-main .item .job_work {
  padding: 40px 40px;
  width: 95%;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
  background: linear-gradient(to top, #259FDD, #5FCFD6);
}
@media only screen and (max-width: 768px) {
  .Vacancies_selection .item-main .item .job_work {
    padding: 20px 20px;
  }
}
.Vacancies_selection .item-main .item .job_work h4 {
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .Vacancies_selection .item-main .item .job_work h4 {
    font-size: 3.072rem;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.Vacancies_selection .item-main .item .job_work h5 {
  font-size: 0.9rem;
  margin: 5px 0;
}
@media only screen and (max-width: 768px) {
  .Vacancies_selection .item-main .item .job_work h5 {
    font-size: 1.792rem;
    margin: 5px 0;
  }
}
.Vacancies_selection .item-main .item .short_divider {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 85px;
  height: 2px;
  background: linear-gradient(90deg, #0054A5 28.88%, #37E2DC 92.98%);
}
@media only screen and (max-width: 768px) {
  .Vacancies_selection .item-main .item .short_divider {
    bottom: -5px;
  }
}

.tag_group {
  margin: 10px 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .tag_group {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.tag_group li.area_tag {
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  background-color: #fff;
  color: #06AFC9;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .tag_group li.area_tag {
    font-size: 1.6rem;
    margin: 5px 0;
  }
}
.tag_group li.area_tag a {
  color: #06AFC9;
  padding: 3px 20px 5px 20px;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .tag_group li.area_tag a {
    padding: 5px 15px;
  }
}
.tag_group li.area_tag :hover {
  color: #fff;
  display: block;
  background-color: #53D2E4;
}

.more-job {
  margin: 0 auto;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  clip-path: polygon(calc(var(--cal_scale) * 25) 0%, 100% 0, calc(100% - var(--cal_scale) * 25) 100%, 0% 100%);
  background: linear-gradient(92.25deg, #168CDD 1.56%, #0A569F 29.93%, #1A83F1 65.69%, #53D2E4 89.41%);
}
.more-job a {
  color: #fff;
  padding: 20px 40px;
  display: block;
}
.more-job :hover {
  display: block;
  color: #fff;
  background-color: #53D2E4;
  clip-path: polygon(calc(var(--cal_scale) * 25) 0%, 100% 0, calc(100% - var(--cal_scale) * 25) 100%, 0% 100%);
}
@media only screen and (min-width: 769px) {
  .more-job {
    font-size: 22px;
  }
}

#top-scroll {
  --div-w: 1440;
  /* 計算 */
  aspect-ratio: var(--div-w)/var(--div-h);
  --cal_scale: calc(min(100vw, var(--def_max_vw))/1440);
  /*vw px*/
  width: calc(var(--cal_scale) * var(--div-w));
  right: calc(var(--cal_scale) * var(--div-right));
  bottom: calc(var(--cal_scale) * var(--div-bottom));
  margin-bottom: calc(var(--cal_scale) * 100);
}

#scroll {
  background: url(../../images/job/top.svg) no-repeat center center;
  background-size: 100%;
  position: fixed;
  z-index: 99;
  right: 0%;
  bottom: 100px;
  cursor: pointer;
  width: 150px;
  height: 75px;
  text-indent: -9999px;
  display: none;
}
@media only screen and (max-width: 768px) {
  #scroll {
    background: url(../../images/job/top.svg) no-repeat center center;
    background-size: 100%;
    position: fixed;
    z-index: 99;
    right: 0%;
    bottom: 50px;
    cursor: pointer;
    width: 75px;
    height: 39px;
    text-indent: -9999px;
    display: none;
  }
}
#scroll:hover {
  background: url(../../images/job/top_hov.svg) no-repeat center center;
  background-size: 100%;
  width: 175px;
  height: 88px;
}
@media only screen and (max-width: 768px) {
  #scroll:hover {
    background: url(../../images/job/top_hov.svg) no-repeat center center;
    background-size: 100%;
    width: 84px;
    height: 44px;
  }
}