:root {
  --sakate-blue: #2d6fb9;
  --sakate-blue-dark: #155898;
  --sakate-sky: #e6f8fe;
  --sakate-mist: #eaf2fb;
  --sakate-text: #253342;
  --sakate-muted: #667584;
  --sakate-border: #dfe8ef;
  --sakate-shadow: 0 10px 24px rgba(33, 75, 112, 0.12);
}

.sakate-front {
  color: var(--sakate-text);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
}

.sakate-front * {
  box-sizing: border-box;
}

.sakate-front a {
  color: inherit;
  text-decoration: none;
}

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

.sakate-narrow {
  width: min(100% - 32px, 760px);
  margin-inline: auto;
}

.sakate-hero {
  position: relative;
  width: 100%;
  height: clamp(360px, 45vw, 700px);
  overflow: hidden;
  background: #dde8ef;
}

.sakate-hero-slides,
.sakate-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sakate-hero-slide {
  z-index: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 500ms ease,
    visibility 0s linear 500ms;
}

.sakate-hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 500ms ease,
    visibility 0s;
}

.sakate-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 10s linear;
}

.sakate-hero-slide.is-active img {
  transform: scale(1.08);
}

.sakate-section {
  padding: 82px 0;
  background: #fff;
}

.sakate-section-blue {
  background: var(--sakate-sky);
}

.sakate-section-mist {
  background: var(--sakate-mist);
}

.sakate-section-head {
  margin-bottom: 34px;
  text-align: center;
}

.sakate-section-head h2 {
  display: inline-block;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--sakate-text);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

.sakate-section-head p {
  width: min(100%, 820px);
  margin: 18px auto 0;
  color: var(--sakate-muted);
  font-size: 14px;
}

.sakate-news-list {
  display: grid;
}

.sakate-news-row {
  display: grid;
  grid-template-columns: 140px 118px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--sakate-border);
}

.sakate-news-row:hover span:last-child {
  color: var(--sakate-blue);
}

.sakate-label {
  display: inline-flex;
  width: 140px;
  height: 28px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 8px;
  white-space: nowrap;
}

.sakate-label-green {
  background: #e8f3d2;
  color: #4d7b1e;
}

.sakate-label-csr {
  background: #dff2e7;
  color: #287548;
}

.sakate-label-company {
  background: #e3eefb;
  color: #255f9f;
}

.sakate-label-product {
  background: #fff0cc;
  color: #8a5a00;
}

.sakate-label-recruit {
  background: #ffe4ec;
  color: #a73555;
}

.sakate-label-extra {
  background: #eee6fb;
  color: #62469a;
}

.sakate-label-training {
  background: #dff5f7;
  color: #007282;
}

.sakate-label-workstyle {
  background: #eaf3d3;
  color: #58731a;
}

.sakate-label-default {
  background: #e8f3d2;
  color: #4d7b1e;
}

.sakate-news-row time {
  color: var(--sakate-muted);
  font-size: 13px;
}

.sakate-news-row span:last-child {
  font-size: 14px;
  font-weight: 600;
}

.sakate-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.sakate-button {
  display: inline-flex;
  min-width: 164px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--sakate-blue);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 22px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.sakate-button:hover {
  background: var(--sakate-blue-dark);
  transform: translateY(-1px);
}

.sakate-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.sakate-card {
  overflow: hidden;
  border: 1px solid var(--sakate-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--sakate-shadow);
}

.sakate-card a {
  display: grid;
  height: 100%;
}

.sakate-card-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4f8, #cedce8);
}

.sakate-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sakate-card-image-empty::before,
.sakate-pamphlet-frame::before {
  /* content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(45deg, #d8e3eb 0 10px, #edf3f7 10px 20px); */
}

.sakate-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  display: inline-flex;
  min-width: 74px;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #607084;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 10px;
  box-shadow: 0 5px 14px rgba(28, 48, 68, 0.18);
  white-space: nowrap;
}

.sakate-card-badge-csr {
  background: #2f8f5b;
}

.sakate-card-badge-ict {
  background: #2879b8;
}

.sakate-card-badge-news {
  background: #607084;
}

.sakate-card-badge-certification {
  background: #8061b5;
}

.sakate-card-badge-solar {
  background: #d88a1a;
}

.sakate-card-badge-uncategorized {
  background: #7b8794;
}

.sakate-card-badge-award {
  background: #c75b4b;
}

.sakate-card-badge-default {
  background: #607084;
}

.sakate-card-body {
  min-height: 90px;
  padding: 16px 18px 18px;
}

.sakate-card-body h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.sakate-card-body p {
  margin: 10px 0 0;
  color: var(--sakate-blue);
  font-size: 12px;
  font-weight: 700;
}

.sakate-works {
  position: relative;
  overflow: hidden;
  padding-top: 48px;
  background:
    radial-gradient(85% 44% at 63% -10%, rgba(193, 230, 246, 0.52) 0%, rgba(193, 230, 246, 0.18) 45%, rgba(255, 255, 255, 0) 46%),
    radial-gradient(60% 30% at 92% 6%, rgba(169, 199, 68, 0.18) 0%, rgba(169, 199, 68, 0.1) 48%, rgba(255, 255, 255, 0) 49%),
    #fff;
}

.sakate-works::after {
  position: absolute;
  top: -32px;
  right: 10px;
  width: 128px;
  height: 112px;
  background:
    radial-gradient(ellipse at center, #83bc3e 0 48%, rgba(131, 188, 62, 0) 50%) 48px 0 / 28px 54px no-repeat,
    radial-gradient(ellipse at center, #9dcb53 0 48%, rgba(157, 203, 83, 0) 50%) 78px 18px / 28px 54px no-repeat,
    radial-gradient(ellipse at center, #78ad36 0 48%, rgba(120, 173, 54, 0) 50%) 30px 34px / 26px 50px no-repeat,
    radial-gradient(ellipse at center, #95c64a 0 48%, rgba(149, 198, 74, 0) 50%) 66px 54px / 26px 50px no-repeat;
  content: "";
  opacity: 0.88;
  transform: rotate(28deg);
  transform-origin: top right;
}

.sakate-works .sakate-container {
  position: relative;
  z-index: 1;
}

.sakate-works .sakate-section-head h2 {
  color: var(--sakate-text);
}

.sakate-works .sakate-section-head p {
  color: var(--sakate-muted);
  font-size: 14px;
  letter-spacing: 0;
}

.sakate-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 100%;
}

.sakate-work-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #07192d;
  box-shadow: 0 7px 15px rgba(31, 62, 96, 0.14);
}

.sakate-work-card a {
  position: relative;
  display: block;
  aspect-ratio: 4 / 2.8;
  width: 100%;
  min-height: 244px;
  overflow: hidden;
  color: #fff;
}

.sakate-work-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.sakate-work-card a:hover .sakate-work-card__image,
.sakate-work-card a:focus-visible .sakate-work-card__image {
  transform: scale(1.04);
}

.sakate-work-card__content {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: end;
  width: 100%;
  min-height: 52%;
  min-width: 0;
  padding: 54px 14px 20px 14px;
  background: linear-gradient(180deg, rgba(9, 47, 100, 0) 0%, rgba(9, 47, 100, 0) 18%, var(--work-color-soft) 62%, var(--work-color) 100%);
}

.sakate-work-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: #fff;
}

.sakate-work-card__icon svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.sakate-work-card__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.sakate-work-card h3 {
  margin: 0 0 7px;
  max-width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.sakate-work-card p {
  display: -webkit-box;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.85;
  overflow-wrap: anywhere;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sakate-work-card__arrow {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: var(--work-color);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.sakate-work-card--blue {
  --work-color: rgba(0, 72, 163, 0.96);
  --work-color-soft: rgba(0, 116, 190, 0.58);
}

.sakate-work-card--teal {
  --work-color: rgba(0, 81, 165, 0.96);
  --work-color-soft: rgba(0, 124, 192, 0.58);
}

.sakate-work-card--cyan {
  --work-color: rgba(0, 90, 167, 0.96);
  --work-color-soft: rgba(0, 133, 195, 0.58);
}

.sakate-work-card--green {
  --work-color: rgba(0, 99, 169, 0.96);
  --work-color-soft: rgba(0, 141, 197, 0.58);
}

.sakate-work-card--lime {
  --work-color: rgba(0, 107, 172, 0.96);
  --work-color-soft: rgba(0, 149, 200, 0.58);
}

.sakate-work-card--orange {
  --work-color: rgba(0, 116, 174, 0.96);
  --work-color-soft: rgba(0, 157, 202, 0.58);
}

.sakate-work-card--purple {
  --work-color: rgba(0, 125, 176, 0.96);
  --work-color-soft: rgba(0, 166, 205, 0.58);
}

.sakate-work-card--yellow {
  --work-color: rgba(0, 134, 178, 0.96);
  --work-color-soft: rgba(0, 174, 207, 0.58);
}

@media (max-width: 1100px) {
  .sakate-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sakate-effort-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 820px);
  margin-inline: auto;
}

.sakate-effort-card {
  display: grid;
  min-height: 210px;
  justify-items: center;
  border-radius: 8px;
  background: #fff;
  padding: 24px 18px 22px;
  text-align: center;
  box-shadow: var(--sakate-shadow);
}

.sakate-effort-card h3 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
}

.sakate-effort-icon {
  width: 170px;
  height: 170px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 16px;
}

.sakate-effort-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sakate-company .sakate-container {
  display: grid;
  justify-items: center;
}

.sakate-company-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 728px);
  text-align: center;
}

.sakate-company-block {
  display: grid;
  justify-items: center;
}

.sakate-company-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e6edf3;
  margin-bottom: 22px;
}

.sakate-company-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sakate-company-block h3 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.sakate-company-block p {
  margin: 0 0 14px;
  color: var(--sakate-muted);
  font-size: 12px;
  font-weight: 700;
}

.sakate-youtube {
  padding-top: 28px;
}

.sakate-youtube-carousel {
  width: 100%;
  margin: 0 auto;
}

.sakate-youtube-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.sakate-youtube-item {
  min-width: 0;
}

.sakate-youtube-frame {
  aspect-ratio: 9 / 16;
  max-width: 260px;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe8ef;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(33, 75, 112, 0.12);
}

.sakate-youtube-item-title {
  display: -webkit-box;
  margin: 12px auto 0;
  max-width: 260px;
  overflow: hidden;
  color: var(--sakate-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sakate-youtube-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.sakate-youtube-banner-wrap {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.sakate-youtube-banner {
  width: min(100%, 440px);
}

.sakate-banners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, 1000px);
  margin: 42px auto 0;
}

.sakate-banner {
  display: block;
  overflow: hidden;
  border: 1px solid var(--sakate-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(33, 75, 112, 0.08);
}

.sakate-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.sakate-banners .sakate-banner {
  aspect-ratio: 20 / 7;
}

.sakate-banners .sakate-banner img {
  height: 100%;
  object-fit: cover;
}

.sakate-social-banner {
  display: block;
}

.sakate-pamphlet-carousel {
  position: relative;
  width: min(100%, 980px);
  padding-inline: 54px;
  margin-inline: auto;
}

.sakate-pamphlet-frame {
  display: flex;
  width: 100%;
  aspect-ratio: 1190 / 842;
  overflow-x: auto;
  overflow-y: hidden;
  border: 16px solid #fff;
  background: #e6edf3;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y pinch-zoom;
}

.sakate-pamphlet-frame::-webkit-scrollbar {
  display: none;
}

.sakate-pamphlet-frame:focus-visible {
  outline: 3px solid var(--sakate-blue);
  outline-offset: 3px;
}

.sakate-pamphlet-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.sakate-pamphlet-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sakate-pamphlet-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(26, 69, 112, 0.18);
  border-radius: 6px;
  background: #fff;
  color: var(--sakate-blue);
  box-shadow: 0 5px 16px rgba(33, 75, 112, 0.12);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.sakate-pamphlet-arrow:hover,
.sakate-pamphlet-arrow:focus-visible {
  background: var(--sakate-blue);
  color: #fff;
}

.sakate-pamphlet-prev {
  left: 0;
}

.sakate-pamphlet-next {
  right: 0;
}

.sakate-pamphlet-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.sakate-pamphlet-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #a9b4bf;
  cursor: pointer;
}

.sakate-pamphlet-dots button.is-active {
  background: var(--sakate-blue);
}

@media (max-width: 900px) {
  .sakate-section {
    padding: 64px 0;
  }

  .sakate-card-grid,
  .sakate-work-grid,
  .sakate-effort-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sakate-work-card a {
    min-height: 230px;
  }

  .sakate-youtube-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sakate-container,
  .sakate-narrow {
    width: min(100% - 24px, 1120px);
  }

  .sakate-hero {
    height: 300px;
  }

  .sakate-hero-slide img {
    object-position: center;
  }

  .sakate-pamphlet-carousel {
    padding-inline: 0;
  }

  .sakate-pamphlet-frame {
    border-width: 6px;
  }

  .sakate-pamphlet-arrow {
    top: auto;
    bottom: -4px;
    width: 44px;
    height: 36px;
    transform: none;
  }

  .sakate-pamphlet-dots {
    min-height: 36px;
    align-items: center;
    margin-top: 14px;
  }

  .sakate-news-row {
    grid-template-columns: 140px 1fr;
    gap: 8px 12px;
  }

  .sakate-news-row span:last-child {
    grid-column: 1 / -1;
  }

  .sakate-card-grid,
  .sakate-work-grid,
  .sakate-effort-grid,
  .sakate-company-blocks,
  .sakate-banners {
    grid-template-columns: 1fr;
  }

  .sakate-work-card a {
    aspect-ratio: 4 / 3;
    min-height: 260px;
  }

  .sakate-work-card__content {
    grid-template-columns: 50px minmax(0, 1fr) 32px;
    gap: 10px;
    min-height: 58%;
    padding: 58px 12px 20px 12px;
  }

  .sakate-work-card__icon {
    width: 50px;
    height: 50px;
  }

  .sakate-work-card__icon svg {
    width: 26px;
    height: 26px;
  }

  .sakate-work-card h3 {
    font-size: 20px;
  }

  .sakate-work-card p {
    font-size: 12px;
  }

  .sakate-youtube-track {
    grid-template-columns: 1fr;
  }

  .sakate-company-block h3 {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sakate-hero-slide,
  .sakate-hero-slide img {
    transition: none;
  }

  .sakate-hero-slide.is-active img {
    transform: none;
  }

  .sakate-pamphlet-frame {
    scroll-behavior: auto;
  }
}


/* header */
.elementor-element-7d84ebc{

    margin: 0;
}