/* ==========================================================================
   ページタイトル
   ========================================================================== */
.p-column-hero {
  padding: 10.67vw 0 8vw;
  text-align: center;
}

.p-column-hero .c-dots {
  justify-content: center;
  margin-bottom: 4vw;
}

.p-column-hero__title {
  font-size: 8vw; /* 30px */
  font-weight: 700;
  line-height: 1.3;
}

@media (min-width: 769px) {
  .p-column-hero {
    padding: 60px 0 48px;
  }

  .p-column-hero .c-dots {
    margin-bottom: 20px;
  }

  .p-column-hero__title {
    font-size: 40px;
  }
}

/* ==========================================================================
   コラム カード共通
   ========================================================================== */
.p-column {
  padding-bottom: 10.67vw;
}

.p-column:last-of-type {
  padding-bottom: 14.13vw;
}

.p-column__card {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
  padding: 8vw 5.33vw;
  margin: 0 calc(-1 * var(--inner-padding-sp));
}

/* ラベル「コラム 01」 */
.p-column__label {
  display: flex;
  align-items: baseline;
  gap: 2.13vw;
  margin-bottom: 5.33vw;
}

.p-column__label-text {
  font-size: 3.73vw; /* 14px */
  font-weight: 700;
  color: var(--color-text);
}

.p-column__label-num {
  font-size: 10.67vw; /* 40px */
  font-weight: 700;
  font-style: italic;
  color: #cbc7c5;
  line-height: 1;
}

/* タイトル */
.p-column__title {
  font-size: 5.87vw; /* 22px */
  font-weight: 700;
  line-height: 8vw; /* 30px */
  margin-bottom: 5.33vw;
}

/* 点線区切り */
.p-column__divider {
  height: 3px;
  background-image: radial-gradient(circle, var(--color-text) 1.5px, transparent 1.5px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  margin-bottom: 8vw;
}

/* ==========================================================================
   コラム01 リード・意見グループ
   ========================================================================== */
.p-column__lead {
  margin-bottom: 8vw;
  line-height: 6.93vw;
}

.p-opinion-group {
  margin-bottom: 8vw;
}

.p-opinion-group:last-child {
  margin-bottom: 0;
}

.p-opinion-group__label {
  display: block;
  position: relative;
  width: 59.73vw; /* 224px */
  font-size: 3.73vw; /* 14px */
  font-weight: 700;
  padding: 1.6vw 5.33vw;
  background-color: #e5e3e2;
  border-radius: 100px;
  margin-bottom: 4vw;
  text-align: center;
}

.p-opinion-group__label::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #e5e3e2;
}

.p-opinion-group__list {
  list-style: disc;
  padding-left: 1.4em;
  display: flex;
  flex-direction: column;
  gap: 2.67vw;
}

.p-opinion-group__list li {
  line-height: 6.93vw;
}

/* ==========================================================================
   コラム02 ヘッダー（タイトル + 写真）
   ========================================================================== */
.p-column__header {
  margin-bottom: 8vw;
}

.p-column__author-photo {
  margin-top: 5.33vw;
  text-align: center;
}

.p-column__author-photo img {
  display: block;
  width: 41.33vw; /* 155px */
  height: auto;
  margin: 0 auto;
  border: 1px solid var(--color-text);
}

.p-column__author-org {
  font-size: 4.27vw; /* 16px */
  margin-top: 2.67vw;
}

.p-column__author-name {
  font-size: 4.8vw; /* 18px */
}

/* 本文段落 */
.p-column__body p + p {
  margin-top: 4.27vw;
}

/* 右寄せフッター */
.p-column__footer {
  margin-top: 8vw;
  text-align: right;
  word-break: break-all;
  line-height: 6.93vw;
}

.p-column__footer a {
  color: inherit;
  text-decoration: underline;
}

/* ==========================================================================
   PC（769px以上）
   ========================================================================== */
@media (min-width: 769px) {

  .p-column {
    padding-bottom: 40px;
  }

  .p-column:last-of-type {
    padding-bottom: 80px;
  }

  .p-column__card {
    max-width: 1000px;
    margin: 0 auto;
    padding: 46px 60px;
    border: 1px solid #c8c3b8;
  }

  .p-column__label {
    gap: 10px;
    margin-bottom: 24px;
  }

  .p-column__label-text {
    font-size: 16px;
  }

  .p-column__label-num {
    font-size: 56px;
  }

  .p-column__title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  .p-column__divider {
    margin-bottom: 40px;
  }

  /* コラム01 */
  .p-column__lead {
    margin-bottom: 40px;
    line-height: 1.875;
  }

  .p-opinion-group {
    margin-bottom: 32px;
  }

  .p-opinion-group__label {
    font-size: 14px;
    width: 224px;
    padding: 8px 24px;
    margin-bottom: 16px;
  }

  .p-opinion-group__list {
    gap: 12px;
  }

  .p-opinion-group__list li {
    line-height: 1.8;
  }

  /* コラム02ヘッダー（横並び） */
  .p-column__header {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 40px;
  }

  .p-column__header .p-column__title {
    flex: 1;
    margin-bottom: 0;
  }

  .p-column__author-photo {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
    flex-shrink: 0;
    width: auto;
    margin-top: 0;
    text-align: right;
  }

  .p-column__author-photo picture {
    order: 2;
    flex-shrink: 0;
  }

  .p-column__author-info {
    order: 1;
    text-align: right;
  }

  .p-column__author-photo img {
    width: 178px;
    max-width: none;
    margin: 0;
  }

  .p-column__author-org {
    font-size: 16px;
    margin-top: 0;
  }

  .p-column__author-name {
    font-size: 18px;
  }

  /* 本文 */
  .p-column__body p + p {
    margin-top: 20px;
  }

  /* フッター */
  .p-column__footer {
    margin-top: 40px;
    line-height: 1.875;
  }

}
