.t1 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t2 {
  font-size: 16px;
  font-weight: 700;
}

.page_title {
  position: relative;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_title .t1 {
  margin-right: 30px;
}

.page_title .t1:after {
  content: '';
  right: 0;
  margin-left: 20px;
  background-color: #000;
  width: 1px;
  height: 22px;
}

p.note {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 65px;
  color: #515151;
}

.ex_page {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.ex_page .swiper-slide {
  position: relative;
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.19);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ex_page .swiper-slide:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.19);
}

.ex_page .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: 5px;
  background-color: #9b9b9b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ex_page .swiper-slide.active:after {
  background: -moz-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #8e488f), color-stop(36%, #2b599f), color-stop(48%, #ecb831), color-stop(50%, #15957c));
  background: -o-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: linear-gradient(to right, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
}

@media only screen and (max-width: 1150px) {
  p.note {
    width: 100%;
    margin-bottom: 65px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ex_page {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .ex_page .swiper-slide:after {
    top: -30px;
  }
}

@media only screen and (max-width: 650px) {
  .page_title .t1 {
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .page_title .t1:after {
    width: 11px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.18);
  }
  p.note {
    padding-right: 33px;
    padding-left: 33px;
    margin-bottom: 35px;
  }
  .ex_page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ex_page .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }
  .ex_page .swiper-slide:after {
    top: -20px;
    height: 3px;
  }
}

.gotopage {
  display: none;
}

@media only screen and (max-width: 650px) {
  .gotopage {
    position: relative;
    width: calc(100% - 66px);
    display: block;
    margin: 0 auto 55px;
    padding-top: 50px;
    border-top: 1px solid #dedede;
  }
  .gotopage select {
    width: 100%;
    border: 0;
    font-size: 16px;
    color: #8d8d8d;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    outline: 0;
    background-image: url("../images/selectsign.png");
    background-size: 13px;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .gotopage option {
    outline: 0;
  }
}

.page_content > * {
  opacity: 0;
}

.exp_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 95px;
}

.art_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 85px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.art_title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 90px;
}

.arter {
  width: 20%;
  margin-right: 5%;
}

.arter_img {
  width: 65%;
}

.art_name {
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.art_story {
  font-size: 15px;
  line-height: 1.5em;
  color: #515151;
}

.art_something_title {
  font-size: 24px;
  color: #000;
  margin-bottom: 105px;
}

.qa_list {
  margin-bottom: 60px;
}

.qa_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  opacity: 0;
}

.item_title {
  width: 20%;
  margin-right: 5%;
}

.item_t1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 15px;
}

.item_t2 {
  font-size: 20px;
  color: #9b9b9b;
}

.item_content {
  font-size: 15px;
  color: #404040;
  line-height: 1.5em;
  width: 50%;
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}

.backlist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  color: #000;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 700;
  margin: 45px auto 150px;
  width: 305px;
  height: 64px;
}

.backlist span {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.backlist:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e488f;
  background: -moz-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8e488f), color-stop(34%, #2c519f), color-stop(71%, #ecb731), color-stop(100%, #15957b));
  background: -webkit-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -o-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -ms-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#8e488f), color-stop(34%, #2c519f), color-stop(71%, #ecb731), to(#15957b));
  background: linear-gradient(to right, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  content: '';
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 1025px) {
  .backlist:hover span {
    color: #fff;
  }
  .backlist:hover:before {
    opacity: 1;
  }
}

@media only screen and (max-width: 1150px) {
  .page_content > * {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 650px) {
  .page_content > * {
    padding-left: 0;
    padding-right: 0;
  }
  .exp_title {
    font-size: 28px;
    margin-bottom: 40px;
    padding-left: 33px;
    padding-right: 33px;
  }
  .art_head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .arter {
    width: 100%;
    margin-right: 0;
    padding-left: 33px;
    padding-right: 33px;
  }
  .art_info {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .art_name {
    width: 35%;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.5em;
    padding-right: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
  .art_head {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .art_story {
    width: 65%;
    padding-left: 30px;
  }
  .art_title {
    margin-bottom: 20px;
  }
  .arter_img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 25px;
  }
  .art_something_title {
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 33px;
    padding-right: 33px;
  }
  .qa_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 40px;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .qa_item:nth-child(even) {
    background-color: #fafafa;
  }
  .item_title {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .item_t1 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .item_t2 {
    font-size: 15px;
  }
  .item_content {
    width: 100%;
  }
  .backlist {
    width: 195px;
    height: 53px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=web_career_experience_show.css.map */
