.elementor-872 .elementor-element.elementor-element-ed34e83{margin-top:3%;margin-bottom:5%;}.elementor-872 .elementor-element.elementor-element-7b5e54a{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-872 .elementor-element.elementor-element-7b5e54a .elementor-divider-separator{width:100%;}.elementor-872 .elementor-element.elementor-element-7b5e54a .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-872 .elementor-element.elementor-element-1141708 > .elementor-widget-container{margin:3% 0% 0% 0%;}.elementor-872 .elementor-element.elementor-element-1141708{text-align:center;}.elementor-872 .elementor-element.elementor-element-fcf547f > .elementor-widget-container{margin:2% 0% 0% 0%;}/* Start custom CSS for html, class: .elementor-element-c55fc70 *//*
  CUDIORA 固定ページ：コンテンツストック
  CSSはすべて .cudiora-stock-page 内に限定しています。
  他ページ・テーマ・Elementor共通パーツには影響しません。
*/

/* ==================================================
  00｜ページ全体の変数・リセット
================================================== */
.cudiora-stock-page {
  --cs-bg: #f3efe7;
  --cs-bg-soft: #e9e3d8;
  --cs-ink: #152433;
  --cs-muted: #5d6871;
  --cs-blue: #245a78;
  --cs-blue-dark: #102b40;
  --cs-line: rgba(21, 36, 51, 0.18);
  --cs-white: #ffffff;
  --cs-max: 1200px;
  --cs-pad: clamp(24px, 4vw, 56px);
  color: var(--cs-ink);
  background: var(--cs-bg);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.85;
  overflow: clip;
}

.cudiora-stock-page *,
.cudiora-stock-page *::before,
.cudiora-stock-page *::after {
  box-sizing: border-box;
}

.cudiora-stock-page img {
  max-width: 100%;
  height: auto;
}

.cudiora-stock-page a {
  color: inherit;
}

.cudiora-stock-page h1,
.cudiora-stock-page h2,
.cudiora-stock-page h3,
.cudiora-stock-page p {
  margin-top: 0;
}

.cudiora-stock-page h1,
.cudiora-stock-page h2,
.cudiora-stock-page h3 {
  color: var(--cs-ink);
  letter-spacing: -0.035em;
  overflow-wrap: normal;
  word-break: keep-all;
}

.cudiora-stock-page h1 {
  margin-bottom: 28px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(42px, 5.5vw, 82px);
  font-weight: 500;
  line-height: 1.34;
}

.cudiora-stock-page h1 span {
  color: var(--cs-blue);
}

.cudiora-stock-page h2 {
  margin-bottom: 24px;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(30px, 3.4vw, 52px);
  font-weight: 500;
  line-height: 1.45;
}

.cudiora-stock-page h3 {
  margin-bottom: 12px;
  font-size: clamp(20px, 1.8vw, 27px);
  line-height: 1.5;
}

.cudiora-stock-page p {
  margin-bottom: 1.25em;
}

.cudiora-stock-page .cs-container {
  width: min(100% - (var(--cs-pad) * 2), var(--cs-max));
  margin-inline: auto;
}

.cudiora-stock-page .cs-section {
  padding-block: clamp(84px, 10vw, 150px);
}

.cudiora-stock-page .cs-kicker,
.cudiora-stock-page .cs-eyebrow {
  margin-bottom: 18px;
  color: var(--cs-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.cudiora-stock-page .cs-section-heading {
  max-width: 820px;
  margin-bottom: clamp(44px, 6vw, 78px);
}

.cudiora-stock-page .cs-section-heading--wide {
  max-width: 1000px;
}

.cudiora-stock-page .cs-section-heading > p:last-child {
  color: var(--cs-muted);
  font-size: clamp(16px, 1.5vw, 20px);
}

.cudiora-stock-page .cs-large-copy {
  color: var(--cs-ink) !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(22px, 2.5vw, 34px) !important;
  line-height: 1.8;
}

/* ==================================================
  01｜ボタン
================================================== */
.cudiora-stock-page .cs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 26px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.cudiora-stock-page .cs-button:hover {
  transform: translateY(-2px);
}

.cudiora-stock-page .cs-button--primary {
  color: var(--cs-white);
  background: var(--cs-blue-dark);
}

.cudiora-stock-page .cs-button--text {
  border-color: var(--cs-line);
  background: transparent;
}

.cudiora-stock-page .cs-button--light {
  color: var(--cs-blue-dark);
  background: var(--cs-white);
}

/* ==================================================
  02｜ヒーロー
================================================== */
.cudiora-stock-page .cs-hero {
  position: relative;
  min-height: min(900px, 92vh);
  padding-block: clamp(100px, 12vw, 180px);
  background:
    linear-gradient(90deg, rgba(243, 239, 231, 0.98) 0%, rgba(243, 239, 231, 0.94) 48%, rgba(233, 227, 216, 0.82) 100%);
}

.cudiora-stock-page .cs-hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -20vw;
  width: 54vw;
  aspect-ratio: 1;
  border: 1px solid rgba(36, 90, 120, 0.15);
  border-radius: 50%;
}

.cudiora-stock-page .cs-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.cudiora-stock-page .cs-hero__lead {
  max-width: 760px;
  color: var(--cs-muted);
  font-size: clamp(17px, 1.6vw, 21px);
}

.cudiora-stock-page .cs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.cudiora-stock-page .cs-hero__visual {
  display: grid;
  place-items: center;
}

.cudiora-stock-page .cs-orbit {
  position: relative;
  width: min(36vw, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(36, 90, 120, 0.28);
  border-radius: 50%;
}

.cudiora-stock-page .cs-orbit::before,
.cudiora-stock-page .cs-orbit::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(36, 90, 120, 0.22);
  border-radius: 50%;
}

.cudiora-stock-page .cs-orbit::after {
  inset: 27%;
}

.cudiora-stock-page .cs-orbit__center {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: var(--cs-white);
  background: var(--cs-blue-dark);
  width: 38%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-align: center;
  font-size: clamp(14px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.cudiora-stock-page .cs-orbit__item {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 64px;
  min-height: 64px;
  padding: 10px;
  border: 1px solid var(--cs-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 14px 35px rgba(16, 43, 64, 0.08);
}

.cudiora-stock-page .cs-orbit__item--1 { top: -3%; left: 42%; }
.cudiora-stock-page .cs-orbit__item--2 { top: 18%; right: -4%; }
.cudiora-stock-page .cs-orbit__item--3 { right: 2%; bottom: 14%; }
.cudiora-stock-page .cs-orbit__item--4 { bottom: -5%; left: 37%; }
.cudiora-stock-page .cs-orbit__item--5 { left: -2%; bottom: 18%; }
.cudiora-stock-page .cs-orbit__item--6 { top: 16%; left: -5%; }

/* ==================================================
  03｜未来予測タイムライン
================================================== */
.cudiora-stock-page .cs-future {
  background: var(--cs-white);
}

.cudiora-stock-page .cs-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--cs-line);
  border-bottom: 1px solid var(--cs-line);
}

.cudiora-stock-page .cs-timeline__item {
  position: relative;
  min-height: 320px;
  padding: 34px 24px 30px;
  border-right: 1px solid var(--cs-line);
}

.cudiora-stock-page .cs-timeline__item:last-child {
  border-right: 0;
}

.cudiora-stock-page .cs-timeline__number {
  display: block;
  margin-bottom: 56px;
  color: var(--cs-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.cudiora-stock-page .cs-timeline__item p {
  color: var(--cs-muted);
  font-size: 14px;
}

/* ==================================================
  04｜競争の収斂
================================================== */
.cudiora-stock-page .cs-convergence {
  color: var(--cs-white);
  background: var(--cs-blue-dark);
}

.cudiora-stock-page .cs-convergence h2,
.cudiora-stock-page .cs-convergence h3 {
  color: var(--cs-white);
}

.cudiora-stock-page .cs-convergence .cs-kicker {
  color: #a9cadc;
}

.cudiora-stock-page .cs-convergence__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
}

.cudiora-stock-page .cs-convergence__copy p {
  color: rgba(255, 255, 255, 0.74);
}

.cudiora-stock-page .cs-convergence__statement {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.cudiora-stock-page .cs-convergence__statement p,
.cudiora-stock-page .cs-convergence__statement strong {
  margin: 0;
  text-align: center;
}

.cudiora-stock-page .cs-convergence__statement span {
  display: block;
  margin: 10px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
}

.cudiora-stock-page .cs-convergence__statement strong {
  display: block;
  margin-top: 4px;
  padding: 18px 12px;
  color: var(--cs-blue-dark);
  background: var(--cs-white);
  font-size: clamp(20px, 2.2vw, 30px);
}

/* ==================================================
  05｜定義
================================================== */
.cudiora-stock-page .cs-definition {
  background: var(--cs-bg-soft);
}

.cudiora-stock-page .cs-definition__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--cs-line);
}

.cudiora-stock-page .cs-definition__item {
  min-height: 300px;
  padding: 34px 28px;
  background: var(--cs-bg);
}

.cudiora-stock-page .cs-definition__item > span {
  display: inline-block;
  margin-bottom: 62px;
  color: var(--cs-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.cudiora-stock-page .cs-definition__item p {
  color: var(--cs-muted);
  font-size: 14px;
}

/* ==================================================
  06｜循環タブ
================================================== */
.cudiora-stock-page .cs-circulation {
  background: var(--cs-white);
}

.cudiora-stock-page .cs-tabs {
  border-top: 1px solid var(--cs-line);
}

.cudiora-stock-page .cs-tabs__buttons {
  display: flex;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--cs-line);
}

.cudiora-stock-page .cs-tabs__buttons button {
  flex: 1 0 180px;
  padding: 22px 18px;
  border: 0;
  border-right: 1px solid var(--cs-line);
  color: var(--cs-muted);
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.cudiora-stock-page .cs-tabs__buttons button.is-active {
  color: var(--cs-white);
  background: var(--cs-blue-dark);
}

.cudiora-stock-page .cs-tabs__panel {
  padding: clamp(34px, 5vw, 64px);
  background: var(--cs-bg);
}

.cudiora-stock-page .cs-tabs__source {
  margin-bottom: 28px;
  color: var(--cs-blue);
  font-weight: 700;
}

.cudiora-stock-page .cs-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.cudiora-stock-page .cs-flow span {
  padding: 14px 20px;
  border: 1px solid var(--cs-line);
  background: var(--cs-white);
  font-weight: 700;
}

.cudiora-stock-page .cs-flow i {
  color: var(--cs-blue);
  font-style: normal;
}

/* ==================================================
  07｜サービス
================================================== */
.cudiora-stock-page .cs-service {
  background: var(--cs-bg);
}

.cudiora-stock-page .cs-service__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--cs-line);
}

.cudiora-stock-page .cs-service__item {
  min-height: 310px;
  padding: 34px 30px;
  background: var(--cs-white);
}

.cudiora-stock-page .cs-service__number {
  display: block;
  margin-bottom: 64px;
  color: var(--cs-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.cudiora-stock-page .cs-service__item p {
  color: var(--cs-muted);
}

.cudiora-stock-page .cs-service__item--accent {
  display: flex;
  align-items: flex-end;
  color: var(--cs-white);
  background: var(--cs-blue-dark);
}

.cudiora-stock-page .cs-service__item--accent .cs-service__message {
  color: var(--cs-white);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.65;
}

/* ==================================================
  08｜思想の原型
================================================== */
.cudiora-stock-page .cs-origin {
  background: #dfe7e8;
}

.cudiora-stock-page .cs-origin__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
}

.cudiora-stock-page .cs-origin__label p {
  margin: 0;
  color: var(--cs-blue);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(48px, 7vw, 102px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.cudiora-stock-page .cs-origin__copy p {
  color: var(--cs-muted);
}

.cudiora-stock-page .cs-origin__conclusion {
  padding-top: 26px;
  border-top: 1px solid var(--cs-line);
  color: var(--cs-ink) !important;
  font-weight: 700;
}

/* ==================================================
  09｜公開ディレクション
================================================== */
.cudiora-stock-page .cs-direction-log {
  background: var(--cs-white);
}

.cudiora-stock-page .cs-direction-log__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 9vw, 130px);
}

.cudiora-stock-page .cs-direction-log__grid > div:last-child {
  padding-top: 42px;
  color: var(--cs-muted);
}

/* ==================================================
  10｜CTA
================================================== */
.cudiora-stock-page .cs-cta {
  padding-block: clamp(90px, 12vw, 170px);
  color: var(--cs-white);
  background: var(--cs-blue-dark);
}

.cudiora-stock-page .cs-cta h2 {
  color: var(--cs-white);
}

.cudiora-stock-page .cs-cta .cs-kicker {
  color: #a9cadc;
}

.cudiora-stock-page .cs-cta__inner {
  max-width: 920px;
  text-align: center;
}

.cudiora-stock-page .cs-cta__inner p:not(.cs-kicker) {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.74);
}

.cudiora-stock-page .cs-cta .cs-button {
  margin-top: 20px;
}

/* ==================================================
  11｜スクロール表示アニメーション
  JSが動く場合のみ使用。JS無効時は最初から表示。
================================================== */
.cudiora-stock-page.js-ready [data-cs-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.cudiora-stock-page.js-ready [data-cs-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==================================================
  12｜タブレット縦（1024px以下）
================================================== */
@media (max-width: 1024px) {
  .cudiora-stock-page {
    --cs-pad: clamp(26px, 5vw, 48px);
  }

  .cudiora-stock-page .cs-hero {
    min-height: auto;
  }

  .cudiora-stock-page .cs-hero__grid {
    grid-template-columns: 1fr;
  }

  .cudiora-stock-page .cs-hero__visual {
    margin-top: 24px;
  }

  .cudiora-stock-page .cs-orbit {
    width: min(70vw, 440px);
  }

  .cudiora-stock-page .cs-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cudiora-stock-page .cs-timeline__item {
    min-height: 260px;
    border-bottom: 1px solid var(--cs-line);
  }

  .cudiora-stock-page .cs-timeline__item:nth-child(2n) {
    border-right: 0;
  }

  .cudiora-stock-page .cs-timeline__item:last-child {
    grid-column: 1 / -1;
  }

  .cudiora-stock-page .cs-convergence__grid,
  .cudiora-stock-page .cs-origin__grid,
  .cudiora-stock-page .cs-direction-log__grid {
    grid-template-columns: 1fr;
  }

  .cudiora-stock-page .cs-definition__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cudiora-stock-page .cs-service__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cudiora-stock-page .cs-origin__label p {
    max-width: 720px;
  }

  .cudiora-stock-page .cs-direction-log__grid > div:last-child {
    padding-top: 0;
  }
}

/* ==================================================
  13｜ミニタブレット（820px以下）
  iPad mini縦・小型タブレットを想定
================================================== */
@media (max-width: 820px) {
  .cudiora-stock-page h1 {
    font-size: clamp(39px, 8vw, 60px);
  }

  .cudiora-stock-page h2 {
    font-size: clamp(29px, 5.5vw, 43px);
  }

  .cudiora-stock-page .cs-section {
    padding-block: 82px;
  }

  .cudiora-stock-page .cs-timeline {
    grid-template-columns: 1fr;
  }

  .cudiora-stock-page .cs-timeline__item,
  .cudiora-stock-page .cs-timeline__item:nth-child(2n),
  .cudiora-stock-page .cs-timeline__item:last-child {
    grid-column: auto;
    min-height: auto;
    border-right: 0;
  }

  .cudiora-stock-page .cs-timeline__number,
  .cudiora-stock-page .cs-definition__item > span,
  .cudiora-stock-page .cs-service__number {
    margin-bottom: 28px;
  }

  .cudiora-stock-page .cs-definition__grid,
  .cudiora-stock-page .cs-service__grid {
    grid-template-columns: 1fr;
  }

  .cudiora-stock-page .cs-definition__item,
  .cudiora-stock-page .cs-service__item {
    min-height: auto;
  }

  .cudiora-stock-page .cs-flow {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cudiora-stock-page .cs-flow i {
    transform: rotate(90deg);
    text-align: center;
  }
}

/* ==================================================
  14｜スマホ（600px以下）
================================================== */
@media (max-width: 600px) {
  .cudiora-stock-page {
    --cs-pad: 22px;
    line-height: 1.8;
  }

  .cudiora-stock-page .cs-hero {
    padding-block: 86px 76px;
  }

  .cudiora-stock-page h1 {
    margin-bottom: 22px;
    font-size: clamp(35px, 10.4vw, 49px);
    line-height: 1.38;
  }

  .cudiora-stock-page h2 {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.5;
  }

  .cudiora-stock-page h3 {
    font-size: 22px;
  }

  .cudiora-stock-page .cs-hero__lead,
  .cudiora-stock-page .cs-section-heading > p:last-child {
    font-size: 16px;
  }

  .cudiora-stock-page .cs-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cudiora-stock-page .cs-button {
    width: 100%;
  }

  .cudiora-stock-page .cs-orbit {
    width: min(82vw, 340px);
  }

  .cudiora-stock-page .cs-orbit__item {
    min-width: 52px;
    min-height: 52px;
    font-size: 10px;
  }

  .cudiora-stock-page .cs-convergence__statement {
    padding: 26px 18px;
  }

  .cudiora-stock-page .cs-tabs__panel {
    padding: 28px 20px;
  }

  .cudiora-stock-page .cs-tabs__buttons button {
    flex-basis: 145px;
    padding: 18px 14px;
    font-size: 13px;
  }

  .cudiora-stock-page .cs-origin__label p {
    font-size: clamp(44px, 15vw, 70px);
  }
}

/* ==================================================
  15｜動きを減らす設定への配慮
================================================== */
@media (prefers-reduced-motion: reduce) {
  .cudiora-stock-page *,
  .cudiora-stock-page *::before,
  .cudiora-stock-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */