@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : sha_works.css                             */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.en {
  font-family: urw-din, sans-serif;
}

a:hover img {
  -webkit-transition: none;
  transition: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv {
  background: url(/company/shanghai/img/mv.jpg) center center/cover;
}

section {
  border-top: 1px dotted #aaa;
  margin-bottom: 100px;
  padding-top: 60px;
}

.h1_txt {
  text-align: center;
  margin-bottom: 45px;
}

.h3_style {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 30px;
}

.works_wrap {
  width: 90%;
  margin: 0 auto 100px;
}

.works_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.works_wrap:last-of-type {
  margin-bottom: 0;
}

.works_wrap .spec_box {
  width: 25%;
  max-width: 300px;
}

.works_wrap .spec_box .number {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 10px;
}

.works_wrap .spec_box .ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

.works_wrap .spec_box .deta_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.works_wrap .spec_box .deta_list dt {
  width: 30%;
  font-size: 12px;
}

.works_wrap .spec_box .deta_list dd {
  width: 70%;
  margin-bottom: 5px;
}

.works_wrap .spec_box .deta_list dd:before {
  content: ':';
  margin-right: 1em;
}

.works_wrap .spec_box .staff_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works_wrap .spec_box .staff_list dt {
  font-size: 12px;
  margin-bottom: 5px;
}

.works_wrap .spec_box .staff_list dt:after {
  content: '/';
  margin-left: 1em;
}

.works_wrap .spec_box .staff_list dd {
  margin-bottom: 5px;
}

.works_wrap .slick {
  display: none;
}

.works_wrap .slick.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.works_wrap .slide_box {
  position: relative;
  width: 70%;
  max-width: 700px;
}

.works_wrap .slide_box .slick-prev:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 2px solid #012547;
  border-right: 2px solid #012547;
  top: calc(50% - 0.3em);
  right: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.works_wrap .slide_box .slick-next:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 2px solid #012547;
  border-right: 2px solid #012547;
  top: calc(50% - 0.3em);
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.works_wrap .link_btn01 {
  margin-top: 50px;
}

.works_wrap .link_btn01 a {
  position: relative;
}

.works_wrap .link_btn01 a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #012547;
  border-right: 2px solid #012547;
  top: calc(50% - 0.3em);
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn_box a {
  position: relative;
  display: block;
  width: 17.0454%;
  max-width: 150px;
  text-align: center;
  border: 1px solid #1b1b1b;
  padding: 10px 0;
  margin: 0 auto 50px;
}

.btn_box a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #012547;
  border-right: 2px solid #012547;
  top: calc(50% - 0.3em);
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.link_btn01 {
  margin-top: 100px;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  .mv {
    background: url(/company/shanghai/img/mv_sp.jpg) center center/cover;
  }
  .flex {
    display: block;
  }
  section {
    border-top: 1px dotted #aaa;
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .lead {
    margin-bottom: 35px;
  }
  .h1_txt {
    margin-bottom: 45px;
  }
  .h3_style {
    font-size: 18px;
    margin: 0 auto 15px;
  }
  .works_wrap {
    width: 85%;
    margin-bottom: 50px;
  }
  .works_wrap .spec_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .works_wrap .spec_box .number {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .works_wrap .spec_box .ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .works_wrap .spec_box .deta_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .works_wrap .spec_box .deta_list dt {
    width: 30%;
  }
  .works_wrap .spec_box .deta_list dd {
    width: 70%;
  }
  .works_wrap .spec_box .deta_list dd:before {
    content: ':';
    margin-right: 0.5em;
  }
  .works_wrap .spec_box .staff_list dt:after {
    margin-left: 0.5em;
  }
  .works_wrap .slide_box {
    width: 100%;
    max-width: 100%;
  }
  .works_wrap .slide_box .slick-prev:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 2px solid #012547;
    border-right: 2px solid #012547;
    right: -10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .works_wrap .slide_box .slick-next:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 2px solid #012547;
    border-right: 2px solid #012547;
    left: -10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .works_wrap .slick_auto img {
    width: 100%;
    height: auto;
  }
  .works_wrap .slick_auto .slick-slide {
    margin: 0;
  }
  .works_wrap .link_btn01 {
    margin-top: 50px;
  }
  .works_wrap .link_btn01 a {
    position: relative;
  }
  .works_wrap .link_btn01 a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #012547;
    border-right: 2px solid #012547;
    top: calc(50% - 0.3em);
    right: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn_box a {
    width: 80%;
    max-width: 80%;
  }
  .link_btn01 {
    margin-top: 50px;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=sha_works.css.map */