@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
.sub_h1 {
  max-width: 940px;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
}
.service {
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .service {
    font-size: 17.5px;
  }
}
.service__inner {
  max-width: 940px;
  margin: auto;
  padding: 0 10px;
}
.service__block_wrapper {
  padding: 15px 3% 0;
  background-color: #ccc;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .service__block_wrapper {
    padding-top: 20px;
  }
}
.service__block {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .service__block {
    padding-bottom: 40px;
  }
}
.service__block_inner {
  background-color: #ffdfec;
  background-image: url(../img/bg.jpg), url(../img/bg_bottom.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  border-radius: 0.2em;
  text-align: center;
  padding: 1em 2%;
  border: 1px solid rgb(172.4636871508, 169.4804469274, 159.5363128492);
}
.service__block--normal .service__block_inner {
  background-color: #fff;
}
.service__text {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: min(4.8vw, 26px);
  margin-bottom: 1em;
  color: rgb(255, 95.6, 149.4978417266);
}
.service__text--top {
  margin-bottom: 1em;
}
.service__text--bottom {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.service__list {
  max-width: 767px;
  margin: auto;
}
.service__item {
  background-color: rgb(255, 245, 249);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
}
.service__item {
  width: 100%;
  display: flex;
}
.service__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.service__item_photo {
  position: relative;
  display: block;
  width: 50%;
  padding-top: 50%;
  overflow: hidden;
}
.service__item_photo img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.service__item_text {
  color: rgb(255, 95.6, 149.4978417266);
  display: block;
  width: 50%;
  padding: 1em 3%;
  font-size: min(4.4vw, 24px);
}
@media screen and (max-width: 767px) {
  .service__item_text {
    text-align: left;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .service__item_text {
    text-align: center;
  }
}
.service__item_text {
  position: relative;
}
.service__item_text::after {
  content: "";
  position: absolute;
  left: -1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-right: 1.5em solid rgb(255, 245, 249);
  border-left: 0;
}
.service__item:nth-child(2n) .service__item_text::after {
  left: auto;
  right: -1em;
  border-left: 1.5em solid rgb(255, 245, 249);
  border-right: 0;
}/*# sourceMappingURL=service.css.map */