@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif, sans-serif;
}

@-webkit-keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes navLinkFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
@-webkit-keyframes moveBg {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@keyframes moveBg {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@-webkit-keyframes moveBgCenter {
  from {
    background-position: 75% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@keyframes moveBgCenter {
  from {
    background-position: 75% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@-webkit-keyframes moveLeft {
  0% {
    right: -100px;
  }
  100% {
    right: 100%;
  }
}
@keyframes moveLeft {
  0% {
    right: -100px;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes slideZoom {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(0) scale(1.2); /* 1.2倍にズーム */
  }
}
@keyframes slideZoom {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(0) scale(1.2); /* 1.2倍にズーム */
  }
}
/* ==============================
  base
============================== */
/* 全体の選択色を変える場合 */
::-moz-selection {
  background-color: #2f5d2f; /* 選択時の背景色 */
  color: #fff; /* 選択時の文字色 */
}
::selection {
  background-color: #2f5d2f; /* 選択時の背景色 */
  color: #fff; /* 選択時の文字色 */
}

/* Firefox用の対応（必要に応じて） */
::-moz-selection {
  background-color: #2f5d2f;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  html,
body {
    overflow-x: hidden;
  }
}

/* ===============================================
# header
=============================================== */
.l-header {
  position: fixed;
  top: 0;
  z-index: 1200;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header {
    position: fixed;
    background-color: #2b602b;
    width: 740px;
    height: 60px;
    border-radius: 40px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  position: relative;
}

.c-logo {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .c-logo {
    display: none;
  }
}
.c-logo img {
  display: block;
  height: auto;
}

/* hamburger */
.c-hamburger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1400;
}
.c-hamburger .c-hamburger__icon {
  position: relative;
  width: 52px;
  height: 52px;
}
.c-hamburger .c-hamburger__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.2s ease;
}
.c-hamburger .c-hamburger__icon .is-open {
  opacity: 1;
}
.c-hamburger .c-hamburger__icon .is-close {
  opacity: 0;
}

/* nav (SP/TAB: drawer) */
/* drawer nav */
.c-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  transform: translateX(110%);
  transition: transform 0.35s ease;
  z-index: 1100;
  overflow: hidden;
}

/* 背景を完全に縦100svhで埋める */
.c-nav__bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  background-image: url("/assets/img/header/header_bg@150x.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}

/* navリストは上に重ねる */
.c-nav__list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 88px 0px 88px;
  display: grid;
  gap: 14px;
  width: 200px;
  margin: auto;
  height: 80%;
  margin-top: 80px;
  text-align: center;
}

.c-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "zen-old-mincho", sans-serif;
  color: #fff;
}

/* hoverロゴ */
.c-nav__link::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/header/header_logohover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  display: inline;
  position: absolute;
  left: -30px;
}
@media screen and (min-width: 1024px) {
  .c-nav__link::before {
    left: -10px;
  }
}

/* hoverでフェード */
.c-nav__link:hover::before {
  opacity: 1;
}

.c-nav__link {
  padding-left: 0;
}

/* open state */
.is-nav-open .c-nav {
  transform: translateX(0);
}
.is-nav-open .c-overlay {
  opacity: 1;
  pointer-events: auto;
}
.is-nav-open .c-hamburger__icon .is-open {
  opacity: 0;
}
.is-nav-open .c-hamburger__icon .is-close {
  opacity: 1;
}

/* pc (>=1024px) */
@media screen and (min-width: 1024px) {
  .l-header__inner {
    margin: 0 auto;
    /* height固定はやめて安定させる */
    min-height: 60px;
    height: auto;
    padding: 10px 20px; /* 14pxだと詰まりやすいので少し調整 */
    border-radius: 20px;
  }
  /* PCは横並びなのでハンバーガーは消す */
  .c-hamburger {
    display: none;
  }
  .c-nav {
    position: static !important;
    width: 790px !important;
    height: auto !important;
    transform: none !important;
    overflow: visible !important;
    pointer-events: auto !important;
    min-height: auto;
  }
  .c-nav__bg {
    display: none;
  }
  .c-nav__list {
    /* SPの指定をPCで必ず解除 */
    width: auto;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* 右寄せにしたい場合 */
    gap: 14px;
  }
  .c-nav__link {
    padding: 8px 10px;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 999px;
    font-size: 12px;
    white-space: nowrap; /* 折り返し防止 */
  }
  .c-nav__link.is-contact {
    padding: 8px 14px;
  }
}
/* ===============================================
# p-top_hero
=============================================== */
.p-hero {
  position: relative;
}

.p-hero__slider {
  position: relative;
  overflow: hidden;
}

/* 高さは好みで調整（SPは縦長、PCは横長にしやすい） */
.p-hero__slider {
  height: 60svh;
  /* min-height: 60svh; */
  width: 100%;
  margin-left: auto;
  overflow: hidden;
  border-bottom-left-radius: 80px;
}
@media screen and (min-width: 1024px) {
  .p-hero__slider {
    height: 780px;
    width: 70%;
    margin-left: auto;
    overflow: hidden;
    border-bottom-left-radius: 200px;
  }
}

.p-hero__slides {
  position: absolute;
  inset: 0;
}

.p-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
}
.p-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.p-hero__slide picture,
.p-hero__slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-hero__slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-hero__slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-hero__text {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 180px;
  z-index: 111;
}
@media screen and (min-width: 1024px) {
  .p-hero__text {
    display: none;
  }
}

.p-hero__text__pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-hero__text__pc {
    display: block;
    position: absolute;
    top: 60%;
    left: 7%;
    transform: translate(20%, -50%);
    width: 13%;
    z-index: 111;
  }
}

.p-hero__h2 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-hero__h2 {
    display: block;
    position: absolute;
    top: 60%;
    left: 48%;
    transform: translate(-100%, -50%);
    width: 395px;
    z-index: 111;
  }
}
.p-hero__h2__pc {
  display: block;
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .p-hero__h2__pc {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__h2__pc {
    display: none;
  }
}

/* 文字を上に載せる */
.p-hero__content {
  position: relative;
  z-index: 2;
  padding: 18px 14px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-hero__content {
    padding: 24px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px;
  }
}

.p-hero__eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}

.p-hero__title {
  font-size: 22px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__title {
    font-size: 34px;
  }
}

/* ===============================================
# p-top_heroのドット
=============================================== */
/* ===============================================
# hero dots
=============================================== */
.p-hero__dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 50;
}

.p-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(140, 162, 136, 0.4); /* ← 薄い緑 */
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.p-hero__dot.is-active {
  background: #2b602b; /* ← メインカラー */
  transform: scale(1.3);
}

/* ===============================================
# p-top_bloc
=============================================== */
.p-top__block {
  display: block;
  width: 100%;
  height: 180px;
  background-image: url("/assets/img/top/p-top__block__bg@150x.webp");
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  .p-top__block {
    height: 220px;
    margin: 100px 0;
    width: 45%;
    margin-right: auto;
  }
}

/* ===============================================
# p-top__second__pin
=============================================== */
.p-heroPin {
  position: relative;
}

.p-heroPin__wrap {
  position: relative;
  overflow: hidden;
  height: 100svh;
  min-height: 520px;
}
@media screen and (min-width: 768px) {
  .p-heroPin__wrap {
    height: 100svh;
    min-height: 580px;
  }
}
@media screen and (min-width: 1024px) {
  .p-heroPin__wrap {
    height: 100svh;
    min-height: 700px;
  }
}

.p-heroPin__slides {
  position: absolute;
  inset: 0;
}

.p-heroPin__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}
.p-heroPin__slide picture,
.p-heroPin__slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-heroPin__slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* 縦書きコピー */
.p-heroPin__copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
  /* SP：右寄せ気味に */
  justify-content: center;
  padding: 18px 14px;
}
@media screen and (min-width: 768px) {
  .p-heroPin__copy {
    padding: 22px 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-heroPin__copy {
    /* PC：少し内側に */
    padding: 28px 24px;
  }
}

.p-heroPin__copyText {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  line-break: strict;
  letter-spacing: 0.08em;
  line-height: 1.9;
  text-shadow: 0.5px 0.5px white;
  margin: 0;
  color: #2b602b;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-heroPin__copyText {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-heroPin__copyText {
    font-size: 20px;
  }
}

/* ===============================================
# p-top__third
=============================================== */
@media screen and (min-width: 1024px) {
  .p-top__third {
    width: 1024px;
    margin: 0 auto;
  }
}
.p-top__third__h2 {
  font-size: 1.875rem;
  color: #000;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  padding: 45px 0;
  text-align: left;
  width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-top__third__h2 {
    font-size: 2.5rem;
    padding: 120px 0;
    width: 530px;
  }
}
.p-top__third__img1 {
  display: block;
  width: 52%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .p-top__third__img1 {
    display: none;
  }
}
.p-top__third__text {
  font-size: 0.9375rem;
  color: black;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.5cap;
  width: 90%;
  margin: 45px auto;
}
@media screen and (min-width: 1024px) {
  .p-top__third__text {
    width: 590px;
    font-size: 1.25rem;
    text-align: left;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__third__text__wrapper {
    position: relative;
  }
}
.p-top__third__img2 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-top__third__img2 {
    position: absolute;
    top: 2%;
    left: -40px;
    transform: translate(0%, 0);
    width: 203px;
    display: block;
  }
}
.p-top__third__img3 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-top__third__img3 {
    position: absolute;
    top: 40%;
    right: 0;
    transform: translate(0%, 50%);
    width: 200px;
    display: block;
  }
}
.p-top__third__img4 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-top__third__img4 {
    position: absolute;
    bottom: 10%;
    left: 5%;
    transform: translate(0%, 0%);
    width: 135px;
    display: block;
  }
}

/* ===============================================
# p-top__plan
=============================================== */
.p-top__plan__hlwrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-top__plan__hlwrap {
    margin-bottom: unset;
    margin-left: 100px;
    /* margin-right: 110px; */
    /* padding-right: 170px; */
    width: 600px;
  }
}
.p-top__plan__h2 {
  font-size: 1.6875rem;
  color: black;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .p-top__plan__h2 {
    text-align: left;
  }
}
.p-top__plan__p {
  font-size: 1.25rem;
  color: black;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
  width: 80%;
  margin: 0 auto;
  position: relative;
  transform: translateX(8%);
}
@media screen and (min-width: 1024px) {
  .p-top__plan__p {
    margin: unset;
    width: 100%;
    text-align: left;
    transform: translateX(0);
  }
}
.p-top__plan__p::before {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 12px;
  height: 152px;
  background-image: url(/assets/img/top/p-top__plan__p__ashirai.svg);
  background-size: contain;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, 0);
  z-index: 11;
}
@media screen and (min-width: 1024px) {
  .p-top__plan__p::before {
    transform: translateX(unset);
    height: 100%;
  }
}

/* ===============================================
# p-top__card
=============================================== */
.p-planCards {
  background-color: rgba(132, 163, 132, 0.9);
  padding: 22px 0;
}
@media screen and (min-width: 1024px) {
  .p-planCards {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}

.p-planCards__inner {
  width: 100%;
}

/* 左テキストはSPでは非表示（スクショもカード中心なので） */
.p-planCards__lead {
  display: none;
}

/* 横スワイプレール（SP） */
.p-planCards__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 78%;
  gap: 14px;
  padding: 0 14px 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding: 14px;
  /* スクロールバー非表示（見た目用） */
  scrollbar-width: none;
}
.p-planCards__rail::-webkit-scrollbar {
  display: none;
}

/* カード */
.c-planCard {
  scroll-snap-align: start;
  border-radius: 30px;
  overflow: hidden;
  background-color: #305630;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-planCard {
    scroll-snap-align: start;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    width: 280px;
    height: 520px;
  }
}

.c-planCard__head {
  text-align: center;
  padding: 10px 1px 2px;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  letter-spacing: 0.06em;
  color: #fff;
}

.c-planCard__body {
  padding: 10px 10px 12px;
}

.c-planCard__thumb {
  border-radius: 8px;
  overflow: hidden;
}
.c-planCard__thumb img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.c-planCard__text {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-family: "zen-old-mincho", sans-serif;
  width: 80%;
  margin: auto;
  color: #fff;
  padding-top: 15px;
}
@media screen and (min-width: 1024px) {
  .c-planCard__text {
    padding-top: 45px;
  }
}

/* tab (>=768px) */
@media screen and (min-width: 768px) {
  .p-planCards__rail {
    grid-auto-columns: 52%;
    padding-left: 20px;
    padding-right: 20px;
    gap: 16px;
    scroll-padding: 20px;
  }
  .c-planCard__thumb img {
    width: 100%;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}
/* pc (>=1024px) */
@media screen and (min-width: 1024px) {
  .p-planCards {
    padding: 40px 0;
    color: #fff;
    margin: 40px 0;
  }
  /* PCは“見せたい並び”にする：横一列（必要なら少しはみ出してもスクロールできる） */
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .p-planCards {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-planCards__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    /* 左：説明 / 右：カード */
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 26px;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .p-planCards__lead {
    display: block;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .p-planCards__leadTitle {
    margin: 0 0 14px;
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1024px) {
  .p-planCards__leadText {
    margin: 0;
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.06em;
    opacity: 0.9;
    border-left: 2px solid rgba(255, 255, 255, 0.35);
    padding-left: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .p-planCards__rail {
    grid-auto-columns: 220px; /* 1枚の幅 */
    padding: 0;
    scroll-padding: 0;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-planCard__thumb img {
    width: 100%;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}
/* SP/TABは今のままでOK（railがそのままスワイプ） */
/* 追加：viewport（SPでは不要なら display:block でOK） */
.p-planCards__viewport {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* “見せる窓” */
  .p-planCards__viewport {
    overflow: hidden; /* ← ここで「はみ出しを隠す」 */
    width: 100%;
  }
  /* “中身のレール”は横スクロールできる状態を維持 */
  .p-planCards__rail {
    overflow-x: auto; /* ← スワイプで見える */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /* PCでもスワイプ感を残す */
    scroll-snap-type: x mandatory;
    /* ここ大事：全部表示されないように、内容は横に長くする */
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 220px; /* 1枚の幅 */
    gap: 108px;
    /* PCの左右余白 */
    padding: 0 8px 10px 0;
    /* スクロールバーは非表示 */
    scrollbar-width: none;
  }
  .p-planCards__rail::-webkit-scrollbar {
    display: none;
  }
  /* カードが“窓”の左端に吸着する */
  .c-planCard {
    scroll-snap-align: start;
  }
}
.p-top__plancard__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: rgba(132, 163, 132, 0.9);
}

.p-top__plancard__p {
  font-size: 0.75rem;
  color: black;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .p-top__plancard__p {
    text-align: right;
  }
}

/* ===============================================
# p-top__flow
=============================================== */
.p-top__flow {
  background-color: #d5dfd5;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .p-top__flow {
    padding-bottom: 100px;
  }
}
.p-top__flow__inner {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .p-top__flow__inner {
    width: 740px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 745px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__flow__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.p-top__flow__h2 {
  font-size: 1.6875rem;
  color: #333;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .p-top__flow__h2 {
    font-size: 2.5rem;
    padding: 0;
    text-align: left;
  }
}
.p-top__flow__p {
  font-size: 0.9375rem;
  color: #333;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top__flow__p {
    font-size: 1.125rem;
    text-align: left;
  }
}
.p-top__flow__link {
  display: block;
  margin: auto;
  width: 220px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top__flow__link {
    margin: 0 0 0 auto;
  }
}
.p-top__flow__link__img {
  width: 100%;
  height: auto;
}
.p-top__flow__img {
  display: block;
  width: 225px;
  height: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-top__flow__img {
    width: 340px;
    height: 435px;
  }
}

/* ===============================================
# p-top__user
=============================================== */
.p-top__user {
  background-color: rgba(132, 163, 132, 0.9);
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-top__user {
    padding-bottom: 60px;
  }
}
.p-top__user__h2 {
  font-size: 1.6875rem;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .p-top__user__h2 {
    font-size: 2.5rem;
    padding: 60px 0;
  }
}

.c-voiceCard {
  width: 328px;
  height: 316px;
  border-radius: 42px;
  border: 1.5px solid rgba(43, 96, 43, 0.45);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 26px 22px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.c-voiceCard__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .c-voiceCard__wrapper {
    margin: 0 auto;
    width: 1145px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-voiceCard__title {
  margin: 0;
  text-align: left;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #111;
}

.c-voiceCard__text {
  margin: 18px 0 0;
  text-align: left;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 2.05;
  letter-spacing: 0.06em;
  color: #111;
}

/* 下部メタは下に固定 */
.c-voiceCard__meta {
  margin-top: auto;
  text-align: center;
}

.c-voiceCard__tag {
  margin: 0 0 10px;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #111;
  text-underline-offset: 4px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .c-voiceCard__tag {
    text-align: right;
  }
}

.c-voiceCard__from {
  margin: 0;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #111;
  text-align: right;
}

.c-voiceCard__wrapper {
  /* SP：横スワイプ */
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 328px; /* 1枚の幅（指定通り） */
  gap: 14px;
  padding: 0 16px 10px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding: 16px;
  /* スクロールバー非表示 */
  scrollbar-width: none;
}
.c-voiceCard__wrapper::-webkit-scrollbar {
  display: none;
}

/* カードがスナップする */
.c-voiceCard {
  scroll-snap-align: start;
  flex: none; /* 念のため */
}

@media screen and (min-width: 1024px) {
  .c-voiceCard {
    width: 353px;
    height: 372px;
    padding: 24px 24px 18px;
    border-radius: 42px;
  }
  .c-voiceCard__title {
    font-size: 22px;
  }
  .c-voiceCard__text {
    font-size: 14px;
  }
}
/* ===============================================
# p-top__news
=============================================== */
.p-top__news__h2 {
  font-size: 1.6875rem;
  color: #333;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .p-top__news__h2 {
    font-size: 2.5rem;
    padding: 60px 0;
    text-align: left;
    width: 280px;
    margin: 0 auto;
  }
}

/* =====================================
top news more
===================================== */
.p-top__news__more {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-top__news__more {
    margin-top: 50px;
  }
}

.footer {
  background-color: #d5dfd5;
  padding-top: 200px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 400px;
    padding-bottom: 100px;
  }
}
.footer__bg {
  position: relative;
  height: 400px;
}
.footer__bg__sp {
  width: 98%;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .footer__bg__sp {
    display: none;
  }
}
.footer__bg__pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__bg__pc {
    width: 1240px;
    height: 520px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer__hlwrap {
  width: 140px;
  height: 242px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
@media screen and (min-width: 1024px) {
  .footer__hlwrap {
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0);
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: space-around;
    width: 440px;
  }
}
.footer__hl {
  width: 160px;
}
@media screen and (min-width: 1024px) {
  .footer__hl {
    width: 210px;
  }
}
.footer__hl__img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    width: 160px;
    margin-top: 0;
  }
}
.footer__logo__img {
  width: 100%;
  height: auto;
}

/* ===============================================
# footer__list
=============================================== */
.footer__nav__wrap {
  width: 150px;
}
@media screen and (min-width: 1024px) {
  .footer__nav__wrap {
    width: 330px;
    height: 90px;
  }
}
.footer__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    inset: 0 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 180;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .footer__nav {
    width: auto;
    max-width: none;
    height: auto;
    background: transparent;
    transform: none;
    transition: none;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .footer__nav.active {
    transform: translateX(0);
  }
}
.footer__nav__menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__nav__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 16px 40px; /* 行間・列間 */
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
.footer__nav__menu__list {
  margin: 0;
  padding: 0;
}
.footer__nav__menu__list a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-family: "kinuta-maruminold-stdn", serif;
  cursor: pointer;
  /* SP時（白背景なので黒文字） */
  color: #fff;
  font-size: 0.875rem;
  /* PC時（背景が暗い想定なら白） */
}
@media screen and (min-width: 768px) {
  .footer__nav__menu__list a {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__nav__menu__list a {
    color: #fff;
    font-size: 0.875rem;
  }
}
.footer__company {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .footer__company {
    align-items: unset;
    margin: 0;
    height: 90px;
  }
}
.footer__company__text {
  font-size: 0.875rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
}
.footer__company__insta {
  width: 25px;
  height: 25px;
}
.footer__company__insta__img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 860px;
    margin: auto;
    align-items: center;
    height: 420px;
  }
}

.footer__adress {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__adress {
    display: block;
    font-size: 0.9375rem;
    color: #fff;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    text-align: left;
    position: relative;
    padding-top: 20px;
  }
}

/* ==============================
  utility
============================== */
.br__sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .br__sp {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .br__pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .br__pc {
    display: block;
  }
}

.sp__img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp__img {
    display: none;
  }
}

.sp__tab__img {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp__tab__img {
    display: none;
  }
}

.tab__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab__img {
    display: block;
  }
}

.tab__img__works {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab__img__works {
    display: flex;
  }
}

.pc__img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc__img {
    display: block;
  }
}

/* ==============================
  fade-up
============================== */
.js-fade-up {
  opacity: 0;
  transform: translateY(24px);
  will-change: opacity, transform;
}

/* ==============================
  fade-in
============================== */
.js-fade-in {
  opacity: 0;
  will-change: opacity;
}

/* ==============================
  margin_top20px
============================== */
@media screen and (min-width: 1024px) {
  .mt0__pc {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .mt5 {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .mt40 {
    margin-top: 40px;
  }
}

/* ===============================================
# logo__content
=============================================== */
@media screen and (min-width: 1024px) {
  .logo__content {
    width: 100%;
    margin: 0 auto;
  }
}
.logo__content__h2 {
  font-size: 0.75rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .logo__content__h2 {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5em;
  }
}
.logo__content__h2__wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .logo__content__h2__wrap {
    width: 580px;
    margin: 0 auto;
    margin-top: 100px;
  }
}
.logo__content__img {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .logo__content__img {
    margin-top: 20px;
  }
}
.logo__content__text {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .logo__content__text {
    font-size: 1rem;
    text-align: left;
    line-height: 2em;
  }
}
.logo__content__text__wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .logo__content__text__wrap {
    width: 580px;
    margin: 0 auto;
    margin-bottom: 10%;
  }
}

.logo__main__content {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .logo__main__content {
    margin-top: 0;
  }
}

/* ===============================================
# company
=============================================== */
.company__main {
  background-color: #333;
}

.company {
  position: relative;
}
.company__ashirai {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.company__main__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .company__main__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.company__hl {
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .company__hl {
    font-size: 1.5625rem;
    padding-bottom: 10px;
    margin-left: unset;
    transform: translateX(0);
  }
}
.company__p {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .company__p {
    font-size: 15;
    text-align: left;
    margin-top: 30px;
  }
}
.company__p-en {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .company__p-en {
    font-size: 15;
    text-align: left;
    padding: 100px 0;
  }
}

.company__project__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .company__project__inner {
    width: 80%;
    margin: 0 auto;
  }
}
.company__project__h2 {
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .company__project__h2 {
    text-align: left;
    font-size: 1.5625rem;
  }
}
.company__project__wrap {
  width: 100%;
}
.company__project__link {
  font-size: 0.9375rem;
  padding: 5px 0;
  color: #fff;
  display: block;
  text-align: right;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  color: #ff701e;
}
@media screen and (min-width: 1024px) {
  .company__project__link {
    font-size: 0.9375rem;
  }
}
.company__project__img {
  width: 100%;
  height: auto;
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  .company__project__img {
    margin: 60px auto;
  }
}

.company__info {
  margin-top: 50px;
}
.company__info__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .company__info__inner {
    width: 80%;
  }
}
.company__info__title {
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .company__info__title {
    font-size: 1.5625rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.company__info-item {
  display: flex;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .company__info-item {
    padding: 15px 0;
  }
}
.company__info-item dt {
  font-size: 0.875rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .company__info-item dt {
    font-size: 1rem;
  }
}
.company__info-item dd {
  font-size: 0.875rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .company__info-item dd {
    font-size: 1rem;
  }
}
.company__info-col {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
.company__info-col dt {
  font-size: 0.875rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .company__info-col dt {
    font-size: 1rem;
  }
}
.company__info-col dd {
  font-size: 0.875rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .company__info-col dd {
    font-size: 1rem;
    padding: 10px 0;
  }
}
.company__info-business li {
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .company__info-business li {
    padding: 15px 0;
  }
}

/* ===============================================
# namecard__top
=============================================== */
.namecard__main__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .namecard__main__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.namecard__main__container {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .namecard__main__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.namecard__main__img {
  display: block;
  width: 100%;
  height: auto;
}
.namecard__main__h1 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .namecard__main__h1 {
    font-size: 1.5625rem;
    padding-bottom: 10px;
    margin-left: unset;
    transform: translateX(0);
    margin-bottom: 20px;
  }
}
.namecard__main__p {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .namecard__main__p {
    font-size: 1rem;
  }
}
.namecard__main__link {
  font-size: 0.9375rem;
  color: #ff701e;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .namecard__main__link {
    font-size: 1rem;
  }
}
.namecard__main__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
}
@media screen and (min-width: 1024px) {
  .namecard__main__text-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* ===============================================
# namecard_detail
=============================================== */
.namecard__detail {
  position: relative;
}
.namecard__detail__ashirai {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: -1;
}
.namecard__detail__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .namecard__detail__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.namecard__detail__container {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .namecard__detail__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.namecard__detail__img {
  display: block;
  width: 100%;
  height: auto;
}
.namecard__detail__h1 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .namecard__detail__h1 {
    font-size: 1.5625rem;
    padding-bottom: 10px;
    margin-left: unset;
    transform: translateX(0);
    margin-bottom: 20px;
  }
}
.namecard__detail__h2 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .namecard__detail__h2 {
    font-size: 1.5625rem;
    margin-left: unset;
    transform: translateX(0);
  }
}
.namecard__detail__p {
  width: 90%;
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
  margin: 15px auto 0;
}
@media screen and (min-width: 1024px) {
  .namecard__detail__p {
    width: 80%;
    font-size: 15;
    text-align: left;
    margin: 30px auto 0;
  }
}

/* ===============================================
# namecard__detailのpinアニメーション
=============================================== */
.pin {
  background: #222222;
  padding: 0;
  padding: 100px 0 0 0;
}

.pin__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #222222;
}

.pin__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
}

/* SPは縦長に */
@media (max-width: 768px) {
  .pin__media {
    aspect-ratio: 4/5;
  }
}
.pin-spacer {
  background-color: #fff;
}

.logo__pin__img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .logo__pin__img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ===============================================
# linkcard
=============================================== */
/* ===============================================
# link-cards（カードリンクブロック）
# SP：縦並び / tab〜：3列
=============================================== */
.link-cards {
  padding: clamp(40px, 6vw, 80px) 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .link-cards {
    width: 80%;
  }
}

.link-cards__inner {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: clamp(14px, 2.4vw, 28px);
  /* SP（デフォルト）：縦並び */
  grid-template-columns: 1fr;
}

/* tab〜：3つ並び */
@media (min-width: 768px) {
  .link-cards__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.link-card {
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateZ(0);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.link-card__media {
  position: relative;
  aspect-ratio: 16/10;
  background: #111;
  overflow: hidden;
}

.link-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.link-card__body {
  padding: clamp(14px, 2vw, 18px);
  display: grid;
  gap: 10px;
}

.link-card__title {
  margin: 0;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
}

.link-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  color: #ea5504;
  font-family: "kinuta-maruminold-stdn", serif;
}

.link-card__cta::after {
  content: "→";
  transition: transform 0.25s ease;
}

/* hover / focus */
@media (hover: hover) and (pointer: fine) {
  .link-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.14);
  }
  .link-card:hover .link-card__media img {
    transform: scale(1.08);
  }
  .link-card:hover .link-card__cta::after {
    transform: translateX(4px);
  }
}
.link-card:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
}

/* 任意：SPの見え方調整（比率を縦寄りにしたい場合）
@media (max-width: 767.98px) {
  .link-card__media {
    aspect-ratio: 4 / 3;
  }
}
*/
/* ===============================================
# logo__main
=============================================== */
.logo__main {
  position: relative;
}
.logo__main__ashirai {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: -1;
}
.logo__main__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .logo__main__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.logo__main__container {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .logo__main__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.logo__main__img {
  display: block;
  width: 100%;
  height: auto;
}
.logo__main__h1 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .logo__main__h1 {
    font-size: 1.5625rem;
    padding-bottom: 10px;
    margin-left: unset;
    transform: translateX(0);
    margin-bottom: 20px;
  }
}
.logo__main__p {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .logo__main__p {
    font-size: 1rem;
  }
}
.logo__main__link {
  font-size: 0.9375rem;
  color: #ff701e;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .logo__main__link {
    font-size: 1rem;
  }
}
.logo__main__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
}
@media screen and (min-width: 1024px) {
  .logo__main__text-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* ===============================================
# logo_detail
=============================================== */
.logo__detail {
  position: relative;
}
.logo__detail__ashirai {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: -1;
}
.logo__detail__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .logo__detail__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.logo__detail__container {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .logo__detail__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.logo__detail__img {
  display: block;
  width: 100%;
  height: auto;
}
.logo__detail__h1 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .logo__detail__h1 {
    font-size: 1.5625rem;
    padding-bottom: 10px;
    margin-left: unset;
    transform: translateX(0);
    margin-bottom: 20px;
  }
}
.logo__detail__h2 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .logo__detail__h2 {
    font-size: 1.5625rem;
    margin-left: unset;
    transform: translateX(0);
  }
}
.logo__detail__p {
  width: 90%;
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
  margin: 15px auto 0;
}
@media screen and (min-width: 1024px) {
  .logo__detail__p {
    width: 80%;
    font-size: 15;
    text-align: left;
    margin: 30px auto 0;
  }
}

/* ===============================================
# web__main
=============================================== */
.web__main__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .web__main__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.web__main__container {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .web__main__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.web__main__img {
  display: block;
  width: 100%;
  height: auto;
}
.web__main__h1 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .web__main__h1 {
    font-size: 1.5625rem;
    padding-bottom: 10px;
    margin-left: unset;
    transform: translateX(0);
    margin-bottom: 20px;
  }
}
.web__main__p {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .web__main__p {
    font-size: 1rem;
  }
}
.web__main__link {
  font-size: 0.9375rem;
  color: #ff701e;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .web__main__link {
    font-size: 1rem;
  }
}
.web__main__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
}
@media screen and (min-width: 1024px) {
  .web__main__text-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* ===============================================
# flyer
=============================================== */
.flyer__main__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .flyer__main__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flyer__main__container {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .flyer__main__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.flyer__main__img {
  display: block;
  width: 100%;
  height: auto;
}
.flyer__main__h1 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .flyer__main__h1 {
    font-size: 1.5625rem;
    padding-bottom: 10px;
    margin-left: unset;
    transform: translateX(0);
    margin-bottom: 20px;
  }
}
.flyer__main__p {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .flyer__main__p {
    font-size: 1rem;
  }
}
.flyer__main__link {
  font-size: 0.9375rem;
  color: #ff701e;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .flyer__main__link {
    font-size: 1rem;
  }
}
.flyer__main__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
}
@media screen and (min-width: 1024px) {
  .flyer__main__text-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* ===============================================
# flyer_detail
=============================================== */
.flyer__detail {
  position: relative;
}
.flyer__detail__ashirai {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: -1;
}
.flyer__detail__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .flyer__detail__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flyer__detail__container {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .flyer__detail__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.flyer__detail__img {
  display: block;
  width: 100%;
  height: auto;
}
.flyer__detail__h1 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .flyer__detail__h1 {
    font-size: 1.5625rem;
    padding-bottom: 10px;
    margin-left: unset;
    transform: translateX(0);
    margin-bottom: 20px;
  }
}
.flyer__detail__h2 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .flyer__detail__h2 {
    font-size: 1.5625rem;
    margin-left: unset;
    transform: translateX(0);
  }
}
.flyer__detail__p {
  width: 90%;
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
  margin: 15px auto 0;
}
@media screen and (min-width: 1024px) {
  .flyer__detail__p {
    width: 80%;
    font-size: 15;
    text-align: left;
    margin: 30px auto 0;
  }
}

/* ===============================================
# pamphlet
=============================================== */
.pamphlet__main__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .pamphlet__main__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.pamphlet__main__container {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .pamphlet__main__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.pamphlet__main__img {
  display: block;
  width: 100%;
  height: auto;
}
.pamphlet__main__h1 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .pamphlet__main__h1 {
    font-size: 1.5625rem;
    padding-bottom: 10px;
    margin-left: unset;
    transform: translateX(0);
    margin-bottom: 20px;
  }
}
.pamphlet__main__p {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .pamphlet__main__p {
    font-size: 1rem;
  }
}
.pamphlet__main__link {
  font-size: 0.9375rem;
  color: #ff701e;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 1024px) {
  .pamphlet__main__link {
    font-size: 1rem;
  }
}
.pamphlet__main__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
}
@media screen and (min-width: 1024px) {
  .pamphlet__main__text-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* ===============================================
# pamphlet_detail
=============================================== */
.pamphlet__detail {
  position: relative;
}
.pamphlet__detail__ashirai {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: -1;
}
.pamphlet__detail__inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  .pamphlet__detail__inner {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.pamphlet__detail__container {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .pamphlet__detail__container {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.pamphlet__detail__img {
  display: block;
  width: 100%;
  height: auto;
}
.pamphlet__detail__h1 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .pamphlet__detail__h1 {
    font-size: 1.5625rem;
    padding-bottom: 10px;
    margin-left: unset;
    transform: translateX(0);
    margin-bottom: 20px;
  }
}
.pamphlet__detail__h2 {
  display: block;
  font-size: 1.25rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .pamphlet__detail__h2 {
    font-size: 1.5625rem;
    margin-left: unset;
    transform: translateX(0);
  }
}
.pamphlet__detail__p {
  width: 90%;
  font-size: 0.9375rem;
  color: #fff;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
  margin: 15px auto 0;
}
@media screen and (min-width: 1024px) {
  .pamphlet__detail__p {
    width: 80%;
    font-size: 15;
    text-align: left;
    margin: 30px auto 0;
  }
}

.text__orange {
  color: #ff701e;
}

/* ===============================================
# contact
=============================================== */
.c-contact {
  background-color: #d5dfd5;
  padding-bottom: 40px;
  padding-top: 40px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-contact {
    padding-bottom: 100px;
    padding-top: 100px;
    display: block;
  }
}
.c-contact__p {
  font-size: 0.9375rem;
  color: #333;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-contact__p {
    font-size: 1.125rem;
    text-align: center;
    display: block;
  }
}
.c-contact__contact__wrap {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-contact__contact__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 600px;
    margin: auto;
  }
}
.c-contact__contact__link__img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-contact__contact__link__img {
    display: block;
    width: 270px;
  }
}
.c-contact__mailcontact__link {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-contact__mailcontact__link {
    display: block;
    margin: auto;
    width: 600px;
  }
}
.c-contact__mailcontact__link__img {
  width: 600px;
  margin: 20px auto;
}
.c-contact__logo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-contact__logo {
    width: 157px;
    display: block;
    height: auto;
    margin: auto;
  }
}

/* ===============================================
# p-about__hero
=============================================== */
/* ==============================
  FV / Hero (full viewport)
============================== */
.p-about__hero {
  position: relative;
  /* まずは通常vh → svh/dvh優先（iOS対策） */
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  width: 100%;
  overflow: hidden;
  /* ヘッダーが fixed の場合、被りが気になるなら */
  padding-top: 70px;
}
@media screen and (min-width: 1024px) {
  .p-about__hero {
    padding-top: 90px;
  }
}

/* 画像の“額縁” */
.p-about__hero__media {
  position: absolute;
  inset: 0;
  /* padding-top分も含めて全面にしたいなら下の1行をON
  inset: 0;
  */
}

/* 画像本体 */
.p-about__hero__img,
.p-about__hero__media img,
.p-about__hero__media picture,
.p-about__hero__media picture img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-about__hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* 文字などを上に載せる場合 */
.p-about__hero__content {
  position: absolute;
  top: 70%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60%;
  /* height: 100%; */
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .p-about__hero__content {
    top: 60%;
    left: 50%;
  }
}

.p-about__hero__logo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-about__hero__logo {
    width: 105px !important;
    height: auto !important;
    display: block !important;
    position: absolute !important;
    top: 20% !important;
    left: 10% !important;
  }
}

.p-about__hero__h1 {
  font-size: 1.6875rem;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: left;
  padding: 30px 0;
  text-shadow: #000 1px 0 10px;
}
.p-about__hero__p {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
  text-shadow: #000 1px 0 10px;
}

/* ===============================================
# p-about__omoi
=============================================== */
.p-about__omoi {
  background-color: #d7dfd6;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .p-about__omoi {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.p-about__omoi__inner {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .p-about__omoi__inner {
    width: 862px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__omoi__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 890px;
  }
}
.p-about__omoi__h2 {
  font-size: 1.6875rem;
  color: #333;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .p-about__omoi__h2 {
    font-size: 2.5rem;
    padding: 0;
    text-align: left;
  }
}
.p-about__omoi__p {
  font-size: 0.9375rem;
  color: #333;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-about__omoi__p {
    margin-top: 0;
    font-size: 1.125rem;
    text-align: left;
    line-height: 2em;
  }
}
.p-about__omoi__img {
  display: block;
  width: 225px;
  height: 287px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-about__omoi__img {
    width: 333px;
    height: 478px;
    margin: 0;
  }
}

/* ===============================================
# p-about__company
=============================================== */
/* ===============================================
# p-about__company
=============================================== */
.p-about__company {
  padding: 56px 0;
  background: #d7dfd6;
}
@media screen and (min-width: 768px) {
  .p-about__company {
    padding: 72px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__company {
    padding: 110px 0;
  }
}

.p-about__company__inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-about__company__inner {
    text-align: left;
    width: min(1100px, 86%);
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 56px;
    align-items: start;
  }
}

.p-about__company__title {
  margin: 0 0 18px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.12em;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-about__company__title {
    font-size: 1.875rem;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__company__title {
    font-size: 2.25rem;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.18em;
  }
}

/* 表を包む（PCでも見た目を安定させる） */
@media screen and (min-width: 1024px) {
  .p-about__company__tableWrap {
    margin-top: 6px;
  }
}

/* ===============================================
# c-companyTable
=============================================== */
.c-companyTable {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
}

.c-companyTable__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .c-companyTable__row {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-companyTable__row {
    grid-template-columns: 160px 1fr;
    gap: 26px;
    padding: 14px 0;
  }
}

.c-companyTable__th {
  margin: 0;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.08em;
  font-size: 0.8125rem;
}
@media screen and (min-width: 1024px) {
  .c-companyTable__th {
    font-size: 0.875rem;
    white-space: nowrap;
  }
}

.c-companyTable__td {
  margin: 0;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.06em;
  font-size: 0.8125rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .c-companyTable__td {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-companyTable__td {
    font-size: 0.875rem;
    line-height: 2;
  }
}

/* ===============================================
# p-about__message
=============================================== */
/* ===============================================
# p-about__message
=============================================== */
.p-about__message {
  padding: 56px 0;
  background-color: #8ca288;
}
@media screen and (min-width: 768px) {
  .p-about__message {
    padding: 72px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__message {
    padding: 100px 0;
  }
}

.p-about__message__inner {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-about__message__inner {
    width: 86%;
    max-width: 520px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__message__inner {
    width: min(980px, 86%);
    max-width: none;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
  }
}

/* 左の角丸ブロック */
.p-about__message__media {
  width: 100%;
  height: 260px;
  border-radius: 22px;
  background: #2b602b;
  /* 写真にするならこれを使う
  background-image: url("/assets/img/about/message.jpg");
  background-size: cover;
  background-position: center;
  */
}
@media screen and (min-width: 768px) {
  .p-about__message__media {
    height: 320px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__message__media {
    width: 240px;
    height: 240px;
    border-radius: 26px;
  }
}

/* 右側本文 */
.p-about__message__body {
  color: #111;
}

.p-about__message__role {
  text-align: center;
  margin: 0 0 6px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-about__message__role {
    text-align: left;
  }
}

.p-about__message__name {
  margin: 0 0 14px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-about__message__name {
    font-size: 1.375rem;
    margin-bottom: 18px;
    text-align: left;
  }
}

.p-about__message__text {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 2.05;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-about__message__text p {
  margin: 0;
}
.p-about__message__text p + p {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .p-about__message__text {
    font-size: 0.8125rem;
    line-height: 2.1;
    text-align: left;
  }
}

/* ===============================================
# p-introduction__hero
=============================================== */
.p-introduction__hero {
  position: relative;
  /* まずは通常vh → svh/dvh優先（iOS対策） */
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  width: 100%;
  overflow: hidden;
  /* ヘッダーが fixed の場合、被りが気になるなら */
  padding-top: 70px;
}
@media screen and (min-width: 1024px) {
  .p-introduction__hero {
    padding-top: 90px;
  }
}

/* 画像の“額縁” */
.p-introduction__hero__media {
  position: absolute;
  inset: 0;
  /* padding-top分も含めて全面にしたいなら下の1行をON
  inset: 0;
  */
}

/* 画像本体 */
.p-introduction__hero__img,
.p-introduction__hero__media img,
.p-introduction__hero__media picture,
.p-introduction__hero__media picture img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-introduction__hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* 文字などを上に載せる場合 */
.p-introduction__hero__content {
  position: absolute;
  top: 70%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 250px;
  /* height: 100%; */
  margin: auto;
  font-family: "zen-old-mincho", sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-introduction__hero__content {
    top: 60%;
    left: 50%;
  }
}

.p-introduction__hero__logo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-introduction__hero__logo {
    width: 105px !important;
    height: auto !important;
    display: block !important;
    position: absolute !important;
    top: 20% !important;
    left: 10% !important;
  }
}

.p-introduction__hero__h1 {
  font-size: 1.6875rem;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: left;
  font-family: "zen-old-mincho", sans-serif;
  padding: 30px 0;
}
.p-introduction__hero__p {
  font-size: 0.9375rem;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 2em;
  font-family: "zen-old-mincho", sans-serif;
}

/* =========================================
case block
========================================= */
.p-introduction__case {
  padding: 60px 0 0 0;
  background-color: #d7dfd6;
}

.p-introduction__case__tagwrap {
  width: 100%;
  background-color: #d7dfd6;
}

.p-introduction__case__inner {
  width: 100%;
  margin: 0 auto;
}
/* タグ */
.p-introduction__case__tag {
  margin: 0 auto 40px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2f5d2f;
  border-radius: 999px;
  font-family: "zen-old-mincho", sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
}

/* ケース本体 */
.p-introduction__case__wrap {
  background: #2f5d2f;
  padding: 40px 24px;
  border-radius: 6px;
  font-family: "zen-old-mincho", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .p-introduction__case__wrap {
    flex-direction: row;
    align-items: center;
    font-family: "zen-old-mincho", sans-serif;
    gap: 60px;
    padding: 60px;
    width: 960px;
    margin: auto;
  }
}

.p-introduction__case__wrapper {
  width: 100%;
  background-color: #2f5d2f;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .p-introduction__case__wrapper {
    padding: 80px 0;
  }
}

/* 画像 */
.p-introduction__case__image img {
  width: 100%;
  border-radius: 24px;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-introduction__case__image {
    width: 55%;
  }
}

/* テキスト */
.p-introduction__case__content {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-introduction__case__content {
    width: 45%;
    text-align: left;
  }
}

.p-introduction__case__title {
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 26px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
}

.p-introduction__case__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
}

/* ======================================
hall block
====================================== */
.p-introduction__hall {
  padding: 70px 0;
  background: #e7ede7;
}

.p-introduction__hall__inner {
  width: min(1100px, 92%);
  margin: 0 auto;
}

/* 見出し */
.p-introduction__hall__heading {
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #3f5f3f;
  padding-left: 20px;
  margin-bottom: 40px;
  position: relative;
  font-family: "zen-old-mincho", sans-serif;
}
.p-introduction__hall__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 6px;
  height: 24px;
  background: #7e977e;
}

/* レイアウト */
.p-introduction__hall__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .p-introduction__hall__wrap {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}

/* 画像 */
.p-introduction__hall__image img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

@media screen and (min-width: 1024px) {
  .p-introduction__hall__image {
    width: 60%;
  }
}
/* テキスト */
.p-introduction__hall__content {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-introduction__hall__content {
    width: 40%;
    text-align: left;
  }
}

.p-introduction__hall__title {
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  font-family: "zen-old-mincho", sans-serif;
}

.p-introduction__hall__text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
  font-family: "zen-old-mincho", sans-serif;
}

/* サブ画像 */
.p-introduction__hall__thumbs {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-introduction__hall__thumbs {
    justify-content: flex-start;
  }
}

.p-introduction__hall__thumb {
  width: 140px;
  height: 110px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.p-introduction__hall__thumimg {
  width: 110%;
  height: auto;
}

/* ===============================================
# p-flow__hero
=============================================== */
.p-flow__hero {
  background: #fff;
  height: 80vh;
}

.p-flow__hero__inner {
  width: 100%;
  margin: 0 auto;
}

/* SP：縦並び（画像→テキスト） */
.p-flow__hero__media {
  width: 100%;
  overflow: hidden;
  /* 左側だけ大きく丸める（左上・左下） */
  border-bottom-right-radius: 120px;
}
.p-flow__hero__media picture,
.p-flow__hero__media img {
  display: block;
  width: 100%;
  height: auto;
}
.p-flow__hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  /* SPは雰囲気優先で少し高さを持たせる */
  height: 46svh;
  min-height: 320px;
}

.p-flow__hero__body {
  padding: 28px 18px 34px;
  text-align: center;
}

.p-flow__hero__title {
  margin: 0 0 18px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  letter-spacing: 0.08em;
  color: #111;
}

.p-flow__hero__text {
  margin: 0;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 2.3;
  letter-spacing: 0.08em;
  color: #111;
}

/* PC：左右2カラム */
@media screen and (min-width: 1024px) {
  .p-flow__hero__inner {
    width: 100%;
  }
  .p-flow__hero__inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 42px;
  }
  .p-flow__hero__media {
    border-bottom-right-radius: 220px;
  }
  .p-flow__hero__media img {
    height: 700px;
    min-height: auto;
  }
  .p-flow__hero__body {
    padding: 0;
    text-align: left;
    margin-left: 100px;
  }
  .p-flow__hero__title {
    font-size: 2rem;
    margin-bottom: 22px;
  }
  .p-flow__hero__text {
    font-size: 0.875rem;
    line-height: 2.4;
  }
}
/* ===============================================
# p-flow__ready
=============================================== */
/* ===== p-flow__ready ===== */
.p-flow__ready {
  padding: 80px 0;
  background-color: #d7dfd6;
}
@media screen and (min-width: 1024px) {
  .p-flow__ready {
    padding: 100px 0;
  }
}

.p-flow__readyInner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 上段 */
.p-flow__readyHead {
  text-align: center;
}

.p-flow__readyTitle {
  margin: 0 0 18px;
  font-size: 28px;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: "zen-old-mincho", sans-serif;
}

.p-flow__readyLead {
  margin: 0 auto 18px;
  max-width: 760px;
  font-size: 14px;
  line-height: 2;
  font-family: "zen-old-mincho", sans-serif;
}

.p-flow__readyList {
  display: inline-block; /* センター寄せしつつ左揃え */
  text-align: left;
  margin: 0;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 2;
  font-family: "zen-old-mincho", sans-serif;
}

.p-flow__readyList li + li {
  margin-top: 6px;
}

/* 下段（大見出し） */
.p-flow__readyFoot {
  margin-top: 64px;
  text-align: center;
  font-family: "zen-old-mincho", sans-serif;
}

.p-flow__readySubTitle {
  margin: 0;
  font-size: 26px;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: "zen-old-mincho", sans-serif;
}

/* SP */
@media (max-width: 768px) {
  .p-flow__ready {
    padding: 56px 0;
  }
  .p-flow__readyInner {
    padding: 0 18px;
  }
  .p-flow__readyTitle {
    font-size: 20px;
    margin-bottom: 14px;
    font-family: "zen-old-mincho", sans-serif;
  }
  .p-flow__readyLead,
.p-flow__readyList {
    font-size: 12px;
    line-height: 2;
    font-family: "zen-old-mincho", sans-serif;
  }
  .p-flow__readyFoot {
    margin-top: 44px;
  }
  .p-flow__readySubTitle {
    font-size: 20px;
    font-family: "zen-old-mincho", sans-serif;
  }
}
/* SPだけ改行（既にあるなら不要） */
.u-sp {
  display: none;
}

@media (max-width: 768px) {
  .u-sp {
    display: block;
  }
}
.p-flow__point__img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-flow__point__img {
    width: 480px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/* ===============================================
# p-flow__pin__sp
=============================================== */
/* =========================
  SP pin cards
========================= */
/* flow pin（SPのみ） */
.p-flowPin {
  position: relative;
  background-color: #8ca388;
}

/* pin中に“額縁”として使うステージ */
.p-flowPin__stage {
  position: relative;
  min-height: 100svh; /* pinされる見た目の高さ */
  display: grid;
  place-items: center;
  /* iOS安定 */
  overflow: hidden;
}
@supports (overflow: clip) {
  .p-flowPin__stage {
    overflow: clip;
  }
}

/* 5枚を重ねる */
.p-flowCard {
  width: 70%;
  /* カード高さは中身に合わせる：必要なら固定もOK */
  /* min-height: 520px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
}

/* PC/TABでは pin しない（通常レイアウトで出す） */
@media screen and (min-width: 768px) {
  .p-flowPin__stage {
    min-height: auto;
    display: none;
    overflow: visible;
  }
  .p-flowCard {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
.p-flow__card__img {
  width: 100%;
}

/* ===============================================
# p-flow__qa
=============================================== */
/* ===== p-flow__qa ===== */
.p-flow__qa {
  padding: 90px 0;
  font-family: "zen-old-mincho", sans-serif;
}

.p-flow__qaInner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.p-flow__qaTitle {
  margin: 0 0 48px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "zen-old-mincho", sans-serif;
}

.p-flow__qaList {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
}

.p-flow__qaItem {
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

/* Qボタン */
.p-flow__qaQ {
  width: 100%;
  padding: 22px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.p-flow__qaQText {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-family: "zen-old-mincho", sans-serif;
  color: #000;
}

.p-flow__qaMark {
  margin-left: auto;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}

.p-flow__qaMark img {
  width: 22px;
  height: 22px;
  display: block;
}

/* 開いたら少し向きを変える */
.p-flow__qaQ[aria-expanded=true] .p-flow__qaMark {
  transform: rotate(135deg);
}

/* A（スライド） */
.p-flow__qaA {
  overflow: hidden;
  max-height: 0;
  transition: max-height 320ms ease;
}

.p-flow__qaAInner {
  padding: 0 8px 22px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.p-flow__qaAInner p {
  margin: 0 0 12px;
}

.p-flow__qaAInner p:last-child {
  margin-bottom: 0;
}

/* SP */
@media (max-width: 768px) {
  .p-flow__qa {
    padding: 60px 0;
  }
  .p-flow__qaInner {
    padding: 0 18px;
  }
  .p-flow__qaTitle {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .p-flow__qaQ {
    padding: 18px 6px;
  }
  .p-flow__qaQText {
    font-size: 13px;
  }
  .p-flow__qaAInner {
    font-size: 14px;
  }
}
/* ===============================================
# p-flow__scroll
=============================================== */
/* ===== p-flow__scroll ===== */
.p-flow__scroll {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-flow__scroll {
    padding: 0; /* pinするので上下paddingは中で調整 */
    background-color: #8ca288;
    display: block;
  }
}

.p-flow__scrollInner {
  min-height: 100vh; /* pin中はこの高さを基準に見せる */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.p-flow__scrollLeft {
  position: relative;
}

.p-flow__scrollText {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
  position: absolute;
  inset: 0;
}

.p-flow__scrollText.is-active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.p-flow__scrollKicker {
  margin: 0 0 10px;
  letter-spacing: 0.16em;
  font-size: 14px;
}

.p-flow__scrollTitle {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: 0.08em;
}

.p-flow__scrollDesc {
  margin: 0;
  line-height: 2;
  font-size: 14px;
}

.p-flow__scrollRight {
  position: relative;
  width: 800px;
}

.p-flow__scrollImages {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}

.p-flow__scrollImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 260ms ease, transform 260ms ease;
}

.p-flow__scrollImg.is-active {
  opacity: 1;
  transform: scale(1);
}

/* SP */
@media (max-width: 900px) {
  .p-flow__scrollInner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 18px;
  }
  .p-flow__scrollImages {
    aspect-ratio: 16/10;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__scroll__hl {
    width: auto;
    height: 100vh;
  }
}

/* ===============================================
# p-flow__scroll_sp
=============================================== */
/* =========================
  SPのみ：スクショ風ブロック
========================= */
.c-spGuide {
  display: none;
}
@media (max-width: 768px) {
  .c-spGuide {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #8fa088;
    border-radius: 2px;
    overflow: hidden;
    /* 外側の黒っぽい縁が見えてるので */
  }
}

@media (max-width: 768px) {
  .c-spGuide__title {
    margin: 0;
    padding: 18px 12px 14px;
    text-align: center;
    color: #fff;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    letter-spacing: 0.22em;
    font-size: 18px;
  }
  .c-spGuide__body {
    padding: 18px 16px 16px;
    color: rgba(255, 255, 255, 0.92);
    font-family: "zen-old-mincho", sans-serif;
  }
  .c-spGuide__h3 {
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.9);
  }
  .c-spGuide__p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 2.05;
    letter-spacing: 0.06em;
  }
  .c-spGuide__bracket {
    margin: 16px 0 10px;
    font-size: 14px;
    text-align: center;
    line-height: 1.9;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.92);
  }
  /* 黒いラベル（●〜●） */
  .c-spGuide__pill {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 14px auto 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1;
    white-space: nowrap;
  }
  /* 下の白い角丸枠 */
  .c-spGuide__note {
    margin-top: 16px;
    padding: 14px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    color: #2b602b;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.06em;
    /* うっすら枠線感 */
    border: 1px solid rgba(43, 96, 43, 0.25);
  }
}
/* ===============================================
# c-cta
=============================================== */
.p-ctaBar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 2;
}

/* ボタン */
.p-ctaBar__btn {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-ctaBar__btn {
    transform: translateY(0);
  }
}

.p-ctaBar__btn__sp {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-ctaBar__btn__sp {
    display: none;
  }
}

.p-ctaBar__btn__pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-ctaBar__btn__pc {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
}

.p-ctaBar__btn__bg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-ctaBar__btn__bg {
    position: fixed;
    width: 60vw;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 30px);
    z-index: 1;
    display: block;
  }
}

/* 下部に隠れないよう余白 */
body {
  padding-bottom: calc(64px + env(safe-area-inset-bottom));
}

/* =========================
PC表示
========================= */
@media (min-width: 900px) {
  .p-ctaBar {
    width: 50vw; /* 画面幅の20% */
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    gap: 10px;
  }
  body {
    padding-bottom: 0;
  }
}
/* ===============================================
# right_cta
=============================================== */
/* =================================
右側縦CTA
================================= */
.p-sideCta {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 共通ボタン */
.p-sideCta__btn1,
.p-sideCta__btn2 {
  position: relative;
  overflow: hidden; /* ← はみ出し防止 */
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 24px 34px 24px 16px;
  border-radius: 24px 0 0 24px;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(18px);
  transition: transform 0.3s ease;
}

/* 背景カラー */
.p-sideCta__btn--dark {
  background: #2f6b3a;
}

.p-sideCta__btn--light {
  background: #9bb39b;
}

/* ===== 左にだけ伸びるhover ===== */
.p-sideCta__btn1:hover,
.p-sideCta__btn2:hover {
  transform: translateX(10px);
}

/* さらに“広がる感じ”を出す疑似要素 */
.p-sideCta__btn1::before,
.p-sideCta__btn2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  border-radius: 24px 0 0 24px;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.3s ease;
  z-index: -1;
}

.p-sideCta__btn1:hover::before,
.p-sideCta__btn2:hover::before {
  transform: scaleX(1.25); /* ← 左にだけ広がる */
}

/* ===============================================
# p-plan_hero
=============================================== */
/* =================================
ご葬儀プラン Hero
================================= */
.p-planHero {
  position: relative;
}

/* 画像 */
.p-planHero__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* SPテキスト */
.p-planHero__content {
  text-align: center;
  padding: 40px 20px;
  background: #f4f4f4;
}

.p-planHero__title {
  font-size: 22px;
  margin-bottom: 16px;
}

.p-planHero__text {
  font-size: 14px;
  line-height: 2;
}

/* =========================
PC
========================= */
@media (min-width: 900px) {
  .p-planHero {
    height: 100svh;
  }
  .p-planHero__img {
    position: absolute;
    inset: 0;
  }
  .p-planHero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-planHero__content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background: transparent;
    color: white;
    text-align: left;
    max-width: 420px;
    padding: 0;
  }
  .p-planHero__title {
    font-size: 1.6875rem;
    color: #fff;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    text-align: left;
    padding: 30px 0;
  }
  .p-planHero__text {
    font-size: 0.9375rem;
    color: #fff;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 2em;
  }
}
/* ===============================================
# p-plan
=============================================== */
/* ===============================================
# p-about__planIntro
=============================================== */
.p-plan__planIntro {
  background: #dbe4dc;
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .p-plan__planIntro {
    padding: 72px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan__planIntro {
    padding: 110px 0;
  }
}

.p-plan__planIntro__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-plan__planIntro__inner {
    width: min(1100px, 86%);
  }
}

.p-plan__planIntro__title {
  margin: 0 0 26px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.12em;
  line-height: 1.6;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-plan__planIntro__title {
    font-size: 1.875rem;
    margin-bottom: 30px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan__planIntro__title {
    font-size: 2.125rem;
    margin-bottom: 34px;
  }
}

/* 中身：SPは縦、PCは横 */
.p-plan__planIntro__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
@media screen and (min-width: 1024px) {
  .p-plan__planIntro__content {
    grid-template-columns: 320px 1fr;
    gap: 56px;
    align-items: center;
  }
}

/* 画像 */
.p-plan__planIntro__figure {
  margin: 0;
}

.p-plan__planIntro__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-plan__planIntro__img {
    border-radius: 28px;
  }
}

/* 右側テキスト */
.p-plan__planIntro__texts {
  width: 100%;
}

/* 左に縦ラインの付いたリード文 */
.p-plan__planIntro__lead {
  margin: 0;
  position: relative;
  padding-left: 18px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.08em;
  line-height: 2.1;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-plan__planIntro__lead {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan__planIntro__lead {
    font-size: 0.9375rem;
    line-height: 2.2;
    max-width: 520px;
  }
}
.p-plan__planIntro__lead::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 4px;
  height: calc(100% - 0.4em);
  background: rgba(43, 96, 43, 0.55);
  border-radius: 999px;
}

/* 区切り線 */
.p-plan__planIntro__line {
  margin: 18px 0;
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 1024px) {
  .p-plan__planIntro__line {
    margin: 22px 0;
    max-width: 560px;
  }
}

/* 下の補足 */
.p-plan__planIntro__note {
  margin: 0;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  color: #111;
  letter-spacing: 0.08em;
  line-height: 2.1;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-plan__planIntro__note {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan__planIntro__note {
    font-size: 0.875rem;
    max-width: 560px;
  }
}

/* =========================
  plan list _ui
========================= */
.p-planSwitch {
  padding: 40px 0 60px;
}

.p-planSwitch__tabs {
  width: 390px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 2px solid #2b602b;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-planSwitch__tabs {
    width: 900px;
  }
}

.p-planSwitch__tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: #dfe6df;
  color: #2b602b;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 16px;
  padding: 12px 24px;
  cursor: pointer;
}
.p-planSwitch__tab.is-active {
  background: #2b602b;
  color: #fff;
}

.p-planSwitch__note {
  width: min(900px, 92%);
  margin: 14px auto 0;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.p-planSwitch__title {
  text-align: center;
  margin: 30px 0 18px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.p-planSwitch__listWrap {
  width: min(980px, 92%);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-planSwitch__listWrap {
    margin-top: 20px;
    margin-left: 60px;
  }
}

.p-planSwitch__list {
  display: none;
  grid-template-columns: repeat(2, 1fr);
}
.p-planSwitch__list.is-active {
  display: grid;
  gap: 22px;
}

.p-planSwitch__planBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  background: #2b602b;
  color: #fff;
  border-radius: 22px;
  padding: 22px 18px;
  display: grid;
  gap: 10px;
  text-align: center;
}
.p-planSwitch__planBtn.is-active {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 6px;
  box-shadow: 0 0 0 3px rgba(43, 96, 43, 0.35);
}

.p-planSwitch__planName {
  font-family: "zen-old-mincho", sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.p-planSwitch__planPrice {
  font-family: "zen-old-mincho", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  opacity: 0.95;
}

/* 詳細カード：1枚だけ表示＆フェード */
.p-planSwitch__detail {
  width: min(980px, 92%);
}

.c-planDetail {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .c-planDetail {
    width: 590px;
    margin: auto;
  }
}
.c-planDetail.is-show {
  display: block;
}
.c-planDetail.is-fadein {
  opacity: 1;
  transform: translateY(0);
}

/* SP：詳細カードは“画面いっぱい感” */
@media (max-width: 767.98px) {
  .p-planSwitch__detail {
    width: 100%;
    margin-top: 18px;
  }
  .c-planDetail {
    width: 100%;
  }
}
/* PC：余白増やす */
@media screen and (min-width: 1024px) {
  .p-planSwitch {
    padding: 70px 0 90px;
  }
  .p-planSwitch__tab {
    font-size: 18px;
    padding: 17px 85px;
  }
  .p-planSwitch__list {
    gap: 34px;
  }
  .p-planSwitch__planBtn {
    border-radius: 28px;
    padding: 28px 22px;
  }
}
.c-planDetail__img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .p-plan__inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}

.c-plan__link {
  display: block;
}

/* ===============================================
# p-ohana
=============================================== */
.p-offer {
  background: #cfd7cf;
  padding: 28px 0 36px;
}

.c-offerTabs {
  width: min(92vw, 420px);
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.c-offerTabs__btn {
  border: 2px solid #2b602b;
  background: transparent;
  color: #2b602b;
  border-radius: 14px;
  padding: 10px 12px;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.c-offerTabs__btn.is-active {
  background: #2b602b;
  color: #fff;
}
.c-offerTabs__btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.c-offerGrid {
  width: min(92vw, 1100px);
  margin: 0 auto;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}

.c-offerItem {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(43, 96, 43, 0.25);
  overflow: hidden;
}

.c-offerItem__media {
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.c-offerItem__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-offerItem__body {
  padding: 12px 12px 14px;
  text-align: center;
}

.c-offerItem__name {
  margin: 0 0 6px;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #1a1a1a;
}

.c-offerItem__price {
  margin: 0;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  opacity: 0.9;
}

.c-offerNote {
  width: min(92vw, 780px);
  margin: 16px auto 0;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}

.c-offerCta {
  margin-top: 16px;
  text-align: center;
}

.c-offerCta__btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: #2b602b;
  color: #fff;
  text-decoration: none;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
}

/* PC：横並び */
@media screen and (min-width: 1024px) {
  .p-offer {
    padding: 48px 0 56px;
  }
  .c-offerItem__body {
    text-align: left;
  }
  .c-offerTabs {
    width: min(92vw, 520px);
    margin-bottom: 22px;
  }
  .c-offerGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .c-offerItem__media {
    aspect-ratio: 4/5;
  }
}
/* ===== news cards ===== */
.p-top__news__list,
.p-newsList__list {
  width: min(740px, 92%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.c-newsCard {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 18px;
}

.c-newsCard__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.c-newsCard__title {
  margin: 0 0 12px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 1.125rem;
  text-align: center;
  color: #111;
}
@media screen and (min-width: 1024px) {
  .c-newsCard__title {
    font-size: 1.375rem;
  }
}

.c-newsCard__meta {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.c-newsCard__pill, .p-newsDetail__pill {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 999px;
  background: #2b602b;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
}

.c-newsCard__date, .p-newsDetail__date {
  font-family: "zen-old-mincho", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1rem;
  color: #2b602b;
}

/* detail */
.p-newsDetail {
  width: min(780px, 92%);
  margin: 120px auto 80px;
}

.p-newsDetail__title {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 1.625rem;
  text-align: center;
}

.p-newsDetail__meta {
  margin-top: 14px;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.p-newsDetail__body {
  letter-spacing: 0.06em;
  margin-top: 18px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2.2;
  font-size: 0.9375rem;
  color: #111;
  /* ★追加 */
  word-break: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1024px) {
  .p-newsDetail__body {
    font-size: 1rem;
    line-height: 2.25;
  }
}
.p-newsDetail__body img {
  max-width: 100%;
  height: auto;
}

.c-newsError {
  text-align: center;
  font-family: "zen-old-mincho", sans-serif;
}

/* ===============================================
# news list
=============================================== */
.p-newsList {
  background-color: #d5dfd5;
  padding: 110px 0 70px;
}
@media screen and (min-width: 1024px) {
  .p-newsList {
    padding: 150px 0 100px;
  }
}

.p-newsList__title {
  margin: 0 auto 34px;
  width: min(740px, 92%);
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.16em;
  font-size: 1.75rem;
  color: #111;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-newsList__title {
    font-size: 2.5rem;
    text-align: left;
  }
}

/* 一覧のカード群 */
.p-newsList__list {
  width: min(740px, 92%);
  margin: 0 auto;
  display: grid;
  gap: 26px;
}
@media screen and (min-width: 1024px) {
  .p-newsList__list {
    gap: 34px;
  }
}

/* 1件カード（スクショ風：区切り線＋中央タイトル＋pill＋日付） */
.c-newsCard {
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.c-newsCard__link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  padding: 14px 10px;
  transition: background 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-newsCard__link:hover {
    background: rgba(255, 255, 255, 0.45);
    transform: translateY(-2px);
  }
}

.c-newsCard__title {
  margin: 0 0 12px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  font-size: 1.125rem !important;
  color: #111;
  text-align: center;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .c-newsCard__title {
    font-size: 1.375rem !important;
  }
}

.c-newsCard__meta {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.c-newsCard__pill, .p-newsDetail__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  border-radius: 999px;
  background: #2b602b;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

.c-newsCard__date, .p-newsDetail__date {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1rem;
  color: #2b602b;
  display: block;
  margin: auto;
}

/* pager */
.p-newsList__pager {
  width: min(740px, 92%);
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .p-newsList__pager {
    margin-top: 40px;
  }
}
.p-newsList__pager button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(43, 96, 43, 0.9);
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.p-newsList__pager button:disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-newsList__pager button:hover:not(:disabled) {
    transform: translateY(-1px);
    opacity: 0.95;
  }
}

/* ===============================================
# news detail
=============================================== */
.p-newsDetail {
  background-color: #d5dfd5;
  padding: 110px 0 70px;
  font-family: "zen-old-mincho", sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-newsDetail {
    padding: 150px 0 100px;
  }
}

/* JS差し込み全体を安定させる */
#js-news-detail {
  width: min(780px, 92%);
  margin: 0 auto;
}

/* ヘッダー（タイトル/メタ） */
.p-newsDetail__head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 22px;
}
@media screen and (min-width: 1024px) {
  .p-newsDetail__head {
    padding-bottom: 26px;
    margin-bottom: 28px;
  }
}

.p-newsDetail__title {
  margin: 0 0 14px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  font-size: 1.625rem;
  color: #111;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-newsDetail__title {
    font-size: 2.125rem;
    text-align: left;
  }
}

.p-newsDetail__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .p-newsDetail__meta {
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
  }
}

.p-newsDetail__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  border-radius: 999px;
  background: #2b602b;
  color: #fff;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

.p-newsDetail__date {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1rem;
  color: #2b602b;
}

/* 本文（microCMSのリッチエディタHTMLが入る） */
.p-newsDetail__body {
  margin-top: 18px;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2.2;
  font-size: 0.9375rem;
  color: #111;
  /* microCMSでよく出る要素を整える */
  /* 表が入った場合 */
}
@media screen and (min-width: 1024px) {
  .p-newsDetail__body {
    font-size: 1rem;
    line-height: 2.25;
  }
}
.p-newsDetail__body p {
  margin: 0 0 1.2em;
}
.p-newsDetail__body h1 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #111;
}
.p-newsDetail__body h2,
.p-newsDetail__body h3 {
  margin: 2em 0 0.9em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #111;
}
.p-newsDetail__body h2 {
  font-size: 1.25rem;
  padding-left: 16px;
  position: relative;
}
.p-newsDetail__body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 1em;
  background: rgba(43, 96, 43, 0.55);
  border-radius: 999px;
}
@media screen and (min-width: 1024px) {
  .p-newsDetail__body h2 {
    font-size: 1.375rem;
  }
}
.p-newsDetail__body h3 {
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-newsDetail__body h3 {
    font-size: 1.25rem;
  }
}
.p-newsDetail__body a {
  color: #2b602b;
  text-underline-offset: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .p-newsDetail__body a:hover {
    opacity: 0.85;
  }
}
.p-newsDetail__body ul,
.p-newsDetail__body ol {
  margin: 0 0 1.2em;
  padding-left: 1.4em;
}
.p-newsDetail__body li + li {
  margin-top: 0.4em;
}
.p-newsDetail__body blockquote {
  margin: 1.4em 0;
  padding: 14px 16px;
  border-left: 3px solid rgba(43, 96, 43, 0.45);
  background: rgba(255, 255, 255, 0.45);
  border-radius: 10px;
}
.p-newsDetail__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.4em auto;
  border-radius: 16px;
}
.p-newsDetail__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6em 0;
  font-size: 0.875rem;
}
.p-newsDetail__body th,
.p-newsDetail__body td {
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 10px 12px;
  vertical-align: top;
}
.p-newsDetail__body th {
  background: rgba(43, 96, 43, 0.12);
  font-weight: 400;
  letter-spacing: 0.06em;
}

/* 戻るリンク */
.p-newsDetail__back {
  width: min(780px, 92%);
  margin: 34px auto 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-newsDetail__back {
    margin-top: 44px;
    text-align: left;
  }
}
.p-newsDetail__back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "zen-old-mincho", sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  color: #2b602b;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}
.p-newsDetail__back a::before {
  content: "←";
}
@media (hover: hover) and (pointer: fine) {
  .p-newsDetail__back a:hover {
    opacity: 0.88;
  }
}

/* エラー表示 */
.c-newsError {
  width: min(780px, 92%);
  margin: 0 auto;
  text-align: center;
  font-family: "zen-old-mincho", sans-serif;
  letter-spacing: 0.08em;
  color: #111;
  padding: 18px 14px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(43, 96, 43, 0.25);
  border-radius: 14px;
}

/* =====================================
news list
===================================== */
.p-newsList {
  padding: 120px 0 80px;
  background: #d5dfd5;
}

.p-newsList__title {
  font-family: "zen-old-mincho", sans-serif;
  font-size: 2.125rem;
  text-align: center;
  margin-bottom: 40px;
}

.p-newsList__list {
  width: min(1000px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

/* card */
.c-newsCard {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.2s;
}

.c-newsCard:hover {
  transform: translateY(-4px);
}

.c-newsCard__thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.c-newsCard__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-newsCard__body {
  padding: 18px;
}

.c-newsCard__title {
  font-family: "zen-old-mincho", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 12px;
}

.c-newsCard__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-newsCard__pill, .p-newsDetail__pill {
  background: #2b602b;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.c-newsCard__date, .p-newsDetail__date {
  font-size: 13px;
  color: #555;
}

/* pager */
.p-newsList__pager {
  width: min(1000px, 92%);
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

.p-newsList__pager button {
  border: none;
  background: #2b602b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
}

/* ===============================================
# news list
=============================================== */
.p-newsList {
  background: #d5dfd5;
  padding: 140px 0 90px;
}
@media screen and (min-width: 1024px) {
  .p-newsList {
    padding: 170px 0 120px;
  }
}

.p-newsList__inner {
  width: min(920px, 90%);
  margin: 0 auto;
}

.p-newsList__title {
  font-size: 1.6875rem;
  color: #111;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1024px) {
  .p-newsList__title {
    font-size: 2.5rem;
    margin: 0 auto 60px;
  }
}

/* list */
.p-newsList__list {
  display: grid;
  gap: 18px;
}
@media screen and (min-width: 1024px) {
  .p-newsList__list {
    gap: 22px;
  }
}

/* item card */
.c-newsItem {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(43, 96, 43, 0.18);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.c-newsItem__link {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .c-newsItem__link {
    grid-template-columns: 180px 1fr;
    gap: 18px;
  }
}

.c-newsItem__thumb {
  background: rgba(43, 96, 43, 0.08);
  aspect-ratio: 1/1;
  overflow: hidden;
}

.c-newsItem__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-newsItem__thumb--ph {
  width: 100%;
  height: 100%;
  background: rgba(43, 96, 43, 0.1);
}

.c-newsItem__body {
  padding: 14px 14px 14px 0;
  display: grid;
  align-content: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .c-newsItem__body {
    padding: 18px 18px 18px 0;
    gap: 12px;
  }
}

.c-newsItem__title {
  margin: 0;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .c-newsItem__title {
    font-size: 1.125rem;
  }
}

.c-newsItem__date {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 0.8125rem;
  color: rgba(17, 17, 17, 0.75);
}

/* empty / error */
.c-newsEmpty,
.c-newsError {
  font-family: "zen-old-mincho", sans-serif;
  letter-spacing: 0.06em;
  line-height: 2;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(43, 96, 43, 0.18);
  border-radius: 18px;
  padding: 18px 16px;
}

/* pager */
.p-newsList__pager {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.p-newsList__pagerBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #2b602b;
  color: #fff;
  text-decoration: none;
  font-family: "zen-old-mincho", sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.p-newsList__pagerBtn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.p-newsList__pagerBtn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.p-newsList__pagerInfo {
  font-family: "zen-old-mincho", sans-serif;
  letter-spacing: 0.08em;
  color: rgba(17, 17, 17, 0.7);
  font-size: 0.875rem;
}

/* =====================================
news list
===================================== */
.p-newsList__list {
  width: min(1000px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media screen and (min-width: 1024px) {
  .p-newsList__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.c-newsItem {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s;
}

.c-newsItem:hover {
  transform: translateY(-4px);
}

.c-newsItem__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.c-newsItem__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.c-newsItem__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-newsItem__body {
  padding: 16px;
}

.c-newsItem__title {
  font-family: "zen-old-mincho", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.c-newsItem__date {
  font-size: 0.8125rem;
  color: #666;
}

.p-top__news__more {
  display: block;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  width: 200px;
  border-radius: 999px;
  background: #2b602b;
  color: #fff;
  text-decoration: none;
  font-family: "zen-old-mincho", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  transition: all 0.25s ease;
  margin: 50px auto;
}
@media screen and (min-width: 1024px) {
  .p-top__news__more {
    margin-right: auto;
  }
}

/* hover */
@media (hover: hover) {
  .p-top__news__more a:hover {
    transform: translateY(-2px);
    background: #214b21;
  }
}
/* ===============================================
# googlemap
=============================================== */
.google__map {
  background-color: #d5dfd5;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .google__map {
    padding-bottom: 100px;
  }
}
.google__map__h2 {
  font-size: 1.6875rem;
  color: black;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .google__map__h2 {
    font-size: 2.5rem;
    padding: 100px 0;
  }
}
.google__map__logo {
  width: 75px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .google__map__logo {
    width: 157px;
    height: auto;
    margin: 0 auto;
  }
}
.google__map__p {
  font-size: 0.9375rem;
  color: #333;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .google__map__p {
    font-size: 1.125rem;
    text-align: center;
    display: block;
  }
}
.google__map__contact__wrap {
  display: none;
}
@media screen and (min-width: 1024px) {
  .google__map__contact__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 600px;
    margin: auto;
  }
}
.google__map__contact__link__img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .google__map__contact__link__img {
    display: block;
    width: 270px;
  }
}
.google__map__mailcontact__link {
  display: none;
}
@media screen and (min-width: 1024px) {
  .google__map__mailcontact__link {
    display: block;
    margin: auto;
    width: 600px;
  }
}
.google__map__mailcontact__link__img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .google__map__mailcontact__link__img {
    width: 600px;
    margin: 20px auto;
    display: block;
  }
}

.p-map {
  width: 90%;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .p-map {
    width: 60%;
    height: 480px;
    border-radius: 16px;
    overflow: hidden;
    margin: auto;
  }
}

.map-popup {
  max-width: 240px;
  line-height: 1.6;
  font-family: "zen-old-mincho", sans-serif;
}

.map-popup__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  font-family: "zen-old-mincho", sans-serif;
}

.map-popup__address {
  margin: 0;
  font-size: 13px;
  color: #555;
}
/*# sourceMappingURL=style.css.map */