@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
}

body {
  font-family: "YakuHanJP", "Lato", "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.sentence p + p {
  margin-top: 20px;
}

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

.ggmap {
  width: 100%;
  height: 350px;
}

input, select {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #5c4233;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 2rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.loader {
  align-items: center;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28514/bg-main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================
   1. Variables & Reset CSS
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #1a1a1a;
  background-color: #ffffff;
  line-height: 1.9;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-kyujitai {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Shippori Mincho", serif !important;
  font-variant-east-asian: traditional !important;
  font-feature-settings: "trad" 1 !important;
  display: inline-block;
}

/* ==========================================================================
   2. Decorative Elements (あしらい: img_bg1.png & Geometry)
   ========================================================================== */
.c-ashirai {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.22;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-ashirai--top-right {
  top: -40px;
  right: -50px;
  width: 280px;
  transform: rotate(15deg);
}
.c-ashirai--bottom-left {
  bottom: -60px;
  left: -60px;
  width: 320px;
  transform: rotate(-25deg);
}
.c-ashirai--center-right {
  top: 40%;
  right: -80px;
  width: 360px;
  transform: translateY(-50%) rotate(45deg);
}

/* ==========================================================================
   3. Layout Containers & Navigation
   ========================================================================== */
.l-site-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.l-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  z-index: 5;
  position: relative;
}

/* Top Fixed Navigation (横配置バー) */
.c-fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .c-fixed-nav {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    left: auto;
    right: -100%;
    width: 280px;
    height: 100vh;
    border-left: 1px solid #e2e8f0;
    border-bottom: none;
    padding: 80px 20px 30px;
    gap: 10px;
    transition: right 0.3s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  }
  .c-fixed-nav.is-open {
    right: 0;
  }
}
.c-fixed-nav {
  /* 左：社名ロゴ（PCのみ） */
}
.c-fixed-nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.c-fixed-nav__brand img {
  width: auto;
  max-height: 40px;
}
@media (max-width: 768px) {
  .c-fixed-nav__brand {
    display: none;
  }
}
.c-fixed-nav {
  /* SPドロワー内のロゴ（PCでは非表示） */
}
.c-fixed-nav__logo {
  display: none;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .c-fixed-nav__logo {
    display: block;
  }
}
.c-fixed-nav__logo-img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-fixed-nav__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .c-fixed-nav__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
}
.c-fixed-nav__item {
  position: relative;
}
.c-fixed-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  padding: 6px 6px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
.c-fixed-nav__link:hover {
  color: #026AB3;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .c-fixed-nav__link {
    align-items: flex-start;
    font-size: 1.15rem;
    padding: 12px 0;
    text-align: left;
  }
}
.c-fixed-nav__link-en {
  font-family: "Cinzel", serif;
  font-size: 0.9rem;
  color: #026AB3;
  margin-bottom: 2px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-fixed-nav {
  /* 右：TEL（PCのみ） */
}
.c-fixed-nav__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-fixed-nav__tel {
    display: none;
  }
}
.c-fixed-nav__tel-num {
  font-family: "Cinzel", serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #026AB3;
  line-height: 1;
  white-space: nowrap;
}
.c-fixed-nav__tel-hours {
  font-size: 1.1rem;
  color: #5a6570;
  margin-top: 4px;
  white-space: nowrap;
}
@media (max-width: 1150px) {
  .c-fixed-nav__tel-hours {
    display: none;
  }
}
.c-fixed-nav__contact {
  text-align: center;
  margin-top: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-fixed-nav__contact {
    margin-top: 10px;
  }
}
.c-fixed-nav__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #026AB3;
  color: #ffffff;
  padding: 11px 14px;
  border-radius: 4px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.c-fixed-nav__btn:hover {
  background-color: #004b85;
}
@media (max-width: 768px) {
  .c-fixed-nav__btn {
    flex-direction: column;
    gap: 0;
    padding: 12px 10px;
    font-size: 1.45rem;
  }
}
.c-fixed-nav__btn-icon {
  font-size: 1.1rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .c-fixed-nav__btn-icon {
    margin-bottom: 4px;
  }
}

/* 固定バー分のアンカースクロール調整 */
html {
  scroll-padding-top: 90px;
}

/* Top Header Bar */
.c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 190px);
  padding: 32px 52px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .c-header {
    width: 100%;
    padding: 20px 24px;
  }
}
.c-header__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-header__brand img {
  width: auto;
  max-height: 40px;
}
.c-header__logo-text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.08em;
}
.c-header__info {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .c-header__info {
    display: none;
  }
}
.c-header__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.c-header__tel-num {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #026AB3;
  line-height: 1;
}
.c-header__tel-hours {
  font-size: 1.4rem;
  color: #5a6570;
  margin-top: 6px;
}

/* Mobile Drawer Toggle (SP) */
.c-mobile-toggle {
  display: none;
  position: fixed;
  top: 16px;
  right: 16px;
  width: 56px;
  height: 56px;
  background-color: #026AB3;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  z-index: 2000;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .c-mobile-toggle {
    display: flex;
  }
}

/* ==========================================================================
   4. Typography & Section Components
   ========================================================================== */
.c-section-header {
  margin-bottom: 40px;
  position: relative;
}
.c-section-header--center {
  text-align: center;
}

.c-section-label {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #026AB3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.c-section-title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}

.c-lead-text {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #5a6570;
}

/* ==========================================================================
   5. Hero Section
   ========================================================================== */
.p-hero {
  position: relative;
  height: 100vh;
  min-height: 750px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 90px;
  overflow: hidden;
}
.p-hero__bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-hero__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out, transform 6s ease-out;
  transform: scale(1.08);
}
.p-hero__bg-item.is-active {
  opacity: 1;
  transform: scale(1);
}
.p-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.p-hero__content {
  position: relative;
  z-index: 3;
  max-width: 920px;
}
.p-hero__badge {
  display: inline-block;
  background-color: #026AB3;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 10px 24px;
  margin-bottom: 28px;
  border-radius: 2px;
}
.p-hero__catch {
  font-family: "Shippori Mincho", serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
  color: #1a1a1a;
}
@media (max-width: 1020px) {
  .p-hero__catch {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  .p-hero__catch {
    font-size: 2.5rem;
  }
}
.p-hero__subcopy {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #5a6570;
  margin-bottom: 40px;
}
.p-hero__cta-box {
  background-color: rgba(255, 255, 255, 0.96);
  border-left: 6px solid #026AB3;
  padding: 24px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 768px) {
  .p-hero__cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-hero__cta-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
}
.p-hero__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #026AB3;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 16px 28px;
  white-space: nowrap;
  border-radius: 4px;
}
.p-hero__cta-btn:hover {
  background-color: #004b85;
}

/* ==========================================================================
   6. Concept & Greeting Section
   ========================================================================== */
.p-greeting {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  overflow: hidden;
}
.p-greeting__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1020px) {
  .p-greeting__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-greeting__visual {
  position: relative;
}
.p-greeting__img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}
.p-greeting__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-greeting__exp-tag {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background-color: #026AB3;
  color: #ffffff;
  padding: 32px 36px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(2, 106, 179, 0.25);
}
.p-greeting__exp-num {
  font-family: "Cinzel", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.p-greeting__exp-label {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin-top: 6px;
  display: block;
}
.p-greeting__content {
  padding-left: 10px;
}
.p-greeting__text {
  font-size: 1.5rem;
  color: #5a6570;
  margin-bottom: 40px;
  text-align: justify;
  line-height: 1.95;
}

.p-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #026AB3;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 6px;
}
.p-btn-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #026AB3;
  transition: transform 0.3s ease;
  transform-origin: right;
}
.p-btn-link:hover::after {
  transform: scaleX(0);
}

/* ==========================================================================
   7. Business Domain Section
   ========================================================================== */
.p-business {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f8f9fa;
  overflow: hidden;
}
.p-business__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 70px;
}

.p-business-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-business-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.p-business-card:hover .p-business-card__img {
  transform: scale(1.05);
}
@media (max-width: 1020px) {
  .p-business-card {
    grid-template-columns: 1fr;
  }
}
.p-business-card:nth-child(even) {
  grid-template-columns: 0.9fr 1.1fr;
}
@media (max-width: 1020px) {
  .p-business-card:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.p-business-card:nth-child(even) .p-business-card__media {
  order: 2;
}
@media (max-width: 1020px) {
  .p-business-card:nth-child(even) .p-business-card__media {
    order: 1;
  }
}
.p-business-card:nth-child(even) .p-business-card__body {
  order: 1;
}
@media (max-width: 1020px) {
  .p-business-card:nth-child(even) .p-business-card__body {
    order: 2;
  }
}
.p-business-card__media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
}
.p-business-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-business-card__body {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-business-card__num {
  font-family: "Cinzel", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #026AB3;
  margin-bottom: 8px;
}
.p-business-card__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #1a1a1a;
}
.p-business-card__text {
  font-size: 1.5rem;
  color: #5a6570;
  margin-bottom: 30px;
  line-height: 1.9;
}

/* ==========================================================================
   8. Pick Up Property Section (画像表示サイズ完全統一 & 文字サイズ拡大版)
   ========================================================================== */
.p-property {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
}
.p-property__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-property__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  /* レスポンシブ調整 */
}
@media (max-width: 1020px) {
  .p-property__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-property__grid {
    grid-template-columns: 1fr;
  }
}
.p-property__grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1020px) {
  .p-property__grid--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-property__grid--col3 {
    grid-template-columns: 1fr;
  }
}
.p-property__grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .p-property__grid--col2 {
    grid-template-columns: 1fr;
  }
}

/* 物件グループ */
.p-property-group {
  margin-bottom: 40px;
}
.p-property-group:last-child {
  margin-bottom: 0;
}
.p-property-group__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #eef6fc;
  color: #004b85;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem; /* 1.15rem -> 1.35rem に拡大 */
  font-weight: 700;
}
.p-property-group__title--sold {
  border-bottom-color: #e2e8f0;
  color: #5a6570;
}

/* 物件カード */
.p-property-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.p-property-card:hover {
  border-color: #026AB3;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.p-property-card:hover .p-property-card__img {
  transform: scale(1.05);
}
.p-property-card:hover .c-sold-stamp {
  transform: rotate(-4deg) scale(1.05);
}
.p-property-card__media {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.p-property-card__media--sold {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #f1f5f9;
  background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
  background-size: 16px 16px;
}
.p-property-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.p-property-card {
  /* ステータスバッジ */
}
.p-property-card__status {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 2px;
  background-color: #026AB3;
  color: #ffffff;
  font-size: 1.5rem; /* 0.68rem -> 0.85rem に拡大 */
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-property-card__status--sold {
  background-color: #5a6570;
}
.p-property-card {
  /* カード本文 */
}
.p-property-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
}
.p-property-card__cat {
  margin-bottom: 4px;
  color: #026AB3;
  font-size: 1.2rem; /* 0.725rem -> 0.9rem に拡大 */
  font-weight: 700;
}
.p-property-card__title {
  margin-bottom: 12px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem; /* 1.1rem -> 1.3rem に拡大 */
  font-weight: 600;
  line-height: 1.4;
}
.p-property-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
  color: #5a6570;
  font-size: 1.2rem; /* 0.825rem -> 1.0rem に拡大 */
}
.p-property-card__price {
  margin-top: 2px;
  color: #026AB3;
  font-family: "Cinzel", serif;
  font-size: 1.8rem; /* 1.15rem -> 1.35rem に拡大 */
  font-weight: 700;
}
.p-property-card__price--sold {
  color: #5a6570;
  font-size: 1.5rem; /* 1rem -> 1.15rem に拡大 */
}

/* 成約済みスタンプ */
.c-sold-stamp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border: 3px double #c53030;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 15px rgba(197, 48, 48, 0.12);
  color: #c53030;
  transform: rotate(-9deg);
  transition: transform 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-sold-stamp__text {
  color: inherit;
  font-family: "Shippori Mincho", serif;
  font-size: 1.55rem; /* 1.35rem -> 1.55rem に拡大 */
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-indent: 0.18em;
}
.c-sold-stamp__sub {
  margin-top: 4px;
  opacity: 0.85;
  font-family: "Cinzel", serif;
  font-size: 0.8rem; /* 0.65rem -> 0.8rem に拡大 */
  font-weight: 700;
  letter-spacing: 0.22em;
}

/* ==========================================================================
   9. Signboard Banner & CTA
   ========================================================================== */
.p-signboard-banner {
  position: relative;
  padding: 70px 0;
  background-color: #eef6fc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}
.p-signboard-banner__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1020px) {
  .p-signboard-banner__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-signboard-banner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 18px;
  color: #004b85;
}
.p-signboard-banner__text {
  font-size: 1.5rem;
  color: #1a1a1a;
  line-height: 1.9;
}
.p-signboard-banner__box {
  background-color: #ffffff;
  padding: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}
.p-signboard-banner__status-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}
.p-signboard-banner__status-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e2e8f0;
  font-size: 1.5rem;
}

.c-badge {
  font-size: 0.95rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 2px;
}
.c-badge--vacant {
  background-color: #e53e3e;
  color: #ffffff;
}

.c-anchor-nav {
  margin-bottom: 50px;
}
.c-anchor-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .c-anchor-nav__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .c-anchor-nav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.c-anchor-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 100%;
  min-height: 62px;
  padding: 12px 8px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.4;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.c-anchor-nav__link:hover {
  background-color: #026AB3;
  border-color: #026AB3;
  color: #ffffff;
  transform: translateY(-2px);
}
.c-anchor-nav__link:hover .c-anchor-nav__num {
  color: rgba(255, 255, 255, 0.8);
}
.c-anchor-nav__num {
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #026AB3;
  transition: color 0.2s ease;
}
.c-anchor-nav__label {
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-anchor-nav__label {
    font-size: 1.2rem;
  }
}

/* 固定ナビ分のオフセット */
.p-signcard {
  scroll-margin-top: 40px;
}

.p-signboard-cards {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 36px;
}

/* CTA Section */
.p-cta {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28514/p-cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.p-cta__label {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
  display: block;
}
.p-cta__title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.p-cta__text {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 44px;
}
.p-cta__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 860px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
}
@media (max-width: 768px) {
  .p-cta__box {
    flex-direction: column;
    gap: 24px;
    padding: 32px;
  }
}
.p-cta__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 768px) {
  .p-cta__tel {
    align-items: center;
    text-align: center;
  }
}
.p-cta__tel-label {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
}
.p-cta__tel-num {
  font-family: "Cinzel", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}
.p-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
  color: #004b85;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 44px;
  letter-spacing: 0.06em;
  border-radius: 4px;
}
.p-cta__btn:hover {
  background-color: #eef6fc;
}

/* ==========================================================================
   10. Footer Section
   ========================================================================== */
.p-footer {
  background-color: #004b85;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 70px;
  padding-bottom: 40px;
  font-size: 1.5rem;
}
.p-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  margin-bottom: 40px;
}
@media (max-width: 1020px) {
  .p-footer__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-footer__company-name {
  font-weight: 400;
  font-size: 1.7rem;
  color: #ffffff;
  margin-bottom: 18px;
}
.p-footer__info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.85;
}
.p-footer__map {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 4px;
  filter: grayscale(0.8) opacity(0.8);
  transition: filter 0.3s ease;
}
.p-footer__map:hover {
  filter: grayscale(0) opacity(1);
}
.p-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}
.p-footer__copyright {
  letter-spacing: 0.04em;
}

/* ==========================================================================
   Page Hero Section (下層ページ共通ヘッダー)
   ========================================================================== */
.c-page-hero {
  position: relative;
  background-color: #004b85;
  color: #1a1a1a;
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
}
.c-page-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.45;
}
.c-page-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.15) 100%);
  z-index: 1;
}
.c-page-hero__inner {
  position: relative;
  z-index: 2;
}
.c-page-hero__label {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #026AB3;
  margin-bottom: 10px;
  display: block;
}
.c-page-hero__title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .c-page-hero__title {
    font-size: 2.2rem;
  }
}

/* ==========================================================================
   Section Components (共通見出し)
   ========================================================================== */
.c-section-header {
  margin-bottom: 40px;
  position: relative;
}
.c-section-header--center {
  text-align: center;
}

.c-section-label {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #026AB3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.c-section-title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}

.c-lead-text {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #5a6570;
}

/* ==========================================================================
   1. 事業説明（白背景）
   ========================================================================== */
.p-dev-about {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}
.p-dev-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1020px) {
  .p-dev-about__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-dev-about__text {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #5a6570;
}
.p-dev-about__img-box {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  aspect-ratio: 4/3;
}
.p-dev-about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
   2. 選ばれる理由（淡グレー背景）
   ========================================================================== */
.p-dev-reasons {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f8f9fa;
  position: relative;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.p-reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 36px;
}
@media (max-width: 1020px) {
  .p-reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-reasons-grid {
    grid-template-columns: 1fr;
  }
}

.p-reason-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 40px 32px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}
.p-reason-card__num {
  font-family: "Cinzel", serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #026AB3;
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.85;
}
.p-reason-card__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1a1a1a;
}
.p-reason-card__text {
  font-size: 1.5rem;
  color: #5a6570;
  line-height: 1.85;
}

/* ==========================================================================
   3. ギャラリー（白背景・コンパクト枠）
   ========================================================================== */
.p-dev-gallery {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}

.p-works-gallery {
  margin-top: 36px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.p-slider-main {
  border-radius: 8px;
  overflow: hidden;
  background-color: #0d131f;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
}
.p-slider-main .slick-slide {
  outline: none;
}
.p-slider-main__item {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-slider-main__item:hover .p-slider-main__img {
  transform: scale(1.03);
}
.p-slider-main__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.p-slider-main__zoom-icon {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 1.5rem;
  padding: 8px 16px;
  border-radius: 4px;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-slider-main .slick-prev,
.p-slider-main .slick-next {
  z-index: 10;
  width: 44px;
  height: 44px;
}
.p-slider-main .slick-prev:before,
.p-slider-main .slick-next:before {
  font-size: 32px;
  opacity: 0.85;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.p-slider-main .slick-prev {
  left: 16px;
}
.p-slider-main .slick-next {
  right: 16px;
}

.p-slider-nav {
  margin: 0 -4px;
}
.p-slider-nav .slick-slide {
  padding: 0 4px;
  outline: none;
  cursor: pointer;
}
.p-slider-nav .slick-slide:hover .p-thumb-box {
  opacity: 0.85;
}
.p-slider-nav .slick-slide.slick-current .p-thumb-box {
  opacity: 1;
  border-color: #026AB3;
}

.p-thumb-box {
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.45;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.p-thumb-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
   Slick Slider 矢印ボタンカスタマイズ（見切れ防止・両端配置）
   ========================================================================== */
.p-slider-main {
  position: relative;
}
.p-slider-main button.slick-prev,
.p-slider-main button.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 50% !important;
  color: transparent !important;
  font-size: 0 !important;
  cursor: pointer;
  padding: 0 !important;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.p-slider-main button.slick-prev:focus, .p-slider-main button.slick-prev:active,
.p-slider-main button.slick-next:focus,
.p-slider-main button.slick-next:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.p-slider-main button.slick-prev:hover,
.p-slider-main button.slick-next:hover {
  background: rgba(2, 106, 179, 0.85) !important;
  transform: translateY(-50%) scale(1.08);
  border-radius: 50% !important;
}
.p-slider-main button.slick-prev::before,
.p-slider-main button.slick-next::before {
  font-family: inherit;
  font-size: 26px !important;
  color: #ffffff !important;
  border: none !important;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  border-radius: 50% !important;
}
.p-slider-main button.slick-prev {
  left: 16px !important;
  right: auto !important;
}
.p-slider-main button.slick-prev::before {
  content: "‹" !important;
}
.p-slider-main button.slick-next {
  left: auto !important;
  right: 16px !important;
}
.p-slider-main button.slick-next::before {
  content: "›" !important;
}

.p-slider-nav .slick-prev,
.p-slider-nav .slick-next {
  display: none !important;
}

/* ==========================================================================
   4. 実績テーブル（淡グレー背景）
   ========================================================================== */
.p-dev-table-sec {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f8f9fa;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.p-works-table-wrapper {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.p-works-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 1.5rem;
}
.p-works-table th {
  background-color: #004b85;
  color: #ffffff;
  font-weight: 700;
  padding: 18px 24px;
  letter-spacing: 0.06em;
}
.p-works-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #e2e8f0;
  color: #1a1a1a;
}
.p-works-table tr:last-child td {
  border-bottom: none;
}
.p-works-table tr:nth-child(even) td {
  background-color: #fafafa;
}
.p-works-table__tag {
  display: inline-block;
  background-color: #eef6fc;
  color: #026AB3;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 3px;
}

/* ==========================================================================
   5. 開発の流れ（白背景）
   ========================================================================== */
.p-dev-flow {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}

.p-flow-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 960px;
  margin: 36px auto 0;
}

.p-flow-step {
  display: grid;
  grid-template-columns: 140px 1fr;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}
@media (max-width: 768px) {
  .p-flow-step {
    grid-template-columns: 1fr;
  }
}
.p-flow-step__badge {
  background-color: #026AB3;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 768px) {
  .p-flow-step__badge {
    flex-direction: row;
    gap: 10px;
    padding: 12px;
  }
}
.p-flow-step__num {
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}
.p-flow-step__step-text {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.p-flow-step__content {
  padding: 28px 36px;
}
.p-flow-step__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.p-flow-step__desc {
  font-size: 1.5rem;
  color: #5a6570;
  line-height: 1.8;
}

/* ==========================================================================
   1. 看板広告 コンセプトセクション
   ========================================================================== */
.p-signboard-concept {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}
.p-signboard-concept__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1020px) {
  .p-signboard-concept__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-signboard-concept__highlight {
  background-color: #eef6fc;
  border-left: 5px solid #026AB3;
  padding: 28px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 28px;
}
.p-signboard-concept__quote {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #004b85;
  line-height: 1.5;
  margin-bottom: 14px;
}
.p-signboard-concept__quote-body {
  font-size: 1.5rem;
  color: #1a1a1a;
  line-height: 1.85;
}
.p-signboard-concept__note {
  font-size: 1.4rem;
  font-weight: 700;
  color: #026AB3;
  margin-top: 12px;
}
.p-signboard-concept__text {
  font-size: 1.5rem;
  color: #5a6570;
  line-height: 1.9;
}
.p-signboard-concept__img-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  aspect-ratio: 4/3;
}
.p-signboard-concept__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
   2. 看板一覧テーブルセクション
   ========================================================================== */
.p-signboard-list-sec {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f8f9fa;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}

.p-signboard-table-wrapper {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
  margin-top: 36px;
  overflow-x: auto;
}

.p-signboard-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 1.5rem;
  min-width: 600px;
}
.p-signboard-table th {
  background-color: #004b85;
  color: #ffffff;
  font-weight: 700;
  padding: 18px 24px;
  letter-spacing: 0.06em;
}
.p-signboard-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #e2e8f0;
  color: #1a1a1a;
  vertical-align: middle;
}
.p-signboard-table tr:last-child td {
  border-bottom: none;
}
.p-signboard-table tr:nth-child(even) td {
  background-color: #fafafa;
}
.p-signboard-table__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #026AB3;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-signboard-table__link:hover {
  text-decoration: underline;
}

/* ==========================================================================
   3. 看板詳細カードセクション
   ========================================================================== */
.p-signboard-details {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}

.p-signboard-cards {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 36px;
}

/* ==========================================================================
   Signboard Detail Card Component (看板詳細カード & 仕様テーブル)
   ========================================================================== */
/* --------------------------------------------------------------------------
   Card Wrapper (カード全体)
   -------------------------------------------------------------------------- */
.p-signcard {
  margin-bottom: 50px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  scroll-margin-top: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-signcard:last-child {
  margin-bottom: 0;
}
.p-signcard:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}
.p-signcard {
  /* ヘッダーエリア */
}
.p-signcard__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  border-bottom: 1px solid #e2e8f0;
  background-color: #eef6fc;
}
@media (max-width: 768px) {
  .p-signcard__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.p-signcard__title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #004b85;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem; /* 1.3rem -> 1.5rem に拡大 */
  font-weight: 700;
}
.p-signcard {
  /* ボディ（コンテンツ左右分割領域） */
}
.p-signcard__body {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  padding: 30px 28px;
}
@media (max-width: 1020px) {
  .p-signcard__body {
    grid-template-columns: 1fr; /* タブレット・スマホで縦並び */
    gap: 28px;
    padding: 24px 20px;
  }
}
.p-signcard {
  /* 左側メディア領域（画像・サムネイル・マップ） */
}
.p-signcard__media {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.p-signcard__img-box {
  position: relative;
  width: 100%;
  height: 300px; /* 少し縦幅を広げて視認性向上 */
  overflow: hidden;
  border-radius: 6px;
  background-color: #f8f9fa;
}
.p-signcard__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-signcard {
  /* サムネイル一覧 */
}
.p-signcard__thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.p-signcard__thumb-item {
  display: block;
  position: relative;
  height: 120px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
}
.p-signcard__thumb-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-signcard__thumb-item:hover .p-signcard__thumb-img {
  transform: scale(1.08);
}
.p-signcard__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.p-signcard__thumb-label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px 4px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 0.8rem; /* 0.625rem -> 0.8rem に拡大 */
  text-align: center;
}
.p-signcard {
  /* アクセスマップ枠 */
}
.p-signcard__map-box {
  margin-top: 4px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: #f8f9fa;
}
.p-signcard__map-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-bottom: 1px solid #e2e8f0;
  background-color: #f8f9fa;
  color: #004b85;
  font-size: 0.95rem; /* 0.8rem -> 0.95rem に拡大 */
  font-weight: 700;
}
.p-signcard__map-frame {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}
.p-signcard {
  /* 右側スペック領域 */
}
.p-signcard__specs {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.p-signcard {
  /* アクションボタン */
}
.p-signcard__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 10px;
}
.p-signcard__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 4px;
  background-color: #026AB3;
  color: #ffffff;
  font-size: 1.5rem; /* 0.85rem -> 1.05rem に拡大 */
  font-weight: 700;
}
.p-signcard__btn:hover {
  background-color: #004b85;
}
.p-signcard__box {
  padding: 20px 28px 0;
}

/* --------------------------------------------------------------------------
   Spec Table (基本スペック表)
   -------------------------------------------------------------------------- */
.p-spec-table {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-collapse: collapse;
  border-radius: 6px;
  font-size: 1.5rem; /* 0.875rem -> 1.05rem に拡大 */
}
.p-spec-table th {
  width: 28%;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  background-color: #f1f5f9;
  color: #5a6570;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}
.p-spec-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #1a1a1a;
  line-height: 1.6;
  vertical-align: middle;
}
.p-spec-table tr:last-child th,
.p-spec-table tr:last-child td {
  border-bottom: none;
}

.p-spec-price {
  color: #004b85;
  font-family: "Cinzel", serif;
  font-size: 1.6rem; /* 1rem -> 1.25rem に拡大 */
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   Sign Table (面別詳細規格テーブル)
   -------------------------------------------------------------------------- */
.p-sign-table-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 24px;
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  -webkit-overflow-scrolling: touch;
}

.p-sign-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 0.95rem; /* 0.825rem -> 0.95rem に拡大 */
}
.p-sign-table__caption {
  padding: 10px 16px;
  border-bottom: 2px solid #026AB3;
  background-color: #004b85;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.1rem; /* 0.95rem -> 1.1rem に拡大 */
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-sign-table__th {
  padding: 8px;
  border: 1px solid #e2e8f0;
  background-color: #f8f9fa;
  color: #5a6570;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.p-sign-table__th--sub {
  background-color: #f1f5f9;
  font-size: 0.85rem; /* 0.725rem -> 0.85rem に拡大 */
}
.p-sign-table__unit {
  font-size: 0.85rem; /* 0.68rem -> 0.85rem に拡大 */
  font-weight: 400;
}
.p-sign-table__td {
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  color: #1a1a1a;
  font-family: "Cinzel", serif;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
.p-sign-table__td--pos {
  background-color: #fdfdfd;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.p-sign-table__td--price {
  color: #004b85;
  font-size: 1.5rem; /* 0.9rem -> 1.05rem に拡大 */
  font-weight: 700;
}
.p-sign-table__td--status {
  text-align: center;
}
.p-sign-table {
  /* 空き状況バッジ */
}
.p-sign-table__badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.85rem; /* 0.68rem -> 0.85rem に拡大 */
  font-weight: 700;
  white-space: nowrap;
}
.p-sign-table__badge--occupied {
  background-color: #5a6570; /* 埋まり：サブカラー */
}
.p-sign-table__badge--vacant {
  background-color: #e53e3e; /* 空き：赤色（または変数化） */
}
.p-sign-table__badge--reserved {
  background-color: #d69e2e; /* 商談中：オレンジ（または変数化） */
}

/* ==========================================================================
   5. ご契約の流れ（看板広告）
   ========================================================================== */
.p-signboard-flow {
  padding-top: 110px;
  padding-bottom: 110px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.p-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}
@media (max-width: 1020px) {
  .p-flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-flow-grid {
    grid-template-columns: 1fr;
  }
}

.p-flow-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 32px 24px;
  position: relative;
}
.p-flow-card__num {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #026AB3;
  margin-bottom: 10px;
}
.p-flow-card__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1a1a1a;
}
.p-flow-card__desc {
  font-size: 1.5rem;
  color: #5a6570;
  line-height: 1.8;
}

/* ==========================================================================
   1. 不動産事業 コンセプト / 事業紹介
   ========================================================================== */
.p-re-about {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}
.p-re-about__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1020px) {
  .p-re-about__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-re-about__text {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #5a6570;
  margin-bottom: 28px;
}
.p-re-about__highlight {
  background-color: #eef6fc;
  border-left: 5px solid #026AB3;
  padding: 28px;
  border-radius: 0 6px 6px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #004b85;
  line-height: 1.8;
}
.p-re-about__img-box {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  aspect-ratio: 4/3;
}
.p-re-about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
   2. 物件募集・強化買取バナー
   ========================================================================== */
.p-re-recruitment {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.p-re-recruitment__box {
  background-color: #ffffff;
  border: 2px solid #026AB3;
  border-radius: 8px;
  padding: 48px 36px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(2, 106, 179, 0.08);
}
@media (max-width: 768px) {
  .p-re-recruitment__box {
    padding: 32px 20px;
  }
}
.p-re-recruitment__tag {
  display: inline-block;
  background-color: #026AB3;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 6px 18px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.p-re-recruitment__title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #004b85;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-re-recruitment__title {
    font-size: 2.2rem;
  }
}
.p-re-recruitment__sub {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.6;
}

/* ==========================================================================
   3. お悩み解決・こんなご相談（グリッドカード）
   ========================================================================== */
.p-re-concerns {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}

.p-concerns-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 36px;
}
@media (max-width: 1020px) {
  .p-concerns-grid {
    grid-template-columns: 1fr;
  }
}

.p-concern-card {
  background-color: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.p-concern-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
  border-color: #026AB3;
}
.p-concern-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #eef6fc;
  color: #026AB3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.p-concern-card__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #004b85;
  margin-bottom: 10px;
}
.p-concern-card__text {
  font-size: 1.5rem;
  color: #5a6570;
  line-height: 1.85;
}

/* ==========================================================================
   4. 月極駐車場・管理事業
   ========================================================================== */
.p-re-parking {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f8f9fa;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}
.p-re-parking__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1020px) {
  .p-re-parking__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-re-parking__img-box {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  aspect-ratio: 4/3;
}
.p-re-parking__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-parking-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}

.p-parking-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 16px 24px;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-parking-item__icon {
  color: #026AB3;
  font-size: 1.2rem;
}

/* ==========================================================================
   1. 物件情報一覧 セクション
   ========================================================================== */
.p-property-sec {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}

/* 絞り込みタブ */
.p-filter-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 44px;
}

.p-filter-btn {
  background-color: #f8f9fa;
  color: #1a1a1a;
  border: 1px solid #e2e8f0;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  letter-spacing: 0.04em;
}
.p-filter-btn:hover, .p-filter-btn.is-active {
  background-color: #026AB3;
  color: #ffffff;
  border-color: #026AB3;
  box-shadow: 0 4px 14px rgba(2, 106, 179, 0.25);
}

/* 物件カードグリッド */
.p-property-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
@media (max-width: 1020px) {
  .p-property-grid {
    grid-template-columns: 1fr;
  }
}

.p-property-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.p-property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  border-color: #026AB3;
}
.p-property-card:hover .p-property-card__img {
  transform: scale(1.05);
}
.p-property-card__head {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background-color: #f8f9fa;
}
.p-property-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.p-property-card__status {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 14px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 3px;
  letter-spacing: 0.06em;
  z-index: 2;
}
.p-property-card__status--active {
  background-color: #026AB3;
}
.p-property-card__status--sold {
  background-color: #5a6570;
}
.p-property-card__cat-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  backdrop-filter: blur(4px);
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 3px;
}
.p-property-card__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-property-card__title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #004b85;
  margin-bottom: 20px;
  line-height: 1.45;
}
.p-property-card__foot {
  margin-top: auto;
  display: flex;
  gap: 14px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .p-property-card__foot {
    flex-direction: column;
  }
}

/* カード内スペック表 */
.p-property-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.p-property-spec-table th {
  width: 30%;
  background-color: #f8f9fa;
  color: #5a6570;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  text-align: left;
  font-weight: 700;
}
.p-property-spec-table td {
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  color: #1a1a1a;
}

.p-property-price {
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #004b85;
}

/* カード内ボタン */
.p-property-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
.p-property-btn--detail {
  background-color: #f8f9fa;
  color: #1a1a1a;
  border: 1px solid #e2e8f0;
}
.p-property-btn--detail:hover {
  background-color: #e2e8f0;
  color: #004b85;
}
.p-property-btn--contact {
  background-color: #026AB3;
  color: #ffffff;
  border: 1px solid #026AB3;
}
.p-property-btn--contact:hover {
  background-color: #004b85;
}

/* ==========================================================================
   2. リクエスト・無料査定セクション
   ========================================================================== */
.p-property-request {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f8f9fa;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}

.p-request-box {
  background-color: #ffffff;
  border: 2px solid #026AB3;
  border-radius: 8px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(2, 106, 179, 0.08);
}
@media (max-width: 1020px) {
  .p-request-box {
    grid-template-columns: 1fr;
    padding: 36px 28px;
  }
}
.p-request-box__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #004b85;
  margin-bottom: 14px;
  line-height: 1.4;
}
.p-request-box__text {
  font-size: 1.5rem;
  color: #5a6570;
  line-height: 1.85;
}
.p-request-box__action {
  text-align: center;
}

.p-request-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #026AB3;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 18px 36px;
  border-radius: 4px;
  width: 100%;
}
.p-request-btn:hover {
  background-color: #004b85;
}

/* ==========================================================================
   3. モーダルウィンドウ Component (物件詳細)
   ========================================================================== */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-modal__container {
  background-color: #ffffff;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 40px 36px 36px;
}
.c-modal__close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #5a6570;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.c-modal__close:hover {
  color: #1a1a1a;
}
.c-modal__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #004b85;
  border-bottom: 2px solid #026AB3;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-modal__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .c-modal__grid {
    grid-template-columns: 1fr;
  }
}
.c-modal__section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #026AB3;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-modal__img-box {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f8f9fa;
}
.c-modal__img {
  width: 100%;
  height: auto;
  display: block;
}

.c-modal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
}
.c-modal-table th {
  width: 35%;
  background-color: #f8f9fa;
  color: #5a6570;
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  text-align: left;
  font-weight: 700;
}
.c-modal-table td {
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  color: #1a1a1a;
}

/* ==========================================================================
   1. 代表挨拶 セクション
   ========================================================================== */
.p-greeting-sec {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}

.p-greeting-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 1020px) {
  .p-greeting-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-greeting-media {
  position: relative;
}

.p-greeting-img-box {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  aspect-ratio: 4/4;
}

.p-greeting-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-greeting-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-color: #026AB3;
  color: #ffffff;
  padding: 22px 28px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(2, 106, 179, 0.25);
}
.p-greeting-badge__num {
  font-family: "Cinzel", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.p-greeting-badge__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 4px;
}

.p-greeting-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 1.5rem;
  color: #5a6570;
  line-height: 1.95;
}

.p-greeting-highlight {
  background-color: #eef6fc;
  border-left: 5px solid #026AB3;
  padding: 24px 28px;
  font-weight: 700;
  color: #004b85;
  font-size: 1.4rem;
  border-radius: 0 4px 4px 0;
  margin-bottom: 8px;
}

.p-greeting-signature {
  margin-top: 24px;
  text-align: right;
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
}

.p-greeting-role {
  font-size: 1.4rem;
  color: #5a6570;
  display: block;
}

.p-greeting-name {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.12em;
}

/* ==========================================================================
   2. 会社概要・アクセス セクション
   ========================================================================== */
.p-company-sec {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f8f9fa;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  position: relative;
}

.p-company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 1020px) {
  .p-company-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-company-table-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.p-company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
}
.p-company-table th {
  width: 32%;
  background-color: #f8f9fa;
  color: #5a6570;
  font-weight: 700;
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
}
.p-company-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  color: #1a1a1a;
  line-height: 1.8;
}
.p-company-table tr:last-child th, .p-company-table tr:last-child td {
  border-bottom: none;
}

.p-access-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-access-map-frame {
  width: 100%;
  height: 400px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.p-access-desc {
  font-size: 1.5rem;
  color: #5a6570;
  line-height: 1.8;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 20px 24px;
  border-radius: 6px;
}

/* ==========================================================================
   3. お問い合わせフォーム セクション
   ========================================================================== */
.p-contact-sec {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #ffffff;
  position: relative;
}

.p-contact-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 52px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.04);
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-contact-card {
    padding: 32px 20px;
  }
}

/* ダイレクト連絡先表示（電話・FAX等） */
.p-contact-direct {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: #eef6fc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 28px 36px;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .p-contact-direct {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.p-contact-direct__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-contact-direct__icon {
  font-size: 1.8rem;
  color: #026AB3;
}
.p-contact-direct__label {
  font-size: 1.4rem;
  color: #5a6570;
  display: block;
}
.p-contact-direct__val {
  font-family: "Cinzel", serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #004b85;
  line-height: 1.1;
}

/* フォームフィールド */
.p-form-group {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .p-form-group {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.p-form-label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-form-label {
    padding-top: 0;
  }
}

/* バッジ（必須・任意） */
.c-badge-req {
  background-color: #e53e3e;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 3px 8px;
  border-radius: 2px;
  font-weight: 700;
}

.c-badge-opt {
  background-color: #5a6570;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 3px 8px;
  border-radius: 2px;
  font-weight: 700;
}

/* フォームコントロール */
.p-form-input,
.p-form-select,
.p-form-textarea {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  padding: 14px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background-color: #f8f9fa;
  color: #1a1a1a;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.p-form-input:focus,
.p-form-select:focus,
.p-form-textarea:focus {
  outline: none;
  border-color: #026AB3;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(2, 106, 179, 0.12);
}

.p-form-textarea {
  height: 180px;
  resize: vertical;
}

.p-form-agree {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 32px;
}

.p-form-checkbox-label {
  font-size: 1.5rem;
  color: #5a6570;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.p-form-submit-box {
  text-align: center;
}

.p-form-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #026AB3;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 18px 56px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: background-color 0.25s ease, transform 0.2s ease;
}
.p-form-submit-btn:hover {
  background-color: #004b85;
  transform: translateY(-2px);
}

.p-form-success-msg {
  display: none;
  background-color: #f0fff4;
  border: 1px solid #68d391;
  color: #22543d;
  padding: 24px;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 24px;
}

.form-contents {
  padding: 0px !important;
  margin: auto;
}

/* --------------------------------------------------------------------------
   販売中物件セクション (Available Properties)
   -------------------------------------------------------------------------- */
.p-prop-available-sec {
  position: relative;
  padding: 110px 0;
  background-color: #ffffff;
}

.p-prop-item {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  /* アイテムヘッダー */
}
.p-prop-item__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 20px 32px;
  border-bottom: 1px solid #e2e8f0;
  background-color: #eef6fc;
}
@media (max-width: 768px) {
  .p-prop-item__header {
    padding: 16px 20px;
  }
}
.p-prop-item__title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #004b85;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem; /* 1.4rem -> 1.6rem に拡大 */
  font-weight: 700;
}
.p-prop-item__title i {
  color: #026AB3;
}
.p-prop-item {
  /* アイテムボディ（左右2カラム） */
}
.p-prop-item__body {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
  padding: 36px 32px;
}
@media (max-width: 1020px) {
  .p-prop-item__body {
    grid-template-columns: 1fr; /* タブレット以下で1列化 */
    gap: 32px;
    padding: 24px 20px;
  }
}
.p-prop-item__media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-prop-item {
  /* 右側情報カラム */
}
.p-prop-item__info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-prop-item {
  /* 価格表示エリア */
}
.p-prop-item__price-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 16px 20px;
  border-left: 4px solid #026AB3;
  border-radius: 0 6px 6px 0;
  background-color: #eef6fc;
}
.p-prop-item__price-label {
  color: #5a6570;
  font-size: 1rem; /* 0.85rem -> 1.0rem に拡大 */
  font-weight: 700;
}
.p-prop-item__price-value {
  color: #004b85;
  font-family: "Cinzel", serif;
  font-size: 2.2rem; /* 1.85rem -> 2.2rem に拡大 */
  font-weight: 700;
}
.p-prop-item {
  /* タグ一覧 */
}
.p-prop-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.p-prop-item {
  /* お問い合わせボタン */
}
.p-prop-item__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding: 16px 28px;
  border-radius: 4px;
  background-color: #026AB3;
  box-shadow: 0 4px 12px rgba(2, 106, 179, 0.2);
  color: #ffffff;
  font-size: 1.15rem; /* 0.95rem -> 1.15rem に拡大 */
  font-weight: 700;
}
.p-prop-item__btn:hover {
  background-color: #004b85;
  color: #ffffff;
}
.p-prop-item {
  /* 資料・図面グリッド（下部） */
}
.p-prop-item__docs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 32px;
  border-top: 1px solid #e2e8f0;
  background-color: #f8f9fa;
}
@media (max-width: 768px) {
  .p-prop-item__docs {
    grid-template-columns: 1fr; /* スマホで1列化 */
    padding: 20px;
  }
}

/* --------------------------------------------------------------------------
   バッジ & タグ Component
   -------------------------------------------------------------------------- */
.p-prop-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 0.95rem; /* 0.75rem -> 0.95rem に拡大 */
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-prop-badge--active {
  background-color: #026AB3;
  color: #ffffff;
}

.p-prop-tag {
  padding: 4px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background-color: #f8f9fa;
  color: #5a6570;
  font-size: 0.95rem; /* 0.75rem -> 0.95rem に拡大 */
}
.p-prop-tag--attention {
  border-color: #f0c6c6;
  background-color: #fff5f5;
  color: #c53030;
  font-weight: 700;
}

.p-prop-subtitle {
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 3px solid #026AB3;
  color: #004b85;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem; /* 1.05rem -> 1.25rem に拡大 */
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   スライドショー Component
   -------------------------------------------------------------------------- */
.p-prop-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: #f8f9fa;
}
.p-prop-slider__stage {
  position: relative;
  width: 100%;
  height: 360px;
}
@media (max-width: 768px) {
  .p-prop-slider__stage {
    height: 260px; /* スマホ表示時は高さを調整 */
  }
}
.p-prop-slider__item {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  opacity: 0;
  cursor: zoom-in;
  transition: opacity 0.7s ease;
}
.p-prop-slider__item.is-current {
  z-index: 5;
  opacity: 1;
}
.p-prop-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-prop-slider__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 1.4rem; /* 0.75rem -> 0.9rem に拡大 */
  text-align: center;
}
.p-prop-slider__arrow {
  display: flex;
  position: absolute;
  top: 50%;
  z-index: 20;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  color: #004b85;
  font-size: 15px;
  cursor: pointer;
}
.p-prop-slider__arrow:hover {
  background: #ffffff;
  color: #026AB3;
}
.p-prop-slider__arrow--prev {
  left: 12px;
}
.p-prop-slider__arrow--next {
  right: 12px;
}
.p-prop-slider__counter {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  padding: 3px 10px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 0.85rem; /* 0.7rem -> 0.85rem に拡大 */
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-prop-slider__dots {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 38px;
  left: 0;
  z-index: 20;
  justify-content: center;
  gap: 8px;
}
.p-prop-slider__dot {
  display: none;
}
.p-prop-slider__thumbs {
  display: none;
}
.p-prop-slider__thumb {
  position: relative;
  flex: 0 0 110px; /* 1枚の幅。数字で調整 */
  height: 72px; /* 1枚の高さ */
  padding: 0;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: none;
  outline: 1px solid var(--color-border);
  outline-offset: -2px;
  opacity: 0.55;
  transition: all 0.3s ease;
}
.p-prop-slider__thumb.is-current {
  outline: 2px solid #026AB3;
  opacity: 1;
}
.p-prop-slider__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-prop-item__media {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.p-prop-slider {
  position: relative;
  min-width: 0; /* ← 追加 */
  border: 1px solid var(--color-border);
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--color-bg-light);
}

.p-prop-item__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

/* --------------------------------------------------------------------------
   汎用パネル Component (地図・航空写真・図面・備考)
   -------------------------------------------------------------------------- */
.p-prop-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: #ffffff;
}
.p-prop-panel__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-bottom: 1px solid #e2e8f0;
  background-color: #f8f9fa;
  color: #004b85;
  font-size: 1.5rem; /* 0.85rem -> 1.05rem に拡大 */
  font-weight: 700;
}
.p-prop-panel__note {
  padding: 8px 16px;
  border-top: 1px dashed #e2e8f0;
  color: #5a6570;
  font-size: 1.4rem; /* 0.75rem -> 0.9rem に拡大 */
  text-align: center;
}
.p-prop-panel__frame {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}
.p-prop-panel__figure {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #ffffff;
  cursor: zoom-in;
}
.p-prop-panel__figure img {
  width: 100%;
  max-height: 316px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-prop-remarks {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  font-size: 1.5rem; /* 0.85rem -> 1.05rem に拡大 */
  line-height: 1.7;
}

.p-prop-access {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 20px;
  padding: 14px 18px;
  border-top: 1px dashed #e2e8f0;
  color: #5a6570;
  font-size: 1rem; /* 0.825rem -> 1.0rem に拡大 */
}
@media (max-width: 768px) {
  .p-prop-access {
    grid-template-columns: 1fr; /* スマホで1列表示 */
  }
}

/* --------------------------------------------------------------------------
   スペックテーブル Component
   -------------------------------------------------------------------------- */
.p-prop-spec-table {
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-collapse: collapse;
  border-radius: 6px;
  font-size: 1.5rem; /* 0.875rem -> 1.05rem に拡大 */
}
.p-prop-spec-table th {
  padding: 11px 16px;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  background-color: #f1f5f9;
  color: #5a6570;
  font-weight: 700;
  text-align: left;
}
.p-prop-spec-table td {
  padding: 11px 16px;
  border-bottom: 1px solid #e2e8f0;
}
.p-prop-spec-table tr:last-child th,
.p-prop-spec-table tr:last-child td {
  border-bottom: 0;
}
.p-prop-spec-table {
  /* 概要テーブル */
}
.p-prop-spec-table--overview th {
  width: 34%;
}
.p-prop-spec-table {
  /* 道路・接道テーブル */
}
.p-prop-spec-table--road {
  margin-bottom: 28px;
}
.p-prop-spec-table--road th {
  width: 22%;
  padding: 10px 14px;
}
.p-prop-spec-table--road td {
  width: 28%;
  padding: 10px 14px;
  border-right: 1px solid #e2e8f0;
}
.p-prop-spec-table--road td:last-child {
  border-right: 0;
}

/* --------------------------------------------------------------------------
   ご成約済み物件セクション (Sold Properties)
   -------------------------------------------------------------------------- */
.p-prop-sold-sec {
  padding: 110px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background-color: #f8f9fa;
}

.p-prop-sold-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}
@media (max-width: 1020px) {
  .p-prop-sold-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-prop-sold-grid {
    grid-template-columns: 1fr;
  }
}

.p-prop-sold-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.p-prop-sold-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}
.p-prop-sold-card__cat {
  margin-bottom: 6px;
  color: #026AB3;
  font-size: 1.4rem; /* 0.725rem -> 0.9rem に拡大 */
  font-weight: 700;
}
.p-prop-sold-card__title {
  margin-bottom: 12px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem; /* 1.1rem -> 1.3rem に拡大 */
  font-weight: 600;
  line-height: 1.4;
}
.p-prop-sold-card__meta {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px dashed #e2e8f0;
  color: #5a6570;
  font-size: 1rem; /* 0.825rem -> 1.0rem に拡大 */
}

.p-prop-sold-stamp-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  border-bottom: 1px solid #e2e8f0;
  background-color: #fafbfc;
  background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
  background-size: 16px 16px;
}

.p-prop-stamp {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  transform: rotate(-8deg);
  border: 3px double #c53030;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(197, 48, 48, 0.15);
  color: #c53030;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-prop-stamp__text {
  color: inherit;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem; /* 1.25rem -> 1.45rem に拡大 */
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.1;
}
.p-prop-stamp__sub {
  margin-top: 3px;
  font-family: "Cinzel", serif;
  font-size: 1.4rem; /* 0.55rem -> 0.75rem に拡大 */
  font-weight: 700;
  letter-spacing: 0.22em;
}

/* ==========================================================================
   Before / After Section (ビフォー・アフター 比較セクション)
   ========================================================================== */
.p-devba-sec {
  position: relative;
  padding: 110px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background-color: #f8f9fa;
}

.p-devba-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 36px;
}

/* 比較アイテムカード */
.p-devba-item {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  /* カードヘッダー */
}
.p-devba-item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 28px;
  font-size: 1.8rem;
  border-bottom: 1px solid #e2e8f0;
  background-color: #eef6fc;
}
@media (max-width: 768px) {
  .p-devba-item__head {
    padding: 14px 20px;
  }
}
.p-devba-item__title {
  color: #004b85;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem; /* 1.25rem -> 1.5rem に拡大 */
  font-weight: 700;
}
.p-devba-item__meta {
  color: #5a6570;
  font-size: 1rem; /* 0.825rem -> 1.0rem に拡大 */
}
.p-devba-item {
  /* 比較パネル配置（左右2カラム） */
}
.p-devba-item__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
  padding: 28px;
}
@media (max-width: 1020px) {
  .p-devba-item__pair {
    grid-template-columns: 1fr; /* タブレット以下で縦並び化 */
    gap: 24px;
    padding: 20px;
  }
}

/* 比較パネル（Before / After 個別枠） */
.p-devba-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: #ffffff;
}
.p-devba-panel__head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  padding: 10px 16px;
  border-bottom: 1px solid #e2e8f0;
  background-color: #f8f9fa;
}
.p-devba-panel__badge {
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #5a6570;
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 0.85rem; /* 0.7rem -> 0.85rem に拡大 */
  font-weight: 700;
  letter-spacing: 0.16em;
}
.p-devba-panel__label {
  font-family: "Shippori Mincho", serif;
  font-size: 1.15rem; /* 0.95rem -> 1.15rem に拡大 */
  font-weight: 700;
}
.p-devba-panel {
  /* After状態の差分スタイル */
}
.p-devba-panel--after .p-devba-panel__badge {
  background-color: #026AB3;
}
.p-devba-panel--after .p-devba-panel__label {
  color: #004b85;
}

/* --------------------------------------------------------------------------
   Slick Slider Component (パネル内スライドショー)
   -------------------------------------------------------------------------- */
.p-devba-slider {
  position: relative;
  margin-bottom: 0;
  background-color: #0d131f;
}
.p-devba-slider.slick-slider {
  margin-bottom: 0 !important;
}
.p-devba-slider {
  /* 初期化前のチラつき防止 */
}
.p-devba-slider:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.p-devba-slider .slick-slide {
  outline: none;
}
.p-devba-slider {
  /* 画像アイテム */
}
.p-devba-slider__item {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.p-devba-slider__item:hover .p-devba-slider__img {
  transform: scale(1.04);
}
.p-devba-slider__item:focus,
.p-devba-slider__item *:focus,
.p-devba-slider__item *:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.p-devba-slider__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.p-devba-slider {
  /* 矢印ナビゲーションボタン */
}
.p-devba-slider .p-devba-arrow {
  display: flex !important;
  position: absolute;
  top: 50%;
  z-index: 10;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  transform: translateY(-50%);
  border: none !important;
  border-radius: 50% !important;
  outline: none !important;
  background: rgba(0, 0, 0, 0.5) !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.p-devba-slider .p-devba-arrow::before, .p-devba-slider .p-devba-arrow::after {
  display: none !important;
  content: none !important;
}
.p-devba-slider .p-devba-arrow:hover {
  transform: translateY(-50%) scale(1.08);
  border-radius: 50% !important;
  background: #026AB3 !important;
}
.p-devba-slider .p-devba-arrow--prev {
  right: auto !important;
  left: 10px !important;
}
.p-devba-slider .p-devba-arrow--next {
  right: 10px !important;
  left: auto !important;
}
.p-devba-slider .p-devba-arrow.slick-disabled {
  opacity: 0.45;
}
.p-devba-slider .p-devba-arrow {
  /* 矢印のくの字マーク */
}
.p-devba-slider .p-devba-arrow__chev {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.p-devba-slider .p-devba-arrow--prev .p-devba-arrow__chev {
  margin-left: -2px;
  transform: rotate(-135deg);
}
.p-devba-slider .p-devba-arrow--next .p-devba-arrow__chev {
  margin-right: -2px;
  transform: rotate(45deg);
}
.p-devba-slider {
  /* ドットナビゲーション */
}
.p-devba-slider .slick-dots {
  display: flex !important;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  margin: 0;
  padding: 0;
}
.p-devba-slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0;
}
.p-devba-slider .slick-dots li button:before {
  color: #ffffff !important;
  font-size: 8px !important;
  opacity: 0.55 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.p-devba-slider .slick-dots li.slick-active button:before {
  color: #026AB3 !important;
  opacity: 1 !important;
}

/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea, .textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #5c4233;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #5c4233;
}
#mailform button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #5c4233;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

/*RadioとText*/
label {
  display: block;
}
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #5c4233;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 15px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #5c4233;
  border-bottom: 3px solid #5c4233;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1020px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
  }
}
/* /新メールフォーム */
.blog-box {
  margin-bottom: 50px;
}
.blog-box img {
  max-width: 100%;
  height: auto;
}

.page_next {
  float: right;
}

.page_prev {
  float: left;
}

.mtitle_box {
  background: rgba(23, 125, 23, 0.1);
  border-radius: 10px;
  color: #343338;
  font-size: 2rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.8rem;
  }
}
.newsl2 dt {
  font-size: 120%;
  padding-top: 10px;
  line-height: 1.3;
  color: #5c4233;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 dd b {
  color: #594C39;
}/*# sourceMappingURL=basis.css.map */