*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body{
    /* font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; */
    font-family: "Yu Gothic", "Meiryo", sans-serif;
    /* overflow: hidden; */
}
/* 上に戻るボタン */
#page_top{
  content: "";
  background: url(../../images/ecworks/sp/page_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  display: block;
  z-index: 20;
}

/* ヘッダー */
.wrapper{
    width: 100%;
}
header{
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #fff;
    z-index: 1000;
}
.color-green{
    color: #4CAE8D;
}
.button{
    display: block;
    font-size: 10px;
    position: relative;
}
.contact-button{
    width: 26.7vw;
    background:linear-gradient(#4CAE8D, #2F8898);
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    height: 32px;
    padding-left: 25px;

}
.contact-button::before{
    content: "";
    background-image: url(../../images/ecworks/sp/icon_contact.png);
    width: 19px;
    height: 14px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
}
.document-button{
    width: 18.7vw;
    background:linear-gradient(#4C7DAE, #76408E);
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    height: 32px;
    padding-left: 25px;

}
.document-button::before{
    content: "";
    background-image: url(../../images/ecworks/sp/icon_docment_DL.png);
    width: 15px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
}
.site-header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:9px 16px;
}
.logo{
    display: inline-block;
    width: 26.7vw;
}
.nav_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(135deg,#4CAE8D 0%, #318B97 30%, #4D7DAE 70%, #75418E 100%);
    padding-top: 51.2vw;
    transition: all 0.5s;
}
.nav_item{
  display: none;
}

.site_header_middle a{
    color: #FFFFFF !important;
    display: inline-block;
    text-decoration: none;
}
/*==================================================
　5-2-1 3本線が×に
===================================*/
.openbtn1{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    /* background:#57a2c7; */
    cursor: pointer;
    width: 24px;
    height:24px;
    border-radius: 5px;
    z-index: 400;
  }
  /*ボタン内側*/
  .openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
      /* left: 14px; */
    height: 2px;
    border-radius: 2px;
    background: #333333;
    width: 24px;
    }
  
  .openbtn1 span:nth-of-type(1) {
    top: 1px;; 
  }
  
  .openbtn1 span:nth-of-type(2) {
    top:8px;
  }
  
  .openbtn1 span:nth-of-type(3) {
    top:16px;
  }
/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span{
  background: #fff;
}
.openbtn1.active span:nth-of-type(1) {
    /* top: 18px; */
    /* left: 18px; */
    transform: translateY(6px) rotate(-45deg);
    width: 24px;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    /* top: 30px; */
    /* left: 18px; */
    transform: translateY(-9px) rotate(45deg);
    width: 24px;
}
.menu-text{
    font-size: 10px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}
/* ハンバーガーメニューオープン時 */
.nav_wrapper.active{
  visibility: visible;
  opacity: 1;
}
.nav_wrapper.active .nav_item{
  display: block;
}
.nav_wrapper.active .nav_item a{
  display: block;
  color: #fff;
  font-size: 4.27vw;
  text-decoration: none;
  margin-bottom: 9.33vw;
  text-align: center;
}
/* メインビジュアル */
.mv{
    background: url(../../images/ecworks/sp/mv.jpg)no-repeat left top/contain;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 139.5%;
    position: relative;
    margin-bottom: 37px;
    margin-top: 50px;
}
.mv::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.05);
}
.mv img{
    position: absolute;
    top: 9.33vw;
    width: 70.4vw;
    left: 50%;
    transform: translateX(-50%);
}
.mv .sub-copy{
    position: absolute;
    top: 22.32vw;
    font-size: 6.4vw;
    font-weight: bold;
    letter-spacing: 0.19em;
    /* left: 16vw; */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.mv .sub-copy span.white-bg{
    background-color: #fff;
    margin-bottom: 6px;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
}
.mv .sub-copy span.white-bg:nth-of-type(1){
width: 55.5vw;
  margin: 0 auto 6px;
  padding: 0 4.8vw;
}
.mv .sub-copy span.white-bg:nth-of-type(2){
width: 78.5vw;
  margin: 0 auto;
}
.mv p:nth-of-type(2){
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50.4vw;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    letter-spacing: 0.1em;
    line-height: 1.64;
    text-align: center;
}
/* 導入企業エリア */
.client_logo_area{
  margin-bottom: 8vw;
}
.client_logo_area .client-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
	padding: 0 15px;
}

/* ループアニメーション */
#roop {
  width: 100%;
  height: 176px;
  background: url(../../images/ecworks/sp/client-logo_.jpg) repeat-x;
  background-position: 0 0;
  background-size: auto 176px;
  -webkit-animation: bgroop 20s linear infinite;
  animation: bgroop 20s linear infinite;
}
@-webkit-keyframes bgroop {
  from {
      background-position: 0  0;
  }
  to {
      background-position: -1556px 0;
  }
}
@keyframes bgroop {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -1556px 0;
  }
}




/* こんな企業様におすすめ */
.recommend_area{
    background: url(../../images/ecworks/sp/recommend_area_bg.jpg)no-repeat left top/contain;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 130.7%;
    position: relative;
    margin-bottom: 37px;
}
.recommend_area .recommend-title{
    color: #4CAE8D;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: rgba(237,238,251,0.75);
}
.recommend_area img{
    position: absolute;
    top: 110px;
    left: 10vw;
    width: 85.1vw;
}
.triangle-parent{
    position: relative;
}
.triangle {
    position: absolute;
  }
  
  .triangle:after {
    content: "";
    position: absolute;
    top: -39px;
    box-sizing: border-box;
    border-right: 50vw solid #fff;
    border-left: 50vw solid #fff;
    border-top: 40px solid transparent;
  }
  /* フィルマートなら解決できます */
  .solution_area{
    /* background: url(../../images/ecworks/sp/solution-woman.jpg)no-repeat left top/ auto; */
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* padding-top: 61.3%; */
    position: relative;
  }
  .solution_area .diagonal-parent{
    position: relative;
    top: 63vw;
  }
  .solution_area .diagonal::before{
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-left: 50vw solid transparent;  /* 透明 */ 
    border-right: 50vw solid #F5F7F6;   
    border-bottom: 60px solid #F5F7F6; 
    z-index: 10;
  }
  .solution_area .diagonal::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 68vw;
    background-color: #F5F7F6;
    z-index: 10;
  }
  .solution_area h2{
      /* font-size: 24px; */
      font-size: 6.4vw;
      font-weight: bold;
      line-height: 1.375;
      position: relative;
      top: 20px;
      left: 0;
      padding-left: 27px;
      z-index: 10;
      letter-spacing: -2px;
  }
  .solution_area h2 span:nth-of-type(1){
    position: absolute;
    left: 43px;
  }
  .solution_area h2::before{
      content: "";
      background: url(../../images/ecworks/sp/solution-sub-title.png);
      background-repeat: no-repeat;
      /* width: 153px; */
      width: 40.8vw;
      /* height: 19px; */
      height: 5.067vw;
      display: block;
      background-size: contain;
      position: absolute;
      top: -20px;
      left: 44px;
  }
  .solution_area h2::after{
    content: "";
    background: url(../../images/ecworks/sp/solution-border.png);
    /* width: 270px; */
    width: 66vw;
    /* height: 78px; */
    height: 20.8vw;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 10px;
}
.solution_area .solution-woman{
    width: 40vw;
    position: absolute;
    right: 0;
    top: 0;
}
.solution_area .solution_wrapper{
    position: absolute;
    /* top: 118px; */
    top: 31.467vw;
    /* margin: 0 16px; */
    margin: 0 4.267vw;
    background: rgba(256,256,256,0.9);
    z-index: 20;
}
.solution_area .solution_wrapper ul{
  padding:6.133vw 1.467vw 5.6vw;
  /* font-size: 13px; */
  font-size: 3.467vw;
  font-weight: bold;
}
.solution_area .solution_wrapper ul li{
  padding-bottom: 2.373vw;
  padding-right: 14.37vw;
  padding-left: 10.427vw;
  position: relative;
}
.solution_area .solution_wrapper ul li:not(:nth-of-type(1)){
  margin-top: 2.427vw;
}
.solution_area .solution_wrapper ul li::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.467vw;
  background: url(../../images/ecworks/sp/solution_check.png);
  width: 4.131vw;
  height: 4.131vw;
  background-size: contain;
  background-repeat: no-repeat;
}
.solution_area .solution_wrapper ul li::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #4cae8d, #4cae8d 1px, transparent 1px, transparent 1px);
  background-size: 6px 6px;
  background-repeat: repeat-x;
}
.solution_area .solution_wrapper ul li:last-child::after{
  background: none;
}
/* 特徴 */
.feature{
  background: url(../../images/ecworks/sp/feature_bg.jpg)no-repeat left top/cover;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 203.5%;
  /*margin-top: 131.1vw;*/
  position: relative;
}
.feature::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4CAE8D;
  opacity: 0.85;
}
.feature h2{
  font-size: 6.4vw;
  color: #fff;
  position: absolute;
  top: 9.37vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
}
.feature .feature-desc{
  position: absolute;
  top: 21.7vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
  font-size: 3.47vw;
  line-height: 1.54;
  text-align: center;
}
.feature .feature_wrapper{
  width: 77.6vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 45vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.feature .feature_wrapper .feature_item{
  width: 32vw;
  margin: 0 1.87vw 7.04vw;
}
.feature .feature_wrapper .feature_item img{
  margin-bottom: 3.63vw;
}
.feature .feature_wrapper .feature_item p{
  text-align: center;
  font-size: 3.47vw;
  line-height: 1.38;
  color: #fff;
  font-weight: bold;
}
/* 導入期間・料金プラン */
.about_price{
  margin-top: 146.87vw;
}
.about_price h2{
  font-size: 6.4vw;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12vw;
}
.about_price ul{
  display: flex;
  justify-content: space-between;
  margin: 0 4.27vw;
}
.about_price ul li.about-plan{
  width: 29.1vw;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #E3FFFE;
  padding: 10vw 0;
  margin-bottom: 2.27vw;
  position: relative;
}
.about_price ul li.about-plan::before{
  content: "";
  display: block;
  width: 14.9vw;
  height: 14.9vw;
  border-radius: 50%;
  background-color: #4CAE8D;
  position: absolute;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
}
.about_price ul li.about-plan::after{
  content: "導入期間";
  position: absolute;
  top: -3vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 2.67vw;
  color: #fff;
  font-weight: bold;
}
.about_price ul li.about-plan:nth-of-type(2):after{
  content: "初期費用";
}
.about_price ul li.about-plan:nth-of-type(3):after{
  content: "月額費用";
}

.about_price ul li.about-plan div{
  font-size: 2.93vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.07em;
}
.about_price ul li.about-plan div .l-font{
  font-size: 4.8vw;
  padding-left: 0.1em;
}
.about_price .remarks{
  font-size: 2.67vw;
  text-align: center;
  margin-bottom: 16.8vw;
}
/* お問い合わせ */
.contact_area{
  background: url(../../images/ecworks/sp/contact_area_bg.jpg)no-repeat left top/contain;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 111.3%;
  position: relative;
  color: #fff;
}
.contact_area::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
}
.contact_area .green-logo{
  width: 33.9vw;
  position: absolute;
  top: 21.6vw;
  left: 50%;
  transform: translateX(-50%);
}
.contact_area .tel{
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 37.68vw;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.contact_area .tel::before{
  content: "";
  display: inline-block;
  background: url(../../images/ecworks/sp/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.33vw;
  height: 5.33vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6.57vw;
}
.contact_area .tel a{
  color: #fff;
  text-decoration: none;
}
.contact_area .business-hours{
  font-size: 4.27vw;
  font-weight: bold;
  position: absolute;
  top: 51.4vw;
  left: 50%;
  transform: translateX(-50%);
}
.contact_area .contact-button {
  width: 56vw;
  background: linear-gradient(#4CAE8D, #2F8898);
  line-height: 44px;
  text-align: center;
  border-radius: 2px;
  height: 44px;
  padding-left: 25px;
  font-size: 3.73vw;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 64.64vw;
  left: 50%;
  transform: translateX(-50%);
}
.contact_area .contact-button::before {
  content: "";
  background-image: url(../../images/ecworks/sp/icon_contact.png);
  width: 23px;
  height: 17px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12.8vw;
}
.contact_area .document-button {
  width: 56vw;
  background: linear-gradient(#4C7DAE, #76408E);
  line-height: 44px;
  text-align: center;
  border-radius: 2px;
  height: 44px;
  padding-left: 25px;
  font-size: 3.73vw;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 79vw;
  left: 50%;
  transform: translateX(-50%);
}
.contact_area .document-button::before{
  content: "";
    background-image: url(../../images/ecworks/sp/icon_docment_DL.png);
    width: 17px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9.6vw;
}
/* フッター */
footer{
  background: #000;
  width: 100%;
  height: 87px;
}
footer .copy-right{
  font-size: 3.2vw;
  padding-top: 9.33vw;
  color: #5C5C5C;
  text-align: center;
}
/* SPにのみ適用 */
@media only screen and (max-width:599px) {
  .pc{
      display: none!important;
  }
}
/* PC用CSS */
@media only screen and (min-width:600px) {
  body{
    max-width: 100vw;
    overflow-x: hidden;
  }
    .sp{
        display: none!important;
    }
    .wrapper{
      width: 1200px;
      margin: 0 auto;
    }
    /* 上に戻る */
    #page_top{
      width: 60px;
      height: 60px;
    }
    /* ヘッダー */
    header{
      height: 110px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      background: #fff;
      width: 100vw;
    }
    .site-header_wrapper{
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; 
      padding: 0;
      min-width: 1200px;
    }
    .logo{
      width: 160px;
    }
    .button{
      font-size: 14px;
      height: 44px;
      line-height: 44px;
    }
    .nav_item{
      display: block;
    }
    .nav_wrapper .nav_item a{
      display: block;
      font-size: 14px;
      font-weight: bold;
      color: #000;
      text-decoration: none;
      position: relative;
    }
    .nav_wrapper .nav_item a::after{
      content: "";
      display: block;
      background: url(../../images/ecworks/pc/nav_triangle.png);
      width: 10px;
      height: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 67px;
    }
    .nav_wrapper .nav_item:nth-of-type(3) a::after{
      left: 95px;
    }
    .site_header_middle{
      order: 2;
    }
    .site_header_middle .contact-button{
      width: 210px;
		color: #fff;
    }
    .site_header_middle .contact-button::before{
      width: 23px;
      height: 17px;
      left: 48px;
    }
    .site_header_middle .document-button{
      width: 210px;
		color: #fff;
      background: linear-gradient(#4C7dae, #76408E);
    }
    .openbtn1{
      display: none;
    }
    .site_header_right .nav_wrapper{
      width: 409px;
      display: flex;
      justify-content: space-between;
      position: static!important;
      visibility: visible;
      opacity: 1;
      padding-top: 0;
      background: none;
    }
    /* メインビジュアル */
    .mv{
      background: url(../../images/ecworks/pc/mv.jpg) center top no-repeat;
      background-size: cover;
      height: 650px;
      min-width: 1200px;
      margin-top: 110px;
      padding-top: 0;
    }
    .mv::before{
      background-color: rgba(0,0,0,0.2);
    }
    .mv_inner{
      /* position: relative;
      width: 1200px;
      margin: 0 auto; */
    }
    .mv img{
      top: 247px;
      width: 512px;
    }
    .mv .sub-copy{
      background: #fff;
      /* left: 10vw; */
      top: 318.5px;
      font-size: 40px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 5px;
      padding-bottom: 3px;
      line-height: 1.275;
      letter-spacing: 0.1em;
    }
    .mv .sub-copy span.white-bg{
      background-color: transparent;
      margin-bottom: 0;
      padding: 0;
      display: inline;
    }
    .mv .sub-copy span.white-bg:nth-of-type(1){
      padding: 0;
    }
    .mv p:nth-of-type(2){
      font-size: 18px;
      top: 393px;
      line-height: 2.56;
    }
    /* クライアントロゴエリア */
    .client_logo_area{
      margin-bottom: 50px;
    }
    #roop {
      width: 100%;
      height: 114px;
      background: url(../../images/ecworks/pc/client-logo.jpg) repeat-x;
      background-position: 0 0;
      -webkit-animation: bgroop 20s linear infinite;
      animation: bgroop 20s linear infinite;
    }
    @-webkit-keyframes bgroop {
      from {
          background-position: 0  0;
      }
      to {
          background-position: -1578px 0;
      }
    }
    @keyframes bgroop {
      from {
          background-position: 0 0;
      }
      to {
          background-position: -1578px 0;
      }
    }
    /* こんな企業様におすすめ */
    .recommend_area{
      background: url(../../images/ecworks/pc/recommend_area_bg.jpg) center top -330px no-repeat;
      height: 690px;
      min-width: 1200px;
      padding-top: 0;
    }
    .recommend_area .recommend-title{
      background: transparent;
      font-size: 46px;
      top: 90px;
      left: 430px;
    }
    .recommend_area img{
      width: 489px;
      top: 186px;
      left: 203px;
    }
    .triangle:after{
      content: none;
    }
    .recommend_area::after{
      content: "";
      position: absolute;
      bottom: 0;
      box-sizing: border-box;
      border-right: 50vw solid #fff;
      border-left: 50vw solid #fff;
      border-top: 140px solid transparent;
    }
    /* フィルマートなら解決できます */
    .solution_area{
      margin-top: 60px;
    }
    .solution_area h2{
      font-size: 63px;
      text-align: center;
      width: 1200px;
      margin: 0 auto 47px;
      padding-left: 0;
      letter-spacing: -8px;
    }
    .solution_area h2::after{
      background: url(../../images/ecworks/pc/solution-border.png);
      background-repeat: no-repeat;
      width: 1064px;
      height: 36px;
      top: 90px;
      left: 106px;
    }
    .solution_area h2::before {
      content: "";
      background: url(../../images/ecworks/pc/solution-sub-title.png);
      background-repeat: no-repeat;
      width: 289px;
      height: 34px;
      top: -39px;
      left: 52%;
      transform: translateX(-50%);
    }
    .solution_area h2 span:nth-of-type(1){
      position: static;
    }
    .solution_area .solution-woman{
      position: static;
      width: 389px;
      margin-left: 88px;
    }
    .solution_area .solution_wrapper{
      width: 715px;
      background: transparent;
      top: 190px;
      right: -60px;
      margin: 0;
    }
    .solution_area .solution_wrapper ul{
      font-size: 20px;
      padding: 0;
      font-weight: normal;
    }
    .solution_area .solution_wrapper ul li{
      padding-left: 53px;
      padding-right: 0;
      padding-bottom: 36px;
      padding-top: 39px;
    }
    .solution_area .solution_wrapper ul li:not(:nth-of-type(1)){
      margin-top: 0;
      padding: 26px 0 26px 53px;
    }
    .solution_area .solution_wrapper ul li::before{
      background: url(../../images/ecworks/pc/solution_check.png);
      background-size: contain;
      left: 0;
      width: 35px;
      height: 35px;
    }
    .solution_area .solution_wrapper ul .color-green{
      color: #000;
      font-weight: bold;
    }
    .solution_area .solution_wrapper ul li:last-child::after{
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      margin: auto;
      background-image: linear-gradient(to right, #4cae8d, #4cae8d 1px, transparent 1px, transparent 1px);
      background-size: 6px 6px;
      background-repeat: repeat-x;
    }
    .diagonal{
      overflow-x: hidden;
    }
    .solution_area .diagonal-parent{
      /* top: -535px; */
      top: 0;
    }
    .solution_area .diagonal::before{
      border-top: 346px solid transparent;
      border-bottom: 396px solid #F5F7F6;
      top: -686px;
      z-index: -1;
    }
    .solution_area .diagonal::after{
      content: none;
    }
    /* 特徴 */
    .feature{
      margin-top: 0;
      background: url(../../images/ecworks/pc/feature_bg.jpg);
      background-repeat: no-repeat;
      height: 1054px;
      background-size: cover;
      padding-top: 0;
    }
    .feature h2{
      font-size: 42px;
      font-weight: 700;
      top: 132px;
      left: 50%;
      transform: translateX(-50%);
    }
    .feature .feature-desc{
      font-size: 16px;
      top: 233px;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
    }
    .feature .feature_wrapper{
      width: 924px;
      top: 324px;
      left: 50%;
      transform: translateX(-50%);
    }
    .feature .feature_wrapper .feature_item{
      width: 243px;
      margin:0 0 34px;
    }
    .feature .feature_wrapper .feature_item p{
      font-size: 20px;
    }
    .feature .feature_wrapper .feature_item img{
      width: 216px;
      margin-bottom: 20px;
    }
    /* 導入期間・料金プラン */
    .about_price{
      padding-top: 140px;
		margin-top: 0;
    }
    .about_price h2{
      font-size: 42px;
		font-weight: bold;
      margin-bottom: 107px;
    }
    .about_price ul{
      width: 791px;
      margin: 0 auto;
    }
    .about_price ul li.about-plan{
      width: 250px;
      border: 4px solid #000;
      padding:96px 0 66px;
      margin-bottom: 27px;
    }
    .about_price ul li.about-plan::before{
      width: 130px;
      height: 130px;
      top: -67.5px;
    }
    .about_price ul li.about-plan::after{
      font-size: 20px;
      top: -20px;
    }
    .about_price ul li.about-plan div{
      font-size: 30px;
    } 
    .about_price ul li.about-plan div .l-font{
      font-size: 45px;
    }
    .about_price .remarks{
      font-size: 16px;
      margin-bottom: 100px;
    }
    /* お問い合わせ */
    .contact_area{
      background: url(../../images/ecworks/pc/contact_area_bg.jpg);
      background-repeat: no-repeat;
      height: 318px;
      padding-top: 0;
    }
    .contact_area .green-logo{
      width: 176px;
      top: 72px;
    }
    .contact_area .tel{
      font-size: 24px;
      top: 126px;
      left: 50%;
      transform: translateX(-50%);
    }
    .contact_area .tel::before{
      width: 22px;
      height: 21px;
      background-repeat: no-repeat;
      left: -28px;
    }
    .contact_area .business-hours{
      font-size: 12px;
      top: 163px;
    }
    .contact_area .contact-button, .contact_area .document-button{
      width: 210px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 0;
      position: static;
      left: 0;
      transform: none;
      margin: 0 17px;
    }
    .contact_area .contact-button::before{
      left: 48px;
    }
    .contact_area .document-button::before{
      left: 290px;
    }
    .contact_area_btn{
      display: flex;
      position: absolute;
      /* justify-content: space-between; */
      /* width: 436px; */
      left: 50%;
      transform: translateX(-50%);
      top: 203px;
    }
    footer .copy-right{
      padding-top: 35px;
      font-size: 12px;
    }
}