@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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;
  }
}
.inline_block {
  display: inline-block;
}

:root {
  --max-width: 768px;
}

.service_c_block {
  max-width: var(--max-width);
  margin: auto;
}
.service_c_block__list {
  line-height: 1.8;
}

.service_c_block__list--arrow .service_c_block__item {
  display: inline;
}
.service_c_block__list--arrow .service_c_block__item::before {
  content: none;
}

.main_visual {
  margin: -1px calc(-3% - 1px) 0;
}
@media screen and (min-width: 768px) {
  .main_visual {
    margin: -1px calc(-3% - 2px) 0;
  }
}
.main_visual__text {
  line-height: 1.6;
  font-size: min(4.2vw, 1.2em);
  margin-bottom: 0.8em;
  padding: 0.8em 0;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.main_visual__photo img {
  width: 100%;
}

.service {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .service {
    font-size: 17px;
  }
}
.service__inner {
  max-width: 940px;
  margin: auto;
  padding: 0 10px;
}
.service__block {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .service__block {
    padding-bottom: 40px;
  }
}
.service__block_inner {
  background-size: 100%;
  border-radius: 0.2em;
  text-align: center;
  padding: 0 3% 1em;
  background-color: #3b1605;
}
@media screen and (min-width: 768px) {
  .service__block_inner {
    padding-bottom: 1.5em;
  }
}
.service__text--bottom {
  max-width: var(--max-width);
  margin: -0.5em auto 0;
  font-size: min(4vw, 16px);
  padding: 0.8em 0.8em;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgb(178.5, 178.5, 178.5);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .service__text--bottom {
    line-height: 1.5;
    margin-top: -1em;
  }
}
.service__title {
  margin: 0 auto 0.8em;
  max-width: var(--max-width);
  padding: 0.2em 0;
  font-size: min(4.6vw, 1.2em);
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 1px solid;
  color: rgba(255, 255, 255, 0.9);
  border-left: none;
  border-right: none;
}
.service__list > li .service__title::before {
  counter-increment: my-counter; /* カウンターを増やす */
  content: counter(my-counter) ". "; /* 番号と文字を表示 */
}
.service__list {
  max-width: var(--max-width);
  margin: auto;
  padding: 0;
  counter-reset: my-counter; /* カウンターをリセット(初期化) */
}
.service__item {
  background-color: rgb(252.725, 245.9, 229.975);
  border: 1px solid #999999;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 100%;
  position: relative;
  margin-bottom: 3.5em;
}
.service__item:not(.service__item--last)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.6em;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 1.8em solid transparent;
  border-right: 1.8em solid transparent;
  border-top: 1.6em solid #e85f72;
  border-bottom: 0;
}
.service__item {
  /*&:not(.service__item--last)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2em;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 2.5em solid transparent;
    border-right: 2.5em solid transparent;
    border-top: 1.0em solid #fff;
    border-bottom: 0;
  }*/
}
.service__item_title {
  width: 100%;
  padding: 0 0 0.3em;
  font-size: min(4.6vw, 1.2em);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(72, 37, 18, 0.8);
  margin-bottom: 0.5em;
}
.service__item_photo {
  position: relative;
  display: block;
  width: 40%;
  padding-top: 26%;
  overflow: hidden;
}
.service__item_photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__item_textarea {
  display: block;
  width: 60%;
  padding: 1em 3%;
  font-size: min(4vw, 17px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service__item_textarea {
    font-size: min(3.8vw, 16px);
  }
}
@media screen and (min-width: 768px) {
  .service__item_textarea {
    line-height: 1.7;
  }
}/*# sourceMappingURL=service.css.map */