@charset "UTF-8";
@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-tb {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .hidden-xl {
    display: none !important;
  }
}

[id] {
  scroll-margin-top: 100px;
}

html {
  margin-top: 0 !important;
  height: 100%;
  overflow-y: scroll;
}

body {
  margin-inline: auto !important;
  background: #fff;
  width: 100%;
  overflow-x: clip;
  color: #333333;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.no-scroll {
  height: 100%;
  overflow: hidden;
}
body {
  padding-top: clamp(40px, 10.256vw, 80px); /* ヘッダーの高さ（max-heightなど）に合わせて調整 */
}
@media (min-width: 1920px) {
  body {
    padding-top: 100px;
  }
}
body.home {
  padding-top: 0;
}

main {
  position: relative;
}

.section {
  width: 100%;
  margin-inline: auto;
}

.wrap {
  max-width: 1920px;
  margin-inline: auto;
}

.inner {
  position: relative;
  max-width: 1680px;
  margin-inline: auto;
  padding-inline: clamp(15px, 3.846vw, 120px);
}

#wpadminbar {
  display: none;
}

/* 初期状態（非表示） */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

/* 表示状態（ふわっと現れる） */
.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-fv {
  width: 100%;
  height: 102.564vw;
  max-height: 500px;
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .section-fv {
    height: 43.4375vw;
    max-height: 834px;
    padding-bottom: 0;
  }
}

.section-fv__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/common/c-arch.png);
  background-size: cover;
  background-position: 30% center;
}
.section-fv__overlay {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  inset: 0;
  background: rgba(85, 85, 85, 0.2);
}
.section-fv__inner {
  position: relative;
  z-index: 10;
  height: 100%;
  padding-block: 100px 150px;
  padding-inline: clamp(15px, 3.85vw, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .section-fv__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .section-fv__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-block: 80px 20px;
  }
}
@media (min-width: 1440px) {
  .section-fv__inner {
    padding-block: 150px 20px;
  }
}
@media (min-width: 1920px) {
  .section-fv__inner {
    padding-block: 300px 20px;
    padding-right: 0;
  }
}
.section-fv__ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  color: #fff;
  font-weight: 900;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .section-fv__ttl {
    gap: none;
  }
}
.section-fv__ttl h3 {
  font-size: 20px;
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 768px) {
  .section-fv__ttl h3 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .section-fv__ttl h3 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .section-fv__ttl h3 {
    font-size: 32px;
  }
}
.section-fv__ttl h2 {
  text-align: center;
  font-size: 24px;
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 768px) {
  .section-fv__ttl h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .section-fv__ttl h2 {
    font-size: 24px; 
  }
}
@media (min-width: 1440px) {
  .section-fv__ttl h2 {
    font-size: 40px;
  }
}
.section-fv__container {
  display: none;
}
@media (min-width: 1024px) {
  .section-fv__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    height: 100%;
  }
}
.section-fv__scrollbar {
  position: relative;
  background: #fff;
  width: 1px;
  right: 16px;
  height: 96px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .section-fv__scrollbar {
    height: 200px;
  }
}
.section-fv__scrollbar::after {
  content: "SCROLL";
  font-size: 9px;
  font-family: "Alegreya", serif;
  color: #fff;
  position: absolute;
  display: inline-block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  bottom: 32px;
  left: -4px;
}
@media (min-width: 768px) {
  .section-fv__scrollbar::after {
    font-size: 20px;
  }
}
.section-fv__scrollbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  -webkit-animation: scrollMove 8s ease-in-out infinite;
          animation: scrollMove 8s ease-in-out infinite;
}
@media (min-width: 768px) {
  .section-fv__scrollbar::before {
    width: 14px;
    height: 14px;
    left: -6.5px;
  }
}
@-webkit-keyframes scrollMove {
  0% {
    top: 6.25%;
  }
  50% {
    top: 87.5%;
  }
  100% {
    top: 6.25%;
  }
}
@keyframes scrollMove {
  0% {
    top: 6.25%;
  }
  50% {
    top: 87.5%;
  }
  100% {
    top: 6.25%;
  }
}
.section-fv__links {
  display: none;
}
@media (min-width: 1024px) {
  .section-fv__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 10;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .section-fv__links.is-fixed {
    position: fixed !important;
    top: 100px !important;
    right: clamp(15px, 3.85vw, 120px) !important;
    z-index: 9995 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 275px;
    padding-block: 10px;
    pointer-events: auto !important;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  .section-fv__links.is-fixed {
    right: calc(50% - 840px + 3.85vw) !important;
  }
}
@media (min-width: 1024px) and (min-width: 1920px) {
  .section-fv__links.is-fixed {
    right: calc(50% - 840px) !important;
  }
}
.section-fv__links {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.section-fv__links.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.section-fv__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 275px;
  color: #fff;
  background-color: #907910;
  border: 2px solid #907910;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-fv__link:hover {
  background-color: #fff;
  color: #907910;
}
.section-fv__link:hover .icon-arrow {
  background: #907910;
}
.section-fv__link:hover .icon-arrow::before, .section-fv__link:hover .icon-arrow::after {
  background: #907910;
}
.section-fv__link .link-txt {
  margin-right: auto;
  white-space: nowrap;
}
.section-fv__link .icon-arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 0;
  margin: 5.7px 0;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-fv__link .icon-arrow::before, .section-fv__link .icon-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.section-fv__link .icon-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-fv__link .icon-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-fv {
  /* 背景スライダーのスタイル */
}
.section-fv__windows {
  width: 100%;
  height: 100vh;
  position: absolute;
  max-width: 1080px;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 4px;
}
@media (min-width: 1024px) {
  .section-fv__windows {
    left: 40%;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section-fv__windows .area-1 {
    margin-bottom: 3.9583vw;
    margin-right: -8px;
  }
}
@media (min-width: 1440px) {
  .section-fv__windows .area-1 {
    margin-right: -10px;
  }
}
@media (min-width: 1920px) {
  .section-fv__windows .area-1 {
    margin-right: -16px;
  }
}
@media (min-width: 1024px) {
  .section-fv__windows .area-3 {
    margin-bottom: 2.6042vw;
    margin-left: -2px;
  }
}
@media (min-width: 1440px) {
  .section-fv__windows .area-3 {
    margin-left: -6px;
  }
}
.section-fv__windows .slider-area {
  overflow: hidden;
  position: relative;
  display: block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-fv__windows .slider-area {
  -webkit-mask-image: radial-gradient(circle closest-side, #000 calc(93% - 11px), transparent 100%);
          mask-image: radial-gradient(circle closest-side, #000 calc(93% - 11px), transparent 100%);
}
@media (min-width: 1440px) {
  .section-fv__windows .slider-area {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1920px) {
  .section-fv__windows .slider-area {
    width: 210px;
    height: 210px;
  }
}
.section-fv__windows .slider-area .slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-animation: sliderAnime 120s ease-in-out infinite;
          animation: sliderAnime 120s ease-in-out infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.section-fv__windows .slider-area .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-fv__windows .slider-area.is-active .slider-item, .section-fv.is-active .section-fv__windows .slider-area .slider-item {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

css.section-fv__windows .slider-area .slider-item:nth-child(1) {
  opacity: 1;
}
.section-fv__windows .slider-area:nth-child(1) .slider-item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.section-fv__windows .slider-area:nth-child(1) .slider-item:nth-child(2) {
  -webkit-animation-delay: -24s;
          animation-delay: -24s;
}
.section-fv__windows .slider-area:nth-child(1) .slider-item:nth-child(3) {
  -webkit-animation-delay: -48s;
          animation-delay: -48s;
}
.section-fv__windows .slider-area:nth-child(1) .slider-item:nth-child(4) {
  -webkit-animation-delay: -72s;
          animation-delay: -72s;
}
.section-fv__windows .slider-area:nth-child(1) .slider-item:nth-child(5) {
  -webkit-animation-delay: -96s;
          animation-delay: -96s;
}
.section-fv__windows .slider-area:nth-child(2) .slider-item:nth-child(1) {
  -webkit-animation-delay: -16s;
          animation-delay: -16s;
}
.section-fv__windows .slider-area:nth-child(2) .slider-item:nth-child(2) {
  -webkit-animation-delay: -40s;
          animation-delay: -40s;
}
.section-fv__windows .slider-area:nth-child(2) .slider-item:nth-child(3) {
  -webkit-animation-delay: -64s;
          animation-delay: -64s;
}
.section-fv__windows .slider-area:nth-child(2) .slider-item:nth-child(4) {
  -webkit-animation-delay: -88s;
          animation-delay: -88s;
}
.section-fv__windows .slider-area:nth-child(2) .slider-item:nth-child(5) {
  -webkit-animation-delay: -112s;
          animation-delay: -112s;
}
.section-fv__windows .slider-area:nth-child(3) .slider-item:nth-child(1) {
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
}
.section-fv__windows .slider-area:nth-child(3) .slider-item:nth-child(2) {
  -webkit-animation-delay: -32s;
          animation-delay: -32s;
}
.section-fv__windows .slider-area:nth-child(3) .slider-item:nth-child(3) {
  -webkit-animation-delay: -56s;
          animation-delay: -56s;
}
.section-fv__windows .slider-area:nth-child(3) .slider-item:nth-child(4) {
  -webkit-animation-delay: -80s;
          animation-delay: -80s;
}
.section-fv__windows .slider-area:nth-child(3) .slider-item:nth-child(5) {
  -webkit-animation-delay: -104s;
          animation-delay: -104s;
}

@-webkit-keyframes sliderAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes sliderAnime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  3% {
    opacity: 1;
    transform: scale(1);
  }
  17% {
    opacity: 1;
    transform: scale(1.03);
  }
  25% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}
.section-concept__img.left {
  grid-area: left-img;
}

.section-concept__box {
  grid-area: text-box;
}

.section-concept__img.right {
  grid-area: right-img;
}

.section-concept {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.section-concept.is-active {
  opacity: 1;
}
.section-concept {
  margin-top: 68px;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .section-concept {
    margin-top: 145px;
  }
}
.section-concept .parts-bg-circle {
  right: -100px;
}
.section-concept .parts-bg-circle .circle-container {
  width: 76.9vw;
  height: 76.9vw;
  min-width: 300px;
  min-height: 300px;
}
.section-concept .parts-bg-circle .circle {
  width: 67.7vw;
  height: 67.7vw;
  min-width: 264px;
  min-height: 264px;
}
.section-concept__inner {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 0;
  /* SP: 2列にして、1行目にテキストを配置 */
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "text-box text-box" "left-img right-img";
}
@media (min-width: 1024px) {
  .section-concept__inner {
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas: "left-img text-box right-img";
  }
}
.section-concept__img {
  width: 24.38vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-inline: auto;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}
.section-concept.is-active .section-concept__img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 1024px) {
  .section-concept__img {
    max-width: 186px;
  }
}
.section-concept__img img {
  width: 100%;
  height: auto;
  display: block;
}
.section-concept__img--left {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section-concept__img--right {
  padding-top: 50px;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media (min-width: 1024px) {
  .section-concept__img--right {
    padding-top: 270px;
  }
}
.section-concept__box {
  font-weight: 900;
  text-align: center;
}
.section-concept__ttl {
  font-size: 20px;
  line-height: 1;
  color: #907910;
  padding-block: 25px;
}
@media (min-width: 1024px) {
  .section-concept__ttl {
    font-size: 40px;
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.section-concept__txt {
  font-weight: 600;
  line-height: 2;
}
.section-concept__txt br {
  display: none;
}
@media (min-width: 1024px) {
  .section-concept__txt br {
    display: block;
  }
}
.section-concept__from {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .section-concept__from {
    font-size: 16px;
    margin-top: 40px;
  }
}

.section-service {
  margin-top: 160px;
}
@media (min-width: 1024px) {
  .section-service {
    margin-top: 200px;
  }
}
.section-service__ttl {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  color: #907910;
}
@media (min-width: 1024px) {
  .section-service__ttl {
    font-size: 40px;
  }
}
.section-service__ttl br {
  display: none;
}
@media (min-width: 1024px) {
  .section-service__ttl br {
    display: block;
  }
}
@media (min-width: 1440px) {
  .section-service__ttl br {
    display: none;
  }
}
.section-service__cards {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  margin-inline: auto;
  gap: 12.82vw;
}
@media (min-width: 1024px) {
  .section-service__cards {
    padding-top: 50px;
    max-width: 1020px;
    gap: 80px;
  }
}
.section-service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (min-width: 1024px) {
  .section-service__card {
    max-height: 300px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(3, auto);
    gap: 36px 52px;
  }
  .section-service__card-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .section-service__card-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .section-service__card-item:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .section-service__card-item:nth-child(3) {
    grid-column: 2;
    grid-row: 1/4;
    align-self: center;
  }
}
.section-service__card-ttl {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .section-service__card-ttl {
    text-align: left;
    font-size: 24px;
    margin-top: 18px;
  }
}
.section-service__card-txt {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .section-service__card-txt {
    max-width: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
}
.section-service__img {
  margin-inline: auto;
  padding-inline: 30px;
  max-width: 500px;
}
@media (min-width: 1024px) {
  .section-service__img {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 450px;
  }
}
.section-service__img img {
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.section-service .parts-btn {
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .section-service .parts-btn {
    margin-top: auto;
    margin-right: 0;
    margin-left: auto;
  }
}

.section-introduce {
  position: relative;
  background: #fff;
  margin-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .section-introduce {
    margin-top: 200px;
  }
}
.section-introduce__ttl {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  color: #907910;
}
@media (min-width: 1024px) {
  .section-introduce__ttl {
    font-size: 40px;
  }
}
.section-introduce__content {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .section-introduce__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 50px;
    max-width: 44.79vw;
    gap: 0;
  }
}
.section-introduce__img {
  padding: 25px 30px;
  max-width: 500px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.section-introduce__img img {
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 1024px) {
  .section-introduce__img {
    min-width: 450px;
    max-width: 450px;
    padding: 0;
    margin: 0;
    margin-right: auto;
  }
}
.section-introduce__body {
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .section-introduce__body {
    min-width: 450px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    margin-left: -36px;
    margin-bottom: -10px;
    padding: 20px 20px 10px 20px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
.section-introduce__txt {
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .section-introduce__txt {
    max-width: none;
    width: 100%;
    font-size: 16px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.section-introduce .parts-btn {
  margin-top: 25px;
  text-align: center;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .section-introduce .parts-btn {
    margin-top: 10px;
    margin-inline: 0;
    margin-left: auto;
  }
}

.parts-logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.parts-logo__img {
  width: 46px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .parts-logo__img {
    width: 84px;
  }
}
.parts-logo__img img {
  width: 100%;
}
.parts-logo__word {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parts-logo__word h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 768px) {
  .parts-logo__word h2 {
    font-size: 36px;
  }
}
.parts-logo__word h3 {
  font-weight: 400;
  font-size: 9px;
  line-height: 1;
  font-family: "Alegreya", serif;
}
@media (min-width: 768px) {
  .parts-logo__word h3 {
    font-size: 18px;
  }
}

.logo--primary {
  color: #907910;
}

.logo--white {
  color: #fff;
}

.parts-tel {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .parts-tel {
    margin-bottom: 15px;
  }
}
.parts-tel a {
  font-weight: 900;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .parts-tel a {
    font-size: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 28px;
    margin: 0;
    pointer-events: none;
    cursor: default; /* カーソルを指マークにしない */
  }
}
.parts-tel span {
  width: 33.5px;
  height: 24px;
  -webkit-mask-image: url("../img/ui/tel-icon.svg");
          mask-image: url("../img/ui/tel-icon.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (min-width: 1024px) {
  .parts-tel span {
    width: 58px;
    height: 41.5px;
  }
}
.parts-tel--primary a {
  color: #907910;
}
.parts-tel--primary span {
  background-color: #907910;
}

.parts-tel--white a {
  color: #fff;
}
@media (min-width: 1024px) {
  .parts-tel--white a {
    pointer-events: none;
    cursor: default;
  }
}
.parts-tel--white span {
  background-color: #fff;
}

.parts-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.parts-btn__link {
  width: 184px;
  height: 52px;
  background-color: #907910;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding: 16px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.parts-btn__link:hover {
  background-color: #fff;
  color: #907910;
  border: 1px solid #907910;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.parts-btn.sec-contact .parts-btn__link {
  width: 250px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  white-space: nowrap;
  max-width: 250px;
}
.parts-btn.sec-contact .parts-btn__link:hover {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts-btn.sec-contact .parts-btn__link .link-icon {
  clip-path: polygon(0 0, 0 100%, 85% 50%);
  background: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.sec-contact-mail .parts-btn__link:hover {
  color: #907910;
  border: 1px solid #907910;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-contact-mail .parts-btn__link:hover .link-icon {
  background: #907910;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-contact-line .parts-btn__link {
  background: #a6ce4f;
}
.sec-contact-line .parts-btn__link:hover {
  color: #a6ce4f;
  border: 1px solid #a6ce4f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-contact-line .parts-btn__link:hover .link-icon {
  background: #a6ce4f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.parts-bg-circle {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -10;
}

.circle-container {
  position: relative;
  width: 51.3vw;
  height: 51.3vw;
  min-width: 200px;
  min-height: 200px;
}
@media (min-width: 1024px) {
  .circle-container {
    width: 36.46vw;
    height: 36.46vw;
    max-width: 700px;
    max-height: 700px;
  }
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 46.41vw;
  height: 46.41vw;
  min-width: 181px;
  min-height: 181px;
  border: 0.3px solid #e4e4e4;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media (min-width: 1024px) {
  .circle {
    width: 34.9vw;
    height: 34.9vw;
    max-width: 670px;
    max-height: 670px;
  }
}
.circle-1 {
  top: 0;
  left: 0;
  -webkit-animation: rotate-v1 20s linear infinite;
          animation: rotate-v1 20s linear infinite;
}
.circle-2 {
  top: 10px;
  left: -5px;
  -webkit-animation: rotate-v2 20s linear infinite;
          animation: rotate-v2 20s linear infinite;
}
.circle-3 {
  top: 5px;
  left: 8px;
  -webkit-animation: rotate-v3 20s linear infinite;
          animation: rotate-v3 20s linear infinite;
}

@-webkit-keyframes rotate-v1 {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateY(360deg);
            transform: rotateX(360deg) rotateY(360deg);
  }
}

@keyframes rotate-v1 {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateY(360deg);
            transform: rotateX(360deg) rotateY(360deg);
  }
}
@-webkit-keyframes rotate-v2 {
  0% {
    -webkit-transform: rotateX(45deg) rotateY(0deg);
            transform: rotateX(45deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(405deg) rotateY(360deg);
            transform: rotateX(405deg) rotateY(360deg);
  }
}
@keyframes rotate-v2 {
  0% {
    -webkit-transform: rotateX(45deg) rotateY(0deg);
            transform: rotateX(45deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(405deg) rotateY(360deg);
            transform: rotateX(405deg) rotateY(360deg);
  }
}
@-webkit-keyframes rotate-v3 {
  0% {
    -webkit-transform: rotateX(-45deg) rotateY(0deg);
            transform: rotateX(-45deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(315deg) rotateY(360deg);
            transform: rotateX(315deg) rotateY(360deg);
  }
}
@keyframes rotate-v3 {
  0% {
    -webkit-transform: rotateX(-45deg) rotateY(0deg);
            transform: rotateX(-45deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(315deg) rotateY(360deg);
            transform: rotateX(315deg) rotateY(360deg);
  }
}
.parts-bg-flower {
  position: absolute;
  width: 86px;
  height: 62px;
  z-index: -2;
}
@media (min-width: 1024px) {
  .parts-bg-flower {
    max-width: 300px;
    max-height: 215px;
    width: 15.625vw;
    height: 11.198vw;
  }
}
.parts-bg-flower img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.parts-page-contact-ttl {
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .parts-page-contact-ttl {
    font-size: 32px;
  }
}

.parts-page-contact-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 30px auto 35px;
}
@media (max-width: 389px) {
  .parts-page-contact-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .parts-page-contact-steps {
    gap: 36px;
    margin: 100px auto 80px;
  }
}
@media (min-width: 1440px) {
  .parts-page-contact-steps {
    gap: 58px;
  }
}
.parts-page-contact-steps__step {
  font-weight: 700;
  background: #fff;
  color: #333333;
  padding: 14px 28px;
}
@media (min-width: 1024px) {
  .parts-page-contact-steps__step {
    font-size: 24px;
    padding: 24px 100px;
  }
}
@media (min-width: 1440px) {
  .parts-page-contact-steps__step {
    font-size: 24px;
    padding: 24px 125px;
  }
}
.parts-page-contact-steps__step--input {
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
.parts-page-contact-steps__step--confirm {
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
.parts-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 20px;
  margin-inline: auto;
  border-radius: 10px;
  padding: 20px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.parts-contact-btn:hover {
  background: #fff;
  color: #907910;
  border-color: #907910;
}
.parts-contact-btn:hover .header__btn-icon {
  -webkit-mask-image: url("../img/ui/mail-icon.svg");
          mask-image: url("../img/ui/mail-icon.svg");
  background-color: #907910;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.parts-contact-btn:hover .header__btn-icon img {
  display: none;
}
.parts-contact-btn span {
  width: 35px;
  height: 27px;
}
.parts-contact-btn--primary {
  background: #907910;
  color: #fff;
}
.parts-contact-btn--primary span {
  -webkit-mask-image: none;
          mask-image: none;
  background-color: none;
}
.parts-contact-btn--primary span img {
  width: 100%;
}

.parts-contact-btn {
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.parts-contact-btn--white {
  background: #fff;
  color: #907910;
}
.parts-contact-btn--white span {
  -webkit-mask-image: url("../img/ui/mail-icon.svg");
          mask-image: url("../img/ui/mail-icon.svg");
  background-color: #907910;
}
.parts-contact-btn--white span img {
  display: none;
}
.parts-contact-btn--white:hover {
  background: #907910;
  color: #fff;
  border: 2px solid #fff;
}
.parts-contact-btn--white:hover span {
  -webkit-mask-image: none;
          mask-image: none;
}
.parts-contact-btn--white:hover span img {
  display: block;
}

.parts-faq-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
}
.parts-faq-card__q, .parts-faq-card__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.parts-faq-card__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.4em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .parts-faq-card__label {
    font-size: 20px;
  }
}
.parts-faq-card__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  margin: 0;
}
.parts-faq-card__q {
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parts-faq-card__q .parts-faq-card__label {
  color: #907910;
}
.parts-faq-card__q .parts-faq-card__txt {
  color: #907910;
}
@media (min-width: 1024px) {
  .parts-faq-card__q .parts-faq-card__txt {
    font-size: 24px;
    white-space: nowrap;
  }
}
@media (min-width: 1440px) {
  .parts-faq-card__q .parts-faq-card__txt {
    font-size: 30px;
  }
}
.parts-faq-card__a {
  padding-top: 15px;
  border-top: 1px solid #907910;
}
@media (min-width: 1024px) {
  .parts-faq-card__a {
    border: none;
  }
}
@media (min-width: 1024px) {
  .parts-faq-card__a .parts-faq-card__label {
    margin-top: 5px;
  }
}
.parts-faq-card__a .parts-faq-card__txt {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .parts-faq-card__a .parts-faq-card__txt {
    font-size: 20px;
  }
}

.block-page-ttl {
  position: relative;
  /* 左から20%・上↓中央の位置を中心に表示する */
  background-position: 20% center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  overflow: hidden;
  text-align: center;
  padding-inline: 3.85vw;
  z-index: 2;
}
@media (min-width: 1024px) {
  .block-page-ttl {
    background-position: 20% center;
  }
}
@media (min-width: 1920px) {
  .block-page-ttl {
    background-position: 20% 65%;
  }
}
.block-page-ttl__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
}
.block-page-ttl__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .block-page-ttl__content {
    max-width: 1080px;
    width: 100%;
  }
}
.block-page-ttl__txt {
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 0 #907910, -0.5px -0.5px 0 #907910, -0.5px 0.5px 0 #907910, 0.5px -0.5px 0 #907910, 0px 0.5px 0 #907910, 0px -0.5px 0 #907910, -0.5px 0px 0 #907910, 0.5px 0px 0 #907910, 0px 4px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .block-page-ttl__txt {
    padding: 0;
    font-size: 32px;
    margin-right: auto;
  }
}

.block-info {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 1024px) {
  .block-info {
    text-align: left;
  }
}
.block-info p {
  font-weight: 900;
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 1024px) {
  .block-info p {
    font-size: 16px;
  }
}
.block-info--primary p {
  color: #333333;
}

.block-info--white {
  text-align: center;
}
.block-info--white p {
  color: #fff;
}

.section-contact {
  margin-top: 50px;
  margin-bottom: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section-contact {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
.section-contact__wrap {
  position: relative;
  width: 100%;
  max-width: 2600px;
  margin-inline: auto;
}
.section-contact .parts-bg-circle {
  right: -30px;
  bottom: 46.15vw;
}
@media (min-width: 1024px) {
  .section-contact .parts-bg-circle {
    top: 50%;
    bottom: unset;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.section-contact__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-inline: 3.84vw;
}
@media (min-width: 1024px) {
  .section-contact__inner {
    width: 100%;
    max-width: 1080px;
    min-height: 690px;
    margin-inline: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-inline: 0;
    padding-left: 3.125vw;
  }
}
.section-contact__info-box {
  text-align: center;
}
@media (min-width: 1024px) {
  .section-contact__info-box {
    margin-top: 60px;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.section-contact__ttl {
  font-weight: 900;
  font-size: 20px;
  color: #907910;
}
@media (min-width: 1024px) {
  .section-contact__ttl {
    font-size: 40px;
  }
}
.section-contact__link-box {
  margin-top: 25px;
  background: #fff;
}
@media (min-width: 1024px) {
  .section-contact__link-box {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    max-width: 700px;
    padding: 48px 50px 30px;
    position: absolute;
    bottom: 25px;
    left: 3.125vw;
    z-index: 100;
  }
}
.section-contact__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  padding-inline: 55px;
}
@media (min-width: 1024px) {
  .section-contact__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    padding-inline: 0;
  }
}
.section-contact__links .link-line {
  display: none;
}
@media (min-width: 1024px) {
  .section-contact__links .link-line {
    display: block;
    width: 1px;
    min-width: 1px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 75px;
    background-color: #000;
  }
}
.section-contact__card-logo {
  margin-top: 25px;
  padding-inline: 6.41vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-contact__card-logo {
    margin-top: 41px;
    padding-inline: 0;
  }
}
.section-contact__txt {
  margin-top: 25px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-contact__txt {
    font-size: 20px;
  }
}
.section-contact__img {
  margin-top: 50px;
  padding-inline: 16.15vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-contact__img {
    margin: 0;
    padding: 0;
    max-width: 517px;
    max-height: 689px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.section-contact__bg-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.section-contact__bg-txt {
  font-weight: 500;
  color: #fff;
  -webkit-text-stroke: 0.3px #907910;
  font-size: 36px;
  font-family: "Alice", serif;
  letter-spacing: 0.03em;
  line-height: 1.3;
  white-space: nowrap;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
}
@media (min-width: 1024px) {
  .section-contact__bg-txt {
    font-size: 128px;
    -webkit-text-stroke: 1px #907910;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.home .header {
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 100;
}
.home .header.is-scrolled {
  background-color: #fff;
}
.home .header.is-scrolled .parts-logo__word {
  color: #907910;
}
.home .header.is-scrolled .menu-item a {
  color: #907910;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: clamp(15px, 3.846vw, 120px);
  height: 10.256vw;
  max-height: 80px;
}
@media (min-width: 1920px) {
  .header__inner {
    margin-inline: auto;
    padding: 0;
    max-width: 1680px;
    height: 100px;
    max-height: 100px;
    gap: 30px;
  }
}
.header .parts-logo {
  position: relative;
}
@media (min-width: 1440px) {
  .header .parts-logo {
    padding-left: 15px;
  }
}
.home .header .parts-logo__word {
  color: #fff;
}
.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  z-index: 100;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background: #907910;
  padding-bottom: 50px;
  width: 100%;
  max-width: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
}
.header__nav.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 768px) {
  .header__nav {
    right: max(15px, 3.846vw);
  }
}
@media (min-width: 1440px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.1vw;
    margin-top: 20px;
    border-radius: 10px;
    padding: 50px 0 100px;
    padding-inline: 4.861vw;
    width: 100%;
    max-width: 1260px;
  }
  .header__nav.is-checked {
    -webkit-transform: translateX(-3.85vw);
            transform: translateX(-3.85vw);
  }
}
@media (min-width: 1920px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -ms-flex-negative: 0;
        flex-shrink: 0; /* 潰されないように固定 */
    gap: 30px;
    -webkit-transform: none;
            transform: none;
    margin: 0;
    background: none;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin-left: auto;
  }
}
.header__nav-close {
  position: absolute;
  top: 0;
  right: 0;
}
.header__nav-close #js-close-button {
  margin-left: auto;
  background: #907910;
}
.header__nav-close #js-close-button.is-checked .header__icon-bar {
  position: absolute;
  background: #fff;
}
.header__nav-close #js-close-button.is-checked .header__icon-bar:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__nav-close #js-close-button.is-checked .header__icon-bar:nth-child(2) {
  display: none;
}
.header__nav-close #js-close-button.is-checked .header__icon-bar:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1440px) {
  .header__nav-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.header__nav-menu .menu-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav-menu .menu-item a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
@media (min-width: 1920px) {
  .header__nav-menu .menu-item a:hover {
    text-decoration-color: #907910;
  }
}
.header__nav-menu .menu-item a:hover::after {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
@media (min-width: 1920px) {
  .header__nav-menu .menu-item a:hover::after {
    text-decoration-color: #907910;
  }
}
@media (min-width: 1920px) {
  .header__nav-menu {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    height: auto;
    color: #907910;
  }
  .home .header__nav-menu .menu-item a {
    color: #fff;
  }
  .home .header__nav-menu .menu-item a:hover {
    color: #fff !important;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
  }
}
@media (min-width: 1920px) and (min-width: 1920px) {
  .home .header__nav-menu .menu-item a:hover {
    text-decoration-color: #fff;
  }
}
@media (min-width: 1920px) {
  .home .header__nav-menu .menu-item-has-children > a::after {
    color: #fff !important;
  }
  .home .header__nav-menu .menu-item-has-children:hover > a {
    color: #fff !important;
  }
  .home .header__nav-menu .menu-item-has-children:hover > a::after {
    color: #fff !important;
  }
  .is-scrolled .header__nav-menu .menu-item a {
    color: #907910 !important;
  }
  .is-scrolled .header__nav-menu .menu-item a:hover {
    color: #907910 !important;
    text-decoration-color: #907910;
  }
  .is-scrolled .header__nav-menu .menu-item-has-children > a::after {
    color: #907910 !important;
  }
  .is-scrolled .header__nav-menu .menu-item-has-children:hover > a {
    color: #fff !important;
  }
  .is-scrolled .header__nav-menu .menu-item-has-children:hover > a::after {
    color: #fff !important;
  }
  .is-scrolled .header__nav-menu .sub-menu {
    background: #907910;
  }
  .is-scrolled .header__nav-menu .sub-menu a {
    color: #fff !important;
  }
  .is-scrolled .header__nav-menu .sub-menu a:hover {
    text-decoration-color: #fff;
  }
}
@media (min-width: 1920px) and (min-width: 1920px) {
  .is-scrolled .header__nav-menu .sub-menu a:hover {
    color: #fff !important;
  }
}
@media (min-width: 1440px) {
  .header__nav-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 40%;
    max-width: 416px;
  }
}
@media (min-width: 1920px) {
  .header__nav-card {
    display: none;
  }
}
.header__nav-ttl {
  display: none;
}
@media (min-width: 1440px) {
  .header__nav-ttl {
    display: block;
    padding-bottom: 32px;
    width: 100%;
    font-size: 900px;
    line-height: 1.8;
  }
}
@media (min-width: 1024px) {
  .header__nav-ttl h3 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .header__nav-ttl h2 {
    font-size: 32px;
  }
}
.header__nav .parts-logo {
  margin-right: auto;
  padding-inline: 3.85vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 10.256vw;
  max-height: 80px;
}
@media (min-width: 1440px) {
  .header__nav .parts-logo {
    padding-inline: 0;
  }
}
@media (min-width: 1920px) {
  .header__nav .parts-logo {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  padding-inline: 3.85vw;
}
@media (min-width: 1440px) {
  .header__nav-list {
    padding-inline: 0;
  }
}
@media (min-width: 1920px) {
  .header__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    margin: 0;
    border: none;
    padding: 0;
  }
}
.header__nav-list .menu-item {
  position: relative;
  border-bottom: dashed 1px #fff;
  padding-block: 20px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
@media (min-width: 1920px) {
  .header__nav-list .menu-item {
    border: none;
    font-size: 15px;
    padding: 0;
  }
}
@media (min-width: 1920px) {
  .header__nav-list .menu-item a {
    padding-block: 10px;
  }
}
.header__nav-list .menu-item.menu-item-has-children {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1000;
}
.header__nav-list .menu-item.menu-item-has-children > a {
  pointer-events: none;
  cursor: default;
}
@media (min-width: 1919px) {
  .header__nav-list .menu-item.menu-item-has-children .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: visible;
    opacity: 1;
    position: static;
  }
  .header__nav-list .menu-item.menu-item-has-children > a {
    pointer-events: none;
    cursor: default;
  }
}
@media (min-width: 1920px) {
  .header__nav-list .menu-item.menu-item-has-children .sub-menu {
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    padding-top: 60px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none;
  }
  .header__nav-list .menu-item.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav-list .menu-item.menu-item-has-children:hover > a {
    position: relative;
    z-index: 99999;
    color: #fff;
  }
  .header__nav-list .menu-item.menu-item-has-children:hover > a::after {
    color: #fff;
  }
}
.header__nav-list .menu-item.menu-item-has-children > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 1920px) {
  .header__nav-list .menu-item.menu-item-has-children > a {
    padding-left: 15px;
    padding-right: 30px;
  }
}
.header__nav-list .menu-item.menu-item-has-children > a::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 1920px) {
  .header__nav-list .menu-item.menu-item-has-children > a::after {
    color: #907910;
    right: 10px;
  }
}
@media (min-width: 1920px) {
  .header__nav-list .menu-item.menu-item-has-children.is-open > a {
    background: #907910;
    color: #fff;
  }
}
@media (min-width: 1920px) {
  .header__nav-list .menu-item.is-open > a::after {
    color: #fff;
  }
}
.header__nav-list .menu-item .sub-menu {
  position: static;
  top: 100%;
  left: 0;
  background: #907910;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-top: 10px;
}
.header__nav-list .menu-item .sub-menu[style*="display: block"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 1920px) {
  .header__nav-list .menu-item .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    text-align: center;
    gap: 10px;
    top: 100%;
    left: 0;
    padding: 0;
    padding-bottom: 15px;
    width: 145px;
  }
  .header__nav-list .menu-item .sub-menu[style*="display: block"] {
    display: block !important;
  }
}
.header__nav-list .menu-item .sub-menu .menu-item {
  border: none;
  padding: 0;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav-list .menu-item .sub-menu .menu-item a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 6px;
}
@media (min-width: 1920px) {
  .header__nav-list .menu-item .sub-menu .menu-item a {
    color: #fff;
  }
}
@media (min-width: 1920px) {
  .header__nav-list .menu-item .sub-menu .menu-item {
    padding-block: 10px;
  }
}
@media (min-width: 1920px) {
  .header__nav .block-info--white {
    display: none;
  }
}
.header__nav .parts-tel--white a {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1920px) {
  .header .parts-contact-btn--white {
    display: none;
  }
}
.header .parts-contact-btn--primary {
  display: none;
}
@media (min-width: 1920px) {
  .header .parts-contact-btn--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}
.header__open .header__drawer-icon.is-checked {
  display: none;
}
.header__drawer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  z-index: 1000;
  border-radius: 10px;
  background: #907910;
  width: 10.256vw;
  max-width: 50px;
  height: 10.256vw;
  max-height: 50px;
  border: 1px solid #907910;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__drawer-icon:hover {
  background: #fff;
  border: 1px solid #907910;
}
.header__drawer-icon:hover .header__icon-bar {
  background: #907910;
}
@media (min-width: 1440px) {
  .header__drawer-icon {
    gap: 12px;
    max-width: 70px;
    min-height: 70px;
  }
}
.header__drawer-icon.is-checked .header__icon-bar {
  position: absolute;
}
.header__drawer-icon.is-checked .header__icon-bar:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__drawer-icon.is-checked .header__icon-bar:nth-child(2) {
  display: none;
}
.header__drawer-icon.is-checked .header__icon-bar:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__icon-bar {
  background: #fff;
  width: 30px;
  height: 1px;
}
@media (min-width: 1440px) {
  .header__icon-bar {
    width: 40px;
    height: 3px;
  }
}

.footer {
  background: #907910;
  color: #fff;
}
.footer__inner {
  padding: 25px clamp(15px, 3.85vw, 320px) 12px;
}
@media (min-width: 1024px) {
  .footer__inner {
    padding: 36px clamp(90px, 3.85vw, 320px) 12px;
  }
}
@media (min-width: 1440px) {
  .footer__inner {
    padding: 36px clamp(180px, 3.85vw, 320px) 12px;
  }
}
@media (min-width: 1920px) {
  .footer__inner {
    padding: 36px 320px 12px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .parts-logo {
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.footer__info {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .footer__info {
    font-size: 16px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.footer__info-privacy-policy:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 8px;
}
@media (min-width: 1024px) {
  .footer__info-privacy-policy {
    margin-top: 25px;
  }
}
.footer__copyright {
  display: block;
  margin-top: 112px;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 1440px) {
  .footer__copyright {
    margin-top: 204px;
    font-size: 16px;
  }
}

.single__inner {
  padding-top: 30px;
  padding-bottom: 20px;
  max-width: 700px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .single__inner {
    padding-top: 140px;
    max-width: 1820px;
  }
}
.single__inner .p-entry {
  max-width: 1080px;
  margin-inline: auto;
}
.single__inner .p-entry__header {
  margin-bottom: 30px;
}
.single__inner .p-entry__header time {
  font-weight: 900;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__header time {
    font-size: 16px;
  }
}
.single__inner .p-entry__title {
  font-weight: 900;
  font-size: 18px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__title {
    font-size: 24px;
  }
}
.single__inner .p-entry__content {
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.single__inner .p-entry__content h2 {
  max-width: 1080px;
  position: relative;
  font-size: 20px;
  border-bottom: 3px solid #f2e5aa;
  width: 100%;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content h2 {
    font-size: 35px;
  }
}
.single__inner .p-entry__content h2::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30%;
  height: 3px;
  background-color: #907910;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content h2::after {
    bottom: -6px;
    height: 6px;
  }
}
.single__inner .p-entry__content h3 {
  max-width: 1000px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  padding-right: 128px;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 2px solid #907910;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content h3 {
    font-size: 30px;
    border-bottom: 6px solid #907910;
  }
}
.single__inner .p-entry__content h4 {
  max-width: 920px;
  padding-left: 18px;
  padding-right: 150px;
  font-weight: 700;
  font-size: 18px;
  border-left: 4px solid #907910;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content h4 {
    font-size: 25px;
  }
}
.single__inner .p-entry__content h5 {
  max-width: 780px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 90px;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 2px solid #907910;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content h5 {
    font-size: 20px;
    border-bottom: 4px solid #907910;
  }
}
.single__inner .p-entry__content h6 {
  max-width: 780px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 90px;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 4px dashed #907910;
}
.single__inner .p-entry__content ul {
  max-width: 1080px;
  list-style: none; /* デフォルトの丸を消す */
  padding: 0;
}
.single__inner .p-entry__content ul li {
  position: relative;
  padding-left: 1.2em;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content ul li {
    line-height: 2;
  }
}
.single__inner .p-entry__content ul li::before {
  content: "✓";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #907910;
}
.single__inner .p-entry__content ol {
  max-width: 1080px;
  list-style-type: decimal; /* 標準の数字 (1, 2, 3...) */
  padding-left: 20px; /* 数字が出るスペースを確保 */
}
.single__inner .p-entry__content ol li {
  letter-spacing: 0.05em;
  line-height: 1.9;
}
.single__inner .p-entry__content ol li::marker {
  color: #907910;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content ol li {
    line-height: 2;
  }
}
.single__inner .p-entry__content .wp-block-table {
  max-width: 1080px;
  margin-inline: auto;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.single__inner .p-entry__content table {
  font-size: 14px;
  table-layout: fixed;
  width: 100%;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content table {
    font-size: 16px;
  }
}
.single__inner .p-entry__content table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.single__inner .p-entry__content table tbody tr td {
  display: block;
  font-weight: 700;
  width: 150px;
  min-width: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content table tbody tr td {
    width: 216px;
    min-width: 216px;
  }
}
.single__inner .p-entry__content table tbody tr:first-child td {
  border: 1px solid #efefef;
  background: #907910;
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
}
.single__inner .p-entry__content p {
  max-width: 840px;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content p {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.single__inner .p-entry__content a {
  line-height: 2;
  font-weight: 900;
  color: #907910;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .single__inner .p-entry__content a {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.single__inner .p-entry__content .wp-block-image {
  max-width: 1080px;
  margin-inline: auto;
}
.single__inner .p-entry__content img {
  width: 100%;
}
.single__inner .page-links {
  width: 280px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .single__inner .page-links {
    margin-top: 50px;
  }
}
.single__inner .page-links .page-link {
  background: #907910;
}
.single__inner .page-links .page-link a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.single__inner .page-links .page-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  clip-path: polygon(80% 0, 0 50%, 80% 100%);
  background-color: #fff;
}
.single__inner .page-links .page-link.page-next a::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.single__inner .page-links .page-blog-home {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single__inner .page-links .page-blog-home .parts-btn__link {
  width: auto;
  height: 30px;
  font-weight: 900;
  padding: 4px 28px;
  border-radius: 0;
  white-space: nowrap;
}
.single__inner .page-links .page-blog-home .parts-btn__link:hover {
  background-color: #fff;
  color: #907910;
  border: 1px solid #907910;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front-page {
  position: relative;
}

.page-introduce .block-page-ttl {
  background-size: 200%;
  background-position: center center;
}
@media (min-width: 1024px) {
  .page-introduce .block-page-ttl {
    background-size: cover;
  }
}
.page-introduce__section {
  position: relative;
}
@media (min-width: 1024px) {
  .page-introduce__section {
    padding-right: 3.85vw;
  }
}
.page-introduce__wrap {
  position: relative;
}
.page-introduce__wrap .parts-bg-circle {
  top: -24px;
  right: -60px;
}
@media (min-width: 1024px) {
  .page-introduce__wrap .parts-bg-circle {
    right: -150px;
    top: 5px;
  }
}
@media (min-width: 1024px) {
  .page-introduce__inner {
    overflow: hidden;
    padding-right: 0;
  }
}
.page-introduce__container {
  position: relative;
}
@media (min-width: 1024px) {
  .page-introduce__container {
    max-width: 1380px;
    margin-inline: auto;
  }
}
.page-introduce__shell {
  max-width: 1080px;
  margin-inline: auto;
}
.page-introduce__lead {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 50px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-introduce__lead {
    padding-top: 100px;
  }
}
.page-introduce__lead h3 {
  font-size: 20px;
  color: #907910;
}
@media (min-width: 1024px) {
  .page-introduce__lead h3 {
    font-size: 24px;
  }
}
.page-introduce__lead p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-introduce__lead p {
    font-size: 16px;
  }
}
.page-introduce__line {
  width: 100%;
  height: 1px;
  background: #333333;
}
@media (min-width: 1024px) {
  .page-introduce__line {
    /* 1. 幅を「親の100%」から「画面の右端まで」に広げる計算 */
    /* 100%（親の幅） + 50vw（画面の半分） - 50%（親の半分の幅） */
    width: calc(100% + 50vw - 50%);
    /* 2. 算出した分だけ右側に突き出させる */
    margin-right: calc(50% - 50vw);
  }
}
.page-introduce__content {
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .page-introduce__content {
    max-width: 1080px;
    padding-top: 100px;
  }
}
.page-introduce__cards {
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .page-introduce__cards {
    padding-inline: 0;
    padding-right: 4px;
    padding-bottom: 4px;
  }
}
.page-introduce__card {
  font-weight: 900;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 550px;
}
@media (min-width: 1024px) {
  .page-introduce__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: none;
    padding-right: 10px;
  }
}
.page-introduce__card img {
  aspect-ratio: 300/250;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 550px;
}
@media (min-width: 1024px) {
  .page-introduce__card img {
    aspect-ratio: auto;
    height: 100%;
    max-width: 300px;
    max-height: 365px;
  }
}
.page-introduce__card-txt {
  padding: 25px 15px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (min-width: 1024px) {
  .page-introduce__card-txt {
    width: 100%;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
  }
}
.page-introduce__card-txt h4 {
  font-size: 18px;
  color: #907910;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-introduce__card-txt h4 {
    margin-inline: 0;
    font-size: 24px;
  }
}
.page-introduce__card-txt p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-introduce__card-txt p {
    font-size: 16px;
    padding-top: 15px;
  }
}
.page-introduce__card-txt span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .page-introduce__card-txt span {
    font-size: 16px;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .page-introduce .card-1 span {
    padding-top: 30px;
  }
}

.page-s-cremation .block-page-ttl {
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .page-s-cremation .block-page-ttl {
    background-position: center 40%;
  }
}
.page-s-cremation .block-page-ttl__txt {
  font-size: 48px;
}
.page-s-cremation__ttl {
  font-weight: 900;
  color: #907910;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-s-cremation__ttl {
    font-size: 40px;
  }
}
.page-s-cremation__txt {
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-s-cremation__txt {
    font-size: 24px;
    line-height: 1.8;
  }
}
.page-s-cremation__cards {
  max-width: 550px;
}
.page-s-cremation__card-ttl {
  font-weight: 900;
}
@media (min-width: 1024px) {
  .page-s-cremation__card-ttl {
    font-size: 20px;
  }
}
.page-s-cremation__card-txt {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-s-cremation__card-txt {
    font-size: 16px;
  }
}
.page-s-cremation__section--1 {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--1 {
    margin-top: 100px;
  }
}
.page-s-cremation__section--1 .page-s-cremation__inner .parts-bg-circle {
  right: -50px;
  top: -80px;
}
.page-s-cremation__section--1 .page-s-cremation__txt {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--1 .page-s-cremation__txt {
    margin-top: 40px;
  }
}
.page-s-cremation__section--2 {
  margin-top: 96px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--2 {
    margin-top: 175px;
  }
}
.page-s-cremation__section--2 .page-s-cremation__txt {
  margin-top: 15px;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--2 .page-s-cremation__txt {
    margin-top: 35px;
  }
}
.page-s-cremation__section--2 .page-s-cremation__cards {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  max-width: 550px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--2 .page-s-cremation__cards {
    margin-top: 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1280px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.page-s-cremation__section--2 .page-s-cremation__card {
  background: #907910;
  color: #fff;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--2 .page-s-cremation__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 35px 25px 88px;
  }
}
.page-s-cremation__section--2 .page-s-cremation__card-img {
  padding-inline: 40px;
}
.page-s-cremation__section--2 .page-s-cremation__card-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--2 .page-s-cremation__card-img img {
    max-width: 250px;
  }
}
.page-s-cremation__section--2 .page-s-cremation__card-txt {
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--2 .page-s-cremation__card-txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.page-s-cremation__section--3 {
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--3 {
    margin-top: 150px;
  }
}
.page-s-cremation__section--3 .page-s-cremation__inner {
  padding-bottom: 50px;
}
.page-s-cremation__section--3 .page-s-cremation__card {
  margin-top: 20px;
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--3 .page-s-cremation__card {
    margin-top: 100px;
    max-width: 1280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 80px;
  }
}
.page-s-cremation__section--3 .page-s-cremation__card-img {
  max-width: 500px;
}
.page-s-cremation__section--3 .page-s-cremation__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-s-cremation__section--3 .page-s-cremation__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--3 .page-s-cremation__card-body {
    gap: 28px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-s-cremation__section--3 .page-s-cremation__card-txt {
  line-height: 2;
  padding-inline: 3.846vw;
  text-align: left;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--3 .page-s-cremation__card-txt {
    padding-inline: 0;
    font-size: 20px;
  }
}
.page-s-cremation__section--3 .page-s-cremation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 16px;
  padding-block: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 275px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--3 .page-s-cremation__link {
    margin-inline: 0;
    margin-left: auto;
  }
}
.page-s-cremation__section--3 .page-s-cremation__link {
  color: #fff;
  background-color: #907910;
  border: 2px solid #907910;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-s-cremation__section--3 .page-s-cremation__link:hover {
  background-color: #fff;
  color: #907910;
}
.page-s-cremation__section--3 .page-s-cremation__link:hover .icon-arrow {
  background: #907910;
}
.page-s-cremation__section--3 .page-s-cremation__link:hover .icon-arrow::before, .page-s-cremation__section--3 .page-s-cremation__link:hover .icon-arrow::after {
  background: #907910;
}
.page-s-cremation__section--3 .page-s-cremation__link .link-txt {
  margin-right: auto;
  white-space: nowrap;
}
.page-s-cremation__section--3 .page-s-cremation__link .icon-arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 0;
  margin: 5.7px 0;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-s-cremation__section--3 .page-s-cremation__link .icon-arrow::before, .page-s-cremation__section--3 .page-s-cremation__link .icon-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.page-s-cremation__section--3 .page-s-cremation__link .icon-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-s-cremation__section--3 .page-s-cremation__link .icon-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-s-cremation__section--4 .page-s-cremation__inner .parts-bg-flower--right {
  right: 0;
  top: -15px;
}
.page-s-cremation__section--4 .page-s-cremation__cards {
  max-width: 550px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__cards {
    margin-inline: auto;
    max-width: 1080px;
    gap: 75px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.page-s-cremation__section--4 .page-s-cremation__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 44px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.page-s-cremation__section--4 .page-s-cremation__card-img {
  padding-inline: 54px;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__card-img {
    padding-inline: 0;
    max-width: 250px;
  }
}
.page-s-cremation__section--4 .page-s-cremation__card-img img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__card-body {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.page-s-cremation__section--4 .page-s-cremation__card-body br {
  display: none;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__card-body br {
    display: block;
  }
}
.page-s-cremation__section--4 .page-s-cremation__card-body .br-1 {
  display: block;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__card-body .br-1 {
    display: block;
  }
}
.page-s-cremation__section--4 .page-s-cremation__card-ttl {
  text-align: center;
  color: #907910;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__card-ttl {
    text-align: start;
  }
}
.page-s-cremation__section--4 .page-s-cremation__card-txt {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__card-txt {
    text-align: start;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__flow {
    display: grid;
    grid-template-columns: repeat(4, 100px);
    gap: 20px 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__flow-step:nth-child(4) {
    grid-column: 2;
  }
  .page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__flow::before {
    content: none;
  }
}
@media (min-width: 1440px) {
  .page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: none;
  }
  .page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__flow::before {
    content: "";
  }
}
.page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 12px;
  padding-block: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 275px;
  margin-inline: auto;
  color: #fff;
  background-color: #907910;
  border: 1px solid #907910;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link {
    margin-inline: 0;
    margin-right: auto;
  }
}
.page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link:hover {
  background-color: #fff;
  color: #907910;
}
.page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link:hover .icon-arrow {
  background: #907910;
}
.page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link:hover .icon-arrow::before, .page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link:hover .icon-arrow::after {
  background: #907910;
}
.page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link .link-txt {
  margin-right: auto;
  white-space: nowrap;
}
.page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link .icon-arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 0;
  margin: 5.7px 0;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link .icon-arrow::before, .page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link .icon-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link .icon-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-s-cremation__section--4 .page-s-cremation__card.card--4 .page-s-cremation__link .icon-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-s-cremation__section--4 .page-s-cremation__flow {
  margin-top: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__flow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 36px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 58px;
    height: 45px;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .page-s-cremation__section--4 .page-s-cremation__flow {
    margin-top: 72px;
  }
}
.page-s-cremation__section--4 .page-s-cremation__flow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  background-color: #333;
  z-index: -1;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__flow::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 3px;
    width: 100%;
  }
}
.page-s-cremation__section--4 .page-s-cremation__flow-step {
  width: 135px;
  height: 35px;
  background: #333333;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 2px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .page-s-cremation__flow-step {
    width: 100px;
    height: 45px;
  }
}
.page-s-cremation__section--4 .page-s-cremation__flow-step:first-child {
  background: #907910;
}
.page-s-cremation__section--4 .page-s-cremation__flow-step:last-child {
  background: #907910;
}
.page-s-cremation__section--4 .card--1 .page-s-cremation__flow {
  margin-top: 48px;
}
.page-s-cremation__section--4 .card--2 .step--3 {
  font-size: 14px;
}
.page-s-cremation__section--4 .card--3 .step--3 {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .card--4 .page-s-cremation__flow {
    margin-top: 18px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .card--4 .page-s-cremation__flow-step {
    height: 60px;
  }
}
.page-s-cremation__section--4 .card--4 .step--2,
.page-s-cremation__section--4 .card--4 .step--3,
.page-s-cremation__section--4 .card--4 .step--5 {
  font-size: 14px;
}
.page-s-cremation__section--4 .card--4 .step--5 {
  width: 180px;
  height: 45px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--4 .card--4 .step--5 {
    width: 100px;
    height: 60px;
    padding: 5px 1px;
  }
}
.page-s-cremation__section--5 {
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 {
    margin-top: 200px;
  }
}
.page-s-cremation__section--5 .page-s-cremation__inner .parts-bg-flower--right {
  right: 0;
  top: -15px;
}
.page-s-cremation__section--5 .page-s-cremation__inner .parts-bg-flower--left {
  left: 0;
  bottom: -25px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__inner .parts-bg-flower--left {
    bottom: -180px;
    max-width: 500px;
    max-height: 400px;
    width: 26.1vw;
    height: 20.1vw;
  }
}
.page-s-cremation__section--5 .page-s-cremation__cards {
  margin-top: 35px;
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  max-width: 550px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__cards {
    margin-top: 40px;
    gap: 50px;
    padding: 0;
    max-width: 1080px;
  }
}
.page-s-cremation__section--5 .page-s-cremation__card {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 50px;
    width: 100%;
  }
}
.page-s-cremation__section--5 .page-s-cremation__card-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__card-img {
    max-width: 300px;
  }
}
.page-s-cremation__section--5 .page-s-cremation__card-img img {
  aspect-ratio: 300/250;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-s-cremation__section--5 .page-s-cremation__card-body {
  padding-top: 20px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-s-cremation__section--5 .page-s-cremation__card-body .parts-tel {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__card-body {
    gap: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 35px;
    padding-right: 60px;
  }
}
.page-s-cremation__section--5 .page-s-cremation__card-ttl {
  color: #907910;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__card-ttl {
    font-size: 24px;
  }
}
.page-s-cremation__section--5 .page-s-cremation__card-lead {
  font-weight: 600;
  padding-inline: 25px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__card-lead {
    padding-inline: 0;
    font-size: 20px;
  }
}
.page-s-cremation__section--5 .page-s-cremation__card-txt {
  font-size: 16px;
  line-height: 1.8;
  padding-inline: 25px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__card-txt {
    padding-inline: 0;
  }
}
.page-s-cremation__section--5 .page-s-cremation__card-txt--sub {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  padding-inline: 25px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__card-txt--sub {
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__card.card--1 .page-s-cremation__card-body {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .page-s-cremation__section--5 .page-s-cremation__card.card--3 .page-s-cremation__card-body {
    padding-top: 0;
    padding-bottom: 15px;
    padding-right: 60px;
  }
}
.page-s-cremation__section--6 {
  margin-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--6 {
    margin-top: 250px;
    padding-bottom: 0;
  }
}
.page-s-cremation__section--6 .page-s-cremation__txt {
  margin-top: 15px;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--6 .page-s-cremation__txt {
    margin-top: 20px;
    font-size: 20px;
  }
}
.page-s-cremation__section--6 .page-s-cremation__txt--sub {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--6 .page-s-cremation__txt--sub {
    margin-top: 20px;
    font-size: 16px;
  }
}
.page-s-cremation__section--6 .page-s-cremation__container {
  background-color: #907910;
  color: #fff;
  margin-top: 25px;
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--6 .page-s-cremation__container {
    max-width: 1280px;
    width: 100%;
    margin-top: 40px;
    margin-inline: auto;
    padding-inline: 160px;
    padding-top: 50px;
  }
}
.page-s-cremation__section--6 .page-s-cremation__img {
  background: #fff;
  width: 100%;
  padding: 12px 8px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--6 .page-s-cremation__img {
    max-width: 774px;
    margin-inline: auto;
  }
}
.page-s-cremation__section--6 .page-s-cremation__img img {
  width: 100%;
}
.page-s-cremation__section--6 .page-s-cremation__cards {
  padding-inline: 3.846vw;
  max-width: none;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--6 .page-s-cremation__cards {
    margin-top: 115px;
    padding-bottom: 10px;
    max-width: 960px;
    margin-inline: auto;
  }
}
.page-s-cremation__section--6 .page-s-cremation__card {
  padding-block: 30px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--6 .page-s-cremation__card {
    padding-block: 40px;
  }
}
.page-s-cremation__section--6 .page-s-cremation__card-ttl {
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--6 .page-s-cremation__card-ttl {
    font-size: 20px;
  }
}
.page-s-cremation__section--6 .page-s-cremation__card-txt {
  text-align: left;
  margin-top: 10px;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-s-cremation__section--6 .page-s-cremation__card-txt {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .page-s-cremation__section--6 .page-s-cremation__card.card--1 {
    padding: 0;
    padding-bottom: 40px;
  }
}
.page-s-cremation__section--6 .page-s-cremation__card.card--2 {
  border-top: 1px dashed #e4e4e4;
}
.page-s-cremation__section--6 .page-s-cremation__card.card--3 {
  padding-top: 0;
}

.page-s-ceremony .block-page-ttl {
  background-position: 50% center;
  background-size: 180% auto;
}
@media (min-width: 768px) {
  .page-s-ceremony .block-page-ttl {
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .page-s-ceremony .block-page-ttl {
    background-position: center center;
  }
  .page-s-ceremony .block-page-ttl br {
    display: none;
  }
}
.page-s-ceremony__ttl {
  font-weight: 900;
  color: #907910;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-s-ceremony__ttl {
    font-size: 40px;
  }
}
.page-s-ceremony__txt {
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}
.page-s-ceremony__txt--sub {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-s-ceremony__txt {
    font-size: 24px;
  }
}
.page-s-ceremony__cards {
  max-width: 550px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-ceremony__cards {
    max-width: 1080px;
  }
}
.page-s-ceremony__card-ttl {
  font-weight: 900;
  color: #907910;
  font-size: 20px;
}
.page-s-ceremony__card-txt {
  font-weight: 600;
  font-size: 14px;
}
.page-s-ceremony__card-txt--sub {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__card-txt {
    font-size: 16px;
  }
}
.page-s-ceremony__section--1 .page-s-ceremony__inner {
  padding-top: 50px;
}
.page-s-ceremony__section--1 .page-s-ceremony__inner .parts-bg-circle {
  left: -48px;
  top: -36px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--1 .page-s-ceremony__inner .parts-bg-circle {
    top: 87px;
    left: -15%;
  }
}
.page-s-ceremony__section--1 .page-s-ceremony__container {
  overflow: hidden;
  width: 100%;
}
.page-s-ceremony__section--1 .page-s-ceremony__box {
  padding-bottom: 30px;
  border-bottom: 1px solid #333333;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--1 .page-s-ceremony__box {
    padding-bottom: 25px;
    margin-left: 14.825%;
  }
}
.page-s-ceremony__section--1 .page-s-ceremony__ttl {
  text-align: left;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--1 .page-s-ceremony__ttl {
    font-size: 24px;
  }
}
.page-s-ceremony__section--1 .page-s-ceremony__txt {
  text-align: left;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--1 .page-s-ceremony__txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
.page-s-ceremony__section--2 {
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--2 {
    margin-top: 100px;
  }
}
.page-s-ceremony__section--2 .page-s-ceremony__txt {
  font-weight: 900;
  margin-top: 15px;
  line-height: 2;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--2 .page-s-ceremony__txt {
    margin-top: 35px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--2 .page-s-ceremony__txt--sub {
    font-size: 20px;
  }
}
.page-s-ceremony__section--2 .page-s-ceremony__txt--sub.sub-1 {
  margin-top: 10px;
}
.page-s-ceremony__section--2 .page-s-ceremony__txt--sub.sub-2 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--2 .page-s-ceremony__txt--sub.sub-2 {
    margin: 0;
    text-align: left;
  }
}
.page-s-ceremony__section--2 .page-s-ceremony__card {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--2 .page-s-ceremony__card {
    margin-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 65px;
  }
}
.page-s-ceremony__section--2 .page-s-ceremony__img {
  margin-inline: auto;
  aspect-ratio: 500/300;
  max-width: 550px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--2 .page-s-ceremony__img {
    margin: 0;
    max-width: 500px;
  }
}
.page-s-ceremony__section--2 .page-s-ceremony__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-s-ceremony__section--3 {
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 {
    margin-top: 200px;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__inner {
  text-align: center;
}
.page-s-ceremony__section--3 .page-s-ceremony__txt {
  margin-top: 15px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__txt {
    font-size: 20px;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__cards {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__cards {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__card {
    max-width: 420px;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__card-img--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  gap: 20px;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__card-img--sub {
    max-width: 325px;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__card-img--sub img {
  display: inline-block;
  width: 30%;
  height: 100%;
  aspect-ratio: 105/84;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__card-img--sub img {
    max-width: 95px;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__card-ttl {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__card-ttl {
    margin-top: 20px;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__card-txt {
  text-align: center;
  line-height: 2;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__card-txt {
    padding-inline: 34px;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__card-txt--sub {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__card-txt--sub {
    margin-top: 20px;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__card-price {
  font-weight: 900;
  color: #907910;
  font-size: 32px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__card-price {
    margin-top: 5px;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__card-price small {
  font-size: 20px;
}
.page-s-ceremony__section--3 .page-s-ceremony__card-price--sub {
  margin-top: 20px;
  text-align: center;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__card-price--sub {
    margin-top: 35px;
  }
}
.page-s-ceremony__section--3 .page-s-ceremony__card-price--sub strong {
  font-weight: 900;
  color: #907910;
  font-size: 32px;
}
.page-s-ceremony__section--3 .page-s-ceremony__card-price--sub small {
  font-weight: 900;
  color: #907910;
}
.page-s-ceremony__section--3 .page-s-ceremony__note {
  margin-top: 35px;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--3 .page-s-ceremony__note {
    margin-top: 50px;
    font-size: 16px;
  }
}
.page-s-ceremony__section--3 .parts-btn {
  margin-top: 10px;
  margin-inline: auto;
}
.page-s-ceremony__section--4 {
  margin-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 {
    padding-bottom: 0;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__inner .parts-bg-flower--right {
  top: -50px;
  right: -15px;
}
.page-s-ceremony__section--4 .page-s-ceremony__inner .parts-bg-flower--left {
  display: none;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__inner .parts-bg-flower--left {
    display: block;
    bottom: 0;
    left: -15px;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__txt.txt-1 {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__txt.txt-1 {
    margin-top: 36px;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__txt.txt-2 {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__txt.txt-2 {
    margin-top: 50px;
    font-size: 20px;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__cards {
  margin-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__cards {
    margin-top: 50px;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0;
    gap: 50px;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__card-img {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__card-img {
    max-height: 250px;
    max-width: 300px;
    min-height: 250px;
    min-width: 300px;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__card-img img {
  aspect-ratio: 360/250;
  max-width: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__card-img img {
    aspect-ratio: 300/250;
    height: 250px;
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__card .img-2 {
    max-height: 230px;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__card-body {
    margin-top: 35px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__card-txt {
  padding-inline: 2.564vw;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__card-txt {
    padding-inline: 0;
    padding-right: 44px;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__card-txt--sub {
  font-size: 14px;
  line-height: 1.8;
}
.page-s-ceremony__section--4 .page-s-ceremony__card .parts-tel {
  margin-inline: auto;
}
.page-s-ceremony__section--4 .page-s-ceremony__card .parts-tel a {
  font-size: 24px;
}
.page-s-ceremony__section--4 .page-s-ceremony__card .parts-tel a span {
  margin-top: 3px;
  width: 40px;
  height: 100%;
  aspect-ratio: 33.5/24;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .page-s-ceremony__card .parts-tel {
    margin: 0;
  }
}
.page-s-ceremony__section--4 .page-s-ceremony__card.card--1 .page-s-ceremony__card-body {
  margin-top: 12px;
}
.page-s-ceremony__section--4 .parts-btn {
  margin-top: 20px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-ceremony__section--4 .parts-btn {
    margin-top: 25px;
  }
}

.page-s-perpetual-care .block-page-ttl {
  background-position: 50% center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care .block-page-ttl {
    background-position: center center;
  }
  .page-s-perpetual-care .block-page-ttl br {
    display: none;
  }
}
.page-s-perpetual-care__content {
  display: none;
}
.page-s-perpetual-care__content.is-active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-s-perpetual-care__ttl {
  font-weight: 900;
  color: #907910;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__ttl {
    font-size: 40px;
  }
}
.page-s-perpetual-care__txt {
  text-align: center;
  line-height: 1.8;
}
.page-s-perpetual-care__txt--sub {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__txt {
    font-size: 24px;
  }
}
.page-s-perpetual-care__cards {
  max-width: 550px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__cards {
    max-width: 1080px;
  }
}
.page-s-perpetual-care__card-ttl {
  font-weight: 900;
  color: #907910;
  font-size: 20px;
}
.page-s-perpetual-care__card-txt {
  font-size: 14px;
}
.page-s-perpetual-care__card-txt--sub {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__card-txt {
    font-size: 16px;
  }
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__inner {
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--1 .page-s-perpetual-care__inner {
    padding-top: 100px;
  }
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__inner .parts-bg-circle {
  left: -48px;
  top: -36px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--1 .page-s-perpetual-care__inner .parts-bg-circle {
    left: auto;
    top: auto;
    bottom: -820px;
    right: -120px;
  }
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__container {
  overflow: hidden;
  width: 100%;
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__box {
  padding-bottom: 30px;
  border-bottom: 1px solid #333333;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--1 .page-s-perpetual-care__box {
    padding-bottom: 35px;
    margin-left: 14.825%;
  }
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__ttl {
  text-align: left;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--1 .page-s-perpetual-care__ttl {
    font-size: 24px;
  }
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__txt {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--1 .page-s-perpetual-care__txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 25px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-s-perpetual-care__section--1 .page-s-perpetual-care__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--1 .page-s-perpetual-care__menu {
    gap: min(8.4vw, 160px);
  }
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__menu .btn-1 {
  padding: 0 24px;
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__menu .btn-2 {
  padding: 0 24px;
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__btn {
  background-color: #907910;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.8;
  max-width: 350px;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-s-perpetual-care__section--1 .page-s-perpetual-care__btn {
    padding-inline: 15px;
  }
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--1 .page-s-perpetual-care__btn {
    padding-inline: 30px;
  }
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__btn:hover span::before, .page-s-perpetual-care__section--1 .page-s-perpetual-care__btn:hover span::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: -10px;
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__btn.is-active {
  background-color: #fff;
  color: #907910;
  border: 1px solid #907910;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  cursor: default;
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__btn.is-active span::before, .page-s-perpetual-care__section--1 .page-s-perpetual-care__btn.is-active span::after {
  background-color: #907910;
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__btn span {
  position: relative;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10px;
  height: 40px;
  padding-left: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__btn span::before, .page-s-perpetual-care__section--1 .page-s-perpetual-care__btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__btn span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-s-perpetual-care__section--1 .page-s-perpetual-care__btn span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-s-perpetual-care__section--2 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .page-s-perpetual-care__section--2 {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--2 .page-s-perpetual-care__ttl br {
    display: none;
  }
}
.page-s-perpetual-care__section--2 .page-s-perpetual-care__txt {
  margin-top: 15px;
  line-height: 2;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--2 .page-s-perpetual-care__txt {
    margin-top: 35px;
    font-size: 24px;
    line-height: 1.8;
  }
}
.page-s-perpetual-care__section--2 .page-s-perpetual-care__card {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 550px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--2 .page-s-perpetual-care__card {
    margin-top: 54px;
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
  }
}
.page-s-perpetual-care__section--2 .page-s-perpetual-care__card-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--2 .page-s-perpetual-care__card-img {
    max-width: 430px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-s-perpetual-care__section--2 .page-s-perpetual-care__card-img img {
  width: 100%;
}
.page-s-perpetual-care__section--2 .page-s-perpetual-care__card-txt {
  text-align: center;
  margin-top: 20px;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--2 .page-s-perpetual-care__card-txt {
    margin-top: 0;
    text-align: left;
    line-height: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-s-perpetual-care__section--3 {
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--3 {
    margin-top: 136px;
  }
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--3 .page-s-perpetual-care__container {
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .page-s-perpetual-care__section--3 .page-s-perpetual-care__container {
    margin-top: 50px;
    max-width: 1280px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 67px;
  }
}
.page-s-perpetual-care__section--3 .page-s-perpetual-care__txt {
  margin-top: 15px;
  font-size: 14px;
}
@media (min-width: 1440px) {
  .page-s-perpetual-care__section--3 .page-s-perpetual-care__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    margin: 0;
    font-size: 16px;
    line-height: 2;
  }
}
.page-s-perpetual-care__section--3 .p-sec-slider {
  overflow: hidden;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  margin-top: 36px;
  padding-bottom: 25px;
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--3 .p-sec-slider {
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .page-s-perpetual-care__section--3 .p-sec-slider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-wrapper {
  width: auto;
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-slide {
  width: 100%;
  aspect-ratio: 360/240;
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-controls {
  margin-top: 16px;
  max-width: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--3 .p-sec-slider .swiper-controls {
    max-width: 600px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 75px;
  }
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-pagination {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--3 .p-sec-slider .swiper-pagination {
    gap: 30px;
  }
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #ccc;
  opacity: 1;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #907910;
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-prev,
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-next {
  position: relative;
  margin: 0;
  width: 25px;
  height: 25px;
  background-color: #907910;
  border-radius: 50%;
  color: #fff;
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-prev::after,
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-next::after {
  content: "";
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-prev::before,
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-next::before {
  content: "";
  position: absolute;
  border-radius: 9999px;
  background: #fff;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-icon {
  position: relative;
  width: 15px;
  height: 15px;
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-icon::before, .page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-icon::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform-origin: 1px 50%;
          transform-origin: 1px 50%;
  border-radius: 9999px;
  background-color: #ffffff;
  width: 10px;
  height: 2px;
  content: "";
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-icon--prev::before, .page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-icon--prev::after {
  left: -1px;
  right: auto;
  -webkit-transform-origin: 1px 50%;
          transform-origin: 1px 50%;
}
.page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-icon--next::before, .page-s-perpetual-care__section--3 .p-sec-slider .swiper-button-icon--next::after {
  right: -1px;
  left: auto;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.page-s-perpetual-care__section--4 {
  margin-top: 80px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--4 {
    padding-bottom: 0;
  }
}
.page-s-perpetual-care__section--4 .page-s-perpetual-care__inner .parts-bg-flower--right {
  top: -50px;
  right: -15px;
}
.page-s-perpetual-care__section--4 .page-s-perpetual-care__inner .parts-bg-flower--left {
  display: none;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--4 .page-s-perpetual-care__inner .parts-bg-flower--left {
    display: block;
    bottom: -150px;
    left: -15px;
  }
}
.page-s-perpetual-care__section--4 .page-s-perpetual-care__cards {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--4 .page-s-perpetual-care__cards {
    gap: 50px;
  }
}
.page-s-perpetual-care__section--4 .page-s-perpetual-care__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-bottom: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--4 .page-s-perpetual-care__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0;
    gap: 50px;
  }
}
.page-s-perpetual-care__section--4 .page-s-perpetual-care__card-img {
  aspect-ratio: 360/230;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 550px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--4 .page-s-perpetual-care__card-img {
    aspect-ratio: 300/250;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 300px;
  }
}
.page-s-perpetual-care__section--4 .page-s-perpetual-care__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.page-s-perpetual-care__section--4 .page-s-perpetual-care__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--4 .page-s-perpetual-care__card-body {
    margin-top: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1440px) {
  .page-s-perpetual-care__section--4 .page-s-perpetual-care__card-body {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--4 .page-s-perpetual-care__card-ttl {
    font-size: 24px;
  }
}
.page-s-perpetual-care__section--4 .page-s-perpetual-care__card-txt {
  padding-inline: 2.564vw;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--4 .page-s-perpetual-care__card-txt {
    padding-inline: 0;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--4 .page-s-perpetual-care__card-txt .br-1 {
    display: none;
  }
}
.page-s-perpetual-care__section--5 {
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--5 {
    margin-top: 100px;
  }
}
.page-s-perpetual-care__section--5 .page-s-perpetual-care__txt {
  margin-top: 15px;
  line-height: 2;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--5 .page-s-perpetual-care__txt {
    margin-top: 35px;
    font-size: 20px;
  }
}
.page-s-perpetual-care__section--5 .page-s-perpetual-care__card {
  margin-top: 40px;
  max-width: 550px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--5 .page-s-perpetual-care__card {
    margin-top: 54px;
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
  }
}
.page-s-perpetual-care__section--5 .page-s-perpetual-care__card-img {
  padding-inline: 30px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--5 .page-s-perpetual-care__card-img {
    padding-inline: 0;
    max-width: 300px;
  }
}
.page-s-perpetual-care__section--5 .page-s-perpetual-care__card-img img {
  aspect-ratio: 300/250;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-s-perpetual-care__section--5 .page-s-perpetual-care__card-body {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--5 .page-s-perpetual-care__card-body {
    margin-top: 0;
    padding-right: 90px;
    width: 100%;
  }
}
.page-s-perpetual-care__section--5 .page-s-perpetual-care__card-txt {
  text-align: left;
  line-height: 1.8;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--5 .page-s-perpetual-care__card-txt {
    margin-top: 15px;
  }
}
.page-s-perpetual-care__section--5 .page-s-perpetual-care__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--5 .page-s-perpetual-care__list {
    width: 100%;
  }
}
.page-s-perpetual-care__section--5 .page-s-perpetual-care__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.8;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--5 .page-s-perpetual-care__list-item {
    font-size: 18px;
    max-width: 500px;
  }
}
.page-s-perpetual-care__section--5 .page-s-perpetual-care__list .item-1 {
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (min-width: 550px) {
  .page-s-perpetual-care__section--5 .page-s-perpetual-care__list .item-1 {
    white-space: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--5 .page-s-perpetual-care__list .item-1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 24px;
    margin-bottom: 15px;
    max-width: 566px;
  }
}
@media (min-width: 480px) {
  .page-s-perpetual-care__section--5 .page-s-perpetual-care__list .item-4 br {
    display: none;
  }
}
.page-s-perpetual-care__section--6 {
  margin-top: 75px;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--6 {
    margin-top: 160px;
  }
}
.page-s-perpetual-care__section--6 .page-s-perpetual-care__container {
  max-width: 550px;
  margin-top: 20px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--6 .page-s-perpetual-care__container {
    margin-top: 50px;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 26px;
  }
}
.page-s-perpetual-care__section--6 .page-s-perpetual-care__img {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--6 .page-s-perpetual-care__img {
    max-width: 350px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page-s-perpetual-care__section--6 .page-s-perpetual-care__img img {
  aspect-ratio: 350/290;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-s-perpetual-care__section--6 .page-s-perpetual-care__txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--6 .page-s-perpetual-care__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 17px;
    font-size: 16px;
  }
}
.page-s-perpetual-care__section--6 .page-s-perpetual-care__txt .br-1 {
  display: none;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--6 .page-s-perpetual-care__txt .br-1 {
    display: block;
  }
}
.page-s-perpetual-care__section--7 .page-s-perpetual-care__inner {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .page-s-perpetual-care__section--7 .page-s-perpetual-care__inner {
    padding-top: 100px;
  }
}
.page-s-perpetual-care__section--7 .page-s-perpetual-care__container {
  max-width: 550px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--7 .page-s-perpetual-care__container {
    max-width: 1080px;
  }
}
.page-s-perpetual-care__section--7 .page-s-perpetual-care__ttl {
  text-align: center;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--7 .page-s-perpetual-care__ttl {
    font-size: 40px;
  }
}
.page-s-perpetual-care__section--7 .page-s-perpetual-care__txt {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--7 .page-s-perpetual-care__txt {
    margin-top: 30px;
    font-size: 24px;
  }
}
.page-s-perpetual-care__section--8 .page-s-perpetual-care__inner {
  padding-top: 100px;
  text-align: center;
}
.page-s-perpetual-care__section--8 .page-s-perpetual-care__ttl {
  text-align: center;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--8 .page-s-perpetual-care__ttl {
    font-size: 40px;
  }
}
.page-s-perpetual-care__section--8 .page-s-perpetual-care__cards {
  margin-top: 33px;
  margin-inline: auto;
  width: 100%;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media (min-width: 768px) {
  .page-s-perpetual-care__section--8 .page-s-perpetual-care__cards {
    max-width: 920px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--8 .page-s-perpetual-care__cards {
    margin-top: 40px;
    gap: 6.771vw;
  }
}
.page-s-perpetual-care__section--8 .page-s-perpetual-care__card {
  width: 100%;
  background: #fff;
  max-width: 350px;
}
.page-s-perpetual-care__section--8 .page-s-perpetual-care__card-ttl {
  text-align: center;
  color: #333333;
  line-height: 1.8;
  font-size: 24px;
}
.page-s-perpetual-care__section--8 .page-s-perpetual-care__card-img {
  margin-top: 30px;
  width: 350px;
  height: 230px;
  margin-inline: auto;
}
.page-s-perpetual-care__section--8 .page-s-perpetual-care__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-s-perpetual-care__section--8 .page-s-perpetual-care__txt {
  margin-top: 50px;
  max-width: 420px;
  text-align: left;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--8 .page-s-perpetual-care__txt {
    margin-top: 36px;
    max-width: 705px;
  }
}
.page-s-perpetual-care__section--8 .page-s-perpetual-care__txt p {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
@media (min-width: 1024px) {
  .page-s-perpetual-care__section--8 .page-s-perpetual-care__txt p {
    font-size: 16px;
  }
}

.page-faq .block-page-ttl {
  position: relative;
  /* 左から20%・上↓中央の位置を中心に表示する */
  background-position: 46% bottom;
  background-size: 400%;
  background-size: clamp(120%, 450% - 10vw, 400%);
}
@media (min-width: 768px) {
  .page-faq .block-page-ttl {
    background-size: 200%;
  }
}
@media (min-width: 1024px) {
  .page-faq .block-page-ttl {
    background-position: 40% bottom;
    background-size: 200%;
  }
}
@media (min-width: 1920px) {
  .page-faq .block-page-ttl {
    background-size: cover;
    background-position: 20% 65%;
  }
}
.page-faq__section .parts-bg-circle {
  top: -115px;
  right: -130px;
}
@media (min-width: 1024px) {
  .page-faq__section .parts-bg-circle {
    top: 0;
    right: -100px;
  }
}
.page-faq__section .circle-container {
  width: 83.333vw;
  height: 83.333vw;
  min-width: 325px;
  min-height: 325px;
}
@media (min-width: 1024px) {
  .page-faq__section .circle-container {
    width: 36.46vw;
    height: 36.46vw;
    max-width: 700px;
    max-height: 700px;
  }
}
.page-faq__section .circle {
  width: 82.82vw;
  height: 82.82vw;
  min-width: 323px;
  min-height: 323px;
}
@media (min-width: 1024px) {
  .page-faq__section .circle {
    width: 34.9vw;
    height: 34.9vw;
    max-width: 670px;
    max-height: 670px;
  }
}
.page-faq__inner {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .page-faq__inner {
    padding-bottom: 0;
  }
}
.page-faq__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75px;
  max-width: 620px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-faq__contents {
    max-width: 920px;
    width: 100%;
    gap: 200px;
  }
}
@media (min-width: 1440px) {
  .page-faq__contents {
    max-width: 1280px;
  }
}
.page-faq__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (min-width: 1024px) {
  .page-faq__category {
    max-width: 958px;
    width: 100%;
    margin-inline: auto;
    gap: 36px;
  }
}
.page-faq__ttl {
  font-weight: 900;
  color: #907910;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-faq__ttl {
    font-weight: 700;
    font-size: 32px;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .page-faq__ttl {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .page-faq__ttl span {
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    color: #907910;
  }
}
@media (min-width: 1440px) {
  .page-faq__ttl span {
    font-size: 40px;
  }
}
.page-faq .cremation .page-faq__ttl {
  padding-inline: 0;
  min-width: 258px;
}
@media (min-width: 1024px) {
  .page-faq .cremation .page-faq__ttl {
    padding: 0;
  }
}
.page-faq .funeral .page-faq__ttl {
  padding-inline: 60px;
  min-width: 240px;
}
@media (min-width: 1024px) {
  .page-faq .funeral .page-faq__ttl {
    padding: 0;
  }
}
.page-faq .perpetual-care .page-faq__ttl {
  padding-inline: 30px;
  min-width: 300px;
}
@media (min-width: 1024px) {
  .page-faq .perpetual-care .page-faq__ttl {
    padding: 0;
  }
}

.page-about .block-page-ttl {
  background-position: center center;
}
@media (min-width: 1024px) {
  .page-about .block-page-ttl {
    background-position: center 80%;
  }
}
@media (min-width: 1920px) {
  .page-about .block-page-ttl {
    background-position: center 65%;
  }
}
.page-about__inner {
  position: relative;
  padding-block: 50px 25px;
}
@media (min-width: 1024px) {
  .page-about__inner {
    padding-block: 100px 0;
  }
}
.page-about__container {
  position: relative;
}
.page-about .parts-bg-flower--right {
  top: -8px;
  right: 0;
}
@media (min-width: 1024px) {
  .page-about .parts-bg-flower--right {
    top: -40px;
  }
}
.page-about .parts-bg-flower--left {
  bottom: -24px;
  left: 0;
}
@media (min-width: 1024px) {
  .page-about .parts-bg-flower--left {
    bottom: -40px;
  }
}
.page-about__box {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  max-width: 530px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-about__box {
    max-width: 960px;
    gap: 30px;
  }
}
.page-about__ttl {
  color: #907910;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .page-about__ttl {
    font-size: 24px;
  }
}
.page-about__txt {
  line-height: 2;
}
@media (min-width: 1024px) {
  .page-about__txt {
    font-size: 20px;
  }
}
.page-about__signature {
  font-size: 16px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .page-about__signature {
    margin-top: 20px;
    font-size: 24px;
  }
}

.page-blog .block-page-ttl {
  background-position: center center;
}
.page-blog__inner {
  padding-top: 50px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-blog__inner {
    padding-top: 74px;
  }
}
.page-blog__container {
  position: relative;
}
.page-blog__container .parts-bg-flower--right {
  right: -6.153vw;
  top: -50px;
  width: 215px;
  height: 155px;
  max-width: none;
  max-height: none;
}
@media (min-width: 1024px) {
  .page-blog__container .parts-bg-flower--right {
    right: -11.666vw;
    top: 0;
    width: 474px;
    height: 340px;
  }
}
.page-blog__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .page-blog__contents {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .page-blog__contents {
    gap: 50px;
  }
}
@media (min-width: 1440px) {
  .page-blog__contents {
    gap: 80px;
  }
}
.page-blog__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-blog__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
  }
}
@media (min-width: 1024px) {
  .page-blog__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
  }
}
@media (min-width: 1440px) {
  .page-blog__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 74px 114px;
    max-width: 1280px;
  }
}
.page-blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: #907910;
  padding: 30px 28px 20px;
  width: 350px;
  height: 356px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-blog__card {
    max-width: 350px;
    max-height: 400px;
  }
}
.page-blog__card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.page-blog__card-img {
  aspect-ratio: 300/180;
  overflow: hidden;
}
.page-blog__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-blog__card-body {
  margin-top: 56px;
  font-weight: 600;
  color: #fff;
}
.page-blog__card-date {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.page-blog__card-ttl {
  font-weight: 600;
  font-size: 18px;
  overflow: hidden; /* はみ出た部分を隠す */
  text-overflow: ellipsis; /* はみ出た部分を「...」にする */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-blog__card-txt {
  padding-right: 56px;
  font-weight: 600;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .page-blog__card-txt {
    padding-right: 0;
  }
}
.page-blog__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (min-width: 1024px) {
  .page-blog__pagination {
    gap: 40px;
  }
}
.page-blog__pagination-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #907910;
  width: 25px;
  height: 25px;
}
.page-blog__pagination-nav--disabled {
  opacity: 0;
  pointer-events: none;
}
.page-blog__pagination-icon {
  display: inline-block;
  position: relative;
  margin: 5.7px 0;
  border-radius: 9999px;
  background: #fff;
  width: 15px;
  height: 2px;
}
.page-blog__pagination-icon::before, .page-blog__pagination-icon::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform-origin: 1px 50%;
          transform-origin: 1px 50%;
  border-radius: 9999px;
  background-color: #ffffff;
  width: 10px;
  height: 2px;
  content: "";
}
.page-blog__pagination-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-blog__pagination-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page-blog__pagination-icon--next::before, .page-blog__pagination-icon--next::after {
  right: 0;
  left: auto;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.page-blog__pagination-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .page-blog__pagination-squares {
    gap: 20px;
  }
}
.page-blog__pagination-square {
  display: inline-block;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  background: #d9d9d9;
  width: 25px;
  height: 25px;
}
.page-blog__pagination-square--current {
  background-color: #907910;
  pointer-events: none;
}

.page-company .block-page-ttl {
  position: relative;
  background-position: 30% bottom;
  background-size: 300%;
}
@media (min-width: 768px) {
  .page-company .block-page-ttl {
    background-position: 20% bottom;
    background-size: 160%;
  }
}
@media (min-width: 1024px) {
  .page-company .block-page-ttl {
    background-position: 20% 60%;
  }
}
@media (min-width: 1440px) {
  .page-company .block-page-ttl {
    background-position: 20% 65%;
    background-size: cover;
  }
}
@media (min-width: 1920px) {
  .page-company .block-page-ttl {
    background-position: 20% 50%;
  }
}
.page-company__inner {
  padding-top: 50px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .page-company__inner {
    padding-top: 100px;
  }
}
.page-company__container {
  position: relative;
}
.page-company__container .parts-bg-flower--right {
  top: -8px;
  right: 0;
}
@media (min-width: 1024px) {
  .page-company__container .parts-bg-flower--right {
    max-width: 364px;
    width: 18.958vw;
    top: -30px;
  }
}
.page-company__box {
  max-width: 560px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-company__box {
    max-width: 880px;
  }
}
.page-company__ttl {
  font-weight: 900;
  color: #907910;
  font-size: 20px;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .page-company__ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.page-company__table {
  border-collapse: collapse;
  width: 100%;
}
.page-company__table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .page-company__table-list {
    font-size: 16px;
  }
}
.page-company__table-list:last-child .page-company__table-ttl {
  border-bottom: 1px solid #333333;
}
.page-company__table-list:last-child .page-company__table-input {
  border-bottom: 1px solid #333333;
}
@media (min-width: 1024px) {
  .page-company__table-list {
    border-top: none;
    border-bottom: none;
  }
}
.page-company__table-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 34.5%;
  max-width: 196px;
  padding-block: 32px;
  vertical-align: middle;
  border-top: 1px solid #333333;
}
@media (min-width: 1024px) {
  .page-company__table-ttl {
    width: 24%;
  }
}
.page-company__table-input {
  margin-left: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(65.5% - 56px);
  max-width: 628px;
  padding-block: 32px;
  border-top: 1px solid #333333;
}
@media (min-width: 1024px) {
  .page-company__table-input {
    width: 100%;
  }
}

.page-contact {
  margin-bottom: 50px;
}
.page-contact__section {
  background: #907910;
}
.page-contact__inner {
  padding-block: 50px 25px;
}
.page-contact__container {
  position: relative;
}
.page-contact__container .parts-bg-flower {
  top: -44px;
  right: 0;
}
.page-contact__container .parts-page-contact-steps__step--input {
  color: #fff;
  background: #bfa944;
}
.page-contact__form {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-contact__form {
    max-width: 840px;
  }
}
.page-contact__form .form-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .page-contact__form .form-box {
    font-size: 24px;
  }
}
.page-contact__form .form-box .forum-item {
  width: 100%;
}
.page-contact__form .form-box .form-item.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-contact__form .form-box .category select {
  padding: 14px 60px 14px 12px;
  width: 220px;
  border: none;
}
@media (min-width: 1024px) {
  .page-contact__form .form-box .category select {
    width: 420px;
  }
}
.page-contact__form .form-box .category select {
  /* 1. 標準の矢印を消す */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.page-contact__form .form-box .category {
  /* 2. 新しいマークを作る */
}
.page-contact__form .form-box .category::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50px;
  width: 18px;
  height: 20px;
  background-image: url("../img/ui/contact-form-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .page-contact__form .form-box .category::after {
    top: 68px;
  }
}
.page-contact__form .form-box .form-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.page-contact__form .form-box .form-item p br {
  display: none;
}
.page-contact__form .form-box input,
.page-contact__form .form-box textarea {
  width: 100%;
  border: none;
  padding: 14px 20px;
}
.page-contact__form .form-box input:focus,
.page-contact__form .form-box textarea:focus {
  outline: none; /* 青い枠線を消す */
  -webkit-box-shadow: none;
          box-shadow: none; /* ブラウザによっては影が出ていることもあるので消す */
  border-color: #ccc; /* 枠線の色が勝手に変わるのを防ぎ、任意の色に固定する */
}
.page-contact__form .form-box {
  /* CF7のテキストエリアを狙い撃ち */
}
.page-contact__form .form-box .wpcf7-textarea {
  height: 200px; /* お好みの高さに */
  /* ユーザーが手動で横に広げてレイアウトを壊すのを防ぐ */
  resize: vertical;
}
.page-contact__form .form-box .label-text {
  font-weight: 600;
  color: #fff;
}
.page-contact__form .form-box .label-text span {
  color: #f8453d;
}
.page-contact__form .form-box .category {
  margin-bottom: 20px;
}
.page-contact__form .form-box .address .label-text {
  display: block;
  margin-bottom: 10px;
}
.page-contact__form .form-box .address input {
  padding-block: 10px;
}
.page-contact__form .form-box .address-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-contact__form .form-box .zip-wrap {
  position: relative;
  padding-bottom: 20px;
}
.page-contact__form .form-box .zip-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
}
.page-contact__form .form-box .zip-wrap p .zip-icon {
  height: 100%;
  background: #fff;
  padding-left: 22px;
  padding-right: 16px;
  padding-block: 10px;
  font-weight: 600;
}
.page-contact__form .form-box .zip-wrap p .address-txt {
  background: #907910;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  height: 100%;
  padding-top: 10px;
}
.page-contact__form .form-box .zip-wrap p input {
  width: 142px;
  padding: 10px 64px 10px 2px;
  margin-left: -12px;
}
@media (min-width: 1024px) {
  .page-contact__form .form-box .zip-wrap p input {
    width: 170px;
  }
}
.page-contact__form .form-item.check-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.page-contact__form .form-item.check-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contact__form .form-item.check-box input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #fff;
}
.page-contact__form .form-item.check-box .wpcf7-list-item {
  margin: 0;
}
.page-contact__form .form-item.check-box .wpcf7-list-item-label {
  font-weight: 600;
  color: #fff;
}
.page-contact__form .form-item.check-box .wpcf7-list-item-label a:hover {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
@media (min-width: 1024px) {
  .page-contact__form .form-item.check-box .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.page-contact__form .form-item.confirm-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 30px;
}
.page-contact__form .form-item.confirm-btn .wpcf7-submit {
  background: #fff;
  color: #907910;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid transparent;
}
.page-contact__form .form-item.confirm-btn .wpcf7-submit:hover {
  border: 2px solid #fff;
  background: #907910;
  color: #fff;
}
@media (min-width: 1024px) {
  .page-contact__form .form-item.confirm-btn .wpcf7-submit {
    font-size: 24px;
  }
}
.page-contact__form .wpcf7 input::-webkit-input-placeholder, .page-contact__form .wpcf7 textarea::-webkit-input-placeholder {
  color: #dcdcdc;
}
.page-contact__form .wpcf7 input::-moz-placeholder, .page-contact__form .wpcf7 textarea::-moz-placeholder {
  color: #dcdcdc;
}
.page-contact__form .wpcf7 input:-ms-input-placeholder, .page-contact__form .wpcf7 textarea:-ms-input-placeholder {
  color: #dcdcdc;
}
.page-contact__form .wpcf7 input::-ms-input-placeholder, .page-contact__form .wpcf7 textarea::-ms-input-placeholder {
  color: #dcdcdc;
}
.page-contact__form .wpcf7 input::placeholder,
.page-contact__form .wpcf7 textarea::placeholder {
  color: #dcdcdc;
}

.page-contact-confirm__container .parts-page-contact-steps__step--input {
  color: #333333;
  background: #fff;
}
.page-contact-confirm__container .parts-page-contact-steps__step--confirm {
  color: #fff;
  background: #bfa944;
}
.page-contact-confirm__form .form-box {
  color: #fff;
}
.page-contact-confirm__form .form-box .category {
  pointer-events: none;
}
.page-contact-confirm__form .form-box .category select {
  padding: 14px 12px 14px 36px;
  background: #907910;
  cursor: default;
}
.page-contact-confirm__form .form-box .category::after {
  left: 0;
  top: 48px;
  width: 20px;
  height: 20px;
  background: #907910;
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .page-contact-confirm__form .form-box .category::after {
    top: 67px;
  }
}
.page-contact-confirm__form .form-box input,
.page-contact-confirm__form .form-box textarea {
  padding: 14px 36px;
  background: #907910;
}
.page-contact-confirm__form .form-box {
  /* CF7のテキストエリアを狙い撃ち */
}
.page-contact-confirm__form .form-box .wpcf7-textarea {
  padding-inline: 12px;
}
.page-contact-confirm__form .form-box .category {
  margin: 0;
}
.page-contact-confirm__form .form-box .zip-wrap p .zip-icon {
  background: #907910;
  padding-left: 0;
  padding-right: 20px;
  padding-block: 10px;
}
.page-contact-confirm__form .form-item.submit-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 30px;
}
.page-contact-confirm__form .form-item.submit-btn .wpcf7-submit {
  background: #fff;
  color: #907910;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 100px;
}
@media (min-width: 1024px) {
  .page-contact-confirm__form .form-item.submit-btn .wpcf7-submit {
    font-size: 24px;
  }
}
.page-contact-confirm__form .form-navigation .submit-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.page-contact-confirm__form .form-navigation .submit-btn p .wpcf7-submit {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid transparent;
}
.page-contact-confirm__form .form-navigation .submit-btn p .wpcf7-submit:hover {
  background: #907910;
  color: #fff;
  border-color: #fff;
}

.page-contact-thanks__inner {
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .page-contact-thanks__inner {
    padding-bottom: 100px;
  }
}
.page-contact-thanks__container .parts-page-contact-steps__step--input {
  color: #333333;
  background: #fff;
}
.page-contact-thanks__container .parts-page-contact-steps__step--confirm {
  color: #333333;
  background: #fff;
}
.page-contact-thanks__container .parts-page-contact-steps__step--complete {
  color: #fff;
  background: #bfa944;
}
.page-contact-thanks__txt {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-contact-thanks__txt {
    font-size: 24px;
  }
}
.page-contact-thanks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.page-contact-thanks__link-txt {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-contact-thanks__link-txt {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .page-contact-thanks__link-txt .br-2 {
    display: none;
  }
}

.page-privacy-policy__inner {
  padding-block: 50px;
}
@media (min-width: 1024px) {
  .page-privacy-policy__inner {
    padding-block: 100px;
  }
}
.page-privacy-policy__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 780px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .page-privacy-policy__container {
    max-width: 1080px;
    gap: 40px;
  }
}
.page-privacy-policy__head {
  line-height: 1.8;
}
.page-privacy-policy__head-ttl {
  font-weight: 900;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .page-privacy-policy__head-ttl {
    font-size: 24px;
  }
}
.page-privacy-policy__head-txt {
  font-weight: 900;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-privacy-policy__head-txt {
    font-size: 16px;
  }
}
.page-privacy-policy__body {
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.page-privacy-policy__card-ttl {
  font-size: 18px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .page-privacy-policy__card-ttl {
    font-size: 24px;
  }
}
.page-privacy-policy__card-txt {
  font-size: 14px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .page-privacy-policy__card-txt {
    font-size: 16px;
  }
}