@charset "utf-8";


@keyframes flyInFromLeft {
  0% { opacity: 0; transform: translateX(-15px); }
  100% { opacity: 1; transform: translateX(0); }
}


/* ==========================================================================
   ビネット装飾（画面固定の薄いグラデーション）
   ========================================================================== */

.original-gradient {
  position: fixed;
	z-index: 2;
	top: 0;
  left: 0;
  right: 0;
	bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
  pointer-events: none;
}

.content-wrapper {
  position: relative;
  z-index: 1;
}

.content {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   共通
   ========================================================================== */

body {
  overflow-x: hidden;
  margin: 0;
  width: 100%;
  font-family:  "NotoSansJP";
  background: #ffffff;
  color: #081a00;
}

a { color: inherit; text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==========================================================================
   FV (SP base / 480px)
   ========================================================================== */

.l-fv {
  position: relative;
  width: 100%;
  height: 71.88vw;
  overflow: hidden;
}

.fv-bg {
  position: absolute;
  inset: 0;
}

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

/* .fv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 26, 0, 0.35);
} */

.fv-title {
  position: absolute;
  left: 5vw;
  bottom: 8.33vw;
}

.fv-label {
  display: flex;
  align-items: center;
  gap: 1.67vw;
  margin-bottom: 2.5vw;
}

.fv-label-diamond {
  display: inline-block;
  width: 1.88vw;
  height: 1.88vw;
  background: #00ff6a;
  border-radius: 1px;
  transform: rotate(45deg);
}

.fv-label-txt {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 2.92vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.48px;
  line-height: 1.4;
}

.fv-heading {
  font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
  font-size: 10vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.38;
  letter-spacing: 1.6px;
  font-feature-settings: "palt" 1;
}

/* ==========================================================================
   ヘッダーテキスト色（index と同様。is-dark-theme 適用時は白に反転）
   ========================================================================== */
.header-list-txt { color: #081A00; }
.l-header.is-dark-theme .header-list-txt { color: #fff; }

/* ==========================================================================
   FV-Sub (SP base / 480px)
   ========================================================================== */

.br-pc { display: none; }
.br-sp { display: inline; }
.fv-sub-quote-comma-pc { display: none; }

.l-fv-sub {
  position: relative;
  padding: 10vw 0 11.67vw;
  overflow: hidden;
  background-color: #ffffff;
}

.fv-sub-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* max-width: 1280px; */
  margin: 0 auto;
  text-align: center;
}

.fv-sub-bg-logo {
  position: absolute;
  top: -10vw;
  left: 0;
  width: 44.02vw;
  height: auto;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.fv-sub-quote {
  margin-bottom: 5vw;
}

.fv-sub-quote-txt {
  font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
  font-size: 7.5vw;          /* 5.83vw → 7.5vw : Figma 36/480 */
  font-weight: 700;
  color: #081a00;
  line-height: 1.3;
  letter-spacing: 1.44px;    /* 1px → 1.44px : Figma 実測 */
  text-align: center;
  font-feature-settings: "palt" 1;
}

.fv-sub-ceo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.5vw;
  margin-top: 3.33vw;
}

.fv-sub-ceo-title {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
  letter-spacing: 1px;
}

.fv-sub-ceo-name {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.fv-sub-gamechanger {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  margin-top: 8.33vw;
}

.fv-sub-gamechanger-track {
  display: flex;
  width: max-content;
  animation: infiniteScroll 20s linear infinite;
}

.fv-sub-gamechanger-track .fv-sub-gamechanger-txt {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 20.83vw;
  line-height: 1.48;
  letter-spacing: 2.08vw;
  color: #00ff6a;
  white-space: nowrap;
  flex-shrink: 0;
  display: block;
  margin-right: 6.25vw;
}

/* ==========================================================================
   Story (SP base / 480px)
   ========================================================================== */

.l-story {
  position: relative;
  background-color: #ffffff;
  /* padding: 0 24px; */
}

.story-block {
  display: flex;
  flex-direction: column;
  gap: 10vw;              /* 5vw → 10vw : Figma 48/480 */
  margin-bottom: 16.67vw;
  align-items: flex-start;
}

.story-block:last-child { margin-bottom: 0; }

.story-block--img-right { flex-direction: column; }

.story-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.story-img img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
  display: block;
}

.story-img-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: #00ff6a;
  z-index: 2;
}

.story-txt {
  flex: 1;
  padding: 0 5vw;
}

.story-heading {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 6.67vw;         /* 5.83vw → 6.67vw : Figma 32/480 */
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 1.6px;     /* 1px → 1.6px : Figma 実測 */
  color: #081a00;
  margin-bottom: 5.77vw;
}

.story-body {
  font-size: 3.13vw;
  font-weight: 500;
  line-height: 2;
  color: #081a00;
}

/* ==========================================================================
   Special Contents (SP base / 480px)
   ========================================================================== */

.l-special {
  background: #3a3a3a;
  padding: 33.33vw 5vw 26.67vw;
  margin-top: 33.33vw;
  min-height: 301.46vw;
}

.special-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20vw;
}

.special-label {
  display: flex;
  align-items: center;
  gap: 1.67vw;
  margin-bottom: 3.33vw;
}

.special-label-diamond {
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
  background: #00ff6a;
  border-radius: 2px;
  transform: rotate(45deg);
}

.special-label-txt {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 3.33vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.28px;
}

.special-heading {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 11.25vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 4.32px;
}

.special-desc {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;       /* 3.13vw → 3.33vw : Figma 16/480 */
  font-weight: 500;
  color: #fff;
  line-height: 2;          /* 1.8 → 2 : Figma 実測 */
  letter-spacing: 1.4px;
  max-width: 700px;
  padding-top: 8.33vw;
}

.special-grid {
  overflow: hidden;
  margin-bottom: 4.58vw;
}

.special-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.special-page {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.33vw;
  align-content: start;
}

.special-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #081a00;
  transition: transform 0.3s ease;
}


.special-card-img {
  width: 100%;
  height: 24.58vw;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.special-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.special-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; /* ふわっとさせる */
}


.special-card-body {
  padding: 3.13vw 3.33vw 5vw;
  min-height: 41.25vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.special-card-tag {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 2.3vw;
  font-weight: 500;
  color: #00E35F;
}

.special-card-txt {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 2.92vw;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.42px;
  color: #081a00;
}

.ico-arrow-special {
  display: inline-block;
  vertical-align: middle;
  
}

.special-card:hover .special-card-img img {
  transform: scale(1.1); /* 1.1倍に拡大 */
}

.special-card:hover .special-card-txt {
  color: #00E35F;
  transition: color 0.3s ease;
}

.special-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 4.17vw;
  margin-bottom: 5vw;
}

.special-dot {
  width: 1.67vw;
  height: 1.67vw;
  background: #959595;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease;
  cursor: pointer;
}

.special-dot.is-active {
  width: 2.5vw;
  height: 2.5vw;
  background: #00ff6a;
  border-radius: 2px;
}

.special-nav {
  display: flex;
  justify-content: flex-end;
  gap: 1.67vw;
}

.special-nav-btn {
  width: 10vw;
  height: 10vw;
  border-radius: 4px;
  background: #636363;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special-nav-btn svg {
  width: 4.17vw;
  height: 4.17vw;
  fill: #fff;
  transition: fill 0.3s ease;
}
.special-nav-btn:hover svg { fill: #00ff6a; }

.special-nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* ==========================================================================
   Careers (max-width: 1024px)
   ========================================================================== */

@media screen and (max-width: 1024px) {

.careers-ttl-section{
	display: flex;
	justify-content: center;
	padding: 0;
	align-items: center;
	letter-spacing: 0.258vw;
	line-height: 4.167vw;
	font-family: "PlusJakartaSans";
	font-size: 2.917vw;
	font-weight: 600;
	color: #fff;
}

.careers-ttl-section::before{
	content: "";
	display: inline-block;
	margin: 0 2.083vw 0 0.625vw;
	width: 1.856vw;
	height: 1.856vw;
	transform: rotate(-45deg);
	border-radius: 0.417vw ;
	background-color: #00FF6A;
}

.l-careers{
	padding-top: 33.333vw;
	height: 227.708vw;
	background-image: url(../../images/bg_careers_sp.png);
	background-repeat:no-repeat;
  background-position: 50% 0;
	background-size:cover;
}

.careers-main{
	text-align: center;
}

.ttl-section-sub-careers{
	margin-top: 7.292vw;
	width: 67.083vw;
}

.careers-main-txt{
	margin: 11.042vw auto 0 auto;
	width: 86.667vw;
	text-align: center;
	line-height: 200%;
	letter-spacing: 0.1vw;
	font-size: 2.91vw;
	font-weight: 500;
	color: #FFF;
}

.careers-box{
	margin-top: 8.333vw;
}

.careers-box-content{
	position: relative;
	display: flex;
  justify-content: space-between;
  overflow: hidden;
	padding-left: 5vw;
	margin: 0 auto 5.833vw auto;
	width: 90vw;
	height: 36.042vw;
	align-items: center;
	text-decoration: none;
	border-radius: 1.667vw;
}

.careers-box-content::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #00ff6a 0.01%, #0ff 99.99%);
}

.careers-box-content::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #fff;
	z-index: 1;
	opacity: 0;
}

.careers-box-accent {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1.667vw;
	background: #00ff6a;
	border-radius: 1.667vw 0 0 1.667vw;
	z-index: 2;
}

.careers-box-content .careers-box-content-ttl{
	color: #fff;
}

.careers-box-content-left{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
  justify-content: space-between;
	margin-bottom: 1.042vw;
	width: 33.542vw;
	height: 11.042vw;
	text-align: left;
}

.careers-box-content-ttl{
	line-height: 110%;
	letter-spacing: 0.208vw;
	font-family: "PlusJakartaSans";
	font-size: 2.917vw;
	font-style: normal;
	font-weight: 600;
	color: #00FF6A;
}

.careers-box-content-main-txt{
	line-height: 100%;
	letter-spacing: 0.479vw;
	font-family: "ZenKakuGothicNew";
	font-size: 6.25vw;
	font-weight: 700;
	color: #081A00;
}

.careers-box-content-center-txt{
	position: relative;
	z-index: 2;
	display: flex;
	margin: 0 0 0.625vw 1.042vw;
	letter-spacing: 0.px;
}

.careers-box-content-sub-txt{
	flex-shrink: 0;
	margin: 1.667vw 0 0 7.5vw;
	font-size: 3.333vw;
	font-weight: 500;
	color: #081A00;
}

.careers-btn{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 27.083vw;
	width: 9.167vw;
	height: 9.167vw;
	border-radius: 2.083vw 0 1.667vw 0;
	background: #081A00;
}

.careers-btn svg{
  width: 3.13vw;
  height: 3.13vw;
}

}

/* ==========================================================================
   Breadcrumb (SP base / 480px)
   ========================================================================== */

.l-breadcrumb {
  background: #3a3a3a;
  padding: 2.08vw 5vw;
  display: flex;
  align-items: center;
  gap: 3.33vw;
}

.breadcrumb-link {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 2.92vw;
  font-weight: 500;
  color: #fff;
}

.breadcrumb-sep {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.breadcrumb-current {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 2.92vw;
  font-weight: 400;
  color: #fff;
}

/* ==========================================================================
   More Contents (SP base / 480px)
   ========================================================================== */

.l-contents {
  background: #f2f2f2;
  padding: 30vw 5vw;
}

.contents-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.contents-header {
  margin-bottom: 10vw;
}

.contents-label {
  display: flex;
  align-items: center;
  gap: 1.67vw;
  margin-bottom: 1.67vw;
}

.contents-label-diamond {
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
  background: #00ff6a;
  border-radius: 2px;
  transform: rotate(45deg);
}

.contents-label-txt {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 3.33vw;
  font-weight: 700;
  color: #081a00;
  letter-spacing: 1.28px;
}

.contents-heading {
  font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
  font-size: 6.67vw;
  font-weight: 700;
  color: #081a00;
  line-height: 1.48;
}

.contents-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.33vw;
}

.contents-link-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.17vw 5vw;
  height: 21.67vw;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #081a00;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.contents-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #00ff6a 0.01%, #0ff 99.99%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.contents-link-card:hover::before { opacity: 1; }
.contents-link-card:hover .contents-link-arrow {
  animation: flyInFromLeft 0.4s ease forwards;
}

.contents-link-card--active {
  background: linear-gradient(110deg, #00ff6a 1.6%, #00ffee 100%), linear-gradient(-47.5deg, rgba(255, 255, 255, 0.1) 1%, #fff 59%);
}

.contents-link-txt {
  position: relative;
  z-index: 1;
  font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
  font-size: 4.17vw;
  font-weight: 700;
}

.contents-link-arrow {
  position: relative;
  z-index: 1;
  width: 3.33vw;
  height: 3.33vw;
  fill: #081a00;
  flex-shrink: 0;
}

/* ==========================================================================
   PC (min-width: 1025px / 1440px基準)
   ========================================================================== */


/* ==========================================================================
   PC (min-width: 1025px / 1440px基準)
   ========================================================================== */

@media screen and (min-width: 1025px) {

  /* --- FV PC --- */
  .l-fv {
    height: 36.11vw;
  }

  .fv-title {
    left: 5.56vw;
    bottom: 11.53vw;
  }

  .fv-label {
    gap: 0.56vw;
    margin-bottom: 0.83vw;
  }

  .fv-label-diamond { width: 0.76vw; height: 0.76vw; }
  .fv-label-txt { font-size: 1.11vw; }

  .fv-heading {
    font-size: 5.56vw;
    letter-spacing: 3.2px;
  }

  /* --- FV-Sub PC --- */
  .br-pc { display: inline; }
  .br-sp { display: none; }
  .fv-sub-quote-comma-pc { display: inline; }

  .l-fv-sub {
    padding: 8.33vw 0 4.17vw;
  }

  .fv-sub-bg-logo {
    top: -8.33vw;
    left: 0;
    width: 36.11vw;
  }

  .fv-sub-quote {
    margin-bottom: 1.67vw;
  }

  .fv-sub-quote-txt {
    font-size: 4.44vw;
    letter-spacing: 2.56px;
    text-align: center;
  }

  .fv-sub-ceo {
    justify-content: center;
    gap: 1.67vw;
    margin-top: 0;
  }

  .fv-sub-ceo-title { font-size: 1.39vw; }
  .fv-sub-ceo-name { font-size: 2.78vw; }

  .fv-sub-gamechanger {
    margin-top: 5.55vw;
  }

  .fv-sub-gamechanger-track .fv-sub-gamechanger-txt {
    font-size: 11.81vw;
    letter-spacing: 1.18vw;
    margin-right: 2.08vw;
  }

  /* --- Story PC --- */
  .l-story {
    padding: 0 5.56vw;
  }

  .story-block {
    flex-direction: row;
    gap: 3.33vw;
    margin-bottom: 10.56vw;
    align-items: center;
  }

  .story-block.story-block--img-right {
    flex-direction: row-reverse;
  }

  .story-img {
    flex: 0 0 48%;
    width: auto;
    border-radius: 8px;
  }

  .story-img img {
    height: 37.08vw;
    border-radius: 8px;
  }

  .story-txt { padding: 0; }

  .story-heading {
    font-size: 2.78vw;
    letter-spacing: 2px;
    margin-bottom: 2.22vw;
  }

  .story-body { font-size: 1.11vw; }

  /* --- Special Contents PC --- */
  .l-special {
    padding: 14.02vw 5.56vw 13.89vw;
    margin-top: 13.89vw;
    min-height: 122.92vw;
  }

  .special-header {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 7.78vw;
  }

  .special-label {
    gap: 0.56vw;
    margin-bottom: 1.11vw;
  }

  .special-label-diamond { width: 0.83vw; height: 0.83vw; }
  .special-label-txt { font-size: 1.11vw; }

  .special-heading {
    font-size: 5vw;
    letter-spacing: 5.76px;
  }

  .special-desc {
    padding-top: 0;
    width: 48.6vw;
    font-size: 1.11vw;
  }

  .special-grid {
    margin-bottom: 3.33vw;
  }

  .special-page {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.78vw;
  }

  .special-card-img { height: 15.56vw; }
  .special-card-body {
    padding: 1.67vw 2.22vw 2.22vw;
    display: block;
    min-height: auto;
  }
  .special-card-tag { font-size: 1.25vw; }
  .special-card-txt { font-size: 1.11vw; margin-bottom: 1.39vw; }

  .special-pagination {
    justify-content: center;
    gap: 1.39vw;
    margin-bottom: 1.67vw;
  }

  .special-dot { width: 0.56vw; height: 0.56vw; }
  .special-dot.is-active { width: 0.83vw; height: 0.83vw; }

  .special-nav { gap: 0.56vw; }
  .special-nav-btn { width: 4.72vw; height: 4.72vw; }
  .special-nav-btn svg { width: 1.94vw; height: 1.94vw; }

  /* --- Careers PC --- */
  .l-careers{
    position: relative;
    padding-top: 13.542vw;
    height: 76.389vw;
    background-color: #c0bdbd;
    background-image: url(../../images/bg_careers.png);
    background-repeat:no-repeat;
    background-position: 50% 0;
    background-size:cover;
  }

  .careers-ttl-section{
    padding: 0;
    margin: 0 0 0 0px;
    font-family: "PlusJakartaSans";
    font-size: 1.111vw;
    font-weight: 600;
    line-height: 148%;
    letter-spacing: 0.178vw;
    color: #fff;
  }

  .careers-ttl-section::before{
    content: "";
    display: inline-block;
    margin-right: 0.576vw;
    width: 0.833vw;
    height: 0.833vw;
    transform: rotate(-45deg);
    border-radius: 0.139vw ;
    background-color: #00FF6A;
  }

  .ttl-section-sub-careers{
    padding-top: 2.778vw;
    margin-left: auto;
    margin-right: auto;
    width: 49.306vw;
  }

  .careers-main{
    text-align: center;
  }

  .careers-main-txt{
    margin: 3.819vw 0 6.597vw 0;
    font-size: 1.111vw;
    color: #FFF;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.153vw;
  }

  .careers-box{
    display: flex;
    justify-content: space-between;
    width: 88.889vw;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-box-content{
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-left: 3.333vw;
    width: 43.056vw;
    height: 17.222vw;
    text-decoration: none;
    border-radius: 0.694vw;
    background: #FFF;
  }

  .careers-box-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #00ff6a 0.01%, #0ff 99.99%);
  }

  .careers-box-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .careers-box-content:hover::after { opacity: 0; }

  .careers-box-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.556vw;
    background: #00ff6a;
    border-radius: 0.694vw 0 0 0.694vw;
    z-index: 2;
  }

  .careers-box-content .careers-box-content-ttl{
    color: #00FF6A;
  }

  .careers-box-content:hover .careers-box-content-ttl{
    color: #fff;
  }

  .careers-box-content:hover .careers-box-content-fin{
    color: #fff;
  }

  .careers-box-content-left{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0.694vw;
    text-align: left;
    height: 5.694vw;
    width: 12.361vw;
    flex-shrink: 0;
  }

  .careers-box-content-ttl{
    margin:0 0 0 0px;
    color: #00FF6A;
    font-family: "PlusJakartaSans";
    font-size: 1.25vw;
    font-weight: 600;
    letter-spacing: 0.125vw;
  }

  .careers-box-content-main-txt{
    color: #081A00;
    font-family: "ZenKakuGothicNew";
    font-size: 2.986vw;
    font-weight: 700;
    line-height: 100%;
  }

  .careers-box-content-sub-txt{
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    margin-left: 6.944vw;
    width: 16.181vw;
    color: #081A00;
    font-size: 1.25vw;
    font-weight: 500;
    letter-spacing: 0px;
  }

  .careers-btn{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12.847vw;
    margin-left: 0px;
    width: 4.444vw;
    height: 4.444vw;
    border-radius: 0.694vw 0;
    background: #081A00;
    transition: fill 0.3s ease;
  }

  .careers-btn svg{
    flex-shrink: 0;
    width: 1.53vw;
    height: 1.53vw;
  }

  .careers-box-content:hover .careers-btn svg{
    animation: flyInFromLeft 0.4s ease forwards;
  }

  /* --- Breadcrumb PC --- */
  .l-breadcrumb {
    padding: 0.69vw 5.56vw;
    gap: 1.11vw;
  }

  .breadcrumb-link, .breadcrumb-current { font-size: 1.11vw; }

  /* --- Contents PC --- */
  .l-contents {
    padding: 10vw 5.56vw;
  }

  .contents-inner {
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    gap: 2.22vw;
  }

  .contents-header {
    flex-shrink: 0;
    width: 31.11vw;
    margin-bottom: 0;
  }

  .contents-label {
    gap: 0.56vw;
    margin-bottom: 0.56vw;
  }

  .contents-label-diamond { width: 0.83vw; height: 0.83vw; }
  .contents-label-txt { font-size: 1.11vw; }

  .contents-heading { font-size: 3.33vw; }

  .contents-links {
    flex: 1;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.22vw;
  }

  .contents-link-card { height: 8.33vw; padding: 1.67vw 2.22vw; }
  .contents-link-txt { font-size: 1.67vw; }
  .contents-link-arrow { width: 1.11vw; height: 1.11vw; }

  /* --- Header PC: 常に alt-logo を表示 --- */
  .l-header .header-logo { display: none; }
  .l-header .header-logo-alt { display: flex; }

}
