@charset "UTF-8";
*, *::before, *::after {
  padding: 0;
  margin: 0;
}

html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #2d1a00;
  scroll-behavior: smooth;
}

body:not(.home) h2 {
  padding-top: 1.75em;
  margin-bottom: 2.25em;
}

img {
  display: block;
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

:where(p), :where(a) {
  font-size: clamp(0.875rem, 1.778vw, 1rem);
}

p a {
  display: inline;
  text-decoration: underline;
}

h2 {
  font-size: clamp(1.25rem, 3.11vw, 1.75rem);
  text-align: center;
  position: relative;
}
h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.3em;
  height: 3px;
  background: #ff9529;
}

h3 {
  font-size: clamp(1.125rem, 2.22vw, 1.25rem);
  text-align: center;
  color: #fff;
  background-color: #ff9529;
  padding: 0.2em 1.7em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  max-width: calc(100% - 2em);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title-h3 {
  font-size: clamp(1.25rem, 2.67vw, 1.5rem);
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

.inline-block {
  display: inline-block;
}

.ff-mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.inner-wrapper {
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.border-bottom-decoration {
  display: inline-block;
  border-bottom: double 4px #ff9529;
  line-height: 1.2;
  padding: 1em 0.5em 0;
  margin-bottom: 0.25em;
}

section, [class^=bg-] {
  background-size: 374px 424px;
}

section:nth-of-type(odd), .bg-white {
  background-image: url(../images/section-bg_w.webp);
}

section:nth-of-type(even), .bg-orange {
  background-image: url(../images/section-bg_o.webp);
}

section:not(.first-view) {
  padding-block: 2.5rem 3.5rem;
}
section:last-of-type {
  padding-bottom: 4rem;
  position: relative;
}
section:last-of-type::after {
  content: "";
  background-image: url(../images/asset_section-bottom_bg.webp);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  aspect-ratio: 1000/189;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}
section:last-of-type > * {
  position: relative;
  z-index: 1;
}

.contact-box {
  margin: 3rem auto;
  text-align: center;
  color: #ff9529;
  background: #fff;
  border: solid 1px #ff9529;
  border-radius: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: calc(100vw - 2em);
}
.contact-box a {
  padding: 1em 2em;
  display: block;
}
.contact-box a > * {
  margin-inline: auto;
}
.contact-box img {
  max-width: min(275px, 60vw);
}
.contact-box img + p {
  margin-top: 0.5em;
}

.pagination {
  margin: 3em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination > * {
  padding: 0.5em;
}
.pagination a {
  border: solid 1px #333;
  background: #fff;
  display: inline;
}
.pagination .current {
  background: #ff9529;
  color: #fff;
  border: solid 1px #ff9529;
  pointer-events: none;
}

.fadein-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.85s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.85s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), transform 0.85s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1), transform 0.85s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.85s cubic-bezier(0.4, 0, 0.2, 1);
}
.fadein-up.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

:root .wpcf7-list-item {
  margin: 0;
}

@media screen and (max-width: 767px) {
  body:not(.home) h2 {
    padding-top: 1em;
  }
  .contact-box a {
    padding-inline: 2em;
  }
}
header {
  height: 80px;
  padding: 0 1rem;
  background-color: #825524;
  position: fixed;
  z-index: 2;
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header + *::before {
  content: "";
  display: block;
  height: 80px;
}

.header-inner {
  max-width: 900px;
  height: inherit;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
}

.site-title {
  margin: 0;
  max-width: 288px;
  width: 28.125%;
}

.header-nav {
  margin-inline: auto 0;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4em;
}
.header-nav-list a {
  line-height: 2;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  cursor: pointer;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 13em;
  background: #fff;
  color: #825524;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  padding: 0.5em;
  border-radius: 3px;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.3s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.menu-item-has-children .sub-menu li {
  padding: 0.5em;
}
.menu-item-has-children .sub-menu li + li {
  border-top: solid 1px #825524;
}
.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.hamburger {
  display: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  z-index: 1001;
  cursor: pointer;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger span::before,
.hamburger span::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  top: 10px;
}
.hamburger.active span {
  background: transparent;
}
.hamburger.active span::before {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.hamburger.active span::after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  header {
    height: 65px;
  }
  header + *::before {
    height: 65px;
  }
  .site-title {
    width: clamp(180px, 47%, 210px);
  }
  .header-nav {
    width: 100vw;
    height: calc(100dvh - 80px);
    font-size: 1.1rem;
    background: #fff;
    background-image: url(../images/gnav_bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    opacity: 0;
    position: absolute;
    left: -1rem;
    top: 80px;
    z-index: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .header-nav a {
    font-size: 1.1rem;
  }
  .header-nav .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav .menu-item a::before {
    content: "";
    display: block;
    width: 1.5px;
    height: 1.25em;
    background: #825524;
    margin-right: 0.75em;
  }
  .header-nav .menu-item-has-children {
    display: contents;
  }
  .header-nav .menu-item-has-children > a {
    display: none;
  }
  .header-nav .menu-item-has-children .sub-menu {
    display: contents;
    opacity: 1;
    visibility: visible;
    padding: inherit;
  }
  .header-nav .menu-item-has-children .sub-menu li {
    padding: inherit;
    color: inherit;
  }
  .header-nav .menu-item-has-children .sub-menu li + li {
    border-top: none;
    margin-inline: 0;
  }
  .header-nav.active {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
  .header-nav.active .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #825524;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em 2em;
  }
  .header-nav-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hamburger {
    display: block;
  }
}
footer {
  text-align: center;
  background-image: url(../images/section-bg_w.webp);
  background-size: 187px 212px;
}

.footer-nav {
  background-color: #825524;
  color: #fff;
}
.footer-nav-list {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
}
.footer-nav .menu-item {
  position: relative;
  margin-left: 1.5em;
}
.footer-nav .menu-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.75em;
  width: 1px;
  height: 1.5em;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-nav .menu-item:first-of-type {
  margin-left: 0;
}
.footer-nav .menu-item:first-of-type::before {
  display: none;
}

.footer-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 26px auto;
  font-size: clamp(0.875rem, 1.556vw, 0.9375rem);
}
.footer-information .left {
  text-align: left;
}
.footer-information .left h1 {
  width: 30.3vw;
  max-width: 303px;
}
.footer-information .right {
  text-align: right;
  line-height: 1.25;
}
.footer-information .right > :first-child {
  color: #ff9529;
  font-size: 1.875rem;
}
.footer-information .right > :nth-child(2) {
  font-size: 1.4rem;
}
.footer-information .small {
  font-size: 0.666em;
}

.copy {
  font-size: 0.75rem;
  padding-block: 0.75em;
}

@media screen and (max-width: 767px) {
  .footer-nav-list {
    display: grid;
    grid-template-columns: 6fr 5fr;
    padding: 1.75em 1.5em;
    gap: 0.5em 1.2em;
  }
  .footer-nav-list .menu-item {
    margin-left: 0;
    text-align: left;
  }
  .footer-nav-list .menu-item:first-of-type::before {
    display: block;
    margin-left: 0;
  }
  .footer-nav-list .menu-item::before {
    left: -0.5em;
  }
  .footer-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-information .right, .footer-information .left {
    text-align: center;
  }
  .footer-information .right p {
    margin-top: 3px;
  }
  .footer-information .left h1 {
    width: 70vw;
    margin: 40px auto 24px;
  }
}
.home .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-size: 1rem;
  padding: 0.81em 2.4em;
  text-align: center;
  margin: 1.5rem auto 0;
  position: relative;
}
.home .button::after {
  content: ">";
  display: block;
  margin-top: -0.25em;
  font-size: clamp(0.9375rem, 1.67vw, 1.1rem);
}

.first-view .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.first-view .slide-wrapper .text {
  background-image: url(../images/first-view_right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.3333333333%;
  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;
}
.first-view .slide-wrapper .text .concept {
  font-size: clamp(1rem, 2.9vw, 1.5rem);
  text-align: center;
  line-height: 2.333333;
}
.first-view .slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 66.6666666667%;
  aspect-ratio: 16/10;
}
.first-view .slide-inner .slide {
  min-width: 100%;
}
.first-view .slide-inner {
  position: relative;
  overflow: hidden;
}
.first-view .slide-inner .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  pointer-events: none;
}
.first-view .slide-inner .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 7s ease;
  transition: -webkit-transform 7s ease;
  transition: transform 7s ease;
  transition: transform 7s ease, -webkit-transform 7s ease;
  will-change: transform;
}
.first-view .slide-inner .slide.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.first-view .slide-inner .slide.active img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.first-view .slide-inner .slide:not(.active) img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.first-view .introduction {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.first-view .introduction .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  margin-top: 2rem;
}
.first-view .introduction figure {
  margin-top: -2rem;
  margin-right: -8.1%;
}
.first-view .introduction figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.first-view .introduction .text {
  background-color: rgba(255, 164, 28, 0.85);
  padding: 0.6875rem 1.1875rem 0.6875rem 2.375rem;
  position: relative;
  color: #fff;
  width: 60%;
}
.first-view .introduction .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: 1.1875rem;
  width: 1.5px;
  height: calc(100% - 1.375rem);
  background: #fff;
}
.first-view .introduction .text .primary {
  font-size: clamp(1.25rem, 2.67vw, 1.5rem);
  line-height: 1.25;
  margin-top: 0.9em;
  margin-bottom: 0.5em;
  text-shadow: 0 0 8px #ae7020;
}
.first-view .introduction .text .description {
  line-height: 1.6;
  margin-bottom: 0.9em;
  text-shadow: 0 0 4px #ae7020;
}

.home section h2 {
  margin-bottom: 1em;
  padding-top: 0.8em;
}
.home section > h2:nth-of-type(n+2) {
  padding-top: 3em;
}

.front-page--about .about-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.front-page--about .about-top .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page--about .about-top h3 {
  font-size: clamp(1.125rem, 2.44vw, 1.375rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.front-page--about .about-top h4 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  padding: 0.35em 0.5em;
  background-color: #ff9529;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.front-page--about .about-top p {
  padding: 1.3em 0.9em 0.7em;
  background: #fff;
  margin-top: -1.1em;
  margin-left: 0.8em;
}
.front-page--about .description {
  display: grid;
  grid-template-columns: clamp(80px, 13vw, 110px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 1em;
}
.front-page--about .description figure {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.front-page--about .description h5 {
  font-size: clamp(18px, 3vw, 22px);
}
.front-page--about .about-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
.front-page--about .about-bottom .item {
  position: relative;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.front-page--about .about-bottom .item a {
  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%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.front-page--about .about-bottom .item figure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
  border-radius: 12px;
}
.front-page--about .about-bottom .item:hover figure, .front-page--about .about-bottom .item:focus-within figure {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}
.front-page--about .about-bottom .item h4 {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.5019607843);
  padding: 0 0.5em;
  height: 4.2em;
  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;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.front-page--news .news-list {
  display: grid;
  grid-template-columns: 1fr 0 1fr;
  gap: 1em;
}
.front-page--news .box {
  width: calc(100% - 1em);
}
.front-page--news .item {
  line-height: 1.25;
}
.front-page--news .item + .item {
  margin-top: 1em;
}
.front-page--news .item a {
  display: grid;
  grid-template-columns: min(140px, 33%) 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.front-page--news .item figure {
  max-width: 140px;
  aspect-ratio: 1.8/1;
  overflow: hidden;
}
.front-page--news .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page--news .item time {
  font-size: clamp(0.8125rem, 1.444vw, 0.875rem);
}
.front-page--news .text {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 1em;
}
.front-page--news .border {
  width: 2px;
  height: auto;
  background-color: #ff9529;
}

.front-page--grave .grave-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.front-page--grave .grave-box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.front-page--grave .grave-box > * {
  width: calc(50% - 1em);
}
.front-page--grave .grave-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.front-page--grave h4 {
  font-size: clamp(1.125rem, 2.44vw, 1.375rem);
  padding-bottom: 0.5em;
}
.front-page--grave p {
  line-height: 1.5;
}

.banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-box a {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .first-view .slide-wrapper {
    padding: 0;
    height: clamp(160px, 22vh, 240px);
  }
  .first-view .slide-wrapper .text .concept {
    line-height: 2;
    text-align: left;
  }
  .first-view .introduction {
    padding: 0;
  }
  .first-view .introduction .content-wrapper {
    position: relative;
    display: block;
    margin-top: 0;
    padding: 18px 18px 18px 0;
    max-width: 560px;
  }
  .first-view .introduction figure {
    margin: 0;
    position: relative;
    top: 0;
    overflow: hidden;
    aspect-ratio: 2.45/1;
  }
  .first-view .introduction .text {
    width: 100%;
    padding: 0.5rem 0.9rem 0.5rem 1.6rem;
    text-align: justify;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .first-view .introduction .text .description {
    margin-bottom: 0.25em;
    line-height: 1.5;
    font-size: clamp(0.85rem, 1.778vw, 1rem);
  }
  .first-view .introduction .text::before {
    left: 0.8rem;
  }
  .first-view .introduction .text .primary {
    margin-block: 0.3em;
    font-size: clamp(1.15rem, 2.67vw, 1.5rem);
  }
  .front-page--about .about-top {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .front-page--about .about-top h4 {
    text-align: center;
    margin: auto;
    width: calc(100% - 3em);
  }
  .front-page--about .about-top p {
    text-align: center;
    padding-block: 1.7em 1em;
    margin-left: 0;
  }
  .front-page--about .about-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    justify-items: center;
    width: min(90%, 464px);
  }
  .front-page--about .about-bottom .item {
    max-width: 220px;
  }
  .front-page--news .news-list {
    grid-template-columns: 1fr;
  }
  .front-page--news .border {
    display: none;
  }
  .front-page--news .box {
    width: calc(100% - 2em);
    margin-inline: auto;
  }
  .front-page--news .box:nth-last-of-type(1) {
    display: none;
  }
  .front-page--grave .grave-box {
    gap: 1rem;
  }
  .front-page--grave .grave-box:nth-of-type(odd), .front-page--grave .grave-box:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .front-page--grave .grave-box > * {
    width: 100%;
  }
  .banner-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
  .banner-box a {
    width: 45%;
  }
}
.page-news .news-list {
  width: 100%;
}
.page-news .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.page-news .item figure {
  width: 23%;
  max-width: 209px;
}
.page-news .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-news .item + .item {
  border-top: solid 1px #ff9529;
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.page-news .item time {
  font-size: clamp(0.8125rem, 1.444vw, 0.875rem);
}
.page-news .item h4 {
  font-size: clamp(1.125rem, 2.22vw, 1.25rem);
}
.page-news .item p {
  font-size: clamp(0.875rem, 1.556vw, 0.9375rem);
}
@media screen and (max-width: 767px) {
  .page-news .news-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-news .item a {
    display: grid;
  }
  .page-news .item .text {
    display: contents;
  }
  .page-news .item a {
    display: grid;
    grid-template-columns: 120px 1fr; /* 左:画像 幅固定 / 右:可変 */
    grid-template-rows: auto auto auto; /* 1:日付 2:タイトル 3:本文 */
    grid-template-areas: "img  date" "img  title" "text text";
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 6px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-decoration: none;
    color: inherit;
  }
  .page-news .item a figure {
    grid-area: img;
    margin: 0;
    width: auto;
  }
  .page-news .item a img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9; /* 任意。比率は必要に応じ調整 */
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .page-news .item a .text {
    display: contents;
  }
  .page-news .item a { /* ← 子要素をグリッドに直接参加させる */ }
  .page-news .item a time {
    grid-area: date;
    font-size: 0.9rem;
    color: #666;
  }
  .page-news .item a h4 {
    grid-area: title;
    line-height: 1.3;
  }
  .page-news .item a p {
    grid-area: text;
    line-height: 1.7;
  }
}

.single-post article {
  max-width: 900px;
  margin: auto;
}
.single-post h1 {
  font-size: clamp(1.125rem, 2.44vw, 1.375rem);
}
.single-post time {
  font-size: clamp(0.8125rem, 1.444vw, 0.875rem);
  text-align: right;
  display: block;
}

.post-content {
  margin-bottom: 5rem;
}
.post-content > * {
  margin-bottom: 2rem;
}
.post-content img {
	width: auto;
	max-height: 80vh;
	margin-inline: auto;
}

.post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  gap: 1.5em;
}
.post-nav a {
  position: relative;
  display: block;
}
.post-nav a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  font-size: 1.4rem;
}
.post-nav .next a {
  text-align: right;
  padding-right: 1.5em;
}
.post-nav .next a:after {
  content: "»";
  right: 0.1em;
}
.post-nav .prev a {
  padding-left: 1.5em;
}
.post-nav .prev a:after {
  content: "«";
  left: 0.1em;
}

.social-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social-share__label {
  margin-right: 0.25rem;
}

.share-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
}
.share-btn.x {
  background-color: #000;
}
.share-btn.facebook {
  background-color: #0866ff;
}
.share-btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* ステータスの見た目：通常は非表示、表示時にフェードイン */
.page-info .title-h3 {
  margin-block: 2.5em 1em;
}
.page-info .info_map {
  margin-top: -2rem;
}
.page-info table {
  border-collapse: collapse;
  font-weight: bold;
  text-align: center;
  margin-inline: auto;
}
.page-info table th, .page-info table td {
  padding: 0.5em 1rem;
  background-color: #fff;
}
.page-info table th {
  width: 5em;
  background-color: #d4d4d4;
}
.page-info table td {
  width: clamp(100px, 100% - 2rem, 187.75px);
}
.page-info table .min {
  font-size: 0.8em;
}
.page-info table .sub-text {
  display: inline-block;
  font-size: clamp(0.8125rem, 1.444vw, 0.875rem);
  font-weight: normal;
}
.page-info table .area td {
  font-size: clamp(1.25rem, 2.67vw, 1.5rem);
  color: #fff;
}
.page-info table .area td:nth-of-type(1) {
  background-color: #5675da;
}
.page-info table .area td:nth-of-type(2) {
  background-color: #62ae55;
}
.page-info table .area td:nth-of-type(3) {
  background-color: #da64cf;
}
.page-info table .area td:nth-of-type(4) {
  background-color: #8d5be5;
}
.page-info table .price td {
  font-size: clamp(1.25rem, 3.556vw, 2rem);
}
.page-info .text-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.page-info .text-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-info .text-list dt {
  color: #fff;
  text-align: center;
  background-color: #ff9529;
  width: 6em;
  padding: 0.2em 1.5em;
}
@media screen and (max-width: 767px) {
  .page-info .table-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-info table {
    display: block;
    overflow-x: scroll;
    border: none;
  }
  .page-info table tbody {
    width: 100%;
    overflow-x: scroll;
  }
  .page-info table th {
    min-width: 3em;
    font-size: 0.9375rem;
    padding: 0.25em 0.25em;
    line-height: 1.2;
  }
  .page-info table td {
    padding: 0.25em;
    font-size: 0.9375rem;
  }
  .page-info table .sub-text {
    white-space: nowrap;
  }
  .page-info .text-list .list {
    -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;
    gap: 0.25em;
  }
  .page-info .text-list dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.2em 1em;
  }
}

.page-kuyou .inner-wrapper:not(:first-of-type) {
  margin-top: 2.8em;
}
.page-kuyou .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-kuyou .flex .title-h3 {
  margin-block: 0.5em 1.25em;
  font-size: 1.2em;
}
.page-kuyou .title-h3 {
  margin-bottom: 1em;
}
.page-kuyou .item-text {
  background: #fff;
  padding: 1em;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.page-kuyou figure {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-kuyou img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-kuyou .image-about {
  aspect-ratio: 8/5;
  max-width: 400px;
  width: 45%;
}
.page-kuyou .box-noukotsu figure {
  width: 40%;
  aspect-ratio: 36/19;
}
.page-kuyou .box-benefit figure {
  width: 50%;
  aspect-ratio: 255/134;
}
.page-kuyou .orange-line-left {
  border-left: solid 2px #ff9529;
  padding-left: 1em;
}
.page-kuyou .indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}
.page-kuyou .text-list {
  max-width: 520px;
  margin-inline: auto;
}
.page-kuyou .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #2d1a00;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 1em;
}
.page-kuyou dt, .page-kuyou dd {
  font-size: 1.25em;
}
.page-kuyou .right {
  text-align: right;
}
.page-kuyou .small {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .page-kuyou .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-kuyou .box-about figure {
    max-height: 320px;
  }
  .page-kuyou .box-about figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-kuyou .box-noukotsu figure {
    width: 100%;
  }
  .page-kuyou .box-benefit figure {
    width: 100%;
  }
}

.page-support h3 {
  margin-block: 0.5em 1.25em;
}
.page-support h4 {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  text-align: center;
  color: #c76705;
  background-color: #fff;
  padding: 0.1em 0.9em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5em auto 1.25em;
  max-width: calc(100% - 2em);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-support .box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.page-support .box-grid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-support .box-grid {
    grid-template-columns: 1fr;
  }
  .page-support .box-grid figure {
    max-width: 600px;
    margin-inline: auto;
  }
}

.page-outline .space-left {
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-outline h3 {
  margin: 0.5em auto 1.25em 0;
}
.page-outline .overview dt {
  width: 10em;
}
.page-outline .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #2d1a00;
  padding: 1em;
  line-height: 1.75;
}
.page-outline .row:first-child {
  border-top: solid 1px #2d1a00;
}
.page-outline dt {
  width: 12em;
}
.page-outline .box-grid {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 1rem;
}
.page-outline .access-box iframe {
  aspect-ratio: 16/9;
  width: max(840px, 100%);
}
.page-outline img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-outline h3 {
    margin-bottom: 1em;
  }
  .page-outline .inner-wrapper p {
    line-height: 1.6;
  }
  .page-outline .access-box iframe {
    width: 100%;
    height: 60dvh;
    max-height: 427.5px;
    aspect-ratio: 1;
  }
  .page-outline .box-grid {
    grid-template-columns: 1fr;
  }
  .page-outline .box-grid figure {
    max-height: 210px;
  }
  .page-outline .box-grid figure img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .page-outline .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5em;
    line-height: 1.7;
    border-width: 0.75px;
  }
  .page-outline .row:first-child {
    border-width: 0.75px;
  }
  .page-outline dt {
    font-size: 0.9em;
  }
  .page-outline dd {
    padding-left: 0.85em;
  }
}

.page-contact section > div {
  max-width: 840px;
}
.page-contact .contact-form {
  max-width: 840px;
  margin: 2rem auto;
  padding: 2rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-contact input, .page-contact textarea {
  background: #fff;
  border: none;
}
.page-contact input[type=text], .page-contact input[type=email], .page-contact textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  padding: 0.3em;
}
.page-contact .item, .page-contact .note {
  margin-bottom: 1.5rem;
}
.page-contact textarea {
  resize: vertical;
}
.page-contact input[type=submit] {
  background: #fff;
  display: block;
  color: #2d1a00;
  font-size: 1rem;
  padding: 0.5em 3em;
  margin: auto;
  cursor: pointer;
}
.page-contact input[type=submit]:hover {
  opacity: 0.8;
}
.page-contact .acceptance, .page-contact .check-text {
  text-align: center;
  margin-bottom: 1rem;
}
.page-contact .wpcf7-spinner {
  display: block;
  margin: -24px 0 0 auto;
}

.privacy-policy {
  margin-inline: auto;
}
.privacy-policy .inner-wrapper {
  max-width: 840px;
}
.privacy-policy h5 {
  padding-block: 2em 0.5em;
  font-weight: bold;
  font-size: clamp(1.125rem, 2.22vw, 1.25rem);
}
.privacy-policy p {
  line-height: 1.5;
  padding-left: 1em;
  text-align: justify;
}
.privacy-policy ul {
  padding-left: 2em;
}
.privacy-policy li {
  list-style: disc;
}