.service_contents_wrapper{
  margin-top: 100px;
}

.service_header_img_wrapper{
  width: 93%;
  margin: 0 0 0 auto;
  position: relative;
}

.service_header_img_wrapper::before{
  content: "";
  display: block;
  padding-top: calc(500/1300*100%);
}

.service_header_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px 0 0 30px;
}

.service_header_midashi_wrapper{
  position: relative;
  text-align: center;
  margin-top: 100px;
}

.service_header_midashi_bg{
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  color: #F5F5F5;
  font-size: 100px;
  font-family: "proximanova_l";
}

.service_header_midashi{
  margin: 0;
  font-size: 50px;
  font-family: "noto_b";
}

.service_header_txt{
  margin-top: 50px;
  line-height: 2;
}

.service_point_wrapper{
  background: #307672;
  margin-top: 150px;
}

.service_point_inner{
  display: flex;
  align-items: flex-start;
  position: relative;
}

.service_engineer_midashi_line{
  margin: 0;
}

.service_point_img_wrapper{
  width: 35%;
  position: relative;
  margin: -50px auto 0 calc(50% - 50vw);
}

.service_point_img_wrapper::before{
  content: "";
  display: block;
  padding-top: calc(336/420*100%);
}

.service_point_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 30px 30px 0;
}

.service_point_list_wrapper{
  width: 63%;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.service_point_list_item{
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 35px;
}

.service_point_list_item:last-child{
  margin-bottom: 0;
}

.service_point_symbol{
  margin: 0 2.5% 0 0;
  width: 6.5%;
  padding-top: calc(6.5%);
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.service_point_symbol::before{
  content: "✔︎";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 45px;
  color: #307672;
}

.service_point{
  margin: 0;
  font-family: "noto_b";
  font-size: 23px;
  width: 91%;
  text-decoration: underline;
}

.service_point_list_item:nth-child(1) .service_point .txtUpTrigger_line{
  animation-delay: 0.4s;
}

.service_point_list_item:nth-child(2) .service_point .txtUpTrigger_line{
  animation-delay: 0.6s;
}

.service_point_list_item:nth-child(3) .service_point .txtUpTrigger_line{
  animation-delay: 0.8s;
}

.service_point_bg{
  font-size: 200px;
  font-family: "proximanova_r";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  color: #F1F1F1;
  opacity: 0.2;
  font-weight: bold;
}


.service_ratio_wrapper{
  padding-bottom: 150px;
}
.service_ratio_item_wrapper{
  display: flex;
  align-items: stretch;
}
.service_ratio_item{
  width: 32%;
  margin-right: 2%;
  background: #F7F7F7;
  border-radius: 30px;
  padding: 50px 0 45px;
  position: relative;
}
.service_ratio_item:last-child{
  margin-right: 0;
}
.service_ratio_item::after{  
  font-size: 140px;
  font-family: 'proximanova_b';
  opacity: .04;
  /* line-height: calc(200 / 140); */
  position: absolute;
  bottom: -13px;
  right: 20px;
}
.service_ratio_item:nth-child(1)::after{
  content: "01";
}
.service_ratio_item:nth-child(2)::after{
  content: "02";
}
.service_ratio_item:nth-child(3)::after{
  content: "03";
}
.service_ratio_item_title{
  margin: 0 0 25px;
  font-size: 23px;
  font-family: "noto_b";
  text-align: center;
}
.service_ratio_item_img{
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: 20vw;
}
.service_ratio_item:nth-child(1) .service_ratio_item_img{
  width: 85%;
}
.service_ratio_item:nth-child(2) .service_ratio_item_img{
  width: 79%;
}
.service_ratio_item:nth-child(3) .service_ratio_item_img{
  width: 87%;
}
.service_ratio_item_img::before{
  content: "";
  display: block;  
}
.service_ratio_item:nth-child(1) .service_ratio_item_img::before{
  padding-top: calc(274/324*100%);
}
.service_ratio_item:nth-child(2) .service_ratio_item_img::before{
  padding-top: calc(205/300*100%);
}
.service_ratio_item:nth-child(3) .service_ratio_item_img::before{
  padding-top: calc(207/332*100%);
}
.service_ratio_item_img img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service_ratio_item:nth-child(2) .service_ratio_item_img img{
  top: 45%;
}
.service_ratio_item_txt{
  font-size: 16px;
  padding: 0 45px;
  margin-top: 15px;
}
.service_ratio_txt{
  text-align: center;
  margin: 50px 0 0;
  font-size: 23px;
  line-height: 2;
}


.service_work_wrapper{
  background: #F9F9F9;
  padding-bottom: 150px;
}
.service_work_midashi{
  margin: 0 14% 80px;
}
.service_work_contents{
  margin: 0 100px;
}
.service_work_inner:first-child{
  margin-bottom: 60px;
}
.service_work_contents_title{
  margin: 0 0 35px;
  font-size: 30px;
  font-family: "noto_b";
  position: relative;
  padding-left: 25px;
}
.service_work_contents_title::before{
  content: "";
  display: block;
  width: 8px;
  height: 50px;
  border-radius: 2px;
  background: #307672;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.service_work_items{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.service_work_item{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 25px;
  padding: 35px 50px;
  border-radius: 30px 30px 0 30px;
  background: #fff;
  box-sizing: border-box;
}
.service_work_item:nth-child(2n){
  margin-right: 0;
}
.service_work_item:nth-last-child(1),
.service_work_item:nth-last-child(2){
  margin-bottom: 0;
}
.service_work_item_title{
  margin: 0 0 20px;
  font-family: "noto_b";
}
.service_work_item_line{
  display: flex;
  align-items: stretch;
  margin-bottom: 5px;
}
.service_work_item_line:last-child{
  margin-bottom: 0;
}
.service_work_item_line_label{
  width: 18%;
  margin: 0 5% 0 0;
  background: #307672;
  color: #fff;
  font-family: "noto_b";
  padding: 3px 0;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_work_item_line_val{
  font-size: 16px;
  width: 77%;
}


.service_engineer_wrapper{
  margin-left: 200px;
}
.service_engineer_tag{
  margin: 0 0 35px;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.service_engineer_tag li{
  margin-right: 15px;
}
.service_engineer_tag li:last-child{
  margin-right: 0;
}
.service_engineer_tag li span{
  text-decoration: none;
  color: #307672;
  border: 1px solid #307672;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
  transition: .3s;
}
.service_engineer_tag li span:hover{
  cursor: pointer;
  background: #307672;
  color: #fff;
}
.service_engineer_tag li span.is-active{
  background: #307672;
  color: #fff;
}
.service_engineer_items .slick-list{
  overflow: hidden;
}
.service_engineer_item{
  width: 560px;
  padding: 30px 50px;
  margin-right: 30px;
  box-sizing: border-box;
  background: #F9F9F9;
  border-radius: 15px;
}
.service_engineer_item_img{
  width: 325px;
  position: relative;
  margin: 0 auto;
}
.service_engineer_item_img::before{
  content: "";
  display: block;
  padding-top: calc(100%);
}
.service_engineer_item_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.service_engineer_item_midashi{
  margin-top: 10px;
  position: relative;
  text-align: center;
}
.service_engineer_item_midashi_en{
  font-size: 100px;
  font-family: "proximanova_l";
  opacity: .04;
  margin: 0;
}
.service_engineer_item_midashi_ja{
  font-family: "noto_b";
  font-size: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
}
.service_engineer_item_lines{
  margin-top: 15px;
}
.service_engineer_item_line{
  margin-bottom: 35px;
}
.service_engineer_item_line:last-child{
  margin-bottom: 0;
}
.service_engineer_item_line_label{
  margin: 0 0 5px;
  color: #307672;
  font-family: "noto_b";
  position: relative;
  display: flex;
  align-items: center;
}
.service_engineer_item_line_label::before{
  content: "";
  width: 20px;
  height: 2px;
  background: #307672;
  margin-right: 10px;
}
.service_engineer_item_line_val{
  margin: 0;
}
.service_engineer_item_lang{
  text-align: center;
  color: #777777;
  margin: 10px 0 0;
}


.service_cta_wrapper{
  background: #307672;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  padding: 100px 0 150px;
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
}
.service_cta_midashi{
  font-size: 45px;
  font-family: "noto_b";
  margin: 0 0 30px;
}
.service_cta_txt{
  line-height: calc(39/18);
  margin: 0 0 50px;
}
.service_cta_link{
  position: relative;
  z-index: 2;
}
.service_cta_link a{
  display: block;
  color: #fff;
  font-family: "noto_b";
  padding: 25px 0;
  width: 335px;
  margin: 0 auto;
  position: relative;
  border: 2px solid #fff;
  background: rgba(255,255,255,.06);
  border-radius: 1000px;
  text-decoration: none;
  text-align: left;
  padding-left: 35px;
  box-sizing: border-box;
  transition: .3s;
}
.service_cta_link a::before{
  content: '';
  position: absolute;
  bottom: 38px;
  right: 35px;
  transform: rotate(30deg);
  width: 10px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.service_cta_link a::after{
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 35px;
  right: 35px;
  transition: 0.3s;
}
.service_cta_link a:hover{
  background: rgba(275, 275, 275, .8);
  border: 2px solid #307672;
  color: #307672;
}
.service_cta_link a:hover:before,
.service_cta_link a:hover::after{
  background: #307672;
  right: 25px;
}
.service_cta_bgtxt{
  margin: 0;
  font-size: 200px;
  font-family: "proximanova_b";
  line-height: 1;
  color: #F1F1F1;
  opacity: .2;
  position: absolute;
  bottom: -35px;
  left: 48%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}


@media(max-width: 1200px){

  /* .service_work_list_wrapper,
  .service_work_txt,
  .service_work_midashi{
    margin-left: 10%;
    margin-right: 10%;
  } */

}


@media(max-width: 1000px) and (orientation: portrait){

  .service_header_midashi_bg{
    font-size: 7vw;
  }

  .service_header_midashi{
    font-size: 5vw;
  }

  .service_contents_wrapper{
    margin-top: 50px;
  }

  .service_point_symbol::before{
    font-size: 25px;
  }

  .service_point{
    font-size: 20px;
  }

  .service_point_bg{
    font-size: 150px;
  }

  .service_point_list_wrapper{
    padding: 50px 0;
  }


}


@media(max-width: 670px){

  .service_header_img_wrapper{
    width: 95%;
  }

  .service_header_img_wrapper img{
    border-radius: 15px 0 0 15px;
  }

  .service_header_midashi_wrapper{
    margin-top: 50px;
  }

  .service_header_midashi{
    font-size: 5.5vw;
  }

  .service_header_midashi span{
    display: block;
  }

  .service_header_midashi_bg{
    font-size: 9.7vw;
    bottom: 15px;
  }

  .service_header_txt{
    margin-top: 30px;
  }

  .service_point_wrapper{
    margin-top: 80px;
  }

  .service_point_inner{
    margin-right: 10%;
    margin-left: 10%;
    display: block;
  }

  .service_point_img_wrapper{
    width: 78%;
  }

  .service_point_img_wrapper{
    margin-top: 0;
  }

  .service_point_img_wrapper img{
    border-radius: 0 15px 15px 0;
    top: -30px;
  }

  .service_point_list_wrapper{
    width: 100%;
    padding: 20px 0 50px;
  }

  .service_point{
    font-size: 15px;
  }

  .service_point_list_item{
    margin-bottom: 20px;
  }

  .service_point_symbol::before{
    font-size: 20px;
  }

  .service_point_bg{
    font-size: 26.5vw;
  }

  .service_ratio_wrapper{
    padding-bottom: 80px;
  }
  .service_ratio_wrapper.margin100{
    margin-left: 10%;
    margin-right: 10%;
  }
  .service_ratio_item_wrapper{
    display: block;
  }
  .service_ratio_item{
    width: 100%;
    margin-right: 0;
    padding: 40px 0 20px;
    margin-bottom: 20px;
  }
  .service_ratio_item:last-child{
    margin-bottom: 0;
  }
  .service_ratio_item_title{
    font-size: 18px;
    margin: 0 0 15px;
  }
  /* .service_ratio_item_img{
    width: 83%;
  } */
  .service_ratio_item_img{
    height: 56vw;
  }
  .service_ratio_item:nth-child(1) .service_ratio_item_img{
    width: 78%;
  }
  .service_ratio_item:nth-child(2) .service_ratio_item_img{
    width: 75%;
  }
  .service_ratio_item:nth-child(3) .service_ratio_item_img{
    width: 83%;
  }
  .service_ratio_item_txt{
    margin-top: 5px;
    padding: 0 20px;
    font-size: 14px;
  }
  .service_ratio_txt{
    text-align: center;
    margin: 30px 0 0;
    font-size: 15px;
    line-height: 2;
  }

  .service_work_wrapper{
    padding-bottom: 80px;
  }
  .service_work_midashi{
    margin: 0 10% 50px;
  }
  .service_work_contents{
    margin: 0 0 0 10%;
  }
  .service_work_inner:first-child{
    margin-bottom: 60px;
  }
  .service_work_contents_title{
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 20px;
  }
  .service_work_contents_title::before{
    width: 5px;
    height: 30px;
  }
  .slider-progress {
    width: 88%;
    height: 6px;
    background-color: rgba(48,118,114,.15);
    margin-top: 30px;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
  }
  .slider-progress-bar {
    height: 100%;
    width: 0%;
    background-color: #307672;
    transition: width 0.3s ease;
    border-radius: 2px;
  }


  .service_work_item{
    width: 79vw;
    margin-right: 5vw;
    padding: 25px 15px;
    margin-bottom: 0;
  }
  .service_work_item:nth-child(2n){
    margin-right: 20px;
  }
  .service_work_item_title{
    margin-bottom: 10px;
  }
  .service_work_item_line_label{
    width: 23%;
    margin-right: 2%;
    font-size: 13px;
  }
  .service_work_item_line_val{
    width: 74%;
    font-size: 13px;
  }
  .service_engineer_wrapper{
    margin-left: 10%;
  }
  .service_engineer_tag{
    flex-wrap: wrap;
  }
  .service_engineer_tag li{
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .service_engineer_tag li:nth-child(2n){
    margin-right: 0;
  }
  .service_engineer_tag li:nth-last-child(1),
  .service_engineer_tag li:nth-last-child(2){
    margin-bottom: 0;
  }
  .service_engineer_tag li span{
    padding: 4px 10px;
  }
  .service_engineer_tag{
    margin-bottom: 25px;
  }
  .service_engineer_item{
    width: 80vw;
    padding: 30px 20px;
    margin-right: 5vw;
  }
  .service_engineer_items .slick-list{
    overflow: visible;
  }
  .service_engineer_item_img{
    width: 47vw;
  }
  .service_engineer_item_midashi_en{
    font-size: 48px;
  }
  .service_engineer_item_midashi_ja{
    font-size: 16px;
  }
  .service_engineer_item_lines{
    margin-top: 20px;
  }
  .service_engineer_item_line{
    margin-bottom: 20px;
    font-size: 14px;
  }
  .service_engineer_tag li span:hover{
    background: #fff;
    color: #307672;
  }
  .service_engineer_tag li span.is-active{
    background: #307672;
    color: #fff;
  }


  .service_cta_wrapper{
    padding: 55px 0 130px;
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .service_cta_midashi{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .service_cta_txt{
    margin-bottom: 30px;
  }
  .service_cta_link a{
    width: 79%;
    font-size: 14px;
  }
  .service_cta_link a::before{
    bottom: 33px;
  }
  .service_cta_link a::after{
    width: 25px;
    bottom: 30px;
  }
  .service_cta_bgtxt{
    bottom: -18px;
    font-size: 120px;
  }

}