@charset "UTF-8";

/* ============================================================
   BASE
   ============================================================ */
body {
  color: #232323;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.container {
  width: 100%;
}
ul, ol, li, dd {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
img {
  line-height: 0;
  width: 100%;
}

/* ============================================================
   FONTS
   ============================================================ */
.en {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.en_2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.en_3 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.inner {
  width: 90%;
  margin: 10% auto 0;
}

/* ============================================================
   HEADER / MENU
   ============================================================ */
.header_w {
  background: #101010;
}
.header_w .hamburger-lines .line {
  background-color: #fff;
}
.header-logo {
  position: absolute;
  width: 100%;
  max-width: 56px;
  top: 5px;
  left: 2%;
  margin: 0;
  padding: 0;
  z-index: 600;
}
.header-container {
  position: relative;
  height: 64px;
}
.logo-link {
  display: block;
  transition-duration: 300ms;
}
.logo-link:hover {
  opacity: 0.6;
}
.nav-menu {
  padding: 100px 0 0;
}
.nav-menu .menu-list {
  gap: 0 24px;
  margin: 0;
  height: 100%;
  line-height: 64px;
}
.nav-menu a {
  font-weight: bold;
}
.menu-link {
  display: block;
  color: #000;
  transition-duration: 300ms;
}
.menu-link:hover {
  opacity: 0.6;
}
.nav-menu.active .menu-link {
  color: #fff;
}
.lang_menu {
  padding: 0;
}
.menu-list {
  padding: 0;
}
.lang_menu .menu-item a {
  display: block;
}
.lang_menu .lang_jp {
  background: #232323;
  color: #fff;
}
.lang_menu .lang_en {
  background: #050505;
  color: #fff;
}
.lang_menu a {
  color: #fff;
  text-align: center;
  width: 120px;
}

/* ============================================================
   HAMBURGER
   ============================================================ */
.hamburger-button {
  width: fit-content;
  height: clamp(13px, 3.47vw, 26px);
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 0;
  background: none;
  border: none;
  z-index: 600;
}
.hamburger-lines {
  position: relative;
  width: clamp(40px, 10.67vw, 90px);
  height: clamp(13px, 3.47vw, 26px);
  transition-duration: 300ms;
}
.hamburger-lines.active {
  height: 1px;
}
.hamburger-lines .line {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  transition-duration: 300ms;
  background-color: #000;
}
.hamburger-lines.active .line {
  background-color: #fff;
}
.hamburger-lines .line:nth-child(1) {
  top: 0;
}
.hamburger-lines .line:nth-child(2) {
  bottom: 0;
}

/* ============================================================
   KV / VIDEO
   ============================================================ */
.hero {
  position: relative;
}
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.kv-text-area h2 {
  font-size: clamp(2rem, 8vw, 6rem);
  margin: 0;
}
.kv-text-area h2 .icon .fa-close {
  font-size: 3rem;
  margin-bottom: 6px;
}
.kv-section {
  width: 100%;
  background: #fff;
  position: relative;
}

/* kv-dと併用時はkv-sectionの白背景・高さを上書き */
.kv-section.kv-d {
  background: #000;
  height: 100svh;
  min-height: 56.25vw;
  overflow: hidden;
}

/* PC用 video の position:fixed を .kv-d 内で上書き */
.kv-section.kv-d .kv-d__video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 0 !important;
}

/* ============================================================
   STICKY / CONTENT LAYERS
   ============================================================ */
.sticky {
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  position: sticky;
  top: 0;
}
.sticky.svc-section {
  height: auto !important;
  min-height: unset !important;
  display: block !important;
}
.content_1 {
  background: transparent;
  z-index: 200;
}
.content_2 {
  background: transparent;
  z-index: 300;
}
.content_3 {
  background: #fff;
  z-index: 400;
}
.content_4 {
  background: #111;
  z-index: 500;
}
.content_5 {
  background: #f0f0f0 url(../img/robot-bg.png) no-repeat center center / cover;
  z-index: 600;
}
.content_4.media-section {
  background: #111;
}
.content_6 {
  background: #fff;
  z-index: 700;
}
.content_7 {
  background: #f2f2f2;
  z-index: 700;
}

/* ============================================================
   MATRIX ANIMATION
   ============================================================ */
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}
.matrix .bg-wrap .inn.small {
  font-size: 15px;
}
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* ============================================================
   DISPLAY / ITEM ANIMATION
   ============================================================ */
.display {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
}
.item {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 1.5s ease-out;
  font-size: 1.2rem;
}
.display:has(.is-visible) .item {
  opacity: 1;
  transform: none;
}
.sentinel {
  width: 1px;
  height: 1px;
  visibility: hidden;
}
.block_ttl h2,
.block_ttl p {
  margin: 0;
}

/* ============================================================
   DIAGONAL SLIDE-IN BACKGROUND
   ============================================================ */
.section-diagonal::after {
  content: '';
  position: absolute;
  inset: 2% -5%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgb(208, 208, 208) 120%);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  z-index: 0;
  pointer-events: none !important;
}
.box2.section-diagonal::after,
.box4.section-diagonal::after {
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgb(208, 208, 208) 120%);
}
.section-diagonal.from-right::after {
  transform: skewY(-3deg) translateX(105%);
}
.section-diagonal.from-right.is-visible::after {
  transform: skewY(-3deg) translateX(0%);
}
.section-diagonal.from-left::after {
  transform: skewY(3deg) translateX(-105%);
}
.section-diagonal.from-left.is-visible::after {
  transform: skewY(3deg) translateX(0%);
}
.section-diagonal .inner {
  position: relative;
  z-index: 1;
}

/* ============================================================
   FOOTER BACKGROUND (#bg_d)
   ============================================================ */
#bg_d {
  background-color: #111;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
}
#bg_d::before {
  content: '';
  position: absolute;
  inset: 0;
}

/* ============================================================
   CANVAS
   ============================================================ */
canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
}

/* ============================================================
   SLIDER
   ============================================================ */
.slider-area-wrapper {
  position: relative;
  z-index: 2000 !important;
  pointer-events: auto !important;
  margin-top: 50px;
  width: 100%;
}
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  position: relative;
}
.main-slider-btn-prev,
.main-slider-btn-next {
  position: static;
  flex-shrink: 0;
  z-index: 100;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  order: 0;
}
.main-slider-btn-next {
  order: 2;
}
.main-slider-btn-prev:hover,
.main-slider-btn-next:hover {
  background: #444;
}
.main-slider-btn-prev i,
.main-slider-btn-next i {
  font-size: 13px;
}
.main-slider-btn-prev.swiper-button-disabled,
.main-slider-btn-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.slider-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible !important;
}
.main-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px !important;
}
.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  background: #fff;
}
.img-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.img-wrapper:hover img {
  transform: scale(1.1);
}
.slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  text-align: left;
}
.slide-text .num {
  font-size: 0.8rem;
  opacity: 0.8;
}
.slide-text h3 {
  margin: 5px 0 0;
  font-size: 1.1rem;
}
#service-pagination.swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2100 !important;
  order: 1;
  flex-shrink: 0;
}
#service-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: #000 !important;
  opacity: 0.2 !important;
  margin: 0 8px !important;
  display: inline-block !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  border: none !important;
}
#service-pagination .swiper-pagination-bullet-active {
  width: 35px !important;
  border-radius: 6px !important;
  background-color: #000 !important;
  opacity: 1 !important;
}

/* ============================================================
   MODAL — 経営陣詳細
   ============================================================ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10,10,10,.88);
  z-index: 999999 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(24px);
  width: 90%;
  max-width: 760px;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .4s ease;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.modal-overlay.active .modal-content {
  transform: translate(-50%, -50%) translateY(0);
}
.close-btn {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 3100;
  color: #555;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .25s, color .25s;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.close-btn:hover {
  background: #111;
  color: #fff;
}
.detail-slider {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  display: block;
  line-height: 0;
  font-size: 0;
}
.detail-slider .swiper-wrapper {
  align-items: stretch;
  line-height: 0;
}
.detail-slider .swiper-slide {
  line-height: 0;
  height: auto !important;
}
.detail-flex {
  display: flex;
  flex-direction: row;
  height: min(420px, calc(100vh - 120px));
  width: 100%;
  overflow: hidden;
  line-height: normal;
  font-size: 1rem;
}
.detail-img {
  flex: 0 0 42%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.detail-txt {
  flex: 1 1 0;
  min-width: 0;
  padding: 44px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  overflow-y: auto;
  word-break: break-word;
  overflow-wrap: break-word;
}
.detail-txt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #ea9801;
}
.detail-txt .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: .85rem;
  letter-spacing: 2px;
  color: #ea9801;
  font-weight: 700;
  margin: 0 0 14px;
}
.detail-txt .name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin: 0 0 6px;
  letter-spacing: .5px;
}
.detail-txt .name_en {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: .78rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #aaa;
  margin-top: 4px;
}
.detail-txt .dec::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: #e0e0e0;
  margin: 22px 0 18px;
}
.detail-txt .dec {
  font-size: .9rem;
  line-height: 1.9;
  color: #555;
  margin: 0;
}
.modal-content .swiper-button-next svg,
.modal-content .swiper-button-prev svg {
  display: none;
}
.modal-content > .swiper-button-next,
.modal-content > .swiper-button-prev {
  position: absolute !important;
  width: 48px !important;
  height: 48px !important;
  background: #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 16px rgba(0,0,0,.2) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3000 !important;
  margin: 0 !important;
  transition: background .25s, box-shadow .25s !important;
}
.modal-content > .swiper-button-next {
  right: -24px !important;
  left: auto !important;
}
.modal-content > .swiper-button-prev {
  left: -24px !important;
  right: auto !important;
}
.modal-content > .swiper-button-next::after,
.modal-content > .swiper-button-prev::after {
  display: none !important;
}
.modal-content > .swiper-button-next::before,
.modal-content > .swiper-button-prev::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.modal-content > .swiper-button-next::before {
  transform: rotate(45deg);
  left: 15px;
}
.modal-content > .swiper-button-prev::before {
  transform: rotate(-135deg);
  left: 19px;
}
.modal-content > .swiper-button-next:hover,
.modal-content > .swiper-button-prev:hover {
  background: #ea9801 !important;
  box-shadow: 0 4px 16px rgba(234,152,1,.35) !important;
}
.modal-content > .swiper-button-next:hover::before,
.modal-content > .swiper-button-prev:hover::before {
  border-color: #fff;
}

/* ============================================================
   MEDIA GRID
   ============================================================ */
.media-section {
  background: #111;
  height: auto !important;
  min-height: 100dvh;
  padding: 100px 0 120px;
  display: block !important;
  overflow: hidden;
}
.media-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.media-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.media-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
}
.media-ttl__en {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 6px;
  line-height: 1;
  margin: 0;
  text-shadow: none;
  display: block;
}
.media-ttl__ja {
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 3px;
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
}
.media-more-link {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0 10px;
  transition: color 0.3s;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.media-more-link:hover {
  color: #ea9801;
  border-color: #ea9801;
}
.media-more-link::after {
  content: '→';
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.media-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.media-card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  display: none;
}
.media-card.is-visible {
  display: block;
}
.media-card.is-fadeIn {
  animation: cardFadeIn 0.5s ease forwards;
}
@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.media-card:hover {
  transform: translateY(-6px);
  border-color: rgba(234, 152, 1, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.media-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.media-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.media-card:hover .media-card__thumb img {
  transform: scale(1.06);
}
.media-card__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #ea9801;
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
}
.media-card__body {
  padding: 20px 20px 24px;
}
.media-card__date {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 10px;
}
.media-card__title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 1.5px;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.media-card:hover .media-card__title {
  color: #ea9801;
}
.media-load-wrap {
  margin-top: 20px;
  text-align: center;
}
.media-load-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 2px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 40px;
  cursor: pointer;
  transition: border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.media-load-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #ea9801;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 0;
}
.media-load-btn:hover::before {
  transform: scaleX(1);
}
.media-load-btn:hover {
  border-color: #ea9801;
}
.media-load-btn span,
.media-load-btn svg {
  position: relative;
  z-index: 1;
}
.media-load-btn .btn-spinner {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  position: relative;
  z-index: 1;
}
.media-load-btn.is-loading .btn-arrow {
  display: none;
}
.media-load-btn.is-loading .btn-spinner {
  display: block;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.media-count {
  margin-top: 24px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.25);
}
.media-count strong {
  color: rgba(255, 255, 255, 0.6);
}

/* ============================================================
   BTN（READ MORE）スライドフィルホバー
   ============================================================ */
.btn a {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: color 0.35s ease, border-color 0.35s ease !important;
  z-index: 0;
  box-sizing: border-box;
}
.btn a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.btn a:hover {
  color: #ea9801 !important;
  opacity: 1 !important;
  border-color: #ea9801;
}
.btn a:hover::before {
  transform: scaleX(1);
}
.btn a span,
.btn a {
  position: relative;
}

/* ============================================================
   FOOTER MENU ホバーエフェクト
   ============================================================ */
.footer-menu li {
  position: relative;
}
.footer-menu li a {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
  color: #333;
}
.footer-menu li a::before {
  content: '→';
  position: absolute;
  right: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  opacity: 0;
  color: #ea9801;
  font-size: 0.75em;
  transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
}
.footer-menu li a:hover {
  color: #ea9801 !important;
  opacity: 1 !important;
}
.footer-menu li a:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* ============================================================
   FOOTER SNS
   ============================================================ */
.footer-sns ul {
  gap: 0 28px;
}
.footer-sns li {
  position: relative;
}
.footer-sns a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-sns a:hover {
  color: #ea9801;
  opacity: 1 !important;
}
.footer-sns a i {
  position: relative;
  z-index: 1;
}

/* ============================================================
   BOX_CONTENTS ポインターイベント
   ============================================================ */
.box_contents {
  pointer-events: auto !important;
}
.box_contents * {
  pointer-events: auto !important;
}

/* ============================================================
   SECTION HEADING UNIFICATION
   ============================================================ */
.block_ttl h2.en {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
  letter-spacing: 6px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  text-shadow: none;
}
.block_ttl .item > p {
  font-size: .75rem !important;
  letter-spacing: 3px;
  margin-top: 8px;
  color: rgba(0, 0, 0, .45);
}
.content_1 .block_ttl h2.en {
  color: #111 !important;
}
.content_1 .block_ttl .item > p {
  color: rgba(0, 0, 0, .45) !important;
}
.content_2 .block_ttl h2.en {
  color: #fff !important;
}
.content_2 .block_ttl .item > p {
  color: rgba(255, 255, 255, .5) !important;
}
.content_3 .block_ttl h2.en {
  color: #111 !important;
}
.content_3 .block_ttl .item > p {
  color: rgba(0, 0, 0, .45) !important;
}
.content_4 .block_ttl h2.en {
  color: #fff !important;
}
.content_4 .block_ttl .item > p {
  color: rgba(255, 255, 255, .5) !important;
}
.content_5 .block_ttl h2.en {
  color: #111 !important;
}
.content_5 .block_ttl .item > p {
  color: rgba(0, 0, 0, .45) !important;
}

/* ============================================================
   NEWS SECTION (.news-c)
   ============================================================ */
.news-c {
  background: #f0f0f0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.news-c__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.news-c__header {
  margin-bottom: 40px;
}
.news-c__en {
  font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
  letter-spacing: 6px;
  color: #111;
  line-height: 1;
  text-shadow: none;
}
.news-c__ja {
  font-size: .75rem;
  color: rgba(0,0,0,.45);
  letter-spacing: 3px;
  margin-top: 8px;
}
.news-c__body {
  max-width: 100%;
}
.news-c__featured {
  display: block;
  position: relative;
  border: 1px solid rgba(0,0,0,.1);
  border-left: 3px solid #ea9801;
  padding: 28px 72px 28px 32px;
  margin-bottom: 2px;
  background: rgba(255,255,255,.55);
  transition: background .3s;
  cursor: pointer;
}
.news-c__featured:hover {
  background: rgba(255,255,255,.8);
}
.news-c__latest-label {
  font-family: "Josefin Sans", sans-serif;
  font-size: .6rem;
  letter-spacing: 3px;
  color: #ea9801;
  display: block;
  margin-bottom: 10px;
}
.news-c__feat-date {
  font-family: "Josefin Sans", sans-serif;
  font-size: .72rem;
  letter-spacing: 2px;
  color: rgba(0,0,0,.45);
  display: block;
  margin-bottom: 10px;
}
.news-c__feat-ttl {
  font-size: clamp(.95rem, 1.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.65;
  color: #111;
  letter-spacing: .5px;
  margin: 0;
  text-shadow: none;
}
.news-c__feat-arrow {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  color: rgba(0,0,0,.4);
  transition: background .3s, border-color .3s, color .3s;
}
.news-c__featured:hover .news-c__feat-arrow {
  background: #ea9801;
  border-color: #ea9801;
  color: #fff;
}
.news-c__sub {
  margin: 0;
  padding: 0;
}
.news-c__sub-item a {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 0 20px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  transition: background .25s;
}
.news-c__sub-item:first-child a {
  border-top: 1px solid rgba(0,0,0,.08);
}
.news-c__sub-item a:hover {
  background: rgba(255,255,255,.5);
}
.news-c__sub-date {
  font-family: "Josefin Sans", sans-serif;
  font-size: .68rem;
  letter-spacing: 2px;
  color: rgba(0,0,0,.4);
  white-space: nowrap;
}
.news-c__sub-ttl {
  font-size: .9rem;
  color: rgba(0,0,0,.7);
  line-height: 1.55;
  transition: color .3s;
}
.news-c__sub-item a:hover .news-c__sub-ttl {
  color: #111;
}
.news-c__sub-icon {
  font-size: .72rem;
  color: rgba(0,0,0,.25);
  transition: color .3s;
}
.news-c__sub-item a:hover .news-c__sub-icon {
  color: #ea9801;
}
.news-c__more-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
.news-c__more {
  font-family: "Josefin Sans", sans-serif;
  font-size: .68rem;
  letter-spacing: 3px;
  color: rgba(0,0,0,.45);
  border-bottom: 1px solid rgba(0,0,0,.2);
  padding-bottom: 3px;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  transition: color .3s, border-color .3s;
}
.news-c__more:link,
.news-c__more:visited {
  color: rgba(0,0,0,.45);
}
.news-c__more:hover {
  color: #ea9801;
  border-color: #ea9801;
}

/* ============================================================
   KV NEW (kv-d) — フルスクリーン動画＋タイプライター
   ============================================================ */
.kv-d {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.kv-d__video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  top: 0 !important;
  left: 0 !important;
  filter: brightness(.45) saturate(.5);
  z-index: 0 !important;
}
.kv-d__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse at 50% 60%, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
  pointer-events: none;
}
.kv-d__center {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 5%;
}
.kv-d__tag {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(.55rem, 1vw, .98rem);
  letter-spacing: 6px;
  color: #ea9801;
  margin-bottom: 28px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.kv-d__line1,
.kv-d__line2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2.8rem, 7.5vw, 7.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 6px;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.1em;
}
.kv-d__typed {
  display: inline;
}
.kv-d__cursor {
  display: inline-block;
  width: 3px;
  height: 0.82em;
  background: #ea9801;
  margin-left: 3px;
  vertical-align: middle;
  flex-shrink: 0;
}
.kv-d__sep {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2.8rem, 7.5vw, 7.5rem);
  font-weight: 100;
  color: #ea9801;
  letter-spacing: 4px;
  line-height: 1;
  margin: -0.4em 0 0.05em;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.kv-d__sub {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(.6rem, 1vw, .92rem);
  letter-spacing: 5px;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  margin-top: 36px;
  opacity: 0;
  transition: opacity 0.8s ease;
}
@keyframes kvFadeIn {
  to { opacity: 1; }
}
.kv-d__scroll {
  z-index: 4;
  transition: opacity 0.4s ease;
}
.kv-d__scroll-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: .85rem;
  letter-spacing: 5px;
  color: rgba(255,255,255,.6);
}
.kv-d__scroll-track {
  width: 2px;
  height: 52px;
  background: rgba(255,255,255,.12);
  position: relative;
  overflow: hidden;
}
.kv-d__scroll-dot {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 16px;
  background: linear-gradient(180deg, #ea9801, rgba(234,152,1,0));
  border-radius: 2px;
  animation: kvScrollDrop 1.8s 5s ease-in infinite;
}
@keyframes kvScrollDrop {
  0%   { top: -16px; opacity: 1; }
  80%  { top: 52px;  opacity: .5; }
  100% { top: 52px;  opacity: 0; }
}

/* ============================================================
   KV フェーズ2：全画面動画
   ============================================================ */
.kv-d__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #000;
  transition: opacity 0.6s ease;
}
.kv-d__bg .kv-d__video {
  display: none;
}
.kv-d__bg.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.kv-d__split {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  background: #000;
}
.kv-d__split.is-ready {
  display: block;
}
.kv-d__split.is-show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.8s ease;
}
.kv-d__fs-vid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.kv-d__fs-vid.is-playing {
  opacity: 1;
}
.kv-d__fs-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0) 70%),
    linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 55%);
  z-index: 1;
}
.kv-d__fs-text {
  position: absolute;
  left: 5%;
  bottom: 13%;
  z-index: 2;
  text-align: left;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}
.kv-d__split.is-show .kv-d__fs-text {
  opacity: 1;
  transform: translateY(0);
}
.kv-d__fs-text .kv-d__tag {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(.5rem, 0.9vw, .9rem);
  letter-spacing: 6px;
  color: #ea9801;
  margin-bottom: 12px;
  opacity: 1 !important;
  transition: none !important;
}
.kv-d__lines-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kv-d__line-static {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 4.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 6px;
  line-height: 1;
  white-space: nowrap;
  display: block;
}
.kv-d__sep--static {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 4.5rem);
  font-weight: 100;
  color: #ea9801;
  letter-spacing: 4px;
  line-height: 1;
  margin: -0.2em 0 0.02em;
  display: block;
  align-self: center;
}
.kv-d__fs-text .kv-d__sub {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(.5rem, 0.85vw, .85rem);
  letter-spacing: 5px;
  font-weight: 300;
  color: rgba(255,255,255,.65);
  margin-top: 16px;
  text-align: left;
  width: 100%;
  opacity: 1 !important;
  transition: none !important;
}
.kv-d__fs-scroll {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.7s ease 0.6s;
}
.kv-d__split.is-show .kv-d__fs-scroll {
  opacity: 1;
}
.kv-d__fs-scroll-label {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(.55rem, 0.7vw, .7rem);
  letter-spacing: 4px;
  color: rgba(255,255,255,0.6);
}
.kv-d__fs-arrows {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.kv-d__fs-arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid rgba(255,255,255,0.7);
  border-bottom: 1.5px solid rgba(255,255,255,0.7);
  transform: rotate(45deg);
  animation: fsArrowBounce 1.3s ease infinite;
}
.kv-d__fs-arrow--delay {
  border-right-color: rgba(255,255,255,0.35);
  border-bottom-color: rgba(255,255,255,0.35);
  animation-delay: 0.18s;
}
@keyframes fsArrowBounce {
  0%, 100% { opacity: 0.9; transform: rotate(45deg) translateY(0); }
  50% { opacity: 0.3; transform: rotate(45deg) translateY(3px); }
}
.kv-d__fs.is-ended::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 6;
  pointer-events: none;
}
.kv-d__replay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  border: 2px solid rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease, background 0.2s ease;
  z-index: 7;
}
.kv-d__fs.is-ended .kv-d__replay {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.kv-d__replay:hover {
  background: rgba(234,152,1,0.75);
  border-color: #ea9801;
}
.kv-d__replay-icon {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}
.kv-d.is-phase2 {
  height: 100vh !important;
  overflow: hidden !important;
}

/* SP用動画エリア（PCでは非表示） */
.kv-d__sp-video-wrap {
  display: none;
}

/* ============================================================
   SERVICE セクション (content_1)
   ============================================================ */
.pa_content .content_1.svc-section {
  display: block !important;
  position: sticky;
  top: 0;
  height: auto !important;
  min-height: unset !important;
  padding-bottom: 0 !important;
  z-index: 200;
  background: #f0f1f2 url('../img/bg_service01.jpg') center/cover no-repeat !important;
  overflow: hidden !important;
}
.svc-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(245,246,247,0.45) 0%, rgba(245,246,247,0.45) 80%, rgba(245,246,247,0.95) 100%);
  pointer-events: none;
  z-index: 0;
}
.svc-inner {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
  width: 90% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-top: 120px !important;
  padding-bottom: 0 !important;
  height: auto !important;
  background: transparent !important;
  pointer-events: none !important;
}
.svc-inner .item {
  pointer-events: auto !important;
  color: #111;
}
.svc-inner .item h2 {
  color: #111;
}
.svc-inner .item p {
  color: rgba(0,0,0,0.45);
}
.svc-inner .block_ttl {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 56px !important;
}
.svc-c-wrap {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.svc-c-main {
  display: flex;
  align-items: stretch;
  border-left: 4px solid #ea9801;
  margin-bottom: 80px;
  background: transparent;
}
.svc-c-main__img {
  display: none;
}
.svc-c-main__geo {
  display: none;
}
.svc-c-main__body {
  width: 680px;
  flex-shrink: 0;
  padding: 48px 52px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,0.88);
}
.svc-c-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.svc-c-badge__star {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ea9801;
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}
.svc-c-badge__txt {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(.6rem,0.8vw,.78rem);
  letter-spacing: 4px;
  color: #ea9801;
  font-weight: 700;
}
.svc-c-main__ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(2rem,4.5vw,5rem);
  font-weight: 700;
  letter-spacing: 4px;
  color: #111;
  line-height: 1;
  margin-bottom: 6px;
}
.svc-c-main__ttl span {
  display: block;
  font-size: clamp(.7rem,1.1vw,1rem);
  font-weight: 400;
  letter-spacing: 3px;
  color: #888;
  margin-top: 6px;
}
.svc-c-main__txt {
  font-size: clamp(.9rem,1.1vw,1.05rem);
  color: #555;
  line-height: 2.2;
  margin: 20px 0 28px;
}
.svc-c-main__btn a {
  display: inline-block;
  background: #ea9801;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(.65rem,.85vw,.8rem);
  font-weight: 700;
  letter-spacing: 4px;
  padding: 14px 36px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.svc-c-main__btn a:hover {
  background: #c47e00;
}
.pc-br {
  display: inline;
}
.svc-more {
  text-align: center;
  padding: 48px 9999px 80px;
  position: relative;
  z-index: 1;
  background: #f7f7f5;
  margin: 0 -9999px;
}
.svc-more::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.svc-more__txt {
  font-size: clamp(.75rem,1vw,.9rem);
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 24px;
  line-height: 1.8;
  position: relative;
}
.svc-more__btn {
  display: inline-block;
  background: transparent;
  color: #ea9801;
  font-family: "Josefin Sans", sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 14px 40px;
  border: 1px solid #ea9801;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
}
.svc-more__btn:hover {
  background: #ea9801;
  color: #fff;
}

/* ============================================================
   DESKTOP (min-width: 1024px)
   ============================================================ */
@media (min-width: 1024px) {
  .inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .btn a {
    background: #ea9801;
    color: #fff;
    display: block;
    width: 300px;
    height: 60px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 60px;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden;
    transition: color 0.35s ease !important;
    z-index: 0;
  }
  .btn a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
  }
  .btn a:hover {
    color: #ea9801 !important;
    opacity: 1 !important;
  }
  .btn a:hover::before {
    transform: scaleX(1);
  }
  .btn a span,
  .btn a {
    position: relative;
  }
  header {
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    transition-duration: 300ms;
  }
  .header_w {
    background: #101010;
  }
  .header_w .menu-link {
    color: #fff;
  }
  .header_w .lang_menu .lang_jp {
    background: #8f8f8f;
  }
  .header_w .lang_menu .lang_en {
    background: #616161;
  }
  .header-logo {
    position: absolute;
    width: 100%;
    max-width: 94px;
    top: 26px;
    left: 2%;
    padding: 0;
    z-index: 10;
    margin: 0;
  }
  .header-logo.is-small {
    top: 5px;
  }
  .header-logo img {
    width: 94px;
    height: auto;
    transition: width 0.3s ease;
  }
  .header-logo.is-small img {
    width: 48px;
  }
  .header-container {
    height: 88px;
  }
  .nav-menu {
    padding-right: 4%;
    padding-top: 0 !important;
  }
  .nav-menu ul {
    display: flex;
  }
  .hamburger-button {
    display: none;
  }
  .kv-text-area {
    margin-top: 220px !important;
    text-align: center;
    z-index: 10;
  }
  .kv-text-area h2 {
    font-size: clamp(2rem, 8vw, 7rem);
    margin: 0;
  }
  .kv-text-area h2 .icon .fa-close {
    font-size: 3rem;
    margin-bottom: 14px;
  }
  .kv-text-area .en_2 {
    font-size: clamp(2rem, 8vw, 7rem);
    margin: 0;
  }
  .kv-text-area .en_2 .icon .fa-close {
    font-size: 3rem;
    margin-bottom: -10px;
  }
  .kv-text-area .en_3 {
    font-size: 9rem;
  }
  .kv-text-area .en_3 .icon .fa-close {
    margin-bottom: 0;
  }
  .kv-section .kv-text-area3 {
    margin: 300px 0 0;
  }
  .sticky-inner {
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }
  .video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .mask-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    mix-blend-mode: screen;
  }
  .video-window {
    width: 72vw;
    aspect-ratio: 16 / 9 !important;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 5;
    height: auto !important;
    flex-shrink: 0;
  }
  .video-window video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .block_ttl {
    margin-top: 120px;
  }
  .block_ttl h2 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    letter-spacing: 6px;
  }
  .pa_content .content_5 {
    height: 650px;
  }
  .news_list {
    background: #fff;
    border-radius: 10px;
    margin-top: 50px;
    width: 100%;
  }
  .news_list ul {
    width: 96%;
    margin: 0 auto;
    padding: 2% 0;
  }
  .news_list ul li {
    border-top: dotted 1px #ccc;
  }
  .news_list ul li:first-child {
    border: none;
  }
  .news_list ul li a {
    display: flex;
    align-items: center;
    gap: 0 16px;
    padding: 2%;
  }
  .news_list ul li a span {
    display: block;
  }
  .news_list ul li a:link,
  .news_list ul li a:visited {
    color: #333;
  }
  .news_list ul li a:hover {
    opacity: 0.7;
  }
  .news_list .date {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 0.9rem;
  }
  .news_list .ttl {
    flex: 1 1 auto;
  }
  .news_list .icon {
    flex: 0 0 auto;
    margin-left: auto;
  }
  .slant-bg {
    width: 100%;
    margin: 0;
    padding: 150px 0;
    position: relative;
  }
  .slant-bg.box {
    position: relative;
    padding: 30px 0;
    margin-top: 50px;
  }
  .slant-bg p {
    width: 65%;
    margin: 0 auto;
  }
  .slant-bg::before,
  .box_contents .box2::before,
  .box_contents .box4::before {
    display: none;
  }
  .box_in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
  }
  .box_contents {
    background: #fff;
    position: relative;
    z-index: 10;
    margin-top: 60px;
  }
  .content_1 .box_contents {
    padding-bottom: 100px;
  }
  .pa_content .content_1 {
    display: block !important;
    position: relative;
    height: auto !important;
    min-height: unset !important;
    z-index: 300;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .pa_content .content_1.svc-section {
    position: sticky;
    top: 0;
    height: auto !important;
    min-height: unset !important;
  }
  .content_1 .inner {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 90%;
    margin: 0 auto !important;
    padding-top: 120px;
    background: transparent;
    pointer-events: none !important;
  }
  .content_1 .item {
    pointer-events: auto !important;
  }
  .content_1 .block_ttl {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .content_1 .en_2 {
    font-size: 2.6rem;
    letter-spacing: 1.5px;
    text-align: center;
  }
  .content_1 .en_2 span {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .content_1 .box_img {
    width: 50%;
  }
  .content_1 .box_txt {
    width: 46%;
  }
  .content_1 .box_txt dt {
    color: #444;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
  }
  .content_1 .box_txt dd {
    font-size: 1rem;
    letter-spacing: 1.5px;
    line-height: 1.8;
    margin-top: 16px;
  }
  .content_1 .btn a {
    margin: 30px 0;
  }
  .box_contents .slant-bg .inner {
    padding-top: 0;
  }
  .box_contents .box_img img {
    border-radius: 12px;
  }
  .content_2 {
    background-image: url(../img/bg_contents3_01.jpg);
    background-position: center center;
    background-size: cover;
    height: 485px;
  }
  .content_2 .item {
    color: #fff;
  }
  .content_2 .inner {
    position: relative;
  }
  .content_2 .txt_area {
    max-width: 800px;
    width: 100%;
    position: absolute;
    top: 110px;
    right: 0;
  }
  .content_2 .txt {
    color: #fff;
    margin-top: 10px;
    letter-spacing: 1.5px;
    line-height: 1.8;
  }
  .content_2 .btn a {
    margin: 30px 0 0;
  }
  .content_2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(63 63 63 / 92%) 0%, rgb(11 11 11 / 75%) 45%, rgb(89 89 89 / 10%) 100%);
    z-index: 0;
    pointer-events: none;
  }
  .content_2 .inner {
    position: relative;
    z-index: 1;
  }
  .content_2 .item {
    color: #fff !important;
  }
  .content_2 .txt {
    color: rgba(255,255,255,.85) !important;
  }
  .content_2 .btn a {
    background: #ea9801 !important;
    color: #fff !important;
    border: 2px solid #ea9801 !important;
    display: inline-block;
    transition: background .3s ease, color .3s ease !important;
  }
  .content_2 .btn a:hover {
    background: transparent !important;
    color: #ea9801 !important;
  }
  .content_3 {
    min-height: fit-content;
    height: auto;
    padding-bottom: 100px;
  }
  .content_4 {
    position: relative !important;
    height: auto !important;
    min-height: unset !important;
  }
  .content_4 .item {
    color: #fff;
  }
  .footer {
    background: #fff;
    padding-top: 90px;
    position: relative;
  }
  .footer-sns ul {
    display: flex;
    justify-content: center;
    gap: 0 28px;
  }
  .footer-sns a {
    font-size: 4.2rem;
  }
  .footer-logo {
    max-width: 64px;
    margin: 64px auto 0;
  }
  .footer-menu-top {
    margin-top: 56px;
  }
  .footer-menu-middle {
    border-top: solid 1px #ccc;
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer-menu ul {
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
  .footer-menu li {
    letter-spacing: 1.5px;
    text-align: center;
  }
  .footer-menu-top ul li {
    font-weight: bold;
  }
  .footer-menu-bottom ul {
    margin-top: 16px;
  }
  .copy {
    font-size: 0.9rem;
    text-align: center;
    color: #333;
    padding: 20px 0;
  }
}

/* ============================================================
   DESKTOP MENU HOVER (min-width: 1025px)
   ============================================================ */
@media (min-width: 1025px) {
  .nav-menu {
    padding-top: 0 !important;
  }
  .menu-sns {
    display: none;
  }
  .menu-list {
    font-size: 1.1rem;
    position: absolute;
    right: 0;
  }
  .nav-menu .menu-list {
    line-height: 88px;
  }
  .menu-link {
    font-size: clamp(16px, 1.04vw, 1.1rem);
    letter-spacing: 2px;
    position: relative;
    transition: color 0.3s ease !important;
  }
  .menu-link::after {
    content: '';
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ea9801;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .menu-link:hover::after {
    transform: scaleX(1);
  }
  .menu-link:hover {
    opacity: 1 !important;
    color: #ea9801;
  }
  .lang_menu .menu-link::after {
    display: none;
  }
  .lang_menu .menu-link:hover {
    opacity: 0.7 !important;
    color: inherit;
  }
}

/* ============================================================
   TABLET (max-width: 1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .nav-menu {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding-right: clamp(30px, 8vw, 60px);
    padding-bottom: clamp(30px, 8vw, 60px);
    padding-left: clamp(30px, 8vw, 60px);
    transition-duration: 300ms;
    transform: translateX(200%);
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .nav-menu.active {
    transform: translateX(0);
  }
  .menu-item {
    border-style: solid;
    border-color: #fff;
    border-bottom-width: 1px;
  }
  .menu-link {
    font-size: clamp(14px, 1.04vw, 1.1rem);
    padding-top: clamp(10px, 2.67vw, 20px);
    padding-bottom: clamp(10px, 2.67vw, 20px);
    text-align: center;
    color: #000;
  }
  .hamburger-lines {
    width: clamp(40px, 10.67vw, 90px);
    height: clamp(13px, 3.47vw, 26px);
  }
}

/* ============================================================
   LANDSCAPE (max-width: 768px)
   ============================================================ */
@media (max-width: 768px) and (orientation: landscape) {
  .hamburger-lines {
    width: clamp(30px, 7.5vw, 50px);
    height: clamp(15px, 3vw, 20px);
  }
}

/* ============================================================
   MOBILE (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .inner {
    width: 92%;
    max-width: none;
    margin: 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }
  .btn a {
    background: #ea9801;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 280px;
    height: 52px;
    text-align: center;
    font-size: 0.95rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 52px;
    margin: 24px auto 0;
  }
  header {
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .header-container {
    height: 56px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-logo {
    position: absolute;
    max-width: 44px;
    top: 74%;
    left: 3%;
    transform: translateY(-50%);
    margin: 0;
  }
  .header-logo img {
    width: 44px;
    height: auto;
  }
  .header-logo.is-small {
    top: 50%;
  }
  .header-logo.is-small img {
    width: 30px;
  }
  .hamburger-button {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    width: 40px;
    height: 20px;
    padding: 0;
  }
  .hamburger-lines {
    width: 40px;
    height: 14px;
  }
  .hamburger-lines .line {
    background-color: #000;
  }
  .nav-menu {
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 80px 6% 40px;
    background: rgba(0, 0, 0, 0.92);
    transform: translateX(100%);
    transition: transform 300ms ease;
    overflow-y: auto;
  }
  .nav-menu.active {
    transform: translateX(0);
  }
  .menu-list {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .nav-menu .menu-list {
    line-height: 40px;
  }
  .menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .menu-link {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 18px 0;
    text-align: center;
  }
  .menu-sns {
    display: block;
    border: none !important;
    margin-top: 32px;
  }
  .menu-sns-list {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    padding: 0;
  }
  .menu-sns-list li {
    border: none;
  }
  .menu-sns-list a {
    font-size: 2rem;
    color: #fff;
    display: block;
    line-height: 1;
    transition: opacity 0.3s;
  }
  .menu-sns-list a:hover {
    opacity: 0.6;
  }
  .lang_menu {
    display: flex;
    justify-content: center;
    gap: 0 12px;
    margin-top: 24px;
    margin-bottom: 80px;
    padding: 0;
  }
  .lang_menu .menu-item {
    border: none;
  }
  .lang_menu a {
    width: 80px;
    height: 40px;
    line-height: 5px;
    font-size: 0.85rem;
    border-radius: 4px;
  }
  .kv-section:not(.kv-d) {
    padding-top: 56px;
    height: auto !important;
  }
  .kv-section.kv-d {
    padding-top: 0 !important;
    height: 100svh !important;
    min-height: 56.25vw !important;
  }
  .sticky-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 40px 0 !important;
    position: relative !important;
    top: auto !important;
    overflow: visible !important;
  }
  .kv-text-area {
    width: 92% !important;
    margin: 0 auto 24px !important;
    text-align: left !important;
    opacity: 1 !important;
    transform: none !important;
    position: relative !important;
  }
  .kv-text-area h2 {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
    line-height: 1.3;
  }
  .kv-text-area h2 .icon .fa-close {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  .video-window {
    width: 92% !important;
    max-width: none !important;
    margin: 0 auto !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    transform: none !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    position: relative !important;
    left: auto !important;
    flex-shrink: 0;
  }
  .video-window video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  .sticky {
    position: relative !important;
    height: auto !important;
    display: block !important;
    min-height: 0 !important;
    padding: 56px 0;
  }
  .pa_content {
    position: relative;
  }
  .content_5 {
    background: url(../img/robot-bg.png) no-repeat center center / cover;
    padding: 56px 0;
  }
  .block_ttl {
    margin-bottom: 20px;
  }
  .block_ttl h2.en {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
    letter-spacing: 4px;
  }
  .block_ttl .item > p {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, .45);
    margin-top: 8px;
  }
  .news_list {
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    width: 100%;
  }
  .news_list ul {
    width: 94%;
    margin: 0 auto;
    padding: 8px 0;
  }
  .news_list ul li {
    border-top: dotted 1px #ddd;
  }
  .news_list ul li:first-child {
    border: none;
  }
  .news_list ul li a {
    display: grid;
    grid-template-areas:
      "date icon"
      "ttl  icon";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    padding: 14px 10px;
    gap: 2px 12px;
  }
  .news_list .date {
    grid-area: date;
    display: block !important;
    font-size: 0.75rem;
    color: #999;
    align-self: end;
  }
  .news_list .ttl {
    grid-area: ttl;
    display: block !important;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #333;
    align-self: start;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .news_list .icon {
    grid-area: icon;
    display: block !important;
    font-size: 0.8rem;
    color: #999;
    padding-left: 8px;
    align-self: center;
  }
  .news_list ul li a:link,
  .news_list ul li a:visited {
    color: #333;
  }
  .news_list ul li a:hover {
    opacity: 0.7;
  }
  .content_1 {
    background: #fff;
    padding: 56px 0 40px;
  }
  .content_1 .inner {
    position: relative !important;
    top: auto !important;
    width: 92% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
    background: transparent;
    pointer-events: auto !important;
  }
  .content_1 .block_ttl {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 28px;
  }
  .content_1 .en_2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-align: left;
  }
  .content_1 .en_2 span {
    display: block;
    font-size: 0.8rem;
    margin-top: 4px;
    font-weight: normal;
    color: #666;
  }
  .box_contents {
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  .slant-bg.box {
    width: 100%;
    padding: 40px 0;
    margin-top: 0;
  }
  .section-diagonal::after {
    inset: 0;
  }
  .section-diagonal.from-right::after {
    transform: translateX(105%);
  }
  .section-diagonal.from-right.is-visible::after {
    transform: translateX(0);
  }
  .section-diagonal.from-left::after {
    transform: translateX(-105%);
  }
  .section-diagonal.from-left.is-visible::after {
    transform: translateX(0);
  }
  .box_in {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin-top: 20px;
  }
  .content_1 .box_img {
    width: 100%;
  }
  .content_1 .box_txt {
    width: 100%;
  }
  .content_1 .box_txt dt {
    font-size: 1.05rem;
    color: #333;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }
  .content_1 .box_txt dd {
    font-size: 0.88rem;
    line-height: 1.8;
    margin-top: 10px;
    color: #555;
  }
  .content_1 .btn a {
    margin: 16px 0;
  }
  .box_ttl {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .box_ttl span {
    display: block;
    font-size: 0.8rem;
    margin-top: 4px;
    font-weight: normal;
    color: #666;
  }
  .box_contents .box_img img {
    border-radius: 8px;
  }
  .content_2 {
    background-image: url(../img/bg_contents3_01.jpg);
    background-position: center center;
    background-size: cover;
    height: auto !important;
    padding: 56px 0;
  }
  .content_2 .item {
    color: #fff;
  }
  .content_2 .inner {
    position: relative;
  }
  .content_2 .txt_area {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .content_2 .txt {
    color: #fff;
    font-size: 0.88rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-top: 12px;
  }
  .content_2 .btn a {
    margin: 20px 0 0;
  }
  .content_3 {
    background: #fff;
    height: auto !important;
    padding: 56px 0;
  }
  .slider-area-wrapper {
    margin-top: 20px;
  }
  .slider-controls {
    position: relative;
    justify-content: center;
    height: 36px;
  }
  .main-slider-btn-prev,
  .main-slider-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    order: unset;
  }
  .main-slider-btn-prev {
    left: 0;
  }
  .main-slider-btn-next {
    right: 0;
  }
  .slider-container {
    max-width: 100%;
  }
  .main-slider {
    margin-bottom: 20px !important;
  }
  .slide-text h3 {
    font-size: 0.9rem;
  }
  .slide-text .num {
    font-size: 0.68rem;
  }
  #service-pagination.swiper-pagination {
    width: auto !important;
    padding: 6px 0 !important;
  }
  .media-section {
    height: auto !important;
    padding: 64px 0 80px;
    align-items: flex-start;
  }
  .media-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
    margin-bottom: 32px;
  }
  .media-ttl__en {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
    letter-spacing: 4px;
  }
  .media-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .media-card {
    display: none;
    flex-direction: row;
    align-items: stretch;
  }
  .media-card.is-visible {
    display: flex;
  }
  .media-card__thumb {
    width: 110px;
    min-width: 110px;
    aspect-ratio: auto;
    height: auto;
  }
  .media-card__body {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .media-card__title {
    font-size: 0.82rem;
  }
  .media-card__cat {
    top: 8px;
    left: 8px;
    font-size: 0.55rem;
    padding: 3px 7px;
  }
  .media-load-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 0;
  }
  .footer {
    background: #fff;
    padding-top: 48px;
    position: relative;
    overflow: hidden;
  }
  .footer-content {
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
  }
  .footer-sns ul {
    display: flex;
    justify-content: center;
    gap: 0 18px;
  }
  .footer-sns a {
    font-size: 2.6rem;
    color: #333;
  }
  .footer-menu-top {
    margin-top: 36px;
  }
  .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    padding: 0 12px;
  }
  .footer-menu li {
    font-size: 0.78rem;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .footer-menu li a {
    color: #333;
  }
  .footer-menu-top ul li {
    font-weight: bold;
    font-size: 0.82rem;
  }
  .footer-menu-middle {
    border-top: solid 1px #e0e0e0;
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer-menu-bottom ul {
    margin-top: 12px;
    gap: 6px 10px;
  }
  .footer-menu-bottom li {
    font-size: 0.7rem;
    color: #999;
  }
  .footer-logo {
    max-width: 48px;
    margin: 36px auto 0;
  }
  .copy {
    font-size: 0.7rem;
    text-align: center;
    color: #999;
    padding: 14px 0 20px;
  }
  .modal-content {
    width: 92% !important;
    max-width: none !important;
    height: auto !important;
    max-height: 88svh;
    overflow: visible !important;
    padding: 0 !important;
    border-radius: 4px !important;
  }
  .detail-slider {
    max-height: 88svh;
    overflow-y: auto !important;
    border-radius: 4px;
  }
  .detail-flex {
    flex-direction: column !important;
    height: auto !important;
  }
  .detail-img {
    flex: none !important;
    width: 100% !important;
    height: 320px !important;
  }
  .detail-img img {
    border-radius: 0 !important;
    object-position: top center;
  }
  .detail-txt {
    flex: none !important;
    width: 100% !important;
    padding: 32px 24px 36px !important;
    overflow-y: visible !important;
    justify-content: flex-start !important;
  }
  .detail-txt::before {
    top: 32px;
    height: 40px;
    width: 4px;
  }
  .detail-txt .title {
    font-size: .82rem !important;
  }
  .detail-txt .name {
    font-size: 1.4rem !important;
    white-space: normal !important;
  }
  .detail-txt .name_en {
    white-space: normal !important;
  }
  .detail-txt .dec {
    font-size: 0.85rem;
  }
  .modal-content > .swiper-button-next,
  .modal-content > .swiper-button-prev {
    display: none !important;
  }
  .close-btn {
    top: -14px !important;
    right: -5px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 16px !important;
  }
  .item {
    font-size: 0.95rem;
  }
  .news-c__inner {
    width: 92%;
    padding: 40px 0;
  }
  .news-c__featured {
    padding: 22px 56px 22px 20px;
  }
  .news-c__feat-arrow {
    right: 14px;
    width: 30px;
    height: 30px;
    font-size: .65rem;
  }
  .news-c__sub-item a {
    grid-template-columns: 80px 1fr auto;
    gap: 0 12px;
    padding: 14px 12px;
  }
  .news-c__sub-ttl {
    font-size: .84rem;
  }
  .pa_content .content_1.svc-section {
    position: relative !important;
    padding-bottom: 40px !important;
  }
  .svc-inner {
    position: relative !important;
    top: auto !important;
    padding-top: 40px !important;
    height: auto !important;
  }
  .svc-c-main {
    border-left: none;
    border-top: 4px solid #ea9801;
  }
  .svc-c-main__body {
    width: 100%;
    padding: 24px 20px;
  }
  .pc-br {
    display: none;
  }
  .svc-more {
    padding: 24px 9999px 0;
  }
  .svc-more__btn {
    padding: 12px 28px;
    font-size: 0.75rem;
  }
  .kv-d__split {
    display: none !important;
  }
  .kv-d__bg.is-hidden {
    opacity: 1 !important;
  }
  .kv-d.is-phase2 {
    height: auto !important;
  }
  .kv-d {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    display: block !important;
  }
  .kv-d__bg {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    background: #000 !important;
    padding: 88px 8% 32px !important;
  }
  .kv-d__bg .kv-d__video,
  .kv-d__bg .kv-d__overlay {
    display: none !important;
  }
  .kv-d__center,
  .kv-d .kv-d__center {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    width: 100% !important;
  }
  .kv-d__sp-video-wrap {
    display: block !important;
    width: 100% !important;
    background: #000 !important;
    padding: 5% 4% 24px !important;
  }
  .kv-d__sp-video {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 auto !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .kv-d__sp-video.is-show {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .kv-d__sp-vid {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  .kv-d__sp-play {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: rgba(0,0,0,0.55) !important;
    border: 2px solid rgba(255,255,255,0.8) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 5 !important;
  }
  .kv-d__sp-play.is-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .kv-d__sp-play-icon {
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 10px 0 10px 18px !important;
    border-color: transparent transparent transparent #fff !important;
    margin-left: 4px !important;
  }
  .kv-d__line1,
  .kv-d__line2 {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
    letter-spacing: 3px;
    white-space: normal;
    word-break: break-word;
    text-align: center;
  }
  .kv-d__sep {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
    margin: -0.3em 0 0.05em;
  }
  .kv-d .kv-d__scroll {
    position: absolute !important;
    bottom: 28px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 3 !important;
  }
}

/* ============================================================
   PC KV 動画上書き (min-width: 768px)
   ============================================================ */
@media (min-width: 768px) {
  .kv-d .kv-d__video {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    border-radius: 0 !important;
  }
}
