@charset "UTF-8";
/*************************************************

lowerbtns

*************************************************/
.lowerbtns {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .parts-btn01 {
    width: min(26rem, 100%);
    min-height: 5rem;
  }
}

/*************************************************

service-merit

*************************************************/
.service-meritbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
  padding: 4.5rem 4rem;
  border: #F0F0F0 solid 0.4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .service-meritbox {
    display: block;
    margin-bottom: 4rem;
    padding: 3.5rem 2rem;
  }
}
.service-meritbox:last-child {
  margin-bottom: 0;
}

.service-meritbox__img {
  width: 29.8076923077%;
  text-align: center;
  line-height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .service-meritbox__img {
    width: 80%;
    margin: 0 auto 3rem;
  }
}
.is-02 .service-meritbox__img img {
  max-width: 95.6989247312%;
}
.is-02 .service-meritbox__img img {
  max-width: 99.6415770609%;
}

.service-meritbox__leters {
  width: 58.7606837607%;
}
@media screen and (max-width: 767px) {
  .service-meritbox__leters {
    width: auto;
  }
}

.service-meritbox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: #004292 solid 0.3rem;
}
.service-meritbox__title .in-num {
  width: 8rem;
  color: #FFA11F;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service-meritbox__title .in-num {
    width: 5rem;
    font-size: 3.2rem;
  }
}
.service-meritbox__title .in-text {
  width: calc(100% - 8rem);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .service-meritbox__title .in-text {
    width: calc(100% - 5rem);
    font-size: 1.8rem;
  }
}

.service-meritbox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.service-meritbox__list .in-item {
  position: relative;
  padding-left: 1.1em;
  font-weight: 500;
}
.service-meritbox__list .in-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}

/*************************************************

service-cost

*************************************************/
.service-cost .parts-tablestyle th {
  padding-right: 0;
  padding-left: 0;
  width: 25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-cost .parts-tablestyle th {
    width: 50%;
  }
}

/*************************************************

service-movie

*************************************************/
.service-movie-el {
  width: min(88rem, 100% - 4rem);
  margin: 0 auto 5rem;
  line-height: 0;
}
.service-movie-el iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}