/* 基本レイアウト */
.philosophy-content {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

/* タイトルエリア */
.title-container {
  width: 100%;
  position: relative;
}

.ellipse-container {
  position: relative;
}

.title-img {
  width: 450px;
}

/* スライダー部分 */
.philosophy-frame-12 {
  display: flex;
  position: relative;
  width: 100%;
  height: calc(100vh - 25rem);
  overflow: hidden;
}

/* 左側の固定画像 */
.philosophy-wp {
  position: sticky;
  top: 0;
  left: 100px;
  width: 60%;
  height: 100%;
}

.philosophy-wp-img {
  height: 75%;
  /* margin-top: 80px; */
  object-fit: contain;
}

/* コンテンツボックス */
.philosophy-box {
  margin-bottom: 2rem;
  padding: 3rem;
  background: rgba(153, 151, 151, 0.1);
  border-radius: 1.8rem;
  width: 80%;
}

.philosophy-frame-13 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.6);
}

/* テキストスタイル */
.value-creation-14 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-family: 'Hiragino Kaku Gothic Pro', var(--default-font-family);
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
}

.unique-value {
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-family: 'Hiragino Kaku Gothic Pro', var(--default-font-family);
  font-weight: 300;
  line-height: 1.5;
  color: #000000;
}

/* スクロールバースタイル */
.philosophy-text-container::-webkit-scrollbar {
  width: 0.5rem;
}

.philosophy-text-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.philosophy-text-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0.25rem;
}

.philosophy-text-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.philosophy-text-container {
  width: 50%;
  height: 74%;
  padding-left: 2rem;
  overflow-y: auto;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
  position: fixed;
  right: 1rem;
  top: 20%;
}

/* Webkit系ブラウザ用（Chrome, Safari等） */
.philosophy-text-container::-webkit-scrollbar {
  display: none;
}

.description-container {
  width: 50%;
  padding: 20px;
}

.description-text {
  font-size: 18px;
}

.item-list {
  margin-bottom: 2rem;
}

.item-container {
  padding: 2rem 2rem 6rem 2rem;
}

.item-title-container {
  display: flex;
}

.item-title-number-container {
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  width: 50px;
  height: 50px;
  background: #1C1C1C;
  border-radius: 1px;
  position: relative;
}

.item-title-number {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem; /* 適切なフォントサイズに調整 */
  line-height: 1;
  color: #FFFFFF;
}

.item-title {
  height: 50px;
  font-family: 'Hiragino Kaku Gothic Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  margin-left: 1rem;
}

.item-text {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: rgba(24, 24, 24, 0.8);
  margin-left: 1rem;
}

.bg-logo {
  width: 30%;
  position: fixed;
  top: 20%;
  right: 4%;
}

.stance-frame-1 {
  padding: 40px 0 0 40px;
}

.philosophy-frame-1 {
  padding: 50px 0 0 50px;
}