html {
    scroll-behavior: smooth;
    height: 100%;
  }
  
  body {
    margin: 0;
    min-height: 100vh;

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

  .news-list{
    list-style:none;
    margin:0;
    padding:0;
  }
  
  .news-item{
    border-bottom:1px solid #eee;
  }
  
  .news-link{
    display:flex;
    gap:24px;
    padding:20px 0;
    text-decoration:none;
    color:#111;
  }
  
  .news-link time{
    width:110px;
    color:#888;
    font-size:0.9rem;
  }
  
  .news-title{
    flex:1;
  }
  
  .news-link:hover .news-title{
    text-decoration:underline;
  }

  .single-post-header {
    padding-bottom: 32px;
  }
  
  .single-post-meta {
    margin: 0 0 16px;
    color: #777;
    font-size: 0.95rem;
  }
  
  .single-post-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
  
  .single-post-thumbnail {
    padding-bottom: 40px;
  }
  
  .single-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .single-post-content-wrap {
    padding-top: 0;
  }
  
  .single-post-content {
    max-width: 800px;
  }
  
  .single-post-content > *:first-child {
    margin-top: 0;
  }
  
  .single-post-content p {
    line-height: 1.9;
  }
  
  .single-post-content h2,
  .single-post-content h3,
  .single-post-content h4 {
    line-height: 1.5;
    margin-top: 2em;
    margin-bottom: 0.8em;
  }
  
  .single-post-content ul,
  .single-post-content ol {
    padding-left: 1.5em;
    line-height: 1.9;
  }
  
  .single-post-content img {
    max-width: 100%;
    height: auto;
  }
  
  .single-post-nav {
    max-width: 800px;
    margin-top: 56px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
  }
  
  .single-post-nav__prev {
    text-align: left;
  }
  
  .single-post-nav__back {
    text-align: center;
  }
  
  .single-post-nav__next {
    text-align: right;
  }
  
  .single-post-nav a {
    color: inherit;
    text-decoration: none;
  }
  
  .single-post-nav a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .single-post-nav {
      grid-template-columns: 1fr;
      gap: 12px;
    }
  
    .single-post-nav__prev,
    .single-post-nav__back,
    .single-post-nav__next {
      text-align: left;
    }
  }

  
:root {
  --white: #ffffff;
  --container: 1600px;
  --header-height: 120px;

  --theme-font-base: "Inter", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --theme-font-heading: "Inter", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;

  --header-bg-subpage: #0b1626;
  --header-border-subpage: rgba(255,255,255,0.08);
  --header-link: rgba(255,255,255,0.75);
  --header-link-hover: #ffffff;
  --header-toggle: #ffffff;
  --header-mobile-bg: rgba(11, 22, 38, 0.98);
  --header-mobile-border: rgba(255,255,255,0.08);
  --footer-bg: #08111d;
  --footer-border: rgba(255,255,255,0.08);
  --footer-text: rgba(255,255,255,0.58);
  --footer-icon: rgba(255,255,255,0.72);
  --footer-icon-hover: #ffffff;

  --service-theme-bg: #fffaf5;
  --service-theme-bg-alt: #f8efe5;
  --service-theme-surface: #ffffff;
  --service-theme-surface-alt: #f6eee6;
  --service-theme-heading: #2b2320;
  --service-theme-text: #5f554d;
  --service-theme-accent: #b18962;
  --service-theme-accent-strong: #9d714b;
  --service-theme-accent-soft: #eadccf;
  --service-theme-border: #e8dccf;
  --service-theme-shadow: rgba(82, 54, 33, 0.08);
  --service-theme-dark-start: #16131a;
  --service-theme-dark-end: #3d2d37;
  --service-theme-dark-text: #ffffff;
  --service-theme-hero-overlay: rgba(16, 30, 54, 0.72);
  --service-theme-hero-overlay-sub: rgba(16, 30, 54, 0.38);

  --page-title-font-size: clamp(2.6rem, 3vw, 4.8rem);
}

body.theme-luxury {
  --theme-font-base: "Inter", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --theme-font-heading: "Georgia", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;

  --header-bg-subpage: #101522;
  --header-border-subpage: rgba(196, 160, 112, 0.2);
  --header-link: rgba(255,255,255,0.78);
  --header-link-hover: #f0d8b4;
  --header-toggle: #ffffff;
  --header-mobile-bg: rgba(16, 21, 34, 0.98);
  --header-mobile-border: rgba(196, 160, 112, 0.18);
  --footer-bg: #0d121d;
  --footer-border: rgba(196, 160, 112, 0.16);
  --footer-text: rgba(255,255,255,0.62);
  --footer-icon: rgba(255,255,255,0.78);
  --footer-icon-hover: #f0d8b4;

  --service-theme-bg: #fffbf7;
  --service-theme-bg-alt: #f7ede2;
  --service-theme-surface: #ffffff;
  --service-theme-surface-alt: #f5ede4;
  --service-theme-heading: #2f2622;
  --service-theme-text: #62564d;
  --service-theme-accent: #b58b62;
  --service-theme-accent-strong: #9e7148;
  --service-theme-accent-soft: #ecdfd1;
  --service-theme-border: #e8dccf;
  --service-theme-shadow: rgba(68, 45, 26, 0.08);
  --service-theme-dark-start: #17141a;
  --service-theme-dark-end: #43313a;
  --service-theme-dark-text: #ffffff;
  --service-theme-hero-overlay: rgba(15, 22, 38, 0.76);
  --service-theme-hero-overlay-sub: rgba(15, 22, 38, 0.42);
}

body.theme-soft {
  --theme-font-base: "Inter", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --theme-font-heading: "Inter", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;

  --header-bg-subpage: #fff8f5;
  --header-border-subpage: rgba(210, 143, 143, 0.2);
  --header-link: #6e5d5d;
  --header-link-hover: #c77777;
  --header-toggle: #6e5d5d;
  --header-mobile-bg: rgba(255, 248, 245, 0.98);
  --header-mobile-border: rgba(210, 143, 143, 0.18);
  --footer-bg: #fff3f1;
  --footer-border: rgba(210, 143, 143, 0.14);
  --footer-text: #8a7777;
  --footer-icon: #9f7d7d;
  --footer-icon-hover: #c77777;

  --service-theme-bg: #fffaf8;
  --service-theme-bg-alt: #fff0eb;
  --service-theme-surface: #ffffff;
  --service-theme-surface-alt: #fff5f1;
  --service-theme-heading: #342829;
  --service-theme-text: #68595a;
  --service-theme-accent: #ca7c7c;
  --service-theme-accent-strong: #b96767;
  --service-theme-accent-soft: #f3dfdb;
  --service-theme-border: #efdfdb;
  --service-theme-shadow: rgba(93, 54, 54, 0.07);
  --service-theme-dark-start: #472d36;
  --service-theme-dark-end: #8a5867;
  --service-theme-dark-text: #ffffff;
  --service-theme-hero-overlay: rgba(84, 58, 72, 0.6);
  --service-theme-hero-overlay-sub: rgba(84, 58, 72, 0.34);
}

body.theme-natural {
  --theme-font-base: "Inter", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --theme-font-heading: "Inter", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;

  --header-bg-subpage: #f8f6f0;
  --header-border-subpage: rgba(132, 145, 120, 0.18);
  --header-link: #5f6558;
  --header-link-hover: #7a8f6a;
  --header-toggle: #5f6558;
  --header-mobile-bg: rgba(248, 246, 240, 0.98);
  --header-mobile-border: rgba(132, 145, 120, 0.16);
  --footer-bg: #f1eee6;
  --footer-border: rgba(132, 145, 120, 0.12);
  --footer-text: #74786d;
  --footer-icon: #7f8774;
  --footer-icon-hover: #7a8f6a;

  --service-theme-bg: #fbfaf6;
  --service-theme-bg-alt: #f3f0e7;
  --service-theme-surface: #ffffff;
  --service-theme-surface-alt: #f7f4ec;
  --service-theme-heading: #2f342c;
  --service-theme-text: #62675d;
  --service-theme-accent: #8b9b7a;
  --service-theme-accent-strong: #748463;
  --service-theme-accent-soft: #e7ecdf;
  --service-theme-border: #e2e6d9;
  --service-theme-shadow: rgba(68, 77, 58, 0.07);
  --service-theme-dark-start: #4f5b49;
  --service-theme-dark-end: #7f9075;
  --service-theme-dark-text: #ffffff;
  --service-theme-hero-overlay: rgba(66, 76, 60, 0.52);
  --service-theme-hero-overlay-sub: rgba(66, 76, 60, 0.28);
}

body.theme-mint {
  --theme-font-base: "Inter", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --theme-font-heading: "Inter", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;

  --header-bg-subpage: #F7F9F8;
  --header-border-subpage: rgba(0, 0, 0, 0.05);
  --header-link: #2f3a3a;
  --header-link-hover: #6fa8dc;
  --header-toggle: #2f3a3a;
  --header-mobile-bg: rgba(247, 249, 248, 0.98);
  --header-mobile-border: rgba(168, 207, 196, 0.2);
  --footer-bg: #e6efe9;
  --footer-border: rgba(168, 207, 196, 0.18);
  --footer-text: #5a6666;
  --footer-icon: #6b7777;
  --footer-icon-hover: #6fa8dc;

  --service-theme-bg: #f7f9f8;
  --service-theme-bg-alt: #eef5f1;
  --service-theme-surface: #ffffff;
  --service-theme-surface-alt: #f2f7f4;
  --service-theme-heading: #243030;
  --service-theme-text: #4a5858;

  --service-theme-accent: #6fa8dc;
  --service-theme-accent-strong: #5b93c5;
  --service-theme-accent-soft: #dbeaf6;

  --service-theme-main: #a8cfc4;
  --service-theme-sub: #e6efe9;

  --service-theme-border: #d9e6e0;
  --service-theme-shadow: rgba(80, 110, 110, 0.08);

  --service-theme-dark-start: #2f3a3a;
  --service-theme-dark-end: #4f6a6a;
  --service-theme-dark-text: #ffffff;

  --service-theme-hero-overlay: rgba(47, 58, 58, 0.5);
  --service-theme-hero-overlay-sub: rgba(47, 58, 58, 0.28);
}

body.theme-japan {
  --theme-font-base: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --theme-font-heading: "Noto Serif JP", "Hiragino Mincho ProN", serif;

  --header-bg-subpage: #f6f5f2;
  --header-border-subpage: rgba(30, 50, 45, 0.18);
  --header-link: #2f3e3b;
  --header-link-hover: #a67c2d;
  --header-toggle: #2f3e3b;
  --header-mobile-bg: rgba(246, 245, 242, 0.98);
  --header-mobile-border: rgba(30, 50, 45, 0.16);
  --footer-bg: #eeece6;
  --footer-border: rgba(30, 50, 45, 0.12);
  --footer-text: #5f6765;
  --footer-icon: #6b7572;
  --footer-icon-hover: #a67c2d;

  --service-theme-bg: #f8f7f3;
  --service-theme-bg-alt: #f0ede6;
  --service-theme-surface: #ffffff;
  --service-theme-surface-alt: #f4f1ea;
  --service-theme-heading: #1f2a28;
  --service-theme-text: #5a615f;
  --service-theme-accent: #a67c2d;
  --service-theme-accent-strong: #8c6422;
  --service-theme-accent-soft: #e8dcc2;
  --service-theme-border: #e3ded2;
  --service-theme-shadow: rgba(40, 50, 45, 0.08);

  --service-theme-dark-start: #1f2a28;
  --service-theme-dark-end: #3e4d49;
  --service-theme-dark-text: #ffffff;

  --service-theme-hero-overlay: rgba(25, 35, 32, 0.55);
  --service-theme-hero-overlay-sub: rgba(25, 35, 32, 0.3);
}
  * {
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    font-family: var(--theme-font-base);
    color: var(--service-theme-text);
    background: var(--service-theme-surface);
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  .site-main {
    display: block;
  }
  
  .inner,
  .header-inner,
  .footer-inner {
    width: min(calc(100% - 60px), var(--container));
    margin-inline: auto;
  }
  
/* =============================
   Header
============================= */

.site-header {
  width: 100%;
  z-index: 100;
}

.site-header.is-front {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}

.site-header.is-subpage {
  position: relative;
  background: var(--header-bg-subpage);
  border-bottom: 1px solid var(--header-border-subpage);
}

.header-inner {
  position: relative;
  width: min(calc(100% - 60px), var(--container));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 102;
}

.brand img {
  height: 50px;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain;
}

.brand-text {
  color: var(--header-link-hover);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* PC nav */

.global-nav {
  margin-left: auto;
}

.global-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.global-nav__list li {
  margin: 0;
  padding: 0 0 0 24px;
}

.global-nav__list a {
  font-size: 0.9rem;
  color: var(--header-link);
  transition: opacity .25s, color .25s;
}

.global-nav__list a:hover {
  opacity: 1;
  color: var(--header-link-hover);
}

.home .global-nav__list a {
  font-size: 0.9rem;
  color: #fff;
  transition: opacity .25s, color .25s;
}

.home .global-nav__list a:hover {
  opacity: 1;
  color: #fff;
}

@media (max-width: 900px) {
  .home .global-nav__list a {
    color: var(--header-link);
  }
  
  .home .global-nav__list a:hover {
    color: var(--header-link-hover);
  }
}

.global-nav__list .current-menu-item > a,
.global-nav__list .current_page_item > a {
  color: var(--header-link-hover);
}





/* toggle button */

.nav-toggle {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 102;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle__bar {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background: var(--header-toggle);
  transition: transform .25s ease, opacity .25s ease, top .25s ease;
}

.home .nav-toggle__bar {
  background: #fff;
}

.nav-toggle__bar:nth-child(1) {
  top: 14px;
}

.nav-toggle__bar:nth-child(2) {
  top: 21px;
}

.nav-toggle__bar:nth-child(3) {
  top: 28px;
}

.nav-toggle.is-open .nav-toggle__bar:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.nav-toggle.is-open .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open .nav-toggle__bar:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

@media (max-width: 900px) {
  .header-inner {
    width: min(calc(100% - 32px), var(--container));
    padding: 22px 0;
    align-items: center;
  }

  .brand img {
    height: 28px;
    max-width: 160px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .global-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 0;
    background: var(--header-mobile-bg);
    border-top: 1px solid var(--footer-border);
    border-bottom: 1px solid var(--header-mobile-border);
    z-index: 101;
  }

  .site-header.menu-open .global-nav {
    display: block;
  }

  .global-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 0;
  }

  .global-nav__list li + li {
    border-top: 1px solid var(--header-mobile-border);
  }

  .global-nav__list a {
    display: block;
    padding: 16px 0;
    font-size: 0.95rem;
    color: var(--header-link);
  }
}

@media (min-width: 901px) {
  .global-nav {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .global-nav__list a {
    font-size: 0.92rem;
  }
}
  /* =============================
     Footer
  ============================= */
  
  .site-footer {
    background: var(--footer-bg);
    color: var(--header-link-hover);
    border-top: 1px solid var(--header-mobile-border);
  }
  
  .footer-inner {
    padding: 24px 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  
  .site-footer__copyright {
    margin: 0;
    font-size: 0.88rem;
    color: var(--footer-text);
    letter-spacing: 0.03em;
  }
  
  .site-footer__sns {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 18px;
  }
  
  .site-footer__sns li {
    margin: 0;
    padding: 0;
  }
  
  .site-footer__sns a {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--footer-icon);
    transition: color .25s ease, opacity .25s ease, transform .25s ease;
  }
  
  .site-footer__sns a:hover {
    color: var(--header-link-hover);
    transform: translateY(-1px);
  }
  
  .site-footer__sns svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
  }
  
  /* =============================
     Shared Page Layout
  ============================= */
  
  .page-header {
    padding: 72px 0 32px;
  }
  
  .page-title {
    margin: 0;
    font-family: var(--theme-font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
  
  .page-lead {
    margin: 16px 0 0;
    color: var(--service-theme-text);
    font-size: 1rem;
    line-height: 1.8;
  }
  
  .page-content {
    padding: 0 0 72px;
  }
  
  .entry-content {
    max-width: 800px;
  }
  
  .entry-content > *:first-child {
    margin-top: 0;
  }
  
  .entry-content p {
    line-height: 1.9;
  }
  
  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    line-height: 1.5;
    margin-top: 2em;
    margin-bottom: 0.8em;
  }
  
  .entry-content ul,
  .entry-content ol {
    padding-left: 1.5em;
    line-height: 1.9;
  }
  
  /* =============================
     Responsive
  ============================= */
  
  @media (max-width: 900px) {
    .inner,
    .header-inner,
    .footer-inner {
      width: min(calc(100% - 32px), var(--container));
    }
  
    .header-inner {
      padding: 22px 0;
    }
  
    .global-nav__list {
      justify-content: flex-start;
      gap: 14px 18px;
    }
  
    .footer-inner {
      padding: 22px 0 24px;
    }
  }
  
  @media (max-width: 640px) {
    .global-nav__list a {
      font-size: 0.88rem;
    }
  
    .footer-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
    }
  }



/* =============================
   Service Page
============================= */

.page-service .section-head {
  margin-bottom: 28px;
}

.page-service .section-label,
.page-service .service-hero__eyebrow {
  margin: 0 0 12px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-service .section-title {
  margin: 0;
  font-family: var(--theme-font-heading);
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.page-service .button-primary,
.page-recruit .button-primary,
.gallery-cta .button-primary{
  display: inline-flex;
  font-family: var(--theme-font-heading);
  background: var(--service-theme-dark-start);
  color: var(--service-theme-dark-text);
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.page-service .button-primary:hover,
.page-recruit .button-primary:hover,
.gallery-cta .button-primary{
  transform: translateY(-2px);
  opacity: 0.92;
}

.page-service .service-grid {
  display: grid;
  gap: 24px;
}

.page-service .service-card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.page-service .service-card p {
  margin: 0;
  line-height: 1.85;
}

.page-service .cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

@media (max-width: 1024px) {
  .page-service .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .page-service .button-primary {
    width: 100%;
  }
}

#masthead{
position: fixed;
}



@media (max-width: 1180px) {
  :root {
    --header-height: 104px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 92px;
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 84px;
  }
}


/* =============================
   Company Page
============================= */

.page-company {
  background: var(--service-theme-bg);
}

.page-company .section-label,
.page-company .company-hero__eyebrow {
  margin: 0 0 12px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-company .section-title {
  margin: 0;
  font-family: var(--theme-font-heading);
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--service-theme-heading);
}

/* Hero */

.company-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}

.company-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.company-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      var(--service-theme-hero-overlay) 0%,
      var(--service-theme-hero-overlay-sub) 52%,
      rgba(255, 255, 255, 0.06) 100%
    );
}

.company-hero__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.company-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: calc(var(--header-height) + 12px);
  padding-bottom: 40px;
}

.company-hero__content {
  max-width: 720px;
  padding: 30px;
}

.company-hero__title {
  margin: 0 0 20px;
  font-family: var(--theme-font-heading);
  font-size: clamp(2.6rem, 3vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: 0.03em;
  color: #fff;
}

.company-hero__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.92);
}

/* Intro */

.company-intro {
  padding: 88px 0 32px;
}

.company-intro__head,
.company-outline__head,
.company-access__head {
  margin-bottom: 40px;
}

.company-intro__body {
  max-width: 920px;
}

.company-intro__body p {
  margin: 0;
  line-height: 1.95;
  color: var(--service-theme-text);
}

.company-intro__body p + p {
  margin-top: 1.2em;
}

/* Outline */

.company-outline {
  padding: 0 0 96px;
}

.company-outline__panel {
  background: var(--service-theme-surface);
  border: 1px solid var(--service-theme-border);
  border-radius: 24px;
  box-shadow: 0 12px 32px var(--service-theme-shadow);
  overflow: hidden;
}

.company-outline__list {
  margin: 0;
}

.company-outline__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 28px 32px;
  border-bottom: 1px solid var(--service-theme-border);
}

.company-outline__row:last-child {
  border-bottom: none;
}

.company-outline__row dt {
  margin: 0;
  font-weight: 700;
  color: var(--service-theme-heading);
  letter-spacing: 0.04em;
}

.company-outline__row dd {
  margin: 0;
  line-height: 1.95;
  color: var(--service-theme-text);
}

/* Access */

.company-access {
  padding: 0 0 96px;
}

.company-access__grid {
  display: grid;
  grid-template-columns: 1fr;

  gap: 32px;
  align-items: stretch;
}

.company-access__content {
  padding: 32px;
  background: var(--service-theme-surface);
  border: 1px solid var(--service-theme-border);
  border-radius: 24px;
  box-shadow: 0 12px 32px var(--service-theme-shadow);
}

.company-access__name {
  margin: 0 0 16px;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--service-theme-heading);
}

.company-access__address,
.company-access__note {
  margin: 0;
  line-height: 1.95;
  color: var(--service-theme-text);
}

.company-access__note {
  margin-top: 14px;
}

.company-access__map {
  width: 100%;
}

.company-access__map-frame {
  width: 100%;
  min-height: 460px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--service-theme-border);
  box-shadow: 0 12px 32px var(--service-theme-shadow);
  background: var(--service-theme-surface-alt);
}

.company-access__map-frame iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
}

/* Utility */

.sp-only {
  display: none;
}

/* Responsive */

@media (max-width: 1024px) {
  .company-outline__row {
    grid-template-columns: 180px 1fr;
  }

  .company-access__grid {
    grid-template-columns: 1fr;
  }

  .company-access__map-frame {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .company-hero {
    min-height: 68vh;
  }

  .company-hero__inner {
    padding-top: calc(var(--header-height) + 28px);
    padding-bottom: 44px;
  }

  .company-hero__content {
    padding: 24px 0;
  }

  .company-hero__lead {
    font-size: 1rem;
    line-height: 1.9;
  }

  .company-intro {
    padding: 56px 0 24px;
  }

  .company-outline,
  .company-access {
    padding-bottom: 72px;
  }

  .company-intro__head,
  .company-outline__head,
  .company-access__head {
    margin-bottom: 28px;
  }

  .company-outline__panel,
  .company-access__content,
  .company-access__map-frame {
    border-radius: 18px;
  }

  .company-outline__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .company-outline__row dt {
    font-size: 0.88rem;
    color: var(--service-theme-accent-strong);
  }

  .company-outline__row dd {
    font-size: 0.96rem;
    line-height: 1.85;
  }

  .company-access__content {
    padding: 24px 20px;
  }

  .company-access__map-frame {
    min-height: 280px;
  }

  .company-access__map-frame iframe {
    height: 280px;
  }
  .sp-only {
    display: inline;
  }
}

.company-access__map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 26px;
  border: 1px solid var(--service-theme-dark-start);
  border-radius: 999px;
  background: transparent;
  color: var(--service-theme-dark-start);
  font-family: var(--theme-font-heading);
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.company-access__map-button:hover {
  background: var(--service-theme-dark-start);
  color: var(--service-theme-dark-text);
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .company-access__map-action {
    margin-top: 16px;
    text-align: left;
  }

  .company-access__map-button {
    width: 100%;
    min-width: 0;
  }
}


/* =============================
   Language Switcher
============================= */

.global-nav__list .lang-item {
  position: relative;
  margin-left: 4px;
  padding-left: 24px;
}

.global-nav__list .lang-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background: currentColor;
  opacity: 0.25;
  transform: translateY(-50%);
}

.global-nav__list .lang-item > a {
  min-width: 56px;
  padding: 7px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.08em;
  transition:
    color 0.25s,
    background-color 0.25s,
    border-color 0.25s;
}

.global-nav__list .lang-item > a:hover {
  color: var(--header-bg-subpage);
  background: var(--header-link-hover);
  border-color: var(--header-link-hover);
}

.home .global-nav__list .lang-item > a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.home .global-nav__list .lang-item > a:hover {
  color: #203136;
  background: #fff;
  border-color: #fff;
}

@media (max-width: 900px) {
  .global-nav__list .lang-item {
    margin: 0;
    padding: 10px 0;
    text-align: center;
  }

  .global-nav__list .lang-item::before {
    display: none;
  }

  .global-nav__list .lang-item > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 120px;
    padding: 11px 22px;
    border: 1px solid var(--header-link);
    border-radius: 999px;
    font-size: 0.82rem;
    color: var(--header-link);
  }

  .home .global-nav__list .lang-item > a {
    color: var(--header-link);
    border-color: var(--header-link);
  }

  .global-nav__list .lang-item > a:hover,
  .home .global-nav__list .lang-item > a:hover {
    color: var(--header-bg-subpage);
    background: var(--header-link-hover);
    border-color: var(--header-link-hover);
  }
}

.fa-solid,
.fa-regular,
.fa-brands,
.svg-inline--fa {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 1em;
  height: 1em;
  font-size: 24px;
  
}