@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", "yu-gothic-pr6n", sans-serif;
  color: #454A40;
  background: #FCFBF5;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

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

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

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

.top_contents_title {
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .top_contents_title {
    margin-bottom: 6vw;
  }
}
.top_contents_title h2 {
  font-family: "Futura";
  font-weight: 300;
  letter-spacing: 0.6vw;
  border-bottom: 2px solid #4F8C42;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_title h2 {
    font-size: 6vw;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_title h2 {
    font-size: 7vw;
    padding-left: 4vw;
  }
}
.top_contents_title h2 span {
  color: #4F8C42;
  font-size: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_title h2 span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_title h2 span {
    font-size: 10vw;
  }
}
.top_contents_title p {
  color: #707070;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_title p {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_title p {
    font-size: 2.8vw;
    padding-left: 4vw;
  }
}

.top_btn {
  text-align: center;
}
.top_btn a {
  text-decoration: none;
}
.top_btn a button {
  border: none;
  padding: 1.5vw;
  width: 20vw;
  background-color: #fff;
  letter-spacing: 0.2vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_btn a button {
    width: 30vw;
    padding: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top_btn a button {
    width: 80vw;
    padding: 4vw;
    font-size: 3vw;
  }
}
.top_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
}
.top_btn a button i {
  margin-left: 3vw;
}

p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.3vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.6vw;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 9999999999;
}
header #header_pc {
  width: 100%;
  min-height: 130px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1441px) {
  header #header_pc {
    min-height: 160px;
  }
}
header #header_pc {
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header #header_pc .header_pc .header_logo {
  height: 45px;
  margin-left: 1vw;
}
header #header_pc .header_pc .header_logo img {
  height: 100%;
}
header #header_pc .header_pc .header_right {
  width: 60%;
  margin-right: 1vw;
  color: #fff;
}
header #header_pc .header_pc .header_right .header_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: clamp(12px, 1.2vw, 20px);
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left {
  margin-right: 2vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_time {
  height: 50%;
  padding: 0 1vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_tel {
  border-bottom: 1px solid #f1f1f1;
  height: 50%;
  padding: 0 1vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_left .header_contact_tel i {
  margin-right: 0.8vw;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right {
  height: 100%;
  margin-right: 2vw;
  display: flex;
  align-items: center;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a {
  display: inline-block;
  text-decoration: none;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button {
  padding: 13px 28px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 8px;
  color: #4F8C42;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1vw, 17px);
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.4s;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
header #header_pc .header_pc .header_right .header_contact .header_contact_right a button i {
  margin-right: 0.5vw;
  font-size: clamp(15px, 1.1vw, 18px);
}
header #header_pc .header_pc .header_right .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
header #header_pc .header_pc .header_right .header_menu ul li {
  margin: 0 1vw;
}
header #header_pc .header_pc .header_right .header_menu ul li a {
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 0 1vw;
  font-size: clamp(14px, 1vw, 17px);
  color: #fff;
  position: relative;
}
header #header_pc .header_pc .header_right .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.4s;
}
header #header_pc .header_pc .header_right .header_menu ul li a:hover::after {
  transform: scale(1, 1);
}
header #header_sp {
  background-color: #fff;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_sp {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp {
    height: 13vw;
  }
}
header #header_sp .header_sp .header_logo {
  height: 40px;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .header_logo {
    height: 25px;
  }
}
header #header_sp .header_sp .header_logo img {
  height: 100%;
}
header #header_sp .header_sp .header_menu .header_contact {
  padding-right: 13vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .header_menu .header_contact {
    padding-right: 17vw;
  }
}
header #header_sp .header_sp .header_menu .header_contact .header_contact_time {
  border-bottom: 1px solid #f1f1f1;
}
header #header_sp .header_sp .header_menu .header_contact .header_contact_tel {
  color: #4F8C42;
}
header #header_sp .header_sp .header_menu .header_contact .header_contact_tel i {
  margin-right: 1.5vw;
}
header #header_sp .header_sp nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  /* メニューアイコンを押下した際のナビゲーションメニューの横幅を指定する */
  width: 40vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*  ナビゲーションを表示する速度を指定する  */
  transition: all 0.8s;
  z-index: 9999999999;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav {
    width: 80vw;
  }
}
header #header_sp .header_sp nav .inner {
  padding: 2vw;
  padding-top: 8vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner {
    padding-top: 24vw;
  }
}
header #header_sp .header_sp nav .inner ul {
  display: inline-block;
  list-style: none;
  line-height: 1;
  margin: 0;
}
header #header_sp .header_sp nav .inner ul li {
  position: relative;
  margin: 8vw 0;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner ul li {
    margin: 30px 0;
    margin-bottom: 12vw;
    padding-left: 4vw;
  }
}
header #header_sp .header_sp nav .inner ul li a {
  display: inline-block;
  color: #fff !important;
  font-size: 2.4vw;
  transition-duration: 0.2s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner ul li a {
    font-size: 3.8vw;
  }
}
header #header_sp .header_sp nav .inner ul li p {
  color: #fff;
  margin-bottom: 1.5vw;
}
header #header_sp .header_sp nav .inner ul li p a {
  font-size: 3.5vw;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp nav .inner ul li p a {
    font-size: 6vw;
  }
}
header #header_sp .header_sp nav .inner ul li p a i {
  margin-right: 1.5vw;
}
header #header_sp .header_sp .open nav {
  /* ナビゲーションの表示位置を指定する */
  right: 0;
  /* ナビゲーションの透過率を指定する */
  opacity: 1;
  visibility: visible;
}
header #header_sp .header_sp nav .nav-sns-erea, header #header_sp .header_sp nav .nav-other-erea {
  margin-top: 30px;
}
header #header_sp .header_sp nav .nav-sns-erea li, header #header_sp .header_sp nav .nav-other-erea li {
  color: #fff;
  font-size: 0.9375rem;
}
header #header_sp .header_sp .other-contents a {
  text-decoration: none;
  font-size: 1.4vw;
}
header #header_sp .header_sp nav .txt-title {
  color: #919090;
  font-weight: 400;
  line-height: 1;
}
header #header_sp .header_sp nav .sns-contents, header #header_sp .header_sp nav .other-contents {
  margin-top: 10px;
}
header #header_sp .header_sp nav .sns-contents p {
  display: inline-block;
}
header #header_sp .header_sp nav .other-contents p {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
}
header #header_sp .header_sp {
  /*       toggle_btn
  ---------------------------*/
}
header #header_sp .header_sp .toggle_btn {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 10000;
  background-color: #4F8C42;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .toggle_btn {
    width: 13vw;
    height: 13vw;
  }
}
header #header_sp .header_sp .toggle_btn .open {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 35px;
  height: 1px;
  background-color: #fff;
}
header #header_sp .header_sp .toggle_btn .open:nth-child(1) {
  top: 35%;
}
header #header_sp .header_sp .toggle_btn .open:nth-child(2) {
  top: 50%;
}
header #header_sp .header_sp .toggle_btn .open:nth-child(3) {
  top: 65%;
}
header #header_sp .header_sp .close_btn .open {
  visibility: visible;
}
header #header_sp .header_sp {
  /* クリック時にハンバーガーメニューを非表示にする */
}
header #header_sp .header_sp .open .toggle_btn .open {
  display: none;
  visibility: hidden;
}
header #header_sp .header_sp {
  /*       close_btn
  ---------------------------*/
  /* 非表示にしたハンバーガーメニューの変わりに表示するアイコンを指定する */
}
header #header_sp .header_sp .close_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  color: #fff;
  cursor: pointer;
  z-index: 4;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_sp .close_btn {
    width: 13vw;
    height: 13vw;
  }
}
header #header_sp .header_sp .close_btn p {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
header #header_sp .header_sp .close_btn p::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 3vw;
  font-weight: 600;
}
header #header_sp .header_sp .close_btn p::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  font-size: 3vw;
  font-weight: 600;
}
header #header_sp .header_sp .open .close_btn {
  visibility: visible;
  opacity: 1;
}
header #header_sp .header_sp {
  /*          mask
  ---------------------------*/
}
header #header_sp .header_sp #mask {
  display: none;
  transition: all 0.5s;
  visibility: hidden;
}
header #header_sp .header_sp {
  /* ナビゲーションが展開された部分の外側余白を指定する */
}
header #header_sp .header_sp .open #mask {
  display: block;
  position: fixed;
  visibility: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

.change-color {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  transition: 0.3s;
}
.change-color .header_contact {
  color: #4F8C42 !important;
}
.change-color .header_contact .header_contact_right button {
  background-color: #4F8C42 !important;
  color: #fff !important;
}
.change-color .header_contact .header_contact_right button:hover {
  background-color: #fff !important;
  border: 1px solid #4F8C42 !important;
  color: #4F8C42 !important;
}
.change-color .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.change-color .header_menu ul li {
  margin: 0 1vw;
}
.change-color .header_menu ul li a {
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 0 1vw;
  font-size: clamp(14px, 1vw, 17px);
  color: #4F8C42 !important;
  position: relative;
}
.change-color .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #4F8C42 !important;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.4s;
}
.change-color .header_menu ul li a:hover::after {
  transform: scale(1, 1);
}

/* ==========================================================================
   front-page.php 専用（MD § 9-2 完成形デザイン）
   ─ 既存の WP 基盤（slick / jQuery / ACF / FontAwesome）を活用したまま
     ビジュアルを MD 仕様に作り変えるためのスタイル。
   ─ body のフォント／カラー、.reveal / .ph / .btn / .label / .head-* /
     .divider / .mincho / .en は style.scss（上層）で共通定義済み。
   ========================================================================== */
/* ===== HERO（既存 slick = .slider / .slick-img を全画面に再配置） ===== */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero .slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.hero .slick-list,
.hero .slick-track {
  width: 100%;
  height: 100%;
}
.hero .slick-slide {
  height: 100%;
}
.hero .slick-slide > div {
  height: 100%;
}
.hero .slick-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero .slick-img .kb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.04);
}
.hero .slick-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(79, 140, 66, 0.26), rgba(60, 74, 52, 0.42)), radial-gradient(circle at 30% 40%, transparent 42%, rgba(74, 77, 69, 0.22));
  z-index: 1;
}
.hero .slick-slide.add-animation .kb {
  animation: kb 7s ease-out forwards;
}

@keyframes kb {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.12);
  }
}
.hero-tag {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  z-index: 2;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0.7);
}

.hero-inner {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.hero-inner h1 {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(40px, 7vw, 86px);
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.hero-inner p {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: 0.32em;
}

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.scroll-cue span {
  width: 1px;
  height: 54px;
  background: linear-gradient(rgba(255, 255, 255, 0.8), transparent);
  animation: drop 2s ease-in-out infinite;
}

@keyframes drop {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.leaf {
  position: absolute;
  opacity: 0.5;
  pointer-events: none;
  z-index: 2;
}

/* ===== セクション共通 wrap（front-page 用） ===== */
.hero ~ section {
  position: relative;
}

.hero ~ section .wrap,
.cards .wrap,
.contact .wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 48px;
}

/* PROPERTY だけ賃貸物件一覧（archive-property）と同じ幅に */
.hero ~ section.property .wrap {
  max-width: 1180px;
}

/* ===== CONCEPT ===== */
.concept {
  padding: 96px 0 86px;
  text-align: center;
}
.concept .concept-inner {
  max-width: 760px;
}
.concept .concept-inner .divider {
  margin: 18px auto 22px;
}
.concept .concept-inner .sub {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  color: #D89270;
  letter-spacing: 0.14em;
  margin-bottom: 22px;
}
.concept .text {
  text-align: left;
}
.concept .concept-inner p:not(.sub) {
  font-size: 14.5px;
  color: #6C7165;
  line-height: 2.05;
  margin-bottom: 16px;
}
.concept .concept-inner p:not(.sub):last-child {
  margin-bottom: 0;
}

/* ===== BAND ===== */
.band {
  height: 42vh;
  min-height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #74b85c;
}
.band .band-txt {
  position: relative;
  z-index: 2;
  font-size: clamp(20px, 3vw, 30px);
  letter-spacing: 0.3em;
  color: #fff;
  font-weight: 900;
  text-align: center;
  line-height: 2.2;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.55), 0 0 8px rgba(0, 0, 0, 0.45), 0 2px 12px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .band .band-txt {
    letter-spacing: 0.18em;
  }
}

/* ===== PROPERTY ===== */
.property {
  padding: 118px 0;
  background: #F2F4E6;
}
.property .sec-head {
  text-align: center;
  margin-bottom: 56px;
}
.property .sec-head .head-jp {
  color: #4F8C42;
}
.property .sec-head .divider {
  margin: 20px auto 0;
}
.property .prop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.property .prop-card {
  display: block;
  color: inherit;
  background: #FCFBF5;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(99, 153, 75, 0.08);
  transition: transform 0.5s, box-shadow 0.5s;
}
.property .prop-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 44px rgba(99, 153, 75, 0.16);
}
.property .prop-thumb {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.property .prop-thumb .ph {
  transition: transform 0.8s;
}
.property .prop-card:hover .prop-thumb .ph {
  transform: scale(1.06);
}
.property .prop-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  font-size: 11px;
  background: rgba(251, 250, 245, 0.95);
  color: #4F8C42;
  padding: 4px 13px;
  border-radius: 20px;
  letter-spacing: 0.06em;
}
.property {
  /* status バッジ（成約済／商談中）— 画像中央に大きく配置（archive-property と統一） */
}
.property .prop-thumb > .status {
  position: absolute;
  inset: 0;
  z-index: 4;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 50, 35, 0.3);
  pointer-events: none;
}
.property .prop-thumb > .status .status {
  display: inline-block;
  padding: 12px 34px;
  border-radius: 8px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "yu-gothic-pr6n", sans-serif;
  font-size: clamp(15px, 2.4vw, 19px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.property .prop-body {
  padding: 22px 24px 26px;
}
.property .prop-body .prop-catch {
  background: #4F8C42;
  color: #fff;
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 8px 14px;
  border-radius: 8px;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.property .prop-body h4 {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  color: #454A40;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
}
.property .prop-body .prop-addr {
  font-size: 12.5px;
  color: #6C7165;
  margin-bottom: 10px;
}
.property .prop-body .prop-price {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 24px;
  color: #D89270;
  font-weight: 600;
  margin-bottom: 4px;
}
.property .prop-body .prop-price small {
  font-family: "Zen Kaku Gothic New", "yu-gothic-pr6n", sans-serif;
  font-size: 12px;
  color: #6C7165;
  margin-left: 2px;
}
.property .prop-body .prop-fee {
  font-size: 12px;
  color: #6C7165;
  margin-bottom: 10px;
}
.property .prop-body .prop-fee small {
  font-size: 11px;
  margin-left: 1px;
}
.property .prop-body .prop-remarks {
  font-size: 12px;
  color: #6C7165;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.property .prop-note {
  text-align: center;
  margin-top: 46px;
  font-size: 14px;
  color: #6C7165;
  line-height: 2;
}
.property .center {
  text-align: center;
}

#hall_news {
  padding: 5rem;
}
#hall_news .sec-head {
  text-align: center;
  margin-bottom: 40px;
}
#hall_news .sec-head .head-jp {
  color: #4F8C42;
}
#hall_news .sec-head .divider {
  margin: 20px auto 0;
}
#hall_news .hall_news {
  width: 60%;
  margin: auto;
}
#hall_news .hall_news img {
  width: 100%;
}

/* ===== HALL（front-page 用：page-hall.php の .biz とは別） ===== */
.hall {
  padding: 88px 0;
  overflow: hidden;
}
.hall .wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 52px;
  align-items: center;
}
.hall.reverse .wrap {
  grid-template-columns: 1.05fr 1fr;
}
.hall .hall-img {
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.hall .hall-txt .head-en {
  margin-bottom: 14px;
}
.hall .hall-txt .sub {
  display: block;
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 15px;
  color: #D89270;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}
.hall .hall-txt p {
  font-size: 14px;
  color: #6C7165;
  line-height: 1.95;
  margin-bottom: 13px;
}

/* ===== 3 CARDS ===== */
.cards {
  padding: 0 0 4px;
}
.cards .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.cards .ccard {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cards .ccard .ph {
  position: absolute;
  inset: 0;
  transition: transform 0.9s;
}
.cards .ccard .ph::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(74, 77, 69, 0.34);
  transition: background 0.5s;
}
.cards .ccard:hover .ph {
  transform: scale(1.07);
}
.cards .ccard:hover .ph::after {
  background: rgba(79, 140, 66, 0.48);
}
.cards .ccard-inner {
  position: relative;
  z-index: 3;
  color: #fff;
}
.cards .ccard-inner .en {
  display: block;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}
.cards .ccard-inner .jp {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  background: #D89270;
  color: #fff;
  padding: 6px 20px;
  border-radius: 24px;
  transition: background 0.4s;
}
.cards .ccard:hover .ccard-inner .jp {
  background: #4F8C42;
}

/* ===== CONTACT（front-page 用：page-contact.php の .contact-sec とは別） ===== */
.contact {
  position: relative;
  padding: 118px 0;
  text-align: center;
  overflow: hidden;
}
.contact > .ph {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(150deg, #D4E8C0, #EDF1D2 60%, #E2D8C4);
}
.contact > .ph::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(251, 250, 245, 0.55);
}
.contact .inner {
  position: relative;
  z-index: 3;
}
.contact .head-jp {
  margin-bottom: 8px;
}
.contact .contact-actions {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin: 42px 0 38px;
  flex-wrap: wrap;
}
.contact .ca {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #FCFBF5;
  border: 1px solid rgba(99, 153, 75, 0.2);
  padding: 22px 42px;
  border-radius: 8px;
  min-width: 300px;
  justify-content: center;
  transition: all 0.45s;
}
.contact .ca:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(99, 153, 75, 0.18);
}
.contact .ca .ic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EDF6DF;
  color: #4F8C42;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}
.contact .ca-tel .num {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 26px;
  font-weight: 600;
  color: #4F8C42;
  line-height: 1.2;
}
.contact .ca-tel .lb {
  font-size: 11px;
  color: #6C7165;
  letter-spacing: 0.1em;
}
.contact .ca-mail {
  background: #4F8C42;
  border-color: #4F8C42;
  color: #fff;
}
.contact .ca-mail:hover {
  background: #D89270;
}
.contact .ca-mail .ic {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.contact .ca-mail .txt {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.14em;
}
.contact .biz-info {
  font-size: 13px;
  color: #6C7165;
  letter-spacing: 0.08em;
}
.contact .biz-info b {
  color: #4F8C42;
  font-weight: 500;
}

/* ===== レスポンシブ ===== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hero ~ section .wrap,
  .cards .wrap,
  .contact .wrap {
    padding: 0 32px;
  }
  .hall .wrap {
    gap: 36px;
  }
  .hero-tag {
    left: 24px;
  }
  .property .prop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .hero ~ section .wrap,
  .cards .wrap,
  .contact .wrap {
    padding: 0 22px;
  }
  .hall .wrap,
  .hall.reverse .wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hall.reverse .hall-img {
    order: -1;
  }
  .hall,
  .property {
    padding: 78px 0;
  }
  .property .prop-grid {
    grid-template-columns: 1fr;
  }
  .cards .cards-grid {
    grid-template-columns: 1fr;
  }
  .cards .ccard {
    aspect-ratio: 16/9;
  }
  .contact-actions {
    flex-direction: column;
    align-items: center;
  }
  .contact .ca {
    min-width: auto;
    width: 100%;
  }
  .hero-tag {
    display: none;
  }
}
#property {
  background-color: #C2E0A8;
}
@media screen and (max-width: 768px) {
  #property {
    margin-bottom: 8vw;
  }
}
#property .property {
  width: 80%;
  margin: auto;
  padding: 8vw 0;
}
#property .property .search {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .search {
    text-align: start;
  }
}
@media screen and (max-width: 768px) {
  #property .property .search {
    text-align: start;
    margin-bottom: 14vw;
  }
}
#property .property .search form select {
  width: 40%;
  height: 3vw;
  border: 1px solid #f1f1f1;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #property .property .search form select {
    width: 50%;
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .search form select option {
    font-size: 3.3vw;
  }
}
#property .property .search form .searchCustom {
  padding: 1vw;
  width: 5vw;
  border: none;
  background-color: #4F8C42;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .search form .searchCustom {
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .search form .searchCustom {
    width: 20vw;
    padding: 2vw;
  }
}
#property .property .search form .searchCustom:hover {
  background-color: #fff;
  color: #4F8C42;
  border: 1px solid #4F8C42;
}
#property .property .contents_title {
  width: 40%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4vw;
}
#property .property .property_contents {
  margin-bottom: 8vw;
}
#property .property .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline {
    margin-bottom: 8vw;
  }
}
#property .property .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  background-color: #4F8C42;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline h4 {
    width: 60%;
    padding: 2vw 5vw;
  }
}
#property .property .property_contents .property_headline h4::after {
  position: absolute;
  width: 0.4vw;
  height: 60%;
  background-color: #fff;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  content: "";
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline h4::after {
    width: 1vw;
    left: 5%;
  }
}
#property .property .property_contents .property_headline h1 {
  position: absolute;
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 30%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_headline h1 {
    font-size: 14vw;
  }
}
#property .property .property_contents .property_content {
  margin-bottom: 4vw;
}
#property .property .property_contents .property_content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#property .property .property_contents .property_content ul a {
  display: block;
  width: 30%;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul a {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul a {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li {
    margin-bottom: 4vw;
  }
}
#property .property .property_contents .property_content ul li .thumb {
  width: 100%;
  height: 18vw;
  margin-bottom: 2vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li .thumb {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .thumb {
    height: 60vw;
  }
}
#property .property .property_contents .property_content ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property .property .property_contents .property_content ul li .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  width: 70%;
  text-align: center;
}
#property .property .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#property .property .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#property .property .property_contents .property_content ul li .outline .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li .outline .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .outline .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#property .property .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: #649BB4;
}
#property .property .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #10C695;
}
#property .property .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#property .property .property_contents .property_content ul li .outline .title {
  color: #4F8C42;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #4F8C42;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property .property .property_contents .property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property .property .property_contents .property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

.hidden-search-field {
  opacity: 0;
}

#works {
  background-color: #f1f1f1;
  padding: 8vw 0;
}
#works .works {
  width: 80%;
  margin: auto;
}
#works .works .property_contents {
  margin-bottom: 8vw;
}
#works .works .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_headline {
    margin-bottom: 8vw;
  }
}
#works .works .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  background-color: #4F8C42;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_headline h4 {
    width: 60%;
    padding: 2vw 5vw;
  }
}
#works .works .property_contents .property_headline h4::after {
  position: absolute;
  width: 0.4vw;
  height: 60%;
  background-color: #fff;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  content: "";
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_headline h4::after {
    width: 1vw;
    left: 5%;
  }
}
#works .works .property_contents .property_headline h1 {
  position: absolute;
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 30%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_headline h1 {
    font-size: 14vw;
  }
}
#works .works .property_contents .property_content {
  margin-bottom: 4vw;
}
#works .works .property_contents .property_content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#works .works .property_contents .property_content ul a {
  display: block;
  width: 30%;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .property_contents .property_content ul a {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_content ul a {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_content ul li {
    margin-bottom: 4vw;
  }
}
#works .works .property_contents .property_content ul li .thumb {
  width: 100%;
  height: 18vw;
  margin-bottom: 2vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .property_contents .property_content ul li .thumb {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_content ul li .thumb {
    height: 60vw;
  }
}
#works .works .property_contents .property_content ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works .property_contents .property_content ul li .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  width: 70%;
  text-align: center;
}
#works .works .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#works .works .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#works .works .property_contents .property_content ul li .outline .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .property_contents .property_content ul li .outline .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_content ul li .outline .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#works .works .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: #649BB4;
}
#works .works .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #10C695;
}
#works .works .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#works .works .property_contents .property_content ul li .outline .title {
  color: #4F8C42;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #4F8C42;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .property_contents .property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .property_contents .property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

#news {
  background-color: #f1f1f1;
  padding: 8vw 0;
}
#news .news {
  width: 80%;
  margin: auto;
}
#news .news .property_contents {
  margin-bottom: 8vw;
}
#news .news .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline {
    margin-bottom: 8vw;
  }
}
#news .news .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  margin: auto;
  background-color: #4F8C42;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h4 {
    width: 80%;
    padding: 2vw 5vw;
  }
}
#news .news .property_contents .property_headline h4::after {
  position: absolute;
  width: 0.4vw;
  height: 60%;
  background-color: #fff;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  content: "";
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h4::after {
    width: 1vw;
    left: 5%;
  }
}
#news .news .property_contents .property_headline h1 {
  position: absolute;
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_headline h1 {
    font-size: 14vw;
  }
}
#news .news .property_contents .property_content {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content {
    margin-bottom: 12vw;
  }
}
#news .news .property_contents .property_content ul {
  list-style: none;
  display: block !important;
}
#news .news .property_contents .property_content ul a {
  display: block;
  width: 50%;
  margin: auto;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul a {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul a {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li {
    margin-bottom: 4vw;
  }
}
#news .news .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#news .news .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#news .news .property_contents .property_content ul li .outline .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul li .outline .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li .outline .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#news .news .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: #649BB4;
}
#news .news .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #10C695;
}
#news .news .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#news .news .property_contents .property_content ul li .outline .title {
  color: #4F8C42;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #4F8C42;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .property_contents .property_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .property_contents .property_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

.none {
  display: none !important;
}

#property_single .property .property_contents {
  background-color: #E9EDEF;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents {
    padding: 12vw 0;
  }
}
#property_single .property .property_contents .property_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul {
    width: 95%;
  }
}
#property_single .property .property_contents .property_content ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li {
    flex-flow: column;
  }
}
#property_single .property .property_contents .property_content ul li .list_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property_single .property .property_contents .property_content ul li .list_left .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#property_single .property .property_contents .property_content ul li .list_left .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .images {
    margin-bottom: 4vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .images div {
  width: 48%;
  height: 14vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .images div {
    height: 30vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .images div:nth-child(odd) {
  margin-right: 1vw;
}
#property_single .property .property_contents .property_content ul li .list_left .images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property_single .property .property_contents .property_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #4F8C42;
  border-bottom: 2px solid #4F8C42;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category {
    margin-bottom: 8vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul {
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:first-child {
  background-color: #649BB4;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(2) {
  background-color: #10C695;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#property_single .property .property_contents .property_content ul li .outline .property_table {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .property_table table {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
  padding: 1.5vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
    font-size: 3.3vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .property_table table tr th {
  background-color: #4F8C42;
  color: #fff;
  font-weight: 600;
}

#works_single .works .works_contents {
  background-color: #E9EDEF;
  padding: 8vw 0;
}
#works_single .works .works_contents .works_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul {
    width: 95%;
  }
}
#works_single .works .works_contents .works_content ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li {
    flex-flow: column;
  }
}
#works_single .works .works_contents .works_content ul li .list_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#works_single .works .works_contents .works_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#works_single .works .works_contents .works_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works_single .works .works_contents .works_content ul li .list_left .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#works_single .works .works_contents .works_content ul li .list_left .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .list_left .images {
    margin-bottom: 4vw;
  }
}
#works_single .works .works_contents .works_content ul li .list_left .images div {
  width: 48%;
  height: 14vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .list_left .images div {
    height: 30vw;
  }
}
#works_single .works .works_contents .works_content ul li .list_left .images div:nth-child(odd) {
  margin-right: 1vw;
}
#works_single .works .works_contents .works_content ul li .list_left .images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works_single .works .works_contents .works_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works .works_contents .works_content ul li .outline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#works_single .works .works_contents .works_content ul li .outline .outline_title {
  width: 100%;
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #4F8C42;
  border-bottom: 2px solid #4F8C42;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .outline .outline_title .category {
    margin-bottom: 8vw;
  }
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul {
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li {
    width: 12vw;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li {
    width: 30vw;
    padding: 1.5vw 1vw;
  }
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li:first-child {
  background-color: #649BB4;
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li:nth-child(2) {
  background-color: #10C695;
}
#works_single .works .works_contents .works_content ul li .outline .outline_title .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#works_single .works .works_contents .works_content ul li .outline .works_table {
  width: 100%;
}
#works_single .works .works_contents .works_content ul li .outline .works_table table {
  width: 100%;
}
#works_single .works .works_contents .works_content ul li .outline .works_table table tr th, #works_single .works .works_contents .works_content ul li .outline .works_table table tr td {
  padding: 1.5vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works .works_contents .works_content ul li .outline .works_table table tr th, #works_single .works .works_contents .works_content ul li .outline .works_table table tr td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works .works_contents .works_content ul li .outline .works_table table tr th, #works_single .works .works_contents .works_content ul li .outline .works_table table tr td {
    font-size: 3.3vw;
  }
}
#works_single .works .works_contents .works_content ul li .outline .works_table table tr th {
  background-color: #4F8C42;
  color: #fff;
  font-weight: 600;
}

#news_single .news .news_contents {
  background-color: #E9EDEF;
  padding: 8vw 0;
}
#news_single .news .news_contents .news_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul {
    width: 95%;
  }
}
#news_single .news .news_contents .news_content ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li {
    flex-flow: column;
  }
}
#news_single .news .news_contents .news_content ul li .list_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_single .news .news_contents .news_content ul li .list_left .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#news_single .news .news_contents .news_content ul li .list_left .images {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .images {
    margin-bottom: 4vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .images div {
  width: 48%;
  height: 14vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .images div {
    height: 30vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .images div:nth-child(odd) {
  margin-right: 1vw;
}
#news_single .news .news_contents .news_content ul li .list_left .images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_single .news .news_contents .news_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news .news_contents .news_content ul li .outline {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#news_single .news .news_contents .news_content ul li .outline .outline_title {
  width: 100%;
}
#news_single .news .news_contents .news_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #4F8C42;
  border-bottom: 2px solid #4F8C42;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}

/* page-company.php 専用（style.scss から @import "company";） */
.greeting {
  padding: 80px 0;
}
.greeting .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: start;
}
.greeting .portrait {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-image: linear-gradient(150deg, #A6D389, #CDE3AE);
  background-size: cover;
  background-position: center;
}
.greeting .portrait-cap {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  color: #6B665E;
}
.greeting .portrait-cap b {
  display: block;
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  color: #454A40;
  font-weight: 500;
  margin-top: 4px;
}
.greeting .portrait-cap .ceo-en {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #6B665E;
  margin-top: 2px;
}
.greeting .greeting-body .label {
  margin-bottom: 8px;
}
.greeting .greeting-body h3 {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: clamp(19px, 2.4vw, 24px);
  font-weight: 500;
  color: #4F8C42;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  line-height: 1.6;
}
.greeting .greeting-body p {
  font-size: 14px;
  color: #6B665E;
  line-height: 2.05;
  margin-bottom: 15px;
}
.greeting .greeting-body .sign {
  text-align: right;
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  color: #454A40;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .greeting {
    padding: 60px 0;
  }
  .greeting .wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 22px;
  }
}

.philosophy {
  padding: 78px 0;
  background: #F2F4E6;
  text-align: center;
}
.philosophy .wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 22px;
}
.philosophy .philosophy-list {
  max-width: 720px;
  margin: 30px auto 0;
  text-align: left;
  list-style: none;
  counter-reset: ph;
  padding: 0;
}
.philosophy .philosophy-list li {
  counter-increment: ph;
  position: relative;
  padding: 18px 0 18px 56px;
  border-bottom: 1px solid rgba(99, 153, 75, 0.2);
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 15px;
  line-height: 1.85;
  color: #454A40;
}
.philosophy .philosophy-list li:last-child {
  border-bottom: none;
}
.philosophy .philosophy-list li::before {
  content: counter(ph, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 18px;
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 20px;
  color: #D89270;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding: 58px 0;
  }
  .philosophy .philosophy-list li {
    padding: 16px 0 16px 48px;
    font-size: 14px;
  }
}

.info {
  padding: 88px 0;
}
.info .wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 22px;
}
.info .info-table {
  border-top: 1px solid rgba(99, 153, 75, 0.2);
  margin-top: 0;
}
.info .info-table dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid rgba(99, 153, 75, 0.2);
  margin: 0;
}
.info .info-table dt {
  padding: 20px 16px;
  margin: 0;
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  color: #4F8C42;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #EDF6DF;
}
.info .info-table dd {
  padding: 20px 22px;
  margin: 0;
  font-size: 14px;
  color: #6B665E;
}
.info .map {
  margin-top: 56px;
  aspect-ratio: 16/7;
  border-radius: 6px;
  overflow: hidden;
  background-image: linear-gradient(135deg, #D8ECC0, #B6DC97);
}
.info .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.info .access {
  max-width: 760px;
  margin: 34px auto 0;
}
.info .access h4 {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 15px;
  color: #4F8C42;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.info .access ul {
  list-style: none;
  padding: 0;
}
.info .access li {
  position: relative;
  padding: 7px 0 7px 20px;
  font-size: 13.5px;
  color: #6B665E;
  line-height: 1.8;
}
.info .access li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #84BD6B;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 64px 0;
  }
  .info .info-table dl {
    grid-template-columns: 120px 1fr;
  }
  .info .info-table dt {
    padding: 16px 12px;
    font-size: 13px;
  }
}

#recruit .recruit {
  background-color: #E9EDEF;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit {
    padding: 12vw 0;
  }
}
#recruit .recruit .recruit_title {
  text-align: center;
  margin-bottom: 2vw;
}
#recruit .recruit .recruit_contents {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    margin-bottom: 8vw;
  }
}
#recruit .recruit .recruit_contents h4 {
  width: 60%;
  margin: auto;
  padding: 1.2vw 1.5vw;
  margin-bottom: 2vw;
  background-color: #4F8C42;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents h4 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents h4 {
    width: 95%;
  }
}
#recruit .recruit .recruit_contents table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents table {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table {
    width: 95%;
  }
}
#recruit .recruit .recruit_contents table tr:first-child th, #recruit .recruit .recruit_contents table tr:first-child td {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents table tr:first-child th, #recruit .recruit .recruit_contents table tr:first-child td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr:first-child th, #recruit .recruit .recruit_contents table tr:first-child td {
    font-size: 4vw;
  }
}
#recruit .recruit .recruit_contents table tr:nth-child(even) {
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents table tr th, #recruit .recruit .recruit_contents table tr td {
  padding: 1.5vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents table tr th, #recruit .recruit .recruit_contents table tr td {
    padding: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr th, #recruit .recruit .recruit_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
  }
}
#recruit .recruit .recruit_contents table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#recruit .recruit .recruit_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#recruit .recruit .form_btn {
  width: 60%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .form_btn {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .form_btn {
    width: 95%;
  }
}
#recruit .recruit .form_btn a {
  text-decoration: none;
}
#recruit .recruit .form_btn a button {
  padding: 1.5vw 0;
  width: 100%;
  border: none;
  background-color: #4F8C42;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .form_btn a button {
    padding: 2.4vw 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .form_btn a button {
    padding: 4vw 0;
  }
}
#recruit .recruit .form_btn a button:hover {
  background-color: #E9EDEF;
  color: #4F8C42;
  border: 1px solid #4F8C42;
}

/* page-service.php 専用（style.scss から @import "service";） */
.biz-txt .memberships {
  font-size: 12px;
  color: #6C7165;
  line-height: 1.8;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(99, 153, 75, 0.2);
}

/* page-contact.php 専用（style.scss から @import "contact";） */
.contact-sec {
  padding: 90px 0;
}
.contact-sec .wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 22px;
}
.contact-sec .contact-intro {
  text-align: center;
  margin-bottom: 50px;
}
.contact-sec .contact-intro .ci-lead {
  max-width: 680px;
  margin: 0 auto 22px;
  font-size: 14.5px;
  color: #6C7165;
  line-height: 2.05;
}
.contact-sec .contact-intro .ci-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}
.contact-sec .contact-intro .ci-tel,
.contact-sec .contact-intro .ci-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 32px;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: all 0.35s;
}
.contact-sec .contact-intro .ci-tel i,
.contact-sec .contact-intro .ci-contact i {
  font-size: 15px;
}
.contact-sec .contact-intro .ci-tel {
  background: #FCFBF5;
  border: 1px solid rgba(99, 153, 75, 0.2);
  color: #4F8C42;
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-weight: 600;
}
.contact-sec .contact-intro .ci-tel:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(99, 153, 75, 0.16);
}
.contact-sec .contact-intro .ci-tel--sp {
  display: none;
}
.contact-sec .contact-intro .ci-tel--pc {
  cursor: default;
}
.contact-sec .contact-intro .ci-tel--pc:hover {
  transform: none;
  box-shadow: none;
}
.contact-sec .contact-intro .ci-contact {
  background: #4F8C42;
  color: #fff;
}
.contact-sec .contact-intro .ci-contact:hover {
  background: #D89270;
}
.contact-sec .contact-intro .ci-biz {
  font-size: 13px;
  color: #6C7165;
  letter-spacing: 0.06em;
}
.contact-sec .contact-intro .ci-biz b {
  color: #4F8C42;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact-sec .contact-intro .ci-actions {
    flex-direction: column;
    align-items: center;
  }
  .contact-sec .contact-intro .ci-tel--pc {
    display: none;
  }
  .contact-sec .contact-intro .ci-tel--sp {
    display: inline-flex;
  }
  .contact-sec .contact-intro .ci-tel,
  .contact-sec .contact-intro .ci-contact {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
.contact-sec .form {
  max-width: 720px;
  margin: 0 auto;
}
.contact-sec .form .row {
  margin-bottom: 24px;
}
.contact-sec .form label {
  display: block;
  font-size: 13px;
  color: #4F8C42;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.contact-sec .form label .req {
  color: #D89270;
  font-size: 11px;
  margin-left: 8px;
}
.contact-sec .form input,
.contact-sec .form select,
.contact-sec .form textarea {
  width: 100%;
  border: 1px solid rgba(99, 153, 75, 0.2);
  border-radius: 6px;
  padding: 13px 16px;
  font-family: "Zen Kaku Gothic New", "yu-gothic-pr6n", sans-serif;
  font-size: 14px;
  color: #454A40;
  background: #FCFBF5;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.contact-sec .form input:focus,
.contact-sec .form select:focus,
.contact-sec .form textarea:focus {
  outline: none;
  border-color: #84BD6B;
  box-shadow: 0 0 0 3px #EDF6DF;
}
.contact-sec .form textarea {
  min-height: 150px;
  resize: vertical;
}
.contact-sec .form .agree {
  text-align: center;
  font-size: 13px;
  color: #6C7165;
  margin: 8px 0 26px;
}
.contact-sec .form .agree a {
  color: #4F8C42;
  text-decoration: underline;
}
.contact-sec .form .submit-wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-sec {
    padding: 64px 0;
  }
}

/* お問い合わせ下部 FAQ（添付デザインをサイトのトンマナに合わせて実装） */
.faq {
  max-width: 860px;
  margin: 70px auto 0;
}
.faq .faq-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 24px;
}
.faq .faq-head .faq-title {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  color: #454A40;
  letter-spacing: 0.1em;
  line-height: 1;
}
.faq .faq-head .faq-sub {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 14px;
  color: #6C7165;
  letter-spacing: 0.12em;
  padding-left: 16px;
  border-left: 1px solid rgba(99, 153, 75, 0.2);
}
.faq .faq-item {
  padding: 28px 0;
  border-top: 1px solid rgba(99, 153, 75, 0.2);
}
.faq .faq-item:last-child {
  border-bottom: 1px solid rgba(99, 153, 75, 0.2);
}
.faq .faq-q,
.faq .faq-a {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: start;
}
.faq .faq-q {
  margin-bottom: 16px;
}
.faq .faq-label {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}
.faq .faq-label--q {
  color: #4F8C42;
}
.faq .faq-label--a {
  color: #D89270;
}
.faq .faq-text {
  padding-left: 20px;
  border-left: 1px solid rgba(99, 153, 75, 0.2);
}
.faq .faq-q .faq-text {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: clamp(15px, 1.8vw, 18px);
  color: #6C7165;
  line-height: 1.7;
  letter-spacing: 0.08em;
  padding-top: 4px;
}
.faq .faq-a .faq-text {
  font-size: 13px;
  color: #6C7165;
  line-height: 1.95;
  letter-spacing: 0.04em;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-top: 50px;
  }
  .faq .faq-q,
  .faq .faq-a {
    grid-template-columns: 58px 1fr;
  }
  .faq .faq-label {
    font-size: 19px;
  }
  .faq .faq-text {
    padding-left: 14px;
  }
}

#flow .flow .flow_contents {
  width: 90%;
  margin: auto;
}
#flow .flow .flow_contents ul {
  list-style: none;
}
#flow .flow .flow_contents ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li {
    flex-flow: column;
    margin-bottom: 18vw;
  }
}
#flow .flow .flow_contents ul li .flow_image {
  width: 45%;
  height: 30vw;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li .flow_image {
    width: 80%;
    height: 40vw;
    margin: auto;
    margin-bottom: 8vw;
  }
}
#flow .flow .flow_contents ul li .flow_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#flow .flow .flow_contents ul li .flow_writing {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li .flow_writing {
    width: 90%;
    margin: auto;
  }
}
#flow .flow .flow_contents ul li .flow_writing .headline {
  margin-bottom: 2vw;
  border-bottom: 1px solid #4F8C42;
  letter-spacing: 0.3vw;
  font-size: 1.3vw;
  font-weight: 900;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow .flow .flow_contents ul li .flow_writing .headline {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li .flow_writing .headline {
    font-size: 4vw;
  }
}
#flow .flow .flow_contents ul li .flow_writing .headline span {
  font-family: "Futura";
  color: #4F8C42;
  font-size: 2.5vw;
  margin-right: 2vw;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li .flow_writing .headline span {
    font-size: 6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow .flow .flow_contents ul li .flow_writing .headline span {
    font-size: 3.2vw;
  }
}
#flow .flow .flow_contents ul li .flow_writing .text {
  letter-spacing: 0.3vw;
  line-height: 1.8vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flow .flow .flow_contents ul li .flow_writing .text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li .flow_writing .text {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
}
#flow .flow .flow_contents ul li:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #flow .flow .flow_contents ul li:nth-child(even) {
    flex-flow: column;
  }
}

#search {
  background-color: #e0e3f0;
}
#search .property {
  width: 80%;
  margin: auto;
  padding: 8vw 0;
}
#search .property .search {
  text-align: center;
  margin-bottom: 8vw;
}
#search .property .search form select {
  width: 40%;
  height: 3vw;
  border: 1px solid #f1f1f1;
  margin-right: 1vw;
}
#search .property .search form .searchCustom {
  padding: 1vw;
  width: 5vw;
  border: none;
  background-color: #4F8C42;
  color: #fff;
  transition: all 0.4s;
}
#search .property .search form .searchCustom:hover {
  background-color: #fff;
  color: #4F8C42;
  border: 1px solid #4F8C42;
}
#search .property .contents_title {
  width: 40%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 4vw;
}
#search .property .property_contents .property_headline {
  position: relative;
  margin-bottom: 4vw;
}
#search .property .property_contents .property_headline h4 {
  width: 40%;
  padding: 1vw 2.5vw;
  background-color: #4F8C42;
  color: #fff;
  position: relative;
}
#search .property .property_contents .property_headline h4::after {
  position: absolute;
  width: 0.4vw;
  height: 60%;
  background-color: #fff;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  content: "";
}
#search .property .property_contents .property_headline h1 {
  position: absolute;
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #fff;
  font-size: 8vw;
  opacity: 0.5;
  top: 50%;
  left: 30%;
  transform: translate(0, -50%);
}
#search .property .property_contents .property_content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
#search .property .property_contents .property_content ul a {
  display: block;
  width: 30%;
  text-decoration: none;
  color: #333;
}
#search .property .property_contents .property_content ul li .thumb {
  width: 100%;
  height: 18vw;
  margin-bottom: 2vw;
  position: relative;
}
#search .property .property_contents .property_content ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#search .property .property_contents .property_content ul li .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  width: 70%;
  text-align: center;
}
#search .property .property_contents .property_content ul li .outline .category {
  margin-bottom: 1vw;
}
#search .property .property_contents .property_content ul li .outline .category ul {
  justify-content: flex-start;
}
#search .property .property_contents .property_content ul li .outline .category ul li {
  width: 6vw;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
}
#search .property .property_contents .property_content ul li .outline .category ul li:first-child {
  background-color: #649BB4;
}
#search .property .property_contents .property_content ul li .outline .category ul li:nth-child(2) {
  background-color: #10C695;
}
#search .property .property_contents .property_content ul li .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#search .property .property_contents .property_content ul li .outline .title {
  color: #4F8C42;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #4F8C42;
  margin-bottom: 0.6vw;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 4vw;
}
.wp-pagenavi .pages {
  background-color: #4F8C42;
  color: #fff;
  border: none;
  padding: 0.8vw 1.4vw;
}
.wp-pagenavi .current {
  border: 1px solid #4F8C42 !important;
  color: #4F8C42;
  padding: 0.8vw;
}

/* page-policy.php 専用（style.scss から @import "policy";） */
.privacy {
  padding: 80px 0;
}
.privacy article {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 22px;
}
.privacy .pintro {
  font-size: 14px;
  color: #6C7165;
  line-height: 2.05;
  margin-bottom: 36px;
}
.privacy h3 {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 17px;
  font-weight: 500;
  color: #4F8C42;
  letter-spacing: 0.06em;
  margin: 32px 0 10px;
  padding-left: 14px;
  border-left: 3px solid #84BD6B;
}
.privacy p {
  font-size: 14px;
  color: #6C7165;
  line-height: 2.05;
  margin-bottom: 10px;
}
.privacy ul {
  margin: 6px 0 10px 1.4em;
}
.privacy ul li {
  font-size: 14px;
  color: #6C7165;
  line-height: 1.9;
}
.privacy .pdate {
  text-align: right;
  font-size: 13px;
  color: #6C7165;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding: 60px 0;
  }
}

.footer_contact {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact {
    margin: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact {
    margin: 18vw 0;
  }
}
.footer_contact .footer_contact_contents {
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-top: 4vw;
  height: 40vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents {
    height: 90vw;
  }
}
.footer_contact .footer_contact_contents:hover::after {
  width: 100%;
  height: 100%;
}
.footer_contact .footer_contact_contents .footer_contact_contents_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 155, 180, 0.5);
  transition: all 0.4s;
}
.footer_contact .footer_contact_text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_text {
    width: 95%;
    margin: auto;
    top: 28%;
  }
}
.footer_contact .footer_contact_text p {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: clamp(13px, 1.1vw, 15px);
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-top: 2vw;
}
.footer_contact .footer_contact_text p i {
  color: #fff;
  font-size: 4vw;
}
.footer_contact .footer_contact_text h2 {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #fff;
}
.footer_contact .footer_contact_text h4 {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 500;
  letter-spacing: 0.35em;
  margin-top: 8px;
  opacity: 0.92;
  color: #fff;
}
.footer_contact .contact_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex {
    width: 95%;
    flex-flow: column;
    gap: 8vw;
    bottom: 7%;
  }
}
.footer_contact .contact_flex .tel {
  width: 50%;
  padding: 4vw;
  text-align: center;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel {
    width: 100%;
    padding: 2vw;
    border-right: none;
  }
}
.footer_contact .contact_flex .tel h4 {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.footer_contact .contact_flex .tel a {
  text-decoration: none;
  color: #fff;
}
.footer_contact .contact_flex .tel i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form {
  width: 50%;
  text-align: center;
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form {
    width: 100%;
    padding: 2vw;
  }
}
.footer_contact .contact_flex .form i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form a button {
  padding: 1.5vw 6vw;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: clamp(15px, 1.5vw, 20px);
  letter-spacing: 0.2em;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form a button {
    padding: 3vw 8vw;
    font-size: 16px;
  }
}
.footer_contact .contact_flex .form a button:hover {
  background-color: #4F8C42;
  color: #fff;
  border: none;
}

footer {
  padding-top: 8vw;
  background-color: #467144;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 12vw;
  }
}
footer .footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents {
    width: 90%;
    flex-flow: column;
  }
}
footer .footer_contents .footer_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left {
    width: 100%;
  }
}
footer .footer_contents .footer_left .footer_logo {
  width: 80%;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_logo {
    width: 50%;
    margin: 0 auto 4vw;
  }
}
footer .footer_contents .footer_left .footer_logo img {
  width: 100%;
}
footer .footer_contents .footer_left .footer_company_text {
  color: #fff;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_company_text {
    margin-bottom: 8vw;
    text-align: center;
  }
}
footer .footer_contents .footer_left .footer_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_left .footer_menu ul {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_menu ul {
    width: 100%;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 8vw;
  }
}
footer .footer_contents .footer_left .footer_menu ul li {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_menu ul li {
    margin-bottom: 3.5vw;
    margin-right: 0;
  }
}
footer .footer_contents .footer_left .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents .footer_left .footer_menu ul li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_menu ul li a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_menu ul .footer_menu_left, footer .footer_contents .footer_left .footer_menu ul .footer_menu_right {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width: auto;
  }
}
footer .footer_contents .footer_right {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right {
    width: 100%;
    height: 45vw;
  }
}
footer .footer_contents .footer_right .footer_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right .footer_map iframe {
    height: 100%;
  }
}
footer .copy_right {
  text-align: center;
  color: #fff;
  margin-top: 2vw;
  margin-bottom: 1vw;
}
footer .copy_right p {
  font-size: 0.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copy_right p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copy_right p {
    font-size: 2vw;
  }
}

/* page-hall.php 専用（style.scss から @import "hall";）
   ホールは事業内容と同体裁。レイアウトは共通の .biz / .intro / .page-hero を再利用。
   ページ固有スタイルが必要になった場合のみここに追記。 */
/* archive-property.php 専用（style.scss から @import "archive-property";） */
.prop-sec {
  padding: 90px 0;
}
.prop-sec .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 48px;
}
.prop-sec .prop-intro {
  text-align: center;
  margin-bottom: 44px;
}
.prop-sec .prop-intro .prop-intro-lead {
  font-size: 14.5px;
  color: #6C7165;
  line-height: 2;
  margin-bottom: 22px;
}
.prop-sec .prop-intro .prop-intro-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}
.prop-sec .prop-intro .pi-tel,
.prop-sec .prop-intro .pi-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 32px;
  border-radius: 8px;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: all 0.35s;
}
.prop-sec .prop-intro .pi-tel i,
.prop-sec .prop-intro .pi-contact i {
  font-size: 15px;
}
.prop-sec .prop-intro .pi-tel {
  background: #FCFBF5;
  border: 1px solid rgba(99, 153, 75, 0.2);
  color: #4F8C42;
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-weight: 600;
}
.prop-sec .prop-intro .pi-tel:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(99, 153, 75, 0.16);
}
.prop-sec .prop-intro .pi-tel--sp {
  display: none;
}
.prop-sec .prop-intro .pi-tel--pc {
  cursor: default;
}
.prop-sec .prop-intro .pi-tel--pc:hover {
  transform: none;
  box-shadow: none;
}
.prop-sec .prop-intro .pi-contact {
  background: #4F8C42;
  color: #fff;
}
.prop-sec .prop-intro .pi-contact:hover {
  background: #D89270;
}
.prop-sec .prop-intro .prop-intro-biz {
  font-size: 13px;
  color: #6C7165;
  letter-spacing: 0.06em;
}
.prop-sec .prop-intro .prop-intro-biz b {
  color: #4F8C42;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .prop-sec .prop-intro .prop-intro-actions {
    flex-direction: column;
    align-items: center;
  }
  .prop-sec .prop-intro .pi-tel--pc {
    display: none;
  }
  .prop-sec .prop-intro .pi-tel--sp {
    display: inline-flex;
  }
  .prop-sec .prop-intro .pi-tel,
  .prop-sec .prop-intro .pi-contact {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
.prop-sec .prop-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 46px;
}
.prop-sec .prop-filter a {
  font-size: 13px;
  padding: 8px 22px;
  border-radius: 30px;
  border: 1px solid rgba(99, 153, 75, 0.2);
  color: #6C7165;
  text-decoration: none;
  transition: all 0.35s;
}
.prop-sec .prop-filter a.on, .prop-sec .prop-filter a:hover {
  background: #4F8C42;
  border-color: #4F8C42;
  color: #fff;
}
.prop-sec .prop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.prop-sec .prop-card {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #FCFBF5;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(99, 153, 75, 0.08);
  transition: transform 0.5s, box-shadow 0.5s;
}
.prop-sec .prop-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 44px rgba(99, 153, 75, 0.16);
}
.prop-sec .prop-card .prop-thumb {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.prop-sec .prop-card .prop-thumb .ph {
  transition: transform 0.8s;
}
.prop-sec .prop-card:hover .prop-thumb .ph {
  transform: scale(1.06);
}
.prop-sec .prop-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  font-size: 11px;
  background: rgba(252, 251, 245, 0.95);
  color: #4F8C42;
  padding: 4px 13px;
  border-radius: 20px;
  letter-spacing: 0.06em;
}
.prop-sec {
  /* status バッジ（成約済／商談中）— 画像中央に大きく配置
     footer.php の jQuery が 外側 h2.status の中に、色付き内側 h2.status を生成する */
}
.prop-sec .prop-thumb > .status {
  position: absolute;
  inset: 0;
  z-index: 4;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 50, 35, 0.3);
  pointer-events: none;
}
.prop-sec .prop-thumb > .status .status {
  display: inline-block;
  padding: 12px 34px;
  border-radius: 8px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "yu-gothic-pr6n", sans-serif;
  font-size: clamp(15px, 2.4vw, 19px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.prop-sec .prop-body {
  padding: 22px 24px 26px;
}
.prop-sec .prop-body .prop-catch {
  background: #4F8C42;
  color: #fff;
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 8px 14px;
  border-radius: 8px;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prop-sec .prop-body h4 {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 16px;
  font-weight: 500;
  color: #454A40;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
}
.prop-sec .prop-body .prop-addr {
  font-size: 12.5px;
  color: #6C7165;
  margin-bottom: 10px;
}
.prop-sec .prop-body .prop-price {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 24px;
  color: #D89270;
  font-weight: 600;
  margin-bottom: 4px;
}
.prop-sec .prop-body .prop-price small {
  font-family: "Zen Kaku Gothic New", "yu-gothic-pr6n", sans-serif;
  font-size: 12px;
  color: #6C7165;
  margin-left: 2px;
}
.prop-sec .prop-body .prop-fee {
  font-size: 12px;
  color: #6C7165;
  margin-bottom: 10px;
}
.prop-sec .prop-body .prop-fee small {
  font-size: 11px;
  margin-left: 1px;
}
.prop-sec .prop-body .prop-remarks {
  font-size: 12px;
  color: #6C7165;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prop-sec .pager {
  margin-top: 54px;
}
.prop-sec .pager ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.prop-sec .pager .page-numbers {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(99, 153, 75, 0.2);
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 14px;
  color: #6C7165;
  text-decoration: none;
  transition: all 0.35s;
}
.prop-sec .pager .page-numbers.current, .prop-sec .pager .page-numbers:hover {
  background: #4F8C42;
  border-color: #4F8C42;
  color: #fff;
}
.prop-sec .center {
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .prop-sec .wrap {
    padding: 0 32px;
  }
  .prop-sec .prop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .prop-sec {
    padding: 64px 0;
  }
  .prop-sec .wrap {
    padding: 0 22px;
  }
  .prop-sec .prop-grid {
    grid-template-columns: 1fr;
  }
}

/* single-property.php 専用（style.scss から @import "single-property";） */
.single {
  padding: 80px 0;
}
.single .wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: start;
}
.single .single-gallery .main-img {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
  /* status バッジ */
}
.single .single-gallery .main-img .status {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  font-family: "Zen Kaku Gothic New", "yu-gothic-pr6n", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 7px 18px;
  border-radius: 24px;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.single .single-gallery .single-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.single .single-gallery .single-thumbs .ph {
  aspect-ratio: 1;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.single .single-gallery .single-thumbs .ph:hover {
  opacity: 0.8;
}
.single .single-info .single-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.single .single-info .single-tags .prop-tag {
  position: static;
  display: inline-block;
  font-size: 11px;
  background: #EDF6DF;
  color: #4F8C42;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.06em;
}
.single .single-info .single-tags .prop-tag--area {
  background: rgba(216, 146, 112, 0.14);
  color: #D89270;
}
.single .single-info h1 {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 500;
  color: #454A40;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.single .single-info .area {
  font-size: 13px;
  color: #6C7165;
  margin-bottom: 18px;
}
.single .single-info .single-price {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 38px;
  color: #D89270;
  font-weight: 600;
  margin-bottom: 6px;
}
.single .single-info .single-price small {
  font-family: "Zen Kaku Gothic New", "yu-gothic-pr6n", sans-serif;
  font-size: 14px;
  color: #6C7165;
  margin-left: 4px;
}
.single .single-info .single-comment {
  font-size: 14px;
  color: #6C7165;
  line-height: 1.95;
  margin: 14px 0 18px;
  padding: 16px 18px;
  background: #EDF6DF;
  border-left: 3px solid #84BD6B;
  border-radius: 0 4px 4px 0;
}
.single .single-info .spec {
  width: 100%;
  border-top: 1px solid rgba(99, 153, 75, 0.2);
  margin: 22px 0 8px;
  font-size: 13.5px;
  border-collapse: collapse;
}
.single .single-info .spec tr {
  border-bottom: 1px solid rgba(99, 153, 75, 0.2);
}
.single .single-info .spec th {
  text-align: left;
  padding: 13px 12px;
  width: 34%;
  color: #4F8C42;
  font-weight: 500;
  background: #EDF6DF;
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
}
.single .single-info .spec td {
  padding: 13px 16px;
  color: #6C7165;
}
.single .single-info .single-note {
  font-size: 13px;
  color: #6C7165;
  line-height: 1.9;
  margin-top: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .single .wrap {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .single {
    padding: 60px 0;
  }
  .single .wrap {
    padding: 0 22px;
  }
}

#lower .lower {
  position: relative;
}
#lower .lower .lower_main {
  background-position: center;
  background-size: cover;
  width: 80%;
  height: 30vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_main {
    height: 50vw;
  }
}
#lower .lower .lower_title {
  position: absolute;
  bottom: 10%;
  width: 35%;
  height: 20vw;
  padding: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(79, 103, 136, 0.7);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    top: 40%;
    width: 60%;
  }
}
#lower .lower .breadcrumbs {
  text-align: start;
  margin-top: 6vw;
  margin-bottom: 4vw;
  padding-left: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .breadcrumbs {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .breadcrumbs {
    margin-bottom: 12vw;
  }
}
#lower .lower .breadcrumbs p a {
  color: #888;
}
#lower .lower .breadcrumbs p span {
  margin: 0 2vw;
}

.acf-field {
  width: 50%;
  float: left;
  clear: none !important;
}

.acf-field-type-settings {
  container-type: normal !important;
}

.smart-cf-meta-box-repeat-tables {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.smart-cf-meta-box-repeat-tables .smart-cf-meta-box-table {
  width: 30%;
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* ==========================================================================
   下層ページ 共通スタイル（MD仕様）
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1s cubic-bezier(0.16, 0.7, 0.3, 1), transform 1s cubic-bezier(0.16, 0.7, 0.3, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.reveal.d1 {
  transition-delay: 0.12s;
}
.reveal.d2 {
  transition-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.wrap-narrow {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 48px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wrap-narrow {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .wrap-narrow {
    padding: 0 22px;
  }
}

.head-jp-sm {
  display: block;
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: #D89270;
  margin-bottom: 5px;
}

.head-en {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #4F8C42;
  line-height: 1.05;
  margin-bottom: 6px;
}

.head-jp {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  color: #454A40;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.sec-head {
  text-align: center;
  margin-bottom: 48px;
}
.sec-head .divider {
  margin: 18px auto 0;
}

.mincho {
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
}

.en {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
}

.divider {
  width: 48px;
  height: 1px;
  background: #84BD6B;
}

.label {
  display: inline-block;
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #D89270;
  margin-bottom: 10px;
}

.ph {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ph.ph-1 {
  background-image: linear-gradient(150deg, #A6D389, #CDE3AE 70%, #E8EECB);
}
.ph.ph-2 {
  background-image: linear-gradient(135deg, #7BBC5F, #A8D58C);
}
.ph.ph-3 {
  background-image: linear-gradient(160deg, #D8ECC0, #B6DC97 60%, #D6E4BC);
}
.ph.ph-4 {
  background-image: linear-gradient(150deg, #C2E3A4, #EAF3D4);
}
.ph.soon {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: saturate(0.7);
}
.ph.soon .soon-badge {
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #fff;
  background: rgba(79, 140, 66, 0.6);
  padding: 10px 26px;
  border-radius: 30px;
  backdrop-filter: blur(2px);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #4F8C42;
  border: 1px solid #84BD6B;
  padding: 15px 38px;
  border-radius: 40px;
  margin-top: 24px;
  transition: all 0.45s;
  position: relative;
  overflow: hidden;
  background: none;
  cursor: pointer;
  text-decoration: none;
}
.btn span {
  position: relative;
  z-index: 2;
  transition: color 0.45s;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #84BD6B;
  transform: translateX(-101%);
  transition: transform 0.45s;
  z-index: 1;
}
.btn:hover::before {
  transform: none;
}
.btn:hover span {
  color: #fff;
}
.btn .ar {
  position: relative;
  z-index: 2;
  transition: transform 0.4s;
}
.btn:hover .ar {
  transform: translateX(5px);
}
.btn.btn-fill {
  color: #fff;
  border-color: #4F8C42;
}
.btn.btn-fill::before {
  background: #4F8C42;
  transform: none;
}
.btn.btn-fill:hover::before {
  background: #D89270;
}

.page-hero {
  position: relative;
  height: 42vh;
  min-height: 300px;
  box-sizing: border-box;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #74b85c;
}
@media screen and (min-width: 1441px) {
  .page-hero {
    padding-top: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-hero {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-hero {
    padding-top: 80px;
  }
}
.page-hero.ph-bg-1 {
  background-image: linear-gradient(135deg, #7BBC5F, #A8D58C);
}
.page-hero.ph-bg-2 {
  background-image: linear-gradient(140deg, #84BD6B, #C2E0A8);
}
.page-hero.ph-bg-3 {
  background-image: linear-gradient(135deg, #6FAE5A, #9ED07F);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(99, 153, 75, 0.55), rgba(79, 140, 66, 0.64));
}
.page-hero .page-hero-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  animation: heroFade 1.2s ease both;
}
.page-hero .jp-sm {
  display: block;
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  margin-bottom: 8px;
  opacity: 0.95;
}
.page-hero .en-lg {
  font-family: "Cormorant Garamond", "Futura", "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-shadow: 0 2px 20px rgba(39, 70, 28, 0.4);
  display: block;
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.breadcrumb {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  opacity: 0.7;
  margin: 0 8px;
}

.biz {
  padding: 88px 0;
  overflow: hidden;
}
.biz .wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 52px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 48px;
}
.biz.reverse .wrap {
  grid-template-columns: 1.05fr 1fr;
}
.biz .biz-img {
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.biz .biz-txt .head-en {
  margin-bottom: 14px;
}
.biz .biz-txt .sub {
  display: block;
  font-family: "Shippori Mincho", "yu-mincho-pr6n", "Yu Mincho", "游明朝", serif;
  font-size: 15px;
  color: #D89270;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}
.biz .biz-txt p {
  font-size: 14px;
  color: #6C7165;
  line-height: 1.95;
  margin-bottom: 13px;
}
.biz .biz-txt .coming {
  color: #D89270;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .biz .wrap {
    gap: 36px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .biz {
    padding: 64px 0;
  }
  .biz .wrap, .biz.reverse .wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 22px;
  }
  .biz.reverse .biz-img {
    order: -1;
  }
}

.intro {
  padding: 96px 0 20px;
  text-align: center;
}
.intro .lead {
  max-width: 720px;
  margin: 22px auto 0;
  font-size: 14.5px;
  color: #6C7165;
  line-height: 2.05;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 64px 0 12px;
  }
}
/* コンサート情報 */
.concert-info {
  padding: 72px 0 88px;
}
.concert-info .concert-img {
  width: 60%;
  max-width: 720px;
  margin: 0 auto;
}
.concert-info .concert-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .concert-info {
    padding: 48px 0 64px;
  }
  .concert-info .concert-img {
    width: 86%;
  }
}/*# sourceMappingURL=style.css.map */