@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;
}

.content {
  position: relative;
}

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

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

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

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

.br-pc { display: none; }
.br-sp { display: inline; }

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-title {
  position: absolute;
  left: 5vw;
  bottom: 10vw;
}

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

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

.fv-label-txt {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 3.54vw;
  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.92px;
  font-feature-settings: "palt" 1;
}

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

.l-intro {
  position: relative;
  padding: 13.33vw 0vw 0;
  overflow: hidden;
}

.intro-inner {
  position: relative;
  padding: 0 5vw;
}

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

.intro-heading {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 8.33vw;
  font-weight: 700;
  color: #081a00;
  line-height: 1.48;
  letter-spacing: 3.2px;
  font-feature-settings: "palt" 1;
  margin-bottom: 9.17vw;
}

.intro-body {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
  color: #081a00;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: 0.48px;
  margin-bottom: 13.33vw;
}

.intro-scroll-txt {
  width: 100vw;
  margin-left: 0;
  overflow: hidden;
  margin-top: 0;
}

.intro-scroll-track {
  display: flex;
  width: max-content;
  animation: infiniteScroll 20s linear infinite;
}

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

/* ==========================================================================
   Side Navigation (PC only, hidden on SP)
   ========================================================================== */

.l-side-nav {
  display: none;
}

/* ==========================================================================
   Section Common (SP base / 480px)
   ========================================================================== */

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

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

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

.section-heading {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 9.17vw;
  font-weight: 700;
  color: #081a00;
  line-height: 1.39;
  letter-spacing: 3.52px;
  font-feature-settings: "palt" 1;
  margin-bottom: 8.33vw;
}

.section-desc {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  font-weight: 500;
  color: #081a00;
  line-height: 1.9;
  letter-spacing: 0.32px;
  margin-bottom: 18.33vw;
}

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

.l-growth {
  position: relative;
  padding: 16.67vw 5vw 0;
}

.l-growth::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f4f4f4;
  z-index: -2;
  pointer-events: none;
}

.l-growth::before {
  display: none;
}

.growth-cards {
  display: flex;
  flex-direction: column;
  gap: 20vw;
}

.growth-card {
  display: flex;
  flex-direction: column;
  gap: 8.33vw;
}

.growth-card-img {
  position: relative;
  width: 100vw;
  margin-left: -5vw;
  margin-right: -5vw;
  border-radius: 0;
  overflow: hidden;
}

.growth-card-img img {
  width: 100%;
  height: auto;
  display: block;
}

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

.growth-card-txt {
  flex: 1;
}

.growth-card-num {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 4.17vw;
  font-weight: 700;
  color: #959595;
  line-height: 1.48;
  display: block;
  margin-bottom: 0;
}

.growth-card-title {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 6.67vw;
  font-weight: 700;
  color: #081a00;
  line-height: 1.48;
  margin-bottom: 5vw;
}

.growth-card-body {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
  color: #081a00;
  line-height: 2;
}

/* Tech Investment */
.tech-invest {
  margin-top: 21.67vw;
  padding-bottom: 41.67vw;
}

.tech-invest-heading {
  font-family: "NotoSansJP";
  font-size: 6.67vw;
  font-weight: 700;
  color: #081a00;
  line-height: 1.48;
  margin-bottom: 6.67vw;
}

.tech-invest-desc {
  font-family: "NotoSansJP";
  font-size: 3.75vw;
  font-weight: 500;
  color: #081a00;
  line-height: 1.9;
  letter-spacing: 0.32px;
  margin-bottom: 13.33vw;
}

.tech-table {
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.tech-table-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.83vw;
  background: #00ff6a;
  border-radius: 4px 0 0 4px;
}

.tech-row {
  position: relative;
  padding: 6.67vw 5.83vw;
}

.tech-row::after {
  content: "";
  position: absolute;
  left: 5.83vw;
  right: 5.83vw;
  bottom: 0;
  height: 1px;
  background: #eaeaea;
}

.tech-row:last-child::after {
  display: none;
}

.tech-row-title {
  font-family: "PlusJakartaSans";
  font-size: 4.17vw;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 3.33vw;
}

.tech-row-desc {
  font-family: "NotoSansJP";
  font-size: 3.33vw;
  font-weight: 500;
  color: #081a00;
  line-height: 1.8;
  letter-spacing: 0.42px;
}

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

.l-communication {
  padding: 33.33vw 5vw 33.33vw;
  background: #ffffff;
}

.comm-grid {
  display: flex;
  flex-direction: column;
  gap: 15vw;
}

/* .comm-item {} */

.comm-item-img {
  position: relative;
  width: 100%;
  height: 48.33vw;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5vw;
}

.comm-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.comm-item-title {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 5vw;
  font-weight: 700;
  color: #081a00;
  margin-bottom: 3.33vw;
}

.comm-item-body {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.13vw;
  font-weight: 500;
  color: #081a00;
  line-height: 1.67;
  letter-spacing: 0.32px;
}

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

.l-benefit {
  padding: 33.33vw 5vw 33.33vw;
  background: #f4f4f4;
}

.benefit-block {
  margin-bottom: 35.42vw;
}

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

.benefit-block-header {
  position: relative;
  width: 100%;
  height: 31.67vw;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.benefit-block-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-block-header-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 26, 0, 0.35);
}

.benefit-block-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 5.42vw;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
}

.benefit-table {
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.benefit-table-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.83vw;
  background: #00ff6a;
  border-radius: 0 0 0 4px;
}

.benefit-row {
  position: relative;
  padding: 6.67vw 5.83vw;
}

.benefit-row::after {
  content: "";
  position: absolute;
  left: 5.83vw;
  right: 5.83vw;
  bottom: 0;
  height: 1px;
  background: #eaeaea;
}

.benefit-row:last-child::after {
  display: none;
}

.benefit-row-title {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", "NotoSansJP-bold", "Noto Sans JP", sans-serif;
  font-size: 4.17vw;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 3.33vw;
}

.benefit-row-desc {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
  color: #081a00;
  line-height: 1.67;
  letter-spacing: 0.42px;
}

.benefit-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.08vw;
  margin: 4.17vw 0 8.33vw;
  padding: 3.33vw;
  background: #f4f4f4;
  border: 1px solid #081a00;
  border-radius: 4px;
  text-decoration: none;
  color: #081a00;
  transition: background 0.3s ease;
}

.benefit-more-txt {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.33vw;
  font-weight: 500;
}

.benefit-more-arrow {
  width: 2.5vw;
  height: 2.5vw;
  fill: #081a00;
}

.benefit-more:hover {
  background: #e8e8e8;
}

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

.l-office {
  position: relative;
  padding: 33.33vw 5vw;
  overflow: hidden;
  background: #ffffff;
}

.office-scroll-txt {
  width: 100vw;
  margin-left: -5vw;
  overflow: hidden;
  margin-top: 11.67vw;
}

.office-scroll-track {
  display: flex;
  width: max-content;
  animation: infiniteScroll 20s linear infinite;
}

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

.office-bg-logo {
  display: none;
}

.relocation-bg-logo {
  display: none;
}

.office-movie {
  margin-top: 13.33vw;
  margin-bottom: 18.33vw;
}

.office-sub-title {
  font-family: "PlusJakartaSans", "Plus Jakarta Sans", sans-serif;
  font-size: 6.67vw;
  font-weight: 600;
  color: #081a00;
  text-align: center;
  margin-bottom: 5vw;
}

.office-movie-frame {
  width: 100vw;
  margin-left: -5vw;
  margin-right: -5vw;
  aspect-ratio: 16 / 9;
  border-radius: 0;
  overflow: hidden;
}

.office-movie-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.office-gallery {
  margin-bottom: 20vw;
}

/* .office-gallery-content {
} */

.office-gallery-main {
  position: relative;
  width: 100vw;
  margin-left: -5vw;
  margin-right: -5vw;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 9.38vw;
}

.office-gallery-main img {
  width: 100%;
  height: 49.58vw;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.office-gallery-main img.is-fading {
  opacity: 0;
}

.office-gallery-nav {
  display: none;
}

.office-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.04vw;
}

.office-gallery-thumbs img {
  width: 100%;
  height: 21.46vw;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 0.5;
}

.office-gallery-thumbs img.is-active {
  opacity: 1;
}

.office-gallery-thumbs img:hover {
  opacity: 0.8;
}

.office-gallery-caption {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3.33vw;
  margin-bottom: 9.38vw;
  transition: opacity 0.3s ease;
}

.office-gallery-caption.is-fading {
  opacity: 0;
}

.office-gallery-caption::before {
  content: "";
  width: 1px;
  align-self: stretch;
  background: #00FF6A;
  flex-shrink: 0;
  order: 1;
}

.office-gallery-caption-title {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 4.17vw;
  font-weight: 700;
  color: #081a00;
  order: 0;
  flex-shrink: 0;
}

.office-gallery-caption-body {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 1.67;
  letter-spacing: 0.36px;
  order: 2;
}

.office-relocation {
  position: relative;
  background: #fff;
  border-radius: 4px;

  padding-left: 0.83vw;
  margin-bottom: 8.33vw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.office-relocation-accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.83vw;
  background: #00ff6a;
  border-radius: 4px 0 0 4px;
  z-index: 2;
}

.office-relocation-img {
  order: 2;
  /* margin-top: 8.33vw; */
}

.office-relocation-img img {
  width: 100%;
  height: auto;
  display: block;
}

.office-relocation-txt {

    padding: 10vw 5vw 3vw;
  position: relative;
  z-index: 3;
  order: 1;
  background-color: #fff;
}

.office-relocation-heading {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 6.67vw;
  font-weight: 700;
  color: #081a00;
  line-height: 1.48;
  margin-bottom: 5.42vw;
}

.office-relocation-body {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 3.13vw;
  font-weight: 500;
  color: #081a00;
  line-height: 1.67;
  margin-bottom: 3.33vw;
}

.office-relocation-note {
  font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
  font-size: 2.92vw;
  font-weight: 500;
  color: #081a00;
  line-height: 1.67;
}

/* ==========================================================================
   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 { transform: translateY(-2px); } */
.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) {

  .br-pc { display: inline; }
  .br-sp { display: none; }

  /* --- 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;
  }

  /* --- Intro PC --- */
  .l-intro {
    padding: 8.33vw 0vw 0;
  }

  .intro-inner {
    text-align: center;
  }

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

  .intro-heading {
    font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
    font-size: 4.44vw;
    line-height: 1.3;
    letter-spacing: normal;
    font-feature-settings: normal;
    margin-bottom: 2.78vw;
  }

  .intro-body {
    font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
    font-size: 1.11vw;
    line-height: 1.7;
    text-align: center;
    letter-spacing: normal;
    margin-bottom: 5.56vw;
  }

  .intro-scroll-txt {
    margin-left: 0;
    width: 100vw;
  }

  .intro-scroll-track span {
    font-size: 11.81vw;
    letter-spacing: 1.18vw;
  }

  /* --- Side Navigation PC --- */
  .side-nav-scope {
    position: relative;
  }

  .l-side-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 8.33vw;
    left: 5.56vw;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    padding: 1.67vw 1.39vw;
    border-radius: 4px;
    gap: 0.56vw;
    width: 12.78vw;

    backdrop-filter: blur(4px);
  }

  .l-side-nav.is-fixed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }

  .l-side-nav.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .side-nav-item {
    font-family: "NotoSansJP", "Noto Sans JP", sans-serif;
    font-size: 0.97vw;
    font-weight: 700;
    color: #c4c4c4;
    text-decoration: none;
    line-height: 1.53;
    letter-spacing: 1.12px;
    padding: 0.28vw 0;
    transition: color 0.3s ease;
  }

  .side-nav-item.is-active {
    color: #081a00;
  }

  .side-nav-item.is-active::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #00ff6a;
    border-radius: 1px;
    transform: rotate(45deg);
    margin-right: 0.42vw;
    vertical-align: middle;
  }

  /* --- Section Common PC --- */
  .section-label {
    gap: 0.56vw;
    margin-bottom: 0.83vw;
  }

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

  .section-heading {
    font-family: "ZenKakuGothicNew", "Zen Kaku Gothic New", sans-serif;
    font-size: 5vw;
    line-height: 1.32;
    letter-spacing: normal;
    font-feature-settings: normal;
    margin-bottom: 1.67vw;
  }

  .section-desc {
    font-size: 1.11vw;
    margin-bottom: 5.56vw;
  }

  /* --- GROWTH PC --- */
  .l-growth {
    padding: 8.33vw 5.56vw 0;
    padding-left: 21.11vw;
  }

  .l-growth::before {
    content: "";
    display: block;
    position: absolute;
    left: -5vw;
    width: 45vw;
    height: 45vw;
    top: -15vw;
    background: url(../../images/environment/bg_diamond.png) no-repeat center / contain;
    pointer-events: none;
    z-index: -1;
  }

  .l-growth .section-label { margin-bottom: 1.67vw; }
  .l-growth .section-heading { margin-bottom: 2.78vw; }
  .l-growth .section-desc { margin-bottom: 6.67vw; }

  .growth-cards {
    gap: 8.89vw;
  }

  .growth-card {
    flex-direction: row;
    gap: 2.78vw;
    align-items: center;
  }

  .growth-card--right {
    flex-direction: row-reverse;
  }

  .growth-card-img {
    flex: 0 0 34.44vw;
    width: 34.44vw;
    height: 34.03vw;
    margin-left: 0;
    margin-right: 0;
  }

  .growth-card-img img {
    height: 100%;
    object-fit: cover;
  }

  .growth-card-img-accent {
    border-radius: 8px 0 0 8px;
  }

  .growth-card-txt {
    flex: 1;
  }

  .growth-card-num { font-size: 1.25vw; margin-bottom: 0.56vw; }
  .growth-card-title { font-size: 2.78vw; margin-bottom: 1.67vw; }
  .growth-card-body { font-size: 1.11vw; }

  /* Tech Investment PC */
  .tech-invest {
    margin-top: 10.14vw;
    padding-bottom: 14.44vw;
  }

  .tech-invest-heading {
    font-size: 2.78vw;
    margin-bottom: 1.67vw;
  }

  .tech-invest-desc {
    font-size: 1.11vw;
    margin-bottom: 3.33vw;
  }

  .tech-table-accent {
    width: 0.56vw;
  }

  .tech-row {
    display: flex;
    align-items: center;
    gap: 2.78vw;
    padding: 2.78vw 5vw;
  }

  .tech-row-title {
    flex: 0 0 16.67vw;
    font-size: 1.39vw;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .tech-row-desc {
    flex: 1;
    font-size: 0.97vw;
  }

  /* --- COMMUNICATION PC --- */
  .l-communication {
    padding: 13.26vw 5.56vw 13.89vw;
    padding-left: 21.11vw;
  }

  .l-communication .section-label { margin-bottom: 1.67vw; }
  .l-communication .section-heading { margin-bottom: 2.78vw; }
  .l-communication .section-desc { margin-bottom: 6.67vw; }

  .comm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 5.56vw;
    column-gap: 2.78vw;
  }

  .comm-grid .comm-item:nth-child(4),
  .comm-grid .comm-item:nth-child(5) {
    grid-column: span 1;
  }

  .comm-item-img {
    height: 15.56vw;
    margin-bottom: 1.67vw;
  }

  .comm-item-title { font-size: 1.67vw; margin-bottom: 0.83vw; }
  .comm-item-body { font-size: 1.11vw; }

  /* --- BENEFIT PC --- */
  .l-benefit {
    padding: 13.89vw 5.56vw 0;
    padding-left: 21.11vw;
  }

  .benefit-block {
    margin-bottom: 15.625vw;
  }

  .benefit-block:last-child {
    margin-bottom: 13.89vw;
  }

  .benefit-block-header {
    height: 18.06vw;
  }

  .benefit-block-title {
    font-size: 2.78vw;
  }

  .benefit-table-accent {
    width: 0.42vw;
  }

  .benefit-row {
    display: flex;
    align-items: center;
    gap: 2.78vw;
    padding: 2.78vw 5vw;
  }

  .benefit-row-title {
    flex: 0 0 13.89vw;
    font-size: 1.39vw;
    text-align: center;
    margin-bottom: 0;
  }

  .benefit-row-desc {
    flex: 1;
    font-size: 0.97vw;
  }

  .benefit-more {
    width: fit-content;
    margin: 2.22vw auto 5.56vw;
    padding: 1.11vw 2.78vw;
    gap: 0.83vw;
  }

  .benefit-more-txt { font-size: 1.11vw; }
  .benefit-more-arrow { width: 0.83vw; height: 0.83vw; }

  /* --- OFFICE PC --- */
  .l-office {
    padding: 13.89vw 5.56vw 5.56vw;
    padding-left: 21.11vw;
  }

  .l-office .section-label { margin-bottom: 1.67vw; }
  .l-office .section-heading { margin-bottom: 2.78vw; }
  .l-office .section-desc { margin-bottom: 5vw; }

  .office-scroll-txt {
    margin-left: -21.11vw;
    width: 100vw;
    margin-top: 5vw;
  }

  .office-scroll-track span {
    font-size: 11.81vw;
    letter-spacing: 1.18vw;
  }

  .office-movie {
    margin-top: 5.56vw;
    margin-bottom: 10vw;
  }

  .office-movie-frame {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px;
  }

  .office-bg-logo {
    display: block;
    position: absolute;
    right: -10vw;
    top: 0;
    width: 36.11vw;
    height: auto;
    opacity: 0.5;
    mix-blend-mode: multiply;
    pointer-events: none;
    user-select: none;
    z-index: 0;
  }

  .office-sub-title {
    font-size: 3.06vw;
    margin-bottom: 2.78vw;
    text-align: left;
  }

  .office-gallery-content {
    display: flex;
    gap: 1.39vw;
    align-items: flex-start;
  }

  .office-gallery-left {
    flex: 1;
    min-width: 0;
  }

  .office-gallery-main {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
    margin-bottom: 0;
  }

  .office-gallery-main img {
    height: 31.18vw;
  }

  .office-gallery-nav {
    display: flex;
    gap: 0.56vw;
    position: absolute;
    right: 1.11vw;
    bottom: 1.11vw;
    z-index: 2;
  }

  .office-gallery-prev,
  .office-gallery-next {
    width: 2.78vw;
    height: 2.78vw;
    border: none;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .office-gallery-prev svg,
  .office-gallery-next svg {
    width: 1.11vw;
    height: 1.11vw;
    fill: #081a00;
    transition: fill 0.3s ease;
  }

  .office-gallery-prev:hover svg,
  .office-gallery-next:hover svg {
    fill: #00FF6A;
  }

  .office-gallery-thumbs {
    flex: 0 0 17.78vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.11vw;
  }

  .office-gallery-thumbs img {
    height: 8.33vw;
  }

  .office-gallery {
    margin-bottom: 2.22vw;
  }

  .office-gallery-caption {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.78vw;
    margin-top: 2.22vw;
    margin-bottom: 0;
  }

  .office-gallery-caption-title {
    font-size: 1.39vw;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .office-gallery-caption-body {
    font-size: 0.97vw;
  }

  .relocation-bg-logo {
    display: block;
    position: absolute;
    left: -10vw;
    bottom: 0;
    width: 36.11vw;
    height: auto;
    opacity: 0.5;
    mix-blend-mode: multiply;
    pointer-events: none;
    user-select: none;
    z-index: 1;
  }

  .office-relocation {
    flex-direction: row;
    padding: 0;
    margin-top: 10vw;
    margin-bottom: 5.56vw;
    align-items: stretch;
  }

  .office-relocation-accent {
    width: 0.56vw;
  }

  .office-relocation-img {
    order: unset;
    width: 31.67vw;
    flex-shrink: 0;
    margin-top: 0;
  }

  .office-relocation-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 0 0 4px;
  }

  .office-relocation-txt {
    order: unset;
    padding: 4.44vw 3.89vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .office-relocation-heading {
    font-size: 2.78vw;
    margin-bottom: 1.67vw;
  }

  .office-relocation-body {
    font-size: 1.11vw;
    max-width: 33.33vw;
  }

  .office-relocation-note {
    font-size: 0.97vw;
  }

  /* --- 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; }

}
