:root {
  --font-primary: 'Noto Serif JP', serif;
  --font-mincho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-gothic: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --font-noto: 'Noto Sans JP', sans-serif;
  --font-raleway: 'Raleway', sans-serif;
  --color-primary: #ced9df;
  --color-secondary: #e7b797;

  --text-black: #3a3a3a;
  --text-blue: #50b0b6;
  --text-red: #a10005;

  --highlight-blue: #e3ebf7;
  --highlight-yellow: #f7f6e0;
  --highlight-red: #f8eff0;
  --highlight-white: #fff;

  --transition_a: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}


*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  overflow: auto;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: none;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  overscroll-behavior-y: none;
  overflow: clip;
  background: #f9f8f6;
  color: #3a3a3a;
  font-family: var(--font-primary);
  font-weight: 400;
  font-style: normal;
}


section {
  /* width: 100%; */
}

ul,
li {
  font-size: 100%;
  font-weight: normal;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}


main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3a3a;
  font-family: 'Noto Serif JP', serif;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

nav {
  font-family: var(--font-mincho);
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

caption {
  text-align: left;
}

table {
  border-spacing: 0;
  border-color: inherit;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 500;
}

input,
textarea,
td {
  outline-color: #eee;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

mark {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.show-desktop {
  display: block;
}

.hide-desktop {
  display: none;
}

.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.show-phone {
  display: none;
}

@media (max-width: 768px) {
  .show-desktop {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }
}

@media (max-width: 450px) {
  .show-phone {
    display: block;
  }

  .hide-phone {
    display: none;
  }
}

/* ----------------------------------------------------- */
.container {
  width: 100%;
  margin: 0 auto;
}

.mincho {
  font-family: var(--font-mincho);
  font-weight: 400;
}

.gothic {
  font-family: var(--font-gothic);
}

.noto {
  font-family: var(--font-noto);
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.cormorant {
  font-family: 'Cormorant Infant', Georgia, 'Times New Roman', serif;
}

.josefin {
  font-family: 'Josefin Sans', 'Arial', 'Helvetica', sans-serif;
}

.raleway {
  font-family: 'Italiana', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
}





/* ボタン */

.btn {
  border: 1px solid #ced9df;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mincho);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
  padding: 15px 20px;
  width: 240px;
  height: 60px;
  transition: var(--transition_a);
  position: relative;
}

.btn:hover {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.btn02 {
  background-color: var(--color-secondary);
  padding: 20px 20px;
}

.btn02:hover {
  background-color: #fff;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
}



@media screen and (max-width: 768px) {
  .btn {
    font-size: 18px;
    margin: 0 auto;
    padding: 20px 20px;
    width: 280px;
  }
}

@media screen and (max-width: 450px) {
  .btn {
    font-size: 16px;
    margin: 0 auto;
    padding: 15px 15px;
    width: 260px;
  }
}





/**********************************
 HEADER
***********************************/

header {
  /* position: fixed; */
  top: 0;
  left: 0;
  height: 180px;
  width: 100%;
  padding: 30px 15px 50px;
  text-align: center;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .logo-box {}

header .logo-box .logo-box__heading {
  margin: 0;
}

header .logo-box img {
  height: 99.75px;
  width: 150px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0;
  max-width: 1200px;
  width: 100%;
}

.nav-right {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 37px;
}

.nav-right a {
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  transition: color 0.3s ease;
}

.nav-right a:hover {
  color: #aaa;
}

.nav-right a.btn-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background-color: var(--color-primary);
  color: #3a3a3a;
  padding: 0;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.nav-right a.btn-nav:hover {
  background-color: transparent;
  border-color: var(--color-primary);
  color: #819faf;
  ;
}


/* モバイル用メニューボタン（横線3本） */
.menu-toggle {
  display: none !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  color: inherit;
}

.menu-toggle:hover {
  opacity: 0.8;
}

.menu-toggle__line {
  display: block;
  width: 24px;
  height: 3px;
  background: var(--color-primary);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu.active {
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.mobile-menu.active .mobile-menu__overlay {
  opacity: 1;
}

.mobile-menu__drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  height: 100%;
  background: #f8f6f3;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  padding: 24px 20px 32px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.mobile-menu.active .mobile-menu__drawer {
  transform: translateX(0);
}

.mobile-menu__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  flex-shrink: 0;
}

.mobile-menu__close {
  background: none;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.mobile-menu__close span {
  position: absolute;
  width: 20px;
  height: 3px;
  background: currentColor;
  transition: transform 0.25s ease;
}

.mobile-menu__close span:first-child {
  transform: rotate(45deg);
}

.mobile-menu__close span:last-child {
  transform: rotate(-45deg);
}

.mobile-menu__nav {
  flex: 1;
  margin-bottom: 24px;
}

.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu__item {
  margin-bottom: 4px;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-menu.active .mobile-menu__item {
  opacity: 1;
  transform: translateX(0);
}

.mobile-menu.active .mobile-menu__item:nth-child(1) {
  transition-delay: 0.05s;
}

.mobile-menu.active .mobile-menu__item:nth-child(2) {
  transition-delay: 0.1s;
}

.mobile-menu.active .mobile-menu__item:nth-child(3) {
  transition-delay: 0.15s;
}

.mobile-menu.active .mobile-menu__item:nth-child(4) {
  transition-delay: 0.2s;
}

.mobile-menu__link {
  display: block;
  padding: 14px 0;
  text-decoration: none;
  color: #2c2c2c;
  font-family: var(--font-mincho);
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.mobile-menu__link:hover {
  color: var(--color-primary, #5d6c81);
  padding-left: 8px;
}

.mobile-menu__link--cta {
  margin: 20px auto 0;
  padding: 14px 20px;
  background: var(--color-primary);
  color: #3a3a3a;
  border-radius: 6px;
  border: none;
  text-align: center;
  font-weight: 400;
  width: 80%;
}

.mobile-menu__link--cta:hover {
  background: var(--color-primary, #5d6c81);
  padding-left: 20px;
}

.mobile-menu__footer {
  flex-shrink: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu__copyright {
  color: #888;
  font-size: 10px;
  margin: 0;
}

body.menu-open {
  overflow: hidden;
}

/* モバイルメニューのレスポンシブ */
@media screen and (max-width: 768px) {
  .mobile-menu__drawer {
    max-width: 280px;
    padding: 10px 16px 28px;
  }

  .mobile-menu__header {
    margin-bottom: 32px;
  }

  .mobile-menu__link {
    font-size: 14px;
    padding: 12px 0;
  }
}

@media screen and (max-width: 450px) {
  .mobile-menu__drawer {
    max-width: 260px;
    padding: 10px 10px 24px;
  }

  .mobile-menu__link {
    font-size: 14px;
  }
}


@media screen and (max-width: 1200px) {

  .nav-right a {
    font-size: 16px;
  }

}

@media screen and (max-width: 1100px) {

  .nav-right {
    display: flex;
    list-style: none;
    gap: 30px;
  }

}

@media screen and (max-width: 1000px) {

  header .logo-box img {
    height: 79.8px;
    width: 120px;
  }

  .nav-right {
    display: flex;
    list-style: none;
    gap: 20px;
  }

  .nav-right a {
    font-size: 15px;
  }

  .nav-right a.btn-nav {
    width: 150px;
  }
}

@media screen and (max-width: 900px) {
  .nav-right a {
    font-size: 14px;
  }
}


@media screen and (max-width: 900px) {

  header {
    height: 100px;
    padding: 0;
  }


  .nav-right {
    display: none;
  }

  .nav {
    justify-content: center;
  }

  header .logo-box {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  header .logo-box img {
    height: 79.8px;
    width: 120px;
  }

  .menu-toggle {
    display: flex !important;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
  }

  /* メニューが開いているときは＝ボタンを非表示（×はドロワー内だけ） */
  body.menu-open .menu-toggle {
    display: none !important;
  }

}



@media screen and (max-width: 450px) {

  header .logo-box img {
    height: 53.19px;
    width: 80px;
  }

}


/**********************************
 ローディングアニメーション
***********************************/

/**********************************
 basic font-size
***********************************/

h2 {
  font-size: 75px;
  text-align: center;
}

h3 {
  font-size: 48px;
  text-align: center;
}

h4 {
  font-size: 20px;
  text-align: center;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-family: var(--font-primary);
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 15px;
  }
}

@media screen and (max-width: 450px) {

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 18px;
    text-align: center;
  }

  p {
    font-size: 14px;
  }
}




/**********************************
 トップページ
***********************************/


#top-page h5 {
  font-size: 28px;
}

#top-page p {
  font-size: 16px;
  line-height: 1.8;
}

/* 共通のrowクラス */
.row {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0;
}

@media screen and (max-width: 1330px) {
  .row {
    padding: 0 15px;
  }
}

.row .img-box {
  flex: 1;
}

.row .img-box img {
  width: 100%;
  height: auto;
  display: block;
}

.row .text-box {
  flex: 1;
}

@media screen and (max-width: 768px) {

  #top-page h5 {
    font-size: 24px;
  }

  #top-page p {
    font-size: 15px;
    line-height: 1.8;
  }

  .row {
    flex-direction: column;
    gap: 30px;
  }

  #top-page .hero-section .hero-content {
    flex-direction: column;
    min-height: auto;
    padding: 40px 20px;
  }

  #top-page .properties-section .properties-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  #top-page .properties-section .filter-list {
    flex-wrap: wrap;
    gap: 15px;
  }

}

@media screen and (max-width: 450px) {

  #top-page h5 {
    font-size: 20px;
  }

  #top-page p {
    font-size: 14px;
  }

  #top-page .properties-section .properties-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 8px;
  }
}

/* hero-section */
#top-page .hero-section {
  position: relative;
  margin: 0 0 50px;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

#top-page .hero-section .hero-content {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

#top-page .hero-section .hero-text {
  position: absolute;
  left: 0;
  top: calc((100vh - 180px) / 2);
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;
  max-width: 600px;
}

#top-page .hero-section .hero-image {
  position: absolute;
  top: 0;
  right: -140px;
  z-index: 1;
  max-width: 1150px;
  width: 1150px;
  height: calc(100vh - 180px);
}

#top-page .hero-section .hero-image img,
#top-page .hero-section .hero-image video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom;
}

#top-page .hero-section .hero-image.fade {
  opacity: 0;
  transition: opacity 1s ease-in;
}

#top-page .hero-section .hero-image.fade.on {
  opacity: 1;
}

#top-page .hero-section .hero-subtitle {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #3a3a3a;
  text-align: left;
}

#top-page .hero-section .hero-subtitle .hero-line {
  background-color: #fff;
  padding: 15px 20px;
  display: inline-block;
  margin-bottom: 7px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#top-page .hero-section .hero-subtitle .hero-line.on {
  opacity: 1;
  transform: translateY(0);
}

#top-page .hero-section .hero-subtitle .hero-line:last-child {
  margin-bottom: 0;
}

#top-page .hero-section .hero-title {
  font-family: 'Italiana', serif;
  font-size: 80px;
  line-height: 1.2;
  font-weight: normal;
  color: #3a3a3a;
  text-align: left;
}

#top-page .hero-section .hero-title .hero-line {
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 7px;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background: linear-gradient(135deg, #3a3a3a 0%, #819faf 50%, #ced9df 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#top-page .hero-section .hero-title .hero-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  z-index: -1;
}

#top-page .hero-section .hero-title .hero-line.on {
  opacity: 1;
  transform: translateY(0);
}

#top-page .hero-section .hero-title .hero-line:last-child {
  margin-bottom: 0;
}

#top-page .hero-section p {
  font-size: 24px;
  font-family: var(--font-mincho);
}

#top-page .hero-section .hero-swiper {
  width: 100%;
  height: 900px;
}

#top-page .hero-section .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease;
}

#top-page .hero-section .main-img {
  width: 100%;
  height: 100%;
  margin-left: calc((100% - 1300px) / 2);
  width: calc(100% - ((100% - 1300px) / 2));
}

#top-page .hero-section .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top-page .hero-section .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: fit-content;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
}

/* hero-section responsive */
@media screen and (max-width: 1340px) {
  #top-page .hero-section .hero-image {
    right: 15px;
    max-width: 70%;
    width: auto;
  }
}

@media screen and (max-width: 1300px) {
  #top-page .hero-section {
    height: calc((100vh - 180px) * 0.87 + 180px);
  }

  #top-page .hero-section .hero-content {
    padding: 0 15px;
  }

  #top-page .hero-section .hero-text {
    left: 15px;
    max-width: 520px;
    top: calc((100vh - 180px) * 0.87 / 2);
  }

  #top-page .hero-section .hero-subtitle {
    font-size: 36px;
  }

  #top-page .hero-section .hero-title {
    font-size: 80px;
  }

  #top-page .hero-section .hero-text p {
    font-size: 21px;
  }

  #top-page .hero-section .hero-image {
    right: 15px;
    max-width: 953px;
    width: 953px;
    height: calc((100vh - 180px) * 0.87);
  }
}

@media screen and (max-width: 1200px) {
  #top-page .hero-section h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 900px) {
  #top-page {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #top-page {
    padding: 20px 0 0;
  }

  #top-page .hero-section {
    height: calc((100vh - 180px) * 0.87 + 180px);
  }

  #top-page .hero-section .hero-content {
    flex-direction: column;
    align-items: flex-end;
    min-height: auto;
    gap: 30px;
    padding: 40px 0;
    justify-content: flex-start;
  }

  #top-page .hero-section .hero-text {
    position: absolute;
    left: 15px;
    top: calc((100vh - 180px) * 0.87 / 2);
    transform: translateY(-50%);
    max-width: calc(100% - 40px);
    order: 1;
  }

  #top-page .hero-section .hero-image {
    order: 2;
    flex: unset;
    max-width: 70%;
    position: relative;
  }

  #top-page .hero-section h2 {
    font-size: 40px;
  }

  #top-page .hero-section .hero-subtitle {
    font-size: 26px;
  }

  #top-page .hero-section .hero-title {
    font-size: 50px;
  }

  #top-page .hero-section p {
    font-size: 20px;
  }

  #top-page .hero-section .hero-subtitle .hero-line,
  #top-page .hero-section .hero-title .hero-line {
    display: block;
    width: fit-content;
  }
}

@media screen and (max-width: 450px) {
  #top-page {
    padding: 0 0 0;
  }

  #top-page .hero-section {
    height: 540px;
  }

  #top-page .hero-section .hero-content {
    padding: 0 0;
  }

  #top-page .hero-section .hero-text {
    top: 250px;
    transform: translateY(-50%);
  }

  #top-page .hero-section .hero-image {
    height: 500px;
  }

  #top-page .hero-section h2 {
    font-size: 26px;
  }

  #top-page .hero-section .hero-subtitle {
    font-size: 18px !important;
    margin-bottom: 20px;
  }

  #top-page .hero-section .hero-subtitle .hero-line {
    margin-bottom: 5px;
    padding: 10px 15px;
  }

  #top-page .hero-section .hero-title {
    font-size: 32px !important;
  }

  #top-page .hero-section .hero-title .hero-line {
    margin-bottom: 5px;
    padding: 0 15px;
  }

  #top-page .hero-section p {
    font-size: 16px !important;
  }
}

/* intro-section */
#top-page .intro-section {
  margin: 0 0 200px;
  padding: 0 20px;
  overflow: visible;
}

#top-page .intro-section .row {
  overflow: visible;
}

#top-page .intro-section .img-box {
  overflow: visible;
  flex: 0 0 auto;
  width: auto;
}

#top-page .intro-section .text-box {
  padding-left: 35px;
}

#top-page .intro-section .text-box h3 {
  font-size: 36px;
  text-align: left;
}

#top-page .intro-section .text-box p {
  font-size: 18px;
}

#top-page .intro-section .img-box img {
  width: 730px !important;
  max-width: 730px;
  margin-left: -100px;
}

#top-page .intro-section .text-box .btn {
  background-color: var(--color-primary);
  width: 240px;
  height: 60px;
  padding: 0;
  font-size: 16px;
  border: 1px solid transparent;
}

#top-page .intro-section .text-box .btn:hover {
  background-color: unset;
  border: 1px solid var(--color-primary);
  color: #819faf;
}

/* intro-section responsive */
@media screen and (max-width: 1200px) {
  #top-page .intro-section .img-box img {
    width: 100% !important;
    max-width: 600px;
    margin-left: 0;
  }

  #top-page .intro-section .text-box {
    padding-left: 20px;
  }
}


@media screen and (max-width: 1000px) {
  #top-page .intro-section .img-box img {
    width: 100% !important;
    max-width: 500px;
    margin-left: 0;
  }
}

@media screen and (max-width: 900px) {
  #top-page .intro-section .img-box img {
    width: 100% !important;
    max-width: 430px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #top-page .intro-section {
    margin: 0 0 100px;
    padding: 0 15px;
  }

  #top-page .intro-section .img-box img {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
  }

  #top-page .intro-section .text-box {
    padding-left: 0;
    padding-top: 30px;
  }

  #top-page .intro-section .text-box h3 {
    font-size: 28px;
  }

  #top-page .intro-section .text-box p {
    font-size: 16px;
  }

  #top-page .intro-section .text-box .btn {
    width: 100%;
    max-width: 240px;
  }
}

@media screen and (max-width: 450px) {
  #top-page .intro-section .text-box h3 {
    font-size: 24px;
  }

  #top-page .intro-section .text-box p {
    font-size: 14px;
  }
}

/* service-section */
#top-page .service-section {
  margin: 0 0 100px;
  padding: 0 20px;
}

#top-page .service-section>h3,
#top-page .service-section>h4 {
  text-align: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

#top-page .service-section .service-list {
  max-width: 1300px;
  margin: 0 auto 50px;
}

#top-page .service-section .service-banner {
  max-width: 1300px;
  margin: 0 auto;
}

/* service-section responsive */
@media screen and (max-width: 1330px) {
  #top-page .service-section {
    margin: 0 15px 100px !important;
  }

  #top-page .service-visual {
    padding: 0 15px !important;
  }
}

@media screen and (max-width: 768px) {
  #top-page .service-section {
    margin: 0 0 60px;
    padding: 0 15px;
  }
}

/* properties-section */
#top-page .properties-section {
  background-color: #fff;
  margin: 0;
  padding: 100px 0 250px;
}

#top-page .properties-section>h3,
#top-page .properties-section>h4 {
  text-align: left;
  max-width: 1300px;
  margin-left: calc((100vw - 1300px) / 2);
  margin-right: auto;
  padding: 0;
}

#top-page .properties-section>h4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: bold;
  color: #e7b797;
}

#top-page .properties-section>h4::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #e8e2d6;
  min-width: 0;
}

#top-page .properties-section .properties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 12.5px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 1340px) {

  #top-page .properties-section>h3,
  #top-page .properties-section>h4 {
    margin-left: 20px;
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 1330px) {
  #top-page .properties-section .properties-grid {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  #top-page .properties-section {
    padding: 60px 0 150px;
  }

  #top-page .properties-section>h4 {
    font-size: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 0 20px 0 0;
  }

  #top-page .properties-section .properties-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 12.5px;
    padding: 0 20px;
  }

  #top-page .properties-section .property-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  #top-page .properties-section .property-image {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  #top-page .properties-section .property-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-width: 0;
  }

  #top-page .properties-section .btn-property {
    width: 100%;
    max-width: 240px;
  }
}

@media screen and (max-width: 450px) {
  #top-page .properties-section>h3 {
    font-size: 30px;
  }

  #top-page .properties-section>h4 {
    font-size: 18px;
  }

  #top-page .properties-section .properties-grid {
    grid-template-columns: 1fr !important;
    gap: 20px 8px !important;
    padding: 0 15px !important;
  }

  #top-page .properties-section .property-card {
    min-width: 0 !important;
    width: 100% !important;
  }

  #top-page .properties-section .property-title {
    font-size: 15px;
  }

  #top-page .properties-section .property-location {
    font-size: 13px;
  }

  #top-page .properties-section .property-excerpt {
    font-size: 14px;
  }
}

/* property-card */
#top-page .properties-section .property-card {
  background: #fff;
  min-width: 0;
  width: 100%;
}

#top-page .properties-section .property-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 425 / 330;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #top-page .properties-section .property-image {
    max-width: 425px;
  }
}



#top-page .properties-section .property-image.zoom-out {
  display: block;
  overflow: hidden;
}

#top-page .properties-section .property-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

#top-page .properties-section .property-image.zoom-out img {
  transform: scale(1.1, 1.1);
}

#top-page .properties-section .property-image.zoom-out.on img {
  transform: scale(1, 1);
  transition: 3s;
}

#top-page .properties-section .property-image--no-thumbnail {
  background: #eee;
  padding-top: calc(330 / 425 * 100%);
  aspect-ratio: none !important;
  height: 0;
  position: relative;
}

#top-page .properties-section .property-image--no-thumbnail img {
  position: absolute !important;
  width: auto;
  height: auto;
  max-width: 135px;
  max-height: 89.77px;
  object-fit: contain;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}

#top-page .properties-section .property-status {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#top-page .properties-section .property-status.property-status-rent,
#top-page .properties-section .property-status.property-status-sale {
  background-color: #e7b797;
}

#top-page .properties-section .property-status.property-status-sold {
  background-color: #6a6a6a;
}

#top-page .properties-section .property-content {
  padding: 15px 15px;
}

#top-page .properties-section .property-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  color: #3a3a3a;
  line-height: 1.6;
  text-align: left;
}

#top-page .properties-section .property-location {
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 8px;
  text-align: left;
}

#top-page .properties-section .property-excerpt {
  font-size: 15px;
  font-family: var(--font-primary);
  color: #3a3a3a;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: left;
}

#top-page .properties-section .btn-property {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #e7b797;
  border: 1px solid #e7b797;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 40px auto 0;
  text-align: center;
}

#top-page .properties-section .btn-property:hover {
  background-color: #e7b797;
  color: #fff;
}

#top-page .properties-section .properties-more {
  text-align: center;
  max-width: 1300px;
  margin: 50px auto 0;
}

#top-page .properties-section .no-properties {
  text-align: center;
  font-size: 14px;
  color: #999;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 20px;
}

/* properties-filter */
#top-page .properties-section .properties-filter {
  max-width: 1300px;
  margin: 0 auto 50px;
}

#top-page .properties-section .filter-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#top-page .properties-section .filter-btn {
  padding: 10px 20px;
  text-decoration: none;
  color: var(--text-black);
  border: 1px solid var(--text-black);
  border-radius: 4px;
  transition: all 0.3s ease;
}

#top-page .properties-section .filter-btn:hover,
#top-page .properties-section .filter-btn.active {
  background-color: var(--text-black);
  color: #fff;
}

/* news-section */
#top-page .news-section {
  position: relative;
  margin: 0 0 100px;
  padding: 30px 45px 80px;
  overflow: hidden;
}

#top-page .news-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc((100vw - 1300px) / 2);
  right: 0;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translateX(100%);
}

#top-page .news-section.fade.on::before {
  animation: slideInFromRight 1s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@media screen and (max-width: 1340px) {
  #top-page .news-section::before {
    left: 20px;
  }
}

#top-page .news-section>h3 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  text-align: left;
  max-width: 1300px;
  margin-left: calc((100vw - 1300px) / 2);
  margin-right: auto;
  padding: 0;
}

@media screen and (max-width: 1340px) {

  #top-page .news-section>h3 {
    margin-left: 20px;
  }
}

#top-page .news-section .news-list-top {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin-left: calc((100vw - 1300px) / 2);
  margin-right: auto;
  padding: 0;
}

@media screen and (max-width: 1340px) {
  #top-page .news-section .news-list-top {
    margin-left: 20px;
    padding: 0 20px 0 0;
  }
}

#top-page .news-section .no-news {
  font-size: 14px;
  margin-top: 10px;
}

#top-page .news-section .news-card {
  padding: 10px 20px 10px 140px;
  transition: background-color 0.3s ease;
}

#top-page .news-section .news-card:last-child {
  border-bottom: none;
}

#top-page .news-section .news-card:hover {
  background-color: #f9f9f9;
}

#top-page .news-section .news-card-link {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
  color: inherit;
}

#top-page .news-section .news-image {
  display: none;
}

#top-page .news-section .news-content {
  flex: 1;
  padding: 0;
}

#top-page .news-section .news-date {
  display: inline-block;
  font-size: 16px;
  color: #999;
  margin-right: 20px;
  min-width: 100px;
}

#top-page .news-section .news-title {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  line-height: 1.6;
  color: #3a3a3a;
}

#top-page .news-section .news-excerpt {
  display: none;
}

#top-page .news-section .news-more {
  position: relative;
  z-index: 1;
  text-align: right;
  max-width: 1300px;
  margin-left: calc((100vw - 1300px) / 2);
  margin-right: auto;
  margin-top: 50px;
  padding: 0;
}

#top-page .news-section .news-more a {
  text-decoration: none;
  color: #3a3a3a;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

#top-page .news-section .news-more a::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #3a3a3a;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: transform 0.3s ease;
  display: inline-block;
}

#top-page .news-section .news-more a:hover {
  opacity: 0.7;
}

#top-page .news-section .news-more a:hover::after {
  transform: translateX(3px);
}

@media screen and (max-width: 1340px) {
  #top-page .news-section .news-more {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1340px) {
  #top-page .news-section::before {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  #top-page .news-section {
    margin: 0 0 60px;
    padding: 30px 20px 60px;
  }

  #top-page .news-section>h3 {
    margin-left: 40px;
  }

  #top-page .news-section .news-card {
    padding: 10px 20px 10px 60px;

  }

  #top-page .news-section::before {
    left: 30px;
  }

  #top-page .news-section .news-card-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #top-page .news-section .news-date {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 450px) {
  #top-page .news-section .news-title {
    font-size: 14px;
  }

  #top-page .news-section .news-date {
    font-size: 14px;
  }
}

/* service-section (Our Service) */
#top-page .service-section {
  position: relative;
  margin: 0 0 180px;
  padding: 120px 0 100px;
  background: #faf8f6;
}

#top-page .service-layout {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0;
}

#top-page .service-text {
  text-align: left;
}

#top-page .service-text h3 {
  font-family: 'Italiana', serif;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: left;
}

#top-page .service-text h4 {
  font-size: 24px;
  font-weight: bold;
  color: #e7b797;
  margin-bottom: 24px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

#top-page .service-text h4::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #e8e2d6;
  min-width: 0;
}

#top-page .service-bullets {
  list-style: none;
  margin: 0 0 0 100px;
  padding: 0;
  display: grid;
  gap: 25px;
  color: #6a6a6a;
  font-size: 18px;
  line-height: 1.8;
}

#top-page .service-bullets li {
  position: relative;
  padding-left: 16px;
}

#top-page .service-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #ced9df;
  border-radius: 50%;
}

#top-page .service-visual {
  position: relative;
  max-width: 1300px;
  padding: 0 100px;
}

#top-page .service-visual__bg {
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  height: 450px;
  background: #cfd9e2;
  z-index: 0;
  transform: translateX(-100%);
}

#top-page .service-visual.fade.on .service-visual__bg {
  animation: slideInFromLeft 1s ease-out forwards;
  animation-delay: 1s;
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

#top-page .service-visual__image {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0;
  flex-direction: row-reverse;
}

#top-page .service-visual__image img {
  max-width: 730px;
  height: auto;
  flex-shrink: 0;
}

#top-page .service-visual__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-right: -70px;
  z-index: 2;
}

#top-page .service-overlay {
  background: #fff;
  padding: 14px 25px;
  font-size: 26px;
  line-height: 1.6;
  color: #3a3a3a;
  white-space: nowrap;
}

#top-page .service-caption {
  text-align: center;
}

#top-page .service-caption p {
  margin-top: 180px;
  font-size: 18px;
  line-height: 1.8;
}

#top-page .service-caption .service-caption-label {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-secondary);
  margin-top: 0;
  margin-bottom: 20px;
}

#top-page .service-caption .service-btn {
  background-color: var(--color-secondary);
  width: 300px;
  height: 80px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid transparent;
  color: #fff;
  position: relative;
  text-align: center;
}

#top-page .service-caption .service-btn::after {
  content: '';
  position: absolute;
  right: 40px;
  width: 28px;
  height: 1.5px;
  background-color: #fff;
  top: 55%;
  transform: translateY(-50%);
}

#top-page .service-caption .service-btn::before {
  content: '';
  position: absolute;
  right: 40px;
  width: 16px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

#top-page .service-caption .service-btn:hover {
  background-color: transparent;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

#top-page .service-caption .service-btn:hover::after,
#top-page .service-caption .service-btn:hover::before {
  background-color: var(--color-secondary);
}

@media screen and (max-width: 1200px) {
  #top-page .service-section {
    padding: 80px 0 60px;
  }

  #top-page .service-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  #top-page .service-bullets {
    margin: 0 0 0 50px;
  }

  #top-page .service-visual__image {
    margin: 50px auto 0;
  }

  #top-page .service-visual__text {
    margin-right: -185px;
  }

  #top-page .service-visual__image img {
    max-width: 600px;
  }

  #top-page .service-visual__bg {
    left: 0;
    top: 130px;
    height: 350px;
  }


  #top-page .service-overlay {
    left: 20px;
  }
}


@media screen and (max-width: 1000px) {
  #top-page .service-visual__text {
    margin-right: -185px;
  }

  #top-page .service-overlay {
    background: #fff;
    padding: 14px 25px;
    font-size: 20px;
    line-height: 1.6;
    color: #3a3a3a;
    white-space: nowrap;
  }
}

@media screen and (max-width: 900px) {
  #top-page .service-visual__text {
    margin-right: -220px;
  }

  #top-page .service-overlay {
    background: #fff;
    padding: 14px 25px;
    font-size: 19px;
    line-height: 1.6;
    color: #3a3a3a;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  #top-page .service-section {
    margin: 0 0 100px;
    padding: 60px 0 40px;
  }

  #top-page .service-text h3 {
    font-size: 36px;
  }

  #top-page .service-text h4 {
    font-size: 20px;
  }

  #top-page .service-bullets {
    font-size: 16px;
    gap: 20px;
  }

  #top-page .service-visual {
    margin-top: 50px;
    padding: 0 15px;
  }


  #top-page .service-visual__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-right: -100px;
    z-index: 2;
  }

  #top-page .service-visual__image {
    margin: 50px auto 0;
  }

  #top-page .service-visual__image img {
    max-width: 400px;
  }

  #top-page .service-visual__bg {
    left: 0;
    top: 130px;
    height: 200px;
  }


  #top-page .service-overlay {
    position: static;
    display: block;
    margin: 10px 0;
    font-size: 20px;
    padding: 12px 20px;
  }

  #top-page .service-caption p {
    margin-top: 100px;
    font-size: 16px;
  }

  #top-page .service-caption .service-btn {
    width: 100%;
    max-width: 280px;
  }

  #top-page .service-caption .service-caption-label {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  #top-page .service-text h3 {
    font-size: 28px;
  }

  #top-page .service-text h4 {
    font-size: 18px;
  }

  #top-page .service-bullets {
    font-size: 14px;
    margin: 0 0 0 20px;
  }

  #top-page .service-visual__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-right: -100px;
    z-index: 2;
  }

  #top-page .service-visual__image {
    margin: 50px auto 0;
    margin-right: -24%;
  }

  #top-page .service-visual__image img {
    max-width: 300px;
  }

  #top-page .service-visual__bg {
    left: 0;
    top: 60px;
    height: 200px;
  }

  #top-page .service-overlay {
    font-size: 14px;
    margin: 5px 0;
    padding: 7px 10px;
  }

  #top-page .service-caption p {
    margin-top: 80px;
    font-size: 14px;
  }
}


@media screen and (max-width: 400px) {
  #top-page .service-visual__image {
    margin: 50px auto 0;
    margin-right: -30%;
  }

  #top-page .service-visual__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-right: -110px;
    z-index: 2;
  }


}

@media screen and (max-width: 370px) {
  #top-page .service-visual__image {
    margin: 50px auto 0;
    margin-right: -35%;
  }

  #top-page .service-visual__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-right: -130px;
    z-index: 2;
  }


}

/* features-section */
#top-page .features-section .features-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

#top-page .features-section .features-content h3,
#top-page .features-section .features-content h4 {
  color: #fff;
}

#top-page .features-section .features-content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

/* feature-item */
#top-page .features-section .feature-item {
  margin: 0 0 120px;
  padding: 0 20px;
}

#top-page .features-section .feature-item .row {
  max-width: 1300px;
  margin: 0 auto;
}

#top-page .features-section .feature-item .text-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

#top-page .features-section .feature-item .feature-number {
  font-size: 72px;
  line-height: 1;
  color: #3a3a3a;
  flex-shrink: 0;
}

#top-page .features-section .feature-item .feature-number.single-line {
  margin-top: -20px;
}

#top-page .features-section .feature-item .text-box-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#top-page .features-section .feature-item .text-box-content h5 {
  font-size: 24px;
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#top-page .features-section .feature-item .text-box>h5 {
  margin-bottom: 0;
}

#top-page .features-section .feature-item-02 {
  overflow: visible;
}

#top-page .features-section .feature-item-02 .row {
  overflow: visible;
}

#top-page .features-section .feature-item-02 .img-box {
  overflow: visible;
  flex: 0 0 auto;
  width: auto;
}

#top-page .features-section .feature-item-02 .img-box img {
  width: 730px !important;
  max-width: 730px;
  margin-right: -100px;
}

#top-page .features-section .feature-item-03 {
  overflow: visible;
}

#top-page .features-section .feature-item-03 .row {
  overflow: visible;
}

#top-page .features-section .feature-item-03 .img-box {
  overflow: visible;
  flex: 0 0 auto;
  width: auto;
}

#top-page .features-section .feature-item-03 .img-box img {
  width: 730px !important;
  max-width: 730px;
  margin-left: -100px;
}

/* features-section responsive */
@media screen and (max-width: 1300px) and (min-width: 1000px) {

  #top-page .features-section .feature-item .text-box {
    gap: 20px;
  }

  #top-page .features-section .feature-item-02 .img-box img {
    width: 600px !important;
    max-width: 600px;
    margin-right: -50px;
  }

  #top-page .features-section .feature-item-03 .img-box img {
    width: 600px !important;
    max-width: 600px;
    margin-left: -50px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {

  #top-page .features-section .feature-item .row {
    gap: 20px;
  }

  #top-page .features-section .feature-item-02 .img-box img {
    width: 500px !important;
    max-width: 500px;
    margin-right: -40px;
  }

  #top-page .features-section .feature-item-03 .img-box img {
    width: 600px !important;
    max-width: 600px;
    margin-left: -150px;
  }
}



@media screen and (max-width: 768px) {
  #top-page .features-section {
    padding: 0 0 150px !important;
  }

  #top-page .features-section .feature-item .text-box {
    order: 1;
  }

  #top-page .features-section .feature-item .img-box {
    order: 2;
  }

  #top-page .features-section .feature-item .feature-number {
    font-size: 48px;
  }

  #top-page .features-section .feature-item .text-box-content h5 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  #top-page .features-section .feature-item-02 .img-box img {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0;
  }

  #top-page .features-section .feature-item-03 .img-box img {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 450px) {
  #top-page .features-section {
    padding: 0 0 100px !important;
  }

  #top-page .features-section .features-content h3 {
    font-size: 30px;
  }

  #top-page .features-section .feature-item .feature-number {
    font-size: 36px;
  }

  #top-page .features-section .feature-item .text-box-content h5 {
    font-size: 18px;
  }
}

#top-page .features-section .feature-item .text-box>p {
  margin-top: 0;
}



/* service-section */

#top-page .service-section {
  margin: 0 0 100px;
}

#top-page .service-section .service-title {
  position: relative;
  height: 200px;
  margin-bottom: 120px;
  overflow: hidden;
}

#top-page .service-section .service-title::before {
  content: "";
  position: absolute;
  top: 0;
  /* left: calc((100% - 1200px) / 2); */
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #4B3B2A 0%, #5D6C81 30%, #5D6C81 100%);
  z-index: 0;
  animation: none;
}

#top-page .service-section .title-inner {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  text-align: right;
}



#top-page .service-section .service-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  max-width: 1300px;
  margin: 0 auto 230px;
  padding: 0 0;
}

#top-page .service-section .service-box02 {
  justify-content: flex-start;
  max-width: 1300px;
}

#top-page .service-section .service-box03 {
  align-items: flex-start;
}



#top-page .service-section .service-box .text-box {
  position: relative;
  width: 50%;
}

#top-page .service-section .service-box .text-box .illust-box {
  position: absolute;
  left: -16%;
  bottom: -300px;
}


#top-page .service-section .service-box03 .text-box .illust-box {
  position: relative;
  left: 0;
  bottom: 0;
}


#top-page .service-section .service-box02 .text-box {
  max-width: 530px;
  width: unset;
}


#top-page .service-section .service-box .img-box {
  width: 50%;
}

#top-page .service-section .service-box03 .img-box {
  margin-top: 90px;
}

#top-page .service-section .img-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}


@media screen and (max-width: 1200px) {

  #top-page .service-section .service-box {
    gap: 30px;
    margin: 0 auto 350px;
  }

  #top-page .service-section .service-title {
    height: 180px;
  }

  #top-page .service-section .title-inner {
    font-size: 26px;
  }

  #top-page .service-section .service-title::before {
    top: 0;
    left: 0;
    right: 0;
  }

  #top-page .service-section .service-box .text-box {
    margin-left: 20px;
  }

  #top-page .service-section .service-box02 .text-box {
    margin-right: 20px;
  }

  #top-page .service-section .service-box .text-box .illust-box {
    position: absolute;
    left: 0;
    bottom: -300px;
  }

}

@media screen and (max-width: 768px) {

  #top-page .service-section .service-title {
    height: 150px;
  }

  #top-page .service-section .title-inner {
    font-size: 24px;
  }

  #top-page .service-section .service-box {
    flex-direction: column-reverse;
    gap: 50px;
    margin: 0 auto 230px;
  }

  #top-page .service-section .service-box02 {
    flex-direction: column;
  }

  #top-page .service-section .service-box03 {
    align-items: center;
  }

  #top-page .service-section .service-box .text-box {
    margin: 0 auto 0;
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
  }

  #top-page .service-section .service-box .text-box .illust-box {
    position: absolute;
    left: 20px;
    bottom: -185px;
  }

  #top-page .service-box .illust-box img {
    height: 126px;
    width: 120px;
  }

  #top-page .service-box03 .illust-box img {
    height: 158.27px;
    width: 170px;
  }

  #top-page .service-section .service-box03 .img-box {
    margin-top: 0;
  }

}


@media screen and (max-width: 450px) {

  #top-page .service-section .service-title {
    height: 140px;
  }

  #top-page .service-section .title-inner {
    font-size: 20px;
  }

  #top-page .service-section .service-box .img-box {
    width: 100%;
    padding: 0 20px;
  }


}


/* features-section */

#top-page .features-section {
  margin: 0;
  padding: 0 0 300px;
}

#top-page .features-section .features-bg {
  position: relative;
  width: 100%;
  min-height: 500px;
  background-image: url('../img/top-feature-bg.jpg');
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 200px;
  text-align: center;
}

#top-page .features-section .features-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

#top-page .features-section .features-bg h3,
#top-page .features-section .features-bg h4 {
  position: relative;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #top-page .features-section .features-bg {
    min-height: 300px;
    margin-bottom: 100px;
    padding: 60px 20px;
  }
}

@media screen and (max-width: 450px) {
  #top-page .features-section .features-bg {
    min-height: 250px;
    padding: 40px 20px;
  }
}


/* developer-section */

#top-page .developer-section {
  margin: 0 0 200px;
}

#top-page .developer-section .developer-bg {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-image: url('../img/top-developer-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
}

#top-page .developer-section .developer-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#top-page .developer-section .developer-content h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
}

#top-page .developer-section .developer-content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

#top-page .developer-section .developer-caption-label {
  font-size: 20px !important;
  font-weight: bold;
  color: var(--color-secondary) !important;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center !important;
}

#top-page .developer-section .btn-developer.developer-btn {
  background-color: var(--color-secondary);
  width: 300px;
  height: 80px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid transparent;
  color: #fff;
  position: relative;
  text-align: center;
}


#top-page .developer-section .btn-developer.developer-btn:hover {
  background-color: transparent;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}


@media screen and (max-width: 768px) {
  #top-page .developer-section {
    margin: 0 0 100px;
  }

  #top-page .developer-section .developer-caption-label {
    font-size: 18px !important;
  }

  #top-page .developer-section .btn-developer.developer-btn {
    max-width: 280px;
  }

  #top-page .developer-section .developer-bg {
    min-height: 300px;
    padding: 60px 20px;
  }

  #top-page .developer-section .developer-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #top-page .developer-section .developer-content p {
    font-size: 14px;
  }

  #top-page .developer-section .btn-developer {
    width: 100%;
    max-width: 300px;
    height: 80px;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  #top-page .developer-section .developer-bg {
    min-height: 250px;
    padding: 40px 15px;
  }

  #top-page .developer-section .developer-content {
    padding: 0 15px;
  }

  #top-page .developer-section .developer-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #top-page .developer-section .developer-content p {
    font-size: 14px;
    text-align: left;
  }

  #top-page .developer-section .btn-developer {
    width: 100%;
    max-width: 280px;
    height: 70px;
    font-size: 13px;
  }
}


/* ========================================
   About Page (#about-page)
   ======================================== */
#about-page.about-page {
  background: #fbf9f6;
}

/* メインビジュアル（固定背景＋クリッピング切り替え） */
#about-page .about-main-visual {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 1枚目だけヘッダー分を上に詰める */
#about-page .about-main-visual--first {
  margin-top: 0;
}

/* 背景を切り抜くラッパー */
#about-page .about-main-visual__bg-clip {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
  z-index: 0;
}

/* メインビジュアルの暗くするオーバーレイ */
#about-page .about-main-visual__bg-clip::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.20);
  pointer-events: none;
  z-index: 1;
}

/* 画面に対して固定される背景レイヤー */
#about-page .about-main-visual__bg-fixed {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

#about-page .about-main-visual__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: auto;
}

#about-page .about-main-visual__text {
  margin: 0 0 clamp(30px, 5vh, 60px);
  padding: 0;
  font-family: var(--font-primary);
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

#about-page .about-main-visual__body {
  font-family: var(--font-primary);
  color: #fff;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

#about-page .about-main-visual__body p {
  font-size: clamp(15px, 2vh, 18px);
  line-height: 2.2;
  margin: 0 0 clamp(15px, 3vh, 30px);
}

#about-page .about-main-visual__body p:last-child {
  margin-bottom: 0;
}

#about-page .about-main-visual__slide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background: rgba(0, 0, 0, 0.25); */
}

/* 共通セクション */
#about-page .about-section {
  position: relative;
  background: #fbf9f6;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 24px 100px;
}

#about-page .about-section__title {
  font-family: var(--font-noto);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--text-black);
  margin: 0 0 8px;
}

#about-page .about-section__subtitle {
  font-size: 12px;
  color: var(--text-black);
  margin: 0;
  letter-spacing: 0.05em;
}

/* Mission 私たちの使命（1500px幅・左60%テキスト / 右40%ビジュアル） */
#about-page .about-mission {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#about-page .about-mission__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 48.6655%;
  min-height: 480px;
  background: #fbf9f6;
}

#about-page .about-mission__content {
  padding: 80px 30px 80px 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about-page .about-mission__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 40px;
}

#about-page .about-mission__title {
  font-family: 'Italiana', serif;
  font-size: clamp(32px, 4vw, 72px);
  font-weight: 200;
  letter-spacing: 0.05em;
  color: var(--text-black);
  margin: 0;
}

#about-page .about-mission__subtitle {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 600;
  color: var(--color-secondary);
  letter-spacing: 0.02em;
  margin: 0;
}

#about-page .about-mission__lead-ja {
  font-family: var(--font-primary);
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.7;
  color: var(--text-black);
  margin: 0 0 12px;
}

#about-page .about-mission__lead-en {
  font-family: 'Italiana', serif;
  font-size: 30px;
  color: var(--text-black);
  letter-spacing: 0.08em;
  margin: 0 0 36px;
}

#about-page .about-mission__text {
  text-align: left;
}

#about-page .about-mission__text p {
  margin: 0 0 3em;
  font-size: 16px;
  line-height: 2;
  color: var(--text-black);
  font-family: var(--font-primary);
}

#about-page .about-mission__text p:last-child {
  margin-bottom: 0;
}

#about-page .about-mission__visual {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 320px;
}

/* Vision 目指す未来（1500px幅・左60%画像 / 右40%テキスト） */
#about-page .about-vision {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#about-page .about-vision__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 45.33% 1fr;
  min-height: 610px;
  background: #fbf9f6;
}

#about-page .about-vision__image {
  min-height: 320px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#about-page .about-vision__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#about-page .about-vision__content {
  padding: 80px 0 80px 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about-page .about-vision__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 40px;
}

#about-page .about-vision__title {
  font-family: 'Italiana', serif;
  font-size: clamp(32px, 4vw, 72px);
  font-weight: 200;
  letter-spacing: 0.05em;
  color: var(--text-black);
  margin: 0;
}

#about-page .about-vision__subtitle {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 600;
  color: var(--color-secondary);
  letter-spacing: 0.02em;
  margin: 0;
}

#about-page .about-vision__lead {
  font-family: var(--font-primary);
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 500;
  line-height: 2;
  color: var(--text-black);
  margin: 0 0 32px;
}

#about-page .about-vision__text {
  text-align: left;
}

#about-page .about-vision__text p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: var(--text-black);
  font-family: var(--font-primary);
}

/* Value 私たちのお約束（1500px幅） */
#about-page .about-value {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

#about-page .about-value__inner {
  background-color: #fefefd;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 100px 20px;
}

#about-page .about-value__head {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0 auto 80px;
  max-width: 1300px;
  padding-left: 35px;
}

#about-page .about-value__title {
  font-family: 'Italiana', serif;
  font-size: clamp(40px, 4.5vw, 72px);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--text-black);
  margin: 0;
}

#about-page .about-value__subtitle {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 600;
  color: var(--color-secondary);
  letter-spacing: 0.02em;
  margin: 0;
}

#about-page .about-value__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#about-page .about-value__item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 0 20px;
  align-items: start;
  padding: 48px 0 70px;
  border-bottom: 1px solid var(--color-secondary);
}

#about-page .about-value__item:last-child {
  border-bottom: none;
}

#about-page .about-value__number {
  font-size: clamp(48px, 6vw, 60px);
  font-weight: 400;
  color: var(--text-black);
  letter-spacing: 0.02em;
  line-height: 1;
}

#about-page .about-value__content {
  min-width: 0;
}

#about-page .about-value__heading {
  font-family: var(--font-primary);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  margin: 24px 0 40px;
  text-align: left;
  color: var(--text-black);
  line-height: 1.5;
}

#about-page .about-value__text {
  text-align: left;
}

#about-page .about-value__text p {
  margin: 0 0 1.4em;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 2;
  color: var(--text-black);
  font-family: var(--font-primary);
}

#about-page .about-value__text p:last-child {
  margin-bottom: 0;
}

/* Our Services できること（1500px幅） */
#about-page .about-service {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

#about-page .about-service__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

#about-page .about-service__title {
  font-family: 'Italiana', serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--text-black);
  margin: 0 0 12px;
  text-align: left;
}

#about-page .about-service__subtitle-row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 100px;
}

#about-page .about-service__subtitle {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 600;
  color: var(--color-secondary);
  letter-spacing: 0.02em;
  margin: 0;
  flex-shrink: 0;
}

#about-page .about-service__line {
  flex: 1;
  height: 0;
  border-bottom: 1px solid #e8e2d6;
}

#about-page .about-service__list {
  display: flex;
  justify-content: center;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

#about-page .about-service__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

#about-page .about-service__circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #f9f7f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
}

#about-page .about-service__label {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-black);
  text-align: center;
}

/* Company 会社概要（白カード・青灰背景） */
#about-page .about-company {
  background: var(--color-primary);
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding: 150px 30px 150px;
}

#about-page .about-company__card {
  max-width: 1300px;
  margin: 0 auto;
  background: #fff;
  padding: 56px 100px 64px;
  box-sizing: border-box;
}

#about-page .about-company__title {
  font-family: 'Italiana', serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--text-black);
  margin: 0 0 12px;
  text-align: left;
}

#about-page .about-company__subtitle-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

#about-page .about-company__subtitle {
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 600;
  color: var(--color-secondary);
  letter-spacing: 0.02em;
  margin: 0;
  flex-shrink: 0;
}

#about-page .about-company__line {
  flex: 1;
  height: 0;
  border-bottom: 1px solid #e8e2d6;
}

#about-page .about-company__list {
  margin: 80px auto 80px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px 40px;
  max-width: fit-content;
}

#about-page .about-company__list dt {
  font-family: var(--font-primary);
  font-size: 18px;
  color: var(--text-black);
  font-weight: 600;
}

#about-page .about-company__list dd {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-black);
}

/* CTA（個人のお客様へ / ディベロッパーの方へ） */
#about-page .about-cta {
  max-width: none;
  padding: 180px 30px 280px;
  background: #f8f7f5;
}

#about-page .about-cta__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12%;
  max-width: 1200px;
  margin: 0 auto;
}

#about-page .about-cta__block {
  display: block;
  letter-spacing: 0;
  padding: 56px 10px;
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  text-align: center;
}

#about-page .about-cta__block:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

#about-page .about-cta__heading {
  font-family: var(--font-primary);
  font-size: clamp(22px, 2.5vw, 24px);
  font-weight: 400;
  color: var(--text-black);
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

#about-page .about-cta__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.4em;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-secondary);
  margin: 0 0 32px;
  line-height: 1.7;
}

#about-page .about-cta__text-bracket {
  flex-shrink: 0;
  line-height: 1;
}

#about-page .about-cta__text-inner {
  text-align: center;
  padding: 0 10px;
}

/* トップページ .service-btn と同じデザイン */
#about-page .about-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 300px;
  height: 80px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: normal;
  font-family: var(--font-mincho);
  background-color: var(--color-secondary);
  border: 1px solid transparent;
  color: #fff;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

#about-page .about-cta__btn::after {
  content: '';
  position: absolute;
  right: 40px;
  width: 28px;
  height: 1.5px;
  background-color: #fff;
  top: 55%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}

#about-page .about-cta__btn::before {
  content: '';
  position: absolute;
  right: 40px;
  width: 16px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
  transition: background-color 0.3s ease;
}

#about-page .about-cta__block:hover .about-cta__btn {
  background-color: transparent;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

#about-page .about-cta__block:hover .about-cta__btn::after,
#about-page .about-cta__block:hover .about-cta__btn::before {
  background-color: var(--color-secondary);
}


@media screen and (max-width: 1300px) {
  #about-page .about-cta__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
    max-width: 1200px;
    margin: 0 auto;
  }

}


@media screen and (max-width: 1200px) {
  #about-page .about-cta__text {
    font-size: 18px;
  }

  #about-page .about-cta__btn {
    width: 100%;
    max-width: 280px;
  }

  #about-page .about-service__inner {
    margin: 0 30px;
    padding: 80px 0 100px;
  }
}

@media screen and (max-width: 1100px) {
  #about-page .about-cta__heading {
    font-size: 22px;
  }

  #about-page .about-cta__text {
    font-size: 17px;
  }
}

@media screen and (max-width: 900px) {
  #about-page {
    padding: 20px 0 0;
  }
}


@media screen and (max-width: 768px) {
  #about-page {
    padding: 20px 0 0;
  }

  #about-page.about-page {
    margin-top: 30px;
  }

  #about-page .about-main-visual__slide {
    min-height: 100vh;
  }

  #about-page .about-section {
    padding: 56px 16px 72px;
  }

  #about-page .about-main-visual__content {
    padding: 0 16px;
  }

  #about-page .about-main-visual__text {
    font-size: clamp(26px, 6vw, 32px);
    margin-bottom: 40px;
  }

  #about-page .about-main-visual__body {
    font-size: 14px;
    line-height: 2;
  }

  #about-page .about-main-visual__body p {
    font-size: 15px;
    line-height: 2.2;
  }

  #about-page .about-mission__title,
  #about-page .about-vision__title,
  #about-page .about-value__title {
    font-size: 36px;
  }

  /* Mission */
  #about-page .about-mission__lead-ja {
    font-size: 18px;
    line-height: 1.8;
  }

  #about-page .about-mission__lead-en {
    font-size: 22px;
    letter-spacing: 0.06em;
  }

  #about-page .about-mission__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  /* Vision */
  #about-page .about-vision__lead {
    font-size: 18px;
    line-height: 1.8;
  }

  #about-page .about-vision__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  /* Value */
  #about-page .about-value__text p {
    font-size: 13px;
    line-height: 1.9;
  }

  /* Service */
  #about-page .about-service__subtitle {
    font-size: 20px;
  }

  #about-page .about-service__label {
    font-size: 14px;
    line-height: 1.8;
  }

  /* Company */
  #about-page .about-company__subtitle {
    font-size: 20px;
  }

  #about-page .about-company__list dt,
  #about-page .about-company__list dd {
    font-size: 15px;
    line-height: 1.7;
  }

  /* CTA */
  #about-page .about-cta__heading {
    font-size: 20px;
  }

  #about-page .about-cta__text {
    font-size: 16px;
    line-height: 1.7;
  }

  #about-page .about-company {
    padding: 56px 24px 72px;
  }

  #about-page .about-company__card {
    padding: 40px 24px 48px;
  }

  #about-page .about-company__subtitle-row {
    margin-bottom: 32px;
  }

  #about-page .about-company__list {
    grid-template-columns: 1fr;
    padding-left: 0;
    gap: 12px 0;
  }

  #about-page .about-company__list dt {
    margin-top: 16px;
  }

  #about-page .about-company__list dt:first-child {
    margin-top: 0;
  }

  #about-page .about-service__list {
    gap: 28px;
  }

  #about-page .about-service__circle {
    width: 200px;
    height: 200px;
    padding: 20px;
  }
}

@media screen and (max-width: 450px) {
  #about-page.about-page {
    margin-top: -30px;
  }

  #about-page .about-section {
    padding: 40px 12px 56px;
  }

  #about-page .about-main-visual__text {
    font-size: clamp(21px, 5vw, 26px);
    margin-bottom: 30px;
  }

  #about-page .about-main-visual__body {
    font-size: 12px;
  }

  #about-page .about-main-visual__content {
    padding: 0 30px;
  }

  #about-page .about-main-visual__body p {
    text-align: left;
    line-height: 1.7;
    font-size: 14px;
    margin: 0 0 20px;
  }

  /* メインビジュアル本文内の改行はスマホでは非表示にする */
  #about-page .about-main-visual__body br {
    display: none;
  }

  /* Mission / Vision を1カラムレイアウトに */
  #about-page .about-mission__inner,
  #about-page .about-vision__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  #about-page .about-mission__subtitle,
  #about-page .about-vision__subtitle,
  #about-page .about-value__subtitle {
    font-size: 20px;
  }

  #about-page .about-mission__content,
  #about-page .about-vision__content {
    padding: 40px 16px 40px;
  }

  /* Vision: 画像をテキストの下に配置 */
  #about-page .about-vision__inner {
    display: flex;
    flex-direction: column;
  }

  #about-page .about-vision__content {
    order: 1;
  }

  #about-page .about-vision__image {
    order: 2;
  }

  #about-page .about-mission__title,
  #about-page .about-vision__title,
  #about-page .about-value__title,
  #about-page .about-service__title,
  #about-page .about-company__title {
    font-size: 32px;
  }

  #about-page .about-value__inner {
    padding: 40px 16px 56px;
  }

  #about-page .about-value__item {
    grid-template-columns: 40px 1fr;
    gap: 0 10px;
    align-items: start;
    padding: 35px 0 50px;
  }

  #about-page .about-value__number {
    font-size: 32px;
  }

  #about-page .about-value__head {
    padding-left: 16px;
  }

  #about-page .about-value__heading {
    font-size: 16px;
  }

  #about-page .about-service__inner {
    margin: 0 15px;
    padding: 40px 15px 56px;
  }

  #about-page .about-service__subtitle-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
  }

  #about-page .about-service__circle {
    width: 220px;
    height: 220px;
    padding: 16px;
  }

  #about-page .about-service__label {
    font-size: 13px;
  }

  #about-page .about-company {
    padding: 40px 16px 56px;
  }

  #about-page .about-company__card {
    padding: 32px 16px 40px;
  }

  #about-page .about-cta {
    padding: 40px 16px 56px;
  }

  /* CTA: 1カラムレイアウト */
  #about-page .about-cta__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* ==================================================
   vacant-house page
   ================================================== */

#vacant-house-page {}

#vacant-house-page .vh-section-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0;
}

#vacant-house-page .vh-section-title {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.12em;
}

#vacant-house-page .vh-section-subtitle {
  text-align: center;
  font-size: 15px;
}

/* inheritance / solution section */

#vacant-house-page .vh-problem-section {
  padding: 120px 0 200px;
}

#vacant-house-page .vh-inheritance-layout {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 170px;
}

#vacant-house-page .vh-inheritance-text {
  padding-left: 30px;
}

#vacant-house-page .vh-inheritance-en {
  font-family: 'Italiana', serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.3;
}

#vacant-house-page .vh-inheritance-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 70px;
}

#vacant-house-page .vh-inheritance-en {
  margin: 0;
}

#vacant-house-page .vh-inheritance-heading-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

#vacant-house-page .vh-inheritance-title {
  font-size: 30px;
  color: var(--color-secondary);
  font-weight: 600;
  margin: 0;
}

#vacant-house-page .vh-inheritance-line {
  flex: 1;
  height: 1px;
  background-color: #e8e2d6;
}

#vacant-house-page .vh-inheritance-text p {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 40px;
  letter-spacing: 0.9px;
}

#vacant-house-page .vh-inheritance-text p:last-child {
  margin-bottom: 0;
}

#vacant-house-page .vh-inheritance-image {
  margin-right: -130px;
}

#vacant-house-page .vh-inheritance-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#vacant-house-page .vh-solution-block {
  text-align: center;
}

#vacant-house-page .vh-solution-heading {
  font-size: 30px;
  margin-bottom: 110px;
}

#vacant-house-page .vh-solution-icons {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  justify-content: center;
  gap: 35px;
  margin: 0 auto 40px;
}

#vacant-house-page .vh-solution-icons li {
  text-align: center;
}

#vacant-house-page .vh-solution-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: var(--color-secondary);
}

#vacant-house-page .vh-solution-icon-circle img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

#vacant-house-page .vh-solution-label {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

#vacant-house-page .vh-solution-text {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 36px;
}

#vacant-house-page .vh-solution-text:last-child {
  margin-bottom: 0;
}

/* flow section */

#vacant-house-page .vh-flow-section {
  background-color: #fff;
  margin-bottom: 200px;
  padding: 0 0 100px;
}

#vacant-house-page .vh-flow-header {
  background-color: #fff;
  padding: 100px 20px 100px;
}

#vacant-house-page .vh-flow-header .vh-section-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

#vacant-house-page .vh-flow-main-title {
  font-family: 'Italiana', serif;
  font-size: 48px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 8px 0;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: left;
}

#vacant-house-page .vh-flow-heading {
  display: flex;
  align-items: center;
  gap: 50px;
}

#vacant-house-page .vh-flow-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-secondary);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 50px;
}

#vacant-house-page .vh-flow-line {
  flex: 1;
  height: 1px;
  background-color: #e8e2d6;
}

#vacant-house-page .vh-flow-body {
  background-color: var(--color-primary);
  padding: 50px 20px 50px;
}

#vacant-house-page .vh-flow-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  max-width: 1300px;
  margin: 0 auto;
}

#vacant-house-page .vh-flow-card {
  flex: 1;
  min-width: 200px;
  max-width: 260px;
  height: 320px;
  background-color: #fff;
  padding: 28px 15px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#vacant-house-page .vh-flow-step-label {
  font-size: 24px;
  color: #9ba7ae;
  margin: 0 0 16px;
}

#vacant-house-page .vh-flow-icon {
  margin-bottom: 16px;
}

#vacant-house-page .vh-flow-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

#vacant-house-page .vh-flow-title {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 12px;
}

#vacant-house-page .vh-flow-text {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

#vacant-house-page .vh-flow-arrow {
  display: inline-block;
  padding: 0 20px;
}

#vacant-house-page .vh-flow-arrow img {
  display: block;
  width: 17px;
  height: 30px;
}

#vacant-house-page .vh-flow-message {
  max-width: 720px;
  margin: 120px auto 0;
  text-align: center;
  background-color: #fff;
}

#vacant-house-page .vh-flow-message-text {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

#vacant-house-page .vh-flow-message-list {
  display: inline-block;
  text-align: left;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

#vacant-house-page .vh-flow-message-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

#vacant-house-page .vh-flow-message-list li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-primary);
  transform: translateY(-50%);
}

#vacant-house-page .vh-flow-message-list li:last-child {
  margin-bottom: 0;
}

#vacant-house-page .vh-flow-message-photo {
  max-width: 840px;
  margin: 80px auto 30px;
  padding: 0 20px;
  text-align: center;
}

#vacant-house-page .vh-flow-message-photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* feature section (MIFUの3つの特徴) */

#vacant-house-page .vh-feature-section {
  padding: 0 0 300px;
  background-color: #faf8f5;
}

#vacant-house-page .vh-feature-inner {
  max-width: 1300px;
  margin: 0 auto;
}

#vacant-house-page .vh-feature-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 0;
  gap: 30px;
}

#vacant-house-page .vh-feature-block--01 {
  align-items: center;
  margin-bottom: 300px;
}

#vacant-house-page .vh-feature-block--01 .vh-feature-visual {

  margin-left: -100px;
}

#vacant-house-page .vh-feature-block--01 .vh-feature-visual img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}

#vacant-house-page .vh-feature-block--01 .vh-feature-content {
  max-width: 600px;
}

#vacant-house-page .vh-feature-main-title {
  font-family: 'Italiana', serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0 0 12px 0;
  line-height: 1.3;
  text-align: right;
}

#vacant-house-page .vh-feature-heading {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 110px;
  justify-content: flex-end;
}

#vacant-house-page .vh-feature-badge {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-secondary);
  margin: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 50px;
}

#vacant-house-page .vh-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#vacant-house-page .vh-feature-item {
  margin-bottom: 40px;
}

#vacant-house-page .vh-feature-item:last-child {
  margin-bottom: 0;
}

#vacant-house-page .vh-feature-item-title {
  font-size: 24px;
  margin: 0 0 30px;
  text-align: left;
}

#vacant-house-page .vh-feature-num {
  margin-right: 4px;
}

#vacant-house-page .vh-feature-item-text {
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}

#vacant-house-page .vh-feature-block--02 {
  align-items: flex-start;
  padding: 0 20px;
}

#vacant-house-page .vh-feature-philosophy {
  background-color: rgba(255, 255, 255, 0.8);
  width: 700px;
  margin-top: 110px;
  padding: 75px 60px;
  z-index: 2;
}

#vacant-house-page .vh-feature-philosophy p {
  font-size: 16px;
  line-height: 3;
  margin: 0 0 50px;
}

#vacant-house-page .vh-feature-philosophy p:last-child {
  margin-bottom: 0;
}

#vacant-house-page .vh-feature-visual-right {
  width: 700px;
  position: relative;
  z-index: 1;
  margin-left: -40px;
  z-index: 1;
}

#vacant-house-page .vh-feature-visual-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}



@media screen and (max-width: 1340px) {
  #vacant-house-page .vh-section-inner {
    max-width: 1300px;
    padding: 0 20px;
  }

  #vacant-house-page .vh-feature-inner {
    max-width: 1300px;
    margin: 0 20px;
  }

}

@media screen and (max-width: 1000px) {
  #vacant-house-page .vh-solution-icon-circle {
    width: 180px;
    height: 180px;
  }

  #vacant-house-page .vh-flow-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  #vacant-house-page .vh-solution-icons {
    gap: 0;
  }
}

@media screen and (max-width: 1100px) and (min-width: 901px) {
  #vacant-house-page .vh-flow-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
  }

  #vacant-house-page .vh-flow-card {
    min-width: 0;
    max-width: 200px;
  }

  #vacant-house-page .vh-flow-arrow {
    padding: 0 8px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 900px) {
  #vacant-house-page .vh-flow-header {
    background-color: #fff;
    padding: 100px 20px 10px;
  }

  #vacant-house-page .vh-flow-main-title {
    font-size: 32px;
  }

  #vacant-house-page .vh-flow-subtitle {
    font-size: 18px;
    margin: 0 0 60px 0;
  }

  #vacant-house-page .vh-flow-cards {
    flex-direction: column;
    align-items: center;
  }

  #vacant-house-page .vh-flow-card {
    max-width: 325px;
  }

  #vacant-house-page .vh-flow-title {
    font-size: 16px;
  }

  #vacant-house-page .vh-flow-text {
    font-size: 14px;
  }

  #vacant-house-page .vh-flow-arrow {
    transform: rotate(90deg);
    margin: 16px 0;
  }
}

@media screen and (max-width: 768px) {

  #vacant-house-page .vh-inheritance-image {
    margin-right: unset;
  }

  /* 共通余白 */
  #vacant-house-page .vh-section-inner {
    padding: 0 20px;
  }

  /* 相続セクション（ヘッダー＋本文） */
  #vacant-house-page .vh-problem-section {
    padding: 80px 0 120px;
  }

  #vacant-house-page .vh-inheritance-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 50px;
  }

  #vacant-house-page .vh-inheritance-layout {
    flex-direction: column;
    gap: 50px;
    max-width: 550px;
    margin: 0 auto 100px;
  }

  #vacant-house-page .vh-inheritance-text {
    padding-left: 0;
  }

  #vacant-house-page .vh-inheritance-en {
    font-size: 32px;
  }

  #vacant-house-page .vh-inheritance-title {
    font-size: 22px;
  }

  #vacant-house-page .vh-inheritance-text p {
    font-size: 15px;
    margin-bottom: 24px;
  }

  /* ソリューションブロック */
  #vacant-house-page .vh-solution-heading {
    font-size: 18px;
    margin-bottom: 24px;
  }

  #vacant-house-page .vh-solution-icon-circle img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  #vacant-house-page .vh-solution-label {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }

  #vacant-house-page .vh-solution-text {
    font-size: 15px;
  }

  #vacant-house-page .vh-solution-icons {
    grid-template-columns: repeat(2, 170px);
    gap: 35px 18px;
  }

  #vacant-house-page .vh-solution-icon-circle {
    width: 170px;
    height: 170px;
    gap: 10px;
  }

  /* Flow セクション */

  #vacant-house-page .vh-flow-section {
    margin-bottom: 100px;
    padding: 0 0 100px;
  }


  #vacant-house-page .vh-feature-heading {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
    justify-content: flex-end;
  }

  #vacant-house-page .vh-flow-header {
    background-color: #fff;
    padding: 100px 20px 10px;
  }

  #vacant-house-page .vh-flow-main-title {
    font-size: 32px;
  }

  #vacant-house-page .vh-flow-subtitle {
    font-size: 18px;
    margin: 0 0 60px 0;
  }

  #vacant-house-page .vh-flow-cards {
    flex-direction: column;
    align-items: center;
  }

  #vacant-house-page .vh-flow-card {
    max-width: 325px;
  }

  #vacant-house-page .vh-flow-title {
    font-size: 16px;
  }

  #vacant-house-page .vh-flow-text {
    font-size: 14px;
  }

  #vacant-house-page .vh-flow-arrow {
    transform: rotate(90deg);
    margin: 16px 0;
  }

  #vacant-house-page .vh-flow-message {
    margin: 100px auto 0;
    max-width: 540px;
    padding: 0 20px;
  }

  #vacant-house-page .vh-flow-message-text,
  #vacant-house-page .vh-flow-message-list {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 24px;
  }

  #vacant-house-page .vh-flow-message-photo {
    margin: 60px auto 0;
  }

  /* FEATURES セクション */
  #vacant-house-page .vh-feature-section {
    padding: 40px 0 200px;
  }

  #vacant-house-page .vh-feature-main-title {
    font-size: 32px;
  }

  #vacant-house-page .vh-feature-badge {
    font-size: 18px;
  }

  #vacant-house-page .vh-feature-block--01 .vh-feature-visual {
    margin-left: unset;
  }

  #vacant-house-page .vh-feature-item-title {
    font-size: 20px;
    margin: 0 0 20px;
    text-align: left;
  }

  #vacant-house-page .vh-feature-item-text {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
  }

  #vacant-house-page .vh-feature-block {
    flex-direction: column;
  }

  #vacant-house-page .vh-feature-block--02 {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 0 20px;
  }

  #vacant-house-page .vh-feature-visual-right {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-left: unset;
    z-index: 1;
  }

  #vacant-house-page .vh-feature-block--01 .vh-feature-visual img,
  #vacant-house-page .vh-feature-visual-right img {
    min-height: 260px;
  }

  #vacant-house-page .vh-feature-block--01 .vh-feature-content {
    padding: 40px 20px 50px;
  }

  #vacant-house-page .vh-feature-philosophy {
    margin-top: 0;
    max-width: 100%;
    padding: 40px 20px 30px;
  }
}

@media screen and (max-width: 450px) {

  #vacant-house-page .vh-hero-title {
    font-size: 24px;
  }

  #vacant-house-page .vh-inheritance-title {
    font-size: 19px;
  }

  #vacant-house-page .vh-inheritance-heading-row {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  #vacant-house-page .vh-inheritance-text p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #vacant-house-page .vh-solution-text {
    font-size: 14px;
  }

  #vacant-house-page .vh-flow-section {
    margin-bottom: 70px;
    padding: 0 0 100px;
  }

  #vacant-house-page .vh-flow-main-title {
    font-size: 28px;
  }

  #vacant-house-page .vh-flow-message {
    max-width: 100%;
    text-align: left;
  }

  #vacant-house-page .vh-flow-message-text,
  #vacant-house-page .vh-flow-message-list {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }

  #vacant-house-page .vh-feature-main-title {
    font-size: 28px;
  }

  #vacant-house-page .vh-problem-icon {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }

  #vacant-house-page .vh-feature-block--01 .vh-feature-content {
    padding: 40px 0 50px;
  }

  #vacant-house-page .vh-feature-item-title {
    font-size: 18px;
    margin: 0 0 20px;
    text-align: left;
  }

  #vacant-house-page .vh-feature-item-text {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
  }

  #vacant-house-page .vh-feature-visual-right {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-left: unset;
    z-index: 1;
  }

  #vacant-house-page .vh-feature-block--02 {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 0 0;
  }

  #vacant-house-page .vh-feature-philosophy {
    margin-top: 0px;
    max-width: 100%;
    padding: 40px 20px 30px;
  }

  #vacant-house-page .vh-feature-philosophy p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 30px;
  }

  #vacant-house-page .vh-contact-title {
    font-size: 22px;
  }

}

@media screen and (max-width: 400px) {

  #vacant-house-page .vh-solution-icon-circle {
    width: 150px;
    height: 150px;
    gap: 10px;
  }

  #vacant-house-page .vh-solution-icons {
    grid-template-columns: repeat(2, 150px);
    gap: 0 18px;
  }

}



/* ================================
      Developer Page
      ================================ */

#developer-page {
  background-color: #f9f8f6;
}

#developer-page .dev-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#developer-page .dev-section-title {
  font-size: 30px;
  letter-spacing: 0.12em;
  line-height: 1.6;
}

#developer-page .dev-section-en {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#developer-page .dev-section-subtitle {
  font-size: 15px;
}

/* hero */

#developer-page .dev-hero-section {
  padding: 120px 0 100px;
  background-color: #faf9f7;
}

#developer-page .dev-hero-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

#developer-page .dev-hero-heading {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 32px;
}

#developer-page .dev-hero-en {
  font-family: 'Italiana', serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #3a3a3a;
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.3;
}

#developer-page .dev-hero-ja {
  font-size: 30px;
  color: var(--color-secondary);
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

#developer-page .dev-hero-line {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #e8e2d6;
}

#developer-page .dev-hero-panel {
  margin-top: 40px;
  background-color: #fff
}

#developer-page .dev-hero-panel-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 110px 40px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}

#developer-page .dev-hero-body {
  flex: 1;
  color: #3a3a3a;
  margin-top: -10px;
}

#developer-page .dev-hero-body p {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 1.5em 0;
}

#developer-page .dev-hero-body p:last-child {
  margin-bottom: 0;
}

#developer-page .dev-hero-lead {
  font-size: 24px !important;
  line-height: 2;
}

#developer-page .dev-hero-image {
  flex: 1;
  max-width: 634px;
  align-self: flex-end;
  margin-bottom: -100px;
}

#developer-page .dev-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

/* solutions - MIFUのソリューション */

#developer-page .dev-solutions-section {
  padding: 80px 0 100px;
}

#developer-page .dev-solutions-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

#developer-page .dev-solutions-top {
  display: block;
  margin-bottom: 40px;
}

#developer-page .dev-solutions-heading {
  flex-shrink: 0;
}

#developer-page .dev-solutions-title {
  font-family: 'Italiana', serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #333333;
  margin: 0 0 15px 0;
  line-height: 1.3;
  text-align: left;
}

#developer-page .dev-solutions-subtitle {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 600;
  margin: 0 0 70px 0;
  display: flex;
  align-items: center;
  gap: 50px;
  line-height: 1.4;
}

#developer-page .dev-solutions-subtitle::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #e8e2d6;
  min-width: 0;
}

#developer-page .dev-solutions-intro {
  font-size: 20px;
  margin: 0 0 60px;
  line-height: 1.8;
  text-align: center;
}

#developer-page .dev-solutions-circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}

#developer-page .dev-solutions-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 18px 20px;
  background-color: var(--color-secondary);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-radius: 50%;
  aspect-ratio: 1;
  box-sizing: border-box;
}

#developer-page .dev-solutions-connect,
#developer-page .dev-solutions-conclude {
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1.8;
}

#developer-page .dev-solutions-conclude {
  margin-bottom: 110px;
}

#developer-page .dev-scheme-wrap {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 0;
  /* 基準コンテンツ幅1300pxの左端にそろえる */
  margin-left: calc((100% - 1300px) / 2);
}

#developer-page .dev-scheme-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

#developer-page .dev-scheme {
  padding: 0;
  border-top: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}


#developer-page .dev-scheme-left {
  flex: 0 0 400px;
}

#developer-page .dev-scheme-right {
  flex: 1;
}

#developer-page .dev-scheme-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.5;
}

#developer-page .dev-scheme-desc {
  font-size: 18px;
  margin: 0 0 28px 0;
  line-height: 1.7;
}

#developer-page .dev-scheme-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#developer-page .dev-scheme-list li {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  line-height: 1.6;
}

#developer-page .dev-scheme-list li:last-child {
  margin-bottom: 0;
}

#developer-page .dev-scheme-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  border-radius: 50%;
}

/* benefits - 導入メリット */

#developer-page .dev-benefits-section {
  padding: 80px 20px 220px;
}

#developer-page .dev-benefits-inner {
  max-width: 1300px;
  margin: 0 auto;
}

#developer-page .dev-benefits-heading {
  margin-bottom: 40px;
}

#developer-page .dev-benefits-main {
  display: flex;
  align-items: stretch;
  gap: 60px;
}

#developer-page .dev-benefits-text {
  flex: 0 1 48%;
  min-width: 0;
  margin-left: 40px;
}

#developer-page .dev-benefits-title {
  font-family: 'Italiana', serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #333333;
  margin: 0 0 12px 0;
  line-height: 1.3;
  text-align: left;
}

#developer-page .dev-benefits-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-secondary);
  margin: 0 0 80px 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 50px;
}

#developer-page .dev-benefits-subtitle::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #e8e2d6;
  min-width: 0;
}

#developer-page .dev-benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#developer-page .dev-benefits-list>li {
  margin-bottom: 40px;
}

#developer-page .dev-benefits-list>li:last-child {
  margin-bottom: 0;
}

#developer-page .dev-benefits-item {
  flex: 1;
  min-width: 0;
}

#developer-page .dev-benefits-item-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 1.5;
  text-align: left;
}

#developer-page .dev-benefits-item-desc {
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}

#developer-page .dev-benefits-bullets {
  margin: 8px 0 0 0;
  padding: 0 0 0 1.2em;
  list-style: none;
}

#developer-page .dev-benefits-bullets li {
  position: relative;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 6px;
}

#developer-page .dev-benefits-bullets li:last-child {
  margin-bottom: 0;
}

#developer-page .dev-benefits-bullet::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

#developer-page .dev-benefits-bullet--square::before {
  content: "";
}

#developer-page .dev-benefits-image {
  flex: 0 1 52%;
  min-width: 0;
}

#developer-page .dev-benefits-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 420px;
}

/* case - 活用事例 */

#developer-page .dev-case-section {
  padding: 120px 20px 200px;
  background-color: #ffffff;
}

#developer-page .dev-case-inner {
  max-width: 1300px;
  margin: 0 auto;
}

#developer-page .dev-case-title {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px 0;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

#developer-page .dev-case-intro {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin: 0 auto 100px;

}

#developer-page .dev-case-main {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 160px;
}

#developer-page .dev-case-main-image {
  flex: 0 1 58%;
  min-width: 0;
}

#developer-page .dev-case-main-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#developer-page .dev-case-main-text {
  flex: 0 1 42%;
  min-width: 0;
}

#developer-page .dev-case-project-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 24px 0;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
}

#developer-page .dev-case-main-text p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 18px 0;
}

#developer-page .dev-case-main-text p:last-child {
  margin-bottom: 0;
}

#developer-page .dev-case-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: end;
}

#developer-page .dev-case-ba-item {
  text-align: center;
}

#developer-page .dev-case-ba-label {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 40px 0;
  text-align: right;
}

#developer-page .dev-case-ba-label--after {
  font-size: 30px;
  font-weight: 600;
  color: #e7b797;
  font-family: var(--font-mincho), serif;
}

#developer-page .dev-case-ba-image {
  overflow: hidden;
}

#developer-page .dev-case-ba-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Before / After 画像の最大幅調整 */
#developer-page .dev-case-ba-item:first-child .dev-case-ba-image img {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

#developer-page .dev-case-ba-item:last-child .dev-case-ba-image img {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}

/* parallax - 挑戦する人が集まる場所へ */

#developer-page .dev-parallax-section {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#developer-page .dev-parallax-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* Our Features と同様、通常スクロール（パララックスは使用しない） */
  background-attachment: scroll;
}

#developer-page .dev-parallax-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#developer-page .dev-parallax-inner {
  max-width: 720px;
  text-align: center;
}

#developer-page .dev-parallax-title {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 40px 0;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

#developer-page .dev-parallax-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 2;
  margin: 0 0 20px 0;
}

#developer-page .dev-parallax-text:last-child {
  margin-bottom: 0;
}

/* flow - 導入までの流れ */

#developer-page .dev-flow-section {
  background-color: #ffffff;
  margin-top: 200px;
  padding: 150px 20px 160px;

}

#developer-page .dev-flow-inner {
  max-width: 1000px;
  margin: 0 auto;
}

#developer-page .dev-flow-title {
  font-family: 'Italiana', serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #333333;
  margin: 0 0 8px 0;
  line-height: 1.3;
  text-align: left;
}

#developer-page .dev-flow-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-secondary);
  margin: 0 0 100px 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 50px;
}

#developer-page .dev-flow-subtitle::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #e8e2d6;
  min-width: 0;
}

#developer-page .dev-flow-steps {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 130px;
}

#developer-page .dev-flow-steps::before {
  content: '';
  position: absolute;
  left: 58px;
  right: 130px;
  top: 24px;
  height: 1px;
  background-color: #e0e0e0;
  z-index: 0;
}

#developer-page .dev-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  position: relative;
  z-index: 1;
}

#developer-page .dev-flow-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  flex-shrink: 0;
}

#developer-page .dev-flow-label {
  font-size: 18px;
  margin: 24px 0 0 0;
  line-height: 1.5;
  text-align: center;
}

#developer-page .dev-flow-connector {
  display: none;
}

#developer-page .dev-flow-target {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 90px 30px;
  background-color: #f7f7f7;
}


#developer-page .dev-flow-target-inner {
  max-width: 600px;
  display: flex;
  align-items: center;
  gap: 180px;
  margin: 0 auto;
}

#developer-page .dev-flow-target-list li {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}


#developer-page .dev-flow-target-title {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  flex-shrink: 0;
  line-height: 1.6;
}

#developer-page .dev-flow-target-list {
  margin: 0;
  padding: 0 0 0 1.4em;
  list-style: none;
}

#developer-page .dev-flow-target-list li {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}

#developer-page .dev-flow-target-list li:last-child {
  margin-bottom: 0;
}

#developer-page .dev-flow-target-list li::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

/* message - 都市の空白時間を、価値ある時間へ */

#developer-page .dev-message-section {
  padding: 180px 20px 250px;
}

#developer-page .dev-message-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

#developer-page .dev-message-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 60px 0;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

#developer-page .dev-message-text {
  font-size: 16px;
  line-height: 3;
  margin: 0 0 32px 0;
}

#developer-page .dev-message-text:last-child {
  margin-bottom: 0;
}

/* partner / flow */

#developer-page .dev-partner-section {
  padding: 0 0 120px;
}

#developer-page .dev-partner-bg {
  position: relative;
  width: 100%;
  min-height: 420px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

#developer-page .dev-partner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
}

#developer-page .dev-partner-inner {
  position: relative;
  z-index: 1;
  padding: 80px 20px;
  color: #3a3a3a;
  text-align: center;
}

#developer-page .dev-partner-inner .dev-section-title,
#developer-page .dev-partner-inner .dev-section-en {
  color: #3a3a3a;
}

#developer-page .dev-partner-text {
  font-size: 15px;
  line-height: 1.9;
}

#developer-page .dev-flow-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

#developer-page .dev-flow-item {
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}

#developer-page .dev-flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  font-family: var(--font-raleway);
  font-size: 18px;
}

#developer-page .dev-partner-cta {
  margin-top: 40px;
}

#developer-page .dev-partner-label {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-secondary);
}

#developer-page .dev-partner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 0 40px;
  height: 64px;
  font-size: 16px;
  background-color: var(--color-secondary);
  color: #fff;
  border-radius: 999px;
  border: 1px solid transparent;
}

#developer-page .dev-partner-btn:hover {
  background-color: transparent;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}





@media screen and (max-width: 1300px) {
  #developer-page .dev-scheme-wrap {
    width: 100%;
    padding: 60px 0;
    margin-left: unset;
  }
}

@media screen and (max-width: 1200px) {

  #developer-page .dev-hero-panel-inner {
    padding: 110px 40px 50px;

  }
}

@media screen and (max-width: 1024px) {
  #developer-page .dev-hero-inner {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {

  /* 共通余白 */
  #developer-page .dev-section-inner {
    padding: 0 20px;
  }

  /* HERO */
  #developer-page .dev-hero-section {
    padding: 80px 20px 60px;
  }

  #developer-page .dev-hero-en {
    font-size: 32px;
  }

  #developer-page .dev-hero-ja {
    font-size: 22px;
  }

  #developer-page .dev-hero-lead {
    font-size: 18px !important;
  }

  #developer-page .dev-hero-body p {
    font-size: 15px;
  }

  #developer-page .dev-hero-panel-inner {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 150px;
    padding: 60px 20px 0;
    max-width: 550px;
  }

  /* SOLUTIONS */
  #developer-page .dev-solutions-section {
    padding: 50px 0 70px;
  }

  #developer-page .dev-solutions-inner {
    padding: 0 20px;
  }

  #developer-page .dev-solutions-title,
  #developer-page .dev-benefits-title,
  #developer-page .dev-flow-title {
    font-size: 32px;
  }

  #developer-page .dev-solutions-subtitle,
  #developer-page .dev-benefits-subtitle,
  #developer-page .dev-flow-subtitle {
    font-size: 18px;
  }

  #developer-page .dev-solutions-intro {
    font-size: 16px;
    margin: 0 0 40px;
    line-height: 1.8;
    text-align: center;
  }

  #developer-page .dev-solutions-connect,
  #developer-page .dev-solutions-conclude {
    font-size: 16px;
    margin: 0 0 10px;
  }

  #developer-page .dev-solutions-top {
    margin-bottom: 32px;
  }

  #developer-page .dev-scheme-inner {
    padding: 0 20px;
  }

  #developer-page .dev-scheme {
    flex-direction: column;
    gap: 24px;
  }

  #developer-page .dev-solutions-circles {
    gap: 16px;
  }

  #developer-page .dev-solutions-circle {
    min-width: 158px;
    padding: 14px 16px;
    font-size: 13px;
  }

  #developer-page .dev-solutions-conclude {
    margin-bottom: 48px;
  }

  #developer-page .dev-scheme-title {
    text-align: center;
  }

  #developer-page .dev-scheme-left {
    flex: 0 0 100px;
  }

  #developer-page .dev-scheme-wrap {
    margin-left: 0;
    padding: 60px 0;
  }

  #developer-page .dev-scheme-inner {
    padding: 0 20px;
  }


  #developer-page .dev-benefits-section {
    padding: 50px 20px 70px;
  }

  #developer-page .dev-benefits-inner {
    flex-direction: column;
    gap: 40px;
  }

  #developer-page .dev-benefits-main {
    flex-direction: column;
    gap: 24px;
    max-width: 550px;
    margin: 0 auto 80px;
  }

  #developer-page .dev-benefits-item-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 1.5;
    text-align: left;
  }

  #developer-page .dev-benefits-item-desc {
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
  }

  #developer-page .dev-benefits-text {
    flex: none;
    margin-left: 0;
  }

  #developer-page .dev-benefits-image {
    flex: none;
    width: 100%;
    margin-top: 24px;
  }

  #developer-page .dev-benefits-image img {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  /* CASE */
  #developer-page .dev-case-section {
    padding: 50px 20px 70px;
  }

  #developer-page .dev-case-project-title {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 24px 0;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
  }

  #developer-page .dev-case-inner {
    max-width: 550px;
    margin: 0 auto;
  }

  #developer-page .dev-case-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  #developer-page .dev-case-intro {
    font-size: 15px;
    margin-bottom: 40px;
    text-align: left;
  }

  #developer-page .dev-case-main {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
  }

  #developer-page .dev-case-main-text p {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 18px 0;
  }

  #developer-page .dev-case-main-image {
    flex: none;
  }

  #developer-page .dev-case-main-text {
    flex: none;
  }

  #developer-page .dev-case-ba-item {
    margin-bottom: 50px;
  }

  #developer-page .dev-case-ba-label {
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  #developer-page .dev-case-before-after {
    display: block;
    max-width: 500px;
    margin: 0 auto 80px;
  }

  #developer-page .dev-parallax-section {
    min-height: 480px;
  }

  #developer-page .dev-parallax-overlay {
    padding: 60px 20px;
  }

  #developer-page .dev-parallax-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  #developer-page .dev-parallax-text {
    font-size: 15px;
  }

  /* FLOW */

  #developer-page .dev-flow-target {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 20px;
  }

  #developer-page .dev-flow-target-inner {
    max-width: 600px;
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0 auto;
  }

  #developer-page .dev-flow-target-list li {
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  #developer-page .dev-flow-section {
    padding: 50px 20px 70px;
    margin-top: 100px;
  }

  #developer-page .dev-flow-steps {
    flex-direction: column;
    align-items: flex-start;
    max-width: fit-content;
    margin: 0 auto 100px;
  }

  #developer-page .dev-flow-steps::before {
    display: none;
  }

  #developer-page .dev-flow-connector {
    display: block;
    width: 1px;
    min-width: 1px;
    max-width: 1px;
    height: 32px;
    background-color: #e0e0e0;
    margin: 4px 0 4px 29px;
    /* 円(58px)の中心付近 */
  }

  #developer-page .dev-flow-step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  #developer-page .dev-flow-circle {
    flex: none;
  }

  #developer-page .dev-flow-label {
    margin-top: 0;
    text-align: left;
  }

  #developer-page .dev-message-section {
    padding: 50px 20px 70px;
  }

  #developer-page .dev-message-title {
    font-size: 20px;
    margin-bottom: 32px;
  }

  #developer-page .dev-message-text {
    font-size: 15px;
    margin-bottom: 24px;
  }

}



@media screen and (max-width: 450px) {
  #developer-page .dev-hero-en {
    font-size: 32px;
  }

  #developer-page .dev-hero-ja {
    font-size: 19px;
  }

  #developer-page .dev-hero-heading {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
  }

  #developer-page .dev-hero-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0;
  }

  #developer-page .dev-hero-body p {
    font-size: 14px;
  }

  #developer-page .dev-partner-inner {
    padding: 40px 16px;
  }

  #developer-page .dev-scheme-title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  #developer-page .dev-scheme-desc {
    font-size: 16px;
    margin: 0 0 28px 0;
    line-height: 1.7;
  }

  #developer-page .dev-solutions-title,
  #developer-page .dev-benefits-title,
  #developer-page .dev-flow-title {
    font-size: 28px;
  }

  #developer-page .dev-solutions-circles {
    gap: 12px;
  }

  #developer-page .dev-benefits-item-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 1.5;
    text-align: left;
  }

  #developer-page .dev-benefits-item-desc {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
  }

  #developer-page .dev-scheme-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    line-height: 1.6;
  }

  #developer-page .dev-case-intro {
    font-size: 14px;
    margin-bottom: 40px;
    text-align: left;
  }

  #developer-page .dev-case-project-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 24px 0;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
  }

  #developer-page .dev-case-main-text p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 18px 0;
  }

  #developer-page .dev-benefits-bullets li {
    position: relative;
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 6px;
  }

  #developer-page .dev-parallax-title {
    font-size: 20px;
    margin-bottom: 32px;
  }

  #developer-page .dev-flow-section {
    margin-top: 70px;
  }

  #developer-page .dev-flow-label {
    margin-top: 0;
    text-align: left;
    font-size: 16px;
  }

  #developer-page .dev-parallax-text {
    font-size: 14px;
  }

  #developer-page .dev-flow-target-inner {
    max-width: 600px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
    flex-direction: column;
  }

  #developer-page .dev-flow-target {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 30px 20px 35px;
  }

  #developer-page .dev-flow-target-title {
    font-size: 18px;
  }

  #developer-page .dev-flow-target-list li {
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  #developer-page .dev-message-title {
    font-size: 17px;
    margin-bottom: 32px;
  }

  #developer-page .dev-message-text {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 3;
  }

}


/* profile section (共通) */
.mifu-profile-section {
  padding: 0 30px 150px;
}

.mifu-profile-card {
  max-width: 1300px;
  margin: 0 auto;
  background: #fff;
  padding: 120px 20px 150px;
  box-sizing: border-box;
}

.mifu-profile-inner {
  max-width: 900px;
  margin: 0 auto;
}

.mifu-profile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}

.mifu-profile-title {
  margin: 0 0 10px;
  font-family: 'Italiana', serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #2f2f2f;
}

.mifu-profile-subtitle {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--color-secondary);
}

.mifu-profile-top {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(320px, 1.25fr);
  gap: 60px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto 72px;
}

.mifu-profile-meta p {
  margin: 0;
  font-family: var(--font-mincho);
}

.mifu-profile-company {
  font-size: 18px;
  line-height: 1.9;
}

.mifu-profile-name {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-top: 10px !important;
}

.mifu-profile-qualifications {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px !important;
}

.mifu-profile-image-wrap {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}

.mifu-profile-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mifu-profile-body {
  max-width: 980px;
  margin: 0 auto;
}

.mifu-profile-body p {
  margin: 0 0 30px;
  font-family: var(--font-mincho);
  font-size: 16px;
  line-height: 1.85;
}

.mifu-profile-body p:last-child {
  margin-bottom: 0;
}



@media screen and (max-width: 768px) {
  .mifu-profile-section {
    padding: 70px 16px;
  }

  .mifu-profile-top {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 56px;
    max-width: 700px;
  }

  .mifu-profile-image-wrap {
    margin: 0 auto;
  }

  .mifu-profile-card {
    padding: 100px 20px 100px;
  }

  .mifu-profile-title {
    font-size: 32px;
  }

  .mifu-profile-subtitle {
    font-size: 18px;
  }

  .mifu-profile-header {
    margin-bottom: 44px;
  }

  .mifu-profile-top {
    margin-bottom: 44px;
  }

  .mifu-profile-company {
    font-size: 17px;
  }

  .mifu-profile-name {
    margin-top: 10px !important;
    font-size: 22px;
  }

  .mifu-profile-qualifications {
    margin-top: 30px !important;
    font-size: 15px;
  }

  .mifu-profile-body p {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 22px;
  }
}


@media screen and (max-width: 450px) {

  .mifu-profile-card {
    padding: 80px 20px 80px;
  }


  .mifu-profile-title {
    font-size: 28px;
  }

  .mifu-profile-subtitle {
    font-size: 18px;
  }

  .mifu-profile-company {
    font-size: 16px;
  }

  .mifu-profile-name {
    margin-top: 3px !important;
    font-size: 20px;
  }

  .mifu-profile-qualifications {
    margin-top: 30px !important;
    font-size: 14px;
  }

  .mifu-profile-body p {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 22px;
  }

}


/* contact section (共通) */

.service-contact-section {
  position: relative;
  color: #fff;
}

.service-contact-bg {
  position: relative;
  padding: 180px 20px 160px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#vacant-house-page .service-contact-bg {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

#developer-page .service-contact-bg {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}


.service-contact-overlay {
  position: relative;
}

.service-contact-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 0, rgba(255, 255, 255, 0.25) 0, transparent 45%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.7));
  pointer-events: none;
}

.service-contact-inner {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.service-contact-heading {
  color: #fff;
  font-family: 'Italiana', serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.service-contact-title {
  color: #fff;
  font-size: 20px;
  margin: 0 0 70px 0;
}

.service-contact-btn {
  /* トップページ .service-btn と同じレイアウトで中央配置＋矢印 */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 300px;
  height: 80px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  text-align: center;
}

.service-contact-btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.service-contact-btn::after {
  content: '';
  position: absolute;
  right: 40px;
  width: 28px;
  height: 1.5px;
  background-color: #fff;
  top: 55%;
  transform: translateY(-50%);
}

.service-contact-btn::before {
  content: '';
  position: absolute;
  right: 40px;
  width: 16px;
  height: 1px;
  background-color: #fff;
  top: 55%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

/* responsive */

@media screen and (max-width: 768px) {

  #vacant-house-page .service-contact-bg,
  #developer-page .service-contact-bg {
    height: 350px;
  }

  .service-contact-heading {
    color: #fff;
    font-family: 'Italiana', serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }

  .service-contact-title {
    color: #fff;
    font-size: 18px;
    margin: 0 0 40px 0;
  }

  .service-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 270px;
    height: 70px;
    padding: 0 50px;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    text-align: center;
  }
}








/* ===========================
   お問い合わせページ（Contact Page）
   =========================== */

/* --- ページレイアウト --- */
#contact-page {
  padding-top: 120px;
}

#contact-page .page-title {
  font-family: 'Italiana', serif;
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 80px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

#contact-page .wp-content {
  max-width: 1300px;
  margin: 0 auto 200px;
  padding: 0;
}

/* --- フォームコンテナ --- */
#contact-page .wp-content .wpcf7,
#contact-page .wp-content .contact-form {
  max-width: 625px;
  margin: 0 auto;
  background: none;
}

#contact-page .wp-content .wpcf7-form {
  width: 100%;
}

/* --- ラベル・コントロール --- */
#contact-page .wp-content label {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  font-family: var(--font-mincho);
}

#contact-page .required-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.4;
  background-color: var(--color-secondary);
  color: #fff;
  border-radius: 2px;
}

#contact-page .wp-content .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
  margin-bottom: 40px !important;
}

#contact-page .wp-content .wpcf7-form-control-wrap:last-of-type {
  margin-bottom: 0;
}

#contact-page .wp-content .wpcf7-form p {
  margin-top: 0;
  margin-bottom: 0;
}

/* --- 入力フィールド --- */
#contact-page .wp-content input[type="text"],
#contact-page .wp-content input[type="email"],
#contact-page .wp-content input[type="tel"],
#contact-page .wp-content input[type="url"],
#contact-page .wp-content select,
#contact-page .wp-content textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ced9df;
  background-color: #ffffff;
  color: #333333;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 16px;
  font-family: var(--font-mincho);
  transition: border-color 0.3s ease;
}

#contact-page .wp-content input[type="text"]:focus,
#contact-page .wp-content input[type="email"]:focus,
#contact-page .wp-content input[type="tel"]:focus,
#contact-page .wp-content input[type="url"]:focus,
#contact-page .wp-content select:focus,
#contact-page .wp-content textarea:focus {
  outline: none;
  border-color: var(--color-primary);
}

/* --- 送信ボタン --- */
#contact-page .wp-content input[type="submit"],
#contact-page .wp-content .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  margin: 50px auto 0;
  padding: 0 50px;
  background-color: var(--color-secondary);
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  font-family: var(--font-mincho);
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  transition: var(--transition_a);
}

#contact-page .wp-content input[type="submit"]:hover,
#contact-page .wp-content .wpcf7-submit:hover {
  background-color: transparent;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

/* --- CF7 バリデーション・メッセージ --- */
#contact-page .wpcf7-not-valid {
  border: 1px solid #ff6b6b !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.12);
}

#contact-page .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 6px;
}

#contact-page .wpcf7-response-output {
  margin-top: 20px;
  padding: 12px 16px;
  font-size: 14px;
  color: #333333;
  border: 1px dashed #cccccc;
  border-radius: 6px;
  background: #f5f5f5;
}

#contact-page .wpcf7-spinner {
  display: none;
}

/* --- form-group（カスタムフォーム用） --- */
#contact-page .form-group label {
  display: block;
  font-size: 16px;
  color: #333333;
  text-align: left;
}

#contact-page .form-group {
  margin-bottom: 65px;
  text-align: left;
}

#contact-page .form-group02 {
  margin-bottom: 120px;
}

#contact-page .form-group input:not([type="submit"]),
#contact-page .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  background-color: #ffffff;
  color: #333333;
  outline: none;
}

#contact-page .form-group textarea {
  resize: vertical;
  min-height: 160px;
}

/* --- レスポンシブ --- */
/* 1100px */
@media (max-width: 1100px) {

  #contact-page .page-title {
    padding: 0 15px;
  }

  #contact-page .wp-content {
    padding: 0 15px;
  }

  #contact-page .wp-content .wpcf7,
  #contact-page .wp-content .contact-form {
    max-width: 680px;
  }
}

/* 768px */
@media (max-width: 768px) {


  #contact-page {
    padding-top: 100px;
  }

  #contact-page .page-title {
    font-size: 32px;
    padding: 0 20px;
  }

  #contact-page .wp-content {
    padding: 0 20px;
  }

  #contact-page .wp-content input[type="submit"],
  #contact-page .wp-content .wpcf7-submit {
    font-size: 18px;
    width: 280px;
    padding: 20px 20px;
  }

  #contact-page .form-group label {
    font-size: 15px;
    color: #333333;
  }

  #contact-page .form-group {
    margin-bottom: 40px;
  }

  #contact-page .form-group02 {
    margin-bottom: 60px;
  }

  #contact-page .form-group input:not([type="submit"]),
  #contact-page .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    background-color: #fff;
    color: #333;
  }
}


@media (max-width: 450px) {


  #contact-page {
    padding-top: 70px;
  }

  #contact-page .page-title {
    font-size: 30px;
    padding: 0 15px;
  }

  #contact-page .wp-content {
    padding: 0 15px;
  }

  #contact-page .wp-content input[type="text"],
  #contact-page .wp-content input[type="email"],
  #contact-page .wp-content input[type="tel"],
  #contact-page .wp-content input[type="url"],
  #contact-page .wp-content select,
  #contact-page .wp-content textarea {
    font-size: 15px;
    padding: 12px 15px;
  }

  #contact-page .wp-content input[type="submit"],
  #contact-page .wp-content .wpcf7-submit {
    font-size: 16px;
    width: 260px;
    padding: 15px 15px;
  }

  #contact-page .form-group label {
    font-size: 14px;
    color: #333333;
  }

  #contact-page .form-group {
    margin-bottom: 30px;
  }

  #contact-page .form-group02 {
    margin-bottom: 50px;
  }

  #contact-page .form-group input:not([type="submit"]),
  #contact-page .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
  }

}





/**********************************
 FOOTER
***********************************/

footer {
  background-color: #3a3a3a;
  color: #fff;
  width: 100%;
  padding: 56px 10px;
  text-align: center;
}

footer .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

footer .logo-box {
  margin: 0 0 20px;
  width: 150px;
}

footer .logo-box img {
  height: 99.75px;
  width: 150px;
  filter: brightness(0) invert(1);
}

footer .link-box ul.link-box-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 37px;
  font-size: 18px;
  margin: 0 0 30px;
}

footer .link-box ul.link-box-02 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  font-size: 15px;
}

footer p {
  color: #fff;
  font-size: 12px;
  text-align: right;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 1330px) {
  footer p {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1200px) {

  footer .link-box ul.link-box-01 {
    font-size: 16px;
  }

}

@media screen and (max-width: 1000px) {

  footer .logo-box img {
    height: 79.8px;
    width: 120px;
  }

  footer .link-box ul.link-box-01 {
    font-size: 15px;
    gap: 20px;
  }

}

@media screen and (max-width: 900px) {
  footer .link-box ul.link-box-01 {
    font-size: 14px;
  }
}

@media screen and (max-width: 870px) {
  footer {
    padding: 56px 10px 30px;
  }

  footer .row {
    flex-direction: column-reverse;
  }

  footer p {
    text-align: center;
  }

  footer .link-box ul.link-box-01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    margin: 0 0 30px;
    flex-direction: column;
  }

  footer .link-box ul.link-box-02 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    flex-direction: column;
    margin-bottom: 70px;
  }

  footer .logo-box img {
    height: 79.8px;
    width: 120px;
  }

}

@media screen and (max-width: 450px) {

  footer .logo-box img {
    height: 53.19px;
    width: 80px;
  }

  footer .link-box ul.link-box-01 {
    font-size: 14px;
  }

}










.fade {
  opacity: 0;
}


header.fade,
footer.fade {
  opacity: 1;
}

.fade.on {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.69, 0, 0.33, 1);
}

.scroll_up {
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}



.zoom {
  display: block;
  overflow: hidden;
}

.zoom img {
  width: 100%;
  transition: 0.4s;
}

.zoom img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.6s;
}

.zoom-out {
  display: block;
  overflow: hidden;
}

.zoom-out img {
  width: 100%;
  transform: scale(1.1, 1.1);
}

.zoom-out.on img {
  transform: scale(1, 1);
  transition: 3s;
}

.timing1 {
  transition-delay: 0.2s;
}

.timing2 {
  transition-delay: 0.4s;
}

.timing3 {
  transition-delay: 0.6s;
}

.timing4 {
  transition-delay: 0.8s;
}

.timing5 {
  transition-delay: 2s;
}




/**********************************
  マージン
***********************************/

.mar_b10 {
  margin-bottom: 10px !important;
}

.mar_b20 {
  margin-bottom: 20px !important;
}

.mar_b30 {
  margin-bottom: 30px !important;
}

.mar_b40 {
  margin-bottom: 40px !important;
}

.mar_b50 {
  margin-bottom: 50px !important;
}

.mar_b60 {
  margin-bottom: 60px !important;
}

.mar_b70 {
  margin-bottom: 70px !important;
}

.mar_b80 {
  margin-bottom: 80px !important;
}

.mar_b90 {
  margin-bottom: 90px !important;
}

.mar_b100 {
  margin-bottom: 100px !important;
}

.mar_b110 {
  margin-bottom: 110px !important;
}

.mar_b120 {
  margin-bottom: 120px !important;
}

.mar_b140 {
  margin-bottom: 140px !important;
}

.mar_b150 {
  margin-bottom: 150px !important;
}

.mar_b180 {
  margin-bottom: 180px !important;
}

.mar_b200 {
  margin-bottom: 200px !important;
}

.mar_b220 {
  margin-bottom: 220px !important;
}


.mar_b250 {
  margin-bottom: 250px !important;
}

.mar_b300 {
  margin-bottom: 300px !important;
}


@media screen and (max-width: 768px) {

  .mar_b20 {
    margin-bottom: 20px !important;
  }

  .mar_b30 {
    margin-bottom: 25px !important;
  }

  .mar_b40 {
    margin-bottom: 30px !important;
  }

  .mar_b50 {
    margin-bottom: 40px !important;
  }

  .mar_b60 {
    margin-bottom: 40px !important;
  }

  .mar_b70 {
    margin-bottom: 50px !important;
  }

  .mar_b80 {
    margin-bottom: 60px !important;
  }

  .mar_b100 {
    margin-bottom: 80px !important;
  }

  .mar_b110 {
    margin-bottom: 90px !important;
  }

  .mar_b120 {
    margin-bottom: 100px !important;
  }

  .mar_b140 {
    margin-bottom: 120px !important;
  }

  .mar_b150 {
    margin-bottom: 130px !important;
  }


  .mar_b180 {
    margin-bottom: 150px !important;
  }

  .mar_b200 {
    margin-bottom: 160px !important;
  }

  .mar_b220 {
    margin-bottom: 170px !important;
  }

  .mar_b250 {
    margin-bottom: 200px !important;
  }

  .mar_b300 {
    margin-bottom: 250px !important;
  }

}

@media screen and (max-width: 450px) {
  .mar_b20 {
    margin-bottom: 15px !important;
  }

  .mar_b30 {
    margin-bottom: 20px !important;
  }

  .mar_b40 {
    margin-bottom: 30px !important;
  }

  .mar_b50 {
    margin-bottom: 35px !important;
  }

  .mar_b60 {
    margin-bottom: 35px !important;
  }

  .mar_b70 {
    margin-bottom: 40px !important;
  }

  .mar_b80 {
    margin-bottom: 55px !important;
  }

  .mar_b100 {
    margin-bottom: 70px !important;
  }

  .mar_b110 {
    margin-bottom: 80px !important;
  }

  .mar_b120 {
    margin-bottom: 90px !important;
  }

  .mar_b140 {
    margin-bottom: 100px !important;
  }

  .mar_b150 {
    margin-bottom: 120px !important;
  }


  .mar_b180 {
    margin-bottom: 130px !important;
  }

  .mar_b200 {
    margin-bottom: 140px !important;
  }

  .mar_b220 {
    margin-bottom: 150px !important;
  }

  .mar_b250 {
    margin-bottom: 180px !important;
  }

  .mar_b300 {
    margin-bottom: 200px !important;
  }

}

/* =========================================
   ② Gutenberg 幅制御（クラシックテーマ用）
   ========================================= */

/* 本文の基本幅 */
.wp-content {
  max-width: 1300px;
  margin: 0 auto 200px;
  padding: 0;
}

/* 幅広（alignwide） */
.wp-content .alignwide {
  max-width: 1400px;
  margin-left: calc(50% - 700px);
  margin-right: calc(50% - 700px);
}

/* 全幅（alignfull）を画面いっぱいに広げる */
.wp-content>.alignfull,
.wp-content>.wp-block-cover.alignfull,
.wp-content>.wp-block-group.alignfull,
.wp-content>.wp-block-image.alignfull,
.wp-content>.wp-block-gallery.alignfull {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
}

/* alignfull 内のコンテンツ幅を制限（任意） */
.wp-content>.alignfull>.wp-block-cover__inner-container,
.wp-content>.alignfull>.wp-block-group__inner-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 画像や背景を幅広・全幅でフルサイズ化 */
.wp-content .alignwide img,
.wp-content .alignfull img,
.wp-content .alignwide .wp-block-cover__image-background,
.wp-content .alignfull .wp-block-cover__image-background {
  width: 100%;
  height: auto;
}

/* キャプション */
.wp-content figure.wp-block-image figcaption {
  /* color: #666; */
  font-size: 0.9rem;
  text-align: center;
  margin-top: 8px;
}

/* 余白のベース */
.wp-content>* {
  margin-bottom: 1.6rem;
}



.wp-content h2 {
  font-size: 28px;
  text-align: unset;
  /* スタイル追加 */
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  padding: 35px 25px;
  margin-bottom: 30px;
}

.wp-content h3 {
  font-size: 24px;
  text-align: unset;
}

.wp-content h4 {
  font-size: 20px;
  text-align: unset;
}

.wp-content h5 {
  font-size: 18px;
  text-align: unset;
}

.wp-content h6 {
  font-size: 16px;
  text-align: unset;
}

.wp-content p {
  font-size: 16px;
  line-height: 1.8;
}

.has-text-align-center {
  text-align: center !important;
}

/* 追加 */
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  padding: 20px;
}

.wp-content ul li {
  list-style: disc;
}

.wp-content ol li {
  list-style: auto;
}


.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: block;
}


/* ===============================
   チェックリスト（Gutenberg: core/list）
   - is-style-checklist …… 1列
   - is-style-checklist-grid …… 2列
   =============================== */

ul.wp-block-list.is-style-checklist,
ul.wp-block-list.is-style-checklist-grid {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* 1列版 */
ul.wp-block-list.is-style-checklist {
  margin: 0;
}

/* 2列版（PCは2列、SPは1列） */
ul.wp-block-list.is-style-checklist-grid {
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  margin: 0;
  padding: 25px 25px 5px;
}

@media (max-width: 768px) {
  ul.wp-block-list.is-style-checklist-grid {
    grid-template-columns: 1fr;
  }
}

ul.wp-block-list.is-style-checklist li,
ul.wp-block-list.is-style-checklist-grid li {
  position: relative;
  display: flex;
  align-items: center;
  background: #5D6C81;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  padding: 10px 12px 10px 40px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  word-break: break-word;
}

ul.wp-block-list.is-style-checklist li::before,
ul.wp-block-list.is-style-checklist-grid li::before {
  content: "✔";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}



@media (max-width: 1230px) {
  .wp-content {
    max-width: 1300px;
    margin: 0 auto 200px;
    padding: 0 15px;
  }
}


@media (max-width: 1200px) {
  .wp-content .alignwide {
    max-width: 90vw;
    margin-left: calc(50% - 45vw);
    margin-right: calc(50% - 45vw);
  }
}

@media (max-width: 1100px) {

  .wp-content {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .wp-content .alignwide {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ul.wp-block-list.is-style-checklist li,
  ul.wp-block-list.is-style-checklist-grid li {
    font-size: 16px;
  }

  .wp-content {
    padding: 0 20px;
  }

  .wp-content h2 {
    font-size: 26px;
    text-align: unset;
  }

  .wp-content h3 {
    font-size: 24px;
    text-align: unset;
  }

  .wp-content h4 {
    font-size: 20px;
    text-align: unset;
  }

  .wp-content h5 {
    font-size: 18px;
    text-align: unset;
  }

  .wp-content h6 {
    font-size: 16px;
    text-align: unset;
  }

  .wp-content p {
    font-size: 15px;
    line-height: 1.8;
  }

}

@media (max-width: 450px) {

  ul.wp-block-list.is-style-checklist li,
  ul.wp-block-list.is-style-checklist-grid li {
    font-size: 15px;
  }

  .wp-content {
    padding: 0 15px;
  }

  .wp-content h2 {
    font-size: 18px;
    text-align: unset;
    /* スタイル追加 */
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    padding: 25px 10px;
    margin-bottom: 30px;
  }

  .wp-content p {
    font-size: 14px;
  }

}

@media screen and (max-width: 450px) {

  .front-page-intro-text {
    display: none !important;
  }

  /* 詳細はこちらボタンを表示 */
  .mobile-only-btn {
    display: block !important;
  }

  /* 詳細はこちらボタンを非表示 */
  .about-detail-btn {
    display: none !important;
  }
}

/* 440px以上では詳細はこちらボタンを非表示 */
@media screen and (min-width: 441px) {
  .mobile-only-btn {
    display: none !important;
  }
}


/* スマホだけ表示して改行扱い */
.sp-br {
  display: none;
}

@media screen and (max-width: 450px) {
  .sp-br {
    display: block !important;
    height: 22px !important;
  }
}

/* スマホ時は非表示にして改行をなくす */
.pc-br {
  display: inline;
}

@media screen and (max-width: 450px) {
  .pc-br {
    display: none !important;
  }
}

/* =========================================
   Coming Soon Page
   ========================================= */

.coming-soon-page {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.coming-soon-container {
  text-align: center;
}

.coming-soon-title {
  font-size: 48px;
  font-family: var(--font-raleway);
  color: var(--text-black);
  letter-spacing: 2px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .coming-soon-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 450px) {
  .coming-soon-title {
    font-size: 28px;
  }
}

/* =========================================
   News (Archive / Single)
   ========================================= */

#news-archive,
#news-single {
  padding: 120px 0 200px;
}

#news-archive .archive-header {
  text-align: left;
  margin-bottom: 80px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

#news-archive .archive-header .page-title {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: left !important;
}

#news-archive .archive-header .page-subtitle {
  font-size: 18px;
  color: var(--text-black);
  margin-top: 10px;
}

/* News一覧ページの2カラムレイアウト */
#news-archive .news-archive-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

#news-archive .news-main-content {
  min-width: 0;
}

#news-archive .news-sidebar {
  position: sticky;
  top: 100px;
}

/* News月別アーカイブ */
#news-archive .news-month-filter {
  margin-bottom: 0;
}

/* 月別アーカイブ（一覧・詳細共通） */
#news-archive .month-filter-wrapper,
#news-single .month-filter-wrapper {
  background: #fff;
  padding: 30px;
}

#news-archive .month-filter-title,
#news-single .month-filter-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #2a2a2a;
  letter-spacing: 0.5px;
  text-align: left !important;
}

#news-archive .month-filter-accordion,
#news-single .month-filter-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#news-archive .month-filter-year,
#news-single .month-filter-year {
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

#news-archive .month-filter-year-toggle,
#news-single .month-filter-year-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #2a2a2a;
  text-align: left;
  transition: background-color 0.2s ease;
}

#news-archive .month-filter-year-toggle:hover,
#news-single .month-filter-year-toggle:hover {
  background: #f9f9f9;
}

#news-archive .month-filter-year-toggle .year-label,
#news-single .month-filter-year-toggle .year-label {
  font-weight: 500;
}

#news-archive .month-filter-year-toggle .year-arrow,
#news-single .month-filter-year-toggle .year-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  color: #666;
}

#news-archive .month-filter-year-toggle[aria-expanded="true"] .year-arrow,
#news-single .month-filter-year-toggle[aria-expanded="true"] .year-arrow {
  transform: rotate(180deg);
}

#news-archive .month-filter-year-content,
#news-single .month-filter-year-content {
  padding: 0 20px 20px;
  background: #fff;
}

#news-archive .month-filter-list,
#news-single .month-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

#news-archive .month-filter-link,
#news-single .month-filter-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

#news-archive .month-filter-link:hover,
#news-single .month-filter-link:hover {
  background: var(--color-primary, #3a3a3a);
  border-color: var(--color-primary, #3a3a3a);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#news-archive .month-filter-link .month-label,
#news-single .month-filter-link .month-label {
  font-weight: 500;
}

#news-archive .month-filter-link .month-count,
#news-single .month-filter-link .month-count {
  font-size: 12px;
  opacity: 0.7;
}

#news-archive .month-filter-link:hover .month-count,
#news-single .month-filter-link:hover .month-count {
  opacity: 1;
}

#news-archive .no-months,
#news-single .no-months {
  color: #666;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}

#news-archive .news-list {
  max-width: none;
  margin: 0;
  padding: 0;
}

#news-archive .news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 24px;
}

#news-archive .news-card {
  background: #fff;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#news-archive .news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

#news-archive .news-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

#news-archive .news-image {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}

#news-archive .news-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news-archive .news-image--no-thumbnail {
  background: #eee;
  padding-top: 56%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#news-archive .news-image--no-thumbnail img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 135px;
  max-height: 89.77px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#news-archive .news-content {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#news-archive .news-date {
  font-size: 14px;
  color: #6b7d8a;
  letter-spacing: 0.5px;
  font-weight: 400;
}

#news-archive .news-title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #2a2a2a;
  margin: 0;
  text-align: left !important;
}

#news-archive .news-card-link {
  text-decoration: none;
  color: inherit;
}

#news-archive .news-card-link:hover .news-title {
  color: var(--color-primary, #3a3a3a);
}

#news-archive .news-excerpt {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-top: 4px;
}

#news-archive .pagination {
  display: flex;
  justify-content: center;
  margin: 120px 0 120px;
  gap: 10px;
}

#news-archive .pagination a,
#news-archive .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e5e8eb;
  color: #3a3a3a;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#news-archive .pagination .current {
  background: var(--color-primary, #3a3a3a);
  border-color: var(--color-primary, #3a3a3a);
  color: #fff;
}

#news-archive .pagination a:hover {
  background: #f4f7fa;
  border-color: #dce3ea;
  color: #3a3a3a;
}

#news-archive .no-posts {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding: 60px 20px;
}

/* News詳細ページの2カラムレイアウト */
#news-single .news-single-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

#news-single .news-main-content {
  min-width: 0;
}

#news-single .news-sidebar {
  position: sticky;
  top: 100px;
}

#news-single .news-detail {
  background-color: #fff;
  max-width: none;
  margin: 0;
  padding: 50px 50px 80px;
}

/* 詳細ページの月別アーカイブ */
#news-single .news-month-filter {
  margin-bottom: 0;
}

#news-single .news-header {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e8eb;
  text-align: left;
}

#news-single .news-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #2a2a2a;
  margin: 0 0 12px 0;
  text-align: left !important;
}

#news-single .news-date {
  display: block;
  font-size: 14px;
  color: #6b7d8a;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: left;
}

#news-single .news-featured-image {
  margin: 40px 0 50px;
  /* border-radius: 12px; */
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
}

#news-single .news-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

#news-single .news-featured-image--no-thumbnail {
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  min-height: 300px;
}

#news-single .news-featured-image--no-thumbnail img {
  width: auto;
  height: auto;
  max-width: 50%;
  max-height: 300px;
  object-fit: contain;
}

#news-single .news-content {
  font-size: 16px;
  line-height: 1.9;
  color: #3a3a3a;
}

#news-single .news-content p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

#news-single .news-content p+p {
  margin-top: 0;
}

#news-single .news-content h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  background-color: var(--color-primary, #ced9df);
  padding: 12px 20px;
  text-align: left !important;
  line-height: 1.5;
}

#news-single .news-content h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  padding-bottom: 8px;
  border-bottom: 2px solid #ced9df;
  text-align: left !important;
  line-height: 1.5;
}

#news-single .news-content h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  padding-left: 12px;
  border-left: 4px solid #ced9df;
  text-align: left !important;
  line-height: 1.5;
}

#news-single .news-content h5 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  text-align: left !important;
  line-height: 1.5;
}

#news-single .news-content h6 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #2a2a2a;
  text-align: left !important;
  line-height: 1.5;
}

#news-single .news-content ul,
#news-single .news-content ol {
  margin: 20px 0;
  padding-left: 24px;
}

#news-single .news-content li {
  margin-bottom: 8px;
}

#news-single .news-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 120px 0 80px;
  padding-top: 40px;
  border-top: 1px solid #e5e8eb;
  font-size: 14px;
}

#news-single .news-navigation a {
  color: #3a3a3a;
  text-decoration: none;
  border-bottom: 1px solid #d0d7de;
  padding-bottom: 4px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

#news-single .news-navigation a:hover {
  color: var(--color-primary, #3a3a3a);
  border-color: var(--color-primary, #3a3a3a);
}

#news-single .news-navigation .nav-previous,
#news-single .news-navigation .nav-next {
  flex: 1;
}

#news-single .news-navigation .nav-next {
  text-align: right;
}

#news-single .news-back {
  text-align: center;
}

#news-single .news-back .btn {
  min-width: 200px;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  #news-archive .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1000px) {
  #news-archive .news-archive-wrapper {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
  }

  #news-single .news-single-wrapper {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
  }

  #news-archive .month-filter-wrapper,
  #news-single .month-filter-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {

  #news-single .news-detail {
    padding: 50px 20px 80px;
  }

  #news-archive,
  #news-single {
    padding: 80px 0 140px;
  }

  #news-archive .archive-header {
    margin-bottom: 50px;
  }

  #news-archive .archive-header .page-title {
    font-size: 26px;
  }

  #news-archive .archive-header .page-subtitle {
    font-size: 16px;
  }

  #news-archive .news-month-filter {
    margin-bottom: 40px;
  }

  #news-archive .month-filter-wrapper {
    padding: 20px;
  }

  #news-archive .month-filter-title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  #news-archive .month-filter-year-toggle {
    padding: 12px 16px;
    font-size: 15px;
  }

  #news-archive .month-filter-year-content {
    padding: 0 16px 16px;
  }

  #news-archive .month-filter-list {
    gap: 8px;
  }

  #news-archive .month-filter-link {
    padding: 8px 14px;
    font-size: 13px;
  }

  #news-archive .news-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #news-archive .news-card {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  }

  #news-archive .news-title {
    font-size: 16px;
  }

  #news-archive .news-excerpt {
    font-size: 14px;
  }

  #news-single .news-title {
    font-size: 20px;
  }

  #news-single .news-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  /* #news-single .news-navigation {
    flex-direction: column;
  } */

  #news-single .news-navigation .nav-next {
    align-self: flex-end;
    text-align: right;
  }
}

/* 右下固定CONTACT */
.floating-contact {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
  display: inline-block;
  text-decoration: none;
  color: #3a3a3a;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.floating-contact.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-contact__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.floating-contact__icon i {
  font-size: 18px;
  line-height: 1;
}

.floating-contact__label {
  font-size: 10px;
  line-height: 1;
  color: #3a3a3a;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .floating-contact {
    right: 16px;
    bottom: 16px;
  }

  .floating-contact__icon {
    width: 64px;
    height: 64px;
  }

  .floating-contact__icon i {
    font-size: 16px;
  }

  .floating-contact__label {
    font-size: 9px;
  }
}

@media screen and (max-width: 450px) {

  #news-archive,
  #news-single {
    padding: 70px 0 120px;
  }

  #news-archive .archive-header .page-title {
    font-size: 24px;
  }

  #news-archive .archive-header .page-subtitle {
    font-size: 15px;
  }

  #news-archive .news-month-filter {
    margin-bottom: 30px;
  }

  #news-archive .month-filter-wrapper {
    padding: 16px;
  }

  #news-archive .month-filter-title {
    font-size: 15px;
    margin-bottom: 12px;
  }

  #news-archive .month-filter-list {
    gap: 6px;
  }

  #news-archive .month-filter-link {
    padding: 6px 12px;
    font-size: 12px;
  }

  #news-archive .month-filter-link .month-count {
    font-size: 11px;
  }

  #news-archive .news-content {
    padding: 16px 16px 20px;
  }

  #news-archive .news-title {
    font-size: 16px;
  }

  #news-single .news-title {
    font-size: 18px;
  }

  #news-single .news-navigation {
    font-size: 13px;
  }
}

/* =========================================
   Property (Single Page)
   ========================================= */

/* =========================================
   Property (Archive & Single Page)
   ========================================= */

#property-archive,
#property-single {
  padding: 120px 0 200px;
}

#property-archive .archive-header {
  text-align: left;
  margin-bottom: 80px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

#property-archive .archive-header .page-title {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: left !important;
}

#property-archive .archive-header .page-subtitle {
  font-size: 18px;
  color: var(--text-black);
  margin-top: 10px;
}

/* Property一覧ページの2カラムレイアウト */
#property-archive .property-archive-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

#property-archive .property-main-content {
  min-width: 0;
}

#property-archive .property-sidebar {
  position: sticky;
  top: 100px;
}

#property-archive .property-list {
  max-width: none;
  margin: 0;
  padding: 0;
}

#property-archive .properties-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 24px;
}

#property-archive .property-card {
  background: #fff;
  min-width: 0;
  width: 100%;
}

#property-archive .property-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 425 / 330;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  /* #property-archive .property-image {
    max-width: 425px;
  } */
}

#property-archive .property-image.zoom-out {
  display: block;
  overflow: hidden;
}

#property-archive .property-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

#property-archive .property-image.zoom-out img {
  transform: scale(1.1, 1.1);
}

#property-archive .property-image.zoom-out.on img {
  transform: scale(1, 1);
  transition: 3s;
}

#property-archive .property-image--no-thumbnail {
  background: #eee;
  padding-top: calc(330 / 425 * 100%);
  aspect-ratio: none !important;
  height: 0;
  position: relative;
}

#property-archive .property-image--no-thumbnail img {
  position: absolute !important;
  width: auto;
  height: auto;
  max-width: 135px;
  max-height: 89.77px;
  object-fit: contain;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}

#property-archive .property-status {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#property-archive .property-status.property-status-rent,
#property-archive .property-status.property-status-sale {
  background-color: var(--color-secondary);
}

#property-archive .property-status.property-status-sold {
  background-color: #6a6a6a;
}

#property-archive .property-content {
  padding: 15px 15px;
}

#property-archive .property-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  color: #3a3a3a;
  line-height: 1.6;
  text-align: left;
}

#property-archive .property-location {
  font-size: 14px;
  color: #3a3a3a;
  margin-bottom: 12px;
  line-height: 1.6;
}

#property-archive .property-excerpt {
  font-size: 15px;
  font-family: var(--font-primary);
  color: #3a3a3a;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: left;
}

#property-archive .btn-property {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #e7b797;
  border: 1px solid #e7b797;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  text-align: center;
}

#property-archive .btn-property:hover {
  background-color: #e7b797;
  color: #fff;
}

#property-archive .pagination {
  display: flex;
  justify-content: center;
  margin: 120px 0 120px;
  gap: 10px;
}

#property-archive .pagination a,
#property-archive .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e5e8eb;
  color: #3a3a3a;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#property-archive .pagination .current {
  background: var(--color-primary, #3a3a3a);
  border-color: var(--color-primary, #3a3a3a);
  color: #fff;
}

#property-archive .pagination a:hover {
  background: #f4f7fa;
  border-color: #dce3ea;
  color: #3a3a3a;
}

#property-archive .no-properties {
  text-align: center;
  font-size: 16px;
  color: #666;
  padding: 60px 20px;
}

/* Propertyステータスフィルター（一覧・詳細共通） */
#property-archive .status-filter-wrapper,
#property-single .status-filter-wrapper {
  background: #fff;
  padding: 30px;
}

#property-archive .status-filter-title,
#property-single .status-filter-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #2a2a2a;
  letter-spacing: 0.5px;
  text-align: left !important;
}

#property-archive .status-filter-list,
#property-single .status-filter-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#property-archive .status-filter-link,
#property-single .status-filter-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

#property-archive .status-filter-link:hover,
#property-single .status-filter-link:hover,
#property-archive .status-filter-link.active,
#property-single .status-filter-link.active {
  background: var(--color-primary, #ced9df);
  border-color: var(--color-primary, #ced9df);
  color: #2a2a2a;
  transform: translateY(-2px);
}

#property-archive .status-filter-link .status-label,
#property-single .status-filter-link .status-label {
  font-weight: 500;
}

#property-archive .status-filter-link .status-count,
#property-single .status-filter-link .status-count {
  font-size: 12px;
  opacity: 0.7;
}

#property-archive .status-filter-link:hover .status-count,
#property-single .status-filter-link:hover .status-count,
#property-archive .status-filter-link.active .status-count,
#property-single .status-filter-link.active .status-count {
  opacity: 1;
}

#property-single .property-single-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

#property-single .property-main-content {
  min-width: 0;
}

#property-single .property-sidebar {
  position: sticky;
  top: 100px;
}

#property-single .property-detail {
  max-width: none;
  margin: 0;
  padding: 0;
}

#property-single .property-article {
  background: #fff;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06); */
}

#property-single .property-header {
  margin-bottom: 30px;
  padding: 30px;
}

#property-single .property-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  color: #2a2a2a;
  margin: 0 0 12px 0;
  text-align: left !important;
}

#property-single .property-status {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

#property-single .property-status.property-status-rent,
#property-single .property-status.property-status-sale {
  background-color: var(--color-secondary);
}

#property-single .property-status.property-status-sold {
  background-color: #6a6a6a;
}

/* 画像ギャラリー（メイン＋サムネイル） */
#property-single .property-gallery {
  width: 100%;
  margin: 0 0 60px;
  padding: 0 50px;
}

#property-single .property-gallery-main {
  width: 100%;
  margin: 0 auto 18px;
}

#property-single .property-gallery-main-swiper {
  width: 100%;
  height: 600px;
}

#property-single .property-gallery-main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#property-single .property-gallery-main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#property-single .property-gallery-main-swiper .swiper-pagination {
  bottom: 20px;
}

#property-single .property-gallery-main-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

#property-single .property-gallery-main-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-secondary);
}

#property-single .property-gallery-main-swiper .swiper-button-prev,
#property-single .property-gallery-main-swiper .swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#property-single .property-gallery-main-swiper .swiper-button-prev:hover,
#property-single .property-gallery-main-swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

#property-single .property-gallery-main-swiper .swiper-button-prev::after,
#property-single .property-gallery-main-swiper .swiper-button-next::after {
  font-size: 20px;
}

#property-single .property-gallery-thumbs {
  width: 100%;
}

#property-single .property-gallery-thumbs-swiper {
  width: 100%;
  height: 110px;
}

#property-single .property-gallery-thumbs-swiper .swiper-slide {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
}

#property-single .property-gallery-thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#property-single .property-gallery-thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--color-secondary);
}

/* アイキャッチ画像（ギャラリーがない場合） */
#property-single .property-featured-image {
  width: 100%;
  margin-bottom: 0;
}

#property-single .property-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

#property-single .property-details {
  margin: 25px;
  padding: 15px 25px 30px;
  border-bottom: 1px solid #eee;
}

#property-single .property-table {
  width: 100%;
  border-collapse: collapse;
}

#property-single .property-table th {
  width: 150px;
  padding: 15px 0;
  font-weight: bold;
  color: var(--text-black);
  text-align: left;
  vertical-align: top;
}

#property-single .property-table td {
  padding: 15px 0;
  color: var(--text-black);
  line-height: 1.8;
}

#property-single .property-content {
  margin: 25px;
  padding: 15px 25px 35px;
  border-bottom: 1px solid #eee;
}

#property-single .property-content p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: var(--text-black);
}

#property-single .property-description {
  margin-bottom: 20px;
  line-height: 1.8;
  color: var(--text-black);
}

#property-single .property-contact {
  padding: 70px 40px 120px;
  text-align: center;
}

#property-single .property-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 120px 0 80px;
  padding-top: 40px;
  border-top: 1px solid #e5e8eb;
  font-size: 14px;
}

#property-single .property-navigation a {
  color: #3a3a3a;
  text-decoration: none;
  border-bottom: 1px solid #d0d7de;
  padding-bottom: 4px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

#property-single .property-navigation a:hover {
  color: var(--color-primary, #3a3a3a);
  border-color: var(--color-primary, #3a3a3a);
}

#property-single .property-navigation .nav-previous,
#property-single .property-navigation .nav-next {
  flex: 1;
}

#property-single .property-navigation .nav-next {
  text-align: right;
}

#property-single .property-back {
  text-align: center;
}

#property-single .property-back .btn {
  min-width: 200px;
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  #property-archive .property-archive-wrapper {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
  }

  #property-single .property-single-wrapper {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
  }

  #property-archive .status-filter-wrapper,
  #property-single .status-filter-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 1000px) {
  #property-archive .btn-property {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {

  #property-archive,
  #property-single {
    padding: 80px 0 140px;
  }

  /* Property単体ページ：モバイル時はギャラリー左右パディングをなくす */
  #property-single .property-gallery {
    padding-left: 0;
    padding-right: 0;
  }

  #property-archive .archive-header {
    margin-bottom: 50px;
  }

  #property-archive .archive-header .page-title {
    font-size: 26px;
  }

  #property-archive .archive-header .page-subtitle {
    font-size: 16px;
  }

  /* Property一覧ページのレスポンシブ */
  #property-archive .property-archive-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #property-archive .property-sidebar {
    position: static;
  }

  #property-archive .properties-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #property-archive .property-card {
    min-width: 0 !important;
    width: 100% !important;
  }

  #property-archive .property-image {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }

  #property-archive .property-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-width: 0;
  }

  #property-archive .btn-property {
    width: 100%;
    max-width: 240px;
  }

  #property-archive .property-title {
    font-size: 15px;
  }

  #property-archive .property-location {
    font-size: 13px;
  }

  #property-archive .property-excerpt {
    font-size: 14px;
  }

  #property-single .property-single-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #property-single .property-sidebar {
    position: static;
  }

  #property-single .property-title {
    font-size: 20px;
  }

  #property-single .property-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  #property-single .property-gallery-main-swiper {
    height: 400px;
  }

  #property-single .property-gallery-thumbs-swiper {
    height: 90px;
  }

  #property-single .property-details,
  #property-single .property-content,
  #property-single .property-contact {
    padding: 50px 20px 90px;
  }

  #property-single .property-table th {
    width: 100px;
    font-size: 14px;
  }

  #property-single .property-table td {
    font-size: 14px;
  }

  #property-single .property-navigation .nav-next {
    text-align: right;
  }
}

@media screen and (max-width: 450px) {
  #property-single .property-gallery-main-swiper {
    height: 300px;
  }

  #property-single .property-gallery-main-swiper .swiper-button-prev,
  #property-single .property-gallery-main-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  #property-single .property-gallery-main-swiper .swiper-button-prev::after,
  #property-single .property-gallery-main-swiper .swiper-button-next::after {
    font-size: 16px;
  }
}

/* =========================================
   404エラーページ
   ========================================= */

#page-404 {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
}

.error-404-section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.error-404-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.error-404-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-black);
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.error-404-subtitle {
  font-size: 32px;
  font-weight: 400;
  color: var(--text-black);
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.error-404-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-black);
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

.error-404-actions {
  margin-bottom: 60px;
}

.error-404-actions .btn {
  min-width: 240px;
}

.error-404-links {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.error-404-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.error-404-menu li {
  margin: 0;
  padding: 0;
}

.error-404-menu a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  color: var(--text-black);
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all var(--transition_a);
  letter-spacing: 0.05em;
}

.error-404-menu a:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--text-black);
}

@media screen and (max-width: 768px) {
  #page-404 {
    min-height: calc(100vh - 150px);
    padding: 60px 20px;
  }

  .error-404-title {
    font-size: 80px;
    margin-bottom: 15px;
  }

  .error-404-subtitle {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .error-404-text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .error-404-actions {
    margin-bottom: 40px;
  }

  .error-404-actions .btn {
    min-width: 200px;
    font-size: 14px;
  }

  .error-404-menu {
    gap: 12px;
  }

  .error-404-menu a {
    padding: 12px 16px;
    font-size: 14px;
  }

  /* News一覧ページのレスポンシブ */
  #news-archive .news-archive-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #news-archive .news-sidebar {
    position: static;
  }

  #news-archive .news-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* News詳細ページのレスポンシブ */
  #news-single .news-single-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #news-single .news-sidebar {
    position: static;
  }

  #news-single .news-content h2,
  #news-single .news-content h3 {
    font-size: 18px;
  }

  #news-single .news-navigation .nav-next {
    align-self: flex-end;
    text-align: right;
  }
}