@charset "UTF-8";


/* under_headWrap
***************************************************************/
.under_headWrap .head_img{
  background-image: url(../img/business/mv.jpg);
  background-blend-mode: color;
}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .under_headWrap .head_img{
    background-image: url(../img/business/mv_sp.jpg);
  }
}


.under_sec{
  padding-top: 85px;
}
.under_sec + .under_sec{
  padding-top: 110px;
}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .under_sec{
    padding-top: 50px;
  }
  .under_sec + .under_sec{
    padding-top: 75px;
  }

}


/* sec_business
***************************************************************/
.business_box{
  max-width: 1345px;
  margin-left: auto;
  margin-right: auto;
}
.business_box02{
  margin-top: 95px;
}
.business_box .com_txt{
  margin-top: 30px;
}

.business_box--img{
  margin: 45px auto 0;
}



/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .business_box01 .business_box--img{
    max-width: 990px;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .business_box02{
    margin-top: 50px;
  }
  .business_box--txt{
    margin-top: 25px;
  }

  .business_box--img{
    margin: 35px auto 0;
  }

  .business_box01 > div{
    overflow-x: auto;
  }
  .business_box01 .business_box--img{
    width: 620px;
  }

}


/* sec_keyword
***************************************************************/
.keyword_box02{
  margin-top: 45px;
}
.keyword_box .clm{
  background-color: var(--d_blue);
}
.keyword_box01 .clm{
  padding: 50px 2.6vw;
}

.keyword_box--ttl01{
  font-size: clamp(43px, 5.6vw, 62px);
  color: var(--green);
  text-align: center;
}
.sec_keyword .com_ttl{
  text-align: center;
  margin-top: 30px;
}
.keyword_box .clm > div{
  max-width: 740px;
  display: flex;
  margin-top: 35px;
}

.keyword_box img{
  border-radius: 10px;
}


@media all and (min-width:1340px){
  .keyword_box01 .clm > div{
    justify-content: space-between;
  }
  .keyword_box .com_txt{
    width: 48%;
  }
  .keyword_box--img{
    width: 47%;
    margin-top: 10px;
  }

}
@media all and (max-width:1339px){
  .keyword_box01 .clm > div{
    flex-direction: column;
  }
  .keyword_box .com_txt{
    margin-top: 30px;
  }
  .keyword_box--img{
    order: -1;
  }
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){
}



/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .keyword_box02{
    margin-top: 35px;
  }

  .keyword_box--ttl01{
    font-size: 31px;
  }

  .keyword_box01 .clm{
    padding: 40px 5%;
  }
  .keyword_box--ttl02{
    font-size: 18px;
    margin-top: 20px;
  }
  .keyword_box .clm > div{
    margin-top: 25px;
  }
  .keyword_box--txt{
    margin-top: 25px;
  }

  

}



/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}

