:where(.ygs2025-main) {
  --board: 1200;
  --max: 1px;
}

.ygs2025-main {
  padding-bottom: 10px;
}

.ygs2025-title {
  margin: 35px 0;
  text-align: center;
  font-weight: 700;
  font-size: 37.33px;
  line-height: 1.5;

  text-box: trim-both cap alphabetic;
}

.ygs2025-subtitle strong {
  font-size: 28px;
}

.ygs2025-nav-logo img {
  width: clamp(0px, 10vw / var(--board) * 10 * 298, var(--max) * 298);
}

.ygs2025-nav-list {
  padding: 0;
}

.ygs2025-nav-list ul {
  margin-right: 0;
  margin-left: auto;
}

.ygs2025-mv-area {
  margin-bottom: -91px;
}

.ygs2025-mv-title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(0px, 10vw / var(--board) * 10 * 37.33, var(--max) * 37.33);
  line-height: 1.5;
}

.ygs2025-about-item {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: clamp(0px, 10vw / var(--board) * 10 * 10, var(--max) * 10);
}

.ygs2025-feature-item em {
  font-size: 32px;
}

.ygs2025-recruit-inner {
  margin-bottom: -91px;
  padding: clamp(0px, 10vw / var(--board) * 10 * 56, var(--max) * 56) 0;
  background-color: rgba(0, 0, 0, .05);
}

.ygs2025-business-guide-main {
  background-color: rgba(0, 0, 0, .05);
}

.ygs2025-business-guide-inner {
  margin-bottom: -91px;
}

.pc-none {
  display: none;
}

.ygs2025-about_mv {
  background-image: url(/jp/about/company/ygs/img/image_about-mv.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 264px;
}

.ygs2025-about_mv__inner {
  max-width: 1110px;
  height: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.ygs2025-about_mv__title {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}


@media (max-width: 768px) {
  .ygs2025-title {
    margin: 30px 0;
    font-size: 24px;
  }

  .ygs2025-subtitle strong {
    font-size: 19.2px;
  }

  .ygs2025-nav-logo img {
    width: clamp(0px, 10vw / var(--board) * 10 * 180, var(--max) * 180);
  }

  .ygs2025-mv-area {
    margin-bottom: -78px;
  }

  .ygs2025-mv-title {
    font-size: clamp(0px, 10vw / var(--board) * 10 * 24, var(--max) * 24);
  }

  .ygs2025-feature-inner {
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 50, var(--max) * 50);
  }

  .ygs2025-recruit-inner {
    margin-bottom: -78px;
    padding: clamp(0px, 10vw / var(--board) * 10 * 48, var(--max) * 48) 0;
  }

  .ygs2025-recruit-inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 clamp(0px, 10vw / var(--board) * 10 * 20, var(--max) * 20);
  }

  .ygs2025-business-guide-inner {
    margin-bottom: -78px;
  }

  .pc-none {
    display: block !important;
  }

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

  .ygs2025-about_mv {
    background-image: url(/jp/about/company/ygs/img/image_about-mv_sp.webp);
    height: 211px;
  }

  .ygs2025-about_mv__title {
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  :where(.ygs2025-main) {
    --board: 390;
    --max: 9999px;
  }
}

@media (max-width: 660px) {
  .ygs2025-nav-logo img {
    width: clamp(0px, 10vw / var(--board) * 10 * 255, var(--max) * 255);
  }
}
