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

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-green: #1d4c45;
  --cc-yellow: #ffe553;
  --header-w: 260px;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- @hover

================================================ */
/* ================================================

- 墓地の種類MV

================================================ */
.l-body.faq-body {
  padding-top: 112px;
}

.faq-sc.-faq {
  padding-bottom: 82px;
  background-color: #f2f2f2;
}
.faq-sc.-faq .faq-sc__inner {
  padding: 0 70px;
  position: relative;
}

.m-ankNav.-faq {
  position: relative;
  top: -32px;
}

.faq-content {
  margin-top: 50px;
}

#faq1 + .faq-content {
  margin-top: 24px;
}

.faq-content__ttl {
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.faq-attention {
  margin-top: 30px;
}

.faq-attention__details {
  background-color: #FFFFFF;
}

.faq-attention__details:not(:first-of-type) {
  margin-top: 12px;
}

.faq-attention__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  padding: 20px 65px 21px 65px;
  font-size: 1.7rem;
  line-height: 1.647;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.faq-attention__summary::before {
  content: "Q.";
  position: absolute;
  top: 7px;
  left: 20px;
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #f55914;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.faq-attention__summary::-webkit-details-marker {
  display: none;
}

@media (hover: hover) {
  .faq-attention__summary {
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .faq-attention__summary:hover {
    opacity: 0.7;
  }
}
.faq-attention__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 35px;
  right: 40px;
}
.faq-attention__icon::before, .faq-attention__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--cc-green);
}
.faq-attention__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-attention__icon::after {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.faq-attention__details.-open .faq-attention__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.faq-attention__content__txt {
  padding: 0 65px 20px 65px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.faq-attention__content__txt::before {
  content: "A.";
  position: absolute;
  top: -1px;
  left: 20px;
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #148b79;
}
.faq-attention__content__txt p {
  font-size: 1.7rem;
  line-height: 1.647;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.js-details.-open .faq-attention__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  #faq4,
  #faq3,
  #faq2,
  #faq1 {
    padding-top: 13.333vw;
    margin-top: -13.333vw;
  }
  .l-body.faq-body {
    padding-top: 21.333vw;
  }
  .faq-sc.-faq {
    padding-bottom: 16vw;
  }
  .faq-sc.-faq .faq-sc__inner {
    padding: 0 4.8vw;
  }
  .m-ankNav.-faq {
    top: -8.533vw;
  }
  .faq-content {
    margin-top: 13.333vw;
  }
  #faq1 + .faq-content {
    margin-top: 6.4vw;
  }
  .faq-content__ttl {
    font-size: 5.8666666667vw;
  }
  .faq-attention {
    margin-top: 6.667vw;
  }
  .faq-attention__details:not(:first-of-type) {
    margin-top: 3.2vw;
  }
  .faq-attention__summary {
    padding: 5.333vw 9.333vw 5.6vw 14.133vw;
    font-size: 4vw;
  }
  .faq-attention__summary::before {
    top: 1.867vw;
    left: 4vw;
    font-size: 6.9333333333vw;
  }
  .faq-attention__icon {
    top: 8.267vw;
    right: 8vw;
  }
  .faq-attention__icon::before, .faq-attention__icon::after {
    width: 4.8vw;
    height: 0.533vw;
  }
  .faq-attention__content__txt {
    padding: 0 5.333vw 5.333vw 14.133vw;
  }
  .faq-attention__content__txt::before {
    top: -0.267vw;
    left: 4vw;
    font-size: 6.9333333333vw;
  }
  .faq-attention__content__txt p {
    font-size: 4vw;
  }
  .js-details.-open .faq-attention__content__txt {
    opacity: 1;
  }
}