.service-title-sec {
  margin-bottom: 70px;
}
@media screen and (min-width: 541px) {
  .service-title-sec {
    margin-bottom: 100px;
  }
}

/*-----------------
 service
------------------*/
.service-box {
  margin-bottom: 75px;
}
@media screen and (min-width: 541px) {
  .service-box {
    margin-bottom: 85px;
  }
}
.service-box .service-name {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-box .service-name .en {
  font-size: 2.1rem;
  margin-right: 1.5rem;
}
.service-box .service-name .jp {
  font-size: 1.2rem;
  font-weight: 400;
}
.service-box .service-img {
  margin-bottom: 20px;
}
.service-box .service-img img {
  aspect-ratio: 1028/550;
}

@media screen and (max-width: 834px) {
  .service-box .service-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
  }
  .service-box .service-name .en {
    margin-bottom: 6px;
  }
  .service-box .txt-flex .comment {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 835px) {
  .service-box {
    margin-bottom: 100px;
  }
  .service-box .service-name {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1;
  }
  .service-box .service-name .en {
    font-size: 2.3rem;
    margin-right: 2rem;
  }
  .service-box .service-name .jp {
    font-size: 1.3rem;
  }
  .service-box .service-img {
    margin-bottom: 36px;
  }
  .service-box .txt-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-box .txt-flex .comment {
    padding-right: 10%;
  }
  .service-box .txt-flex .button {
    width: 170px;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1241px) {
  .service-box {
    margin-bottom: 140px;
  }
  .service-box .service-name .en {
    font-size: 2.4rem;
  }
  .service-box .service-name .jp {
    font-size: 1.4rem;
  }
}
.service-contact-box {
  background-color: #f5f5f5;
  padding: 30px;
}
.service-contact-box h4 {
  margin-bottom: 30px;
}

@media screen and (min-width: 541px) {
  .service-contact-box {
    padding: 40px;
  }
  .service-contact-box h4 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 835px) {
  .service-contact-box {
    padding: 50px;
  }
  .service-contact-box h4 {
    margin-bottom: 70px;
  }
}