.box-mv {
  position: relative;
}
@media (max-width: 767px) {
  .box-mv {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .box-mv__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding-left: 3rem;
    padding-right: 0.6rem;
  }
}
@media (max-width: 767px) {
  .box-mv__content {
    padding-bottom: 2.5rem;
  }
}
.box-mv__txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8571428571;
}
@media (min-width: 768px) {
  .box-mv__txt {
    margin-top: 5.2rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-mv__txt {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .box-mv__txt {
    margin-top: 1rem;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
@media (max-width: 767px) {
  .box-mv__qrcode {
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    margin-top: 2rem;
  }
}
.box-mv__qrcode ul {
  display: flex;
  flex-direction: row;
}
.box-mv__qrcode li {
  text-align: center;
}
@media (min-width: 768px) {
  .box-mv__qrcode li {
    background-color: #F2FAF9;
    padding: 1.5rem 2rem 2rem;
    width: 17.5rem;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-mv__qrcode li {
    padding: 1rem 1.5rem 1.5rem;
  }
}
.box-mv__qrcode li p {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: bold;
}
@media (max-width: 767px) {
  .box-mv__qrcode li p {
    font-size: 3.7333333333vw;
  }
}
.box-mv__qrcode li + li {
  margin-left: 1.6rem;
}
@media (max-width: 767px) {
  .box-mv__qrcode li + li {
    margin-left: 2vw;
  }
}
@media (min-width: 768px) {
  .box-mv__qr {
    margin: 0.7rem auto 1.2rem;
  }
}
@media (max-width: 767px) {
  .box-mv__qr {
    display: none;
  }
}

.box-featured__ttl {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 0.7rem;
}
.box-featured__grid {
  display: flex;
}
@media (min-width: 768px) {
  .box-featured__grid {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .box-featured__grid {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .box-featured__content {
    width: 46.3rem;
    max-width: 55.2505966587%;
    margin-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-featured__content {
    max-width: 70%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .box-featured__content {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .box-featured__img {
    width: 35.5rem;
    max-width: 42.3627684964%;
  }
}
.box-featured__img img {
  width: 100%;
}
.box-featured__points {
  display: flex;
  flex-wrap: wrap;
}
.box-featured__point {
  background: #F8F7F7;
  list-style: none;
  padding: 2rem 2rem 0 0;
  min-height: 16.5rem;
  display: flex;
  flex-wrap: nowrap;
}
.box-featured__point + li {
  margin-top: 1rem;
  width: 100%;
}
.box-featured .point-icon {
  width: 8.8rem;
  height: 8.8rem;
  min-width: 8.8rem;
  margin: 1rem 1.9rem 0;
  border-radius: 100rem;
  background: #FABF00;
  color: #2E2E2E;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box-featured .point-icon {
    padding-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-featured .point-icon {
    width: 6rem;
    height: 6rem;
    min-width: 6rem;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .box-featured .point-icon {
    width: 7rem;
    height: 7rem;
    min-width: 7rem;
    margin: 1rem 1.5rem 0;
  }
}
.box-featured .point-number {
  font-size: 3rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .box-featured .point-number {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .box-featured .point-content {
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.box-featured .point-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5555555556;
  color: #000;
  margin-bottom: 0.5rem;
}
.box-featured .point-txt {
  line-height: 1.8571428571;
}

@media (min-width: 768px) {
  .service-btn {
    margin: 2rem -0.7rem 0;
  }
}
@media (min-width: 768px) {
  .service-btn .colums-list02__item {
    padding: 0 0.7rem;
  }
}
@media (max-width: 767px) {
  .service-btn .colums-list02__item + * {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.service-btn .btn {
  max-width: 100%;
}
@media (max-width: 767px) {
  .service-btn .btn {
    width: 72.2666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .box-content--service {
    padding-bottom: 1.4rem;
  }
}
.box-content--service .link-blank {
  text-align: left;
}
.box-content--service .link-blank img {
  display: inline-block;
}
@media (min-width: 768px) {
  .box-content--service .box__information {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
  .box-content--service .box__information > li {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .box-content--service .box__information .txt-small {
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .box-content--service .box__information > li:last-child {
    padding-top: 0.8rem;
  }
}
.box-content--service .box__info {
  padding: 0;
}
@media (min-width: 768px) {
  .box-content--service .box__info {
    margin-top: -0.5rem;
  }
}
@media (max-width: 767px) {
  .box-content--service .box__info .txt-small {
    margin-bottom: 0.8rem;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
@media (max-width: 479px) {
  .box-content--service .box__info .txt-small {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .page-link a.fs_s {
    font-size: 12px;
  }
}/*# sourceMappingURL=service.css.map */