/**
 * EneCharge Bank front-end styles
 *
 * Order:
 * 1. Foundations and shared utilities
 * 2. Header and global navigation
 * 3. Shared page components
 * 4. Page-specific desktop styles
 * 5. Responsive adjustments
 * 6. TOP, property-detail and blog-detail sections
 */

:root {
  --navy: #102d4e;
  --blue: #0c6bad;
  --cyan: #09a4d8;
  --ice: #eaf7fb;
  --pale: #f4f8fa;
  --ink: #162638;
  --muted: #607285;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(15, 51, 78, .12);
  --letter-spacing-base: .08em;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: var(--letter-spacing-base);
  line-height: 1.8;
}

main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body,
  main {
    overflow-x: clip;
  }
}

body.menu-open {
  overflow: hidden;
}

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

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

img[src*=".svg"],
img[class*="icon"],
img[class*="Icon"],
img[class*="glyph"],
img[class*="mark"],
img[class*="circle"],
.home-property-card__pin,
.home-balance__cards b img {
  flex-shrink: 0;
  object-fit: contain;
  object-position: center;
}

button {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.narrow {
  width: min(850px, calc(100% - 48px));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--cyan);
  font: 700 .78rem/1.2 Arial, sans-serif;
  letter-spacing: var(--letter-spacing-base);
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.3;
  letter-spacing: var(--letter-spacing-base);
}

.section-lead {
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.04rem;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-pad {
  padding: clamp(80px, 10vw, 130px) 0;
}

.btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  transition: transform .25s, background .25s, box-shadow .25s;
}

.btn::after {
  content: "→";
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(12, 107, 173, .22);
}

.btn-light {
  background: #fff;
  color: var(--navy);
}

/* Header and global navigation */
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(100px, 6.927vw, 133px);
  background: transparent;
  color: #fff;
}

.header-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.brand {
  position: absolute;
  top: 23.31%;
  left: 3.75%;
  display: flex;
  width: clamp(118px, 7.188vw, 138px);
  height: clamp(60px, 3.646vw, 70px);
  max-width: none;
  align-items: center;
  color: #fff;
}

.header-brand-mark {
  display: block;
  width: clamp(52px, 3.177vw, 61px);
  height: clamp(60px, 3.646vw, 70px);
  overflow: hidden;
  flex: 0 0 auto;
}

.header-brand-mark img {
  display: block;
  width: auto;
  max-width: none;
  height: clamp(60px, 3.646vw, 70px);
}

.header-brand-name {
  flex: 0 0 auto;
  font-size: clamp(17px, 1.042vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .08em;
}

.header-divider {
  position: absolute;
  top: 15.79%;
  left: max(12.5%, calc(3.75% + 136px));
  width: 2px;
  height: 67.67%;
  object-fit: fill;
}

.header-site-label {
  position: absolute;
  top: 50%;
  left: max(14.06%, calc(3.75% + 160px));
  margin: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: clamp(12px, .833vw, 16px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .08em;
}

.header-navigation {
  display: contents;
}

.site-nav {
  position: absolute;
  top: 19.55%;
  left: 29.17%;
  display: flex;
  width: 36.46%;
  height: 60.15%;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.083vw, 40px);
  border-radius: 50px;
  background: #fff;
  color: #000;
  font-size: clamp(12px, .833vw, 16px);
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}

.site-nav a {
  position: relative;
  padding: 12px 0;
  line-height: 1;
}

.site-nav a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: #09989e;
  transition: transform .25s;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: contents;
}

.header-action {
  position: absolute;
  top: 19.55%;
  display: flex;
  width: 13.02%;
  height: 60.15%;
  align-items: center;
  border-radius: 46.5px;
  color: #fff;
  font-size: clamp(15px, 1.042vw, 20px);
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}

.header-action-property {
  left: 70.83%;
  background: #09989e;
}

.header-action-contact {
  left: 84.38%;
  background: #0d3141;
}

.header-action-icon {
  position: relative;
  display: block;
  width: 22.4%;
  aspect-ratio: 1;
  margin: 0 8.8% 0 6.8%;
  flex: 0 0 auto;
}

.header-action-icon img {
  position: absolute;
}

.header-action-circle {
  inset: 0;
  width: 100%;
  height: 100%;
}

.header-property-icon {
  top: 25%;
  left: 28%;
  width: 44%;
  height: 50%;
  object-fit: contain;
}

.header-mail-icon {
  top: 34%;
  left: 22%;
  width: 56%;
  height: 32%;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #0d3141;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 26px;
  height: 2px;
  margin: 6px auto;
  content: "";
  background: currentColor;
  transition: .25s;
}

.about-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
}

.photo-stack {
  position: relative;
  min-height: 610px;
}

.photo-stack img {
  position: absolute;
  width: 58%;
  height: 68%;
  object-fit: cover;
  border-radius: 160px 160px 18px 18px;
  box-shadow: var(--shadow);
}

.photo-stack img:first-child {
  top: 0;
  left: 0;
}

.photo-stack img:last-child {
  right: 0;
  bottom: 0;
}

.feature-section {
  position: relative;
  overflow: hidden;
  background: var(--navy) url("../images/home/section-strengths-bg_1.jpg") center/cover no-repeat;
  color: #fff;
}

.feature-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(10, 42, 70, .86);
}

.feature-section .container {
  position: relative;
}

.feature-section .section-title,
.feature-section .section-lead {
  color: #fff;
}

.feature-grid,
.news-grid,
.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  padding: 38px 30px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

.feature-card b {
  display: block;
  color: #69d7ef;
  font: 700 2.5rem/1 Arial, sans-serif;
}

.feature-card h3 {
  margin: 20px 0 12px;
  font-size: 1.3rem;
}

.feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .92rem;
}

.property-section {
  background: var(--pale);
}

.property-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.property-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.property-content {
  padding: 24px;
}

.property-content h3 {
  margin: 7px 0 10px;
  color: var(--navy);
}

.meta {
  color: var(--cyan);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.property-spec {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e6edf0;
  color: var(--muted);
  font-size: .85rem;
}

.news-row {
  display: grid;
  grid-template-columns: 140px 120px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px 4px;
  border-bottom: 1px solid #dce6eb;
}

.news-row time {
  color: var(--muted);
  font-size: .87rem;
}

.tag {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  background: var(--ice);
  color: var(--blue);
  font-size: .75rem;
  font-weight: 700;
  text-align: center;
}

.cta {
  padding: clamp(70px, 9vw, 110px) 0;
  background: linear-gradient(120deg, var(--cyan), var(--blue));
  color: #fff;
  text-align: center;
}

.cta h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.cta p {
  margin: 0 0 34px;
}

.cta-phone {
  display: flex;
  width: min(706px, 100%);
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0 auto 18px;
  padding: 14px 24px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.cta-phone span {
  font-size: .88rem;
  font-weight: 700;
}

.cta-phone strong {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1;
}

.page-hero {
  position: relative;
  display: flex;
  min-height: 500px;
  align-items: end;
  padding: 190px 0 80px;
  overflow: hidden;
  background: var(--navy) url("../images/about/about-fv.jpg") center/cover no-repeat;
  color: #fff;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 35, 62, .84), rgba(7, 53, 88, .2));
}

.page-hero .container {
  position: relative;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.page-hero p {
  margin: 8px 0 0;
  color: #82dff2;
  font-weight: 700;
  letter-spacing: var(--letter-spacing-base);
}

.intro-copy {
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.reason-grid {
  margin-top: 54px;
}

.reason-card {
  padding: 34px;
  border-top: 4px solid var(--cyan);
  background: #fff;
  box-shadow: var(--shadow);
}

.reason-card .number {
  color: #bddfe9;
  font: 800 3.2rem/1 Arial, sans-serif;
}

.reason-card h3 {
  margin: 18px 0 12px;
  color: var(--navy);
}

.reason-card p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.faq {
  background: var(--pale);
}

.faq-item {
  border-bottom: 1px solid #cfdde4;
}

.faq-question {
  display: grid;
  width: 100%;
  grid-template-columns: 42px 1fr 30px;
  align-items: center;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-question span:first-child {
  color: var(--cyan);
  font: 800 1.5rem Arial, sans-serif;
}

.faq-question span:last-child {
  font-size: 1.5rem;
  transition: transform .25s;
}

.faq-item.open .faq-question span:last-child {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 42px 26px;
  color: var(--muted);
}

.faq-item.open .faq-answer {
  display: block;
}

.site-footer {
  padding: 65px 0 28px;
  background: #091e34;
  color: rgba(255, 255, 255, .76);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 60px;
}

.site-footer .brand {
  margin-bottom: 20px;
  color: #fff;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a:hover {
  color: #77dbef;
}

.copyright {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .76rem;
}

.footer-logo-asset {
  display: none;
  width: 210px;
  height: auto;
  margin-bottom: 22px;
}

.entry {
  padding: 160px 0 100px;
}

/* Shared lower-page hero (Figma node 4078:1187) */
.common-page-hero {
  position: relative;
  height: 850px;
  overflow: hidden;
  background: #fff;
  color: #fff;
}

.page-template-page-searching .common-page-hero,
.single-property .common-page-hero,
.page-template-page-posts .common-page-hero,
.single-post .common-page-hero {
  background: #f7f7f7;
}

.common-page-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 41.2%, 0 100%);
}

.common-page-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(13, 49, 65, .22);
}

.common-page-hero__image,
.common-page-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.common-page-hero__overlay {
  mix-blend-mode: multiply;
  opacity: .3;
}

.common-page-hero__network-canvas {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 68%;
  height: 100%;
  opacity: .72;
  mix-blend-mode: screen;
  pointer-events: none;
}

.common-page-hero__content {
  position: relative;
  z-index: 2;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 315px;
}

.common-page-hero__title-ja {
  margin: 0 0 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.common-page-hero__title-en {
  margin: 0;
  font-size: 150px;
  font-weight: 700;
  line-height: .92;
  letter-spacing: .08em;
}

.common-page-hero__breadcrumb {
  position: absolute;
  z-index: 3;
  top: 619px;
  right: max(calc((100vw - 1440px)/2), 40px);
  display: flex;
  align-items: center;
  gap: 15px;
  color: #151d20;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
}

.common-page-hero__breadcrumb img {
  width: 49px;
  height: 19px;
  object-fit: contain;
}

.common-page-hero__decoration {
  position: absolute;
  z-index: 1;
  top: 325px;
  right: -80px;
  width: 720px;
  height: 390px;
  transform: rotate(-45deg);
  transform-origin: center;
  pointer-events: none;
}

.common-page-hero__decoration i {
  position: absolute;
  display: block;
  height: 28px;
  background: #09989e;
}

.common-page-hero__decoration i:nth-child(1) {
  top: 35px;
  left: 30px;
  width: 520px;
  opacity: .72;
}

.common-page-hero__decoration i:nth-child(2) {
  top: 145px;
  left: 0;
  width: 640px;
  background: #eaf5f7;
}

.common-page-hero__decoration i:nth-child(3) {
  top: 260px;
  left: 85px;
  width: 480px;
  opacity: .38;
}

/* Shared section heading */
.section-heading {
  position: relative;
  z-index: 1;
}

.section-heading h2 {
  margin: 0;
  color: #0d3141;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.section-heading p {
  margin: 20px 0 0;
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.section-heading--light h2,
.section-heading--light p {
  color: #fff;
}

.section-heading--center {
  text-align: center;
}

/* Figma company page (node 2034:1183) */
.company-message {
  position: relative;
  min-height: 1623px;
  padding: 200px 0 120px;
  overflow: hidden;
  background: #fff;
}

.company-message::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  content: "";
  background: url("../images/company/company-message-decoration.svg") center top / 1920px 1200px no-repeat;
  pointer-events: none;
}

.company-page-inner {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.company-message__image {
  position: relative;
  z-index: 1;
  width: 1100px;
  height: 350px;
  margin: 100px 0 0;
  object-fit: cover;
  object-position: center 44%;
}

.company-message__body {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  color: #151515;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
}

.company-message__body p {
  margin: 0 0 26px;
}

.company-message__signature {
  position: relative;
  z-index: 1;
  margin: 26px 0 0;
  color: #151515;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
  text-align: right;
}

.company-profile {
  min-height: 1507px;
  padding: 175px 0 107px;
  background: #09989e;
}

.company-profile__card {
  width: min(1440px, calc(100% - 48px));
  min-height: 1037px;
  margin: 117px auto 0;
  padding: 83px 170px 100px;
  background: #fff;
}

.company-profile__list {
  width: min(1100px, 100%);
  margin: 0 auto;
  color: #151d20;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
}

.company-profile__row {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: start;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #09989e;
  line-height: 1;
}

.company-profile__row:last-child {
  margin-bottom: 0;
}

.company-profile__row:first-child {
  border-top: 0;
}

.company-profile__row dt,
.company-profile__row dd {
  margin: 0;
  padding: 0;
}

.company-profile__row:nth-child(3) dt,
.company-profile__row:nth-child(3) dd,
.company-profile__row:nth-child(4) dt,
.company-profile__row:nth-child(4) dd {
  line-height: 2;
}

.company-profile__map {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: 284px;
  margin: 79px auto 0;
  border: 0;
}

/* Figma: Privacy policy (node 2034:1184) */
.page-template-page-privacy-policy {
  background: #f7f7f7;
  color: #151d20;
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
}

.page-template-page-privacy-policy .policy-hero {
  position: relative;
  height: clamp(610px, 44.3vw, 850px);
  overflow: hidden;
  background: #f7f7f7;
}

.policy-hero-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 47%, 0 100%);
  background: url("../images/privacy/figma-policy-hero-base.jpg") center 47%/cover no-repeat;
}

.policy-hero-photo::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../images/privacy/figma-policy-hero-overlay.jpg") center/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: .32;
}

.policy-hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(13, 49, 65, .28);
}

.policy-hero-title {
  position: relative;
  z-index: 2;
  padding-top: clamp(240px, 15.4vw, 295px);
  color: #fff;
}

.policy-hero-title p {
  margin: 0 0 8px;
  font-size: clamp(2rem, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.policy-hero-title h1 {
  margin: 0;
  font-size: clamp(6rem, 7.82vw, 150px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.policy-breadcrumb {
  position: absolute;
  z-index: 3;
  right: max(calc((100vw - 1440px)/2), 40px);
  bottom: 208px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
}

.policy-breadcrumb img {
  width: 49px;
  height: 19px;
  object-fit: contain;
}

.policy-decoration {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 60px;
  width: 360px;
  height: 190px;
  pointer-events: none;
}

.policy-decoration i {
  position: absolute;
  display: block;
  width: 250px;
  height: 18px;
  transform: rotate(-45deg);
  background: rgba(9, 152, 158, .22);
}

.policy-decoration i:nth-child(1) {
  right: 0;
  top: 20px;
  background: #59c9ca;
}

.policy-decoration i:nth-child(2) {
  right: 70px;
  top: 74px;
  width: 320px;
  height: 34px;
}

.policy-decoration i:nth-child(3) {
  right: -55px;
  top: 120px;
  width: 390px;
  height: 13px;
  background: rgba(9, 152, 158, .12);
}

.policy-content {
  width: min(1100px, calc(100% - 48px));
  margin: 125px auto 155px;
  color: #151d20;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
}

.policy-intro {
  margin: 0 0 28px;
}

.policy-list {
  margin: 0;
  padding-left: 1.65em;
}

.policy-list>li {
  margin: 0 0 30px;
  padding-left: .15em;
}

.policy-list h2 {
  display: inline;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
}

.policy-list h2::after {
  content: "";
  display: block;
}

.policy-list p {
  margin: 0;
}

.policy-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy-list ul li::before {
  content: "・";
}

.policy-address {
  margin-top: 12px;
  font-style: normal;
}

.policy-address a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-template-page-privacy-policy .cta {
  position: relative;
  overflow: hidden;
  padding: 58px 0 66px;
  background: #fff;
  color: #151d20;
}

.page-template-page-privacy-policy .cta .container {
  position: relative;
  z-index: 1;
}

.page-template-page-privacy-policy .cta .eyebrow {
  position: absolute;
  z-index: -1;
  top: -52px;
  left: 50%;
  margin: 0 !important;
  transform: translateX(-50%);
  color: #eaf5f7 !important;
  font-size: 128px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: capitalize;
}

.page-template-page-privacy-policy .cta h2 {
  margin: 0 0 48px;
  color: #151d20;
  font-size: 64px;
  letter-spacing: .08em;
}

.page-template-page-privacy-policy .cta>.container>p:not(.eyebrow) {
  display: none;
}

.page-template-page-privacy-policy .cta-phone {
  width: 706px;
  margin-bottom: 26px;
  color: #151d20;
}

.page-template-page-privacy-policy .cta .btn {
  width: 706px;
  min-height: 76px;
  border-radius: 0;
  background: #09989e;
  color: #fff;
  font-size: 24px;
  letter-spacing: .08em;
}

.page-template-page-privacy-policy .site-footer {
  padding: 105px 0 32px;
  background: #0d3141;
}

.page-template-page-privacy-policy .site-footer .brand {
  display: none;
}

.page-template-page-privacy-policy .footer-logo-asset {
  display: block;
}

.page-template-page-privacy-policy .footer-grid {
  grid-template-columns: 1.4fr .75fr .75fr;
}

.page-template-page-privacy-policy .copyright {
  margin-top: 70px;
}

.subpage-hero {
  position: relative;
  display: flex;
  min-height: 420px;
  align-items: end;
  padding: 170px 0 70px;
  overflow: hidden;
  background: var(--navy) url("../images/common/common-page-fv.jpg") center/cover no-repeat;
  color: #fff;
}

.subpage-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 35, 62, .86), rgba(7, 35, 62, .28));
}

.subpage-hero .container {
  position: relative;
}

.subpage-hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.2;
}

.subpage-hero p {
  margin: 8px 0 0;
  color: #82dff2;
  font: 700 .82rem/1.3 Arial, sans-serif;
  letter-spacing: var(--letter-spacing-base);
}

.archive-toolbar {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}

.filter-pill {
  padding: 10px 25px;
  border: 1px solid #c9dce5;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
}

.filter-pill:hover,
.filter-pill.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.news-list {
  border-top: 1px solid #dce6eb;
}

.news-card {
  display: grid;
  grid-template-columns: 220px 120px 1fr 28px;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #dce6eb;
  transition: color .2s, transform .2s;
}

.news-card:hover {
  color: var(--blue);
  transform: translateX(4px);
}

.news-card img {
  width: 220px;
  aspect-ratio: 16/9;
  border-radius: 10px;
  object-fit: cover;
}

.news-card.no-image .news-placeholder {
  display: grid;
  width: 220px;
  aspect-ratio: 16/9;
  place-items: center;
  border-radius: 10px;
  background: var(--pale);
  color: #90a4af;
  font-size: .75rem;
}

.news-info time {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: .82rem;
}

.news-info h2 {
  margin: 0;
  font-size: 1.05rem;
}

.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}

.page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #d4e1e7;
  border-radius: 50%;
}

.page-numbers.current,
.page-numbers:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.search-panel {
  margin-bottom: 64px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--radius);
  background: var(--pale);
}

.filter-group {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #d8e4e9;
}

.filter-group:first-child {
  padding-top: 0;
}

.filter-group h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.filter-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.filter-options input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}

.search-submit {
  margin-top: 30px;
  text-align: center;
}

.property-results-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 26px;
}

.property-results-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.property-results-head strong {
  color: var(--cyan);
  font-size: 1.4rem;
}

.property-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.property-list-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.property-list-card .property-image {
  position: relative;
}

.property-list-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.voltage-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 13px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
}

.property-list-body {
  padding: 26px;
}

.property-list-body h2 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: 1.25rem;
}

.property-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.property-data div {
  padding: 12px;
  border-radius: 8px;
  background: var(--pale);
}

.property-data small {
  display: block;
  color: var(--muted);
  font-size: .68rem;
}

.property-data strong {
  display: block;
  margin-top: 2px;
  color: var(--navy);
  font-size: .88rem;
}

.card-link {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  color: var(--blue);
  font-weight: 700;
}

.empty-results {
  grid-column: 1/-1;
  padding: 60px 20px;
  border-radius: var(--radius);
  background: var(--pale);
  text-align: center;
}

.contact-intro {
  margin-bottom: 50px;
  text-align: center;
}

.contact-form {
  padding: clamp(26px, 6vw, 64px);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  min-width: 0;
  grid-template-columns: 220px 1fr;
  gap: 30px;
  margin: 0;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid #e0e8ec;
}

.form-label {
  color: var(--navy);
  font-weight: 700;
}

.required {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 7px;
  border-radius: 4px;
  background: #e44848;
  color: #fff;
  font-size: .68rem;
  vertical-align: 2px;
}

.form-control {
  width: 100%;
  padding: 15px 17px;
  border: 1px solid #cfdee5;
  border-radius: 8px;
  background: var(--pale);
  color: var(--ink);
}

.form-control:focus {
  border-color: var(--cyan);
  outline: 3px solid rgba(9, 164, 216, .12);
}

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

.choice-grid {
  display: grid;
  gap: 10px;
}

.choice-grid.inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid label,
.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.choice-grid input,
.privacy-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  accent-color: var(--blue);
}

.form-submit {
  padding-top: 36px;
  text-align: center;
}

.form-notice {
  margin-bottom: 30px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #eaf8f1;
  color: #166541;
  font-weight: 700;
  text-align: center;
}

.form-notice.error {
  background: #fff0f0;
  color: #a62d2d;
}

.legal-content {
  color: #3e5263;
}

.legal-content>p:first-child {
  margin-bottom: 55px;
  font-size: 1.05rem;
}

.legal-section {
  margin-bottom: 42px;
}

.legal-section h2 {
  margin: 0 0 16px;
  padding: 0 0 12px 18px;
  border-bottom: 1px solid #d5e1e7;
  border-left: 4px solid var(--cyan);
  color: var(--navy);
  font-size: 1.3rem;
}

.legal-section p {
  margin: 8px 0;
}

.legal-list {
  margin: 12px 0;
  padding-left: 1.3em;
}

.legal-list li {
  margin: 5px 0;
}

/* Figma about us (node 6089:1121) */
.page-template-page-about-us {
  --about-color-accent: #09989e;
  --about-color-navy: #0d3141;
  --about-color-pale: #eaf5f7;
  --about-color-text: #151d20;
  --about-wide: 1440px;
  --about-inner: 1100px;
  --about-title-size: 48px;
  --about-subtitle-size: 36px;
  --about-body-size: 20px;
  --about-section-gap: 175px;
  background: #fff;
  color: var(--about-color-text);
}

.about-page-hero .common-page-hero__image,
.about-page-hero .common-page-hero__overlay {
  object-position: center center;
}

.about-page-content {
  overflow: hidden;
  background: #fff;
}

.about-page-wide {
  width: min(var(--about-wide, 1440px), calc(100% - 48px));
  margin: 0 auto;
}

.about-page-inner {
  width: min(var(--about-inner, 1100px), calc(100% - 48px));
  margin: 0 auto;
}

.about-power-section {
  position: relative;
  z-index: 3;
  padding-top: 208px;
  background: #fff;
}

.about-main-heading {
  text-align: center;
}

.about-main-heading h2 {
  margin: 0;
  color: var(--about-color-text, #151d20);
  font-size: var(--about-title-size, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.about-main-heading i {
  display: block;
  width: 100px;
  height: 3px;
  margin: 30px auto 0;
  background: var(--about-color-accent, #09989e);
}

.about-power-section>.about-page-wide>.about-main-heading:first-child h2 {
  font-size: var(--about-title-size, 48px);
}

.about-sub-heading {
  margin: 97px 0 0;
  color: var(--about-color-accent, #09989e);
  font-size: var(--about-subtitle-size, 36px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
}

.about-power-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.about-power-card {
  position: relative;
  height: 550px;
  background: #eaf5f7;
  color: #0d3141;
}

.about-power-card h4 {
  display: flex;
  height: 105px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 25px;
  background: #0d3141;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
  text-align: center;
}

.about-power-card p {
  margin: 32px 42px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}

.about-power-card img {
  position: absolute;
  right: 0;
  bottom: 52px;
  left: 0;
  width: 256px;
  height: 256px;
  margin: auto;
  object-fit: contain;
}

.about-demand-heading {
  margin-top: 80px;
}

.about-demand-list {
  display: grid;
  gap: 30px;
  width: 1100px;
  margin: 50px auto 0;
}

.about-demand-list article {
  display: flex;
  height: 136px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #eaf5f7;
  text-align: center;
}

.about-demand-list small {
  color: #09989e;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-demand-list p {
  margin: 10px 0 0;
  color: #0d3141;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-issue-heading {
  margin-top: 80px;
}

.about-issue-circles {
  display: grid;
  width: 1101px;
  grid-template-columns: 315px 58px 315px 58px 315px;
  align-items: center;
  gap: 10px;
  margin: 50px auto 0;
}

.about-issue-circles article {
  display: flex;
  width: 315px;
  height: 315px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf5f7;
}

.about-issue-circles span {
  display: flex;
  width: 190px;
  height: 175px;
  align-items: center;
  justify-content: center;
}

.about-issue-circles img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.about-issue-circles article:nth-child(1) img {
  width: 210px;
  height: 105px;
}

.about-issue-circles article:nth-child(3) img {
  width: 178px;
  height: 178px;
}

.about-issue-circles article:nth-child(5) img {
  width: 161px;
  height: 161px;
}

.about-issue-circles strong {
  margin-top: 10px;
  color: #09989e;
  font-size: 24px;
  letter-spacing: .08em;
}

.about-issue-circles b {
  color: #09989e;
  font-size: 48px;
  text-align: center;
}

.about-frequency-label {
  margin: 80px 0 0;
  color: #e02626;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
}

.about-frequency-note {
  margin: 20px 0 0;
  color: #0d3141;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
}

.about-flow-arrow {
  margin: 30px 0 0;
  color: #09989e;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.about-growth-copy {
  margin: 50px 0 0;
  color: #09989e;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
}

.about-growth-note {
  margin: 30px 0 0;
  color: #0d3141;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
}

.about-business-heading {
  margin-top: var(--about-section-gap, 175px);
}

.about-business-lead {
  margin: 20px 0 0;
  color: #0d3141;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: .08em;
  text-align: center;
}

.about-business-cards {
  display: grid;
  width: 1100px;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 50px auto 0;
}

.about-business-cards article {
  position: relative;
  height: 450px;
  background: #eaf5f7;
}

.about-business-cards h4 {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #0d3141;
  color: #fff;
  font-size: 32px;
  letter-spacing: .08em;
}

.about-business-cards p {
  margin: 22px 42px 0;
  color: #0d3141;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}

.about-business-cards img {
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  width: 180px;
  height: 180px;
  margin: auto;
  object-fit: contain;
}

.about-response-heading {
  margin-top: 80px;
}

.about-response-cards {
  display: grid;
  width: 1101px;
  grid-template-columns: repeat(3, 345px);
  gap: 33px;
  margin: 30px auto 0;
}

.about-response-cards article {
  position: relative;
  display: flex;
  width: 345px;
  height: 345px;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(#109fa3, #08597e);
  color: #fff;
  text-align: center;
}

.about-response-cards article::before {
  position: absolute;
  inset: 13px;
  border: 2px solid #fff;
  content: "";
}

.about-response-cards h4 {
  z-index: 1;
  margin: 27px 0 0;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: .08em;
}

.about-response-cards img {
  z-index: 1;
  width: 123px;
  height: 123px;
  margin-top: 24px;
  object-fit: contain;
}

.about-response-cards p {
  z-index: 1;
  margin: auto 0 17px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-premium-heading {
  margin-top: var(--about-section-gap, 175px);
}

.about-premium-note {
  margin: 20px 0 0;
  color: #0d3141;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
  text-align: center;
}

.about-premium-price {
  margin: 12px 0 0;
  color: #09989e;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
}

.about-premium-caption {
  margin: 10px 0 0;
  color: #0d3141;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.about-premium-caption small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.about-market-diagram {
  display: block;
  width: 1440px;
  max-width: none;
  height: 960px;
  margin: 80px 0 0;
  object-fit: cover;
}

.about-investment-section {
  position: relative;
  padding: 175px 0;
  background: #fff;
}

.about-investment-marquee {
  position: absolute;
  top: 93px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  color: #eaf5f7;
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

.about-investment-section .about-main-heading {
  position: relative;
  z-index: 1;
}

.about-investment-section .about-main-heading h2 {
  color: #09989e;
}

.about-investment-lead {
  position: relative;
  margin: 42px 0 0;
  color: #151d20;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
}

.about-reason-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 78px;
}

.about-reason-cards article {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #eaf5f7;
  color: #0d3141;
}

.about-reason-cards h3 {
  display: flex;
  height: 105px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 20px;
  background: #0d3141;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-align: center;
}

.about-reason-cards p {
  margin: 38px 67px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}

.about-reason-visual {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: 50px;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-reason-cards .is-speed .about-reason-visual {
  background-image: url("../images/about/about-reason-hourglass.svg");
}

.about-reason-cards .is-speed .about-reason-visual::after {
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 120px;
  height: 120px;
  content: "";
  background: url("../images/about/about-reason-calendar.svg") center/contain no-repeat;
}

.about-reason-cards .is-limit .about-reason-visual {
  right: 36px;
  left: 36px;
  background: none;
}

.about-reason-cards .is-limit .about-reason-visual img {
  position: absolute;
  display: block;
  object-fit: contain;
}

.about-reason-cards .is-limit .timer-speed {
  top: 55px;
  left: 0;
  width: 47%;
  height: 95px;
}

.about-reason-cards .is-limit .timer-timer {
  top: 18px;
  right: 0;
  width: 46%;
  height: 168px;
}

.about-reason-cards .is-limit .timer-face,
.about-reason-cards .is-limit .timer-detail-a,
.about-reason-cards .is-limit .timer-detail-b {
  top: 42px;
  right: 8%;
  width: 38%;
  height: 119px;
}

.about-reason-cards .is-limit .timer-hand {
  top: 78px;
  right: 14%;
  width: 15%;
  height: 32px;
}

.about-reason-cards .is-limit .timer-button {
  top: 20px;
  right: 1%;
  width: 11%;
  height: 30px;
}

.about-reason-cards .is-limit .timer-spark {
  top: 0;
  right: 32%;
  width: 10%;
  height: 32px;
}

.about-reason-cards .is-limit .timer-top {
  top: 0;
  right: 13%;
  width: 14%;
  height: 34px;
}

.about-reason-cards .is-area .about-reason-visual {
  right: 0;
  bottom: 0;
  left: 0;
  height: 315px;
  background-image: url("../images/about/about-reason-map.svg");
}

.about-reason-cards .is-area .about-reason-visual::after {
  position: absolute;
  top: 65px;
  right: 78px;
  width: 90px;
  height: 123px;
  content: "";
  background: url("../images/about/about-reason-pin.svg") center/contain no-repeat;
}

.about-concerns-section {
  position: relative;
  overflow: visible;
  padding: 84px 0 106px;
  background: #0d3141;
}

.about-concerns-network {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .78;
  pointer-events: none;
}

.about-concerns-section>.about-page-inner {
  position: relative;
  z-index: 1;
}

.about-concerns-balloon {
  position: absolute;
  z-index: 2;
  top: -58px;
  left: 50%;
  display: flex;
  width: 606px;
  height: 124px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 22px;
  transform: translateX(-50%);
  background: url("../images/about/about-concerns-balloon.svg") center/100% 100% no-repeat;
  color: #0d3141;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
  white-space: nowrap;
}

.about-concerns-section h2 {
  position: relative;
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-align: center;
}

.about-concerns-section h2::before {
  position: absolute;
  top: 0;
  left: 33px;
  width: 59px;
  height: 88px;
  content: "";
  background: url("../images/about/about-concern-heading.svg") center/contain no-repeat;
}

.about-concern-cards {
  display: grid;
  width: 717px;
  grid-template-columns: repeat(2, 335px);
  gap: 47px;
  margin: 68px auto 0;
}

.about-concern-cards article {
  display: flex;
  height: 335px;
  flex-direction: column;
  align-items: center;
  background: #fff;
  color: #151d20;
  text-align: center;
}

.about-concern-cards h3 {
  margin: 52px 0 0;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: .08em;
}

.about-concern-cards h3 small {
  display: block;
  font-size: 24px;
}

.about-concern-cards img {
  width: 142px;
  height: 158px;
  margin-top: 18px;
  object-fit: contain;
}

.about-concern-details {
  min-height: 719px;
  margin-top: 100px;
  padding: 62px 86px;
  background: #fff;
}

.about-concern-details article+article {
  margin-top: 54px;
}

.about-concern-details h3 {
  margin: 0;
  padding: 0 14px 20px;
  border-bottom: 1px solid #09989e;
  color: #0d3141;
  font-size: 24px;
  letter-spacing: .08em;
}

.about-concern-details p {
  margin: 18px 14px 0;
  color: #151d20;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .08em;
}

.about-concern-details strong {
  display: block;
  margin-top: 36px;
  color: #09989e;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .08em;
}

.about-concern-details small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

.about-actions-section {
  padding: 181px 0 200px;
  background: #eaf5f7;
}

.about-action-list {
  display: grid;
  gap: 30px;
  margin-top: 95px;
}

.about-action-list article {
  display: grid;
  height: 180px;
  grid-template-columns: 100px 1fr 401px;
  align-items: center;
  gap: 34px;
  padding: 40px;
  background: #fff;
}

.about-action-list>article>span {
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#109fa3, #08597e);
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-action-list h3 {
  margin: 0;
  color: #0d3141;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: .08em;
}

.about-action-list a {
  display: flex;
  width: 401px;
  height: 68px;
  align-items: center;
  justify-content: center;
  background: #09989e;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: background .2s;
}

.about-action-list a:hover {
  background: #0d3141;
}

.about-action-list a b {
  margin-left: 55px;
  font-size: 30px;
  font-weight: 400;
}

/* Figma property search (node 4072:624) */
.page-template-page-searching {
  background: #f7f7f7;
  color: #151d20;
}

.searching-page-hero .common-page-hero__image,
.searching-page-hero .common-page-hero__overlay {
  object-position: center center;
}

.searching-page-content {
  padding: 200px 0 278px;
  background: #f7f7f7;
}

.searching-page-inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.searching-filter {
  margin: 0;
}

.searching-filter-row {
  display: grid;
  min-width: 0;
  grid-template-columns: 237px 1fr;
  align-items: start;
  gap: 0;
  margin: 0;
  padding: 24px 0 25px;
  border: 0;
  border-top: 1px solid #09989e;
}

.searching-filter-row:last-of-type {
  border-bottom: 1px solid #09989e;
}

.searching-filter-row legend {
  display: contents;
  color: #09989e;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .08em;
}

.searching-filter-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
}

.searching-filter-options label {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .08em;
  cursor: pointer;
}

.searching-filter-options input {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 0;
  border: 1px solid #09989e;
  border-radius: 50%;
  appearance: none;
  background: #fff;
  cursor: pointer;
}

.searching-filter-options input::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  background: #09989e;
  opacity: 0;
}

.searching-filter-options input:checked::after {
  opacity: 1;
}

.searching-filter-options input:focus-visible {
  outline: 3px solid rgba(9, 152, 158, .25);
  outline-offset: 3px;
}

.searching-filter-area {
  min-height: 113px;
}

.searching-filter-area .searching-filter-options {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  column-gap: 24px;
  row-gap: 15px;
}

.searching-filter-submit {
  display: block;
  width: 250px;
  height: 60px;
  margin: 99px auto 0;
  border: 0;
  border-radius: 46px;
  background: #0d3141;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background .2s;
}

.searching-filter-submit:hover {
  background: #09989e;
}

.searching-property-list {
  display: grid;
  gap: 35px;
  margin-top: 100px;
}

.searching-property-card {
  display: grid;
  min-height: 365px;
  grid-template-columns: 400px 1fr;
  gap: 20px;
  padding: 40px;
  background: rgba(255, 255, 255, .63);
}

.searching-property-image {
  display: block;
  width: 400px;
  height: 285px;
  overflow: hidden;
}

.searching-property-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform .35s ease;
}

.searching-property-image:hover img {
  transform: scale(1.025);
}

.searching-property-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding-top: 25px;
}

.searching-property-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.searching-property-voltage {
  display: inline-flex;
  min-width: 62px;
  height: 35px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #0d3141;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
}

.searching-property-heading h2 {
  margin: 0;
  color: #0d3141;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: .08em;
}

.searching-property-data {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 440px;
  margin: 20px 0 0;
}

.searching-property-data div {
  display: grid;
  grid-template-columns: 140px auto;
  align-items: center;
  gap: 15px;
  height: 35px;
}

.searching-property-data dt {
  display: flex;
  width: 140px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background: #eaf5f7;
  color: #0d3141;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
}

.searching-property-data dd {
  margin: 0;
  color: #151d20;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
  white-space: nowrap;
}

.searching-property-link {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  background: #09989e;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: background .2s;
}

.searching-property-link:hover {
  background: #0d3141;
}

.searching-empty-results {
  margin: 0;
  padding: 80px 20px;
  background: rgba(255, 255, 255, .63);
  text-align: center;
}

.searching-pagination {
  margin-top: 70px;
}

/* Figma news archive (node 2034:1176) */
.page-template-page-posts {
  background: #f7f7f7;
  color: #151d20;
}

.news-page-hero .common-page-hero__image,
.news-page-hero .common-page-hero__overlay {
  object-position: center center;
}

.news-page-content {
  padding: 200px 0 190px;
  background: #f7f7f7;
}

.news-page-inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.news-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.news-filter-select {
  position: relative;
  display: flex;
  height: 63px;
  align-items: center;
  justify-content: center;
  background: #0d3141;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: background .2s;
}

.news-filter-select:hover,
.news-filter-select.is-active {
  background: #09989e;
}

.news-filter-select img {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  object-fit: contain;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 30px;
  margin-top: 100px;
}

.news-archive-card {
  min-width: 0;
}

.news-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 535/301;
  overflow: hidden;
  background: #eaf5f7;
}

.news-card-media>img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform .35s ease;
}

.news-card-media:hover>img {
  transform: scale(1.025);
}

.news-card-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #eaf5f7;
}

.news-card-placeholder img {
  width: 226px;
  height: auto;
  max-width: 56%;
  object-fit: contain;
}

.news-card-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 15px;
}

.news-card-category {
  display: inline-flex;
  width: 155px;
  height: 35px;
  flex: 0 0 155px;
  align-items: center;
  justify-content: center;
  background: #09989e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
}

.news-card-category.is-column {
  background: #0d3141;
}

.news-card-meta time {
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: var(--letter-spacing-base);
}

.news-card-title {
  margin: 12px 0 0;
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: var(--letter-spacing-base);
}

.news-card-title a {
  color: inherit;
  transition: color .2s;
}

.news-card-title a:hover {
  color: #09989e;
}

.news-empty-results {
  grid-column: 1/-1;
  margin: 0;
  padding: 80px 20px;
  background: #eaf5f7;
  text-align: center;
}

.news-pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 100px;
}

.news-pagination a {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #0d3141;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: background .2s;
}

.news-pagination a:hover,
.news-pagination a.is-current {
  background: #09989e;
}

/* Figma contact page (node 2034:1178) */
.page-template-page-contact {
  background: #f7f7f7;
  color: #151d20;
}

.contact-page-hero {
  position: relative;
  height: 850px;
  overflow: hidden;
  background: #f7f7f7;
}

.contact-hero-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 41%, 0 100%);
  background: url("../images/contact/figma-contact-hero-base.jpg") center/cover no-repeat;
}

.contact-hero-photo::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../images/contact/figma-contact-hero-overlay.jpg") center/cover no-repeat;
  mix-blend-mode: multiply;
  opacity: .3;
}

.contact-hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(13, 49, 65, .25);
}

.contact-hero-title {
  position: relative;
  z-index: 2;
  width: min(1440px, calc(100% - 48px));
  padding-top: 286px;
  color: #fff;
}

.contact-hero-title p {
  margin: 0 0 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.contact-hero-title h1 {
  margin: 0;
  font-size: 150px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: .08em;
}

.contact-breadcrumb {
  position: absolute;
  z-index: 3;
  top: 619px;
  right: max(calc((100vw - 1440px)/2), 40px);
  display: flex;
  align-items: center;
  gap: 15px;
  color: #151d20;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
}

.contact-breadcrumb img {
  width: 49px;
  height: 19px;
  object-fit: contain;
}

.contact-hero-decoration {
  position: absolute;
  z-index: 2;
  top: 330px;
  right: -70px;
  width: 650px;
  height: 370px;
  transform: rotate(-45deg);
  transform-origin: center;
}

.contact-hero-decoration i {
  position: absolute;
  display: block;
  height: 26px;
  background: #0da4a9;
}

.contact-hero-decoration i:nth-child(1) {
  top: 45px;
  left: 60px;
  width: 480px;
  opacity: .65;
}

.contact-hero-decoration i:nth-child(2) {
  top: 145px;
  left: 0;
  width: 560px;
  background: #eaf5f7;
}

.contact-hero-decoration i:nth-child(3) {
  top: 250px;
  left: 95px;
  width: 430px;
  opacity: .35;
}

.contact-page-content {
  padding: 200px 0 198px;
  background: #f7f7f7;
}

.contact-page-inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.contact-page-intro {
  text-align: center;
}

.contact-page-intro h2 {
  margin: 0;
  color: #151d20;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .08em;
}

.contact-page-intro>img {
  width: 100px;
  height: 3px;
  margin: 20px auto 0;
  object-fit: fill;
}

.contact-page-intro p {
  margin: 47px 0 0;
  color: #151d20;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
}

.figma-contact-form {
  margin-top: 100px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.figma-contact-form .form-row {
  display: grid;
  min-height: 65px;
  grid-template-columns: 400px 700px;
  gap: 0;
  margin: 0 0 46px;
  padding: 0;
  border: 0;
}

.figma-contact-form .form-label {
  align-self: start;
  padding-top: 22px;
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.figma-contact-form .required {
  min-width: 54px;
  height: 18px;
  margin-left: 18px;
  padding: 3px 6px 0;
  border-radius: 0;
  background: #0d3141;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: 3px;
}

.figma-contact-form .form-control {
  width: 700px;
  height: 65px;
  padding: 0 41px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: #0d3141;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
}

.figma-contact-form .form-control::placeholder {
  color: rgba(13, 49, 65, .4);
  opacity: 1;
}

.figma-contact-form .form-control:focus {
  border: 0;
  outline: 3px solid rgba(9, 152, 158, .22);
}

.figma-contact-form .form-row-options {
  min-height: 0;
}

.figma-contact-form .form-row-options .form-label {
  padding-top: 2px;
}

.figma-contact-form .choice-grid {
  display: grid;
  gap: 15px;
  align-content: start;
  padding-top: 0;
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.figma-contact-form .choice-grid.inline {
  display: flex;
  grid-template-columns: none;
  gap: 15px;
  padding-top: 0;
}

.figma-contact-form .choice-grid label {
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}

.figma-contact-form .choice-grid input {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  aspect-ratio: 1;
  accent-color: #09989e;
}

.figma-contact-form .form-row-message {
  min-height: 252px;
  margin-bottom: 40px;
}

.figma-contact-form textarea.form-control {
  height: 252px;
  min-height: 252px;
  padding-top: 28px;
  resize: vertical;
}

.figma-contact-form .form-submit {
  padding-top: 0;
  text-align: center;
}

.figma-contact-form .privacy-check {
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.figma-contact-form .privacy-check input {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  aspect-ratio: 1;
  accent-color: #09989e;
}

.figma-contact-form .privacy-check a {
  padding-bottom: 3px;
  border-bottom: 1px solid #151d20;
}

.figma-contact-form .privacy-check .required {
  margin-left: 5px;
}

.contact-confirm-button {
  display: flex;
  width: 350px;
  height: 85px;
  align-items: center;
  justify-content: center;
  margin: 54px auto 0;
  border: 0;
  background: #151d20;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background .2s;
}

.contact-confirm-button:hover {
  background: #09989e;
}

/* Figma footer (node 2135:2543) */
.figma-footer {
  position: relative;
  min-height: 1080px;
  margin-top: -265px;
  background: linear-gradient(to bottom, transparent 0 265px, #0d3141 265px 100%);
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
}

body:not(.home) > main {
  padding-bottom: 265px;
}

.page-template-page-about-us > main {
  background: #eaf5f7;
}

.page-template-page-company > main {
  background: #09989e;
}

.footer-contact {
  position: relative;
  z-index: 2;
  width: min(1440px, 75%);
  height: 426px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  color: #151d20;
  text-align: center;
}

.footer-contact-inner {
  position: relative;
  width: 706px;
  height: 100%;
  margin: 0 auto;
}

.footer-contact-en {
  position: absolute;
  top: -16px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  color: #eaf5f7;
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.footer-contact h2 {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.footer-phone {
  position: absolute;
  top: 157px;
  left: 0;
  display: flex;
  width: 706px;
  height: 84px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #151d20;
}

.footer-phone::before,
.footer-phone::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  background: #151d20;
}

.footer-phone::before {
  top: 0;
}

.footer-phone::after {
  bottom: 0;
}

.footer-phone-label {
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
}

.footer-phone img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.footer-phone strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.footer-mail {
  position: absolute;
  top: 282px;
  left: 0;
  display: flex;
  width: 706px;
  height: 102px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #09989e;
  color: #fff;
}

.footer-mail-icon {
  width: 48px;
  height: 34px;
  object-fit: contain;
}

.footer-mail strong {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .08em;
}

.footer-mail-arrow {
  width: 50px;
  height: 20px;
  object-fit: contain;
}

body .site-footer {
  min-height: 654px;
  padding: 148px 0 0;
  background: transparent;
  color: #fff;
}

.footer-container {
  position: relative;
  width: min(1100px, calc(100% - 48px));
  min-height: 506px;
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: 70px;
}

.footer-company {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .08em;
}

.footer-figma-logo {
  display: block;
  width: 226px;
  height: 114px;
  margin: 0 0 2px;
  object-fit: contain;
  object-position: left center;
}

.footer-company address {
  font-style: normal;
}

.footer-navigation {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 62px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-base);
}

.footer-navigation>div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-navigation a {
  color: #fff;
  transition: color .2s;
}

.footer-navigation a:hover {
  color: #62d3d4;
}

.footer-page-top {
  position: absolute;
  top: 300px;
  right: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .08em;
}

.footer-page-top img {
  width: 26px;
  height: 15px;
  object-fit: contain;
}

.footer-bottom {
  position: absolute;
  top: 398px;
  right: 0;
  left: 0;
}

.footer-bottom img {
  display: block;
  width: 100%;
  height: 3px;
  object-fit: fill;
}

.footer-bottom p {
  margin: 16px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
}

@media (max-width: 1100px) {
  .site-header {
    height: 84px;
    animation: none !important;
    transform: none !important;
    background: rgba(13, 49, 65, .96);
  }

  .header-inner {
    height: 84px;
  }

  .brand {
    top: 12px;
    left: 20px;
    width: 146px;
    height: 60px;
    max-width: none;
  }

  .header-brand-mark {
    width: 52px;
    height: 60px;
  }

  .header-brand-mark img {
    height: 60px;
  }

  .header-brand-name {
    font-size: 17px;
    line-height: 1.2;
  }

  .header-divider,
  .header-site-label {
    display: none;
  }

  .menu-toggle {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 20px;
    display: block;
  }

  .header-navigation {
    position: fixed;
    z-index: 1;
    top: 84px;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(88vw, 390px);
    max-height: calc(100dvh - 84px);
    flex-direction: column;
    gap: 28px;
    padding: 38px 28px;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateX(105%);
    background: #fff;
    box-shadow: -15px 30px 50px rgba(0, 0, 0, .18);
    transition: transform .3s;
  }

  .menu-open .header-navigation {
    transform: translateX(0);
  }

  .site-nav {
    position: static;
    display: flex;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-radius: 0;
    background: transparent;
    color: #151d20;
    font-size: 15px;
  }

  .site-nav a {
    display: block;
    padding: 15px 5px;
    border-bottom: 1px solid #d9e5e8;
  }

  .site-nav a::after {
    bottom: 8px;
  }

  .header-actions {
    display: grid;
    flex: 0 0 auto;
    gap: 12px;
  }

  .header-action {
    position: static;
    width: 100%;
    height: 64px;
    flex: none;
    font-size: 17px;
  }

  .header-action-icon {
    width: 46px;
    margin-right: 24px;
    margin-left: 9px;
  }

  .common-page-hero {
    height: 650px;
  }

  .common-page-hero__media {
    clip-path: polygon(0 0, 100% 0, 100% 48%, 0 94%);
  }

  .common-page-hero__network-canvas {
    width: 82%;
    opacity: .65;
  }

  .common-page-hero__content {
    padding-top: 220px;
  }

  .common-page-hero__title-ja {
    font-size: 36px;
  }

  .common-page-hero__title-en {
    font-size: clamp(76px, 12vw, 110px);
  }

  .common-page-hero__breadcrumb {
    top: 500px;
    right: 32px;
  }

  .common-page-hero__decoration {
    top: 285px;
    right: -215px;
    transform: rotate(-45deg) scale(.75);
  }

  .company-message {
    min-height: 0;
    padding: 130px 0;
  }

  .company-message__image {
    width: 100%;
    height: clamp(260px, 32vw, 350px);
    margin-top: 75px;
  }

  .company-message__body {
    margin-top: 75px;
  }

  .company-message::after {
    right: 0;
    height: min(1200px, 100%);
    background-position: center bottom;
    background-size: auto 100%;
    transform: none;
  }

  .company-profile {
    min-height: 0;
    padding: 130px 0 100px;
  }

  .company-profile__card {
    min-height: 0;
    margin-top: 75px;
    padding: 75px 8%;
  }

  .company-profile__row {
    grid-template-columns: 220px 1fr;
  }

  .company-profile__map {
    width: 100%;
  }

  .contact-page-hero {
    height: 650px;
  }

  .contact-hero-photo {
    clip-path: polygon(0 0, 100% 0, 100% 48%, 0 94%);
  }

  .contact-hero-title {
    padding-top: 220px;
  }

  .contact-hero-title p {
    font-size: 36px;
  }

  .contact-hero-title h1 {
    font-size: clamp(76px, 12vw, 110px);
  }

  .contact-breadcrumb {
    top: 500px;
    right: 32px;
  }

  .contact-hero-decoration {
    top: 285px;
    right: -190px;
    transform: rotate(-45deg) scale(.75);
  }

  .contact-page-content {
    padding: 130px 0 120px;
  }

  .contact-page-intro p {
    margin-top: 70px;
    font-size: 17px;
  }

  .figma-contact-form .form-row {
    grid-template-columns: 34% 66%;
  }

  .figma-contact-form .form-control {
    width: 100%;
  }

  .figma-contact-form .form-label {
    font-size: 17px;
  }

  .news-page-content {
    padding: 130px 0 130px;
  }

  .news-filter-grid {
    gap: 20px;
  }

  .news-card-grid {
    gap: 50px 24px;
    margin-top: 75px;
  }

  .news-card-category {
    width: 130px;
    flex-basis: 130px;
  }

  .searching-page-content {
    padding: 130px 0 150px;
  }

  .searching-filter-row {
    grid-template-columns: 190px 1fr;
  }

  .searching-filter-options label {
    gap: 10px;
    font-size: 16px;
  }

  .searching-filter-area .searching-filter-options {
    grid-template-columns: repeat(3, max-content);
  }

  .searching-property-card {
    min-height: 310px;
    grid-template-columns: minmax(280px, 38%) 1fr;
    padding: 30px;
  }

  .searching-property-image {
    width: 100%;
    height: 250px;
  }

  .searching-property-body {
    padding-top: 10px;
  }

  .searching-property-data {
    width: 100%;
    gap: 12px;
  }

  .searching-property-data div {
    grid-template-columns: 120px auto;
    gap: 10px;
  }

  .searching-property-data dt {
    width: 120px;
    font-size: 14px;
  }

  .about-power-section {
    padding-top: 130px;
  }

  .about-page-wide {
    width: calc(100% - 48px);
  }

  .about-power-section>.about-page-wide>.about-main-heading:first-child h2 {
    font-size: 42px;
  }

  .about-power-card h4,
  .about-business-cards h4,
  .about-reason-cards h3 {
    font-size: 25px;
  }

  .about-power-card p,
  .about-business-cards p,
  .about-reason-cards p {
    font-size: 16px;
  }

  .about-demand-list,
  .about-issue-circles {
    width: min(100%, 1030px);
  }

  .about-issue-circles {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .about-issue-circles b {
    display: none;
  }

  .about-issue-circles article {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .about-business-cards {
    width: min(100%, 1100px);
  }

  .about-response-cards {
    width: min(100%, 1101px);
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .about-response-cards article {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .about-response-cards h4 {
    font-size: 36px;
  }

  .about-market-diagram {
    width: calc(100% + 48px);
    height: auto;
    margin-left: -24px;
  }

  .about-reason-cards h3 {
    font-size: 23px;
  }

  .about-reason-cards p {
    margin-right: 35px;
    margin-left: 35px;
  }

  .about-action-list article {
    grid-template-columns: 90px 1fr 330px;
  }

  .about-action-list a {
    width: 330px;
  }
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .photo-stack {
    min-height: 500px;
  }

  .feature-grid,
  .news-grid,
  .reason-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .property-list-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .news-card {
    grid-template-columns: 130px 100px 1fr;
  }

  .news-card img,
  .news-card.no-image .news-placeholder {
    width: 130px;
  }

  .news-card .arrow {
    display: none;
  }

  .page-template-page-privacy-policy .policy-hero {
    height: 590px;
  }

  .policy-hero-photo {
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 88%);
  }

  .policy-hero-title {
    padding-top: 190px;
  }

  .policy-hero-title h1 {
    font-size: clamp(5rem, 18vw, 8rem);
  }

  .policy-breadcrumb {
    right: 24px;
    bottom: 105px;
  }

  .policy-decoration {
    right: -120px;
    bottom: 5px;
    transform: scale(.7);
  }

  .policy-content {
    margin: 75px auto 100px;
    font-size: 14px;
    line-height: 1.9;
  }

  .policy-list h2 {
    font-size: 14px;
  }

  .page-template-page-privacy-policy .cta h2 {
    font-size: clamp(2rem, 8vw, 4rem);
  }

  .page-template-page-privacy-policy .cta .eyebrow {
    top: -5px;
    font-size: 76px;
  }

  .page-template-page-privacy-policy .cta-phone,
  .page-template-page-privacy-policy .cta .btn {
    width: min(706px, 100%);
  }

  .figma-footer {
    min-height: 0;
    margin-top: -265px;
    background: linear-gradient(to bottom, transparent 0 265px, #0d3141 265px 100%);
  }

  .footer-contact {
    width: calc(100% - 32px);
    height: 370px;
  }

  .footer-contact-inner {
    width: min(706px, calc(100% - 32px));
  }

  .footer-contact-en {
    top: 0;
    font-size: 92px;
  }

  .footer-contact h2 {
    top: 48px;
    font-size: 46px;
  }

  .footer-phone {
    top: 135px;
    width: 100%;
  }

  .footer-phone-label {
    font-size: 16px;
  }

  .footer-phone strong {
    font-size: 36px;
  }

  .footer-mail {
    top: 255px;
    width: 100%;
    height: 82px;
  }

  body .site-footer {
    min-height: 0;
    padding: 75px 0 30px;
  }

  .footer-container {
    min-height: 560px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .footer-navigation {
    gap: 28px;
  }

  .footer-page-top {
    top: 355px;
    right: 0;
  }

  .footer-bottom {
    top: auto;
    bottom: 0;
  }

  .about-main-heading h2,
  .about-sub-heading {
    font-size: 38px;
  }

  .about-power-section>.about-page-wide>.about-main-heading:first-child h2 {
    font-size: 36px;
  }

  .about-power-cards {
    grid-template-columns: 1fr;
  }

  .about-power-card {
    height: 430px;
  }

  .about-power-card img {
    width: 190px;
    height: 190px;
    bottom: 25px;
  }

  .about-issue-circles span {
    width: 130px;
    height: 120px;
  }

  .about-issue-circles img {
    width: 110px;
    height: 110px;
  }

  .about-issue-circles strong {
    font-size: 22px;
  }

  .about-frequency-label,
  .about-growth-copy {
    font-size: 36px;
  }

  .about-business-cards {
    grid-template-columns: 1fr;
  }

  .about-response-cards h4 {
    font-size: 28px;
  }

  .about-response-cards img {
    width: 85px;
    height: 85px;
  }

  .about-response-cards p {
    font-size: 20px;
  }

  .about-reason-cards {
    grid-template-columns: 1fr;
  }

  .about-reason-cards article {
    height: 520px;
  }

  .about-concern-details {
    padding: 50px;
  }

  .about-action-list article {
    height: auto;
    min-height: 170px;
    grid-template-columns: 80px 1fr;
    padding: 30px;
  }

  .about-action-list>article>span {
    width: 80px;
    height: 80px;
    font-size: 36px;
  }

  .about-action-list h3 {
    font-size: 24px;
  }

  .about-action-list a {
    width: 100%;
    grid-column: 1/-1;
  }
}

@media (max-width: 600px) {

  .container,
  .narrow {
    width: min(100% - 32px, 1120px);
  }

  .photo-stack {
    min-height: 390px;
  }

  .section-pad {
    padding: 72px 0;
  }

  .news-row {
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
  }

  .news-row time {
    grid-column: 1;
  }

  .news-row .tag {
    grid-column: 2;
    grid-row: 1;
  }

  .news-row .news-title {
    grid-column: 1 / -1;
  }

  .news-row .arrow {
    display: none;
  }

  .subpage-hero {
    min-height: 330px;
    padding: 140px 0 55px;
  }

  .archive-toolbar {
    flex-wrap: wrap;
  }

  .filter-group {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .filter-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .property-data {
    grid-template-columns: 1fr;
  }

  .news-card {
    grid-template-columns: 100px 1fr;
    gap: 14px;
  }

  .news-card img,
  .news-card.no-image .news-placeholder {
    width: 100px;
  }

  .news-card .tag {
    grid-column: 2;
    grid-row: 1;
    width: fit-content;
  }

  .news-info {
    grid-column: 1/-1;
  }

  .choice-grid.inline {
    grid-template-columns: 1fr;
  }

  .common-page-hero {
    height: 500px;
  }

  .common-page-hero__media {
    clip-path: polygon(0 0, 100% 0, 100% 57%, 0 84%);
  }

  .common-page-hero__network-canvas {
    width: 100%;
    opacity: .58;
  }

  .common-page-hero__image,
  .common-page-hero__overlay {
    object-position: 45% center;
  }

  .common-page-hero__content {
    width: calc(100% - 32px);
    padding-top: 155px;
  }

  .common-page-hero__title-ja {
    margin-bottom: 6px;
    font-size: 23px;
  }

  .common-page-hero__title-en {
    max-width: 100%;
    font-size: clamp(38px, 11.5vw, 56px);
    line-height: 1;
    white-space: nowrap;
  }

  .common-page-hero__breadcrumb {
    top: 388px;
    right: 18px;
    gap: 8px;
    font-size: 12px;
  }

  .common-page-hero__breadcrumb img {
    width: 34px;
  }

  .common-page-hero__decoration {
    top: 240px;
    right: -320px;
    transform: rotate(-45deg) scale(.48);
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .about-power-section {
    margin-top: 0;
    padding-top: 80px;
  }

  .about-page-wide,
  .about-page-inner {
    width: calc(100% - 32px);
  }

  .about-main-heading h2,
  .about-sub-heading {
    font-size: 27px;
  }

  .about-power-section>.about-page-wide>.about-main-heading:first-child h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  .about-main-heading i {
    width: 70px;
    margin-top: 14px;
  }

  .about-sub-heading {
    margin-top: 42px;
  }

  .about-power-cards {
    gap: 20px;
    margin-top: 28px;
  }

  .about-power-card {
    height: 390px;
  }

  .about-power-card h4 {
    height: 85px;
    font-size: 22px;
  }

  .about-power-card p {
    margin: 24px 24px 0;
    font-size: 14px;
  }

  .about-power-card img {
    width: 175px;
    height: 175px;
  }

  .about-demand-heading,
  .about-issue-heading,
  .about-business-heading,
  .about-response-heading,
  .about-premium-heading {
    margin-top: 70px;
  }

  .about-demand-list {
    gap: 18px;
  }

  .about-demand-list article {
    height: 125px;
    padding: 15px;
  }

  .about-demand-list p {
    font-size: 16px;
  }

  .about-issue-circles {
    grid-template-columns: 1fr;
    width: 260px;
  }

  .about-issue-circles article {
    width: 260px;
    height: 260px;
  }

  .about-frequency-label,
  .about-growth-copy {
    font-size: 25px;
    line-height: 1.5;
  }

  .about-flow-arrow {
    margin-top: 25px;
    font-size: 36px;
  }

  .about-growth-note,
  .about-business-lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .about-business-lead br,
  .about-business-cards p br {
    display: none;
  }

  .about-business-cards {
    gap: 20px;
  }

  .about-business-cards article {
    height: 390px;
  }

  .about-business-cards h4 {
    height: 85px;
    font-size: 22px;
  }

  .about-business-cards p {
    margin: 22px 25px 0;
    font-size: 14px;
  }

  .about-business-cards img {
    width: 150px;
    height: 150px;
  }

  .about-response-cards {
    grid-template-columns: 1fr;
    width: 280px;
  }

  .about-response-cards article {
    width: 280px;
    height: 280px;
  }

  .about-response-cards h4 {
    font-size: 34px;
  }

  .about-premium-note {
    font-size: 15px;
  }

  .about-premium-price {
    font-size: 32px;
  }

  .about-premium-caption {
    font-size: 14px;
  }

  .about-market-diagram {
    width: calc(100% + 32px);
    margin-top: 50px;
    margin-left: -16px;
  }

  .about-investment-section {
    padding: 110px 0 100px;
  }

  .about-investment-marquee {
    top: 35px;
    font-size: 58px;
  }

  .about-investment-lead {
    margin-top: 28px;
    font-size: 15px;
  }

  .about-reason-cards {
    gap: 24px;
    margin-top: 50px;
  }

  .about-reason-cards article {
    height: 480px;
  }

  .about-reason-cards h3 {
    height: 85px;
    font-size: 20px;
  }

  .about-reason-cards p {
    margin: 28px 30px 0;
    font-size: 14px;
  }

  .about-reason-visual {
    bottom: 35px;
    height: 190px;
  }

  .about-concerns-section {
    padding: 70px 0 80px;
  }

  .about-concerns-balloon {
    top: -35px;
    width: calc(100% - 48px);
    height: auto;
    aspect-ratio: 606/124;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .about-concerns-section h2 {
    font-size: 27px;
    line-height: 1.5;
  }

  .about-concerns-section h2::before {
    display: none;
  }

  .about-concern-cards {
    grid-template-columns: 1fr;
    width: 280px;
    gap: 20px;
    margin-top: 45px;
  }

  .about-concern-cards article {
    width: 280px;
    height: 300px;
  }

  .about-concern-cards h3 {
    margin-top: 40px;
    font-size: 25px;
  }

  .about-concern-cards h3 small {
    font-size: 18px;
  }

  .about-concern-cards img {
    width: 120px;
    height: 135px;
  }

  .about-concern-details {
    min-height: 0;
    margin-top: 55px;
    padding: 30px 22px;
  }

  .about-concern-details h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .about-concern-details p {
    margin-right: 0;
    margin-left: 0;
    font-size: 13px;
  }

  .about-concern-details strong {
    font-size: 17px;
  }

  .about-actions-section {
    padding: 85px 0 80px;
  }

  .about-action-list {
    gap: 18px;
    margin-top: 55px;
  }

  .about-action-list article {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 18px;
    padding: 20px;
  }

  .about-action-list>article>span {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }

  .about-action-list h3 {
    font-size: 18px;
  }

  .about-action-list a {
    height: 56px;
    font-size: 16px;
  }

  .about-action-list a b {
    margin-left: 25px;
  }

  .section-heading p {
    margin-top: 14px;
    font-size: 16px;
  }

  .company-message {
    padding: 85px 0;
  }

  .company-page-inner {
    width: calc(100% - 32px);
  }

  .company-message__image {
    height: 220px;
    margin-top: 55px;
  }

  .company-message__body {
    margin-top: 55px;
    font-size: 14px;
    line-height: 1.9;
  }

  .company-message__body p {
    margin-bottom: 22px;
  }

  .company-message__signature {
    font-size: 14px;
  }

  .company-message::after {
    right: 0;
    bottom: 0;
    height: 100%;
    background-position: 62% bottom;
    background-size: auto 100%;
    transform: none;
  }

  .company-profile {
    padding: 85px 0 70px;
  }

  .company-profile__card {
    width: calc(100% - 32px);
    margin-top: 55px;
    padding: 45px 22px;
  }

  .company-profile__row {
    grid-template-columns: 1fr;
    gap: 4px;
    margin: 0;
    padding: 15px 0;
  }

  .company-profile__row dt,
  .company-profile__row dd {
    padding: 0;
    font-size: 14px;
  }

  .company-profile__row dt {
    color: #09989e;
    font-weight: 700;
  }

  .company-profile__map {
    height: 190px;
    margin-top: 42px;
  }

  .contact-page-hero {
    height: 500px;
  }

  .contact-hero-photo {
    clip-path: polygon(0 0, 100% 0, 100% 57%, 0 84%);
    background-position: 45% center;
  }

  .contact-hero-title {
    padding-top: 155px;
  }

  .contact-hero-title p {
    margin-bottom: 6px;
    font-size: 23px;
  }

  .contact-hero-title h1 {
    font-size: 56px;
  }

  .contact-breadcrumb {
    top: 388px;
    right: 18px;
    gap: 8px;
    font-size: 12px;
  }

  .contact-breadcrumb img {
    width: 34px;
  }

  .contact-hero-decoration {
    top: 245px;
    right: -300px;
    transform: rotate(-45deg) scale(.5);
  }

  .contact-page-content {
    padding: 85px 0 90px;
  }

  .contact-page-inner {
    width: calc(100% - 32px);
  }

  .contact-page-intro h2 {
    font-size: 32px;
  }

  .contact-page-intro>img {
    margin-top: 15px;
  }

  .contact-page-intro p {
    margin-top: 48px;
    font-size: 14px;
    line-height: 1.9;
  }

  .contact-page-intro p br {
    display: none;
  }

  .figma-contact-form {
    margin-top: 65px;
  }

  .figma-contact-form .form-row {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
  }

  .figma-contact-form .form-label {
    padding-top: 0;
    font-size: 15px;
  }

  .figma-contact-form .required {
    min-width: 44px;
    height: 17px;
    margin-left: 10px;
    padding-top: 3px;
  }

  .figma-contact-form .form-control {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    font-size: 15px;
  }

  .figma-contact-form .form-row-options {
    min-height: 0;
  }

  .figma-contact-form .choice-grid {
    padding-top: 0;
    font-size: 14px;
  }

  .figma-contact-form .choice-grid.inline {
    display: grid;
    gap: 8px;
    padding-top: 0;
  }

  .figma-contact-form .choice-grid label {
    white-space: normal;
  }

  .figma-contact-form .form-row-message {
    min-height: 0;
  }

  .figma-contact-form textarea.form-control {
    height: 180px;
    min-height: 180px;
    padding-top: 16px;
  }

  .figma-contact-form .privacy-check {
    flex-wrap: wrap;
    font-size: 14px;
  }

  .figma-contact-form .privacy-check input {
    width: 20px;
    height: 20px;
  }

  .contact-confirm-button {
    width: min(100%, 350px);
    height: 70px;
    margin-top: 34px;
    font-size: 20px;
  }

  .news-page-content {
    padding: 85px 0 95px;
  }

  .news-page-inner {
    width: calc(100% - 32px);
  }

  .news-filter-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .news-filter-select {
    height: 56px;
    font-size: 14px;
  }

  .news-card-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 60px;
  }

  .news-card-meta {
    gap: 15px;
    margin-top: 13px;
  }

  .news-card-category {
    width: 118px;
    height: 31px;
    flex-basis: 118px;
    font-size: 13px;
  }

  .news-card-meta time {
    font-size: 13px;
  }

  .news-card-title {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.75;
  }

  .news-pagination {
    margin-top: 65px;
  }

  .news-pagination a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .searching-page-content {
    padding: 85px 0 100px;
  }

  .searching-page-inner {
    width: calc(100% - 32px);
  }

  .searching-filter-row {
    display: block;
    padding: 18px 0;
  }

  .searching-filter-row legend {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .searching-filter-options {
    gap: 12px 18px;
  }

  .searching-filter-options label {
    gap: 8px;
    font-size: 14px;
  }

  .searching-filter-options input {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .searching-filter-options input::after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
  }

  .searching-filter-area .searching-filter-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .searching-filter-submit {
    width: 220px;
    height: 54px;
    margin-top: 55px;
  }

  .searching-property-list {
    gap: 24px;
    margin-top: 65px;
  }

  .searching-property-card {
    display: block;
    min-height: 0;
    padding: 18px;
  }

  .searching-property-image {
    width: 100%;
    height: auto;
    aspect-ratio: 400/285;
  }

  .searching-property-body {
    padding-top: 20px;
  }

  .searching-property-heading {
    gap: 10px;
  }

  .searching-property-voltage {
    min-width: 50px;
    height: 30px;
    font-size: 14px;
  }

  .searching-property-heading h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .searching-property-data {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .searching-property-data div {
    grid-template-columns: 120px 1fr;
    gap: 12px;
  }

  .searching-property-data dt {
    width: 120px;
    font-size: 13px;
  }

  .searching-property-data dd {
    font-size: 13px;
  }

  .searching-property-link {
    height: 54px;
    margin-top: 20px;
    font-size: 16px;
  }

  .page-template-page-privacy-policy .policy-hero {
    height: 480px;
  }

  .policy-hero-title {
    padding-top: 150px;
  }

  .policy-hero-title p {
    font-size: 1.35rem;
  }

  .policy-hero-title h1 {
    font-size: 4.2rem;
  }

  .policy-breadcrumb {
    bottom: 80px;
    gap: 8px;
    font-size: 12px;
  }

  .policy-breadcrumb img {
    width: 34px;
  }

  .policy-content {
    width: calc(100% - 32px);
    margin-top: 55px;
    letter-spacing: var(--letter-spacing-base);
  }

  .policy-content .policy-list {
    padding-left: 1.4em;
  }

  .page-template-page-privacy-policy .cta-phone {
    flex-direction: column;
    gap: 5px;
  }

  .page-template-page-privacy-policy .cta .btn {
    min-height: 60px;
    font-size: 17px;
  }

  .footer-contact {
    height: 340px;
  }

  .footer-contact-en {
    top: 10px;
    font-size: 64px;
  }

  .footer-contact h2 {
    top: 50px;
    font-size: 34px;
  }

  .footer-phone {
    top: 118px;
    display: grid;
    height: 86px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    column-gap: 7px;
    row-gap: 5px;
    justify-content: center;
    padding: 9px 0;
  }

  .footer-phone-label {
    grid-row: 1;
    grid-column: 1 / -1;
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
  }

  .footer-phone img {
    width: 28px;
    height: 28px;
    grid-row: 2;
    grid-column: 1;
    align-self: center;
  }

  .footer-phone strong {
    grid-row: 2;
    grid-column: 2;
    align-self: center;
    font-size: clamp(22px, 7.2vw, 28px);
    line-height: 1;
    letter-spacing: .04em;
    white-space: nowrap;
  }

  .footer-mail {
    top: 228px;
    height: 74px;
    gap: 12px;
  }

  .footer-mail-icon {
    width: 34px;
    height: 26px;
  }

  .footer-mail strong {
    font-size: 16px;
  }

  .footer-mail-arrow {
    width: 34px;
  }

  body .site-footer {
    padding-top: 58px;
  }

  .footer-container {
    min-height: 720px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .footer-figma-logo {
    width: 185px;
    height: 92px;
  }

  .footer-company {
    font-size: 13px;
  }

  .footer-navigation {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    font-size: 14px;
  }

  .footer-page-top {
    top: 540px;
  }

  .footer-bottom p {
    font-size: 11px;
  }
}

/* TOP page */
.home-wide {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
}

.home-inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.home-section-title {
  color: #0d3141;
}

.home-section-title>p {
  margin: 0;
  color: #09989e;
  font-size: clamp(64px, 6.667vw, 128px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: var(--letter-spacing-base);
}

.home-section-title>h2 {
  margin: 26px 0 0;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: var(--letter-spacing-base);
}

.home-section-title--center {
  text-align: center;
}

.home-section-title--light,
.home-section-title--light>p {
  color: #fff;
}

.home-button-wrap {
  margin: 70px 0 0;
  text-align: center;
}

.common-button {
  position: relative;
  display: inline-flex;
  width: 300px;
  height: 72px;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  transition: background .25s, color .25s, transform .25s;
}

.common-button:hover {
  transform: translateY(-2px);
}

.common-button__label {
  position: relative;
  z-index: 1;
}

.common-button__arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 48px;
  height: 16px;
  transform: translateY(-50%);
  object-fit: fill;
}

.common-button--large {
  width: 500px;
  height: 90px;
  min-height: 90px;
  font-size: 24px;
}

.common-button--large .common-button__arrow {
  right: 36px;
}

.common-button--teal {
  background: #09989e;
  color: #fff;
}

.common-button--teal:hover {
  background: #0d3141;
}

.common-button--light {
  background: #fff;
  color: #0d3141;
}

.common-button--light:hover {
  background: #eaf5f7;
}

.common-button--navy {
  background: #0d3141;
  color: #fff;
}

.common-button--navy:hover {
  background: #09989e;
}

.home-hero {
  --hero-copy-x: 0px;
  --hero-copy-y: 0px;
  --hero-person-x: 0px;
  --hero-person-y: 0px;
  --hero-tabs-x: 0px;
  --hero-tabs-y: 0px;
  --hero-scroll-copy: 0px;
  --hero-scroll-person: 0px;
  --hero-scroll-statement: 0px;
  position: relative;
  height: 1080px;
  min-height: 0;
  isolation: isolate;
  overflow: hidden;
  background-color: #096d8f;
  background-image: url("../images/home/home-hero-bg.jpg");
  background-position: center -423px;
  background-size: 2049px 1792px;
  background-repeat: no-repeat;
  color: #fff;
}

.home-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 92, 158, .64), rgba(14, 137, 172, .34) 54%, rgba(3, 54, 75, .05)), linear-gradient(90deg, rgba(0, 99, 151, .24), rgba(14, 165, 190, .05) 58%, rgba(4, 68, 103, .2));
  animation: home-hero-overlay-breathe 7s ease-in-out infinite alternate;
}

.home-hero::after {
  position: absolute;
  z-index: 2;
  top: -45%;
  left: -42%;
  width: 32%;
  height: 190%;
  content: "";
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(210, 252, 255, .16), rgba(255, 255, 255, .32), rgba(210, 252, 255, .12), transparent);
  filter: blur(16px);
  pointer-events: none;
  will-change: transform;
  animation: home-hero-light-scan 8s 1.2s cubic-bezier(.45, 0, .25, 1) infinite;
}

.home-hero__decor {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  animation: home-hero-decor-in 1.4s .15s ease-out both;
}

.home-hero__stripes,
.home-hero__network {
  position: absolute;
  display: block;
  max-width: none;
}

.home-hero__stripes--left {
  top: 0;
  left: 0;
  width: 996px;
  height: 943px;
  will-change: transform, opacity;
  animation:
    home-hero-stripes-left-in 1.35s .1s cubic-bezier(.16, 1, .3, 1) both,
    home-hero-stripes-left-drift 9s 1.45s ease-in-out infinite alternate;
}

.home-hero__stripes--right {
  top: 0;
  right: 0;
  width: 449px;
  height: 953px;
  will-change: transform, opacity;
  animation:
    home-hero-stripes-right-in 1.45s .2s cubic-bezier(.16, 1, .3, 1) both,
    home-hero-stripes-right-drift 8s 1.65s ease-in-out infinite alternate;
}

.home-hero__network {
  top: 0;
  right: 0;
  width: 1440px;
  height: 1080px;
  transform-origin: right center;
  will-change: transform, opacity, filter;
  clip-path: inset(0);
  animation:
    home-hero-network-reveal 1.8s .25s cubic-bezier(.22, 1, .36, 1) both,
    home-hero-network-drift 8s 2.05s ease-in-out infinite alternate;
}

.home-hero__network-canvas {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 74%;
  height: 100%;
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(227, 253, 255, .38));
  animation: home-hero-canvas-in 1.8s .65s ease-out both;
}

.home-hero__energy-pulses {
  position: absolute;
  inset: 0 0 0 46%;
  overflow: hidden;
}

.home-hero__energy-pulses i {
  position: absolute;
  bottom: -30px;
  left: var(--pulse-left);
  display: block;
  width: var(--pulse-size);
  height: var(--pulse-size);
  border: 1px solid rgba(222, 253, 255, .78);
  border-radius: 50%;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 0 12px rgba(210, 250, 255, .9), 0 0 30px rgba(9, 152, 158, .55);
  opacity: 0;
  animation: home-hero-energy-rise var(--pulse-duration) var(--pulse-delay) linear infinite;
}

.home-hero__energy-pulses i:nth-child(1) { --pulse-left: 10%; --pulse-size: 4px; --pulse-duration: 7.5s; --pulse-delay: .3s; }
.home-hero__energy-pulses i:nth-child(2) { --pulse-left: 25%; --pulse-size: 7px; --pulse-duration: 10s; --pulse-delay: 2.2s; }
.home-hero__energy-pulses i:nth-child(3) { --pulse-left: 39%; --pulse-size: 5px; --pulse-duration: 8.2s; --pulse-delay: 4.1s; }
.home-hero__energy-pulses i:nth-child(4) { --pulse-left: 54%; --pulse-size: 8px; --pulse-duration: 11s; --pulse-delay: 1.2s; }
.home-hero__energy-pulses i:nth-child(5) { --pulse-left: 67%; --pulse-size: 4px; --pulse-duration: 7s; --pulse-delay: 5.4s; }
.home-hero__energy-pulses i:nth-child(6) { --pulse-left: 78%; --pulse-size: 6px; --pulse-duration: 9.5s; --pulse-delay: 3.3s; }
.home-hero__energy-pulses i:nth-child(7) { --pulse-left: 88%; --pulse-size: 5px; --pulse-duration: 8.8s; --pulse-delay: 6.2s; }
.home-hero__energy-pulses i:nth-child(8) { --pulse-left: 96%; --pulse-size: 7px; --pulse-duration: 10.5s; --pulse-delay: .8s; }

.home-hero__statement {
  position: absolute;
  z-index: 3;
  top: 555px;
  left: 0;
  width: 100%;
  margin: 0;
  overflow: visible;
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: 126px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--letter-spacing-base);
  white-space: nowrap;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .25);
  transform: translate3d(0, var(--hero-scroll-statement), 0);
  opacity: 0;
  animation: home-hero-statement-in 1.25s 1s ease-out forwards;
}

.home-hero__statement-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: home-hero-statement-flow 24s linear infinite;
}

.home-hero__statement-track span {
  display: block;
  flex: none;
  padding-right: .75em;
}

@keyframes home-hero-statement-flow {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes home-hero-network-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: .28;
    filter: brightness(.9);
  }

  50% {
    transform: translate3d(-28px, 18px, 0) scale(1.035) rotate(-.4deg);
    opacity: .42;
    filter: brightness(1.2);
  }

  100% {
    transform: translate3d(-46px, -16px, 0) scale(1.055) rotate(.55deg);
    opacity: .34;
    filter: brightness(1);
  }
}

@keyframes home-hero-overlay-breathe {
  from {
    opacity: .82;
  }

  to {
    opacity: 1;
  }
}

@keyframes home-hero-light-scan {
  0%,
  12% {
    transform: translate3d(0, 0, 0) rotate(18deg);
    opacity: 0;
  }

  24% {
    opacity: .85;
  }

  55% {
    opacity: .4;
  }

  72%,
  100% {
    transform: translate3d(510%, 0, 0) rotate(18deg);
    opacity: 0;
  }
}

@keyframes home-hero-decor-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes home-hero-stripes-left-in {
  from {
    transform: translate3d(-90px, -35px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes home-hero-stripes-right-in {
  from {
    transform: translate3d(90px, -35px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes home-hero-stripes-left-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-18px, 16px, 0) scale(1.025);
  }
}

@keyframes home-hero-stripes-right-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(17px, -12px, 0) scale(1.035);
  }
}

@keyframes home-hero-network-reveal {
  from {
    clip-path: inset(0 0 100% 100%);
  }

  to {
    clip-path: inset(0);
  }
}

@keyframes home-hero-canvas-in {
  from {
    opacity: 0;
    filter: blur(8px) drop-shadow(0 0 0 rgba(227, 253, 255, 0));
  }

  to {
    opacity: 1;
    filter: blur(0) drop-shadow(0 0 8px rgba(227, 253, 255, .38));
  }
}

@keyframes home-hero-energy-rise {
  0% {
    transform: translate3d(0, 0, 0) scale(.45);
    opacity: 0;
  }

  12% {
    opacity: .8;
  }

  55% {
    transform: translate3d(35px, -520px, 0) scale(1);
    opacity: .65;
  }

  100% {
    transform: translate3d(-20px, -1120px, 0) scale(.3);
    opacity: 0;
  }
}

@keyframes home-hero-statement-in {
  from {
    opacity: 0;
    filter: blur(6px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes home-hero-person-in {
  from {
    transform: translate3d(-70px, 90px, 0) scale(.94);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@keyframes home-hero-person-float {
  from {
    transform: scaleX(-1) translate3d(0, 0, 0);
  }

  to {
    transform: scaleX(-1) translate3d(0, -11px, 0);
  }
}

@keyframes home-hero-person-float-natural {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -11px, 0);
  }
}

@keyframes home-hero-label-in {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  to {
    clip-path: inset(0);
    opacity: 1;
  }
}

@keyframes home-hero-label-glow {
  from {
    box-shadow: 0 0 0 rgba(7, 194, 202, 0);
  }

  to {
    box-shadow: 0 0 30px rgba(7, 194, 202, .42);
  }
}

@keyframes home-hero-label-shine {
  0%,
  55% {
    left: -35%;
    opacity: 0;
  }

  62% {
    opacity: .8;
  }

  80%,
  100% {
    left: 125%;
    opacity: 0;
  }
}

@keyframes home-hero-title-in {
  from {
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, 32px, 0);
    opacity: 0;
    filter: blur(5px);
  }

  to {
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes home-hero-lead-in {
  from {
    transform: translate3d(0, 24px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes home-hero-ribbon-in {
  from {
    transform: translate3d(0, 54px, 0) scale(.9);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@keyframes home-hero-ribbon-float {
  from {
    transform: translate3d(0, 0, 0) rotate(-.25deg);
    filter: drop-shadow(0 7px 9px rgba(0, 42, 62, .12));
  }

  to {
    transform: translate3d(0, -9px, 0) rotate(.35deg);
    filter: drop-shadow(0 16px 18px rgba(0, 42, 62, .22));
  }
}

.home-hero__person {
  position: absolute;
  z-index: 4;
  top: 367px;
  left: calc(50% - 914px);
  width: 559px;
  height: 713px;
  transform: translate3d(var(--hero-person-x), calc(var(--hero-person-y) + var(--hero-scroll-person)), 0);
  will-change: transform;
}

.home-hero__person-float {
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: home-hero-person-in 1.25s .45s cubic-bezier(.16, 1, .3, 1) forwards;
}

.home-hero__person img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  transform: scaleX(-1);
  object-fit: cover;
  object-position: center center;
  filter: drop-shadow(18px 10px 22px rgba(2, 42, 65, .14));
  will-change: transform;
  animation: home-hero-person-float 4.8s 1.7s ease-in-out infinite alternate;
}

.home-hero__copy {
  position: absolute;
  z-index: 5;
  top: 234px;
  left: calc(50% - 407px);
  transform: translate3d(var(--hero-copy-x), calc(var(--hero-copy-y) + var(--hero-scroll-copy)), 0);
  will-change: transform;
}

.home-hero__label {
  position: relative;
  display: flex;
  width: 503px;
  height: 90px;
  align-items: center;
  justify-content: center;
  margin: 0 0 39px;
  background: linear-gradient(98deg, #109fa3, #08597e);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  overflow: hidden;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  box-shadow: 0 0 0 rgba(7, 194, 202, 0);
  animation:
    home-hero-label-in 1s .42s cubic-bezier(.16, 1, .3, 1) forwards,
    home-hero-label-glow 3.2s 1.5s ease-in-out infinite alternate;
}

.home-hero__label::after {
  position: absolute;
  inset: -40% auto -40% -35%;
  width: 26%;
  content: "";
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent);
  animation: home-hero-label-shine 4.4s 1.8s ease-in-out infinite;
}

.home-hero h1 {
  margin: 0;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.4167;
  letter-spacing: .08em;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .15);
  white-space: nowrap;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  animation: home-hero-title-in 1.2s .65s cubic-bezier(.16, 1, .3, 1) forwards;
}

.home-hero__lead {
  margin: 51px 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
  opacity: 0;
  animation: home-hero-lead-in 1s 1.05s ease-out forwards;
}

.home-hero__tabs {
  position: absolute;
  z-index: 6;
  top: 826px;
  right: auto;
  bottom: auto;
  left: 50%;
  display: grid;
  width: 1570px;
  height: 162px;
  grid-template-columns: repeat(3, 510px);
  gap: 20px;
  transform: translate3d(calc(-50% + var(--hero-tabs-x)), var(--hero-tabs-y), 0);
  background: transparent;
  color: #fff;
  will-change: transform;
}

.home-hero__tabs article {
  position: relative;
  display: flex;
  width: 510px;
  height: 162px;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  border: 0;
  text-align: center;
  opacity: 0;
  animation: home-hero-ribbon-in .9s cubic-bezier(.16, 1, .3, 1) forwards;
}

.home-hero__tabs article:nth-child(1) { animation-delay: 1.1s; }
.home-hero__tabs article:nth-child(2) { animation-delay: 1.28s; }
.home-hero__tabs article:nth-child(3) { animation-delay: 1.46s; }

.home-hero__tabs article:nth-child(-n+2) {
  padding-top: 6px;
}

.home-hero__tabs img {
  display: block;
  width: 510px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  will-change: transform;
  animation: home-hero-ribbon-float 3.8s 2.2s ease-in-out infinite alternate;
}

.home-hero__tab-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.home-hero__tabs article:nth-child(2) img { animation-delay: 2.55s; animation-duration: 4.3s; }
.home-hero__tabs article:nth-child(3) img { animation-delay: 2.8s; animation-duration: 4s; }

.home-properties {
  position: relative;
  height: 1337px;
  padding: 100px 0 0;
  overflow: hidden;
  background: #fff;
}

.home-properties::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../images/home/home-properties-bg.jpg") center -533px/135.2% auto no-repeat;
  opacity: .75;
  -webkit-mask: url("../images/home/home-properties-mask.svg") center/100% 100% no-repeat;
  mask: url("../images/home/home-properties-mask.svg") center/100% 100% no-repeat;
}

.home-properties::after {
  display: none;
}

.home-properties .home-wide {
  position: relative;
  z-index: 1;
}

.home-properties .home-section-title>p {
  background: linear-gradient(180deg, #109fa3, #08597e);
  background-clip: text;
  color: transparent;
  font-size: 64px;
  line-height: 1;
  letter-spacing: .08em;
  -webkit-background-clip: text;
}

.home-properties .home-section-title>h2 {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1;
}

.home-properties__type {
  display: flex;
  height: 50px;
  align-items: center;
  margin: 34px 0 0;
  padding-left: 15px;
  border-left: 5px solid #09989e;
  color: #09989e;
  font-size: 32px;
  line-height: 1;
  letter-spacing: .08em;
}

.home-property-grid {
  display: grid;
  grid-template-columns: repeat(3, 460px);
  gap: 30px;
  margin-top: 30px;
}

.home-property-card {
  width: 460px;
  min-width: 0;
  height: 620px;
  background: #fff;
  box-shadow: none;
}

.home-property-card__image {
  position: relative;
  display: block;
  height: 259px;
  overflow: hidden;
}

.home-property-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}

.home-property-card:hover .home-property-card__image img {
  transform: scale(1.025);
}

.home-property-card__image>span {
  display: none;
}

.home-property-card__body {
  height: 361px;
  padding: 26px 30px 28px;
}

.home-property-card__body h3 {
  display: flex;
  height: 62px;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 28px;
  border-bottom: 2px solid #151d20;
  color: #151d20;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: .08em;
}

.home-property-card__body h3 a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-property-card__pin {
  display: block;
  width: 27px;
  height: 37px;
  flex: 0 0 27px;
  margin-right: 14px;
  object-fit: contain;
}

.home-property-card__body dl {
  margin: 0;
  border: 0;
}

.home-property-card__body dl div {
  display: grid;
  height: 35px;
  min-height: 35px;
  grid-template-columns: 140px 1fr;
  align-items: center;
  margin-bottom: 10px;
  border: 0;
}

.home-property-card__body dl div:last-child {
  margin-bottom: 0;
}

.home-property-card__body dt,
.home-property-card__body dd {
  display: flex;
  height: 35px;
  align-items: center;
  margin: 0;
  padding: 0 12px;
  font-size: 16px;
  line-height: 1;
}

.home-property-card__body dt {
  background: #eaf5f7;
  color: #0d3141;
  font-weight: 700;
  text-align: center;
}

.home-text-link {
  display: flex;
  width: 400px;
  height: 55px;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
  border-radius: 50px;
  background: #eaf5f7;
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
}

.home-text-link b {
  color: #09989e;
  font-size: 24px;
}

.home-properties .home-button-wrap {
  margin-top: 50px;
}

.home-catch {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 168px;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.home-catch p {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 54.815px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
}

.home-catch p::before {
  position: absolute;
  top: 75px;
  left: 50%;
  width: 1320px;
  height: 5px;
  content: "";
  transform: translateX(-50%);
  background: #fff;
}

.home-catch p::after {
  display: none;
}

.home-foundation {
  overflow: hidden;
  background: linear-gradient(253.659deg, #109fa3 0%, #08597e 100%);
}

.home-balance {
  height: 1182px;
  padding: 100px 0 0;
  background: transparent;
  color: #0d3141;
}

.home-balance>.home-inner {
  width: min(1100px, calc(100% - 64px));
}

.home-balance__group>h2 {
  position: relative;
  margin: 0 0 25px;
  padding-left: 50px;
  color: #fff;
  font-size: 48px;
  line-height: 80px;
  letter-spacing: .08em;
}

.home-balance__group>h2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: #fff;
}

.home-balance__group+.home-balance__group {
  margin-top: 80px;
}

.home-balance__cards {
  display: grid;
  grid-template-columns: repeat(2, 530px);
  gap: 40px 40px;
}

.home-balance__cards article {
  display: flex;
  height: 85px;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  background: #fff;
  text-align: center;
}

.home-balance__cards b {
  display: block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  margin-right: 26px;
}

.home-balance__cards b img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.home-balance__cards p {
  margin: 0;
  color: #09989e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
}

.home-balance__cards small {
  display: block;
  margin-top: 6px;
  color: #0d3141;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}

.home-balance__cards .is-wide {
  height: 130px;
  grid-column: 1 / -1;
}

.home-balance__cards--demerit {
  gap: 40px;
}

.home-balance__cards--demerit article {
  height: 136px;
}

.home-balance__cards--demerit article:last-child {
  grid-column: 1;
}

.home-about {
  position: relative;
  height: 890px;
  background: transparent;
  color: #fff;
}

.home-about__image {
  position: absolute;
  display: block;
  object-fit: cover;
}

.home-about__image--left {
  top: 160px;
  left: 0;
  width: 200px;
  height: 630px;
  object-position: 86% center;
}

.home-about__image--center {
  top: 0;
  left: calc(50% + 130px);
  width: 450px;
  height: 630px;
  object-position: center;
}

.home-about__image--right {
  top: 160px;
  right: 0;
  width: 320px;
  height: 630px;
  object-position: 68% center;
}

.home-about__body {
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  width: 720px;
  padding: 0;
  text-align: left;
}

.home-about__heading {
  display: flex;
  height: 80px;
  align-items: flex-end;
}

.home-about__heading>p {
  margin: 0 0 9px 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.home-about__en {
  width: 231px;
  margin: 0 !important;
  font-size: 64px !important;
  font-weight: 700;
  line-height: 80px !important;
  letter-spacing: .08em;
}

.home-about__body h2 {
  margin: 35px 0 0;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: .08em;
}

.home-about__body h2 span {
  white-space: nowrap;
}

.home-about__text {
  width: 720px;
  margin-top: 42px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
}

.home-about__text p {
  margin: 0 0 12px;
}

.home-about__button {
  position: absolute;
  top: 635px;
  left: 0;
}

.home-investment {
  position: relative;
  padding: 190px 0 165px;
  overflow: hidden;
  background: #fff;
}

.home-marquee {
  position: absolute;
  top: 52px;
  left: 0;
  margin: 0;
  color: #eaf5f7;
  font-size: 118px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: var(--letter-spacing-base);
  white-space: nowrap;
}

.home-line-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.home-line-heading h2 {
  margin: 0;
  color: #0d3141;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: .08em;
}

.home-line-heading i {
  display: block;
  width: 200px;
  height: 4px;
  margin: 32px auto 0;
  background: #09989e;
}

.home-investment__lead,
.home-portal__lead {
  margin: 40px 0 0;
  color: #151d20;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: var(--letter-spacing-base);
  text-align: center;
}

.home-investment .about-reason-cards {
  margin-top: 75px;
}

.home-concerns {
  padding-top: 105px;
}

.home-strengths {
  position: relative;
  min-height: 1615px;
  padding: 175px 0 115px;
  background: #0d3141 url("../images/home/section-strengths-bg_1.jpg") center/cover no-repeat;
  color: #fff;
}

.home-strengths::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, .4);
}

.home-strengths .home-wide {
  position: relative;
  width: min(1100px, calc(100% - 48px));
}

.home-strengths__heading {
  text-align: center;
}

.home-strengths__heading>p {
  margin: 0;
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.home-strengths__heading>p::after {
  display: block;
  width: 850px;
  max-width: 100%;
  height: 3px;
  margin: 30px auto 0;
  background: #fff;
  content: "";
}

.home-strengths__heading h2 {
  margin: 28px 0 0;
  font-size: 48px;
  line-height: 1;
  letter-spacing: .08em;
}

.home-strengths__heading span {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: .08em;
}

.home-strengths__grid {
  display: grid;
  grid-template-columns: repeat(2, 523.81px);
  gap: 52.38px;
  margin-top: 94px;
}

.home-strengths__grid article {
  position: relative;
  height: 687px;
  overflow: hidden;
  padding: 56px 31px 0;
  background: #fff;
  color: #151d20;
}

.home-strengths__number {
  position: absolute;
  top: -74px;
  left: 50%;
  display: flex;
  width: 140px;
  height: 140px;
  align-items: center;
  justify-content: center;
  padding-top: 57px;
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
}

.home-strengths__grid article:first-child .home-strengths__number {
  background-image: url("../images/home/home-strengths-badge-01.svg");
}

.home-strengths__grid article:last-child .home-strengths__number {
  background-image: url("../images/home/home-strengths-badge-02.svg");
}

.home-strengths__grid h3 {
  margin: 0;
  font-size: 24px;
  line-height: 2;
  letter-spacing: .08em;
  text-align: center;
}

.home-strengths__grid img {
  display: block;
  width: 100%;
  height: 274px;
  margin-top: 28px;
  object-fit: cover;
}

.home-strengths__grid article:first-child img {
  object-position: center 53%;
}

.home-strengths__grid p {
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
}

.home-strengths__note {
  margin: 98px 0 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
  text-align: center;
}

.home-scenes {
  position: relative;
  min-height: 1247px;
  padding: 175px 0 172px;
  overflow: hidden;
  background: #eaf5f7;
  color: #151d20;
}

.home-scenes::after {
  position: absolute;
  top: 390px;
  right: -150px;
  width: 720px;
  height: 190px;
  content: "";
  transform: rotate(-45deg);
  background: linear-gradient(180deg, rgba(9, 152, 158, .62) 0 32%, rgba(255, 255, 255, .55) 32% 54%, rgba(255, 255, 255, .28) 54% 70%, transparent 70%);
}

.home-scenes .home-inner {
  position: relative;
  z-index: 1;
}

.home-scenes__heading h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  letter-spacing: .08em;
}

.home-scenes__heading h2::after {
  display: block;
  width: 310px;
  height: 3px;
  margin-top: 30px;
  background: #09989e;
  content: "";
}

.home-scenes__lead {
  margin: 78px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
}

.home-scenes__grid {
  display: grid;
  grid-template-columns: repeat(2, 535px);
  gap: 30px;
  margin-top: 85px;
}

.home-scenes__grid article {
  position: relative;
  height: 560px;
  padding: 158px 25px 40px;
  background: #09989e;
  color: #fff;
  text-align: center;
}

.home-scenes__grid article.is-navy {
  background: #0d3141;
}

.home-scenes__icon {
  position: absolute;
  top: -56px;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translateX(-50%);
}

.home-scenes__icon img {
  position: absolute;
  display: block;
  object-fit: contain;
}

.home-scenes__circle {
  inset: 0;
  width: 200px;
  height: 200px;
}

.home-scenes__glyph {
  top: 44px;
  left: 58px;
  width: 83px;
  height: 105px;
}

.home-scenes__glyph.is-land {
  top: 53px;
  left: 49px;
  width: 102px;
  height: 74px;
}

.home-scenes__grid h3 {
  margin: 0;
  padding-bottom: 28px;
  border-bottom: 2px solid rgba(255, 255, 255, .72);
  font-size: 24px;
  line-height: 2;
  letter-spacing: .08em;
}

.home-scenes__grid ul {
  display: grid;
  gap: 10px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.home-scenes__grid li {
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #09989e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .08em;
}

.home-scenes__grid .is-navy li {
  color: #0d3141;
}

.home-news {
  position: relative;
  z-index: 2;
  padding: 100px 0 160px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0 78%, rgba(255, 255, 255, .92) 88%, rgba(255, 255, 255, .2) 100%);
}

.home-news .home-wide {
  width: 1480px;
  max-width: none;
  margin-left: max(24px, calc(50% - 740px));
}

.home-news__heading {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.home-news__heading p {
  display: block;
  margin: 0;
  padding: .03em 0 .08em;
  background: linear-gradient(180deg, #109fa3, #08597e);
  background-clip: text;
  color: transparent;
  font-size: 200px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: .08em;
  -webkit-background-clip: text;
}

.home-news__heading h2 {
  margin: 0 0 8px;
  color: #0d3141;
  font-size: 32px;
  line-height: 1;
  letter-spacing: .08em;
}

.home-news__grid {
  display: flex;
  width: calc(100vw - max(24px, calc(50vw - 740px)) - 189px);
  gap: 60px;
  margin: 132px 0 0 189px;
  padding: 0 24px 16px 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  scroll-behavior: smooth;
  user-select: none;
}

.home-news__grid::-webkit-scrollbar {
  display: none;
}

.home-news__grid.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.home-news__grid > .news-archive-card {
  flex: 0 0 535px;
}

.home-news__grid:focus-visible {
  outline: 3px solid #109fa3;
  outline-offset: 8px;
}

.home-news .news-card-media {
  height: 301px;
  aspect-ratio: auto;
}

.home-news .news-card-title {
  font-size: 20px;
  line-height: 2;
}

.home-news__footer {
  position: relative;
  width: 1270px;
  height: 85px;
  margin: 80px 0 0 189px;
}

.home-news__progress {
  position: absolute;
  top: 35px;
  left: 0;
  display: block;
  width: 1000px;
  height: 10px;
  background: #eaf5f7;
}

.home-news__progress i {
  display: block;
  width: 200px;
  height: 10px;
  background: linear-gradient(180deg, #109fa3, #08597e);
  transform: translateX(0);
  transition: transform .15s ease-out;
  will-change: transform;
}

.home-news__button {
  position: absolute;
  top: 0;
  left: 770px;
  height: 85px;
  min-height: 85px;
}

.home-company {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 1450px;
  align-items: flex-start;
  justify-content: center;
  margin-top: -330px;
  padding: 560px 0 170px;
  overflow: hidden;
  background: linear-gradient(rgba(255, 255, 255, .28), rgba(255, 255, 255, .28)), url("../images/home/home-company-bg.jpg") center/cover no-repeat;
  color: #151d20;
}

.home-company::before,
.home-company::after {
  position: absolute;
  width: 620px;
  height: 170px;
  content: "";
  transform: rotate(-45deg);
  background: linear-gradient(180deg, rgba(9, 152, 158, .7) 0 26%, rgba(255, 255, 255, .52) 26% 48%, rgba(9, 152, 158, .45) 48% 62%, transparent 62%);
}

.home-company::before {
  top: 420px;
  left: -250px;
}

.home-company::after {
  right: -250px;
  bottom: 180px;
}

.home-company__inner {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 48px));
  text-align: center;
}

.home-company__heading p {
  margin: 0;
  color: #09989e;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.home-company__inner h2 {
  margin: 74px 0 0;
  font-size: 32px;
  line-height: 2;
  letter-spacing: .08em;
}

.home-company__copy {
  margin: 74px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
}

.home-company__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

.home-company__button {
  height: 85px;
  min-height: 85px;
}

.company-message,
.company-profile {
  scroll-margin-top: 120px;
}

.home-bottom-marquee {
  height: 120px;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #109fa3, #09989e);
  color: #fff;
  font-size: 128px;
  font-weight: 700;
  line-height: 120px;
  letter-spacing: var(--letter-spacing-base);
  white-space: nowrap;
}

.home-bottom-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: home-bottom-marquee 18s linear infinite;
}

.home-bottom-marquee__track span {
  display: block;
  flex: none;
  padding-right: .75em;
}

@keyframes home-bottom-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.home-faq {
  padding: 55px 0 485px;
  background: linear-gradient(180deg, #109fa3 0%, #08597e 100%);
  color: #fff;
}

.home-faq__heading {
  text-align: left;
}

.home-faq__heading p {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.home-faq__heading h2 {
  margin: 22px 0 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .08em;
}

.home-faq__list {
  margin-top: 100px;
}

.home-faq .faq-item {
  margin-bottom: 30px;
  padding: 45px 35px;
  border: 0;
  background: #fff;
}

.home-faq .faq-question {
  min-height: 40px;
  grid-template-columns: 40px 1fr 31px;
  gap: 30px;
  padding: 0;
  color: #151d20;
  font-size: 20px;
  line-height: 2;
  letter-spacing: .08em;
  cursor: pointer;
}

.home-faq .faq-question span:first-child {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #09989e;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.home-faq .faq-question span:last-child {
  position: relative;
  width: 31px;
  height: 10px;
  font-size: 0;
}

.home-faq .faq-question span:last-child::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 31px;
  height: 2px;
  transform: translateY(-50%);
  background: #0d3141;
  content: "";
}

.home-faq .faq-item:not(.open) .faq-question span:last-child::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 2px;
  height: 31px;
  transform: translateY(-50%);
  background: #0d3141;
  content: "";
}

.home-faq .faq-item.open .faq-question span:last-child {
  transform: none;
}

.home-faq .faq-answer {
  display: grid;
  max-height: 0;
  grid-template-columns: 40px 1fr;
  gap: 30px;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  color: #151d20;
  opacity: 0;
  visibility: hidden;
  transition: max-height .35s ease, margin-top .35s ease, opacity .25s ease, visibility 0s linear .35s;
}

.home-faq .faq-item.open .faq-answer {
  max-height: 320px;
  margin-top: 30px;
  opacity: 1;
  visibility: visible;
  transition: max-height .35s ease, margin-top .35s ease, opacity .25s ease;
}

.home-faq .faq-answer>span {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #0d3141;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.home-faq .faq-answer p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
}

@media (max-width: 1500px) {
  .home-hero {
    height: 820px;
    min-height: 0;
  }

  .home-hero__person {
    top: 275px;
    right: -30px;
    left: auto;
    width: 460px;
    height: 600px;
  }

  .home-hero__person img {
    transform: none;
    animation-name: home-hero-person-float-natural;
  }

  .home-hero__copy {
    top: 170px;
    left: 6vw;
  }

  .home-hero__label {
    width: 360px;
    height: 66px;
    margin-bottom: 32px;
    font-size: 30px;
  }

  .home-hero h1 {
    font-size: 58px;
  }

  .home-hero__lead {
    margin-top: 35px;
    font-size: 21px;
  }

  .home-hero__statement {
    top: 500px;
    display: block;
    font-size: 78px;
    -webkit-text-stroke-width: 1.5px;
  }

  .home-hero__tabs {
    top: 650px;
    width: calc(100% - 50px);
    height: 130px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .home-hero__tabs article {
    width: 100%;
    height: 130px;
  }

  .home-hero__tabs img {
    width: 100%;
  }

  .home-properties {
    height: auto;
    padding: 100px 0 235px;
  }

  .home-property-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .home-property-card {
    width: 100%;
    height: 585px;
  }

  .home-property-card__image {
    height: 235px;
  }

  .home-property-card__body {
    height: 350px;
    padding: 20px;
  }

  .home-property-card__body dl div {
    grid-template-columns: 120px 1fr;
  }

  .home-property-card__body dt,
  .home-property-card__body dd {
    font-size: 14px;
  }

  .home-text-link {
    width: 100%;
    gap: 40px;
  }

  .home-balance__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-balance__cards article {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .home-balance__cards b {
    margin: 0 0 15px;
  }

  .home-about {
    height: 720px;
    min-height: 0;
  }

  .home-about__image--left,
  .home-about__image--right {
    display: none;
  }

  .home-about__image--center {
    top: 45px;
    right: 0;
    left: auto;
    width: 42%;
    height: 630px;
  }

  .home-about__body {
    left: 32px;
    width: calc(58% - 64px);
    padding: 45px 0;
  }

  .home-about__heading {
    height: 70px;
  }

  .home-about__en {
    width: auto;
    margin-right: 18px !important;
    font-size: 54px !important;
    line-height: 70px !important;
  }

  .home-about__body h2 {
    font-size: 32px;
  }

  .home-about__body h2 span {
    white-space: normal;
  }

  .home-about__text {
    width: 100%;
    margin-top: 25px;
    font-size: 15px;
  }

  .home-about__button {
    top: 560px;
    width: min(420px, 100%);
  }

  .home-strengths {
    min-height: 0;
  }

  .home-strengths__heading>p {
    font-size: clamp(72px, 11vw, 112px);
  }

  .home-strengths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .home-strengths__grid article {
    min-height: 650px;
  }

  .home-strengths__grid img {
    height: 245px;
  }

  .home-scenes {
    min-height: 0;
  }

  .home-scenes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-scenes__grid li {
    font-size: 19px;
  }

  .home-news .home-wide {
    width: calc(100% - 48px);
    margin: 0 auto;
  }

  .home-news__heading p {
    font-size: 140px;
  }

  .home-news__grid {
    width: calc(100% + 24px);
    gap: 30px;
    margin-left: 0;
  }

  .home-news__grid > .news-archive-card {
    flex-basis: 440px;
  }

  .home-news__footer {
    width: 100%;
    margin-left: 0;
  }

  .home-news__progress {
    width: calc(100% - 250px);
  }

  .home-news__button {
    right: 0;
    left: auto;
  }

  .home-company {
    margin-top: -240px;
    padding-top: 450px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .home-hero__person {
    right: -45px;
    width: 430px;
    height: 575px;
  }

}

@media (max-width: 760px) {

  .home-wide,
  .home-inner {
    width: calc(100% - 32px);
  }

  .home-section-title>p {
    font-size: clamp(40px, 11vw, 50px);
    letter-spacing: var(--letter-spacing-base);
  }

  .home-section-title>h2 {
    margin-top: 16px;
    font-size: 18px;
  }

  .common-button--standard {
    width: min(280px, 100%);
    height: 62px;
    min-height: 62px;
    font-size: 16px;
  }

  .common-button--large {
    width: min(100%, 500px);
    height: 68px;
    min-height: 68px;
    font-size: 18px;
  }

  .common-button__arrow,
  .common-button--large .common-button__arrow {
    right: 22px;
    width: 40px;
    height: 14px;
  }

  .home-hero {
    height: 760px;
    padding-top: 84px;
    background-position: 58% center;
    background-size: cover;
  }

  .home-hero__decor {
    opacity: .55;
  }

  .home-hero__network {
    right: -410px;
    width: 1013px;
    height: 760px;
  }

  .home-hero__network-canvas {
    width: 100%;
    opacity: .72;
  }

  .home-hero__statement {
    top: 505px;
    font-size: 58px;
    -webkit-text-stroke-width: 1px;
  }

  .home-hero__stripes--left {
    width: 710px;
    height: auto;
  }

  .home-hero__stripes--right {
    display: none;
  }

  .home-hero__person {
    display: none;
    top: 275px;
    left: 28%;
    width: 330px;
    height: 485px;
    opacity: .78;
  }

  .home-hero__copy {
    top: 135px;
    left: 20px;
    right: 20px;
  }

  .home-hero__label {
    width: 300px;
    height: 54px;
    min-height: 0;
    margin-bottom: 22px;
    padding: 0 18px;
    font-size: 22px;
  }

  .home-hero h1 {
    font-size: clamp(31px, 8.5vw, 44px);
    line-height: 1.45;
    white-space: normal;
  }

  .home-hero__lead {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
  }

  .home-hero__tabs {
    top: auto;
    bottom: 20px;
    width: calc(100% - 24px);
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 6px;
  }

  .home-hero__tabs article {
    width: min(29vw, 116px);
    height: min(29vw, 116px);
    min-width: 0;
    min-height: 0;
    align-items: center;
    justify-self: center;
    padding: clamp(4px, 1.5vw, 10px);
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, .96);
    border-radius: 50%;
    background: linear-gradient(180deg, #0aa1a6 0%, #078ba0 48%, #07587d 100%);
    box-shadow: 0 5px 14px rgba(4, 48, 70, .2);
    text-align: center;
  }

  .home-hero__tabs article:nth-child(-n+2) {
    padding-top: clamp(4px, 1.5vw, 10px);
  }

  .home-hero__tabs img {
    display: none;
  }

  .home-hero__tab-label {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    clip: auto;
    color: #fff;
    font-size: clamp(10px, 3.2vw, 13px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: var(--letter-spacing-base);
    white-space: normal;
  }

  .home-properties {
    height: auto;
    padding: 90px 0 220px;
  }

  .home-properties .home-section-title>p {
    font-size: 44px;
  }

  .home-properties__type {
    margin-top: 38px;
    font-size: 23px;
  }

  .home-property-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 50px;
  }

  .home-property-card {
    width: 100%;
    height: 590px;
  }

  .home-property-card__image {
    height: 240px;
  }

  .home-property-card__body {
    height: 350px;
    padding: 20px;
  }

  .home-property-card__body h3 {
    min-height: 0;
    font-size: 21px;
  }

  .home-button-wrap {
    margin-top: 45px;
  }

  .home-catch {
    min-height: 170px;
    padding: 34px 20px 20px;
  }

  .home-catch p {
    font-size: 24px;
    line-height: 1.7;
  }

  .home-catch p::before,
  .home-catch p::after {
    display: none;
  }

  .home-balance {
    height: auto;
    padding: 90px 0;
  }

  .home-balance>.home-inner>h2 {
    margin-bottom: 50px;
    font-size: 29px;
    line-height: 1.5;
  }

  .home-balance__group>h3 {
    font-size: 23px;
  }

  .home-balance__group>h2 {
    margin-bottom: 22px;
    padding-left: 30px;
    font-size: 30px;
    line-height: 56px;
  }

  .home-balance__group+.home-balance__group {
    margin-top: 70px;
  }

  .home-balance__cards,
  .home-balance__cards--three {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-balance__cards article,
  .home-balance__cards .is-wide,
  .home-balance__cards--demerit article {
    height: auto;
    min-height: 120px;
    grid-column: auto;
    padding: 18px 10px;
  }

  .home-balance__cards p {
    font-size: 19px;
  }

  .home-balance__cards small {
    font-size: 14px;
  }

  .home-balance__center {
    height: auto;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 28px;
    text-align: center;
  }

  .home-balance__center span {
    margin: auto;
  }

  .home-balance__center i {
    width: 2px;
    height: 40px;
    margin: auto;
  }

  .home-about {
    display: block;
    height: auto;
    min-height: 0;
    padding: 90px 0;
  }

  .home-about__image {
    display: none;
  }

  .home-about__body {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0 24px;
  }

  .home-about__heading {
    height: auto;
    align-items: flex-end;
    justify-content: center;
  }

  .home-about__heading>p {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .home-about__en {
    margin: 0 14px 0 0 !important;
    font-size: 48px !important;
    line-height: 1 !important;
  }

  .home-about__body h2 {
    font-size: 29px;
  }

  .home-about__text {
    width: auto;
    margin: 30px 0 0;
    font-size: 14px;
  }

  .home-about__button {
    position: relative;
    top: auto;
    width: min(100%, 500px);
    margin: 38px auto 0;
  }

  .home-investment {
    padding: 110px 0 100px;
  }

  .home-marquee {
    top: 28px;
    font-size: 48px;
  }

  .home-line-heading h2 {
    font-size: 28px;
  }

  .home-line-heading i {
    width: 110px;
    margin-top: 20px;
  }

  .home-investment__lead {
    margin-top: 26px;
    font-size: 15px;
  }

  .home-investment .about-reason-cards {
    margin-top: 45px;
  }

  .home-strengths {
    min-height: 0;
    padding: 100px 0 85px;
  }

  .home-strengths .home-wide {
    width: calc(100% - 32px);
  }

  .home-strengths__heading>p {
    font-size: clamp(42px, 13vw, 62px);
  }

  .home-strengths__heading>p::after {
    height: 2px;
    margin-top: 20px;
  }

  .home-strengths__heading h2 {
    margin-top: 22px;
    font-size: 28px;
  }

  .home-strengths__heading span {
    margin-top: 22px;
    font-size: 14px;
    line-height: 2;
  }

  .home-strengths__heading span br {
    display: none;
  }

  .home-strengths__grid {
    grid-template-columns: 1fr;
    gap: 110px;
    margin-top: 115px;
  }

  .home-strengths__grid article {
    height: auto;
    min-height: 0;
    padding: 70px 22px 30px;
  }

  .home-strengths__grid img {
    height: 220px;
  }

  .home-strengths__number {
    top: -60px;
    width: 115px;
    height: 115px;
    padding: 47px 0 0;
    font-size: 19px;
  }

  .home-strengths__grid h3 {
    font-size: 19px;
    line-height: 1.6;
  }

  .home-strengths__grid p {
    font-size: 13px;
  }

  .home-strengths__note {
    margin-top: 45px;
    font-size: 20px;
    line-height: 1.6;
  }

  .home-scenes {
    min-height: 0;
    padding: 90px 0 100px;
  }

  .home-scenes::after {
    top: 260px;
    right: -330px;
    opacity: .6;
  }

  .home-scenes__heading h2 {
    font-size: 30px;
  }

  .home-scenes__heading h2::after {
    width: 200px;
    height: 2px;
    margin-top: 20px;
  }

  .home-scenes__lead {
    margin-top: 45px;
    font-size: 14px;
    line-height: 2;
  }

  .home-scenes__lead br {
    display: none;
  }

  .home-scenes__grid {
    grid-template-columns: 1fr;
    gap: 105px;
    margin-top: 115px;
  }

  .home-scenes__grid article {
    height: auto;
    min-height: 480px;
    padding: 125px 18px 28px;
  }

  .home-scenes__icon {
    top: -50px;
    width: 150px;
    height: 150px;
  }

  .home-scenes__circle {
    width: 150px;
    height: 150px;
  }

  .home-scenes__glyph {
    top: 34px;
    left: 44px;
    width: 62px;
    height: 79px;
  }

  .home-scenes__glyph.is-land {
    top: 40px;
    left: 37px;
    width: 77px;
    height: 56px;
  }

  .home-scenes__grid h3 {
    font-size: 18px;
  }

  .home-scenes__grid li {
    height: 56px;
    font-size: 15px;
  }

  .home-news {
    padding: 85px 0 100px;
  }

  .home-news .home-wide {
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .home-news__heading {
    align-items: flex-end;
    gap: 14px;
  }

  .home-news__heading p {
    font-size: 68px;
    line-height: .95;
  }

  .home-news__heading h2 {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .home-news__grid {
    display: grid;
    width: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    margin: 55px 0 0;
    padding: 0;
    overflow: visible;
    cursor: auto;
    scroll-behavior: auto;
    user-select: auto;
  }

  .home-news__grid > .news-archive-card {
    flex-basis: auto;
  }

  .home-news .news-card-media {
    height: auto;
    aspect-ratio: 535/301;
  }

  .home-news__footer {
    width: 100%;
    height: auto;
    margin: 55px 0 0;
    padding-top: 35px;
  }

  .home-news__progress {
    top: 0;
    width: 100%;
  }

  .home-news__progress i {
    width: 20%;
    margin-left: 28%;
  }

  .home-news__button {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 500px);
    height: 68px;
    min-height: 68px;
    margin: 0 auto;
  }

  .home-company {
    min-height: 900px;
    margin-top: -80px;
    padding: 190px 0 100px;
    background-position: 58% center;
  }

  .home-company::before {
    top: 120px;
    left: -400px;
  }

  .home-company::after {
    right: -400px;
    bottom: 90px;
  }

  .home-company__heading p {
    font-size: 48px;
  }

  .home-company__inner h2 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.8;
  }

  .home-company__inner h2 br {
    display: none;
  }

  .home-company__copy {
    margin-top: 38px;
    font-size: 13px;
  }

  .home-company__copy br {
    display: none;
  }

  .home-company__buttons {
    gap: 16px;
    margin-top: 38px;
  }

  .home-company__button {
    width: min(100%, 500px);
    height: 68px;
    min-height: 68px;
  }

  .home-bottom-marquee {
    height: 70px;
    padding: 0;
    font-size: 52px;
    line-height: 70px;
  }

  .home-faq {
    padding: 75px 0 320px;
  }

  .home-faq__heading p {
    font-size: 48px;
  }

  .home-faq__heading h2 {
    margin-top: 15px;
    font-size: 16px;
  }

  .home-faq__list {
    margin-top: 55px;
  }

  .home-faq .faq-item {
    margin-bottom: 18px;
    padding: 24px 18px;
  }

  .home-faq .faq-question {
    min-height: 32px;
    grid-template-columns: 32px 1fr 22px;
    gap: 14px;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .home-faq .faq-question span:first-child {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .home-faq .faq-question span:last-child {
    width: 22px;
  }

  .home-faq .faq-question span:last-child::before {
    width: 22px;
  }

  .home-faq .faq-item:not(.open) .faq-question span:last-child::after {
    right: 10px;
    height: 22px;
  }

  .home-faq .faq-answer {
    grid-template-columns: 32px 1fr;
    gap: 14px;
    margin-top: 0;
    padding: 0;
  }

  .home-faq .faq-item.open .faq-answer {
    margin-top: 20px;
  }

  .home-faq .faq-answer>span {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .home-faq .faq-answer p {
    font-size: 13px;
    line-height: 1.8;
  }

  .figma-footer {
    margin-top: -210px;
    background: linear-gradient(to bottom, transparent 0 210px, #0d3141 210px 100%);
  }

  body:not(.home) > main {
    padding-bottom: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-news__grid,
  .home-news__progress i {
    scroll-behavior: auto;
    transition: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .home-bottom-marquee__track {
    animation: none !important;
  }

  .home-hero__statement-track,
  .home-hero__network {
    animation: none !important;
  }
}

/* Figma property detail (node 4072:715) */
.single-property {
  background: #f7f7f7;
  color: #151d20;
}

.property-detail {
  background: #f7f7f7;
}

.property-detail__inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 200px 0;
}

.property-detail__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.property-detail__heading span {
  display: inline-flex;
  width: 200px;
  height: 35px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #09989e;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

.property-detail__heading h2 {
  margin: 0;
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .08em;
}

.property-detail__image {
  width: 1100px;
  height: 619px;
  margin-top: 46px;
  overflow: hidden;
}

.property-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.property-detail__tables {
  display: grid;
  grid-template-columns: repeat(2, 535px);
  gap: 30px;
  margin-top: 73px;
}

.property-detail__column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 30px;
}

.property-detail-table {
  margin: 0;
}

.property-detail-table h3 {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #09989e;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
}

.property-detail-table dl {
  display: grid;
  gap: 5px;
  margin: 5px 0 0;
}

.property-detail-table dl>div {
  display: grid;
  min-height: 60px;
  grid-template-columns: 200px 335px;
  background: #fff;
}

.property-detail-table dt,
.property-detail-table dd {
  display: flex;
  min-width: 0;
  min-height: 60px;
  align-items: center;
  margin: 0;
  padding: 10px 27px;
  letter-spacing: .08em;
}

.property-detail-table dt {
  justify-content: center;
  padding-right: 8px;
  padding-left: 8px;
  color: #09989e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.property-detail-table dd {
  color: #151d20;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.property-detail__rule {
  width: 100%;
  height: 1px;
  margin-top: 96px;
  background: #151d20;
}

.property-detail__navigation {
  display: grid;
  width: 600px;
  height: 90px;
  grid-template-columns: 100px 350px 100px;
  align-items: center;
  gap: 25px;
  margin: 99px auto 0;
}

.property-detail__navigation>a,
.property-detail__navigation>span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
  white-space: nowrap;
}

.property-detail__navigation .property-detail__back {
  width: 350px;
  height: 90px;
  border-radius: 50px;
  background: #0d3141;
  color: #fff;
  font-size: 24px;
  transition: background .2s;
}

.property-detail__navigation .property-detail__back:hover {
  background: #09989e;
}

.property-detail__navigation .is-disabled {
  opacity: .32;
}

@media (max-width: 1100px) {
  .property-detail__inner {
    padding: 130px 0;
  }

  .property-detail__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1100/619;
  }

  .property-detail__tables {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .property-detail-table dl>div {
    grid-template-columns: minmax(135px, 37%) 1fr;
  }

  .property-detail-table dt,
  .property-detail-table dd {
    padding: 10px 18px;
  }

  .property-detail-table dt {
    font-size: 16px;
  }

  .property-detail-table dd {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .property-detail__inner {
    width: calc(100% - 32px);
    padding: 85px 0;
  }

  .property-detail__heading {
    gap: 18px;
  }

  .property-detail__heading span {
    width: auto;
    min-width: 150px;
    max-width: 100%;
    height: 32px;
    padding: 0 18px;
    font-size: 15px;
  }

  .property-detail__heading h2 {
    font-size: 18px;
    line-height: 1.5;
    white-space: normal;
  }

  .property-detail__image {
    margin-top: 35px;
  }

  .property-detail__tables {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 50px;
  }

  .property-detail__column {
    gap: 24px;
  }

  .property-detail-table h3 {
    height: 60px;
    font-size: 19px;
  }

  .property-detail-table dl {
    gap: 3px;
    margin-top: 3px;
  }

  .property-detail-table dl>div {
    min-height: 54px;
    grid-template-columns: 42% 58%;
  }

  .property-detail-table dt,
  .property-detail-table dd {
    min-height: 54px;
    padding: 9px 10px;
  }

  .property-detail-table dt {
    font-size: 13px;
  }

  .property-detail-table dd {
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .property-detail__rule {
    margin-top: 55px;
  }

  .property-detail__navigation {
    width: 100%;
    height: 58px;
    grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
    gap: 7px;
    margin-top: 55px;
  }

  .property-detail__navigation>a,
  .property-detail__navigation>span {
    font-size: 11px;
  }

  .property-detail__navigation .property-detail__back {
    width: 220px;
    height: 58px;
    font-size: 17px;
  }
}

/* Shared page motion */
.motion-reveal {
  --motion-delay: 0ms;
  opacity: 1;
  filter: none;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity .78s cubic-bezier(.22, 1, .36, 1) var(--motion-delay),
    transform .9s cubic-bezier(.22, 1, .36, 1) var(--motion-delay),
    filter .72s ease var(--motion-delay);
  will-change: opacity, transform, filter;
}

.motion-reveal--title {
  clip-path: none;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity .72s ease var(--motion-delay),
    transform .92s cubic-bezier(.16, 1, .3, 1) var(--motion-delay),
    clip-path .92s cubic-bezier(.16, 1, .3, 1) var(--motion-delay),
    filter .72s ease var(--motion-delay);
}

.motion-reveal--zoom {
  transform: scale(.975);
  transform-origin: center;
}

.motion-reveal--fade {
  transform: translate3d(0, 10px, 0);
}

.motion-reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

.motion-reveal--title.is-visible {
  clip-path: inset(0);
}

.site-header {
  animation: shared-header-enter .8s .08s cubic-bezier(.16, 1, .3, 1) backwards;
}

@keyframes shared-header-enter {
  from {
    opacity: 1;
    transform: translate3d(0, -24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.common-page-hero__title-ja,
.policy-hero-title p,
.contact-hero-title p {
  animation: shared-hero-copy-enter .8s .28s cubic-bezier(.16, 1, .3, 1) both;
}

.common-page-hero__title-en,
.policy-hero-title h1,
.contact-hero-title h1 {
  animation: shared-hero-title-enter 1s .38s cubic-bezier(.16, 1, .3, 1) both;
}

.common-page-hero__breadcrumb,
.policy-breadcrumb,
.contact-breadcrumb {
  animation: shared-hero-breadcrumb-enter .8s .62s cubic-bezier(.16, 1, .3, 1) both;
}

.common-page-hero__image {
  animation: shared-hero-media-enter 1.5s cubic-bezier(.16, 1, .3, 1) both;
}

.policy-hero-photo,
.contact-hero-photo {
  animation: shared-hero-photo-enter 1.5s cubic-bezier(.16, 1, .3, 1) both;
}

.common-page-hero__decoration i,
.contact-hero-decoration i {
  animation: shared-hero-decoration-float 5.4s ease-in-out 1.5s infinite alternate;
}

.common-page-hero__decoration i:nth-child(2),
.contact-hero-decoration i:nth-child(2) {
  animation-delay: 2s;
  animation-duration: 6.2s;
}

.common-page-hero__decoration i:nth-child(3),
.contact-hero-decoration i:nth-child(3) {
  animation-delay: 2.4s;
  animation-duration: 4.8s;
}

@keyframes shared-hero-copy-enter {
  from {
    opacity: 1;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes shared-hero-media-enter {
  from {
    opacity: .55;
    transform: scale(1.055);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shared-hero-photo-enter {
  from {
    opacity: .55;
    transform: scale(1.04);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shared-hero-decoration-float {
  from {
    transform: translate3d(-10px, 0, 0);
  }

  to {
    transform: translate3d(12px, 0, 0);
  }
}

@keyframes shared-hero-title-enter {
  from {
    opacity: 1;
    clip-path: none;
    transform: translate3d(-28px, 0, 0);
  }

  to {
    opacity: 1;
    clip-path: none;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes shared-hero-breadcrumb-enter {
  from {
    opacity: 1;
    transform: translate3d(24px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.home-property-card,
.news-archive-card,
.searching-property-card,
.about-reason-cards article,
.home-strengths__grid article,
.home-scenes__grid article,
.faq-item {
  transition:
    transform .38s cubic-bezier(.22, 1, .36, 1),
    box-shadow .38s ease,
    border-color .38s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-property-card:hover,
  .news-archive-card:hover,
  .searching-property-card:hover,
  .about-reason-cards article:hover,
  .home-strengths__grid article:hover,
  .home-scenes__grid article:hover {
    transform: translate3d(0, -10px, 0);
    box-shadow: 0 24px 50px rgba(7, 54, 74, .16);
  }

  .home-property-card__image img,
  .news-card-media img,
  .home-strengths__grid article > img {
    transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .45s ease;
  }

  .home-property-card:hover .home-property-card__image img,
  .news-archive-card:hover .news-card-media img,
  .home-strengths__grid article:hover > img {
    transform: scale(1.045);
    filter: saturate(1.08);
  }

  .common-button__arrow,
  .footer-mail-arrow,
  .home-text-link::after {
    transition: transform .3s cubic-bezier(.22, 1, .36, 1);
  }

  .common-button:hover .common-button__arrow,
  .footer-mail:hover .footer-mail-arrow {
    transform: translate3d(7px, 0, 0);
  }

  .home-text-link:hover::after {
    transform: translate3d(6px, 0, 0) rotate(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reveal,
  .motion-reveal--title,
  .motion-reveal--zoom,
  .motion-reveal--fade,
  .motion-reveal.is-visible {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
  }

  .site-header {
    animation: none !important;
  }

  .common-page-hero__title-ja,
  .common-page-hero__title-en,
  .common-page-hero__breadcrumb,
  .common-page-hero__image,
  .common-page-hero__decoration i,
  .policy-hero-photo,
  .policy-hero-title p,
  .policy-hero-title h1,
  .policy-breadcrumb,
  .contact-hero-photo,
  .contact-hero-decoration i,
  .contact-hero-title p,
  .contact-hero-title h1,
  .contact-breadcrumb {
    animation: none !important;
  }
}

/* Figma blog detail (node 2034:1175), shared with the Yamamoto template pattern */
.single-post {
  background: #f7f7f7;
  color: #151d20;
}

.blog-detail {
  background: #f7f7f7;
}

.blog-detail__inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 193px 0 200px;
}

.blog-detail__article {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 50px;
}

.blog-detail__header {
  display: flex;
  width: min(532px, 100%);
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.blog-detail__meta {
  display: flex;
  height: 35px;
  align-items: center;
  gap: 15px;
}

.blog-detail__category {
  display: inline-flex;
  width: 155px;
  height: 35px;
  flex: 0 0 155px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #09989e;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

.blog-detail__category.is-column {
  background: #0d3141;
}

.blog-detail__meta time {
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

.blog-detail__title {
  margin: 0;
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.blog-detail__thumbnail {
  display: flex;
  width: 1100px;
  height: 619px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blog-detail__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.blog-detail__thumbnail--default {
  background: #eaf5f7;
}

.blog-detail__thumbnail--default img {
  width: 577px;
  height: 209px;
  object-fit: contain;
}

.blog-detail__content {
  color: #151d20;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .08em;
  overflow-wrap: anywhere;
}

.blog-detail__content p {
  margin: 0 0 32px;
}

.blog-detail__content> :last-child {
  margin-bottom: 0;
}

.blog-detail__content h2 {
  margin: 50px 0 24px;
  color: #0d3141;
  font-size: 30px;
  line-height: 1.5;
}

.blog-detail__content h3 {
  margin: 40px 0 20px;
  color: #0d3141;
  font-size: 24px;
  line-height: 1.5;
}

.blog-detail__content ul,
.blog-detail__content ol {
  margin: 24px 0;
  padding-left: 1.6em;
}

.blog-detail__content a {
  color: #09989e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.blog-detail__divider {
  width: 100%;
  height: 1px;
  background: #151d20;
}

.post-detail-navigation {
  display: grid;
  width: 590px;
  max-width: 100%;
  height: 90px;
  grid-template-columns: 90px 350px 90px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 99px auto 0;
}

.post-detail-navigation__previous {
  justify-self: start;
}

.post-detail-navigation__next {
  justify-self: end;
}

.post-detail-navigation__previous a,
.post-detail-navigation__previous span,
.post-detail-navigation__next a,
.post-detail-navigation__next span {
  color: #151d20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

.post-detail-navigation .is-disabled {
  opacity: .32;
}

.post-detail-navigation__back {
  display: flex;
  width: 350px;
  height: 90px;
  align-items: center;
  justify-content: center;
  background: #0d3141;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  transition: background .2s;
}

.post-detail-navigation__back:hover {
  background: #09989e;
}

@media (max-width: 1100px) {
  .blog-detail__inner {
    padding: 130px 0;
  }

  .blog-detail__article {
    gap: 40px;
  }

  .blog-detail__thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 1100/619;
  }

  .blog-detail__thumbnail--default img {
    width: min(52%, 577px);
    height: auto;
    aspect-ratio: 577/209;
  }
}

@media (max-width: 767px) {
  .blog-detail__inner {
    width: calc(100% - 32px);
    padding: 85px 0;
  }

  .blog-detail__article {
    gap: 35px;
  }

  .blog-detail__header {
    gap: 20px;
  }

  .blog-detail__meta {
    height: 31px;
    gap: 12px;
  }

  .blog-detail__category {
    width: 118px;
    height: 31px;
    flex-basis: 118px;
    font-size: 13px;
  }

  .blog-detail__meta time {
    font-size: 13px;
  }

  .blog-detail__title {
    font-size: 18px;
    line-height: 1.6;
  }

  .blog-detail__content {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: var(--letter-spacing-base);
  }

  .blog-detail__content p {
    margin-bottom: 26px;
  }

  .blog-detail__content h2 {
    margin-top: 40px;
    font-size: 24px;
  }

  .blog-detail__content h3 {
    margin-top: 32px;
    font-size: 20px;
  }

  .post-detail-navigation {
    width: 100%;
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 30px 20px;
    margin-top: 60px;
  }

  .post-detail-navigation__previous {
    grid-column: 1;
    grid-row: 1;
  }

  .post-detail-navigation__next {
    grid-column: 2;
    grid-row: 1;
  }

  .post-detail-navigation__back {
    width: min(100%, 220px);
    height: 58px;
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: center;
    font-size: 17px;
  }

  .post-detail-navigation__previous a,
  .post-detail-navigation__previous span,
  .post-detail-navigation__next a,
  .post-detail-navigation__next span {
    font-size: 13px;
  }
}
