@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: calc(100vw / 1440 * 14);
}
@media (1440px < width) {
  html {
    font-size: 14px;
  }
}
@media (width <= 768px) {
  html {
    font-size: calc(100vw / 390 * 14);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(55, 36, 28, 0.8);
  line-height: 1.8;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
body.is-loaded {
  opacity: 1;
}
body.is-leaving {
  opacity: 0;
}
body.is-menu-open {
  overflow: hidden;
}

a {
  transition: 0.3s;
}

img {
  vertical-align: bottom;
}

/* ============================================
   Admin Bar Offset
   ============================================ */
/* ============================================
   Main Content Area
   ============================================ */
@media (768px < width) {
  .l-main {
    margin-left: 2.8571428571rem;
  }
}
@media (768px < width) {
  .l-main > .p-service,
  .l-main > .p-news,
  .l-main > .p-profile,
  .l-main > .p-flow,
  .l-main > .p-faq-section,
  .l-main > .p-access,
  .l-main > .p-works {
    width: 100vw;
    margin-left: -2.8571428571rem;
  }
}

/* ============================================
   Sidebar Navigation (PC)
   ============================================ */
.l-sidebar {
  position: fixed;
  left: 1.6428571429rem;
  top: 2.5714285714rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 1.3571428571rem;
  width: 12.8571428571rem;
}
@media (width <= 768px) {
  .l-sidebar {
    display: none;
  }
}
.l-sidebar__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.l-sidebar__logo-icon {
  width: 4.2142857143rem;
  height: 4.2142857143rem;
}
.l-sidebar__logo-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.4285714286rem;
  color: #37241c;
  text-align: center;
}
.l-sidebar__nav {
  margin-top: 5rem;
  padding-left: 2.1428571429rem;
  display: flex;
  flex-direction: column;
  gap: 1.4285714286rem;
}
.l-sidebar__nav li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.8571428571rem;
  color: rgba(55, 36, 28, 0.8);
  transition: color 0.3s;
}
.l-sidebar__nav li a:hover {
  color: #529c9c;
}
.l-sidebar__sns {
  display: flex;
  align-items: center;
  gap: 0.8571428571rem;
  margin-top: 1.3571428571rem;
  margin-left: 2.1428571429rem;
}
.l-sidebar__instagram {
  width: 1.3571428571rem;
  height: 1.3571428571rem;
}
.l-sidebar__instagram img {
  width: 1.3571428571rem;
  height: 1.3571428571rem;
  object-fit: contain;
}
.l-sidebar__line {
  width: 1.3571428571rem;
  height: 1.3571428571rem;
}
.l-sidebar__line img {
  width: 1.3571428571rem;
  height: 1.3571428571rem;
  object-fit: contain;
}

/* ============================================
   Contact Side Tab (PC)
   ============================================ */
.l-contact-tab {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: fit-content;
  z-index: 100;
  background: #db9979;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.9285714286rem;
  writing-mode: vertical-rl;
  white-space: nowrap;
  padding: 0.8571428571rem 0.7142857143rem;
  max-height: calc(100vh - 80px);
  overflow: hidden;
  border-radius: 0.4285714286rem 0 0 0.4285714286rem;
  box-shadow: 0 0 0.7142857143rem rgba(0, 0, 0, 0.13);
  letter-spacing: 0.15em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, background 0.3s;
}
.l-contact-tab.is-visible {
  opacity: 1;
  visibility: visible;
}
.l-contact-tab:hover {
  background: #c88565;
}
@media (width <= 768px) {
  .l-contact-tab {
    display: none;
  }
}

/* ============================================
   Contact Fixed Bottom (SP)
   ============================================ */
.l-contact-fixed {
  display: none;
}
@media (width <= 768px) {
  .l-contact-fixed {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 0.8571428571rem;
    z-index: 200;
    background: #db9979;
    color: #ffffff;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 0.9285714286rem;
    padding: 0.5rem 1.4285714286rem 0.8571428571rem;
    border-radius: 0.5714285714rem 0.5714285714rem 0 0;
    letter-spacing: 0.1em;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .l-contact-fixed.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .l-contact-fixed .arrow-icon {
    display: none;
  }
}

/* ============================================
   Mobile Header
   ============================================ */
.l-mobile-header {
  display: none;
}
@media (width <= 768px) {
  .l-mobile-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 1.1428571429rem 1.1428571429rem;
    pointer-events: none;
  }
  .l-mobile-header > * {
    pointer-events: auto;
  }
}
.l-mobile-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5714285714rem;
  z-index: 4;
}
.l-mobile-header__logo img {
  width: 3.4285714286rem;
  height: 3.4285714286rem;
}
.l-mobile-header__logo span {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 0.8571428571rem;
  color: #37241c;
}
.l-mobile-header__menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3571428571rem;
  background: none;
  border: none;
  padding: 0.2857142857rem;
  position: fixed;
  top: 1.1428571429rem;
  right: 1.1428571429rem;
  z-index: 100;
}
.l-mobile-header__menu-btn span {
  display: block;
  width: 2rem;
  height: 2px;
  background: #37241c;
}
.l-mobile-header__menu-btn small {
  font-family: "Shippori Mincho", serif;
  font-size: 0.6428571429rem;
  color: #37241c;
  letter-spacing: 0.1em;
  margin-top: 0.2142857143rem;
}

/* ============================================
   Mobile Menu Overlay
   ============================================ */
.l-mobile-menu {
  display: none;
}
@media (width <= 768px) {
  .l-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .l-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
  }
}
.l-mobile-menu__close {
  position: absolute;
  top: 1.1428571429rem;
  right: 1.4285714286rem;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1428571429rem;
}
.l-mobile-menu__close span {
  font-size: 2rem;
  line-height: 1;
  color: #37241c;
}
.l-mobile-menu__close small {
  font-family: "Shippori Mincho", serif;
  font-size: 0.6428571429rem;
  color: #37241c;
  letter-spacing: 0.1em;
}
.l-mobile-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  width: 100%;
}
.l-mobile-menu__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8571428571rem;
  margin-bottom: 3rem;
  text-decoration: none;
}
.l-mobile-menu__logo img {
  width: 3.5714285714rem;
  height: 3.5714285714rem;
}
.l-mobile-menu__logo span {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.2857142857rem;
  color: #37241c;
}
.l-mobile-menu__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
  margin-bottom: 2.5714285714rem;
  text-align: center;
}
.l-mobile-menu__nav li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1rem;
  color: rgba(55, 36, 28, 0.8);
}
.l-mobile-menu__sns {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5714285714rem;
}
.l-mobile-menu__instagram {
  display: block;
  width: 1.5714285714rem;
  height: 1.5714285714rem;
}
.l-mobile-menu__instagram img {
  width: 1.5714285714rem;
  height: 1.5714285714rem;
  object-fit: contain;
}
.l-mobile-menu__line {
  display: block;
  width: 1.5714285714rem;
  height: 1.5714285714rem;
}
.l-mobile-menu__line img {
  width: 1.5714285714rem;
  height: 1.5714285714rem;
  object-fit: contain;
}
.l-mobile-menu__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7142857143rem;
  padding: 1rem 2.8571428571rem;
  background: #db9979;
  color: #ffffff;
  border-radius: 2.1428571429rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.9285714286rem;
  letter-spacing: 0.1em;
}
.l-mobile-menu__contact .arrow-icon {
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  transform: rotate(90deg);
  filter: brightness(0) invert(1);
}

/* ============================================
   Breadcrumb
   ============================================ */
.l-breadcrumb {
  max-width: 91.4285714286rem;
  margin: 0 auto;
  padding: 1.1428571429rem 10.1428571429rem;
}
@media (width <= 768px) {
  .l-breadcrumb {
    padding: 0.8571428571rem 1.4285714286rem;
  }
}
.l-breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2857142857rem;
}
.l-breadcrumb__item {
  font-size: 0.7857142857rem;
  color: #37241c;
  opacity: 0.5;
  letter-spacing: 0.05em;
}
@media (width <= 768px) {
  .l-breadcrumb__item {
    font-size: 0.7142857143rem;
  }
}
.l-breadcrumb__item a {
  color: inherit;
  text-decoration: none;
}
.l-breadcrumb__item a:hover {
  text-decoration: underline;
}
.l-breadcrumb__item + .l-breadcrumb__item::before {
  content: ">";
  margin-right: 0.2857142857rem;
}

/* ============================================
   Footer
   ============================================ */
.l-footer {
  padding: 5.7142857143rem 10.1428571429rem 3.4285714286rem;
  max-width: 91.4285714286rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .l-footer {
    padding: 3.4285714286rem 1.4285714286rem 5.7142857143rem;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4.2857142857rem;
}
@media (width <= 768px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 2.2857142857rem;
    margin-bottom: 2.8571428571rem;
  }
}
.l-footer__left {
  display: flex;
  flex-direction: column;
  gap: 1.4285714286rem;
}
@media (width <= 768px) {
  .l-footer__left {
    gap: 1.1428571429rem;
  }
}
.l-footer__logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
@media (width <= 768px) {
  .l-footer__logo {
    gap: 0.7142857143rem;
  }
}
.l-footer__logo-icon {
  width: 2.7857142857rem;
  height: 2.7857142857rem;
}
@media (width <= 768px) {
  .l-footer__logo-icon {
    width: 2.2857142857rem;
    height: 2.2857142857rem;
  }
}
.l-footer__logo-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5714285714rem;
  color: #37241c;
}
@media (width <= 768px) {
  .l-footer__logo-text {
    font-size: 1.2857142857rem;
  }
}
.l-footer__address {
  font-size: 0.9285714286rem;
  color: #37241c;
  letter-spacing: 0.05em;
  line-height: 1.55;
}
@media (width <= 768px) {
  .l-footer__address {
    font-size: 0.8571428571rem;
  }
}
.l-footer__nav {
  display: flex;
  gap: 2.2857142857rem;
  padding-top: 0.3571428571rem;
}
@media (width <= 768px) {
  .l-footer__nav {
    flex-wrap: wrap;
    gap: 0.8571428571rem 1.7142857143rem;
    padding-top: 0;
  }
}
.l-footer__nav li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.9285714286rem;
  color: #37241c;
  white-space: nowrap;
  transition: color 0.3s;
}
.l-footer__nav li a:hover {
  color: #529c9c;
}
@media (width <= 768px) {
  .l-footer__nav li a {
    font-size: 0.8571428571rem;
  }
}
.l-footer__copyright {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.7142857143rem;
  color: #37241c;
}
@media (width <= 768px) {
  .l-footer__copyright {
    font-size: 0.7142857143rem;
  }
}

/* ============================================
   More Link
   ============================================ */
.c-more-link {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 0 0.7142857143rem;
  padding-bottom: 1rem;
  border-bottom: none;
  width: 10rem;
  position: relative;
}
@media (width <= 768px) {
  .c-more-link {
    gap: 3.5714285714rem;
    width: 8.5714285714rem;
    padding: 0 0.5714285714rem;
    padding-bottom: 0.8571428571rem;
  }
}
.c-more-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #529c9c;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.c-more-link span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1rem;
  color: #529c9c;
  white-space: nowrap;
}
@media (width <= 768px) {
  .c-more-link span {
    font-size: 0.9285714286rem;
  }
}
.c-more-link .arrow-icon {
  width: 0.9285714286rem;
  height: 0.9285714286rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
@media (width <= 768px) {
  .c-more-link .arrow-icon {
    width: 0.8571428571rem;
    height: 0.8571428571rem;
  }
}
.c-more-link:hover::after {
  animation: moreLineSlide 0.6s ease forwards;
}
.c-more-link:hover .arrow-icon {
  transform: rotate(90deg) translateY(4px);
}

@keyframes moreLineSlide {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50.01% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
/* ============================================
   Section Heading
   ============================================ */
.c-section-heading {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
@media (width <= 768px) {
  .c-section-heading {
    margin-bottom: 2.8571428571rem;
  }
}
.c-section-heading__en {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 5.7142857143rem;
  color: rgba(55, 36, 28, 0.1);
  line-height: 0.42;
  display: block;
}
@media (width <= 768px) {
  .c-section-heading__en {
    font-size: 4rem;
  }
}
.c-section-heading__ja {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (width <= 768px) {
  .c-section-heading__ja {
    gap: 0.8571428571rem;
  }
}
.c-section-heading__ja span:first-child {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.2142857143rem;
  color: #37241c;
  letter-spacing: 0.1em;
}
@media (width <= 768px) {
  .c-section-heading__ja span:first-child {
    font-size: 1.0714285714rem;
  }
}
.c-section-heading__line {
  display: block;
  width: 1.5714285714rem;
  height: 1px;
  background: #37241c;
}
@media (width <= 768px) {
  .c-section-heading__line {
    width: 1.4285714286rem;
  }
}

/* ============================================
   Hero Section
   ============================================ */
.p-hero {
  position: relative;
  margin-left: 16.2142857143rem;
  width: calc(100% - 16.2142857143rem);
  height: 46.7142857143rem;
  border-bottom-left-radius: 10.7142857143rem;
  background-color: #faf5ef;
  overflow: hidden;
  font-family: "Shippori Mincho", serif;
}
@media (width <= 768px) {
  .p-hero {
    margin-left: 1.0714285714rem;
    width: calc(100% - 0.5714285714rem);
    height: 42.8571428571rem;
    border-bottom-left-radius: 5.7142857143rem;
  }
}
.p-hero::before {
  display: none;
}
@media (width <= 768px) {
  .p-hero::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 9.2857142857rem;
    height: 8.5714285714rem;
    background: #ffffff;
    border-bottom-right-radius: 2.5714285714rem;
    z-index: 3;
  }
}
.p-hero__inner {
  position: relative;
  max-width: 72.3571428571rem;
  height: 100%;
  margin: 0 auto;
}
@media (width <= 768px) {
  .p-hero__inner {
    max-width: none;
    margin: 0;
  }
}
.p-hero__capsule {
  position: absolute;
  left: 7.2142857143rem;
  top: 5.8571428571rem;
  width: 35.7142857143rem;
  height: 35rem;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  background-color: #37241c;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  filter: blur(8px);
  will-change: opacity, filter;
}
.p-hero__capsule.is-visible {
  animation: heroCapsuleIn 3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@media (width <= 768px) {
  .p-hero__capsule {
    left: 1.4285714286rem;
    top: 10.7142857143rem;
    width: 17.8571428571rem;
    height: 22.8571428571rem;
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.p-hero__capsule-image {
  position: absolute;
  top: -3.5rem;
  right: -2.9285714286rem;
  bottom: -3.5rem;
  left: -2.9285714286rem;
  opacity: 0.7;
}
.p-hero__capsule-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-hero__capsule-image.is-ken-burns img {
  animation: heroKenBurns 20s linear infinite;
}
@media (width <= 768px) {
  .p-hero__capsule-image {
    top: -2.8571428571rem;
    right: -1.5rem;
    bottom: -2.8571428571rem;
    left: -1.5rem;
  }
}
.p-hero__initial {
  position: absolute;
  top: 2.7857142857rem;
  left: 4.0714285714rem;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 2.8571428571rem;
  color: #b8a88a;
  z-index: 12;
  opacity: 0;
  transition: opacity 0.8s ease 0.2s;
}
.p-hero__initial.is-visible {
  opacity: 1;
}
@media (width <= 768px) {
  .p-hero__initial {
    top: 2.2857142857rem;
    left: 2.0714285714rem;
    font-size: 2rem;
  }
}
.p-hero__line-art {
  position: absolute;
  left: 3.5714285714rem;
  top: 5rem;
  width: 28.9285714286rem;
  height: 35rem;
  z-index: 11;
  pointer-events: none;
}
.p-hero__line-art svg {
  position: absolute;
  width: 23.1428571429rem;
  bottom: -5.2857142857rem;
  left: 4.3571428571rem;
  overflow: visible;
}
@media (width <= 768px) {
  .p-hero__line-art {
    left: 0rem;
    top: 2.1428571429rem;
    width: 15rem;
    height: 28.5714285714rem;
  }
  .p-hero__line-art svg {
    width: 10.7142857143rem;
    bottom: -1.4285714286rem;
    left: 0rem;
  }
}
.p-hero__line-path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
@media (width <= 768px) {
  .p-hero__line-path {
    stroke-width: 5;
  }
}
.p-hero__vertical {
  position: absolute;
  right: 12.8571428571rem;
  top: 3.5714285714rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.1428571429rem;
  color: #2d2d2d;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
  z-index: 15;
}
.p-hero__vertical.is-visible span span {
  animation: heroCharReveal 2s ease-out forwards;
}
@media (width <= 768px) {
  .p-hero__vertical {
    font-size: 1.4285714286rem;
    right: 1.6428571429rem;
    top: 7.1428571429rem;
  }
}
.p-hero__vertical-line {
  display: block;
  line-height: 2;
}
.p-hero__vertical-line:nth-child(2) {
  padding-top: 2.4em;
}
.p-hero__vertical-line span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-20px);
}
.p-hero__cross {
  position: absolute;
  left: 34.9285714286rem;
  bottom: 12.1428571429rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.2857142857rem;
  letter-spacing: 0.18em;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-hero__cross.is-visible {
  opacity: 1;
}
@media (width <= 768px) {
  .p-hero__cross {
    font-size: 1.5714285714rem;
    left: 13rem;
    bottom: 10.2857142857rem;
  }
}
.p-hero__cross--dark {
  color: #2d2d2d;
  z-index: 5;
}
.p-hero__cross--light {
  color: #f5f2ed;
  z-index: 25;
}
.p-hero__desc {
  position: absolute;
  right: 5.7857142857rem;
  bottom: 4.6428571429rem;
  max-width: 21.4285714286rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.8571428571rem;
  color: #8c8c8c;
  line-height: 2.2;
  letter-spacing: 0.05em;
  z-index: 15;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease-out 0.3s, transform 0.6s ease-out 0.3s;
}
.p-hero__desc.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (width <= 768px) {
  .p-hero__desc {
    font-size: 0.7857142857rem;
    right: 2.0714285714rem;
    bottom: 4.4285714286rem;
    max-width: 100%;
  }
}
.p-hero__scroll {
  position: absolute;
  right: 2.1428571429rem;
  bottom: 1.8571428571rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 15;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.p-hero__scroll.is-visible {
  opacity: 1;
}
@media (width <= 768px) {
  .p-hero__scroll {
    display: none;
  }
}
.p-hero__scroll-text {
  writing-mode: vertical-rl;
  font-family: "EB Garamond", serif;
  font-size: 0.7857142857rem;
  letter-spacing: 0.2em;
  color: #8c8c8c;
  margin-bottom: 0.5714285714rem;
}
@media (width <= 768px) {
  .p-hero__scroll-text {
    font-size: 0.6428571429rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.4285714286rem;
  }
}
.p-hero__scroll-line {
  width: 1px;
  height: 2.8571428571rem;
  background-color: transparent;
  overflow: hidden;
}
.p-hero__scroll-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8c8c8c;
  animation: heroScrollDrop 2s ease-in-out infinite;
  transform-origin: top;
}
@media (width <= 768px) {
  .p-hero__scroll-line {
    height: 2rem;
  }
}

@keyframes heroCapsuleIn {
  from {
    opacity: 0;
    filter: blur(8px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes heroKenBurns {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes heroCharReveal {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroScrollDrop {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  40% {
    transform: scaleY(1);
    transform-origin: top;
  }
  60% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
/* ============================================
   About Section
   ============================================ */
.p-about {
  position: relative;
  padding: 8.5714285714rem 0 5.7142857143rem;
  max-width: 91.4285714286rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .p-about {
    padding: 4.2857142857rem 1.4285714286rem 3.4285714286rem;
  }
}
.p-about__inner {
  display: flex;
  align-items: flex-start;
  gap: 4.2857142857rem;
  padding: 0 13.3571428571rem;
  position: relative;
}
@media (width <= 768px) {
  .p-about__inner {
    flex-direction: column;
    padding: 0;
    gap: 0;
    position: relative;
  }
}
.p-about__photo {
  flex-shrink: 0;
  width: 21.7857142857rem;
  aspect-ratio: 305/390;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (width <= 768px) {
  .p-about__photo {
    width: 65%;
  }
}
.p-about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about__calligraphy {
  position: absolute;
  right: 7.1428571429rem;
  top: 0.7142857143rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  color: #37241c;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media (width <= 768px) {
  .p-about__calligraphy {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.4285714286rem;
    line-height: 1.8;
  }
}
.p-about__text {
  flex: 1;
  padding-top: 7.1428571429rem;
}
@media (width <= 768px) {
  .p-about__text {
    padding-top: 2rem;
  }
}
.p-about__text p {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  color: rgba(55, 36, 28, 0.8);
}
@media (width <= 768px) {
  .p-about__text p {
    font-size: 0.9285714286rem;
    line-height: 2.2;
    text-align: center;
  }
}
.p-about__more {
  display: flex;
  justify-content: center;
  margin-top: 3.4285714286rem;
}
@media (width <= 768px) {
  .p-about__more {
    margin-top: 2.5714285714rem;
  }
}

/* ============================================
   Service Section
   ============================================ */
.p-service {
  background: #faf5ef;
  border-top-right-radius: 17.8571428571rem;
  padding: 8.5714285714rem 0;
  position: relative;
}
@media (width <= 768px) {
  .p-service {
    border-top-right-radius: 8.5714285714rem;
    padding: 5.7142857143rem 1.4285714286rem;
  }
}
.p-service__card {
  position: relative;
  max-width: 71.4285714286rem;
  margin: 0 auto 4rem;
  height: 25rem;
}
@media (width <= 768px) {
  .p-service__card {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 3.4285714286rem;
  }
}
@media (width <= 768px) {
  .p-service__card--left .p-service__card-image {
    order: -1;
  }
}
.p-service__card-body {
  position: absolute;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1.6428571429rem;
  width: 37.4285714286rem;
  padding: 3.4285714286rem 7.5rem 3.4285714286rem 2.9285714286rem;
}
@media (width <= 768px) {
  .p-service__card-body {
    position: static;
    width: 95%;
    margin: 0 auto;
    padding: 2.2857142857rem 1.7142857143rem;
  }
}
.p-service__card--left .p-service__card-body {
  left: 0;
  top: 4.1428571429rem;
}
@media (width <= 768px) {
  .p-service__card--left .p-service__card-body {
    top: auto;
  }
}
.p-service__card--right .p-service__card-body {
  right: 0;
  top: 3.3571428571rem;
  padding: 3.4285714286rem 2.9285714286rem 3.4285714286rem 7.5rem;
}
@media (width <= 768px) {
  .p-service__card--right .p-service__card-body {
    top: auto;
    padding: 2.2857142857rem 1.7142857143rem;
  }
}
.p-service__card-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.6428571429rem;
  color: #37241c;
  letter-spacing: 0.1em;
}
@media (width <= 768px) {
  .p-service__card-title {
    font-size: 1.4285714286rem;
  }
}
.p-service__card-desc {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  color: rgba(55, 36, 28, 0.8);
}
@media (width <= 768px) {
  .p-service__card-desc {
    font-size: 0.9285714286rem;
    line-height: 2.2;
  }
}
.p-service__card-image {
  width: 38.2142857143rem;
  aspect-ratio: 535/297;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  z-index: 2;
}
@media (width <= 768px) {
  .p-service__card-image {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
  }
}
.p-service__card--left .p-service__card-image {
  position: absolute;
  right: 0;
  top: 0;
}
@media (width <= 768px) {
  .p-service__card--left .p-service__card-image {
    position: static;
  }
}
.p-service__card--right .p-service__card-image {
  position: absolute;
  left: 0;
  top: 0;
}
@media (width <= 768px) {
  .p-service__card--right .p-service__card-image {
    position: static;
  }
}
.p-service__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   Works Section
   ============================================ */
.p-works {
  padding: 8.5714285714rem 0;
  overflow: hidden;
}
@media (width <= 768px) {
  .p-works {
    padding: 5.7142857143rem 0;
  }
}
.p-works__slider {
  margin-bottom: 4rem;
  overflow: hidden;
}
@media (width <= 768px) {
  .p-works__slider {
    margin-bottom: 2.8571428571rem;
  }
}
.p-works__track {
  display: flex;
  gap: 2.1428571429rem;
  animation: slide 60s linear infinite;
  width: max-content;
}
@media (width <= 768px) {
  .p-works__track {
    gap: 1.4285714286rem;
  }
}
.p-works__track:hover {
  animation-play-state: paused;
}
.p-works__item {
  display: block;
  flex-shrink: 0;
  width: 31.3571428571rem;
  aspect-ratio: 439/330;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (width <= 768px) {
  .p-works__item {
    width: 20rem;
  }
}
.p-works__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.p-works__item:hover img {
  transform: scale(1.05);
}
.p-works__more {
  display: flex;
  justify-content: center;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 2rem));
  }
}
/* ============================================
   News Section
   ============================================ */
.p-news {
  background: #faf5ef;
  border-top-left-radius: 14.2857142857rem;
  padding: 8.5714285714rem 0;
}
@media (width <= 768px) {
  .p-news {
    border-top-left-radius: 5.7142857143rem;
    padding: 5.7142857143rem 1.4285714286rem;
  }
}
.p-news__list {
  max-width: 54rem;
  margin: 0 auto 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.1428571429rem;
}
@media (width <= 768px) {
  .p-news__list {
    margin-bottom: 2.8571428571rem;
    gap: 1.1428571429rem;
  }
}
.p-news__item {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding-bottom: 1.2857142857rem;
  border-bottom: 1px solid rgba(55, 36, 28, 0.15);
}
@media (width <= 768px) {
  .p-news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2857142857rem;
    padding-bottom: 1.1428571429rem;
  }
}
.p-news__date {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.8571428571rem;
  color: #37241c;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media (width <= 768px) {
  .p-news__date {
    font-size: 0.7857142857rem;
  }
}
.p-news__title {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  color: rgba(55, 36, 28, 0.8);
}
@media (width <= 768px) {
  .p-news__title {
    font-size: 0.9285714286rem;
    line-height: 2;
  }
}
.p-news__more {
  display: flex;
  justify-content: center;
}

/* ============================================
   Page Header (About)
   ============================================ */
.p-page-header {
  position: relative;
  min-height: 35.7142857143rem;
  padding: 8.5714285714rem 0 5.7142857143rem 14.2857142857rem;
  overflow: hidden;
}
@media (width <= 768px) {
  .p-page-header {
    padding: 0;
    min-height: auto;
  }
}
.p-page-header::before {
  display: none;
}
@media (width <= 768px) {
  .p-page-header::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 9.2857142857rem;
    height: 8.5714285714rem;
    background: #ffffff;
    border-bottom-right-radius: 2.5714285714rem;
    z-index: 3;
  }
}
.p-page-header__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
  height: 85%;
  border-bottom-left-radius: 10.7142857143rem;
  overflow: hidden;
}
@media (width <= 768px) {
  .p-page-header__image {
    position: relative;
    width: calc(100% - 2.5rem);
    margin-left: auto;
    height: 17.8571428571rem;
    border-bottom-left-radius: 3.5714285714rem;
  }
}
.p-page-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-header__gradient {
  display: none;
}
@media (width <= 768px) {
  .p-page-header__gradient {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 2.5rem);
    height: 8.8571428571rem;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
    z-index: 2;
    pointer-events: none;
  }
}
.p-page-header__content {
  position: relative;
  z-index: 2;
  max-width: 35.7142857143rem;
  margin-left: auto;
  margin-right: calc(53% + 2.8571428571rem);
}
@media (width <= 768px) {
  .p-page-header__content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding: 1.1428571429rem 2.1428571429rem 0;
  }
}
.p-page-header__en {
  font-family: "EB Garamond", serif;
  font-size: 5.7142857143rem;
  color: rgba(55, 36, 28, 0.1);
  line-height: 1;
  display: block;
  margin-bottom: -2.1428571429rem;
  white-space: nowrap;
}
@media (width <= 768px) {
  .p-page-header__en {
    font-size: 3.5714285714rem;
    margin-bottom: -1.1428571429rem;
  }
}
.p-page-header__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8571428571rem;
  color: #37241c;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
}
@media (width <= 768px) {
  .p-page-header__title {
    font-size: 1.4285714286rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.4285714286rem;
  }
}
.p-page-header__lead {
  font-size: 1rem;
  line-height: 2.3;
  letter-spacing: 0.06em;
  color: #37241c;
}
@media (width <= 768px) {
  .p-page-header__lead {
    font-size: 0.9285714286rem;
    line-height: 2.2;
    letter-spacing: 0.08em;
    text-align: left;
    padding: 1.4285714286rem 0;
  }
}
@media (width <= 768px) {
  .p-page-header__lead--center-sp {
    text-align: center;
  }
}

/* ============================================
   Philosophy
   ============================================ */
.p-philosophy {
  padding: 7.1428571429rem 0 5.7142857143rem;
  max-width: 91.4285714286rem;
  margin: 0 auto;
  padding-top: 0;
}
@media (width <= 768px) {
  .p-philosophy {
    padding: 2.8571428571rem 2.1428571429rem 3.4285714286rem;
    padding-top: 0;
  }
}
.p-philosophy__inner {
  display: flex;
  align-items: flex-start;
  gap: 4.2857142857rem;
  padding: 0 13.3571428571rem;
}
@media (width <= 768px) {
  .p-philosophy__inner {
    flex-direction: column;
    padding: 0;
    gap: 2.2857142857rem;
  }
}
.p-philosophy__photo {
  flex-shrink: 0;
  width: 24.2857142857rem;
  aspect-ratio: 340/440;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (width <= 768px) {
  .p-philosophy__photo {
    width: 100%;
    aspect-ratio: 315/192;
  }
}
.p-philosophy__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-philosophy__text {
  flex: 1;
  padding-top: 2.8571428571rem;
}
@media (width <= 768px) {
  .p-philosophy__text {
    padding-top: 0;
  }
}
.p-philosophy__text p {
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  color: #37241c;
}
@media (width <= 768px) {
  .p-philosophy__text p {
    font-size: 0.9285714286rem;
    line-height: 2.2;
  }
}

/* ============================================
   Section Heading (About page style)
   ============================================ */
.p-access__heading, .p-company__heading, .p-profile__heading {
  text-align: center;
  margin-bottom: 3.4285714286rem;
}
@media (width <= 768px) {
  .p-access__heading, .p-company__heading, .p-profile__heading {
    margin-bottom: 2.8571428571rem;
  }
}

.p-access__heading-text, .p-company__heading-text, .p-profile__heading-text {
  display: inline;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.4285714286rem;
  color: #37241c;
  letter-spacing: 0.1em;
  padding-bottom: 0.7142857143rem;
  border-bottom: 1px solid #37241c;
}
@media (width <= 768px) {
  .p-access__heading-text, .p-company__heading-text, .p-profile__heading-text {
    font-size: 1.4285714286rem;
    letter-spacing: 0.1em;
  }
}

/* ============================================
   Profile
   ============================================ */
.p-profile {
  background: #faf5ef;
  border-top-right-radius: 17.8571428571rem;
  padding: 7.1428571429rem 0 8.5714285714rem;
}
@media (width <= 768px) {
  .p-profile {
    border-top-right-radius: 7.1428571429rem;
    padding: 4.2857142857rem 1rem 4.2857142857rem;
  }
}
.p-profile__card {
  max-width: 60.7142857143rem;
  margin: 0 auto;
  background: #ffffff;
  padding: 4rem 4.5714285714rem;
  display: flex;
  flex-direction: row;
  gap: 2.8571428571rem;
  align-items: flex-start;
}
@media (width <= 768px) {
  .p-profile__card {
    max-width: 24.7857142857rem;
    padding: 3.5714285714rem 1.4285714286rem;
    gap: 1.6428571429rem;
    flex-direction: column;
    align-items: center;
  }
}
.p-profile__card-left {
  display: flex;
  flex-direction: column;
  gap: 1.1428571429rem;
  align-items: center;
  flex-shrink: 0;
  width: 20rem;
}
@media (width <= 768px) {
  .p-profile__card-left {
    width: auto;
  }
}
.p-profile__card-top {
  display: flex;
  align-items: center;
  gap: 2.1428571429rem;
}
@media (width <= 768px) {
  .p-profile__card-top {
    gap: 2.1428571429rem;
  }
}
.p-profile__icon {
  width: 7.1428571429rem;
  height: 9.2857142857rem;
  flex-shrink: 0;
}
@media (width <= 768px) {
  .p-profile__icon {
    width: 4.7857142857rem;
    height: 6.7857142857rem;
  }
}
.p-profile__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-profile__info {
  display: flex;
  flex-direction: column;
  gap: 0.2142857143rem;
}
.p-profile__name-ja {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.7142857143rem;
  color: #37241c;
}
@media (width <= 768px) {
  .p-profile__name-ja {
    font-size: 1.7142857143rem;
  }
}
.p-profile__name-en {
  font-family: "EB Garamond", serif;
  font-size: 1rem;
  color: rgba(55, 36, 28, 0.6);
}
@media (width <= 768px) {
  .p-profile__name-en {
    font-size: 1rem;
  }
}
.p-profile__qualification {
  font-size: 0.8571428571rem;
  color: #37241c;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}
@media (width <= 768px) {
  .p-profile__qualification {
    font-size: 0.8571428571rem;
    line-height: 1.8;
  }
}
.p-profile__timeline {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.4285714286rem;
}
@media (width <= 768px) {
  .p-profile__timeline {
    gap: 1.4285714286rem;
  }
}
.p-profile__timeline-item {
  display: flex;
  gap: 2.3571428571rem;
  align-items: flex-start;
}
@media (width <= 768px) {
  .p-profile__timeline-item {
    gap: 2.3571428571rem;
  }
}
.p-profile__timeline-item dt {
  font-size: 1rem;
  color: #37241c;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  white-space: nowrap;
}
@media (width <= 768px) {
  .p-profile__timeline-item dt {
    font-size: 1rem;
  }
}
.p-profile__timeline-item dd {
  font-size: 1rem;
  color: #37241c;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (width <= 768px) {
  .p-profile__timeline-item dd {
    font-size: 1rem;
  }
}

/* ============================================
   Company
   ============================================ */
.p-company {
  padding: 7.1428571429rem 0;
  max-width: 91.4285714286rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .p-company {
    padding: 4.2857142857rem 2.7142857143rem;
  }
}
.p-company__table-wrap {
  max-width: 54rem;
  margin: 0 auto;
}
.p-company__list {
  width: 100%;
}
.p-company__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 1.4285714286rem 0;
}
@media (width <= 768px) {
  .p-company__item {
    display: flex;
    flex-direction: column;
    gap: 1.0714285714rem;
    padding: 1.4285714286rem 0;
  }
}
@media (768px < width) {
  .p-company__item {
    display: flex;
    gap: 2.8571428571rem;
    align-items: flex-start;
  }
}
.p-company__item dt {
  font-weight: 700;
  font-size: 0.8571428571rem;
  color: #37241c;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  width: 8.2142857143rem;
}
@media (width <= 768px) {
  .p-company__item dt {
    font-size: 0.8571428571rem;
    width: auto;
  }
}
.p-company__item dd {
  font-size: 1rem;
  color: #37241c;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (width <= 768px) {
  .p-company__item dd {
    font-size: 1rem;
  }
}

/* ============================================
   Access
   ============================================ */
.p-access {
  padding: 7.1428571429rem 0 8.5714285714rem;
  background-color: #faf5ef;
  border-top-left-radius: 14.2857142857rem;
}
@media (width <= 768px) {
  .p-access {
    padding: 4.2857142857rem 1.4285714286rem 4.2857142857rem;
    border-top-left-radius: 5.7142857143rem;
  }
}
.p-access__inner {
  max-width: 54rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.8571428571rem;
}
@media (width <= 768px) {
  .p-access__inner {
    gap: 2.1428571429rem;
  }
}
.p-access__info {
  display: flex;
  gap: 2.1428571429rem;
}
@media (width <= 768px) {
  .p-access__info {
    flex-direction: column;
    gap: 2.1428571429rem;
  }
}
.p-access__block {
  flex: 1;
}
.p-access__label {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.2142857143rem;
  color: #37241c;
  letter-spacing: 0.1em;
  margin-bottom: 0.7142857143rem;
}
@media (width <= 768px) {
  .p-access__label {
    font-size: 1.2142857143rem;
    margin-bottom: 0.7142857143rem;
  }
}
.p-access__text {
  font-size: 0.9285714286rem;
  color: #37241c;
  letter-spacing: 0.08em;
  line-height: 2.2;
}
@media (width <= 768px) {
  .p-access__text {
    font-size: 0.9285714286rem;
  }
}
.p-access__list {
  font-size: 0.9285714286rem;
  color: #37241c;
  letter-spacing: 0.08em;
  line-height: 2.2;
  list-style: disc;
  padding-left: 1.4285714286rem;
}
@media (width <= 768px) {
  .p-access__list {
    font-size: 0.9285714286rem;
    padding-left: 1.4285714286rem;
  }
}
.p-access__map {
  width: 100%;
  aspect-ratio: 756/400;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (width <= 768px) {
  .p-access__map {
    aspect-ratio: 330/302;
  }
}
.p-access__map img,
.p-access__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   Concept Section (shared by residential/commercial)
   ============================================ */
.p-concept {
  text-align: center;
  padding: 4.2857142857rem 13.3571428571rem 3.4285714286rem;
  max-width: 91.4285714286rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .p-concept {
    padding: 2.8571428571rem 1.7142857143rem 2.2857142857rem;
  }
}
.p-concept__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.4285714286rem;
  color: #37241c;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .p-concept__title {
    font-size: 1.2142857143rem;
    line-height: 1.8;
    margin-bottom: 1rem;
  }
}
.p-concept__text {
  font-size: 0.9285714286rem;
  color: #37241c;
  letter-spacing: 0.08em;
  line-height: 2.2;
}
@media (width <= 768px) {
  .p-concept__text {
    font-size: 0.9285714286rem;
    text-align: left;
  }
}

/* ============================================
   Wide Photo
   ============================================ */
.p-wide-photo {
  max-width: 71.4285714286rem;
  margin: 0 auto 5.7142857143rem;
  aspect-ratio: 1000/380;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (width <= 768px) {
  .p-wide-photo {
    max-width: 100%;
    margin: 0 1.4285714286rem 3.4285714286rem;
    aspect-ratio: 16/9;
  }
}
.p-wide-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   Flow Section
   ============================================ */
.p-flow {
  background: #faf5ef;
  border-top-right-radius: 17.8571428571rem;
  padding: 7.1428571429rem 0 8.5714285714rem;
}
@media (width <= 768px) {
  .p-flow {
    border-top-right-radius: 7.1428571429rem;
    padding: 4.2857142857rem 1.4285714286rem 4.2857142857rem;
  }
}
.p-flow__heading {
  text-align: center;
  margin-bottom: 3.4285714286rem;
}
@media (width <= 768px) {
  .p-flow__heading {
    margin-bottom: 2.5714285714rem;
  }
}
.p-flow__heading-text {
  display: inline;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.7142857143rem;
  color: #37241c;
  letter-spacing: 0.1em;
  padding-bottom: 0.7142857143rem;
  border-bottom: 1px solid #37241c;
}
@media (width <= 768px) {
  .p-flow__heading-text {
    font-size: 1.4285714286rem;
  }
}
.p-flow__list {
  max-width: 42.8571428571rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.7142857143rem;
  position: relative;
  padding-left: 1.0714285714rem;
}
@media (width <= 768px) {
  .p-flow__list {
    gap: 2.8571428571rem;
    padding-left: initial;
  }
}
.p-flow__list::before {
  content: "";
  position: absolute;
  left: 3.2142857143rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d9d9d9;
  z-index: 0;
}
@media (width <= 768px) {
  .p-flow__list::before {
    left: 2.0714285714rem;
  }
}
.p-flow__item {
  position: relative;
  padding-left: 1.0714285714rem;
}
@media (width <= 768px) {
  .p-flow__item {
    padding-left: 1.0714285714rem;
  }
}
.p-flow__item--has-illust {
  position: relative;
}
.p-flow__illust {
  position: absolute;
  right: -3.5714285714rem;
  top: -2.1428571429rem;
  width: 11.4285714286rem;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
@media (width <= 768px) {
  .p-flow__illust {
    right: -1.4285714286rem;
    top: -1.4285714286rem;
    width: 7.1428571429rem;
  }
}
.p-flow__item-header, .p-flow__item-text {
  position: relative;
  z-index: 1;
}
.p-flow__item-header {
  display: flex;
  align-items: center;
  gap: 0.7142857143rem;
  margin-bottom: 1rem;
}
@media (width <= 768px) {
  .p-flow__item-header {
    gap: 0.7142857143rem;
    margin-bottom: 0.7142857143rem;
  }
}
.p-flow__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.2142857143rem;
  color: #529c9c;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (width <= 768px) {
  .p-flow__number {
    width: 2rem;
    height: 2rem;
    font-size: 1.0714285714rem;
  }
}
.p-flow__step-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.2142857143rem;
  color: #37241c;
  letter-spacing: 0.1em;
}
@media (width <= 768px) {
  .p-flow__step-title {
    font-size: 1.0714285714rem;
  }
}
.p-flow__step-title-wrap {
  display: flex;
  flex-direction: column;
}
.p-flow__step-note {
  font-size: 0.7142857143rem;
  color: #37241c;
  letter-spacing: 0.08em;
}
@media (width <= 768px) {
  .p-flow__step-note {
    font-size: 0.7142857143rem;
  }
}
.p-flow__item-text {
  padding-left: 2.8571428571rem;
  font-size: 0.9285714286rem;
  color: #37241c;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (width <= 768px) {
  .p-flow__item-text {
    padding-left: 2.7142857143rem;
    font-size: 0.9285714286rem;
  }
}
.p-flow__item-text p {
  line-height: 1.6;
}
.p-flow__note {
  max-width: 42.8571428571rem;
  margin: 3.4285714286rem auto 0;
  background: #ffffff;
  padding: 1.2857142857rem 2.1428571429rem;
  font-size: 0.9285714286rem;
  color: #37241c;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (width <= 768px) {
  .p-flow__note {
    margin-top: 2.2857142857rem;
    padding: 1.1428571429rem 1.4285714286rem;
    font-size: 0.8571428571rem;
  }
}
.p-flow__note p + p {
  margin-top: 0.8571428571rem;
}
@media (width <= 768px) {
  .p-flow__note p + p {
    margin-top: 0.7142857143rem;
  }
}

/* ============================================
   Building Types (commercial page)
   ============================================ */
.p-building-types {
  padding: 7.1428571429rem 0;
  max-width: 91.4285714286rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .p-building-types {
    padding: 4.2857142857rem 1.0714285714rem;
  }
}
.p-building-types__heading {
  text-align: center;
  margin-bottom: 4.3571428571rem;
}
@media (width <= 768px) {
  .p-building-types__heading {
    margin-bottom: 2.8571428571rem;
  }
}
.p-building-types__heading-text {
  display: inline;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.7142857143rem;
  color: #37241c;
  letter-spacing: 0.1em;
  padding-bottom: 0.7142857143rem;
  border-bottom: 1px solid #37241c;
}
@media (width <= 768px) {
  .p-building-types__heading-text {
    font-size: 1.4285714286rem;
  }
}
.p-building-types__grid {
  max-width: 53.5714285714rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3.9285714286rem 4.5rem;
  justify-content: center;
}
@media (width <= 768px) {
  .p-building-types__grid {
    gap: 2.2857142857rem 1.4285714286rem;
  }
}
.p-building-types__item {
  width: 14.8571428571rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4285714286rem;
}
@media (width <= 768px) {
  .p-building-types__item {
    width: calc(50% - 0.7142857143rem);
    gap: 0.8571428571rem;
  }
}
.p-building-types__icon {
  width: 12.2857142857rem;
  height: 12.2857142857rem;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.1428571429rem;
}
@media (width <= 768px) {
  .p-building-types__icon {
    width: 8.5714285714rem;
    height: 8.5714285714rem;
    padding: 1.4285714286rem;
  }
}
.p-building-types__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p-building-types__name {
  font-size: 1rem;
  color: #37241c;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.6;
}
@media (width <= 768px) {
  .p-building-types__name {
    font-size: 0.8571428571rem;
  }
}

/* ============================================
   Track Record (commercial page)
   ============================================ */
.p-track-record {
  padding: 7.1428571429rem 0 2.8571428571rem;
  max-width: 91.4285714286rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .p-track-record {
    padding: 4.2857142857rem 1.4285714286rem 1.7142857143rem;
  }
}
.p-track-record__heading {
  text-align: center;
  margin-bottom: 3.5714285714rem;
}
@media (width <= 768px) {
  .p-track-record__heading {
    margin-bottom: 2.5714285714rem;
  }
}
.p-track-record__heading-text {
  display: inline;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.7142857143rem;
  color: #37241c;
  letter-spacing: 0.1em;
  padding-bottom: 0.7142857143rem;
  border-bottom: 1px solid #37241c;
}
@media (width <= 768px) {
  .p-track-record__heading-text {
    font-size: 1.4285714286rem;
  }
}
.p-track-record__list {
  max-width: 42.8571428571rem;
  margin: 0 auto;
  list-style: none;
  padding: 2.8571428571rem 3.5714285714rem;
  background: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 0.7142857143rem;
  display: flex;
  flex-direction: column;
  gap: 1.4285714286rem;
}
@media (width <= 768px) {
  .p-track-record__list {
    padding: 2.1428571429rem 1.7142857143rem;
    gap: 1.1428571429rem;
    border-radius: 0.5714285714rem;
  }
}
.p-track-record__list li {
  font-size: 1rem;
  color: #37241c;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding-left: 1.4285714286rem;
  position: relative;
}
@media (width <= 768px) {
  .p-track-record__list li {
    font-size: 0.9285714286rem;
    padding-left: 1.1428571429rem;
  }
}
.p-track-record__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6428571429rem;
  width: 0.5714285714rem;
  height: 0.5714285714rem;
  border-radius: 50%;
  background: #529c9c;
}
@media (width <= 768px) {
  .p-track-record__list li::before {
    top: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

/* ============================================
   Page FAQ (embedded in service pages)
   ============================================ */
.p-page-faq {
  padding: 7.1428571429rem 0;
  max-width: 91.4285714286rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .p-page-faq {
    padding: 4.2857142857rem 1.4285714286rem;
  }
}
.p-page-faq__heading {
  text-align: center;
  margin-bottom: 3.5714285714rem;
}
@media (width <= 768px) {
  .p-page-faq__heading {
    margin-bottom: 2.5714285714rem;
  }
}
.p-page-faq__heading-text {
  display: inline;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.7142857143rem;
  color: #37241c;
  letter-spacing: 0.1em;
  padding-bottom: 0.7142857143rem;
  border-bottom: 1px solid #37241c;
}
@media (width <= 768px) {
  .p-page-faq__heading-text {
    font-size: 1.4285714286rem;
  }
}
.p-page-faq__list {
  max-width: 42.8571428571rem;
  margin: 0 auto 3.5714285714rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (width <= 768px) {
  .p-page-faq__list {
    gap: 1.7142857143rem;
    margin-bottom: 2.5714285714rem;
  }
}
.p-page-faq__more {
  display: flex;
  justify-content: center;
}

/* ============================================
   FAQ Card (shared component)
   ============================================ */
.p-faq-card {
  box-shadow: 0 0 0.7142857143rem rgba(0, 0, 0, 0.07);
  border-radius: 0.7142857143rem;
  overflow: hidden;
}
@media (width <= 768px) {
  .p-faq-card {
    border-radius: 0.5714285714rem;
  }
}
.p-faq-card__question {
  background: #6a605b;
  padding: 1.0714285714rem;
  display: flex;
  align-items: center;
  gap: 0.9285714286rem;
}
@media (width <= 768px) {
  .p-faq-card__question {
    padding: 0.8571428571rem;
    gap: 0.7142857143rem;
  }
}
.p-faq-card__q {
  font-family: "EB Garamond", serif;
  font-size: 1.1428571429rem;
  color: #ffffff;
  flex-shrink: 0;
}
@media (width <= 768px) {
  .p-faq-card__q {
    font-size: 1.0714285714rem;
  }
}
.p-faq-card__q-text {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.6;
}
@media (width <= 768px) {
  .p-faq-card__q-text {
    font-size: 0.9285714286rem;
  }
}
.p-faq-card__answer {
  background: #ffffff;
  padding: 1.4285714286rem 1.0714285714rem;
}
@media (width <= 768px) {
  .p-faq-card__answer {
    padding: 1.1428571429rem 0.8571428571rem;
  }
}
.p-faq-card__answer p {
  font-size: 1rem;
  color: #37241c;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (width <= 768px) {
  .p-faq-card__answer p {
    font-size: 0.9285714286rem;
  }
}

/* ============================================
   FAQ Page
   ============================================ */
.p-faq-header {
  text-align: center;
  padding: 5.7142857143rem 0 2.8571428571rem;
}
@media (width <= 768px) {
  .p-faq-header {
    padding: 7.1428571429rem 1.4285714286rem 2.2857142857rem;
  }
}
.p-faq-header__en {
  font-family: "EB Garamond", serif;
  font-size: 5.7142857143rem;
  color: rgba(55, 36, 28, 0.1);
  line-height: 1;
  display: block;
  margin-bottom: -2.1428571429rem;
  white-space: nowrap;
}
@media (width <= 768px) {
  .p-faq-header__en {
    font-size: 3.5714285714rem;
    margin-bottom: -1.1428571429rem;
  }
}
.p-faq-header__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8571428571rem;
  color: #37241c;
  letter-spacing: 0.15em;
  margin-bottom: 4.2857142857rem;
}
@media (width <= 768px) {
  .p-faq-header__title {
    font-size: 1.4285714286rem;
    letter-spacing: 0.1em;
    margin-bottom: 2.2857142857rem;
  }
}
.p-faq-header__tabs {
  display: flex;
  justify-content: center;
  gap: 2.1428571429rem;
}
@media (width <= 768px) {
  .p-faq-header__tabs {
    gap: 0.5714285714rem;
    padding: 0 1.4285714286rem;
  }
}
.p-faq-header__tab {
  width: auto;
}
@media (width <= 768px) {
  .p-faq-header__tab {
    flex: 1;
    gap: 1.1428571429rem;
    padding: 0 0.2857142857rem;
  }
}
.p-faq-header__tab span {
  white-space: nowrap;
}
@media (width <= 768px) {
  .p-faq-header__tab span {
    font-size: 0.7857142857rem;
  }
}
.p-faq-header__tab .arrow-icon {
  transform: rotate(180deg);
}

.p-faq-section {
  background: #faf5ef;
  padding: 5.7142857143rem 0;
}
@media (width <= 768px) {
  .p-faq-section {
    padding: 3.4285714286rem 1.4285714286rem;
  }
}
.p-faq-section + .p-faq-section {
  background: #faf5ef;
}
.p-faq-section__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.4285714286rem;
  color: #37241c;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.8571428571rem;
}
@media (width <= 768px) {
  .p-faq-section__title {
    font-size: 1.2142857143rem;
    margin-bottom: 2rem;
  }
}
.p-faq-section__list {
  max-width: 42.8571428571rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (width <= 768px) {
  .p-faq-section__list {
    gap: 1.7142857143rem;
  }
}

/* ============================================
   Shared Sub-page Header
   ============================================ */
.p-contact-header, .p-news-header, .p-works-header {
  text-align: center;
  padding: 5.7142857143rem 0 2.8571428571rem;
}
@media (width <= 768px) {
  .p-contact-header, .p-news-header, .p-works-header {
    padding: 7.1428571429rem 1.4285714286rem 2.2857142857rem;
  }
}

.p-contact-header__en, .p-news-header__en, .p-works-header__en {
  font-family: "EB Garamond", serif;
  font-size: 5.7142857143rem;
  color: rgba(55, 36, 28, 0.1);
  line-height: 1;
  display: block;
  margin-bottom: -2.1428571429rem;
  white-space: nowrap;
}
@media (width <= 768px) {
  .p-contact-header__en, .p-news-header__en, .p-works-header__en {
    font-size: 3.5714285714rem;
    margin-bottom: -1.1428571429rem;
  }
}

.p-contact-header__title, .p-news-header__title, .p-works-header__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.8571428571rem;
  color: #37241c;
  letter-spacing: 0.15em;
}
@media (width <= 768px) {
  .p-contact-header__title, .p-news-header__title, .p-works-header__title {
    font-size: 1.4285714286rem;
    letter-spacing: 0.1em;
  }
}

/* ============================================
   Works (設計事例)
   ============================================ */
.p-works-page {
  max-width: 64.2857142857rem;
  margin: 0 auto;
  padding: 0 1.4285714286rem 7.1428571429rem;
}
@media (width <= 768px) {
  .p-works-page {
    padding: 0 1.4285714286rem 4.2857142857rem;
  }
}
.p-works-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.2857142857rem 3.2142857143rem;
}
@media (width <= 768px) {
  .p-works-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2857142857rem 1.1428571429rem;
  }
}
.p-works-page__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.p-works-page__card:hover .p-works-page__thumb img {
  filter: grayscale(0);
}
.p-works-page__category {
  font-family: "EB Garamond", serif;
  font-size: 0.8571428571rem;
  color: #37241c;
  letter-spacing: 0.08em;
  margin-bottom: 0.2857142857rem;
}
@media (width <= 768px) {
  .p-works-page__category {
    font-size: 0.7857142857rem;
    margin-bottom: 0.1428571429rem;
  }
}
.p-works-page__name {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.1428571429rem;
  color: #37241c;
  letter-spacing: 0.08em;
  margin-bottom: 0.8571428571rem;
}
@media (width <= 768px) {
  .p-works-page__name {
    font-size: 1rem;
    margin-bottom: 0.5714285714rem;
  }
}
.p-works-page__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 0.8571428571rem;
}
@media (width <= 768px) {
  .p-works-page__thumb {
    margin-bottom: 0.5714285714rem;
  }
}
.p-works-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.4s ease;
}
.p-works-page__more {
  font-family: "EB Garamond", serif;
  font-size: 0.9285714286rem;
  color: #37241c;
  letter-spacing: 0.05em;
}
@media (width <= 768px) {
  .p-works-page__more {
    font-size: 0.8571428571rem;
  }
}
.p-works-page__more span {
  margin-left: 0.2857142857rem;
}
.p-works-page__card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

/* ============================================
   Lightbox Overrides (Works Gallery)
   ============================================ */
.lightboxOverlay {
  background-color: #ffffff;
  opacity: 1;
}

.lightbox .lb-image {
  border: none;
  border-radius: 0;
}
.lightbox .lb-outerContainer {
  background-color: transparent;
}
.lightbox .lb-details {
  text-align: center;
  padding: 20px 0 10px;
}
.lightbox .lb-details .lb-caption {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #37241c;
  margin-bottom: 10px;
}
.lightbox .lb-details .lb-number {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #37241c;
}
.lightbox .lb-nav a.lb-prev {
  opacity: 0.6;
}
.lightbox .lb-nav a.lb-prev:hover {
  opacity: 1;
}
.lightbox .lb-nav a.lb-next {
  opacity: 0.6;
}
.lightbox .lb-nav a.lb-next:hover {
  opacity: 1;
}
.lightbox .lb-dataContainer {
  padding-top: 10px;
}
.lightbox .lb-data .lb-close {
  opacity: 0.7;
}
.lightbox .lb-data .lb-close:hover {
  opacity: 1;
}

/* ============================================
   News (お知らせ)
   ============================================ */
.p-news-page {
  max-width: 44.2857142857rem;
  margin: 0 auto;
  padding: 0 1.4285714286rem 7.1428571429rem;
}
@media (width <= 768px) {
  .p-news-page {
    padding: 0 1.4285714286rem 4.2857142857rem;
  }
}
.p-news-page__list {
  display: flex;
  flex-direction: column;
}
.p-news-page__item {
  display: flex;
  gap: 1.7142857143rem;
  padding: 2.1428571429rem 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (width <= 768px) {
  .p-news-page__item {
    flex-direction: column;
    gap: 0.4285714286rem;
    padding: 1.7142857143rem 0;
  }
}
.p-news-page__item:first-child {
  padding-top: 0;
}
.p-news-page__date {
  font-family: "EB Garamond", serif;
  font-size: 0.8571428571rem;
  color: #37241c;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  width: 5.7142857143rem;
  padding-top: 0.2142857143rem;
}
@media (width <= 768px) {
  .p-news-page__date {
    font-size: 0.7857142857rem;
    width: auto;
    padding-top: 0;
  }
}
.p-news-page__content {
  flex: 1;
  min-width: 0;
}
.p-news-page__item-title {
  font-size: 1rem;
  font-weight: 400;
  color: #37241c;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media (width <= 768px) {
  .p-news-page__item-title {
    font-size: 1rem;
  }
}
.p-news-page__excerpt {
  font-size: 0.9285714286rem;
  color: #37241c;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 0.5714285714rem;
}
@media (width <= 768px) {
  .p-news-page__excerpt {
    font-size: 0.8571428571rem;
    margin-top: 0.4285714286rem;
  }
}
.p-news-page__body {
  margin-top: 1.4285714286rem;
}
@media (width <= 768px) {
  .p-news-page__body {
    margin-top: 1.1428571429rem;
  }
}
.p-news-page__body p {
  font-size: 0.9285714286rem;
  color: #37241c;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media (width <= 768px) {
  .p-news-page__body p {
    font-size: 0.8571428571rem;
  }
}
.p-news-page__body p + p {
  margin-top: 0.8571428571rem;
}
@media (width <= 768px) {
  .p-news-page__body p + p {
    margin-top: 0.5714285714rem;
  }
}
.p-news-page__body-image {
  max-width: 17.8571428571rem;
  margin: 0 0 1.4285714286rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (width <= 768px) {
  .p-news-page__body-image {
    max-width: 12.8571428571rem;
    margin-bottom: 1.1428571429rem;
  }
}
.p-news-page__body-image img {
  width: 100%;
  height: auto;
}
.p-news-page__pagination {
  margin-top: 3.5714285714rem;
}
@media (width <= 768px) {
  .p-news-page__pagination {
    margin-top: 2.5714285714rem;
  }
}
.p-news-page__pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5714285714rem;
}
@media (width <= 768px) {
  .p-news-page__pagination .page-numbers {
    gap: 0.5714285714rem;
  }
}
.p-news-page__pagination .page-numbers li {
  list-style: none;
}
.p-news-page__pagination .page-numbers a,
.p-news-page__pagination .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  font-size: 1rem;
  color: #37241c;
  text-decoration: none;
  border: 1px solid #d9d9d9;
}
@media (width <= 768px) {
  .p-news-page__pagination .page-numbers a,
  .p-news-page__pagination .page-numbers span {
    width: 2rem;
    height: 2rem;
    font-size: 0.9285714286rem;
  }
}
.p-news-page__pagination .page-numbers .current {
  background: #37241c;
  color: #ffffff;
  border-color: #37241c;
}
.p-news-page__pagination .page-numbers a:hover {
  background: #f5f5f5;
}
.p-news-page__pagination .page-numbers .prev,
.p-news-page__pagination .page-numbers .next {
  border: none;
}

/* ============================================
   Contact (お問い合わせ)
   ============================================ */
.p-contact {
  max-width: 32.8571428571rem;
  margin: 0 auto;
  padding: 0 1.4285714286rem 7.1428571429rem;
}
@media (width <= 768px) {
  .p-contact {
    padding: 0 1.4285714286rem 4.2857142857rem;
  }
}
.p-contact__lead {
  font-size: 0.9285714286rem;
  color: #37241c;
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin-bottom: 2.8571428571rem;
}
@media (width <= 768px) {
  .p-contact__lead {
    font-size: 0.9285714286rem;
    margin-bottom: 2rem;
  }
}
.p-contact__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (width <= 768px) {
  .p-contact__form {
    gap: 1.7142857143rem;
  }
}
.p-contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.5714285714rem;
}
@media (width <= 768px) {
  .p-contact__field {
    gap: 0.4285714286rem;
  }
}
.p-contact__label {
  font-size: 1rem;
  color: #37241c;
  letter-spacing: 0.06em;
}
@media (width <= 768px) {
  .p-contact__label {
    font-size: 0.9285714286rem;
  }
}
.p-contact__required {
  color: #db9979;
  margin-left: 0.1428571429rem;
}
.p-contact__input, .p-contact__textarea {
  width: 100%;
  padding: 0.7142857143rem 0.8571428571rem;
  font-size: 1rem;
  color: #37241c;
  background: #f5f5f5;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
}
@media (width <= 768px) {
  .p-contact__input, .p-contact__textarea {
    padding: 0.7142857143rem 0.8571428571rem;
    font-size: 1rem;
  }
}
.p-contact__input:focus, .p-contact__textarea:focus {
  border-bottom-color: #37241c;
}
.p-contact__textarea {
  resize: vertical;
  min-height: 14.2857142857rem;
}
@media (width <= 768px) {
  .p-contact__textarea {
    min-height: 12.8571428571rem;
  }
}
.p-contact__submit {
  display: flex;
  justify-content: center;
  margin-top: 1.4285714286rem;
}
@media (width <= 768px) {
  .p-contact__submit {
    margin-top: 1.1428571429rem;
  }
}
.p-contact__btn {
  width: 14.2857142857rem;
  padding: 1rem 0;
  font-family: "EB Garamond", serif;
  font-size: 1.1428571429rem;
  color: #37241c;
  background: none;
  border: 1px solid #d9d9d9;
  border-radius: 2.1428571429rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
@media (width <= 768px) {
  .p-contact__btn {
    width: 12.8571428571rem;
    padding: 0.8571428571rem 0;
    font-size: 1.0714285714rem;
  }
}
.p-contact__btn:hover {
  background: #37241c;
  color: #ffffff;
}

/* ============================================
   Thanks Page
   ============================================ */
.p-thanks {
  text-align: center;
  padding: 4.2857142857rem 1.4285714286rem 8.5714285714rem;
  max-width: 42.8571428571rem;
  margin: 0 auto;
}
@media (width <= 768px) {
  .p-thanks {
    padding: 2.8571428571rem 1.4285714286rem 5.7142857143rem;
  }
}
.p-thanks__message {
  font-size: 1rem;
  color: #37241c;
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin-bottom: 3.4285714286rem;
}
@media (width <= 768px) {
  .p-thanks__message {
    font-size: 0.9285714286rem;
    margin-bottom: 2.5714285714rem;
  }
}
.p-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14.2857142857rem;
  padding: 1rem 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  color: #37241c;
  background: none;
  border: 1px solid #d9d9d9;
  border-radius: 2.1428571429rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
@media (width <= 768px) {
  .p-thanks__btn {
    width: 12.8571428571rem;
    padding: 0.8571428571rem 0;
    font-size: 0.9285714286rem;
  }
}
.p-thanks__btn:hover {
  background: #37241c;
  color: #ffffff;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.u-pc {
  display: block;
}
@media (width <= 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (width <= 768px) {
  .u-sp {
    display: block;
  }
}

/* ============================================
   Scroll Animations
   ============================================ */
.js-fade-in {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.js-fade-in.is-visible {
  opacity: 1;
}

.js-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-stagger > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.js-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}
.js-stagger.is-visible > *:nth-child(1) {
  transition-delay: 0s;
}
.js-stagger.is-visible > *:nth-child(2) {
  transition-delay: 0.1s;
}
.js-stagger.is-visible > *:nth-child(3) {
  transition-delay: 0.2s;
}
.js-stagger.is-visible > *:nth-child(4) {
  transition-delay: 0.3s;
}
.js-stagger.is-visible > *:nth-child(5) {
  transition-delay: 0.4s;
}
.js-stagger.is-visible > *:nth-child(6) {
  transition-delay: 0.5s;
}
.js-stagger.is-visible > *:nth-child(7) {
  transition-delay: 0.6s;
}
.js-stagger.is-visible > *:nth-child(8) {
  transition-delay: 0.7s;
}
.js-stagger.is-visible > *:nth-child(9) {
  transition-delay: 0.8s;
}
.js-stagger.is-visible > *:nth-child(10) {
  transition-delay: 0.9s;
}
.js-stagger.is-visible > *:nth-child(11) {
  transition-delay: 1s;
}
.js-stagger.is-visible > *:nth-child(12) {
  transition-delay: 1.1s;
}

.js-line-grow {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease-out 0.3s;
}
.js-line-grow.is-visible {
  transform: scaleX(1);
}

/*# sourceMappingURL=style.css.map */
