@charset "UTF-8";
@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(15 / 375 * 100vw);
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-header {
  background: #fff;
  height: 80px;
  left: 0;
  padding: 0 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  max-width: 100%;
}
@media (width <= 1024px) {
  .l-header {
    height: 60px;
    padding: 0;
  }
}

.l-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  vertical-align: middle;
  width: 180px;
}
@media (width <= 1024px) {
  .l-header__logo {
    padding-left: 16px;
    width: 140px;
  }
}

.l-header__logo a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header__nav ul:first-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(13px, 1vw, 14px);
}
@media (width <= 1024px) {
  .l-header__nav ul:first-of-type {
    display: none;
  }
}

@media (width <= 768px) {
  .l-header__nav-item {
    padding-left: 16px;
  }
}

.l-header__nav-item:not(:first-child) {
  padding-left: 0px;
}

.l-header__nav-item a,
.l-header__nav-item p {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
  position: relative;
  padding-inline: 10px;
  padding-block: 10px;
  display: inline-block;
  z-index: 21;
}
.l-header__nav-item a:hover,
.l-header__nav-item p:hover {
  color: #399ddc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__nav-item a::after,
.l-header__nav-item p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #399ddc;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}
.l-header__nav-item a.js-active,
.l-header__nav-item p.js-active {
  color: #399ddc;
}
.l-header__nav-item a.js-active::after,
.l-header__nav-item p.js-active::after {
  opacity: 1;
}

.l-header__nav-btn--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 32px;
}

.l-header__nav-btn--tel-num {
  color: #399ddc;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-left: 20px;
  position: relative;
}
.l-header__nav-btn--tel-num::before {
  background: url(../../img/tel-icon.webp) no-repeat center center/14px 14px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
}

.l-header__nav-btn--tel-time {
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
}

.l-header__nav-btn--mail {
  background: #399ddc;
  color: white;
  margin-left: 16px;
  padding: 16px;
}
.l-header__nav-btn--mail:hover {
  background: #2f7ab4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__nav-btn--mail span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-left: 32px;
  position: relative;
}
.l-header__nav-btn--mail span::before {
  background: url(../../img/mail-icon.webp) no-repeat center center/24px 24px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}

.l-main {
  -webkit-padding-before: 4.5rem;
          padding-block-start: 4.5rem;
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  padding: 0 6.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-contact--estate {
  position: relative;
}
.c-contact--estate::before {
  background: url(../../img/cta-estate_pc.webp) no-repeat 23% center/cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.c-animated-border {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-animated-border__circle {
  position: absolute;
  inset: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: -1;
}
.c-animated-border__circle svg {
  height: 100%;
  width: 100%;
}
.c-animated-border__circle circle {
  stroke-dasharray: 0 900;
  stroke: black;
  fill: white;
  stroke-width: 1px;
  -webkit-transition: stroke-dasharray 1s ease-in-out;
  transition: stroke-dasharray 1s ease-in-out;
}
.c-animated-border__circle circle.js-border-appear {
  stroke-dasharray: 900 900;
}
.c-animated-border__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.c-animated-border--small {
  width: 120px;
  height: 120px;
}
.c-animated-border--medium {
  width: 180px;
  height: 180px;
}
.c-animated-border--large {
  width: 240px;
  height: 240px;
}
.c-animated-border--primary .c-animated-border__circle circle {
  stroke: #2f7ab4;
}
.c-animated-border--secondary .c-animated-border__circle circle {
  stroke: #404040;
}
.c-animated-border--accent .c-animated-border__circle circle {
  stroke: #399ddc;
}
.c-animated-border--delay-1 .c-animated-border__circle circle {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-animated-border--delay-2 .c-animated-border__circle circle {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-animated-border--delay-3 .c-animated-border__circle circle {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-animated-border--delay-4 .c-animated-border__circle circle {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.c-animated-border--delay-5 .c-animated-border__circle circle {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media screen and (max-width: 767px) {
  .c-animated-border--small {
    width: 80px;
    height: 80px;
  }
  .c-animated-border--medium {
    width: 120px;
    height: 120px;
  }
  .c-animated-border--large {
    width: 160px;
    height: 160px;
  }
}
.c-animated-left-border {
  position: relative;
}
.c-animated-left-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background-color: #404040;
  -webkit-transition: height 0.8s ease-in-out;
  transition: height 0.8s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.c-animated-left-border.js-border-appear::before {
  height: 100%;
}
.c-animated-left-border--primary::before {
  background-color: #2f7ab4;
}
.c-animated-left-border--secondary::before {
  background-color: #404040;
}
.c-animated-left-border--accent::before {
  background-color: #399ddc;
}
.c-animated-left-border--delay-1::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-animated-left-border--delay-2::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-animated-left-border--delay-3::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-animated-left-border--delay-4::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.c-animated-left-border--delay-5::before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.c-animated-left-border--thin::before {
  width: 1px;
}
.c-animated-left-border--medium::before {
  width: 3px;
}
.c-animated-left-border--thick::before {
  width: 5px;
}

@media screen and (max-width: 767px) {
  .c-animated-left-border--thin::before {
    width: 1px;
  }
  .c-animated-left-border--medium::before {
    width: 2px;
  }
  .c-animated-left-border--thick::before {
    width: 4px;
  }
}
.l-header__mega-subwrapper {
  display: none;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  top: 55px;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  width: 94.4444444444%;
  z-index: 20;
  max-width: 1920px;
}

.l-header__mega {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .l-header__mega {
    display: none;
  }
}

.l-header__mega-inner {
  width: min(85rem, 100%);
  padding-inline: 7.5625rem;
  padding-block: 3rem 4rem;
  margin-inline: auto;
  padding-inline: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__mega-inner.--construction, .l-header__mega-inner.--estate {
    padding-inline: 1.25rem;
    max-width: 500px;
  }
}

.p-header__mega-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  place-items: center;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__mega-container.--construction, .p-header__mega-container.--estate {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-header__mega-wrapper + .p-header__mega-wrapper {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__mega-wrapper + .p-header__mega-wrapper {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.p-header__mega-container-title {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-padding-start: 1.0625rem;
          padding-inline-start: 1.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__mega-container-title {
    font-size: 1.25rem;
  }
}
.p-header__mega-container-title::before {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 1.9375rem;
  background-color: #404040;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-header__mega-item {
  position: relative;
}
.p-header__mega-item:hover .p-header__mega-text::after {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: contact-slideArrow;
          animation-name: contact-slideArrow;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}
.p-header__mega-item:hover .p-mega__upper-img,
.p-header__mega-item:hover .p-mega__lower-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.p-mega__upper-img {
  width: 100%;
  height: auto;
  aspect-ratio: 346/215;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.p-mega__lower-img {
  width: 100%;
  height: auto;
  aspect-ratio: 346/110;
}

.p-header__mega-text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-padding-end: 6.25rem;
          padding-inline-end: 6.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-header__mega-text {
    font-size: 1.125rem;
  }
}
.p-header__mega-text::before {
  background: url(../../img/btn-circle.webp) no-repeat center center/contain;
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-header__mega-text::after {
  background: url(../../img/btn-arrow.webp) no-repeat center center/contain;
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
}

.p-drawer {
  display: none;
  width: 100%;
}
@media (width <= 1024px) {
  .p-drawer {
    display: block;
  }
}

.p-drawer-icon {
  background: #399ddc;
  height: 60px;
  position: relative;
  width: 60px;
  z-index: 40;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.p-drawer-icon.u-js-active-drawer {
  background: none;
}
.p-drawer-icon.u-js-active-drawer .p-drawer-icon__bar1 {
  left: 25%;
  top: 26px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.p-drawer-icon.u-js-active-drawer .p-drawer-icon__bar2 {
  display: none;
}
.p-drawer-icon.u-js-active-drawer .p-drawer-icon__bar3 {
  left: 25%;
  top: 26px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  width: 32px;
}
.p-drawer-icon.u-js-active-drawer .p-drawer-icon__bar3::after {
  content: "CLOSE";
  left: -46%;
  top: 8px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.p-drawer-icon__bars {
  width: 32px;
}

.p-drawer-icon__bar1,
.p-drawer-icon__bar2,
.p-drawer-icon__bar3 {
  background: white;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.8s ease 0s;
  transition: -webkit-transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}

.p-drawer-icon__bar1 {
  left: 50%;
  top: 18px;
  width: 32px;
}

.p-drawer-icon__bar2 {
  right: 2px;
  top: 24px;
  width: 24px;
}

.p-drawer-icon__bar3 {
  right: 5px;
  top: 30px;
  width: 18px;
}
.p-drawer-icon__bar3::after {
  color: #fff;
  content: "Menu";
  font-family: "Playfair Display", sans-serif, Arial;
  font-size: 12px;
  left: 20%;
  letter-spacing: 0.1em;
  position: absolute;
  text-transform: uppercase;
  top: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-drawer-content {
  height: 100vh;
  position: absolute;
  margin-inline: auto;
  top: -100%;
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-drawer-content {
  translate: 0 -100%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer-content.u-js-active-drawer {
  translate: 0 0;
  top: 150px;
}

.p-drawer-content__items {
  text-align: center;
}

.p-drawer-content__item-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, auto);
  row-gap: 0;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
  width: 100%;
  margin-inline: auto;
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}

.p-drawer-content__item {
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-block: 10px;
}
.p-drawer-content__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-drawer-content__item.--construction, .p-drawer-content__item.--estate {
  position: relative;
}
.p-drawer-content__item.--construction::after, .p-drawer-content__item.--estate::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../img/drawer-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: auto;
  aspect-ratio: 8/4;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: -1;
}
.p-drawer-content__item.--construction.u-js-active-submenu, .p-drawer-content__item.--estate.u-js-active-submenu {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.p-drawer-content__item.--construction.u-js-active-submenu::after, .p-drawer-content__item.--estate.u-js-active-submenu::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-drawer-content__item a {
  padding-inline: 40px;
  padding-block: 13px;
}

.p-drawer-content__submenu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.p-drawer-content__submenu.u-js-active-submenu {
  max-height: 300px;
  background: #5f5f5f;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 0;
}

.p-drawer-content__subitem {
  font-size: 12px !important;
  font-weight: 400 !important;
  opacity: 0.9;
  padding-block: 13px;
}
.p-drawer-content__subitem:last-child {
  margin-bottom: 0;
}
.p-drawer-content__subitem:not(:last-of-type) {
  border-bottom: 1px solid #737373;
}
.p-drawer-content__subitem a {
  padding-inline: 40px;
  padding-block: 13px;
}

.p-drawer-content__item--btn {
  display: block;
  width: 327px;
}

.p-drawer-content__item--btn-mail {
  margin-top: 0px;
  padding: 40px 0;
}

.p-drawer-content__item--btn-mail-text {
  font-size: 14px;
}

.p-drawer-content__item--btn-tel {
  margin-top: 8px;
  padding: 16px 0;
}

.p-drawer-content__item--btn-tel-text {
  font-size: 14px;
}

.p-drawer-content__item--btn-tel-time {
  font-size: 13px;
}

.p-drawer-content__item--btn-tel-num {
  font-size: 24px;
}

.p-drawer-background {
  background: #404040;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  width: 100%;
  z-index: 1;
}
.p-drawer-background::before {
  background: white;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 70px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  width: 100vw;
}
.p-drawer-background.u-js-active-drawer {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-drawer-background {
  translate: 0 -100%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer-background.u-js-active-drawer {
  translate: 0 0;
  top: 0;
}

/* セクション画像 */
.c-sec__img img {
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
}
@media screen and (max-width: 767px) {
  .c-sec__img img {
    aspect-ratio: 347/214;
  }
}

.current-item,
.post-page,
.c-breadcrumb__sec {
  font-weight: 700;
  padding-left: 19px;
  position: relative;
}

.c-breadcrumb .post-page {
  font-weight: 400;
}
.c-breadcrumb .post.post-page.current-item {
  font-weight: 700 !important;
}

.p-breadcrumb {
  position: absolute;
  z-index: 0;
}
.p-breadcrumb .post-page {
  font-weight: 400;
}
.p-breadcrumb .post.post-page.current-item {
  font-weight: 700 !important;
}

.taxonomy,
.archive,
.post {
  padding-left: 19px;
  position: relative;
}

.current-item::before,
.post-page::before,
.taxonomy::before,
.archive::before,
.post::before,
.c-breadcrumb__sec::before {
  content: ">";
  height: 15px;
  left: 4px;
  position: absolute;
  top: 0;
  width: 15px;
}

.p-sec-strength__surround-circle {
  position: absolute !important;
}

.c-sec-title,
.c-detail-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-sec__bg {
  background: #404040;
  height: 55%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-sec__bg.--estate, .p-sec__bg.--construction {
  height: 100%;
}

.c-sec-title.--construction, .c-sec-title.--estate {
  padding: 100px 0px 130px;
}
@media screen and (max-width: 767px) {
  .c-sec-title.--construction, .c-sec-title.--estate {
    padding: 48px 0px 80px;
  }
}

.c-sec__wrapper {
  background: #f6f6f6;
  position: relative;
  z-index: 1;
}
.c-sec__wrapper.--construction, .c-sec__wrapper.--estate {
  background: #fff;
}

.p-estate__inner,
.p-construction__inner {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-estate__inner,
  .p-construction__inner {
    padding-block: 3rem;
  }
}

.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    padding-bottom: 20px;
  }
}

.c-sec-title-en {
  font-family: "Playfair Display", sans-serif, Arial;
  font-size: clamp(2.625rem, 6.6666666667vw, 6rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-sec-title-en.--construction {
    font-size: clamp(2.525rem, 6.6666666667vw, 6rem);
  }
}

.p-strength__contents {
  margin-left: auto;
  margin-top: 120px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-strength__contents {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
}

/* 横スクロールを防ぎつつ、スクロールバー幅の余白も防ぐ */
html,
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-strength__inner {
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
  }
}

.l-footer--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991.98px) {
  .l-footer--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
}

.p-footer__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  -webkit-margin-end: 180px;
          margin-inline-end: 180px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991.98px) {
  .p-footer__logo-wrap {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
    margin-inline: auto;
    gap: 40px;
    -webkit-padding-end: 160px;
            padding-inline-end: 160px;
    position: relative;
  }
}
@media screen and (max-width: 991.98px) {
  .p-footer__logo-wrap::before {
    background: #a1a1a1;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    top: 70px;
  }
}
.p-footer__logo-wrap img {
  width: 100px;
  min-width: 100px;
  height: auto;
  aspect-ratio: 120/48;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__logo-wrap:hover {
  opacity: 0.8;
}

.p-footer__logo-wrap-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  .p-footer__logo-wrap-text {
    font-size: 13px;
  }
}
.p-footer__logo-wrap-text::before {
  background: url(../../img/footer-dot.webp) no-repeat center center/contain;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
}

.p-history {
  padding-block: 7.5rem 9.375rem;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-history {
    padding: 3rem 0;
  }
}

.p-flow__logo-history {
  position: absolute;
  left: calc(50% - 48.125rem);
  top: 13.375rem;
  width: 20.8125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__logo-history {
    left: auto;
    right: calc(50% - 13.8125rem);
    top: 18.125rem;
    width: 12.5rem;
  }
}
.p-flow__logo-history img {
  width: 100%;
  height: auto;
  aspect-ratio: 333/547;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-flow__logo-history.--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-flow__logo-history.--sp {
    display: block;
  }
}
.p-flow__logo-history.--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-flow__logo-history.--pc {
    display: none;
  }
}

.p-history__inner {
  max-width: 1240px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 0rem;
  gap: 1rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1340px) {
  .p-history__inner {
    padding-inline: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-history__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 1rem;
    gap: 3.75rem;
    max-width: 500px;
    overflow-x: hidden;
  }
}

.c-sec-service__sidebar {
  top: 6.25rem;
}
.c-sec-service__sidebar.--history {
  position: sticky;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .c-sec-service__sidebar.--history {
    position: relative;
    top: 0;
  }
}
.c-sec-service__sidebar.--history .c-sec-service__sidebar-contents {
  margin-top: -0.75rem;
}
@media (width <= 1239.98px) {
  .c-sec-service__sidebar.--history {
    display: block;
  }
}

.c-sec-service__sidebar-contents.--history {
  width: 76px;
}
@media screen and (max-width: 767px) {
  .c-sec-service__sidebar-contents.--history {
    width: 60px;
  }
}

.c-sec-service__sidebar-content.--history {
  -webkit-padding-end: 0.75rem;
          padding-inline-end: 0.75rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.c-sec-service__sidebar-content.--history.current a::after {
  background: #2f7ab4;
}
.c-sec-service__sidebar-content.--history::before {
  display: none;
}
.c-sec-service__sidebar-content.--history a {
  position: relative;
  padding-inline: 0;
  width: 100%;
  font-family: "EB Garamond";
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-sec-service__sidebar-content.--history a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-sec-service__sidebar-content.--history a {
    font-size: max(0.875rem, 11.2px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-sec-service__sidebar-content.--history a {
    font-size: 0.875rem;
  }
}
.c-sec-service__sidebar-content.--history a::after {
  content: "";
  background: #a1a1a1;
  border-radius: 50%;
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-sec-service__sidebar-content.--history:nth-child(2) a::before, .c-sec-service__sidebar-content.--history:nth-child(3) a::before {
  content: "";
  background: #e3e3e3;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: -17px;
  right: 3.5px;
}

.p-history__wrapper {
  width: 78.2258064516%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .p-history__wrapper {
    width: 100%;
  }
}

.p-history__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-history__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.p-history__container:last-child {
  margin-bottom: 0;
}

.p-history__year {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-history__year {
    text-align: left;
  }
}

.p-history__year-text {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .p-history__year-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-history__year-text {
    font-size: max(1.125rem, 14.4px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-history__year-text {
    font-size: 1.125rem;
  }
}

.p-history__year-num {
  font-family: "Playfair Display", serif;
  font-size: max(4rem, 51.2px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #e3e3e3;
  -webkit-margin-before: -0.625rem;
          margin-block-start: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-history__year-num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-history__year-num {
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
  }
}

.p-history__timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
  width: calc(100% - 6.5rem);
}
@media screen and (max-width: 767px) {
  .p-history__timeline {
    width: 100%;
    gap: 1.5rem;
  }
}

.p-history__line {
  position: relative;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-history__line {
    top: 0;
    width: 100%;
  }
}

.p-history__line-dot {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #2f7ab4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-history__line-dot {
    width: 7px;
    height: 7px;
  }
}

.p-history__events {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding-left: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-history__events {
    gap: 1.5rem;
    padding-left: 3rem;
  }
}

.p-history__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-history__event {
    gap: 1rem;
  }
}

.p-history__event-month {
  font-family: "Hiragino Mincho ProN", serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #404040;
  text-align: left;
  padding: 1rem 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-history__event-month {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-history__event-month {
    font-size: max(1.125rem, 14.4px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-history__event-month {
    font-size: 1.125rem;
  }
}

.p-history__event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-history__event-content {
    gap: 2rem;
  }
}

.p-history__event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.p-history__event-icon {
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: auto;
          margin-block-end: auto;
}
@media screen and (max-width: 767px) {
  .p-history__event-icon {
    width: 9px;
    height: 9px;
    position: relative;
    top: -3px;
  }
}

.p-history__event-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .p-history__event-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-history__event-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-history__event-text {
    font-size: 0.875rem;
  }
}

.p-sec-title--estate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-service__header {
  background-color: #f6f6f6;
  padding-block: 4.8125rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__header {
    padding-block: 5.0625rem 2.5rem;
  }
}

.c-service-inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-service-inner {
    padding-inline: 1rem;
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .p-service__header-inner {
    overflow-x: hidden;
  }
}

.p-service__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Playfair Display", sans-serif, Arial;
}
.p-service__header-title--en {
  color: #fff;
  text-align: left;
  font-size: max(7.75rem, 99.2px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: max(7.75rem, 85px);
  position: relative;
  -webkit-margin-start: -6.25rem;
          margin-inline-start: -6.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__header-title--en {
    font-size: 7.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__header-title--en {
    font-size: max(3.5rem, 44.8px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    -webkit-margin-start: -1.5625rem;
            margin-inline-start: -1.5625rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__header-title--en {
    font-size: 3.5rem;
  }
}
.p-service__header-title--ja {
  color: #000;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: max(1rem, 10px);
}
@media screen and (max-width: 767px) {
  .p-service__header-title--ja {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__header-title--ja {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__header-title--ja {
    font-size: 0.875rem;
  }
}

.p-service__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  -webkit-column-gap: 2.5625rem;
     -moz-column-gap: 2.5625rem;
          column-gap: 2.5625rem;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service__container {
    -webkit-margin-before: -0.3125rem;
            margin-block-start: -0.3125rem;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.5rem;
  }
}

.p-service__item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-inline: 1.3125rem 1.3125rem;
  padding-block: 3.125rem 3.125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    gap: 0.75rem;
    padding-inline: 0.8125rem 1rem;
    padding-block: 2rem 2rem;
  }
}
.p-service__item.--maintenance {
  padding-block: 1.5625rem 1.5625rem;
}

.p-service__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.p-service__item-title .num {
  text-align: center;
  padding-block: 0.75rem;
  background-color: #404040;
  color: #fff;
  width: 3.5rem;
  height: 3.5rem;
  font-family: "EB Garamond", sans-serif, Arial;
  font-style: italic;
  font-size: max(2rem, 25.6px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: max(2rem, 19px);
}
@media screen and (max-width: 767px) {
  .p-service__item-title .num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__item-title .num {
    font-size: max(1.25rem, 16px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__item-title .num {
    font-size: 1.25rem;
  }
}
.p-service__item-title .text {
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  color: #404040;
  font-size: max(2rem, 25.6px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03125em;
  font-size: max(2rem, 17.2px);
}
@media screen and (max-width: 767px) {
  .p-service__item-title .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__item-title .text {
    font-size: max(1.25rem, 16px);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__item-title .text {
    font-size: 1.25rem;
  }
}

.p-service__item-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service__item-text {
    font-size: 1rem;
  }
}

.p-service__detail {
  padding-block: 7.5rem 7.5rem;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-service__detail {
    padding-block: 4rem 5rem;
  }
}

.p-service__detail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-service__detail-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__detail-title {
  text-align: left;
  color: #fff;
}
.p-service__detail-title--en {
  font-family: Playfair Display;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
  text-transform: uppercase;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service__detail-title--en {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__detail-title--en {
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}
.p-service__detail-title--ja {
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  font-size: max(3rem, 38.4px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service__detail-title--ja {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__detail-title--ja {
    font-size: max(1.75rem, 22.4px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__detail-title--ja {
    font-size: 1.75rem;
  }
}
.p-service__detail-text {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif, Arial;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  width: 46.9375rem;
}
@media screen and (max-width: 767px) {
  .p-service__detail-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__detail-text {
    max-width: 100%;
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__detail-text {
    font-size: 1rem;
  }
}

.p-service__detail-list {
  -webkit-margin-before: 11.9375rem;
          margin-block-start: 11.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__detail-list {
    -webkit-margin-before: 12.6875rem;
            margin-block-start: 12.6875rem;
    gap: 12.6875rem;
  }
}

.p-service__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-inline: 1rem;
  }
}
.p-service__detail-item .p-service__detail-item-img {
  width: 31.25rem;
  height: auto;
  aspect-ratio: 500/309;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  bottom: 3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service__detail-item .p-service__detail-item-img {
    width: 18.9375rem;
    aspect-ratio: 303/187;
    bottom: calc(100% - 1.5rem);
    left: 0;
  }
}

.p-service__detail-item-content {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  padding-block: 2rem;
  padding-inline: 1.25rem;
  background-color: #fff;
  width: 62.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-service__detail-item-content {
    padding-block: 1.5rem;
    padding-inline: 1rem;
    text-align: left;
    width: 20.4375rem;
  }
}

.p-service__detail-item-title--en {
  font-family: "EB Garamond", sans-serif, Arial;
  font-style: italic;
  color: #a3a3a3;
  font-size: max(2rem, 25.6px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-service__detail-item-title--en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__detail-item-title--en {
    font-size: max(1.25rem, 16px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__detail-item-title--en {
    font-size: 1.25rem;
  }
}

.p-service__detail-item-title--ja {
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  color: #000;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service__detail-item-title--ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__detail-item-title--ja {
    font-size: max(1.125rem, 14.4px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__detail-item-title--ja {
    font-size: 1.125rem;
  }
}

.p-service__detail-item-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .p-service__detail-item-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__detail-item-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__detail-item-text {
    font-size: 0.875rem;
  }
}

.p-service__recommend {
  background-color: #f6f6f6;
  padding-block: 0rem 0rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service__recommend {
    padding-block: 4rem 5rem;
  }
}

.p-service__recommend-header-title--ja {
  -webkit-margin-before: -1.5625rem;
          margin-block-start: -1.5625rem;
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  font-size: max(2.5rem, 32px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-service__recommend-header-title--ja {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__recommend-header-title--ja {
    font-size: max(1.375rem, 17.6px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    -webkit-margin-before: -0.625rem;
            margin-block-start: -0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__recommend-header-title--ja {
    font-size: 1.375rem;
  }
}

.p-service__recommend-header-text {
  width: 46.9375rem;
  margin-inline: auto;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif, Arial;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #404040;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__recommend-header-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__recommend-header-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__recommend-header-text {
    font-size: 0.875rem;
  }
}

.p-service__recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  width: 68.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-service__recommend-list {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    row-gap: 3rem;
  }
}

.p-service__recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-service__recommend-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 324/210;
}
.p-service__recommend-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 324/210;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service__recommend-item-title {
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: 0.05em;
  color: #737373;
  padding-block: 0.5rem;
  padding-inline: 1.0625rem;
  background: rgba(161, 161, 161, 0.1);
  text-align: left;
  border-left: 3px solid #404040;
  height: auto;
  width: 100%;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__recommend-item-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__recommend-item-title {
    font-size: max(1.125rem, 14.4px);
    font-weight: 600;
    line-height: 0.75;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__recommend-item-title {
    font-size: 1.125rem;
  }
}

.p-service__recommend-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.p-service__recommend-item-text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: max(0.875rem, 12px);
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__recommend-item-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__recommend-item-text {
    font-size: max(0.8125rem, 10.4px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__recommend-item-text {
    font-size: 0.8125rem;
  }
}
.p-service__recommend-item-text::before {
  content: "";
  display: block;
  width: 1.5rem;
  min-width: 18px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../../img/icon-check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-service__worry {
  padding-block: 7.5rem 7.5rem;
  position: relative;
  z-index: -1;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-service__worry {
    padding-block: 4rem 5rem;
    background-color: #fff;
  }
}

.p-service__worry-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 40.5rem;
  min-height: 450px;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-service__worry-bg {
    height: auto;
    min-height: unset;
    aspect-ratio: 375/345;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 345px;
  }
}
.p-service__worry-bg svg,
.p-service__worry-bg img {
  width: 100vw;
  height: 100%;
}

.p-service__worry-title {
  text-align: center;
  color: #404040;
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  font-size: max(2.5rem, 32px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: max(2.5rem, 30px);
}
@media screen and (max-width: 767px) {
  .p-service__worry-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__worry-title {
    font-size: max(1.375rem, 17.6px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__worry-title {
    font-size: 1.375rem;
  }
}

.p-service__worry-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.3125rem;
     -moz-column-gap: 3.3125rem;
          column-gap: 3.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service__worry-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.5rem;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-service__worry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 1.5rem;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 270/226;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-service__worry-item {
    aspect-ratio: 343/179;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-service__worry-item-title {
  color: #fff;
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  font-size: max(2rem, 25.6px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: max(2rem, 20px);
}
@media screen and (max-width: 767px) {
  .p-service__worry-item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__worry-item-title {
    font-size: max(1.25rem, 16px);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__worry-item-title {
    font-size: 1.25rem;
  }
}
.p-service__worry-item-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, Arial;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: max(1.125rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-service__worry-item-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__worry-item-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__worry-item-text {
    font-size: 0.875rem;
  }
}
.p-service__worry-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  aspect-ratio: 270/226;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-service__worry-item-bg {
    aspect-ratio: 343/179;
  }
}
.p-service__worry-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-service__worry-item-bg img {
    -o-object-position: top;
       object-position: top;
  }
}

.p-service__onestop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 43.875rem;
  height: 100%;
  margin-inline: auto;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service__onestop-list {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    width: 21.4375rem;
  }
}

.p-service__onestop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.625rem;
  position: relative;
  z-index: 1;
  width: 11.25rem;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-service__onestop-item {
    width: 5.875rem;
    gap: 0.375rem;
  }
}

.list__icon {
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  font-size: max(3rem, 38.4px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #2f7ab4;
  text-align: center;
  width: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .list__icon {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .list__icon {
    font-size: max(1.5rem, 19.2px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.0458333333em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .list__icon {
    font-size: 1.5rem;
  }
}

.p-service__onestop-item .title--ja {
  color: #404040;
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-service__onestop-item .title--ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__onestop-item .title--ja {
    font-size: max(0.875rem, 11.2px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: max(0.875rem, 12px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__onestop-item .title--ja {
    font-size: 0.875rem;
  }
}
.p-service__onestop-item .title--en {
  color: #2f7ab4;
  font-family: "EB Garamond", sans-serif, Arial;
  font-style: italic;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0.0375em;
}
@media screen and (max-width: 767px) {
  .p-service__onestop-item .title--en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__onestop-item .title--en {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.375;
    letter-spacing: 0.0458333333em;
    font-size: max(0.75rem, 10px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__onestop-item .title--en {
    font-size: 0.75rem;
  }
}

.p-service__onestop-message {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
  text-align: center;
  color: #fff;
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
}
@media screen and (max-width: 767px) {
  .p-service__onestop-message {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}
.p-service__onestop-message .main {
  font-size: max(2.5rem, 32px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__onestop-message .main {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__onestop-message .main {
    font-size: max(1.375rem, 17.6px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__onestop-message .main {
    font-size: 1.375rem;
  }
}
.p-service__onestop-message .main::before {
  content: "";
  position: absolute;
  top: calc(100% - 1.25rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 31.25rem;
  min-width: 386px;
  height: 0.8125rem;
  background-image: url(../../img/message-underbar.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-service__onestop-message .main::before {
    display: none;
  }
}
.p-service__onestop-message .sub {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service__onestop-message .sub {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__onestop-message .sub {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    font-size: max(1.125rem, 14.4px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__onestop-message .sub {
    font-size: 1.125rem;
  }
}
.p-service__onestop-message .sub + .sub {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__onestop-message .sub + .sub {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
  }
}

.p-service__property {
  position: relative;
  z-index: 1;
}

.p-service__property-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-service__property-bg {
    display: none;
  }
}
.p-service__property-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__property-inner {
  padding-block: 7.5rem 7.5rem;
  padding-inline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service__property-inner {
    padding-block: 4rem 0rem;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
  }
}

.p-service__property-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-padding-start: 6.25rem;
          padding-inline-start: 6.25rem;
  -webkit-padding-end: 9.0625rem;
          padding-inline-end: 9.0625rem;
  padding-block: 7.5rem 7.5rem;
  width: 50%;
  height: 35.8125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service__property-body {
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
    -webkit-padding-end: 0rem;
            padding-inline-end: 0rem;
    padding-block: 4rem 3.4375rem;
    height: 100%;
    width: 21.4375rem;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}

.p-service__property-img {
  width: 50%;
  height: auto;
  aspect-ratio: 720/573;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service__property-img {
    width: 100%;
  }
}
.p-service__property-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 720/573;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service__property-subimg {
  position: absolute;
  height: auto;
}
.p-service__property-subimg.item01 {
  bottom: -0.25rem;
  right: -0.125rem;
  z-index: 4;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-service__property-subimg.item01 {
    width: 55.2%;
    bottom: -0.4375rem;
  }
}
.p-service__property-subimg.item01 img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/251;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service__property-subimg.item02 {
  top: 12.5rem;
  left: -0.1875rem;
  z-index: 4;
  width: 24.375rem;
}
@media screen and (max-width: 767px) {
  .p-service__property-subimg.item02 {
    width: 53.8666666667%;
    top: 6.75rem;
  }
}
@media (min-width: 580px) {
  .p-service__property-subimg.item02 {
    top: 11.75rem;
  }
}
.p-service__property-subimg.item02 img {
  width: 100%;
  height: auto;
  aspect-ratio: 390/237;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service__property-subimg.item03 {
  top: 0;
  right: -0.125rem;
  z-index: 4;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-service__property-subimg.item03 {
    width: 55.2%;
  }
}
.p-service__property-subimg.item03 img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/235;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__property-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.5rem;
}
.p-service__property-title .en {
  color: #2f7ab4;
  font-family: "Playfair Display", sans-serif, Arial;
  text-transform: uppercase;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service__property-title .en {
    font-size: 1.125rem;
  }
}
.p-service__property-title .ja {
  color: #2f7ab4;
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  font-size: max(3rem, 38.4px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-service__property-title .ja {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__property-title .ja {
    font-size: max(1.75rem, 22.4px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__property-title .ja {
    font-size: 1.75rem;
  }
}

.p-service__property-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: max(1rem, 12px);
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-service__property-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__property-text {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__property-text {
    font-size: 1rem;
  }
}

.p-service__property-btn {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -webkit-padding-start: 4.75rem;
          padding-inline-start: 4.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__property-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__property-btn {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    -webkit-padding-start: 4rem;
            padding-inline-start: 4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service__property-btn {
    font-size: 0.875rem;
  }
}
.p-service__property-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url(../../img/btn-circle-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-service__property-btn::before {
    width: 3rem;
  }
}
.p-service__property-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.25rem;
  height: 0.75rem;
  background-image: url(../../img/btn-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-service__property-btn::after {
    width: 1rem;
    height: 0.625rem;
    left: 1rem;
  }
}
.p-service__property-btn:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-service__property-btn:hover::after {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: contact-slideArrow;
          animation-name: contact-slideArrow;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.p-sec-strength__surround-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sec-strength__surround-circles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-sec-strength__surround-circle {
  position: relative;
  width: 11.25rem;
  height: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-sec-strength__surround-circle {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.p-sec-strength__surround-circle .text-main {
  color: #404040;
  font-family: "Hiragino Mincho ProN", sans-serif, Arial;
  font-size: max(1.5rem, 19.2px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-margin-after: 0.375rem;
          margin-block-end: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-sec-strength__surround-circle .text-main {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-strength__surround-circle .text-main {
    font-size: max(1.125rem, 14.4px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-sec-strength__surround-circle .text-main {
    font-size: 1.125rem;
  }
}

.p-sec-strength__surround-circle .text-sub {
  color: #399ddc;
  font-family: "EB Garamond", sans-serif, Arial;
  font-style: italic;
  font-size: max(0.75rem, 9.6px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sec-strength__surround-circle .text-sub {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec-strength__surround-circle .text-sub {
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-sec-strength__surround-circle .text-sub {
    font-size: 0.625rem;
  }
}

.p-sec__bg--properties {
  position: absolute;
  z-index: -1;
}
.p-sec__bg--properties::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #737373;
  z-index: -1;
}
.p-properties__breadcrumb {
  position: absolute;
  z-index: 0;
  color: #fff;
  left: calc(50% - 45rem) !important;
}
@media screen and (max-width: 767px) {
  .p-properties__breadcrumb {
    left: unset !important;
  }
}
.p-properties__breadcrumb .c-breadcrumb__top {
  color: #fff;
}
.p-properties__breadcrumb .post-page {
  font-weight: 400;
}
.p-properties__breadcrumb .post.post-page.current-item {
  font-weight: 700 !important;
}

.p-properties {
  -webkit-padding-before: 13.1875rem;
          padding-block-start: 13.1875rem;
  -webkit-padding-after: 14.25rem;
          padding-block-end: 14.25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-properties {
    -webkit-padding-before: 11.4375rem;
            padding-block-start: 11.4375rem;
    -webkit-padding-after: 10.25rem;
            padding-block-end: 10.25rem;
    background-color: #f6f6f6;
    z-index: 0;
  }
}
.p-properties::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.4375rem;
  background-color: #737373;
  z-index: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-properties::after {
    display: block;
  }
}

.p-properties__bg--left {
  position: absolute;
  top: -39.5rem;
  left: calc(50% - 106rem);
  width: 109.1875rem;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-properties__bg--left {
    top: -24.0625rem;
    left: -27.0625rem;
    width: 49.5rem;
    height: auto;
    aspect-ratio: 1;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 1;
  }
}
.p-properties__bg--left img {
  width: 100%;
  height: auto;
  aspect-ratio: 1747/2260;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-properties__bg--left img {
    aspect-ratio: 1;
  }
}

.p-properties__bg--left--mid {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-properties__bg--left--mid {
    position: absolute;
    top: 32rem;
    left: -29.0625rem;
    width: 38rem;
    height: auto;
    z-index: 1;
    display: block;
  }
}
.p-properties__bg--left--mid img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-properties__bg--right {
  position: absolute;
  top: -5.75rem;
  right: calc(50% - 107rem);
  width: 93.25rem;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-properties__bg--right {
    top: 28.25rem;
    right: -17.0625rem;
    width: 31.125rem;
    height: auto;
    z-index: 1;
  }
}
.p-properties__bg--right img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-properties__bg--right img {
    aspect-ratio: 498/473;
  }
}

.p-properties__bg--right-bottom {
  position: absolute;
  bottom: -41rem;
  right: calc(50% - 70rem);
  width: 78.125rem;
  height: auto;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-properties__bg--right-bottom {
    bottom: -21.75rem;
    right: -28.25rem;
    width: 49.75rem;
    height: auto;
    z-index: 1;
  }
}
.p-properties__bg--right-bottom img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-properties__inner {
  max-width: 720px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-properties__inner {
    max-width: 600px;
    padding-inline: 1rem;
  }
}

.p-properties__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  gap: 32px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-properties__list {
    gap: 1.5rem;
    padding-block: 1.5rem;
    background-color: #fff;
    z-index: 1;
  }
}
.p-properties__list.--first {
  -webkit-margin-start: 4.5649072753%;
          margin-inline-start: 4.5649072753%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-properties__list.--first {
    -webkit-margin-start: 0rem;
            margin-inline-start: 0rem;
  }
}
.p-properties__list.--second {
  -webkit-margin-before: 20.5rem;
          margin-block-start: 20.5rem;
  -webkit-margin-start: -2.8530670471%;
          margin-inline-start: -2.8530670471%;
}
@media screen and (max-width: 767px) {
  .p-properties__list.--second {
    -webkit-margin-before: 15rem;
            margin-block-start: 15rem;
    -webkit-margin-start: 0rem;
            margin-inline-start: 0rem;
  }
}

.p-properties__list-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7.5625rem;
  width: 122%;
  height: 106%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-properties__list-bg {
    display: none;
  }
}
.p-properties__list-bg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 949/462;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-properties__list-bg.--second {
  top: -2.125rem;
  right: -6.25rem;
  width: 131%;
  height: 113%;
}

.p-properties__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2824536377%;
  position: relative;
  height: 3.375rem;
  width: auto;
  aspect-ratio: 381/54;
}
.p-properties__item.--item01 {
  -webkit-padding-start: 44.9358059914%;
          padding-inline-start: 44.9358059914%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-properties__item.--item01 {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
    white-space: normal;
  }
}
.p-properties__item.--item02 {
  -webkit-padding-start: 33.5235378031%;
          padding-inline-start: 33.5235378031%;
}
@media screen and (max-width: 767px) {
  .p-properties__item.--item02 {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
  }
}
.p-properties__item.--item03 {
  -webkit-padding-start: 22.1112696148%;
          padding-inline-start: 22.1112696148%;
}
@media screen and (max-width: 767px) {
  .p-properties__item.--item03 {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
  }
}
.p-properties__item.--item04 {
  -webkit-padding-start: 10.6990014265%;
          padding-inline-start: 10.6990014265%;
}
@media screen and (max-width: 767px) {
  .p-properties__item.--item04 {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
  }
}
.p-properties__item.--item05 {
  -webkit-padding-start: 0%;
          padding-inline-start: 0%;
}
@media screen and (max-width: 767px) {
  .p-properties__item.--item05 {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
  }
}
.p-properties__item.--item06 {
  -webkit-padding-start: 44.9358059914%;
          padding-inline-start: 44.9358059914%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-properties__item.--item06 {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
    white-space: normal;
  }
}
.p-properties__item.--item07 {
  -webkit-padding-start: 33.5235378031%;
          padding-inline-start: 33.5235378031%;
}
@media screen and (max-width: 767px) {
  .p-properties__item.--item07 {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
  }
}
.p-properties__item.--item08 {
  -webkit-padding-start: 22.1112696148%;
          padding-inline-start: 22.1112696148%;
}
@media screen and (max-width: 767px) {
  .p-properties__item.--item08 {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
  }
}
.p-properties__item.--item09 {
  -webkit-padding-start: 10.6990014265%;
          padding-inline-start: 10.6990014265%;
}
@media screen and (max-width: 767px) {
  .p-properties__item.--item09 {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
  }
}
.p-properties__item.--item10 {
  -webkit-padding-start: 0%;
          padding-inline-start: 0%;
}
@media screen and (max-width: 767px) {
  .p-properties__item.--item10 {
    -webkit-padding-start: 0rem;
            padding-inline-start: 0rem;
  }
}

.p-properties__item-num-wrapper {
  position: relative;
  width: 8rem;
  height: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-properties__item-num-wrapper {
    width: 5.625rem;
    height: 3.375rem;
  }
}

.p-properties__item-num {
  font-family: Font-Family-EN-Normal, "Playfair Display";
  font-style: italic;
  font-size: max(2rem, 25.6px);
  font-weight: 500;
  line-height: 3.125%;
  letter-spacing: 0.05em;
  font-size: max(2rem, 20px);
  color: #fff;
  -webkit-padding-after: 0.3125rem;
          padding-block-end: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-properties__item-num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-properties__item-num {
    font-size: max(1.5rem, 19.2px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-properties__item-num {
    font-size: 1.5rem;
  }
}

.p-properties__item-num-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.p-properties__item-num-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-properties__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-properties__item-date {
  font-family: "Playfair Display";
  color: #265a91;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-properties__item-date {
    font-size: 1.25rem;
  }
}
.p-properties__item-detail {
  font-family: "Noto Sans JP";
  color: #404040;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-properties__item-detail {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-properties__item-detail {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-properties__item-detail {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Barlow Condensed", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}