@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  font-size: clamp(0px, calc(100vw / var(--flame-pc)), 1px) !important;

  --flame-pc: 1200;
  --flame-sp: 390;
  /* PC: ygs2026-script.js が .preview-header-pc + .nav-local-06 の高さ(px)を設定 */
  --ygs-top-chrome-offset: 0;
}

@media screen and (max-width: 768px) {
  :root {
    font-size: calc(100vw / var(--flame-sp)) !important;
  }
}

:where(.ygs2026-main) {
  --ygs-red: #dc1e37;
  --ygs-bg: #f4f4f4;
  --ygs-black: #000;
  --ygs-white: #fff;
  --ygs-gray: #858585;
  --ygs-content-width: 1110rem;
  --ygs-side-padding: 40rem;
}

.ygs2026-main {
  padding-bottom: 0;
  background-color: var(--ygs-bg);
  color: var(--ygs-black);
  font-family: 'Noto Sans JP', sans-serif;
}

.ygs2026-main h1,
.ygs2026-main h2,
.ygs2026-main h3,
.ygs2026-main h4,
.ygs2026-main h5,
.ygs2026-main h6,
.ygs2026-main p {
  text-box: trim-both cap alphabetic;
}

/* ========================================
   Hero
   ======================================== */
.ygs2026-hero {
  position: relative;
  overflow: hidden;
  /* min-height: 800rem;
  max-height: 1024rem; */
  width: 100%;
  /* height: 100vh; */
}

/* PC: グローバルヘッダー + ローカルナビ分を除いた残りビューポート（--ygs-top-chrome-offset は JS で可変） */
@media screen and (min-width: 769px) {
  .ygs2026-hero {
    min-height: 867rem;
    max-height: none;
    height: calc(100vh - var(--ygs-top-chrome-offset, 0px));
  }
}

.ygs2026-hero__bg {
  position: absolute;
  background-color: var(--ygs-bg);

  inset: 0;
}

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

.ygs2026-hero__bg::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, .15);

  inset: 0;
}

.ygs2026-hero__content {
  position: absolute;
  bottom: 50%;
  left: 88rem;
  z-index: 2;
  color: var(--ygs-white);
  transform: translateY(50%);
}

.ygs2026-hero__title {
  margin: 0;
  letter-spacing: 19.2rem;
  font-weight: 300;
  font-size: 96rem;
  line-height: 1.5;
}

.ygs2026-hero__subtitle {
  margin-top: 106rem;
  letter-spacing: 3.84rem;
  font-weight: 400;
  font-size: 32rem;
  line-height: 2;
}

/* ========================================
   Sticky Local Navigation
   ======================================== */
.ygs2025-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24rem 10rem;
  background: rgba(0, 0, 0, .8);
}

.ygs2025-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--ygs-content-width);
}

.ygs2025-nav__logo {
  color: var(--ygs-white);
  white-space: nowrap;
  font-weight: 700;
  font-size: 18.666rem;
  line-height: 1.8;
}

.ygs2025-nav__logo a {
  color: inherit;
  text-decoration: none;
}

.ygs2025-nav__links {
  display: flex;
  align-items: center;
  gap: 24rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ygs2025-nav__links li a {
  color: var(--ygs-gray);
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14rem;
  line-height: 1.8;
  transition: color .2s;
}

.ygs2025-nav__links li.is-active a {
  color: var(--ygs-white);
}

.ygs2025-nav__links li a:hover {
  color: var(--ygs-white);
}

/* ========================================
   Shared Layout
   ======================================== */
.ygs2026-container {
  margin: 0 auto;
  padding: 0 20rem;
  max-width: var(--ygs-content-width);
}

.ygs2026-section {
  padding: 168rem 0;
}

.ygs2026-section--white {
  background-color: var(--ygs-white);
}

/* ========================================
   Section Header
   ======================================== */
.ygs2026-section-header {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  margin-bottom: 80rem;
}

.ygs2026-section-label {
  margin: 0;
  color: var(--ygs-red);
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.6;
}

.ygs2026-section-title {
  margin: 0;
  padding: .1em 0;
  color: var(--ygs-black);
  text-transform: uppercase;
  letter-spacing: .02em;
  font-weight: 100;
  font-size: 96rem;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
}

/* ========================================
   NEWS
   ======================================== */
.ygs2026-news__icon {
  margin-bottom: 80rem;
}

.ygs2026-news__icon img {
  width: auto;
  height: 65rem;
}

.ygs2026-tabs {
  display: flex;
  overflow-x: auto;
  gap: 0;
  margin-bottom: 35rem;
  border-bottom: 1rem solid rgba(0, 0, 0, .1);
}

.ygs2026-tabs__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12rem;
  height: 48rem;
  border: none;
  background: none;
  color: var(--ygs-black);
  white-space: nowrap;
  font-weight: 400;
  font-size: 16rem;
  line-height: 1.8;
  cursor: pointer;
}

.ygs2026-tabs__item.is-active {
  font-weight: 700;
}

.ygs2026-tabs__item.is-active::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2rem;
  background: var(--ygs-red);
}

.ygs2026-tab-panel {
  display: none;
}

.ygs2026-tab-panel.is-active {
  display: block;
}

.ygs2026-article-list {
  margin: 0;
  padding: 0 21rem;
  list-style: none;
}

.ygs2026-article {
  display: flex;
  flex-direction: column;
  gap: 21rem;
  padding: 21rem 0;
}

.ygs2026-article+.ygs2026-article {
  border-top: 1rem solid rgba(0, 0, 0, .1);
}

.ygs2026-article__title {
  margin: 0;
  font-weight: 400;
  font-size: 16rem;
  line-height: 1.8;
}

.ygs2026-article__title a {
  color: var(--ygs-black);
  text-decoration: none;
}

.ygs2026-article__title a:hover {
  text-decoration: underline;
}

.ygs2026-article__meta {
  display: flex;
  align-items: center;
  gap: 14rem;
}

.ygs2026-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7rem;
  height: 22.4rem;
  border-radius: 9999rem;
  white-space: nowrap;
  font-weight: 700;
  font-size: 11.2rem;
  line-height: 1.8;
}

.ygs2026-badge--default {
  border: 1rem solid rgba(0, 0, 0, .2);
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .5);
}

.ygs2026-badge--warning {
  border: 1rem solid rgba(206, 126, 0, .5);
  background: rgba(206, 126, 0, .05);
  color: #ce7e00;
}

.ygs2026-article__date {
  font-weight: 400;
  font-size: 11.2rem;
  line-height: 1.8;
}

.ygs2026-news__footer {
  display: flex;
  justify-content: center;
  margin-top: 35rem;
}

/* ========================================
   Buttons
   ======================================== */
.ygs2026-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  border: none;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  cursor: pointer;
  transition: opacity .2s;
}

.ygs2026-btn:hover {
  opacity: .8;
}

.ygs2026-btn--primary {
  padding: 0 16rem;
  min-width: 192rem;
  width: fit-content;
  height: 48rem;
  border-radius: 9999rem;
  background: var(--ygs-red);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .05);
  color: var(--ygs-white) !important;
  text-decoration: none !important;
  font-size: 16rem;
}

.ygs2026-btn--secondary {
  padding: 0 14rem;
  height: 42rem;
  border: 1rem solid rgba(0, 0, 0, .2);
  border-radius: 5rem;
  background: var(--ygs-white);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .05);
  color: var(--ygs-black);
  font-size: 14rem;
}

.ygs2026-btn--secondary-sm {
  padding: 0 12.4rem;
  height: 37.2rem;
  border: 1rem solid rgba(0, 0, 0, .2);
  border-radius: 5rem;
  background: var(--ygs-white);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .05);
  color: var(--ygs-red);
  font-weight: 700;
  font-size: 12.444rem;
}


.ygs2026-btn__suffix {
  display: inline-block;
  margin-left: 2rem;
  width: .5em;
  height: .5em;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

/* ========================================
   ABOUT US
   ======================================== */

.ygs2026-about {
  padding-bottom: 0;
}

.ygs2026-about__desc {
  margin: 0;
  max-width: 922rem;
  letter-spacing: .8rem;
  font-weight: 400;
  font-size: 20rem;
  line-height: 1.8;
}

.ygs2026-about__video-wrap {
  position: relative;
  margin-top: 64rem;
  padding: 0 var(--ygs-side-padding);
}

.ygs2026-about__video-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8rem;
}

.ygs2026-about__video-inner iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ygs2026-about__video-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ygs2026-about__video-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.ygs2026-about__video-link:focus-visible {
  outline: 3px solid var(--ygs-red);
  outline-offset: 4px;
}

.ygs2026-about__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100rem;
  height: 100rem;
  border: none;
  border-radius: 50%;
  background: var(--ygs-red);
  cursor: pointer;
  transition: transform .2s;
  transform: translate(-50%, -50%);
}

.ygs2026-about__video-link:hover .ygs2026-about__play-btn,
.ygs2026-about__video-link:focus-visible .ygs2026-about__play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.ygs2026-about__play-btn::after {
  content: '';
  display: block;
  margin-left: 4rem;
  width: 0;
  height: 0;
  border-width: 14rem 0 14rem 22rem;
  border-style: solid;
  border-color: transparent transparent transparent var(--ygs-white);
}

/* ========================================
   BUSINESS FIELD
   ======================================== */
.ygs2026-business__items {
  display: flex;
  flex-direction: column;
  gap: 64rem;
}

.ygs2026-business__item {
  display: flex;
  align-items: center;
  gap: 40rem;
}

.ygs2026-business__item--reverse {
  flex-direction: row-reverse;
}

.ygs2026-business__item-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 64rem;
  min-width: 0;
}

.ygs2026-business__item-content {
  display: flex;
  flex-direction: column;
  gap: 40rem;
}

.ygs2026-business__item-number {
  text-transform: uppercase;
  letter-spacing: .05em;
  /* font-weight: 300; */
  font-weight: 300;
  font-size: 32rem;
  /* font-family: 'DIN Next LT Pro', 'DIN Alternate', 'Helvetica Neue', sans-serif; */
  font-family: 'Barlow', sans-serif;
  line-height: 1.5;

  font-feature-settings: 'pkna', 'palt', 'pwid';
  text-box: trim-both cap alphabetic;
}

.ygs2026-business__item-number small {
  margin-left: 4rem;
  color: #9d9d9d;
  font-size: 14rem;
}

.ygs2026-business__item-name {
  margin: 0;
  font-weight: 300;
  font-size: 40rem;
  line-height: 1.6;

  text-box: trim-both cap alphabetic;
}

.ygs2026-business__item-desc {
  margin: 0;
  font-weight: 400;
  font-size: 22rem;
  line-height: 1.5;

  text-box: trim-both cap alphabetic;
}

.ygs2026-business__item-image {
  overflow: hidden;
  flex-shrink: 0;
  max-width: 60%;
  width: 733rem;
  height: 412rem;
  border-radius: 8rem;
}

.ygs2026-business__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   PROJECT
   ======================================== */
.ygs2026-project__content {
  display: flex;
  align-items: stretch;
  gap: 40rem;
}

.ygs2026-project__text {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 80rem;
  padding: 80rem 0;
  width: 356rem;
  border-top: 1rem solid var(--ygs-red);
  border-bottom: 1rem solid var(--ygs-red);
}

.ygs2026-project__name {
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 40rem;
  font-family: 'Barlow', sans-serif;
  line-height: 1.3;
}

.ygs2026-project__desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 40rem;
}

.ygs2026-project__subtitle {
  margin: 0;
  font-weight: 500;
  font-size: 18rem;
  line-height: 1.8;
}

.ygs2026-project__desc {
  margin: 0;
  letter-spacing: .64rem;
  font-weight: 400;
  font-size: 16rem;
  line-height: 1.8;
}

.ygs2026-project__image {
  overflow: hidden;
  flex: 1;
  min-height: 600rem;
  border-radius: 0;
}

.ygs2026-project__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   Info Section (YGSニュース / YGS採用情報)
   ======================================== */
.ygs2026-info-section {
  display: flex;
  flex-direction: column;
  gap: 104rem;
}

.ygs2026-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24rem;
}

.ygs2026-info-title {
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 48rem;
  color: var(--ygs-red);
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.6;
}

.ygs2026-news-cards {
  display: flex;
  gap: 20rem;
}

.ygs2026-news-card {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 16rem;
  min-height: 250rem;
  border-radius: 8rem;
  background: var(--ygs-white);
  color: inherit;
  color: inherit !important;
  text-decoration: none !important;
  transition: box-shadow .2s;
}

.ygs2026-news-card::after {
  content: '';
  position: absolute;
  right: 25rem;
  bottom: 25rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.ygs2026-news-card:hover {
  box-shadow: 0 4rem 12rem rgba(0, 0, 0, .1);
}

.ygs2026-news-card__body {
  display: flex;
  overflow: hidden;
  gap: 16rem;
  border-radius: 4rem;
}

.ygs2026-news-card__thumb {
  flex-shrink: 0;
  width: 200rem;
  height: 150rem;
}

.ygs2026-news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ygs2026-news-card__info {
  flex: 1;
  padding-top: 10rem;
  min-width: 0;
}

.ygs2026-news-card__vol {
  margin: 0 0 8rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12rem;
  line-height: 1.8;
}

.ygs2026-news-card__list {
  margin: 0;
  padding-left: 21rem;
  font-weight: 400;
  font-size: 14rem;
  line-height: 1.8;
}

.ygs2026-news-card__list li {
  position: relative;
  margin-bottom: 2rem;
}

.ygs2026-news-card__list li::before {
  content: '・';
  position: absolute;
  left: -1em;
}

.ygs2026-news-card__footer {
  display: flex;
  justify-content: flex-end;
}

/* ========================================
   Recruit Card
   ======================================== */
.ygs2026-recruit-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 370rem;
  border-radius: 8rem;
  background: var(--ygs-white);
  color: inherit !important;
  text-decoration: none !important;
  transition: box-shadow .2s;

  grid-template-columns: 1fr 1fr;
}

.ygs2026-recruit-card::after {
  content: '';
  position: absolute;
  right: 25rem;
  bottom: 25rem;
  width: 10rem;
  height: 10rem;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.ygs2026-recruit-card:hover {
  box-shadow: 0 4rem 12rem rgba(0, 0, 0, .1);
}

.ygs2026-recruit-card__image {
  overflow: hidden;
  border-radius: 10rem 0 0 10rem;
}

.ygs2026-recruit-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ygs2026-recruit-card__text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40rem;
}

.ygs2026-recruit-card__title {
  margin: 0;
  font-weight: 700;
  font-size: 40rem;
  line-height: 1.5;

  font-feature-settings: 'pwid', 'palt', 'pkna';
}

/* ========================================
   Scroll Fade-in  ( data-fade )
   ======================================== */
[data-fade] {
  opacity: 0;
  transition: opacity .8s cubic-bezier(.33, 1, .68, 1), transform .8s cubic-bezier(.33, 1, .68, 1);
  transform: translateY(20rem);

  will-change: opacity, transform;
}

.ygs2026-hero__content[data-fade] {
  transition-delay: .4s;
  transition-duration: 1s;
  transform: translateY(30rem);
}

[data-fade].is-visible {
  opacity: 1;
  transform: none;
}

/* ========================================
   Scroll Fade-in Title  ( data-fade-title )
   clip-path で左から右にフェードしながら表示
   + グラデーション（#DC1E37 → #000）を左→右に走らせる（Solvvy .u-pc 系）
   ======================================== */
[data-fade-title] {
  /* background-image: linear-gradient(90deg, #000 0%, #f02 100%); */
  background-image: linear-gradient(90deg, #000 0%, #000 100%);
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
  color: transparent;
  opacity: 0;
  transition: opacity 1.5s .35s cubic-bezier(.33, 1, .68, 1),
    clip-path 4s .35s cubic-bezier(.33, 1, .68, 1),
    background-position 5s .35s cubic-bezier(.33, 1, .68, 1);

  -webkit-text-fill-color: transparent;
}

[data-fade-title].is-visible {
  background-position: 0 0;
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

@media (max-width: 768px) {
  [data-fade-title] {
    transition: opacity 1.5s .35s cubic-bezier(.33, 1, .68, 1),
      clip-path 2s .35s cubic-bezier(.33, 1, .68, 1),
      background-position 2s .35s cubic-bezier(.33, 1, .68, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-fade-title] {
    background-position: 0 0;
    clip-path: none;
    opacity: 1;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-fade] {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

/* ========================================
   Bottom Background
   ======================================== */
.ygs2026-bottom-bg {
  overflow: hidden;
  height: 560rem;
}

.ygs2026-bottom-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   Utilities
   ======================================== */
.ygs2026-pc-none {
  display: none;
}

.ygs2026-mt0 {
  margin-top: 0;
}


@media (hover: hover) {
  .ygs2026-btn--secondary-sm:hover {
    background-color: var(--black-5-opaque);
    text-decoration: none !important;
  }

  .ygs2026-news-card:hover {
    box-shadow: none !important;
  }
}





/* ========================================
   Responsive
   ======================================== */
@media (max-width: 1200px) {
  .ygs2026-business__item-image {
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .ygs2026-hero {
    min-height: 0;
    max-height: none;
    height: calc(100vh - var(--ygs-top-chrome-offset, 0px));
    height: calc(100dvh - var(--ygs-top-chrome-offset, 0px));
  }

  .ygs2026-hero__title {
    letter-spacing: 4rem;
    font-size: 40rem;
  }

  .ygs2026-hero__subtitle {
    margin-top: 20rem;
    letter-spacing: 1rem;
    font-size: 18rem;
  }

  .ygs2026-hero__content {
    right: 20rem;
    bottom: 120rem;
    left: 20rem;
  }

  .ygs2026-section-title {
    font-size: 48rem;
  }

  .ygs2026-section-header {
    margin-bottom: 40rem;
  }

  .ygs2025-nav {
    padding: 16rem 10rem;
  }

  .ygs2025-nav__inner {
    flex-direction: column;
    gap: 10rem;
    width: 100%;
  }

  .ygs2025-nav__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12rem;
  }

  .ygs2025-nav__links li a {
    font-size: 12rem;
  }

  .ygs2026-about__desc {
    font-size: 16rem;
  }

  .ygs2026-about__video-wrap {
    margin-top: 40rem;
    padding: 0 20rem;
  }

  .ygs2026-business__item,
  .ygs2026-business__item--reverse {
    flex-direction: column;
  }

  .ygs2026-business__item-image {
    max-width: 100%;
    width: 100%;
    height: 260rem;
  }

  .ygs2026-business__item-name {
    font-size: 28rem;
  }

  .ygs2026-business__item-desc {
    font-size: 16rem;
  }

  .ygs2026-project__content {
    flex-direction: column;
  }

  .ygs2026-project__text {
    gap: 40rem;
    padding: 40rem 0;
    min-height: auto;
    width: 100%;
  }

  .ygs2026-project__name {
    font-size: 28rem;
  }

  .ygs2026-project__image {
    min-height: 300rem;
    border-radius: 8rem;
  }

  .ygs2026-news-cards {
    flex-direction: column;
  }

  .ygs2026-recruit-card {
    grid-template-columns: 1fr;
  }

  .ygs2026-recruit-card__image {
    height: 200rem;
    border-radius: 8rem 8rem 0 0;
  }

  .ygs2026-recruit-card__title {
    font-size: 28rem;
  }

  .ygs2026-section {
    padding: 60rem 0;
  }

  .ygs2026-bottom-bg {
    height: 300rem;
  }

  .ygs2026-pc-none {
    display: block;
  }

  .ygs2026-sp-none {
    display: none !important;
  }

  /* ============================================================
     Local Nav SP (shared)
     ============================================================ */
  .nav-local-06 {
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
  }

  .nav-local-06__inner {
    flex-wrap: nowrap !important;
  }

  .nav-local-06__logo {
    overflow: hidden;
    min-width: 0 !important;
  }

  .nav-local-06__logo img {
    max-width: 100%;
    width: auto;
    height: 13rem;
  }

  /* --- Mobile Menu Overlay SP --- */
  .fc-mobile-nav {
    position: fixed;
    top: 52rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 199;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 50rem;
    background: #1a1a1a;
  }

  .fc-mobile-nav.is-open {
    display: flex;
    flex-direction: column;
  }

  .fc-mobile-nav__item {
    display: block;
    padding: 17rem 24rem;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
  }

  .fc-mobile-nav__item--sub {
    padding-left: 40rem;
    font-weight: 400;
  }

  .fc-mobile-nav__item:active {
    background: rgba(255, 255, 255, .08);
  }

  .nav-local-06.fc-mobile-nav-open .nav-local-06__inner>button[type='button']::after {
    transform: rotate(-135deg) translateY(-2rem) !important;
  }

  /* ============================================================
     YGS トップ（index）スマホ — PC レイアウトは変更しない
     ============================================================ */
  .ygs2026-main--index .ygs2026-container {
    padding-right: 24rem;
    padding-left: 24rem;
  }

  /* --- Hero（index）: 高さは共通の SP calc（.ygs2026-hero）に従う --- */

  .ygs2026-main--index .ygs2026-hero__content {
    top: 40rem;
    right: auto;
    bottom: auto;
    left: 30rem;
    max-width: calc(100% - 30rem);
    transform: none;
  }

  .ygs2026-main--index .ygs2026-hero__title {
    letter-spacing: 9.6rem;
    font-weight: 300;
    font-size: 48rem;
    line-height: 1.5;
  }

  .ygs2026-main--index .ygs2026-hero__subtitle {
    margin-top: 24rem;
    letter-spacing: 2.16rem;
    font-size: 18rem;
    line-height: 2;
  }

  /* 2行構成：中間の br のみ非表示 */
  .ygs2026-main--index .ygs2026-hero__subtitle br:nth-of-type(2) {
    display: none;
  }

  /* --- Section header --- */
  .ygs2026-main--index .ygs2026-section-header {
    gap: 16rem;
    margin-bottom: 64rem;
  }

  .ygs2026-main--index .ygs2026-about .ygs2026-section-title,
  .ygs2026-main--index .ygs2026-business .ygs2026-section-title,
  .ygs2026-main--index .ygs2026-section--white .ygs2026-section-title {
    font-size: 72rem;
    line-height: 1;
  }

  .ygs2026-main--index .ygs2026-section {
    padding: 104rem 0;
  }

  /* --- NEWS --- */
  .ygs2026-main--index .ygs2026-news-tabs {
    width: 100%;
  }

  .ygs2026-main--index .ygs2026-news__icon {
    margin-bottom: 40rem;
  }

  .ygs2026-main--index .ygs2026-news__icon .ygs2026-section-title {
    font-size: 72rem;
  }

  /* --- ABOUT US --- */
  .ygs2026-main--index .ygs2026-about__desc {
    font-size: 16rem;
  }

  /* .ygs2026-main--index .ygs2026-about__desc br {
    display: none;
  } */

  .ygs2026-main--index .ygs2026-about__video-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .ygs2026-main--index .ygs2026-about__video-inner {
    border-radius: 0;
  }

  /* --- BUSINESS FIELD --- */
  .ygs2026-main--index .ygs2026-business {
    padding-bottom: 104rem;
  }

  .ygs2026-main--index .ygs2026-business__items {
    gap: 64rem;
  }

  .ygs2026-main--index .ygs2026-business__item,
  .ygs2026-main--index .ygs2026-business__item--reverse {
    gap: 24rem;
  }

  .ygs2026-main--index .ygs2026-business__item-text {
    gap: 40rem;
    width: 100%;
  }

  .ygs2026-main--index .ygs2026-business__item-content {
    gap: 24rem;
  }

  .ygs2026-main--index .ygs2026-business__item-number {
    font-size: 20rem;
  }

  .ygs2026-main--index .ygs2026-business__item-number small {
    font-size: 12rem;
  }

  .ygs2026-main--index .ygs2026-business__item-name {
    font-size: 36rem;
  }

  .ygs2026-main--index .ygs2026-business__item-image {
    order: -1;
    min-height: 0;
    height: auto;
    aspect-ratio: 342 / 192;
    border-radius: 3.73rem;
  }

  .ygs2026-main--index .ygs2026-business__item-image img {
    height: auto;
  }

  .ygs2026-main--index .ygs2026-business__item-desc {
    font-size: 22rem;
    line-height: 1.5;
  }

  .ygs2026-main--index .ygs2026-btn--primary {
    min-width: 192rem;
    max-width: none;
    width: auto;
  }

  /* --- PROJECT --- */
  .ygs2026-main--index .ygs2026-project__content {
    padding: 40rem 0;
    border-top: 1rem solid var(--ygs-red);
    border-bottom: 1rem solid var(--ygs-red);
  }

  .ygs2026-main--index .ygs2026-project__text {
    gap: 40rem;
    padding: 0;
    width: 100%;
    border-top: none;
    border-bottom: none;
  }

  .ygs2026-main--index .ygs2026-project__name {
    font-size: 40rem;
    line-height: 1.3;
  }

  .ygs2026-main--index .ygs2026-project__desc-wrap {
    align-items: flex-start;
    gap: 24rem;
  }

  .ygs2026-main--index .ygs2026-project__image {
    order: -1;
    min-height: 287rem;
    border-radius: 8rem;
  }

  /* --- YGSニュース / YGS採用情報 --- */
  .ygs2026-main--index .ygs2026-info-section {
    gap: 64rem;
  }

  .ygs2026-main--index .ygs2026-info-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 16rem;
  }

  .ygs2026-main--index .ygs2026-news-cards {
    gap: 20rem;
  }

  .ygs2026-main--index .ygs2026-news-card {
    padding: 4rem;
    padding-bottom: 40rem;
    min-height: 0;
  }

  .ygs2026-main--index .ygs2026-news-card__body {
    flex-direction: column;
    gap: 8rem;
  }

  .ygs2026-main--index .ygs2026-news-card__thumb {
    max-height: none;
    width: 100%;
    height: auto;
  }

  .ygs2026-main--index .ygs2026-news-card__thumb img {
    width: 100%;
    height: auto;
    /* aspect-ratio: 334 / 183; */
    object-fit: cover;
    border-radius: 4rem;
  }

  .ygs2026-main--index .ygs2026-news-card__info {
    padding: 4rem 8rem 0;
  }

  .ygs2026-main--index .ygs2026-news-card__vol {
    font-weight: 700;
    font-size: 14rem;
  }

  .ygs2026-main--index .ygs2026-news-card__list {
    display: none;
  }

  .ygs2026-main--index .ygs2026-news-card__info::after {
    content: attr(data-sp-summary);
    display: block;
    font-weight: 400;
    font-size: 16rem;
    line-height: 1.8;
  }

  .ygs2026-main--index .ygs2026-recruit-card {
    grid-template-columns: 1fr;
  }

  .ygs2026-main--index .ygs2026-recruit-card__image {
    height: 228rem;
    border-radius: 8rem 8rem 0 0;
  }

  .ygs2026-main--index .ygs2026-recruit-card__text {
    padding: 64rem 16rem;
  }

  .ygs2026-main--index .ygs2026-recruit-card__title {
    font-size: 40rem;
  }
}

/* --- Mobile Nav (hidden by default on all viewports) --- */
.fc-mobile-nav {
  display: none;
}

/* ============================================================
   Local Nav / Submenu (shared, all viewports)
   ============================================================ */
.nav-local-06__list {
  padding: 0 !important;
}

.nav-local-06__list ul {
  margin-left: auto;
}

.nav-local-06__list>ul>li>a {
  font-size: 14px;
}

a.fc-nav-has-submenu {
  cursor: default !important;
}

/* a.fc-nav-has-submenu::after {
  content: '';
  display: inline-block;
  margin-left: 6rem;
  width: 6rem;
  height: 6rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  vertical-align: middle;
  transition: transform .2s ease;
  transform: rotate(45deg) translateY(-2rem);
}

a.fc-nav-has-submenu.is-active::after {
  transform: rotate(-135deg) translateY(-2rem);
} */

/* .fc-nav-submenu {
  position: fixed;
  z-index: 10000;
  display: none;
  margin: 0;
  padding: 12rem 0;
  min-width: max-content;
  background: rgba(0, 0, 0, .85);
  list-style: none;
} */

.fc-nav-submenu.is-visible {
  display: block;
}

.fc-nav-submenu>li>a {
  display: block;
  padding: 8rem 24rem;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 14rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
}

.fc-nav-submenu>li>a:hover {
  text-decoration: underline !important;
}

/* ============================================================
   Business Category Top – Image Hero
   ============================================================ */
.ygs2026-biz-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400rem;
}

.ygs2026-biz-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ============================================================
   Business Category Top – Intro
   ============================================================ */
.ygs2026-biz-intro {
  display: flex;
  align-items: flex-start;
  gap: 87rem;
}

.ygs2026-biz-intro__title {
  flex: 1;
  margin: 0;
  font-weight: 300;
  font-size: 64rem;
  line-height: 1.6;
}

.ygs2026-biz-intro__right {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 40rem;
  width: 639rem;
}

.ygs2026-biz-intro__subtitle {
  margin: 0;
  color: var(--ygs-red);
  font-weight: 300;
  font-size: 32rem;
  line-height: 1.5;
}

.ygs2026-biz-intro__desc {
  margin: 0;
  letter-spacing: .64rem;
  font-weight: 400;
  font-size: 16rem;
  line-height: 1.8;
}

/* ============================================================
   Business Category Top – Business Scope
   ============================================================ */
.ygs2026-biz-scope__cards {
  display: grid;
  gap: 21rem;

  grid-template-columns: repeat(3, 1fr);
}

.ygs2026-biz-scope__card {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  padding: 24rem;
  min-height: 416rem;
  border-radius: 8rem;
  background: var(--ygs-white);
}

.ygs2026-biz-scope__card-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40rem;
  padding: 8rem 24rem 24rem;
}

.ygs2026-biz-scope__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80rem;
  height: 80rem;
}

.ygs2026-biz-scope__card-icon img {
  max-width: 100%;
  max-height: 100%;
}

.ygs2026-biz-scope__card-title {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 18rem;
  line-height: 1.8;
}

.ygs2026-biz-scope__card-desc {
  margin: 0;
  letter-spacing: .64rem;
  font-weight: 400;
  font-size: 16rem;
  line-height: 1.8;
}

/* ============================================================
   Business Category Top – CTA Banner
   ============================================================ */
.ygs2026-biz-cta {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 168rem;
  border-radius: 8rem;
  text-decoration: none;
  transition: opacity .2s;
}

.ygs2026-biz-cta:hover {
  opacity: .9;
}

.ygs2026-biz-cta__bg {
  position: absolute;

  inset: 0;
}

.ygs2026-biz-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ygs2026-biz-cta__bg::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, .6);

  inset: 0;
}

.ygs2026-biz-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24rem;
  padding: 64rem 40rem;
}

.ygs2026-biz-cta__text {
  margin: 0;
  color: var(--ygs-white);
  white-space: nowrap;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.5;
}

.ygs2026-biz-cta__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  color: var(--ygs-white);
}

.ygs2026-biz-cta__arrow::after {
  content: '';
  display: block;
  width: 12rem;
  height: 12rem;
  border: 2px solid var(--ygs-white);
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

/* ============================================================
   Business Category Top – Bottom Image
   ============================================================ */
.ygs2026-biz-bottom-bg {
  overflow: hidden;
  height: 560rem;
}

.ygs2026-biz-bottom-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   Business Category Top – Responsive
   ============================================================ */
@media (max-width: 768px) {
  .ygs2026-biz-hero {
    height: 240rem;
  }

  .ygs2026-biz-intro {
    flex-direction: column;
    gap: 32rem;
  }

  .ygs2026-biz-intro__title {
    font-size: 36rem;
  }

  .ygs2026-biz-intro__right {
    gap: 24rem;
    width: 100%;
  }

  .ygs2026-biz-intro__subtitle {
    font-size: 22rem;
  }

  .ygs2026-biz-scope__cards {
    grid-template-columns: 1fr;
  }

  .ygs2026-biz-scope__card {
    min-height: auto;
  }

  .ygs2026-biz-cta {
    min-height: 120rem;
    height: auto;
  }

  .ygs2026-biz-cta__text {
    text-align: center;
    white-space: normal;
    font-size: 16rem;
  }

  .ygs2026-biz-cta__content {
    flex-direction: column;
    gap: 16rem;
    padding: 32rem 24rem;
  }

  .ygs2026-biz-bottom-bg {
    height: 300rem;
  }
}


@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}


/* ================================================================
   Project page  ( .ygs2026-main--project )
   ================================================================ */

.ygs2026-main--project {
  padding-bottom: 0;
}

/* --- Hero --- */
.ygs2026-project-hero {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 24rem;
  /* min-height: 594rem; */
  /* max-height: 90vh; */
  max-width: 1440rem;
  width: 100%;
  aspect-ratio: 1440 / 642;
}

.ygs2026-project-hero__bg {
  width: 100%;
  height: 100%;
}

.ygs2026-project-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8rem;
}

@media (max-width: 768px) {
  .ygs2026-project-hero__bg img {
    object-position: center right;
  }
}

/* .ygs2026-project-hero__bg::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, .25);

  inset: 0;
} */

.ygs2026-project-hero__overlay {
  position: absolute;
  top: 64rem;
  left: 24rem;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16rem;
  font-size: 96rem;
  line-height: 1.5;
}

.ygs2026-project-hero__line1,
.ygs2026-project-hero__line2,
.ygs2026-project-hero__line3,
.ygs2026-project-hero__line4,
.ygs2026-project-hero__line5,
.ygs2026-project-hero__line6 {
  margin: 0;
  padding: 10rem;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Barlow', sans-serif;
}

.ygs2026-project-hero__line3,
.ygs2026-project-hero__line4,
.ygs2026-project-hero__line5,
.ygs2026-project-hero__line6 {
  display: none;
}

/* .ygs2026-project-hero__line1 {
  font-size: 64rem;
}

.ygs2026-project-hero__line2 {
  margin-top: 16rem;
  font-size: 64rem;
} */


/* --- Intro + video --- */
.ygs2026-project-detail {
  padding-top: 40rem !important;
  padding-bottom: 0 !important;
  background-color: var(--ygs-bg);
}

.ygs2026-project-detail__intro {
  margin: 0 auto;
  max-width: 733rem;
}

.ygs2026-project-detail__label {
  margin: 0 0 24rem;
  color: var(--ygs-red);
  font-weight: 300;
  font-size: 20rem;
  line-height: 1.5;
}

.ygs2026-project-detail__label span {
  margin: 0 .8em;
  font-size: .6em;
}

.ygs2026-project-detail__title {
  margin: 0 0 64rem;
  font-weight: 300;
  font-size: 32rem;
  line-height: 1.5;
}

.ygs2026-project-detail__lead {
  margin: 0;
  letter-spacing: .04em;
  font-weight: 400;
  font-size: 16rem;
  line-height: 1.8;
}

.ygs2026-project-detail__lead:last-child {
  margin-bottom: 0;
}

.ygs2026-project-detail__video {
  margin: 40rem auto 0;
  max-width: 733rem;
}

.ygs2026-project-detail__video .ygs2026-about__video-inner {
  margin: 0;
}


/* --- Gallery --- */
.ygs2026-project-gallery-section {
  /* background-color: var(--ygs-white); */
  padding-top: 64rem !important;
}

.ygs2026-project-gallery {
  display: flex;
  flex-direction: column;
  gap: 24rem;
}

.ygs2026-project-gallery__item {
  margin: 0;
}

.ygs2026-project-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8rem;
}

.ygs2026-project-detail__back {
  display: flex;
  justify-content: center;
  margin: 64rem 0 0;
}

.ygs2026-project-detail__back .ygs2026-btn--product {
  width: 192rem !important;
  height: 48rem !important;
  color: #000 !important;
  text-decoration: none !important;
}


/* --- Support --- */
.ygs2026-project-support {
  background-color: var(--ygs-bg);
}

.ygs2026-project-support__title {
  margin: 0 0 40rem;
  font-weight: 700;
  font-size: 24rem;
  line-height: 1.6;
}

.ygs2026-project-support__links {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  max-width: 1110rem;
}

.ygs2026-project-support__item {
  display: flex;
  align-items: center;
  gap: 16rem;
  padding: 24rem 32rem;
  border: 1rem solid rgba(0, 0, 0, .12);
  border-radius: 8rem;
  background: var(--ygs-white);
  color: var(--ygs-black) !important;
  text-decoration: none !important;
  transition: box-shadow .2s;
}

.ygs2026-project-support__item:hover {
  box-shadow: 0 4rem 16rem rgba(0, 0, 0, .08);
}

.ygs2026-project-support__icon {
  flex-shrink: 0;
  width: 24rem;
  height: 24rem;
  border: 2rem solid var(--ygs-red);
  border-radius: 50%;
}

.ygs2026-project-support__icon::after {
  content: '';
  display: block;
  margin: 6rem auto 0;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: var(--ygs-red);
}

.ygs2026-project-support__icon--mail {
  border-radius: 4rem;
}

.ygs2026-project-support__icon--mail::after {
  margin-top: 5rem;
  width: 14rem;
  height: 10rem;
  border-radius: 2rem;
}

.ygs2026-project-support__icon--faq::after {
  border-radius: 4rem;
}

.ygs2026-project-support__label {
  flex: 1;
  font-weight: 700;
  font-size: 16rem;
}

.ygs2026-project-support__arrow {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  border: 2rem solid var(--ygs-black);
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.ygs2026-project-support__arrow--external {
  width: 12rem;
  height: 12rem;
  border: none;
  background: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'%23000\' stroke-width=\'2\'%3E%3Cpath d=\'M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\'/%3E%3Cpolyline points=\'15 3 21 3 21 9\'/%3E%3Cline x1=\'10\' y1=\'14\' x2=\'21\' y2=\'3\'/%3E%3C/svg%3E') center / contain no-repeat;
  transform: none;
}


@media (max-width: 768px) {
  .ygs2026-project-detail {
    padding: 0 4rem;
  }

  .ygs2026-project-hero {
    padding: 16rem;
    aspect-ratio: 390 / 590;
  }

  .ygs2026-project-hero__overlay {
    top: 40rem;
    left: 16rem;
    gap: 8rem;
  }

  .ygs2026-project-hero__line1,
  .ygs2026-project-hero__line2,
  .ygs2026-project-hero__line3,
  .ygs2026-project-hero__line4,
  .ygs2026-project-hero__line5,
  .ygs2026-project-hero__line6 {
    font-size: 48rem;
  }

  .ygs2026-project-hero__line1,
  .ygs2026-project-hero__line2 {
    display: none;
  }

  .ygs2026-project-hero__line3,
  .ygs2026-project-hero__line4,
  .ygs2026-project-hero__line5,
  .ygs2026-project-hero__line6 {
    display: block;
  }

  .ygs2026-project-detail__title {
    font-size: 32rem;
  }

  .ygs2026-project-detail__video {
    margin-top: 40rem;
  }

  .ygs2026-project-detail__back {
    margin-top: 40rem;
  }

  .ygs2026-project-support__item {
    padding: 20rem 24rem;
  }
}


/* ================================================================
   About page  ( .ygs2026-main--about )
   ================================================================ */

.ygs2026-section--about-message {
  padding-top: 40rem !important;
  background-color: #f4f4f4 !important;
}

.ygs2026-main--about {
  padding-bottom: 0;
}

.ygs2026-main--about .ygs2026-section {
  padding: 0 0 110rem;
}

.ygs2026-section--gray {
  background-color: var(--ygs-bg);
}

/* --- Message --- */
.ygs2026-section--about-message {
  padding-bottom: 0;
  background-color: var(--ygs-white);
}

.ygs2026-message {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 64rem;
  margin: 0 auto;
  max-width: 732rem;
}

.ygs2026-message__photo {
  overflow: hidden;
  width: 100%;
  border-radius: 8rem;
}

.ygs2026-message__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ygs2026-message__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ygs2026-message__text {
  margin: 0;
  letter-spacing: .04em;
  font-weight: 400;
  font-size: 20rem;
  line-height: 1.8;
}

.ygs2026-message__text+.ygs2026-message__text {
  margin-top: 22rem;
}

.ygs2026-message__text:last-of-type {
  margin-bottom: 64rem;
}

.ygs2026-message__sign {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 20rem;
  text-align: right;
}

.ygs2026-message__sign p {
  margin: 0;
  letter-spacing: .04em;
  font-weight: 400;
  font-size: 16rem;
  line-height: 2;
}

.ygs2026-message__sign strong {
  font-weight: 400;
  font-size: 16rem;
}


/* --- Definition Table (会社概要) --- */
.ygs2026-def-table {
  margin-top: 40rem;
  width: 100%;
  border-collapse: collapse;
  letter-spacing: .04em;
  font-size: 14rem;
  line-height: 1.8;
}

.ygs2026-def-table tr {
  border-bottom: 1rem solid #dbdbdb;
}

.ygs2026-def-table tr:first-child {
  border-top: 1rem solid #dbdbdb;
}

.ygs2026-def-table th,
.ygs2026-def-table td {
  padding: 24rem;
  vertical-align: top;
  text-align: left;

  text-box: trim-both cap alphabetic;
}

.ygs2026-def-table th {
  width: 25.5%;
  background-color: #fff;
  /* color: rgba(0, 0, 0, .6); */
  white-space: nowrap;
  font-weight: 400;
}

.ygs2026-def-table td {
  font-weight: 400;
}

.ygs2026-def-list {
  margin: 0;
  padding-left: 1.4em;
  list-style: disc;
}

.ygs2026-def-list li {
  margin-bottom: 2rem;
}


/* --- Google Map --- */
.ygs2026-map {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1110 / 443;
  border-radius: 8rem;
}

.ygs2026-map .lyt-map-01-inner {
  width: 100%;
  height: 100%;
}


/* --- Branches (支店・営業所) --- */
.ygs2026-branches__content {
  display: grid;
  align-items: start;
  gap: 40rem;

  grid-template-columns: 545rem 1fr;
}

.ygs2026-branches__map {
  position: sticky;
  top: 80rem;
}

.ygs2026-branches__map>img {
  display: block;
  width: 100%;
  height: auto;
}

.ygs2026-branches__legend {
  display: flex;
  align-items: flex-start;
  /* flex-wrap: wrap; */
  flex-direction: column;
  /* gap: 16rem 24rem; */
  margin-top: 16rem;
}

.ygs2026-branches__legend-item {
  display: flex;
  align-items: center;
  gap: 6rem;
  font-size: 14rem;
  line-height: 1.8;
}

.ygs2026-branches__legend-item::before {
  content: '';
  display: inline-block;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}

.ygs2026-branches__legend-item--red::before {
  background-color: var(--ygs-red);
}

.ygs2026-branches__legend-item--green::before {
  background-color: #00a30b;
}

.ygs2026-branches__legend-item--purple::before {
  background-color: #4163c1;
}

.ygs2026-branches__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 24rem;
}

.ygs2026-branch {
  display: flex;
  gap: 8rem;
  padding: 24rem 0;
  border-bottom: 1rem solid rgba(0, 0, 0, .08);
}

.ygs2026-branch:first-child {
  padding-top: 0;
}

.ygs2026-branch__num {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  color: var(--ygs-white);
  font-weight: 700;
  font-size: 12rem;
  line-height: 1;
}

.ygs2026-branch__num--red {
  background-color: var(--ygs-red);
}

.ygs2026-branch__num--green {
  background-color: #00a30b;
}

.ygs2026-branch__num--purple {
  background-color: #4163c1;
}

.ygs2026-branch__info {
  padding-top: 4rem;
  min-width: 0;
  letter-spacing: .04em;
}

.ygs2026-branch__name {
  margin: 0 0 8rem;
  margin-bottom: 20rem;
  font-weight: 500;
  font-size: 18rem;
  line-height: 1.6;
}

.ygs2026-branch__info p {
  margin: 0;
  font-weight: 400;
  font-size: 16rem;
  line-height: 1.8;
}


/* --- About page SP --- */
@media (max-width: 768px) {
  .ygs2026-section--about-message .ygs2026-section-header {
    margin-bottom: 48rem;
    padding-top: 24rem;
  }

  .ygs2026-section--about-message .ygs2026-section-header .ygs2026-section-title {
    font-size: 72rem;
  }

  .ygs2026-message {
    gap: 64rem;
    max-width: none;
  }

  .ygs2026-message__text {
    /* margin-bottom: 22rem; */
    font-size: 18rem;
  }

  .ygs2026-message__text:last-of-type {
    margin-bottom: 40rem;
  }

  /* .ygs2026-message__sign strong {
    font-size: 18rem;
  } */

  .ygs2026-def-table th {
    display: block;
    padding: 16rem 8rem;
    width: 100%;
  }

  .ygs2026-def-table td {
    display: block;
    padding: 24rem 8rem;
    width: 100%;
  }

  .ygs2026-map {
    aspect-ratio: 390 / 260;
  }

  .ygs2026-branches__content {
    grid-template-columns: 1fr;
  }

  .ygs2026-branches__map {
    position: static;
  }

  .ygs2026-branches__list {
    padding-top: 0;
  }
}



/* ================================================================
   YGS トップ（index）アニメーション
   ================================================================ */

.ygs2026-hero__bg-main {
  animation: ygs2026-hero__bg-main-animation 5s forwards ease-in-out;
}

@keyframes ygs2026-hero__bg-main-animation {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.ygs2026-hero__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  /* min-height: 800rem;
  max-height: 1024rem; */
  width: 100%;
  /* height: 100vh; */
  height: 100%;

  grid-template-columns: repeat(3, 1fr);
}

.ygs2026-hero__bg-overlay-box {
  overflow: hidden;
  margin-top: auto;
  height: 100%;
  /* background: none !important; */
  background-position: center bottom;
  /* background-size: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  opacity: 0;
  animation: ygs2026-hero__bg-overlay-box-animation 1.5s forwards ease-in-out;
}

@media (min-width: 1300px) {
  .ygs2026-hero__bg-overlay-box {
    background-size: 100%;
  }
}

.ygs2026-hero__bg-overlay-box:nth-child(1) {
  background-image: url('/jp/about/company/ygs/img/ygs2026/image_hero_bg_left.webp');
  animation-delay: 1.5s;
}

.ygs2026-hero__bg-overlay-box:nth-child(2) {
  background-image: url('/jp/about/company/ygs/img/ygs2026/image_hero_bg_center.webp');
  animation-delay: 1.75s;
}

.ygs2026-hero__bg-overlay-box:nth-child(3) {
  background-image: url('/jp/about/company/ygs/img/ygs2026/image_hero_bg_right.webp');
  animation-delay: 2s;
}

@keyframes ygs2026-hero__bg-overlay-box-animation {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    opacity: 0;
  }

  30% {
    opacity: .1;
  }

  80% {
    opacity: .9;
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}

/* .fc-page-title {
  display: none;
} */

.nav-local-06 .is-desktop-sublist .is-deep-list>div {
  border-bottom: 0;
  font-size: 14rem;
}

.nav-local-06 .is-desktop-sublist ul a {
  color: rgba(255, 255, 255, 1) !important;
}

.nav-local-06 .is-desktop-sublist ul a::before,
.nav-local-06 .is-desktop-sublist a:hover::before,
.nav-local-06 .is-desktop-sublist a.is-router-match::before,
.nav-local-06 .is-desktop-sublist a.is-router-exact-match::before {
  opacity: 1 !important;
}


.ygs2026-heading-title {
  margin-bottom: 40rem;
  font-weight: 300;
  font-size: 32rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ygs2026-heading-title {
    font-size: 24rem;
  }
}



/*  */

.fc-scope {
  display: none !important;
}
