@media screen and (max-width: 768px) {
  .headline_m>span{
    font-size:5.3vw ;
    line-height: 1.5;
    white-space: nowrap;
  }
}

.box_head{
  position: relative;
  max-width: 630px;
  width: 100%;
}

.box_head .txt .theme{
  font-size: 1.8rem;
  line-height: 44px;
  text-align: left;
  color: #fff;
  width: 300px;
  background: #0092E6;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 10px;
}

.box_head .txt .ttl{
  font-size: 3rem;
  line-height: calc(50 / 30);
  color: #0092e6;
  margin-bottom: 30px;
}

.box_head .icon{
  position: absolute;
  right:0;
  top:0;
}

.box_head.num02 .txt .theme{ background: #01A99E;}
.box_head.num03 .txt .theme{ background: #5C66C4;}
.box_head.num04 .txt .theme{ background: #B19037;}

.box_head.num02  .txt .ttl{ color: #01A99E;}
.box_head.num03  .txt .ttl{ color: #5C66C4;}
.box_head.num04  .txt .ttl{ color: #B19037;}

@media screen and (max-width: 1400px) {
  .box_head.num01 .icon {
    top: -9px;
  }
}
@media screen and (max-width: 1279px) {
  .box_head .txt .theme{
      max-width: 250px;
  }

  .box_head .txt .ttl{
    font-size: 2.2vw;
    margin-bottom: 30px;
  }
  .box_head {
    max-width: 562px;
  }

}

@media screen and (max-width: 1024px) {
  .box_head {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .box_head .icon{
    position: static;
  }


  .box_head .txt .theme{
    font-size: 1.8rem;
    width: 300px;
    margin-bottom: 10px;
  }

  .box_head .txt .ttl{
    font-size: 3rem;
    margin-bottom: 0px;
  }

  .box_head .icon{
    right: 0;
    top: 0;
  }

}
@media screen and (max-width: 768px) {
  .box_head .txt .ttl {
    margin-bottom: 0px;
    font-size: 6.2vw;
    white-space: nowrap;
  }

  .box_head.num03{
    gap:5px;
  }

  .box_head.num03 .txt .ttl {
    font-size: 5.6vw;
  }

  .box_head .txt .theme {

    width: 280px;
    margin-bottom: 10px;
  }
}

.section_service_head {
  padding-bottom: 100px;
}

.section_service_head .img{
  margin-top: 40px;
  margin-bottom: 36px;
}

.section_service_head .ttl {
  font-size: 2.4rem;          
  line-height: calc(36 / 24);  
  color: #0092E6;
  margin-bottom: 34px;
  font-weight: bold;
}

.section_service_head .msg1 {
  font-size: 1.8rem;         
  line-height: 2; 
  margin-bottom: 40px;
} 

.section_service_concept .msg1{
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 2;
}

.section_service_concept .headline_mark{
  font-weight: bold;
  font-size: 2.4rem;
  line-height: calc(36 /24 );
  color: var(--main-clr);
  margin-bottom: 20px;
}

.section_service_concept .msg2{
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section_service_head{
    padding-bottom: 10px;
  }

  .section_service_head .ttl {
    font-size: 2rem;
    margin-bottom: 34px;
  }

  .section_service_head .msg1 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .section_service_concept .msg1{
    margin-bottom: 40px;
    font-size: 1.6rem;
  }

  .section_service_concept .headline_mark{
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .section_service_concept .msg2{
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

/**/
.section_service_list .row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.section_service_list .row .box{
  width: 47%;
}
.section_service_list .row .img{
  width: 47%;
}

.section_service_list .row_sub{
  margin-top: 60px;
}

.section_service_list .msg1{
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 2;
}

.section_service_list .button2{
  width: 100%;
}

.section_service_list .name{
  margin-bottom: 20px;
}

.section_service_list .name span{
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  color: #555;
}
.section_service_list .name strong{
  font-size: 2.4rem;
  line-height: 1.5;
  display: block;
}

.section_service_list .msg2{
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  
  .section_service_list .row{
    margin-bottom: 80px;
  }
  .section_service_list .row .box{
    width: 443px
  }
  .section_service_list .row .img{
    width: calc(100% - 473px);
  }
}

@media screen and (max-width: 1100px) {
  
  .section_service_list .row .box{
    width: 50%
  }
  .section_service_list .row .img{
    width: 45%;
  }
}

@media screen and (max-width: 1024px) {
  .section_service_list .row{
    display: block;
  }

  .section_service_list .row {
    margin-bottom: 60px;
  }

  .section_service_list .row .box{
    width: 100%;
    margin-bottom: 20px;
  }

  .section_service_list .row .img{
    width: 100%;
    margin-bottom: 30px;
  }

  .section_service_list .row_sub {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .section_service_list .msg1{
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .section_service_list .button2{
    width: 100%;
  }

  .section_service_list .name{
    margin-bottom: 20px;
  }

  .section_service_list .name span{
    font-size: 1.4rem;
    text-align: left;
  }

  .section_service_list .name strong{
    font-size: 2rem;
    display: block;
  }

  .section_service_list .msg2{
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

}
