@charset "UTF-8";
.serviceHead{
    display: block;
}

.serviceHead__title{
	line-height: 1.3;
	padding-right: 24%;
}

.mainHead__sub{
    padding-bottom: 10px;
}
.serviceFeature__head {
margin: 0 0 10px;
height: auto;
}
.serviceFeature__label {
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.75;
color: #1a923b;
background: linear-gradient(transparent 70%, #FDF054 50%);
display: inline;
}
.iconFeature{
width: 120px;
}

.case__title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 50px;
    text-align: center;
    background: linear-gradient(transparent 95%, #88CC5D 0%);
    display: inline-block;
    padding: 0px 0 13px;
    text-align: center;
  }
  @media only screen and (max-width: 767px) {
    .case__title {
      font-size: 16px;
      font-size: 1.6rem;
    }
  }

.case__tagline{
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px){
    .case__tagline{
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

.case__text{
    width: 768px;
    margin: 0 auto;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .case__text{
        width: auto;
    }
  }

.serviceBlock.serviceFeature{
padding-top: 50px;
}

@media only screen and (max-width: 767px){
    .serviceHead__title {
    position: relative;
    }
    .serviceCover{
    background-size: cover;
    padding: 20px 0;
    margin-bottom: 30px;
    }
    .serviceHead__title::before{
    display: none;
    }
}
.case__tagline{
    width: 768px;
    margin: 0 auto 30px;
    line-height: 1.3;
  }
  @media only screen and (max-width: 767px){
    .case__tagline{
      width: 100%;
    }
     
  }