@charset "UTF-8";
/*  loading
------------------------*/
html {
  overflow-y: scroll;
}
#loading{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 90px;
  height: 120px;
}
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 10000;
}


/*  Workstyle追加
------------------------*/
.workstyle_container{
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  font-family: 'ヒラギノ角ゴ Pro W3','HiraKakuPro-W3','游ゴシック体','YuGothic','メイリオ','Meiryo', sans-serif;
  color: #444;
}
.workstyle_wrap {
  position: relative;
  max-width: 1600px;
  height: 100%;
  margin: auto;
}
.workstyle_content {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: auto;
}
.workstyle_grid{
  display: -webkit-flex;
  display: flex;
}
.workstyle_grid > .workstyle_cell {
  flex: 1;
}
.workstyle_cell{
  margin-right: 60px;
  /*background: #ccc;*/
}
.workstyle_grid > .workstyle_cell:last-child {
  margin-right: 0;
}


/* ws_section01 */
.ws_section01 {
  position: relative;
  height: 868px;
  background: url("/products/office/special/ing-series/ing/img/workstyle_kv_bg01.png")no-repeat center bottom #e8e8ea;
  opacity: 0;
  transition: all 0.6s
}
.ws_section01.init {
  opacity: 1;
}
.workstyle_kv_wrap{
  position: relative;
  width: 950px;
  height: 100%;
  margin: auto;
}

.kv_img{
  position: absolute;
}
.kv_img.image{
  top: 118px;
  left: -266px;
  z-index: 10;
}
.kv_img.catch{
  top: 130px;
  right: 0;
  z-index: 10;
}
.kv_img.logo{
  bottom: 355px;
  right: 0;
  z-index: 10;
}
.kv_txt{
  width: 480px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.kv_txt.fade.inview{
  opacity: 0.9 !important;
}



/* ws_section02  */
.ws_section02 {
  position: relative;
  margin-top: -494px;
  height: 946px;
  background: #d8dadb;
  background: url("/products/office/special/ing-series/ing/img/workstyle_kv_bg02.png")no-repeat center bottom;
  border-bottom: 1px solid #e8e8ea;
  overflow: hidden;
}
.ws_section02 .workstyle_wrap {
  padding-top: 420px;
  padding-bottom: 230px;
}



/* ws_section03  */
.ws_section03{
  padding-bottom: 110px;
}
.ws_section03_ttl{
  margin-top: 70px;
  margin-bottom: 55px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
.ws_solution{
  text-align: center;
}
.ws_solution_task{
  background: #6e6c6c;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.ws_solution_task .num{
  display: inline-block;
  padding: 4px 0 4px 5px;
  font-size: 30px;
  font-weight: bold;
  pa
}
.ws_solution_arrow{
  position: relative;
  padding: 25px 0;
  color: #fff;
  background: #595757;
  font-size: 18px;
  font-weight: bold;
}
.ws_solution_arrow:before{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom:-20px;
  margin: auto;
  width: 12px;
  height: 20px;
  background: #595757;
  border: 1px solid #cecece;
  border-width: 0 1px;
}
.ws_solution_arrow:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom:-50px;
  margin: auto;
  box-sizing: border-box;
  width: 30px;
  height: 15px;
  border: 15px solid transparent;
  border-left: 15px solid #595757;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ws_solution_solution{
  width: 100%;
  margin-top: 40px;
  padding: 9px 0;
  background: #e6e6e6;
  border-radius: 23px;
}
.ws_solution_ttl{
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
}
.ws_solution_img{
  min-height: 210px;
}
.ws_solution_img img{
  vertical-align: bottom;
}
.ws_solution_txt{
  margin-top: 35px;
  text-align: left;
  font-size: 16px;
}
.ws_solution_link{
  display: block;
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
}
.ws_solution_link a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #333 !important;
  transition: all .3s;
}
.ws_solution_link a:hover {
  opacity: 0.6;
  text-decoration: none !important;
}
.ws_solution_link a:after {
  content: ">";
  padding-left: 5px;
  position: absolute;
  right: -12px;
  top: -1px;
  transition: all .3s;
}
.ws_solution_link a:hover:after {
  right: -15px;
}


/* ws_section04  */
.ws_section04 {
  position: relative;
  background: #f4f4f4;
  height: 536px;
  text-align: center;
}
/*
.ws_section04:after {
  content: url("/products/office/special/ing-series/ing/img/workstyle_section04_ico_dr.png");
  position: absolute;
  z-index: 10;
  display: block;
  width: 130px;
  height: 130px;
  left: 0;
  right: 0;
  bottom: -65px;
  margin: auto;
}
*/
.ws_section04 .section04_ttl{
  padding-top: 64px;
  letter-spacing: 4px;
}
.ws_section04 .section04_catch{
  position: relative;
  padding-top: 55px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 3px;
}
.ws_section04 .section04_catch:before{
  content: url("/products/office/special/ing-series/ing/img/workstyle_section04_img_bg.png");
  position: absolute;
  display: block;
  top: -10px;
  left: 15px;
}
.ws_section04 .section04_txt{
  padding-top: 40px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: -1px;
}


/* ws_section05  */
/*
.ws_section05 {
  position: relative;
  height: 562px;
  background: #fff;
}
.ws_section05 .workstyle_wrap {
  background: url("/products/office/special/ing-series/ing/img/workstyle_section05_bg_img.png") no-repeat right bottom;
}
.ws_section05 .section05_ttl{
  position: relative;
  padding-top: 150px;
  text-align: center;
  width: 730px;
  margin: auto;
}
.ws_section05 .section05_ttl:before{
  position: absolute;
  display: block;
  content: url("/products/office/special/ing-series/ing/img/workstyle_section05_img_figure.png");
  left: -175px;
  top: 80px;
}
.ws_section05 .section05_ttl .section05_ttl_note{
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}
.ws_section05 .workstyle_cell{
  margin-top: 60px;
  padding: 30px 40px;
  border: 1px solid #dcdcdc;
  background: rgba(255,255,255,0.8);
}
.ws_section05 .workstyle_cell.answer{
  padding-left: 25px;
  line-height: 2;
}
.ws_section05 .workstyle_cell.answer table th{
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  padding-right: 1em;
}
.ws_section05 .workstyle_cell strong{
  display: block;
  margin-bottom: 10px;
}
*/

/* ws_section06 07 08 */
.ws_section06,.ws_section07,.ws_section08 {
  position: relative;
  background: #fff;
  text-align: center;
}
.ws_section06 .section06_ttl{
  position: relative;
  padding-top: 80px;
  padding-bottom: 64px;
}
.ws_section06 .section06_ttl:after{
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 200%;
  height: 1px;
  margin-left: -50%;
  background: #ccc;
}
.ws_section06 .section06_ttl img{
  margin: auto;
}
.section06_subttl,
.section07_subttl,
.section08_subttl{
  padding-top: 70px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}
.section06_subttl span,
.section07_subttl span,
.section08_subttl span{
  display: inline-block;
  padding: 4px 20px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #444;
  
}

/* ws_section06 07 08 SLIDE */
.slick-slide {
  margin: 0px 30px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slider{
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(0deg,#444 0%,#444 60%,#f0f0f0 60%,#f0f0f0 100%);
}
.slick-slide{
  opacity: 1;
}
.slide_box > div{
  position: relative;
}

.slick-dots{
  position: relative;
  padding: 0 0 60px;
  background: #444;
}
.slick-dots li button{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #696969;
}
.slick-active{
  opacity: 1;
}
.slick-dots li button::before{
  content: "" !important;
}
.slick-dots li.slick-active button{
  background: #fff;
}
.slick-dotted.slick-slider{
  margin-bottom: 0
}

.slider{
  display: none;
}
.slider.slick-initialized{
  display: block;
}
.slide_box{
  position: relative;
  cursor: pointer;
}
.slide_box:before{
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/products/office/special/ing-series/ing/img/ws_slider_cover.png") center bottom repeat-x;
}
.slide_box.iziModal:before{
  display: none;
}
.slide_box .iziModal_cpt{
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow:1px 1px 0px #000;
  z-index: 2;
}
.slide_box .iziModal-content .iziModal_cpt{
  display: block;
  bottom: -2em;
  left: 0;
  font-size: 16px;
}
.slide_box .iziModal-content .iziModal_cpt.wtxt{
  display: block;
  bottom: -3.5em;
  left: 0;
}
.slide_box .iziModal-content .iziModal_cpt.wtxt.mlt{
  display: block;
  bottom: -4.5em;
  left: 0;
}
.slide_box .iziModal-content .iziModal_cpt > span{
  display: block;
  padding-top: 0.5em;
  font-size: 14px;
  line-height: 1.4;
}

.iziModal{
  max-width: 50% !important;
  background: transparent !important;
}
.iziModal.vertical{
  max-width: 30% !important;
}

.iziModal-wrap{
  height: auto !important;
}
img.slide-arrow.prev-arrow.slick-arrow,
img.slide-arrow.next-arrow.slick-arrow{
  position: absolute;
  display: block !important;
  top: -20%;
  z-index: 10;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
  cursor: pointer;
}
img.slide-arrow.prev-arrow.slick-arrow:hover,
img.slide-arrow.next-arrow.slick-arrow:hover{
  opacity: 0.8;
}
img.slide-arrow.prev-arrow.slick-arrow {
    left: 28%;
}
img.slide-arrow.next-arrow.slick-arrow {
    right: 28%;
}
.iziModal-navigate-caption{
  display: none !important;
}
.iziModal-overlay{
  background-color: rgba(0, 0, 0, 0.88) !important;
}
.iziModal-navigate>button{
  opacity: 0.6 !important;
}
.iziModal-navigate>button:hover{
  opacity: 1 !important;
}
.iziModal-content img{
  width: 100%;
  height: auto;
}
.iziModal-content:before,
.iziModal-content:after{
  content: none;
}
a.iziModal-button.iziModal-button-close {
  position: absolute;
  top: -1px;
  right: 0;
  background: #444;
  border-radius: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all .3s;
}
a.iziModal-button.iziModal-button-close:hover {
  background: #000;
  opacity: 1;
  transform: rotate(0);
}
a.iziModal-button.iziModal-button-close:before,
a.iziModal-button.iziModal-button-close:after{
  content: "";
  position: absolute;
  display: block;
  width: 60%;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  transform: rotate(45deg);
}
a.iziModal-button.iziModal-button-close:after{
  transform: rotate(135deg);
}
.zoom{
  position: absolute !important;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background: #000;
  z-index: 1000;
  transition: all 0.3s ;
}
.slide_box:hover .zoom{
  opacity: 0.6;
}
.zoom img {
  width: 60%;
  margin: 8px 0 0 9px;
}

/* ws_section09 */
.ws_section09 {
  position: relative;
  height: 540px;
  background: #f4f4f4;
}
.ws_section09 .workstyle_wrap {
  background: url("/products/office/special/ing-series/ing/img/workstyle_section09_bg_img.png") no-repeat right bottom;
}
.ws_section09 .section09_ttl{
  position: relative;
  padding-top: 165px;
}
.ws_section09 .section09_txt{
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.ws_section09 .section09_btn{
  margin-top: 60px;
}


/* ws_section10 */
.ws_section10 {
  position: relative;
  height: 600px;
  background: #e1dfde;
}
.ws_section10 {
  background: url("/products/office/special/ing-series/ing/img/workstyle_section10_bg_img.png") no-repeat center bottom;
}
.ws_section10 .section10_box{
  width: 310px;
  float: right;
}
.ws_section10 .section10_ttl{
  position: relative;
  padding-top: 185px;
  font-size: 32px;
  font-weight: bold;
}
.ws_section10 .section10_txt{
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.ws_section10 .section10_btn{
  margin-top: 60px;
}

.btn_tp01{
  position: relative;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding-top:12px;
  width: 240px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #444;
  transition: all .3s;
}
.btn_tp01:before {
  content: url("/products/office/special/ing-series/ing/img/ico_arrow_btn_wh.png");
  position: absolute;
  display: block;
  width: 9px;
  height: 14px;
  top: 0;
  bottom: 10px;
  right: 11px;
  margin: auto;
  transition: all .3s;
}
.btn_tp01:hover{
  opacity: 0.6
}
.btn_tp01:hover:before{
  right: 7px;
}
.btn_tp01 a {
  position: absolute;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 12px;
}
.btn_tp01 a:hover {
  text-decoration: none !important;
}


/* effect */
.fade{
  opacity: 0;
  transition: all .8s;
}
.fade.inview{
  opacity: 1;
}
.fade.up{
  transform: translateY(100px);
}
.fade.up.inview{
  transform: translateY(0);
}
.fade.down{
  transform: translateY(-100px);
}
.fade.down.inview{
  transform: translateY(0);
}
.fade.left{
  transform: translateX(-100px);
}
.fade.left.inview{
  transform: translateX(0);
}
.fade.right{
  transform: translateX(100px);
}
.fade.right.inview{
  transform: translateX(0);
}


@media (max-width: 767px) {
  .workstyle_wrap {
    padding: 0 20px;
  }
  .workstyle_content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .workstyle_kv_wrap{
    width: 100%;
    margin-top: 60px;
  }
  .workstyle_grid{
    display: block;
  }
  .workstyle_cell{
    margin-right: 0;
    margin-bottom: 40px;
  }
  .workstyle_grid > .workstyle_cell:last-child {
    margin-right: 0;
  }
  
  
  .ws_section01 {
    height: 260px;
    background: url("/products/office/special/ing-series/ing/img/workstyle_kv_bg01_sp.png")no-repeat center bottom;
    background-size: cover;
  }
  .kv_img.image{
    top: 42px;
    left: 0px;
    width: 102%;
  }
  .kv_img.image img{
    width: 60%;
    height: auto;
  }
  .kv_img.catch{
    width: 100%;
    text-align: right;
    top: 28.5%;
    right: 0;
  }
  .kv_img.catch img{
    width: 43%;
    height: auto;
  }
  .kv_img.logo{
    width: 100%;
    text-align: left;
    bottom: -23%;
    left: 6%;
  }
  .kv_img.logo img{
    width: 30%;
    height: auto;
  }


  .ws_section02 {
    margin-top: -250px;
    background: url("/products/office/special/ing-series/ing/img/workstyle_kv_bg02_sp.png")no-repeat center bottom;
    background-size: 100%;
    height: 500px;
    border-bottom: 0;
  }
  .ws_section02:before {
    background: url(/products/office/special/ing-series/ing/img/workstyle_kv_bg02_over_sp.png)no-repeat center bottom !important;
    background-size: 100%;
  }
  
  .ws_section02_01{
    border-width: 1px 0;
    background: #e0e3e8;
    padding: 0 0 10px;
    background: url(/products/office/special/ing-series/ing/img/workstyle_kv_bg02_01_sp.png)no-repeat center top;
    background-size: cover;
    opacity: 0;
    transition: all 0.3s;
  }
  .ws_section02_01.init{
    opacity: 1;
  }
  .kv_txt{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  
  .ws_section03 {
    height: auto;
    padding-bottom: 40px;
  }
  .ws_section03 .ws_section03_ttl {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .ws_solution_task {
    font-size: 14px;
  }
  .ws_solution_arrow {
    font-size: 16px;
  }
  .ws_solution_ttl {
    font-size: 20px;
  }
  .ws_solution_txt{
    font-size: 14px;
  }

  
  .ws_section04{
    height: auto;
    padding-bottom: 90px;
  }
  .ws_section04 .section04_ttl{
    padding-top: 60px;
  }
  .ws_section04 .section04_catch{
    padding-top: 30px;
    font-size: 20px;
  }
  .ws_section04 .section04_catch:before{
    display: none;
  }
  .ws_section04 .section04_txt{
    padding-top: 30px;
    text-align: left;
    font-size: 14px;
  }
  
  .ws_section05 {
    height: auto;
  }
  .ws_section05 .workstyle_wrap{
    padding-bottom: 20px;
    background-size: 300%;
    background-position: 90% bottom;
  }
  .ws_section05 .section05_ttl{
    width: 100%;
    padding-top: 140px;
  }
  .ws_section05 .section05_ttl:before {
    left: 0;
    right: 0;
    margin: auto;
    top: 100px;
    opacity: 0.2;
  }
  .ws_section05 .section05_ttl .section05_ttl_note {
    margin-top: 0px;
  }
  .ws_section05 .workstyle_cell {
    margin-top: 40px;
  }
  .ws_section05 .workstyle_cell.answer{
    font-size: 14px;
  }
  
  
  .ws_section06 .section06_ttl {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .section06_subttl span, .section07_subttl span, .section08_subttl span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }

  /* ws_section06 07 08 SLIDE */
  .section06_subttl, .section07_subttl, .section08_subttl {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 18px;
  }
  .slick-slide {
    margin: 0px 20px;
  }
  img.slide-arrow.prev-arrow.slick-arrow {
    left: 6.5%;
  }
  img.slide-arrow.next-arrow.slick-arrow{
    right: 6.5%;
  }
  .slide_box {
    height: inherit;
  }
  .slick-dots {
    padding: 0 0 20px;
    bottom: 0px;
  }
  .iziModal{
    max-width: 80% !important;
    background: transparent !important;
  }
  .iziModal.vertical{
    max-width: 70% !important;
  }
  .iziModal .iziModal-wrap{
    margin: auto;
  }
  .slide_box .iziModal-content .iziModal_cpt{
    display: block;
    bottom: -2em;
    left: 0;
    font-size: 14px;
  }
  .slide_box .iziModal-content .iziModal_cpt.wtxt{
    display: block;
    bottom: -4.5em;
    left: 0;
  }
  .slide_box .iziModal-content .iziModal_cpt.wtxt.mlt{
    display: block;
    bottom: -5.5em;
    left: 0;
  }
  .slide_box .iziModal-content .iziModal_cpt.wtxt.mlt.max{
    display: block;
    bottom: -6.7em;
    left: 0;
  }
  .slide_box .iziModal-content .iziModal_cpt > span{
    display: block;
    padding-top: 0.5em;
    font-size: 12px;
    line-height: 1.4;
  }
  
  
  .iziModal-navigate-prev{
    width: 40px !important;
    margin-left: -50% !important;
  }
  .iziModal-navigate-next{
    width: 40px !important;
    margin-right: -50% !important;
  }
  a.iziModal-button.iziModal-button-close {
    width: 30px;
    height: 30px;
  }
  .zoom{
    position: absolute !important;
    width: 30px;
    height: 30px;
  }
  .zoom img {
    width: 60%;
    margin: 6px 0 0 7px;
  }



  .ws_section09 {
    height: auto;
    padding-bottom: 60px;
  }
  .ws_section09 .workstyle_wrap {
    background: url("/products/office/special/ing-series/ing/img/workstyle_section09_bg_img.png") no-repeat 75% bottom;
    background-size: 257%;
  }
  .ws_section09 .section09_ttl {
    padding-top: 120px;  
  }
  .btn_tp01{
    margin: auto;
  }



  .ws_section10 {
    height: auto;
    padding-bottom: 270px;
    background: url("/products/office/special/ing-series/ing/img/workstyle_section10_bg_img_sp.png") no-repeat center bottom;
    background-size: cover;
  }
  .ws_section10 .section10_box {
    width: 100%;
    float: none;
  }
  .ws_section10 .section10_ttl {
    padding-top: 60px;
    font-size: 28px;
  }
  .ws_section10 .section10_txt {
    padding-top: 10px;
  }
  .ws_section10 .section10_btn {
    margin-top: 40px;
  }
}

@media (max-width: 767px) and (min-width: 500px) {
  .ws_section01 {
    height: 400px;
  }
  .kv_img.logo {
    bottom: -3%;
  }
  .ws_section02 {
    margin-top: -200px;
  }
}

/* KV Effect */
section.ws_section01:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all .3s linear;
}
section.ws_section01.init:before {
  width: 0;
  opacity: 0;
}
.ws_section02:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/products/office/special/ing-series/ing/img/workstyle_kv_bg02_over.png)no-repeat center bottom;
  transition: all .3s linear;
}
.ws_section02.init:before {
  opacity: 0;
  transform: translateY(700px);
}

.kv_img.image{
  opacity: 0;
  transform: translateX(-100px);
  transition: all .7s ;
  transition-delay: .3s;
}
.kv_img.image.init{
  opacity: 1;
  transform: translateX(0);
}
.kv_img.catch{
  opacity: 0;
  transition: all .4s linear;
  transition-delay: .5s;
}
.kv_img.catch.init{
  opacity: 1;
  
}
.kv_img.logo{
  opacity: 0;
  transition: all .4s linear;
  transition-delay: .5s;
}
.kv_img.logo.init{
  opacity: 1;
}