@charset "UTF-8";

/* ==========================================================================
   かつてPR映画を制作された企業・団体の皆様へ ページ専用CSS
   ========================================================================== */

.c-page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45)), url('../for-organizations/for-organizations-t.jpg') center 30% / cover no-repeat;
}

/* メインセクション */
.p-org-section {
  padding: 60px 0 80px;
  background-color: #fff;
}

.p-org-section--flow {
  border-top: 1px solid var(--color-border);
  background-color: var(--color-bg-light);
}

.p-org-section--qa {
  border-top: 1px solid var(--color-border);
  background-color: #fff;
}

.p-org-lead {
  max-width: 880px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 2.1;
  color: var(--color-text-dark);
}

.p-org-lead p {
  margin-bottom: 0;
}

/* 理由・活用事例の横並びコンテナ（左広め・右狭めの比率） */
.p-org-boxes-row {
  max-width: 1060px;
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 28px;
  align-items: stretch;
}

/* 今、フィルムをデジタル化しておくべき理由 ボックス（イエロー系） */
.p-org-reasons {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 32px 30px;
  background-color: #fdfaf0;
  border: 2px solid #dec47e;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(184, 134, 11, 0.05);
  display: flex;
  flex-direction: column;
}

.p-org-reasons__title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin: 0 auto 22px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-org-reasons__icon {
  height: 1.4em;
  width: auto;
  flex-shrink: 0;
  filter: hue-rotate(45deg) saturate(1.1);
}

.p-org-reasons__title-text {
  position: relative;
  padding-bottom: 8px;
  display: inline-block;
}

.p-org-reasons__title-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #b8860b; /* イエロー・ゴールド色の下線 */
  border-radius: 2px;
}

.p-org-reasons__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.p-org-reasons__item {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-text-dark);
}

.p-org-reasons__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #b8860b;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.75;
}

/* 活用事例 ボックス（グリーン系） */
.p-org-examples {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 32px 30px;
  background-color: #f2f8f3;
  border: 2px solid #9dc7a1;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(46, 122, 84, 0.04);
  display: flex;
  flex-direction: column;
}

.p-org-examples__title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin: 0 auto 22px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-org-examples__icon {
  height: 1.4em;
  width: auto;
  flex-shrink: 0;
}

.p-org-examples__title-text {
  position: relative;
  padding-bottom: 8px;
  display: inline-block;
}

.p-org-examples__title-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2e7a54; /* グリーン色の下線 */
  border-radius: 2px;
}

.p-org-examples__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.p-org-examples__item {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-text-dark);
}

.p-org-examples__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #2e7a54;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.75;
}

.p-org-examples__note {
  margin-top: 18px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--color-text-dark);
}

/* 作品の検索をしたい場合 ボックス（ワインレッド系） */
.p-org-search {
  max-width: 1060px;
  margin: 28px auto 0;
  padding: 32px 40px;
  background-color: #fdf5f6;
  border: 2px solid #cca1aa;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(136, 36, 54, 0.05);
}

.p-org-search__title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-org-search__icon {
  height: 1.4em;
  width: auto;
  flex-shrink: 0;
  filter: hue-rotate(-15deg) brightness(0.85);
}

.p-org-search__title-text {
  position: relative;
  padding-bottom: 8px;
  display: inline-block;
}

.p-org-search__title-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #882436; /* ワインレッド色の下線 */
  border-radius: 2px;
}

.p-org-search__body {
  font-size: 1.02rem;
  line-height: 1.95;
  color: var(--color-text-dark);
  text-align: center;
}

.p-org-search__body p {
  margin: 0;
}

.p-org-search__link {
  color: #882436;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.p-org-search__link:hover {
  color: var(--color-primary);
  opacity: 0.85;
}

/* 検索ページへのリンクボタン */
.p-org-search__btn-wrapper {
  margin-top: 24px;
  text-align: center;
}

.p-org-search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 38px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #882436;
  border-radius: 9999px;
  box-shadow: 0 3px 10px rgba(136, 36, 54, 0.18), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  text-decoration: none;
}

.p-org-search__btn:hover {
  background-color: #a12d41;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(136, 36, 54, 0.26), 0 2px 6px rgba(0, 0, 0, 0.1);
}

.p-org-search__btn-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
}

/* デジタル化の流れ 画像 */
.p-org-flow-image {
  max-width: 1060px;
  margin: 45px auto 0;
  text-align: center;
}

.p-org-flow-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* よくあるご質問 Q&A */
.p-org-qa-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-org-qa-item {
  background-color: #fcfbfa;
  border: 1px solid #e2ded8;
  border-radius: 8px;
  padding: 24px 28px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.p-org-qa-q {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ded8cf;
}

.p-org-qa-icon {
  font-family: var(--font-sans);
  font-weight: 800;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1;
}

.p-org-qa-icon--q {
  background-color: #c53030;
  color: #fff;
}

.p-org-qa-icon--a {
  background-color: var(--color-primary);
  color: #fff;
}

.p-org-qa-q-text {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0;
  line-height: 1.5;
  padding-top: 3px;
}

.p-org-qa-a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.p-org-qa-a-text {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--color-text-dark);
  padding-top: 3px;
}

.p-org-qa-a-text p {
  margin: 0;
}

/* お問い合わせセクション（横幅全体の区切り） */
.p-org-section--contact {
  border-top: 1px solid var(--color-border);
  background-color: var(--color-bg-light);
  padding: 55px 0;
  text-align: center;
}

.p-org-contact-text {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-text-dark);
  margin: 0;
}

.p-org-contact-link {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.p-org-contact-link:hover {
  color: var(--color-accent);
  opacity: 0.85;
}

@media (max-width: 860px) {
  .p-org-boxes-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .p-org-reasons,
  .p-org-examples,
  .p-org-search {
    padding: 24px 20px;
  }

  .p-org-search {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .p-org-section {
    padding: 40px 0 60px;
  }

  .p-org-reasons__title,
  .p-org-examples__title,
  .p-org-search__title {
    font-size: 1.15rem;
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }

  .p-org-reasons__icon,
  .p-org-examples__icon,
  .p-org-search__icon {
    height: 1.3em;
  }

  .p-org-search__body {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .p-org-search__btn-wrapper {
    margin-top: 18px;
  }

  .p-org-search__btn {
    width: 100%;
    padding: 13px 16px;
    font-size: 0.95rem;
  }

  .p-org-reasons__item,
  .p-org-examples__item {
    font-size: 0.95rem;
    padding-left: 20px;
  }

  .p-org-flow-image {
    margin-top: 30px;
  }

  .p-org-qa-item {
    padding: 20px 16px;
  }

  .p-org-qa-q-text {
    font-size: 1.05rem;
  }

  .p-org-qa-a-text {
    font-size: 0.95rem;
  }

  .p-org-qa-icon {
    width: 28px;
    height: 28px;
    font-size: 0.95rem;
  }

  .p-org-section--contact {
    padding: 35px 0;
  }

  .p-org-contact-text {
    font-size: 1rem;
    line-height: 1.7;
  }
}
