@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

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;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

header.real-header {
  padding: 10px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
}

header.real-header .logo {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

header.real-header .logo img {
  height: 50px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .logo img {
    width: 100%;
  }
}

@media all and (max-width: 575px) {
  header.real-header .logo img {
    height: 35px;
  }
}

header.real-header .container {
  padding: 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .container {
    padding: 0px 15px;
  }
}

@media all and (max-width: 575px) {
  header.real-header .container {
    padding: 0px 0px;
  }
}

@media all and (max-width: 575px) {
  header.real-header .mobile_nav {
    margin-right: 10px;
    margin-left: 10px;
  }
}

header.real-header input {
  display: none;
}

header.real-header label {
  margin: 0 auto !important;
  cursor: pointer;
}

header.real-header div.row {
  justify-content: space-between;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

@media all and (max-width: 575px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

header.real-header div.col-2 {
  font-size: 6vmin;
  max-height: 5vmin;
  position: relative;
}

header.real-header div.col-2 label {
  position: absolute;
  left: 1vmin;
  top: -2vmin;
}

header.real-header div.mobile-menu {
  transition: all .25s;
  pointer-events: none;
  opacity: 0;
  font-size: 3vmin;
  position: absolute;
  z-index: 9999;
  left: -7px;
  top: 6.8vmin;
  min-width: 49vmin;
  height: 0px;
  display: flex;
  justify-content: flex-end;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.real-header div.mobile-menu {
    left: -37px;
    top: 40px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header div.mobile-menu {
    left: -20px;
    top: 40px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.mobile-menu {
    left: -17px;
    top: 35px;
  }
}

@media all and (max-width: 575px) {
  header.real-header div.mobile-menu {
    left: -19px;
    top: 37px;
  }
}

header.real-header div.mobile-menu div#bgafter {
  z-index: -1;
  background: rgba(68, 64, 65, 0.8);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 7px;
  left: 4px;
  content: ' ';
}

header.real-header div.mobile-menu a {
  text-decoration: none;
  display: list-item;
}

header.real-header div.mobile-menu a:nth-of-type(1),
header.real-header div.mobile-menu a:nth-of-type(2),
header.real-header div.mobile-menu a:nth-of-type(3),
header.real-header div.mobile-menu a:nth-of-type(4),
header.real-header div.mobile-menu a:nth-of-type(5),
header.real-header div.mobile-menu a:nth-of-type(6) {
  position: relative;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li,
header.real-header div.mobile-menu a:nth-of-type(2):hover li,
header.real-header div.mobile-menu a:nth-of-type(3):hover li,
header.real-header div.mobile-menu a:nth-of-type(4):hover li,
header.real-header div.mobile-menu a:nth-of-type(5):hover li,
header.real-header div.mobile-menu a:nth-of-type(6):hover li {
  background: #0091ec;
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li i,
header.real-header div.mobile-menu a:nth-of-type(2):hover li i,
header.real-header div.mobile-menu a:nth-of-type(3):hover li i,
header.real-header div.mobile-menu a:nth-of-type(4):hover li i,
header.real-header div.mobile-menu a:nth-of-type(5):hover li i,
header.real-header div.mobile-menu a:nth-of-type(6):hover li i {
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):after,
header.real-header div.mobile-menu a:nth-of-type(2):after,
header.real-header div.mobile-menu a:nth-of-type(3):after,
header.real-header div.mobile-menu a:nth-of-type(4):after,
header.real-header div.mobile-menu a:nth-of-type(5):after,
header.real-header div.mobile-menu a:nth-of-type(6):after {
  position: absolute;
  content: ' ';
  background: rgba(128, 128, 128, 0.5);
  height: 1px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

header.real-header div.mobile-menu ul {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  font-weight: bolder;
}

header.real-header div.mobile-menu ul li {
  padding: 12px 4vmin;
  color: #444041;
  display: flex;
  justify-content: space-between;
}

header.real-header div.mobile-menu ul li i {
  color: #c9cbc8;
}

header.real-header div input#newbar:checked ~ div.mobile-menu {
  pointer-events: all;
  opacity: 1;
  overflow: unset;
}

.bannerareapc {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/recruit/images/banner.jpg?version=1");
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 99;
  top: 66px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc {
    top: 40px;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc {
    top: 20px;
  }
}

.maincontent {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/recruit/images/dotbg.svg?version=1");
  background-color: #ffe86d;
}

@media all and (min-width: 2000px) {
  .maincontent .container {
    min-width: 2000px;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .maincontent .container {
    max-width: 1800px;
  }
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .maincontent .container {
    max-width: 1440px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .maincontent .container {
    max-width: 1280px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .container {
    max-width: 1000px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .container {
    overflow: hidden;
  }
}

.content .container .desc_content {
  background: #ffffff;
  padding: 80px 60px;
  position: relative;
  font-family: "Noto Sans TC", "微軟正黑體";
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .content .container .desc_content {
    padding: 80px 100px;
  }
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .content .container .desc_content {
    padding: 80px 100px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .content .container .desc_content {
    padding: 80px 100px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .content .container .desc_content {
    padding: 40px 60px 60px 60px;
  }
}

@media all and (max-width: 575px) {
  .content .container .desc_content {
    padding: 30px 45px;
  }
}

@media all and (min-width: 375px) and (max-width: 413.98px) and (-webkit-device-pixel-ratio: 3) {
  .content .container .desc_content {
    padding: 30px 45px;
  }
}

.content .container .desc_content strong {
  font-weight: 900;
}

.content .container .desc_content h1 {
  text-align: center;
  font-weight: 900;
  font-size: 45px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .content .container .desc_content h1 {
    font-size: 42px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .content .container .desc_content h1 {
    font-size: 30px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .content .container .desc_content h1 {
    font-size: 22px;
  }
}

@media all and (max-width: 575px) {
  .content .container .desc_content h1 {
    font-size: 30px;
    line-height: 37px;
  }
}

.content .container .desc_content h2 {
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .content .container .desc_content h2 {
    margin-bottom: 30px;
    font-size: 23px;
  }
}

@media all and (max-width: 575px) {
  .content .container .desc_content h2 {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 13px;
  }

  .content .container .desc_content h2 img {
    height: 15px;
    width: auto;
  }
}

.content .container .desc_content h4 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 900;
}

@media all and (max-width: 575px) {
  .content .container .desc_content h4 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}

.content .container .desc_content ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  text-indent: -23px;
  margin-left: 25px;
}

.content .container .desc_content ol li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  text-indent: -14px;
  margin-left: 25px;
}

.content .container .desc_content .maintitle {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content .container .desc_content .actionbtn {
  margin: 20px 0px 0px 0px;
}

.content .container .desc_content .hirebtn {
  border-radius: 30px;
  color: #ffffff;
  box-shadow: 2px 2px 6px 0 rgba(255, 19, 19, 0.5);
  padding: 20px 0px;
  font-size: 25px;
  display: block;
}

@media all and (max-width: 575px) {
  .content .container .desc_content .hirebtn {
    margin-bottom: 20px;
  }
}

.content .container .desc_content .hirebtn.orange {
  background: #f9633d;
}

.content .container .desc_content .hirebtn.blue {
  background: #367af3;
}

.content .container .desc_content:after {
  content: '';
  width: 80px;
  height: 100%;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/recruit/images/square-r.svg?version=1");
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  z-index: 9;
  right: -40px;
  top: 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .content .container .desc_content:after {
    width: 60px;
    right: -29px;
  }
}

@media all and (max-width: 575px) {
  .content .container .desc_content:after {
    width: 70px;
  }
}

.content .container .desc_content:before {
  content: '';
  width: 80px;
  height: 100%;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/recruit/images/square-l.svg?version=1");
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  z-index: 2;
  left: -40px;
  top: 70px;
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .content .container .desc_content:before {
    height: 100%;
    top: 70px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .content .container .desc_content:before {
    width: 60px;
    left: -29px;
  }
}

@media all and (max-width: 575px) {
  .content .container .desc_content:before {
    width: 70px;
  }
}

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
  font-family: "Noto Sans TC", "微軟正黑體";
  z-index: 99;
  position: relative;
}

/*# sourceMappingURL=../../../sass */