@charset "utf-8";
.service_wrap {
  width: 100%;
  box-sizing: border-box;
}
.service_box_01, .service_box_02, .service_box_03, .service_box_04, .service_box_05, .service_box_06 {
  width: 100%;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}
.service_wrap > div:nth-child(odd) .service_bk {
  background: #D3DDE5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service_wrap > div:nth-child(even) .service_bk {
  background: #F1EFEF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service_wrap .inner {
  max-width: 1200px;
  width: 100%;
  position: relative;
  top: 0;
}
.service_wrap .inner .main_kv {
  position: relative;
  top: 0;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  background-position: center center;
  box-sizing: border-box;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  color: #FFF;
}
.service_wrap .inner_service01 .main_kv {
  background-image: url("../image/service_kv_01.jpg");
}
.service_wrap .inner_service02 .main_kv {
  background-image: url("../image/service_kv_02.jpg");
}
.service_wrap .inner_service03 .main_kv {
  background-image: url("../image/service_kv_03.jpg");
}
.service_wrap .inner_service04 .main_kv {
  background-image: url("../image/service_kv_04.jpg");
}
.service_wrap .inner_service05 .main_kv {
  background-image: url("../image/service_kv_05.jpg");
}
.service_wrap .inner_service06 .main_kv {
  background-image: url("../image/service_kv_06.jpg");
}
.service_wrap .inner h3:before {
  content: "";
  background: #23587F;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service_box h4{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.service_box h4:before {
  content: "";
  background: #23587F;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service_box h5{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}


@media screen and (max-width: 759.9px) {
  .service_wrap {
    padding: 0;
  }
  .service_wrap > div:nth-child(odd) .service_bk {
    width: 50%;
    height: 50vw;
    bottom:5vw;
  }
  .service_wrap > div:nth-child(even) .service_bk {
    width: 50%;
    height: 50vw;
    bottom:5vw;
  }
  .service_wrap .inner {
    margin: 0 auto 15.5vw;
  }
  .service_wrap .inner .main_kv {
    width: 100%;
    height: 30vw;
    margin: 0 auto 8vw;
    padding: 20px 10px;
    font-size: 12.5vw;
  }
  .service_wrap .inner h3 {
    font-size:4.7vw;
    padding: 0 0 0 40px;
    position: relative;
  }
  .service_wrap .inner h3:before {
    content: "";
    width: 20px;
    height: 5px;
  }
  .service_wrap .inner .common_btn a {
    margin: 0 0 0 auto;
  }
  .service_wrap .inner .common_btn a {
    margin: 0 auto;
  }
  

  .service_box_inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .service_box h4 {
    font-size:4.7vw;
    padding: 1em 0 1em 40px;
    position: relative;
    background: #F2F2F2;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 8vw 0;
  }
  .service_box h4:before {
    content: "";
    width: 20px;
    height: 5px;
  }

  .service_box h5{
    font-size: 4vw;
    margin: 0 0 20px 0;
    font-weight: 600;
  }
  .service_box .explanation{
    border-left: #707070 solid 1px;
    padding: 30px 0 60px 40px;
    margin: 0 0 8vw 40px;
    width: calc(100% - 80px);
    box-sizing: border-box;
  }

  
}
@media screen and (min-width: 760px) {
  .service_wrap {
    padding: 0;
  }
  .service_wrap > div:nth-child(odd) .service_bk {
    width: calc(50% - 300px);
    height: 400px;
  }
  .service_wrap > div:nth-child(even) .service_bk {
    width: calc(50% - 300px);
    height: 400px;
  }
  .service_wrap .inner {
    margin: 0 auto 100px;
  }
  .service_wrap .inner .main_kv {
    max-width: 1200px;
    width: 100%;
    height: 200px;
    margin: 0 auto 50px;
    padding: 40px 30px;
    font-size: 80px;
  }
  .service_wrap .inner h3 {
    font-size: 24px;
    padding: 0 0 0 40px;
    position: relative;
  }
  .service_wrap .inner h3:before {
    content: "";
    width: 20px;
    height: 5px;
  }
  .service_wrap .inner .common_btn a {
    margin: 0 0 0 auto;
  }
  
  .service_box{
    width: 100%;
  }
  .service_box_inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .service_box_title{
    width: 46%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .service_box_title h4{
    font-size: 32px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
  }
  .service_box_img{
    width: 50%;
  }
  .service_box h4{
    font-size: 24px;
    padding: 30px 0 30px 40px;
    background: #F2F2F2;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px 0;
}
  .service_box h4:before {
    content: "";
    width: 20px;
    height: 5px;
  }
  .service_box h5{
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: 600;
  }
  .service_box .explanation{
    border-left: #707070 solid 1px;
    padding: 2em 0 2em 40px;
    margin: 0 0 50px 40px;
    width: calc(100% - 80px);
    box-sizing: border-box;
  }


  
}