.contentArea {
  width: 1200px;
}
@keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes moveUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-o-keyframes moveUp {
  0% {
    opacity: 0;
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveLeftRight {
  0% {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes moveLeftRight {
  0% {
    transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes moveLeftRight {
  0% {
    transform: translateX(-30px);
    -o-transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
  }
}
.moveToUp {
  animation: moveUp 0.5s ease-in-out both;
  -webkit-animation: moveUp 0.5s ease-in-out both;
  -moz-animation: moveUp 0.5s ease-in-out both;
  -ms-animation: moveUp 0.5s ease-in-out both;
  -o-animation: moveUp 0.5s ease-in-out both;
}
.fadeToIn {
  animation: fadeIn 0.5s ease-in-out both;
  -webkit-animation: fadeIn 0.5s ease-in-out both;
  -moz-animation: fadeIn 0.5s ease-in-out both;
  -ms-animation: fadeIn 0.5s ease-in-out both;
  -o-animation: fadeIn 0.5s ease-in-out both;
}
.moveLeftToRight {
  animation: moveLeftRight 0.5s ease-in-out both;
  -webkit-animation: moveLeftRight 0.5s ease-in-out both;
  -moz-animation: moveLeftRight 0.5s ease-in-out both;
  -o-animation: moveLeftRight 0.5s ease-in-out both;
}
.arr::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5rem;
  vertical-align: 0.25rem;
  border-top: 0.3rem solid;
  border-right: 0.3rem solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3rem solid rgba(0, 0, 0, 0);
}
.right-nav {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  height: 164px;
}
.right-nav a {
  display: block;
  width: 100%;
}
.right-nav .right-try {
  height: 112px;
  width: 12px;
  display: block;
  font-size: 0;
}
.right-nav .back-top {
  padding: 3px 4px 0px 6px;
  background: #606266;
  border-radius: 4px;
  margin-top: 10px;
  width: 36px;
  height: 36px;
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.right-nav .back-top:hover {
  background: #409eff;
}
.right-nav .back-top span {
  display: block;
  width: 24px;
  height: 30px;
  background: url(../img/sprite.png) no-repeat -86px 0;
}
.top-nav-box {
  width: 100%;
  height: 3.75rem;
  background-color: #000;
  color: #fff;
}
.top-nav-box .top-nav {
  margin: 0 auto;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.top-nav-box .top-nav li {
  line-height: 3.75rem;
}
.top-nav-box .top-nav .logo-box a {
  height: 100%;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.top-nav-box .top-nav .logo-box a .logo {
  height: 50px;
  color: #fff;
  margin-right: 1.125rem;
}
.top-nav-box .top-nav .top-nav-muse {
  width: 30rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.top-nav-box .top-nav .top-nav-muse a {
  color: #fff;
}
.top-nav-box .top-nav .top-nav-muse .top-nav-product,
.top-nav-box .top-nav .top-nav-muse .top-nav-try {
  position: relative;
}
.top-nav-box .top-nav .top-nav-muse .top-nav-product a,
.top-nav-box .top-nav .top-nav-muse .top-nav-try a {
  display: block;
  color: #000;
}
.top-nav-box .top-nav .top-nav-muse .top-nav-product:hover .top-nav-product-muse,
.top-nav-box .top-nav .top-nav-muse .top-nav-try:hover .top-nav-try-muse {
  display: block;
}
.top-nav-box .top-nav .top-nav-muse .top-nav-product-muse,
.top-nav-box .top-nav .top-nav-muse .top-nav-try-muse {
  padding: 0.5rem 1rem;
  position: absolute;
  top: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  line-height: 2;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  display: none;
  z-index: 2;
}
.top-nav-box .top-nav .top-nav-muse .top-nav-product-muse a:hover,
.top-nav-box .top-nav .top-nav-muse .top-nav-try-muse a:hover {
  color: #409eff;
}
.top-nav-box .top-nav .top-nav-muse .top-nav-product-muse {
  width: 12rem;
}
.top-nav-box .top-nav .top-nav-muse .top-nav-try-muse {
  color: #303133;
}
.top-nav-box .top-nav .top-nav-muse .top-nav-login {
  border: 1px solid #409eff;
  border-radius: 2px;
  width: 5.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
}
.top-nav-box .top-nav .top-nav-muse .top-nav-login a {
  color: #409eff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-evenly;
}
.top-nav-box .top-nav .top-nav-muse .top-nav-login .user-login {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/sprite.png) no-repeat;
  background-position: 0 0;
}
.top-nav-box .top-nav .top-nav-muse-02 {
  display: none;
  overflow: hidden;
}
.top-nav-box .top-nav .top-nav-muse-02 li {
  float: left;
}
.top-nav-box .top-nav .top-nav-muse-02 a {
  color: #fff;
}
.top-nav-box .top-nav .top-nav-muse-02 .top-nav-login {
  width: 5.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
}
.top-nav-box .top-nav .top-nav-muse-02 .top-nav-login a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-evenly;
}
.top-nav-box .top-nav .top-nav-muse-02 .top-nav-login .user-login {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/sprite.png) no-repeat;
  background-position: -23px 0;
}
.top-nav-box .top-nav .top-nav-muse-02 .top-try-btn {
  border-radius: 2px;
  background: #409eff;
  width: 5.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  margin-left: 1.875rem;
}
.footer-nav-box {
  background-color: #303133;
}
.footer-nav-box .footer-nav {
  margin: 0 auto;
}
.footer-nav-box .footer-nav .footer-nav-muse {
  padding: 3.75rem 0;
}
.footer-nav-box .footer-nav .footer-nav-muse ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.footer-nav-box .footer-nav .footer-nav-muse ul li {
  font-size: 0.75rem;
}
.footer-nav-box .footer-nav .footer-nav-muse ul li h6 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.footer-nav-box .footer-nav .footer-nav-muse ul li p,
.footer-nav-box .footer-nav .footer-nav-muse ul li a,
.footer-nav-box .footer-nav .footer-nav-muse ul li span {
  font-size: 0.75rem;
  color: #c0c4cc;
  margin-top: 1rem;
}
.footer-nav-box .footer-nav .footer-nav-muse ul li a {
  display: block;
}
.footer-nav-box .footer-nav .footer-nav-muse ul li a:hover {
  color: #fff;
}
.footer-nav-box .footer-nav .footer-nav-muse ul li span {
  display: inline-block;
  width: 7.5rem;
  height: 7.5rem;
  text-align: center;
  margin-left: 1.875rem;
  margin-top: 0;
}
.footer-nav-box .footer-nav .footer-nav-muse ul li span img {
  width: 100%;
  margin-bottom: 2px;
}
.footer-copyright-box {
  background-color: #303133;
  border-top: 1px solid #454648;
}
.footer-copyright-box .footer-copyright {
  margin: 0 auto;
  font-size: 0.75rem;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
}
.footer-copyright-box .footer-copyright span,
.footer-copyright-box .footer-copyright a {
  display: inline-block;
  margin: 0 0.625rem;
  color: #909399;
}
.footer-copyright-box .footer-copyright span img,
.footer-copyright-box .footer-copyright a img {
  width: 1.25rem;
  margin: 0 0.25rem;
}
.footer-copyright-box .footer-copyright a:hover {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  html,
  body {
    font-size: 14px;
  }
  .contentArea {
    width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  .contentArea {
    width: 950px;
  }
}
@media screen and (max-width: 1024px) {
  .contentArea {
    width: 950px;
  }
}
@media screen and (max-width: 992px) {
  .contentArea {
    width: 90%;
  }
  .top-nav-box {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
  }
  .top-nav-box .top-nav .top-nav-muse {
    display: none;
  }
  .top-nav-box .top-nav .top-nav-muse-02 {
    display: none;
  }
  .footer-nav-box .footer-nav .footer-nav-muse ul li:first-child,
  .footer-nav-box .footer-nav .footer-nav-muse ul li:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .footer-nav-box .footer-nav .footer-nav-muse {
    padding: 3rem 0;
  }
  .footer-nav-box .footer-nav .footer-nav-muse ul {
    display: block;
    text-align: center;
  }
  .footer-nav-box .footer-nav .footer-nav-muse ul li h6 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .top-nav-box .top-nav .top-nav-muse-02 .top-try-btn {
    margin-left: 10px;
  }
  .footer-nav-box .footer-nav .footer-nav-muse {
    padding: 2rem 0;
  }
  .footer-nav-box .footer-nav .footer-nav-muse ul {
    display: block;
    text-align: center;
  }
  .footer-nav-box .footer-nav .footer-nav-muse ul li h6 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .footer-copyright-box .footer-copyright {
    height: 5rem;
  }
}
.join-banner {
  width: 100%;
  margin-bottom: 6.25rem;
}
.join-banner .banner {
  width: 100%;
  display: block;
}
.join-banner .wrap-banner {
  width: 100%;
  display: none;
}
.join-job-01 {
  margin: 0 auto 6.25rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 37.5rem;
}
.join-job-01 .join-job-left {
  padding: 0 3rem;
  background: #303133;
  color: #fff;
  flex: 1;
}
.join-job-01 .join-job-left .join-job-type-en {
  font-size: 0.875rem;
  margin-top: 3rem;
}
.join-job-01 .join-job-left .join-job-type {
  font-size: 2.625rem;
  margin: 1.875rem 0 1.5rem;
  letter-spacing: 6px;
  font-weight: 600;
}
.join-job-01 .join-job-left .join-job-add {
  font-size: 12px;
  padding-bottom: 1.5rem;
}
.join-job-01 .join-job-left .join-job-add span {
  display: block;
}
.join-job-01 .join-job-left .join-job-figure {
  font-size: 14px;
  font-weight: 600;
  margin: 2.25rem 0 1.5rem;
}
.join-job-01 .join-job-left .join-job-figure-items {
  font-size: 12px;
  line-height: 1.5;
  margin-left: 0.875rem;
}
.join-job-01 .join-job-left .join-job-figure-items li {
  list-style-type: decimal;
}
.join-job-01 .join-job-right {
  width: 58.3%;
  position: relative;
  overflow: hidden;
}
.join-job-01 .join-job-right .join-job-right-bg {
  height: 100%;
}
.join-job-01 .join-job-right .join-job-welfare {
  position: absolute;
  right: 0px;
  bottom: 10%;
  color: #fff;
  background-color: rgba(48, 49, 51, 0.8);
  box-shadow: 0px 0px 6px #ffffff inset;
  padding: 0 2.25rem;
}
.join-job-01 .join-job-right .join-job-welfare .join-job-welfare-title {
  font-size: 14px;
  font-weight: 600;
  margin: 1.5rem 0;
}
.join-job-01 .join-job-right .join-job-welfare .join-job-welfare-item {
  margin: 0 0 1.5rem 0.875rem;
  font-size: 12px;
}
.join-job-01 .join-job-right .join-job-welfare .join-job-welfare-item li {
  list-style-type: decimal;
  line-height: 1.5;
}
.join-job-02-box {
  background: #0c1f2e;
  width: 100%;
}
.join-job-02-box .join-job-02 {
  margin: 0 auto 6.25rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 37.5rem;
  color: #fff;
  position: relative;
}
.join-job-02-box .join-job-02 .join-job-left {
  padding: 0 3rem;
  background: #303133;
  color: #fff;
  width: 63.8%;
  background: url(../img/marketing-01.jpg) top center;
  background-size: auto 100%;
}
.join-job-02-box .join-job-02 .join-job-left .join-job-type-en {
  font-size: 0.875rem;
  margin-top: 7rem;
}
.join-job-02-box .join-job-02 .join-job-left .join-job-type {
  font-size: 2.625rem;
  margin: 1.875rem 0 1.5rem;
  letter-spacing: 6px;
  font-weight: 600;
}
.join-job-02-box .join-job-02 .join-job-left .join-job-add {
  font-size: 12px;
  padding-bottom: 1.5rem;
}
.join-job-02-box .join-job-02 .join-job-left .join-job-add span {
  display: block;
}
.join-job-02-box .join-job-02 .join-job-left .join-job-figure {
  font-size: 14px;
  font-weight: 600;
  margin: 2.25rem 0 1.5rem;
}
.join-job-02-box .join-job-02 .join-job-left .join-job-figure-items {
  font-size: 12px;
  line-height: 1.5;
  margin-left: 0.875rem;
}
.join-job-02-box .join-job-02 .join-job-left .join-job-figure-items li {
  width: 22.5rem;
  line-height: 2;
  list-style-type: decimal;
}
.join-job-02-box .join-job-02 .join-job-right {
  flex: 1;
}
.join-job-02-box .join-job-02 .join-job-right .join-job-welfare {
  margin: 84px 0 0 84px;
}
.join-job-02-box .join-job-02 .join-job-right .join-job-welfare .join-job-welfare-title {
  font-size: 14px;
  font-weight: 600;
  margin: 1.5rem 0;
}
.join-job-02-box .join-job-02 .join-job-right .join-job-welfare .join-job-welfare-item {
  margin: 0 0 9rem 0.875rem;
  font-size: 0.75rem;
}
.join-job-02-box .join-job-02 .join-job-right .join-job-welfare .join-job-welfare-item li {
  list-style-type: decimal;
  line-height: 1.5;
}
.join-job-02-box .join-job-02 .join-job-right .join-job-right-bg {
  float: right;
}
.join-job-02-box .join-job-requirements {
  position: absolute;
  left: 50%;
  bottom: 3.75rem;
  width: 27.25rem;
  height: 16rem;
  background: url(../img/marketing-02.jpg) top center;
  background-size: auto 100%;
  padding: 0.75rem 1.5rem;
}
.join-job-02-box .join-job-requirements .join-job-figure {
  font-size: 14px;
  font-weight: 600;
  margin: 2.25rem 0 1.5rem;
}
.join-job-02-box .join-job-requirements .join-job-figure-items {
  font-size: 12px;
  line-height: 2;
  margin-left: 0.875rem;
}
.join-job-02-box .join-job-requirements .join-job-figure-items li {
  list-style-type: decimal;
}
.join-job-02-box .join-job-android .join-job-left {
  background: url(../img/android-01.jpg) top center;
  background-size: auto 100%;
}
.join-job-02-box .join-job-android .join-job-requirements {
  background: url(../img/android-02.jpg) top center;
  background-size: auto 100%;
}
.join-job-team {
  margin: 0 auto 6.25rem;
}
.join-job-team .join-job-team-title {
  text-align: center;
  font-size: 36px;
  color: #303133;
  margin-bottom: 40px;
}
.join-job-team .join-job-team-photo {
  overflow: hidden;
}
.join-job-team .join-job-team-photo .join-job-team-photo-item {
  float: left;
  margin: 0 5px 10px;
  width: 32%;
}
.join-job-team .join-job-team-photo .join-job-team-photo-item img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .join-job-01 .join-job-left .join-job-type {
    font-size: 2.5rem;
    margin: 1.5rem 0 1.25rem;
  }
  .join-job-01 .join-job-left .join-job-add {
    padding-bottom: 1rem;
  }
  .join-job-01 .join-job-left .join-job-figure {
    margin: 1.5rem 0 1.25rem;
  }
  .join-job-02-box .join-marketing .join-job-requirements .join-job-figure {
    margin: 0.75rem 0 0.75rem;
  }
  .join-job-02-box .join-marketing .join-job-requirements .join-job-figure-items {
    line-height: 1.5;
  }
  .join-job-02-box .join-job-02 .join-job-left .join-job-type-en {
    margin-top: 6rem;
  }
  .join-job-02-box .join-job-02 .join-job-left .join-job-type {
    font-size: 2.5rem;
  }
  .join-job-02-box .join-job-02 .join-job-left .join-job-add {
    padding-bottom: 1rem;
  }
  .join-job-02-box .join-job-02 .join-job-left .join-job-figure {
    margin: 1.5rem 0 1.25rem;
  }
  .join-job-02-box .join-job-02 .join-job-right .join-job-welfare .join-job-welfare-item {
    margin-bottom: 7rem;
  }
  .join-job-02-box .join-job-requirements .join-job-figure {
    margin: 1rem 0 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .join-job-02-box .contentArea {
    width: 100%;
  }
  .join-job-02-box .join-job-requirements {
    left: 49%;
  }
  .join-job-02-box .join-job-02 .join-job-right .join-job-welfare {
    margin: 84px 0 0 54px;
  }
  .join-job-02-box .join-job-02 .join-job-right .join-job-welfare .join-job-welfare-item {
    margin-bottom: 8rem;
  }
  .join-job-02-box .join-job-02 .join-job-right .join-job-right-bg {
    width: 21.25rem;
  }
}
@media screen and (max-width: 992px) {
  .join-job-01 .join-job-left .join-job-type {
    font-size: 2.25rem;
  }
  .join-job-02-box .join-job-requirements {
    left: 47%;
  }
  .footer-nav-box .footer-nav .footer-nav-muse ul li:first-child,
  .footer-nav-box .footer-nav .footer-nav-muse ul li:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 833px) {
  .join-job-team .join-job-team-photo .join-job-team-photo-item {
    width: 31.5%;
  }
}
@media screen and (max-width: 769px) {
  .join-banner {
    margin-top: 3.75rem;
  }
  .join-banner .banner {
    display: none;
  }
  .join-banner .wrap-banner {
    display: block;
  }
  .join-job-01 .join-job-left {
    padding: 0 2rem;
  }
  .join-job-01 .join-job-left .join-job-type-en {
    margin-top: 2rem;
  }
  .join-job-01 .join-job-left .join-job-type {
    font-size: 2rem;
    margin: 0.5rem 0;
  }
  .join-job-01 .join-job-left .join-job-add {
    padding-bottom: 0;
  }
  .join-job-02-box .join-marketing .join-job-requirements .join-job-figure-items {
    line-height: 1.2;
  }
  .join-job-02-box .join-job-02 .join-job-left {
    padding: 0 2rem;
  }
  .join-job-02-box .join-job-02 .join-job-left .join-job-type-en {
    margin-top: 5rem;
  }
  .join-job-02-box .join-job-02 .join-job-left .join-job-type {
    font-size: 2rem;
    margin: 0.5rem 0;
  }
  .join-job-02-box .join-job-02 .join-job-left .join-job-add {
    padding-bottom: 0;
  }
  .join-job-02-box .join-job-02 .join-job-left .join-job-figure {
    margin: 1.5rem 0 1.25rem;
  }
  .join-job-02-box .join-job-02 .join-job-right .join-job-welfare {
    margin: 48px 48px 0 48px;
  }
  .join-job-02-box .join-job-02 .join-job-right .join-job-welfare .join-job-welfare-item {
    margin-bottom: 6rem;
  }
  .join-job-02-box .join-job-02 .join-job-right .join-job-right-bg {
    margin-right: -14%;
  }
  .join-job-02-box .join-job-02 .join-job-requirements .join-job-figure {
    margin: 0.5rem 0 0.5rem;
  }
  .join-job-team .join-job-team-photo .join-job-team-photo-item {
    width: 31%;
  }
}
@media screen and (max-width: 576px) {
  .footer-nav-box .footer-nav .footer-nav-muse ul li:first-child {
    margin-bottom: 2rem;
  }
  .footer-nav-box .footer-nav .footer-nav-muse ul li span {
    margin-left: 0;
  }
  .join-job-01 {
    position: relative;
    overflow: hidden;
  }
  .join-job-01 .join-job-left {
    background: rgba(0, 0, 0, 0.7);
  }
  .join-job-01 .join-job-left .join-job-type-en {
    margin-top: 3rem;
  }
  .join-job-01 .join-job-left .join-job-type {
    margin: 1.5rem 0 1.25rem;
  }
  .join-job-01 .join-job-left .join-job-figure {
    margin: 2.25rem 0 1.5rem;
  }
  .join-job-01 .join-job-right {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
  }
  .join-job-01 .join-job-right .join-job-welfare {
    display: none;
  }
  .join-job-02-box .join-job-02 {
    height: 42rem;
  }
  .join-job-02-box .join-job-02 .join-job-left {
    width: 100%;
  }
  .join-job-02-box .join-job-02 .join-job-left .join-job-figure-items li {
    width: 100%;
  }
  .join-job-02-box .join-job-02 .join-job-requirements {
    width: 100%;
    height: auto;
    left: auto;
    right: 0;
    bottom: 0;
    background-size: 100% auto;
  }
  .join-job-02-box .join-job-02 .join-job-requirements .join-job-figure {
    margin: 0 0 0.5rem;
  }
  .join-job-02-box .join-job-02 .join-job-requirements .join-job-figure-items {
    line-height: 1.5;
  }
  .join-job-02-box .join-job-02 .join-job-right {
    display: none;
  }
  .join-job-team .join-job-team-photo .join-job-team-photo-item {
    width: 48%;
  }
  .join-job-team .join-job-team-photo .join-job-team-photo-item:nth-child(4),
  .join-job-team .join-job-team-photo .join-job-team-photo-item:nth-child(7),
  .join-job-team .join-job-team-photo .join-job-team-photo-item:nth-child(8) {
    display: none;
  }
}
@media screen and (max-width: 541px) {
  .join-job-team .join-job-team-photo .join-job-team-photo-item {
    width: 47%;
  }
}
@media screen and (max-width: 415px) {
  .join-banner,
  .join-job-01,
  .join-job-02-box .join-job-02,
  .join-job-team {
    margin-bottom: 4rem;
  }
  .join-job-01 .join-job-left .join-job-type-en {
    margin-top: 2rem;
  }
  .join-job-01 .join-job-left .join-job-type {
    margin: 0.5rem 0;
  }
  .join-job-01 .join-job-left .join-job-figure {
    margin: 1.5rem 0 1.25rem;
  }
  .join-job-02-box .join-job-02 {
    height: 46rem;
  }
  .join-job-02-box .join-marketing {
    height: 50rem;
  }
  .join-job-team .join-job-team-photo .join-job-team-photo-item {
    width: 45%;
  }
}
@media screen and (max-width: 376px) {
  .join-job-02-box .join-job-02 {
    height: 48rem;
  }
  .join-job-02-box .join-marketing {
    height: 52rem;
  }
}
@media screen and (max-width: 321px) {
  .join-job-02-box .join-job-02 {
    height: 50rem;
  }
  .join-job-02-box .join-marketing {
    height: 60rem;
  }
}
