@charset "utf-8";
/* CSS Document */

section#service{
  margin: 84px 0 52px;
}

@media (max-width:768px){
  section#service{
    margin: 27px 0 0;
  }
}

.hd_1{
  font-size: 24px;
  font-weight: bold;
  line-height:1.8;
  padding-bottom: 3px;
  display: inline; 
  background:linear-gradient(transparent 90%, var(--color-style2) 0%);
}

#service .frr{
  flex-direction: row-reverse;
}

#service h4{
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 38px;
}

#service ul li{
  width: 50%;
  min-height:497px
}

#service ul li:nth-child(2){
  padding: 60px 0;
  container-type: inline-size;
  box-sizing: border-box;
}

#service ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#service ul li p{
  line-height: 2.25;
  width: 561px;
}

@container (max-width:600px){
  #service ul li p{
    width: 80%;
    line-height: 2.2;
  }
}

#service ul:nth-of-type(2){
  margin-bottom: 219px;
}

@media (max-width:768px){
  #service h4{
    font-size: 24px;
  }

  #service ul li{
    width: 100%;
    min-height:auto
  }

  #service ul li img{
    height: 202px;
  }

  #service ul,
  #service ul:nth-of-type(2){
    margin-bottom: 120px;
  }

  #service ul li p{
    width: 80%;
    line-height: 2.2;
  }

}

@media (max-width:420px){
  .hd_1{
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}