.elementor-1641 .elementor-element.elementor-element-92b6df8{margin-top:0%;margin-bottom:-2%;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4409ccb *//* =========================================================
   QUDIORA IMAGE DIRECTION / BEFORE
   固定ページ専用CSS

   デザイン方針
   ---------------------------------------------------------
   ・ワインレッド、黒、白、生成りを基調にする
   ・角丸や装飾カードを多用しない
   ・写真を大きく見せ、文字は静かに強く見せる
   ・見出しを過大にせず、本文の読みやすさを優先する
   ・追加CSSを重ねず、この1ファイルで管理する
========================================================= */


/* =========================================================
   01. ページ共通設定
   色や横幅を変更する場合は、まずここを編集します
========================================================= */

.qudiora-image-page {
  --qip-width: 1180px;
  --qip-wide: 1360px;
  --qip-narrow: 860px;
  --qip-gutter: clamp(20px, 4vw, 56px);

  --qip-wine: #7A1F3D;
  --qip-wine-dark: #531329;
  --qip-black: #171717;
  --qip-text: #202020;
  --qip-gray: #666666;
  --qip-line: #DEDAD5;
  --qip-soft: #F4F1EE;
  --qip-white: #FFFFFF;

  width: 100%;
  overflow: hidden;
  color: var(--qip-text);
  background: var(--qip-white);

  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    sans-serif;

  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}


/* =========================================================
   02. テーマCSSの影響を抑える基本リセット
========================================================= */

.qudiora-image-page *,
.qudiora-image-page *::before,
.qudiora-image-page *::after {
  box-sizing: border-box;
}

.qudiora-image-page h1,
.qudiora-image-page h2,
.qudiora-image-page h3,
.qudiora-image-page p,
.qudiora-image-page figure,
.qudiora-image-page blockquote,
.qudiora-image-page ul {
  margin-top: 0;
}

.qudiora-image-page img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.qudiora-image-page a {
  color: inherit;
  text-decoration: none;
}


/* =========================================================
   03. 共通コンテナ
========================================================= */

.qip-container {
  width: min(100%, var(--qip-width));
  margin-inline: auto;
  padding-inline: var(--qip-gutter);
}

.qip-narrow {
  width: min(100%, var(--qip-narrow));
}

.qip-section {
  position: relative;
  padding-block: clamp(52px, 6vw, 82px);
}

.qip-section--white {
  background: var(--qip-white);
}

.qip-section--soft {
  background: var(--qip-soft);
}


/* =========================================================
   04. 見出し・本文
========================================================= */

.qudiora-image-page h1,
.qudiora-image-page h2,
.qudiora-image-page h3 {
  color: var(--qip-text);
  font-weight: 700;
  word-break: auto-phrase;
}

.qudiora-image-page h1 {
  margin-bottom: 24px;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.qudiora-image-page h1 span {
  color: var(--qip-wine);
}

.qudiora-image-page h2 {
  margin-bottom: 22px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.42;
  letter-spacing: -0.015em;
}

.qudiora-image-page h3 {
  margin-bottom: 14px;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.45;
}

.qudiora-image-page p {
  margin-bottom: 1.2em;
}

.qudiora-image-page p:last-child {
  margin-bottom: 0;
}

.qip-section-number {
  margin-bottom: 14px !important;
  color: var(--qip-wine);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.qip-section-heading {
  max-width: 860px;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.qip-eyebrow,
.qip-statement__small,
.qip-final__eyebrow {
  margin-bottom: 16px !important;
  color: var(--qip-wine);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.19em;
}

.qip-heading-sub {
  font-size: 0.72em;
  font-weight: 500;
}


/* =========================================================
   05. HERO
   写真を画面幅いっぱいに使い、文字を左側に重ねます
========================================================= */

.qip-hero {
  position: relative;
  width: 100%;
  min-height: clamp(440px, 58vw, 720px);
  padding: 0;
  overflow: hidden;
  background: var(--qip-black);
}

.qip-hero .qip-container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.qip-hero__grid {
  position: relative;
  display: block;
  min-height: clamp(440px, 58vw, 720px);
}

.qip-hero__visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.qip-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.qip-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.80) 0%,
      rgba(0, 0, 0, 0.60) 38%,
      rgba(0, 0, 0, 0.20) 68%,
      rgba(0, 0, 0, 0.04) 100%
    );
  pointer-events: none;
}

.qip-hero__copy {
  position: relative;
  z-index: 3;

  display: flex;
  flex-direction: column;
  justify-content: center;

  width: min(100%, 1460px);
  min-height: clamp(440px, 58vw, 720px);
  margin-inline: auto;

  padding-top: clamp(58px, 8vw, 110px);
  padding-right: clamp(28px, 4vw, 60px);
  padding-bottom: clamp(58px, 8vw, 110px);
  padding-left: clamp(30px, 3.2vw, 52px);
}

.qip-hero h1,
.qip-hero__subtitle,
.qip-hero__lead,
.qip-hero .qip-eyebrow,
.qip-hero__note {
  max-width: 720px;
  color: var(--qip-white);
}

.qip-hero h1 span {
  color: var(--qip-white);
}

.qip-hero__subtitle {
  margin-bottom: 24px !important;
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.55;
  font-weight: 600;
}

.qip-hero__lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.qip-hero__note {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.8;
}

.qip-image-caption {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 4vw, 58px);
  bottom: clamp(18px, 3vw, 38px);

  margin: 0 !important;
  padding: 12px 18px;

  color: var(--qip-white);
  background: var(--qip-wine);

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}


/* =========================================================
   06. ボタン
========================================================= */

.qip-button {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 50px;

  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 8px;

  padding: 13px 24px;
  border: 1px solid var(--qip-wine);

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.qip-button:hover {
  transform: translateY(-2px);
}

.qip-button--primary {
  color: var(--qip-white) !important;
  background: var(--qip-wine);
}

.qip-button--primary:hover {
  background: var(--qip-wine-dark);
}

.qip-button--light {
  color: var(--qip-wine) !important;
  background: var(--qip-white);
  border-color: var(--qip-white);
}


/* =========================================================
   07. 2カラム
========================================================= */

.qip-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.qip-two-column--reverse > :first-child {
  order: 1;
}

.qip-visual-block img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}


/* =========================================================
   08. 01・02セクション
   HERO直後の2セクションだけ少し広く見せます
========================================================= */

.qip-hero + .qip-section .qip-container,
.qip-hero + .qip-section + .qip-section .qip-container {
  width: min(100%, var(--qip-wide));
  max-width: none;
}

.qip-hero + .qip-section .qip-two-column,
.qip-hero + .qip-section + .qip-section .qip-two-column {
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(380px, 0.92fr);

  column-gap: clamp(42px, 6vw, 88px);
}


/* =========================================================
   09. 引用
========================================================= */

.qip-quote {
  padding: clamp(34px, 5vw, 60px);
  border-left: 6px solid var(--qip-wine);
  background: var(--qip-white);
}

.qip-quote p {
  margin: 0 !important;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.55;
  font-weight: 700;
}


/* =========================================================
   10. 強調帯・最終セクション
   左に文章、右に写真を配置します
========================================================= */

.qip-statement,
.qip-final {
  position: relative;
  overflow: hidden;
  color: var(--qip-white);
  background: var(--qip-wine);
}

.qip-statement .qip-container,
.qip-final__inner {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(0, 1.12fr)
    minmax(420px, 0.88fr);

  column-gap: clamp(48px, 6vw, 96px);
  align-items: center;

  width: min(100%, var(--qip-wide));
  max-width: none;
  padding-right: clamp(24px, 3vw, 42px);
  padding-left: clamp(24px, 3vw, 42px);

  text-align: left;
}

.qip-statement__small,
.qip-statement h2,
.qip-statement p,
.qip-final__eyebrow,
.qip-final h2,
.qip-final p,
.qip-final .qip-button {
  grid-column: 1;
  max-width: 680px;
}

.qip-statement__small,
.qip-final__eyebrow {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px !important;
}

.qip-statement h2,
.qip-final h2 {
  margin-right: 0;
  margin-left: 0;
  color: var(--qip-white);
  text-align: left;
}

.qip-statement h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.28;
}

.qip-final h2 {
  margin-bottom: 24px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.18;
}

.qip-statement p,
.qip-final p {
  margin-right: 0;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.85;
  text-align: left;
}

.qip-final .qip-button {
  margin-top: 22px;
  margin-right: auto;
  margin-left: 0;
}

/* 強調帯の右側画像 */
.qip-statement::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;

  width: 43%;
  height: 100%;

  background-image:
    linear-gradient(
      90deg,
      rgba(122, 31, 61, 0.96) 0%,
      rgba(122, 31, 61, 0.28) 28%,
      rgba(122, 31, 61, 0) 58%
    ),
    url("https://cudiora.com/wp-content/uploads/2026/07/qudiora_img_4010.jpg");

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 結論セクションの右側画像 */
.qip-final::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;

  width: 43%;
  height: 100%;

  background-image:
    linear-gradient(
      90deg,
      rgba(122, 31, 61, 0.96) 0%,
      rgba(122, 31, 61, 0.25) 28%,
      rgba(122, 31, 61, 0) 58%
    ),
    url("https://cudiora.com/wp-content/uploads/2026/07/qudiora_img_4004_02.jpg");

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


/* =========================================================
   11. AI比較
========================================================= */

.qip-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--qip-line);
}

.qip-compare__item {
  padding: clamp(34px, 5vw, 64px);
  background: var(--qip-white);
}

.qip-compare__item + .qip-compare__item {
  border-left: 1px solid var(--qip-line);
}

.qip-compare__item--dark {
  color: var(--qip-white);
  background: var(--qip-black);
}

.qip-compare__item--dark h3 {
  color: var(--qip-white);
}

.qip-compare__label {
  margin-bottom: 18px;
  color: var(--qip-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.qip-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qip-list li {
  position: relative;
  padding: 14px 0 14px 22px;
  border-bottom: 1px solid rgba(125, 125, 125, 0.24);
}

.qip-list li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;

  width: 7px;
  height: 7px;

  background: var(--qip-wine);
}

.qip-center-message {
  max-width: 860px;
  margin: clamp(36px, 5vw, 60px) auto 0 !important;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}


/* =========================================================
   12. 4ステップ
========================================================= */

.qip-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--qip-line);
  border-bottom: 1px solid var(--qip-line);
}

.qip-step {
  padding: clamp(28px, 3.5vw, 44px);
  border-right: 1px solid var(--qip-line);
}

.qip-step:last-child {
  border-right: 0;
}

.qip-step > span {
  display: block;
  margin-bottom: 36px;
  color: var(--qip-wine);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.qip-step p {
  margin-bottom: 0;
  color: var(--qip-gray);
}


/* =========================================================
   13. 制作フロー
========================================================= */

.qip-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 22px;
  align-items: stretch;
}

.qip-flow__item {
  padding: clamp(28px, 4vw, 48px);
  border-top: 4px solid var(--qip-wine);
  background: var(--qip-white);
}

.qip-flow__item span {
  display: block;
  margin-bottom: 24px;
  color: var(--qip-wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.qip-flow__item p {
  margin-bottom: 0;
  color: var(--qip-gray);
}

.qip-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--qip-wine);
  font-size: 30px;
}

.qip-large-quote {
  max-width: 900px;
  margin: clamp(52px, 7vw, 88px) auto 0;
  padding: 0;
  border: 0;

  font-size: clamp(29px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}


/* =========================================================
   14. Before / After
========================================================= */

.qip-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 60px);
}

.qip-ba {
  margin: 0;
}

.qip-ba img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(35%);
}

.qip-ba--after img {
  filter: none;
}

.qip-ba figcaption {
  padding-top: 24px;
}

.qip-ba figcaption span {
  display: block;
  margin-bottom: 10px;
  color: var(--qip-wine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.qip-ba figcaption strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.55;
}

.qip-ba figcaption p {
  margin-bottom: 0;
  color: var(--qip-gray);
}


/* =========================================================
   15. 見積りフェーズ
========================================================= */

.qip-estimate {
  padding: clamp(34px, 5vw, 58px);
  color: var(--qip-white);
  background: var(--qip-black);
}

.qip-estimate > div:not(.qip-estimate__line) {
  display: grid;
  gap: 8px;
}

.qip-estimate span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.qip-estimate strong {
  font-size: clamp(24px, 3vw, 38px);
}

.qip-estimate p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.qip-estimate__line {
  width: 1px;
  height: 58px;
  margin: 24px 0 24px 8px;
  background: var(--qip-wine);
}


/* =========================================================
   16. 人間の役割
========================================================= */

.qip-human {
  color: var(--qip-white);
  background: var(--qip-black);
}

.qip-human__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(340px, 0.95fr);

  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.qip-human__image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.qip-human__copy h2 {
  color: var(--qip-white);
}

.qip-human__copy .qip-section-number {
  color: #D886A0;
}

.qip-human__copy p {
  color: rgba(255, 255, 255, 0.76);
}


/* =========================================================
   17. スクロール表示
========================================================= */

.qip-reveal {
  opacity: 1;
  transform: none;
}

.qip-js-ready .qip-reveal,
.qip-js .qip-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.qip-js-ready .qip-reveal.is-visible,
.qip-js .qip-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* =========================================================
   18. 大型モニター
========================================================= */

@media (min-width: 1500px) {

  .qip-statement .qip-container,
  .qip-final__inner {
    width: min(100%, 1440px);
  }

  .qip-hero + .qip-section .qip-container,
  .qip-hero + .qip-section + .qip-section .qip-container {
    width: min(100%, 1440px);
  }
}


/* =========================================================
   19. タブレット
========================================================= */

@media (max-width: 1024px) {

  .qip-section {
    padding-block: 48px;
  }

  .qudiora-image-page h1 {
    font-size: clamp(30px, 5vw, 46px);
  }

  .qudiora-image-page h2 {
    font-size: clamp(25px, 4vw, 36px);
  }

  .qip-hero,
  .qip-hero__grid,
  .qip-hero__copy {
    min-height: 560px;
  }

  .qip-hero__copy {
    width: 100%;
    padding: 58px 30px;
  }

  .qip-hero::after {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.56) 48%,
        rgba(0, 0, 0, 0.16) 100%
      );
  }

  .qip-hero + .qip-section .qip-container,
  .qip-hero + .qip-section + .qip-section .qip-container {
    width: 100%;
    padding-inline: 30px;
  }

  .qip-hero + .qip-section .qip-two-column,
  .qip-hero + .qip-section + .qip-section .qip-two-column {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(300px, 42%);

    column-gap: 36px;
  }

  .qip-statement .qip-container,
  .qip-final__inner {
    width: 100%;
    grid-template-columns:
      minmax(0, 1fr)
      minmax(300px, 42%);

    column-gap: 36px;
    padding-inline: 28px;
  }

  .qip-statement::after,
  .qip-final::after {
    width: 42%;
  }

  .qip-statement h2 {
    font-size: clamp(32px, 5.5vw, 50px);
  }

  .qip-final h2 {
    font-size: clamp(36px, 7vw, 58px);
  }

  .qip-human__grid {
    grid-template-columns: 1fr 1fr;
  }

  .qip-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qip-step:nth-child(2) {
    border-right: 0;
  }

  .qip-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--qip-line);
  }

  .qip-flow {
    grid-template-columns: 1fr;
  }

  .qip-flow__arrow {
    transform: rotate(90deg);
  }
}


/* =========================================================
   20. スマートフォン
========================================================= */

@media (max-width: 767px) {

  .qudiora-image-page {
    font-size: 15px;
    line-height: 1.85;
  }

  .qip-section {
    padding-block: 42px;
  }

  .qudiora-image-page h1 {
    font-size: 30px;
    line-height: 1.38;
  }

  .qudiora-image-page h2 {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 1.5;
  }

  .qip-section-heading {
    margin-bottom: 30px;
  }

  .qip-hero,
  .qip-hero__grid,
  .qip-hero__copy {
    min-height: 520px;
  }

  .qip-hero__copy {
    justify-content: flex-end;
    padding: 48px 20px 64px;
  }

  .qip-hero__visual img {
    object-position: center;
  }

  .qip-hero::after {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0.36) 42%,
        rgba(0, 0, 0, 0.84) 100%
      );
  }

  .qip-image-caption {
    display: none;
  }

  .qip-button {
    width: fit-content;
    padding: 11px 18px;
    white-space: normal;
  }

  .qip-two-column,
  .qip-human__grid,
  .qip-compare,
  .qip-before-after {
    grid-template-columns: 1fr;
  }

  .qip-two-column--reverse > :first-child {
    order: 0;
  }

  .qip-hero + .qip-section .qip-container,
  .qip-hero + .qip-section + .qip-section .qip-container {
    padding-inline: 20px;
  }

  .qip-hero + .qip-section .qip-two-column,
  .qip-hero + .qip-section + .qip-section .qip-two-column {
    display: block;
  }

  .qip-compare__item + .qip-compare__item {
    border-top: 1px solid var(--qip-line);
    border-left: 0;
  }

  .qip-statement,
  .qip-final {
    padding-top: 300px;
    padding-bottom: 42px;
  }

  .qip-statement::after,
  .qip-final::after {
    top: 0;
    width: 100%;
    height: 260px;
    background-position: center;
  }

  .qip-statement .qip-container,
  .qip-final__inner {
    display: block;
    width: 100%;
    padding-inline: 20px;
  }

  .qip-statement h2,
  .qip-final h2,
  .qip-statement p,
  .qip-final p {
    max-width: none;
  }

  .qip-statement h2 {
    font-size: 34px;
    line-height: 1.35;
  }

  .qip-final h2 {
    font-size: 38px;
    line-height: 1.25;
  }

  .qip-statement__small,
  .qip-final__eyebrow {
    font-size: 9px !important;
  }

  .qip-steps {
    grid-template-columns: 1fr;
  }

  .qip-step,
  .qip-step:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--qip-line);
  }

  .qip-step:last-child {
    border-bottom: 0;
  }

  .qip-step > span {
    margin-bottom: 24px;
  }

  .qip-large-quote br {
    display: none;
  }
}


/* =========================================================
   21. 動きを減らす設定への配慮
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .qip-js-ready .qip-reveal,
  .qip-js .qip-reveal,
  .qip-button {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ヒーロー画像を少し下へ */
.qip-hero__visual img{
    object-position: center 30%;
}/* End custom CSS */