@charset "UTF-8";
@media screen and (max-width: 768px) {
  .fv__img {
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.detail__box {
  display: flex;
  gap: 80px;
  max-width: 1160px;
  margin: 0 auto 50px auto;
  align-items: center;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .detail__box {
    display: block;
    font-size: 4.2666666667vw;
  }
}
.detail__box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .detail__box:nth-child(even) {
    flex-direction: column;
  }
}
.detail__box img {
  width: 100%;
}
.detail__box--left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .detail__box--left {
    width: 50%;
    margin: 0 auto 2.6666666667vw;
  }
}
.detail__box--right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .detail__box--right {
    width: 90%;
    margin: 0 auto;
  }
}
.detail__box--right > p {
  margin-bottom: 20px;
}
.detail h2 {
  margin: 0 0 30px 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .detail h2 {
    margin: 0 auto 8vw;
  }
}
.detail h2 p {
  line-height: 1;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .detail h2 p {
    font-size: 5.3333333333vw;
  }
}
.detail__info {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #68BDF3;
}
@media screen and (max-width: 768px) {
  .detail__info {
    padding: 2.6666666667vw;
    font-size: 12;
  }
}
.detail__info::before {
  content: "例";
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .detail__info::before {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.detail__info ul {
  display: flex;
  flex-wrap: wrap;
}
.detail__info ul li {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .detail__info ul li {
    padding-right: 0;
    font-size: 3.7333333333vw;
  }
}
.detail__info ul li::before {
  content: "・";
}/*# sourceMappingURL=service.css.map */