@charset "utf-8";



#service{overflow: hidden;
padding-bottom: 70px;
}

#service .mv{
    background: url(../../images/service/mv_bg.jpg);
    background-size: cover;
    height: 14.8958vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 110px;
    }
.pagettl{
    position: relative;
    top: 80px;
    line-height: 1;
}
.pagettl::before{
  position: absolute;
    content: '';
    background: url(../../works/images/head_icon_01.png);
    top: 20px; right: 0;
    width: 45px;
    height: 80px;
    background-size: cover;
}
.pagettl span{
    font-size: 120px;
    font-family: 'Signika Negative', sans-serif;
    padding-right: 60px;
    letter-spacing: 0.1em;
    color: #473933;
}
.pagettl strong{
    display: block;
    font-size: 24px;
    color: #B0BF24;
    font-weight: bold;
}

@media only screen and (max-width: 767px){
  #service .mv{
    background: url(../../images/service/mv_bg.jpg) center;
    background-size: cover;
    height: 186px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 70px;
    padding: 3rem 0 0 0;
    }
.pagettl{
    position: relative;
    top: 40px;
    line-height: 1;
}
.pagettl::before{
  content: '';
  /* display: inline-block; */
  background-image: url(../../images/service/ttl_icon.png);
  background-size: contain;
  vertical-align: middle;
  width: 22px;
  height: 40px;
  position: absolute;
  top: 5px;
}
.pagettl span{
    font-size: 50px;
    font-family: 'Signika Negative', sans-serif;
    padding-right: 35px;
    letter-spacing: 0.1em;
}
.pagettl strong{
    display: block;
    font-size: 19px;
    padding-left: 0px;
    color: #B0BF24;
    font-weight: bold;
}
}


.service_block {
    padding: 40px 0;
    margin-bottom: 100px;
}

.service_block .inner{
    max-width: 1190px;
    margin: 0 auto;
}

.service_block .box {
  display: flex;
}

.service_block .box + .box {
  margin-top: 100px;
}
.service_block .img {
    position: relative;
    z-index: 2;
  }
.service_block .img img {
  width: 100%;
  object-fit: cover;
}
  .service_block .box.r {
    margin-left: calc(50% - 50vw);
  }

  .service_block .box.r .txt-area {
    /* margin-right: 30px; */
  }

  .service_block .box.l{
    margin-right: calc(50% - 50vw);
    flex-direction: row-reverse;
  }

  .service_block .box.r .txt-area {
    margin-left: 40px;
  }
  .service_block .box.l .txt-area {
    margin-right: 40px;
  }

  .service_block .img {
    flex: 2 1 1070px;
  }

  .service_block .txt-area {
    flex: 1 1 510px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .service_block .txt-area .title {
    display: flex;
    align-items: flex-start;
  }
.service_block .box.r .txt-area .text{
    background: #EBF3C9;
    margin-left: -160px;
    padding: 50px 50px 110px 160px;
    top: 100px;
    position: relative;
    border-radius: 20px;
  }
  .service_block .box.l .txt-area .text{
    background: #F5F2E9;
    margin-right: -190px;
    padding: 50px 190px 110px 70px;
    top: 100px;
    position: relative;
    border-radius: 20px;
  }
.service_block .icon01 {
    position: absolute;
    right: 0;
    top: -110px;
  }
  .service_block .icon02 {
    position: absolute;
    right: 140px;
    bottom: 0px;
  }
  .service_block .icon03 {
    position: absolute;
    right: 181px;
    top: -93px;
  }
  .service_block .icon04 {
    position: absolute;
    top: -83px;
    left: 0;
  }
  .service_block .txt-area h3{
    color: #579A00;
    font-size: 48px;
    margin: 0 0 23px 0;
    font-weight: bold;
    line-height: 1.3;
  }
  .service_block .txt-area p{
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .service_block .txt-area .service_btn{
    position: absolute;
    left: 160px;
    width:220px;
    background: #B0BF24 url(../../images/service/btn_arrow.png) no-repeat 90% center;
    color: #FFF;
    padding: 20px 20px 20px 27px;
    bottom: -30px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s 0s ease;
  }
  .service_block .box.l .txt-area .service_btn{
    position: absolute;
    left: 70px;
    width:220px;
    background: #B0BF24 url(../../images/service/btn_arrow.png) no-repeat 90% center;
    color: #FFF;
    padding: 20px 20px 20px 27px;
    bottom: -30px;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s 0s ease;
  }
  .service_block .txt-area .service_btn:hover{
    background: #558d16 url(../../images/service/btn_arrow.png) no-repeat 90% center;
    color: #FFF;
    transition: all 0.3s 0s ease;
  }
  .service_block .box.l .txt-area .service_btn:hover{
    background: #558d16 url(../../images/service/btn_arrow.png) no-repeat 90% center;
    color: #FFF;
    transition: all 0.3s 0s ease;
  }

@media only screen and (max-width: 1700px){
  .service_block .txt-area h3{
    font-size: 38px;
  }
  .service_block .txt-area p{
    font-size: 17px;
  }
}


@media only screen and (max-width: 1200px){
  .service_block .inner{
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 5%;
}
  .service_block .box {
    display: block;
  }
  .service_block .box.r {
    margin-left:0;
  }
  .service_block .box.l{
    margin-right:0;
    flex-direction: row-reverse;
  }
  .service_block .img {
    position: relative;
    z-index: 0;
  }
  .service_block .box.r .txt-area {
    margin-left: 0px;
  }
  .service_block .box.l .txt-area {
    margin-right: 0px;
  }
  .service_block .txt-area {
    flex: 1 1 510px;
    display: block;
    align-items: center;
    flex-wrap: wrap;
  }
  .service_block .box.r .txt-area .text{
    background: #EBF3C9;
    margin-left:0px;
    padding: 5%;
    top: 50px;
    position: relative;
    border-radius: 20px;
  }
  .service_block .box.l .txt-area .text{
    background: #F5F2E9;
    margin-right: 0px;
    padding: 5%;
    top: 50px;
    position: relative;
    border-radius: 20px;
  }
  .service_block .txt-area h3{
    font-size: 28px;
  }
  .service_block .txt-area p{
    font-size: 16px;
  }
  .service_block .txt-area .service_btn{
    position: absolute;
    width:220px;
    background: #B0BF24 url(../../images/service/btn_arrow.png) no-repeat 90% center;
    color: #FFF;
    padding: 10px;
    bottom: -30px;
    font-weight: bold;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .service_block .box.l .txt-area .service_btn{
    position: absolute;
    width:220px;
    background: #B0BF24 url(../../images/service/btn_arrow.png) no-repeat 90% center;
    color: #FFF;
    padding: 10px;
    bottom: -30px;
    font-weight: bold;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .service_block .icon01 {
    position: absolute;
    right: 0;
    top: -110px;
  }
  .service_block .icon02 {
    position: absolute;
    right: 80px;
    top: -80px;
    bottom: auto;
  }
  .service_block .icon03 {
    position: absolute;
    right: 181px;
    top: -93px;
  }
  .service_block .icon04 {
    position: absolute;
    top: -83px;
    left: 0;
  }
}

@media only screen and (max-width: 767px){
	#service{
    padding-bottom: 30px;
    }
  .service_block .txt-area {
        margin: 0 0 30px 0;
      }
      .service_block {
        padding: 40px 0 10px;
    }
    .service_block .box {
        flex-direction: column;
      }
      .service_block .img {
        margin: 0 calc(50% - 50vw);
        order: 2;
      }
      .service_block .txt-area {
        margin-top: 0;
        order: 1;
      }
      .service_block .txt-area h3{
        font-size: 20px;
        margin: 0 0 15px 0;
      }
      .service_block .txt-area p{
        font-size: 14px;
      }
      .service_block .txt-area .service_btn{
        font-size: 14px;
      }
      .service_block .icon01 {
        width: 150px;
      }
      .service_block .icon02 {
        width: 150px;
      }
      .service_block .icon03 {
        width: 150px;
      }
      .service_block .icon04 {
        width: 150px;
      }
}
