@charset "UTF-8";
/*
Theme Name: GRAND (SWELL-CHILD)
Template: swell
*/
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

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

html,
body {
  overscroll-behavior: none;
  /* バウンスや引っ張り更新を無効化 */
}

.p-fixBtnWrap {
  display: none !important;
}

input[type=radio] {
  min-width: 0px !important;
  min-height: 0px !important;
}
input[type=radio]:checked::after {
  min-width: 0px !important;
  min-height: 0px !important;
}

.custom-pagination .first-page,
.custom-pagination .last-page,
.custom-pagination .prev,
.custom-pagination .next {
  min-width: 36px;
  min-height: 36px;
}

.wpcf7-spinner {
  display: none;
}

body:has(main.page-contact) .footer__cta,
body:has(main.page-contact) .footer__marquee,
body:has(main.page-privacy) .footer__cta,
body:has(main.page-privacy) .footer__marquee {
  display: none !important;
}

.grecaptcha-logo {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.button-arrow p {
  position: relative;
  overflow: hidden;
}

.text01,
.text02 {
  display: block;
}

.text02 {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .scroll-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .scroll-fade.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .fade-only {
    opacity: 0;
    transition: opacity 0.8s ease;
  }
  .fade-only.visible {
    opacity: 1;
  }
  .fadein-head {
    position: relative;
    transform: translateY(var(--shift, 30px));
  }
  .fadein-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: bottom;
  }
  .fadein-head.visible {
    animation: textMove 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .fadein-head.visible::before {
    animation: maskSlide 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  /* 文字の動き */
  @keyframes textMove {
    0% {
      transform: translateY(var(--shift, 30px));
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes maskSlide {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(var(--shift, 30px));
    }
  }
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    opacity: 1;
    transition: opacity 0.8s ease;
  }
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(180deg, #121212 0%, #27332F 52.45%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    opacity: 1;
    transition: opacity 0.8s ease;
    /* 左右ストレッチ用 */
  }
  .loading #kv-video {
    width: auto;
    height: 100vh;
    object-fit: contain;
    z-index: 10;
  }
  .loading .edge {
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    /* 端だけを取る */
    object-fit: cover;
    transform-origin: center;
    z-index: 1;
  }
  .loading .edge-left {
    left: 0;
    transform: scaleX(1000);
    object-position: left;
    /* 横にビヨーンと伸ばす（数値は環境で調整） */
  }
  .loading .edge-right {
    right: 0;
    transform: scaleX(1000);
    object-position: right;
  }
  /* 初期スタイル */
  body.no-scroll {
    overflow: hidden;
  }
  .loading.fade-out {
    opacity: 0;
    pointer-events: none;
  }
  /* 背景ぼかし（左右拡張用） */
  .kv-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 画面全体をカバー → 足りない横幅を“擬似拡張” */
    filter: blur(24px) brightness(0.78);
    /* ぼかし＋少し暗く */
    transform: scale(1.06);
    /* ぼかしの縁消し */
    z-index: 0;
  }
  /* 中央の本体（等倍で上下黒帯なし・左右だけ余るときに拡張が効く） */
  #kv-video,
  .kv-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100vh;
    max-width: none;
    object-fit: contain;
    z-index: 1;
  }
  .button-scroll {
    display: none !important;
  }
  body .is-sp {
    display: block;
  }
  body .is-sp.is-flex {
    display: flex;
  }
  body .is-pc {
    display: none !important;
  }
  body .is-pc.is-flex {
    display: none !important;
  }
  body {
    padding-top: 24.1025641026vw;
  }
  body img {
    display: block;
  }
  body a {
    color: #000;
  }
  #body_wrap {
    background-color: #fff;
  }
  header {
    position: fixed;
    z-index: 10;
    top: 0;
    background-color: #fff;
  }
  header > span {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 24.1025641026vw;
    transition: 0.5s !important;
    transform-origin: top;
    opacity: 1 !important;
    background-color: transparent;
  }
  header.is-open > span {
    background: rgb(27, 38, 34);
  }
  header.is-open .header--wrapper img {
    transition: 0.5s;
    filter: brightness(0) invert(1);
  }
  header.is-open .header--wrapper .hamburger > span {
    transition: 0.5s;
    background-color: #fff;
  }
  header.is-open .header--wrapper .hamburger > p {
    transition: 0.5s;
    color: #fff;
  }
  header.is-open .header--wrapper nav ul li a {
    transition: 0.5s;
    color: #fff;
  }
  header.is-open .header--wrapper nav ul li a.contact {
    transition: 0.5s, color 0.5s;
    color: #000;
    background-color: #fff;
  }
  header .header--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    height: 24.1025641026vw;
    margin: 0 auto;
    padding: 0 6.4102564103vw;
    /*
    nav {
      ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: px-vw(30);

        li a {
          font-family: Noto Sans JP;
          font-weight: 400;
          font-size: px-vw(16);
          line-height: 100%;
          letter-spacing: 0;
          text-align: center;
          vertical-align: middle;
          color: #121212;
          font-style: Regular;

          &.contact {
            font-family: Noto Sans JP;
            font-weight: 500;
            font-size: px-vw(16);
            line-height: 210%;
            letter-spacing: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: px-vw(38);
            padding: 0 px-vw(17);
            text-align: center;
            vertical-align: middle;
            color: #fff;
            background: #27332f;
            font-style: Medium;
          }
        }
      }
    }
    */
  }
  header .header--wrapper img {
    width: 23.0769230769vw;
    height: 12.8923076923vw;
    transition: filter 0.7s;
  }
  header .header--wrapper .hamburger {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 2.0512820513vw;
  }
  header .header--wrapper .hamburger > span {
    width: 10.2564102564vw;
    height: 0.2564102564vw;
    transition: 0.7s;
    background-color: #121212;
  }
  header .header--wrapper .hamburger > p {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0;
    width: 15.3846153846vw;
    margin-top: 0.5128205128vw;
    transition: 0.7s;
    text-align: center;
    vertical-align: middle;
    font-style: Regular;
  }
  header .header--wrapper .hamburger.is-active > span:first-of-type {
    transform: rotate(15deg) translate(0.2564102564vw, 1.0256410256vw);
  }
  header .header--wrapper .hamburger.is-active > span:last-of-type {
    transform: rotate(-15deg) translate(0.2564102564vw, -1.1538461538vw);
  }
  #hamburgerMenu {
    position: fixed;
    z-index: 99999;
    left: 6.4102564103vw;
    overflow: scroll;
    height: 0;
    transition: 0.5s;
    pointer-events: none;
    opacity: 1;
  }
  #hamburgerMenu nav {
    width: 87.1794871795vw;
    margin: 0 auto;
    margin-top: 10.2564102564vw;
    margin-bottom: 35.8974358974vw;
  }
  #hamburgerMenu nav > ul {
    display: flex;
    flex-flow: column;
    gap: 5.641025641vw;
  }
  #hamburgerMenu nav > ul > li {
    padding-bottom: 5.641025641vw;
    border-bottom: 0.2564102564vw solid rgb(95, 103, 100);
  }
  #hamburgerMenu nav > ul > li:last-of-type {
    border-bottom: 0;
  }
  #hamburgerMenu nav > ul > li > a {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 5.641025641vw;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fff;
    font-style: Regular;
    leading-trim: NONE;
  }
  #hamburgerMenu nav > ul > li > ul {
    display: flex;
    flex-flow: column;
    margin-top: 6.4102564103vw;
    gap: 4.358974359vw;
  }
  #hamburgerMenu nav > ul > li > ul > li > a {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 150%;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.5);
    font-style: Regular;
    leading-trim: NONE;
  }
  #hamburgerMenu nav > a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 5.641025641vw;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13.3333333333vw;
    margin-top: 3.8461538462vw;
    text-align: center;
    vertical-align: middle;
    color: #1b2622;
    background-color: #fff;
    font-style: Medium;
    leading-trim: NONE;
  }
  header.modal-active:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 24.1025641026vw;
    background-color: rgba(0, 0, 0, 0.5);
  }
  header.is-open + #hamburgerMenu {
    z-index: 9999;
    visibility: visible;
    height: 100%;
    pointer-events: auto;
    opacity: 1;
  }
  footer .footer--wrapper {
    background: linear-gradient(180deg, #121212 0%, #27332f 100%);
  }
  footer .footer--wrapper .footer__cta {
    display: flex;
    justify-content: center;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 20.5128205128vw;
    margin-bottom: -11.5384615385vw;
    gap: 6.4102564103vw;
    transform: translateX(2.0512820513vw);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items {
    position: relative;
    width: 83.0769230769vw;
    height: 60.5128205128vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    filter: blur(0.2564102564vw);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-recruit {
    background-image: url(./assets/img/footer/button-recruit-bg.jpg);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-contact {
    background-image: url(./assets/img/footer/button-contact-bg.jpg);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > .footer__cta__items--head {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 120%;
    letter-spacing: 0.06em;
    padding: 3.5897435897vw 8.2051282051vw;
    vertical-align: middle;
    color: #fff;
    font-style: Regular;
    writing-mode: vertical-lr;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > .footer__cta__items--head > span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 12.3076923077vw;
    line-height: 70%;
    letter-spacing: 0;
    position: absolute;
    top: 3.0769230769vw;
    left: -4.1025641026vw;
    vertical-align: middle;
    font-style: Medium;
    writing-mode: vertical-lr;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div {
    position: absolute;
    bottom: 4.6153846154vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10.2564102564vw;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #fff;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div span {
    position: absolute;
    top: -44.358974359vw;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    background-color: #B39845;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div span svg {
    width: 4.8717948718vw;
    height: 4.1025641026vw;
  }
  footer .footer__marquee {
    background-color: #fff;
  }
  footer .footer__marquee .footer__marquee--wrapper {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 16.6666666667vw 10.2564102564vw;
    white-space: nowrap;
    background: #f0f0f0;
  }
  footer .footer__marquee .footer__marquee--wrapper .footer__marquee--track {
    display: inline-block;
    animation: marquee-scroll 90s linear infinite;
  }
  footer .footer__marquee .footer__marquee--wrapper .footer__marquee--track .footer__marquee--text {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 35.8974358974vw;
    line-height: 80%;
    letter-spacing: -0.01em;
    display: inline-block;
    padding-right: 5.1282051282vw;
    vertical-align: middle;
    color: #1b2622;
    font-style: Medium;
    font-style: Regular;
  }
  footer .footer__company-info .footer__company-info--wrapper {
    margin: 0 auto;
    padding: 20.5128205128vw 6.4102564103vw 11.5384615385vw;
  }
  footer .footer__company-info .footer__company-info--wrapper .footer__company-info--basic {
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    gap: 8.9743589744vw;
  }
  footer .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > img {
    width: 23.0769230769vw;
    height: 12.8974358974vw;
    filter: brightness(20);
  }
  footer .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div {
    display: flex;
    align-items: baseline;
    flex-flow: column;
    gap: 5.1282051282vw;
    color: #fff;
  }
  footer .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 3.5897435897vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    font-style: SemiBold;
  }
  footer .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .access {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  footer .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .tel {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  footer .footer__nav .footer__nav--wrapper {
    margin: 0 auto 0;
    padding: 0 6.4102564103vw;
  }
  footer .footer__nav .footer__nav--wrapper nav {
    display: flex;
    justify-content: space-between;
    padding: 11.5384615385vw 0;
    color: #fff;
    border-top: 0.2564102564vw solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.2564102564vw solid rgba(255, 255, 255, 0.3);
  }
  footer .footer__nav .footer__nav--wrapper nav > ul {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6.4102564103vw;
  }
  footer .footer__nav .footer__nav--wrapper nav > ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0;
    width: 33.8461538462vw;
    vertical-align: middle;
    font-style: Regular;
  }
  footer .footer__nav .footer__nav--wrapper nav > ul > li a {
    color: #fff;
  }
  footer .footer__nav .footer__nav--wrapper nav > ul > li a.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.4615384615vw;
    margin-top: 1.2820512821vw;
    color: #121212;
    background-color: #fff;
  }
  footer .copyright {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.0769230769vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin: 0 auto;
    padding: 6.1538461538vw 6.4102564103vw 15.3846153846vw;
    color: #fff;
    font-style: Regular;
  }
  main {
    width: 100% !important;
    margin: 0 auto;
  }
  main .content--wrapper {
    width: 100vw;
    margin: 0 auto;
    padding: 12.3076923077vw 6.4102564103vw 15.3846153846vw;
    border-top: 0.2564102564vw solid #b2b2b2;
  }
  .section .is-wrapper {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    padding: 17.9487179487vw 6.4102564103vw 15.3846153846vw;
  }
  .section .is-wrapper.is-hr {
    position: relative;
  }
  .section .is-wrapper.is-hr::before {
    content: "";
    display: block;
    width: calc(100% - 10.2564102564vw);
    max-width: 369.2307692308vw;
    height: 1px;
    background-color: #b2b2b2;
    position: absolute;
    top: 15.3846153846vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .section .is-wrapper .head {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 10.7692307692vw;
    line-height: 110%;
    letter-spacing: -0.02em;
    display: flex;
    flex-flow: column;
    width: 25.641025641%vw;
    margin-bottom: 10.2564102564vw;
    gap: 2.0512820513vw;
    vertical-align: middle;
    text-transform: capitalize;
    color: #121212;
    font-style: Medium;
    font-style: M;
    text-transform: uppercase;
  }
  .section .is-wrapper .head > span {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-style: Medium;
    font-style: Regular;
  }
  .section .is-wrapper .content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.6153846154vw;
    line-height: 220%;
    letter-spacing: 0.06em;
    color: #121212;
  }
  .kv {
    position: relative;
    width: 100%;
    aspect-ratio: 390/260;
  }
  .kv .button-scroll {
    position: absolute;
    top: 0;
    top: -10.2564102564vw;
    right: 6.4102564103vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20.5128205128vw;
    height: 20.5128205128vw;
    border: 0.2564102564vw solid #fff;
    border-radius: 20.5128205128vw;
    mix-blend-mode: difference;
    mix-blend-mode: difference;
  }
  .kv .button-scroll svg {
    position: absolute;
    width: 1.5384615385vw;
    height: 8.2051282051vw;
    transition: 0.5s;
  }
  .kv .button-scroll svg:first-of-type {
    transform: translateX(1.0256410256vw) translateY(-3.8461538462vw);
    opacity: 0;
  }
  .kv .button-scroll svg:last-of-type {
    transform: translateX(1.0256410256vw) translateY(0vw);
    opacity: 1;
  }
  .kv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .details {
    padding: 5.1282051282vw;
    background-color: #fff;
  }
  .details .details-summary {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: start;
    padding-right: 7.6923076923vw;
    gap: 2.0512820513vw;
    vertical-align: middle;
    vertical-align: middle;
    background-color: #fff;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  .details .details-summary.is-active .btn span:last-of-type {
    transform: rotate(0deg);
  }
  .details .details-summary .btn {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    transform: translateY(-50%);
    border-radius: 7.1794871795vw;
    background-color: #1b2622;
  }
  .details .details-summary .btn > span {
    position: absolute;
    width: 3.0769230769vw;
    height: 0.2564102564vw;
    background-color: #fff;
  }
  .details .details-summary .btn > span:last-of-type {
    transition: 0.5s;
    transform: rotate(90deg);
  }
  .details .details-summary:before {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 4.6153846154vw;
    line-height: 130%;
    letter-spacing: 0;
    content: "Q.";
    vertical-align: middle;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  .details .details-summary::-webkit-details-marker {
    display: none;
  }
  .details .details-content {
    display: flex;
    align-items: baseline;
    margin-top: 4.1025641026vw;
    padding-top: 4.1025641026vw;
    gap: 3.0769230769vw;
    border-top: 0.2564102564vw solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  .details .details-content:before {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 4.6153846154vw;
    line-height: 130%;
    letter-spacing: 0;
    content: "A.";
    vertical-align: middle;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  .details .details-content > div > p {
    font-family: Noto Sans JP;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-weight: 400;
    font-size: 4.1025641026vw;
    font-size: 3.5897435897vw;
    line-height: 160%;
    line-height: 160%;
    letter-spacing: 0.06em;
    letter-spacing: 0.06em;
    vertical-align: middle;
    vertical-align: middle;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  .details .details-content > div > p:last-of-type {
    margin: 0;
  }
  .taxonomy-filter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7.6923076923vw;
    gap: 2.5641025641vw;
    list-style: none;
  }
  .taxonomy-filter li.active a {
    color: #fff;
    background-color: #B39845;
    border: 1px solid #B39845;
  }
  .taxonomy-filter li a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5384615385vw 5.641025641vw;
    transition: all 0.5s;
    vertical-align: middle;
    vertical-align: middle;
    text-decoration: none;
    color: #7d7d7d;
    border: 0.2564102564vw solid #7d7d7d;
    border-radius: 7.6923076923vw;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  .taxonomy-filter li a.active {
    color: #fff;
    background-color: #B39845;
  }
  .custom-post-list {
    display: flex;
    flex-flow: column;
    margin: 0 auto 15.3846153846vw;
    gap: 5.1282051282vw;
  }
  .custom-post-list li {
    width: 87.1794871795vw;
  }
  .custom-post-list li a {
    position: relative;
    display: flex;
    flex-flow: column;
    padding-bottom: 5.641025641vw;
    gap: 5.641025641vw;
    border-bottom: 0.2564102564vw solid rgba(18, 18, 18, 0.3);
  }
  .custom-post-list li a img {
    width: 100%;
    height: 57.1794871795vw;
  }
  .custom-post-list li a .post-meta {
    display: flex;
    flex-flow: column;
    gap: 4.1025641026vw;
  }
  .custom-post-list li a .post-meta > .custom-field--area {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    width: fit-content;
    padding: 1.7948717949vw 4.6153846154vw;
    vertical-align: middle;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.6);
    border: 0.2564102564vw solid rgba(0, 0, 0, 0.6);
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  .custom-post-list li a .post-meta > h2 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  .custom-post-list li a .post-meta > .custom-field--place {
    font-family: Inter;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    vertical-align: middle;
    opacity: 0.6;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  .custom-post-list li a .post-meta > .post-meta-info {
    display: flex;
    align-items: center;
    gap: 4.1025641026vw;
  }
  .custom-post-list li a .post-meta > .post-meta-info .post-date {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 5.1282051282vw;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
  }
  .custom-post-list li a .post-meta > .post-meta-info ul.post-taxonomy {
    display: flex;
    align-items: center;
    gap: 2.5641025641vw;
    color: #fff;
  }
  .custom-post-list li a .post-meta > .post-meta-info ul.post-taxonomy li {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0;
    width: fit-content;
    padding: 1.5384615385vw 5.641025641vw;
    vertical-align: middle;
    border-radius: 5.1282051282vw;
    background-color: rgb(39, 51, 47);
    font-style: Medium;
  }
  body:has(#password-modal.is-active) {
    overflow: hidden;
  }
  #password-modal-wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #password-modal-wrapper #password-modal {
    position: relative;
    z-index: 11;
  }
  #password-modal-wrapper #password-modal .modal-content {
    position: fixed;
    top: 35.8974358974vw;
    left: 50%;
    overflow-y: scroll;
    width: 87.1794871795vw;
    height: calc(100% - 51.2820512821vw);
    padding: 10.2564102564vw 5.1282051282vw;
    transform: translateX(-50%);
    background-color: #fff;
  }
  #password-modal-wrapper #password-modal .modal-content .modal__head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    width: fit-content;
    margin: 0 auto 7.6923076923vw;
    padding: 2.5641025641vw 5.1282051282vw;
    text-align: center;
    text-align: center;
    color: rgb(27, 38, 34);
    border: 0.2564102564vw solid rgb(27, 38, 34);
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 6.1538461538vw;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw > .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-align: center;
    text-align: center;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw input {
    width: 100%;
    height: 11.5384615385vw;
    border: 0.2564102564vw solid rgb(178, 178, 178);
    background-color: transparent;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw button {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5128205128vw 6.1538461538vw;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: rgb(39, 51, 47);
    font-style: Medium;
    leading-trim: NONE;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 8.9743589744vw;
    padding: 6.9230769231vw 0;
    gap: 6.1538461538vw;
    background: rgb(242, 242, 242);
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw > .head {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    text-align: center;
    text-align: center;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw > img {
    width: 38.4615384615vw;
    height: 38.4615384615vw;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw > .text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    text-align: center;
    text-align: center;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  .custom-pagination {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto 20.5128205128vw;
    gap: 0vw;
  }
  .custom-pagination .first-page,
  .custom-pagination .last-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4102564103vw;
    height: 6.4102564103vw;
    margin: 0 2.5641025641vw;
    border-radius: 7.6923076923vw;
  }
  .custom-pagination .page-numbers {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    vertical-align: middle;
    color: #121212;
    background-color: transparent;
    box-shadow: none;
    font-style: Medium;
  }
  .custom-pagination .page-numbers.current {
    color: #121212;
  }
  .custom-pagination .prev,
  .custom-pagination .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.6923076923vw;
    min-width: 7.6923076923vw;
    height: 7.6923076923vw;
    margin: 0;
    color: #fff;
    border-radius: 7.6923076923vw;
  }
  .property-status {
    font-family: Noto Sans CJK JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0.15em;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 1.7948717949vw 5.1282051282vw;
    text-align: right;
    vertical-align: middle;
    font-style: Regular;
    leading-trim: NONE;
  }
  .property-status.advertisement {
    color: rgb(235, 238, 239);
    background-color: rgb(34, 78, 141);
  }
  .property-status.available {
    color: rgb(18, 18, 18);
    background-color: rgb(241, 201, 58);
  }
  .property-status.negotiation {
    color: rgb(235, 238, 239);
    background-color: rgb(241, 151, 39);
  }
  .property-status.soldout {
    color: rgb(235, 238, 239);
    background-color: rgb(192, 44, 78);
  }
  .property-status.closed {
    padding-left: 8.9743589744vw;
    color: rgb(27, 38, 34);
    background-color: #fff;
  }
  .property-status.closed:before {
    content: "";
    position: absolute;
    left: 5.1282051282vw;
    display: flex;
    align-items: center;
    width: 2.5641025641vw;
    height: 3.0769230769vw;
    color: #121212;
    background-color: rgb(222, 222, 222);
    background-image: url(./assets/img/common/icon-lock.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .toc {
    margin-bottom: 2em;
    padding: 1em;
    border: 0.2564102564vw solid #ccc;
    background: #f9f9f9;
  }
  .toc ul {
    padding-left: 1em;
    list-style: none;
  }
  .toc ul li {
    margin: 0.5em 0;
  }
  #rtoc-mokuji-wrapper,
  #rtoc-mokuji-widget-wrapper {
    max-width: 87.1794871795vw;
    margin: 5.1282051282vw 0 12.3076923077vw;
  }
  #rtoc-mokuji-wrapper #rtoc-mokuji-title,
  #rtoc-mokuji-widget-wrapper #rtoc-mokuji-title {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0;
    flex-direction: row;
    padding: 5.1282051282vw;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji {
    margin: 5.1282051282vw auto;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji li a,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji li a {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji {
    padding-left: 10.2564102564vw !important;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji li a,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji li a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Medium;
    leading-trim: NONE;
  }
  #rtoc-mokuji-wrapper.rtoc-mokuji-content .mokuji_ul.level-1 .rtoc-item::before,
  #rtoc-mokuji-widget-wrapper.rtoc-mokuji-content .mokuji_ul.level-1 .rtoc-item::before {
    background-color: rgb(125, 125, 125) !important;
  }
  h2.page-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 14.358974359vw;
    line-height: 120%;
    letter-spacing: 0;
    display: flex;
    flex-flow: column;
    width: 87.1794871795vw;
    margin: 0vw auto 15.3846153846vw;
    gap: 1.0256410256vw;
    vertical-align: middle;
    text-transform: capitalize;
    font-style: Medium;
    font-style: M;
  }
  h2.page-title > span {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 180%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    font-style: Medium;
  }
  a.button-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    min-width: 62.0512820513vw;
    height: 14.1025641026vw;
    margin-top: 11.5384615385vw;
    padding: 0 5.1282051282vw 0 6.1538461538vw;
    gap: 6.4102564103vw;
    color: #fff;
    background: rgb(39, 51, 47);
  }
  a.button-arrow p {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 4.1025641026vw !important;
    line-height: 100%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-style: Medium;
    leading-trim: NONE;
  }
  a.button-arrow span.move-arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.2051282051vw;
  }
  a.button-arrow span.move-arrow-right svg {
    width: 4.8717948718vw;
    height: auto;
  }
  body:has(main.home) .is-wrapper {
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
  }
  body:has(main.home) header {
    transition: 0.5s ease;
    background-color: #fff;
  }
  body:has(main.home) header * {
    transition: 0.5s ease;
  }
  body:has(main.home) header.is-reverse {
    background-color: transparent;
  }
  body:has(main.home) header.is-reverse .header--wrapper {
    background-color: #161817;
  }
  body:has(main.home) header.is-reverse .hamburger span {
    background-color: #fff;
  }
  body:has(main.home) header.is-reverse .hamburger p {
    color: #606865 !important;
  }
  body:has(main.home) header.is-reverse * {
    color: #fff !important;
  }
  body:has(main.home) header.is-reverse a > img {
    transition: filter 0.5s ease;
    filter: brightness(20);
  }
  body:has(main.home) header.is-reverse a.contact {
    color: rgb(28, 39, 35) !important;
    border: 0.2564102564vw solid rgb(28, 39, 35) !important;
    background-color: #fff !important;
  }
  body:has(main.home) header.is-reverse a.contact:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: rgb(28, 39, 35) !important;
  }
  body:has(main.home) header.is-open {
    background-color: transparent;
  }
  body:has(main.home) header.is-open .header--wrapper {
    background-color: #1b2622;
  }
  body:has(main.home) .kv {
    font-size: 25.641025641vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100svh;
    margin-top: -24.1025641026vw;
    background-color: #fff;
    background-image: linear-gradient(180deg, #121212 0%, #27332f 52.45%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  body:has(main.home) .kv:after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    left: auto;
    width: auto;
    height: 100svh;
    background-image: url(./assets/img/kv-g.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 1280/720;
  }
  body:has(main.home) .kv > span {
    position: absolute;
    z-index: 98;
    top: 0;
    width: 100vw;
    height: 100vh;
    transform: 5s;
    opacity: 0;
    background-image: url(./assets/img/kv-building-sp.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
  }
  body:has(main.home) .kv > span:after {
    content: "";
    position: absolute;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    transition: 0.5s;
    opacity: 1;
    background: linear-gradient(180deg, #121212 0%, #27332f 52.45%);
  }
  body:has(main.home) .kv > span.fade-in:after {
    height: 0;
    opacity: 0;
  }
  body:has(main.home) .kv > p {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
  }
  body:has(main.home) .kv > p > span {
    font-family: Volkhov;
    font-weight: 400;
    font-size: 6.6666666667vw;
    line-height: 140%;
    letter-spacing: 0.14em;
    transform: translateY(-7.6923076923vw);
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    color: #fff;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.home) .loading #kv-video {
    height: 100svh;
  }
  body:has(main.home) main {
    margin: 0;
  }
  body:has(main.home) main .vision {
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.home) main .vision .is-wrapper {
    width: 100%;
  }
  body:has(main.home) main .vision .is-wrapper .vision__inner {
    display: block;
  }
  body:has(main.home) main .vision .is-wrapper .vision__sub-head {
    font-size: 4.1025641026vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  body:has(main.home) main .vision .is-wrapper .vision__head {
    min-width: 133.3333333333vw;
  }
  body:has(main.home) main .vision .is-wrapper .vision__head h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 7.1794871795vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-top: 7.6923076923vw;
    vertical-align: middle;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content {
    padding-top: 10.2564102564vw;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content .vision__content--text {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #121212;
    leading-trim: NONE;
    position: relative;
    z-index: 2;
  }
  body:has(main.home) main .background {
    height: 138.4615384615vw;
  }
  body:has(main.home) main .background .is-wrapper {
    position: fixed;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
  }
  body:has(main.home) main .background .is-wrapper .slider {
    width: 100%;
    height: 100%;
    display: block;
  }
  body:has(main.home) main .background .is-wrapper .slider img {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  body:has(main.home) main .message {
    background-color: #fff;
  }
  body:has(main.home) main .message .is-wrapper {
    display: flex;
    flex-flow: column;
    padding: 17.9487179487vw 6.4102564103vw;
    gap: 5.1282051282vw;
  }
  body:has(main.home) main .message .is-wrapper .message__content {
    display: flex;
    flex-flow: column;
    gap: 12.3076923077vw;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person {
    width: 100%;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person .position {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin-top: 6.1538461538vw;
    vertical-align: middle;
    color: #1b2622;
    font-style: SemiBold;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 5.641025641vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: end;
    margin-top: 3.0769230769vw;
    gap: 3.0769230769vw;
    vertical-align: middle;
    font-style: SemiBold;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person .name span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 3.0769230769vw;
    line-height: 70%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #121212;
    font-style: Medium;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text .head {
    font-family: "$serif";
    font-weight: 505;
    font-size: 6.1538461538vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 6.1538461538vw;
    font-style: M;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.home) main .service .is-wrapper {
    padding-bottom: 0;
    display: flex;
    flex-flow: column;
  }
  body:has(main.home) main .service .is-wrapper .head {
    align-items: flex-start;
    color: #fff;
  }
  body:has(main.home) main .service .is-wrapper .head > span {
    color: #fff;
  }
  body:has(main.home) main .service .is-wrapper .service-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 0;
    gap: 2.5641025641vw;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a {
    position: relative;
    width: 43.5897435897vw;
    height: 57.1794871795vw;
    overflow: hidden;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a span.service-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 3.5897435897vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 3.8461538462vw;
    left: 2.5641025641vw;
    color: #fff;
    font-style: M;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a span.move-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    background-color: #b39845;
  }
  body:has(main.home) main .number .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.home) main .number .is-wrapper .head {
    align-items: flex-start;
    color: #fff;
    width: 750px;
    text-transform: none;
  }
  body:has(main.home) main .number .is-wrapper .head > span {
    color: #fff;
  }
  body:has(main.home) main .number .is-wrapper .service-menu {
    display: flex;
    flex-wrap: wrap;
    width: 328.2051282051vw;
    margin: 15.3846153846vw auto 0;
    gap: 5.1282051282vw;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a {
    position: relative;
    width: 78.2051282051vw;
    height: 92.3076923077vw;
    overflow: hidden;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a span.service-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 5.1282051282vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 5.1282051282vw;
    left: 5.1282051282vw;
    color: #fff;
    font-style: M;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a span.move-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.7435897436vw;
    height: 9.7435897436vw;
    background-color: #b39845;
  }
  body:has(main.home) main .number .is-wrapper .maincontent {
    margin-top: 0vw;
    position: relative;
    z-index: 2;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list {
    display: flex;
    flex-direction: column;
    gap: 3.8461538462vw;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list.pc {
    display: none;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 48.7179487179vw;
    padding: 7.6923076923vw 8.2051282051vw 8.2051282051vw;
    background-color: #1b2622;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items:nth-of-type(1) .description::before {
    width: 27.0743589744vw;
    background-image: url(./assets/img/page/numbers-main-02.svg);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items:nth-of-type(2) .description:before {
    width: 25.358974359vw;
    background-image: url(./assets/img/page/numbers-main-05.svg);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items:nth-of-type(3) .description:before {
    width: 24.7974358974vw;
    background-image: url(./assets/img/page/numbers-main-04.svg);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items > .head {
    margin-bottom: 7.6923076923vw;
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 5.1282051282vw;
    line-height: 130%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    gap: 2.5641025641vw;
    text-align: center;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items > .head.is-up {
    transform: translateY(-0.5em);
    height: auto;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items .description {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items .description::before {
    content: "";
    height: 20.5128205128vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    flex-shrink: 0;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items .text {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    gap: 1.0256410256vw;
    vertical-align: middle;
    color: rgb(141, 146, 144);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items .text span {
    font-family: DIN;
    font-weight: 600;
    font-size: 16.4102564103vw;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item {
    margin-top: 10.2564102564vw;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item p {
    color: #fff;
    font-size: 4.1025641026vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item p + p {
    margin-top: 1.6em;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item a.button-arrow {
    background-color: #B39845;
  }
  body:has(main.home) main .property {
    background-color: #f2f2f2;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.home) main .property .property__container {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  body:has(main.home) main .property .is-wrapper {
    padding-bottom: 0;
  }
  body:has(main.home) main .property .property__header {
    display: contents;
  }
  body:has(main.home) main .property .head.fadein-head::before {
    background-color: #f2f2f2;
  }
  body:has(main.home) main .property span.move-arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    background-color: #27332f;
    cursor: pointer;
  }
  body:has(main.home) main .property .move-arrow-right svg {
    width: 4.8717948718vw;
    height: 4.1025641026vw;
  }
  body:has(main.home) main .property .property__nav {
    display: flex;
    gap: 5.1282051282vw;
    order: 3;
    margin-top: 7.6923076923vw;
  }
  body:has(main.home) main .property .property__nav .property__nav-button.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }
  body:has(main.home) main .property span.property__nav-button--prev {
    background-color: transparent;
    border: 1px solid #27332f;
  }
  body:has(main.home) main .property .property-slider {
    margin-right: calc(50% - 50vw);
    order: 2;
  }
  body:has(main.home) main .property .property-card {
    background-color: #fff;
    padding: 3.8461538462vw 3.8461538462vw 6.4102564103vw;
    margin-right: 3.8461538462vw;
    position: relative;
  }
  body:has(main.home) main .property .property-card__image-wrapper {
    width: 100%;
  }
  body:has(main.home) main .property .property-card__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 235/293;
    object-fit: cover;
  }
  body:has(main.home) main .property .property-card__label {
    top: 3.8461538462vw;
    right: 3.8461538462vw;
  }
  body:has(main.home) main .property .property-card__name {
    margin-top: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.home) main .property .property-card__address {
    margin-top: 1.0256410256vw;
    font-size: 3.0769230769vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  body:has(main.home) main .property .property-card__name,
  body:has(main.home) main .property .property-card__address {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  body:has(main.home) main .property .property-card__tags {
    margin-top: 4.6153846154vw;
    gap: 5.1282051282vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  body:has(main.home) main .property .property-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #B39845;
    border-radius: 12.8205128205vw;
    color: #fff;
    padding: 1.5384615385vw 2.5641025641vw;
    min-width: 23.5897435897vw;
    font-size: 3.0769230769vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  body:has(main.home) main .news {
    background-color: #f2f2f2;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.home) main .news .is-wrapper {
    display: block;
    gap: 25.641025641vw;
  }
  body:has(main.home) main .news .is-wrapper .head {
    align-items: flex-start;
    width: 66.4102564103vw;
    min-width: 66.4102564103vw;
  }
  body:has(main.home) main .news .is-wrapper .head.fadein-head::before {
    background-color: #f2f2f2;
  }
  body:has(main.home) main .news .is-wrapper .news__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }
  body:has(main.home) main .news .is-wrapper .news__list {
    display: flex;
    flex-direction: column;
    gap: 3.8461538462vw;
    width: 100%;
  }
  body:has(main.home) main .news .is-wrapper .news__anchor {
    background-color: #dedede;
    display: block;
    padding: 6.1538461538vw 7.1794871795vw;
  }
  body:has(main.home) main .news .is-wrapper .news__anchor:hover {
    background-color: #d2d2d2;
  }
  body:has(main.home) main .news .is-wrapper .news__date {
    color: #7d7d7d;
    font-size: 4.1025641026vw;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
  }
  body:has(main.home) main .news .is-wrapper .news__description {
    margin-top: 5.1282051282vw;
  }
  body:has(main.home) main .news .is-wrapper .news__item-title {
    padding-bottom: 3.4615384615vw;
    margin-bottom: 3.4615384615vw;
    border-bottom: 1px solid #b2b2b2;
    font-size: 4.1025641026vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.home) main .news .is-wrapper .news__text {
    font-size: 3.5897435897vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: #121212;
  }
  body:has(main.home) main .news .is-wrapper a.button-arrow {
    margin-top: 10.2564102564vw;
    margin-right: auto;
  }
  body:has(main.home) footer {
    position: relative;
    z-index: 1;
  }
  body:has(main.page-about) .message .is-wrapper {
    padding-top: 17.9487179487vw;
  }
  body:has(main.page-about) .message .is-wrapper.is-hr::before {
    top: 15.3846153846vw;
  }
  body:has(main.page-about) .message .is-wrapper .message__content {
    display: flex;
    flex-flow: column;
    gap: 12.3076923077vw;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person {
    width: 100%;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person .position {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin-top: 6.1538461538vw;
    vertical-align: middle;
    color: #1b2622;
    font-style: SemiBold;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 5.641025641vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: end;
    margin-top: 3.0769230769vw;
    gap: 3.0769230769vw;
    vertical-align: middle;
    font-style: SemiBold;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person .name span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 3.0769230769vw;
    line-height: 70%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #B39845;
    font-style: Medium;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .message__content--text .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 6.1538461538vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 6.1538461538vw;
    font-style: M;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .message__content--text p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-about) .about {
    background-color: #f2f2f2;
  }
  body:has(main.page-about) .about .is-wrapper {
    display: flex;
    flex-flow: column;
    padding-bottom: 1.2820512821vw;
  }
  body:has(main.page-about) .about .is-wrapper > div {
    padding: 2.5641025641vw 0 10.2564102564vw;
    border-top: 0.2564102564vw solid #b2b2b2;
  }
  body:has(main.page-about) .about .is-wrapper > div > .head {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 10.7692307692vw;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    text-transform: uppercase;
    font-style: Medium;
  }
  body:has(main.page-about) .about .is-wrapper > div > .head span {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-style: Medium;
    font-style: Regular;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 6.1538461538vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 4.1025641026vw;
    vertical-align: middle;
    font-style: M;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 180%;
    letter-spacing: 0.06em;
    margin-top: 0;
    color: rgba(0, 0, 0, 0.6);
    font-style: Regular;
  }
  body:has(main.page-about) .about .is-wrapper > img {
    margin: 6.1538461538vw auto 6.1538461538vw;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .head.is-value {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 4.6153846154vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-bottom: 6.1538461538vw;
    vertical-align: middle;
    font-style: M;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail {
    display: flex;
    flex-flow: column;
    gap: 6.1538461538vw;
    border: 0;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div {
    display: flex;
    flex-flow: column;
    gap: 4.1025641026vw;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div .head {
    font-family: "Noto Serif JP", serif, sans-serif;
    font-weight: 700;
    font-size: 6.1538461538vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 3.0769230769vw;
    vertical-align: middle;
    border-bottom: 0.2564102564vw solid rgba(0, 0, 0, 0.3);
    font-style: normal;
    text-transform: capitalize;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div .content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 180%;
    letter-spacing: 0.06em;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    font-style: Regular;
  }
  body:has(main.page-about) .member .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.page-about) .member .is-wrapper.is-hr::before {
    top: 15.3846153846vw;
  }
  body:has(main.page-about) .member .is-wrapper .content {
    width: 100%;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8.2051282051vw 2.5641025641vw;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person {
    width: 42.3076923077vw;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > img {
    width: 100%;
    height: auto;
    aspect-ratio: 165/206;
    object-fit: contain;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > .position {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 3.0769230769vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin-top: 4.1025641026vw;
    vertical-align: middle;
    color: #B39845;
    font-style: SemiBold;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > .name {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 2.0512820513vw;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    font-style: Medium;
  }
  body:has(main.page-about) .member .is-wrapper .modal {
    position: fixed;
    z-index: 999;
    top: 7.6923076923vw;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 7.6923076923vw);
    background-color: rgba(0, 0, 0, 0.5);
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents {
    position: relative;
    top: 0;
    overflow-y: scroll;
    width: 87.1794871795vw;
    height: 80%;
    margin: auto;
    padding: 15.3846153846vw 5.1282051282vw;
    background: #fff;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-close {
    position: fixed;
    top: calc(7.6923076923vw + 10% + 3.8461538462vw);
    right: 11.5384615385vw;
    width: 4.6153846154vw;
    height: 6.1538461538vw;
    cursor: pointer;
    background-image: url(./assets/img/common/icon-cross.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-prev,
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-next {
    position: fixed;
    z-index: 1;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    transform: translateY(-50%);
    border: 0;
    border-radius: 20.5128205128vw;
    background-color: transparent;
    background-color: #121212;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-prev {
    left: 1.2820512821vw;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-next {
    right: 1.2820512821vw;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content {
    display: flex;
    flex-flow: column;
    gap: 10.2564102564vw;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .post-person {
    width: 76.9230769231vw;
    min-width: 76.9230769231vw;
    height: 100%;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .post-person > .position {
    margin-top: 8.2051282051vw !important;
    color: #121212 !important;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .post-person > .name span {
    font-family: "Cormorant Garamond", serif !important;
    color: #B39845;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content {
    padding: 0;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .catch {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 6.1538461538vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    font-style: M;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .catch-text {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 200%;
    letter-spacing: 0.05em;
    margin-top: 6.1538461538vw;
    color: rgb(18, 18, 18);
    font-style: Regular;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .catch-text > p {
    margin: 0 !important;
    padding: 0 !important;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .career-head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 6.1538461538vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-top: 10.2564102564vw;
    padding-bottom: 3.0769230769vw;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    border-bottom: 0.2564102564vw solid rgb(178, 178, 178);
    font-style: M;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .career {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 200%;
    letter-spacing: 0.05em;
    margin-top: 4.1025641026vw;
    color: rgb(18, 18, 18);
    font-style: Regular;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .career > p {
    margin: 0 !important;
    padding: 0 !important;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content .button-modal-close {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 6.1538461538vw;
    padding: 2.5641025641vw 6.6666666667vw;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    border: 0.2564102564vw solid #27332f;
    background-color: #27332f;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content .button-modal-close:hover {
    color: #27332f;
    border: 0.2564102564vw solid #27332f;
    background-color: #fff;
  }
  body:has(main.page-services) .content--wrapper {
    border-top: 0;
    padding: 15.3846153846vw 6.4102564103vw 20.5128205128vw;
  }
  body:has(main.page-services) .content--wrapper .service-head {
    display: flex;
    flex-flow: column;
    gap: 6.1538461538vw;
  }
  body:has(main.page-services) .content--wrapper .service-head .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 7.1794871795vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: rgb(18, 18, 18);
    font-style: M;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.page-services) .content--wrapper .service-head > p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 180%;
    letter-spacing: 0.06em;
    color: #121212;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-services) .content--wrapper .service-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 12.3076923077vw auto 0;
    gap: 2.5641025641vw;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a {
    position: relative;
    width: 42.3076923077vw;
    height: 57.1794871795vw;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a span.service-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 3.5897435897vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 3.8461538462vw;
    left: 2.5641025641vw;
    vertical-align: bottom;
    color: #fff;
    font-style: M;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a img {
    width: 100%;
    height: 100%;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a span.move-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    background-color: #B39845;
  }
  body:has(main.page-services-lower) h2.page-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 9.2307692308vw;
    line-height: 160%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.page-services-lower) h2.page-title span {
    font-family: "Cormorant Garamond", serif;
    font-size: 3.5897435897vw;
    line-height: 1.1;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
  body:has(main.page-services-lower) .description .is-wrapper {
    padding-top: 15.3846153846vw;
  }
  body:has(main.page-services-lower) .description .is-wrapper .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 7.1794871795vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-bottom: 6.1538461538vw;
    font-style: M;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.page-services-lower) .description .is-wrapper .content {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 180%;
    letter-spacing: 0.06em;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-list {
    margin-top: 10.2564102564vw;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item:nth-of-type(1) {
    padding-bottom: 5.1282051282vw;
    border-bottom: 1px solid #b2b2b2;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item:nth-of-type(2) {
    padding-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    border-bottom: 1px solid #b2b2b2;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item:nth-of-type(3) {
    padding-top: 5.1282051282vw;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-term {
    margin-bottom: 4.1025641026vw;
    font-size: 4.1025641026vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #121212;
    font-family: "Noto Sans JP", sans-serif;
    color: #B39845;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-desc {
    font-size: 3.5897435897vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #121212;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.page-services-lower) .features .is-wrapper {
    background-color: #1b2622;
    padding-top: 17.9487179487vw;
  }
  body:has(main.page-services-lower) .features .is-wrapper::before {
    top: 15.3846153846vw;
  }
  body:has(main.page-services-lower) .features .is-wrapper .head {
    color: #fff;
    gap: 4.6153846154vw;
  }
  body:has(main.page-services-lower) .features .is-wrapper .head span {
    color: #fff;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content {
    color: #fff;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content ol {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 4.1025641026vw;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content ol li {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 4.6153846154vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    padding-bottom: 4.1025641026vw;
    gap: 4.1025641026vw;
    counter-increment: item 1;
    vertical-align: middle;
    vertical-align: middle;
    border-bottom: 0.2564102564vw solid rgba(255, 255, 255, 0.3);
    font-style: M;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content ol li::before {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 5.1282051282vw;
    line-height: 160%;
    letter-spacing: 0;
    content: counter(item, decimal-leading-zero);
    width: 7.6923076923vw;
    vertical-align: middle;
    vertical-align: middle;
    color: #B39845;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-services-lower) .reason {
    background-color: #f2f2f2;
  }
  body:has(main.page-services-lower) .reason .is-wrapper {
    padding-top: 17.9487179487vw;
  }
  body:has(main.page-services-lower) .reason .is-wrapper::before {
    top: 15.3846153846vw;
  }
  body:has(main.page-services-lower) .reason .is-wrapper .content > p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 180%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-services-lower) .reason .is-wrapper .content img {
    width: 100%;
    margin-top: 8.2051282051vw;
  }
  body:has(main.page-services-lower) .faq .is-wrapper {
    background-color: #dedede;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content {
    display: flex;
    flex-flow: column;
    gap: 6.1538461538vw;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 220%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin-top: 4.6153846154vw;
    padding: 4.1025641026vw 4.6153846154vw;
    gap: 1.0256410256vw;
    vertical-align: middle;
    vertical-align: middle;
    color: #fff;
    background-color: #121212;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content a:after {
    content: "";
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    background-image: url(./assets/img/common/icon-link-blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-services-lower) .faq + .banner-register {
    padding-top: 0;
  }
  body:has(main.page-services-lower) .banner-register {
    padding-top: 15.3846153846vw;
  }
  body:has(main.page-services-lower) .banner-register {
    width: 100%;
    padding-bottom: 15.3846153846vw;
    background-color: #dedede;
  }
  body:has(main.page-services-lower) .banner-register > a {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 87.1794871795vw;
    height: 79.4871794872vw;
    margin: 0 auto;
    padding: 10.2564102564vw 7.6923076923vw;
    color: #fff;
    background-image: url(./assets/img/common/banner-register.jpg);
  }
  body:has(main.page-services-lower) .banner-register > a > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 180%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-style: Medium;
  }
  body:has(main.page-services-lower) .banner-register > a span {
    width: 100%;
    height: 0.2564102564vw;
    background-color: #fff;
  }
  body:has(main.page-services-lower) .banner-register > a > p:last-of-type {
    font-family: "Khyay-Regular";
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 6.1538461538vw;
    vertical-align: middle;
    vertical-align: middle;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-services-lower) .banner-register > a > p:last-of-type:after {
    content: "";
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    background-image: url(./assets/img/common/icon-link-blank--circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-company) main {
    margin-bottom: 0;
  }
  body:has(main.page-company) .outline .is-wrapper > .head {
    padding-top: 2.3076923077vw;
    border-top: 1px solid #b2b2b2;
  }
  body:has(main.page-company) .outline .is-wrapper > .content {
    position: relative;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr {
    display: flex;
    flex-flow: column;
    padding: 5.1282051282vw 0;
    gap: 2.0512820513vw;
    border-bottom: 0.2564102564vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr:first-of-type {
    padding-top: initial;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .th {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #1b2622;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td {
    display: flex;
    flex-flow: column;
    gap: 2.0512820513vw;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td .is-flex {
    display: flex;
    flex-flow: column;
    padding-top: 6.1538461538vw;
    gap: 6.1538461538vw;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td .is-flex > div {
    display: flex;
    flex-flow: column;
    gap: 1.0256410256vw;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td .is-flex > div iframe {
    margin: 3.0769230769vw 0;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td p.head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-bottom: -1.0256410256vw;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td iframe {
    width: 100%;
    height: auto;
    margin: 2.5641025641vw auto 2.5641025641vw;
    aspect-ratio: 669/376;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    gap: 2.5641025641vw;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td ul > li:before {
    content: "";
    width: 1.0256410256vw;
    min-width: 1.0256410256vw;
    height: 1.0256410256vw;
    border-radius: 1.5384615385vw;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-company) .history .is-wrapper {
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
    background: rgb(27, 38, 34);
    padding-top: 17.9487179487vw;
  }
  body:has(main.page-company) .history .is-wrapper::before {
    top: 15.3846153846vw;
  }
  body:has(main.page-company) .history .is-wrapper > .head {
    color: #fff;
    gap: 4.6153846154vw;
  }
  body:has(main.page-company) .history .is-wrapper > .head.fadein-head::before {
    background-color: rgb(27, 38, 34);
  }
  body:has(main.page-company) .history .is-wrapper > .head span {
    color: #fff;
  }
  body:has(main.page-company) .history .is-wrapper > .content {
    position: relative;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr {
    display: flex;
    gap: 6.4102564103vw;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr:not(:first-of-type) {
    border-top: 0.2564102564vw solid rgba(255, 255, 255, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .th {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 9.2307692308vw;
    line-height: 120%;
    letter-spacing: 0;
    width: fit-content;
    padding: 5.1282051282vw 0;
    color: #B39845;
    font-style: Medium;
    font-style: Medium;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td {
    display: flex;
    flex-flow: column;
    gap: 0.5128205128vw;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td .is-flex {
    display: flex;
    flex-flow: column;
    padding-top: 6.1538461538vw;
    gap: 6.1538461538vw;
    border-top: 0.2564102564vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td .is-flex > div {
    display: flex;
    flex-flow: column;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td p.head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-bottom: 1.0256410256vw;
    color: #fff;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #fff;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td > div {
    padding: 4.1025641026vw 0;
    border-top: 0.2564102564vw solid rgba(255, 255, 255, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td > div:first-of-type {
    border-top: 0;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 2.5641025641vw;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td ul > li:before {
    content: "";
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 1.5384615385vw;
    background: #fff;
  }
  body:has(main.page-company) .feature {
    margin-top: -5.1282051282vw;
  }
  body:has(main.page-company) .feature .is-wrapper {
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
    background: rgb(222, 222, 222);
    padding-top: 17.9487179487vw;
  }
  body:has(main.page-company) .feature .is-wrapper::before {
    top: 15.3846153846vw;
  }
  body:has(main.page-company) .feature .is-wrapper > .head.fadein-head::before {
    background-color: rgb(222, 222, 222);
  }
  body:has(main.page-company) .feature .is-wrapper > .content {
    position: relative;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr {
    display: flex;
    gap: 6.4102564103vw;
    border-top: 0.2564102564vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .th {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 9.2307692308vw;
    line-height: 120%;
    letter-spacing: 0;
    width: fit-content;
    max-width: 43.5897435897vw;
    padding: 5.1282051282vw 0;
    color: #B39845;
    font-style: Medium;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td {
    display: flex;
    flex-flow: column;
    width: 171.5384615385vw;
    gap: 0vw;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td p.head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-bottom: 1.0256410256vw;
    font-style: SemiBold;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div {
    padding: 5.1282051282vw 0;
    border-top: 0.2564102564vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div > p:first-of-type {
    font-size: 4.1025641026vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div > p:last-of-type {
    font-size: 3.5897435897vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-top: 1.0256410256vw;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div:first-of-type {
    border-top: 0;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 2.5641025641vw;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td ul > li:before {
    content: "";
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 1.5384615385vw;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-recruit) header {
    transition: 0.5s ease;
  }
  body:has(main.page-recruit) header > span {
    background-color: rgb(27, 38, 34);
  }
  body:has(main.page-recruit) header * {
    transition: 0.5s ease;
  }
  body:has(main.page-recruit) header .header--wrapper {
    background-color: rgb(27, 38, 34);
  }
  body:has(main.page-recruit) header .hamburger span {
    background-color: #fff;
  }
  body:has(main.page-recruit) header * {
    color: #fff !important;
  }
  body:has(main.page-recruit) header a > img {
    filter: brightness(20);
  }
  body:has(main.page-recruit) header a.contact {
    color: rgb(28, 39, 35) !important;
    border: 0.2564102564vw solid rgb(28, 39, 35) !important;
    background-color: #fff !important;
  }
  body:has(main.page-recruit) header a.contact:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: rgb(28, 39, 35) !important;
  }
  body:has(main.page-recruit) header.is-open a > img {
    filter: brightness(20);
  }
  body:has(main.page-recruit) main {
    margin: 0;
    margin-top: -25.641025641vw;
  }
  body:has(main.page-recruit) main .fv {
    position: relative;
    background-color: rgb(27, 38, 34);
  }
  body:has(main.page-recruit) main .fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 167.1794871795vw;
    background-image: url(./assets/img/page/SP/kv-recruit-parts-sp2.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100vw;
    height: 251.7948717949vw;
    margin: 0 auto;
    padding: 0 6.4102564103vw;
    padding-top: 34.358974359vw;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper:after {
    content: "";
    position: absolute;
    top: 168.7179487179vw;
    width: 174.1025641026vw;
    height: 64.1025641026vw;
    transform: translate(-6.4102564103vw, 0);
    background-image: url(./assets/img/page/SP/kv-recruit-sp.png);
    background-size: contain;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .head {
    font-family: Zen Old Mincho;
    font-weight: 500;
    font-size: 9.2307692308vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    display: flex;
    flex-flow: column;
    gap: 4.1025641026vw;
    color: #fff;
    font-style: Medium;
    font-style: SemiBold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .head > span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 5.1282051282vw;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .head > span > span {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 150%;
    letter-spacing: 0.03em;
    vertical-align: middle;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .catch {
    font-family: Zen Old Mincho;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin-top: 2.5641025641vw;
    gap: 3.0769230769vw;
    color: rgba(129, 160, 153, 0.8);
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .catch:before {
    content: "";
    width: 15.3846153846vw;
    height: 0.2564102564vw;
    background: rgba(129, 160, 153, 0.8);
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 180%;
    letter-spacing: 0.06em;
    margin-top: 8.2051282051vw;
    color: #fff;
    font-style: Regular;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12.3076923077vw;
    margin-top: 10.2564102564vw;
    padding: 4.6153846154vw 7.1794871795vw;
    vertical-align: middle;
    background-color: #fff;
    font-style: Medium;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper > a p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    color: rgb(39, 51, 47);
  }
  body:has(main.page-recruit) main .fv .fv-wrapper > a svg * {
    fill: #121212;
    stroke: #121212;
  }
  body:has(main.page-recruit) main .features .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content {
    width: 100%;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items {
    display: flex;
    align-items: center;
    flex-flow: column;
    padding: 10.2564102564vw 0;
    gap: 6.1538461538vw;
    border-bottom: 0.2564102564vw solid rgb(178, 178, 178);
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left {
    width: 100%;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left .num {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left .title {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 5.641025641vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 2.0512820513vw;
    vertical-align: middle;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    font-style: M;
    font-style: M;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left .text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 180%;
    letter-spacing: 0.06em;
    margin-top: 4.1025641026vw;
    vertical-align: middle;
    vertical-align: middle;
    color: rgba(18, 18, 18, 0.6);
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content img {
    width: 87.1794871795vw;
    height: 54.358974359vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper {
    display: flex;
    flex-flow: column;
    background: rgb(242, 242, 242);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper > .head {
    width: 100%;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list {
    display: flex;
    flex-direction: column;
    gap: 4.1025641026vw;
    position: relative;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list.pc {
    display: none;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 48.7179487179vw;
    padding: 7.6923076923vw 8.2051282051vw 8.2051282051vw;
    background-color: #1b2622;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(1) .description::before {
    width: 24.2153846154vw;
    background-image: url(./assets/img/page/numbers-main-01.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(1)::after {
    content: "（予定含む）";
    font-size: 3.0769230769vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #8d9290;
    position: absolute;
    bottom: 8.9743589744vw;
    left: 69%;
    transform: translateX(-50%);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(2) .description:before {
    width: 30.4564102564vw;
    background-image: url(./assets/img/page/numbers-main-02.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(3) .description:before {
    width: 32.0512820513vw;
    background-image: url(./assets/img/page/numbers-main-03.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(4) .description:before {
    width: 24.7974358974vw;
    background-image: url(./assets/img/page/numbers-main-04.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items > .head {
    margin-bottom: 5.1282051282vw;
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    gap: 2.5641025641vw;
    text-align: center;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items > .head.is-up {
    transform: translateY(-0.5em);
    height: auto;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items .description {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items .description::before {
    content: "";
    height: 20.5128205128vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    flex-shrink: 0;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items .text {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    gap: 1.0256410256vw;
    vertical-align: middle;
    color: rgb(141, 146, 144);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items .text span {
    font-family: DIN;
    font-weight: 500;
    font-size: 16.4102564103vw;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent {
    margin-top: 10.2564102564vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5.1282051282vw 2.5641025641vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-item {
    width: calc(50% - 1.2820512821vw);
    display: grid;
    grid-template-columns: 15.3846153846vw 1fr;
    gap: 2.0512820513vw;
    font-family: "Noto Sans JP", sans-serif;
    color: #121212;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-item-title {
    font-size: 3.5897435897vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 600;
    padding-bottom: 1.7948717949vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5384615385vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .text {
    font-size: 3.5897435897vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #8D9290;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .count-num {
    color: #121212;
    font-size: 7.6923076923vw;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 500;
    font-family: DIN;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .area {
    font-size: 2.5641025641vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
  body:has(main.page-recruit) main .job .is-wrapper {
    display: flex;
    flex-flow: column;
    background: rgb(222, 222, 222);
  }
  body:has(main.page-recruit) main .job .is-wrapper > .head {
    width: 100%;
    margin-bottom: 0;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper {
    display: flex;
    flex-flow: column;
    margin-top: 10.2564102564vw;
    gap: 5.1282051282vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: baseline;
    width: 100%;
    height: fit-content;
    padding: 15.8974358974vw 7.6923076923vw 10.2564102564vw;
    gap: 5.1282051282vw;
    cursor: pointer;
    background-color: #fff;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div:before {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    content: "募集職種";
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35.641025641vw;
    height: 9.7435897436vw;
    color: #fff;
    background-color: rgb(27, 38, 34);
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3.0769230769vw 0;
    color: rgb(125, 125, 125);
    border-bottom: 0.2564102564vw solid rgb(39, 51, 47);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item:first-of-type {
    padding-top: 0;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item:after {
    content: "";
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    transform: rotate(90deg);
    background-image: url(./assets/img/common/icon-arrow-cta.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item.active {
    color: rgb(39, 51, 47);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body {
    width: 100%;
    padding: 10.2564102564vw 5.1282051282vw;
    background-color: #fff;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content {
    display: none;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content.active {
    display: block;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 6.1538461538vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 1.0256410256vw;
    color: rgb(27, 38, 34);
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .head span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
    text-transform: capitalize;
    color: rgb(125, 125, 125);
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table {
    margin-top: 10.2564102564vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr {
    display: flex;
    flex-flow: column;
    padding: 6.1538461538vw 0;
    gap: 2.0512820513vw;
    border-bottom: 0.2564102564vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr:first-of-type {
    border-top: 0.2564102564vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .th {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    color: #1b2622;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 2.0512820513vw;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p + p {
    margin-top: 2.0512820513vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p + ul {
    margin-top: 1.0256410256vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p.asterisk {
    display: flex;
    align-items: baseline;
    gap: 1.0256410256vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p.asterisk:before {
    font-family: Noto Sans JP;
    font-family: Noto Sans JP;
    font-weight: 400;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    content: "※";
    color: #121212;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul {
    display: flex;
    flex-flow: column;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    width: 100%;
    gap: 2.5641025641vw;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul > li:before {
    content: "";
    width: 1.0256410256vw;
    min-width: 1.0256410256vw;
    height: 1.0256410256vw;
    border-radius: 1.5384615385vw;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-recruit) main .job .is-wrapper a {
    margin: 8.2051282051vw auto 0;
  }
  body:has(main.page-recruit) main .flow .is-wrapper {
    display: flex;
    flex-flow: column;
    background: #fff;
  }
  body:has(main.page-recruit) main .flow .is-wrapper > .head {
    width: 100%;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content {
    display: flex;
    flex-flow: column;
    gap: 4.1025641026vw;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items {
    position: relative;
    display: flex;
    align-items: start;
    flex-flow: column;
    background-color: rgb(242, 242, 242);
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items:last-of-type::after {
    content: none;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 14.358974359vw;
    height: 5.8974358974vw;
    transform: translate(-50%, 100%);
    background-image: url(./assets/img/common/icon-triangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items .step {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0;
    align-items: start;
    width: 100%;
    height: 100%;
    padding: 4.8717948718vw 6.4102564103vw;
    text-transform: capitalize;
    text-transform: capitalize;
    color: rgb(39, 51, 47);
    border-bottom: 0.2564102564vw solid rgba(0, 0, 0, 0.3);
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > div {
    padding: 6.4102564103vw;
    padding-bottom: 0;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > div .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 6.1538461538vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 0;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > div .text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-top: 3.0769230769vw;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > img {
    width: 74.358974359vw;
    height: 39.2307692308vw;
    margin: 7.6923076923vw auto 7.6923076923vw;
  }
  body:has(main.page-entry) main .content--wrapper {
    width: 87.1794871795vw;
    padding: 10.2564102564vw 0;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 5.1282051282vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div {
    display: flex;
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:first-of-type.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 5.1282051282vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type input,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type textarea,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type select {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    align-items: center;
    width: 100%;
    height: 14.358974359vw;
    padding: 0 5.1282051282vw;
    color: #999;
    border: none;
    background: #f5f5f5;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type input::placeholder,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type textarea::placeholder,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type select::placeholder {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    color: #999;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.6153846154vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 1.5384615385vw;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth > p input {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    width: 100%;
    width: 80vw;
    width: 80vw;
    height: 14.358974359vw;
    padding: 0;
    padding: 5.1282051282vw 7.6923076923vw;
    color: #999;
    border: none;
    background: #f5f5f5;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth > p input::placeholder {
    color: #999;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender {
    display: flex;
    align-items: center;
    height: 100%;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 5.1282051282vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p span {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 5.1282051282vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 0;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p span.wpcf7-radio {
    display: flex;
    flex-flow: column;
    gap: 3.5897435897vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p label {
    display: flex;
    align-items: center;
    gap: 2.0512820513vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p input[type=radio] {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div textarea {
    height: 94.8717948718vw !important;
    padding: 5.1282051282vw !important;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div .wpcf7-not-valid-tip {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw !important;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #d80000;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit input {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.6153846154vw;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61.5384615385vw;
    height: 14.8717948718vw;
    margin: 15.3846153846vw auto 0;
    transition: 0.5s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 0.2564102564vw solid #27332f;
    background: #27332f;
    font-style: Medium;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit > p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-entry-confirm) main .text-head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin: 10.2564102564vw auto 0;
    text-align: center;
    font-style: SemiBold;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper {
    width: 87.1794871795vw;
    margin: 12.3076923077vw auto 0;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 7.6923076923vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    height: 5.1282051282vw;
    font-style: SemiBold;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > .head.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 5.1282051282vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > p,
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > div {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    height: 5.1282051282vw;
    vertical-align: middle;
    vertical-align: middle;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > .birth {
    display: flex;
    align-items: center;
    gap: 1.0256410256vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div .gender {
    display: flex;
    align-items: center;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy {
    display: flex;
    align-items: center;
    flex-flow: row;
    margin: 0 auto;
    gap: 2.0512820513vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 0;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p span {
    display: block;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p a {
    text-decoration: underline;
    text-decoration-thickness: 0;
    text-decoration-style: solid;
    text-decoration-offset: 0;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p span {
    margin: 0;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p span input {
    display: block;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit {
    display: flex;
    margin-top: 10.2564102564vw;
    margin-bottom: 20.5128205128vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: fit-content;
    margin: 0 auto;
    gap: 0;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p input,
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59.4871794872vw;
    height: 12.3076923077vw;
    transition: 0.5s;
    text-align: center;
    text-align: center;
    vertical-align: middle;
    vertical-align: middle;
    color: #fff;
    border: 0.2564102564vw solid #27332f;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p a {
    background: rgb(18, 18, 18);
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p input {
    background: rgb(39, 51, 47);
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 80%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-contact) main .content--wrapper {
    width: 87.1794871795vw;
    padding: 10.2564102564vw 0;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 5.1282051282vw;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div {
    display: flex;
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    font-style: SemiBold;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:first-of-type.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 5.1282051282vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type input,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type textarea,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type select {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    width: 100%;
    height: 14.358974359vw;
    padding: 0 5.1282051282vw;
    color: #999;
    border: none;
    background: #f5f5f5;
    font-style: Regular;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type input::placeholder,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type textarea::placeholder,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type select::placeholder {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    color: #999;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit input {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.6153846154vw;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61.5384615385vw;
    height: 14.8717948718vw;
    margin: 15.3846153846vw auto 0;
    transition: 0.5s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 0.2564102564vw solid #27332f;
    background: #27332f;
    font-style: Medium;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit > p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-contact) main .content--wrapper textarea {
    height: 94.8717948718vw !important;
    padding: 5.1282051282vw !important;
  }
  body:has(main.page-contact) main .content--wrapper .wpcf7-not-valid-tip {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw !important;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #d80000;
    font-style: Regular;
  }
  body:has(main.page-contact-confirm) main .text-head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin: 10.2564102564vw auto 0;
    text-align: center;
    text-align: center;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper {
    width: 87.1794871795vw;
    margin: 12.3076923077vw auto 0;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 7.6923076923vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    height: 5.1282051282vw;
    font-style: SemiBold;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div > p:first-of-type.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 5.1282051282vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div > p:last-of-type {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    height: 5.1282051282vw;
    vertical-align: middle;
    vertical-align: middle;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy {
    display: flex;
    align-items: center;
    flex-flow: row;
    margin: 0 auto;
    gap: 2.0512820513vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 0;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p span {
    display: block;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p a {
    text-decoration: underline;
    text-decoration-thickness: 0;
    text-decoration-style: solid;
    text-decoration-offset: 0;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p span {
    margin: 0;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p span input {
    display: block;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit {
    display: flex;
    margin-top: 10.2564102564vw;
    margin-bottom: 20.5128205128vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    width: fit-content;
    margin: 0 auto;
    gap: 0;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p input,
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59.4871794872vw;
    height: 12.3076923077vw;
    transition: 0.5s;
    text-align: center;
    text-align: center;
    vertical-align: middle;
    vertical-align: middle;
    color: #fff;
    border: 0.2564102564vw solid #27332f;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p a {
    background: rgb(18, 18, 18);
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p input {
    background: rgb(39, 51, 47);
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 80%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-thanks) main .text-head {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 4.6153846154vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 15.3846153846vw auto 7.6923076923vw;
    text-align: center;
    text-align: center;
    font-style: Bold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-thanks) main .text-content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    text-align: center;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-thanks) main a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59.4871794872vw;
    height: 12.3076923077vw;
    margin: 15.3846153846vw auto 20.5128205128vw;
    padding: 4.1025641026vw 6.4102564103vw;
    gap: 12.8205128205vw;
    transform: 0.5s;
    text-align: center;
    vertical-align: middle;
    vertical-align: middle;
    vertical-align: middle;
    color: #fff;
    border: 0.2564102564vw solid #27332f;
    background: #27332f;
    font-style: Medium;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body:has(main.page-thanks) main a:after {
    content: "";
    width: 7.9487179487vw;
    height: 1.7948717949vw;
    background-image: url(./assets/img/common/icon-arrow-only.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-privacy) main {
    padding: 0 6.4102564103vw;
  }
  body:has(main.page-privacy) main .content--wrapper {
    width: 100%;
    padding: 12.3076923077vw 0;
    border-top: 0.2564102564vw solid #b2b2b2;
  }
  body:has(main.page-privacy) main .content--wrapper .intro > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-privacy) main .content--wrapper .intro > .date {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 6.1538461538vw;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-privacy) main .content--wrapper .content > h2 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin-top: 9.7435897436vw;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-privacy) main .content--wrapper .content > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 3.5897435897vw;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.archive-property) div.section {
    width: 87.1794871795vw;
    margin: 0 auto;
  }
  body:has(main.archive-property) div.section label.exclude-soldout {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 7.6923076923vw;
    margin-bottom: 12.3076923077vw;
    gap: 2.5641025641vw;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: #121212;
    font-style: Regular;
    font-style: normal;
    leading-trim: NONE;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox] {
    position: relative;
    flex-shrink: 0;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    margin: 0;
    cursor: pointer;
    border: 0.2564102564vw solid #7d7d7d;
    background: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 0.5128205128vw;
    left: 0.5128205128vw;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    pointer-events: none;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox]:checked {
    border-color: #121212;
    background: #121212;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox]:checked::after {
    font-weight: bold;
    font-size: 5.1282051282vw;
    line-height: 5.1282051282vw;
    content: "✓";
    display: block;
    color: white;
  }
  body:has(main.archive-property) div.section label.exclude-soldout span {
    user-select: none;
  }
  body:has(main.archive-property) div.section .property-slider {
    margin-right: calc(50% - 50vw);
    order: 2;
  }
  body:has(main.archive-property) div.section .property-slider__item {
    padding-bottom: 0;
    border-bottom: none;
  }
  body:has(main.archive-property) div.section .property-card {
    background-color: #f2f2f2;
    padding: 3.8461538462vw 3.8461538462vw 6.4102564103vw;
    position: relative;
  }
  body:has(main.archive-property) div.section .property-card__image-wrapper {
    width: 100%;
  }
  body:has(main.archive-property) div.section .property-card__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 310/293;
    object-fit: cover;
    height: auto;
  }
  body:has(main.archive-property) div.section .property-card__label {
    top: 3.8461538462vw;
    right: 3.8461538462vw;
  }
  body:has(main.archive-property) div.section .property-card__name {
    margin-top: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #121212;
  }
  body:has(main.archive-property) div.section .property-card__address {
    margin-top: 1.0256410256vw;
    font-size: 3.0769230769vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: rgba(18, 18, 18, 0.6);
  }
  body:has(main.archive-property) div.section .property-card__name,
  body:has(main.archive-property) div.section .property-card__address {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  body:has(main.archive-property) div.section .property-card__tags {
    margin-top: 4.6153846154vw;
    gap: 2.0512820513vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  body:has(main.archive-property) div.section .property-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #B39845;
    border-radius: 12.8205128205vw;
    color: #fff;
    padding: 1.5384615385vw 2.5641025641vw;
    min-width: 23.5897435897vw;
    font-size: 3.0769230769vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  body:has(main.archive-blog) .page-title {
    margin-bottom: 0;
    padding-bottom: 15.3846153846vw;
    border-bottom: 0.2564102564vw solid #b2b2b2;
  }
  body:has(main.archive-blog) .custom-post-list {
    padding-bottom: 20.5128205128vw;
    gap: 7.6923076923vw;
  }
  body:has(main.archive-blog) div.section {
    width: 87.1794871795vw;
    margin: 0 auto;
  }
  body:has(main.archive-blog) div.section .custom-post-list {
    margin-top: 15.3846153846vw;
    gap: 7.6923076923vw;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a {
    border-bottom: none;
    padding-bottom: initial;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a img {
    aspect-ratio: 340/228;
    object-fit: cover;
    height: auto;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta {
    gap: 4.1025641026vw;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta .post-title {
    font-size: 4.6153846154vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    color: #121212;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta .post-date {
    font-size: 5.1282051282vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta .post-taxonomy li {
    background-color: #B39845;
    color: #fff;
    border: 1px solid #B39845;
  }
  body:has(main.archive-news) div.section {
    width: 87.1794871795vw;
    margin: 0 auto 20.5128205128vw;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news {
    display: flex;
    flex-flow: column;
    gap: 3.8461538462vw;
    padding-top: 15.3846153846vw;
    border-top: 1px solid #b2b2b2;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a {
    position: relative;
    display: flex;
    flex-flow: column;
    padding: 6.0820512821vw 7.1794871795vw;
    background-color: #f2f2f2;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-date {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 4.1025641026vw;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #7d7d7d;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta {
    display: flex;
    flex-flow: column;
    margin-top: 2.3076923077vw;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta .post-title {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.1025641026vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    font-style: SemiBold;
    margin-bottom: 3.4615384615vw;
    padding-bottom: 3.4615384615vw;
    border-bottom: 1px solid #b2b2b2;
    leading-trim: NONE;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta .post-excerpt {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: -webkit-box;
    overflow: hidden;
    /* ← 表示する最大行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: rgb(125, 125, 125);
    color: rgb(125, 125, 125);
    font-style: Regular;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
    -webkit-line-clamp: 5;
    leading-trim: NONE;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .move-arrow-right {
    display: block;
    margin-top: 6.4102564103vw;
    height: 4.8717948718vw;
    text-align: right;
    padding-right: 7.1794871795vw;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .move-arrow-right svg {
    width: 5.641025641vw;
    height: 4.8717948718vw;
  }
  body:has(main.single-property) .slick-slide.slick-current.slick-active img {
    aspect-ratio: 340/228;
    object-fit: cover;
  }
  body:has(main.single-property) .property-slider {
    margin-right: calc(50% - 50vw);
    order: 2;
  }
  body:has(main.single-property) .property-slider__item {
    padding-bottom: 0;
    border-bottom: none;
  }
  body:has(main.single-property) .property-card {
    background-color: #f2f2f2;
    padding: 3.8461538462vw 3.8461538462vw 6.4102564103vw;
    position: relative;
  }
  body:has(main.single-property) .property-card__image-wrapper {
    width: 100%;
  }
  body:has(main.single-property) .property-card__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 310/293;
    object-fit: cover;
    height: auto;
  }
  body:has(main.single-property) .property-card__label {
    top: 3.8461538462vw;
    right: 3.8461538462vw;
  }
  body:has(main.single-property) .property-card__name {
    margin-top: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #121212;
  }
  body:has(main.single-property) .property-card__address {
    margin-top: 1.0256410256vw;
    font-size: 3.0769230769vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: rgba(18, 18, 18, 0.6);
  }
  body:has(main.single-property) .property-card__name,
  body:has(main.single-property) .property-card__address {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  body:has(main.single-property) .property-card__tags {
    margin-top: 4.6153846154vw;
    gap: 2.0512820513vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  body:has(main.single-property) .property-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #B39845;
    border-radius: 12.8205128205vw;
    color: #fff;
    padding: 1.5384615385vw 2.5641025641vw;
    min-width: 23.5897435897vw;
    font-size: 3.0769230769vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  body:has(main.single-property) main {
    margin: 0 auto;
  }
  body:has(main.single-property) main section {
    padding: 0 6.4102564103vw;
  }
  body:has(main.single-property) main section .content--wrapper {
    display: flex;
    flex-flow: column;
    width: 87.1794871795vw;
    padding: 0;
    gap: 12.3076923077vw;
    border-top: 0.2564102564vw solid #b2b2b2;
  }
  body:has(main.single-property) main section .content--wrapper h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 6.1538461538vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 5.1282051282vw 0;
    font-style: SemiBold;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.single-property) main section .content--wrapper .area-left {
    width: 87.1794871795vw;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .taxonomy-filter li a {
    color: #fff;
    background-color: #B39845;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper {
    position: relative;
    width: 87.1794871795vw;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-counter {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 2.5641025641vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    position: absolute;
    z-index: 1;
    top: 51.2820512821vw;
    right: 4.1025641026vw;
    display: flex;
    align-items: center;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-counter > .current {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-prev,
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-next {
    display: none;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list {
    margin-top: 4.1025641026vw;
    padding: 0 !important;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track:before, body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track:after {
    content: none;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track > div {
    width: 26.4102564103vw !important;
    height: auto;
    margin: 0;
    padding: 0;
    aspect-ratio: 103/69;
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .static-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 4.1025641026vw;
    gap: 4.1025641026vw;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .static-nav > div {
    width: 26.4102564103vw !important;
    height: auto;
    margin: 0;
    padding: 0;
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .static-nav > div img {
    width: 100%;
    height: 100%;
    aspect-ratio: 103/69;
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for img,
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav img {
    width: 100%;
    height: auto;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-status {
    position: relative;
    top: 0;
    width: fit-content;
    padding: 2.5641025641vw 5.1282051282vw;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .taxonomy-filter,
  body:has(main.single-property) main section .content--wrapper .area-right h3 {
    opacity: 0;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table {
    width: 87.1794871795vw;
    margin-top: 5.1282051282vw;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table tr {
    display: flex;
    flex-flow: column;
    padding-bottom: 3.8461538462vw;
    gap: 0;
    border-bottom: 0.2564102564vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table tr th {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    height: 16.9230769231vw;
    padding: 3.8461538462vw 0;
    text-align: left;
    vertical-align: middle;
    font-style: Bold;
    leading-trim: NONE;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table tr td {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    text-align: left;
    vertical-align: middle;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.single-property) main section .content--wrapper .button__contact {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 21.7948717949vw;
    margin-bottom: 20.5128205128vw;
    padding: 0 5.641025641vw 0 7.1794871795vw;
    vertical-align: middle;
    vertical-align: middle;
    color: #fff;
    background: rgb(39, 51, 47);
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.single-property) main section .content--wrapper .button__contact:after {
    content: "";
    width: 5.1282051282vw;
    height: 4.1025641026vw;
    margin-left: 7.6923076923vw;
    background-image: url(./assets/img/common/PC/icon-arrow-only.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.single-property) main section.related {
    display: flex;
    flex-flow: column;
    padding-bottom: 5.1282051282vw;
    background-color: rgb(222, 222, 222);
    padding-top: 15.3846153846vw;
  }
  body:has(main.single-property) main section.related .page-title {
    font-size: 10.7692307692vw;
    padding-top: 2.5641025641vw;
    border-top: 1px solid #b2b2b2;
    text-transform: uppercase;
    margin-bottom: 10.2564102564vw;
  }
  body:has(main.single-property) main section.related .property-status {
    display: none;
  }
  body:has(main.single-news) main section .content--wrapper,
  body:has(main.single-blog) main section .content--wrapper {
    width: 87.1794871795vw;
    margin: 0 auto;
    margin-bottom: 15.3846153846vw;
    padding: 0;
    border-top: 0.2564102564vw solid #b2b2b2;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12.8205128205vw;
    gap: 2.5641025641vw 3.0769230769vw;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info .post-date,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info .post-date {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 4.6153846154vw;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info .post-taxonomy,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info .post-taxonomy {
    display: flex;
    align-items: center;
    gap: 3.0769230769vw;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info .post-taxonomy li,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info .post-taxonomy li {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 3.5897435897vw;
    line-height: 100%;
    letter-spacing: 0;
    padding: 1.5384615385vw 5.641025641vw;
    vertical-align: middle;
    border: 0.2564102564vw solid #B39845;
    color: #fff;
    background-color: #B39845;
    border-radius: 7.6923076923vw;
  }
  body:has(main.single-news) main section .content--wrapper .article-title,
  body:has(main.single-blog) main section .content--wrapper .article-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 7.1794871795vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin: 5.1282051282vw auto 7.6923076923vw;
    leading-trim: NONE;
  }
  body:has(main.single-news) main section .content--wrapper > .thumbnail,
  body:has(main.single-blog) main section .content--wrapper > .thumbnail {
    width: 87.1794871795vw;
    height: auto;
    margin: 5.1282051282vw auto 10.2564102564vw;
    object-fit: contain;
  }
  body:has(main.single-news) main section .content--wrapper > .thumbnail img,
  body:has(main.single-blog) main section .content--wrapper > .thumbnail img {
    width: 100%;
    height: 100%;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > h1,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > h1 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 5.1282051282vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 5.1282051282vw auto 6.1538461538vw;
    padding-left: 5.1282051282vw;
    border-left: 0.7692307692vw solid #27332f;
    font-style: SemiBold;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > h2,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > h2 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 4.6153846154vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    padding-left: 4.358974359vw;
    border-left: 3px solid #27332f;
    margin: 12.3076923077vw auto 6.1538461538vw;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > ul.wp-block-list,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > ul.wp-block-list {
    display: flex;
    flex-flow: column;
    margin: 6.1538461538vw auto;
    gap: 2.0512820513vw;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > ul.wp-block-list li,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > ul.wp-block-list li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 2.5641025641vw;
    font-style: Regular;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li:before,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li:before {
    content: "";
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 1.5384615385vw;
    background: rgb(39, 51, 47);
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > p,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.05em;
    margin: 6.1538461538vw auto;
    font-style: Regular;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > img,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > img {
    width: 100%;
    height: auto;
    margin: 12.3076923077vw auto 10.2564102564vw;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > a,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-decoration: underline;
    text-decoration-thickness: 0;
    font-style: Medium;
    text-decoration-style: solid;
    text-decoration-offset: 0;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper u,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper u {
    text-decoration: none;
    background-image: linear-gradient(to bottom, transparent 60%, #ff0 60%, #ff0 85%, transparent 85%);
    /* 1行あたりの高さ調整 */
    background-repeat: repeat;
    background-size: 100% 1.2em;
  }
  body:has(main.single-news) main section .content--wrapper > a.link-back-list,
  body:has(main.single-blog) main section .content--wrapper > a.link-back-list {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 20.5128205128vw;
    padding: 4.1025641026vw 6.4102564103vw;
    gap: 8.4615384615vw;
    vertical-align: middle;
    vertical-align: middle;
    color: #fff;
    background: #27332f;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.single-news) main section .content--wrapper > a.link-back-list:after,
  body:has(main.single-blog) main section .content--wrapper > a.link-back-list:after {
    content: "";
    width: 7.9487179487vw;
    height: 1.7948717949vw;
    background-image: url(./assets/img/common/icon-arrow-only.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.single-news) main section.related,
  body:has(main.single-blog) main section.related {
    display: flex;
    flex-flow: column;
    padding: 15.3846153846vw 0;
    background-color: #dedede;
  }
  body:has(main.single-news) main section.related .page-title,
  body:has(main.single-blog) main section.related .page-title {
    font-size: 10.7692307692vw;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 600;
    text-transform: uppercase;
    gap: 4.6153846154vw;
    padding-top: 2.5641025641vw;
    border-top: 1px solid #b2b2b2;
    margin-bottom: 10.2564102564vw;
  }
  body:has(main.single-news) main section.related .custom-post-list,
  body:has(main.single-blog) main section.related .custom-post-list {
    gap: 7.6923076923vw;
    margin-bottom: initial;
  }
  body:has(main.single-news) main section.related .custom-post-list li a,
  body:has(main.single-blog) main section.related .custom-post-list li a {
    border-bottom: none;
    padding-bottom: initial;
  }
  body:has(main.single-news) main section.related .custom-post-list li a img,
  body:has(main.single-blog) main section.related .custom-post-list li a img {
    aspect-ratio: 340/228;
    object-fit: cover;
    height: auto;
  }
  body:has(main.single-news) main section.related .custom-post-list li a .post-meta,
  body:has(main.single-blog) main section.related .custom-post-list li a .post-meta {
    gap: 4.1025641026vw;
  }
  body:has(main.single-news) main section.related .custom-post-list li a .post-meta .post-title,
  body:has(main.single-blog) main section.related .custom-post-list li a .post-meta .post-title {
    font-size: 4.6153846154vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    color: #121212;
  }
  body:has(main.single-news) main section.related .custom-post-list li a .post-meta .post-date,
  body:has(main.single-blog) main section.related .custom-post-list li a .post-meta .post-date {
    font-size: 5.1282051282vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
  }
  body:has(main.single-news) main section.related .custom-post-list li a .post-meta .post-taxonomy li,
  body:has(main.single-blog) main section.related .custom-post-list li a .post-meta .post-taxonomy li {
    background-color: #B39845;
    color: #fff;
    border: 1px solid #B39845;
  }
  @keyframes marquee-scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .move-arrow-left svg {
    position: absolute;
    width: 3.8461538462vw;
    height: 3.0769230769vw;
    transition: 0.5s;
  }
  .move-arrow-left svg:first-of-type {
    transform: translateX(0vw);
    opacity: 1;
  }
  .move-arrow-left svg:last-of-type {
    transform: translateX(2.5641025641vw);
    opacity: 0;
  }
  .move-arrow-right svg {
    position: absolute;
    width: 3.8461538462vw;
    height: 3.0769230769vw;
    transition: 0.5s;
  }
  .move-arrow-right svg:first-of-type {
    transform: translateX(-2.5641025641vw);
    opacity: 0;
  }
  .move-arrow-right svg:last-of-type {
    transform: translateX(0vw);
    opacity: 1;
  }
  .outline-ul {
    display: flex;
    flex-flow: column;
    margin-top: 10.2564102564vw;
    gap: 6.1538461538vw;
  }
  .outline-ul .outline-li {
    display: flex;
    flex-flow: column;
    gap: 1.0256410256vw;
  }
  .outline-ul .outline-li .outline-head {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 4.1025641026vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    gap: 2.0512820513vw;
    transform: translateY(-50%);
    color: #121212;
    font-style: Medium;
    font-style: Medium;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  .outline-ul .outline-li .outline-head:before {
    content: "";
    width: 1.0256410256vw;
    min-width: 1.0256410256vw;
    height: 1.0256410256vw;
    min-height: 1.0256410256vw;
    border-radius: 1.0256410256vw;
    background: #7d7d7d;
  }
  .outline-ul .outline-li .outline-content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 3.5897435897vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding-left: 2.9487179487vw;
    color: #121212;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
    leading-trim: NONE;
  }
  body section {
    transition: 0.5s;
  }
  body.is-black section {
    transition: 0.5s;
    background-color: #27332f !important;
  }
  body * .is-wrapper .fadein-head::before {
    transition: 0.5s;
  }
  body.is-black * .is-wrapper .fadein-head::before {
    transition: 0.5s;
    background-color: #27332f !important;
  }
  footer .footer__marquee .footer__marquee--wrapper {
    padding-bottom: 8.9743589744vw;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > p {
    letter-spacing: 0.03em;
  }
  body:has(main.home) .kv > p {
    transform: translateY(1.0256410256vw);
  }
  body:has(main.home) .kv > p > span {
    letter-spacing: 0.03em;
  }
  body:has(main.home) main .message .is-wrapper {
    gap: 0;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text p {
    letter-spacing: 0.04em;
  }
  body:has(main.home) main .news .is-wrapper {
    gap: 3.8461538462vw;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person .name span {
    opacity: 0.4;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a span.service-title {
    font-weight: 400;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person .name span {
    opacity: 0.4;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .message__content--text p {
    letter-spacing: 0.04em;
  }
  body:has(main.page-about) .about .is-wrapper > div.is-marks--value {
    padding-bottom: 6.1538461538vw;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail {
    padding-top: 0;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div .head {
    font-weight: 505;
  }
  body:has(main.page-about) .member .is-wrapper #post-list .modal-contents .post-person > .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 5.641025641vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    display: flex;
    gap: 3.0769230769vw;
    align-items: baseline;
  }
  body:has(main.page-about) .member .is-wrapper #post-list .modal-contents .post-person > .name span {
    font-family: Everett;
    font-weight: 500;
    font-style: Medium;
    font-size: 3.0769230769vw;
    opacity: 0.4;
    leading-trim: NONE;
    line-height: 70%;
    letter-spacing: 0;
    vertical-align: middle;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > img {
    aspect-ratio: 0;
  }
  body:has(main.page-company) .is-wrapper > .content .table .tr .td ul > li {
    align-items: baseline !important;
  }
  body:has(main.page-company) .is-wrapper > .content .table .tr .td ul > li:before {
    transform: translateY(-0.5128205128vw);
    min-width: 1.5384615385vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div {
    gap: 0;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul > li:before {
    transform: translatey(-0.5128205128vw);
  }
  .no-result {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .scroll-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .scroll-fade.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .fade-only {
    opacity: 0;
    transition: opacity 0.8s ease;
  }
  .fade-only.visible {
    opacity: 1;
  }
  .fadein-head {
    position: relative;
    transform: translateY(var(--shift, 30px));
  }
  .fadein-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: bottom;
  }
  .fadein-head.visible {
    animation: textMove 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .fadein-head.visible::before {
    animation: maskSlide 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  /* 文字の動き */
  @keyframes textMove {
    0% {
      transform: translateY(var(--shift, 30px));
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes maskSlide {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(var(--shift, 30px));
    }
  }
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    opacity: 1;
    transition: opacity 0.8s ease;
  }
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(180deg, #121212 0%, #27332F 52.45%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    opacity: 1;
    transition: opacity 0.8s ease;
    /* 左右ストレッチ用 */
  }
  .loading #kv-video {
    width: auto;
    height: 100vh;
    object-fit: contain;
    z-index: 10;
  }
  .loading .edge {
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    /* 端だけを取る */
    object-fit: cover;
    transform-origin: center;
    z-index: 1;
  }
  .loading .edge-left {
    left: 0;
    transform: scaleX(1000);
    object-position: left;
    /* 横にビヨーンと伸ばす（数値は環境で調整） */
  }
  .loading .edge-right {
    right: 0;
    transform: scaleX(1000);
    object-position: right;
  }
  /* 初期スタイル */
  body.no-scroll {
    overflow: hidden;
  }
  .loading.fade-out {
    opacity: 0;
    pointer-events: none;
  }
  /* 背景ぼかし（左右拡張用） */
  .kv-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 画面全体をカバー → 足りない横幅を“擬似拡張” */
    filter: blur(24px) brightness(0.78);
    /* ぼかし＋少し暗く */
    transform: scale(1.06);
    /* ぼかしの縁消し */
    z-index: 0;
  }
  /* 中央の本体（等倍で上下黒帯なし・左右だけ余るときに拡張が効く） */
  #kv-video,
  .kv-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100vh;
    max-width: none;
    object-fit: contain;
    z-index: 1;
  }
  .button-scroll {
    display: none !important;
  }
  body {
    background-color: #fff;
  }
  body.no-scroll {
    overflow: hidden;
  }
  body .is-sp {
    display: none !important;
  }
  body .is-sp.is-flex {
    display: none !important;
  }
  body .is-pc {
    display: block !important;
  }
  body .is-pc.is-flex {
    display: flex !important;
  }
  body {
    padding-top: 6.9444444444vw;
  }
  body p {
    color: #121212;
  }
  body img {
    display: block;
  }
  body a {
    transition: 0.5s;
    color: #000;
  }
  #body_wrap {
    background-color: #fff;
  }
  header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  header * {
    transition: 0.5s;
  }
  header .header--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 6.9444444444vw;
    margin: 0 auto;
    padding: 0 6.9444444444vw;
  }
  header .header--wrapper img {
    width: 5.5941798952vw;
    height: 3.125vw;
  }
  header .header--wrapper nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.0833333333vw;
  }
  header .header--wrapper nav ul li a {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #121212;
    font-style: Regular;
  }
  header .header--wrapper nav ul li a.contact {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 210%;
    letter-spacing: 0;
    border: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.6388888889vw;
    padding: 0 1.1805555556vw;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #27332f;
    font-style: Medium;
  }
  header .header--wrapper nav ul li a.contact {
    transition: all 0.5s ease;
    color: #fff;
    border: 0.0694444444vw solid #fff;
    background-color: rgb(28, 39, 35);
  }
  header .header--wrapper nav ul li a.contact:hover {
    opacity: 1;
    color: rgb(28, 39, 35);
    border-color: rgb(28, 39, 35);
    background-color: #fff;
  }
  header.modal-active:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 4.8611111111vw;
    background-color: rgba(0, 0, 0, 0.5);
  }
  footer .footer--wrapper {
    background-color: #1b2622;
  }
  footer .footer--wrapper .footer__cta {
    display: flex;
    justify-content: center;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 9.0277777778vw;
    margin-bottom: -5.0694444444vw;
    gap: 6.9444444444vw;
    transform: translateX(1.9444444444vw);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items {
    position: relative;
    width: 39.9305555556vw;
    height: 29.0694448683vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items:hover {
    opacity: 0.8;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-recruit, footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-recruit:hover:before {
    background-image: url(./assets/img/footer/button-recruit-bg.jpg);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-contact, footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-contact:hover:before {
    background-image: url(./assets/img/footer/button-contact-bg.jpg);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > .footer__cta__items--head {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    padding: 1.5972222222vw 3.6111111111vw;
    vertical-align: middle;
    color: #fff;
    font-style: Regular;
    writing-mode: vertical-lr;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > .footer__cta__items--head > span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 5.8333333333vw;
    line-height: 70%;
    letter-spacing: 0;
    position: absolute;
    top: 1.3888888889vw;
    left: -2.0833333333vw;
    vertical-align: middle;
    font-style: Medium;
    writing-mode: vertical-lr;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div {
    position: absolute;
    bottom: 2.2222222222vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 2.9166666667vw;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.9722222222vw;
    line-height: 160%;
    letter-spacing: 0.3em;
    color: #fff;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > span {
    position: absolute;
    right: 1.9444444444vw;
    bottom: -0.2777777778vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
    background-color: #121212;
  }
  footer .footer--wrapper .footer__marquee {
    background-color: #fff;
  }
  footer .footer--wrapper .footer__marquee .footer__marquee--wrapper {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 6.5277777778vw 3.8888888889vw 3.8888888889vw;
    white-space: nowrap;
    background: #f0f0f0;
  }
  footer .footer--wrapper .footer__marquee .footer__marquee--wrapper .footer__marquee--track {
    display: inline-block;
    animation: marquee-scroll 90s linear infinite;
  }
  footer .footer--wrapper .footer__marquee .footer__marquee--wrapper .footer__marquee--track .footer__marquee--text {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 18.0555555556vw;
    line-height: 80%;
    letter-spacing: 0.03em;
    display: inline-block;
    padding-right: 1.3888888889vw;
    vertical-align: middle;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__company-info {
    background-color: #1b2622;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 8.3333333333vw 5.5555555556vw 0;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > img {
    width: 7.91648123vw;
    height: 4.4244684113vw;
    filter: brightness(20);
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div {
    display: flex;
    align-items: center;
    color: #fff;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    font-style: SemiBold;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .access {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.9722222222vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-left: 3.125vw;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .tel {
    display: flex;
    flex-flow: column;
    margin-left: 2.0833333333vw;
    padding-left: 2.0833333333vw;
    border-left: 0.0694444444vw solid #fff;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .tel > span {
    display: flex;
    justify-content: space-between;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .tel > span span {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.9722222222vw;
    line-height: 160%;
    letter-spacing: 0.06em;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper {
    width: 100%;
    margin: 3.9583333333vw auto 0;
    padding: 0 5.5555555556vw;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav {
    display: flex;
    justify-content: space-between;
    padding: 4.1666666667vw 0 8.3333333333vw;
    color: #fff;
    border-top: 0.0694444444vw solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.0694444444vw solid rgba(255, 255, 255, 0.3);
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul {
    display: flex;
    align-items: baseline;
    flex-flow: column;
    gap: 2.7777777778vw;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 100%;
    letter-spacing: 0;
    position: relative;
    vertical-align: middle;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li a {
    color: #fff;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li a:hover {
    opacity: 0.6;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li > ul {
    position: absolute;
    display: flex;
    align-items: baseline;
    flex-flow: column;
    margin-top: 2.7777777778vw;
    gap: 1.3888888889vw;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li > ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.9722222222vw;
    line-height: 150%;
    letter-spacing: 0;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li > ul > li a {
    display: block;
    width: fit-content;
    word-break: keep-all;
    opacity: 0.5;
    color: #fff;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li > ul > li a:hover {
    opacity: 1;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul:last-of-type > li > ul {
    position: relative;
  }
  footer .footer--wrapper .copyright {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.8333333333vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    width: 100%;
    margin: 0 auto;
    padding: 2.0833333333vw 5.5555555556vw 8.3333333333vw;
    color: #fff;
    font-style: Regular;
  }
  main {
    width: 100% !important;
    margin: 11.1111111111vw auto 0vw;
  }
  main .content--wrapper {
    width: 88.8888888889vw;
    margin: 0 auto;
    border-top: 0.0694444444vw solid #b2b2b2;
  }
  .section .is-wrapper {
    display: flex;
    width: 100vw;
    margin: 0 auto;
    padding: 11.1111111111vw 5.5555555556vw;
  }
  .section .is-wrapper.is-hr {
    position: relative;
  }
  .section .is-wrapper.is-hr::before {
    content: "";
    display: block;
    width: calc(100% - 11.1111111111vw);
    max-width: 100vw;
    height: 1px;
    background-color: #b2b2b2;
    position: absolute;
    top: 9.7222222222vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .section .is-wrapper .head {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 5vw;
    line-height: 140%;
    letter-spacing: -0.02em;
    display: flex;
    flex-flow: column;
    width: 32.9861111111vw;
    gap: 0.6944444444vw;
    vertical-align: middle;
    text-transform: uppercase;
    color: #121212;
    font-style: Medium;
    font-style: M;
  }
  .section .is-wrapper .head > span {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    color: #121212;
    font-style: Regular;
  }
  .section .is-wrapper .content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 220%;
    letter-spacing: 0.06em;
    color: #121212;
  }
  .section .is-wrapper p.content {
    width: 56.9444444444vw;
  }
  .section .is-wrapper div.content {
    width: 56.9444444444vw;
    padding-top: 1.6666666667vw;
  }
  .kv {
    position: relative;
    width: 100%;
    aspect-ratio: 1440/540;
  }
  .kv .button-scroll {
    position: absolute;
    top: -5.2083333333vw;
    right: 5.5555555556vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.6944444444vw;
    height: 10.6944444444vw;
    border: 0.0694444444vw solid #fff;
    border-radius: 10.6944444444vw;
    mix-blend-mode: difference;
  }
  .kv .button-scroll svg {
    position: absolute;
    width: 0.7638888889vw;
    height: 4.2361111111vw;
    transition: 0.5s;
  }
  .kv .button-scroll svg:first-of-type {
    transform: translateX(0.2777777778vw) translateY(-1.0416666667vw);
    opacity: 0;
  }
  .kv .button-scroll svg:last-of-type {
    transform: translateX(0.2777777778vw) translateY(0vw);
    opacity: 1;
  }
  .kv .button-scroll:hover {
    opacity: 1;
  }
  .kv .button-scroll:hover svg:first-of-type {
    transform: translateX(0.2777777778vw) translateY(0vw);
    opacity: 1;
  }
  .kv .button-scroll:hover svg:last-of-type {
    transform: translateX(0.2777777778vw) translateY(1.0416666667vw);
    opacity: 0;
  }
  .details {
    padding: 1.9444444444vw 1.6666666667vw;
    background-color: #fff;
  }
  .details .details-summary {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 0.8333333333vw;
    vertical-align: middle;
    background-color: #fff;
    font-style: Medium;
  }
  .details .details-summary.is-active .btn span:last-of-type {
    transform: rotate(0deg);
  }
  .details .details-summary .btn {
    position: absolute;
    top: -0.3472222222vw;
    right: 0vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7083333333vw;
    height: 2.7083333333vw;
    border-radius: 2.7083333333vw;
    background-color: #1b2622;
  }
  .details .details-summary .btn > span {
    position: absolute;
    width: 1.0416666667vw;
    height: 0.0694444444vw;
    background-color: #fff;
  }
  .details .details-summary .btn > span:last-of-type {
    transition: 0.5s;
    transform: rotate(90deg);
  }
  .details .details-summary:before {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 1.5277777778vw;
    line-height: 130%;
    letter-spacing: 0;
    content: "Q.";
    vertical-align: middle;
    font-style: Medium;
  }
  .details .details-summary:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .details .details-summary::-webkit-details-marker {
    display: none;
  }
  .details .details-content {
    display: flex;
    align-items: baseline;
    margin-top: 1.1111111111vw;
    padding-top: 1.1111111111vw;
    gap: 0.8333333333vw;
    border-top: 0.0694444444vw solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  .details .details-content:before {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 1.5277777778vw;
    line-height: 130%;
    letter-spacing: 0;
    content: "A.";
    vertical-align: middle;
    font-style: Medium;
  }
  .details .details-content > div > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-style: Regular;
  }
  .details .details-content > div > p:last-of-type {
    margin: 0;
  }
  .taxonomy-filter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.7777777778vw;
    gap: 1.3888888889vw;
    list-style: none;
  }
  .taxonomy-filter li.active a {
    color: #fff;
    background-color: #B39845;
    border: 1px solid #B39845;
  }
  .taxonomy-filter li a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.9722222222vw;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4166666667vw 1.5277777778vw;
    transition: all 0.5s;
    vertical-align: middle;
    text-decoration: none;
    color: #7d7d7d;
    border: 0.0694444444vw solid #7d7d7d;
    border-radius: 2.0833333333vw;
    font-style: Medium;
  }
  .taxonomy-filter li a:hover {
    opacity: 1;
  }
  .taxonomy-filter li a:hover {
    color: #fff;
    background-color: #B39845;
    border: 1px solid #B39845;
  }
  .taxonomy-filter li a.active {
    color: #fff;
    background-color: #B39845;
  }
  body:has(main.archive-property) main {
    margin-top: 5.5555555556vw;
  }
  body:has(main.archive-property) div.section .custom-post-list li {
    width: 27.7777777778vw;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-slider__item:hover .property-card__image {
    transition: 0.5s;
    transform: scale(1.1);
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card {
    background-color: #f2f2f2;
    padding: 1.3888888889vw 1.3888888889vw 1.7361111111vw;
    position: relative;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__image-wrapper {
    width: 100%;
    overflow: hidden;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 360/400;
    object-fit: cover;
    transition: 0.5s;
    height: auto;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__label {
    top: 1.3888888889vw;
    right: 1.3888888889vw;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__name {
    margin-top: 0.9722222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__address {
    margin-top: 0.2777777778vw;
    font-size: 0.8333333333vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__tags {
    margin-top: 1.1111111111vw;
    gap: 1.3888888889vw;
    display: flex;
    align-items: center;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #B39845;
    border-radius: 3.4722222222vw;
    color: #fff;
    padding: 0.4166666667vw 0.6944444444vw;
    min-width: 6.9444444444vw;
    font-size: 0.9722222222vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .custom-post-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 5.5555555556vw;
    gap: 2.7777777778vw 2.7777777778vw;
  }
  .custom-post-list li {
    width: 27.7777777778vw;
  }
  .custom-post-list li a {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 1.3888888889vw;
  }
  .custom-post-list li a img {
    width: 100%;
    aspect-ratio: 390/262;
    object-fit: cover;
  }
  .custom-post-list li a .post-meta {
    display: flex;
    flex-flow: column;
    gap: 0.5555555556vw;
  }
  .custom-post-list li a .post-meta > .custom-field--area {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.9722222222vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: fit-content;
    padding: 0.2777777778vw 1.5277777778vw;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.6);
    border: 0.0694444444vw solid rgba(0, 0, 0, 0.6);
    font-style: Regular;
  }
  .custom-post-list li a .post-meta > h2 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.6666666667vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: SemiBold;
  }
  .custom-post-list li a .post-meta > .custom-field--place {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.9722222222vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    opacity: 0.6;
    font-style: Regular;
  }
  .custom-post-list li a .post-meta > .post-meta-info {
    display: flex;
    align-items: center;
    gap: 1.1111111111vw;
  }
  .custom-post-list li a .post-meta > .post-meta-info .post-date {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
  }
  .custom-post-list li a .post-meta > .post-meta-info ul.post-taxonomy {
    display: flex;
    align-items: center;
    gap: 0.6944444444vw;
    color: #fff;
  }
  .custom-post-list li a .post-meta > .post-meta-info ul.post-taxonomy li {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.9722222222vw;
    line-height: 100%;
    letter-spacing: 0;
    width: fit-content;
    padding: 0.4166666667vw 1.5277777778vw;
    vertical-align: middle;
    border-radius: 1.3888888889vw;
    background-color: rgb(39, 51, 47);
    font-style: Medium;
  }
  body:has(#password-modal.is-active) {
    overflow: hidden;
  }
  #password-modal-wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #password-modal-wrapper #password-modal {
    position: relative;
    z-index: 11;
  }
  #password-modal-wrapper #password-modal .modal-content {
    position: fixed;
    top: 12.5vw;
    left: 50%;
    overflow-y: scroll;
    width: 37.5vw;
    height: 58.3333333333vw;
    max-height: calc(100vh - 19.4444444444vw);
    padding: 4.1666666667vw 4.8611111111vw;
    transform: translateX(-50%);
    background-color: #fff;
  }
  #password-modal-wrapper #password-modal .modal-content .modal__head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.6666666667vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: fit-content;
    margin: 0 auto 3.4722222222vw;
    padding: 0.6944444444vw 1.3888888889vw;
    text-align: center;
    color: rgb(27, 38, 34);
    border: 0.0694444444vw solid rgb(27, 38, 34);
    font-style: SemiBold;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 1.6666666667vw;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw > .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-align: center;
    font-style: SemiBold;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw input {
    width: 100%;
    height: 3.4722222222vw;
    border: 0.0694444444vw solid rgb(178, 178, 178);
    background-color: transparent;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw button {
    line-height: 210%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1388888889vw 1.6666666667vw;
    color: #fff;
    background: rgb(39, 51, 47);
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 4.1666666667vw;
    padding: 3.0555555556vw 0;
    gap: 1.6666666667vw;
    background: rgb(242, 242, 242);
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw > .head {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    text-align: center;
    font-style: Regular;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw > img {
    width: 12.7777777778vw;
    height: 12.7777777778vw;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw > .text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    text-align: center;
    font-style: Regular;
  }
  .custom-pagination {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto 8.3333333333vw;
    gap: 0vw;
  }
  .custom-pagination li .page-numbers {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.9722222222vw;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
    margin: 0;
    vertical-align: middle;
    opacity: 0.5;
    color: #121212;
    background-color: transparent;
    box-shadow: none;
    font-style: Medium;
  }
  .custom-pagination li .page-numbers:hover {
    opacity: 1;
  }
  .custom-pagination li .page-numbers.current {
    opacity: 1;
    color: #121212;
  }
  .custom-pagination li span.page-numbers {
    opacity: 0.5;
  }
  .custom-pagination li .prev,
  .custom-pagination li .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin: 0;
    opacity: 1;
  }
  .custom-pagination li .first-page,
  .custom-pagination li .last-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin: 0 0.3472222222vw;
    vertical-align: middle;
    opacity: 1;
  }
  .property-status {
    font-family: Noto Sans CJK JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 100%;
    letter-spacing: 0.15em;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0.5555555556vw 1.3888888889vw;
    vertical-align: middle;
    font-style: Medium;
  }
  .property-status.advertisement {
    color: rgb(235, 238, 239);
    background-color: rgb(34, 78, 141);
  }
  .property-status.available {
    color: rgb(18, 18, 18);
    background-color: rgb(241, 201, 58);
  }
  .property-status.negotiation {
    color: rgb(235, 238, 239);
    background-color: rgb(241, 151, 39);
  }
  .property-status.soldout {
    color: rgb(235, 238, 239);
    background-color: rgb(192, 44, 78);
  }
  .property-status.closed {
    letter-spacing: 0.06em;
    padding: 0.4861111111vw 0.6944444444vw 0.4861111111vw 1.7361111111vw;
    color: rgb(27, 38, 34);
    background-color: #fff;
    line-height: 1.6;
  }
  .property-status.closed:before {
    content: "";
    position: absolute;
    left: 0.6944444444vw;
    display: flex;
    align-items: center;
    width: 0.6944444444vw;
    height: 0.8333333333vw;
    color: #121212;
    background-color: rgb(222, 222, 222);
    background-image: url(./assets/img/common/icon-lock.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .toc {
    margin-bottom: 2em;
    padding: 1em;
    border: 0.0694444444vw solid #ccc;
    background: #f9f9f9;
  }
  .toc ul {
    padding-left: 1em;
    list-style: none;
  }
  .toc ul li {
    margin: 0.5em 0;
  }
  #rtoc-mokuji-wrapper,
  #rtoc-mokuji-widget-wrapper {
    max-width: 50%;
    margin: 2.7777777778vw 0 4.1666666667vw;
    border: 0.0694444444vw solid #b2b2b2;
  }
  #rtoc-mokuji-wrapper #rtoc-mokuji-title,
  #rtoc-mokuji-widget-wrapper #rtoc-mokuji-title {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.6666666667vw;
    line-height: 100%;
    letter-spacing: 0.05em;
    flex-direction: row;
    padding: 2.0833333333vw;
    font-style: Medium;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji {
    margin: 0 2.0833333333vw 2.0833333333vw !important;
    padding-left: 1.3888888889vw !important;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji li a,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji li a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    color: #27332f;
    font-style: Medium;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji {
    padding-left: 2.7777777778vw !important;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji li a,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji li a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    font-style: Medium;
  }
  h2.page-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 7.7777777778vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    display: flex;
    flex-flow: column;
    width: 88.8888888889vw;
    margin: 6.9444444444vw auto 5.5555555556vw;
    gap: 0.7638888889vw;
    vertical-align: middle;
    color: #121212;
    font-style: M;
  }
  h2.page-title > span {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 180%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #121212;
    font-style: Medium;
  }
  a.button-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    height: 4.0972222222vw;
    margin-top: 4.1666666667vw;
    padding: 0 1.4583333333vw 0 1.9444444444vw;
    gap: 2.7777777778vw;
    color: #fff;
    background: rgb(39, 51, 47);
    min-width: 17.6388888889vw;
  }
  a.button-arrow p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw !important;
    line-height: 100%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-style: Medium;
    leading-trim: NONE;
  }
  a.button-arrow span.move-arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.3194444444vw;
  }
  a.button-arrow span.move-arrow-right svg {
    width: 1.28125vw;
    height: auto;
  }
  body:has(main.home) header {
    z-index: 99999;
    transition: 1s;
    background-color: #fff;
  }
  body:has(main.home) header * {
    transition: color 0.5s ease;
  }
  body:has(main.home) header a.contact {
    transition: all 0.5s ease;
    color: #fff;
    border: 0.0694444444vw solid #fff;
    background-color: rgb(28, 39, 35);
  }
  body:has(main.home) header a.contact:hover {
    opacity: 1;
    color: rgb(28, 39, 35);
    border-color: rgb(28, 39, 35);
    background-color: #fff;
  }
  body:has(main.home) header.is-reverse {
    background-color: #161817;
  }
  body:has(main.home) header.is-reverse * {
    color: #fff !important;
  }
  body:has(main.home) header.is-reverse a > img {
    transition: filter 0.5s ease;
    filter: brightness(20);
  }
  body:has(main.home) header.is-reverse a.contact {
    color: rgb(28, 39, 35) !important;
    border: 0.0694444444vw solid rgb(28, 39, 35) !important;
    background-color: #fff !important;
  }
  body:has(main.home) header.is-reverse a.contact:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: rgb(28, 39, 35) !important;
  }
  body:has(main.home) .kv {
    font-size: 6.9444444444vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin-top: -6.9444444444vw;
    margin-bottom: -0.0694444444vw;
    background-image: linear-gradient(180deg, #121212 0%, #27332f 52.45%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body:has(main.home) .kv:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    background-image: url(./assets/img/kv-g.png);
    background-position: center;
    width: auto;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    aspect-ratio: 1280/720;
  }
  body:has(main.home) .kv > span {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    transform: 5s;
    opacity: 0;
    background-image: url(./assets/img/kv-building.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    z-index: 98;
  }
  body:has(main.home) .kv > span:after {
    content: "";
    z-index: 99;
    background: linear-gradient(180deg, #121212 0%, #27332f 52.45%);
    position: absolute;
    width: 100vw;
    height: 100vh;
    transition: 0.5s;
    opacity: 1;
  }
  body:has(main.home) .kv > span.fade-in:after {
    height: 0;
    opacity: 0;
  }
  body:has(main.home) .kv > p {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
  }
  body:has(main.home) .kv > p > span {
    font-family: Volkhov;
    font-weight: 400;
    font-size: 5vw;
    line-height: 130%;
    letter-spacing: 0.03em;
    transform: translateY(-6.25vw);
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    color: #fff;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.home) main {
    margin: 0;
  }
  body:has(main.home) main .vision {
    background-color: #fff;
  }
  body:has(main.home) main .vision .is-wrapper {
    width: 100%;
  }
  body:has(main.home) main .vision .is-wrapper .vision__inner {
    display: flex;
    gap: 10vw;
    width: 100%;
    max-width: 100vw;
    margin-inline: auto;
  }
  body:has(main.home) main .vision .is-wrapper .vision__sub-head {
    font-size: 1.1111111111vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  body:has(main.home) main .vision .is-wrapper .vision__head {
    min-width: 36.1111111111vw;
  }
  body:has(main.home) main .vision .is-wrapper .vision__head h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-top: 4.1666666667vw;
    vertical-align: middle;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content {
    padding-top: 5.6944444444vw;
    max-width: 40.2777777778vw;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content .vision__content--head {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 1.8055555556vw;
    line-height: 160%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content .vision__content--text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.5277777778vw;
    line-height: 2.2;
    letter-spacing: 0.06em;
    font-style: 500;
    leading-trim: NONE;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content .vision__content--text p {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content .vision__content--text p.show {
    opacity: 1;
    transform: translateY(0);
  }
  body:has(main.home) main .background {
    height: 59.7222222222vw;
  }
  body:has(main.home) main .background .is-wrapper {
    position: fixed;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
  }
  body:has(main.home) main .background .is-wrapper .slider {
    width: 100%;
    height: 100%;
    display: block;
  }
  body:has(main.home) main .background .is-wrapper .slider img {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  body:has(main.home) main .message {
    background-color: #fff;
  }
  body:has(main.home) main .message .is-wrapper {
    display: flex;
    flex-flow: column;
    padding: 8.3333333333vw 5.5555555556vw;
    gap: 4.1666666667vw;
  }
  body:has(main.home) main .message .is-wrapper .message__content {
    display: flex;
    gap: 4.3055555556vw;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person {
    width: 33.3333333333vw;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person .position {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.1111111111vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin-top: 2.7777777778vw;
    vertical-align: middle;
    color: #1b2622;
    font-style: SemiBold;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 2.2222222222vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: end;
    margin-top: 1.25vw;
    gap: 1.6666666667vw;
    vertical-align: middle;
    color: #121212;
    font-style: SemiBold;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person .name span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 70%;
    letter-spacing: 0;
    vertical-align: middle;
    opacity: 0.4;
    color: #121212;
    font-style: Medium;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text {
    width: 51.25vw;
    padding-top: 4.1666666667vw;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 2.9166666667vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 2.7777777778vw;
    font-style: M;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 220%;
    letter-spacing: 0.0006944444vw;
    font-style: Regular;
  }
  body:has(main.home) main .service .is-wrapper {
    padding-bottom: 0;
    display: flex;
    flex-flow: column;
  }
  body:has(main.home) main .service .is-wrapper .head {
    align-items: flex-start;
    color: #fff;
  }
  body:has(main.home) main .service .is-wrapper .head > span {
    color: #fff;
  }
  body:has(main.home) main .service .is-wrapper .service-menu {
    display: flex;
    flex-wrap: wrap;
    width: 88.8888888889vw;
    margin: 4.1666666667vw auto 0;
    gap: 1.3888888889vw;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a {
    position: relative;
    width: 21.1805555556vw;
    height: 25vw;
    overflow: hidden;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a span.service-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 1.3888888889vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 1.3888888889vw;
    left: 1.3888888889vw;
    color: #fff;
    font-style: M;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a span.move-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
    background-color: #b39845;
  }
  body:has(main.home) main .number .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.home) main .number .is-wrapper .fadein-head::before {
    background-color: #27332f;
  }
  body:has(main.home) main .number .is-wrapper .head {
    align-items: flex-start;
    color: #fff;
    width: 750px;
    text-transform: none;
  }
  body:has(main.home) main .number .is-wrapper .head > span {
    color: #fff;
  }
  body:has(main.home) main .number .is-wrapper .service-menu {
    display: flex;
    flex-wrap: wrap;
    width: 88.8888888889vw;
    margin: 4.1666666667vw auto 0;
    gap: 1.3888888889vw;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a {
    position: relative;
    width: 21.1805555556vw;
    height: 25vw;
    overflow: hidden;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a span.service-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 1.3888888889vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 1.3888888889vw;
    left: 1.3888888889vw;
    color: #fff;
    font-style: M;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a span.move-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
    background-color: #b39845;
  }
  body:has(main.home) main .number .is-wrapper .maincontent {
    margin-top: 4.1666666667vw;
    position: relative;
    z-index: 2;
    gap: 4.8611111111vw;
    display: flex;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list {
    display: flex;
    gap: 1.3888888889vw;
    flex-wrap: wrap;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 21.1805555556vw;
    height: 29.1666666667vw;
    padding: 3.125vw 1.3888888889vw 2.4305555556vw;
    background-color: #1b2622;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items:nth-of-type(1) .head:after {
    background-image: url(./assets/img/page/numbers-main-02.svg);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items:nth-of-type(2) .head:after {
    background-image: url(./assets/img/page/numbers-main-05.svg);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items:nth-of-type(3) .head:after {
    background-image: url(./assets/img/page/numbers-main-04.svg);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items > .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.3888888889vw;
    line-height: 130%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 14.5833333333vw;
    gap: 0.6944444444vw;
    text-align: center;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items > .head.is-up {
    transform: translateY(-0.5em);
    height: calc(0.5em + 14.5833333333vw);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items > .head:after {
    content: "";
    width: 100%;
    height: 9.0277777778vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items .text {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.9444444444vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    gap: 0.2777777778vw;
    vertical-align: middle;
    color: rgb(141, 146, 144);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items .text span {
    font-family: DIN;
    font-weight: 500;
    font-size: 5.5555555556vw;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item {
    flex: 1;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item p {
    color: #fff;
    font-size: 1.1111111111vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item p + p {
    margin-top: 1.6em;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item a.button-arrow {
    background-color: #B39845;
  }
  body:has(main.home) main .property {
    background-color: #f2f2f2;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.home) main .property .is-wrapper {
    display: block;
    padding-bottom: 0;
  }
  body:has(main.home) main .property .property__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body:has(main.home) main .property .head.fadein-head::before {
    background-color: #f2f2f2;
  }
  body:has(main.home) main .property span.move-arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.8194444444vw;
    height: 3.8194444444vw;
    background-color: #27332f;
    cursor: pointer;
  }
  body:has(main.home) main .property .move-arrow-right svg {
    width: 1.875vw;
    height: 1.5277777778vw;
  }
  body:has(main.home) main .property .property__nav {
    display: flex;
    gap: 1.3888888889vw;
    margin-bottom: 1.3888888889vw;
  }
  body:has(main.home) main .property .property__nav .property__nav-button.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }
  body:has(main.home) main .property span.property__nav-button--prev {
    background-color: transparent;
    border: 1px solid #27332f;
  }
  body:has(main.home) main .property .property-slider {
    margin-top: 4.1666666667vw;
    margin-right: -5.5555555556vw;
  }
  body:has(main.home) main .property .property-slider__item:hover .property-card__image {
    transition: 0.5s;
    transform: scale(1.1);
  }
  body:has(main.home) main .property .property-card {
    background-color: #fff;
    padding: 1.3888888889vw 1.3888888889vw 1.7361111111vw;
    margin-right: 1.7361111111vw;
    position: relative;
  }
  body:has(main.home) main .property .property-card__image-wrapper {
    width: 100%;
    overflow: hidden;
  }
  body:has(main.home) main .property .property-card__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 360/400;
    object-fit: cover;
    transition: 0.5s;
  }
  body:has(main.home) main .property .property-card__label {
    top: 1.3888888889vw;
    right: 1.3888888889vw;
  }
  body:has(main.home) main .property .property-card__name {
    margin-top: 0.9722222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.home) main .property .property-card__address {
    margin-top: 0.2777777778vw;
    font-size: 0.8333333333vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  body:has(main.home) main .property .property-card__tags {
    margin-top: 1.1111111111vw;
    gap: 1.3888888889vw;
    display: flex;
    align-items: center;
  }
  body:has(main.home) main .property .property-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #B39845;
    border-radius: 3.4722222222vw;
    color: #fff;
    padding: 0.4166666667vw 0.6944444444vw;
    min-width: 6.9444444444vw;
    font-size: 0.9722222222vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  body:has(main.home) main .news {
    background-color: #f2f2f2;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.home) main .news .is-wrapper {
    display: block;
    gap: 6.9444444444vw;
  }
  body:has(main.home) main .news .is-wrapper .head {
    align-items: flex-start;
    width: 17.9861111111vw;
    min-width: 17.9861111111vw;
  }
  body:has(main.home) main .news .is-wrapper .head.fadein-head::before {
    background-color: #f2f2f2;
  }
  body:has(main.home) main .news .is-wrapper .news__body {
    margin-top: 1.3888888889vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 1.3888888889vw;
    align-items: flex-end;
  }
  body:has(main.home) main .news .is-wrapper .news__list {
    display: flex;
    flex-direction: column;
    gap: 1.3888888889vw;
    max-width: 64.7222222222vw;
    width: 100%;
  }
  body:has(main.home) main .news .is-wrapper .news__anchor {
    background-color: #dedede;
    display: grid;
    padding: 2.3611111111vw 2.7777777778vw;
    grid-template-columns: 7.8472222222vw 1fr;
    gap: 1.3888888889vw;
  }
  body:has(main.home) main .news .is-wrapper .news__anchor:hover {
    background-color: #d2d2d2;
  }
  body:has(main.home) main .news .is-wrapper .news__date {
    color: #7d7d7d;
    font-size: 1.25vw;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
  }
  body:has(main.home) main .news .is-wrapper .news__item-title {
    padding-bottom: 1.0763888889vw;
    margin-bottom: 1.0763888889vw;
    border-bottom: 1px solid #b2b2b2;
    font-size: 1.1111111111vw;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.home) main .news .is-wrapper .news__text {
    font-size: 0.9722222222vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: #121212;
  }
  body:has(main.home) footer {
    position: relative;
    z-index: 1;
  }
  body:has(main.page-about) .message .is-wrapper {
    display: flex;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    gap: 4.1666666667vw;
  }
  body:has(main.page-about) .message .is-wrapper.is-hr::before {
    top: -0.9722222222vw;
  }
  body:has(main.page-about) .message .is-wrapper .message__content {
    display: flex;
    gap: 4.3055555556vw;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person {
    width: 33.3333333333vw;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person .position {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.1111111111vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin-top: 2.7777777778vw;
    vertical-align: middle;
    color: #1b2622;
    font-style: SemiBold;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 2.2222222222vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: end;
    margin-top: 1.25vw;
    gap: 1.6666666667vw;
    vertical-align: middle;
    color: #121212;
    font-style: SemiBold;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person .name span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 1.1111111111vw;
    line-height: 70%;
    letter-spacing: 0;
    vertical-align: middle;
    opacity: 0.4;
    color: #B39845;
    font-style: Medium;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .message__content--text {
    width: 51.25vw;
    padding-top: 4.1666666667vw;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .message__content--text .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 2.9166666667vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 2.7777777778vw;
    font-style: M;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .message__content--text p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-about) .about {
    background-color: #f2f2f2;
  }
  body:has(main.page-about) .about .is-wrapper {
    display: flex;
    flex-flow: column;
    margin-top: 8.3333333333vw;
    padding: 11.1111111111vw 5.5555555556vw 5.5555555556vw;
  }
  body:has(main.page-about) .about .is-wrapper > div {
    display: flex;
    padding: 0.9722222222vw 0 5.5555555556vw;
    border-top: 0.0694444444vw solid #b2b2b2;
  }
  body:has(main.page-about) .about .is-wrapper > div > .head {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 5vw;
    line-height: 100%;
    letter-spacing: 0;
    width: 37.6388888889vw;
    min-width: 37.6388888889vw;
    vertical-align: middle;
    text-transform: capitalize;
    font-style: Medium;
    gap: 1.3888888889vw;
  }
  body:has(main.page-about) .about .is-wrapper > div > .head span {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-style: Regular;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents {
    padding-top: 3.4722222222vw;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    vertical-align: middle;
    font-style: M;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .content {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 2.2;
    letter-spacing: 0.06em;
    margin-top: 2.2222222222vw;
    font-style: Regular;
  }
  body:has(main.page-about) .about .is-wrapper > img {
    margin: 1.3888888889vw auto 5.5555555556vw;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 4.1666666667vw 5.5555555556vw;
    border: 0;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div {
    display: flex;
    flex-flow: column;
    width: 41.6666666667vw;
    gap: 1.6666666667vw;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: none;
    width: 100%;
    vertical-align: middle;
    border-bottom: 0.0694444444vw solid rgba(0, 0, 0, 0.3);
    font-style: M;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div .content {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 220%;
    letter-spacing: 0.06em;
    width: 100%;
    opacity: 0.6;
    color: rgb(18, 18, 18);
    font-style: Regular;
  }
  body:has(main.page-about) .member .is-wrapper {
    display: flex;
    flex-flow: column;
    padding: 12.0833333333vw 5.5555555556vw 11.1111111111vw;
  }
  body:has(main.page-about) .member .is-wrapper.is-hr::before {
    top: 10.6944444444vw;
  }
  body:has(main.page-about) .member .is-wrapper .content {
    width: 100%;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.1666666667vw 1.3888888889vw;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-item .post-person .position {
    color: #B39845;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person {
    width: 21.1805555556vw;
    cursor: pointer;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: contain;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > .position {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.9722222222vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin-top: 2.2222222222vw;
    vertical-align: middle;
    color: #121212;
    font-style: SemiBold;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > .name {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 1.8055555556vw;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 1.1111111111vw;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    font-style: Medium;
  }
  body:has(main.page-about) .member .is-wrapper .modal {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents {
    position: relative;
    overflow-y: scroll;
    width: 88.8888888889vw;
    height: 85%;
    margin: auto;
    padding: 5.5555555556vw 5.5555555556vw;
    background: #fff;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-close {
    position: fixed;
    top: calc(6% + 4.1666666667vw);
    right: 50%;
    width: 2.0833333333vw;
    height: 2.7777777778vw;
    cursor: pointer;
    transform: translateX(41.6666666667vw);
    background-image: url(./assets/img/common/icon-cross.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-prev,
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-next {
    position: fixed;
    z-index: 1;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    transform: translateY(-50%);
    border: 0;
    border-radius: 5.5555555556vw;
    background-color: transparent;
    background-color: #121212;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-prev {
    left: 50%;
    transform: translateX(-47.2222222222vw);
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-next {
    right: 50%;
    transform: translateX(47.2222222222vw);
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content {
    display: flex;
    gap: 3.3333333333vw;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .post-person {
    cursor: default;
    position: sticky;
    top: 0;
    width: 27.7777777778vw;
    min-width: 27.7777777778vw;
    height: 100%;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content {
    padding: 0;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .catch {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-top: 4.1666666667vw;
    font-style: M;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .catch-text {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 220%;
    letter-spacing: 0.05em;
    margin-top: 4.1666666667vw;
    color: rgb(18, 18, 18);
    font-style: Regular;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .catch-text > p {
    margin: 0 !important;
    padding: 0 !important;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .career-head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 1.6666666667vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-top: 6.25vw;
    padding-bottom: 1.25vw;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    border-bottom: 0.0694444444vw solid rgb(178, 178, 178);
    font-style: M;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .career {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.9722222222vw;
    line-height: 220%;
    letter-spacing: 0.05em;
    margin-top: 1.6666666667vw;
    color: rgb(18, 18, 18);
    font-style: Regular;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .career > p {
    margin: 0 !important;
    padding: 0 !important;
  }
  body:has(main.page-services) main {
    margin-top: 11.1111111111vw;
  }
  body:has(main.page-services) .content--wrapper {
    padding-bottom: 8.3333333333vw;
    border-top: 0;
  }
  body:has(main.page-services) .content--wrapper .service-head {
    display: flex;
    justify-content: space-between;
    gap: 8.5416666667vw;
  }
  body:has(main.page-services) .content--wrapper .service-head .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    width: 35.4166666667vw;
    color: rgb(18, 18, 18);
    font-style: M;
  }
  body:has(main.page-services) .content--wrapper .service-head > p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.5277777778vw;
    line-height: 200%;
    letter-spacing: 0.06em;
    width: 38.4722222222vw;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-services) .content--wrapper .service-menu {
    display: flex;
    flex-wrap: wrap;
    width: 88.8888888889vw;
    margin: 5.5555555556vw auto 0;
    gap: 1.3888888889vw;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a {
    position: relative;
    width: 21.1805555556vw;
    height: 25vw;
    overflow: hidden;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a span.service-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 505;
    font-size: 1.25vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 1.3888888889vw;
    left: 1.3888888889vw;
    color: #fff;
    font-style: M;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a span.move-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6388888889vw;
    height: 2.6388888889vw;
    background-color: #b39845;
  }
  body:has(main.page-services-lower) .page-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 5.5555555556vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.page-services-lower) .page-title span {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.6666666667vw;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
  body:has(main.page-services-lower) .description .is-wrapper {
    padding-top: 0;
    justify-content: space-between;
  }
  body:has(main.page-services-lower) .description .is-wrapper.is-wrapper--development {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  body:has(main.page-services-lower) .description .is-wrapper .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 3.3333333333vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-style: M;
  }
  body:has(main.page-services-lower) .description .is-wrapper .content {
    font-size: 1.5277777778vw;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-style: Regular;
    width: 38.4722222222vw;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-list {
    margin-top: 5.5555555556vw;
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item {
    width: 33.333333%;
    height: 100%;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item:nth-of-type(1) {
    padding-right: 2.0833333333vw;
    border-right: 1px solid #b2b2b2;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item:nth-of-type(2) {
    padding-right: 2.0833333333vw;
    padding-left: 2.0833333333vw;
    border-right: 1px solid #b2b2b2;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item:nth-of-type(3) {
    padding-left: 2.0833333333vw;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-term {
    margin-bottom: 1.6666666667vw;
    font-size: 1.5277777778vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #121212;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-desc {
    font-size: 1.1111111111vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #7d7d7d;
  }
  body:has(main.page-services-lower) .features {
    background-color: #1b2622;
  }
  body:has(main.page-services-lower) .features .is-wrapper {
    padding-top: 9.3055555556vw;
  }
  body:has(main.page-services-lower) .features .is-wrapper::before {
    top: 8.3333333333vw;
  }
  body:has(main.page-services-lower) .features .is-wrapper .head {
    color: #fff;
  }
  body:has(main.page-services-lower) .features .is-wrapper .head span {
    color: #fff;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content {
    color: #fff;
    padding-top: 4.1666666667vw;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content ol {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 1.6666666667vw;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content ol li {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 1.6666666667vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    padding-bottom: 1.8055555556vw;
    gap: 2.2222222222vw;
    counter-increment: item 1;
    vertical-align: middle;
    border-bottom: 0.0694444444vw solid rgba(255, 255, 255, 0.3);
    font-style: M;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content ol li::before {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 1.8055555556vw;
    line-height: 160%;
    letter-spacing: 0;
    content: counter(item, decimal-leading-zero);
    vertical-align: middle;
    color: #B39845;
    font-style: Medium;
  }
  body:has(main.page-services-lower) .reason {
    background-color: #f2f2f2;
  }
  body:has(main.page-services-lower) .reason .is-wrapper {
    padding-top: 9.3055555556vw;
    padding-bottom: 8.3333333333vw;
    justify-content: space-between;
  }
  body:has(main.page-services-lower) .reason .is-wrapper::before {
    top: 8.3333333333vw;
  }
  body:has(main.page-services-lower) .reason .is-wrapper .head {
    width: 420px;
  }
  body:has(main.page-services-lower) .reason .is-wrapper .content {
    padding-top: 3.6111111111vw;
  }
  body:has(main.page-services-lower) .reason .is-wrapper .content > p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 220%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-services-lower) .reason .is-wrapper .content img {
    width: 100%;
    margin-top: 4.1666666667vw;
  }
  body:has(main.page-services-lower) .faq {
    background-color: #dedede;
  }
  body:has(main.page-services-lower) .faq .is-wrapper {
    padding-top: 9.3055555556vw;
  }
  body:has(main.page-services-lower) .faq .is-wrapper::before {
    top: 8.3333333333vw;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content {
    display: flex;
    flex-flow: column;
    gap: 1.6666666667vw;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 220%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin-top: 1.8055555556vw;
    padding: 1.3194444444vw 1.9444444444vw;
    gap: 1.25vw;
    vertical-align: middle;
    color: #fff;
    background-color: #121212;
    font-style: Medium;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content a:after {
    content: "";
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    background-image: url(./assets/img/common/icon-link-blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-services-lower) .faq + .banner-register {
    padding-top: 0;
  }
  body:has(main.page-services-lower) .banner-register {
    width: 100%;
    padding-top: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
    background-color: #dedede;
  }
  body:has(main.page-services-lower) .banner-register > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 88.8888888889vw;
    height: 14.375vw;
    margin: 0 auto;
    padding: 0 5.5555555556vw;
    color: #fff;
    background-image: url(./assets/img/common/banner-register.jpg);
  }
  body:has(main.page-services-lower) .banner-register > a > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 180%;
    letter-spacing: 0.06em;
    width: 33.2638888889vw;
    vertical-align: middle;
    color: #fff;
    font-style: Medium;
  }
  body:has(main.page-services-lower) .banner-register > a > span {
    width: 0.0694444444vw;
    height: 7.8472222222vw;
    background-color: #fff;
  }
  body:has(main.page-services-lower) .banner-register > a > p:last-of-type {
    font-family: "Khyay-Regular", Noto Sans JP;
    font-weight: 500;
    font-size: 1.9444444444vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 1.6666666667vw;
    vertical-align: middle;
    color: #fff;
    font-style: Medium;
  }
  body:has(main.page-services-lower) .banner-register > a > p:last-of-type:after {
    content: "";
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-image: url(./assets/img/common/icon-link-blank--circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-company) .section .is-wrapper .head {
    width: 30.5555555556vw;
  }
  body:has(main.page-company) main {
    margin-bottom: 0;
  }
  body:has(main.page-company) .outline .is-wrapper {
    padding-top: 0;
    justify-content: space-between;
  }
  body:has(main.page-company) .outline .is-wrapper > .head {
    position: sticky;
    top: 8.3333333333vw;
    height: 100%;
    padding-top: 0.9027777778vw;
    border-top: 1px solid #b2b2b2;
    width: fit-content;
  }
  body:has(main.page-company) .outline .is-wrapper > .content {
    padding-top: 2.4305555556vw;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr {
    display: flex;
    padding: 2.2222222222vw 0;
    border-bottom: 0.0694444444vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .th {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 12.3611111111vw;
    min-width: 12.3611111111vw;
    font-style: SemiBold;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .th p {
    color: #1b2622;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td {
    display: flex;
    flex-flow: column;
    width: 46.4583333333vw;
    gap: 0.5555555556vw;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td .is-flex {
    display: flex;
    padding-top: 1.25vw;
    gap: 2.7777777778vw;
    border-top: 0.0694444444vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td .is-flex > div {
    display: flex;
    flex-flow: column;
    width: calc((100% - 2.7777777778vw) / 2);
    gap: 0.5555555556vw;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td p.head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.1111111111vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    font-style: SemiBold;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td iframe {
    width: 100%;
    height: auto;
    margin: 0.6944444444vw auto 0.6944444444vw;
    aspect-ratio: 669/376;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td ul {
    margin-bottom: 0.6944444444vw;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    gap: 0.6944444444vw;
    font-style: Regular;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td ul > li:before {
    content: "";
    width: 0.4166666667vw;
    min-width: 0.4166666667vw;
    height: 0.4166666667vw;
    border-radius: 0.4166666667vw;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-company) .history {
    width: 100vw;
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
    background: rgb(27, 38, 34);
  }
  body:has(main.page-company) .history .is-wrapper {
    width: 100vw;
    justify-content: space-between;
  }
  body:has(main.page-company) .history .is-wrapper.is-hr::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .head {
    position: sticky;
    top: 8.3333333333vw;
    height: 100%;
    color: #fff;
  }
  body:has(main.page-company) .history .is-wrapper > .head.fadein-head::before {
    background-color: rgb(27, 38, 34);
  }
  body:has(main.page-company) .history .is-wrapper > .head span {
    color: #fff;
  }
  body:has(main.page-company) .history .is-wrapper > .content {
    padding-top: 0;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table {
    margin-top: 0vw;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr {
    display: flex;
    padding: 2.2222222222vw 0;
    gap: 5.5555555556vw;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr:not(:first-of-type) {
    border-top: 0.0694444444vw solid rgba(255, 255, 255, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .th {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 4.4444444444vw;
    line-height: 120%;
    letter-spacing: 0;
    width: fit-content;
    max-width: 11.8055555556vw;
    color: #B39845;
    font-style: Medium;
    font-style: SemiBold;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td {
    display: flex;
    flex-flow: column;
    width: 46.4583333333vw;
    padding-top: 0.625vw;
    gap: 0.5555555556vw;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td div:first-of-type {
    padding-top: 0;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td div:last-of-type {
    padding-bottom: 0;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td .is-flex {
    display: flex;
    padding-top: 1.25vw;
    gap: 2.7777777778vw;
    border-top: 0.0694444444vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td .is-flex > div {
    display: flex;
    flex-flow: column;
    width: calc((100% - 2.7777777778vw) / 2);
    gap: 0.5555555556vw;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td p.head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-bottom: 0.2777777778vw;
    color: #fff;
    font-style: SemiBold;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td > div {
    padding: 1.25vw 0;
    border-top: 0.0694444444vw solid rgba(255, 255, 255, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td > div:first-of-type {
    border-top: 0;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 0.6944444444vw;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td ul > li:before {
    content: "";
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    border-radius: 0.4166666667vw;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-company) .feature {
    width: 100vw;
    margin-top: -2.7777777778vw;
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
    background: rgb(222, 222, 222);
    position: relative;
  }
  body:has(main.page-company) .feature .is-wrapper {
    width: 100vw;
  }
  body:has(main.page-company) .feature .is-wrapper > .head {
    position: sticky;
    top: 8.3333333333vw;
    height: 100%;
  }
  body:has(main.page-company) .feature .is-wrapper > .head.fadein-head::before {
    background-color: rgb(222, 222, 222);
  }
  body:has(main.page-company) .feature .is-wrapper > .content {
    padding-top: 1.3888888889vw;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr {
    display: flex;
    padding: 2.2222222222vw 0;
    gap: 5.5555555556vw;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr:not(:first-of-type) {
    border-top: 0.0694444444vw solid #b2b2b2;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .th {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 4.4444444444vw;
    line-height: 120%;
    letter-spacing: 0;
    width: fit-content;
    max-width: 11.8055555556vw;
    color: #B39845;
    font-style: SemiBold;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td {
    display: flex;
    flex-flow: column;
    width: 46.4583333333vw;
    padding-top: 0.625vw;
    gap: 0.5555555556vw;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td div:first-of-type {
    padding-top: 0;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td div:last-of-type {
    padding-bottom: 0;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td p.head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-bottom: 0.2777777778vw;
    font-style: SemiBold;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div {
    padding: 1.25vw 0;
    border-top: 0.0694444444vw solid #b2b2b2;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div > p:first-of-type {
    font-size: 1.25vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div > p:last-of-type {
    font-size: 1.1111111111vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-top: 0.2777777778vw;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div:first-of-type {
    border-top: 0;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 0.6944444444vw;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td ul > li:before {
    content: "";
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    border-radius: 0.4166666667vw;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-recruit) header {
    background: linear-gradient(180deg, #1b2622 0%, rgba(27, 38, 34, 0) 100%);
    transition: 0.3s;
  }
  body:has(main.page-recruit) header img {
    filter: brightness(100);
  }
  body:has(main.page-recruit) header * {
    color: #fff !important;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header a.contact {
    color: rgb(28, 39, 35) !important;
    border: 0.0694444444vw solid rgb(28, 39, 35) !important;
    background-color: #fff !important;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header a.contact:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: rgb(28, 39, 35) !important;
  }
  body:has(main.page-recruit) header.active-header {
    background: #fff;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header.active-header img {
    filter: none;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header.active-header * {
    color: #121212 !important;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header.active-header a.contact {
    color: #fff !important;
    border: 0.0694444444vw solid rgb(28, 39, 35) !important;
    background-color: #121212 !important;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header.active-header a.contact:hover {
    color: #121212 !important;
    border-color: #fff !important;
    background-color: #fff !important;
  }
  body:has(main.page-recruit) main {
    margin: 0;
    margin-top: -6.9444444444vw;
  }
  body:has(main.page-recruit) main .fv {
    position: relative;
    background-color: rgb(27, 38, 34);
  }
  body:has(main.page-recruit) main .fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53.3333333333vw;
    background-image: url(./assets/img/page/kv-recruit-parts.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper {
    position: relative;
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: center;
    width: 88.8888888889vw;
    height: 53.3333333333vw;
    margin: 0 auto;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 43.0555555556vw;
    height: 53.3333333333vw;
    background-image: url(./assets/img/page/kv-recruit.png);
    background-size: contain;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    display: flex;
    flex-flow: column;
    gap: 0.6944444444vw;
    color: #fff;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .head > span {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 1.6666666667vw;
    line-height: 120%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .head > span > span {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 150%;
    letter-spacing: 0.03em;
    vertical-align: middle;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .catch {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin-top: 0.6944444444vw;
    gap: 1.3888888889vw;
    color: rgba(129, 160, 153, 0.8);
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .catch:before {
    content: "";
    width: 6.9444444444vw;
    height: 0.0694444444vw;
    background: rgba(129, 160, 153, 0.8);
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 220%;
    letter-spacing: 0.06em;
    margin-top: 2.7777777778vw;
    color: #fff;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 18.0555555556vw;
    height: 3.75vw;
    margin-top: 2.7777777778vw;
    padding: 1.25vw 1.9444444444vw;
    vertical-align: middle;
    background-color: #B39845;
    color: #fff;
    font-style: Medium;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper > a p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    color: #fff;
  }
  body:has(main.page-recruit) main .features .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content {
    width: 100%;
    padding-top: 4.1666666667vw;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items {
    display: flex;
    align-items: center;
    padding: 4.1666666667vw 0;
    gap: 5.5555555556vw;
    border-bottom: 0.0694444444vw solid rgb(178, 178, 178);
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left {
    width: 38.8888888889vw;
    min-width: 38.8888888889vw;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left .num {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #B39845;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left .title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 2.2222222222vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 0.8333333333vw;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left .text {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 220%;
    letter-spacing: 0.06em;
    margin-top: 1.6666666667vw;
    vertical-align: middle;
    opacity: 0.6;
    font-style: Regular;
    color: rgba(18, 18, 18, 0.6);
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content img {
    width: 44.4444444444vw;
    height: 27.7777777778vw;
  }
  body:has(main.page-recruit) main .numbers {
    background: rgb(242, 242, 242);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper > .head {
    width: 100%;
    text-transform: capitalize;
    gap: 1.3888888889vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent {
    margin-top: 4.1666666667vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3888888889vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 21.1805555556vw;
    height: 29.1666666667vw;
    padding: 3.125vw 1.3888888889vw 3.4722222222vw;
    background-color: rgb(39, 51, 47);
    position: relative;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(1) .head:after {
    background-image: url(./assets/img/page/numbers-main-01.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(1)::after {
    content: "（予定含む）";
    font-size: 0.9722222222vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #8d9290;
    position: absolute;
    bottom: 2.4305555556vw;
    left: 50%;
    transform: translateX(-50%);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(2) .head:after {
    background-image: url(./assets/img/page/numbers-main-02.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(3) .head:after {
    background-image: url(./assets/img/page/numbers-main-03.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(4) .head:after {
    background-image: url(./assets/img/page/numbers-main-04.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items > .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.3888888889vw;
    line-height: 130%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 14.5833333333vw;
    gap: 0.6944444444vw;
    text-align: center;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items > .head.is-up {
    transform: translateY(-0.5em);
    height: calc(0.5em + 14.5833333333vw);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items > .head:after {
    content: "";
    width: 100%;
    height: 9.0277777778vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items .text {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.9444444444vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    gap: 0.2777777778vw;
    vertical-align: middle;
    color: rgb(141, 146, 144);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items .text span {
    font-family: DIN;
    font-weight: 500;
    font-size: 5.5555555556vw;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent {
    margin-top: 5.5555555556vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.7777777778vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-item {
    width: calc(50% - 1.3888888889vw);
    display: grid;
    grid-template-columns: 9.7222222222vw 1fr;
    gap: 1.3888888889vw;
    font-family: "Noto Sans JP", sans-serif;
    color: #121212;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-item-contents {
    margin-top: 0.5555555556vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-item-title {
    font-size: 1.3888888889vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 600;
    padding-bottom: 1.3541666667vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 0.8333333333vw;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .text {
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #8D9290;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .count-num {
    color: #121212;
    font-size: 5.5555555556vw;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 500;
    font-family: DIN;
  }
  body:has(main.page-recruit) main .job {
    background: rgb(222, 222, 222);
  }
  body:has(main.page-recruit) main .job .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.page-recruit) main .job .is-wrapper > .head {
    width: 100%;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper {
    display: flex;
    margin-top: 4.1666666667vw;
    gap: 1.3888888889vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header {
    position: sticky;
    top: 8.3333333333vw;
    height: 100%;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: baseline;
    width: 20vw;
    height: fit-content;
    padding: 5vw 1.3888888889vw 4.1666666667vw;
    gap: 0vw;
    cursor: pointer;
    background-color: #fff;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div:before {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 0.9722222222vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    content: "募集職種";
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.6527777778vw;
    height: 2.7777777778vw;
    color: #fff;
    background-color: #1b2622;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 17.2222222222vw;
    padding: 1.3888888889vw 0;
    border-bottom: 0.0694444444vw solid rgb(39, 51, 47);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item p {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 0.9722222222vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: rgb(125, 125, 125);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.9444444444vw;
    height: 1.9444444444vw;
    background-color: #1b2622;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item:first-of-type {
    padding-top: 0;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item.active p {
    color: rgb(39, 51, 47);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body {
    width: 66.6666666667vw;
    padding: 4.1666666667vw 5.5555555556vw;
    background-color: #fff;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content {
    display: none;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content.active {
    display: block;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 2.7777777778vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 0.5555555556vw;
    color: rgb(27, 38, 34);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .head span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: rgb(125, 125, 125);
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table {
    margin-top: 2.7777777778vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr {
    display: flex;
    padding: 2.2222222222vw 0;
    gap: 1.25vw;
    border-bottom: 0.0694444444vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr:first-of-type {
    border-top: 0.0694444444vw solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .th {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 10.4166666667vw;
    color: #1b2622;
    font-style: SemiBold;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td {
    display: flex;
    flex-flow: column;
    width: 46.4583333333vw;
    gap: 0.5555555556vw;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p + p {
    margin-top: 0.8333333333vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p + ul {
    margin-top: 0.2777777778vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p.asterisk {
    display: flex;
    align-items: baseline;
    gap: 0.2777777778vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p.asterisk:before {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    content: "※";
    color: #121212;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2.2222222222vw;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul > li {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    min-width: 20.8333333333vw;
    gap: 0.6944444444vw;
    font-style: Regular;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul > li:before {
    content: "";
    width: 0.4166666667vw;
    min-width: 0.4166666667vw;
    height: 0.4166666667vw;
    border-radius: 0.4166666667vw;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-recruit) main .job .is-wrapper a {
    margin: 2.7777777778vw auto 0;
  }
  body:has(main.page-recruit) main .flow .is-wrapper {
    display: flex;
    flex-flow: column;
    background: #fff;
  }
  body:has(main.page-recruit) main .flow .is-wrapper > .head {
    width: 100%;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content {
    display: flex;
    flex-flow: column;
    width: 88.8888888889vw;
    margin-top: 4.1666666667vw;
    padding-top: 0;
    gap: 1.6666666667vw;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items {
    position: relative;
    display: flex;
    align-items: start;
    height: 22.0833333333vw;
    background-color: rgb(242, 242, 242);
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items:last-of-type::after {
    content: none;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 6.4583333333vw;
    height: 3.125vw;
    transform: translate(-50%, 100%);
    background-image: url(./assets/img/common/icon-triangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items .step {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 1.6666666667vw;
    line-height: 100%;
    letter-spacing: 0;
    height: 100%;
    padding: 1.6666666667vw 1.1111111111vw;
    text-transform: capitalize;
    color: #B39845;
    border-right: 0.0694444444vw solid rgba(0, 0, 0, 0.3);
    font-style: Medium;
    writing-mode: vertical-lr;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > div {
    width: 48.8888888889vw;
    padding: 4.1666666667vw;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > div .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 2.7777777778vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > div .text {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-top: 0.8333333333vw;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > img {
    width: 34.0277777778vw;
    height: 17.9166666667vw;
    margin: 2.0833333333vw;
    margin-left: 0;
  }
  body:has(main.page-entry) main {
    margin-top: 0;
  }
  body:has(main.page-entry) main .content--wrapper {
    padding: 5.5555555556vw 0 9.7222222222vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 2.7777777778vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div {
    display: flex;
    align-items: flex-start;
    gap: 2.0833333333vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    width: 22.9166666667vw;
    min-width: 22.9166666667vw;
    height: 5vw;
    font-style: SemiBold;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:first-of-type.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type textarea {
    height: 20.8333333333vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type input,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type textarea,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type select {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    width: 63.8888888889vw;
    padding: 0;
    padding: 1.3888888889vw 2.0833333333vw;
    color: #999;
    border: none;
    background: #f5f5f5;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type input::placeholder,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type textarea::placeholder,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type select::placeholder {
    color: #999;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type [data-name=your-select] {
    position: relative;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type [data-name=your-select]::after {
    content: "▼";
    color: #7d7d7d;
    display: inline-block;
    width: 1.25vw;
    height: 1.0416666667vw;
    position: absolute;
    top: 0%;
    right: 2.0833333333vw;
    transform: translateY(-50%);
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type .wpcf7-not-valid-tip {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding: 1.3888888889vw 0 0 1.3888888889vw;
    color: #d80000;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth {
    display: flex;
    align-items: center;
    gap: 2.0833333333vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth input {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    width: 63.8888888889vw;
    padding: 0;
    padding: 1.3888888889vw 2.0833333333vw;
    color: #999;
    border: none;
    background: #f5f5f5;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth input::placeholder {
    color: #999;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 0.4166666667vw;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth > p input {
    width: 18.0555555556vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender {
    display: flex;
    align-items: center;
    height: 100%;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p span {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p span.wpcf7-radio {
    display: flex;
    flex-flow: column;
    gap: 0.9722222222vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p label {
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p input[type=radio] {
    width: 1.25vw;
    height: 1.25vw;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit input {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.6666666667vw;
    height: 4.0277777778vw;
    margin: 4.1666666667vw auto 0;
    transition: 0.5s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 0.0694444444vw solid #27332f;
    background: #27332f;
    font-style: Medium;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit input:hover {
    color: #27332f;
    background-color: #fff;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit > p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-entry-confirm) main {
    padding: 8.3333333333vw 0;
  }
  body:has(main.page-entry-confirm) main .text-head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.6666666667vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 1.3888888889vw auto 0;
    text-align: center;
    font-style: SemiBold;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper {
    width: 61.8055555556vw;
    margin: 4.8611111111vw auto 0;
    margin-top: 4.8611111111vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 3.3333333333vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div {
    display: flex;
    align-items: flex-start;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    display: flex;
    align-items: center;
    width: 20.1388888889vw;
    min-width: 20.1388888889vw;
    height: 2.7777777778vw;
    font-style: SemiBold;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > .head.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > p,
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > div {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 220%;
    letter-spacing: 0.06em;
    width: 41.6666666667vw;
    height: 2.7777777778vw;
    vertical-align: middle;
    font-style: Regular;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > .birth {
    display: flex;
    align-items: center;
    gap: 0.2777777778vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div .gender {
    display: flex;
    align-items: center;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 0.5555555556vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 0;
    font-style: Regular;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p span {
    margin: 0;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p span input {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit {
    display: flex;
    margin-top: 5.5555555556vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    gap: 2.7777777778vw;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p input,
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.6666666667vw;
    height: 4.0277777778vw;
    transition: 0.5s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 0.0694444444vw solid #27332f;
    background: #27332f;
    font-style: Medium;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p input:hover,
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p a:hover {
    color: #27332f;
    background-color: #fff;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-contact) main .content--wrapper {
    padding: 8.3333333333vw 0;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 2.7777777778vw;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div {
    display: flex;
    align-items: flex-start;
    gap: 2.0833333333vw;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    display: flex;
    align-items: center;
    width: 22.9166666667vw;
    min-width: 22.9166666667vw;
    height: 5vw;
    font-style: SemiBold;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:first-of-type.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type textarea {
    height: 20.8333333333vw;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type input,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type textarea,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type select {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    width: 63.8888888889vw;
    padding: 0;
    padding: 1.3888888889vw 2.0833333333vw;
    color: #999;
    border: none;
    background: #f5f5f5;
    font-style: Regular;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type input::placeholder,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type textarea::placeholder,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type select::placeholder {
    color: #999;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type .wpcf7-not-valid-tip {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding: 1.3888888889vw 0 0 1.3888888889vw;
    color: #d80000;
    font-style: Regular;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit input {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.6666666667vw;
    height: 4.0277777778vw;
    margin: 4.1666666667vw auto 0;
    transition: 0.5s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 0.0694444444vw solid #27332f;
    background: #27332f;
    font-style: Medium;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit input:hover {
    color: #27332f;
    background-color: #fff;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit > p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-contact-confirm) main {
    padding-bottom: 8.3333333333vw;
  }
  body:has(main.page-contact-confirm) main .text-head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.6666666667vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 1.3888888889vw auto 0;
    text-align: center;
    font-style: SemiBold;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper {
    width: 61.8055555556vw;
    margin: 4.8611111111vw auto 0;
    margin-top: 4.8611111111vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 3.3333333333vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div {
    display: flex;
    align-items: flex-start;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    display: flex;
    align-items: center;
    width: 20.1388888889vw;
    min-width: 20.1388888889vw;
    height: 2.7777777778vw;
    font-style: SemiBold;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div > p:first-of-type.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div > p:last-of-type {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 220%;
    letter-spacing: 0.06em;
    width: 41.6666666667vw;
    height: 2.7777777778vw;
    vertical-align: middle;
    font-style: Regular;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 0.5555555556vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 0;
    font-style: Regular;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p span {
    margin: 0;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p span input {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit {
    display: flex;
    margin-top: 5.5555555556vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    gap: 2.7777777778vw;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p input,
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.6666666667vw;
    height: 4.0277777778vw;
    transition: 0.5s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 0.0694444444vw solid #27332f;
    background: #27332f;
    font-style: Medium;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p input:hover,
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p a:hover {
    color: #27332f;
    background-color: #fff;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-thanks) main {
    padding-bottom: 8.3333333333vw;
  }
  body:has(main.page-thanks) main .text-head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.6666666667vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 1.3888888889vw auto 0;
    text-align: center;
    font-style: SemiBold;
  }
  body:has(main.page-thanks) main .text-content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 2.2222222222vw;
    text-align: center;
    font-style: Regular;
  }
  body:has(main.page-thanks) main a {
    margin: 5.5555555556vw auto 0;
  }
  body:has(main.page-privacy) main {
    margin-bottom: 8.3333333333vw;
  }
  body:has(main.page-privacy) main .content--wrapper {
    width: 88.8888888889vw;
    margin: 0 auto;
    padding-top: 3.3333333333vw;
    border-top: 0.0694444444vw solid #b2b2b2;
  }
  body:has(main.page-privacy) main .content--wrapper .intro > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-privacy) main .content--wrapper .intro > .date {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 1.6666666667vw;
    font-style: Regular;
  }
  body:has(main.page-privacy) main .content--wrapper .content > h2 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.6666666667vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 3.0555555556vw;
    font-style: SemiBold;
  }
  body:has(main.page-privacy) main .content--wrapper .content > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 1.6666666667vw;
    font-style: Regular;
  }
  body:has(main.archive-property) .page-title {
    letter-spacing: 0 !important;
  }
  body:has(main.archive-property) div.section {
    width: 88.8888888889vw;
    margin: 0 auto;
  }
  body:has(main.archive-property) div.section label.exclude-soldout {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2.9166666667vw;
    margin-bottom: 5.5555555556vw;
    gap: 1.1111111111vw;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: #121212;
    font-style: normal;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox] {
    position: relative;
    flex-shrink: 0;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    margin: 0;
    cursor: pointer;
    border: 0.0694444444vw solid #7d7d7d;
    background: white;
    border-radius: 0.2083333333vw;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 0.1388888889vw;
    left: 0.1388888889vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    pointer-events: none;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox]:checked {
    border-color: #121212;
    background: #121212;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox]:checked::after {
    font-weight: bold;
    font-size: 1.3888888889vw;
    line-height: 1.3888888889vw;
    content: "✓";
    display: block;
    color: white;
  }
  body:has(main.archive-property) div.section label.exclude-soldout span {
    user-select: none;
  }
  body:has(main.archive-blog) .page-title {
    margin-bottom: 0;
    padding-bottom: 5.5555555556vw;
    border-bottom: 0.0694444444vw solid #b2b2b2;
  }
  body:has(main.archive-blog) main {
    margin-top: 0;
  }
  body:has(main.archive-blog) div.section {
    width: 88.8888888889vw;
    margin: 0 auto;
    padding-bottom: 8.3333333333vw;
  }
  body:has(main.archive-blog) div.section .taxonomy-filter {
    margin-top: 5.5555555556vw;
  }
  body:has(main.archive-blog) div.section .custom-post-list {
    margin-top: 5.5555555556vw;
    gap: 4.1666666667vw 3.8194444444vw;
  }
  body:has(main.archive-blog) div.section .custom-post-list li {
    width: calc(33.3333333% - 3.8194444444vw * 2 / 3);
  }
  body:has(main.archive-blog) div.section .custom-post-list li a {
    gap: 1.1111111111vw;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta {
    gap: 1.1111111111vw;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta .post-title {
    font-size: 1.1111111111vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta-info .post-date {
    font-size: 1.3888888889vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta-info .post-taxonomy li {
    color: #fff;
    background-color: #B39845;
  }
  body:has(main.archive-news) main {
    margin-top: 0;
  }
  body:has(main.archive-news) .page-title {
    letter-spacing: 0;
  }
  body:has(main.archive-news) div.section {
    width: 88.8888888889vw;
    margin: 0 auto;
    padding-bottom: 8.3333333333vw;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news {
    display: flex;
    flex-flow: column;
    gap: 1.3888888889vw;
    padding-top: 5.5555555556vw;
    border-top: 1px solid #b2b2b2;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a {
    position: relative;
    display: flex;
    padding: 2.7777777778vw 10.8333333333vw 2.7777777778vw 2.3611111111vw;
    background-color: #f2f2f2;
    transition: 0.3s;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a:hover {
    background-color: #b2b2b2;
    transition: 0.3s;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-date {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 140%;
    letter-spacing: -0.02em;
    width: 9.2361111111vw;
    min-width: 11.25vw;
    vertical-align: middle;
    font-style: Medium;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta {
    display: flex;
    flex-flow: column;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta .post-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding-bottom: 1.0763888889vw;
    border-bottom: 1px solid #b2b2b2;
    font-style: SemiBold;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta .post-excerpt {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 0.9722222222vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding-top: 1.0763888889vw;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a > span {
    position: absolute;
    right: 2.7777777778vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8055555556vw;
    height: 1.5277777778vw;
    display: block;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a > span svg {
    width: 1.8055555556vw;
    height: 1.5277777778vw;
  }
  body:has(main.single-property) .slick-slide.slick-current.slick-active img {
    aspect-ratio: 640/431;
    object-fit: cover;
  }
  body:has(main.single-property) main {
    margin: 0 auto;
  }
  body:has(main.single-property) main section {
    padding: 0 5.5555555556vw;
  }
  body:has(main.single-property) main section .content--wrapper {
    display: flex;
    margin-bottom: 8.3333333333vw;
    gap: 5.5555555556vw;
    border-top: 0.0694444444vw solid #b2b2b2;
  }
  body:has(main.single-property) main section .content--wrapper h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin: 2.2222222222vw auto 3.3333333333vw;
  }
  body:has(main.single-property) main section .content--wrapper .area-left {
    position: sticky;
    top: 0;
    width: 44.4444444444vw;
    height: 100%;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .taxonomy-filter li a {
    color: #fff;
    background-color: #B39845;
    border-color: #B39845;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper {
    position: relative;
    width: 44.4444444444vw;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-counter {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 0.9722222222vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    position: absolute;
    z-index: 1;
    top: 27.5vw;
    right: 1.1111111111vw;
    display: flex;
    align-items: center;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-counter > .current {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-prev,
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-next {
    z-index: 1;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    background-size: contain;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-prev:before,
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-next:before {
    content: none;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-prev {
    left: 1.0416666667vw;
    background-image: url(./assets/img/common/icon-arrow-slick-left.svg);
    background-size: contain;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-next {
    right: 1.0416666667vw;
    background-image: url(./assets/img/common/icon-arrow-slick-right.svg);
    background-size: contain;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list {
    margin-top: 1.3888888889vw;
    padding: 0 !important;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track:before, body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track:after {
    content: none;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track > div {
    width: 13.8888888889vw !important;
    height: auto;
    margin: 0;
    padding: 0;
    aspect-ratio: 200/135;
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav .slick-slide img {
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .static-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 1.3888888889vw;
    gap: 1.3888888889vw;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .static-nav > div {
    width: 13.8888888889vw !important;
    height: auto;
    margin: 0;
    padding: 0;
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .static-nav > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for img,
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav img {
    width: 100%;
    height: auto;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .button__contact {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 1.1111111111vw;
    line-height: 1.6;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 6.3888888889vw;
    margin-top: 17.3611111111vw;
    padding: 0 1.5277777778vw 0 1.9444444444vw;
    vertical-align: middle;
    color: #fff;
    background: rgb(39, 51, 47);
    font-style: Regular;
    transition: 0.3s;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .button__contact:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .button__contact:after {
    content: "";
    width: 1.3888888889vw;
    height: 1.1111111111vw;
    margin-left: 2.0833333333vw;
    background-image: url(./assets/img/common/PC/icon-arrow-only.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-status {
    letter-spacing: 0.15em;
    position: relative;
    top: 0;
    width: fit-content;
    padding: 0.6944444444vw 1.3888888889vw;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .taxonomy-filter,
  body:has(main.single-property) main section .content--wrapper .area-right h3 {
    opacity: 0;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table {
    margin-top: 1.0416666667vw;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table tr {
    font-family: "Noto Sans JP", sans-serif;
    height: 4.0277777778vw;
    border-bottom: 0.0694444444vw solid rgba(0, 0, 0, 0.3);
    font-size: 1.1111111111vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table tr th {
    width: 17.3611111111vw;
    padding: 1.3888888889vw 1.3888888889vw;
    text-align: left;
    font-weight: 500;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table tr td {
    width: 21.5277777778vw;
    padding: 1.3888888889vw;
    text-align: left;
  }
  body:has(main.single-property) main section.related {
    display: flex;
    flex-flow: column;
    padding-bottom: 8.3333333333vw;
    background-color: #f2f2f2;
  }
  body:has(main.single-property) main section.related .page-title {
    font-size: 5vw;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 6.9444444444vw auto 4.1666666667vw;
  }
  body:has(main.single-property) main section.related .property-status {
    display: none;
  }
  body:has(main.single-property) main .custom-post-list {
    margin-bottom: 1.3888888889vw;
  }
  body:has(main.single-property) main .custom-post-list li {
    width: 27.7777777778vw;
  }
  body:has(main.single-property) main .custom-post-list li .property-slider__item:hover .property-card__image {
    transition: 0.5s;
    transform: scale(1.1);
  }
  body:has(main.single-property) main .custom-post-list li .property-card {
    background-color: #fff;
    padding: 1.3888888889vw 1.3888888889vw 1.7361111111vw;
    position: relative;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__image-wrapper {
    width: 100%;
    overflow: hidden;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 360/400;
    object-fit: cover;
    transition: 0.5s;
    height: auto;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__label {
    top: 1.3888888889vw;
    right: 1.3888888889vw;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__name {
    margin-top: 0.9722222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__address {
    margin-top: 0.2777777778vw;
    font-size: 0.8333333333vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__tags {
    margin-top: 1.1111111111vw;
    gap: 1.3888888889vw;
    display: flex;
    align-items: center;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #B39845;
    border-radius: 3.4722222222vw;
    color: #fff;
    padding: 0.4166666667vw 0.6944444444vw;
    min-width: 6.9444444444vw;
    font-size: 0.9722222222vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  body:has(main.single-news) main .page-title,
  body:has(main.single-blog) main .page-title {
    margin-top: 6.9444444444vw;
  }
  body:has(main.single-news) main section .content--wrapper,
  body:has(main.single-blog) main section .content--wrapper {
    width: 88.8888888889vw;
    margin: 0 auto;
    margin-bottom: 8.3333333333vw;
    border-top: 0.0694444444vw solid #b2b2b2;
  }
  body:has(main.single-news) main section .content--wrapper a.button-arrow,
  body:has(main.single-blog) main section .content--wrapper a.button-arrow {
    width: 18.0555555556vw;
  }
  body:has(main.single-news) main section .content--wrapper a.button-arrow p,
  body:has(main.single-blog) main section .content--wrapper a.button-arrow p {
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info {
    display: flex;
    align-items: center;
    margin-top: 5.5555555556vw;
    gap: 2.5vw;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info .post-date,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info .post-date {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 1.3888888889vw;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info .post-taxonomy,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info .post-taxonomy {
    display: flex;
    align-items: center;
    gap: 0.8333333333vw;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info .post-taxonomy li,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info .post-taxonomy li {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 0.9722222222vw;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0.4166666667vw 1.5277777778vw;
    vertical-align: middle;
    border: 0.0694444444vw solid #B39845;
    color: #fff;
    background-color: #B39845;
    border-radius: 2.0833333333vw;
  }
  body:has(main.single-news) main section .content--wrapper .article-title,
  body:has(main.single-blog) main section .content--wrapper .article-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 3.3333333333vw;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin: 1.3888888889vw auto 2.7777777778vw;
    font-style: Medium;
  }
  body:has(main.single-news) main section .content--wrapper > .thumbnail,
  body:has(main.single-blog) main section .content--wrapper > .thumbnail {
    width: 88.8888888889vw;
    height: auto;
    margin: 3.3333333333vw auto 2.7777777778vw;
    object-fit: contain;
  }
  body:has(main.single-news) main section .content--wrapper > .thumbnail img,
  body:has(main.single-blog) main section .content--wrapper > .thumbnail img {
    width: 100%;
    height: 100%;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > h1,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > h1 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 1.6666666667vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 1.3888888889vw auto 1.6666666667vw;
    padding-left: 1.3888888889vw;
    border-left: 0.2083333333vw solid #27332f;
    font-style: SemiBold;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > h2,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > h2 {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.3888888889vw;
    line-height: 140%;
    letter-spacing: 0.06em;
    padding-left: 1.1805555556vw;
    border-left: 3px solid #27332f;
    margin: 3.3333333333vw auto 1.6666666667vw;
    font-style: Medium;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > h3,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > h3 {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.5277777778vw;
    line-height: 200%;
    letter-spacing: 0.06em;
    font-style: Medium;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > ul.wp-block-list,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > ul.wp-block-list {
    display: flex;
    flex-flow: column;
    margin: 1.6666666667vw auto;
    gap: 0.5555555556vw;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > ul.wp-block-list li,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > ul.wp-block-list li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 0.6944444444vw;
    font-style: Regular;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li:before,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li:before {
    content: "";
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    border-radius: 0.4166666667vw;
    background: rgb(39, 51, 47);
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > p,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.05em;
    margin: 1.6666666667vw auto;
    font-style: Regular;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > img,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > img {
    width: 100%;
    height: auto;
    margin: 3.3333333333vw auto 2.7777777778vw;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > a,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-decoration: underline;
    text-decoration-thickness: 0;
    font-style: Medium;
    text-decoration-style: solid;
    text-decoration-offset: 0;
  }
  body:has(main.single-news) main section.related,
  body:has(main.single-blog) main section.related {
    display: flex;
    flex-flow: column;
    padding-bottom: 9.7222222222vw;
    background-color: rgb(222, 222, 222);
  }
  body:has(main.single-news) main section.related .page-title,
  body:has(main.single-blog) main section.related .page-title {
    font-size: 5vw;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-weight: 600;
  }
  body:has(main.single-news) main .custom-post-list,
  body:has(main.single-blog) main .custom-post-list {
    gap: 4.1666666667vw 3.8194444444vw;
    width: 88.8888888889vw;
    margin-bottom: initial;
  }
  body:has(main.single-news) main .custom-post-list li,
  body:has(main.single-blog) main .custom-post-list li {
    width: calc(33.3333333% - 3.8194444444vw * 2 / 3);
  }
  body:has(main.single-news) main .custom-post-list li a,
  body:has(main.single-blog) main .custom-post-list li a {
    gap: 1.1111111111vw;
  }
  body:has(main.single-news) main .custom-post-list li a .post-meta,
  body:has(main.single-blog) main .custom-post-list li a .post-meta {
    gap: 1.1111111111vw;
  }
  body:has(main.single-news) main .custom-post-list li a .post-meta .post-title,
  body:has(main.single-blog) main .custom-post-list li a .post-meta .post-title {
    font-size: 1.1111111111vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  body:has(main.single-news) main .custom-post-list li a .post-meta-info .post-date,
  body:has(main.single-blog) main .custom-post-list li a .post-meta-info .post-date {
    font-size: 1.3888888889vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
  }
  body:has(main.single-news) main .custom-post-list li a .post-meta-info .post-taxonomy li,
  body:has(main.single-blog) main .custom-post-list li a .post-meta-info .post-taxonomy li {
    color: #fff;
    background-color: #B39845;
  }
  @keyframes marquee-scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .move-arrow-left svg {
    position: absolute;
    width: 1.3888888889vw;
    height: 0.2083333333vw;
    transition: 0.5s;
  }
  .move-arrow-left svg:first-of-type {
    transform: translateX(0vw);
    opacity: 1;
  }
  .move-arrow-left svg:last-of-type {
    transform: translateX(0.6944444444vw);
    opacity: 0;
  }
  .move-arrow-left:hover svg:first-of-type {
    transform: translateX(-0.6944444444vw);
    opacity: 0;
  }
  .move-arrow-left:hover svg:last-of-type {
    transform: translateX(0vw);
    opacity: 1;
  }
  .move-arrow-right svg {
    position: absolute;
    width: 1.3888888889vw;
    height: 1.1111111111vw;
    transition: 0.5s;
  }
  .move-arrow-right svg:first-of-type {
    transform: translateX(-0.6944444444vw);
    opacity: 0;
  }
  .move-arrow-right svg:last-of-type {
    transform: translateX(0vw);
    opacity: 1;
  }
  .move-arrow-right:hover svg:first-of-type {
    transform: translateX(0vw);
    opacity: 1;
  }
  .move-arrow-right:hover svg:last-of-type {
    transform: translateX(0.6944444444vw);
    opacity: 0;
  }
  .move-arrow-left svg {
    position: absolute;
    width: 1.3888888889vw;
    height: 1.1111111111vw;
    transition: 0.5s;
  }
  .move-arrow-left svg:first-of-type {
    transform: translateX(-0.6944444444vw);
    opacity: 0;
  }
  .move-arrow-left svg:last-of-type {
    transform: translateX(0vw);
    opacity: 1;
  }
  .move-arrow-left:hover svg:first-of-type {
    transform: translateX(0vw);
    opacity: 1;
  }
  .move-arrow-left:hover svg:last-of-type {
    transform: translateX(0.6944444444vw);
    opacity: 0;
  }
  .service-menu a:hover,
  .property__nav-button:hover,
  .button-arrow:hover,
  .custom-post-list-news li a:hover,
  .tab-item:hover,
  .footer__cta__items:hover {
    opacity: 1;
  }
  .service-menu a:hover .move-arrow-right svg:first-of-type,
  .property__nav-button:hover .move-arrow-right svg:first-of-type,
  .button-arrow:hover .move-arrow-right svg:first-of-type,
  .custom-post-list-news li a:hover .move-arrow-right svg:first-of-type,
  .tab-item:hover .move-arrow-right svg:first-of-type,
  .footer__cta__items:hover .move-arrow-right svg:first-of-type {
    transform: translateX(0vw);
    opacity: 1;
  }
  .service-menu a:hover .move-arrow-right svg:last-of-type,
  .property__nav-button:hover .move-arrow-right svg:last-of-type,
  .button-arrow:hover .move-arrow-right svg:last-of-type,
  .custom-post-list-news li a:hover .move-arrow-right svg:last-of-type,
  .tab-item:hover .move-arrow-right svg:last-of-type,
  .footer__cta__items:hover .move-arrow-right svg:last-of-type {
    transform: translateX(0.6944444444vw);
    opacity: 0;
  }
  body section {
    transition: 0.5s;
  }
  body.is-black section {
    transition: 0.5s;
    background-color: #27332f !important;
  }
  body * .is-wrapper .fadein-head::before {
    transition: 0.5s;
  }
  body.is-black * .is-wrapper .fadein-head::before {
    transition: 0.5s;
    background-color: #27332f !important;
  }
  header .header--wrapper nav ul li a.contact {
    background: #27332f;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content > a {
    justify-content: space-between;
    padding: 0 1.4583333333vw 0 1.9444444444vw;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text > a {
    justify-content: space-between;
    padding: 0 1.9444444444vw;
  }
  body:has(main.home) main .news .is-wrapper .head > a {
    padding: 0 1.9444444444vw;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > p {
    letter-spacing: 0.06em;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > img {
    transform: translate(0.9722222222vw, 0.4861111111vw);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > span {
    background-color: #B39845;
  }
  footer .footer--wrapper .footer__cta {
    background: linear-gradient(0deg, #121212 0%, #27332f 100%);
  }
  footer .footer--wrapper .footer__marquee .footer__marquee--wrapper {
    background: #f2f2f2;
  }
  footer .footer--wrapper .footer__marquee .footer__marquee--wrapper .footer__marquee--track .footer__marquee--text {
    color: #1b2622;
  }
  .footer__company--wrapper {
    background: linear-gradient(180deg, #121212 0%, #27332f 100%) !important;
  }
  footer .footer--wrapper .footer__company-info {
    background: transparent;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items:hover {
    opacity: 1;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-recruit::before {
    background-image: url(./assets/img/footer/button-recruit-bg.jpg) !important;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-contact::before {
    background-image: url(./assets/img/footer/button-contact-bg.jpg);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items::before {
    z-index: 1;
    transition: 0.5s;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items:hover::before {
    filter: blur(0.4166666667vw);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > .footer__cta__items--head {
    position: relative;
    z-index: 2;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div {
    z-index: 2;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items:hover::before {
    opacity: 0.8;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div p {
    color: #fff;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents {
    width: 51.25vw;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .content {
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail {
    padding-top: 0;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div .head {
    padding-bottom: 1.1111111111vw;
  }
  body:has(main.page-about) .member .is-wrapper .content {
    padding-top: 4.1666666667vw;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > img {
    object-fit: cover;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .modal-content .post-person > .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 2.2222222222vw;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: end;
    gap: 1.6666666667vw;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    font-style: SemiBold;
    font-style: Medium;
    font-style: SemiBold;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .modal-content .post-person > .name span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 1.1111111111vw;
    line-height: 70%;
    letter-spacing: 0;
    vertical-align: middle;
    opacity: 0.4;
    color: #B39845;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .head.is-value {
    font-size: 1.6666666667vw;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > .name {
    font-size: 1.8055555556vw;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td ul > li:before {
    transform: translateY(-0.2083333333vw);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul > li:before {
    transform: translatey(-0.2083333333vw);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td ul > li:before {
    background-color: #fff;
  }
  .custom-pagination li a.prev .icon-bg, .custom-pagination li a.next .icon-bg {
    transition: 0.5s;
  }
  .custom-pagination li a.prev .icon-arrow, .custom-pagination li a.next .icon-arrow {
    transition: 0.5s;
  }
  .custom-pagination li a.prev:hover, .custom-pagination li a.next:hover {
    opacity: 1;
  }
  .custom-pagination li a.prev:hover .icon-bg, .custom-pagination li a.next:hover .icon-bg {
    fill: transparent;
  }
  .custom-pagination li a.prev:hover .icon-arrow, .custom-pagination li a.next:hover .icon-arrow {
    stroke: #27332f;
  }
  .custom-pagination li a.first-page .icon-bg, .custom-pagination li a.last-page .icon-bg {
    transition: 0.5s;
  }
  .custom-pagination li a.first-page .icon-arrow, .custom-pagination li a.last-page .icon-arrow {
    transition: 0.5s;
  }
  .custom-pagination li a.first-page:hover, .custom-pagination li a.last-page:hover {
    opacity: 1;
  }
  .custom-pagination li a.first-page:hover .icon-bg, .custom-pagination li a.last-page:hover .icon-bg {
    fill: #27332f;
  }
  .custom-pagination li a.first-page:hover .icon-arrow, .custom-pagination li a.last-page:hover .icon-arrow {
    stroke: #fff;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-status {
    font-size: 0.9722222222vw;
  }
  body:has(main.archive-blog) .custom-post-list li a .post-meta > h2 {
    font-size: 1.25vw;
  }
  .rtoc-mokuji-content .mokuji_ul > .rtoc-item::before {
    width: 0.4166666667vw !important;
    height: 0.4166666667vw !important;
  }
  .rtoc-mokuji-content .rtoc-mokuji.level-2 {
    margin-left: 1.3888888889vw !important;
  }
  body:has(main.page-contact) main {
    margin-top: 0;
  }
  body:has(main.page-contact) main .content--wrapper {
    padding-top: 3.3333333333vw;
  }
  body:has(main.page-privacy) main {
    margin-top: 0;
  }
  body:has(main.page-privacy) main .content--wrapper .intro > .date {
    margin-bottom: 5.5555555556vw;
  }
  header .header--wrapper {
    height: 4.8611111111vw;
    transition: 0.5s;
  }
  header.is-reverse .header--wrapper {
    height: 6.9444444444vw;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-date {
    min-width: 11.25vw;
    color: #7d7d7d;
  }
  body:has(main.home) main .news .is-wrapper .contents ul.custom-post-list-news li a .post-meta .post-excerpt,
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta .post-excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  header .header--wrapper nav ul li a.contact {
    height: 2.7083333333vw;
  }
  .outline-ul {
    margin-top: 4.1666666667vw;
    display: flex;
    flex-flow: column;
    gap: 2.2222222222vw;
  }
  .outline-ul .outline-li {
    display: flex;
    flex-flow: column;
    gap: 0.8333333333vw;
  }
  .outline-ul .outline-li .outline-head {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 0.6944444444vw;
    color: #121212;
    font-style: Medium;
    leading-trim: NONE;
  }
  .outline-ul .outline-li .outline-head:before {
    content: "";
    width: 0.4166666667vw;
    min-width: 0.4166666667vw;
    height: 0.4166666667vw;
    min-height: 0.4166666667vw;
    border-radius: 0.4166666667vw;
    background: #7d7d7d;
  }
  .outline-ul .outline-li .outline-content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 1.1111111111vw;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding-left: 1.1111111111vw;
    color: #121212;
    font-style: Regular;
    leading-trim: NONE;
  }
  .no-result {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .scroll-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .scroll-fade.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .fade-only {
    opacity: 0;
    transition: opacity 0.8s ease;
  }
  .fade-only.visible {
    opacity: 1;
  }
  .fadein-head {
    position: relative;
    transform: translateY(var(--shift, 30px));
  }
  .fadein-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: bottom;
  }
  .fadein-head.visible {
    animation: textMove 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .fadein-head.visible::before {
    animation: maskSlide 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  /* 文字の動き */
  @keyframes textMove {
    0% {
      transform: translateY(var(--shift, 30px));
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes maskSlide {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(var(--shift, 30px));
    }
  }
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    opacity: 1;
    transition: opacity 0.8s ease;
  }
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(180deg, #121212 0%, #27332F 52.45%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    opacity: 1;
    transition: opacity 0.8s ease;
    /* 左右ストレッチ用 */
  }
  .loading #kv-video {
    width: auto;
    height: 100vh;
    object-fit: contain;
    z-index: 10;
  }
  .loading .edge {
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    /* 端だけを取る */
    object-fit: cover;
    transform-origin: center;
    z-index: 1;
  }
  .loading .edge-left {
    left: 0;
    transform: scaleX(1000);
    object-position: left;
    /* 横にビヨーンと伸ばす（数値は環境で調整） */
  }
  .loading .edge-right {
    right: 0;
    transform: scaleX(1000);
    object-position: right;
  }
  /* 初期スタイル */
  body.no-scroll {
    overflow: hidden;
  }
  .loading.fade-out {
    opacity: 0;
    pointer-events: none;
  }
  /* 背景ぼかし（左右拡張用） */
  .kv-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 画面全体をカバー → 足りない横幅を“擬似拡張” */
    filter: blur(24px) brightness(0.78);
    /* ぼかし＋少し暗く */
    transform: scale(1.06);
    /* ぼかしの縁消し */
    z-index: 0;
  }
  /* 中央の本体（等倍で上下黒帯なし・左右だけ余るときに拡張が効く） */
  #kv-video,
  .kv-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100vh;
    max-width: none;
    object-fit: contain;
    z-index: 1;
  }
  .button-scroll {
    display: none !important;
  }
  body {
    background-color: #fff;
  }
  body.no-scroll {
    overflow: hidden;
  }
  body .is-sp {
    display: none !important;
  }
  body .is-sp.is-flex {
    display: none !important;
  }
  body .is-pc {
    display: block !important;
  }
  body .is-pc.is-flex {
    display: flex !important;
  }
  body {
    padding-top: 100px;
  }
  body p {
    color: #121212;
  }
  body img {
    display: block;
  }
  body a {
    transition: 0.5s;
    color: #000;
  }
  #body_wrap {
    background-color: #fff;
  }
  header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  header * {
    transition: 0.5s;
  }
  header .header--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0 100px;
  }
  header .header--wrapper img {
    width: 80.5561904907px;
    height: 45px;
  }
  header .header--wrapper nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  header .header--wrapper nav ul li a {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #121212;
    font-style: Regular;
  }
  header .header--wrapper nav ul li a.contact {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 210%;
    letter-spacing: 0;
    border: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 17px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #27332f;
    font-style: Medium;
  }
  header .header--wrapper nav ul li a.contact {
    transition: all 0.5s ease;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgb(28, 39, 35);
  }
  header .header--wrapper nav ul li a.contact:hover {
    opacity: 1;
    color: rgb(28, 39, 35);
    border-color: rgb(28, 39, 35);
    background-color: #fff;
  }
  header.modal-active:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  footer .footer--wrapper {
    background-color: #1b2622;
  }
  footer .footer--wrapper .footer__cta {
    display: flex;
    justify-content: center;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
    margin-bottom: -73px;
    gap: 100px;
    transform: translateX(28px);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items {
    position: relative;
    width: 575px;
    height: 418.6000061035px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items:hover {
    opacity: 0.8;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-recruit, footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-recruit:hover:before {
    background-image: url(./assets/img/footer/button-recruit-bg.jpg);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-contact, footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-contact:hover:before {
    background-image: url(./assets/img/footer/button-contact-bg.jpg);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > .footer__cta__items--head {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.06em;
    padding: 23px 52px;
    vertical-align: middle;
    color: #fff;
    font-style: Regular;
    writing-mode: vertical-lr;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > .footer__cta__items--head > span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 84px;
    line-height: 70%;
    letter-spacing: 0;
    position: absolute;
    top: 20px;
    left: -30px;
    vertical-align: middle;
    font-style: Medium;
    writing-mode: vertical-lr;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div {
    position: absolute;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 42px;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.3em;
    color: #fff;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > span {
    position: absolute;
    right: 28px;
    bottom: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #121212;
  }
  footer .footer--wrapper .footer__marquee {
    background-color: #fff;
  }
  footer .footer--wrapper .footer__marquee .footer__marquee--wrapper {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 94px 56px 56px;
    white-space: nowrap;
    background: #f0f0f0;
  }
  footer .footer--wrapper .footer__marquee .footer__marquee--wrapper .footer__marquee--track {
    display: inline-block;
    animation: marquee-scroll 90s linear infinite;
  }
  footer .footer--wrapper .footer__marquee .footer__marquee--wrapper .footer__marquee--track .footer__marquee--text {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 260px;
    line-height: 80%;
    letter-spacing: 0.03em;
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__company-info {
    background-color: #1b2622;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 120px 80px 0;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > img {
    width: 113.9973297119px;
    height: 63.7123451233px;
    filter: brightness(20);
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div {
    display: flex;
    align-items: center;
    color: #fff;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.06em;
    font-style: SemiBold;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .access {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-left: 45px;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .tel {
    display: flex;
    flex-flow: column;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #fff;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .tel > span {
    display: flex;
    justify-content: space-between;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div > .tel > span span {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper {
    width: 100%;
    margin: 57px auto 0;
    padding: 0 80px;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 120px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul {
    display: flex;
    align-items: baseline;
    flex-flow: column;
    gap: 40px;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    position: relative;
    vertical-align: middle;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li a {
    color: #fff;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li a:hover {
    opacity: 0.6;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li > ul {
    position: absolute;
    display: flex;
    align-items: baseline;
    flex-flow: column;
    margin-top: 40px;
    gap: 20px;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li > ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    font-style: Regular;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li > ul > li a {
    display: block;
    width: fit-content;
    word-break: keep-all;
    opacity: 0.5;
    color: #fff;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul > li > ul > li a:hover {
    opacity: 1;
  }
  footer .footer--wrapper .footer__nav .footer__nav--wrapper nav > ul:last-of-type > li > ul {
    position: relative;
  }
  footer .footer--wrapper .copyright {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.06em;
    width: 100%;
    margin: 0 auto;
    padding: 30px 80px 120px;
    color: #fff;
    font-style: Regular;
  }
  main {
    width: 100% !important;
    margin: 160px auto 0px;
  }
  main .content--wrapper {
    width: 1280px;
    margin: 0 auto;
    border-top: 1px solid #b2b2b2;
  }
  .section .is-wrapper {
    display: flex;
    width: 1440px;
    margin: 0 auto;
    padding: 160px 80px;
  }
  .section .is-wrapper.is-hr {
    position: relative;
  }
  .section .is-wrapper.is-hr::before {
    content: "";
    display: block;
    width: calc(100% - 160px);
    max-width: 1440px;
    height: 1px;
    background-color: #b2b2b2;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section .is-wrapper .head {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 72px;
    line-height: 140%;
    letter-spacing: -0.02em;
    display: flex;
    flex-flow: column;
    width: 475px;
    gap: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #121212;
    font-style: Medium;
    font-style: M;
  }
  .section .is-wrapper .head > span {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    color: #121212;
    font-style: Regular;
  }
  .section .is-wrapper .content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 18px;
    line-height: 220%;
    letter-spacing: 0.06em;
    color: #121212;
  }
  .section .is-wrapper p.content {
    width: 820px;
  }
  .section .is-wrapper div.content {
    width: 820px;
    padding-top: 24px;
  }
  .kv {
    position: relative;
    width: 100%;
    aspect-ratio: 1440/540;
  }
  .kv .button-scroll {
    position: absolute;
    top: -75px;
    right: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 154px;
    border: 1px solid #fff;
    border-radius: 154px;
    mix-blend-mode: difference;
  }
  .kv .button-scroll svg {
    position: absolute;
    width: 11px;
    height: 61px;
    transition: 0.5s;
  }
  .kv .button-scroll svg:first-of-type {
    transform: translateX(4px) translateY(-15px);
    opacity: 0;
  }
  .kv .button-scroll svg:last-of-type {
    transform: translateX(4px) translateY(0px);
    opacity: 1;
  }
  .kv .button-scroll:hover {
    opacity: 1;
  }
  .kv .button-scroll:hover svg:first-of-type {
    transform: translateX(4px) translateY(0px);
    opacity: 1;
  }
  .kv .button-scroll:hover svg:last-of-type {
    transform: translateX(4px) translateY(15px);
    opacity: 0;
  }
  .details {
    padding: 28px 24px;
    background-color: #fff;
  }
  .details .details-summary {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 12px;
    vertical-align: middle;
    background-color: #fff;
    font-style: Medium;
  }
  .details .details-summary.is-active .btn span:last-of-type {
    transform: rotate(0deg);
  }
  .details .details-summary .btn {
    position: absolute;
    top: -5px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    background-color: #1b2622;
  }
  .details .details-summary .btn > span {
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #fff;
  }
  .details .details-summary .btn > span:last-of-type {
    transition: 0.5s;
    transform: rotate(90deg);
  }
  .details .details-summary:before {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0;
    content: "Q.";
    vertical-align: middle;
    font-style: Medium;
  }
  .details .details-summary:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .details .details-summary::-webkit-details-marker {
    display: none;
  }
  .details .details-content {
    display: flex;
    align-items: baseline;
    margin-top: 16px;
    padding-top: 16px;
    gap: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  .details .details-content:before {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0;
    content: "A.";
    vertical-align: middle;
    font-style: Medium;
  }
  .details .details-content > div > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-style: Regular;
  }
  .details .details-content > div > p:last-of-type {
    margin: 0;
  }
  .taxonomy-filter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
    list-style: none;
  }
  .taxonomy-filter li.active a {
    color: #fff;
    background-color: #B39845;
    border: 1px solid #B39845;
  }
  .taxonomy-filter li a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 22px;
    transition: all 0.5s;
    vertical-align: middle;
    text-decoration: none;
    color: #7d7d7d;
    border: 1px solid #7d7d7d;
    border-radius: 30px;
    font-style: Medium;
  }
  .taxonomy-filter li a:hover {
    opacity: 1;
  }
  .taxonomy-filter li a:hover {
    color: #fff;
    background-color: #B39845;
    border: 1px solid #B39845;
  }
  .taxonomy-filter li a.active {
    color: #fff;
    background-color: #B39845;
  }
  body:has(main.archive-property) main {
    margin-top: 80px;
  }
  body:has(main.archive-property) div.section .custom-post-list li {
    width: 400px;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-slider__item:hover .property-card__image {
    transition: 0.5s;
    transform: scale(1.1);
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card {
    background-color: #f2f2f2;
    padding: 20px 20px 25px;
    position: relative;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__image-wrapper {
    width: 100%;
    overflow: hidden;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 360/400;
    object-fit: cover;
    transition: 0.5s;
    height: auto;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__label {
    top: 20px;
    right: 20px;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__name {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__address {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__tags {
    margin-top: 16px;
    gap: 20px;
    display: flex;
    align-items: center;
  }
  body:has(main.archive-property) div.section .custom-post-list li .property-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #B39845;
    border-radius: 50px;
    color: #fff;
    padding: 6px 10px;
    min-width: 100px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .custom-post-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 80px;
    gap: 40px 40px;
  }
  .custom-post-list li {
    width: 400px;
  }
  .custom-post-list li a {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  .custom-post-list li a img {
    width: 100%;
    aspect-ratio: 390/262;
    object-fit: cover;
  }
  .custom-post-list li a .post-meta {
    display: flex;
    flex-flow: column;
    gap: 8px;
  }
  .custom-post-list li a .post-meta > .custom-field--area {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: fit-content;
    padding: 4px 22px;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-style: Regular;
  }
  .custom-post-list li a .post-meta > h2 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: SemiBold;
  }
  .custom-post-list li a .post-meta > .custom-field--place {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    opacity: 0.6;
    font-style: Regular;
  }
  .custom-post-list li a .post-meta > .post-meta-info {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .custom-post-list li a .post-meta > .post-meta-info .post-date {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
  }
  .custom-post-list li a .post-meta > .post-meta-info ul.post-taxonomy {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
  }
  .custom-post-list li a .post-meta > .post-meta-info ul.post-taxonomy li {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    width: fit-content;
    padding: 6px 22px;
    vertical-align: middle;
    border-radius: 20px;
    background-color: rgb(39, 51, 47);
    font-style: Medium;
  }
  body:has(#password-modal.is-active) {
    overflow: hidden;
  }
  #password-modal-wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #password-modal-wrapper #password-modal {
    position: relative;
    z-index: 11;
  }
  #password-modal-wrapper #password-modal .modal-content {
    position: fixed;
    top: 180px;
    left: 50%;
    overflow-y: scroll;
    width: 540px;
    height: 840px;
    max-height: calc(100vh - 280px);
    padding: 60px 70px;
    transform: translateX(-50%);
    background-color: #fff;
  }
  #password-modal-wrapper #password-modal .modal-content .modal__head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: fit-content;
    margin: 0 auto 50px;
    padding: 10px 20px;
    text-align: center;
    color: rgb(27, 38, 34);
    border: 1px solid rgb(27, 38, 34);
    font-style: SemiBold;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    gap: 24px;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw > .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-align: center;
    font-style: SemiBold;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw input {
    width: 100%;
    height: 50px;
    border: 1px solid rgb(178, 178, 178);
    background-color: transparent;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--pw button {
    line-height: 210%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 24px;
    color: #fff;
    background: rgb(39, 51, 47);
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    margin-top: 60px;
    padding: 44px 0;
    gap: 24px;
    background: rgb(242, 242, 242);
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw > .head {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    text-align: center;
    font-style: Regular;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw > img {
    width: 184px;
    height: 184px;
  }
  #password-modal-wrapper #password-modal .modal-content .modal--getpw > .text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    text-align: center;
    font-style: Regular;
  }
  .custom-pagination {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto 120px;
    gap: 0px;
  }
  .custom-pagination li .page-numbers {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
    margin: 0;
    vertical-align: middle;
    opacity: 0.5;
    color: #121212;
    background-color: transparent;
    box-shadow: none;
    font-style: Medium;
  }
  .custom-pagination li .page-numbers:hover {
    opacity: 1;
  }
  .custom-pagination li .page-numbers.current {
    opacity: 1;
    color: #121212;
  }
  .custom-pagination li span.page-numbers {
    opacity: 0.5;
  }
  .custom-pagination li .prev,
  .custom-pagination li .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    opacity: 1;
  }
  .custom-pagination li .first-page,
  .custom-pagination li .last-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    vertical-align: middle;
    opacity: 1;
  }
  .property-status {
    font-family: Noto Sans CJK JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.15em;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    vertical-align: middle;
    font-style: Medium;
  }
  .property-status.advertisement {
    color: rgb(235, 238, 239);
    background-color: rgb(34, 78, 141);
  }
  .property-status.available {
    color: rgb(18, 18, 18);
    background-color: rgb(241, 201, 58);
  }
  .property-status.negotiation {
    color: rgb(235, 238, 239);
    background-color: rgb(241, 151, 39);
  }
  .property-status.soldout {
    color: rgb(235, 238, 239);
    background-color: rgb(192, 44, 78);
  }
  .property-status.closed {
    letter-spacing: 0.06em;
    padding: 7px 10px 7px 25px;
    color: rgb(27, 38, 34);
    background-color: #fff;
    line-height: 1.6;
  }
  .property-status.closed:before {
    content: "";
    position: absolute;
    left: 10px;
    display: flex;
    align-items: center;
    width: 10px;
    height: 12px;
    color: #121212;
    background-color: rgb(222, 222, 222);
    background-image: url(./assets/img/common/icon-lock.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .toc {
    margin-bottom: 2em;
    padding: 1em;
    border: 1px solid #ccc;
    background: #f9f9f9;
  }
  .toc ul {
    padding-left: 1em;
    list-style: none;
  }
  .toc ul li {
    margin: 0.5em 0;
  }
  #rtoc-mokuji-wrapper,
  #rtoc-mokuji-widget-wrapper {
    max-width: 50%;
    margin: 40px 0 60px;
    border: 1px solid #b2b2b2;
  }
  #rtoc-mokuji-wrapper #rtoc-mokuji-title,
  #rtoc-mokuji-widget-wrapper #rtoc-mokuji-title {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.05em;
    flex-direction: row;
    padding: 30px;
    font-style: Medium;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji {
    margin: 0 30px 30px !important;
    padding-left: 20px !important;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji li a,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji li a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.06em;
    color: #27332f;
    font-style: Medium;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji {
    padding-left: 40px !important;
  }
  #rtoc-mokuji-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji li a,
  #rtoc-mokuji-widget-wrapper > ul.rtoc-mokuji li a > ul.rtoc-mokuji li a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.06em;
    font-style: Medium;
  }
  h2.page-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 112px;
    line-height: 120%;
    letter-spacing: -0.02em;
    display: flex;
    flex-flow: column;
    width: 1280px;
    margin: 100px auto 80px;
    gap: 11px;
    vertical-align: middle;
    color: #121212;
    font-style: M;
  }
  h2.page-title > span {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #121212;
    font-style: Medium;
  }
  a.button-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    height: 59px;
    margin-top: 60px;
    padding: 0 21px 0 28px;
    gap: 40px;
    color: #fff;
    background: rgb(39, 51, 47);
    min-width: 254px;
  }
  a.button-arrow p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 100%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-style: Medium;
    leading-trim: NONE;
  }
  a.button-arrow span.move-arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
  }
  a.button-arrow span.move-arrow-right svg {
    width: 18.45px;
    height: auto;
  }
  body:has(main.home) header {
    z-index: 99999;
    transition: 1s;
    background-color: #fff;
  }
  body:has(main.home) header * {
    transition: color 0.5s ease;
  }
  body:has(main.home) header a.contact {
    transition: all 0.5s ease;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgb(28, 39, 35);
  }
  body:has(main.home) header a.contact:hover {
    opacity: 1;
    color: rgb(28, 39, 35);
    border-color: rgb(28, 39, 35);
    background-color: #fff;
  }
  body:has(main.home) header.is-reverse {
    background-color: #161817;
  }
  body:has(main.home) header.is-reverse * {
    color: #fff !important;
  }
  body:has(main.home) header.is-reverse a > img {
    transition: filter 0.5s ease;
    filter: brightness(20);
  }
  body:has(main.home) header.is-reverse a.contact {
    color: rgb(28, 39, 35) !important;
    border: 1px solid rgb(28, 39, 35) !important;
    background-color: #fff !important;
  }
  body:has(main.home) header.is-reverse a.contact:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: rgb(28, 39, 35) !important;
  }
  body:has(main.home) .kv {
    font-size: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin-top: -100px;
    margin-bottom: -1px;
    background-image: linear-gradient(180deg, #121212 0%, #27332f 52.45%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body:has(main.home) .kv:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    background-image: url(./assets/img/kv-g.png);
    background-position: center;
    width: auto;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    aspect-ratio: 1280/720;
  }
  body:has(main.home) .kv > span {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    transform: 5s;
    opacity: 0;
    background-image: url(./assets/img/kv-building.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: contain;
    z-index: 98;
  }
  body:has(main.home) .kv > span:after {
    content: "";
    z-index: 99;
    background: linear-gradient(180deg, #121212 0%, #27332f 52.45%);
    position: absolute;
    width: 100vw;
    height: 100vh;
    transition: 0.5s;
    opacity: 1;
  }
  body:has(main.home) .kv > span.fade-in:after {
    height: 0;
    opacity: 0;
  }
  body:has(main.home) .kv > p {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
  }
  body:has(main.home) .kv > p > span {
    font-family: Volkhov;
    font-weight: 400;
    font-size: 72px;
    line-height: 130%;
    letter-spacing: 0.03em;
    transform: translateY(-90px);
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    color: #fff;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.home) main {
    margin: 0;
  }
  body:has(main.home) main .vision {
    background-color: #fff;
  }
  body:has(main.home) main .vision .is-wrapper {
    width: 100%;
  }
  body:has(main.home) main .vision .is-wrapper .vision__inner {
    display: flex;
    gap: 144px;
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
  }
  body:has(main.home) main .vision .is-wrapper .vision__sub-head {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  body:has(main.home) main .vision .is-wrapper .vision__head {
    min-width: 520px;
  }
  body:has(main.home) main .vision .is-wrapper .vision__head h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-top: 60px;
    vertical-align: middle;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content {
    padding-top: 82px;
    max-width: 580px;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content .vision__content--head {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content .vision__content--text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 22px;
    line-height: 2.2;
    letter-spacing: 0.06em;
    font-style: 500;
    leading-trim: NONE;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content .vision__content--text p {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content .vision__content--text p.show {
    opacity: 1;
    transform: translateY(0);
  }
  body:has(main.home) main .background {
    height: 860px;
  }
  body:has(main.home) main .background .is-wrapper {
    position: fixed;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0 !important;
  }
  body:has(main.home) main .background .is-wrapper .slider {
    width: 100%;
    height: 100%;
    display: block;
  }
  body:has(main.home) main .background .is-wrapper .slider img {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  body:has(main.home) main .message {
    background-color: #fff;
  }
  body:has(main.home) main .message .is-wrapper {
    display: flex;
    flex-flow: column;
    padding: 120px 80px;
    gap: 60px;
  }
  body:has(main.home) main .message .is-wrapper .message__content {
    display: flex;
    gap: 62px;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person {
    width: 480px;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person .position {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin-top: 40px;
    vertical-align: middle;
    color: #1b2622;
    font-style: SemiBold;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: end;
    margin-top: 18px;
    gap: 24px;
    vertical-align: middle;
    color: #121212;
    font-style: SemiBold;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .person .name span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 70%;
    letter-spacing: 0;
    vertical-align: middle;
    opacity: 0.4;
    color: #121212;
    font-style: Medium;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text {
    width: 738px;
    padding-top: 60px;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 42px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 40px;
    font-style: M;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.01px;
    font-style: Regular;
  }
  body:has(main.home) main .service .is-wrapper {
    padding-bottom: 0;
    display: flex;
    flex-flow: column;
  }
  body:has(main.home) main .service .is-wrapper .head {
    align-items: flex-start;
    color: #fff;
  }
  body:has(main.home) main .service .is-wrapper .head > span {
    color: #fff;
  }
  body:has(main.home) main .service .is-wrapper .service-menu {
    display: flex;
    flex-wrap: wrap;
    width: 1280px;
    margin: 60px auto 0;
    gap: 20px;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a {
    position: relative;
    width: 305px;
    height: 360px;
    overflow: hidden;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a span.service-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-style: M;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  body:has(main.home) main .service .is-wrapper .service-menu > a span.move-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #b39845;
  }
  body:has(main.home) main .number .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.home) main .number .is-wrapper .fadein-head::before {
    background-color: #27332f;
  }
  body:has(main.home) main .number .is-wrapper .head {
    align-items: flex-start;
    color: #fff;
    width: 750px;
    text-transform: none;
  }
  body:has(main.home) main .number .is-wrapper .head > span {
    color: #fff;
  }
  body:has(main.home) main .number .is-wrapper .service-menu {
    display: flex;
    flex-wrap: wrap;
    width: 1280px;
    margin: 60px auto 0;
    gap: 20px;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a {
    position: relative;
    width: 305px;
    height: 360px;
    overflow: hidden;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a span.service-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-style: M;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  body:has(main.home) main .number .is-wrapper .service-menu > a span.move-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #b39845;
  }
  body:has(main.home) main .number .is-wrapper .maincontent {
    margin-top: 60px;
    position: relative;
    z-index: 2;
    gap: 70px;
    display: flex;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 305px;
    height: 420px;
    padding: 45px 20px 35px;
    background-color: #1b2622;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items:nth-of-type(1) .head:after {
    background-image: url(./assets/img/page/numbers-main-02.svg);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items:nth-of-type(2) .head:after {
    background-image: url(./assets/img/page/numbers-main-05.svg);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items:nth-of-type(3) .head:after {
    background-image: url(./assets/img/page/numbers-main-04.svg);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items > .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 210px;
    gap: 10px;
    text-align: center;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items > .head.is-up {
    transform: translateY(-0.5em);
    height: calc(0.5em + 210px);
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items > .head:after {
    content: "";
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items .text {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    gap: 4px;
    vertical-align: middle;
    color: rgb(141, 146, 144);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.home) main .number .is-wrapper .maincontent > .number-list > .items .text span {
    font-family: DIN;
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item {
    flex: 1;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item p + p {
    margin-top: 1.6em;
  }
  body:has(main.home) main .number .is-wrapper .maincontent .text-item a.button-arrow {
    background-color: #B39845;
  }
  body:has(main.home) main .property {
    background-color: #f2f2f2;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.home) main .property .is-wrapper {
    display: block;
    padding-bottom: 0;
  }
  body:has(main.home) main .property .property__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  body:has(main.home) main .property .head.fadein-head::before {
    background-color: #f2f2f2;
  }
  body:has(main.home) main .property span.move-arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #27332f;
    cursor: pointer;
  }
  body:has(main.home) main .property .move-arrow-right svg {
    width: 27px;
    height: 22px;
  }
  body:has(main.home) main .property .property__nav {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
  }
  body:has(main.home) main .property .property__nav .property__nav-button.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
  }
  body:has(main.home) main .property span.property__nav-button--prev {
    background-color: transparent;
    border: 1px solid #27332f;
  }
  body:has(main.home) main .property .property-slider {
    margin-top: 60px;
    margin-right: -80px;
  }
  body:has(main.home) main .property .property-slider__item:hover .property-card__image {
    transition: 0.5s;
    transform: scale(1.1);
  }
  body:has(main.home) main .property .property-card {
    background-color: #fff;
    padding: 20px 20px 25px;
    margin-right: 25px;
    position: relative;
  }
  body:has(main.home) main .property .property-card__image-wrapper {
    width: 100%;
    overflow: hidden;
  }
  body:has(main.home) main .property .property-card__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 360/400;
    object-fit: cover;
    transition: 0.5s;
  }
  body:has(main.home) main .property .property-card__label {
    top: 20px;
    right: 20px;
  }
  body:has(main.home) main .property .property-card__name {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.home) main .property .property-card__address {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  body:has(main.home) main .property .property-card__tags {
    margin-top: 16px;
    gap: 20px;
    display: flex;
    align-items: center;
  }
  body:has(main.home) main .property .property-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #B39845;
    border-radius: 50px;
    color: #fff;
    padding: 6px 10px;
    min-width: 100px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  body:has(main.home) main .news {
    background-color: #f2f2f2;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.home) main .news .is-wrapper {
    display: block;
    gap: 100px;
  }
  body:has(main.home) main .news .is-wrapper .head {
    align-items: flex-start;
    width: 259px;
    min-width: 259px;
  }
  body:has(main.home) main .news .is-wrapper .head.fadein-head::before {
    background-color: #f2f2f2;
  }
  body:has(main.home) main .news .is-wrapper .news__body {
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
  }
  body:has(main.home) main .news .is-wrapper .news__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 932px;
    width: 100%;
  }
  body:has(main.home) main .news .is-wrapper .news__anchor {
    background-color: #dedede;
    display: grid;
    padding: 34px 40px;
    grid-template-columns: 113px 1fr;
    gap: 20px;
  }
  body:has(main.home) main .news .is-wrapper .news__anchor:hover {
    background-color: #d2d2d2;
  }
  body:has(main.home) main .news .is-wrapper .news__date {
    color: #7d7d7d;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
  }
  body:has(main.home) main .news .is-wrapper .news__item-title {
    padding-bottom: 15.5px;
    margin-bottom: 15.5px;
    border-bottom: 1px solid #b2b2b2;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.home) main .news .is-wrapper .news__text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: #121212;
  }
  body:has(main.home) footer {
    position: relative;
    z-index: 1;
  }
  body:has(main.page-about) .message .is-wrapper {
    display: flex;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    gap: 60px;
  }
  body:has(main.page-about) .message .is-wrapper.is-hr::before {
    top: -14px;
  }
  body:has(main.page-about) .message .is-wrapper .message__content {
    display: flex;
    gap: 62px;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person {
    width: 480px;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person .position {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin-top: 40px;
    vertical-align: middle;
    color: #1b2622;
    font-style: SemiBold;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: end;
    margin-top: 18px;
    gap: 24px;
    vertical-align: middle;
    color: #121212;
    font-style: SemiBold;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .person .name span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 70%;
    letter-spacing: 0;
    vertical-align: middle;
    opacity: 0.4;
    color: #B39845;
    font-style: Medium;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .message__content--text {
    width: 738px;
    padding-top: 60px;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .message__content--text .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 42px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-bottom: 40px;
    font-style: M;
  }
  body:has(main.page-about) .message .is-wrapper .message__content > .message__content--text p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-about) .about {
    background-color: #f2f2f2;
  }
  body:has(main.page-about) .about .is-wrapper {
    display: flex;
    flex-flow: column;
    margin-top: 120px;
    padding: 160px 80px 80px;
  }
  body:has(main.page-about) .about .is-wrapper > div {
    display: flex;
    padding: 14px 0 80px;
    border-top: 1px solid #b2b2b2;
  }
  body:has(main.page-about) .about .is-wrapper > div > .head {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: 0;
    width: 542px;
    min-width: 542px;
    vertical-align: middle;
    text-transform: capitalize;
    font-style: Medium;
    gap: 20px;
  }
  body:has(main.page-about) .about .is-wrapper > div > .head span {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-style: Regular;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents {
    padding-top: 50px;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    vertical-align: middle;
    font-style: M;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .content {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.06em;
    margin-top: 32px;
    font-style: Regular;
  }
  body:has(main.page-about) .about .is-wrapper > img {
    margin: 20px auto 80px;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 80px;
    border: 0;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div {
    display: flex;
    flex-flow: column;
    width: 600px;
    gap: 24px;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: none;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-style: M;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div .content {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.06em;
    width: 100%;
    opacity: 0.6;
    color: rgb(18, 18, 18);
    font-style: Regular;
  }
  body:has(main.page-about) .member .is-wrapper {
    display: flex;
    flex-flow: column;
    padding: 174px 80px 160px;
  }
  body:has(main.page-about) .member .is-wrapper.is-hr::before {
    top: 154px;
  }
  body:has(main.page-about) .member .is-wrapper .content {
    width: 100%;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 20px;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-item .post-person .position {
    color: #B39845;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person {
    width: 305px;
    cursor: pointer;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    object-fit: contain;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > .position {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.06em;
    margin-top: 32px;
    vertical-align: middle;
    color: #121212;
    font-style: SemiBold;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > .name {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 16px;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    font-style: Medium;
  }
  body:has(main.page-about) .member .is-wrapper .modal {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents {
    position: relative;
    overflow-y: scroll;
    width: 1280px;
    height: 85%;
    margin: auto;
    padding: 80px 80px;
    background: #fff;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-close {
    position: fixed;
    top: calc(6% + 60px);
    right: 50%;
    width: 30px;
    height: 40px;
    cursor: pointer;
    transform: translateX(600px);
    background-image: url(./assets/img/common/icon-cross.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-prev,
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-next {
    position: fixed;
    z-index: 1;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 80px;
    background-color: transparent;
    background-color: #121212;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-prev {
    left: 50%;
    transform: translateX(-680px);
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-next {
    right: 50%;
    transform: translateX(680px);
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content {
    display: flex;
    gap: 48px;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .post-person {
    cursor: default;
    position: sticky;
    top: 0;
    width: 400px;
    min-width: 400px;
    height: 100%;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content {
    padding: 0;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .catch {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-top: 60px;
    font-style: M;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .catch-text {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.05em;
    margin-top: 60px;
    color: rgb(18, 18, 18);
    font-style: Regular;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .catch-text > p {
    margin: 0 !important;
    padding: 0 !important;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .career-head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin-top: 90px;
    padding-bottom: 18px;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    border-bottom: 1px solid rgb(178, 178, 178);
    font-style: M;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .career {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 14px;
    line-height: 220%;
    letter-spacing: 0.05em;
    margin-top: 24px;
    color: rgb(18, 18, 18);
    font-style: Regular;
  }
  body:has(main.page-about) .member .is-wrapper .modal .modal-contents .modal-content > .content .career > p {
    margin: 0 !important;
    padding: 0 !important;
  }
  body:has(main.page-services) main {
    margin-top: 160px;
  }
  body:has(main.page-services) .content--wrapper {
    padding-bottom: 120px;
    border-top: 0;
  }
  body:has(main.page-services) .content--wrapper .service-head {
    display: flex;
    justify-content: space-between;
    gap: 123px;
  }
  body:has(main.page-services) .content--wrapper .service-head .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0.06em;
    width: 510px;
    color: rgb(18, 18, 18);
    font-style: M;
  }
  body:has(main.page-services) .content--wrapper .service-head > p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 22px;
    line-height: 200%;
    letter-spacing: 0.06em;
    width: 554px;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-services) .content--wrapper .service-menu {
    display: flex;
    flex-wrap: wrap;
    width: 1280px;
    margin: 80px auto 0;
    gap: 20px;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a {
    position: relative;
    width: 305px;
    height: 360px;
    overflow: hidden;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a span.service-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 505;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.06em;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-style: M;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  body:has(main.page-services) .content--wrapper .service-menu > a span.move-arrow-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #b39845;
  }
  body:has(main.page-services-lower) .page-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 160%;
    letter-spacing: 0.06em;
    vertical-align: middle;
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.page-services-lower) .page-title span {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
  body:has(main.page-services-lower) .description .is-wrapper {
    padding-top: 0;
    justify-content: space-between;
  }
  body:has(main.page-services-lower) .description .is-wrapper.is-wrapper--development {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  body:has(main.page-services-lower) .description .is-wrapper .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 505;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-style: M;
  }
  body:has(main.page-services-lower) .description .is-wrapper .content {
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-style: Regular;
    width: 554px;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-list {
    margin-top: 80px;
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item {
    width: 33.333333%;
    height: 100%;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item:nth-of-type(1) {
    padding-right: 30px;
    border-right: 1px solid #b2b2b2;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item:nth-of-type(2) {
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid #b2b2b2;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-item:nth-of-type(3) {
    padding-left: 30px;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-term {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #121212;
    font-family: "Noto Sans JP", sans-serif;
  }
  body:has(main.page-services-lower) .description .is-wrapper .outline-desc {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #7d7d7d;
  }
  body:has(main.page-services-lower) .features {
    background-color: #1b2622;
  }
  body:has(main.page-services-lower) .features .is-wrapper {
    padding-top: 134px;
  }
  body:has(main.page-services-lower) .features .is-wrapper::before {
    top: 120px;
  }
  body:has(main.page-services-lower) .features .is-wrapper .head {
    color: #fff;
  }
  body:has(main.page-services-lower) .features .is-wrapper .head span {
    color: #fff;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content {
    color: #fff;
    padding-top: 60px;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content ol {
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 24px;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content ol li {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    padding-bottom: 26px;
    gap: 32px;
    counter-increment: item 1;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-style: M;
  }
  body:has(main.page-services-lower) .features .is-wrapper .content ol li::before {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 0;
    content: counter(item, decimal-leading-zero);
    vertical-align: middle;
    color: #B39845;
    font-style: Medium;
  }
  body:has(main.page-services-lower) .reason {
    background-color: #f2f2f2;
  }
  body:has(main.page-services-lower) .reason .is-wrapper {
    padding-top: 134px;
    padding-bottom: 120px;
    justify-content: space-between;
  }
  body:has(main.page-services-lower) .reason .is-wrapper::before {
    top: 120px;
  }
  body:has(main.page-services-lower) .reason .is-wrapper .head {
    width: 420px;
  }
  body:has(main.page-services-lower) .reason .is-wrapper .content {
    padding-top: 52px;
  }
  body:has(main.page-services-lower) .reason .is-wrapper .content > p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-services-lower) .reason .is-wrapper .content img {
    width: 100%;
    margin-top: 60px;
  }
  body:has(main.page-services-lower) .faq {
    background-color: #dedede;
  }
  body:has(main.page-services-lower) .faq .is-wrapper {
    padding-top: 134px;
  }
  body:has(main.page-services-lower) .faq .is-wrapper::before {
    top: 120px;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content {
    display: flex;
    flex-flow: column;
    gap: 24px;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin-top: 26px;
    padding: 19px 28px;
    gap: 18px;
    vertical-align: middle;
    color: #fff;
    background-color: #121212;
    font-style: Medium;
  }
  body:has(main.page-services-lower) .faq .is-wrapper .content a:after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(./assets/img/common/icon-link-blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-services-lower) .faq + .banner-register {
    padding-top: 0;
  }
  body:has(main.page-services-lower) .banner-register {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #dedede;
  }
  body:has(main.page-services-lower) .banner-register > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1280px;
    height: 207px;
    margin: 0 auto;
    padding: 0 80px;
    color: #fff;
    background-image: url(./assets/img/common/banner-register.jpg);
  }
  body:has(main.page-services-lower) .banner-register > a > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.06em;
    width: 479px;
    vertical-align: middle;
    color: #fff;
    font-style: Medium;
  }
  body:has(main.page-services-lower) .banner-register > a > span {
    width: 1px;
    height: 113px;
    background-color: #fff;
  }
  body:has(main.page-services-lower) .banner-register > a > p:last-of-type {
    font-family: "Khyay-Regular", Noto Sans JP;
    font-weight: 500;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 24px;
    vertical-align: middle;
    color: #fff;
    font-style: Medium;
  }
  body:has(main.page-services-lower) .banner-register > a > p:last-of-type:after {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(./assets/img/common/icon-link-blank--circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-company) .section .is-wrapper .head {
    width: 440px;
  }
  body:has(main.page-company) main {
    margin-bottom: 0;
  }
  body:has(main.page-company) .outline .is-wrapper {
    padding-top: 0;
    justify-content: space-between;
  }
  body:has(main.page-company) .outline .is-wrapper > .head {
    position: sticky;
    top: 120px;
    height: 100%;
    padding-top: 13px;
    border-top: 1px solid #b2b2b2;
    width: fit-content;
  }
  body:has(main.page-company) .outline .is-wrapper > .content {
    padding-top: 35px;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr {
    display: flex;
    padding: 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .th {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 178px;
    min-width: 178px;
    font-style: SemiBold;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .th p {
    color: #1b2622;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td {
    display: flex;
    flex-flow: column;
    width: 669px;
    gap: 8px;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td .is-flex {
    display: flex;
    padding-top: 18px;
    gap: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td .is-flex > div {
    display: flex;
    flex-flow: column;
    width: calc((100% - 40px) / 2);
    gap: 8px;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td p.head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.06em;
    font-style: SemiBold;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td iframe {
    width: 100%;
    height: auto;
    margin: 10px auto 10px;
    aspect-ratio: 669/376;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td ul {
    margin-bottom: 10px;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-style: Regular;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td ul > li:before {
    content: "";
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-radius: 6px;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-company) .history {
    width: 100vw;
    border-radius: 20px 20px 0 0;
    background: rgb(27, 38, 34);
  }
  body:has(main.page-company) .history .is-wrapper {
    width: 1440px;
    justify-content: space-between;
  }
  body:has(main.page-company) .history .is-wrapper.is-hr::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .head {
    position: sticky;
    top: 120px;
    height: 100%;
    color: #fff;
  }
  body:has(main.page-company) .history .is-wrapper > .head.fadein-head::before {
    background-color: rgb(27, 38, 34);
  }
  body:has(main.page-company) .history .is-wrapper > .head span {
    color: #fff;
  }
  body:has(main.page-company) .history .is-wrapper > .content {
    padding-top: 0;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table {
    margin-top: 0px;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr {
    display: flex;
    padding: 32px 0;
    gap: 80px;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr:not(:first-of-type) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .th {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0;
    width: fit-content;
    max-width: 170px;
    color: #B39845;
    font-style: Medium;
    font-style: SemiBold;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td {
    display: flex;
    flex-flow: column;
    width: 669px;
    padding-top: 9px;
    gap: 8px;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td div:first-of-type {
    padding-top: 0;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td div:last-of-type {
    padding-bottom: 0;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td .is-flex {
    display: flex;
    padding-top: 18px;
    gap: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td .is-flex > div {
    display: flex;
    flex-flow: column;
    width: calc((100% - 40px) / 2);
    gap: 8px;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td p.head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    color: #fff;
    font-style: SemiBold;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td > div {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td > div:first-of-type {
    border-top: 0;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td ul > li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-company) .feature {
    width: 100vw;
    margin-top: -40px;
    border-radius: 20px 20px 0 0;
    background: rgb(222, 222, 222);
    position: relative;
  }
  body:has(main.page-company) .feature .is-wrapper {
    width: 1440px;
  }
  body:has(main.page-company) .feature .is-wrapper > .head {
    position: sticky;
    top: 120px;
    height: 100%;
  }
  body:has(main.page-company) .feature .is-wrapper > .head.fadein-head::before {
    background-color: rgb(222, 222, 222);
  }
  body:has(main.page-company) .feature .is-wrapper > .content {
    padding-top: 20px;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr {
    display: flex;
    padding: 32px 0;
    gap: 80px;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr:not(:first-of-type) {
    border-top: 1px solid #b2b2b2;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .th {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0;
    width: fit-content;
    max-width: 170px;
    color: #B39845;
    font-style: SemiBold;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td {
    display: flex;
    flex-flow: column;
    width: 669px;
    padding-top: 9px;
    gap: 8px;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td div:first-of-type {
    padding-top: 0;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td div:last-of-type {
    padding-bottom: 0;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td p.head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    font-style: SemiBold;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div {
    padding: 18px 0;
    border-top: 1px solid #b2b2b2;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div > p:first-of-type {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div > p:last-of-type {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-top: 4px;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td > div:first-of-type {
    border-top: 0;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td ul > li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.page-company) .feature .is-wrapper > .content .table .tr .td ul > li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-recruit) header {
    background: linear-gradient(180deg, #1b2622 0%, rgba(27, 38, 34, 0) 100%);
    transition: 0.3s;
  }
  body:has(main.page-recruit) header img {
    filter: brightness(100);
  }
  body:has(main.page-recruit) header * {
    color: #fff !important;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header a.contact {
    color: rgb(28, 39, 35) !important;
    border: 1px solid rgb(28, 39, 35) !important;
    background-color: #fff !important;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header a.contact:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: rgb(28, 39, 35) !important;
  }
  body:has(main.page-recruit) header.active-header {
    background: #fff;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header.active-header img {
    filter: none;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header.active-header * {
    color: #121212 !important;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header.active-header a.contact {
    color: #fff !important;
    border: 1px solid rgb(28, 39, 35) !important;
    background-color: #121212 !important;
    transition: 0.3s;
  }
  body:has(main.page-recruit) header.active-header a.contact:hover {
    color: #121212 !important;
    border-color: #fff !important;
    background-color: #fff !important;
  }
  body:has(main.page-recruit) main {
    margin: 0;
    margin-top: -100px;
  }
  body:has(main.page-recruit) main .fv {
    position: relative;
    background-color: rgb(27, 38, 34);
  }
  body:has(main.page-recruit) main .fv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 768px;
    background-image: url(./assets/img/page/kv-recruit-parts.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper {
    position: relative;
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: center;
    width: 1280px;
    height: 768px;
    margin: 0 auto;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 620px;
    height: 768px;
    background-image: url(./assets/img/page/kv-recruit.png);
    background-size: contain;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0.06em;
    display: flex;
    flex-flow: column;
    gap: 10px;
    color: #fff;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .head > span {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .head > span > span {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.03em;
    vertical-align: middle;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .catch {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
    color: rgba(129, 160, 153, 0.8);
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .catch:before {
    content: "";
    width: 100px;
    height: 1px;
    background: rgba(129, 160, 153, 0.8);
  }
  body:has(main.page-recruit) main .fv .fv-wrapper .text {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.06em;
    margin-top: 40px;
    color: #fff;
    font-style: Regular;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    height: 54px;
    margin-top: 40px;
    padding: 18px 28px;
    vertical-align: middle;
    background-color: #B39845;
    color: #fff;
    font-style: Medium;
  }
  body:has(main.page-recruit) main .fv .fv-wrapper > a p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.06em;
    color: #fff;
  }
  body:has(main.page-recruit) main .features .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content {
    width: 100%;
    padding-top: 60px;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items {
    display: flex;
    align-items: center;
    padding: 60px 0;
    gap: 80px;
    border-bottom: 1px solid rgb(178, 178, 178);
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left {
    width: 560px;
    min-width: 560px;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left .num {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #B39845;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left .title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 12px;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    font-style: M;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content .items .left .text {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.06em;
    margin-top: 24px;
    vertical-align: middle;
    opacity: 0.6;
    font-style: Regular;
    color: rgba(18, 18, 18, 0.6);
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .features .is-wrapper .content img {
    width: 640px;
    height: 400px;
  }
  body:has(main.page-recruit) main .numbers {
    background: rgb(242, 242, 242);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper > .head {
    width: 100%;
    text-transform: capitalize;
    gap: 20px;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent {
    margin-top: 60px;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 305px;
    height: 420px;
    padding: 45px 20px 50px;
    background-color: rgb(39, 51, 47);
    position: relative;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(1) .head:after {
    background-image: url(./assets/img/page/numbers-main-01.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(1)::after {
    content: "（予定含む）";
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #8d9290;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(2) .head:after {
    background-image: url(./assets/img/page/numbers-main-02.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(3) .head:after {
    background-image: url(./assets/img/page/numbers-main-03.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items:nth-of-type(4) .head:after {
    background-image: url(./assets/img/page/numbers-main-04.svg);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items > .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 210px;
    gap: 10px;
    text-align: center;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items > .head.is-up {
    transform: translateY(-0.5em);
    height: calc(0.5em + 210px);
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items > .head:after {
    content: "";
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items .text {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    gap: 4px;
    vertical-align: middle;
    color: rgb(141, 146, 144);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .maincontent .number-list > .items .text span {
    font-family: DIN;
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent {
    margin-top: 80px;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-item {
    width: calc(50% - 20px);
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    font-family: "Noto Sans JP", sans-serif;
    color: #121212;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-item-contents {
    margin-top: 8px;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .number-item-title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 600;
    padding-bottom: 19.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .text {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #8D9290;
  }
  body:has(main.page-recruit) main .numbers .is-wrapper .subcontent .count-num {
    color: #121212;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 500;
    font-family: DIN;
  }
  body:has(main.page-recruit) main .job {
    background: rgb(222, 222, 222);
  }
  body:has(main.page-recruit) main .job .is-wrapper {
    display: flex;
    flex-flow: column;
  }
  body:has(main.page-recruit) main .job .is-wrapper > .head {
    width: 100%;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper {
    display: flex;
    margin-top: 60px;
    gap: 20px;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header {
    position: sticky;
    top: 120px;
    height: 100%;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: baseline;
    width: 288px;
    height: fit-content;
    padding: 72px 20px 60px;
    gap: 0px;
    cursor: pointer;
    background-color: #fff;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div:before {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    content: "募集職種";
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 139px;
    height: 40px;
    color: #fff;
    background-color: #1b2622;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 248px;
    padding: 20px 0;
    border-bottom: 1px solid rgb(39, 51, 47);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item p {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: rgb(125, 125, 125);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #1b2622;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item:first-of-type {
    padding-top: 0;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-header > div .tab-item.active p {
    color: rgb(39, 51, 47);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body {
    width: 960px;
    padding: 60px 80px;
    background-color: #fff;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content {
    display: none;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content.active {
    display: block;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    flex-flow: column;
    width: 100%;
    gap: 8px;
    color: rgb(27, 38, 34);
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .head span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: rgb(125, 125, 125);
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table {
    margin-top: 40px;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr {
    display: flex;
    padding: 32px 0;
    gap: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .th {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 150px;
    color: #1b2622;
    font-style: SemiBold;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td {
    display: flex;
    flex-flow: column;
    width: 669px;
    gap: 8px;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p + p {
    margin-top: 12px;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p + ul {
    margin-top: 4px;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p.asterisk {
    display: flex;
    align-items: baseline;
    gap: 4px;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > p.asterisk:before {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    content: "※";
    color: #121212;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 32px;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul > li {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: baseline;
    min-width: 300px;
    gap: 10px;
    font-style: Regular;
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul > li:before {
    content: "";
    width: 6px;
    min-width: 6px;
    height: 6px;
    border-radius: 6px;
    background: rgb(125, 125, 125);
  }
  body:has(main.page-recruit) main .job .is-wrapper a {
    margin: 40px auto 0;
  }
  body:has(main.page-recruit) main .flow .is-wrapper {
    display: flex;
    flex-flow: column;
    background: #fff;
  }
  body:has(main.page-recruit) main .flow .is-wrapper > .head {
    width: 100%;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content {
    display: flex;
    flex-flow: column;
    width: 1280px;
    margin-top: 60px;
    padding-top: 0;
    gap: 24px;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items {
    position: relative;
    display: flex;
    align-items: start;
    height: 318px;
    background-color: rgb(242, 242, 242);
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items:last-of-type::after {
    content: none;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 93px;
    height: 45px;
    transform: translate(-50%, 100%);
    background-image: url(./assets/img/common/icon-triangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items .step {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    height: 100%;
    padding: 24px 16px;
    text-transform: capitalize;
    color: #B39845;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    font-style: Medium;
    writing-mode: vertical-lr;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > div {
    width: 704px;
    padding: 60px;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > div .head {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    font-style: SemiBold;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > div .text {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    margin-top: 12px;
    font-style: Regular;
    leading-trim: NONE;
  }
  body:has(main.page-recruit) main .flow .is-wrapper .content > .items > img {
    width: 490px;
    height: 258px;
    margin: 30px;
    margin-left: 0;
  }
  body:has(main.page-entry) main {
    margin-top: 0;
  }
  body:has(main.page-entry) main .content--wrapper {
    padding: 80px 0 140px;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 40px;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    width: 330px;
    min-width: 330px;
    height: 72px;
    font-style: SemiBold;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:first-of-type.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type textarea {
    height: 300px;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type input,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type textarea,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type select {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    width: 920px;
    padding: 0;
    padding: 20px 30px;
    color: #999;
    border: none;
    background: #f5f5f5;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type input::placeholder,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type textarea::placeholder,
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type select::placeholder {
    color: #999;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type [data-name=your-select] {
    position: relative;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type [data-name=your-select]::after {
    content: "▼";
    color: #7d7d7d;
    display: inline-block;
    width: 18px;
    height: 15px;
    position: absolute;
    top: 0%;
    right: 30px;
    transform: translateY(-50%);
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > p:last-of-type .wpcf7-not-valid-tip {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding: 20px 0 0 20px;
    color: #d80000;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth input {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    width: 920px;
    padding: 0;
    padding: 20px 30px;
    color: #999;
    border: none;
    background: #f5f5f5;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth input::placeholder {
    color: #999;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 6px;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .birth > p input {
    width: 260px;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender {
    display: flex;
    align-items: center;
    height: 100%;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p span {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p span.wpcf7-radio {
    display: flex;
    flex-flow: column;
    gap: 14px;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p label {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  body:has(main.page-entry) main .content--wrapper .form-contact > div > .gender > p input[type=radio] {
    width: 18px;
    height: 18px;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit input {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 58px;
    margin: 60px auto 0;
    transition: 0.5s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #27332f;
    background: #27332f;
    font-style: Medium;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit input:hover {
    color: #27332f;
    background-color: #fff;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit > p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  body:has(main.page-entry) main .content--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-entry-confirm) main {
    padding: 120px 0;
  }
  body:has(main.page-entry-confirm) main .text-head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 20px auto 0;
    text-align: center;
    font-style: SemiBold;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper {
    width: 890px;
    margin: 70px auto 0;
    margin-top: 70px;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 48px;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div {
    display: flex;
    align-items: flex-start;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > .head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    display: flex;
    align-items: center;
    width: 290px;
    min-width: 290px;
    height: 40px;
    font-style: SemiBold;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > .head.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > p,
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > div {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 18px;
    line-height: 220%;
    letter-spacing: 0.06em;
    width: 600px;
    height: 40px;
    vertical-align: middle;
    font-style: Regular;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div > .birth {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div .gender {
    display: flex;
    align-items: center;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 8px;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 0;
    font-style: Regular;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p span {
    margin: 0;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-contact > div.privacy p span input {
    width: 24px;
    height: 24px;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit {
    display: flex;
    margin-top: 80px;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    gap: 40px;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p input,
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 58px;
    transition: 0.5s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #27332f;
    background: #27332f;
    font-style: Medium;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p input:hover,
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p a:hover {
    color: #27332f;
    background-color: #fff;
  }
  body:has(main.page-entry-confirm) main .confirm--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-contact) main .content--wrapper {
    padding: 120px 0;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 40px;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    display: flex;
    align-items: center;
    width: 330px;
    min-width: 330px;
    height: 72px;
    font-style: SemiBold;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:first-of-type.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type textarea {
    height: 300px;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type input,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type textarea,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type select {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    width: 100%;
    width: 920px;
    padding: 0;
    padding: 20px 30px;
    color: #999;
    border: none;
    background: #f5f5f5;
    font-style: Regular;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type input::placeholder,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type textarea::placeholder,
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type select::placeholder {
    color: #999;
  }
  body:has(main.page-contact) main .content--wrapper .form-contact > div > p:last-of-type .wpcf7-not-valid-tip {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding: 20px 0 0 20px;
    color: #d80000;
    font-style: Regular;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit input {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 58px;
    margin: 60px auto 0;
    transition: 0.5s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #27332f;
    background: #27332f;
    font-style: Medium;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit input:hover {
    color: #27332f;
    background-color: #fff;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit > p {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  body:has(main.page-contact) main .content--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-contact-confirm) main {
    padding-bottom: 120px;
  }
  body:has(main.page-contact-confirm) main .text-head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 20px auto 0;
    text-align: center;
    font-style: SemiBold;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper {
    width: 890px;
    margin: 70px auto 0;
    margin-top: 70px;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact {
    display: flex;
    flex-flow: column;
    gap: 48px;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div {
    display: flex;
    align-items: flex-start;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div > p:first-of-type {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    display: flex;
    align-items: center;
    width: 290px;
    min-width: 290px;
    height: 40px;
    font-style: SemiBold;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div > p:first-of-type.required:after {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.06em;
    content: "*";
    color: #d80000;
    font-style: Medium;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div > p:last-of-type {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 18px;
    line-height: 220%;
    letter-spacing: 0.06em;
    width: 600px;
    height: 40px;
    vertical-align: middle;
    font-style: Regular;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 8px;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 0;
    font-style: Regular;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p span {
    margin: 0;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-contact > div.privacy p span input {
    width: 24px;
    height: 24px;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit {
    display: flex;
    margin-top: 80px;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    gap: 40px;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p input,
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 210%;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 58px;
    transition: 0.5s;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #27332f;
    background: #27332f;
    font-style: Medium;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p input:hover,
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p a:hover {
    color: #27332f;
    background-color: #fff;
  }
  body:has(main.page-contact-confirm) main .confirm--wrapper .form-submit > p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  body:has(main.page-thanks) main {
    padding-bottom: 120px;
  }
  body:has(main.page-thanks) main .text-head {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 20px auto 0;
    text-align: center;
    font-style: SemiBold;
  }
  body:has(main.page-thanks) main .text-content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 32px;
    text-align: center;
    font-style: Regular;
  }
  body:has(main.page-thanks) main a {
    margin: 80px auto 0;
  }
  body:has(main.page-privacy) main {
    margin-bottom: 120px;
  }
  body:has(main.page-privacy) main .content--wrapper {
    width: 1280px;
    margin: 0 auto;
    padding-top: 48px;
    border-top: 1px solid #b2b2b2;
  }
  body:has(main.page-privacy) main .content--wrapper .intro > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.page-privacy) main .content--wrapper .intro > .date {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 24px;
    font-style: Regular;
  }
  body:has(main.page-privacy) main .content--wrapper .content > h2 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 44px;
    font-style: SemiBold;
  }
  body:has(main.page-privacy) main .content--wrapper .content > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin-top: 24px;
    font-style: Regular;
  }
  body:has(main.archive-property) .page-title {
    letter-spacing: 0 !important;
  }
  body:has(main.archive-property) div.section {
    width: 1280px;
    margin: 0 auto;
  }
  body:has(main.archive-property) div.section label.exclude-soldout {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.06em;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 42px;
    margin-bottom: 80px;
    gap: 16px;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: #121212;
    font-style: normal;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox] {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #7d7d7d;
    background: white;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    pointer-events: none;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox]:checked {
    border-color: #121212;
    background: #121212;
  }
  body:has(main.archive-property) div.section label.exclude-soldout input[type=checkbox]:checked::after {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    content: "✓";
    display: block;
    color: white;
  }
  body:has(main.archive-property) div.section label.exclude-soldout span {
    user-select: none;
  }
  body:has(main.archive-blog) .page-title {
    margin-bottom: 0;
    padding-bottom: 80px;
    border-bottom: 1px solid #b2b2b2;
  }
  body:has(main.archive-blog) main {
    margin-top: 0;
  }
  body:has(main.archive-blog) div.section {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  body:has(main.archive-blog) div.section .taxonomy-filter {
    margin-top: 80px;
  }
  body:has(main.archive-blog) div.section .custom-post-list {
    margin-top: 80px;
    gap: 60px 55px;
  }
  body:has(main.archive-blog) div.section .custom-post-list li {
    width: calc(33.3333333% - 55px * 2 / 3);
  }
  body:has(main.archive-blog) div.section .custom-post-list li a {
    gap: 16px;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta {
    gap: 16px;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta .post-title {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta-info .post-date {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
  }
  body:has(main.archive-blog) div.section .custom-post-list li a .post-meta-info .post-taxonomy li {
    color: #fff;
    background-color: #B39845;
  }
  body:has(main.archive-news) main {
    margin-top: 0;
  }
  body:has(main.archive-news) .page-title {
    letter-spacing: 0;
  }
  body:has(main.archive-news) div.section {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news {
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding-top: 80px;
    border-top: 1px solid #b2b2b2;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a {
    position: relative;
    display: flex;
    padding: 40px 156px 40px 34px;
    background-color: #f2f2f2;
    transition: 0.3s;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a:hover {
    background-color: #b2b2b2;
    transition: 0.3s;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-date {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    width: 133px;
    min-width: 162px;
    vertical-align: middle;
    font-style: Medium;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta {
    display: flex;
    flex-flow: column;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta .post-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding-bottom: 15.5px;
    border-bottom: 1px solid #b2b2b2;
    font-style: SemiBold;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta .post-excerpt {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding-top: 15.5px;
    color: #121212;
    font-style: Regular;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a > span {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 22px;
    display: block;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a > span svg {
    width: 26px;
    height: 22px;
  }
  body:has(main.single-property) .slick-slide.slick-current.slick-active img {
    aspect-ratio: 640/431;
    object-fit: cover;
  }
  body:has(main.single-property) main {
    margin: 0 auto;
  }
  body:has(main.single-property) main section {
    padding: 0 80px;
  }
  body:has(main.single-property) main section .content--wrapper {
    display: flex;
    margin-bottom: 120px;
    gap: 80px;
    border-top: 1px solid #b2b2b2;
  }
  body:has(main.single-property) main section .content--wrapper h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin: 32px auto 48px;
  }
  body:has(main.single-property) main section .content--wrapper .area-left {
    position: sticky;
    top: 0;
    width: 640px;
    height: 100%;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .taxonomy-filter li a {
    color: #fff;
    background-color: #B39845;
    border-color: #B39845;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper {
    position: relative;
    width: 640px;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-counter {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.06em;
    position: absolute;
    z-index: 1;
    top: 396px;
    right: 16px;
    display: flex;
    align-items: center;
    color: #fff;
    font-style: Regular;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-counter > .current {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-prev,
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-prev:before,
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-next:before {
    content: none;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-prev {
    left: 15px;
    background-image: url(./assets/img/common/icon-arrow-slick-left.svg);
    background-size: contain;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for .slick-next {
    right: 15px;
    background-image: url(./assets/img/common/icon-arrow-slick-right.svg);
    background-size: contain;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list {
    margin-top: 20px;
    padding: 0 !important;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track:before, body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track:after {
    content: none;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav > .slick-list > .slick-track > div {
    width: 200px !important;
    height: auto;
    margin: 0;
    padding: 0;
    aspect-ratio: 200/135;
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav .slick-slide img {
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .static-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .static-nav > div {
    width: 200px !important;
    height: auto;
    margin: 0;
    padding: 0;
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .static-nav > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-for img,
  body:has(main.single-property) main section .content--wrapper .area-left .slider-wrapper > .slider-nav img {
    width: 100%;
    height: auto;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .button__contact {
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 92px;
    margin-top: 250px;
    padding: 0 22px 0 28px;
    vertical-align: middle;
    color: #fff;
    background: rgb(39, 51, 47);
    font-style: Regular;
    transition: 0.3s;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .button__contact:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  body:has(main.single-property) main section .content--wrapper .area-left .button__contact:after {
    content: "";
    width: 20px;
    height: 16px;
    margin-left: 30px;
    background-image: url(./assets/img/common/PC/icon-arrow-only.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-status {
    letter-spacing: 0.15em;
    position: relative;
    top: 0;
    width: fit-content;
    padding: 10px 20px;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .taxonomy-filter,
  body:has(main.single-property) main section .content--wrapper .area-right h3 {
    opacity: 0;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table {
    margin-top: 15px;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table tr {
    font-family: "Noto Sans JP", sans-serif;
    height: 58px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table tr th {
    width: 250px;
    padding: 20px 20px;
    text-align: left;
    font-weight: 500;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-table tr td {
    width: 310px;
    padding: 20px;
    text-align: left;
  }
  body:has(main.single-property) main section.related {
    display: flex;
    flex-flow: column;
    padding-bottom: 120px;
    background-color: #f2f2f2;
  }
  body:has(main.single-property) main section.related .page-title {
    font-size: 72px;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 100px auto 60px;
  }
  body:has(main.single-property) main section.related .property-status {
    display: none;
  }
  body:has(main.single-property) main .custom-post-list {
    margin-bottom: 20px;
  }
  body:has(main.single-property) main .custom-post-list li {
    width: 400px;
  }
  body:has(main.single-property) main .custom-post-list li .property-slider__item:hover .property-card__image {
    transition: 0.5s;
    transform: scale(1.1);
  }
  body:has(main.single-property) main .custom-post-list li .property-card {
    background-color: #fff;
    padding: 20px 20px 25px;
    position: relative;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__image-wrapper {
    width: 100%;
    overflow: hidden;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 360/400;
    object-fit: cover;
    transition: 0.5s;
    height: auto;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__label {
    top: 20px;
    right: 20px;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__name {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__address {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__tags {
    margin-top: 16px;
    gap: 20px;
    display: flex;
    align-items: center;
  }
  body:has(main.single-property) main .custom-post-list li .property-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #B39845;
    border-radius: 50px;
    color: #fff;
    padding: 6px 10px;
    min-width: 100px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
  body:has(main.single-news) main .page-title,
  body:has(main.single-blog) main .page-title {
    margin-top: 100px;
  }
  body:has(main.single-news) main section .content--wrapper,
  body:has(main.single-blog) main section .content--wrapper {
    width: 1280px;
    margin: 0 auto;
    margin-bottom: 120px;
    border-top: 1px solid #b2b2b2;
  }
  body:has(main.single-news) main section .content--wrapper a.button-arrow,
  body:has(main.single-blog) main section .content--wrapper a.button-arrow {
    width: 260px;
  }
  body:has(main.single-news) main section .content--wrapper a.button-arrow p,
  body:has(main.single-blog) main section .content--wrapper a.button-arrow p {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info {
    display: flex;
    align-items: center;
    margin-top: 80px;
    gap: 36px;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info .post-date,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info .post-date {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgb(125, 125, 125);
    font-style: Medium;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info .post-taxonomy,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info .post-taxonomy {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  body:has(main.single-news) main section .content--wrapper .post-meta-info .post-taxonomy li,
  body:has(main.single-blog) main section .content--wrapper .post-meta-info .post-taxonomy li {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 6px 22px;
    vertical-align: middle;
    border: 1px solid #B39845;
    color: #fff;
    background-color: #B39845;
    border-radius: 30px;
  }
  body:has(main.single-news) main section .content--wrapper .article-title,
  body:has(main.single-blog) main section .content--wrapper .article-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0.06em;
    margin: 20px auto 40px;
    font-style: Medium;
  }
  body:has(main.single-news) main section .content--wrapper > .thumbnail,
  body:has(main.single-blog) main section .content--wrapper > .thumbnail {
    width: 1280px;
    height: auto;
    margin: 48px auto 40px;
    object-fit: contain;
  }
  body:has(main.single-news) main section .content--wrapper > .thumbnail img,
  body:has(main.single-blog) main section .content--wrapper > .thumbnail img {
    width: 100%;
    height: 100%;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > h1,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > h1 {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.06em;
    margin: 20px auto 24px;
    padding-left: 20px;
    border-left: 3px solid #27332f;
    font-style: SemiBold;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > h2,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > h2 {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.06em;
    padding-left: 17px;
    border-left: 3px solid #27332f;
    margin: 48px auto 24px;
    font-style: Medium;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > h3,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > h3 {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 22px;
    line-height: 200%;
    letter-spacing: 0.06em;
    font-style: Medium;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > ul.wp-block-list,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > ul.wp-block-list {
    display: flex;
    flex-flow: column;
    margin: 24px auto;
    gap: 8px;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > ul.wp-block-list li,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > ul.wp-block-list li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    font-style: Regular;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: Regular;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li:before,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper ul:not(.rtoc-mokuji) li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: rgb(39, 51, 47);
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > p,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > p {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    margin: 24px auto;
    font-style: Regular;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > img,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > img {
    width: 100%;
    height: auto;
    margin: 48px auto 40px;
  }
  body:has(main.single-news) main section .content--wrapper .article-content--wrapper > a,
  body:has(main.single-blog) main section .content--wrapper .article-content--wrapper > a {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-decoration: underline;
    text-decoration-thickness: 0;
    font-style: Medium;
    text-decoration-style: solid;
    text-decoration-offset: 0;
  }
  body:has(main.single-news) main section.related,
  body:has(main.single-blog) main section.related {
    display: flex;
    flex-flow: column;
    padding-bottom: 140px;
    background-color: rgb(222, 222, 222);
  }
  body:has(main.single-news) main section.related .page-title,
  body:has(main.single-blog) main section.related .page-title {
    font-size: 72px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-weight: 600;
  }
  body:has(main.single-news) main .custom-post-list,
  body:has(main.single-blog) main .custom-post-list {
    gap: 60px 55px;
    width: 1280px;
    margin-bottom: initial;
  }
  body:has(main.single-news) main .custom-post-list li,
  body:has(main.single-blog) main .custom-post-list li {
    width: calc(33.3333333% - 55px * 2 / 3);
  }
  body:has(main.single-news) main .custom-post-list li a,
  body:has(main.single-blog) main .custom-post-list li a {
    gap: 16px;
  }
  body:has(main.single-news) main .custom-post-list li a .post-meta,
  body:has(main.single-blog) main .custom-post-list li a .post-meta {
    gap: 16px;
  }
  body:has(main.single-news) main .custom-post-list li a .post-meta .post-title,
  body:has(main.single-blog) main .custom-post-list li a .post-meta .post-title {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  body:has(main.single-news) main .custom-post-list li a .post-meta-info .post-date,
  body:has(main.single-blog) main .custom-post-list li a .post-meta-info .post-date {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
  }
  body:has(main.single-news) main .custom-post-list li a .post-meta-info .post-taxonomy li,
  body:has(main.single-blog) main .custom-post-list li a .post-meta-info .post-taxonomy li {
    color: #fff;
    background-color: #B39845;
  }
  @keyframes marquee-scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .move-arrow-left svg {
    position: absolute;
    width: 20px;
    height: 3px;
    transition: 0.5s;
  }
  .move-arrow-left svg:first-of-type {
    transform: translateX(0px);
    opacity: 1;
  }
  .move-arrow-left svg:last-of-type {
    transform: translateX(10px);
    opacity: 0;
  }
  .move-arrow-left:hover svg:first-of-type {
    transform: translateX(-10px);
    opacity: 0;
  }
  .move-arrow-left:hover svg:last-of-type {
    transform: translateX(0px);
    opacity: 1;
  }
  .move-arrow-right svg {
    position: absolute;
    width: 20px;
    height: 16px;
    transition: 0.5s;
  }
  .move-arrow-right svg:first-of-type {
    transform: translateX(-10px);
    opacity: 0;
  }
  .move-arrow-right svg:last-of-type {
    transform: translateX(0px);
    opacity: 1;
  }
  .move-arrow-right:hover svg:first-of-type {
    transform: translateX(0px);
    opacity: 1;
  }
  .move-arrow-right:hover svg:last-of-type {
    transform: translateX(10px);
    opacity: 0;
  }
  .move-arrow-left svg {
    position: absolute;
    width: 20px;
    height: 16px;
    transition: 0.5s;
  }
  .move-arrow-left svg:first-of-type {
    transform: translateX(-10px);
    opacity: 0;
  }
  .move-arrow-left svg:last-of-type {
    transform: translateX(0px);
    opacity: 1;
  }
  .move-arrow-left:hover svg:first-of-type {
    transform: translateX(0px);
    opacity: 1;
  }
  .move-arrow-left:hover svg:last-of-type {
    transform: translateX(10px);
    opacity: 0;
  }
  .service-menu a:hover,
  .property__nav-button:hover,
  .button-arrow:hover,
  .custom-post-list-news li a:hover,
  .tab-item:hover,
  .footer__cta__items:hover {
    opacity: 1;
  }
  .service-menu a:hover .move-arrow-right svg:first-of-type,
  .property__nav-button:hover .move-arrow-right svg:first-of-type,
  .button-arrow:hover .move-arrow-right svg:first-of-type,
  .custom-post-list-news li a:hover .move-arrow-right svg:first-of-type,
  .tab-item:hover .move-arrow-right svg:first-of-type,
  .footer__cta__items:hover .move-arrow-right svg:first-of-type {
    transform: translateX(0px);
    opacity: 1;
  }
  .service-menu a:hover .move-arrow-right svg:last-of-type,
  .property__nav-button:hover .move-arrow-right svg:last-of-type,
  .button-arrow:hover .move-arrow-right svg:last-of-type,
  .custom-post-list-news li a:hover .move-arrow-right svg:last-of-type,
  .tab-item:hover .move-arrow-right svg:last-of-type,
  .footer__cta__items:hover .move-arrow-right svg:last-of-type {
    transform: translateX(10px);
    opacity: 0;
  }
  body section {
    transition: 0.5s;
  }
  body.is-black section {
    transition: 0.5s;
    background-color: #27332f !important;
  }
  body * .is-wrapper .fadein-head::before {
    transition: 0.5s;
  }
  body.is-black * .is-wrapper .fadein-head::before {
    transition: 0.5s;
    background-color: #27332f !important;
  }
  header .header--wrapper nav ul li a.contact {
    background: #27332f;
  }
  body:has(main.home) main .vision .is-wrapper .vision__content > a {
    justify-content: space-between;
    padding: 0 21px 0 28px;
  }
  body:has(main.home) main .message .is-wrapper .message__content > .message__content--text > a {
    justify-content: space-between;
    padding: 0 28px;
  }
  body:has(main.home) main .news .is-wrapper .head > a {
    padding: 0 28px;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > p {
    letter-spacing: 0.06em;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > img {
    transform: translate(14px, 7px);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div > span {
    background-color: #B39845;
  }
  footer .footer--wrapper .footer__cta {
    background: linear-gradient(0deg, #121212 0%, #27332f 100%);
  }
  footer .footer--wrapper .footer__marquee .footer__marquee--wrapper {
    background: #f2f2f2;
  }
  footer .footer--wrapper .footer__marquee .footer__marquee--wrapper .footer__marquee--track .footer__marquee--text {
    color: #1b2622;
  }
  .footer__company--wrapper {
    background: linear-gradient(180deg, #121212 0%, #27332f 100%) !important;
  }
  footer .footer--wrapper .footer__company-info {
    background: transparent;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items:hover {
    opacity: 1;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-recruit::before {
    background-image: url(./assets/img/footer/button-recruit-bg.jpg) !important;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items.is-contact::before {
    background-image: url(./assets/img/footer/button-contact-bg.jpg);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items::before {
    z-index: 1;
    transition: 0.5s;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items:hover::before {
    filter: blur(6px);
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > .footer__cta__items--head {
    position: relative;
    z-index: 2;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items > div {
    z-index: 2;
  }
  footer .footer--wrapper .footer__cta .footer__cta--wrapper .footer__cta__items:hover::before {
    opacity: 0.8;
  }
  footer .footer--wrapper .footer__company-info .footer__company-info--wrapper .footer__company-info--basic > div p {
    color: #fff;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents {
    width: 738px;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .content {
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail {
    padding-top: 0;
  }
  body:has(main.page-about) .about .is-wrapper > div.value-detail > div .head {
    padding-bottom: 16px;
  }
  body:has(main.page-about) .member .is-wrapper .content {
    padding-top: 60px;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > img {
    object-fit: cover;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .modal-content .post-person > .name {
    font-family: Noto Sans JP;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: end;
    gap: 24px;
    vertical-align: middle;
    color: rgb(18, 18, 18);
    font-style: SemiBold;
    font-style: Medium;
    font-style: SemiBold;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .modal-content .post-person > .name span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 70%;
    letter-spacing: 0;
    vertical-align: middle;
    opacity: 0.4;
    color: #B39845;
    font-style: Medium;
    leading-trim: NONE;
  }
  body:has(main.page-about) .about .is-wrapper > div > .contents > .head.is-value {
    font-size: 24px;
  }
  body:has(main.page-about) .member .is-wrapper .content #post-list .post-person > .name {
    font-size: 26px;
  }
  body:has(main.page-company) .outline .is-wrapper > .content .table .tr .td ul > li:before {
    transform: translateY(-3px);
  }
  body:has(main.page-recruit) main .job .is-wrapper .tab-wrapper .tab-body .tab-content > .table .tr .td > ul > li:before {
    transform: translatey(-3px);
  }
  body:has(main.page-company) .history .is-wrapper > .content .table .tr .td ul > li:before {
    background-color: #fff;
  }
  .custom-pagination li a.prev .icon-bg, .custom-pagination li a.next .icon-bg {
    transition: 0.5s;
  }
  .custom-pagination li a.prev .icon-arrow, .custom-pagination li a.next .icon-arrow {
    transition: 0.5s;
  }
  .custom-pagination li a.prev:hover, .custom-pagination li a.next:hover {
    opacity: 1;
  }
  .custom-pagination li a.prev:hover .icon-bg, .custom-pagination li a.next:hover .icon-bg {
    fill: transparent;
  }
  .custom-pagination li a.prev:hover .icon-arrow, .custom-pagination li a.next:hover .icon-arrow {
    stroke: #27332f;
  }
  .custom-pagination li a.first-page .icon-bg, .custom-pagination li a.last-page .icon-bg {
    transition: 0.5s;
  }
  .custom-pagination li a.first-page .icon-arrow, .custom-pagination li a.last-page .icon-arrow {
    transition: 0.5s;
  }
  .custom-pagination li a.first-page:hover, .custom-pagination li a.last-page:hover {
    opacity: 1;
  }
  .custom-pagination li a.first-page:hover .icon-bg, .custom-pagination li a.last-page:hover .icon-bg {
    fill: #27332f;
  }
  .custom-pagination li a.first-page:hover .icon-arrow, .custom-pagination li a.last-page:hover .icon-arrow {
    stroke: #fff;
  }
  body:has(main.single-property) main section .content--wrapper .area-right .property-status {
    font-size: 14px;
  }
  body:has(main.archive-blog) .custom-post-list li a .post-meta > h2 {
    font-size: 18px;
  }
  .rtoc-mokuji-content .mokuji_ul > .rtoc-item::before {
    width: 6px !important;
    height: 6px !important;
  }
  .rtoc-mokuji-content .rtoc-mokuji.level-2 {
    margin-left: 20px !important;
  }
  body:has(main.page-contact) main {
    margin-top: 0;
  }
  body:has(main.page-contact) main .content--wrapper {
    padding-top: 48px;
  }
  body:has(main.page-privacy) main {
    margin-top: 0;
  }
  body:has(main.page-privacy) main .content--wrapper .intro > .date {
    margin-bottom: 80px;
  }
  header .header--wrapper {
    height: 70px;
    transition: 0.5s;
  }
  header.is-reverse .header--wrapper {
    height: 100px;
  }
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-date {
    min-width: 162px;
    color: #7d7d7d;
  }
  body:has(main.home) main .news .is-wrapper .contents ul.custom-post-list-news li a .post-meta .post-excerpt,
  body:has(main.archive-news) div.section ul.custom-post-list-news li a .post-meta .post-excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  header .header--wrapper nav ul li a.contact {
    height: 39px;
  }
  .outline-ul {
    margin-top: 60px;
    display: flex;
    flex-flow: column;
    gap: 32px;
  }
  .outline-ul .outline-li {
    display: flex;
    flex-flow: column;
    gap: 12px;
  }
  .outline-ul .outline-li .outline-head {
    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #121212;
    font-style: Medium;
    leading-trim: NONE;
  }
  .outline-ul .outline-li .outline-head:before {
    content: "";
    width: 6px;
    min-width: 6px;
    height: 6px;
    min-height: 6px;
    border-radius: 6px;
    background: #7d7d7d;
  }
  .outline-ul .outline-li .outline-content {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.06em;
    padding-left: 16px;
    color: #121212;
    font-style: Regular;
    leading-trim: NONE;
  }
  .no-result {
    margin-bottom: 120px;
  }
}

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